GNUmakefile: add 'make version' target
[gnulib.git] / ChangeLog
1 2008-10-08  Eric Blake  <ebb9@byu.net>
2
3         GNUmakefile: add 'make version' target
4         * top/GNUmakefile (_curr-ver): Split version update rules...
5         (version): ...into a target.
6
7 2008-10-07  Bruno Haible  <bruno@clisp.org>
8
9         Use a more portable replacement expression for -0.0L.
10         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
11         instead of -0.0L. Fix m4 quotation.
12
13         * tests/test-signbit.c: Include <float.h>.
14         (minus_zero): New variable.
15         (test_signbitl): Use minus_zero instead of -zero.
16         * modules/signbit-tests (Depends-on): Add float.
17
18         * tests/test-ceill.c: Include <float.h>.
19         (zero): Remove variable.
20         (minus_zero): New variable.
21         (main): Use minus_zero instead of -zero.
22         * modules/ceill-tests (Depends-on): Add float.
23
24         * tests/test-floorl.c: Include <float.h>.
25         (zero): Remove variable.
26         (minus_zero): New variable.
27         (main): Use minus_zero instead of -zero.
28         * modules/floorl-tests (Depends-on): Add float.
29
30         * tests/test-roundl.c: Include <float.h>.
31         (zero): Remove variable.
32         (minus_zero): New variable.
33         (main): Use minus_zero instead of -zero.
34         * modules/roundl-tests (Depends-on): Add float.
35
36         * tests/test-truncl.c: Include <float.h>.
37         (zero): Remove variable.
38         (minus_zero): New variable.
39         (main): Use minus_zero instead of -zero.
40         * modules/truncl-tests (Depends-on): Add float.
41
42         * tests/test-frexpl.c (zero): Remove variable.
43         (minus_zero): New variable.
44         (main): Use minus_zero instead of -zero.
45         * modules/frexpl-tests (Depends-on): Add float.
46
47         * tests/test-isnan.c (zerol): Remove variable.
48         (minus_zerol): New variable.
49         (test_long_double): Use minus_zerol instead of -zerol.
50         * modules/isnan-tests (Depends-on): Add float.
51
52         * tests/test-isnanl.h (zero): Remove variable.
53         (minus_zero): New variable.
54         (main): Use minus_zero instead of -zero.
55         * modules/isnanl-nolibm-tests (Depends-on): Add float.
56         * modules/isnanl-tests (Depends-on): Add float.
57
58         * tests/test-ldexpl.c (zero): Remove variable.
59         (minus_zero): New variable.
60         (main): Use minus_zero instead of -zero.
61         * modules/ldexpl-tests (Depends-on): Add float.
62
63         * tests/test-snprintf-posix.h (zerol): Remove variable.
64         (minus_zerol): New variable.
65         (test_function): Use minus_zerol instead of -zerol.
66         * modules/snprintf-posix-tests (Depends-on): Add float.
67         * modules/vsnprintf-posix-tests (Depends-on): Add float.
68
69         * tests/test-sprintf-posix.h (zerol): Remove variable.
70         (minus_zerol): New variable.
71         (test_function): Use minus_zerol instead of -zerol.
72         * modules/sprintf-posix-tests (Depends-on): Add float.
73         * modules/vsprintf-posix-tests (Depends-on): Add float.
74
75         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
76         (minus_zerol): New variable.
77         (test_function): Use minus_zerol instead of -zerol.
78         * modules/vasnprintf-posix-tests (Depends-on): Add float.
79
80         * tests/test-vasprintf-posix.c (zerol): Remove variable.
81         (minus_zerol): New variable.
82         (test_function): Use minus_zerol instead of -zerol.
83         * modules/vasprintf-posix-tests (Depends-on): Add float.
84
85 2008-10-07  Simon Josefsson  <simon@josefsson.org>
86
87         * MODULES.html.sh (Support for building documentation): Mention
88         pmccabe2html.  Sort entries.
89
90         Add pmccabe2html module, from gnupdf.
91         * build-aux/pmccabe.css: New file.
92         * build-aux/pmccabe2html: New file.
93         * m4/pmccabe2html.m4: New file.
94         * modules/pmccabe2html: New file.
95
96 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
97
98         flock: new module
99         * MODULES.html.sh: Add to list of modules.
100         * lib/flock.c: flock implementation for Windows and Unix systems
101         which have fcntl.
102         * doc/glibc-functions/flock.texi: Update documentation.
103         * lib/sys_file.in.h: <sys/file.h> header file.
104         * m4/flock.m4: M4 macros.
105         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
106         * modules/flock: flock module.
107         * modules/flock-tests: flock tests module.
108         * modules/sys_file: sys/file.h module.
109         * tests/test-flock.c: test suite for flock.
110
111 2008-10-06  Jim Meyering  <meyering@redhat.com>
112
113         bootstrap: check for LT_INIT more portably still ;-)
114         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
115         Spotted by Bruno Haible.
116
117 2008-10-06  Eric Blake  <ebb9@byu.net>
118
119         test-signbit: avoid tripping Irix cc bug on -0.0L
120         * tests/test-signbit.c (minus_zerol): Delete, and replace with
121         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
122         entire testsuite consistent and avoids an Irix 6.2 bug.
123
124 2008-10-05  Bruno Haible  <bruno@clisp.org>
125             Jim Meyering  <jim@meyering.net>
126
127         Add an option for ignoring EPIPE during close_stdout.
128         * lib/closeout.h: Include <stdbool.h>.
129         (close_stdout_set_ignore_EPIPE): New declaration.
130         * lib/closeout.c: Include <stdbool.h>.
131         (ignore_EPIPE): New variable.
132         (close_stdout_set_ignore_EPIPE): New function.
133         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
134         * lib/close-stream.c (close_stream): Mention the possible EPIPE
135         failure.
136         * modules/closeout (Depends-on): Add stdbool.
137
138 2008-10-05  Bruno Haible  <bruno@clisp.org>
139
140         * modules/accept: New file.
141         * modules/bind: New file.
142         * modules/connect: New file.
143         * modules/getpeername: New file.
144         * modules/getsockname: New file.
145         * modules/getsockopt: New file.
146         * modules/listen: New file.
147         * modules/recv: New file.
148         * modules/recvfrom: New file.
149         * modules/send: New file.
150         * modules/sendto: New file.
151         * modules/setsockopt: New file.
152         * modules/socket: New file.
153         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
154         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
155         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
156         the particular module is requested. Add a link warning when the
157         particular module is not requested.
158         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
159         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
160         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
161         the particular module is requested.
162         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
163         gl_SYS_SOCKET_H_DEFAULTS): New macros.
164         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
165         * modules/sys_socket (Depends-on): Add link-warning.
166         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
167         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
168         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
169         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
170         GL_LINK_WARNING.
171         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
172         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
173         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
174         * doc/posix-functions/getpeername.texi: Mention the new module
175         'getpeername'.
176         * doc/posix-functions/getsockname.texi: Mention the new module
177         'getsockname'.
178         * doc/posix-functions/getsockopt.texi: Mention the new module
179         'getsockopt'.
180         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
181         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
182         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
183         * doc/posix-functions/send.texi: Mention the new module 'send'.
184         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
185         * doc/posix-functions/setsockopt.texi: Mention the new module
186         'setsockopt'.
187         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
188         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
189         listen, connect, accept.
190         * modules/select-tests (Depends-on): Likewise.
191
192 2008-10-05  Bruno Haible  <bruno@clisp.org>
193
194         * lib/winsock.c (strerror): Remove unused #undef.
195         (rpl_close): Remove unused local variable.
196
197         * modules/sys_socket (Depends-on); Add errno.
198
199 2008-10-05  Bruno Haible  <bruno@clisp.org>
200
201         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
202         (select): Add a link warning when the 'select' module is not used.
203         * modules/sys_select (Depends-on): Add link-warning.
204         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
205         Suggested by Paolo Bonzini.
206
207 2008-10-05  Jim Meyering  <meyering@redhat.com>
208
209         bootstrap: check for LT_INIT more portably
210         * build-aux/bootstrap: Avoid using grep -E, since it's not
211         portable enough.  Suggestion from Bruno Haible.
212
213 2008-10-05  Bruno Haible  <bruno@clisp.org>
214
215         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
216         as being fixed by gnulib.
217
218 2008-10-05  Bruno Haible  <bruno@clisp.org>
219
220         * modules/select-tests: New file, mostly copied from
221         modules/sys_select-tests.
222         * tests/test-select.c: New file, mostly copied from
223         tests/test-sys_select.c.
224         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
225         * modules/sys_select-tests (Depends-on): Remove all dependencies.
226         (Makefile.am): Remove test_sys_select_LDADD.
227
228         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
229         to an undefined symbol, for an error message.
230         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
231         (gl_SYS_SELECT_H_DEFAULTS): New macro.
232         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
233         winsock-select.c here.
234         * modules/sys_select (Files): Remove lib/winsock-select.c.
235         (Depends-on): Remove alloca.
236         (Makefile.am): Substitute GNULIB_SELECT.
237         * modules/select: New file.
238         * doc/posix-functions/select.texi: Update.
239
240 2008-10-05  Bruno Haible  <bruno@clisp.org>
241
242         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
243         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
244         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
245         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
246         getdtablesize.
247         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
248         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
249
250 2008-10-05  Bruno Haible  <bruno@clisp.org>
251
252         * modules/getdtablesize-tests: New file.
253         * tests/test-getdtablesize.c: New file.
254
255         New module 'getdtablesize'.
256         * lib/unistd.in.h (getdtablesize): New declaration.
257         * lib/getdtablesize.c: New file.
258         * m4/getdtablesize.m4: New file.
259         * modules/getdtablesize: New file.
260         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
261         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
262         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
263         HAVE_GETDTABLESIZE.
264         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
265
266 2008-10-05  Bruno Haible  <bruno@clisp.org>
267
268         * modules/sched (Makefile.am): Fix typo.
269         Reported by Simon Josefsson.
270
271 2008-10-05  Jim Meyering  <meyering@redhat.com>
272
273         bootstrap: check for LT_INIT, too
274         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
275         are deprecated.  Suggestion from Ralf Wildenhues.
276
277 2008-10-05  Bruno Haible  <bruno@clisp.org>
278
279         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
280         overriding them by ours.
281         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
282
283 2008-10-05  Jim Meyering  <meyering@redhat.com>
284
285         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
286         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
287         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
288
289 2008-10-04  Bruno Haible  <bruno@clisp.org>
290
291         * modules/dup2 (License): Change to LGPLv2+.
292         * modules/sleep (License): Likewise.
293         * modules/perror (License): Likewise.
294         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
295         Blake.
296         * modules/signal (License): Likewise.
297         * modules/sigprocmask (License): Likewise.
298         * modules/raise (License): Change to LGPLv2+, with approval by Jim
299         Meyering.
300
301 2008-10-04  Bruno Haible  <bruno@clisp.org>
302
303         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
304         Reported by Rainer Tammer <tammer@tammer.net>.
305
306 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
307             Bruno Haible  <bruno@clisp.org>
308
309         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
310         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
311         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
312
313 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
314
315         filevercmp: new module
316         * lib/filevercmp.h: New function filevercmp comparing version strings.
317         * lib/filevercmp.c: Implementation of filevercmp function.
318         * modules/filevercmp: Module metadata.
319         * tests/test-filevercmp.c: Unit test for new module.
320         * modules/filevercmp-tests: Unit test metadata.
321         * MODULES.html.sh: Add filevercmp module.
322
323 2008-10-03  Bruno Haible  <bruno@clisp.org>
324
325         * lib/c-ctype.h: Add comment.
326         Reported by Jim Meyering.
327
328 2008-10-02  Bruno Haible  <bruno@clisp.org>
329
330         * modules/posix_spawn-internal (Depends-on): Add 'open'.
331
332 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
333
334         * build-aux/bootstrap: Allow renaming bootstrap, and change the
335         name of bootstrap.conf accordingly.
336
337 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
338
339         * build-aux/bootstrap: Install git-merge-changelog configuration
340         items into .gitconfig if needed.
341
342 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
343
344         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
345         git repository, and initialize/update it accordingly.
346
347 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
348
349         * modules/fsync-tests: New file.
350         * tests/test-fsync.c: New file.
351
352         New module 'fsync'.
353         * lib/fsync.c: New file.
354         * m4/fsync.m4: New file.
355         * modules/fsync: New file.
356         * lib/unistd.in.h (fsync): New declaration.
357         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
358         GNULIB_FSYNC and HAVE_FSYNC.
359         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
360         * MODULES.html.sh (posix_functions): Add fsync.
361         * doc/posix-functions/fsync.texi: Mention the new module.
362
363 2008-10-02  Jim Meyering  <meyering@redhat.com>
364
365         fts.c: sync with similar code from coreutils' remove.c
366         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
367         Guard also with "#if defined __linux__", since for now at least,
368         this code is Linux-kernel-specific.
369
370 2008-10-02  Jim Meyering  <meyering@redhat.com>
371
372         fts: bug fixes
373         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
374         Include <sys/vfs.h>, not <sys/statfs.h>.
375
376         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
377         Include <sys/vfs.h>, not <sys/statfs.h>.
378
379 2008-10-01  Bruno Haible  <bruno@clisp.org>
380
381         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
382         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
383         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
384         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
385         * doc/posix-functions/posix_spawnp.texi: Likewise.
386         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
387         whether posix_spawn actually works.
388         * m4/pipe.m4 (gl_PIPE): Likewise.
389         * modules/execute (Files): Add m4/posix_spawn.m4.
390         * modules/pipe (Files): Add m4/posix_spawn.m4.
391         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
392
393 2008-10-01  Jim Meyering  <meyering@redhat.com>
394
395         remove trailing spaces
396         * NEWS: Likewise.
397         * lib/poll.c (poll): Likewise.
398         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
399         * lib/winsock.c (rpl_close): Likewise.
400         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
401         * modules/yield: Likewise.
402         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
403         * tests/test-sys_select.c (connect_to_socket): Likewise.
404
405         fts.c: adjust a new interface to be more generally useful
406         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
407         (fts_build): Adjust caller.
408
409 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
410
411         * modules/cond-tests: New file.
412         * tests/test-cond.c: New file.
413
414 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
415             Bruno Haible  <bruno@clisp.org>
416
417         * modules/cond (Dependencies): Add errno, time.
418         * lib/glthread/cond.h: Include <time.h>.
419         (gl_cond_define, gl_cond_define_initialized): Use the same definition
420         across platforms.
421
422 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
423             Bruno Haible  <bruno@clisp.org>
424
425         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
426
427 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
428             Bruno Haible  <bruno@clisp.org>
429
430         * modules/tls-tests (Depends-on): Add thread, yield.
431         (configure.ac): Remove all checks.
432         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
433         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
434         gl_thread_self): Remove definitions. Include glthread/thread.h and
435         glthread/yield.h instead.
436         (test_tls): Pass an additional NULL argument to gl_thread_join.
437
438 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
439             Bruno Haible  <bruno@clisp.org>
440
441         * modules/lock-tests (Depends-on): Add thread, yield.
442         (configure.ac): Remove all checks.
443         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
444         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
445         gl_thread_self): Remove definitions. Include glthread/thread.h and
446         glthread/yield.h instead.
447         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
448         additional NULL argument to gl_thread_join.
449
450 2008-09-30  Bruno Haible  <bruno@clisp.org>
451
452         Fix the Win32 implementation of the 'thread' module.
453         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
454         pointer type.
455         (gl_thread_self): Invoke gl_thread_self_func.
456         (gl_thread_self_func): New declaration.
457         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
458         (do_init_self_key, init_self_key): New functions.
459         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
460         Remove some fields.
461         (running_threads, running_lock): Remove variables.
462         (get_current_thread_handle): New function.
463         (gl_thread_self_func, wrapper_func, glthread_create_func,
464         glthread_join_func, gl_thread_exit_func): Largely rewritten and
465         simplified.
466
467 2008-09-30  Bruno Haible  <bruno@clisp.org>
468
469         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
470         files.
471
472 2008-09-30  Jim Meyering  <meyering@redhat.com>
473
474         fts.m4: correct the test for statfs.f_type
475         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
476         when checking for statfs.f_type.
477
478 2008-09-15  Simon Josefsson  <simon@josefsson.org>
479
480         tests: avoid some compiler warnings
481         * tests/test-memchr.c (main): Pass NULL indirectly.
482         * tests/test-getdate.c (main): Remove unused variable 'ret'.
483
484 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
485
486         getdate.y: disallow countable dayshifts like "4 yesterday ago"
487         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
488         exactly specified dayshifts.
489         (dayshift): New rule.
490         (rel): Add dayshift.
491         (relative_time_table) [tomorrow, yesterday, today, now]:
492         Use tDAY_SHIFT in place of tDAY_UNIT.
493         * tests/test-getdate.c: Add tests for now-disallowed countable
494         dayshifts, e.g., "4 yesterday ago".
495
496 2008-09-29  Bruno Haible  <bruno@clisp.org>
497
498         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
499         * tests/test-posix_spawn1.in.sh: Renamed from
500         tests/test-posix_spawn.in.sh.
501         * tests/test-posix_spawn2.c: New file.
502         * tests/test-posix_spawn2.in.sh: New file.
503         * modules/posix_spawnp-tests (Files): Update.
504         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
505
506 2008-09-29  Bruno Haible  <bruno@clisp.org>
507
508         Propagate effects of putenv/setenv/unsetenv to child processes.
509         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
510         * lib/pipe.c (create_pipe): Likewise.
511
512 2008-09-29  Bruno Haible  <bruno@clisp.org>
513
514         Enable use of shell scripts as executables in mingw.
515         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
516         run the program as a shell script.
517         * lib/pipe.c (create_pipe): Likewise.
518         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
519         resulting array.
520
521 2008-09-29  Eric Blake  <ebb9@byu.net>
522
523         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
524
525 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
526
527         * doc/posix-functions/accept.texi: Update mingw problems.
528         * doc/posix-functions/bind.texi: Update mingw problems.
529         * doc/posix-functions/close.texi: Update mingw problems.
530         * doc/posix-functions/connect.texi: Update mingw problems.
531         * doc/posix-functions/getpeername.texi: Update mingw problems.
532         * doc/posix-functions/getsockname.texi: Update mingw problems.
533         * doc/posix-functions/getsockopt.texi: Update mingw problems.
534         * doc/posix-functions/ioctl.texi: Update mingw problems.
535         * doc/posix-functions/listen.texi: Update mingw problems.
536         * doc/posix-functions/recv.texi: Update mingw problems.
537         * doc/posix-functions/recvfrom.texi: Update mingw problems.
538         * doc/posix-functions/select.texi: Update mingw problems.
539         * doc/posix-functions/send.texi: Update mingw problems.
540         * doc/posix-functions/sendto.texi: Update mingw problems.
541         * doc/posix-functions/setsockopt.texi: Update mingw problems.
542         * doc/posix-functions/socket.texi: Update mingw problems.
543
544 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
545             Bruno Haible  <bruno@clisp.org>
546
547         * lib/sys_select.in.h: Include sys/time.h.
548         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
549         * modules/sys_select: Depend on sys_time.
550         * tests/test-sys_select.c: Test that sys/select.h defines struct
551         timeval fully.
552
553 2008-09-29  Bruno Haible  <bruno@clisp.org>
554
555         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
556         * lib/sys_select.in.h: Likewise.
557
558 2008-09-29  Bruno Haible  <bruno@clisp.org>
559
560         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
561
562 2008-09-29  Bruno Haible  <bruno@clisp.org>
563
564         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
565         Set LIBSOCKET instead of augmenting LIBS.
566         * modules/sockets (Link): New section.
567         * modules/sockets-tests (test_sockets_LDADD): New variable.
568         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
569         * modules/poll-tests (test_poll_LDADD): New variable.
570         * NEWS: Document the change.
571
572 2008-09-29  Bruno Haible  <bruno@clisp.org>
573
574         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
575         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
576         ARPA_INET_H directly.
577         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
578
579 2008-09-28  Bruno Haible  <bruno@clisp.org>
580
581         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
582         from gl_HEADER_SYS_SOCKET.
583         (gl_HEADER_SYS_SOCKET): Invoke it.
584         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
585
586 2008-09-28  Bruno Haible  <bruno@clisp.org>
587
588         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
589         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
590         Needed on OSF/1 4.0.
591
592 2008-09-28  Bruno Haible  <bruno@clisp.org>
593
594         Override open more carefully.
595         * lib/open.c (orig_open): New function.
596         (rpl_open): Use orig_open instead of open.
597         * lib/fcntl.in.h: Add special invocation convention.
598         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
599         (gl_FUNC_OPEN): Invoke it.
600
601         Override freopen more carefully.
602         * lib/freopen.c (orig_freopen): New function.
603         (rpl_freopen): Use orig_freopen instead of freopen.
604         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
605         (gl_FUNC_FREOPEN): Invoke it.
606
607         Override fopen more carefully.
608         * lib/fopen.c (orig_fopen): New function.
609         (rpl_fopen): Use orig_fopen instead of fopen.
610         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
611         (gl_FUNC_FOPEN): Invoke it.
612         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
613
614 2008-09-28  Bruno Haible  <bruno@clisp.org>
615
616         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
617         SIGPIPE.
618
619 2008-09-28  Bruno Haible  <bruno@clisp.org>
620
621         * tests/test-sigaction.c (handler, main): Disable the check whether
622         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
623         glibc systems with LinuxThreads.
624
625 2008-09-28  Bruno Haible  <bruno@clisp.org>
626
627         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
628
629         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
630         with AIX xlc.
631         * lib/fcntl.in.h (open): Likewise.
632         Reported by Rainer Tammer <tammer@tammer.net>.
633
634 2008-09-28  Bruno Haible  <bruno@clisp.org>
635
636         * modules/posix_spawnp-tests: New file.
637         * tests/test-posix_spawn.c: New file.
638         * tests/test-posix_spawn.in.sh: New file.
639
640         New module 'posix_spawnp'.
641         * modules/posix_spawnp: New file.
642         * lib/spawnp.c: New file, from GNU libc with modifications.
643         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
644
645         New module 'posix_spawn'.
646         * modules/posix_spawn: New file.
647         * lib/spawn.c: New file, from GNU libc with modifications.
648         * doc/posix-functions/posix_spawn.texi: Mention the new module.
649
650         New module 'posix_spawnattr_destroy'.
651         * modules/posix_spawnattr_destroy: New file.
652         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
653         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
654         module.
655
656         New module 'posix_spawnattr_setsigmask'.
657         * modules/posix_spawnattr_setsigmask: New file.
658         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
659         modifications.
660         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
661         new module.
662
663         New module 'posix_spawnattr_getsigmask'.
664         * modules/posix_spawnattr_getsigmask: New file.
665         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
666         modifications.
667         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
668         new module.
669
670         New module 'posix_spawnattr_setsigdefault'.
671         * modules/posix_spawnattr_setsigdefault: New file.
672         * lib/spawnattr_setdefault.c: New file, from GNU libc with
673         modifications.
674         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
675         new module.
676
677         New module 'posix_spawnattr_getsigdefault'.
678         * modules/posix_spawnattr_getsigdefault: New file.
679         * lib/spawnattr_getdefault.c: New file, from GNU libc with
680         modifications.
681         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
682         new module.
683
684         New module 'posix_spawnattr_setschedpolicy'.
685         * modules/posix_spawnattr_setschedpolicy: New file.
686         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
687         modifications.
688         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
689         new module.
690
691         New module 'posix_spawnattr_getschedpolicy'.
692         * modules/posix_spawnattr_getschedpolicy: New file.
693         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
694         modifications.
695         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
696         new module.
697
698         New module 'posix_spawnattr_setschedparam'.
699         * modules/posix_spawnattr_setschedparam: New file.
700         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
701         modifications.
702         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
703         new module.
704
705         New module 'posix_spawnattr_getschedparam'.
706         * modules/posix_spawnattr_getschedparam: New file.
707         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
708         modifications.
709         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
710         new module.
711
712         New module 'posix_spawnattr_setpgroup'.
713         * modules/posix_spawnattr_setpgroup: New file.
714         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
715         modifications.
716         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
717         module.
718
719         New module 'posix_spawnattr_getpgroup'.
720         * modules/posix_spawnattr_getpgroup: New file.
721         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
722         modifications.
723         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
724         module.
725
726         New module 'posix_spawnattr_setflags'.
727         * modules/posix_spawnattr_setflags: New file.
728         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
729         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
730         module.
731
732         New module 'posix_spawnattr_getflags'.
733         * modules/posix_spawnattr_getflags: New file.
734         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
735         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
736         module.
737
738         New module 'posix_spawnattr_init'.
739         * modules/posix_spawnattr_init: New file.
740         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
741         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
742         module.
743
744         New module 'posix_spawn_file_actions_destroy'.
745         * modules/posix_spawn_file_actions_destroy: New file.
746         * lib/spawn_faction_destroy.c: New file, from GNU libc with
747         modifications.
748         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
749         the new module.
750
751         New module 'posix_spawn_file_actions_addopen'.
752         * modules/posix_spawn_file_actions_addopen: New file.
753         * lib/spawn_faction_addopen.c: New file, from GNU libc with
754         modifications.
755         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
756         the new module.
757
758         New module 'posix_spawn_file_actions_adddup2'.
759         * modules/posix_spawn_file_actions_adddup2: New file.
760         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
761         modifications.
762         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
763         the new module.
764
765         New module 'posix_spawn_file_actions_addclose'.
766         * modules/posix_spawn_file_actions_addclose: New file.
767         * lib/spawn_faction_addclose.c: New file, from GNU libc with
768         modifications.
769         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
770         the new module.
771
772         New module 'posix_spawn_file_actions_init'.
773         * modules/posix_spawn_file_actions_init: New file.
774         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
775         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
776         new module.
777
778         New module 'posix_spawn-internal'.
779         * modules/posix_spawn-internal: New file.
780         * lib/spawn_int.h: New file, from GNU libc with modifications.
781         * lib/spawni.c: New file, from GNU libc with modifications.
782         * m4/posix_spawn.m4: New file.
783
784         New module 'spawn'.
785         * modules/spawn: New file.
786         * lib/spawn.in.h: New file, from GNU libc with modifications.
787         * m4/spawn_h.m4: New file.
788         * doc/posix-headers/spawn.texi: Mention the new module.
789
790 2008-09-28  Bruno Haible  <bruno@clisp.org>
791
792         * modules/sched-tests: New file.
793         * tests/test-sched.c: New file.
794
795         New module 'sched'.
796         * modules/sched: New file.
797         * lib/sched.in.h: New file.
798         * m4/sched_h.m4: New file.
799         * doc/posix-headers/sched.texi: Mention the new module.
800
801 2008-09-27  Eric Blake  <ebb9@byu.net>
802
803         Fix previous patch, and tweak references to $0.
804         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
805         (func_version, func_gnulib_dir): Don't call this program
806         gnulib-tool.
807         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
808         with using $0 in function.
809         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
810         (func_fatal_error): Reuse the name the user invoked us with.
811
812 2008-09-27  Bruno Haible  <bruno@clisp.org>
813
814         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
815         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
816         (gl_ICONV_H): Not here.
817         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
818         instead of assigning ICONV_H directly.
819
820         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
821         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
822         WCHAR_H directly.
823
824 2008-09-27  Bruno Haible  <bruno@clisp.org>
825
826         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
827         * modules/arpa_inet (Depends-on): Add link-warning.
828         (Makefile.am): Insert the definition of GL_LINK-WARNING.
829         * modules/unistd (Makefile.am): Likewise.
830
831 2008-09-26  Bruno Haible  <bruno@clisp.org>
832
833         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
834         variables.
835         (func_version): Essentially copied from gnulib-tool.
836         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
837         func_readlink): Copied from gnulib-tool.
838
839 2008-09-26  Bruno Haible  <bruno@clisp.org>
840
841         * gnulib-tool (func_version): Change directory to $gnulib_dir before
842         invoking git-version-gen.
843
844 2008-09-26  Bruno Haible  <bruno@clisp.org>
845
846         * posix-modules: Update to directory names changed on 2008-01-19.
847         Remove commas in output before splitting into words. No more need to
848         avoid 'ftruncate' since 2007-02-19.
849
850 2008-09-26  Bruno Haible  <bruno@clisp.org>
851
852         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
853
854 2008-09-26  Bruno Haible  <bruno@clisp.org>
855
856         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
857         * modules/fwriteerror (Depends-on): Add errno.
858
859 2008-09-26  Bruno Haible  <bruno@clisp.org>
860
861         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
862         * tests/test-vc-list-files-cvs.sh: Likewise.
863
864 2008-09-26  Bruno Haible  <bruno@clisp.org>
865
866         * doc/posix-headers/sys_resource.texi: Reorder items.
867
868 2008-09-26  Jim Meyering  <meyering@redhat.com>
869
870         fts: tweak inode comparison function
871         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
872         inode numbers, as documented.
873
874         fts: sort dirent entries on inode number before traversing
875         This avoids a quadratic, seek-related performance penalty when
876         operating on a directory containing many entries (measurable at 10k;
877         3.5 hours at 2 million entries with a cold cache) on certain types
878         of file systems, including ext3 and ext4, but not tmpfs.
879         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
880         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
881         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
882         (fs_handles_readdir_ordered_dirents_efficiently): New function.
883         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
884         (fts_build): Set the stat.st_ino member from D_INO.
885         If it is likely to be useful, sort dirent entries on inode number.
886
887         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
888         and the struct statfs.f_type member.
889         * modules/fts (Depends-on): Add d-ino.
890
891 2008-09-26  Bruno Haible  <bruno@clisp.org>
892
893         * modules/sigpipe-die (Depends-on): Add sigpipe.
894
895         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
896         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
897         and GNULIB_STDIO_H_SIGPIPE are set.
898         * lib/stdio-write.c: New file.
899         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
900         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
901         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
902         REPLACE_STDIO_WRITE_FUNCS.
903         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
904         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
905         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
906         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
907         * modules/stdio (Files): Add lib/stdio-write.c.
908         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
909         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
910         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
911         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
912         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
913         REPLACE_FPRINTF_POSIX.
914         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
915         REPLACE_PRINTF_POSIX.
916         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
917         REPLACE_VFPRINTF_POSIX.
918         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
919         REPLACE_VPRINTF_POSIX.
920         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
921         SIGPIPE issue.
922         * doc/posix-functions/fputc.texi: Likewise.
923         * doc/posix-functions/fputs.texi: Likewise.
924         * doc/posix-functions/fwrite.texi: Likewise.
925         * doc/posix-functions/printf.texi: Likewise.
926         * doc/posix-functions/putc.texi: Likewise.
927         * doc/posix-functions/putchar.texi: Likewise.
928         * doc/posix-functions/puts.texi: Likewise.
929         * doc/posix-functions/vfprintf.texi: Likewise.
930         * doc/posix-functions/vprintf.texi: Likewise.
931
932         * modules/safe-write (Depends-on): Add write.
933
934         * modules/sigpipe-tests: New file.
935         * tests/test-sigpipe.c: New file.
936         * tests/test-sigpipe.sh: New file.
937
938         * modules/write: New file.
939         * lib/unistd.in.h: Include <sys/types.h>.
940         (write): New declaration.
941         * lib/write.c: New file.
942         * m4/write.m4: New file.
943         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
944         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
945         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
946         GNULIB_WRITE, REPLACE_WRITE.
947         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
948         and the SIGPIPE issue.
949
950         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
951         (raise): New declaration.
952         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
953         (ext_signal): New function.
954         (rpl_raise): New function.
955         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
956         GNULIB_SIGNAL_H_SIGPIPE.
957         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
958         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
959
960         * modules/sigpipe: New file.
961         * m4/sigpipe.m4: New file.
962
963 2008-09-25  Derek Price  <derek@ximbiot.com>
964             Bruno Haible  <bruno@clisp.org>
965
966         * gnulib-tool (func_import): Report all license incompatibilities, not
967         just the first one.
968
969 2008-09-25  Bruno Haible  <bruno@clisp.org>
970
971         * gnulib-tool (func_import): When computing the edits, consider not
972         only the Makefile.ams that exist but also those that will be generated.
973
974 2008-09-25  Simon Josefsson  <simon@josefsson.org>
975
976         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
977         fixes gnulib-tool --test warning about duplicate dependency.
978
979 2008-09-25  Bruno Haible  <bruno@clisp.org>
980
981         * gnulib-tool: Don't ask the user to perform edits in the generated
982         Makefile.ams.
983         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
984         apply to the Makefile.am being generated.
985         (func_emit_tests_Makefile_am): Execute edits that apply to the
986         Makefile.am being generated.
987         (func_import): Setup list of Makefile.am edits before emitting the
988         Makefile.ams, not at the end.
989         (func_create_testdir): Update.
990         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
991
992 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
993
994         * gnulib-tool (func_import): Store the --tests-base option in the
995         comment in gnulib-cache.m4.
996
997 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
998
999         * NEWS: Document increased portability that sys_select now provides.
1000
1001         * lib/sys_select.in.h: Install select wrapper.
1002         * lib/sys_socket.in.h: Use more descriptive name when there is no
1003         select wrapper.
1004         * lib/winsock-select.c: New.
1005         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
1006         Require gl_HEADER_SYS_SOCKET.
1007         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
1008         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
1009         * tests/test-sys_select.c: Add functional tests.
1010
1011 2008-09-24  Eric Blake  <ebb9@byu.net>
1012
1013         open, fopen: close fd leak in last patch
1014         * lib/open.c (rpl_open): Close fd before returning error.
1015         * lib/fopen.c (rpl_fopen): Close fd before returning error.
1016         * doc/posix-functions/open.texi (open): Document that Irix also
1017         has the bug.
1018         * doc/posix-functions/fopen.texi (fopen): Likewise.
1019         Reported by Paolo Bonzini.
1020
1021 2008-09-24  Bruno Haible  <bruno@clisp.org>
1022
1023         Ensure that a filename ending in a slash cannot be used to access a
1024         non-directory.
1025         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
1026         to check whether it's really a directory.
1027         * lib/fopen.c: Include fcntl.h, unistd.h.
1028         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
1029         and fdopen().
1030         * modules/fopen (Depends-on): Add unistd.
1031         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
1032         * tests/test-fopen.c (main): Likewise.
1033         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
1034         * doc/posix-functions/fopen.texi: Likewise.
1035         Reported by Eric Blake.
1036
1037 2008-09-23  Eric Blake  <ebb9@byu.net>
1038
1039         c-stack: avoid compiler optimizations when provoking overflow
1040         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
1041         recursion harder to optimize, to ensure a stack overflow occurs.
1042         * tests/test-c-stack.c (recurse): Likewise.
1043         Borrowed from libsigsegv.
1044
1045         c-stack: work around Irix sigaltstack bug
1046         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
1047         whether sigaltstack uses wrong end of stack_t (copied in part from
1048         libsigsegv).
1049         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
1050         Irix bug, without requiring an over-allocation.
1051         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
1052         bug.
1053
1054         fopen: document mingw bug on directories
1055         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
1056         not allowing a stream visiting a directory, even though reading
1057         from such a stream is not portable.
1058
1059 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1060
1061         * lib/poll.c: Rewrite.
1062         * modules/poll: Depend on alloca.
1063
1064 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1065
1066         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
1067         instead define prototypes for a full set of wrappers.  Ensure
1068         that Cygwin does not use the compatibility code, which is only
1069         for MinGW.
1070         * lib/winsock.c: New.
1071         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
1072         * modules/sys_socket: Add lib/winsock.c.
1073
1074         * modules/poll-tests: Add errno and perror.
1075         * tests/test-poll.c: Use ioctl, not ioctlsocket.
1076
1077 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1078
1079         * tests/test-poll.c: Downgrade minimum needed Winsock version.
1080
1081 2008-09-23  Bruno Haible  <bruno@clisp.org>
1082
1083         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
1084         * doc/glibc-functions/*: Likewise.
1085
1086 2008-09-23  Simon Josefsson  <simon@josefsson.org>
1087
1088         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
1089         success.
1090
1091 2008-09-22  Eric Blake  <ebb9@byu.net>
1092             Bruno Haible  <bruno@clisp.org>
1093
1094         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
1095         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
1096         supply %A but mishandle pseudo-NaN.
1097         Reported by Simon Josefsson.
1098
1099 2008-09-21  Bruno Haible  <bruno@clisp.org>
1100
1101         * tests/test-lock.c (main): Tweak skip message.
1102         * tests/test-tls.c (main): Likewise.
1103
1104 2008-09-21  Bruno Haible  <bruno@clisp.org>
1105
1106         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
1107         whether 'struct sigaction' has sa_sigaction here...
1108         (gl_PREREQ_SIG_HANDLER_H): ... not here.
1109         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
1110
1111 2008-09-21  Bruno Haible  <bruno@clisp.org>
1112
1113         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
1114         section.
1115         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
1116         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
1117         the new section.
1118         (Support for obsolete systems lacking POSIX:2001): New section.
1119         (String handling <string.h>): Move strdup to the new section.
1120         Suggested by Simon Josefsson and Paolo Bonzini.
1121
1122 2008-09-21  Bruno Haible  <bruno@clisp.org>
1123
1124         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
1125         exponents in %e and %g results on 'long double'. Needed for mingw's
1126         improved *printf functions.
1127         * tests/test-vasprintf-posix.c (test_function): Likewise.
1128         * tests/test-snprintf-posix.h (test_function): Likewise.
1129         * tests/test-sprintf-posix.h (test_function): Likewise.
1130         Reported by Eric Blake.
1131
1132 2008-09-21  Bruno Haible  <bruno@clisp.org>
1133
1134         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
1135         * tests/test-sprintf-posix.h (test_function): Likewise.
1136
1137 2008-09-21  Bruno Haible  <bruno@clisp.org>
1138
1139         * modules/getpass (Depends-on): Add strdup-posix.
1140
1141         New module 'strdup-posix'.
1142         * modules/strdup-posix: New file.
1143         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
1144         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
1145         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1146         REPLACE_STRDUP.
1147         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
1148         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
1149         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1150         strdup-posix.
1151
1152         * modules/strdup (Depends-on): Remove malloc-posix.
1153
1154 2008-09-20  Bruno Haible  <bruno@clisp.org>
1155
1156         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
1157         Wildenhues.
1158
1159 2008-09-20  Bruno Haible  <bruno@clisp.org>
1160
1161         Ensure that wint_t gets defined on IRIX 5.3.
1162         * lib/wchar.in.h (wint_t): Define if not defined by the system.
1163         * lib/wctype.in.h (wint_t): Likewise.
1164         (__wctype_wint_t): Remove type.
1165         (isw*): Use wint_t instead of __wctype_wint_t.
1166         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
1167         * modules/wchar (Files): Add m4/wint_t.m4.
1168         (Makefile.am): Substitute HAVE_WINT_T.
1169         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
1170         * tests/test-wctype.c: Check that wint_t is defined.
1171         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
1172         * doc/posix-headers/wctype.texi: Likewise.
1173         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1174
1175 2008-09-18  Bruno Haible  <bruno@clisp.org>
1176
1177         * gnulib-tool (func_exit): Update comment.
1178
1179 2008-09-18  Simon Josefsson  <simon@josefsson.org>
1180
1181         * modules/getaddrinfo (Depends-on): Remove strdup, this module
1182         assumes strdup exists and does not depend on strdup to return
1183         ENOMEM on out of memory conditions.
1184
1185 2008-09-18  Bruno Haible  <bruno@clisp.org>
1186
1187         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
1188         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
1189         digits for the exponent.
1190
1191 2008-09-18  Jim Meyering  <meyering@redhat.com>
1192             Bruno Haible  <bruno@clisp.org>
1193
1194         * lib/vasnprintf.c (decimal_point_char): Define also if
1195         NEED_PRINTF_INFINITE_LONG_DOUBLE.
1196
1197 2008-09-16  Bruno Haible  <bruno@clisp.org>
1198         and Eric Blake  <ebb9@byu.net>
1199
1200         vasnprintf: support Irix 5.3
1201         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
1202         that mishandle long double infinity.
1203         Reported by Tom G. Christensen.
1204
1205 2008-09-16  Bruno Haible  <bruno@clisp.org>
1206
1207         * doc/glibc-functions/scandir.texi: Mention the function is missing on
1208         Solaris 9.
1209         * doc/glibc-functions/alphasort.texi: Likewise.
1210         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
1211
1212 2008-09-16  Jim Meyering  <meyering@redhat.com>
1213
1214         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
1215         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
1216         a umask modification leak out of a subshell.  Otherwise, the
1217         opensolaris /bin/sh would be accepted and thus cause unwarranted
1218         failures in the coreutils test suite.
1219
1220 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
1221
1222         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
1223         to succeed.
1224
1225 2008-09-16  Jim Meyering  <meyering@redhat.com>
1226
1227         avoid spurious test failure when library is built without ACL support
1228         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
1229         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
1230         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
1231         * tests/test-copy-acl.sh: Likewise.
1232
1233 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1234
1235         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
1236         based on character occurrence counts.
1237
1238 2008-09-15  Eric Blake  <ebb9@byu.net>
1239
1240         tests: avoid some compiler warnings
1241         * tests/test-memchr.c (main): Pass NULL indirectly.
1242         * tests/test-closein.c (main): Avoid unused variable.
1243
1244 2008-09-15  Bruno Haible  <bruno@clisp.org>
1245
1246         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
1247         are missing on OpenBSD 4.0 individually.
1248         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1249
1250 2008-09-15  Bruno Haible  <bruno@clisp.org>
1251
1252         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
1253         * doc/posix-functions/strerror.texi: Mention also Cygwin.
1254         * doc/posix-functions/perror.texi: Likewise.
1255         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
1256         is missing.
1257         Reported by Eric Blake.
1258
1259         * lib/errno.in.h: Use replacement values >= 2000.
1260         Reported by Eric Blake.
1261
1262 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1263
1264         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
1265         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
1266         limit.
1267         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
1268         compareseq was aborted.
1269
1270 2008-09-14  Bruno Haible  <bruno@clisp.org>
1271
1272         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
1273         yvec_edit_count.
1274         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
1275         (fstrcmp_bounded): Simplify result computation accordingly.
1276
1277 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1278
1279         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
1280         (fstrcmp): Define in terms of fstrcmp_bounded.
1281         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
1282         lower_bound argument.
1283         Return quickly if the result is certainly < lower_bound.
1284         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
1285
1286 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1287
1288         * lib/diffseq.h (EARLY_ABORT): New macro.
1289         (compareseq): Change return type to bool. Return true when EARLY_ABORT
1290         evaluates to true.
1291
1292 2008-09-14  Bruno Haible  <bruno@clisp.org>
1293
1294         * modules/perror-tests: New file.
1295         * tests/test-perror.sh: New file.
1296         * tests/test-perror.c: New file.
1297
1298         New module 'perror'.
1299         * lib/stdio.in.h (perror): New declaration.
1300         * lib/perror.c: New file.
1301         * m4/perror.m4: New file.
1302         * modules/perror: New file.
1303         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
1304         * doc/posix-functions/perror.texi: Mention the perror module.
1305         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
1306         REPLACE_PERROR.
1307         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
1308         REPLACE_PERROR.
1309
1310 2008-09-14  Bruno Haible  <bruno@clisp.org>
1311
1312         * modules/stdio (Makefile.am): Reorder to match the order in
1313         lib/stdio.in.h.
1314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1315
1316 2008-09-13  Bruno Haible  <bruno@clisp.org>
1317
1318         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
1319
1320 2008-09-13  Bruno Haible  <bruno@clisp.org>
1321
1322         Extend strerror to cover the added errno values.
1323         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
1324         (rpl_strerror): Provide error messages for the added errno values and
1325         for the WSA* values.
1326         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
1327         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
1328         strerror.
1329         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
1330         * modules/strerror (Depends-on): Add errno.
1331         * doc/posix-functions/strerror.texi: Document the change.
1332         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
1333         and EOVERFLOW.
1334
1335 2008-09-13  Bruno Haible  <bruno@clisp.org>
1336
1337         * modules/EOVERFLOW: Remove file.
1338         * m4/eoverflow.m4: Remove file.
1339         * modules/EOVERFLOW-tests: Remove file.
1340         * tests/test-EOVERFLOW.c: Remove file.
1341         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
1342         * modules/ftell (Depends-on): Likewise.
1343         * modules/getdelim (Depends-on): Likewise.
1344         * modules/getugroups (Depends-on): Likewise.
1345         * modules/poll (Depends-on): Likewise.
1346         * modules/snprintf (Depends-on): Likewise.
1347         * modules/sprintf-posix (Depends-on): Likewise.
1348         * modules/vasnprintf (Depends-on): Likewise.
1349         * modules/vasprintf (Depends-on): Likewise.
1350         * modules/vfprintf-posix (Depends-on): Likewise.
1351         * modules/vsnprintf (Depends-on): Likewise.
1352         * modules/vsprintf-posix (Depends-on): Likewise.
1353         * modules/xvasprintf (Depends-on): Likewise.
1354         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1355         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
1356         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
1357         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
1358         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1359         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
1360         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
1361         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
1362         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1363         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
1364         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
1365         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
1366         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1367         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
1368         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
1369         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
1370         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1371         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
1372         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
1373         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
1374         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1375         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
1376         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
1377         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
1378         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
1379         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1380         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
1381         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
1382         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
1383         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
1384         * MODULES.html.sh: Remove EOVERFLOW.
1385         * NEWS: Mention the change.
1386
1387 2008-09-13  Bruno Haible  <bruno@clisp.org>
1388
1389         * modules/errno-tests: New file.
1390         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
1391
1392         * lib/errno.in.h: New file.
1393         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
1394         * modules/errno: New file.
1395         * doc/posix-headers/errno.texi: Update documentation.
1396         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
1397
1398 2008-09-13  Bruno Haible  <bruno@clisp.org>
1399
1400         * tests/test-poll.c: Use #if for native Windows, rather than testing
1401         __MSVCRT__.
1402
1403 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1404             Bruno Haible  <bruno@clisp.org>
1405
1406         * lib/glob.c: Don't include <pwd.h> on native Windows.
1407         (WINDOWS32): New macro.
1408         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
1409
1410 2008-09-13  Bruno Haible  <bruno@clisp.org>
1411
1412         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
1413         (ETIMEDOUT): Remove macro.
1414         (glthread_cond_timedwait_multithreaded): New declaration.
1415         (glthread_cond_timedwait): Use it.
1416         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
1417         (glthread_cond_timedwait_multithreaded): New function.
1418
1419 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1420
1421         * modules/poll-tests: Do not check for io.h.
1422         * tests/test-poll.c: Check for __MSVCRT__ instead.
1423
1424 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1425
1426         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
1427         * modules/poll-tests: Add inet_pton, stdbool, sockets.
1428         * tests/test-poll.c: Use them.  Use _pipe on Windows.
1429
1430 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1431
1432         * modules/poll-tests: New.
1433         * tests/test-poll.c: New.
1434
1435 2008-09-12  Eric Blake  <ebb9@byu.net>
1436
1437         frexp: test for NetBSD failure on -0.0
1438         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
1439         not all, bugs from NetBSD 3.0 have been fixed.
1440         * doc/posix-functions/frexp.texi (frexp): Document bug.
1441         Reported by Thomas Klausner.
1442
1443         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
1444         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
1445         literal -0.0.
1446         Reported by Jonathan C. Patschke <jp@centtech.com>.
1447
1448 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1449
1450         * lib/glthread/cond.h: Use dummy implementation also if
1451         USE_WIN32_THREADS.
1452
1453 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1454
1455         * modules/fnmatch-posix (License): Change to LGPLv2+.
1456         * modules/fnmatch-gnu (License): Likewise.
1457
1458 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1459
1460         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
1461
1462 2008-09-11  Jim Meyering  <meyering@redhat.com>
1463
1464         * users.txt: Add gtk-vnc.
1465
1466 2008-09-08  Simon Josefsson  <simon@josefsson.org>
1467
1468         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
1469         rotate amounts.
1470
1471         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
1472         required for 16-bit and 8-bit rotates.
1473         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
1474         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
1475         UINT8_MAX instead of hard-coded constants.
1476         Suggested by Paul Eggert.
1477
1478 2008-09-07  Bruno Haible  <bruno@clisp.org>
1479
1480         * tests/test-striconveh.c (main): Check behaviour when converting from
1481         UTF-7.
1482
1483         Make striconveh work better with stateful encodings.
1484         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
1485         that iconv does not increment the inptr when returning -1/EINVAL.
1486
1487 2008-09-07  Bruno Haible  <bruno@clisp.org>
1488
1489         * build-aux/config.rpath: Update according to libtool-2.2.6.
1490         * build-aux/config.libpath: Likewise.
1491
1492 2008-09-06  Bruno Haible  <bruno@clisp.org>
1493
1494         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
1495         * lib/freadptr.c (freadptr): Likewise.
1496         * lib/freadseek.c (freadptrinc): Likewise.
1497         Reported by Simon Josefsson.
1498
1499 2008-09-06  Bruno Haible  <bruno@clisp.org>
1500
1501         * modules/freadptr (License): Change to LGPLv2+.
1502         * modules/freadseek (License): Likewise.
1503         Suggested by Eric Blake.
1504
1505         * modules/memchr2 (License): Change to LGPLv2+.
1506         Approved by Eric Blake.
1507
1508 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1509             Bruno Haible  <bruno@clisp.org>
1510
1511         Make gnulib-tool work with native 'sed' on AIX.
1512         * gnulib-tool (sed_noop): New variable.
1513         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
1514         func_add_or_update, func_create_testdir): Use it to initialize sed
1515         script variables.
1516         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1517
1518 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
1519             Bruno Haible  <bruno@clisp.org>
1520
1521         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
1522         also works after #include directives.
1523
1524 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
1525
1526         getdate.y: reject an out-of-range timezone value
1527         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
1528         the range [-24...+24].  When specified with only one or two digits,
1529         * tests/test-getdate.c: Tests for the fix.
1530         * doc/getdate.texi: Document this change.
1531
1532 2008-09-03  Bruno Haible  <bruno@clisp.org>
1533
1534         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
1535
1536 2008-09-02  Simon Josefsson  <simon@josefsson.org>
1537
1538         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
1539         <bruce.korb@gmail.com> with ideas from Ben Pfaff
1540         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
1541         Blake <ebb9@byu.net>.
1542
1543         * tests/test-bitrotate.c: Add more test vectors.
1544
1545 2008-09-02  Eric Blake  <ebb9@byu.net>
1546
1547         vasnprintf-posix: handle large precision via %.*d
1548         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
1549         when handling it ourselves.
1550         * tests/test-vasnprintf-posix.c (test_function): Add test.
1551         * tests/test-snprintf-posix.h (test_function): Likewise.
1552         * tests/test-sprintf-posix.h (test_function): Likewise.
1553         * tests/test-vasprintf-posix.c (test_function): Likewise.
1554         Reported by Alain Guibert.
1555
1556 2008-09-01  Eric Blake  <ebb9@byu.net>
1557
1558         c-stack: make configure-time check more robust
1559         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
1560         successful sigaction call.
1561         Reported by Tom G. Christensen.
1562
1563 2008-09-01  Bruno Haible  <bruno@clisp.org>
1564
1565         New module 'findprog-lgpl'.
1566         * modules/findprog-lgpl: New file.
1567         * lib/findprog-lgpl.c: New file.
1568         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
1569         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
1570         to decide whether to use strdup or xstrdup, concatenated_filename or
1571         xconcatenated_filename.
1572
1573 2008-09-01  Bruno Haible  <bruno@clisp.org>
1574
1575         Split module 'concat-filename' into 'concat-filename' (LGPL) and
1576         'xconcat-filename' (GPL).
1577         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
1578         (License): Change to LGPLv2+.
1579         * modules/xconcat-filename: New file.
1580         * lib/concat-filename.h (concatenated_filename): Change specification.
1581         (xconcatenated_filename): New declaration.
1582         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
1583         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
1584         memory situations.
1585         * lib/xconcat-filename.c: New file.
1586         * NEWS: Mention the change.
1587         * lib/findprog.c: Include concat-filename.h, not filename.h.
1588         (find_in_path): Use xconcatenated_filename instead of
1589         concatenated_filename.
1590         * lib/javacomp.c: Include concat-filename.h, not filename.h.
1591         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1592         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1593         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1594         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
1595         instead of concatenated_filename.
1596         * lib/javaexec.c: Include concat-filename.h, not filename.h.
1597         (execute_java_class): Use xconcatenated_filename instead of
1598         concatenated_filename.
1599         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
1600         * modules/javacomp (Depends-on): Likewise.
1601         * modules/javaexec (Depends-on): Likewise.
1602
1603 2008-09-01  Bruno Haible  <bruno@clisp.org>
1604
1605         Split module 'filename' into 'filename' and 'concat-filename'.
1606         * modules/filename: Keep only lib/filename.h.
1607         (License): Change to LGPLv2+.
1608         * modules/concat-filename: New file, extracted from modules/filename.
1609         * lib/filename.h (concatenated_filename): Remove declaration.
1610         * lib/concat-filename.h: New file, extracted from lib/filename.h.
1611         * lib/concat-filename.c: Include concat-filename.h.
1612         * NEWS: Mention the change.
1613
1614 2008-09-01  Simon Josefsson  <simon@josefsson.org>
1615
1616         * lib/bitrotate.h (rotl8, rotr8): Add.
1617
1618         * modules/bitrotate (configure.ac): Need
1619         AC_REQUIRE([AC_C_INLINE]).
1620         (Description): Mention stdint.h.  Reported by Bruno Haible
1621         <bruno@clisp.org>.
1622
1623         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
1624         Paolo Bonzini <bonzini@gnu.org>.
1625
1626 2008-08-31  Bruno Haible  <bruno@clisp.org>
1627
1628         Assume Solaris specific bi-arch conventions on Solaris systems.
1629         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
1630         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
1631         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
1632         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
1633         like acl_libdirstem.
1634         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
1635         acl_libdirstem.
1636         * NEWS: Mention the change.
1637         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
1638
1639 2008-08-31  Jim Meyering  <meyering@redhat.com>
1640
1641         * lib/strftime.h: Add comments describing the two added arguments.
1642
1643         remove duplicate #include directives
1644         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
1645         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
1646
1647 2008-08-31  Bruno Haible  <bruno@clisp.org>
1648
1649         New module 'sigpipe-die'.
1650         * modules/sigpipe-die: New file.
1651         * lib/sigpipe-die.h: New file.
1652         * lib/sigpipe-die.c: New file.
1653         * MODULES.html.sh (Signal handling): Add sigpipe-die.
1654
1655 2008-08-31  Bruno Haible  <bruno@clisp.org>
1656
1657         Don't override previously installed signal handlers.
1658         * lib/fatal-signal.c (saved_sigactions): New variable.
1659         (uninstall_handlers): Reset the signal to the saved handler, not
1660         to SIG_DFL (except when ignored).
1661         (install_handlers): Save the previous handlers.
1662
1663 2008-08-30  Bruno Haible  <bruno@clisp.org>
1664
1665         * gnulib-tool (func_reset_sigpipe): New function.
1666         (func_get_automake_snippet, func_modules_transitive_closure,
1667         func_import): Invoke it before a join command that reads from stdin,
1668         to avoid "echo: write error: Broken pipe" error messages on stderr.
1669         Reported by Sam Steingold <sds@gnu.org>.
1670
1671 2008-08-30  Bruno Haible  <bruno@clisp.org>
1672
1673         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
1674         Code copied from m4/open.m4.
1675         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
1676         access and the filename ends in a slash. Code copied from lib/open.c.
1677         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
1678         * tests/test-fopen.c (main): Check against bug with trailing slash.
1679
1680 2008-08-29  Bruno Haible  <bruno@clisp.org>
1681
1682         Avoid some "gcc -pedantic" warnings.
1683         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
1684         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
1685         * lib/dirent.in.h: Likewise.
1686         * lib/fcntl.in.h: Likewise.
1687         * lib/float.in.h: Likewise.
1688         * lib/iconv.in.h: Likewise.
1689         * lib/inttypes.in.h: Likewise.
1690         * lib/locale.in.h: Likewise.
1691         * lib/math.in.h: Likewise.
1692         * lib/netinet_in.in.h: Likewise.
1693         * lib/search.in.h: Likewise.
1694         * lib/signal.in.h: Likewise.
1695         * lib/stdarg.in.h: Likewise.
1696         * lib/stdint.in.h: Likewise.
1697         * lib/stdio.in.h: Likewise.
1698         * lib/stdlib.in.h: Likewise.
1699         * lib/string.in.h: Likewise.
1700         * lib/strings.in.h: Likewise.
1701         * lib/sys_select.in.h: Likewise.
1702         * lib/sys_socket.in.h: Likewise.
1703         * lib/sys_stat.in.h: Likewise.
1704         * lib/sys_time.in.h: Likewise.
1705         * lib/sysexits.in.h: Likewise.
1706         * lib/time.in.h: Likewise.
1707         * lib/unistd.in.h: Likewise.
1708         * lib/wchar.in.h: Likewise.
1709         * lib/wctype.in.h: Likewise.
1710         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
1711         * modules/fchdir (Makefile.am): Likewise.
1712         * modules/fcntl (Makefile.am): Likewise.
1713         * modules/float (Makefile.am): Likewise.
1714         * modules/iconv_open (Makefile.am): Likewise.
1715         * modules/inttypes (Makefile.am): Likewise.
1716         * modules/locale (Makefile.am): Likewise.
1717         * modules/math (Makefile.am): Likewise.
1718         * modules/netinet_in (Makefile.am): Likewise.
1719         * modules/search (Makefile.am): Likewise.
1720         * modules/signal (Makefile.am): Likewise.
1721         * modules/stdarg (Makefile.am): Likewise.
1722         * modules/stdint (Makefile.am): Likewise.
1723         * modules/stdio (Makefile.am): Likewise.
1724         * modules/stdlib (Makefile.am): Likewise.
1725         * modules/string (Makefile.am): Likewise.
1726         * modules/strings (Makefile.am): Likewise.
1727         * modules/sys_select (Makefile.am): Likewise.
1728         * modules/sys_socket (Makefile.am): Likewise.
1729         * modules/sys_stat (Makefile.am): Likewise.
1730         * modules/sys_time (Makefile.am): Likewise.
1731         * modules/sysexits (Makefile.am): Likewise.
1732         * modules/time (Makefile.am): Likewise.
1733         * modules/unistd (Makefile.am): Likewise.
1734         * modules/wchar (Makefile.am): Likewise.
1735         * modules/wctype (Makefile.am): Likewise.
1736         Reported by Reuben Thomas <rrt@sc3d.org>.
1737
1738 2008-08-29  Bruno Haible  <bruno@clisp.org>
1739
1740         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
1741         any more.
1742
1743 2008-08-29  Simon Josefsson  <simon@josefsson.org>
1744
1745         * MODULES.html.sh (Misc): Add bitrotate.
1746
1747         * modules/bitrotate: New file.
1748
1749         * lib/bitrotate.h: New file.
1750
1751         * modules/bitrotate-tests: New file.
1752
1753         * tests/test-bitrotate.c: New file.
1754
1755         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
1756         on the bitrotate module.
1757
1758         * lib/arctwo.c: Use new bitrotate module.
1759
1760 2008-08-29  Jim Meyering  <meyering@redhat.com>
1761
1762         bootstrap: merge changes from coreutils
1763         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
1764         of copied files.  Remove a kludge, now that this is fixed.
1765         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
1766         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
1767         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
1768
1769 2008-08-29  Bruno Haible  <bruno@clisp.org>
1770
1771         * MODULES.html.sh: Remove --cvs-urls option.
1772
1773 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
1774
1775         maint.mk: adjust to file name change
1776         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
1777
1778 2008-08-28  Jim Meyering  <meyering@redhat.com>
1779
1780         * modules/getndelim2 (License): Relicense to LGPLv2+.
1781         Approved by Richard Stallman for the version of 1995, and by
1782         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
1783
1784 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
1785
1786         * lib/getdelim.c (flockfile, funlockfile): Make all of them
1787         dummy if one is not available.  Do not touch them if
1788         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
1789         (getc_maybe_unlocked): New.
1790         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
1791
1792 2008-08-26  Eric Blake  <ebb9@byu.net>
1793
1794         doc/INSTALL: resync from autoconf
1795         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
1796         (INSTALL_PRELUDE): Delete; this is done more efficiently by
1797         moving...
1798         * install.texi [!autoconf]: ...here.  Resync from autoconf.
1799         * INSTALL: Regenerate.
1800         * INSTALL.ISO: New file.
1801         * INSTALL.UTF-8: Likewise.
1802
1803 2008-08-26  Jim Meyering  <meyering@redhat.com>
1804
1805         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
1806         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
1807         these definitions conditional, so that they may be overridden, too.
1808
1809 2008-08-26  Bruno Haible  <bruno@clisp.org>
1810
1811         Generate INSTALL file variants with prettier quotes.
1812         * doc/Makefile (INSTALL_PRELUDE): New macro.
1813         (INSTALL): Use it.
1814         (INSTALL.ISO, INSTALL.UTF-8): New rules.
1815
1816 2008-08-26  Bruno Haible  <bruno@clisp.org>
1817
1818         Run makeinfo in an English locale.
1819         * doc/Makefile (MAKEINFO): New variable.
1820
1821 2008-08-26  Bruno Haible  <bruno@clisp.org>
1822
1823         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
1824         Suggested by Eric Blake.
1825
1826 2008-08-25  Bruno Haible  <bruno@clisp.org>
1827
1828         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
1829
1830 2008-08-25  Eric Blake  <ebb9@byu.net>
1831
1832         c-stack: test that stack overflow can be caught
1833         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
1834         that platform allows handling stack overflow; at least OS/2 EMX
1835         has sigaltstack, but crashes before transferring control to
1836         handler on stack overflow.
1837         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
1838         check for HAVE_STACK_OVERFLOW_HANDLING.
1839         Reported by Elbert Pol.
1840
1841 2008-08-25  Bruno Haible  <bruno@clisp.org>
1842
1843         * doc/posix-functions/strftime.texi: Fix description of strftime
1844         module.
1845
1846 2008-08-24  Bruno Haible  <bruno@clisp.org>
1847
1848         * tests/uniwidth/test-uc_width2.c: New file.
1849         * tests/uniwidth/test-uc_width2.sh: New file.
1850         * modules/uniwidth/width-tests (Files): Add the new files.
1851         (TESTS): Add uniwidth/test-uc_width2.sh.
1852         (TESTS_ENVIRONMENT): New variable.
1853         (check_PROGRAMS): Add test-uc_width2.
1854         (test_uc_width2_SOURCES): New variable.
1855
1856         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
1857         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
1858         not 0x00AB.
1859         Reported by Alexander V. Lukyanov <lav@netis.ru>.
1860
1861 2008-08-22  Eric Blake  <ebb9@byu.net>
1862
1863         test-lock, test-tls: mention why a test is skipped
1864         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
1865         skipped.
1866         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
1867
1868         count-one-bits: relax license
1869         * modules/count-one-bits (License): Relicense to LGPLv2+.
1870         Suggested by Ludovic Courtès, approved by Ben Pfaff.
1871
1872 2008-08-22  Andreas Schwab  <schwab@suse.de>
1873
1874         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1875         Remove spurious space in assignment.
1876
1877 2008-08-21  Simon Josefsson  <simon@josefsson.org>
1878
1879         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
1880         Paul Eggert <eggert@CS.UCLA.EDU>.
1881
1882 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
1883
1884         * modules/gettext: Add m4/threadlib.m4.
1885
1886 2008-08-19  Eric Blake  <ebb9@byu.net>
1887
1888         test-c-stack: fix compilation failure on FreeBSD 5.0
1889         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
1890         headers before <sys/resource.h>.
1891         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
1892         the bug.
1893         Reported by Nelson H. F. Beebe.
1894
1895         strverscmp: migrate from "strverscmp.h" to <string.h>
1896         * modules/string (Makefile.am): Add new hooks.
1897         * modules/strverscmp (Files): Remove strverscmp.h.
1898         (Depends-on): Add string.
1899         (configure.ac): Add indicator.
1900         (Include): Mention new header.
1901         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
1902         defaults.
1903         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
1904         results.
1905         * lib/strverscmp.h: Delete.
1906         * lib/string.in.h (strverscmp): Provide declaration, when needed.
1907         * tests/test-strverscmp.c (includes): Adjust client.
1908         * lib/check-version.c (includes): Likewise.
1909         * NEWS: Document the change.
1910
1911         strverscmp: add unit test
1912         * modules/strverscmp-tests: New file.
1913         * tests/test-strverscmp.c: Likewise.
1914
1915 2008-08-19  Simon Josefsson  <simon@josefsson.org>
1916
1917         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
1918         regarding Windows crypto stuff, from Mono.
1919
1920 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
1921
1922         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
1923         if present, for intel RND.  Return error on failures.
1924
1925 2008-08-18  Ben Pfaff  <blp@gnu.org>
1926
1927         gitlog-to-changelog: give better diagnostic for failed pipe-open
1928         * build-aux/gitlog-to-changelog: Improve error message: suggest
1929         that the version of Git may be too old.
1930
1931 2008-08-18  Simon Josefsson  <simon@josefsson.org>
1932
1933         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
1934         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
1935
1936 2008-08-18  Bruno Haible  <bruno@clisp.org>
1937
1938         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
1939         pthread_in_use().
1940
1941 2008-08-18  Bruno Haible  <bruno@clisp.org>
1942
1943         * lib/glthread/threadlib.c: Include <pthread.h>.
1944
1945 2008-08-18  Bruno Haible  <bruno@clisp.org>
1946
1947         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
1948         glthread_recursive_lock_* macros.
1949         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
1950         Fix syntax error.
1951
1952 2008-08-18  Bruno Haible  <bruno@clisp.org>
1953
1954         * lib/glthread/thread.c: Avoid forcing a context switch right after
1955         thread creation.
1956
1957 2008-08-17  Bruno Haible  <bruno@clisp.org>
1958
1959         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
1960         * lib/glthread/thread.h: Provide Win32 specific implementation.
1961         * modules/thread (Files): Add lib/glthread/thread.c.
1962         (Depends-on): Add lock.
1963         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
1964
1965 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1966
1967         New module 'yield'.
1968         * modules/yield: New file.
1969         * lib/glthread/yield.h: New file.
1970         * m4/yield.m4: New file.
1971         * MODULES.html.sh (Multithreading): Add yield.
1972
1973 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1974
1975         New module 'thread'.
1976         * modules/thread: New file.
1977         * lib/glthread/thread.h: New file.
1978         * m4/thread.m4: New file.
1979         * MODULES.html.sh (Multithreading): Add thread.
1980
1981 2008-08-17  Bruno Haible  <bruno@clisp.org>
1982
1983         * lib/glthread/lock.h: Include <stdlib.h> always.
1984         * lib/glthread/tls.h: Likewise.
1985         * lib/glthread/cond.h: Likewise.
1986
1987 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1988
1989         New module 'cond'.
1990         * modules/cond: New file.
1991         * lib/glthread/cond.h: New file.
1992         * lib/glthread/cond.c: New file.
1993         * m4/cond.m4: New file.
1994         * MODULES.html.sh (Multithreading): Add cond.
1995
1996 2008-08-16  Eric Blake  <ebb9@byu.net>
1997
1998         c-stack: fix regression on Irix 5.3 from 2008-06-21
1999         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
2000         sa_sigaction...
2001         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
2002         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
2003         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
2004         * modules/signal (Makefile.am): Use the value.
2005         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
2006         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
2007         * doc/posix-headers/signal.texi (signal.h): Document this
2008         portability issue.
2009         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
2010         Reported by Tom G. Christensen.
2011
2012 2008-08-17  Bruno Haible  <bruno@clisp.org>
2013
2014         New module 'threadlib'.
2015         * modules/threadlib: New file.
2016         * lib/glthread/threadlib.c: New file, extracted from
2017         lib/glthread/lock.c.
2018         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
2019         functions.
2020         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
2021         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
2022         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
2023         macros.
2024         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
2025         (gl_DISABLE_THREADS): Remove macro.
2026         * modules/lock (Files): Remove build-aux/config.rpath.
2027         (Depends-on): Remove havelib. Add threadlib.
2028         (configure.ac-early): Remove section.
2029         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
2030         * modules/tls (Depends-on): Remove lock. Add threadlib.
2031         (Link): New section, copied from threadlib.
2032         * MODULES.html.sh (Multithreading): Add threadlib.
2033
2034 2008-08-14  Bruno Haible  <bruno@clisp.org>
2035
2036         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
2037         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
2038         glthread_rwlock_unlock, glthread_rwlock_destroy,
2039         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
2040         glthread_recursive_lock_destroy): Define as macros always.
2041         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
2042         glthread_lock_lock.
2043         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
2044         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
2045         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
2046         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
2047         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
2048         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
2049         (glthread_recursive_lock_lock_func): Renamed from
2050         glthread_recursive_lock_lock.
2051         (glthread_recursive_lock_unlock_func): Renamed from
2052         glthread_recursive_lock_unlock.
2053         (glthread_recursive_lock_destroy_func): Renamed from
2054         glthread_recursive_lock_destroy.
2055
2056 2008-08-14  Bruno Haible  <bruno@clisp.org>
2057
2058         * lib/glthread/lock.h: Renamed from lib/lock.h.
2059         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
2060         * lib/glthread/tls.h: Renamed from lib/tls.h.
2061         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
2062         * lib/fstrcmp.c: Update includes.
2063         * lib/strsignal.c: Update includes.
2064         * modules/lock (Files, Makefile.am): Update.
2065         (Include): Change to "glthread/lock.h".
2066         * modules/tls (Files, Makefile.am): Update.
2067         (Include): Change to "glthread/tls.h".
2068         * tests/test-lock.c: Update includes.
2069         * tests/test-tls.c: Update includes.
2070         * NEWS: Mention the renamed header files.
2071
2072 2008-08-11  Jim Meyering  <meyering@redhat.com>
2073
2074         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
2075
2076 2008-08-11  Eric Blake  <ebb9@byu.net>
2077
2078         test-c-stack: avoid C99-ism
2079         * tests/test-c-stack.c (main): Fix whitespace, move declaration
2080         before statement.
2081         Reported by Alain Guibert.
2082
2083 2008-08-10  Jim Meyering  <meyering@redhat.com>
2084
2085         ensure that return value of uinttostr et al are not ignored
2086         * lib/inttostr.h (__GNUC_PREREQ): Define.
2087         (__attribute_warn_unused_result__): Define.
2088         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
2089
2090 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
2091
2092         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
2093         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
2094
2095 2008-08-07  Jim Meyering  <meyering@redhat.com>
2096
2097         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
2098
2099         * modules/mkstemp (License): Relicense under LGPLv2+.
2100         * modules/tempname (License): Likewise.
2101
2102 2008-08-06  Bruno Haible  <bruno@clisp.org>
2103
2104         * lib/poll.c (poll): Further micro-optimization.
2105
2106 2008-08-06  Jim Meyering  <meyering@redhat.com>
2107
2108         inet_pton.c: use locale-independent tolower
2109         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
2110         (inet_pton6): Use c_tolower rather than tolower.
2111         * modules/inet_pton (Depends-on): Add c-ctype.
2112
2113 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
2114
2115         * lib/poll.c (poll): Avoid division when timeout is 0, cache
2116         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
2117
2118 2008-08-06  Jim Meyering  <meyering@redhat.com>
2119
2120         * modules/inet_pton (License): Relicense under LGPLv2+.
2121
2122 2008-08-03  Bruno Haible  <bruno@clisp.org>
2123
2124         Additional non-aborting API for lock and tls.
2125         * lib/lock.h: Include <errno.h>.
2126         (glthread_lock_init): New macro/function.
2127         (gl_lock_init): Define as wrapper around glthread_lock_init.
2128         (glthread_lock_lock): New macro/function.
2129         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
2130         (glthread_lock_unlock): New macro/function.
2131         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
2132         (glthread_lock_destroy): New macro/function.
2133         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
2134         (glthread_rwlock_init): New macro/function.
2135         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
2136         (glthread_rwlock_rdlock): New macro/function.
2137         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
2138         (glthread_rwlock_wrlock): New macro/function.
2139         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
2140         (glthread_rwlock_unlock): New macro/function.
2141         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
2142         (glthread_rwlock_destroy): New macro/function.
2143         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
2144         (glthread_recursive_lock_init): New macro/function.
2145         (gl_recursive_lock_init): Define as wrapper around
2146         glthread_recursive_lock_init.
2147         (glthread_recursive_lock_lock): New macro/function.
2148         (gl_recursive_lock_lock): Define as wrapper around
2149         glthread_recursive_lock_lock.
2150         (glthread_recursive_lock_unlock): New macro/function.
2151         (gl_recursive_lock_unlock): Define as wrapper around
2152         glthread_recursive_lock_unlock.
2153         (glthread_recursive_lock_destroy): New macro/function.
2154         (gl_recursive_lock_destroy): Define as wrapper around
2155         glthread_recursive_lock_destroy.
2156         (glthread_once): New macro/function.
2157         (gl_once): Define as wrapper around glthread_once.
2158         Update function declarations.
2159         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
2160         glthread_rwlock_init. Return error code.
2161         (glthread_rwlock_rdlock_multithreaded): Renamed from
2162         glthread_rwlock_rdlock. Return error code.
2163         (glthread_rwlock_wrlock_multithreaded): Renamed from
2164         glthread_rwlock_wrlock. Return error code.
2165         (glthread_rwlock_unlock_multithreaded): Renamed from
2166         glthread_rwlock_unlock. Return error code.
2167         (glthread_rwlock_destroy_multithreaded): Renamed from
2168         glthread_rwlock_destroy. Return error code.
2169         (glthread_recursive_lock_init_multithreaded): Renamed from
2170         glthread_recursive_lock_init. Return error code.
2171         (glthread_recursive_lock_lock_multithreaded): Renamed from
2172         glthread_recursive_lock_lock. Return error code.
2173         (glthread_recursive_lock_unlock_multithreaded): Renamed from
2174         glthread_recursive_lock_unlock. Return error code.
2175         (glthread_recursive_lock_destroy_multithreaded): Renamed from
2176         glthread_recursive_lock_destroy. Return error code.
2177         (glthread_once_call): Make static.
2178         (glthread_once_multithreaded): Renamed from glthread_once.
2179         * lib/tls.h: Include <errno.h>.
2180         (glthread_tls_key_init): New macro/function.
2181         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
2182         (glthread_tls_set): New macro/function.
2183         (gl_tls_set): Define as wrapper around glthread_tls_set.
2184         (glthread_tls_key_destroy): New macro/function.
2185         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
2186         Update function declarations.
2187         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
2188         glthread_tls_get.
2189         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2190
2191 2008-08-04  Eric Blake  <ebb9@byu.net>
2192
2193         gnumakefile: use space, not TAB, outside of targets
2194         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
2195
2196 2008-08-02  Jim Meyering  <meyering@redhat.com>
2197
2198         getdate.y: avoid locale-dependent date parsing failure
2199         In Turkish locales, getdate would fail to recognize keywords
2200         containing a lowercase "i".  The solution is not to rely on
2201         locale-sensitive case-conversion.
2202         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
2203         (lookup_word): Use c_toupper in place of toupper.
2204         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
2205         Reported by Vefa Bicakci <bicave@superonline.com> in
2206         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
2207         * modules/getdate (Depends-on): Add c-ctype.
2208
2209 2008-08-02  Bruno Haible  <bruno@clisp.org>
2210
2211         * gnulib-tool (func_import): When updating or creating a .gitignore
2212         file, prepend each added line with a slash, and ignore leading slashes
2213         from the existing lines.
2214         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2215
2216 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2217
2218         Portability fix for GNU make 3.79.1.
2219         * top/GNUmakefile: Avoid 'else COND', which older GNU make
2220         versions do not understand.
2221
2222 2008-08-01  Bruno Haible  <bruno@clisp.org>
2223
2224         Work around bug of HP-UX 10.20 cc with -0.0 literal.
2225         * tests/test-isnanf.h (zero): New variable.
2226         (main): Avoid literal -0.0f.
2227         * tests/test-isnand.h (zero): New variable.
2228         (main): Avoid literal -0.0.
2229         * tests/test-isnanl.h (zero): New variable.
2230         (main): Avoid literal -0.0L.
2231         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
2232         (test_float, test_double, test_long_double): Avoid literals -0.0f,
2233         -0.0, -0.0L.
2234         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
2235         (test_signbitd): Avoid literal -0.0.
2236         (test_signbitl): Avoid literal -0.0L.
2237         * tests/test-ceilf1.c (zero): New variable.
2238         (main): Avoid literal -0.0f.
2239         * tests/test-ceill.c (zero): New variable.
2240         (main): Avoid literal -0.0L.
2241         * tests/test-floorf1.c (zero): New variable.
2242         (main): Avoid literal -0.0f.
2243         * tests/test-floorl.c (zero): New variable.
2244         (main): Avoid literal -0.0L.
2245         * tests/test-roundf1.c (zero): New variable.
2246         (main): Avoid literal -0.0f.
2247         * tests/test-round1.c (zero): New variable.
2248         (main): Avoid literal -0.0.
2249         * tests/test-roundl.c (zero): New variable.
2250         (main): Avoid literal -0.0L.
2251         * tests/test-truncf1.c (zero): New variable.
2252         (main): Avoid literal -0.0f.
2253         * tests/test-trunc1.c (zero): New variable.
2254         (main): Avoid literal -0.0.
2255         * tests/test-truncl.c (zero): New variable.
2256         (main): Avoid literal -0.0L.
2257         * tests/test-frexp.c (zero): New variable.
2258         (main): Avoid literal -0.0.
2259         * tests/test-frexpl.c (zero): New variable.
2260         (main): Avoid literal -0.0L.
2261         * tests/test-ldexpl.c (zero): New variable.
2262         (main): Avoid literal -0.0L.
2263         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
2264         (zerod, zerol): New variables.
2265         (test_function): Avoid literals -0.0, -0.0L.
2266         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
2267         (zerod, zerol): New variables.
2268         (test_function): Avoid literals -0.0, -0.0L.
2269         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
2270         (zerod, zerol): New variables.
2271         (test_function): Avoid literals -0.0, -0.0L.
2272         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
2273         (zerod, zerol): New variables.
2274         (test_function): Avoid literals -0.0, -0.0L.
2275         * tests/test-strtod.c (zero): New variable.
2276         (main): Avoid literal -0.0.
2277         Reported by Jonathan C. Patschke <jp@centtech.com>.
2278
2279 2008-07-31  Jim Meyering  <meyering@redhat.com>
2280
2281         sha256.h: correct definition of SHA224_DIGEST_SIZE
2282         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
2283         Reported by Paulie Pena IV <paulie4@gmail.com>.
2284         Define as 224 / 8, rather than as a literal.
2285         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
2286         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
2287         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
2288
2289 2008-07-31  Bruno Haible  <bruno@clisp.org>
2290
2291         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
2292         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
2293         Reported by Jonathan Patschke <jp@centtech.com>.
2294
2295 2008-07-31  Bruno Haible  <bruno@clisp.org>
2296
2297         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
2298         Reported by Paolo Bonzini <bonzini@gnu.org>.
2299
2300 2008-07-30  Eric Blake  <ebb9@byu.net>
2301
2302         test-strtod: allow compilation without -lm
2303         * tests/test-strtod.c (main): Avoid link dependence on fabs.
2304         Reported by Dennis Clarke <blastwave@gmail.com>.
2305
2306 2008-07-28  Jim Meyering  <meyering@redhat.com>
2307
2308         bootstrap: work also when there are no .po files in po/
2309         * build-aux/bootstrap (update_po_files): Complete the change
2310         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
2311
2312 2008-07-27  Jim Meyering  <meyering@redhat.com>
2313
2314         * users.txt: Add zile.
2315
2316 2008-07-26  Ben Pfaff  <blp@gnu.org>
2317
2318         Add missing dependencies on new m4/exponent[fdl].m4 files.
2319         * modules/isnanf-nolibm: Add m4/exponentf.m4.
2320         * modules/isnand-nolibm: Add m4/exponentd.m4.
2321         * modules/isnanl-nolibm: Add m4/exponentl.m4.
2322         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
2323         m4/isnan[fdl].m4, because the macros actually used moved.
2324         Reported by Jim Meyering.
2325
2326 2008-07-14  Ben Pfaff  <blp@gnu.org>
2327
2328         Add isinf module.
2329         * lib/isinf.c: New file.
2330         * lib/math.in.h: Define isinf macro if we have decided to replace
2331         it.
2332         * m4/isinf.m4: New file.
2333         * m4/math_h.m4: Initialize and substitute variables for isinf
2334         module.
2335         * modules/isinf: New file.
2336         * modules/isinf-tests: New file.
2337         * modules/math: Add substitutions for new module.
2338         * tests/test-isinf.c: New file.
2339         * doc/posix-functions/isinf.texi: Mention new module.
2340         * MODULES.html.sh: Mention new module.
2341
2342 2008-07-14  Ben Pfaff  <blp@gnu.org>
2343
2344         Factor out some macros for use by additional modules.
2345         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
2346         exponentf.m4.
2347         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
2348         exponentd.m4.
2349         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
2350         file exponentl.m4.
2351         * m4/exponentf.m4: New file.
2352         * m4/exponentd.m4: New file.
2353         * m4/exponentl.m4: New file.
2354         * modules/isnanf: Use new file m4/exponentf.m4.
2355         * modules/isnand: Use new file m4/exponentd.m4.
2356         * modules/isnanl: Use new file m4/exponentl.m4.
2357
2358 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
2359
2360         mktime.c: normalize tp->tm_isdst value to -1/0/1.
2361         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2362         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
2363         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
2364
2365         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
2366         readlink on platforms without PATH_MAX.
2367
2368 2008-07-21  Eric Blake  <ebb9@byu.net>
2369
2370         Warn, not fail, on stale version.
2371         * top/GNUmakefile (_curr-ver): Tone down previous patch.
2372
2373         Don't allow installation with stale devel version number.
2374         * top/GNUmakefile (_is-install-target): New macro.
2375         (_curr-ver): Forbid installation with stale version number.
2376
2377 2008-07-20  Bruno Haible  <bruno@clisp.org>
2378
2379         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
2380         TESTS_ENVIRONMENT.
2381         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
2382
2383 2008-07-20  Bruno Haible  <bruno@clisp.org>
2384
2385         * lib/c-stack.h (c_stack_action): Add documentation.
2386         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
2387
2388 2008-07-20  Bruno Haible  <bruno@clisp.org>
2389
2390         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
2391         * modules/readlink (License): Likewise.
2392
2393 2008-07-17  Eric Blake  <ebb9@byu.net>
2394
2395         * modules/c-stack (Link): Fix typo.
2396
2397         Make c-stack use libsigsegv, when available.
2398         * modules/c-stack (Depends-on): Add libsigsegv.
2399         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
2400         needed.
2401         * lib/c-stack.c (SIGSTKSZ): Define fallback.
2402         (segv_handler, overflow_handler, c_stack_action)
2403         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
2404         implementation when libsigsegv is available, but only when using
2405         the library is necessary.
2406         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
2407         comment, explaining why XSI check fails on Linux.
2408         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
2409         * tests/test-c-stack2.sh: Tweak skip message.
2410         * NEWS: Document new link-time requirements.
2411
2412 2008-07-16  Eric Blake  <ebb9@byu.net>
2413
2414         c-stack: Expose false positives when not using libsigsegv.
2415         * modules/c-stack-tests (Files): Expand test.
2416         * tests/test-c-stack.c (main): Add means to conditionally trigger
2417         non-overflow SIGSEGV.
2418         * tests/test-c-stack2.sh: New file.
2419
2420 2008-07-14  Bruno Haible  <bruno@clisp.org>
2421
2422         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
2423         Reported by Eric Blake.
2424
2425 2008-07-14  Sam Steingold  <sds@gnu.org>
2426             Bruno Haible  <bruno@clisp.org>
2427
2428         New module libsigsegv.
2429         * modules/libsigsegv: New file.
2430         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
2431         modifications.
2432         * MODULES.html.sh (Signal handling): New section.
2433
2434 2008-07-14  Bruno Haible  <bruno@clisp.org>
2435
2436         * modules/unictype/ctype-* (Description): Add the word "function".
2437         Improves the resulting doc in MODULES.html.
2438
2439 2008-07-12  Ben Pfaff  <blp@gnu.org>
2440
2441         Add longlong module.
2442         * modules/longlong: New file.
2443
2444 2008-07-12  Bruno Haible  <bruno@clisp.org>
2445
2446         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
2447         to empty.
2448
2449 2008-07-10  Ben Pfaff  <blp@gnu.org>
2450
2451         Add isnan module.
2452         * doc/posix-functions/isnan.texi: Mention new module.
2453         * lib/math.in.h: Define isnan macro if we have decided to replace
2454         it.
2455         * m4/isnan.m4: New file.
2456         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
2457         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
2458         also.
2459         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
2460         redundancy.
2461         * m4/math_h.m4: Initialize and substitute variables for isnan
2462         module.
2463         * modules/isnan: New file.
2464         * modules/isnan-tests: New file.
2465         * modules/math: Add substitutions for new module.
2466         * tests/test-isnan.c: New file.
2467         * MODULES.html.sh: Mention new module.
2468
2469 2008-07-10  Ben Pfaff  <blp@gnu.org>
2470
2471         Add isnanf module.
2472         * lib/isnanf.m4: New file.
2473         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
2474         (gl_HAVE_ISNANF_IN_LIBM): New macro.
2475         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
2476         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
2477         * modules/isnanf: New file.
2478         * modules/isnanf-tests: New file.
2479         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
2480         files.
2481         * tests/test-isnanf-nolibm.c: factored most of its contents into
2482         new file tests/test-isnanf.h.
2483         * tests/test-isnanf.h: New file.
2484         * tests/test-isnanf.c: New file.
2485         * MODULES.html.sh: Mention new module.
2486         * doc/glibc-functions/isnanf.texi: Mention new module.
2487
2488 2008-07-10  Ben Pfaff  <blp@gnu.org>
2489
2490         Add isnand module.
2491         * lib/isnand.h: New file.
2492         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
2493         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
2494         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
2495         functionality also.
2496         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
2497         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
2498         (gl_HAVE_ISNAND_IN_LIBM): New macro.
2499         * modules/isnand: New file.
2500         * modules/isnand-tests: New file.
2501         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
2502         files.
2503         * tests/test-isnand-nolibm.c: factored most of its contents into
2504         new file tests/test-isnand.h.
2505         * tests/test-isnand.h: New file.
2506         * tests/test-isnand.c: New file.
2507         * MODULES.html.sh: Mention new module.
2508
2509 2008-07-10  Ben Pfaff  <blp@gnu.org>
2510
2511         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
2512         * lib/isnand.h: Rename lib/isnand-nolibm.h.
2513         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
2514         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
2515         * modules/isnanf-nolibm: Update references to renamed files.
2516         * modules/isnand-nolibm: Likewise.
2517         * modules/isnanf-nolibm-tests: Likewise.
2518         * modules/isnand-nolibm-tests: Likewise.
2519         * lib/frexp.c: Likewise.
2520         * lib/isfinite.c: Likewise.
2521         * lib/signbitd.c: Likewise.
2522         * lib/signbitf.c: Likewise.
2523         * lib/vasnprintf.c: Likewise.
2524         * tests/test-ceilf1.c: Likewise.
2525         * tests/test-ceilf2.c: Likewise.
2526         * tests/test-floorf1.c: Likewise.
2527         * tests/test-floorf2.c: Likewise.
2528         * tests/test-frexp.c: Likewise.
2529         * tests/test-round1.c: Likewise.
2530         * tests/test-round2.c: Likewise.
2531         * tests/test-roundf1.c: Likewise.
2532         * tests/test-strtod.c: Likewise.
2533         * tests/test-trunc1.c: Likewise.
2534         * tests/test-trunc2.c: Likewise.
2535         * tests/test-truncf1.c: Likewise.
2536         * tests/test-truncf2.c: Likewise.
2537         * NEWS: Mention the renamed header files.
2538
2539 2008-07-11  Jim Meyering  <meyering@redhat.com>
2540
2541         vc-list-files: make the last-resort awk code more portable
2542         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
2543         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
2544         does not support it.
2545
2546 2008-07-10  Eric Blake  <ebb9@byu.net>
2547
2548         Work with tar's bootstrap.
2549         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
2550         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
2551         an m4 comment.
2552
2553 2008-07-09  Jim Meyering  <meyering@redhat.com>
2554
2555         posix-shell.m4: fix typo that made this test malfunction
2556         * m4/posix-shell.m4: Remove capitalization in variable name.
2557
2558 2008-07-08  Bruno Haible  <bruno@clisp.org>
2559
2560         * m4/onceonly.m4: Update comments.
2561         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2562
2563 2008-07-04  Jim Meyering  <meyering@redhat.com>
2564
2565         * users.txt: Add vc-dwim.
2566         (bison, coreutils): Use the gitweb URL.
2567
2568 2008-07-03  Jim Meyering  <meyering@redhat.com>
2569
2570         * users.txt: Add libffcall.  From Sam Steingold.
2571
2572 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
2573
2574         getdate.y: do not ignore TZ with relative day, month or year offset
2575         * lib/getdate.y (get_date): Move the tz-handling block to follow the
2576         relative-date-handling, since otherwise, the latter would clobber the
2577         sole output (an updated Start value) of the tz-handling block.
2578         * tests/test-getdate.c: Tests for the fix
2579
2580 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2581
2582         Recognize 'foo_LIBRARIES += libgnu.a'.
2583         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
2584         makefile snippet has already specified an installation location,
2585         also using '+='.
2586
2587 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
2588
2589         getdate.y: factor out common actions
2590         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
2591         Use them in place of open-coded actions.
2592
2593 2008-07-01  Simon Josefsson  <simon@josefsson.org>
2594
2595         Add self-test for getdate module.
2596         * modules/getdate-tests: New file.
2597         * tests/test-getdate.c: New file.
2598
2599 2008-06-29  Bruno Haible  <bruno@clisp.org>
2600
2601         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
2602         .gitignore.
2603         Reported by Sylvain Beucler <beuc@beuc.net>.
2604
2605 2008-06-29  Bruno Haible  <bruno@clisp.org>
2606
2607         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
2608         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
2609
2610 2008-06-29  Bruno Haible  <bruno@clisp.org>
2611
2612         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
2613         EXTRA_DIST.
2614         Reported by Sylvain Beucler <beuc@beuc.net>.
2615
2616 2008-06-26  Jim Meyering  <meyering@redhat.com>
2617
2618         make several modules depend on the "open" module
2619         This provides slightly increased consistency when opening-for-write
2620         the name of a non-directory spelled with a trailing slash.
2621         * modules/chdir-safer: Likewise.
2622         * modules/chown: Likewise.
2623         * modules/clean-temp: Likewise.
2624         * modules/copy-file: Likewise.
2625         * modules/fchdir: Likewise.
2626         * modules/fcntl-safer: Likewise.
2627         * modules/pipe: Likewise.
2628         * modules/utime: Likewise.
2629         Prompted by Eric Blake and Bruno Haible.
2630
2631 2008-06-24  Andreas Schwab  <schwab@suse.de>
2632
2633         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
2634         literals can be used as initializers for global variables.
2635
2636 2008-06-23  Eric Blake  <ebb9@byu.net>
2637
2638         Make gnulib-cache.m4 easier to diff.
2639         * gnulib-tool (func_import): Allow newlines when reading cached
2640         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
2641
2642 2008-06-23  Bruno Haible  <bruno@clisp.org>
2643
2644         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
2645         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
2646         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
2647         m4/signalblocking.m4.
2648         (gl_PREREQ_SIGACTION): Don't invoke it.
2649         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
2650         gl_PREREQ_SIG_HANDLER_H.
2651         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2652         Don't check for sigaction here.
2653
2654 2008-06-23  Bruno Haible  <bruno@clisp.org>
2655
2656         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
2657         (install_handlers): Don't set the SA_RESETHAND flag.
2658
2659 2008-06-23  Bruno Haible  <bruno@clisp.org>
2660
2661         * m4/sigaction.m4: Comment fixes.
2662         * lib/signal.in.h: Likewise.
2663
2664 2008-06-23  Eric Blake  <ebb9@byu.net>
2665
2666         Fix typo.
2667         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
2668
2669         Avoid SA_ namespace.
2670         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
2671         Reported by Ralf Wildenhues.
2672
2673         Avoid test failure due to SA_RESTORER.
2674         * tests/test-sigaction.c (SA_MASK): New macro.
2675         (main): Avoid failing due to extension flags being set.
2676         Reported by Jim Meyering.
2677
2678         Revert use of sig-handler.h in sigprocmask.c.
2679         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
2680         it requires the existence of struct sigaction.
2681         * lib/sigprocmask.c (handler_t): Restore typedef.
2682         (rpl_signal, old_handlers): Use local type.
2683
2684 2008-06-22  Bruno Haible  <bruno@clisp.org>
2685
2686         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
2687         conditionally.
2688         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2689
2690 2008-06-22  Bruno Haible  <bruno@clisp.org>
2691
2692         * doc/posix-functions/siginterrupt.texi: Move note.
2693
2694         * lib/signal.in.h (SA_RESTART): New macro.
2695         * lib/sigaction.c: Update comment.
2696
2697         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
2698
2699         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
2700         (gl_PREREQ_SIGPROCMASK): Invoke it.
2701         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
2702
2703         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
2704
2705         * lib/sigprocmask.c: Update a comment.
2706
2707 2008-06-21  Eric Blake  <ebb9@byu.net>
2708
2709         Use sigaction module rather than signal().
2710         * modules/c-stack (Depends-on): Add sigaction.
2711         * modules/fatal-signal (Depends-on): Likewise.
2712         * modules/nanosleep (Depends-on): Likewise.
2713         * modules/sigprocmask (Files): Add sig-handler.h.
2714         * modules/sigaction (Files): Likewise.
2715         * lib/sig-handler.h (get_handler): New file, suggested by Paul
2716         Eggert.
2717         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
2718         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
2719         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
2720         (init_fatal_signals): Likewise.
2721         * lib/nanosleep.c (rpl_nanosleep): Likewise.
2722         (siginterrupt): Delete fallback.
2723         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
2724         instead.
2725         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
2726         siginterrupt.
2727
2728         New module sigaction, for mingw.
2729         * modules/sigaction: New module...
2730         * modules/sigaction-tests: ...and its test.
2731         * m4/sigaction.m4: New file.
2732         * lib/sigaction.c: Likewise.
2733         * tests/test-sigaction.c: Likewise.
2734         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
2735         * modules/signal (Makefile.am): Likewise.
2736         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
2737         needed.
2738         * doc/posix-headers/signal.texi (signal.h): Mention provided
2739         types.
2740         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
2741         that sigaction is preferable.
2742         * doc/posix-functions/sigaction.texi (sigaction): Mention new
2743         module.
2744         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2745         sigaction.
2746
2747         Improve robustness of sigprocmask by overriding signal.
2748         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
2749         is in use.
2750         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
2751         (SIGKILL, SIGSTOP): Provide fallbacks.
2752         (rpl_signal): Implement.
2753         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
2754         signal can be called inside handlers.
2755
2756         Fix nanosleep module on mingw.
2757         * modules/nanosleep (Depends-on): Add sys_select.
2758         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
2759
2760         Fix licensing of sigprocmask.
2761         * modules/raise (License): Relicense as LGPL.
2762
2763 2008-06-21  Bruno Haible  <bruno@clisp.org>
2764
2765         * lib/propername.c (proper_name_utf8): Don't use the transliterated
2766         result if it contains question marks.
2767         Reported by Michael Geng <linux@michaelgeng.de>.
2768
2769 2008-06-19  Bruno Haible  <bruno@clisp.org>
2770
2771         Fix CVS-ism.
2772         * doc/gnulib.texi: Include updated-stamp.texi.
2773         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
2774         (updated-stamp.texi): New rule.
2775         (gnulib.info): Depend on it.
2776         * doc/.gitignore: Add updated-stamp.texi.
2777         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
2778
2779 2008-06-19  Bruno Haible  <bruno@clisp.org>
2780
2781         * doc/Makefile (gnulib.info): Update and simplify dependencies.
2782         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2783
2784 2008-06-19  Eric Blake  <ebb9@byu.net>
2785
2786         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
2787         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
2788         Reported by Stepan Kasal.
2789
2790 2008-06-18  Bruno Haible  <bruno@clisp.org>
2791
2792         * lib/fatal-signal.c (init_fatal_signals): Add comment.
2793         Reported by Eric Blake.
2794
2795 2008-06-18  Eric Blake  <ebb9@byu.net>
2796
2797         Work around cygwin 1.5.25 strsignal bug.
2798         * tests/test-strsignal.c: Allow for const char *.
2799         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
2800
2801 2008-06-18  Simon Josefsson  <simon@josefsson.org>
2802
2803         * users.txt: Update URL to article and add author/date
2804         information.
2805
2806 2008-06-17  Bruno Haible  <bruno@clisp.org>
2807
2808         New macro gl_DISABLE_THREADS.
2809         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
2810         if the user did not pass --enable-threads or --disable-threads option.
2811         (gl_DISABLE_THREADS): New macro.
2812         Reported by Eric Blake <ebb9@byu.net>.
2813
2814 2008-06-17  Bruno Haible  <bruno@clisp.org>
2815
2816         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
2817         when the macro ignores it.
2818         Based on a patch by Eric Blake <ebb9@byu.net>.
2819
2820 2008-06-17  Bruno Haible  <bruno@clisp.org>
2821
2822         * modules/tls (License): Change to LGPLv2+.
2823         Reported by Eric Blake.
2824
2825 2008-06-17  Eric Blake  <ebb9@byu.net>
2826
2827         Simplify c-stack prerequisites.
2828         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
2829         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
2830         no longer requires <ucontext.h> to exist.  Optimize setrlimit
2831         check.
2832         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
2833         <sys/resource.h>.
2834
2835         Move c-stack test into testsuite.
2836         * modules/c-stack-tests: New file.
2837         * lib/c-stack.c [DEBUG]: Move test program...
2838         * tests/test-c-stack.c: ...into this new file.  Skip rather than
2839         fail test if sigaltstack is lacking.
2840         * tests/test-c-stack.sh: New driver file.
2841
2842 2008-06-16  Eric Blake  <ebb9@byu.net>
2843
2844         Use raise module consistently.
2845         * modules/fatal-signal (Depends-on): Add raise.
2846         * modules/sigprocmask (Depends-on): Likewise.
2847         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
2848         * lib/sigprocmask.c (sigprocmask): Likewise.
2849         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2850         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
2851
2852         Fix compliance bug in sigpending.
2853         * lib/sigprocmask.c (sigpending): Return pending array via
2854         parameter, not return value.
2855
2856 2008-06-14  Eric Blake  <ebb9@byu.net>
2857
2858         Improve obstack-printf test code.
2859         * tests/test-obstack-printf.c (test_function): Fix comment, and
2860         simplify usage of obstack_* in macros.  Add a test for coverage.
2861         Reported by Bruno Haible.
2862
2863 2008-06-14  Bruno Haible  <bruno@clisp.org>
2864
2865         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
2866         array size as a constant, not as a const variable.
2867         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
2868         AC_USE_SYSTEM_EXTENSIONS.
2869         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2870         Test whether the obstack_printf function actually exists.
2871         * modules/obstack-printf (Depends-on): Add extensions.
2872         (Include): Remove obstack.h.
2873         * modules/obstack-printf-posix (Depends-on): Add extensions.
2874         (Include): Remove obstack.h.
2875
2876 2008-06-13  Eric Blake  <ebb9@byu.net>
2877
2878         Add obstack-printf and obstack-printf-posix modules.
2879         * modules/obstack-printf: New file.
2880         * modules/obstack-printf-posix: Likewise.
2881         * MODULES.html.sh (Misc): Mention them.
2882         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2883         Likewise.
2884         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2885         Likewise.
2886         * modules/stdio (Makefile.am): Accomodate new modules.
2887         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2888         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
2889         Declare.
2890         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
2891         functions.
2892         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
2893         (gl_REPLACE_OBSTACK_PRINTF): New macros
2894         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
2895         * tests/test-obstack-printf.c: New file.
2896         * modules/obstack-printf-tests: Likewise.
2897         * modules/obstack-printf-posix-tests: Likewise.
2898
2899 2008-06-11  Bruno Haible  <bruno@clisp.org>
2900
2901         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
2902         * lib/open.c: Include errno.h.
2903         (open): Fail when attempting to write to a file that has a trailing
2904         slash.
2905         * tests/test-open.c (main): Test against trailing slash bug.
2906         * doc/posix-functions/open.texi: Mention the trailing slash bug.
2907
2908 2008-06-10  Bruno Haible  <bruno@clisp.org>
2909
2910         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
2911         for $? to work inside the trap command, with various /bin/sh-s.
2912         * tests/test-vc-list-files-cvs.sh: Likewise.
2913
2914 2008-06-10  Bruno Haible  <bruno@clisp.org>
2915
2916         * lib/acl-internal.h: Don't include gettext.h here.
2917         * lib/set-mode-acl.c: Include gettext.h here.
2918         * lib/copy-acl.c: Likewise.
2919
2920 2008-06-10  Bruno Haible  <bruno@clisp.org>
2921
2922         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
2923         * lib/wait-process.c (wait_subprocess): Likewise.
2924         * lib/execute.h (execute): Add termsigp argument.
2925         * lib/execute.c (execute): Likewise.
2926         * lib/csharpcomp.c (compile_csharp_using_pnet,
2927         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
2928         * lib/csharpexec.c (execute_csharp_using_pnet,
2929         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
2930         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
2931         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
2932         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
2933         is_jikes_present): Update.
2934         * lib/javaexec.c (execute_java_class): Update.
2935         * lib/javaversion.c (execute_and_read_line): Update.
2936         * NEWS: Document the changes.
2937         Reported by Eric Blake.
2938
2939 2008-06-10  Eric Blake  <ebb9@byu.net>
2940
2941         Add missing include.
2942         * tests/test-strstr.c (includes): Add <signal.h>.
2943         * tests/test-strcasestr.c (includes): Likewise.
2944         * tests/test-memmem.c (includes): Likewise.
2945
2946 2008-06-10  Bruno Haible  <bruno@clisp.org>
2947
2948         * lib/wait-process.c (wait_subprocess): Add an assertion.
2949
2950 2008-06-10  Bruno Haible  <bruno@clisp.org>
2951
2952         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
2953
2954 2008-06-10  Bruno Haible  <bruno@clisp.org>
2955
2956         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
2957         using alarm().
2958         * tests/test-strcasestr.c (main): Likewise.
2959         * tests/test-strstr.c (main): Likewise.
2960
2961 2008-06-09  Bruno Haible  <bruno@clisp.org>
2962
2963         Work around the Solaris 10 ACE ACLs ABI change.
2964         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
2965         declare if ACL_NO_TRIVIAL is present.
2966         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
2967         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
2968         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
2969         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
2970         define if ACL_NO_TRIVIAL is present.
2971         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
2972         and use the current ABI.
2973         (file_has_acl): Use same #if condition as elsewhere.
2974         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
2975         in use, and use the current ABI.
2976         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
2977         Reported by Jim Meyering.
2978
2979 2008-06-09  Eric Blake  <ebb9@byu.net>
2980
2981         Work around environments that (stupidly) ignore SIGALRM.
2982         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
2983         before using alarm().
2984         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2985         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2986         Reported by Ian Beckwith <ianb@erislabs.net>.
2987
2988         Produce autobuild blurb earlier in log.
2989         * modules/autobuild (configure.ac-early): Move AB_INIT here.
2990
2991 2008-06-09  Jim Meyering  <meyering@redhat.com>
2992         and OndÅ™ej Vašík  <ovasik@redhat.com>
2993
2994         utimens.c: correct kernel bug work-around
2995         OndÅ™ej Vašík found that the invalid return value of 280 indicates
2996         failure, not success, and the kernel bug we're trying to work
2997         around affects not just the utimensat call, but also the fallback
2998         futimens call.
2999         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
3000         not success.
3001         [HAVE_FUTIMENS]: Use the same work-around, here.
3002
3003 2008-06-09  Jim Meyering  <meyering@redhat.com>
3004
3005         add more guards around definition of ACE_-related code
3006         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
3007         ALLOW and ACE_OWNER are also defined.
3008
3009 2008-06-08  Bruno Haible  <bruno@clisp.org>
3010
3011         * lib/acl-internal.h: Add me as co-author.
3012         * lib/file-has-acl.c: Likewise.
3013         * lib/set-mode-acl.c: Likewise.
3014         * lib/copy-acl.c: Likewise.
3015
3016 2008-06-08  Bruno Haible  <bruno@clisp.org>
3017
3018         Add support for AIX ACLs.
3019         * lib/acl-internal.h (acl_nontrivial): New declaration.
3020         * lib/file-has-acl.c (acl_nontrivial): New function.
3021         (file_has_acl): Add implementation using AIX 4 ACL API.
3022         * lib/set-mode-acl.c (qset_acl): Likewise.
3023         * lib/copy-acl.c (qcopy_acl): Likewise.
3024
3025 2008-06-08  Bruno Haible  <bruno@clisp.org>
3026
3027         Add support for HP-UX ACLs.
3028         * lib/acl-internal.h (acl_nontrivial): New declaration.
3029         * lib/file-has-acl.c (acl_nontrivial): New function.
3030         (file_has_acl): Add implementation using HP-UX 11 ACL API.
3031         * lib/set-mode-acl.c (qset_acl): Likewise.
3032         * lib/copy-acl.c (qcopy_acl): Likewise.
3033
3034 2008-06-08  Bruno Haible  <bruno@clisp.org>
3035
3036         Add support for Cygwin ACLs.
3037         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
3038         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
3039         the chmod_or_fchmod call.
3040         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
3041
3042 2008-06-08  Bruno Haible  <bruno@clisp.org>
3043
3044         Fix bug with setuid modes in Solaris 10+ code.
3045         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
3046         succeeded, when the mode contains some special bits.
3047
3048 2008-06-08  Bruno Haible  <bruno@clisp.org>
3049
3050         Add support for Solaris 7..10 ACLs.
3051         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
3052         declarations.
3053         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
3054         functions.
3055         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
3056         * lib/set-mode-acl.c (qset_acl): Likewise.
3057         * lib/copy-acl.c (qcopy_acl): Likewise.
3058
3059 2008-06-08  Bruno Haible  <bruno@clisp.org>
3060
3061         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
3062         declaration.
3063         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
3064         (acl_access_nontrivial): Remove MacOS X case.
3065         (file_has_acl): Use acl_extended_nontrivial.
3066         * lib/copy-acl.c (qcopy_acl): Likewise.
3067
3068 2008-06-08  Bruno Haible  <bruno@clisp.org>
3069
3070         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
3071
3072 2008-06-08  Jim Meyering  <meyering@redhat.com>
3073
3074         * modules/acl (Maintainer): Add Bruno Haible.
3075
3076 2008-06-07  Bruno Haible  <bruno@clisp.org>
3077
3078         Improve support for Tru64 ACLs.
3079         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
3080         ACL on OSF/1.
3081
3082 2008-06-07  Bruno Haible  <bruno@clisp.org>
3083
3084         Add support for MacOS X ACLs.
3085         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
3086         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
3087         * lib/set-mode-acl.c (qset_acl): Likewise.
3088         * lib/copy-acl.c (qcopy_acl): Likewise.
3089
3090 2008-06-07  Bruno Haible  <bruno@clisp.org>
3091
3092         Fix memory leak introduced on 2008-05-22.
3093         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
3094         use.
3095
3096 2008-06-07  Bruno Haible  <bruno@clisp.org>
3097
3098         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
3099         to construct an empty ACL.
3100
3101 2008-06-07  Bruno Haible  <bruno@clisp.org>
3102
3103         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
3104         precisely.
3105         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
3106
3107 2008-06-07  Bruno Haible  <bruno@clisp.org>
3108
3109         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
3110         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
3111
3112 2008-06-07  Bruno Haible  <bruno@clisp.org>
3113
3114         * doc/posix-functions/_setjmp.texi: Explain the use of this function
3115         regardless of POSIX.
3116         * doc/posix-functions/_longjmp.texi: Likewise.
3117         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
3118         SystemV platform in this case.
3119
3120 2008-06-06  Eric Blake  <ebb9@byu.net>
3121
3122         Document abort() bugs.
3123         * doc/posix-functions/abort.texi (abort): Mention anomalies.
3124
3125         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
3126         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
3127         sigsetjmp.
3128         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
3129         siglongjmp, but only as a macro.
3130         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
3131         is obsolete.
3132         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
3133
3134         Tweak documentation to cover cygwin argz bugs.
3135         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
3136         argz bug fix; no code change needed since no cygwin releases
3137         occurred between the last fix and the bug being tested.
3138         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
3139         module and recently fixed cygwin bugs.
3140         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
3141         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
3142         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
3143         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
3144         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
3145         Likewise.
3146         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
3147         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
3148         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
3149         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
3150         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
3151         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
3152         Likewise.
3153
3154         Avoid gcc warning on cygwin.
3155         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
3156         !ACL_NO_TRIVIAL]: Avoid unused variable.
3157
3158 2008-06-05  Eric Blake  <ebb9@byu.net>
3159
3160         Be tolerant of UNKNOWN version in gnulib-tool test dir.
3161         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
3162         git-version-gen fails to come up with a version.
3163         Reported by Simon Josefsson.
3164
3165 2008-06-05  Jim Meyering  <meyering@redhat.com>
3166             Paul Eggert  <eggert@cs.ucla.edu>
3167
3168         utimens.c: work around a probable Linux kernel bug
3169         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
3170         appears to be a kernel bug that causes utimensat to return 280
3171         instead of 0, indicating success.
3172
3173 2008-06-04  Bruno Haible  <bruno@clisp.org>
3174
3175         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
3176         2008-06-01 commit.
3177
3178 2008-06-04  Bruno Haible  <bruno@clisp.org>
3179
3180         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
3181         * lib/file-has-acl.c (acl_access_nontrivial): New function.
3182         (file_has_acl): Use it. Save errno afterwards.
3183         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
3184
3185 2008-06-03  Bruno Haible  <bruno@clisp.org>
3186
3187         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
3188         draft code. Simplify #ifs.
3189         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
3190         Put Solaris code after POSIX-draft code. Fix comments regarding
3191         Solaris 10, HP-UX. Mention Cygwin.
3192         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
3193
3194 2008-06-03  Eric Blake  <ebb9@byu.net>
3195
3196         Provide fallback for older kernels.
3197         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
3198         Provide runtime fallback if kernel lacks support.
3199         Reported by Mike Frysinger.
3200
3201 2008-06-02  Bruno Haible  <bruno@clisp.org>
3202
3203         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
3204         it exists.
3205
3206 2008-06-02  Bruno Haible  <bruno@clisp.org>
3207
3208         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
3209         * lib/copy-acl.c (qcopy_acl): Update comment.
3210
3211 2008-06-02  Bruno Haible  <bruno@clisp.org>
3212
3213         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
3214         like ACL APIs.
3215
3216 2008-06-02  Bruno Haible  <bruno@clisp.org>
3217
3218         * tests/test-file-has-acl.sh: Use different code for Cygwin.
3219         * tests/test-set-mode-acl.sh: Likewise.
3220         * tests/test-copy-acl.sh: Likewise.
3221         * tests/test-copy-file.sh: Likewise.
3222
3223 2008-06-02  Bruno Haible  <bruno@clisp.org>
3224
3225         * tests/test-file-has-acl.sh: Remove unused code.
3226
3227 2008-06-01  Bruno Haible  <bruno@clisp.org>
3228
3229         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
3230         (copy_acl): Just a wrapper around qcopy_acl that emits the error
3231         messages.
3232         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
3233
3234 2008-06-01  Bruno Haible  <bruno@clisp.org>
3235
3236         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
3237         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
3238         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
3239         APIs.
3240         * modules/acl-tests (configure.ac): Remove tests now contained in
3241         m4/acl.m4.
3242
3243 2008-06-02  Jim Meyering  <meyering@redhat.com>
3244
3245         announce-gen: use a better key-server host name
3246         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
3247         it may be more consistently reliable.  Suggested by Werner Koch
3248         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
3249
3250 2008-06-01  Bruno Haible  <bruno@clisp.org>
3251
3252         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
3253         Reported by Voroskoi Andras <voroskoi@gmail.com>.
3254
3255 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
3256
3257         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
3258
3259 2008-06-01  Bruno Haible  <bruno@clisp.org>
3260
3261         New ACL tests.
3262         * tests/test-file-has-acl.sh: New file.
3263         * tests/test-file-has-acl.c: New file.
3264         * tests/test-set-mode-acl.sh: New file.
3265         * tests/test-set-mode-acl.c: New file.
3266         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
3267         * tests/test-copy-acl.c: New file.
3268         * modules/acl-tests: New file, based on modules/copy-file-tests.
3269         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
3270         (Depends-on): Add acl-tests.
3271         (configure.ac): Remove checks.
3272         (Makefile.am): Don't create test-sameacls program here any more.
3273
3274 2008-06-01  Bruno Haible  <bruno@clisp.org>
3275
3276         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
3277         * tests/test-sameacls.c: Include progname.h.
3278         (main): Invoke set_program_name. Portability fixes for MacOS X,
3279         Solaris, HP-UX.
3280
3281 2008-06-01  Bruno Haible  <bruno@clisp.org>
3282
3283         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
3284         function.
3285         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
3286
3287 2008-06-01  Bruno Haible  <bruno@clisp.org>
3288
3289         * modules/rpmatch (Depends-on): Add strdup.
3290
3291 2008-06-01  Bruno Haible  <bruno@clisp.org>
3292
3293         * lib/pipe.c: Include unistd-safer.h.
3294         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
3295         * modules/pipe (Depends-on): Add unistd-safer.
3296
3297 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3298
3299         * modules/autobuild (configure.ac): Call AB_INIT.
3300
3301 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3302
3303         * tests/test-getaddrinfo.c: Don't print debug messages by default.
3304         Suggested by Bruno Haible <bruno@clisp.org>.
3305
3306 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3307
3308         * tests/test-base64.c: Cast size_t to unsigned long when invoking
3309         printf.  Use %lu instead of %d.  Reported by Bruno Haible
3310         <bruno@clisp.org>.
3311
3312 2008-05-29  Eric Blake  <ebb9@byu.net>
3313
3314         Prefer new POSIX 200x interfaces over futimesat.
3315         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
3316         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
3317         when available.
3318         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
3319
3320 2008-05-28  Bruno Haible  <bruno@clisp.org>
3321
3322         * modules/stpcpy (License): Change to LGPLv2+.
3323         Requested by David Lutterkort <dlutter@redhat.com>.
3324
3325 2008-05-27  Bruno Haible  <bruno@clisp.org>
3326
3327         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
3328         current mingw.
3329         Reported by Jose E. Marchesi <jemarch@gnu.org>.
3330
3331 2008-05-27  Bruno Haible  <bruno@clisp.org>
3332
3333         * modules/iconv_open (Link): New section, from module 'iconv'.
3334         * modules/striconv (Link): Likewise.
3335         * modules/striconveh (Link): Likewise.
3336         * modules/xstriconv (Link): Likewise.
3337         * modules/unicodeio (Link): Likewise.
3338         * modules/propername (Link): Likewise.
3339         Reported by Jim Meyering.
3340
3341 2008-05-26  Jim Meyering  <meyering@redhat.com>
3342
3343         sha256: do not artificially restrict buffer length to be < 2^32
3344         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
3345         uint32_t to size_t.
3346         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
3347         to match.
3348
3349         avoid unaligned access errors, e.g., on sparc
3350         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
3351         direct access through a possibly-unaligned uint64* pointer.
3352         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
3353         direct access through a possibly-unaligned uint32* pointer.
3354         Prompted by this patch from Tom "spot" Callaway:
3355         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
3356
3357         sha512.c: fix typo in comment
3358         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
3359
3360 2008-05-25  Bruno Haible  <bruno@clisp.org>
3361
3362         * lib/set-mode-acl.c: Renamed from lib/acl.c.
3363         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
3364         (Makefile.am): Update lib_SOURCES.
3365
3366 2008-05-25  Bruno Haible  <bruno@clisp.org>
3367
3368         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
3369
3370 2008-05-25  Jim Meyering  <meyering@redhat.com>
3371
3372         useless-if-before-free: freed expr may have white-space differences
3373         * build-aux/useless-if-before-free: Recognize cases in which the
3374         freed expression differs from the tested one in embedded white
3375         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
3376         $1 was used, so we can't make any regexp shy.  Improved tests now
3377         detect this.
3378
3379         useless-if-before-free: accept white space in the expression.
3380         * build-aux/useless-if-before-free: For now, any white space
3381         in the expression must be identical in the free argument.
3382
3383         useless-if-before-free: efficiency tweak
3384         * build-aux/useless-if-before-free: Make the expression-matching
3385         regexp "shy".
3386         Make the *outer* regexp shy, not the expr-matching one.
3387
3388         update code-in-comment to accept cast of free arg
3389         * build-aux/useless-if-before-free: Update regexp.
3390
3391 2008-05-25  Bruno Haible  <bruno@clisp.org>
3392
3393         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
3394         * modules/copy-file-tests (Files, Makefile.am): Update.
3395         * tests/test-copy-file.c (func_test_copy): Update.
3396
3397 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
3398
3399         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
3400
3401 2008-05-23  Bruno Haible  <bruno@clisp.org>
3402
3403         Improve support for ACLs on OSF/1.
3404         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
3405         Remove fallback for unknown flavors of ACLs.
3406
3407 2008-05-22  Bruno Haible  <bruno@clisp.org>
3408
3409         Add support for ACLs on OSF/1.
3410         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
3411         replacements.
3412         (acl_free_text): New macro fallback.
3413         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
3414         acl_free.
3415         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
3416         acl_free_text function. Require AC_C_INLINE.
3417
3418 2008-05-22  Bruno Haible  <bruno@clisp.org>
3419
3420         Make copy_acl work on MacOS X 10.5.
3421         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
3422         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
3423         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
3424         If MODE_INSIDE_ACL, don't assume that every system has the same text
3425         representation for ACLs as FreeBSD.
3426         * lib/copy-acl.c (copy_acl): Add support for platforms with
3427         !MODE_INSIDE_ACL.
3428         * lib/file-has-acl.c (file_has_acl): Likewise.
3429         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
3430         FreeBSD, MacOS X, or IRIX, respectively.
3431
3432 2008-05-22  Bruno Haible  <bruno@clisp.org>
3433
3434         * lib/acl.h: Don't include <sys/acl.h>.
3435         (GETACLCNT): Move fallback to lib/acl-internal.h.
3436         * lib/acl-internal.h: Include <sys/acl.h> here.
3437         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
3438
3439 2008-05-22  Bruno Haible  <bruno@clisp.org>
3440
3441         Split off copy_acl function to separate file.
3442         * lib/copy-acl.c: New file, extracted from lib/acl.c.
3443         * lib/acl.c (copy_acl): Moved function to separate file.
3444         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
3445         * modules/acl (Files): Add lib/copy-acl.c.
3446         (Makefiles.am): Augment lib_SOURCES.
3447
3448 2008-05-22  Bruno Haible  <bruno@clisp.org>
3449
3450         * modules/copy-file-tests: New file.
3451         * tests/test-copy-file.sh: New file.
3452         * tests/test-copy-file.c: New file.
3453         * tests/test-copy-file-sameacls.c: New file.
3454
3455 2008-05-22  Eric Blake  <ebb9@byu.net>
3456
3457         Avoid gcc warning.
3458         * tests/test-memcmp.c (main): Pass NULL indirectly.
3459
3460 2008-05-21  Bruno Haible  <bruno@clisp.org>
3461
3462         Add reference doc about ACLs.
3463         * doc/acl-resources.txt: New file.
3464         * doc/acl-cygwin.txt: New file.
3465
3466 2008-05-21  Bruno Haible  <bruno@clisp.org>
3467
3468         Avoid one more warning from gcc.
3469         * lib/vasnprintf.c (IF_LINT): Update comments.
3470         (VASNPRINTF): Use it also for the 'prefix' array initializer.
3471
3472 2008-05-21  Jim Meyering  <meyering@redhat.com>
3473
3474         avoid a warning from gcc
3475         * lib/vasnprintf.c (IF_LINT): Define.
3476         (scale10_round_decimal_long_double):
3477         Use it to avoid a "may be used uninitialized" warning.
3478         (scale10_round_decimal_double): Likewise.
3479
3480 2008-05-21  Simon Josefsson  <simon@josefsson.org>
3481
3482         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
3483         declared.
3484
3485 2008-05-20  Bruno Haible  <bruno@clisp.org>
3486
3487         * tests/test-memcmp.c (main): Test also the sign of the result. Test
3488         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
3489
3490 2008-05-20  Simon Josefsson  <simon@josefsson.org>
3491
3492         * modules/memcmp-tests: New file.
3493         * tests/test-memcmp.c: New file.
3494
3495 2008-05-19  Bruno Haible  <bruno@clisp.org>
3496
3497         * modules/propername (Notice, configure.ac): Put quoted "..." into
3498         --keyword option.
3499         * lib/propername.h: Update comments accordingly.
3500         Reported by Eric Blake.
3501
3502 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
3503
3504         * modules/getpass-gnu (Depends-on): Add fseeko.
3505
3506 2008-05-19  Simon Josefsson  <simon@josefsson.org>
3507
3508         * modules/base64-tests: New file.
3509
3510 2008-05-19  Bo Borgerson <gigabo@gmail.com>
3511
3512         * lib/base64.c (base64_decode_ctx): If a decode context structure
3513         was passed in use it to ignore newlines.  If a context structure
3514         was _not_ passed in, continue to treat newlines as garbage (this
3515         is the historical behavior).  Formerly base64_decode.
3516         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
3517         takes a decode context structure.
3518         * lib/base64.h (base64_decode): Macro for four-argument calls.
3519         (base64_decode_alloc): Likewise.
3520         * lib/base64.c (base64_decode_ctx): If a decode context structure
3521         was passed in use it to ignore newlines.  If a context structure
3522         was _not_ passed in, continue to treat newlines as garbage (this
3523         is the historical behavior).  Formerly base64_decode.
3524         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
3525         takes a decode context structure.
3526         * lib/base64.h (base64_decode): Macro for four-argument calls.
3527         (base64_decode_alloc): Likewise.
3528
3529 2008-05-19  Jim Meyering  <meyering@redhat.com>
3530
3531         avoid a warning from gcc
3532         * lib/trim.c (IF_LINT): Define.
3533         (trim2): Use it to avoid a "may be used uninitialized" warning.
3534
3535         Fix doc typo.
3536         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
3537
3538 2008-05-19  Bruno Haible  <bruno@clisp.org>
3539
3540         * doc/glibc-functions/getpass.texi: Document limits of other
3541         implementations.
3542
3543 2008-05-19  Simon Josefsson  <simon@josefsson.org>
3544             Bruno Haible <bruno@clisp.org>
3545
3546         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
3547
3548 2008-05-18  Bruno Haible  <bruno@clisp.org>
3549
3550         * modules/propername: New file, from GNU gettext.
3551         * lib/propername.h: New file, from GNU gettext.
3552         * lib/propername.c: New file, from GNU gettext.
3553         * MODULES.html.sh (Internationalization functions): Add propername.
3554
3555 2008-05-16  Jim Meyering  <meyering@redhat.com>
3556             Bruno Haible  <bruno@clisp.org>
3557
3558         Avoid some warnings from "gcc -Wshadow".
3559         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
3560
3561 2008-05-15  Eric Blake  <ebb9@byu.net>
3562
3563         Extend previous patch to cygwin 1.7.0.
3564         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
3565         fast implementation in cygwin >= 1.7.0.
3566         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3567         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3568
3569 2008-05-15  Bruno Haible  <bruno@clisp.org>
3570
3571         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
3572         implementation in glibc >= 2.9.
3573         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3574         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3575
3576 2008-05-15  Bruno Haible  <bruno@clisp.org>
3577
3578         * MODULES.html.sh (Internationalization functions): Remove linebreak.
3579         (Unicode string functions): Add unilbrk/*.
3580         Reported by Karl Berry.
3581
3582 2008-05-15  Eric Blake  <ebb9@byu.net>
3583
3584         Fix violation of <stdbool.h> replacement in regex.
3585         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
3586         * lib/regexec.c (re_search_internal): Likewise.
3587         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
3588
3589 2008-05-15  Jim Meyering  <meyering@redhat.com>
3590
3591         avoid distracting test output when git or cvs is not found
3592         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
3593         * tests/test-vc-list-files-git.sh: Likewise.
3594
3595 2008-05-15  Eric Blake  <ebb9@byu.net>
3596
3597         Glibc finally accepted the memmem speedup code, bugzilla #5514.
3598         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
3599         glibc version.
3600         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
3601         * doc/posix-functions/strstr.texi (strstr): Likewise.
3602         * lib/str-two-way.h (MAX): Sychronize with glibc.
3603
3604 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
3605
3606         * lib/regcomp.c (optimize_utf8): Add a note on why we test
3607         opr.ctx_type.
3608         (calc_first): Initialize constraint field.
3609         (duplicate_node_closure): Use it instead of special casing ANCHORS.
3610         Fix grammar.
3611         (duplicate_node): Merge constraint field for all node types.
3612         (calc_eclosure_iter): Look at constraint field for all node types.
3613         * lib/regex_internal.c (create_cd_newstate): Don't look at
3614         opr.ctx_type.
3615
3616 2008-05-14  Bruno Haible  <bruno@clisp.org>
3617
3618         Help GCC to do better code generation.
3619         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
3620         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
3621         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
3622         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
3623         Declare with attribute 'malloc' if supported.
3624
3625 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
3626
3627         use "echo STR|wc -c" rather than unportable "expr length STR"
3628         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
3629         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
3630
3631 2008-05-14  Jim Meyering  <meyering@redhat.com>
3632
3633         use dd ibs=$n count=1 ... rather than less-portable head -c$n
3634         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
3635         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
3636         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
3637         via Collin Lasse.
3638
3639 2008-05-14  Eric Blake  <ebb9@byu.net>
3640
3641         Avoid quadratic growth in gl_LIBSOURCES.
3642         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
3643         Suggested by Bruno Haible.
3644
3645         Test xmemdup0.
3646         * modules/xmemdup0-tests: New file.
3647         * tests/test-xmemdup0.c: Likewise.
3648
3649 2008-05-13  Eric Blake  <ebb9@byu.net>
3650
3651         Split xmemdup0 into its own module.
3652         * modules/xmemdup0: New file.
3653         * lib/xmemdup0.h: Likewise.
3654         * lib/xmemdup0.c: Likewise.
3655         * MODULES.html.sh (Memory management functions): Add xmemdup0.
3656         * lib/xalloc.h (xmemdup0): Remove.
3657         * lib/xmalloc.c (xmemdup0): Likewise.
3658
3659 2008-05-13  Eric Blake  <ebb9@byu.net>
3660             Bruno Haible  <bruno@clisp.org>
3661
3662         Reduce number of forks required during autoconf.
3663         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
3664         and gl_LIBSOURCES_DIR.
3665         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
3666         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
3667         m4_syscmd per file.
3668         <m4_foreach_w>: Move...
3669         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
3670
3671 2008-05-13  Eric Blake  <ebb9@byu.net>
3672
3673         * gnulib-tool: Fix various comment typos.
3674
3675 2008-05-12  Bruno Haible  <bruno@clisp.org>
3676
3677         Tailor the linebreaking algorithm.
3678         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
3679
3680 2008-05-12  Bruno Haible  <bruno@clisp.org>
3681
3682         Update to Unicode 5.0.0.
3683         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3684         LBP_JV, LBP_JT. Redistribute values.
3685         (unilbrk_table): Change size.
3686         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
3687         Unicode TR#14 rev. 22.
3688         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3689         LBP_JV, LBP_JT. Redistribute values.
3690         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
3691         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
3692         Update.
3693         * lib/unilbrk/lbrkprop1.h: Regenerated.
3694         * lib/unilbrk/lbrkprop2.h: Regenerated.
3695         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
3696         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
3697         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
3698         Likewise.
3699         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
3700         Likewise.
3701         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
3702         result.
3703         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
3704         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
3705         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
3706         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
3707         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
3708         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
3709
3710 2008-05-11  Bruno Haible  <bruno@clisp.org>
3711
3712         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
3713
3714 2008-05-11  Bruno Haible  <bruno@clisp.org>
3715
3716         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
3717         * modules/unilbrk/gen-lbrk: New file.
3718
3719 2008-05-11  Bruno Haible  <bruno@clisp.org>
3720
3721         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
3722         * m4/sha512.m4 (gl_SHA512): Likewise.
3723
3724 2008-05-11  Jim Meyering  <meyering@redhat.com>
3725
3726         New modules: crypto/sha256, crypto/sha512 (from coreutils)
3727         * modules/crypto/sha256: New file.
3728         * modules/crypto/sha512: Likewise.
3729         * lib/sha256.c: Likewise.
3730         * lib/sha256.h: Likewise.
3731         * lib/sha512.c: Likewise.
3732         * lib/sha512.h: Likewise.
3733         * lib/u64.h: Likewise.
3734         * m4/sha256.m4: Likewise.
3735         * m4/sha512.m4: Likewise.
3736         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
3737
3738 2008-05-10  Bruno Haible  <bruno@clisp.org>
3739
3740         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
3741         (Input/Output <stdio.h>): Add xprintf.
3742         (Signal handling <signal.h>): Add strsignal.
3743         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
3744         (Core language properties): Add func.
3745         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
3746         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
3747         strings.
3748         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
3749         (Input/output): New section.
3750         (File system functions): Add openat-die, stat-macros.
3751         (Networking functions): Add sockets.
3752         (Unicode string functions): Add unictype/*.
3753         (Support for building libraries and executables): Add gperf.
3754         (Support for building documentation): Add agpl-3.0.
3755         (Misc): Add nocrash.
3756
3757 2008-05-10  Bruno Haible  <bruno@clisp.org>
3758
3759         * modules/unictype/gen-ctype: New file.
3760
3761 2008-05-10  Jim Meyering  <meyering@redhat.com>
3762
3763         Make chdir-safer.c more efficient on a system with no symlinks.
3764         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
3765         also if ELOOP is zero.  Suggested by Bruno Haible.
3766
3767         Make chdir-safer.c slightly safer.
3768         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
3769         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
3770
3771         Avoid compile failure on systems without ELOOP (like mingw).
3772         * lib/chdir-safer.c (ELOOP): Define if not already defined.
3773         Reported by Bruno Haible.
3774
3775 2008-05-10  Bruno Haible  <bruno@clisp.org>
3776
3777         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
3778         (is_utf8_encoding): Use a case-insensitive comparison.
3779         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
3780         streq.
3781
3782 2008-05-10  Bruno Haible  <bruno@clisp.org>
3783
3784         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
3785         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
3786         * lib/unilbrk/ulc-common.h (iconv_string_length,
3787         iconv_string_keeping_offsets): Remove declarations.
3788         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
3789         Don't include <iconv.h>, streq.h, xsize.h.
3790         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
3791         conversion.
3792         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
3793         <iconv.h>, streq.h, xsize.h.
3794         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
3795         conversion.
3796         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
3797         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
3798         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
3799         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
3800
3801 2008-05-10  Bruno Haible  <bruno@clisp.org>
3802
3803         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
3804         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
3805
3806         * modules/unilbrk/u32-width-linebreaks-tests: New file.
3807         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
3808
3809         * modules/unilbrk/u16-width-linebreaks-tests: New file.
3810         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
3811
3812         * modules/unilbrk/u8-width-linebreaks-tests: New file.
3813         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
3814
3815         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
3816         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
3817
3818         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
3819         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
3820
3821         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
3822         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
3823
3824         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
3825         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
3826
3827 2008-05-10  Bruno Haible  <bruno@clisp.org>
3828
3829         Split up 'linebreak' module.
3830         * lib/unilbrk.h: New file, based on lib/linebreak.h.
3831         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
3832         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
3833         modifications.
3834         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
3835         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
3836         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
3837         lib/linebreak.c.
3838         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
3839         lib/linebreak.c.
3840         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
3841         lib/linebreak.c.
3842         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
3843         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
3844         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
3845         lib/linebreak.c.
3846         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
3847         lib/linebreak.c.
3848         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
3849         lib/linebreak.c.
3850         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
3851         lib/linebreak.c.
3852         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
3853         lib/linebreak.c.
3854         * modules/unilbrk/base: New file.
3855         * modules/unilbrk/tables: New file.
3856         * modules/unilbrk/u8-possible-linebreaks: New file.
3857         * modules/unilbrk/u16-possible-linebreaks: New file.
3858         * modules/unilbrk/u32-possible-linebreaks: New file.
3859         * modules/unilbrk/ulc-common: New file.
3860         * modules/unilbrk/ulc-possible-linebreaks: New file.
3861         * modules/unilbrk/u8-width-linebreaks: New file.
3862         * modules/unilbrk/u16-width-linebreaks: New file.
3863         * modules/unilbrk/u32-width-linebreaks: New file.
3864         * modules/unilbrk/ulc-width-linebreaks: New file.
3865         * lib/linebreak.h: Remove file.
3866         * lib/linebreak.c: Remove file.
3867         * m4/linebreak.m4: Remove file.
3868         * modules/linebreak: Remove file.
3869         * NEWS: Mention the changes.
3870
3871 2008-05-09  Eric Blake  <ebb9@byu.net>
3872
3873         Add xmemdup0.
3874         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
3875         implementation.
3876         * lib/xmalloc.c (xmemdup0): New C implementation.
3877
3878 2008-05-08  Bruno Haible  <bruno@clisp.org>
3879
3880         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
3881
3882 2008-05-07  Eric Blake  <ebb9@byu.net>
3883
3884         Support cross-compilation of <wctype.h>.
3885         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
3886         AC_CACHE_CHECK.
3887
3888 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
3889
3890         * build-aux/vc-list-files: Add support for bzr.
3891
3892 2008-05-03  Jim Meyering  <meyering@redhat.com>
3893
3894         avoid failed assertion with tight malloc
3895         * tests/test-getndelim2.c: Correct an off-by-one assertion.
3896
3897 2008-05-03  Simon Josefsson  <simon@josefsson.org>
3898
3899         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
3900         are needed from arpa/inet.h.
3901         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
3902         Reported by Bruno Haible.
3903
3904 2008-05-02  Jim Meyering  <meyering@redhat.com>
3905
3906         avoid compilation error on FreeBSD 6
3907         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
3908
3909 2008-05-01  Jim Meyering  <meyering@redhat.com>
3910
3911         useless-if-before-free: correct --help's exit status description
3912         * build-aux/useless-if-before-free (usage): Like grep, exit 0
3913         for one or more matches, etc.  Reported by Bruno Haible.
3914
3915         vc-list-files: make the stand-alone gnulib test work
3916         * modules/vc-list-files-tests (configure.ac):
3917         Define and AC_SUBST abs_aux_dir.
3918         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
3919         $(abs_top_srcdir) to each script and having each of them
3920         duplicate the work of setting PATH, set PATH here, using
3921         the new variable, abs_aux_dir instead.
3922         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
3923         * tests/test-vc-list-files-git.sh: Likewise.
3924         Reported by Bruno Haible.
3925
3926 2008-05-01  Bruno Haible  <bruno@clisp.org>
3927
3928         * lib/getndelim2.c (getndelim2): Fix newsize computation during
3929         reallocation. Rename 'done' to 'found_delimiter'.
3930
3931 2008-05-01  Jim Meyering  <meyering@redhat.com>
3932
3933         vc-list-files: accommodate /bin/sh like the one from Solaris 10
3934         * build-aux/vc-list-files: Use `...`, not $(...).
3935
3936 2008-04-30  Jim Meyering  <meyering@redhat.com>
3937
3938         add tests for vc-list-files
3939         * modules/vc-list-files-tests: New module.
3940         * tests/test-vc-list-files-cvs.sh: New file.
3941         * tests/test-vc-list-files-git.sh: New file.
3942
3943         avoid a warning from gcc
3944         * lib/getndelim2.c (IF_LINT): Define.
3945         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
3946
3947         vc-list-files: work properly with build-aux/cvsu, too
3948         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
3949         to all cvs-based clauses.
3950
3951         vc-list-files: work properly in the CVS+awk case, too
3952         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
3953
3954         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
3955         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
3956         take more than one file argument, so .  Add quotes, just in case $dir
3957         ever contains a shell meta-character.  Prompted by Soren Hansen in
3958         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
3959
3960 2008-04-29  Eric Blake  <ebb9@byu.net>
3961
3962         Optimize getndelim2 to use block operations when possible.
3963         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
3964         freadseek, and memchr2.
3965         * lib/getndelim2.c (getndelim2): Use them for block reads.
3966
3967 2008-04-29  Bruno Haible  <bruno@clisp.org>
3968
3969         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
3970         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3971         * modules/inet_ntop (Depends-on): Add extensions.
3972         * modules/inet_pton (Depends-on): Likewise.
3973         Reported by Simon Josefsson.
3974
3975 2008-04-29  Jim Meyering  <meyering@redhat.com>
3976
3977         When the is more than one match in a block, match all of them.
3978         * build-aux/useless-if-before-free: Iterate through each block
3979         until there are no more matches.
3980
3981         Fix broken useless-if-before-free script.
3982         * build-aux/useless-if-before-free: Fix typo: missing "?" after
3983         the expression to match cast of argument to free-like function.
3984
3985 2008-04-29  Eric Blake  <ebb9@byu.net>
3986
3987         Use new header.
3988         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
3989
3990 2008-04-29  Jim Meyering  <meyering@redhat.com>
3991
3992         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
3993         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
3994         by gnulib to exist and to declare e.g., inet_ntop.
3995         Don't include "inet_ntop.h", now removed.
3996
3997         * m4/arpa_inet_h.m4: Remove trailing blanks.
3998
3999 2008-04-29  Eric Blake  <ebb9@byu.net>
4000
4001         Silence valgrind on safe reads beyond potential array bounds.
4002         * lib/rawmemchr.valgrind: New file.
4003         * lib/strchrnul.valgrind: Likewise.
4004         * modules/rawmemchr (Files): Distribute new file.
4005         * modules/strchrnul (Files): Likewise.
4006         Suggested by Bruno Haible.
4007
4008 2008-04-29  Bruno Haible  <bruno@clisp.org>
4009
4010         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
4011         (inet_ntop, inet_pton): Change portability warning's wording.
4012         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
4013         Invoke gl_CHECK_NEXT_HEADERS.
4014         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
4015         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
4016         set ARPA_INET_H.
4017         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4018         * modules/arpa_inet (Description): No longer only for systems that
4019         lack it.
4020         (Depends-on): Add include_next.
4021         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
4022         HAVE_ARPA_INET_H.
4023
4024 2008-04-29  Jim Meyering  <meyering@redhat.com>
4025
4026         * modules/mkdir (License): Re-license as LGPLv2+.
4027
4028 2008-04-29  Bruno Haible  <bruno@clisp.org>
4029
4030         * modules/rawmemchr (Maintainer): Set to Eric.
4031         * modules/strchrnul (Maintainer): Likewise.
4032
4033 2008-04-29  Simon Josefsson  <simon@josefsson.org>
4034
4035         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
4036         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
4037
4038         * modules/arpa_inet (arpa/inet.h): Use them.
4039
4040 2008-04-28  Eric Blake  <ebb9@byu.net>
4041
4042         Test getndelim2.
4043         * modules/getndelim2-tests: New file.
4044         * tests/test-getndelim2.c: Likewise.
4045         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
4046         stream.
4047         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
4048
4049         * MODULES.html.sh: Document new module.
4050
4051 2008-04-20  Bruno Haible  <bruno@clisp.org>
4052
4053         * lib/c-stack.c (die): Use raise.
4054         * modules/c-stack (Depends-on): Add raise.
4055
4056 2008-04-28  Bruno Haible  <bruno@clisp.org>
4057
4058         Expect rpmatch to be declared.
4059         * lib/yesno.c (rpmatch): Remove declaration.
4060
4061         Declare rpmatch.
4062         * lib/stdlib.in.h (rpmatch): New declaration.
4063         * lib/rpmatch.c: Include <stdlib.h> first.
4064         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
4065         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
4066         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
4067         HAVE_RPMATCH.
4068         * modules/rpmatch (Depends-on): Add stdlib, extensions.
4069         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4070         (Include): Set to <stdlib.h>.
4071         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
4072         HAVE_RPMATCH.
4073         * NEWS: Document the change.
4074
4075 2008-04-28  Bruno Haible  <bruno@clisp.org>
4076
4077         Change rpmatch to use nl_langinfo when appropriate.
4078         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
4079         (N_): New macro.
4080         (localized_pattern): New function/macro.
4081         (try): Remove match, nomatch arguments. Copy the pattern into safe
4082         memory before caching it.
4083         (rpmatch): Use localized_pattern. Add translator comments.
4084         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
4085         Suggested by Eric Blake.
4086         * modules/rpmatch (Depends-on): Add stdbool.
4087
4088 2008-04-28  Eric Blake  <ebb9@byu.net>
4089
4090         Add rawmemchr module, matching glibc.
4091         * modules/string (Makefile.am): New indicator.
4092         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
4093         * lib/string.in.h (rawmemchr): Declare when appropriate.
4094         * modules/rawmemchr: New file.
4095         * m4/rawmemchr.m4: Likewise.
4096         * lib/rawmemchr.c: Likewise.
4097         * modules/rawmemchr-tests: Likewise.
4098         * tests/test-rawmemchr.c: Likewise.
4099         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
4100         module.
4101         * modules/strchrnul (Depends-on): Add rawmemchr.
4102         * lib/strchrnul.c (strchrnul): Optimize a corner case.
4103
4104         Whitespace cleanup.
4105         * tests/test-strchrnul.c: Reindent.
4106         * lib/strchrnul.c: Likewise.
4107
4108         Optimize and test strchrnul.
4109         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
4110         * modules/strchrnul-tests: New file.
4111         * tests/test-strchrnul.c: Likewise.
4112
4113         Remove intprops dependency.
4114         * modules/memchr (Depends-on): Remove intprops.
4115         * modules/memrchr (Depends-on): Likewise.
4116         * modules/memchr2 (Depends-on): Likewise.
4117         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
4118         * lib/memrchr.c (__memrchr): Likewise.
4119         * lib/memrchr2.c (memchr2): Likewise.
4120         Reported by Simon Josefsson.
4121
4122 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4123
4124         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
4125         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4126
4127 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4128
4129         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
4130
4131         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
4132
4133         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
4134
4135         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
4136         declarations.
4137         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
4138
4139         * m4/inet_pton.m4: Don't check for header files.
4140
4141         * m4/inet_ntop.m4: Don't check for header files.
4142
4143 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4144
4145         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
4146         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
4147         trigger for cygwin).
4148         Reported by Bruno Haible  <bruno@clisp.org>.
4149
4150 2008-04-28  Bruno Haible  <bruno@clisp.org>
4151
4152         * doc/posix-functions/strdup.texi: Mention mingw problem.
4153
4154 2008-04-27  Bruno Haible  <bruno@clisp.org>
4155
4156         * modules/stat-time-tests (Depends-on): Add sleep.
4157         * tests/test-stat-time.c (force_unlink): New function.
4158         (cleanup): Use it.
4159         (test_mtime): Remove the ctime related tests.
4160         (test_ctime): New function, containing the ctime related tests.
4161         (main): Call test_ctime, except on native Windows platforms.
4162
4163 2008-04-27  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/rpmatch.c (rpmatch): Add some comments.
4166         Reported by James Youngman <jay@gnu.org>.
4167
4168 2008-04-27  Bruno Haible  <bruno@clisp.org>
4169
4170         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
4171         quiet NaNs.
4172
4173 2008-04-27  Bruno Haible  <bruno@clisp.org>
4174
4175         Make test-yesno.sh work on mingw.
4176         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
4177         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
4178         (main): Set stdin to binary mode.
4179         * modules/yesno-tests (Depends-on): Add binary-io.
4180
4181 2008-04-27  Bruno Haible  <bruno@clisp.org>
4182
4183         Fix 'isfinite' on x86, x86_64, ia64 platforms.
4184         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
4185         argument that lie outside the IEEE 854 domain.
4186         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
4187         (gl_ISFINITE): Use it.
4188         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
4189
4190 2008-04-27  Bruno Haible  <bruno@clisp.org>
4191
4192         Allow local renaming in config.h.
4193         * lib/memrchr.c (memrchr): Don't undefine outside libc.
4194
4195 2008-04-27  Bruno Haible  <bruno@clisp.org>
4196
4197         * lib/memchr.c (__memchr): Change type of 'i'.
4198         * lib/memchr2.c (memchr2): Likewise.
4199
4200 2008-04-26  Eric Blake  <ebb9@byu.net>
4201         and Bruno Haible  <bruno@clisp.org>
4202
4203         Optimize and test memrchr.
4204         * modules/memrchr (Depends-on): Add intprops.
4205         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
4206         * modules/memrchr-tests: New file.
4207         * tests/test-memrchr.c: New file.
4208
4209 2008-04-26  Bruno Haible  <bruno@clisp.org>
4210
4211         Add tentative support for DragonFly BSD.
4212         * lib/stdio-impl.h: Add macros for DragonFly BSD.
4213         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
4214         fp.
4215         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
4216         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
4217         * lib/fpurge.c (fpurge): Likewise.
4218         * lib/freadable.c (freaadable): Likewise.
4219         * lib/freadahead.c (freadahead): Likewise.
4220         * lib/freading.c (freading): Likewise.
4221         * lib/freadptr.c (freadptr): Likewise.
4222         * lib/freadseek.c (freadptrinc): Likewise.
4223         * lib/fseeko.c (fseeko): Likewise.
4224         * lib/fseterr.c (fseterr): Likewise.
4225         * lib/fwritable.c (fwritable): Likewise.
4226         * lib/fwriting.c (fwriting): Likewise.
4227
4228 2008-04-26  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/stdio-impl.h: New file.
4231         * lib/fbufmode.c: Include stdio-impl.h.
4232         (fbufmode): Use fp_, remove redundant #defines.
4233         * lib/fflush.c: Include stdio-impl.h.
4234         (clear_ungetc_buffer): Remove redundant #defines.
4235         * lib/fpurge.c: Include stdio-impl.h.
4236         (fpurge): Remove redundant #defines.
4237         * lib/freadable.c: Include stdio-impl.h.
4238         (freadable): Remove redundant #defines.
4239         * lib/freadahead.c: Include stdio-impl.h.
4240         (freadahead): Remove redundant #defines.
4241         * lib/freading.c: Include stdio-impl.h.
4242         (freading): Remove redundant #defines.
4243         * lib/freadptr.c: Include stdio-impl.h.
4244         (freadptr): Remove redundant #defines.
4245         * lib/freadseek.c: Include stdio-impl.h.
4246         (freadptrinc): Remove redundant #defines.
4247         * lib/fseeko.c: Include stdio-impl.h.
4248         (rpl_fseeko): Remove redundant #defines.
4249         * lib/fseterr.c: Include stdio-impl.h.
4250         (fseterr): Remove redundant #defines.
4251         * lib/fwritable.c: Include stdio-impl.h.
4252         (fwritable: Remove redundant #defines.
4253         * lib/fwriting.c: Include stdio-impl.h.
4254         (fwriting): Remove redundant #defines.
4255         * modules/fbufmode (Files): Add lib/stdio-impl.h.
4256         * modules/fflush (Files): Likewise.
4257         * modules/fpurge (Files): Likewise.
4258         * modules/freadable (Files): Likewise.
4259         * modules/freadahead (Files): Likewise.
4260         * modules/freading (Files): Likewise.
4261         * modules/freadptr (Files): Likewise.
4262         * modules/freadseek (Files): Likewise.
4263         * modules/fseeko (Files): Likewise.
4264         * modules/fseterr (Files): Likewise.
4265         * modules/fwritable (Files): Likewise.
4266         * modules/fwriting (Files): Likewise.
4267
4268 2008-04-26  Bruno Haible  <bruno@clisp.org>
4269
4270         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
4271         restore_seek_optimization, update_fpos_cache): New functions, extracted
4272         from rpl_fflush.
4273         (rpl_fflush): Use them.
4274         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
4275         (gl_REPLACE_FFLUSH): Use it.
4276
4277 2008-04-26  Bruno Haible  <bruno@clisp.org>
4278
4279         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
4280         on Solaris.
4281         * tests/test-xstrtoimax.sh: Likewise.
4282         * tests/test-xstrtoumax.sh: Likewise.
4283         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4284
4285 2008-04-26  Bruno Haible  <bruno@clisp.org>
4286
4287         * modules/memchr-tests: New file.
4288         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
4289
4290 2008-04-26  Eric Blake  <ebb9@byu.net>
4291             Bruno Haible  <bruno@clisp.org>
4292
4293         * lib/memchr.c: Include intprops.h.
4294         (__memchr): Optimize parallel detection of matching bytes. Rename local
4295         variables. Add explanatory comments.
4296
4297 2008-04-26  Bruno Haible  <bruno@clisp.org>
4298
4299         Fix module 'memchr', broken since 2000-10-28.
4300         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
4301
4302 2008-04-26  Bruno Haible  <bruno@clisp.org>
4303
4304         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
4305         comments.
4306
4307 2008-04-25  Eric Blake  <ebb9@byu.net>
4308
4309         Use native fstatat on cygwin 1.7.0.
4310         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
4311         first.
4312
4313 2008-04-23  Eric Blake  <ebb9@byu.net>
4314
4315         Improve memchr2 performance.
4316         * lib/memchr2.c (memchr2): Further optimize parallel detection of
4317         NUL bytes.
4318         * modules/memchr2 (Depends-on): Use intprops.h.
4319
4320 2008-04-23  Simon Josefsson  <simon@josefsson.org>
4321
4322         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
4323         an inline function instead of a CPP macro.  Patch by Ben Pfaff
4324         <blp@cs.stanford.edu>.
4325
4326 2008-04-23  Simon Josefsson  <simon@josefsson.org>
4327
4328         * lib/arpa_inet.in.h: New file.
4329
4330         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
4331         (Makefile.am): Sed in substitute header file.
4332
4333         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
4334         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
4335
4336         * modules/inet_ntop (configure.ac): Use
4337         gl_ARPA_INET_MODULE_INDICATOR.
4338
4339         * modules/inet_pton (configure.ac): Use
4340         gl_ARPA_INET_MODULE_INDICATOR.
4341
4342 2008-04-22  Jim Meyering  <meyering@redhat.com>
4343
4344         * modules/verify (License): Re-license as LGPLv2+.
4345
4346 2008-04-22  Simon Josefsson  <simon@josefsson.org>
4347
4348         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
4349         parameter to void* as per POSIX standard (MinGW uses char*).
4350
4351 2008-04-21  Bruno Haible  <bruno@clisp.org>
4352
4353         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4354         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4355         Define to replacements if REPLACE_ISWCNTRL is 1.
4356         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
4357         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
4358         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
4359         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
4360         what it fixes.
4361         * doc/posix-functions/iswalpha.texi: Likewise.
4362         * doc/posix-functions/iswblank.texi: Likewise.
4363         * doc/posix-functions/iswcntrl.texi: Likewise.
4364         * doc/posix-functions/iswdigit.texi: Likewise.
4365         * doc/posix-functions/iswgraph.texi: Likewise.
4366         * doc/posix-functions/iswlower.texi: Likewise.
4367         * doc/posix-functions/iswprint.texi: Likewise.
4368         * doc/posix-functions/iswpunct.texi: Likewise.
4369         * doc/posix-functions/iswspace.texi: Likewise.
4370         * doc/posix-functions/iswupper.texi: Likewise.
4371         * doc/posix-functions/iswxdigit.texi: Likewise.
4372         Reported by Alain Guibert.
4373
4374 2008-04-21  Bruno Haible  <bruno@clisp.org>
4375
4376         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
4377         Patch by Alain Guibert.
4378
4379 2008-04-21  Bruno Haible  <bruno@clisp.org>
4380
4381         Fix test failures on mingw.
4382         * tests/test-xstrtol.c (print_no_progname): New function.
4383         (main): Install it in error_print_progname hook.
4384         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
4385         * tests/test-xstrtoimax.sh: Likewise.
4386         * tests/test-xstrtoumax.sh: Likewise.
4387
4388 2008-04-21  Bruno Haible  <bruno@clisp.org>
4389
4390         Fix test failure on mingw.
4391         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
4392
4393 2008-04-21  Bruno Haible  <bruno@clisp.org>
4394
4395         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
4396         Actually assign a value.
4397
4398 2008-04-20  Bruno Haible  <bruno@clisp.org>
4399
4400         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
4401         take 2.
4402         * lib/canonicalize.c (canonicalize_file_name): Elide if the
4403         'canonicalize-lgpl' module is also used.
4404         * lib/canonicalize-lgpl.c: Undo last change.
4405         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
4406
4407 2008-04-20  Bruno Haible  <bruno@clisp.org>
4408
4409         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
4410         config.h. Provide _mkdir based fallback for mingw.
4411         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
4412         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
4413         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
4414         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
4415         rather than defining mkdir in config.h.
4416         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
4417         (gl_SYS_STAT_H_DEFAULTS): New macro.
4418         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
4419         HAVE_IO_H any more.
4420         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
4421         HAVE_DECL_MKDIR and HAVE_IO_H.
4422
4423 2008-04-20  Bruno Haible  <bruno@clisp.org>
4424
4425         * lib/isapipe.c: Port to native Windows platforms.
4426
4427 2008-04-20  Bruno Haible  <bruno@clisp.org>
4428
4429         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
4430
4431 2008-04-21  Eric Blake  <ebb9@byu.net>
4432
4433         Work around preprocessors that don't handle UINTMAX_MAX.
4434         * lib/memchr2.c (memchr2): Avoid embedded #if.
4435         Reported by Alain Guibert, fix suggested by Bruno Haible.
4436
4437 2008-04-21  Simon Josefsson  <simon@josefsson.org>
4438
4439         * doc/posix-functions/strftime.texi (strftime): Explain better
4440         Windows incompatibility.  Suggested by Micah Cowan
4441         <micah@cowan.name>.
4442
4443 2008-04-20  Bruno Haible  <bruno@clisp.org>
4444
4445         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
4446         unistr/u8-mblen.
4447
4448 2008-04-20  Bruno Haible  <bruno@clisp.org>
4449
4450         Fix test failure on platforms with non-GNU iconv.
4451         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
4452         (U_TO_U8): Use it, rather than u16_to_u8.
4453         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
4454         units at the end of the input string.
4455         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
4456
4457 2008-04-20  Bruno Haible  <bruno@clisp.org>
4458
4459         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
4460         when the resulting length is 0.
4461         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
4462
4463 2008-04-20  Bruno Haible  <bruno@clisp.org>
4464
4465         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
4466         works.
4467         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
4468
4469 2008-04-20  Bruno Haible  <bruno@clisp.org>
4470
4471         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
4472         * modules/tsearch-tests (configure.ac): Test for initstate function.
4473
4474 2008-04-20  Bruno Haible  <bruno@clisp.org>
4475
4476         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
4477         for nlink_t if missing.
4478         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
4479
4480 2008-04-19  Bruno Haible  <bruno@clisp.org>
4481
4482         Work around snprintf bug on Linux libc5.
4483         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
4484         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4485         gl_SNPRINTF_SIZE1.
4486         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4487         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
4488         that test failed.
4489         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
4490         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
4491         * modules/snprintf (Files): Add m4/printf.m4.
4492         * modules/vsnprintf (Files): Likewise.
4493         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
4494         * doc/posix-functions/vsnprintf.texi: Likewise.
4495
4496 2008-04-19  Bruno Haible  <bruno@clisp.org>
4497
4498         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
4499         from 0.0058 to less than 10^-7.
4500
4501 2008-04-19  Bruno Haible  <bruno@clisp.org>
4502
4503         Fix rounding when a precision is given.
4504         * lib/vasnprintf.c (is_borderline): New function.
4505         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
4506         9...9x.
4507         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
4508         %e, %g.
4509         * tests/test-vasprintf-posix.c (test_function): Likewise.
4510         * tests/test-snprintf-posix.h (test_function): Likewise.
4511         * tests/test-sprintf-posix.h (test_function): Likewise.
4512         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
4513         * tests/test-printf-posix.h (test_function): Likewise.
4514         * tests/test-printf-posix.output: Update.
4515         Reported by John Darrington <john@darrington.wattle.id.au> via
4516         Ben Pfaff <blp@cs.stanford.edu>.
4517
4518 2008-04-18  Simon Josefsson  <simon@josefsson.org>
4519
4520         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
4521         Suggested by Bruno Haible <bruno@clisp.org>.
4522
4523 2008-04-17  Bruno Haible  <bruno@clisp.org>
4524
4525         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
4526         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
4527         implementation.
4528         Patch by Bruce Merry <bmerry@gmail.com>.
4529
4530 2008-04-17  Simon Josefsson  <simon@josefsson.org>
4531
4532         * doc/posix-functions/strftime.texi (strftime): Mention that %e
4533         doesn't work under Windows.
4534
4535 2008-04-16  Bruno Haible  <bruno@clisp.org>
4536
4537         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
4538         New macros.
4539         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
4540         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
4541         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
4542         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
4543         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
4544         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
4545         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
4546         macros.
4547         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
4548         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
4549         Northern Sotho, Uighur.
4550
4551 2008-04-16  Bruno Haible  <bruno@clisp.org>
4552
4553         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
4554         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
4555         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
4556         Reported by Daniel Bergström <daniel@octocode.com>.
4557
4558 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
4559             Bruno Haible  <bruno@clisp.org>
4560
4561         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
4562         function.
4563         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
4564         New functions, mostly extracted from gl_locale_name_default.
4565         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
4566
4567 2008-04-16  Eric Blake  <ebb9@byu.net>
4568
4569         Adjust strtod detection to catch glibc 2.7 bug.
4570         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
4571         Reported by John Gatewood Ham.
4572
4573 2008-04-16  Bruno Haible  <bruno@clisp.org>
4574
4575         Add tentative support for Linux libc5.
4576         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
4577         * lib/fpurge.c (fpurge): Likewise.
4578         * lib/freadable.c (freadable): Likewise.
4579         * lib/freadahead.c (freadahead): Likewise.
4580         * lib/freading.c (freading): Likewise.
4581         * lib/freadptr.c (freadptr): Likewise.
4582         * lib/freadseek.c (freadptrinc): Likewise.
4583         * lib/fseeko.c (rpl_fseeko): Likewise.
4584         * lib/fseterr.c (fseterr): Likewise.
4585         * lib/fwritable.c (fwritable): Likewise.
4586         * lib/fwriting.c (fwriting): Likewise.
4587         Reported by Alain Guibert <alguibert+bts@free.fr>.
4588
4589 2008-04-15  Bruno Haible  <bruno@clisp.org>
4590
4591         * modules/mathl (configure.ac): Define module indicator.
4592
4593 2008-04-15  Bruno Haible  <bruno@clisp.org>
4594
4595         * lib/logl.c (logl): Remove unused variables.
4596
4597 2008-04-15  Bruno Haible  <bruno@clisp.org>
4598
4599         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
4600         fails.
4601
4602 2008-04-15  Bruno Haible  <bruno@clisp.org>
4603
4604         * lib/trim.c (trim2): Fix argument of isspace() macro.
4605
4606 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
4607
4608         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
4609         to 0.
4610         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
4611
4612 2008-04-14  Bruno Haible  <bruno@clisp.org>
4613
4614         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
4615         AC_LANG_PROGRAM argument.
4616         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
4617         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
4618         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
4619         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4620         * m4/math_h.m4 (gl_MATH_H): Likewise.
4621         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
4622         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4623         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
4624         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
4625         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
4626         * m4/regex.m4 (gl_REGEX): Likewise.
4627         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
4628         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
4629         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4630         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
4631         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4632         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4633         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4634         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4635
4636 2008-04-14  Jim Meyering  <meyering@redhat.com>
4637
4638         test-strtod: fix typos: s/abs/fabs/
4639         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
4640
4641 2008-04-13  Bruno Haible  <bruno@clisp.org>
4642
4643         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
4644         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
4645         module is also used and while not building the reloc-wrapper.
4646
4647 2008-04-13  Bruno Haible  <bruno@clisp.org>
4648
4649         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
4650
4651 2008-04-13  Bruno Haible  <bruno@clisp.org>
4652
4653         Fix AIX compilation failure introduced on 2008-04-02.
4654         * tests/test-frexp.c (exp): Undefine before redefining.
4655         * tests/test-frexpl.c (exp): Likewise.
4656
4657 2008-04-13  Bruno Haible  <bruno@clisp.org>
4658
4659         Work around a HP-UX stdio bug.
4660         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
4661         * tests/test-ftello.c (main): Likewise.
4662         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
4663         * doc/posix-functions/ftello.texi: Likewise.
4664
4665 2008-04-13  Bruno Haible  <bruno@clisp.org>
4666
4667         Make test-signbit pass on HP-UX/hppa.
4668         * tests/test-signbit.c (minus_zerol): New variable.
4669         (test_signbitl): Use it.
4670
4671 2008-04-13  Bruno Haible  <bruno@clisp.org>
4672
4673         Make truncl work on OSF/1 4.0.
4674         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
4675         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4676         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4677         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
4678         HAVE_DECL_TRUNCL.
4679         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
4680         HAVE_DECL_TRUNCL.
4681         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
4682
4683 2008-04-13  Bruno Haible  <bruno@clisp.org>
4684
4685         * lib/unictype.h: Remove trailing comma from enumeration definitions.
4686
4687 2008-04-13  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
4690         expression, so as to avoid HP-UX 11 cc compiler bug.
4691
4692 2008-04-13  Bruno Haible  <bruno@clisp.org>
4693
4694         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
4695
4696 2008-04-13  Bruno Haible  <bruno@clisp.org>
4697
4698         * lib/git-merge-changelog.c: Remove empty declaration outside of
4699         functions.
4700
4701 2008-04-13  Bruno Haible  <bruno@clisp.org>
4702
4703         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
4704
4705 2008-04-13  Bruno Haible  <bruno@clisp.org>
4706
4707         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
4708         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
4709         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
4710         also if it exists but lacks definitions of the SHUT_* macros.
4711         * modules/sys_socket (Description): Update.
4712         Reported by Elbert Pol <e.pol@chello.nl>.
4713
4714 2008-04-13  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/localcharset.c (OS2): Don't redefine if already defined.
4717         Reported by Elbert Pol <e.pol@chello.nl>.
4718
4719 2008-04-13  Bruno Haible  <bruno@clisp.org>
4720
4721         * lib/binary-io.h [__EMX__]: Include <io.h>.
4722         Reported by Elbert Pol <e.pol@chello.nl>.
4723
4724 2008-04-12  Bruno Haible  <bruno@clisp.org>
4725
4726         * lib/fpucw.h: Enable the definitions also for x86_64.
4727         Needed for NetBSD/x86_64.
4728         Reported by Thomas Klausner <tk@giga.or.at>.
4729
4730 2008-04-12  Bruno Haible  <bruno@clisp.org>
4731
4732         * tests/test-strtod.c: Include isnand.h.
4733         (main): Use isnand instead of isnan.
4734         Reported by Jim Meyering.
4735
4736 2008-04-12  Bruno Haible  <bruno@clisp.org>
4737
4738         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
4739         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4740
4741 2008-04-12  Jim Meyering  <meyering@redhat.com>
4742
4743         * m4/math_h.m4 (gl_MATH_H): Fix typos.
4744
4745 2008-04-12  Bruno Haible  <bruno@clisp.org>
4746
4747         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
4748         Reported by Elbert Pol <e.pol@chello.nl>.
4749
4750 2008-04-12  Eric Blake  <ebb9@byu.net>
4751
4752         Work around Solaris 10 math.h bug.
4753         * m4/math_h.m4 (gl_MATH_H): Check for bug.
4754         (gl_MATH_H_DEFAULTS): Set up default.
4755         * modules/math (Makefile.am): Replace new indicators.
4756         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
4757         * tests/test-math.c (main): Test this.
4758         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
4759         * doc/posix-headers/math.texi (math.h): Mention bug.
4760         Reported by Nelson H. F. Beebe and Jim Meyering.
4761
4762 2008-04-11  Bruno Haible  <bruno@clisp.org>
4763
4764         Adapt to future versions of Apple GCC.
4765         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
4766         Reported by Peter O'Gorman <peter@pogma.com>.
4767
4768 2008-04-11  Bruno Haible  <bruno@clisp.org>
4769
4770         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
4771
4772 2008-04-11  Bruno Haible  <bruno@clisp.org>
4773
4774         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
4775
4776         * modules/getaddrinfo-tests (Makefile.am): Define
4777         test_getaddrinfo_LDADD.
4778
4779 2008-04-11  Bruno Haible  <bruno@clisp.org>
4780
4781         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
4782         (init): Fix syntax error.
4783         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
4784         is declared.
4785
4786 2008-04-11  Bruno Haible  <bruno@clisp.org>
4787
4788         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
4789         * modules/glob (Depends-on): Add stdbool.
4790
4791 2008-04-11  Bruno Haible  <bruno@clisp.org>
4792
4793         * lib/trim.c: Include <string.h>.
4794
4795 2008-04-11  Eric Blake  <ebb9@byu.net>
4796
4797         Avoid compile failure on OS/2.
4798         * lib/regex_internal.h (internal_function): Disable optimization
4799         on OS/2 (__EMX__), where it caused compiler error.
4800         Reported by Elbert Pol.
4801
4802 2008-04-11  Bruno Haible  <bruno@clisp.org>
4803
4804         Flush the standard error stream before aborting. Needed on mingw.
4805         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
4806         * tests/test-array_list.c (ASSERT): Likewise.
4807         * tests/test-array_oset.c (ASSERT): Likewise.
4808         * tests/test-avltree_list.c (ASSERT): Likewise.
4809         * tests/test-avltree_oset.c (ASSERT): Likewise.
4810         * tests/test-avltreehash_list.c (ASSERT): Likewise.
4811         * tests/test-binary-io.c (ASSERT): Likewise.
4812         * tests/test-byteswap.c (ASSERT): Likewise.
4813         * tests/test-c-ctype.c (ASSERT): Likewise.
4814         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
4815         * tests/test-c-strcasestr.c (ASSERT): Likewise.
4816         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
4817         * tests/test-c-strstr.c (ASSERT): Likewise.
4818         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
4819         * tests/test-canonicalize.c (ASSERT): Likewise.
4820         * tests/test-carray_list.c (ASSERT): Likewise.
4821         * tests/test-ceilf1.c (ASSERT): Likewise.
4822         * tests/test-ceilf2.c (ASSERT): Likewise.
4823         * tests/test-ceill.c (ASSERT): Likewise.
4824         * tests/test-count-one-bits.c (ASSERT): Likewise.
4825         * tests/test-fbufmode.c (ASSERT): Likewise.
4826         * tests/test-fflush2.c (ASSERT): Likewise.
4827         * tests/test-floorf1.c (ASSERT): Likewise.
4828         * tests/test-floorf2.c (ASSERT): Likewise.
4829         * tests/test-floorl.c (ASSERT): Likewise.
4830         * tests/test-fopen.c (ASSERT): Likewise.
4831         * tests/test-fpending.c (ASSERT): Likewise.
4832         * tests/test-fprintf-posix.c (ASSERT): Likewise.
4833         * tests/test-fpurge.c (ASSERT): Likewise.
4834         * tests/test-freadable.c (ASSERT): Likewise.
4835         * tests/test-freadahead.c (ASSERT): Likewise.
4836         * tests/test-freading.c (ASSERT): Likewise.
4837         * tests/test-freadptr.c (ASSERT): Likewise.
4838         * tests/test-freadptr2.c (ASSERT): Likewise.
4839         * tests/test-freadseek.c (ASSERT): Likewise.
4840         * tests/test-freopen.c (ASSERT): Likewise.
4841         * tests/test-frexp.c (ASSERT): Likewise.
4842         * tests/test-frexpl.c (ASSERT): Likewise.
4843         * tests/test-fseek.c (ASSERT): Likewise.
4844         * tests/test-fseeko.c (ASSERT): Likewise.
4845         * tests/test-fstrcmp.c (ASSERT): Likewise.
4846         * tests/test-ftell.c (ASSERT): Likewise.
4847         * tests/test-ftello.c (ASSERT): Likewise.
4848         * tests/test-func.c (ASSERT): Likewise.
4849         * tests/test-fwritable.c (ASSERT): Likewise.
4850         * tests/test-fwriting.c (ASSERT): Likewise.
4851         * tests/test-getdelim.c (ASSERT): Likewise.
4852         * tests/test-getline.c (ASSERT): Likewise.
4853         * tests/test-i-ring.c (ASSERT): Likewise.
4854         * tests/test-iconv-utf.c (ASSERT): Likewise.
4855         * tests/test-iconv.c (ASSERT): Likewise.
4856         * tests/test-isfinite.c (ASSERT): Likewise.
4857         * tests/test-isnand.c (ASSERT): Likewise.
4858         * tests/test-isnanf.c (ASSERT): Likewise.
4859         * tests/test-isnanl.h (ASSERT): Likewise.
4860         * tests/test-ldexpl.c (ASSERT): Likewise.
4861         * tests/test-linked_list.c (ASSERT): Likewise.
4862         * tests/test-linkedhash_list.c (ASSERT): Likewise.
4863         * tests/test-localename.c (ASSERT): Likewise.
4864         * tests/test-lseek.c (ASSERT): Likewise.
4865         * tests/test-mbscasecmp.c (ASSERT): Likewise.
4866         * tests/test-mbscasestr1.c (ASSERT): Likewise.
4867         * tests/test-mbscasestr2.c (ASSERT): Likewise.
4868         * tests/test-mbscasestr3.c (ASSERT): Likewise.
4869         * tests/test-mbscasestr4.c (ASSERT): Likewise.
4870         * tests/test-mbschr.c (ASSERT): Likewise.
4871         * tests/test-mbscspn.c (ASSERT): Likewise.
4872         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
4873         * tests/test-mbspbrk.c (ASSERT): Likewise.
4874         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
4875         * tests/test-mbsrchr.c (ASSERT): Likewise.
4876         * tests/test-mbsspn.c (ASSERT): Likewise.
4877         * tests/test-mbsstr1.c (ASSERT): Likewise.
4878         * tests/test-mbsstr2.c (ASSERT): Likewise.
4879         * tests/test-mbsstr3.c (ASSERT): Likewise.
4880         * tests/test-memchr2.c (ASSERT): Likewise.
4881         * tests/test-memmem.c (ASSERT): Likewise.
4882         * tests/test-open.c (ASSERT): Likewise.
4883         * tests/test-printf-frexp.c (ASSERT): Likewise.
4884         * tests/test-printf-frexpl.c (ASSERT): Likewise.
4885         * tests/test-printf-posix.c (ASSERT): Likewise.
4886         * tests/test-quotearg.c (ASSERT): Likewise.
4887         * tests/test-rbtree_list.c (ASSERT): Likewise.
4888         * tests/test-rbtree_oset.c (ASSERT): Likewise.
4889         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
4890         * tests/test-round1.c (ASSERT): Likewise.
4891         * tests/test-roundf1.c (ASSERT): Likewise.
4892         * tests/test-roundl.c (ASSERT): Likewise.
4893         * tests/test-signbit.c (ASSERT): Likewise.
4894         * tests/test-sleep.c (ASSERT): Likewise.
4895         * tests/test-snprintf-posix.c (ASSERT): Likewise.
4896         * tests/test-snprintf.c (ASSERT): Likewise.
4897         * tests/test-sprintf-posix.c (ASSERT): Likewise.
4898         * tests/test-stat-time.c (ASSERT): Likewise.
4899         * tests/test-strcasestr.c (ASSERT): Likewise.
4900         * tests/test-strerror.c (ASSERT): Likewise.
4901         * tests/test-striconv.c (ASSERT): Likewise.
4902         * tests/test-striconveh.c (ASSERT): Likewise.
4903         * tests/test-striconveha.c (ASSERT): Likewise.
4904         * tests/test-strsignal.c (ASSERT): Likewise.
4905         * tests/test-strstr.c (ASSERT): Likewise.
4906         * tests/test-strtod.c (ASSERT): Likewise.
4907         * tests/test-trunc1.c (ASSERT): Likewise.
4908         * tests/test-trunc2.c (ASSERT): Likewise.
4909         * tests/test-truncf1.c (ASSERT): Likewise.
4910         * tests/test-truncf2.c (ASSERT): Likewise.
4911         * tests/test-truncl.c (ASSERT): Likewise.
4912         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
4913         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
4914         * tests/test-vasnprintf.c (ASSERT): Likewise.
4915         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
4916         * tests/test-vasprintf.c (ASSERT): Likewise.
4917         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
4918         * tests/test-vprintf-posix.c (ASSERT): Likewise.
4919         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
4920         * tests/test-vsnprintf.c (ASSERT): Likewise.
4921         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
4922         * tests/test-wcwidth.c (ASSERT): Likewise.
4923         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
4924         * tests/test-xprintf-posix.c (ASSERT): Likewise.
4925         * tests/test-xvasprintf.c (ASSERT): Likewise.
4926         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
4927         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
4928         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
4929         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
4930         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
4931         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
4932         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
4933         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
4934         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
4935         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
4936         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
4937         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
4938         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
4939         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
4940         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
4941         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
4942         * tests/unictype/test-block_list.c (ASSERT): Likewise.
4943         * tests/unictype/test-block_of.c (ASSERT): Likewise.
4944         * tests/unictype/test-block_test.c (ASSERT): Likewise.
4945         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
4946         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
4947         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
4948         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
4949         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
4950         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
4951         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
4952         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
4953         * tests/unictype/test-combining.c (ASSERT): Likewise.
4954         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
4955         * tests/unictype/test-digit.c (ASSERT): Likewise.
4956         * tests/unictype/test-mirror.c (ASSERT): Likewise.
4957         * tests/unictype/test-numeric.c (ASSERT): Likewise.
4958         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
4959         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
4960         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
4961         * tests/unictype/test-scripts.c (ASSERT): Likewise.
4962         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
4963         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
4964         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
4965         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
4966         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
4967         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
4968         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
4969         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
4970         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
4971         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
4972         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
4973         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
4974         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
4975         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
4976         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
4977         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
4978         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
4979         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
4980         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
4981         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
4982         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
4983         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
4984         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
4985         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
4986         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
4987         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
4988         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
4989         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
4990         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
4991         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
4992         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
4993         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
4994         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
4995         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
4996         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
4997         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
4998         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
4999         Reported by Eric Blake.
5000
5001 2008-04-11  Bruno Haible  <bruno@clisp.org>
5002
5003         * lib/wchar.in.h: Tweak comment.
5004
5005 2008-04-11  Bruno Haible  <bruno@clisp.org>
5006
5007         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
5008         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
5009         gl_COMMON.
5010         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
5011
5012 2008-04-11  Bruno Haible  <bruno@clisp.org>
5013
5014         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
5015
5016 2008-04-11  Simon Josefsson  <simon@josefsson.org>
5017
5018         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
5019         of attempting to use non-existing /dev/*random.  Based on patch
5020         from Adam Strzelecki <ono@java.pl> in
5021         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
5022
5023 2008-04-08  Bruno Haible  <bruno@clisp.org>
5024
5025         Add tentative support for emx+gcc.
5026         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
5027         * lib/fpurge.c (fpurge): Likewise.
5028         * lib/freadable.c (freadable): Likewise.
5029         * lib/freadahead.c (freadahead): Likewise.
5030         * lib/freading.c (freading): Likewise.
5031         * lib/freadptr.c (freadptr): Likewise.
5032         * lib/freadseek.c (freadptrinc): Likewise.
5033         * lib/fseeko.c (rpl_fseeko): Likewise.
5034         * lib/fseterr.c (fseterr): Likewise.
5035         * lib/fwritable.c (fwritable): Likewise.
5036         * lib/fwriting.c (fwriting): Likewise.
5037         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
5038
5039 2008-04-09  Eric Blake  <ebb9@byu.net>
5040
5041         Avoid some autoconf warnings.
5042         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
5043         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
5044         * m4/afs.m4 (gl_AFS): Likewise.
5045         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
5046         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
5047         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5048         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
5049         (gl_INTEGER_TYPE_SUFFIX): Likewise.
5050         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
5051         (AC_CHECK_DECLS_ONCE): Likewise.
5052         Rename file...
5053         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
5054         gnulib-tool requires autoconf 2.59 or better.
5055         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
5056
5057 2008-04-08  Eric Blake  <ebb9@byu.net>
5058
5059         Use 'git describe --match' if present (added in git 1.5.5).
5060         * build-aux/git-version-gen: Limit result to tags that match 'v*'
5061         if possible.
5062
5063 2008-04-08  Bruno Haible  <bruno@clisp.org>
5064
5065         Add tentative support for OpenServer.
5066         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
5067         _ptr, _cnt.
5068         * lib/fpurge.c (fpurge): Likewise.
5069         * lib/freadable.c (freadable): Likewise.
5070         * lib/freadahead.c (freadahead): Likewise.
5071         * lib/freading.c (freading): Likewise.
5072         * lib/freadptr.c (freadptr): Likewise.
5073         * lib/freadseek.c (freadptrinc): Likewise.
5074         * lib/fseeko.c (rpl_fseeko): Likewise.
5075         * lib/fseterr.c (fseterr): Likewise.
5076         * lib/fwritable.c (fwritable): Likewise.
5077         * lib/fwriting.c (fwriting): Likewise.
5078         Reported by Roger Cornelius <rac@tenzing.org> and
5079         Brian K. White <brian@aljex.com>.
5080
5081 2008-04-06  Jim Meyering  <meyering@redhat.com>
5082
5083         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
5084
5085 2008-04-06  Bruno Haible  <bruno@clisp.org>
5086
5087         Avoid possible error with non-ASCII bytes in UTF-8 locales.
5088         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
5089         * tests/test-printf-posix.sh: Likewise.
5090         * tests/test-vfprintf-posix.sh: Likewise.
5091         * tests/test-vprintf-posix.sh: Likewise.
5092         * tests/test-xprintf-posix.sh: Likewise.
5093
5094 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5095
5096         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
5097         hide error from 'ls', needed on OS/2.
5098         Report by Elbert Pol <elbert.pol@gmail.com>.
5099
5100 2008-04-04  Eric Blake  <ebb9@byu.net>
5101
5102         Make test-fseeko.c failures meaningful.
5103         * tests/test-fseeko.c: Print line number on failure.
5104         * tests/test-fseek.c: Likewise.
5105         Reported by Nelson H. F. Beebe.
5106
5107         Improve strtod bug detection check.
5108         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
5109         required for Solaris 10.
5110         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
5111
5112 2008-04-04  Bruno Haible  <bruno@clisp.org>
5113
5114         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
5115         by m4/setenv.m4.
5116
5117 2008-04-03  Eric Blake  <ebb9@byu.net>
5118
5119         Ensure sane .version contents.
5120         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
5121         version string.
5122         * build-aux/git-version-gen: Improve documentation.
5123
5124         Make GNU make output nicer.
5125         * top/GNUmakefile [!_have-Makefile]: Add dependency on
5126         MAKECMDGOALS to enforce message for all command line targets.  Set
5127         srcdir for use in maint.mk.
5128
5129         Another maintainer tweak.
5130         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
5131         a target that regenerates version.
5132
5133 2008-04-03  Jim Meyering  <meyering@redhat.com>
5134
5135         vc-list-files: don't cause coreutils "make po-check" failure
5136         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
5137
5138 2008-04-03  Eric Blake  <ebb9@byu.net>
5139
5140         Allow VPATH usage of vc-list-files.
5141         * build-aux/vc-list-files (scriptversion): Add timestamp.
5142         (options): Add --help, --version, -C.
5143         (CVS): Support installed cvsu.
5144
5145 2008-04-02  Bruno Haible  <bruno@clisp.org>
5146
5147         Avoid some "statement with no effect" warnings from gcc.
5148         * tests/test-wctype.c (main): Explicitly ignore unused values.
5149         Reported by Jim Meyering.
5150
5151 2008-04-02  Jim Meyering  <meyering@redhat.com>
5152
5153         Avoid some warnings from "gcc -Wshadow".
5154         * tests/test-frexp.c (exp): Define to a different identifier.
5155         * tests/test-frexpl.c (exp): Likewise.
5156
5157 2008-04-03  Jim Meyering  <meyering@redhat.com>
5158
5159         bootstrap: remove dangling *.[ch] symlinks from lib
5160         * build-aux/bootstrap [dangling symlink removal]: Move find's
5161         -depth option to precede all others, to avoid a warning.
5162         Remove *.[ch] files too, and from "$source_base" (usually lib/).
5163
5164 2008-04-02  Bruno Haible  <bruno@clisp.org>
5165
5166         Avoid some warnings from "gcc -Wshadow".
5167         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
5168         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
5169         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
5170         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
5171         Reported by Jim Meyering.
5172
5173 2008-04-01  Bruno Haible  <bruno@clisp.org>
5174
5175         Fix test to work on IRIX 6.5 with cc.
5176         * tests/test-math.c (numeric_equal): New function.
5177         (main): Use it.
5178
5179 2008-04-01  Bruno Haible  <bruno@clisp.org>
5180
5181         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
5182
5183 2008-04-01  Bruno Haible  <bruno@clisp.org>
5184
5185         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
5186         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5187         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
5188         (Depends-on): Remove math.
5189
5190         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
5191         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5192         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
5193         (Depends-on): Remove math.
5194
5195         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
5196         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5197         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
5198         (Depends-on): Remove math.
5199         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
5200         (Depends-on): Remove math.
5201
5202         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
5203         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5204         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
5205         (Depends-on): Remove math.
5206         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
5207         (Depends-on): Remove math.
5208
5209         * tests/test-round1.c: Include nan.h.
5210         (main): Use NaNd instead of NAN.
5211         * modules/round-tests (Files): Add tests/nan.h.
5212
5213         * tests/test-trunc1.c: Include nan.h.
5214         (main): Use NaNd instead of NAN.
5215         * modules/trunc-tests (Files): Add tests/nan.h.
5216
5217         * tests/test-roundf1.c: Include nan.h.
5218         (main): Use NaNf instead of NAN.
5219         * modules/roundf-tests (Files): Add tests/nan.h.
5220
5221         * tests/test-truncf1.c: Include nan.h.
5222         (main): Use NaNf instead of NAN.
5223         * modules/truncf-tests (Files): Add tests/nan.h.
5224
5225         * tests/test-ceilf1.c: Include nan.h.
5226         (main): Use NaNf instead of NAN.
5227         * modules/ceilf-tests (Files): Add tests/nan.h.
5228
5229         * tests/test-floorf1.c: Include nan.h.
5230         (main): Use NaNf instead of NAN.
5231         * modules/floorf-tests (Files): Add tests/nan.h.
5232
5233         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
5234         (main): Use NaNf instead of NAN.
5235         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
5236
5237         * tests/test-isnand.c: Include nan.h instead of <math.h>.
5238         (main): Use NaNd instead of NAN.
5239         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
5240
5241         * tests/test-frexp.c: Include nan.h.
5242         (main): Use NaNd instead of NAN.
5243         * modules/frexp-tests (Files): Add tests/nan.h.
5244
5245         * lib/isnan.c: Don't include <math.h>.
5246         (FUNC): Don't use NAN macro.
5247         * modules/isnand-nolibm (Depends-on): Remove math.
5248         * modules/isnanf-nolibm (Depends-on): Remove math.
5249         * modules/isnanl (Depends-on): Remove math.
5250         * modules/isnanl-nolibm (Depends-on): Remove math.
5251
5252         * tests/nan.h: New file.
5253
5254 2008-04-01  Eric Blake  <ebb9@byu.net>
5255
5256         Fix typos.
5257         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
5258         values to be the right type.
5259
5260         For now, cater to gnulib strtod inaccuracies.
5261         * tests/test-strtod.c (main): Allow 1-ulp error on expected
5262         fractional results.  While not as nice from a QoI perspective, it
5263         is a quicker patch than correctly implementing decimal to binary
5264         rounding.
5265
5266 2008-03-31  Eric Blake  <ebb9@byu.net>
5267
5268         Guarantee a definition of NAN.
5269         * lib/math.in.h (NAN): Define if missing.
5270         * tests/test-math.c (main): Test it.
5271         * doc/posix-headers/math.texi (math.h): Document this.
5272         * lib/isnan.c (rpl_isnand): Use it.
5273         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
5274         * tests/test-floorf1.c (NaN): Likewise.
5275         * tests/test-frexp.c (NaN): Likewise.
5276         * tests/test-isnand.c (NaN): Likewise.
5277         * tests/test-isnanf.c (NaN): Likewise.
5278         * tests/test-round1.c (NaN): Likewise.
5279         * tests/test-roundf1.c (NaN): Likewise.
5280         * tests/test-snprintf-posix.h (NaN): Likewise.
5281         * tests/test-sprintf-posix.h (NaN): Likewise.
5282         * tests/test-trunc1.c (NaN): Likewise.
5283         * tests/test-truncf1.c (NaN): Likewise.
5284         * tests/test-vasnprintf-posix.c (NaN): Likewise.
5285         * tests/test-vasprintf-posix.c (NaN): Likewise.
5286         * modules/isnand-nolibm (Depends-on): Add math.
5287         * modules/isnanf-nolibm (Depends-on): Likewise.
5288         * modules/isnanl (Depends-on): Likewise.
5289         * modules/isnanl-nolibm (Depends-on): Likewise.
5290         * modules/snprintf-posix-tests (Depends-on): Likewise.
5291         * modules/sprintf-posix-tests (Depends-on): Likewise.
5292         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
5293         * modules/vsprintf-posix-tests (Depends-on): Likewise.
5294         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
5295         * modules/vasprintf-posix-tests (Depends-on): Likewise.
5296
5297 2008-03-31  Bruno Haible  <bruno@clisp.org>
5298
5299         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
5300         * doc/posix-functions/strtod.texi: Likewise.
5301
5302 2008-03-31  Bruno Haible  <bruno@clisp.org>
5303
5304         * tests/test-strtod.c (main): Don't use C99 syntax.
5305
5306 2008-03-31  Bruno Haible  <bruno@clisp.org>
5307
5308         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
5309         Reported by Eric Blake.
5310
5311 2008-03-31  Jim Meyering  <meyering@redhat.com>
5312
5313         Don't compare actual signbit return values.
5314         * tests/test-strtod.c (main): Rather, compare only their
5315         zero/non-zero nature.
5316
5317 2008-03-31  Eric Blake  <ebb9@byu.net>
5318
5319         More strtod documentation.
5320         * doc/posix-functions/strtod.texi (strtod): Interpret more test
5321         failures as distinct bugs.
5322
5323 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5324
5325         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
5326         Problem reported by Erik Benada in
5327         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
5328
5329 2008-03-30  Bruno Haible  <bruno@clisp.org>
5330
5331         * tests/test-strtod.c: Add comments about which assertion fails on which
5332         platform.
5333         * doc/posix-functions/strtod.texi: Add info about many more platforms.
5334
5335 2008-03-30  Eric Blake  <ebb9@byu.net>
5336
5337         Test signbit behavior on zeros.
5338         * tests/test-signbit.c (test_signbitf): Add tests for zero.
5339         (test_signbitd, test_signbitl): Likewise.
5340
5341         More strtod touchups.
5342         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
5343         sign of negative underflow, for now.  Use .5, not .1.
5344         * doc/posix-functions/strtod.texi (strtod): Mention these
5345         limitations.
5346         Reported by Jim Meyering.
5347
5348 2008-03-30  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
5351         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
5352
5353 2008-03-30  Bruno Haible  <bruno@clisp.org>
5354
5355         Avoid failure when attempting to return empty iconv results on some
5356         platforms.
5357         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
5358         allocation, don't report ENOMEM when the resulting string is empty.
5359
5360 2008-03-30  Bruno Haible  <bruno@clisp.org>
5361
5362         Fix buffer overrun.
5363         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
5364         Don't consider the width for tmp_length. Check count against tmp_length
5365         before doing the padding. Ensure enough allocation during padding.
5366
5367 2008-03-30  Eric Blake  <ebb9@byu.net>
5368
5369         strtod touchups.
5370         * lib/strtod.c (strtod): Avoid compiler warnings.
5371         Reported by Jim Meyering.
5372
5373 2008-03-30  Bruno Haible  <bruno@clisp.org>
5374
5375         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
5376         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
5377         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
5378         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
5379         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
5380         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
5381         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
5382         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
5383
5384         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
5385         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
5386         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
5387         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
5388         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
5389         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
5390         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
5391         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
5392
5393         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
5394         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
5395         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
5396         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
5397         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
5398         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
5399         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
5400         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
5401
5402         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
5403         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
5404
5405         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
5406         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
5407
5408         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
5409         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
5410
5411         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
5412         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
5413         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
5414
5415         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
5416         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
5417         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
5418
5419         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
5420         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
5421         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
5422
5423         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
5424         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
5425         * modules/vasprintf (Depends-on): Add EOVERFLOW.
5426
5427         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
5428         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
5429         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
5430         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
5431         (Depends-on): Add EOVERFLOW.
5432         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
5433         (Depends-on): Add EOVERFLOW.
5434         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
5435         (Depends-on): Add EOVERFLOW.
5436         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
5437         (Depends-on): Add EOVERFLOW.
5438         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
5439         (Depends-on): Add EOVERFLOW.
5440         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
5441         (Depends-on): Add EOVERFLOW.
5442         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
5443         (Depends-on): Add EOVERFLOW.
5444         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
5445         (Depends-on): Add EOVERFLOW.
5446
5447         * lib/sprintf.c (EOVERFLOW): Remove fallback.
5448         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
5449         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
5450
5451         * lib/snprintf.c (EOVERFLOW): Remove fallback.
5452         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
5453         * modules/snprintf (Depends-on): Add EOVERFLOW.
5454
5455         * lib/poll.c (EOVERFLOW): Remove fallback.
5456         * modules/poll (Depends-on): Add EOVERFLOW.
5457
5458         * lib/getugroups.c (EOVERFLOW): Remove fallback.
5459         * modules/getugroups (Depends-on): Add EOVERFLOW.
5460
5461         * lib/getdelim.c (EOVERFLOW): Remove fallback.
5462         * modules/getdelim (Depends-on): Add EOVERFLOW.
5463
5464         * lib/ftell.c (EOVERFLOW): Remove fallback.
5465         * modules/ftell (Depends-on): Add EOVERFLOW.
5466
5467         * lib/fprintf.c (EOVERFLOW): Remove fallback.
5468         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
5469         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
5470
5471         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
5472
5473         * modules/EOVERFLOW-tests: New file.
5474         * tests/test-EOVERFLOW.c: New file.
5475
5476         * modules/EOVERFLOW: New file.
5477         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
5478
5479 2008-03-30  Bruno Haible  <bruno@clisp.org>
5480
5481         Fix bug introduced on 2007-06-10.
5482         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
5483         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
5484
5485 2008-03-30  Bruno Haible  <bruno@clisp.org>
5486
5487         Improve freadseek's efficiency after ungetc.
5488         * lib/freadseek.c: Include freadahead.h.
5489         (freadptrinc): New function, extracted from freadseek.
5490         (freadseek): Use it in a loop. Use freadahead to determine the number
5491         of loop iterations.
5492         * modules/freadseek (Depends-on): Add freadahead.
5493         (configure.ac): Require AC_C_INLINE.
5494
5495 2008-03-30  Bruno Haible  <bruno@clisp.org>
5496
5497         * lib/freadseek.c (freadseek): Don't ignore the return value of
5498         freadptr.
5499
5500 2008-03-29  Eric Blake  <ebb9@byu.net>
5501
5502         Add hex float support.
5503         * modules/strtod (Depends-on): Add c-ctype.
5504         (Link): Mention POW_LIB.
5505         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
5506         whitespace between 'e' and exponent.
5507         * tests/test-strtod.c (main): Enable hex float tests.
5508         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
5509         now provides.
5510
5511         Document various strtod bugs, with some fixes.
5512         * doc/posix-functions/strtod.texi (strtod): Document bugs with
5513         "-0x", "inf", "nan", and hex constants.
5514         * doc/posix-functions/atof.texi (atof): Likewise.
5515         * modules/stdlib (Makefile.am): Support strtod.
5516         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
5517         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
5518         detect additional strtod bugs.
5519         * lib/stdlib.in.h (rpl_strtod): Add declarations.
5520         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
5521         bool where appropriate.  Parse 'inf' and 'nan'.
5522         * tests/test-strtod.c: New file.
5523         * modules/strtod (Depends-on): Add stdbool, stdlib.
5524         (configure.ac): Turn on module indicator.
5525         * modules/strtod-tests: New module.
5526
5527 2008-03-29  Eric Blake  <ebb9@byu.net>
5528
5529         Fix ftell on mingw.
5530         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
5531         * modules/ftell-tests (Depends-on): Add binary-io.
5532         * modules/ftello-tests (Depends-on): Likewise.
5533         * tests/test-ftell.c (main): Enhance test to cover behavior after
5534         ungetc.  Enforce binary mode.
5535         * tests/test-ftello.c (main): Likewise.
5536
5537         Pass test-freadseek on cygwin.
5538         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
5539         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
5540         ungetc buffer.
5541
5542         * tests/test-fflush2.c (main): Fix typo.
5543
5544 2008-03-29  Bruno Haible  <bruno@clisp.org>
5545
5546         * tests/test-fflush2.c (main): Temporarily disable the contents of
5547         this test.
5548         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
5549         Reported by Eric Blake.
5550
5551 2008-03-28  Simon Josefsson  <simon@josefsson.org>
5552
5553         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
5554         (GC_SHA224_DIGEST_SIZE): Add.
5555
5556         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
5557         (gc_hash_digest_length): Likewise.
5558         (gc_hash_buffer): Likewise.
5559
5560 2008-03-25  Bruno Haible  <bruno@clisp.org>
5561
5562         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
5563         detail which gettext release to use.
5564         Reported by Simon Josefsson.
5565
5566 2008-03-26  Jim Meyering  <meyering@redhat.com>
5567
5568         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
5569         * modules/gnumakefile (clean-GNUmakefile): Also, use
5570         test ... && ... || : syntax rather than if-then ... fi.
5571
5572         gnumakefile: Don't double-quote-expand $(VPATH) value.
5573         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
5574
5575 2008-03-24  Eric Blake  <ebb9@byu.net>
5576
5577         Alter GNUmakefile to install into top directory.
5578         * modules/maintainer-makefile: Split, and add dependency...
5579         * modules/gnumakefile: to this new module.
5580         * build-aux/GNUmakefile: Move...
5581         * top/GNUmakefile: ...here.
5582         * build-aux/maint.mk: Move...
5583         * top/maint.mk: ...here.
5584         * MODULES.html.sh (Support for maintaining...): Document new
5585         module.
5586
5587 2008-03-23  Bruno Haible  <bruno@clisp.org>
5588
5589         * gnulib-tool: New options --vc-files, --no-vc-files.
5590         (func_usage): Document them.
5591         (vc_files): New variable.
5592         (func_import): Consider vc_files.
5593         (func_create_testdir): Set vc_files to empty.
5594         Suggested by Jim Meyering and Karl Berry.
5595
5596 2008-03-23  Bruno Haible  <bruno@clisp.org>
5597
5598         Fix regex compilation error on HP-UX 11.
5599         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
5600         * modules/regex (Files): Add m4/mbstate_t.m4.
5601         Reported by Ton Voon <ton.voon@altinity.com>.
5602
5603 2008-03-23  Bruno Haible  <bruno@clisp.org>
5604
5605         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
5606
5607 2008-03-23  Eric Blake  <ebb9@byu.net>
5608             Bruno Haible  <bruno@clisp.org>
5609
5610         Install files from top/ in the destination directory.
5611         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
5612         augmentation also for the files from top/.
5613         (func_import, func_create_testdir): Rewrite file names:
5614         top/filename -> filename.
5615
5616 2008-03-23  Bruno Haible  <bruno@clisp.org>
5617
5618         Tweak "gnulib --version" output.
5619         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
5620
5621 2008-03-23  Bruno Haible  <bruno@clisp.org>
5622
5623         Tweak "gnulib --version" output.
5624         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
5625         rather than contents of ChangeLog, when possible.
5626
5627 2008-03-21  Eric Blake  <ebb9@byu.net>
5628
5629         More --version tweaks.
5630         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
5631         date of last ChangeLog entry.
5632
5633 2008-03-21  Jim Meyering  <meyering@redhat.com>
5634
5635         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
5636
5637 2008-03-20  Eric Blake  <ebb9@byu.net>
5638
5639         VPATH fix.
5640         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
5641
5642 2008-03-20  Simon Josefsson  <simon@josefsson.org>
5643
5644         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
5645         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
5646
5647 2008-03-20  Eric Blake  <ebb9@byu.net>
5648
5649         Sync GNUmakefile with coreutils.
5650         * build-aux/GNUmakefile (have-Makefile): Rename...
5651         (_have-Makefile): ...to this, for namespace consideration.
5652         (GNUmakefile.cfg): Include, if present.
5653         (_autoreconf): Define a default.
5654         (_is-dist-target): New rule for rebuilds to pick up intra-release
5655         version.
5656         (maint-cfg.mk): Rename...
5657         (cfg.mk): ...to this.
5658
5659 2008-03-18  Jim Meyering  <meyering@redhat.com>
5660
5661         New script and module: mktempd
5662         * MODULES.html.sh (maint+release support): Add mktempd.
5663         * build-aux/mktempd: New file.
5664         * modules/mktempd: New file.
5665
5666 2008-03-15  Jim Meyering  <meyering@redhat.com>
5667
5668         Undo last change.
5669         * lib/sha1.c, lib/md5.c: 63 != ~63.
5670         Reported by Andreas Schwab.
5671
5672         sha1.c, md5.c: Hoist a redundant expression.
5673         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
5674         "ctx->buflen" only once, before calling *_process_block.
5675         * lib/md5.c (md5_process_bytes): Likewise.
5676
5677 2008-03-14  Eric Blake  <ebb9@byu.net>
5678
5679         Bump copyright year in files generated by gnulib-tool.
5680         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
5681         gnulib-tool, rather than hard-coding it.
5682
5683         Fix 'gnulib-tool --version' output to work with git.
5684         * gnulib-tool (func_gnulib_dir): New function, extracted from...
5685         (startup): ...here.
5686         (func_version): Use it to invoke git-version-gen, rather than
5687         relying on CVS keyword expansion.  Modernize wording.
5688         (cvsdatestamp, last_checkin_date, version): Kill unused
5689         variables.
5690
5691 2008-03-12  Jim Meyering  <meyering@redhat.com>
5692
5693         Recognize optional cast of the argument to free.
5694         * build-aux/useless-if-before-free: Update regexps.
5695
5696         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
5697
5698 2008-03-11  Bruno Haible  <bruno@clisp.org>
5699
5700         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
5701         by a single package.
5702         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
5703         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
5704         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
5705         Reported by Sam Steingold <sds@gnu.org>.
5706
5707 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5708
5709         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
5710         repositories.
5711
5712 2008-03-11  Bruno Haible  <bruno@clisp.org>
5713
5714         Avoid conflicts between local macro definitions.
5715         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5716         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
5717
5718 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
5719             Bruno Haible  <bruno@clisp.org>
5720
5721         Make va_copy work with some version of xlc on AIX 5.1.
5722         * lib/stdarg.in.h: New file.
5723         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
5724         On AIX, use a <stdarg.h> file substitute.
5725         * modules/stdarg (Files): Add lib/stdarg.in.h.
5726         (Depends-on): Add include_next.
5727         (Makefile.am): Build a stdarg.h substitute if requested.
5728         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
5729
5730 2008-03-10  Bruno Haible  <bruno@clisp.org>
5731
5732         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
5733         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5734         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5735
5736 2008-03-10  Bruno Haible  <bruno@clisp.org>
5737
5738         * modules/stdlib (Depends-on): Add include_next, remove
5739         absolute-header.
5740
5741 2008-03-09  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/freadahead.h (freadahead): Document more precisely.
5744         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
5745         the sum of both buffer sizes.
5746         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
5747         * NEWS: Document the change.
5748
5749 2008-03-09  Bruno Haible  <bruno@clisp.org>
5750
5751         Extend freadptr to return also the buffer size.
5752         * lib/freadptr.h (freadptr): Add sizep argument.
5753         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
5754         (freadptr): Add sizep argument. Determine buffer size like freadahead
5755         does.
5756         * tests/test-freadptr.c: Don't include freadahead.h.
5757         (main): Adapt for new calling convention of freadptr.
5758         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
5759         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
5760         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
5761         tests/test-freadptr2.sh.
5762         (Depends): Remove freadahead.
5763         (TESTS): Add test-freadptr2.sh.
5764         (check_PROGRAMS): Add test-freadptr2.
5765
5766 2008-03-09  Bruno Haible  <bruno@clisp.org>
5767
5768         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
5769         Report and solution by Simon Josefsson.
5770
5771 2008-03-06  Bruno Haible  <bruno@clisp.org>
5772
5773         Make fflush after ungetc work on BSD platforms.
5774         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
5775         * tests/test-fflush2.c: New file.
5776         * tests/test-fflush2.sh: New file.
5777         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
5778         tests/test-fflush2.c.
5779         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
5780         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
5781
5782 2008-03-06  Eric Blake  <ebb9@byu.net>
5783
5784         Likewise for ftello.
5785         * modules/ftello (Dependencies): Add extensions.
5786         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
5787
5788 2008-03-06  Bruno Haible  <bruno@clisp.org>
5789
5790         * modules/fseeko (Dependencies): Add extensions.
5791         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
5792         Needed on glibc systems.
5793
5794 2008-03-06  Bruno Haible  <bruno@clisp.org>
5795
5796         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
5797         email address.
5798         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5799
5800 2008-03-06  Bruno Haible  <bruno@clisp.org>
5801
5802         * users.txt: Add libgnupdf.
5803
5804 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5805
5806         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
5807         (Header File Substitutes, Function Substitutes,
5808         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
5809         (Build robot for gnulib): Fix typo.
5810
5811 2008-03-06  Bruno Haible  <bruno@clisp.org>
5812
5813         * doc/gnulib-tool.texi (VCS Issues): Small updates.
5814         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5815
5816 2008-03-06  Bruno Haible  <bruno@clisp.org>
5817
5818         * doc/func.texi: New file, extracted from doc/gnulib.texi.
5819         * doc/gnulib.texi: Include it.
5820
5821 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5822
5823         * modules/func (License): Change license to unlimited; there was
5824         no LGPL parts in the module anyway.
5825
5826 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5827
5828         * modules/__func__: Renamed to modules/func.
5829         * modules/__func__-tests: Renamed to modules/func-tests.
5830         * tests/test-__func__.c: Renamed to tests/test-func.c.
5831         * m4/__func__.m4: Renamed to m4/func.m4.
5832         * doc/gnulib.texi (__func__): Section renamed to func.
5833         Suggested by Eric Blake <ebb9@byu.net>.
5834
5835 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5836
5837         * doc/gnulib.texi (__func__): Use C99 terminology when talking
5838         about __func__.  Make example self-contained.  Suggested by Eric
5839         Blake <ebb9@byu.net>.
5840
5841         * tests/test-__func__.c (main): Avoid extraneous () around __func.
5842         Suggested by Eric Blake <ebb9@byu.net>.
5843
5844 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5845
5846         * modules/__func__: New file.
5847         * modules/__func__-tests: New file.
5848         * tests/test-__func__.c: New file.
5849         * m4/__func__.m4: New file.
5850         * doc/gnulib.texi (__func__): Document __func__ module.
5851
5852 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5853
5854         * modules/byteswap (License): Re-license as LGPLv2+.
5855
5856 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5857
5858         * doc/Makefile: Add pdf target.
5859
5860 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5861
5862         * modules/inline (License): Use 'unlimited', since there are only
5863         *.m4 files in this module.
5864
5865 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5866             Bruno Haible  <bruno@clisp.org>
5867
5868         Add support for HP C 7.1 on OpenVMS 8.3.
5869         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
5870
5871 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5872
5873         Update VMS specifics.
5874         * lib/getopt.c [VMS]: Remove include of unixlib.h.
5875
5876 2008-03-02  Jim Meyering  <meyering@redhat.com>
5877
5878         Remove the last dependency on the "free" module.
5879         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
5880         Reported by Bob Proulx.
5881
5882         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
5883
5884         Remove useless "if" tests before free.  Deprecate "free" module.
5885         * doc/posix-functions/free.texi: Mention that this
5886         module is no longer useful.
5887         * modules/free (Notice): Say this module is obsolete.
5888         * modules/readutmp (Depends-on): Remove free.
5889         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
5890         * lib/putenv.c (putenv): Likewise.
5891         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
5892         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
5893         * tests/test-c-strcasestr.c (main): Likewise.
5894         * tests/test-c-strstr.c (main): Likewise.
5895         * tests/test-mbscasestr1.c (main): Likewise.
5896         * tests/test-mbscasestr2.c (main): Likewise.
5897         * tests/test-mbsstr1.c (main): Likewise.
5898         * tests/test-mbsstr2.c (main): Likewise.
5899         * tests/test-memmem.c (main): Likewise.
5900         * tests/test-strcasestr.c (main): Likewise.
5901         * tests/test-striconv.c (main): Likewise.
5902         * tests/test-striconveh.c (main): Likewise.
5903         * tests/test-striconveha.c (main): Likewise.
5904         * tests/test-strstr.c (main): Likewise.
5905
5906         * build-aux/git-version-gen: Adjust a comment and the Usage string.
5907
5908         bootstrap: sync from coreutils again
5909         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
5910
5911 2008-03-01  Jim Meyering  <meyering@redhat.com>
5912
5913         bootstrap: sync from coreutils
5914         * build-aux/bootstrap (update_po_files): Copy a .po file into place
5915         also when the target doesn't exist.
5916
5917 2008-03-01  Eric Blake  <ebb9@byu.net>
5918
5919         Fix bugs in last patch.
5920         * lib/memchr2.c (memchr2): Fix typo.
5921         * tests/test-memchr2.c: Test previous bug, and don't use GNU
5922         extension.
5923         Reported by Bruce Korb.
5924
5925         New module 'memchr2'.
5926         * modules/memchr2: New file.
5927         * modules/memchr2-tests: Likewise.
5928         * lib/memchr2.h: Likewise.
5929         * lib/memchr2.c: Likewise, based on memchr.c.
5930         * tests/test-memchr2.c: New test.
5931         * MODULES.html.sh (String handling): Add memchr2.
5932
5933 2008-02-29  Bruno Haible  <bruno@clisp.org>
5934
5935         * modules/freadseek-tests: New file.
5936         * tests/test-freadseek.sh: New file.
5937         * tests/test-freadseek.c: New file.
5938
5939         New module 'freadseek'.
5940         * modules/freadseek: New file.
5941         * lib/freadseek.h: New file.
5942         * lib/freadseek.c: New file.
5943         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
5944
5945 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5946
5947         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
5948         wydawca.
5949
5950         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
5951         program_invocation_name and program_invocation_short_name are
5952         present.
5953
5954 2008-02-28  Bruno Haible  <bruno@clisp.org>
5955
5956         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
5957         * tests/test-freadptr.sh: Also test non-seekable stdin.
5958
5959 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
5960
5961         * build-aux/bootstrap (source_base, m4_base)
5962         (doc_base, tests_base): New variables.
5963         (gnulib_tool_options): Do not hardcode base directories, use
5964         the above variables instead.
5965
5966 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
5967
5968         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
5969
5970 2008-02-28  Bruno Haible  <bruno@clisp.org>
5971
5972         * modules/freadptr-tests: New file.
5973         * tests/test-freadptr.sh: New file.
5974         * tests/test-freadptr.c: New file.
5975
5976         New module 'freadptr'.
5977         * modules/freadptr: New file.
5978         * lib/freadptr.h: New file.
5979         * lib/freadptr.c: New file.
5980         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
5981
5982 2008-02-26  Karl Berry  <karl@freefriends.org>
5983
5984         Sync from Libtool:
5985         * libltdl/argz.c (argz_add, argz_count): New functions.
5986         * libltdl/argz.in.h: Declare them.
5987         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
5988
5989 2008-02-22  Bruno Haible  <bruno@clisp.org>
5990
5991         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
5992         is a pointer type.  Needed for HP-UX 10.
5993         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
5994         * doc/posix-functions/gmtime_r.texi: Likewise.
5995         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5996
5997 2008-02-24  Bruno Haible  <bruno@clisp.org>
5998
5999         * modules/environ-tests: New file.
6000         * tests/test-environ.c: New file.
6001
6002         New module 'environ'.
6003         * modules/environ: New file.
6004         * lib/unistd.in.h (environ): New declaration.
6005         * m4/environ.m4: New file.
6006         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
6007         after use.
6008         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
6009         HAVE_DECL_ENVIRON.
6010         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
6011         HAVE_DECL_ENVIRON.
6012         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
6013         wrong claim that 'environ' is missing on some systems.
6014         * modules/execute (Depends-on): Add environ.
6015         * lib/execute.c (environ): Remove fallback declaration.
6016         * modules/pipe (Depends-on): Add environ.
6017         * lib/pipe.c (environ): Remove fallback declaration.
6018         * modules/setenv (Depends-on): Add environ.
6019         * lib/setenv.c (environ): Remove fallback declaration.
6020         * modules/unsetenv (Depends-on): Add environ.
6021         * lib/unsetenv.c (environ): Remove fallback declaration.
6022         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
6023         m4/environ.m4.
6024         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
6025         (gl_PREREQ_UNSETENV): Likewise.
6026
6027 2008-02-24  Bruno Haible  <bruno@clisp.org>
6028
6029         * doc/posix-functions/environ.texi: Document the MacOS X problem.
6030
6031 2008-02-20  Bob Proulx  <bob@proulx.com>
6032
6033         Enable use of older two part flavor 'git describe'.
6034         * build-aux/git-version-gen: If using the older two part flavor of
6035         git version then recreate the third part now present in the
6036         newer three part flavor of git describe.
6037
6038 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
6039
6040         * lib/fts.c (fts_build): Typo correction to comment.
6041
6042 2008-02-17  Bruno Haible  <bruno@clisp.org>
6043
6044         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
6045         generating no-op conflicts.
6046
6047 2008-02-17  Bruno Haible  <bruno@clisp.org>
6048
6049         Speed up by 10%.
6050         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
6051         result_entries, rather than an index-based loop.
6052
6053 2008-02-17  Bruno Haible  <bruno@clisp.org>
6054
6055         Speed up by 25%.
6056         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
6057         'hashcode_cached'.
6058         (entry_create): New function.
6059         (entry_hashcode): Use the cached hashcode if possible.
6060         (read_changelog_file, try_split_merged_entry): Use entry_create.
6061
6062 2008-02-17  Bruno Haible  <bruno@clisp.org>
6063
6064         Speed up from O(n^2) to O(n) for long ChangeLog files.
6065         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
6066         (read_changelog_file): Change implementation of entries_reversed list
6067         to rbtreehash.
6068         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
6069
6070 2008-02-17  Bruno Haible  <bruno@clisp.org>
6071
6072         New option --split-merged-entry.
6073         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
6074         (find_paragraph_end, try_split_merged_entry): New functions.
6075         (long_options): Add option --split-merged-entry.
6076         (usage): Document option --split-merged-entry.
6077         (main): Implement option --split-merged-entry.
6078         Reported by Eric Blake.
6079
6080 2008-02-17  Bruno Haible  <bruno@clisp.org>
6081
6082         * lib/git-merge-changelog.c: Include c-strstr.h.
6083         (main): Support the "git pull --rebase" situation.
6084         * modules/git-merge-changelog (Depends-on): Add c-strstr.
6085         Reported by Eric Blake.
6086
6087 2008-02-16  Eric Blake  <ebb9@byu.net>
6088
6089         Avoid doubling \ in common case of "c-maybe" quoting style.
6090         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
6091         eliding outer quotes.
6092         * lib/quotearg.h: Document this.
6093         * tests/test-quotearg.c (result_strings, inputs, results_g)
6094         (flag_results, locale_results): Test it by adding a new string to
6095         each test group.
6096         (compare_strings): Test new string.
6097
6098 2008-02-13  Eric Blake  <ebb9@byu.net>
6099
6100         Avoid trigraph quoting in default output.
6101         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
6102         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
6103         unless explicitly requested.
6104         * tests/test-quotearg.c (flag_results, main): Add additional tests.
6105
6106 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
6107
6108         Don't rely on signed integer overflowing to negative value.
6109         * lib/getugroups.c (getugroups): Include <limits.h>.
6110         Instead, compare against INT_MAX, and increment only if the test passes.
6111
6112 2008-02-13  Jim Meyering  <meyering@redhat.com>
6113         and Eric Blake  <ebb9@byu.net>
6114
6115         Avoid shadowing warning and compile errors on Linux.
6116         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
6117         forwarding macros on Linux.
6118         (dcgettext): Define a stub, for Linux.
6119         (results_g, main): Avoid warnings.
6120
6121 2008-02-12  Eric Blake  <ebb9@byu.net>
6122
6123         Silence warning in last patch.
6124         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
6125
6126         Quotearg part 4: add tests, fix c-maybe colon quoting.
6127         * lib/quotearg.h: Improve documentation.
6128         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
6129         escapes when adding outer quotes.  When quoting trigraphs, use
6130         valid C notation.  When quoting NUL, omit extra characters if next
6131         character is not digit.  Alter prototype.
6132         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
6133         callers.
6134         * modules/quotearg-tests: New module.
6135         * tests/test-quotearg.c: New test.
6136
6137 2008-02-07  Eric Blake  <ebb9@byu.net>
6138
6139         Quotearg part 3: add flag to control outer quote elision.
6140         * lib/quotearg.h (c_maybe_quoting_style): New style.
6141         (enum quoting_flags): Better documentation of flags.
6142         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
6143         c-maybe style.
6144         (quotearg_buffer_restyled): Handle new flag to elide outer
6145         quotes.
6146
6147         Quotearg part 2: add flag that can control NUL elision.
6148         * lib/quotearg.h (set_quoting_flags): New prototype.
6149         * lib/quotearg.c (struct quoting_options): Add flag field.
6150         (set_quoting_flags): New function.
6151         (quotearg_buffer_restyled): Add flags parameter.
6152         (quotearg_alloc_mem): Set the flag if length cannot be returned.
6153         (quotearg_n_options): Set the flag, since length cannot be
6154         returned.
6155         (quoting_options_from_style): Default flags correctly.
6156
6157         Quotearg part 1: more wrappers, restore quotearg_char state.
6158         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
6159         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
6160         (quotearg_colon_mem): New wrappers.
6161         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
6162         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
6163         functions.
6164         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
6165         (quotearg_colon_mem): New functions.
6166
6167 2008-02-11  Bruno Haible  <bruno@clisp.org>
6168
6169         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
6170         library in the current directory: it does not work with parallel make.
6171         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6172
6173 2008-02-11  Bruno Haible  <bruno@clisp.org>
6174
6175         * .gitattributes: New file.
6176
6177 2008-02-11  Jim Meyering  <meyering@redhat.com>
6178
6179         useless-if-before-free: Fix reversed exit values.
6180         * build-aux/useless-if-before-free: Use correct values
6181         for EXIT_MATCH and EXIT_NO_MATCH.
6182
6183         * build-aux/useless-if-before-free: Close stdout carefully.
6184
6185 2008-02-10  Bruno Haible  <bruno@clisp.org>
6186
6187         New module 'git-merge-changelog'.
6188         * modules/git-merge-changelog: New file.
6189         * lib/git-merge-changelog.c: New file.
6190
6191 2008-02-10  Jim Meyering  <meyering@redhat.com>
6192
6193         useless-if-before-free: New option: --list (-l).
6194
6195         useless-if-before-free: Don't exit immediately upon open failure.
6196         * build-aux/useless-if-before-free: Exit 2 for errors.
6197         Upon failure to open a file, don't exit immediately.
6198         Rather, just warn and continue with any remaining files.
6199
6200 2008-02-10  Bruno Haible  <bruno@clisp.org>
6201
6202         New abstract list operation 'node_set_value'.
6203         * lib/gl_list.h (gl_list_node_set_value): New function.
6204         (struct gl_list_implementation): New field node_set_value.
6205         * lib/gl_list.c (gl_list_node_set_value): New function.
6206         * lib/gl_array_list.c (gl_array_node_set_value): New function.
6207         (gl_array_list_implementation): Update.
6208         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
6209         (gl_carray_list_implementation): Update.
6210         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
6211         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6212         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6213         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
6214         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6215         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6216         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6217         Update.
6218         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6219         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
6220         (gl_sublist_list_implementation): Update.
6221
6222 2008-02-10  Bruno Haible  <bruno@clisp.org>
6223
6224         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
6225         Needed when ELEMENT is #defined to 'some_type *'.
6226
6227 2008-02-10  Jim Meyering  <meyering@redhat.com>
6228
6229         New script and module: useless-if-before-free
6230         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
6231         * build-aux/useless-if-before-free: New file.
6232         * modules/useless-if-before-free: New file.
6233
6234         * build-aux/gitlog-to-changelog: Use committer date, not author date.
6235
6236         xstrtol_error: Fix typo.
6237         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
6238         s/exit_failure/exit_status/.
6239
6240 2008-02-09  Jim Meyering  <meyering@redhat.com>
6241
6242         New script and module: gitlog-to-changelog
6243         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
6244         * modules/gitlog-to-changelog: New file.
6245         * build-aux/gitlog-to-changelog: New file.
6246
6247 2008-02-08  Jim Meyering  <meyering@redhat.com>
6248
6249         Avoid two "parameter unused" warnings.
6250         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
6251         Mark "st" as used.
6252
6253         Use "git COMMAND", not "git-COMMAND".
6254         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
6255         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
6256         * build-aux/git-version-gen: Use "git status", not "git-status".
6257
6258 2008-02-07  Bruno Haible  <bruno@clisp.org>
6259
6260         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
6261         Avoids a crash on Windows Vista.
6262         Reported by Adam Strzelecki <ono@java.pl> via
6263         Simon Josefsson <simon@josefsson.org>.
6264
6265 2008-02-06  Bruno Haible  <bruno@clisp.org>
6266
6267         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
6268         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
6269         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
6270         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
6271         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6272         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6273         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
6274         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
6275         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6276         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6277         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6278         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6279         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6280         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6281         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6282         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
6283         left-adjust flag.
6284         * tests/test-snprintf-posix.h (test_function): Likewise.
6285         * tests/test-sprintf-posix.h (test_function): Likewise.
6286         * tests/test-vasprintf-posix.c (test_function): Likewise.
6287         * doc/posix-functions/fprintf.texi: Update.
6288         * doc/posix-functions/printf.texi: Update.
6289         * doc/posix-functions/snprintf.texi: Update.
6290         * doc/posix-functions/sprintf.texi: Update.
6291         * doc/posix-functions/vfprintf.texi: Update.
6292         * doc/posix-functions/vprintf.texi: Update.
6293         * doc/posix-functions/vsnprintf.texi: Update.
6294         * doc/posix-functions/vsprintf.texi: Update.
6295         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6296
6297 2008-02-06  Bruno Haible  <bruno@clisp.org>
6298
6299         Fix bug introduced on 2008-01-26.
6300         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
6301
6302 2008-02-06  Bruno Haible  <bruno@clisp.org>
6303
6304         Fix bug introduced on 2007-06-10.
6305         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
6306         !NEED_PRINTF_FLAG_ZERO.
6307
6308 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
6309
6310         getloadavg: use libperfstat on AIX5
6311         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
6312
6313 2008-02-03  Bruno Haible  <bruno@clisp.org>
6314
6315         * lib/diffseq.h: Add comments about required #includes.
6316         Reported by Michael Biggs <gnulib@doubleplum.net>.
6317
6318 2008-02-01  Bruno Haible  <bruno@clisp.org>
6319
6320         * users.txt: Add gnuit.
6321
6322 2008-01-31  Bruno Haible  <bruno@clisp.org>
6323
6324         * lib/md4.c (set_uint32): Mark as inline.
6325         * lib/md5.c (set_uint32): Likewise.
6326         * lib/sha1.c (set_uint32): Likewise.
6327         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
6328         * m4/md5.m4 (gl_MD5): Likewise.
6329         * m4/sha1.m4 (gl_SHA1): Likewise.
6330
6331 2008-01-31  Jim Meyering  <meyering@redhat.com>
6332
6333         Use "sizeof VAR", rather than a literal "4".
6334         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
6335         * lib/md4.c (md4_read_ctx): Likewise.
6336         * lib/sha1.c (sha1_read_ctx): Likewise.
6337
6338 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6339
6340         * tests/test-sha1.c: New file, based on test-md5.c.
6341
6342         * modules/crypto/sha1-tests: New file.
6343
6344 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6345
6346         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
6347
6348 2008-01-31  Jim Meyering  <meyering@redhat.com>
6349
6350         Prefer "sizeof v" over the equivalent "4".
6351         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
6352         * lib/md5.c (set_uint32): Likewise.
6353         * lib/sha1.c (set_uint32): Likewise.
6354
6355 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6356
6357         * lib/sha1.c (set_uint32): Mark function as static.
6358
6359 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6360
6361         md2: clarify comments to say that alignment is not required.
6362         * lib/md2.h: Remove warning about alignment in comment.
6363         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
6364         never been required.
6365
6366 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6367
6368         md4: adapt alignment constraint fix from sha1.
6369         * lib/md4.c (set_uint32): New function, from sha1.c
6370         (md4_read_ctx): Use it.
6371         (md4_finish_ctx): Doc fix.
6372         * lib/md4.h: Doc fix.
6373
6374 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6375
6376         md5: adapt alignment constraint fix from sha1.
6377         * lib/md5.c (set_uint32): New function, from sha1.c
6378         (md5_read_ctx): Use it.
6379         (md5_finish_ctx): Doc fix.
6380         * lib/md5.h: Doc fix.
6381
6382 2008-01-30  Peter Palfrader  <weasel@debian.org>
6383
6384         sha1: remove the result buffer alignment constraint
6385         * lib/sha1.c (set_uint32): New function.
6386         (sha1_read_ctx): Rewrite to remove the result buffer alignment
6387         constraint.
6388         (sha1_finish_ctx): Remove comment warning about alignment constraint.
6389         * lib/sha1.h: Likewise.
6390
6391 2008-01-30  Andreas Schwab  <schwab@suse.de>
6392             Bruno Haible  <bruno@clisp.org>
6393
6394         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
6395         correct definition of LDBL_MIN_EXP.
6396
6397 2008-01-30  Karl Berry  <karl@gnu.org>
6398
6399         * config/srclist-update: try to preserve x bit on updates.
6400         * config/srclistvars.sh: update for karl.
6401
6402 2008-01-29  Jim Meyering  <meyering@redhat.com>
6403
6404         vasnprintf.c: Avoid warning about unused label
6405         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
6406         "overflow" label definition and associated code with the
6407         same cpp condition that guards the sole use of that label.
6408
6409 2008-01-26  Bruno Haible  <bruno@clisp.org>
6410
6411         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
6412         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
6413         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
6414         * lib/isnanl-nolibm.h (isnanl): Likewise.
6415         Reported by Paul Eggert <eggert@cs.ucla.edu>.
6416
6417 2008-01-26  Bruno Haible  <bruno@clisp.org>
6418
6419         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
6420         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
6421
6422 2008-01-26  Bruno Haible  <bruno@clisp.org>
6423
6424         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
6425         GCC >= 4.0 built-in.
6426         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
6427
6428 2008-01-26  Bruno Haible  <bruno@clisp.org>
6429
6430         Rename isnan, applicable to 'double' only, to isnand.
6431         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
6432         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
6433         (configure.ac): Update.
6434         (Include): Replace "isnan.h" with "isnand.h".
6435         * m4/isnand.m4: Renamed from m4/isnan.m4.
6436         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
6437         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
6438         instead of isnan.c.
6439         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
6440         instead of HAVE_ISNAN_IN_LIBC.
6441         (isnand): Renamed from isnan.
6442         * lib/isnand.c: New file.
6443         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
6444         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
6445         (Makefile.am): Update.
6446         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
6447         Include isnand.h instead of isnan.h.
6448         (main): Test isnand instead of isnan.
6449         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
6450         isnan-nolibm.
6451         * modules/frexp (Depends-on): Likewise.
6452         * modules/frexp-tests (Depends-on): Likewise.
6453         * modules/frexp-nolibm (Depends-on): Likewise.
6454         * modules/frexp-nolibm-tests (Depends-on): Likewise.
6455         * modules/isfinite (Depends-on): Likewise.
6456         * modules/round-tests (Depends-on): Likewise.
6457         * modules/signbit (Depends-on): Likewise.
6458         * modules/signbit-tests (Depends-on): Likewise.
6459         * modules/snprintf-posix (Depends-on): Likewise.
6460         * modules/sprintf-posix (Depends-on): Likewise.
6461         * modules/trunc-tests (Depends-on): Likewise.
6462         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6463         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6464         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6465         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6466         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6467         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6468         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6469         * modules/vasnprintf-posix (Depends-on): Likewise.
6470         * modules/vasprintf-posix (Depends-on): Likewise.
6471         * modules/vfprintf-posix (Depends-on): Likewise.
6472         * modules/vsnprintf-posix (Depends-on): Likewise.
6473         * modules/vsprintf-posix (Depends-on): Likewise.
6474         * lib/frexp.c: Include isnand.h instead of isnan.h.
6475         (ISNAN): Set to isnand instead of isnan.
6476         * lib/isfinite.c: Include isnand.h instead of isnan.h.
6477         (gl_isfinited): Use isnand instead of isnan.
6478         * lib/signbitd.c: Include isnand.h instead of isnan.h.
6479         (gl_signbitd): Use isnand instead of isnan.
6480         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
6481         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
6482         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
6483         (main): Use isnand instead of isnan.
6484         * tests/test-round1.c: Include isnand.h.
6485         (main): Use isnand instead of isnan.
6486         * tests/test-round2.c: Include isnand.h instead of isnan.h.
6487         (ISNAN): Set to isnand instead of isnan.
6488         * tests/test-trunc1.c: Include isnand.h.
6489         (main): Use isnand instead of isnan.
6490         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
6491         (equal): Use isnand instead of isnan.
6492         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
6493         isnand-nolibm.
6494         * NEWS: Mention the change.
6495
6496 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6497             Bruno Haible  <bruno@clisp.org>
6498
6499         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
6500         the GCC builtins for signbits are present and set
6501         REPLACE_SIGNBIT_USING_GCC if so.
6502         * lib/math.in.h (signbit): Define using GCC builtins if
6503         REPLACE_SIGNBIT_USING_GCC is set.
6504         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
6505         REPLACE_SIGNBIT_USING_GCC.
6506         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
6507
6508 2008-01-25  Jim Meyering  <meyering@redhat.com>
6509
6510         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
6511         * lib/poll.c: Include <config.h>, not "config.h".
6512         * tests/test-getaddrinfo.c: Likewise.
6513
6514 2008-01-25  Simon Josefsson  <simon@josefsson.org>
6515
6516         * modules/sockets-tests: New file.
6517
6518 2008-01-24  Simon Josefsson  <simon@josefsson.org>
6519
6520         * modules/sockets: New module, can be used to call WSA_Startup and
6521         WSA_Cleanup when needed.
6522
6523         * lib/sockets.h, lib/sockets.c: New files.
6524
6525         * m4/sockets.m4: New file.
6526
6527         * tests/test-sockets.c: New file.
6528
6529 2008-01-19  Bruno Haible  <bruno@clisp.org>
6530
6531         * doc/posix-headers: Renamed from doc/headers.
6532         * doc/posix-functions: Renamed from doc/functions.
6533         * doc/gnulib.texi: Update.
6534
6535 2008-01-19  Bruno Haible  <bruno@clisp.org>
6536
6537         * doc/glibc-functions/strcasestr.texi: Include contents of
6538         doc/functions/strcasestr.texi, fixing the list of platforms.
6539         * doc/functions/strcasestr.texi: Remove file.
6540
6541 2008-01-19  Bruno Haible  <bruno@clisp.org>
6542
6543         * doc/glibc-functions/memmem.texi: Include contents of
6544         doc/functions/memmem.texi.
6545         * doc/functions/memmem.texi: Remove file.
6546
6547 2008-01-18  Bruno Haible  <bruno@clisp.org>
6548
6549         * doc/glibc-functions/*.texi: New files.
6550         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
6551         to use the new files.
6552
6553 2008-01-17  Bruno Haible  <bruno@clisp.org>
6554
6555         * tests/test-gethostname.c (main): Fix printf statement.
6556
6557 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6558
6559         * modules/gethostname-tests: New file.
6560
6561         * tests/test-gethostname.c: New file.
6562
6563 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6564
6565         * lib/gethostname.c: Include string.h unconditionally, strncpy is
6566         used by the UNAME case.  Reported by Bruno Haible
6567         <bruno@clisp.org>.
6568
6569 2008-01-17  Eric Blake  <ebb9@byu.net>
6570
6571         Convert c-strcasestr to be more efficient.
6572         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
6573         (Depends-on): Add c-strcase, remove malloca, strnlen.
6574         * tests/test-c-strcasestr.c (main): Enhance test.
6575         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
6576
6577 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6578
6579         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
6580         Use it in creating po/Makevars.
6581
6582 2008-01-15  Simon Josefsson  <simon@josefsson.org>
6583
6584         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
6585         Applications that requires it should initialize libgcrypt
6586         manually.
6587
6588 2008-01-16  Simon Josefsson  <simon@josefsson.org>
6589
6590         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
6591
6592 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
6593
6594         Fix problem with getdate on mingw32 reported by Simon Josefsson
6595         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
6596         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
6597         tzname", when deciding whether to declare tzname.
6598         * lib/strftime.c (tzname): Likewise.
6599
6600 2008-01-15  Bruno Haible  <bruno@clisp.org>
6601
6602         Work around a MacOS X 10.5 bug in frexpl().
6603         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
6604         * doc/functions/frexpl.texi: Document the bug.
6605         Reported by Elias Pipping <pipping@gentoo.org>.
6606
6607 2008-01-14  Eric Blake  <ebb9@byu.net>
6608
6609         Touch up previous patch.
6610         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
6611         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
6612
6613         Convert strcasestr module to use Two-Way algorithm.
6614         * modules/strcasestr-simple: New module, based on the old
6615         strcasestr, but with Two-Way rather than KMP.
6616         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
6617         * lib/string.in.h (rpl_strcasestr): Declare.
6618         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
6619         performance.
6620         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
6621         * modules/string (Makefile.am): Support strcasestr.
6622         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
6623         * modules/strcasestr-tests (Depends-on): Check for alarm.
6624         * tests/test-strcasestr.c: Augment test.
6625         * lib/str-two-way.h: Clean up stray macro.
6626         * NEWS: Document new module.
6627         * MODULES.html.sh (string handling): Likewise.
6628         * doc/functions/strcasestr.texi: New file.
6629         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
6630         here, since it is not a POSIX function.
6631
6632 2008-01-14  Colin Watson  <cjwatson@debian.org>
6633             Bruno Haible  <bruno@clisp.org>
6634
6635         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
6636         works fine; if not, set REPLACE_STRSIGNAL.
6637         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
6638         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6639         REPLACE_STRSIGNAL.
6640         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
6641         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
6642         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
6643
6644 2008-01-14  Bruno Haible  <bruno@clisp.org>
6645
6646         * modules/strsignal (Include): Change to <string.h>.
6647
6648 2008-01-14  Colin Watson  <cjwatson@debian.org>
6649
6650         * modules/argp (Notice): Add a notice recommending to change
6651         XGETTEXT_OPTIONS.
6652         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
6653
6654 2008-01-13  Colin Watson  <cjwatson@debian.org>
6655
6656         * modules/strsignal-tests: New file.
6657         * tests/test-strsignal.c: New file.
6658
6659         * lib/strsignal.c: New file, from glibc with modifications.
6660         * lib/siglist.h: New file, from glibc with modifications.
6661         * lib/string.in.h (strsignal): New declaration.
6662         * m4/strsignal.m4: New file.
6663         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6664         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
6665         * modules/strsignal: New file.
6666         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
6667         HAVE_DECL_STRSIGNAL.
6668
6669 2008-01-13  Bruno Haible  <bruno@clisp.org>
6670
6671         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
6672         locale encoding is not ASCII. Needed for OpenBSD 4.0.
6673         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6674         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6675
6676 2008-01-13  Bruno Haible  <bruno@clisp.org>
6677
6678         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
6679         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
6680         * lib/argp.h (__attribute__): Likewise.
6681         * lib/c-stack.c (__attribute__): Likewise.
6682         * lib/error.h (__attribute__): Likewise.
6683         * lib/fts.c (__attribute__): Likewise.
6684         * lib/openat.h (__attribute__): Likewise.
6685         * lib/stdio.in.h (__attribute__): Likewise.
6686         * lib/string.in.h (__attribute__): Likewise.
6687         * lib/utimens.c (__attribute__): Likewise.
6688         * lib/vasnprintf.h (__attribute__): Likewise.
6689         * lib/xalloc.h (__attribute__): Likewise.
6690         * lib/xprintf.h (__attribute__): Likewise.
6691         * lib/xstrtol.h (__attribute__): Likewise.
6692         * lib/xvasprintf.h (__attribute__): Likewise.
6693
6694 2008-01-12  Bruno Haible  <bruno@clisp.org>
6695
6696         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
6697         * doc/glibc-headers/a.out.texi: New file.
6698         * doc/glibc-headers/aliases.texi: New file.
6699         * doc/glibc-headers/alloca.texi: New file.
6700         * doc/glibc-headers/ar.texi: New file.
6701         * doc/glibc-headers/argp.texi: New file.
6702         * doc/glibc-headers/argz.texi: New file.
6703         * doc/glibc-headers/byteswap.texi: New file.
6704         * doc/glibc-headers/crypt.texi: New file.
6705         * doc/glibc-headers/endian.texi: New file.
6706         * doc/glibc-headers/envz.texi: New file.
6707         * doc/glibc-headers/err.texi: New file.
6708         * doc/glibc-headers/error.texi: New file.
6709         * doc/glibc-headers/execinfo.texi: New file.
6710         * doc/glibc-headers/fpu_control.texi: New file.
6711         * doc/glibc-headers/fstab.texi: New file.
6712         * doc/glibc-headers/fts.texi: New file.
6713         * doc/glibc-headers/getopt.texi: New file.
6714         * doc/glibc-headers/ieee754.texi: New file.
6715         * doc/glibc-headers/ifaddrs.texi: New file.
6716         * doc/glibc-headers/libintl.texi: New file.
6717         * doc/glibc-headers/mcheck.texi: New file.
6718         * doc/glibc-headers/mntent.texi: New file.
6719         * doc/glibc-headers/obstack.texi: New file.
6720         * doc/glibc-headers/paths.texi: New file.
6721         * doc/glibc-headers/printf.texi: New file.
6722         * doc/glibc-headers/pty.texi: New file.
6723         * doc/glibc-headers/resolv.texi: New file.
6724         * doc/glibc-headers/shadow.texi: New file.
6725         * doc/glibc-headers/sysexits.texi: New file.
6726         * doc/glibc-headers/ttyent.texi: New file.
6727
6728 2008-01-12  Jim Meyering  <meyering@redhat.com>
6729
6730         announce-gen: emit Gnulib's git-based version string.
6731         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
6732         New option --gnulib-version=V, where V is expected to be
6733         the output of running git describe in the gnulib directory.
6734         (get_tool_versions): Request feedback on xdelta.  I suspect it's
6735         not useful, and plan to stop publishing an xdelta file with each
6736         coreutils release.
6737
6738         * build-aux/announce-gen: Also check for lzma-compressed files.
6739
6740 2008-01-11  Bruno Haible  <bruno@clisp.org>
6741
6742         * tests/test-memmem.c (main): Increase maximum allowed time.
6743         * tests/test-strstr.c (main): Likewise.
6744
6745 2008-01-11  Bruno Haible  <bruno@clisp.org>
6746
6747         * doc/functions/memmem.texi: Add more precisions about platforms.
6748         * doc/functions/strstr.texi: Likewise.
6749
6750 2008-01-10  Eric Blake  <ebb9@byu.net>
6751
6752         * m4/strstr.m4: Delete cruft from copy-n-paste.
6753         Reported by Bruno Haible.
6754
6755 2008-01-10  Bruno Haible  <bruno@clisp.org>
6756
6757         Make c-strstr rely on strstr.
6758         * lib/c-strstr.c: Don't include str-kmp.h.
6759         (c_strstr): Define in terms of strstr.
6760         * modules/c-strstr (Files): Remove lib/str-kmp.h.
6761         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
6762
6763 2008-01-10  Bruno Haible  <bruno@clisp.org>
6764
6765         * doc/gnulib.texi (String Functions in C Locale): New section.
6766         * doc/c-ctype.texi: New file.
6767         * doc/c-strcase.texi: New file.
6768         * doc/c-strcaseeq.texi: New file.
6769         * doc/c-strcasestr.texi: New file.
6770         * doc/c-strstr.texi: New file.
6771         * doc/c-strtod.texi: New file.
6772         * doc/c-strtold.texi: New file.
6773
6774 2008-01-10  Eric Blake  <ebb9@byu.net>
6775
6776         * lib/relocatable.h: Fix a comment.
6777
6778 2008-01-10  Eric Blake  <ebb9@byu.net>
6779
6780         Share two-way algorithm.
6781         * lib/str-two-way.h: New file, merged from...
6782         * lib/memmem.c: ...here...
6783         * lib/strstr.c: ...and here.
6784         * modules/memmem (Files): Use it.
6785         * modules/strstr (Files): Likewise.
6786
6787         Avoid quadratic strstr implementations.
6788         * lib/strstr.c: New file.
6789         * m4/strstr.m4: Likewise.
6790         * modules/strstr: Likewise.
6791         * modules/strstr-tests: Likewise.
6792         * tests/test-strstr.c: Likewise.
6793         * lib/string.in.h (rpl_strstr): Declare.
6794         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
6795         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
6796         * modules/string (Makefile.am): Likewise.
6797         * MODULES.html.sh (string handling): Mention new module.
6798         * doc/functions/strstr.texi (strstr): Document the bug.
6799
6800 2008-01-10  Bruno Haible  <bruno@clisp.org>
6801
6802         * lib/relocatable.h (relocate): State whether result is freshly
6803         allocated or not.
6804         * lib/relocatable.c (relocate): Return a freshly allocated string
6805         instead of a pointer to a privately held string.
6806         Reported by Sylvain Beucler <beuc@gnu.org>.
6807
6808 2008-01-10  Colin Watson  <cjwatson@debian.org>
6809
6810         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
6811         s/S_ISNLK/S_ISLNK/.
6812
6813 2008-01-09  Bruno Haible  <bruno@clisp.org>
6814
6815         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
6816         and other files.
6817         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
6818         if it's only a guess.
6819         * modules/memmem: Simplify by depending on memmem-simple.
6820
6821 2008-01-09  Bruno Haible  <bruno@clisp.org>
6822
6823         Work around OpenBSD 4.0 tdelete() bug.
6824         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
6825         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
6826         macros and don't redefine the enum values.
6827         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
6828         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
6829         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
6830
6831 2008-01-09  Bruno Haible  <bruno@clisp.org>
6832
6833         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
6834         (main): Don't perform the tests if setlocale did not install a UTF-8
6835         locale. Needed on OpenBSD 4.0.
6836         * modules/wcwidth-tests (Depends-on): Add localcharset.
6837
6838 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6839
6840         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
6841         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
6842         * NEWS: announce this.
6843         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
6844
6845 2008-01-09  Simon Josefsson  <simon@josefsson.org>
6846         and Eric Blake  <ebb9@byu.net>
6847
6848         Add memmem-simple module.
6849         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
6850         (gl_FUNC_MEMMEM): Separate performance from presence checks.
6851         * modules/memmem-simple: New file.
6852         * modules/memmem (Description): Tweak.
6853         * MODULES.html.sh (string handling): Mention new module.
6854         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
6855         addressed by memmem-simple.
6856         * NEWS: Document the difference.
6857
6858 2008-01-09  Eric Blake  <ebb9@byu.net>
6859
6860         Give gcc some memmem optimization hints.
6861         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
6862         (strcasestr): Declare as pure.
6863         * modules/memmem (Maintainer): Claim my implementation.
6864
6865 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6866
6867         Support AIX 6.1 and higher.
6868         * build-aux/config.libpath: Likewise.
6869         * build-aux/config.rpath: Likewise.
6870
6871 2008-01-08  Jim Meyering  <meyering@redhat.com>
6872             Bruno Haible  <bruno@clisp.org>
6873
6874         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
6875         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
6876         Reported by Peter Fales in
6877         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
6878
6879 2008-01-08  Bruno Haible  <bruno@clisp.org>
6880
6881         * modules/unictype/category-of (Depends-on): Add
6882         unictype/category-none.
6883         * modules/unictype/category-and-tests (Depends-on): Add
6884         unictype/category-{L,N,Lu,Nd}.
6885         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
6886         * modules/unictype/category-or-tests (Depends-on): Add
6887         unictype/category-{L,N}.
6888         * modules/unictype/category-name-tests (Depends-on): Add
6889         unictype/category-{Z,Nl}.
6890         Reported by Simon Josefsson.
6891
6892 2008-01-08  Bruno Haible  <bruno@clisp.org>
6893
6894         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
6895         convention better.
6896         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
6897         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
6898         Reported by Peter Miller <millerp@canb.auug.org.au>.
6899
6900 2008-01-08  Eric Blake  <ebb9@byu.net>
6901
6902         Rewrite memmem to guarantee linear complexity without malloc.
6903         * lib/memmem.c (memmem): Use Two-Way rather than
6904         Knuth-Morris-Pratt, to allow O(1) space usage.
6905         (critical_factorization, two_way_short_needle)
6906         (two_way_long_needle): New functions.
6907         (knuth_morris_pratt): Delete.
6908         * modules/memmem (Depends-on): No longer need malloca or stdbool.
6909         Add stdint.
6910         * tests/test-memmem.c (main): Add tests for periodic needle and
6911         sublinear performance.
6912         * doc/functions/memmem.texi (memmem): Document other deficiencies
6913         in cygwin and older glibc.
6914
6915 2008-01-08  Bruno Haible  <bruno@clisp.org>
6916
6917         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
6918         augmentation.
6919
6920 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
6921
6922         Add a configure time option: --disable-acl.
6923         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
6924         AC_ARG_ENABLE(acl).
6925
6926 2008-01-06  Simon Josefsson  <simon@josefsson.org>
6927
6928         * tests/test-localename.c: Don't include obsolete "setenv.h".
6929
6930         * modules/localename-tests (Depends-on): Need unsetenv.
6931
6932 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6933
6934         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
6935
6936 2008-01-06  Colin Watson  <cjwatson@debian.org>
6937
6938         * users.txt: Add man-db.
6939
6940 2008-01-07  Bruno Haible  <bruno@clisp.org>
6941
6942         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
6943         previous section name.
6944
6945 2008-01-07  Bruno Haible  <bruno@clisp.org>
6946
6947         * lib/progname.c (set_program_name): Don't strip off a leading
6948         "lt-" prefix outside a .libs directory.
6949         Suggested by Paul Eggert.
6950
6951 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
6952             Bruno Haible  <bruno@clisp.org>
6953
6954         Improve memory cleanup in 'relocatable' module.
6955         * lib/relocatable.h (compute_curr_prefix): Change return type to
6956         'char *'.
6957         * lib/relocatable.c (compute_curr_prefix): Change return type to
6958         'char *'. Free curr_installdir after use.
6959         (relocate): Free curr_prefix_better after use.
6960         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
6961
6962 2008-01-01  Bruno Haible  <bruno@clisp.org>
6963
6964         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
6965         failure on older glibc systems.
6966         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6967
6968 2008-01-05  Eric Blake  <ebb9@byu.net>
6969
6970         Avoid quadratic system memmem.
6971         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
6972         Reported by Ralf Wildenhues.
6973
6974         Fix memmem test for mingw.
6975         * modules/memmem-tests (configure.ac): Check for alarm.
6976         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
6977         it.
6978         * doc/functions/memmem.texi: New file.
6979         * doc/gnulib.texi (Function Substitutes): Add memmem.
6980         Reported by Bruno Haible.
6981
6982 2008-01-04  Bruno Haible  <bruno@clisp.org>
6983
6984         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
6985         Require gl_HEADER_STRINGS_H_DEFAULTS, not
6986         gl_HEADER_STRING_H_DEFAULTS.
6987
6988 2008-01-04  Eric Blake  <ebb9@byu.net>
6989
6990         Shorten duration of memmem test.
6991         * tests/test-memmem.c (main): Use alarm to declare failure if test
6992         is taking too long.
6993         Reported by Ralf Wildenhues.
6994
6995 2007-12-21  Simon Josefsson  <simon@josefsson.org>
6996
6997         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
6998         string, needed by strerror.
6999
7000 2008-01-03  Colin Watson  <cjwatson@debian.org>
7001             Bruno Haible  <bruno@clisp.org>
7002
7003         * doc/gnulib-tool.texi (Localization): New section.
7004
7005 2008-01-02  Bruno Haible  <bruno@clisp.org>
7006
7007         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
7008         variables to 'unsigned char *' type.
7009         Reported by Paul Eggert.
7010
7011 2008-01-02  Jim Meyering  <jim@meyering.net>
7012
7013         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
7014
7015 2007-12-31  Jim Meyering  <jim@meyering.net>
7016
7017         Avoid use of private FTS type name.
7018         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
7019
7020 2007-12-30  Karl Berry  <karl@gnu.org>
7021
7022         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
7023         work around defect in Texinfo and/or the standalone Info browser.
7024
7025 2007-12-30  Bruno Haible  <bruno@clisp.org>
7026
7027         Unify 5 copies of the KMP code.
7028         * lib/str-kmp.h: New file.
7029         * lib/c-strcasestr.c: Include str-kmp.h.
7030         (knuth_morris_pratt): Remove function.
7031         (c_strcasestr): Update.
7032         * lib/c-strstr.c: Include str-kmp.h.
7033         (knuth_morris_pratt): Remove function.
7034         (c_strcasestr): Update.
7035         * lib/mbscasestr.c: Include str-kmp.h.
7036         (knuth_morris_pratt_unibyte): Remove function.
7037         * lib/mbsstr.c: Include str-kmp.h.
7038         (knuth_morris_pratt_unibyte): Remove function.
7039         * lib/strcasestr.c: Include str-kmp.h.
7040         (knuth_morris_pratt): Remove function.
7041         (strcasestr): Update.
7042         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
7043         * modules/c-strstr (Files): Likewise.
7044         * modules/mbscasestr (Files): Likewise.
7045         * modules/mbsstr (Files): Likewise.
7046         * modules/strcasestr (Files): Likewise.
7047         Suggested by Paul Eggert.
7048
7049 2007-12-30  Bruno Haible  <bruno@clisp.org>
7050
7051         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
7052         defined.
7053
7054 2007-12-30  Bruno Haible  <bruno@clisp.org>
7055
7056         * lib/xmalloca.h: Include xalloc.h.
7057         (xnmalloca): New macro.
7058
7059 2007-12-30  Bruno Haible  <bruno@clisp.org>
7060
7061         * lib/malloca.h (nmalloca): New macro.
7062         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
7063         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
7064         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
7065         knuth_morris_pratt_multibyte): Likewise.
7066         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
7067         knuth_morris_pratt_multibyte): Likewise.
7068         * lib/memmem.c (knuth_morris_pratt): Likewise.
7069         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
7070
7071 2007-12-25  Bruno Haible  <bruno@clisp.org>
7072
7073         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
7074         * lib/glob.c: Don't include openat.h.
7075         (link_exists2_p): Add back the code that deals with the
7076         !GLOB_ALTDIRFUNC case.
7077         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
7078         let it do the filename concatenation.
7079         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
7080         * modules/glob (Depends-on): Remove openat.
7081
7082 2007-12-31  Bruno Haible  <bruno@clisp.org>
7083
7084         * modules/dirfd (License): Change to LGPLv2+.
7085         Approved by Jim Meyering.
7086
7087 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7088
7089         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
7090         when multiplying M by sizeof (size_t).
7091
7092 2007-12-10  Martin Lambers  <marlam@marlam.de>
7093
7094         Override getpagesize on mingw.
7095         * lib/getpagesize.c: New file.
7096         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
7097         * modules/getpagesize (Files): Add lib/getpagesize.c.
7098         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
7099         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7100         REPLACE_GETPAGESIZE.
7101         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
7102
7103 2007-12-25  Bruno Haible  <bruno@clisp.org>
7104
7105         * modules/localcharset (Notice): New field.
7106         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
7107         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
7108
7109 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7110             Bruno Haible  <bruno@clisp.org>
7111
7112         Avoid using the syntax symbol() in formatted documentation.
7113         * MODULES.html.sh (func_module): When replacing symbol() with a
7114         hyperlink, remove the parentheses. Show an error if some remain.
7115         Recognize and render the '...' syntax.
7116         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
7117         Rework. Add paragraph about GCC's inlining.
7118         * doc/alloca.texi: Likewise.
7119         * doc/error.texi: Remove parentheses from symbol reference.
7120         * doc/gnulib-intro.texi: Likewise.
7121         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
7122         * modules/fnmatch (Description): Reword to say "the ... function".
7123         * modules/full-read (Description): Likewise.
7124         * modules/full-write (Description): Likewise.
7125         * modules/safe-read (Description): Likewise.
7126         * modules/safe-write (Description): Likewise.
7127         * modules/strchrnul (Description): Likewise.
7128         * modules/trim (Description): Likewise.
7129         * modules/error (Description): Remove parentheses from symbol
7130         references.
7131         * modules/verror (Description): Likewise.
7132         Reported by Karl Berry.
7133
7134 2007-12-25  Bruno Haible  <bruno@clisp.org>
7135
7136         Fixup after 2007-10-16 commit.
7137         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
7138
7139 2007-12-24  Bruno Haible  <bruno@clisp.org>
7140
7141         Make --enable-relocatable work with DESTDIR.
7142         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
7143         to compute installdir from destprog.
7144         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
7145         also set the RELOC_DESTDIR variable.
7146         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7147
7148 2007-12-24  Bruno Haible  <bruno@clisp.org>
7149
7150         Fix link error due to xalloc_die().
7151         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
7152         of xreadlink.
7153         * lib/relocwrapper.c: Update comments.
7154         * build-aux/install-reloc: Remove xreadlink.c from file list.
7155         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
7156         xreadlink.c.
7157         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7158
7159 2007-12-24  Bruno Haible  <bruno@clisp.org>
7160
7161         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
7162         * lib/setenv.h: Remove file.
7163         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
7164         lib/setenv.h.
7165         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
7166         (Depends-on): Add stdlib.
7167         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
7168         gl_FUNC_UNSETENV.
7169         (Include): Replace setenv.h with <stdlib.h>.
7170         * modules/unsetenv: New file.
7171         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
7172         * lib/unsetenv.c: Include <stdlib.h> first.
7173         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
7174         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
7175         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
7176         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
7177         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
7178         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
7179         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
7180         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
7181         * doc/functions/unsetenv.texi: Update.
7182         * modules/xsetenv (Depends-on): Add unsetenv.
7183         * modules/getdate (Depends-on): Likewise.
7184         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
7185         * lib/xsetenv.c: Don't include setenv.h.
7186         * lib/getdate.y: Likewise.
7187         * lib/relocwrapper.c: Likewise.
7188         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
7189         (Depends-on): Add stdlib.
7190         * NEWS: Mention the changes.
7191         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7192
7193 2007-12-23  Bruno Haible  <bruno@clisp.org>
7194
7195         * lib/memmem.c (memmem): Use lowercase variable names. Tab
7196         indentation.
7197
7198 2007-12-23  Bruno Haible  <bruno@clisp.org>
7199
7200         * lib/c-strcasestr.c: Add more comments.
7201         * lib/c-strstr.c: Likewise.
7202         * lib/mbscasestr.c: Likewise.
7203         * lib/mbsstr.c: Likewise.
7204         * lib/strcasestr.c: Likewise.
7205         * lib/memmem.c: Likewise.
7206
7207 2007-12-23  Bruno Haible  <bruno@clisp.org>
7208
7209         * tests/test-memmem.c: Include <string.h> first.
7210
7211 2007-12-22  Bruno Haible  <bruno@clisp.org>
7212
7213         * gnulib-tool (func_create_testdir): Change $auxdir while generating
7214         the contents of $testsbase.
7215         Reported by Ralf Wildenhues.
7216
7217 2007-12-22  Bruno Haible  <bruno@clisp.org>
7218
7219         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
7220         two variables local_ldadd_before, local_ldadd_last.
7221
7222 2007-12-20  Eric Blake  <ebb9@byu.net>
7223
7224         Work around circular library issue when cross-compiling.
7225         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
7226         that progname.o does not need to pull in rpl_memcmp.
7227
7228 2007-12-19  Eric Blake  <ebb9@byu.net>
7229
7230         Fix memmem to avoid O(n^2) worst-case complexity.
7231         * lib/memmem.c (knuth_morris_pratt): New function.
7232         (memmem): Use it if first few naive iterations fail.
7233         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
7234         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
7235         * modules/memchr (License): Likewise.
7236         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
7237         malloca.
7238         * tests/test-memmem.c: Rewrite, borrowing ideas from
7239         test-mbsstr1.c; the old version wouldn't even compile!
7240         * modules/memmem-tests: New file.
7241         * lib/string.in.h (rpl_memmem): Add declaration.
7242         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
7243         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
7244         REPLACE_MEMMEM.
7245
7246 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7247
7248         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
7249         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
7250         before any system include files, and undef after them all.  This
7251         should fix a problem on VMS reported by John E. Malmberg in
7252         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
7253
7254 2007-12-17  Eric Blake  <ebb9@byu.net>
7255
7256         Revert addition of verify, for BSD/OS.
7257         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
7258         can't handle large files, for the sake of obsolete platforms.
7259         * modules/fseeko (Depends-on): Remove verify.
7260         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
7261         * doc/functions/ftello.texi (ftello): Likewise.
7262         * doc/functions/fgetpos.texi (fgetpos): Likewise.
7263         Reported by Larry Jones.
7264
7265 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
7266
7267         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
7268         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
7269
7270 2007-12-17  Jim Meyering  <meyering@redhat.com>
7271
7272         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
7273         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
7274         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
7275         * modules/getcwd (Depends-on): Add openat.
7276         Reported by Petr Salinger.
7277
7278 2007-12-17  Bruno Haible  <bruno@clisp.org>
7279
7280         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
7281         avoid a segmentation fault of the configure test on x86_64 systems.
7282
7283 2007-12-15  Jim Meyering  <meyering@redhat.com>
7284
7285         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
7286
7287 2007-12-13  Eric Blake  <ebb9@byu.net>
7288
7289         Another fseek test.
7290         * tests/test-fseek.c (main): Also test ungetc handling.
7291         * tests/test-fseeko.c (main): Likewise.
7292         * modules/fseeko (Depends-on): Add verify.
7293         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
7294         large.
7295         Reported by Larry Jones.
7296
7297         Fix fseeko on mingw.
7298         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
7299         seek.
7300
7301         Beef up fseek tests.
7302         * tests/test-fseek.c (main): Also test eof handling.
7303         * tests/test-fseeko.c (main): Likewise.
7304         Reported by Larry Jones.
7305
7306 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
7307
7308         Fix fseeko on BSD-based platforms.
7309         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
7310         successful seek.
7311
7312 2007-12-12  Eric Blake  <ebb9@byu.net>
7313
7314         Allow circular dependency of separate libtests.a
7315         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
7316         when use_libtests.
7317
7318 2007-12-11  Eric Blake  <ebb9@byu.net>
7319
7320         Fix bug with -0.0L in previous patch.
7321         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
7322         * tests/test-isnan.c (main): Also test on zeroes.
7323         * tests/test-isnanf.c (main): Likewise.
7324         * tests/test-isnanl.h (main): Likewise.
7325
7326         Detect pseudo-denormals on x86 even when cross-compiling.
7327         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
7328         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
7329         invalid bit patterns that happen to satisfy ==.
7330
7331         Avoid link failures with separate libtests.a.
7332         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
7333         last, to satisfy circular dependencies.
7334
7335 2007-12-11  Eric Blake  <ebb9@byu.net>
7336         and Bruno Haible  <bruno@clisp.org>
7337
7338         Fix OpenBSD 4.0 <float.h> handling of long double.
7339         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
7340         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
7341         * doc/headers/float.texi (float.h): Document OpenBSD bug.
7342
7343 2007-12-11  Jim Meyering  <meyering@redhat.com>
7344
7345         * users.txt: Add libvirt.
7346
7347         Support versions of autoconf prior to 2.59c.
7348         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
7349         if it is not already defined.
7350
7351 2007-12-09  Bruno Haible  <bruno@clisp.org>
7352
7353         Let 'gnulib-tool --import' collect sources needed for the tests in
7354         tests/ rather than in lib/.
7355         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
7356         argument. If true, add rules to generate libtests.a, and put libtests.a
7357         into $(LDADD). Consider source files in subdirectories and set
7358         uses_subdirs.
7359         (func_emit_initmacro_start, func_emit_initmacro_end,
7360         func_emit_initmacro_done): Pass all arguments explicitly.
7361         (func_import): Determine two module lists main_modules,
7362         testsrelated_modules. Determine use_libtests. Determine two variables
7363         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
7364         instead of just sed_transform_lib_file. Determine two variables
7365         main_files and testsrelated_files. Compute 'files' as the union of
7366         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
7367         func_add_or_update. In the generated gnulib-comp.m4, collect the
7368         object files for tests/ in different variables than those for lib/.
7369         Substitute LIBTESTS_LIBDEPS.
7370         (func_create_testdir): Combine the uses_subdirs results from
7371         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
7372
7373 2007-12-09  Bruno Haible  <bruno@clisp.org>
7374
7375         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
7376         the build-aux directory.
7377
7378 2007-12-09  Bruno Haible  <bruno@clisp.org>
7379
7380         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
7381         introduced on 2006-09-09.
7382
7383 2007-12-07  Jim Meyering  <meyering@redhat.com>
7384
7385         Let these macros work also with autoconf-2.59.
7386         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
7387         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
7388         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
7389
7390 2007-12-06  Jim Meyering  <meyering@redhat.com>
7391
7392         Avoid a configure-time syntax error in gl_FUNC_ACL.
7393         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
7394         function in each branch, before testing the cache variable.
7395
7396 2007-12-04  Eric Blake  <ebb9@byu.net>
7397
7398         Make scripts executable.
7399         * build-aux/config.guess: Add execute permissions.
7400         * build-aux/config.sub: Likewise.
7401         * build-aux/gendocs.sh: Likewise.
7402
7403         Fix frexp on mingw.
7404         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
7405         cross-compiling.
7406         * doc/functions/frexp.texi (frexp): Document the bug.
7407
7408         Make cygwin fseeko check more reliable.
7409         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
7410         version numbers, rather than unrelated feature check.
7411         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
7412         * doc/functions/ftello.texi (ftello): Likewise.
7413         Reported by Bruno Haible.
7414
7415         * m4/strerror.m4: Bump version number.
7416
7417 2007-12-03  Bruno Haible  <bruno@clisp.org>
7418
7419         * doc/functions/mprotect.texi: Mention the mingw problem.
7420
7421 2007-12-03  Eric Blake  <ebb9@byu.net>
7422
7423         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
7424         REPLACE_STRERROR is initialized before this macro.
7425
7426 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7427
7428         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
7429         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
7430         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
7431         put -lsec in even for programs other than 'ls'.  This fixes a problem
7432         for gettext reported by Bruno Haible in
7433         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
7434         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
7435         Add support for Solaris 10.  This isn't efficient, but should get the
7436         job done for now.
7437
7438 2007-12-03  James Youngman  <jay@gnu.org>
7439
7440         * doc/regexprops-generic.texi: change "an close-group" to "a
7441         close-group" and "illegal" to "not allowed".
7442
7443 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7444
7445         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
7446         pr_byname.h. Needed for the rare case when the maintainer has done
7447         "make maintainer-clean" in the source directory and then attempts a
7448         build outside the source directory.
7449         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
7450         scripts_byname.h.
7451
7452 2007-12-02  Martin Lambers <marlam@marlam.de>
7453             Bruno Haible  <bruno@clisp.org>
7454
7455         * lib/getpagesize.h: Remove file.
7456         * lib/unistd.in.h: Include declaration of getpagesize here.
7457         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
7458         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
7459         HAVE_SYS_PARAM_H.
7460         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
7461         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
7462         * modules/getpagesize (Files): Remove lib/getpagesize.h.
7463         (Depends-on): Add unistd.
7464         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7465         (Include): Use <unistd.h> instead of getpagesize.h.
7466         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
7467         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
7468         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
7469         gl_GETPAGESIZE invocation, already handled by module dependency.
7470         * lib/pagealign_alloc.c: Don't include getpagesize.h.
7471
7472 2007-12-02  Bruno Haible  <bruno@clisp.org>
7473
7474         * modules/strings-tests: New file.
7475         * tests/test-strings.c: New file.
7476
7477         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
7478         * lib/strings.in.h: New file.
7479         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
7480         * m4/strings_h.m4: New file.
7481         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
7482         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
7483         * modules/strings: New file.
7484         * modules/string (Makefile.am): Update.
7485         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
7486         Reported by Karl Berry.
7487
7488 2007-12-01  Eric Blake  <ebb9@byu.net>
7489
7490         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
7491         accomodate fix in cygwin 1.5.25.
7492
7493 2007-12-01  Jim Meyering  <meyering@redhat.com>
7494
7495         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
7496         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7497         that would inhibit utf8-optimization of a regexp containing line-
7498         or buffer-anchors, e.g., `^', `$'.
7499
7500 2007-11-30  Bruno Haible  <bruno@clisp.org>
7501
7502         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
7503         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
7504         glthread_recursive_lock_init.
7505         * lib/lock.c (glthread_recursive_lock_init)
7506         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
7507         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7508
7509 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
7510
7511         New function qset_acl, like set_acl but with syscall semantics.
7512         * lib/acl.h (qset_acl): New decl.
7513         * lib/acl.c (qset_acl): New function.
7514         (set_acl): Use new function.  Use more-consistent diagnostics.
7515
7516 2007-11-28  Jim Meyering  <meyering@redhat.com>
7517
7518         * modules/physmem (License): Change from GPL to LGPLv2+.
7519
7520 2007-11-26  Bruno Haible  <bruno@clisp.org>
7521
7522         * lib/vasnprintf.c (decode_long_double): Don't abort if the
7523         'long double' type has excess precision.
7524         Reported by Jim Meyering in
7525         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
7526
7527 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7528
7529         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
7530         Sync from <http://gnu.org/licenses>.
7531         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
7532         with license text from same location.
7533         * doc/maintain.texi, doc/standards.texi:  Sync from
7534         <http://savannah.gnu.org/projects/gnustandards>.
7535
7536 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
7537         and Jim Meyering  <meyering@redhat.com>
7538
7539         Adjust getdate' grammar to accept a slightly more regular language.
7540         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
7541         Before, the former was rejected.
7542         * lib/getdate.y (digits_to_date_time): New function, factored
7543         out of ...
7544         (number): ...here.  Just call digits_to_date_time.
7545         (hybrid): New non-terminal to handle an <unsigned number,
7546         signed relative offset> sequence consistently.
7547
7548 2007-11-18  Jim Meyering  <meyering@redhat.com>
7549
7550         Pull my changes from coreutils:
7551         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
7552         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
7553         use of $gnulib_tool_option_extras, so that it's separated from the
7554         preceding argument.
7555
7556         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
7557         * build-aux/bootstrap (cp_mark_as_generated): Create any required
7558         parent destination directories before copying a file into place.
7559
7560 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7561
7562         bootstrap: work also with 4-argument variant of AC_INIT
7563         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
7564
7565 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7566
7567         Port test-getaddrinfo to Solaris.
7568         Problem reported by Bruno Haible in
7569         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
7570         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
7571         explanation of setting 'hints'.
7572         Don't reject an implementation merely because it returns EAI_SERVICE.
7573         (EAI_SERVICE): Define to 0 if not defined.
7574
7575 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
7576
7577         The license of gnu-make and posix-shell is now "GPLed build tool".
7578         * modules/gnu-make (License): Likewise.
7579         * modules/posix-shell (License): Likewise.
7580
7581         New module posix-shell, for determining a POSIX shell
7582         or perhaps something that is close enough to a POSIX shell.
7583         * m4/posix-shell.m4: New file.
7584         * modules/posix-shell: New file.
7585
7586         * MODULES.html.sh: Mention new module.
7587
7588         New module gnu-make, for determining whether we're using GNU Make.
7589         * m4/gnu-make.m4: New file.
7590         * modules/gnu-make: New file.
7591         * MODULES.html.sh: Mention new module.
7592
7593 2007-11-14  Jim Meyering  <meyering@redhat.com>
7594
7595         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
7596         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
7597         use this macro to create a function _definition_.
7598         Remove useless "#undef ARGMATCH_DIE".
7599
7600 2007-11-14  Bruno Haible  <bruno@clisp.org>
7601
7602         * lib/config.charset: Update for OpenBSD 4.1.
7603         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
7604
7605 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
7606
7607         Document 64-bit #if problems in stdint.texi.
7608         * doc/headers/stdint.texi (stdint.h): Mention problems with
7609         64-bit-#if, and how to work around them.
7610
7611         Don't insist on 'long long int' support in the preprocessor.  It
7612         breaks too many things.  For example, PRIdMAX still uses a 'long
7613         long int' format with the latest Sun compiler, even though
7614         HAVE_LONG_LONG_INT isn't defined due to that compiler's
7615         preprocessor problem.  This causes the latest coreutils to dump
7616         core on Solaris 10 sparc with the Sun C compiler.
7617         Instead, fix the 2007-10-16 problem in a different way, by evaluating
7618         the troublesome expressions at configure-time, not at #if-time.
7619         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
7620         preprocessor.
7621         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
7622         compile-time C checks, done at 'configure'-time.
7623         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
7624         * modules/inttypes (Makefile): Substitute the new symbols that
7625         gl_INTTYPES_H now generates.
7626         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
7627
7628 2007-11-12  Bruno Haible  <bruno@clisp.org>
7629
7630         Tests for Unicode character classification functions.
7631
7632         * modules/unictype/bidicategory-byname-tests: New file.
7633         * modules/unictype/bidicategory-name-tests: New file.
7634         * modules/unictype/bidicategory-of-tests: New file.
7635         * modules/unictype/bidicategory-test-tests: New file.
7636         * modules/unictype/block-list-tests: New file.
7637         * modules/unictype/block-of-tests: New file.
7638         * modules/unictype/block-test-tests: New file.
7639         * modules/unictype/category-C-tests: New file.
7640         * modules/unictype/category-Cc-tests: New file.
7641         * modules/unictype/category-Cf-tests: New file.
7642         * modules/unictype/category-Cn-tests: New file.
7643         * modules/unictype/category-Co-tests: New file.
7644         * modules/unictype/category-Cs-tests: New file.
7645         * modules/unictype/category-L-tests: New file.
7646         * modules/unictype/category-Ll-tests: New file.
7647         * modules/unictype/category-Lm-tests: New file.
7648         * modules/unictype/category-Lo-tests: New file.
7649         * modules/unictype/category-Lt-tests: New file.
7650         * modules/unictype/category-Lu-tests: New file.
7651         * modules/unictype/category-M-tests: New file.
7652         * modules/unictype/category-Mc-tests: New file.
7653         * modules/unictype/category-Me-tests: New file.
7654         * modules/unictype/category-Mn-tests: New file.
7655         * modules/unictype/category-N-tests: New file.
7656         * modules/unictype/category-Nd-tests: New file.
7657         * modules/unictype/category-Nl-tests: New file.
7658         * modules/unictype/category-No-tests: New file.
7659         * modules/unictype/category-P-tests: New file.
7660         * modules/unictype/category-Pc-tests: New file.
7661         * modules/unictype/category-Pd-tests: New file.
7662         * modules/unictype/category-Pe-tests: New file.
7663         * modules/unictype/category-Pf-tests: New file.
7664         * modules/unictype/category-Pi-tests: New file.
7665         * modules/unictype/category-Po-tests: New file.
7666         * modules/unictype/category-Ps-tests: New file.
7667         * modules/unictype/category-S-tests: New file.
7668         * modules/unictype/category-Sc-tests: New file.
7669         * modules/unictype/category-Sk-tests: New file.
7670         * modules/unictype/category-Sm-tests: New file.
7671         * modules/unictype/category-So-tests: New file.
7672         * modules/unictype/category-Z-tests: New file.
7673         * modules/unictype/category-Zl-tests: New file.
7674         * modules/unictype/category-Zp-tests: New file.
7675         * modules/unictype/category-Zs-tests: New file.
7676         * modules/unictype/category-and-not-tests: New file.
7677         * modules/unictype/category-and-tests: New file.
7678         * modules/unictype/category-byname-tests: New file.
7679         * modules/unictype/category-name-tests: New file.
7680         * modules/unictype/category-none-tests: New file.
7681         * modules/unictype/category-of-tests: New file.
7682         * modules/unictype/category-or-tests: New file.
7683         * modules/unictype/category-test-withtable-tests: New file.
7684         * modules/unictype/combining-class-tests: New file.
7685         * modules/unictype/ctype-alnum-tests: New file.
7686         * modules/unictype/ctype-alpha-tests: New file.
7687         * modules/unictype/ctype-blank-tests: New file.
7688         * modules/unictype/ctype-cntrl-tests: New file.
7689         * modules/unictype/ctype-digit-tests: New file.
7690         * modules/unictype/ctype-graph-tests: New file.
7691         * modules/unictype/ctype-lower-tests: New file.
7692         * modules/unictype/ctype-print-tests: New file.
7693         * modules/unictype/ctype-punct-tests: New file.
7694         * modules/unictype/ctype-space-tests: New file.
7695         * modules/unictype/ctype-upper-tests: New file.
7696         * modules/unictype/ctype-xdigit-tests: New file.
7697         * modules/unictype/decimal-digit-tests: New file.
7698         * modules/unictype/digit-tests: New file.
7699         * modules/unictype/mirror-tests: New file.
7700         * modules/unictype/numeric-tests: New file.
7701         * modules/unictype/property-alphabetic-tests: New file.
7702         * modules/unictype/property-ascii-hex-digit-tests: New file.
7703         * modules/unictype/property-bidi-arabic-digit-tests: New file.
7704         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
7705         * modules/unictype/property-bidi-block-separator-tests: New file.
7706         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
7707         * modules/unictype/property-bidi-common-separator-tests: New file.
7708         * modules/unictype/property-bidi-control-tests: New file.
7709         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
7710         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
7711         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
7712         * modules/unictype/property-bidi-european-digit-tests: New file.
7713         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
7714         * modules/unictype/property-bidi-left-to-right-tests: New file.
7715         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
7716         * modules/unictype/property-bidi-other-neutral-tests: New file.
7717         * modules/unictype/property-bidi-pdf-tests: New file.
7718         * modules/unictype/property-bidi-segment-separator-tests: New file.
7719         * modules/unictype/property-bidi-whitespace-tests: New file.
7720         * modules/unictype/property-byname-tests: New file.
7721         * modules/unictype/property-combining-tests: New file.
7722         * modules/unictype/property-composite-tests: New file.
7723         * modules/unictype/property-currency-symbol-tests: New file.
7724         * modules/unictype/property-dash-tests: New file.
7725         * modules/unictype/property-decimal-digit-tests: New file.
7726         * modules/unictype/property-default-ignorable-code-point-tests: New file.
7727         * modules/unictype/property-deprecated-tests: New file.
7728         * modules/unictype/property-diacritic-tests: New file.
7729         * modules/unictype/property-extender-tests: New file.
7730         * modules/unictype/property-format-control-tests: New file.
7731         * modules/unictype/property-grapheme-base-tests: New file.
7732         * modules/unictype/property-grapheme-extend-tests: New file.
7733         * modules/unictype/property-grapheme-link-tests: New file.
7734         * modules/unictype/property-hex-digit-tests: New file.
7735         * modules/unictype/property-hyphen-tests: New file.
7736         * modules/unictype/property-id-continue-tests: New file.
7737         * modules/unictype/property-id-start-tests: New file.
7738         * modules/unictype/property-ideographic-tests: New file.
7739         * modules/unictype/property-ids-binary-operator-tests: New file.
7740         * modules/unictype/property-ids-trinary-operator-tests: New file.
7741         * modules/unictype/property-ignorable-control-tests: New file.
7742         * modules/unictype/property-iso-control-tests: New file.
7743         * modules/unictype/property-join-control-tests: New file.
7744         * modules/unictype/property-left-of-pair-tests: New file.
7745         * modules/unictype/property-line-separator-tests: New file.
7746         * modules/unictype/property-logical-order-exception-tests: New file.
7747         * modules/unictype/property-lowercase-tests: New file.
7748         * modules/unictype/property-math-tests: New file.
7749         * modules/unictype/property-non-break-tests: New file.
7750         * modules/unictype/property-not-a-character-tests: New file.
7751         * modules/unictype/property-numeric-tests: New file.
7752         * modules/unictype/property-other-alphabetic-tests: New file.
7753         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
7754         * modules/unictype/property-other-grapheme-extend-tests: New file.
7755         * modules/unictype/property-other-id-continue-tests: New file.
7756         * modules/unictype/property-other-id-start-tests: New file.
7757         * modules/unictype/property-other-lowercase-tests: New file.
7758         * modules/unictype/property-other-math-tests: New file.
7759         * modules/unictype/property-other-uppercase-tests: New file.
7760         * modules/unictype/property-paired-punctuation-tests: New file.
7761         * modules/unictype/property-paragraph-separator-tests: New file.
7762         * modules/unictype/property-pattern-syntax-tests: New file.
7763         * modules/unictype/property-pattern-white-space-tests: New file.
7764         * modules/unictype/property-private-use-tests: New file.
7765         * modules/unictype/property-punctuation-tests: New file.
7766         * modules/unictype/property-quotation-mark-tests: New file.
7767         * modules/unictype/property-radical-tests: New file.
7768         * modules/unictype/property-sentence-terminal-tests: New file.
7769         * modules/unictype/property-soft-dotted-tests: New file.
7770         * modules/unictype/property-space-tests: New file.
7771         * modules/unictype/property-terminal-punctuation-tests: New file.
7772         * modules/unictype/property-test-tests: New file.
7773         * modules/unictype/property-titlecase-tests: New file.
7774         * modules/unictype/property-unassigned-code-value-tests: New file.
7775         * modules/unictype/property-unified-ideograph-tests: New file.
7776         * modules/unictype/property-uppercase-tests: New file.
7777         * modules/unictype/property-variation-selector-tests: New file.
7778         * modules/unictype/property-white-space-tests: New file.
7779         * modules/unictype/property-xid-continue-tests: New file.
7780         * modules/unictype/property-xid-start-tests: New file.
7781         * modules/unictype/property-zero-width-tests: New file.
7782         * modules/unictype/scripts-tests: New file.
7783         * modules/unictype/syntax-c-ident-tests: New file.
7784         * modules/unictype/syntax-c-whitespace-tests: New file.
7785         * modules/unictype/syntax-java-ident-tests: New file.
7786         * modules/unictype/syntax-java-whitespace-tests: New file.
7787         * tests/unictype/test-bidi_byname.c: New file.
7788         * tests/unictype/test-bidi_name.c: New file.
7789         * tests/unictype/test-bidi_of.c: New file.
7790         * tests/unictype/test-bidi_test.c: New file.
7791         * tests/unictype/test-block_list.c: New file.
7792         * tests/unictype/test-block_of.c: New file.
7793         * tests/unictype/test-block_test.c: New file.
7794         * tests/unictype/test-categ_and.c: New file.
7795         * tests/unictype/test-categ_and_not.c: New file.
7796         * tests/unictype/test-categ_byname.c: New file.
7797         * tests/unictype/test-categ_name.c: New file.
7798         * tests/unictype/test-categ_none.c: New file.
7799         * tests/unictype/test-categ_of.c: New file.
7800         * tests/unictype/test-categ_or.c: New file.
7801         * tests/unictype/test-categ_test_withtable.c: New file.
7802         * tests/unictype/test-combining.c: New file.
7803         * tests/unictype/test-decdigit.c: New file.
7804         * tests/unictype/test-digit.c: New file.
7805         * tests/unictype/test-mirror.c: New file.
7806         * tests/unictype/test-numeric.c: New file.
7807         * tests/unictype/test-pr_byname.c: New file.
7808         * tests/unictype/test-pr_test.c: New file.
7809         * tests/unictype/test-predicate-part1.h: New file.
7810         * tests/unictype/test-predicate-part2.h: New file.
7811         * tests/unictype/test-scripts.c: New file.
7812         * tests/unictype/test-sy_c_ident.c: New file.
7813         * tests/unictype/test-sy_java_ident.c: New file.
7814
7815         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
7816         for Unicode 5.0.0.
7817         * tests/unictype/test-categ_Cc.c: Likewise.
7818         * tests/unictype/test-categ_Cf.c: Likewise.
7819         * tests/unictype/test-categ_Cn.c: Likewise.
7820         * tests/unictype/test-categ_Co.c: Likewise.
7821         * tests/unictype/test-categ_Cs.c: Likewise.
7822         * tests/unictype/test-categ_L.c: Likewise.
7823         * tests/unictype/test-categ_Ll.c: Likewise.
7824         * tests/unictype/test-categ_Lm.c: Likewise.
7825         * tests/unictype/test-categ_Lo.c: Likewise.
7826         * tests/unictype/test-categ_Lt.c: Likewise.
7827         * tests/unictype/test-categ_Lu.c: Likewise.
7828         * tests/unictype/test-categ_M.c: Likewise.
7829         * tests/unictype/test-categ_Mc.c: Likewise.
7830         * tests/unictype/test-categ_Me.c: Likewise.
7831         * tests/unictype/test-categ_Mn.c: Likewise.
7832         * tests/unictype/test-categ_N.c: Likewise.
7833         * tests/unictype/test-categ_Nd.c: Likewise.
7834         * tests/unictype/test-categ_Nl.c: Likewise.
7835         * tests/unictype/test-categ_No.c: Likewise.
7836         * tests/unictype/test-categ_P.c: Likewise.
7837         * tests/unictype/test-categ_Pc.c: Likewise.
7838         * tests/unictype/test-categ_Pd.c: Likewise.
7839         * tests/unictype/test-categ_Pe.c: Likewise.
7840         * tests/unictype/test-categ_Pf.c: Likewise.
7841         * tests/unictype/test-categ_Pi.c: Likewise.
7842         * tests/unictype/test-categ_Po.c: Likewise.
7843         * tests/unictype/test-categ_Ps.c: Likewise.
7844         * tests/unictype/test-categ_S.c: Likewise.
7845         * tests/unictype/test-categ_Sc.c: Likewise.
7846         * tests/unictype/test-categ_Sk.c: Likewise.
7847         * tests/unictype/test-categ_Sm.c: Likewise.
7848         * tests/unictype/test-categ_So.c: Likewise.
7849         * tests/unictype/test-categ_Z.c: Likewise.
7850         * tests/unictype/test-categ_Zl.c: Likewise.
7851         * tests/unictype/test-categ_Zp.c: Likewise.
7852         * tests/unictype/test-categ_Zs.c: Likewise.
7853         * tests/unictype/test-ctype_alnum.c: Likewise.
7854         * tests/unictype/test-ctype_alpha.c: Likewise.
7855         * tests/unictype/test-ctype_blank.c: Likewise.
7856         * tests/unictype/test-ctype_cntrl.c: Likewise.
7857         * tests/unictype/test-ctype_digit.c: Likewise.
7858         * tests/unictype/test-ctype_graph.c: Likewise.
7859         * tests/unictype/test-ctype_lower.c: Likewise.
7860         * tests/unictype/test-ctype_print.c: Likewise.
7861         * tests/unictype/test-ctype_punct.c: Likewise.
7862         * tests/unictype/test-ctype_space.c: Likewise.
7863         * tests/unictype/test-ctype_upper.c: Likewise.
7864         * tests/unictype/test-ctype_xdigit.c: Likewise.
7865         * tests/unictype/test-decdigit.h: Likewise.
7866         * tests/unictype/test-digit.h: Likewise.
7867         * tests/unictype/test-numeric.h: Likewise.
7868         * tests/unictype/test-pr_alphabetic.c: Likewise.
7869         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
7870         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
7871         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
7872         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
7873         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
7874         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
7875         * tests/unictype/test-pr_bidi_control.c: Likewise.
7876         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
7877         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
7878         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
7879         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
7880         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
7881         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
7882         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
7883         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
7884         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
7885         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
7886         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
7887         * tests/unictype/test-pr_combining.c: Likewise.
7888         * tests/unictype/test-pr_composite.c: Likewise.
7889         * tests/unictype/test-pr_currency_symbol.c: Likewise.
7890         * tests/unictype/test-pr_dash.c: Likewise.
7891         * tests/unictype/test-pr_decimal_digit.c: Likewise.
7892         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
7893         * tests/unictype/test-pr_deprecated.c: Likewise.
7894         * tests/unictype/test-pr_diacritic.c: Likewise.
7895         * tests/unictype/test-pr_extender.c: Likewise.
7896         * tests/unictype/test-pr_format_control.c: Likewise.
7897         * tests/unictype/test-pr_grapheme_base.c: Likewise.
7898         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
7899         * tests/unictype/test-pr_grapheme_link.c: Likewise.
7900         * tests/unictype/test-pr_hex_digit.c: Likewise.
7901         * tests/unictype/test-pr_hyphen.c: Likewise.
7902         * tests/unictype/test-pr_id_continue.c: Likewise.
7903         * tests/unictype/test-pr_id_start.c: Likewise.
7904         * tests/unictype/test-pr_ideographic.c: Likewise.
7905         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
7906         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
7907         * tests/unictype/test-pr_ignorable_control.c: Likewise.
7908         * tests/unictype/test-pr_iso_control.c: Likewise.
7909         * tests/unictype/test-pr_join_control.c: Likewise.
7910         * tests/unictype/test-pr_left_of_pair.c: Likewise.
7911         * tests/unictype/test-pr_line_separator.c: Likewise.
7912         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
7913         * tests/unictype/test-pr_lowercase.c: Likewise.
7914         * tests/unictype/test-pr_math.c: Likewise.
7915         * tests/unictype/test-pr_non_break.c: Likewise.
7916         * tests/unictype/test-pr_not_a_character.c: Likewise.
7917         * tests/unictype/test-pr_numeric.c: Likewise.
7918         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
7919         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
7920         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
7921         * tests/unictype/test-pr_other_id_continue.c: Likewise.
7922         * tests/unictype/test-pr_other_id_start.c: Likewise.
7923         * tests/unictype/test-pr_other_lowercase.c: Likewise.
7924         * tests/unictype/test-pr_other_math.c: Likewise.
7925         * tests/unictype/test-pr_other_uppercase.c: Likewise.
7926         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
7927         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
7928         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
7929         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
7930         * tests/unictype/test-pr_private_use.c: Likewise.
7931         * tests/unictype/test-pr_punctuation.c: Likewise.
7932         * tests/unictype/test-pr_quotation_mark.c: Likewise.
7933         * tests/unictype/test-pr_radical.c: Likewise.
7934         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
7935         * tests/unictype/test-pr_soft_dotted.c: Likewise.
7936         * tests/unictype/test-pr_space.c: Likewise.
7937         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
7938         * tests/unictype/test-pr_titlecase.c: Likewise.
7939         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
7940         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
7941         * tests/unictype/test-pr_uppercase.c: Likewise.
7942         * tests/unictype/test-pr_variation_selector.c: Likewise.
7943         * tests/unictype/test-pr_white_space.c: Likewise.
7944         * tests/unictype/test-pr_xid_continue.c: Likewise.
7945         * tests/unictype/test-pr_xid_start.c: Likewise.
7946         * tests/unictype/test-pr_zero_width.c: Likewise.
7947         * tests/unictype/test-sy_c_whitespace.c: Likewise.
7948         * tests/unictype/test-sy_java_whitespace.c: Likewise.
7949
7950 2007-11-12  Bruno Haible  <bruno@clisp.org>
7951
7952         Unicode character classification functions.
7953         * lib/unictype.h: New file.
7954         * modules/unictype/base: New file.
7955         * modules/unictype/category-L: New file.
7956         * modules/unictype/category-Lu: New file.
7957         * modules/unictype/category-Ll: New file.
7958         * modules/unictype/category-Lt: New file.
7959         * modules/unictype/category-Lm: New file.
7960         * modules/unictype/category-Lo: New file.
7961         * modules/unictype/category-M: New file.
7962         * modules/unictype/category-Mn: New file.
7963         * modules/unictype/category-Mc: New file.
7964         * modules/unictype/category-Me: New file.
7965         * modules/unictype/category-N: New file.
7966         * modules/unictype/category-Nd: New file.
7967         * modules/unictype/category-Nl: New file.
7968         * modules/unictype/category-No: New file.
7969         * modules/unictype/category-P: New file.
7970         * modules/unictype/category-Pc: New file.
7971         * modules/unictype/category-Pd: New file.
7972         * modules/unictype/category-Ps: New file.
7973         * modules/unictype/category-Pe: New file.
7974         * modules/unictype/category-Pi: New file.
7975         * modules/unictype/category-Pf: New file.
7976         * modules/unictype/category-Po: New file.
7977         * modules/unictype/category-S: New file.
7978         * modules/unictype/category-Sm: New file.
7979         * modules/unictype/category-Sc: New file.
7980         * modules/unictype/category-Sk: New file.
7981         * modules/unictype/category-So: New file.
7982         * modules/unictype/category-Z: New file.
7983         * modules/unictype/category-Zs: New file.
7984         * modules/unictype/category-Zl: New file.
7985         * modules/unictype/category-Zp: New file.
7986         * modules/unictype/category-C: New file.
7987         * modules/unictype/category-Cc: New file.
7988         * modules/unictype/category-Cf: New file.
7989         * modules/unictype/category-Cs: New file.
7990         * modules/unictype/category-Co: New file.
7991         * modules/unictype/category-Cn: New file.
7992         * modules/unictype/category-or: New file.
7993         * modules/unictype/category-of: New file.
7994         * modules/unictype/category-test: New file.
7995         * modules/unictype/category-test-withtable: New file.
7996         * modules/unictype/category-byname: New file.
7997         * modules/unictype/category-none: New file.
7998         * modules/unictype/category-and: New file.
7999         * modules/unictype/category-and-not: New file.
8000         * modules/unictype/category-name: New file.
8001         * modules/unictype/combining-class: New file.
8002         * modules/unictype/category-all: New file.
8003         * modules/unictype/bidicategory-all: New file.
8004         * modules/unictype/bidicategory-byname: New file.
8005         * modules/unictype/bidicategory-name: New file.
8006         * modules/unictype/bidicategory-of: New file.
8007         * modules/unictype/bidicategory-test: New file.
8008         * modules/unictype/decimal-digit: New file.
8009         * modules/unictype/digit: New file.
8010         * modules/unictype/numeric: New file.
8011         * modules/unictype/mirror: New file.
8012         * modules/unictype/property-white-space: New file.
8013         * modules/unictype/property-alphabetic: New file.
8014         * modules/unictype/property-other-alphabetic: New file.
8015         * modules/unictype/property-not-a-character: New file.
8016         * modules/unictype/property-default-ignorable-code-point: New file.
8017         * modules/unictype/property-other-default-ignorable-code-point: New
8018         file.
8019         * modules/unictype/property-deprecated: New file.
8020         * modules/unictype/property-logical-order-exception: New file.
8021         * modules/unictype/property-variation-selector: New file.
8022         * modules/unictype/property-private-use: New file.
8023         * modules/unictype/property-unassigned-code-value: New file.
8024         * modules/unictype/property-uppercase: New file.
8025         * modules/unictype/property-other-uppercase: New file.
8026         * modules/unictype/property-lowercase: New file.
8027         * modules/unictype/property-other-lowercase: New file.
8028         * modules/unictype/property-titlecase: New file.
8029         * modules/unictype/property-soft-dotted: New file.
8030         * modules/unictype/property-id-start: New file.
8031         * modules/unictype/property-other-id-start: New file.
8032         * modules/unictype/property-id-continue: New file.
8033         * modules/unictype/property-other-id-continue: New file.
8034         * modules/unictype/property-xid-start: New file.
8035         * modules/unictype/property-xid-continue: New file.
8036         * modules/unictype/property-pattern-white-space: New file.
8037         * modules/unictype/property-pattern-syntax: New file.
8038         * modules/unictype/property-join-control: New file.
8039         * modules/unictype/property-grapheme-base: New file.
8040         * modules/unictype/property-grapheme-extend: New file.
8041         * modules/unictype/property-other-grapheme-extend: New file.
8042         * modules/unictype/property-grapheme-link: New file.
8043         * modules/unictype/property-bidi-control: New file.
8044         * modules/unictype/property-bidi-left-to-right: New file.
8045         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
8046         * modules/unictype/property-bidi-arabic-right-to-left: New file.
8047         * modules/unictype/property-bidi-european-digit: New file.
8048         * modules/unictype/property-bidi-eur-num-separator: New file.
8049         * modules/unictype/property-bidi-eur-num-terminator: New file.
8050         * modules/unictype/property-bidi-arabic-digit: New file.
8051         * modules/unictype/property-bidi-common-separator: New file.
8052         * modules/unictype/property-bidi-block-separator: New file.
8053         * modules/unictype/property-bidi-segment-separator: New file.
8054         * modules/unictype/property-bidi-whitespace: New file.
8055         * modules/unictype/property-bidi-non-spacing-mark: New file.
8056         * modules/unictype/property-bidi-boundary-neutral: New file.
8057         * modules/unictype/property-bidi-pdf: New file.
8058         * modules/unictype/property-bidi-embedding-or-override: New file.
8059         * modules/unictype/property-bidi-other-neutral: New file.
8060         * modules/unictype/property-hex-digit: New file.
8061         * modules/unictype/property-ascii-hex-digit: New file.
8062         * modules/unictype/property-ideographic: New file.
8063         * modules/unictype/property-unified-ideograph: New file.
8064         * modules/unictype/property-radical: New file.
8065         * modules/unictype/property-ids-binary-operator: New file.
8066         * modules/unictype/property-ids-trinary-operator: New file.
8067         * modules/unictype/property-zero-width: New file.
8068         * modules/unictype/property-space: New file.
8069         * modules/unictype/property-non-break: New file.
8070         * modules/unictype/property-iso-control: New file.
8071         * modules/unictype/property-format-control: New file.
8072         * modules/unictype/property-dash: New file.
8073         * modules/unictype/property-hyphen: New file.
8074         * modules/unictype/property-punctuation: New file.
8075         * modules/unictype/property-line-separator: New file.
8076         * modules/unictype/property-paragraph-separator: New file.
8077         * modules/unictype/property-quotation-mark: New file.
8078         * modules/unictype/property-sentence-terminal: New file.
8079         * modules/unictype/property-terminal-punctuation: New file.
8080         * modules/unictype/property-currency-symbol: New file.
8081         * modules/unictype/property-math: New file.
8082         * modules/unictype/property-other-math: New file.
8083         * modules/unictype/property-paired-punctuation: New file.
8084         * modules/unictype/property-left-of-pair: New file.
8085         * modules/unictype/property-combining: New file.
8086         * modules/unictype/property-composite: New file.
8087         * modules/unictype/property-decimal-digit: New file.
8088         * modules/unictype/property-numeric: New file.
8089         * modules/unictype/property-diacritic: New file.
8090         * modules/unictype/property-extender: New file.
8091         * modules/unictype/property-ignorable-control: New file.
8092         * modules/unictype/property-test: New file.
8093         * modules/unictype/property-byname: New file.
8094         * modules/unictype/property-all: New file.
8095         * modules/unictype/scripts: New file.
8096         * modules/unictype/scripts-all: New file.
8097         * modules/unictype/block-of: New file.
8098         * modules/unictype/block-test: New file.
8099         * modules/unictype/block-list: New file.
8100         * modules/unictype/block-all: New file.
8101         * modules/unictype/syntax-c-whitespace: New file.
8102         * modules/unictype/syntax-java-whitespace: New file.
8103         * modules/unictype/syntax-c-ident: New file.
8104         * modules/unictype/syntax-java-ident: New file.
8105         * modules/unictype/ctype-alnum: New file.
8106         * modules/unictype/ctype-alpha: New file.
8107         * modules/unictype/ctype-cntrl: New file.
8108         * modules/unictype/ctype-digit: New file.
8109         * modules/unictype/ctype-graph: New file.
8110         * modules/unictype/ctype-lower: New file.
8111         * modules/unictype/ctype-print: New file.
8112         * modules/unictype/ctype-punct: New file.
8113         * modules/unictype/ctype-space: New file.
8114         * modules/unictype/ctype-upper: New file.
8115         * modules/unictype/ctype-xdigit: New file.
8116         * modules/unictype/ctype-blank: New file.
8117         * lib/unictype/bidi_byname.c: New file.
8118         * lib/unictype/bidi_name.c: New file.
8119         * lib/unictype/bidi_of.c: New file.
8120         * lib/unictype/bidi_test.c: New file.
8121         * lib/unictype/bitmap.h: New file.
8122         * lib/unictype/block_test.c: New file.
8123         * lib/unictype/blocks.c: New file.
8124         * lib/unictype/categ_C.c: New file.
8125         * lib/unictype/categ_Cc.c: New file.
8126         * lib/unictype/categ_Cf.c: New file.
8127         * lib/unictype/categ_Cn.c: New file.
8128         * lib/unictype/categ_Co.c: New file.
8129         * lib/unictype/categ_Cs.c: New file.
8130         * lib/unictype/categ_L.c: New file.
8131         * lib/unictype/categ_Ll.c: New file.
8132         * lib/unictype/categ_Lm.c: New file.
8133         * lib/unictype/categ_Lo.c: New file.
8134         * lib/unictype/categ_Lt.c: New file.
8135         * lib/unictype/categ_Lu.c: New file.
8136         * lib/unictype/categ_M.c: New file.
8137         * lib/unictype/categ_Mc.c: New file.
8138         * lib/unictype/categ_Me.c: New file.
8139         * lib/unictype/categ_Mn.c: New file.
8140         * lib/unictype/categ_N.c: New file.
8141         * lib/unictype/categ_Nd.c: New file.
8142         * lib/unictype/categ_Nl.c: New file.
8143         * lib/unictype/categ_No.c: New file.
8144         * lib/unictype/categ_P.c: New file.
8145         * lib/unictype/categ_Pc.c: New file.
8146         * lib/unictype/categ_Pd.c: New file.
8147         * lib/unictype/categ_Pe.c: New file.
8148         * lib/unictype/categ_Pf.c: New file.
8149         * lib/unictype/categ_Pi.c: New file.
8150         * lib/unictype/categ_Po.c: New file.
8151         * lib/unictype/categ_Ps.c: New file.
8152         * lib/unictype/categ_S.c: New file.
8153         * lib/unictype/categ_Sc.c: New file.
8154         * lib/unictype/categ_Sk.c: New file.
8155         * lib/unictype/categ_Sm.c: New file.
8156         * lib/unictype/categ_So.c: New file.
8157         * lib/unictype/categ_Z.c: New file.
8158         * lib/unictype/categ_Zl.c: New file.
8159         * lib/unictype/categ_Zp.c: New file.
8160         * lib/unictype/categ_Zs.c: New file.
8161         * lib/unictype/categ_and.c: New file.
8162         * lib/unictype/categ_and_not.c: New file.
8163         * lib/unictype/categ_byname.c: New file.
8164         * lib/unictype/categ_name.c: New file.
8165         * lib/unictype/categ_none.c: New file.
8166         * lib/unictype/categ_of.c: New file.
8167         * lib/unictype/categ_or.c: New file.
8168         * lib/unictype/categ_test.c: New file.
8169         * lib/unictype/combining.c: New file.
8170         * lib/unictype/ctype_alnum.c: New file.
8171         * lib/unictype/ctype_alpha.c: New file.
8172         * lib/unictype/ctype_blank.c: New file.
8173         * lib/unictype/ctype_cntrl.c: New file.
8174         * lib/unictype/ctype_digit.c: New file.
8175         * lib/unictype/ctype_graph.c: New file.
8176         * lib/unictype/ctype_lower.c: New file.
8177         * lib/unictype/ctype_print.c: New file.
8178         * lib/unictype/ctype_punct.c: New file.
8179         * lib/unictype/ctype_space.c: New file.
8180         * lib/unictype/ctype_upper.c: New file.
8181         * lib/unictype/ctype_xdigit.c: New file.
8182         * lib/unictype/decdigit.c: New file.
8183         * lib/unictype/digit.c: New file.
8184         * lib/unictype/identsyntaxmap.h: New file.
8185         * lib/unictype/mirror.c: New file.
8186         * lib/unictype/numeric.c: New file.
8187         * lib/unictype/pr_alphabetic.c: New file.
8188         * lib/unictype/pr_ascii_hex_digit.c: New file.
8189         * lib/unictype/pr_bidi_arabic_digit.c: New file.
8190         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
8191         * lib/unictype/pr_bidi_block_separator.c: New file.
8192         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
8193         * lib/unictype/pr_bidi_common_separator.c: New file.
8194         * lib/unictype/pr_bidi_control.c: New file.
8195         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
8196         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
8197         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
8198         * lib/unictype/pr_bidi_european_digit.c: New file.
8199         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
8200         * lib/unictype/pr_bidi_left_to_right.c: New file.
8201         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
8202         * lib/unictype/pr_bidi_other_neutral.c: New file.
8203         * lib/unictype/pr_bidi_pdf.c: New file.
8204         * lib/unictype/pr_bidi_segment_separator.c: New file.
8205         * lib/unictype/pr_bidi_whitespace.c: New file.
8206         * lib/unictype/pr_byname.c: New file.
8207         * lib/unictype/pr_byname.gperf: New file.
8208         * lib/unictype/pr_combining.c: New file.
8209         * lib/unictype/pr_composite.c: New file.
8210         * lib/unictype/pr_currency_symbol.c: New file.
8211         * lib/unictype/pr_dash.c: New file.
8212         * lib/unictype/pr_decimal_digit.c: New file.
8213         * lib/unictype/pr_default_ignorable_code_point.c: New file.
8214         * lib/unictype/pr_deprecated.c: New file.
8215         * lib/unictype/pr_diacritic.c: New file.
8216         * lib/unictype/pr_extender.c: New file.
8217         * lib/unictype/pr_format_control.c: New file.
8218         * lib/unictype/pr_grapheme_base.c: New file.
8219         * lib/unictype/pr_grapheme_extend.c: New file.
8220         * lib/unictype/pr_grapheme_link.c: New file.
8221         * lib/unictype/pr_hex_digit.c: New file.
8222         * lib/unictype/pr_hyphen.c: New file.
8223         * lib/unictype/pr_id_continue.c: New file.
8224         * lib/unictype/pr_id_start.c: New file.
8225         * lib/unictype/pr_ideographic.c: New file.
8226         * lib/unictype/pr_ids_binary_operator.c: New file.
8227         * lib/unictype/pr_ids_trinary_operator.c: New file.
8228         * lib/unictype/pr_ignorable_control.c: New file.
8229         * lib/unictype/pr_iso_control.c: New file.
8230         * lib/unictype/pr_join_control.c: New file.
8231         * lib/unictype/pr_left_of_pair.c: New file.
8232         * lib/unictype/pr_line_separator.c: New file.
8233         * lib/unictype/pr_logical_order_exception.c: New file.
8234         * lib/unictype/pr_lowercase.c: New file.
8235         * lib/unictype/pr_math.c: New file.
8236         * lib/unictype/pr_non_break.c: New file.
8237         * lib/unictype/pr_not_a_character.c: New file.
8238         * lib/unictype/pr_numeric.c: New file.
8239         * lib/unictype/pr_other_alphabetic.c: New file.
8240         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
8241         * lib/unictype/pr_other_grapheme_extend.c: New file.
8242         * lib/unictype/pr_other_id_continue.c: New file.
8243         * lib/unictype/pr_other_id_start.c: New file.
8244         * lib/unictype/pr_other_lowercase.c: New file.
8245         * lib/unictype/pr_other_math.c: New file.
8246         * lib/unictype/pr_other_uppercase.c: New file.
8247         * lib/unictype/pr_paired_punctuation.c: New file.
8248         * lib/unictype/pr_paragraph_separator.c: New file.
8249         * lib/unictype/pr_pattern_syntax.c: New file.
8250         * lib/unictype/pr_pattern_white_space.c: New file.
8251         * lib/unictype/pr_private_use.c: New file.
8252         * lib/unictype/pr_punctuation.c: New file.
8253         * lib/unictype/pr_quotation_mark.c: New file.
8254         * lib/unictype/pr_radical.c: New file.
8255         * lib/unictype/pr_sentence_terminal.c: New file.
8256         * lib/unictype/pr_soft_dotted.c: New file.
8257         * lib/unictype/pr_space.c: New file.
8258         * lib/unictype/pr_terminal_punctuation.c: New file.
8259         * lib/unictype/pr_test.c: New file.
8260         * lib/unictype/pr_titlecase.c: New file.
8261         * lib/unictype/pr_unassigned_code_value.c: New file.
8262         * lib/unictype/pr_unified_ideograph.c: New file.
8263         * lib/unictype/pr_uppercase.c: New file.
8264         * lib/unictype/pr_variation_selector.c: New file.
8265         * lib/unictype/pr_white_space.c: New file.
8266         * lib/unictype/pr_xid_continue.c: New file.
8267         * lib/unictype/pr_xid_start.c: New file.
8268         * lib/unictype/pr_zero_width.c: New file.
8269         * lib/unictype/scripts.c: New file.
8270         * lib/unictype/sy_c_ident.c: New file.
8271         * lib/unictype/sy_c_whitespace.c: New file.
8272         * lib/unictype/sy_java_ident.c: New file.
8273         * lib/unictype/sy_java_whitespace.c: New file.
8274
8275         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
8276         Unicode 5.0.0.
8277         * lib/unictype/blocks.h: Likewise.
8278         * lib/unictype/categ_C.h: Likewise.
8279         * lib/unictype/categ_Cc.h: Likewise.
8280         * lib/unictype/categ_Cf.h: Likewise.
8281         * lib/unictype/categ_Cn.h: Likewise.
8282         * lib/unictype/categ_Co.h: Likewise.
8283         * lib/unictype/categ_Cs.h: Likewise.
8284         * lib/unictype/categ_L.h: Likewise.
8285         * lib/unictype/categ_Ll.h: Likewise.
8286         * lib/unictype/categ_Lm.h: Likewise.
8287         * lib/unictype/categ_Lo.h: Likewise.
8288         * lib/unictype/categ_Lt.h: Likewise.
8289         * lib/unictype/categ_Lu.h: Likewise.
8290         * lib/unictype/categ_M.h: Likewise.
8291         * lib/unictype/categ_Mc.h: Likewise.
8292         * lib/unictype/categ_Me.h: Likewise.
8293         * lib/unictype/categ_Mn.h: Likewise.
8294         * lib/unictype/categ_N.h: Likewise.
8295         * lib/unictype/categ_Nd.h: Likewise.
8296         * lib/unictype/categ_Nl.h: Likewise.
8297         * lib/unictype/categ_No.h: Likewise.
8298         * lib/unictype/categ_P.h: Likewise.
8299         * lib/unictype/categ_Pc.h: Likewise.
8300         * lib/unictype/categ_Pd.h: Likewise.
8301         * lib/unictype/categ_Pe.h: Likewise.
8302         * lib/unictype/categ_Pf.h: Likewise.
8303         * lib/unictype/categ_Pi.h: Likewise.
8304         * lib/unictype/categ_Po.h: Likewise.
8305         * lib/unictype/categ_Ps.h: Likewise.
8306         * lib/unictype/categ_S.h: Likewise.
8307         * lib/unictype/categ_Sc.h: Likewise.
8308         * lib/unictype/categ_Sk.h: Likewise.
8309         * lib/unictype/categ_Sm.h: Likewise.
8310         * lib/unictype/categ_So.h: Likewise.
8311         * lib/unictype/categ_Z.h: Likewise.
8312         * lib/unictype/categ_Zl.h: Likewise.
8313         * lib/unictype/categ_Zp.h: Likewise.
8314         * lib/unictype/categ_Zs.h: Likewise.
8315         * lib/unictype/categ_of.h: Likewise.
8316         * lib/unictype/combining.h: Likewise.
8317         * lib/unictype/ctype_alnum.h: Likewise.
8318         * lib/unictype/ctype_alpha.h: Likewise.
8319         * lib/unictype/ctype_blank.h: Likewise.
8320         * lib/unictype/ctype_cntrl.h: Likewise.
8321         * lib/unictype/ctype_digit.h: Likewise.
8322         * lib/unictype/ctype_graph.h: Likewise.
8323         * lib/unictype/ctype_lower.h: Likewise.
8324         * lib/unictype/ctype_print.h: Likewise.
8325         * lib/unictype/ctype_punct.h: Likewise.
8326         * lib/unictype/ctype_space.h: Likewise.
8327         * lib/unictype/ctype_upper.h: Likewise.
8328         * lib/unictype/ctype_xdigit.h: Likewise.
8329         * lib/unictype/decdigit.h: Likewise.
8330         * lib/unictype/digit.h: Likewise.
8331         * lib/unictype/mirror.h: Likewise.
8332         * lib/unictype/numeric.h: Likewise.
8333         * lib/unictype/pr_alphabetic.h: Likewise.
8334         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
8335         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
8336         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
8337         * lib/unictype/pr_bidi_block_separator.h: Likewise.
8338         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
8339         * lib/unictype/pr_bidi_common_separator.h: Likewise.
8340         * lib/unictype/pr_bidi_control.h: Likewise.
8341         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
8342         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
8343         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
8344         * lib/unictype/pr_bidi_european_digit.h: Likewise.
8345         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
8346         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
8347         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
8348         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
8349         * lib/unictype/pr_bidi_pdf.h: Likewise.
8350         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
8351         * lib/unictype/pr_bidi_whitespace.h: Likewise.
8352         * lib/unictype/pr_combining.h: Likewise.
8353         * lib/unictype/pr_composite.h: Likewise.
8354         * lib/unictype/pr_currency_symbol.h: Likewise.
8355         * lib/unictype/pr_dash.h: Likewise.
8356         * lib/unictype/pr_decimal_digit.h: Likewise.
8357         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
8358         * lib/unictype/pr_deprecated.h: Likewise.
8359         * lib/unictype/pr_diacritic.h: Likewise.
8360         * lib/unictype/pr_extender.h: Likewise.
8361         * lib/unictype/pr_format_control.h: Likewise.
8362         * lib/unictype/pr_grapheme_base.h: Likewise.
8363         * lib/unictype/pr_grapheme_extend.h: Likewise.
8364         * lib/unictype/pr_grapheme_link.h: Likewise.
8365         * lib/unictype/pr_hex_digit.h: Likewise.
8366         * lib/unictype/pr_hyphen.h: Likewise.
8367         * lib/unictype/pr_id_continue.h: Likewise.
8368         * lib/unictype/pr_id_start.h: Likewise.
8369         * lib/unictype/pr_ideographic.h: Likewise.
8370         * lib/unictype/pr_ids_binary_operator.h: Likewise.
8371         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
8372         * lib/unictype/pr_ignorable_control.h: Likewise.
8373         * lib/unictype/pr_iso_control.h: Likewise.
8374         * lib/unictype/pr_join_control.h: Likewise.
8375         * lib/unictype/pr_left_of_pair.h: Likewise.
8376         * lib/unictype/pr_line_separator.h: Likewise.
8377         * lib/unictype/pr_logical_order_exception.h: Likewise.
8378         * lib/unictype/pr_lowercase.h: Likewise.
8379         * lib/unictype/pr_math.h: Likewise.
8380         * lib/unictype/pr_non_break.h: Likewise.
8381         * lib/unictype/pr_not_a_character.h: Likewise.
8382         * lib/unictype/pr_numeric.h: Likewise.
8383         * lib/unictype/pr_other_alphabetic.h: Likewise.
8384         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
8385         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
8386         * lib/unictype/pr_other_id_continue.h: Likewise.
8387         * lib/unictype/pr_other_id_start.h: Likewise.
8388         * lib/unictype/pr_other_lowercase.h: Likewise.
8389         * lib/unictype/pr_other_math.h: Likewise.
8390         * lib/unictype/pr_other_uppercase.h: Likewise.
8391         * lib/unictype/pr_paired_punctuation.h: Likewise.
8392         * lib/unictype/pr_paragraph_separator.h: Likewise.
8393         * lib/unictype/pr_pattern_syntax.h: Likewise.
8394         * lib/unictype/pr_pattern_white_space.h: Likewise.
8395         * lib/unictype/pr_private_use.h: Likewise.
8396         * lib/unictype/pr_punctuation.h: Likewise.
8397         * lib/unictype/pr_quotation_mark.h: Likewise.
8398         * lib/unictype/pr_radical.h: Likewise.
8399         * lib/unictype/pr_sentence_terminal.h: Likewise.
8400         * lib/unictype/pr_soft_dotted.h: Likewise.
8401         * lib/unictype/pr_space.h: Likewise.
8402         * lib/unictype/pr_terminal_punctuation.h: Likewise.
8403         * lib/unictype/pr_titlecase.h: Likewise.
8404         * lib/unictype/pr_unassigned_code_value.h: Likewise.
8405         * lib/unictype/pr_unified_ideograph.h: Likewise.
8406         * lib/unictype/pr_uppercase.h: Likewise.
8407         * lib/unictype/pr_variation_selector.h: Likewise.
8408         * lib/unictype/pr_white_space.h: Likewise.
8409         * lib/unictype/pr_xid_continue.h: Likewise.
8410         * lib/unictype/pr_xid_start.h: Likewise.
8411         * lib/unictype/pr_zero_width.h: Likewise.
8412         * lib/unictype/scripts.h: Likewise.
8413         * lib/unictype/scripts_byname.gperf: Likewise.
8414         * lib/unictype/sy_c_ident.h: Likewise.
8415         * lib/unictype/sy_c_whitespace.h: Likewise.
8416         * lib/unictype/sy_java_ident.h: Likewise.
8417         * lib/unictype/sy_java_whitespace.h: Likewise.
8418
8419         * lib/unictype/Makefile: New file.
8420         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
8421         glibc.
8422         * lib/unictype/3level.h: New file, copied from glibc.
8423         * lib/unictype/3levelbit.h: New file.
8424
8425 2007-11-11  Bruno Haible  <bruno@clisp.org>
8426
8427         * modules/gperf: New file.
8428         * modules/iconv_open (Depends-on): Add it.
8429         (Makefile.am): Remove the GPERF definition.
8430
8431 2007-11-11  Bruno Haible  <bruno@clisp.org>
8432
8433         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
8434         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
8435
8436 2007-11-11  Bruno Haible  <bruno@clisp.org>
8437
8438         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
8439         (usage): Remove function.
8440
8441 2007-11-11  Bruno Haible  <bruno@clisp.org>
8442
8443         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
8444         gl_FUNC_CEILF_LIBS.
8445         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
8446         gl_FUNC_CEIL_LIBS.
8447         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
8448         gl_FUNC_CEILL_LIBS.
8449         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
8450         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
8451         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
8452
8453 2007-11-11  Bruno Haible  <bruno@clisp.org>
8454
8455         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
8456         roundf were declared but do not exist on functions.
8457         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
8458         roundl were declared but do not exist on functions.
8459         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
8460         HAVE_FLOORL_AND_CEILL, respectively.
8461         Needed for Sun C on Solaris 10.
8462
8463 2007-11-11  Bruno Haible  <bruno@clisp.org>
8464
8465         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
8466         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
8467         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
8468         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
8469         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
8470         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
8471         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
8472         HAVE_DECL_ROUNDF.
8473         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
8474         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
8475         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
8476         of HAVE_DECL_ROUND*.
8477         * modules/math (Makefile.am): Update.
8478
8479 2007-11-10  Bruno Haible  <bruno@clisp.org>
8480
8481         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
8482         ptrdiff_t as m4/intl.m4.
8483
8484 2007-11-10  Jim Meyering  <meyering@redhat.com>
8485
8486         Avoid link failure for the argmatch test.
8487         * tests/test-argmatch.c (usage): Define function to avoid a link
8488         failure: argmatch_die requires a usage function.
8489
8490 2007-11-09  Bruno Haible  <bruno@clisp.org>
8491
8492         * doc/functions/snprintf.texi: Mention BeOS deficiency.
8493         * doc/functions/vsnprintf.texi: Likewise.
8494         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
8495         with a size argument < 2.
8496
8497 2007-11-09  Bruno Haible  <bruno@clisp.org>
8498
8499         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
8500         buffer. Fixes an inefficiency introduced on 2007-11-03.
8501
8502 2007-11-09  Bruno Haible  <bruno@clisp.org>
8503
8504         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
8505         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
8506
8507 2007-11-08  Jim Meyering  <meyering@redhat.com>
8508
8509         Change cache variable name prefix "jm_" to "gl_" everywhere.
8510         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
8511         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
8512         * m4/uptime.m4: s/gl_/jm_/
8513
8514 2007-11-07  Bruno Haible  <bruno@clisp.org>
8515
8516         Update to GNU gettext 0.17.
8517         * m4/intl.m4: Update to GNU gettext 0.17.
8518         * m4/po.m4: Likewise.
8519         * modules/gettext (Files): Remove m4/ulonglong.m4.
8520         (configure.ac): Require gettext infrastructure from version 0.17.
8521
8522 2007-11-06  Bruno Haible  <bruno@clisp.org>
8523
8524         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
8525         symbolic values are not defined in a public header.
8526         * lib/freadable.c (freadable) [QNX]: Likewise.
8527         * lib/freadahead.c (freadahead) [QNX]: Likewise.
8528         * lib/freading.c (freading) [QNX]: Likewise.
8529         * lib/fseterr.c (fseterr) [QNX]: Likewise.
8530         * lib/fwritable.c (fwritable) [QNX]: Likewise.
8531         * lib/fwriting.c (fwriting) [QNX]: Likewise.
8532         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
8533         Reported by Alain Magloire.
8534
8535         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
8536
8537 2007-11-05  Bruno Haible  <bruno@clisp.org>
8538
8539         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
8540         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
8541         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
8542         Reported by Eric Blake.
8543
8544 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8545             Bruno Haible  <bruno@clisp.org>
8546
8547         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
8548         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
8549         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
8550         (malloc): Undefine also before including <stdlib.h>.
8551         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
8552         Needed on OSF/1 4.0.
8553
8554 2007-11-05  Jim Meyering  <meyering@redhat.com>
8555
8556         git-version-gen: sync from coreutils.
8557         * build-aux/git-version-gen: Add comments.
8558         Change the first '-' to '.' in the snapshot version string,
8559         e.g., 6.9-377-08144 -> 6.9.377-08144
8560         Remove first parameter.
8561         Don't declare a version "-dirty" merely because a time
8562         stamp has changed.
8563
8564 2007-11-04  Bruno Haible  <bruno@clisp.org>
8565
8566         * lib/lock.h: Protect all macro definitions containing an 'if'
8567         statement through a "do { ... } while (0)".
8568         * lib/tls.h: Likewise.
8569
8570 2007-11-04  Bruno Haible  <bruno@clisp.org>
8571
8572         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
8573
8574 2007-11-04  Bruno Haible  <bruno@clisp.org>
8575
8576         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
8577         * modules/fprintf-posix (Depends-on): Add nocrash.
8578         * modules/snprintf-posix (Depends-on): Likewise.
8579         * modules/sprintf-posix (Depends-on): Likewise.
8580         * modules/vasnprintf-posix (Depends-on): Likewise.
8581         * modules/vasprintf-posix (Depends-on): Likewise.
8582         * modules/vfprintf-posix (Depends-on): Likewise.
8583         * modules/vsnprintf-posix (Depends-on): Likewise.
8584         * modules/vsprintf-posix (Depends-on): Likewise.
8585         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8586         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8587         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8588         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8589         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8590         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8591         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8592
8593 2007-11-04  Bruno Haible  <bruno@clisp.org>
8594
8595         * modules/nocrash: New file.
8596         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
8597         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
8598
8599 2007-11-04  Bruno Haible  <bruno@clisp.org>
8600
8601         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
8602         precision handling.
8603         * tests/test-vasprintf-posix.c (test_function): Likewise.
8604         * tests/test-snprintf-posix.h (test_function): Likewise.
8605         * tests/test-sprintf-posix.h (test_function): Likewise.
8606
8607         Fix *printf behaviour for large precisions on mingw and BeOS.
8608         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
8609         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
8610         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
8611         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8612         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8613         gl_PRINTF_PRECISION and test its result. Invoke
8614         gl_PREREQ_VASNPRINTF_PRECISION.
8615         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8616         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8617         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8618         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8619         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8620         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8621         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8622         * doc/functions/fprintf.texi: Update.
8623         * doc/functions/printf.texi: Update.
8624         * doc/functions/snprintf.texi: Update.
8625         * doc/functions/sprintf.texi: Update.
8626         * doc/functions/vfprintf.texi: Update.
8627         * doc/functions/vprintf.texi: Update.
8628         * doc/functions/vsnprintf.texi: Update.
8629         * doc/functions/vsprintf.texi: Update.
8630
8631 2007-11-04  Bruno Haible  <bruno@clisp.org>
8632
8633         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
8634
8635 2007-11-04  Bruno Haible  <bruno@clisp.org>
8636
8637         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
8638         Reported by Sylvain Beucler <beuc@gnu.org>.
8639
8640 2007-11-03  Bruno Haible  <bruno@clisp.org>
8641
8642         * tests/test-fprintf-posix2.sh: New file.
8643         * tests/test-fprintf-posix2.c: New file.
8644         * modules/fprintf-posix-tests (Files): Add them.
8645         (TESTS): Add test-fprintf-posix2.sh.
8646         (configure.ac): Check for getrlimit and setrlimit.
8647         (check_PROGRAMS): Add test-fprintf-posix2.
8648
8649         * tests/test-printf-posix2.sh: New file.
8650         * tests/test-printf-posix2.c: New file.
8651         * modules/printf-posix-tests (Files): Add them.
8652         (TESTS): Add test-printf-posix2.sh.
8653         (configure.ac): Check for getrlimit and setrlimit.
8654         (check_PROGRAMS): Add test-printf-posix2.
8655
8656         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
8657         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
8658         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
8659         (decode_double): New function, copied from decode_long_double.
8660         (scale10_round_decimal_decoded): New function, extracted from
8661         scale10_round_decimal_long_double.
8662         (scale10_round_decimal_long_double): Use it.
8663         (scale10_round_decimal_double): New function.
8664         (floorlog10): New function.
8665         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
8666         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
8667         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8668         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8669         gl_PRINTF_ENOMEM and test its result. Invoke
8670         gl_PREREQ_VASNPRINTF_ENOMEM.
8671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8672         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8673         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8674         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8675         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8676         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8677         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8678         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
8679         * modules/snprintf-posix (Depends-on): Likewise.
8680         * modules/sprintf-posix (Depends-on): Likewise.
8681         * modules/vasnprintf-posix (Depends-on): Likewise.
8682         * modules/vasprintf-posix (Depends-on): Likewise.
8683         * modules/vfprintf-posix (Depends-on): Likewise.
8684         * modules/vsnprintf-posix (Depends-on): Likewise.
8685         * modules/vsprintf-posix (Depends-on): Likewise.
8686         * doc/functions/fprintf.texi: Update.
8687         * doc/functions/printf.texi: Update.
8688         * doc/functions/snprintf.texi: Update.
8689         * doc/functions/sprintf.texi: Update.
8690         * doc/functions/vfprintf.texi: Update.
8691         * doc/functions/vprintf.texi: Update.
8692         * doc/functions/vsnprintf.texi: Update.
8693         * doc/functions/vsprintf.texi: Update.
8694
8695 2007-11-03  Bruno Haible  <bruno@clisp.org>
8696
8697         * modules/frexp-nolibm-tests: New file.
8698
8699         * modules/frexp-nolibm: New file.
8700         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
8701
8702 2007-11-03  Bruno Haible  <bruno@clisp.org>
8703
8704         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
8705         value is C99 compliant.
8706         Needed for OSF/1 5.1.
8707
8708 2007-11-03  Bruno Haible  <bruno@clisp.org>
8709
8710         Fix out-of-memory handling of vasnprintf.
8711         * lib/printf-parse.c: Include <errno.h>.
8712         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
8713         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
8714         is already set.
8715
8716 2007-11-02  Eric Blake  <ebb9@byu.net>
8717
8718         Fix tests on cygwin.
8719         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
8720
8721 2007-11-01  Bruno Haible  <bruno@clisp.org>
8722
8723         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
8724         warning.
8725         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
8726         needed for POSIX compatibility.
8727
8728 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
8729
8730         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
8731         for compatibility with GNU.
8732
8733 2007-11-01  Bruno Haible  <bruno@clisp.org>
8734
8735         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
8736         (putenv): Renamed from rpl_putenv. Change argument type from
8737         'const char *' to 'char *'.
8738         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
8739         of defining putenv in config.h, just set REPLACE_PUTENV.
8740         * modules/putenv (Depends-on): Add stdlib.
8741         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8742         (Include): Use <stdlib.h>.
8743         * lib/stdlib.in.h (putenv): New declaration.
8744         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
8745         REPLACE_PUTENV.
8746         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
8747         REPLACE_PUTENV.
8748         Needed for MacOS X 10.5.0.
8749         Reported by Peter O'Gorman <peter@pogma.com>.
8750
8751 2007-11-01  Jim Meyering  <meyering@redhat.com>
8752
8753         Treat an empty date string exactly like "0".
8754         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
8755         if the remaining date string (to be parsed) is empty, use "0".
8756         Reported by Mischa Molhoek and discussed in this thread:
8757         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
8758
8759 2007-10-31  Bruno Haible  <bruno@clisp.org>
8760
8761         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
8762         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
8763         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
8764         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
8765         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
8766         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
8767
8768 2007-10-31  Bruno Haible  <bruno@clisp.org>
8769
8770         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
8771         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
8772         (AC_TYPE_LONG_LONG_INT): Use it.
8773         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
8774         it as well.
8775         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
8776         to m4/longlong.m4.
8777         * modules/stdint (Files): Remove m4/ulonglong.m4.
8778         * modules/strtoull (Files): Use m4/longlong.m4 instead of
8779         m4/ulonglong.m4.
8780         * modules/strtoumax (Files): Likewise.
8781
8782 2007-10-30  Bruno Haible  <bruno@clisp.org>
8783
8784         * modules/xvasprintf-posix: New file.
8785         Suggested by Eric Blake.
8786
8787 2007-10-30  Bruno Haible  <bruno@clisp.org>
8788
8789         * modules/xprintf-posix-tests: New file.
8790         * tests/test-xprintf-posix.sh: New file.
8791         * tests/test-xprintf-posix.c: New file.
8792         * tests/test-xfprintf-posix.c: New file.
8793
8794         * modules/xprintf-posix: New file.
8795
8796 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8797
8798         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
8799         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
8800         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
8801
8802 2007-10-29  Bruno Haible  <bruno@clisp.org>
8803
8804         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
8805         contain the special marker '_cv_'.
8806         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
8807         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
8808         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
8809         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
8810         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
8811         Reported by Ralf Wildenhues.
8812
8813 2007-10-29  Bruno Haible  <bruno@clisp.org>
8814
8815         * gnulib-tool (func_import): When --lgpl is not specified, set
8816         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
8817         GPLv3.
8818         Reported by Simon Josefsson.
8819
8820 2007-10-28  Bruno Haible  <bruno@clisp.org>
8821
8822         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
8823         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
8824         HAVE_DECL_ISFINITE.
8825         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8826         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
8827         HAVE_DECL_ISFINITE.
8828
8829 2007-10-28  Bruno Haible  <bruno@clisp.org>
8830
8831         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
8832         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
8833
8834 2007-10-28  Bruno Haible  <bruno@clisp.org>
8835
8836         Fix link errors with Sun C 5.0 on Solaris 10.
8837         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
8838         function is declared but not present in the compiler's libm.
8839         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
8840         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
8841         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
8842         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
8843         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
8844         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
8845         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
8846         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8847         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
8848         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
8849         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
8850         HAVE_DECL_FLOORL.
8851
8852 2007-10-28  Bruno Haible  <bruno@clisp.org>
8853
8854         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
8855         gl_FUNC_FLOORL. Cache the result.
8856         (gl_FUNC_FLOORL): Use it.
8857         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
8858         gl_FUNC_CEILL. Cache the result.
8859         (gl_FUNC_CEILL): Use it.
8860
8861         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
8862         gl_FUNC_FLOOR. Cache the result.
8863         (gl_FUNC_FLOOR): Use it.
8864         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
8865         gl_FUNC_CEIL. Cache the result.
8866         (gl_FUNC_CEIL): Use it.
8867
8868         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
8869         gl_FUNC_FLOORF. Cache the result.
8870         (gl_FUNC_FLOORF): Use it.
8871         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
8872         gl_FUNC_CEILF. Cache the result.
8873         (gl_FUNC_CEILF): Use it.
8874
8875 2007-10-28  Bruno Haible  <bruno@clisp.org>
8876
8877         * gnulib-tool: Allow specifying the LGPL version number through
8878         --lgpl=2 or --lgpl=3.
8879         (func_usage): Document --lgpl with argument.
8880         Handle --lgpl=... arguments.
8881         (func_import): Recognize also gl_LGPL calls with an argument. When
8882         --lgpl=2 is used and the module's license is just LGPL, report an
8883         error. Set sed_transform_lib_file according to the lgpl variable. In
8884         the generated files, use --lgpl or gl_LGPL invocations with argument,
8885         if necessary.
8886         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
8887         an LGPv2+ license.
8888         * doc/gnulib-tool.texi (Modified imports): Update explanation of
8889         gl_LGPL macro.
8890
8891 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8892             Bruno Haible  <bruno@clisp.org>
8893
8894         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
8895         (u16_uctomb_aux): Likewise.
8896         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
8897         !HAVE_INLINE.
8898         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
8899
8900 2007-10-28  Bruno Haible  <bruno@clisp.org>
8901
8902         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
8903         Invoke AM_GETTEXT_OPTION if it exists.
8904         * modules/vasprintf: Likewise.
8905         * modules/verror: Likewise.
8906         * modules/xprintf: Likewise.
8907         * modules/xvasprintf: Likewise.
8908
8909 2007-10-27  Ben Pfaff  <blp@gnu.org>
8910
8911         * lib/math.in.h: Define isfinite macro and prototypes for
8912         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
8913         implementations.
8914         * m4/math_h.m4: New substitutions for isfinite module.
8915         * lib/isfinite.c: New file.
8916         * m4/isfinite.m4: New file.
8917         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
8918         * modules/isfinite: New file.
8919         * modules/isfinite-tests: New file.
8920         * tests/tests-isfinite.c: New file.
8921         * doc/functions/isfinite.texi: Mention isfinite module.
8922         * MODULES.html.sh: Mention new module.
8923
8924 2007-10-27  Ben Pfaff  <blp@gnu.org>
8925
8926         Ralf Wildenhues reported that Tru64 4.0D declares the round
8927         functions but does not have definitions.
8928         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
8929         cannot be found in any library, set the output variable to
8930         "missing" instead of "".
8931         * m4/round.m4: Also use our substitute if we cannot find round in
8932         any library, even if it is declared.
8933         * m4/roundf.m4: Likewise for roundf.
8934         * m4/roundl.m4: Likewise for roundl.
8935         * lib/math.in.h: Undefine roundf, round, roundl before defining
8936         their replacements, to allow for hypothetical systems where these
8937         may be defined as macros but not available in libraries.
8938
8939 2007-10-27  Bruno Haible  <bruno@clisp.org>
8940
8941         * doc/gnulib.texi: Invoke @firstparagraphindent.
8942         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
8943         changes in gnulib.
8944         (Source changes): New section.
8945
8946 2007-10-26  Bruno Haible  <bruno@clisp.org>
8947
8948         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
8949         borrowed from autoconf.
8950
8951 2007-10-26  Bruno Haible  <bruno@clisp.org>
8952
8953         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
8954         strerror returned the empty string. Needed on HP-UX 11.00.
8955
8956 2007-10-24  Micah Cowan  <micah@cowan.name>
8957
8958         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
8959         * build-aux/bootstrap: Remove support for now-unnecessary option,
8960         --cvs-user, and envvars CVS_USER, CVS_RSH.
8961
8962 2007-10-24  Jim Meyering  <meyering@redhat.com>
8963
8964         Avoid diagnostics from sha1sum when there is no cached checksum.
8965         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
8966         if the po.s1 file hasn't been created yet.
8967
8968         * build-aux/bootstrap: Sync from coreutils:
8969         2007-10-24  Jim Meyering  <meyering@redhat.com>
8970         Get gnulib from the git repository, not from an obsolete cvs one.
8971         * build-aux/bootstrap: Suggestion from Micah Cowan.
8972         2007-10-04  Jim Meyering  <jim@meyering.net>
8973         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
8974         (update_po_files): Work also when there are no .po files in po/.
8975
8976 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8977
8978         * README: Append ".git" to git and cg examples.
8979         Problem reported by Benoit Sigoure.
8980
8981 2007-10-23  Micah Cowan  <micah@cowan.name>
8982
8983         * users.txt: Add wget.
8984
8985 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8986
8987         Fix linking of some unistdio tests on FreeBSD.
8988         * modules/unistdio/u16-vsnprintf-tests
8989         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
8990         * modules/unistdio/u16-vsprintf-tests
8991         (test_u16_vsnprintf1_LDADD): Likewise.
8992         * modules/unistdio/u32-vsnprintf-tests
8993         (test_u32_vsnprintf1_LDADD): Likewise.
8994         * modules/unistdio/u32-vsprintf-tests
8995         (test_u32_vsprintf1_LDADD): Likewise.
8996         * modules/unistdio/u8-vsnprintf-tests
8997         (test_u8_vsnprintf1_LDADD): Likewise.
8998         * modules/unistdio/u8-vsprintf-tests
8999         (test_u8_vsprintf1_LDADD): Likewise.
9000         * modules/unistdio/ulc-vsnprintf-tests
9001         (test_ulc_vsnprintf1_LDADD): Likewise.
9002         * modules/unistdio/ulc-vsprintf-tests
9003         (test_ulc_vsprintf1_LDADD): Likewise.
9004
9005         Fix linking of some uniconv tests on FreeBSD.
9006         * modules/uniconv/u16-conv-from-enc-tests
9007         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
9008         * modules/uniconv/u16-conv-to-enc-tests
9009         (test_u16_conv_to_enc_LDADD): Likewise.
9010         * modules/uniconv/u16-strconv-from-enc-tests
9011         (test_u16_strconv_from_enc_LDADD): Likewise.
9012         * modules/uniconv/u16-strconv-to-enc-tests
9013         (test_u16_strconv_to_enc_LDADD): Likewise.
9014         * modules/uniconv/u32-conv-from-enc-tests
9015         (test_u32_conv_from_enc_LDADD): Likewise.
9016         * modules/uniconv/u32-conv-to-enc-tests
9017         (test_u32_conv_to_enc_LDADD): Likewise.
9018         * modules/uniconv/u32-strconv-from-enc-tests
9019         (test_u32_strconv_from_enc_LDADD): Likewise.
9020         * modules/uniconv/u32-strconv-to-enc-tests
9021         (test_u32_strconv_to_enc_LDADD): Likewise.
9022         * modules/uniconv/u8-conv-from-enc-tests
9023         (test_u8_conv_from_enc_LDADD): Likewise.
9024         * modules/uniconv/u8-conv-to-enc-tests
9025         (test_u8_conv_to_enc_LDADD): Likewise.
9026         * modules/uniconv/u8-strconv-from-enc-tests
9027         (test_u8_strconv_from_enc_LDADD): Likewise.
9028         * modules/uniconv/u8-strconv-to-enc-tests
9029         (test_u8_strconv_to_enc_LDADD): Likewise.
9030
9031 2007-10-22  Bruno Haible  <bruno@clisp.org>
9032
9033         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
9034         size.
9035
9036 2007-10-22  Eric Blake  <ebb9@byu.net>
9037
9038         Tweak x*printf documentation.
9039         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
9040         variable name and comments.
9041         Suggested by Bruno Haible.
9042
9043 2007-10-22  Bruno Haible  <bruno@clisp.org>
9044
9045         * lib/acl.c (copy_acl): Fix file name in comment.
9046
9047 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9048
9049         Fix Tru64 problem with stdbool.h.
9050         * lib/stdbool.in.h (false, true):
9051         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
9052         Don't declare as an enum in this situation; it runs afoul of Tru64.
9053         Problem reported by Steven M. Schweda in
9054         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
9055
9056 2007-10-22  Eric Blake  <ebb9@byu.net>
9057
9058         Also wrap vf?printf.
9059         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
9060         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
9061         (xvprintf, xvfprintf): New functions.
9062
9063 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9064
9065         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
9066         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
9067
9068         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
9069         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
9070
9071 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9072
9073         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
9074         by Bruno Haible.
9075
9076 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9077
9078         * lib/getloadavg.c
9079         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
9080         Undef `sys' after including sys/table.h, for Tru64 4.0D.
9081
9082         * tests/test-i-ring.c: Work for C89.
9083
9084 2007-10-22  Bruno Haible  <bruno@clisp.org>
9085
9086         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
9087         -1u, in preprocessor expression, so that we don't test for the bug
9088         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
9089         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
9090
9091 2007-10-22  Eric Blake  <ebb9@byu.net>
9092
9093         * tests/test-yesno.sh: Silence stderr during test.
9094
9095 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9096
9097         * modules/crypto/gc-camellia: New file.
9098
9099         * m4/gc-camellia.m4: New file.
9100
9101         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
9102
9103         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
9104
9105 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9106
9107         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
9108         --help to stdout.  Reported by sms@antinode.org (Steven
9109         M. Schweda).
9110
9111 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9112
9113         * users.txt: Fix link to libksba.
9114
9115 2007-10-21  Ben Pfaff  <blp@gnu.org>
9116
9117         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
9118         round.c roundf implementation that depends on floorf and ceilf to
9119         be tested unconditionally.
9120
9121 2007-10-21  Ben Pfaff  <blp@gnu.org>
9122
9123         * m4/check-libm-func.m4: Removed.
9124         * m4/check-math-lib.m4: New file.
9125         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
9126         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
9127         definition and lack of AC_LIBOBJ([roundf]).
9128         * m4/roundl.m4: Ditto, and similarly for roundl.
9129         * modules/round: Reference new m4 file.
9130         * modules/roundf: Ditto.
9131         * modules/roundl: Ditto.
9132         * tests/test-round2.c (main): Use ROUND instead of round.
9133         Bug report from Bruno Haible.
9134
9135 2007-10-21  Bruno Haible  <bruno@clisp.org>
9136
9137         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
9138         context.
9139
9140 2007-10-21  Bruno Haible  <bruno@clisp.org>
9141
9142         * tests/test-wcwidth.c (main): Allow negative result for some control
9143         characters.
9144
9145         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
9146         Needed on OSF/1 5.1.
9147
9148 2007-10-21  Bruno Haible  <bruno@clisp.org>
9149
9150         * tests/test-floorf1.c: Include isnanf.h.
9151         (main): Use isnanf() instead of isnan().
9152         * tests/test-ceilf1.c: Include isnanf.h.
9153         (main): Use isnanf() instead of isnan().
9154         * tests/test-truncf1.c: Include isnanf.h.
9155         (main): Use isnanf() instead of isnan().
9156         * tests/test-roundf1.c: Include isnanf.h.
9157         (main): Use isnanf() instead of isnan().
9158
9159 2007-10-21  Eric Blake  <ebb9@byu.net>
9160
9161         * users.txt: Update URL for m4.
9162
9163 2007-10-21  Bruno Haible  <bruno@clisp.org>
9164
9165         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
9166
9167 2007-10-21  Bruno Haible  <bruno@clisp.org>
9168
9169         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
9170         Git's management files if the CVS files are not present.
9171
9172 2007-10-20  Bruno Haible  <bruno@clisp.org>
9173
9174         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
9175         gcc-3.4.x.
9176
9177 2007-10-20  Ben Pfaff  <blp@gnu.org>
9178
9179         * lib/math.in.h: Declare round, roundf, roundl if we are providing
9180         implementations.
9181         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
9182         * lib/round.c: New file.
9183         * lib/roundf.c: New file.
9184         * lib/roundl.c: New file.
9185         * m4/round.m4: New file.
9186         * m4/roundf.m4: New file.
9187         * m4/roundl.m4: New file.
9188         * m4/check-libm-func-m4: New file.
9189         * modules/math: Replace round, roundf, roundl related @VARS@ in
9190         math.in.h.
9191         * modules/round: New file.
9192         * modules/round-tests: New file.
9193         * modules/roundf: New file.
9194         * modules/roundf-tests: New file.
9195         * modules/roundl: New file.
9196         * modules/roundl-tests: New file.
9197         * tests/test-round1.c: New file.
9198         * tests/test-round2.c: New file.
9199         * tests/test-roundf1.c: New file.
9200         * tests/test-roundf2.c: New file.
9201         * tests/test-roundl.c: New file.
9202         * doc/functions/round.texi: Mention round module.
9203         * doc/functions/roundf.texi: Mention roundf module.
9204         * doc/functions/roundl.texi: Mention roundl module.
9205         * MODULES.html.sh: Mention new modules.
9206         Thanks to Bruno Haible for suggestions.
9207
9208 2007-10-20  Jim Meyering  <meyering@redhat.com>
9209
9210         * lib/xprintf.c: Include <config.h> unconditionally.
9211
9212         Change xprintf's license to GPL.
9213         * modules/xprintf (License): s/LGPL/GPL/, since this module
9214         depends on modules (exit and exitfail) which are GPL.
9215         Suggestion from Bruno Haible.
9216
9217         xprintf fixes.
9218         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
9219         Use a clearer diagnostic.
9220         Patch from Bruno Haible.
9221
9222 2007-10-20  Bruno Haible  <bruno@clisp.org>
9223
9224         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
9225         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
9226         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9227
9228 2007-10-20  Bruno Haible  <bruno@clisp.org>
9229
9230         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
9231         precision in the comparison result > x - 1 or similar.
9232         * tests/test-ceilf2.c (correct_result_p): Likewise.
9233         * tests/test-truncf2.c (correct_result_p): Likewise.
9234         * tests/test-trunc2.c (correct_result_p): Likewise.
9235         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9236
9237 2007-10-20  Bruno Haible  <bruno@clisp.org>
9238
9239         * modules/ceil: New file.
9240         * m4/ceil.m4: New file.
9241         * doc/functions/ceil.texi: Mention the 'ceil' module.
9242
9243 2007-10-20  Bruno Haible  <bruno@clisp.org>
9244
9245         * modules/floor: New file.
9246         * m4/floor.m4: New file.
9247         * doc/functions/floor.texi: Mention the 'floor' module.
9248
9249 2007-10-20  Bruno Haible  <bruno@clisp.org>
9250
9251         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
9252         of %a.
9253         * modules/floorf-tests (Depends-on): Likewise.
9254         * modules/truncf-tests (Depends-on): Likewise.
9255         * modules/trunc-tests (Depends-on): Likewise.
9256         Reported by Ben Pfaff.
9257
9258 2007-10-19  Jim Meyering  <meyering@redhat.com>
9259
9260         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
9261         Don't bother testing specific errno values.  Just test ferror.
9262
9263         New module: xprintf
9264         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
9265
9266 2007-10-19  Bruno Haible  <bruno@clisp.org>
9267
9268         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
9269         syntax.
9270         * modules/javaexec (Makefile.am): Likewise.
9271         * modules/relocatable-prog (Makefile.am): Likewise.
9272         Suggested by Jim Meyering.
9273
9274 2007-10-18  Bruno Haible  <bruno@clisp.org>
9275
9276         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
9277         Reported by Jim Meyering.
9278
9279 2007-10-18  Eric Blake  <ebb9@byu.net>
9280
9281         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
9282
9283 2007-10-18  Bruno Haible  <bruno@clisp.org>
9284
9285         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
9286         the format string into writable memory. Needed in Fortify conditions.
9287
9288 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
9289             Bruno Haible  <bruno@clisp.org>
9290
9291         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
9292         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
9293         * modules/trim (Depends-on): Add mbchar.
9294         (configure.ac): Add gl_FUNC_MBRTOWC.
9295         (Makefile.am): Augment lib_SOURCES.
9296
9297 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9298
9299         Modify glob.c to use fstatat and dirfd, to simplify it.
9300         Suggested by Eric Blake.
9301         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
9302         Don't include <stdbool.h>; not used.
9303         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
9304         (link_exists_p): Simplify implementation, since we can now assume
9305         dirfd and fstatat.
9306         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
9307
9308 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9309
9310         * gnulib-tool (func_get_dependencies): Fix sed script to
9311         match only tests.
9312
9313 2007-10-17  Bruno Haible  <bruno@clisp.org>
9314
9315         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
9316         allow locale names without encoding suffix.
9317         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9318         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9319
9320 2007-10-16  Bruno Haible  <bruno@clisp.org>
9321
9322         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
9323         * lib/getgroups.c (getgroups): Likewise.
9324         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
9325
9326 2007-10-16  Bruno Haible  <bruno@clisp.org>
9327
9328         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
9329         * modules/malloc-posix (License): Likewise.
9330         * modules/realloc-posix (License): Likewise.
9331         * modules/calloc-posix (License): Likewise.
9332         * modules/intprops (License): Change from GPL to LGPL, with
9333         Paul Eggert's approval.
9334
9335 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9336
9337         Merge glibc changes into lib/glob.c.
9338
9339         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
9340         2007-10-15 04:59:03 UTC.  Here are the changes:
9341
9342         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
9343
9344         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
9345
9346         * lib/glob.c: Add some branch prediction throughout.
9347
9348         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
9349
9350         [BZ #5103]
9351         * lib/glob.c (glob): Recognize patterns starting \/.
9352
9353         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
9354
9355         [BZ #3996]
9356         * lib/glob.c (attribute_hidden): Define if not defined.
9357         (glob): Unescape dirname, filename or username when needed and not
9358         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
9359         is NULL.  Handle unescaped [ in pattern without closing ].
9360         Don't pass GLOB_CHECK down to recursive glob for directories.
9361         (__glob_pattern_type): New function.
9362         (__glob_pattern_p): Implement using __glob_pattern_type.
9363         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
9364         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
9365         Remove unreachable code.
9366
9367         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9368
9369         * lib/glob.c (glob_in_dir): Add some comments and asserts to
9370         explain why there are no leaks.
9371
9372         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9373
9374         [BZ #3253]
9375         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9376         time, rather allocate increasingly bigger arrays of pointers, if
9377         possible with alloca, if too large with malloc.
9378
9379 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9380
9381         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
9382         Problem reported by H.Merijn Brand in
9383         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
9384         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
9385         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9386
9387 2007-10-15  Bruno Haible  <bruno@clisp.org>
9388
9389         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
9390         with explicit rpl_ prefix.
9391         * lib/fopen.c (fopen): Likewise.
9392         * lib/freopen.c (freopen): Likewise.
9393         * lib/iconv.c (iconv): Likewise.
9394         * lib/iconv_close.c (iconv_close): Likewise.
9395
9396 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9397
9398         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
9399
9400 2007-10-15  Bruno Haible  <bruno@clisp.org>
9401
9402         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
9403         <stddef.h> instead of <stdlib.h> since we only need NULL.
9404         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9405
9406 2007-10-15  Bruno Haible  <bruno@clisp.org>
9407
9408         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
9409         Replace paragraph talking about LIBOBJS.
9410         Reported by Colin Watson <cjwatson@debian.org>.
9411
9412 2007-10-15  Bruno Haible  <bruno@clisp.org>
9413
9414         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
9415         <stdlib.h> before using NULL.
9416
9417 2007-10-15  Simon Josefsson  <simon@josefsson.org>
9418
9419         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
9420         Reported by Albert Chin <china@thewrittenword.com>.
9421
9422 2007-10-14  Bruno Haible  <bruno@clisp.org>
9423
9424         * modules/iconv_open-utf-tests: New file.
9425         * tests/test-iconv-utf.c: New file.
9426
9427         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
9428         * modules/iconv_open-utf: New file.
9429         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
9430         (iconv, iconv_close): New declarations.
9431         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
9432         be defined.
9433         (iconv_open): Add special handling of conversion between UTF-8 and
9434         UTF-{16,32}{BE,LE}.
9435         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
9436         * lib/iconv_close.c: New file.
9437         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
9438         gl_FUNC_ICONV_OPEN.
9439         (gl_FUNC_ICONV_OPEN): Use it.
9440         (gl_FUNC_ICONV_OPEN_UTF): New macro.
9441         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
9442         and REPLACE_ICONV_UTF.
9443         * modules/iconv_open (Depends-on): Add c-strcase.
9444         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
9445         ICONV_CONST.
9446         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
9447
9448 2007-10-13  Albert Chin  <china@thewrittenword.com>
9449             Bruno Haible  <bruno@clisp.org>
9450
9451         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
9452         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
9453
9454 2007-10-13  Bruno Haible  <bruno@clisp.org>
9455
9456         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
9457         defined, use the ISO C99 inline semantics.
9458         * lib/argp.h (ARGP_EI): Likewise.
9459
9460 2007-10-13  Bruno Haible  <bruno@clisp.org>
9461
9462         Handle 'inline' change in gcc 4.3.0.
9463         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
9464         argp_fmtstream_write, argp_fmtstream_set_lmargin,
9465         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
9466         argp_fmtstream_point): Disable 'extern' declaration if the function
9467         definition is going to be provided inline.
9468         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
9469         semantics, not the ISO C99 inline semantics.
9470         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
9471         'extern' declaration if the function definition is going to be provided
9472         inline.
9473         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
9474         the GNU C inline semantics, not the ISO C99 inline semantics. With
9475         GCC 4.2, avoid a warning.
9476
9477 2007-10-13  Bruno Haible  <bruno@clisp.org>
9478
9479         * lib/freading.h (freading): Enable the use of __freading for
9480         glibc >= 2.7.
9481         * lib/freading.c (freading): Likewise.
9482
9483 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9484
9485         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
9486         "warning: C99 inline functions are not supported; using GNU89".
9487
9488 2007-10-12  Bruno Haible  <bruno@clisp.org>
9489
9490         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
9491         of 2.
9492         * tests/test-ceilf2.c: New file.
9493         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
9494
9495         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
9496         * modules/ceilf-tests: Update.
9497
9498 2007-10-12  Bruno Haible  <bruno@clisp.org>
9499
9500         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
9501         of 2.
9502         * tests/test-floorf2.c: New file.
9503         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
9504
9505         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
9506         * modules/floorf-tests: Update.
9507
9508 2007-10-12  Bruno Haible  <bruno@clisp.org>
9509
9510         * tests/test-trunc2.c: New file.
9511         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
9512
9513         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
9514         * modules/trunc-tests: Update.
9515
9516 2007-10-12  Bruno Haible  <bruno@clisp.org>
9517
9518         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
9519         of 2.
9520         * tests/test-truncf2.c: New file.
9521         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
9522
9523         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
9524         * modules/truncf-tests: Update.
9525
9526 2007-10-11  Eric Blake  <ebb9@byu.net>
9527
9528         Don't claim strerror is broken on Interix.
9529         * doc/functions/strerror.texi (strerror): Known broken systems are
9530         now Solaris 8, and not Interix.
9531         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
9532         Interix on cross-compile.
9533         Reported by Martin Koeppe in
9534         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
9535
9536 2007-10-11  Bruno Haible  <bruno@clisp.org>
9537
9538         * modules/i-ring-tests: New file.
9539         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
9540         instead of assert.
9541
9542 2007-10-11  Bruno Haible  <bruno@clisp.org>
9543
9544         * modules/filenamecat-tests: New file.
9545         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
9546         * lib/filenamecat.c: Remove test code.
9547
9548 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9549
9550         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
9551
9552         * lib/strerror.c: Include <string.h> always, to test interface,
9553         and to remove the need for the dummy.
9554         Include intprops.h to compute width instead of doing it ourselves
9555         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
9556         (strerror): Define it to return NULL if there's no system strerror.
9557         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
9558         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
9559         ancient pre-strerror Unix systems well any more.  Saying "unknown
9560         system error" is enough.
9561         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
9562         simpler strerror.c implementation.
9563         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
9564         Simplify the tests to reflect the simpler strerror implementation.
9565         * modules/strerror (Depends-on): Add intprops.
9566
9567 2007-10-09  Eric Blake  <ebb9@byu.net>
9568
9569         Silence test-fpending.
9570         * modules/fpending-tests (Files): Add wrapper script.
9571         * tests/test-fpending.sh: New file.
9572
9573 2007-10-09  Bruno Haible  <bruno@clisp.org>
9574
9575         * MODULES.html.sh (func_module): Don't create a hyperlink for
9576         function names like 'printf_frexp'.
9577         (Misc): Add crc, memxor.
9578         (Characteristics of floating types): New section.
9579         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
9580         isnanf-nolibm, signbit, trunc, truncf, truncl.
9581         (Enhancements for ISO C 99 functions): New subsection Input/output.
9582         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
9583         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
9584         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
9585         (Compatibility checks for POSIX:2001 functions): Add clock-time.
9586         (Enhancements for POSIX:2001 functions): Add chdir-long.
9587         (File system functions): Add areadlink, chdir-safer, read-file.
9588         Remove cycle-check.
9589         (File system as inode set): New section.
9590         (Date and time): Add gethrxtime.
9591         (Multithreading): Add openmp.
9592         (Internationalization functions): Add localename.
9593         (Unicode string functions): Add unistr/u*-mbsnlen.
9594         (Support for maintaining and releasing projects): Add git-version-gen.
9595         (Lone files): Remove directories.
9596
9597 2007-10-08  Ben Pfaff  <blp@gnu.org>
9598
9599         * lib/xmalloca.h: Fix typo in comment.
9600
9601 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9602
9603         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
9604         when avoiding problems with integer overflow.  Use a portable test
9605         instead.
9606
9607 2007-10-08  Simon Josefsson  <simon@josefsson.org>
9608
9609         * modules/dummy (License): Change to LGPLv2+.
9610         * modules/float (License): Likewise
9611         * modules/realloc (License): Likewise
9612         * modules/stdlib (License): Likewise
9613
9614 2007-10-07  Bruno Haible  <bruno@clisp.org>
9615
9616         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
9617         * floor.c (TWO_MANT_DIG): Likewise.
9618         * ceil.c (TWO_MANT_DIG): Likewise.
9619         Reported by Ben Pfaff.
9620
9621 2007-10-07  Bruno Haible  <bruno@clisp.org>
9622
9623         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
9624         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
9625         * lib/frexp.c (FUNC): Likewise.
9626         * lib/printf-frexp.h (printf_frexp): Likewise.
9627         * lib/printf-frexpl.h (printf_frexpl): Likewise.
9628         * lib/printf-frexp.c (FUNC): Likewise.
9629         Suggested by Jim Meyering.
9630
9631 2007-10-07  Jim Meyering  <meyering@redhat.com>
9632
9633         Make xnanosleep's integer overflow test more robust.
9634         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
9635         so that gcc-4.3.0 doesn't optimize away this test for overflow.
9636
9637 2007-10-07  Bruno Haible  <bruno@clisp.org>
9638
9639         * NEWS: Mention the license change.
9640
9641         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
9642         abbreviations in the modules files.
9643
9644         Change copyright notice from GPLv2+ to GPLv3+.
9645         * README: Change copyright notice.
9646         * MODULES.html.sh: Likewise.
9647         * build-aux/bootstrap.conf: Likewise.
9648         * build-aux/config.libpath: Likewise.
9649         * build-aux/csharpcomp.sh.in: Likewise.
9650         * build-aux/csharpexec.sh.in: Likewise.
9651         * build-aux/install-reloc: Likewise.
9652         * build-aux/javacomp.sh.in: Likewise.
9653         * build-aux/javaexec.sh.in: Likewise.
9654         * build-aux/ldd.sh.in: Likewise.
9655         * build-aux/reloc-ldflags: Likewise.
9656         * build-aux/relocatable.sh.in: Likewise.
9657         * build-aux/x-to-1.in: Likewise.
9658         * check-module: Likewise.
9659         * config/srclistvars.sh: Likewise.
9660         * gnulib-tool: Likewise.
9661         * lib/acl-internal.h: Likewise.
9662         * lib/acl.c: Likewise.
9663         * lib/acl.h: Likewise.
9664         * lib/acl_entries.c: Likewise.
9665         * lib/areadlink-with-size.c: Likewise.
9666         * lib/areadlink.c: Likewise.
9667         * lib/areadlink.h: Likewise.
9668         * lib/argmatch.c: Likewise.
9669         * lib/argmatch.h: Likewise.
9670         * lib/argp-ba.c: Likewise.
9671         * lib/argp-eexst.c: Likewise.
9672         * lib/argp-fmtstream.c: Likewise.
9673         * lib/argp-fmtstream.h: Likewise.
9674         * lib/argp-fs-xinl.c: Likewise.
9675         * lib/argp-help.c: Likewise.
9676         * lib/argp-namefrob.h: Likewise.
9677         * lib/argp-parse.c: Likewise.
9678         * lib/argp-pin.c: Likewise.
9679         * lib/argp-pv.c: Likewise.
9680         * lib/argp-pvh.c: Likewise.
9681         * lib/argp-xinl.c: Likewise.
9682         * lib/argp.h: Likewise.
9683         * lib/at-func.c: Likewise.
9684         * lib/atanl.c: Likewise.
9685         * lib/backupfile.c: Likewise.
9686         * lib/backupfile.h: Likewise.
9687         * lib/basename.c: Likewise.
9688         * lib/binary-io.h: Likewise.
9689         * lib/byteswap.in.h: Likewise.
9690         * lib/c-stack.c: Likewise.
9691         * lib/c-stack.h: Likewise.
9692         * lib/c-strcasestr.c: Likewise.
9693         * lib/c-strcasestr.h: Likewise.
9694         * lib/c-strstr.c: Likewise.
9695         * lib/c-strstr.h: Likewise.
9696         * lib/c-strtod.c: Likewise.
9697         * lib/calloc.c: Likewise.
9698         * lib/canon-host.c: Likewise.
9699         * lib/canon-host.h: Likewise.
9700         * lib/canonicalize-lgpl.c: Likewise.
9701         * lib/canonicalize.c: Likewise.
9702         * lib/canonicalize.h: Likewise.
9703         * lib/ceil.c: Likewise.
9704         * lib/ceilf.c: Likewise.
9705         * lib/ceill.c: Likewise.
9706         * lib/chdir-long.c: Likewise.
9707         * lib/chdir-long.h: Likewise.
9708         * lib/chdir-safer.c: Likewise.
9709         * lib/chdir-safer.h: Likewise.
9710         * lib/chown.c: Likewise.
9711         * lib/classpath.c: Likewise.
9712         * lib/classpath.h: Likewise.
9713         * lib/clean-temp.c: Likewise.
9714         * lib/clean-temp.h: Likewise.
9715         * lib/cloexec.c: Likewise.
9716         * lib/close-stream.c: Likewise.
9717         * lib/closein.c: Likewise.
9718         * lib/closein.h: Likewise.
9719         * lib/closeout.c: Likewise.
9720         * lib/closeout.h: Likewise.
9721         * lib/concat-filename.c: Likewise.
9722         * lib/copy-file.c: Likewise.
9723         * lib/copy-file.h: Likewise.
9724         * lib/count-one-bits.h: Likewise.
9725         * lib/crc.c: Likewise.
9726         * lib/crc.h: Likewise.
9727         * lib/creat-safer.c: Likewise.
9728         * lib/csharpcomp.c: Likewise.
9729         * lib/csharpcomp.h: Likewise.
9730         * lib/csharpexec.c: Likewise.
9731         * lib/csharpexec.h: Likewise.
9732         * lib/cycle-check.c: Likewise.
9733         * lib/cycle-check.h: Likewise.
9734         * lib/diacrit.c: Likewise.
9735         * lib/diacrit.h: Likewise.
9736         * lib/diffseq.h: Likewise.
9737         * lib/dirchownmod.c: Likewise.
9738         * lib/dirent.in.h: Likewise.
9739         * lib/dirfd.c: Likewise.
9740         * lib/dirfd.h: Likewise.
9741         * lib/dirname.c: Likewise.
9742         * lib/dirname.h: Likewise.
9743         * lib/dummy.c: Likewise.
9744         * lib/dup-safer.c: Likewise.
9745         * lib/dup2.c: Likewise.
9746         * lib/eealloc.h: Likewise.
9747         * lib/error.c: Likewise.
9748         * lib/error.h: Likewise.
9749         * lib/euidaccess.c: Likewise.
9750         * lib/exclude.c: Likewise.
9751         * lib/exclude.h: Likewise.
9752         * lib/execute.c: Likewise.
9753         * lib/execute.h: Likewise.
9754         * lib/exitfail.c: Likewise.
9755         * lib/exitfail.h: Likewise.
9756         * lib/expl.c: Likewise.
9757         * lib/fatal-signal.c: Likewise.
9758         * lib/fatal-signal.h: Likewise.
9759         * lib/fbufmode.c: Likewise.
9760         * lib/fbufmode.h: Likewise.
9761         * lib/fchdir.c: Likewise.
9762         * lib/fchmodat.c: Likewise.
9763         * lib/fchownat.c: Likewise.
9764         * lib/fcntl--.h: Likewise.
9765         * lib/fcntl-safer.h: Likewise.
9766         * lib/fcntl.in.h: Likewise.
9767         * lib/fd-safer.c: Likewise.
9768         * lib/fflush.c: Likewise.
9769         * lib/file-has-acl.c: Likewise.
9770         * lib/file-set.c: Likewise.
9771         * lib/file-type.c: Likewise.
9772         * lib/file-type.h: Likewise.
9773         * lib/fileblocks.c: Likewise.
9774         * lib/filemode.c: Likewise.
9775         * lib/filemode.h: Likewise.
9776         * lib/filename.h: Likewise.
9777         * lib/filenamecat.c: Likewise.
9778         * lib/filenamecat.h: Likewise.
9779         * lib/findprog.c: Likewise.
9780         * lib/findprog.h: Likewise.
9781         * lib/float.in.h: Likewise.
9782         * lib/floor.c: Likewise.
9783         * lib/floorf.c: Likewise.
9784         * lib/floorl.c: Likewise.
9785         * lib/fopen-safer.c: Likewise.
9786         * lib/fopen.c: Likewise.
9787         * lib/fpending.c: Likewise.
9788         * lib/fpending.h: Likewise.
9789         * lib/fprintf.c: Likewise.
9790         * lib/fprintftime.h: Likewise.
9791         * lib/fpucw.h: Likewise.
9792         * lib/fpurge.c: Likewise.
9793         * lib/fpurge.h: Likewise.
9794         * lib/freadable.c: Likewise.
9795         * lib/freadable.h: Likewise.
9796         * lib/freadahead.c: Likewise.
9797         * lib/freadahead.h: Likewise.
9798         * lib/freading.c: Likewise.
9799         * lib/freading.h: Likewise.
9800         * lib/free.c: Likewise.
9801         * lib/freopen.c: Likewise.
9802         * lib/frexp.c: Likewise.
9803         * lib/frexpl.c: Likewise.
9804         * lib/fseek.c: Likewise.
9805         * lib/fseterr.c: Likewise.
9806         * lib/fseterr.h: Likewise.
9807         * lib/fstatat.c: Likewise.
9808         * lib/fstrcmp.c: Likewise.
9809         * lib/fstrcmp.h: Likewise.
9810         * lib/fsusage.c: Likewise.
9811         * lib/fsusage.h: Likewise.
9812         * lib/ftell.c: Likewise.
9813         * lib/ftello.c: Likewise.
9814         * lib/fts-cycle.c: Likewise.
9815         * lib/fts.c: Likewise.
9816         * lib/fts_.h: Likewise.
9817         * lib/full-read.c: Likewise.
9818         * lib/full-read.h: Likewise.
9819         * lib/full-write.c: Likewise.
9820         * lib/full-write.h: Likewise.
9821         * lib/fwritable.c: Likewise.
9822         * lib/fwritable.h: Likewise.
9823         * lib/fwriteerror.c: Likewise.
9824         * lib/fwriteerror.h: Likewise.
9825         * lib/fwriting.c: Likewise.
9826         * lib/fwriting.h: Likewise.
9827         * lib/gcd.c: Likewise.
9828         * lib/gcd.h: Likewise.
9829         * lib/getcwd.c: Likewise.
9830         * lib/getdate.h: Likewise.
9831         * lib/getdate.y: Likewise.
9832         * lib/getdomainname.c: Likewise.
9833         * lib/getdomainname.h: Likewise.
9834         * lib/getgroups.c: Likewise.
9835         * lib/gethostname.c: Likewise.
9836         * lib/gethrxtime.c: Likewise.
9837         * lib/gethrxtime.h: Likewise.
9838         * lib/getloadavg.c: Likewise.
9839         * lib/getndelim2.c: Likewise.
9840         * lib/getndelim2.h: Likewise.
9841         * lib/getnline.c: Likewise.
9842         * lib/getnline.h: Likewise.
9843         * lib/getopt.c: Likewise.
9844         * lib/getopt.in.h: Likewise.
9845         * lib/getopt1.c: Likewise.
9846         * lib/getopt_int.h: Likewise.
9847         * lib/getpagesize.h: Likewise.
9848         * lib/getsubopt.c: Likewise.
9849         * lib/gettime.c: Likewise.
9850         * lib/getugroups.c: Likewise.
9851         * lib/getugroups.h: Likewise.
9852         * lib/getusershell.c: Likewise.
9853         * lib/gl_anyavltree_list1.h: Likewise.
9854         * lib/gl_anyavltree_list2.h: Likewise.
9855         * lib/gl_anyhash_list1.h: Likewise.
9856         * lib/gl_anyhash_list2.h: Likewise.
9857         * lib/gl_anylinked_list1.h: Likewise.
9858         * lib/gl_anylinked_list2.h: Likewise.
9859         * lib/gl_anyrbtree_list1.h: Likewise.
9860         * lib/gl_anyrbtree_list2.h: Likewise.
9861         * lib/gl_anytree_list1.h: Likewise.
9862         * lib/gl_anytree_list2.h: Likewise.
9863         * lib/gl_anytree_oset.h: Likewise.
9864         * lib/gl_anytreehash_list1.h: Likewise.
9865         * lib/gl_anytreehash_list2.h: Likewise.
9866         * lib/gl_array_list.c: Likewise.
9867         * lib/gl_array_list.h: Likewise.
9868         * lib/gl_array_oset.c: Likewise.
9869         * lib/gl_array_oset.h: Likewise.
9870         * lib/gl_avltree_list.c: Likewise.
9871         * lib/gl_avltree_list.h: Likewise.
9872         * lib/gl_avltree_oset.c: Likewise.
9873         * lib/gl_avltree_oset.h: Likewise.
9874         * lib/gl_avltreehash_list.c: Likewise.
9875         * lib/gl_avltreehash_list.h: Likewise.
9876         * lib/gl_carray_list.c: Likewise.
9877         * lib/gl_carray_list.h: Likewise.
9878         * lib/gl_linked_list.c: Likewise.
9879         * lib/gl_linked_list.h: Likewise.
9880         * lib/gl_linkedhash_list.c: Likewise.
9881         * lib/gl_linkedhash_list.h: Likewise.
9882         * lib/gl_list.c: Likewise.
9883         * lib/gl_list.h: Likewise.
9884         * lib/gl_oset.c: Likewise.
9885         * lib/gl_oset.h: Likewise.
9886         * lib/gl_rbtree_list.c: Likewise.
9887         * lib/gl_rbtree_list.h: Likewise.
9888         * lib/gl_rbtree_oset.c: Likewise.
9889         * lib/gl_rbtree_oset.h: Likewise.
9890         * lib/gl_rbtreehash_list.c: Likewise.
9891         * lib/gl_rbtreehash_list.h: Likewise.
9892         * lib/gl_sublist.c: Likewise.
9893         * lib/gl_sublist.h: Likewise.
9894         * lib/group-member.c: Likewise.
9895         * lib/group-member.h: Likewise.
9896         * lib/hard-locale.c: Likewise.
9897         * lib/hard-locale.h: Likewise.
9898         * lib/hash-pjw.c: Likewise.
9899         * lib/hash-pjw.h: Likewise.
9900         * lib/hash-triple.c: Likewise.
9901         * lib/hash.c: Likewise.
9902         * lib/hash.h: Likewise.
9903         * lib/human.c: Likewise.
9904         * lib/human.h: Likewise.
9905         * lib/i-ring.c: Likewise.
9906         * lib/i-ring.h: Likewise.
9907         * lib/idcache.c: Likewise.
9908         * lib/imaxabs.c: Likewise.
9909         * lib/imaxdiv.c: Likewise.
9910         * lib/inet_pton.c: Likewise.
9911         * lib/inet_pton.h: Likewise.
9912         * lib/intprops.h: Likewise.
9913         * lib/inttostr.c: Likewise.
9914         * lib/inttostr.h: Likewise.
9915         * lib/inttypes.in.h: Likewise.
9916         * lib/isapipe.c: Likewise.
9917         * lib/isdir.c: Likewise.
9918         * lib/isnan.c: Likewise.
9919         * lib/isnan.h: Likewise.
9920         * lib/isnanf.c: Likewise.
9921         * lib/isnanf.h: Likewise.
9922         * lib/isnanl-nolibm.h: Likewise.
9923         * lib/isnanl.c: Likewise.
9924         * lib/isnanl.h: Likewise.
9925         * lib/javacomp.c: Likewise.
9926         * lib/javacomp.h: Likewise.
9927         * lib/javaexec.c: Likewise.
9928         * lib/javaexec.h: Likewise.
9929         * lib/javaversion.c: Likewise.
9930         * lib/javaversion.h: Likewise.
9931         * lib/javaversion.java: Likewise.
9932         * lib/lbrkprop.h: Likewise.
9933         * lib/lchmod.h: Likewise.
9934         * lib/lchown.c: Likewise.
9935         * lib/ldexpl.c: Likewise.
9936         * lib/linebreak.c: Likewise.
9937         * lib/linebreak.h: Likewise.
9938         * lib/linebuffer.c: Likewise.
9939         * lib/linebuffer.h: Likewise.
9940         * lib/locale.in.h: Likewise.
9941         * lib/logl.c: Likewise.
9942         * lib/long-options.c: Likewise.
9943         * lib/long-options.h: Likewise.
9944         * lib/lstat.c: Likewise.
9945         * lib/lstat.h: Likewise.
9946         * lib/math.in.h: Likewise.
9947         * lib/mbchar.c: Likewise.
9948         * lib/mbchar.h: Likewise.
9949         * lib/mbfile.h: Likewise.
9950         * lib/mbiter.h: Likewise.
9951         * lib/mbscasecmp.c: Likewise.
9952         * lib/mbscasestr.c: Likewise.
9953         * lib/mbschr.c: Likewise.
9954         * lib/mbscspn.c: Likewise.
9955         * lib/mbslen.c: Likewise.
9956         * lib/mbsncasecmp.c: Likewise.
9957         * lib/mbsnlen.c: Likewise.
9958         * lib/mbspbrk.c: Likewise.
9959         * lib/mbspcasecmp.c: Likewise.
9960         * lib/mbsrchr.c: Likewise.
9961         * lib/mbssep.c: Likewise.
9962         * lib/mbsspn.c: Likewise.
9963         * lib/mbsstr.c: Likewise.
9964         * lib/mbstok_r.c: Likewise.
9965         * lib/mbswidth.c: Likewise.
9966         * lib/mbswidth.h: Likewise.
9967         * lib/mbuiter.h: Likewise.
9968         * lib/memcasecmp.c: Likewise.
9969         * lib/memcasecmp.h: Likewise.
9970         * lib/memchr.c: Likewise.
9971         * lib/memcmp.c: Likewise.
9972         * lib/memcoll.c: Likewise.
9973         * lib/memcoll.h: Likewise.
9974         * lib/memcpy.c: Likewise.
9975         * lib/memrchr.c: Likewise.
9976         * lib/mkancesdirs.c: Likewise.
9977         * lib/mkdir-p.c: Likewise.
9978         * lib/mkdir-p.h: Likewise.
9979         * lib/mkdir.c: Likewise.
9980         * lib/mkdirat.c: Likewise.
9981         * lib/mkdtemp.c: Likewise.
9982         * lib/mkstemp-safer.c: Likewise.
9983         * lib/mkstemp.c: Likewise.
9984         * lib/modechange.c: Likewise.
9985         * lib/modechange.h: Likewise.
9986         * lib/mountlist.c: Likewise.
9987         * lib/mountlist.h: Likewise.
9988         * lib/mpsort.c: Likewise.
9989         * lib/nanosleep.c: Likewise.
9990         * lib/obstack.c: Likewise.
9991         * lib/obstack.h: Likewise.
9992         * lib/open-safer.c: Likewise.
9993         * lib/open.c: Likewise.
9994         * lib/openat-die.c: Likewise.
9995         * lib/openat-priv.h: Likewise.
9996         * lib/openat-proc.c: Likewise.
9997         * lib/openat.c: Likewise.
9998         * lib/openat.h: Likewise.
9999         * lib/pagealign_alloc.c: Likewise.
10000         * lib/pagealign_alloc.h: Likewise.
10001         * lib/physmem.c: Likewise.
10002         * lib/physmem.h: Likewise.
10003         * lib/pipe-safer.c: Likewise.
10004         * lib/pipe.c: Likewise.
10005         * lib/pipe.h: Likewise.
10006         * lib/posixtm.c: Likewise.
10007         * lib/posixtm.h: Likewise.
10008         * lib/posixver.c: Likewise.
10009         * lib/printf-frexp.c: Likewise.
10010         * lib/printf-frexp.h: Likewise.
10011         * lib/printf-frexpl.c: Likewise.
10012         * lib/printf-frexpl.h: Likewise.
10013         * lib/printf.c: Likewise.
10014         * lib/progname.c: Likewise.
10015         * lib/progname.h: Likewise.
10016         * lib/progreloc.c: Likewise.
10017         * lib/putenv.c: Likewise.
10018         * lib/quote.c: Likewise.
10019         * lib/quote.h: Likewise.
10020         * lib/quotearg.c: Likewise.
10021         * lib/quotearg.h: Likewise.
10022         * lib/raise.c: Likewise.
10023         * lib/readline.c: Likewise.
10024         * lib/readline.h: Likewise.
10025         * lib/readlink.c: Likewise.
10026         * lib/readtokens.c: Likewise.
10027         * lib/readtokens.h: Likewise.
10028         * lib/readtokens0.c: Likewise.
10029         * lib/readtokens0.h: Likewise.
10030         * lib/readutmp.c: Likewise.
10031         * lib/readutmp.h: Likewise.
10032         * lib/realloc.c: Likewise.
10033         * lib/relocwrapper.c: Likewise.
10034         * lib/rename-dest-slash.c: Likewise.
10035         * lib/rename.c: Likewise.
10036         * lib/rmdir.c: Likewise.
10037         * lib/rpmatch.c: Likewise.
10038         * lib/safe-read.c: Likewise.
10039         * lib/safe-read.h: Likewise.
10040         * lib/safe-write.c: Likewise.
10041         * lib/safe-write.h: Likewise.
10042         * lib/same-inode.h: Likewise.
10043         * lib/same.c: Likewise.
10044         * lib/same.h: Likewise.
10045         * lib/save-cwd.c: Likewise.
10046         * lib/save-cwd.h: Likewise.
10047         * lib/savedir.c: Likewise.
10048         * lib/savedir.h: Likewise.
10049         * lib/savewd.c: Likewise.
10050         * lib/savewd.h: Likewise.
10051         * lib/search.in.h: Likewise.
10052         * lib/setenv.c: Likewise.
10053         * lib/setenv.h: Likewise.
10054         * lib/settime.c: Likewise.
10055         * lib/sh-quote.c: Likewise.
10056         * lib/sh-quote.h: Likewise.
10057         * lib/sig2str.c: Likewise.
10058         * lib/sig2str.h: Likewise.
10059         * lib/signal.in.h: Likewise.
10060         * lib/signbitd.c: Likewise.
10061         * lib/signbitf.c: Likewise.
10062         * lib/signbitl.c: Likewise.
10063         * lib/sigprocmask.c: Likewise.
10064         * lib/sincosl.c: Likewise.
10065         * lib/sleep.c: Likewise.
10066         * lib/sprintf.c: Likewise.
10067         * lib/sqrtl.c: Likewise.
10068         * lib/stat-time.h: Likewise.
10069         * lib/stdio--.h: Likewise.
10070         * lib/stdio-safer.h: Likewise.
10071         * lib/stdlib--.h: Likewise.
10072         * lib/stdlib-safer.h: Likewise.
10073         * lib/stdlib.in.h: Likewise.
10074         * lib/stpcpy.c: Likewise.
10075         * lib/stpncpy.c: Likewise.
10076         * lib/strchrnul.c: Likewise.
10077         * lib/strcspn.c: Likewise.
10078         * lib/strerror.c: Likewise.
10079         * lib/strftime.c: Likewise.
10080         * lib/strftime.h: Likewise.
10081         * lib/striconveh.c: Likewise.
10082         * lib/striconveh.h: Likewise.
10083         * lib/striconveha.c: Likewise.
10084         * lib/striconveha.h: Likewise.
10085         * lib/stripslash.c: Likewise.
10086         * lib/strnlen1.c: Likewise.
10087         * lib/strnlen1.h: Likewise.
10088         * lib/strtod.c: Likewise.
10089         * lib/strtoimax.c: Likewise.
10090         * lib/strtok_r.c: Likewise.
10091         * lib/strtol.c: Likewise.
10092         * lib/strtoll.c: Likewise.
10093         * lib/strtoul.c: Likewise.
10094         * lib/strtoull.c: Likewise.
10095         * lib/sysexits.in.h: Likewise.
10096         * lib/tempname.c: Likewise.
10097         * lib/tempname.h: Likewise.
10098         * lib/timespec.h: Likewise.
10099         * lib/tls.c: Likewise.
10100         * lib/tls.h: Likewise.
10101         * lib/tmpdir.c: Likewise.
10102         * lib/tmpdir.h: Likewise.
10103         * lib/tmpfile-safer.c: Likewise.
10104         * lib/tmpfile.c: Likewise.
10105         * lib/trigl.c: Likewise.
10106         * lib/trigl.h: Likewise.
10107         * lib/trim.c: Likewise.
10108         * lib/trim.h: Likewise.
10109         * lib/trunc.c: Likewise.
10110         * lib/truncf.c: Likewise.
10111         * lib/truncl.c: Likewise.
10112         * lib/tsearch.c: Likewise.
10113         * lib/unicodeio.c: Likewise.
10114         * lib/unicodeio.h: Likewise.
10115         * lib/unistd--.h: Likewise.
10116         * lib/unistd-safer.h: Likewise.
10117         * lib/unistdio/ulc-fprintf.c: Likewise.
10118         * lib/unistdio/ulc-vfprintf.c: Likewise.
10119         * lib/unlinkdir.c: Likewise.
10120         * lib/unlinkdir.h: Likewise.
10121         * lib/unlocked-io.h: Likewise.
10122         * lib/unsetenv.c: Likewise.
10123         * lib/userspec.c: Likewise.
10124         * lib/utime.c: Likewise.
10125         * lib/utimecmp.c: Likewise.
10126         * lib/utimecmp.h: Likewise.
10127         * lib/utimens.c: Likewise.
10128         * lib/verify.h: Likewise.
10129         * lib/verror.c: Likewise.
10130         * lib/verror.h: Likewise.
10131         * lib/version-etc-fsf.c: Likewise.
10132         * lib/version-etc.c: Likewise.
10133         * lib/version-etc.h: Likewise.
10134         * lib/vfprintf.c: Likewise.
10135         * lib/vprintf.c: Likewise.
10136         * lib/vsprintf.c: Likewise.
10137         * lib/w32spawn.h: Likewise.
10138         * lib/wait-process.c: Likewise.
10139         * lib/wait-process.h: Likewise.
10140         * lib/wcwidth.c: Likewise.
10141         * lib/write-any-file.c: Likewise.
10142         * lib/xalloc-die.c: Likewise.
10143         * lib/xalloc.h: Likewise.
10144         * lib/xasprintf.c: Likewise.
10145         * lib/xgetcwd.c: Likewise.
10146         * lib/xgetcwd.h: Likewise.
10147         * lib/xgetdomainname.c: Likewise.
10148         * lib/xgetdomainname.h: Likewise.
10149         * lib/xgethostname.c: Likewise.
10150         * lib/xmalloc.c: Likewise.
10151         * lib/xmalloca.c: Likewise.
10152         * lib/xmalloca.h: Likewise.
10153         * lib/xmemcoll.c: Likewise.
10154         * lib/xnanosleep.c: Likewise.
10155         * lib/xreadlink.c: Likewise.
10156         * lib/xreadlink.h: Likewise.
10157         * lib/xsetenv.c: Likewise.
10158         * lib/xsetenv.h: Likewise.
10159         * lib/xstriconv.c: Likewise.
10160         * lib/xstriconv.h: Likewise.
10161         * lib/xstrndup.c: Likewise.
10162         * lib/xstrndup.h: Likewise.
10163         * lib/xstrtod.c: Likewise.
10164         * lib/xstrtod.h: Likewise.
10165         * lib/xstrtol-error.c: Likewise.
10166         * lib/xstrtol.c: Likewise.
10167         * lib/xstrtol.h: Likewise.
10168         * lib/xtime.h: Likewise.
10169         * lib/xvasprintf.c: Likewise.
10170         * lib/xvasprintf.h: Likewise.
10171         * lib/yesno.c: Likewise.
10172         * lib/yesno.h: Likewise.
10173         * posix-modules: Likewise.
10174         * tests/test-alloca-opt.c: Likewise.
10175         * tests/test-arcfour.c: Likewise.
10176         * tests/test-arctwo.c: Likewise.
10177         * tests/test-argmatch.c: Likewise.
10178         * tests/test-argp-2.sh: Likewise.
10179         * tests/test-argp.c: Likewise.
10180         * tests/test-arpa_inet.c: Likewise.
10181         * tests/test-array_list.c: Likewise.
10182         * tests/test-array_oset.c: Likewise.
10183         * tests/test-atexit.c: Likewise.
10184         * tests/test-avltree_list.c: Likewise.
10185         * tests/test-avltree_oset.c: Likewise.
10186         * tests/test-avltreehash_list.c: Likewise.
10187         * tests/test-base64.c: Likewise.
10188         * tests/test-binary-io.c: Likewise.
10189         * tests/test-byteswap.c: Likewise.
10190         * tests/test-c-ctype.c: Likewise.
10191         * tests/test-c-strcasecmp.c: Likewise.
10192         * tests/test-c-strcasestr.c: Likewise.
10193         * tests/test-c-strncasecmp.c: Likewise.
10194         * tests/test-c-strstr.c: Likewise.
10195         * tests/test-canonicalize-lgpl.c: Likewise.
10196         * tests/test-canonicalize.c: Likewise.
10197         * tests/test-carray_list.c: Likewise.
10198         * tests/test-ceilf.c: Likewise.
10199         * tests/test-ceill.c: Likewise.
10200         * tests/test-count-one-bits.c: Likewise.
10201         * tests/test-crc.c: Likewise.
10202         * tests/test-dirname.c: Likewise.
10203         * tests/test-fbufmode.c: Likewise.
10204         * tests/test-fcntl.c: Likewise.
10205         * tests/test-fflush.c: Likewise.
10206         * tests/test-floorf.c: Likewise.
10207         * tests/test-floorl.c: Likewise.
10208         * tests/test-fopen.c: Likewise.
10209         * tests/test-fprintf-posix.c: Likewise.
10210         * tests/test-fprintf-posix.h: Likewise.
10211         * tests/test-fpurge.c: Likewise.
10212         * tests/test-freadable.c: Likewise.
10213         * tests/test-freadahead.c: Likewise.
10214         * tests/test-freading.c: Likewise.
10215         * tests/test-freopen.c: Likewise.
10216         * tests/test-frexp.c: Likewise.
10217         * tests/test-frexpl.c: Likewise.
10218         * tests/test-fseek.c: Likewise.
10219         * tests/test-fseeko.c: Likewise.
10220         * tests/test-fseterr.c: Likewise.
10221         * tests/test-fstrcmp.c: Likewise.
10222         * tests/test-ftell.c: Likewise.
10223         * tests/test-ftello.c: Likewise.
10224         * tests/test-fwritable.c: Likewise.
10225         * tests/test-fwriting.c: Likewise.
10226         * tests/test-getaddrinfo.c: Likewise.
10227         * tests/test-getpass.c: Likewise.
10228         * tests/test-gettimeofday.c: Likewise.
10229         * tests/test-hmac-md5.c: Likewise.
10230         * tests/test-hmac-sha1.c: Likewise.
10231         * tests/test-iconv.c: Likewise.
10232         * tests/test-iconvme.c: Likewise.
10233         * tests/test-inttypes.c: Likewise.
10234         * tests/test-isnan.c: Likewise.
10235         * tests/test-isnanf.c: Likewise.
10236         * tests/test-isnanl-nolibm.c: Likewise.
10237         * tests/test-isnanl.c: Likewise.
10238         * tests/test-isnanl.h: Likewise.
10239         * tests/test-ldexpl.c: Likewise.
10240         * tests/test-linked_list.c: Likewise.
10241         * tests/test-linkedhash_list.c: Likewise.
10242         * tests/test-locale.c: Likewise.
10243         * tests/test-localename.c: Likewise.
10244         * tests/test-lock.c: Likewise.
10245         * tests/test-lseek.c: Likewise.
10246         * tests/test-malloca.c: Likewise.
10247         * tests/test-math.c: Likewise.
10248         * tests/test-mbscasecmp.c: Likewise.
10249         * tests/test-mbscasestr1.c: Likewise.
10250         * tests/test-mbscasestr2.c: Likewise.
10251         * tests/test-mbscasestr3.c: Likewise.
10252         * tests/test-mbscasestr4.c: Likewise.
10253         * tests/test-mbschr.c: Likewise.
10254         * tests/test-mbscspn.c: Likewise.
10255         * tests/test-mbsncasecmp.c: Likewise.
10256         * tests/test-mbspbrk.c: Likewise.
10257         * tests/test-mbspcasecmp.c: Likewise.
10258         * tests/test-mbsrchr.c: Likewise.
10259         * tests/test-mbsspn.c: Likewise.
10260         * tests/test-mbsstr1.c: Likewise.
10261         * tests/test-mbsstr2.c: Likewise.
10262         * tests/test-mbsstr3.c: Likewise.
10263         * tests/test-md5.c: Likewise.
10264         * tests/test-memmem.c: Likewise.
10265         * tests/test-netinet_in.c: Likewise.
10266         * tests/test-open.c: Likewise.
10267         * tests/test-printf-frexp.c: Likewise.
10268         * tests/test-printf-frexpl.c: Likewise.
10269         * tests/test-printf-posix.c: Likewise.
10270         * tests/test-printf-posix.h: Likewise.
10271         * tests/test-rbtree_list.c: Likewise.
10272         * tests/test-rbtree_oset.c: Likewise.
10273         * tests/test-rbtreehash_list.c: Likewise.
10274         * tests/test-read-file.c: Likewise.
10275         * tests/test-rijndael.c: Likewise.
10276         * tests/test-search.c: Likewise.
10277         * tests/test-signbit.c: Likewise.
10278         * tests/test-sleep.c: Likewise.
10279         * tests/test-snprintf-posix.c: Likewise.
10280         * tests/test-snprintf-posix.h: Likewise.
10281         * tests/test-snprintf.c: Likewise.
10282         * tests/test-sprintf-posix.c: Likewise.
10283         * tests/test-sprintf-posix.h: Likewise.
10284         * tests/test-stat-time.c: Likewise.
10285         * tests/test-stdbool.c: Likewise.
10286         * tests/test-stdint.c: Likewise.
10287         * tests/test-stdio.c: Likewise.
10288         * tests/test-stdlib.c: Likewise.
10289         * tests/test-stpncpy.c: Likewise.
10290         * tests/test-strcasestr.c: Likewise.
10291         * tests/test-striconv.c: Likewise.
10292         * tests/test-striconveh.c: Likewise.
10293         * tests/test-striconveha.c: Likewise.
10294         * tests/test-string.c: Likewise.
10295         * tests/test-sys_select.c: Likewise.
10296         * tests/test-sys_socket.c: Likewise.
10297         * tests/test-sys_stat.c: Likewise.
10298         * tests/test-sys_time.c: Likewise.
10299         * tests/test-sysexits.c: Likewise.
10300         * tests/test-time.c: Likewise.
10301         * tests/test-tls.c: Likewise.
10302         * tests/test-trunc.c: Likewise.
10303         * tests/test-truncf.c: Likewise.
10304         * tests/test-truncl.c: Likewise.
10305         * tests/test-unistd.c: Likewise.
10306         * tests/test-vasnprintf-posix.c: Likewise.
10307         * tests/test-vasnprintf-posix2.c: Likewise.
10308         * tests/test-vasnprintf.c: Likewise.
10309         * tests/test-vasprintf-posix.c: Likewise.
10310         * tests/test-vasprintf.c: Likewise.
10311         * tests/test-verify.c: Likewise.
10312         * tests/test-vfprintf-posix.c: Likewise.
10313         * tests/test-vprintf-posix.c: Likewise.
10314         * tests/test-vsnprintf-posix.c: Likewise.
10315         * tests/test-vsnprintf.c: Likewise.
10316         * tests/test-vsprintf-posix.c: Likewise.
10317         * tests/test-wchar.c: Likewise.
10318         * tests/test-wctype.c: Likewise.
10319         * tests/test-wcwidth.c: Likewise.
10320         * tests/test-xstrtol.c: Likewise.
10321         * tests/test-xvasprintf.c: Likewise.
10322         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
10323         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
10324         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10325         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10326         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10327         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
10328         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10329         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10330         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10331         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
10332         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10333         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10334         * tests/uniname/test-uninames.c: Likewise.
10335         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
10336         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
10337         * tests/unistdio/test-u16-printf1.h: Likewise.
10338         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
10339         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
10340         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
10341         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
10342         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
10343         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
10344         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
10345         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
10346         * tests/unistdio/test-u32-printf1.h: Likewise.
10347         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
10348         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
10349         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
10350         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
10351         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
10352         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
10353         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
10354         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
10355         * tests/unistdio/test-u8-printf1.h: Likewise.
10356         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
10357         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
10358         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
10359         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
10360         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
10361         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
10362         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
10363         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
10364         * tests/unistdio/test-ulc-printf1.h: Likewise.
10365         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
10366         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
10367         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
10368         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
10369         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
10370         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
10371         * tests/uniwidth/test-u16-strwidth.c: Likewise.
10372         * tests/uniwidth/test-u16-width.c: Likewise.
10373         * tests/uniwidth/test-u32-strwidth.c: Likewise.
10374         * tests/uniwidth/test-u32-width.c: Likewise.
10375         * tests/uniwidth/test-u8-strwidth.c: Likewise.
10376         * tests/uniwidth/test-u8-width.c: Likewise.
10377         * tests/uniwidth/test-uc_width.c: Likewise.
10378         * config/srclist-update: Likewise.
10379         (fixlicense): Update to GPLv3+.
10380
10381         Change copyright notice from LGPLv2.1+ to LGPLv3+.
10382         * tests/test-tsearch.c: Change copyright notice.
10383
10384         Change copyright notice from LGPLv2.0+ to LGPLv3+.
10385         * lib/c-strcaseeq.h: Change copyright notice.
10386         * lib/streq.h: Likewise.
10387         * lib/uniconv.h: Likewise.
10388         * lib/uniconv/u-conv-from-enc.h: Likewise.
10389         * lib/uniconv/u-conv-to-enc.h: Likewise.
10390         * lib/uniconv/u-strconv-from-enc.h: Likewise.
10391         * lib/uniconv/u-strconv-to-enc.h: Likewise.
10392         * lib/uniconv/u16-conv-from-enc.c: Likewise.
10393         * lib/uniconv/u16-conv-to-enc.c: Likewise.
10394         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
10395         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
10396         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
10397         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
10398         * lib/uniconv/u32-conv-from-enc.c: Likewise.
10399         * lib/uniconv/u32-conv-to-enc.c: Likewise.
10400         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
10401         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
10402         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
10403         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
10404         * lib/uniconv/u8-conv-from-enc.c: Likewise.
10405         * lib/uniconv/u8-conv-to-enc.c: Likewise.
10406         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
10407         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
10408         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
10409         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
10410         * lib/uniname.h: Likewise.
10411         * lib/uniname/uniname.c: Likewise.
10412         * lib/unistdio.h: Likewise.
10413         * lib/unistdio/u-asnprintf.h: Likewise.
10414         * lib/unistdio/u-asprintf.h: Likewise.
10415         * lib/unistdio/u-printf-args.c: Likewise.
10416         * lib/unistdio/u-printf-args.h: Likewise.
10417         * lib/unistdio/u-printf-parse.h: Likewise.
10418         * lib/unistdio/u-snprintf.h: Likewise.
10419         * lib/unistdio/u-sprintf.h: Likewise.
10420         * lib/unistdio/u-vasprintf.h: Likewise.
10421         * lib/unistdio/u-vsnprintf.h: Likewise.
10422         * lib/unistdio/u-vsprintf.h: Likewise.
10423         * lib/unistdio/u16-asnprintf.c: Likewise.
10424         * lib/unistdio/u16-asprintf.c: Likewise.
10425         * lib/unistdio/u16-printf-parse.c: Likewise.
10426         * lib/unistdio/u16-snprintf.c: Likewise.
10427         * lib/unistdio/u16-sprintf.c: Likewise.
10428         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
10429         * lib/unistdio/u16-u16-asprintf.c: Likewise.
10430         * lib/unistdio/u16-u16-snprintf.c: Likewise.
10431         * lib/unistdio/u16-u16-sprintf.c: Likewise.
10432         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
10433         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
10434         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
10435         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
10436         * lib/unistdio/u16-vasnprintf.c: Likewise.
10437         * lib/unistdio/u16-vasprintf.c: Likewise.
10438         * lib/unistdio/u16-vsnprintf.c: Likewise.
10439         * lib/unistdio/u16-vsprintf.c: Likewise.
10440         * lib/unistdio/u32-asnprintf.c: Likewise.
10441         * lib/unistdio/u32-asprintf.c: Likewise.
10442         * lib/unistdio/u32-printf-parse.c: Likewise.
10443         * lib/unistdio/u32-snprintf.c: Likewise.
10444         * lib/unistdio/u32-sprintf.c: Likewise.
10445         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
10446         * lib/unistdio/u32-u32-asprintf.c: Likewise.
10447         * lib/unistdio/u32-u32-snprintf.c: Likewise.
10448         * lib/unistdio/u32-u32-sprintf.c: Likewise.
10449         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
10450         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
10451         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
10452         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
10453         * lib/unistdio/u32-vasnprintf.c: Likewise.
10454         * lib/unistdio/u32-vasprintf.c: Likewise.
10455         * lib/unistdio/u32-vsnprintf.c: Likewise.
10456         * lib/unistdio/u32-vsprintf.c: Likewise.
10457         * lib/unistdio/u8-asnprintf.c: Likewise.
10458         * lib/unistdio/u8-asprintf.c: Likewise.
10459         * lib/unistdio/u8-printf-parse.c: Likewise.
10460         * lib/unistdio/u8-snprintf.c: Likewise.
10461         * lib/unistdio/u8-sprintf.c: Likewise.
10462         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
10463         * lib/unistdio/u8-u8-asprintf.c: Likewise.
10464         * lib/unistdio/u8-u8-snprintf.c: Likewise.
10465         * lib/unistdio/u8-u8-sprintf.c: Likewise.
10466         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
10467         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
10468         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
10469         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
10470         * lib/unistdio/u8-vasnprintf.c: Likewise.
10471         * lib/unistdio/u8-vasprintf.c: Likewise.
10472         * lib/unistdio/u8-vsnprintf.c: Likewise.
10473         * lib/unistdio/u8-vsprintf.c: Likewise.
10474         * lib/unistdio/ulc-asnprintf.c: Likewise.
10475         * lib/unistdio/ulc-asprintf.c: Likewise.
10476         * lib/unistdio/ulc-printf-parse.c: Likewise.
10477         * lib/unistdio/ulc-snprintf.c: Likewise.
10478         * lib/unistdio/ulc-sprintf.c: Likewise.
10479         * lib/unistdio/ulc-vasnprintf.c: Likewise.
10480         * lib/unistdio/ulc-vasprintf.c: Likewise.
10481         * lib/unistdio/ulc-vsnprintf.c: Likewise.
10482         * lib/unistdio/ulc-vsprintf.c: Likewise.
10483         * lib/unistr.h: Likewise.
10484         * lib/unistr/u-cpy-alloc.h: Likewise.
10485         * lib/unistr/u-cpy.h: Likewise.
10486         * lib/unistr/u-endswith.h: Likewise.
10487         * lib/unistr/u-move.h: Likewise.
10488         * lib/unistr/u-set.h: Likewise.
10489         * lib/unistr/u-startswith.h: Likewise.
10490         * lib/unistr/u-stpcpy.h: Likewise.
10491         * lib/unistr/u-stpncpy.h: Likewise.
10492         * lib/unistr/u-strcat.h: Likewise.
10493         * lib/unistr/u-strcpy.h: Likewise.
10494         * lib/unistr/u-strcspn.h: Likewise.
10495         * lib/unistr/u-strdup.h: Likewise.
10496         * lib/unistr/u-strlen.h: Likewise.
10497         * lib/unistr/u-strncat.h: Likewise.
10498         * lib/unistr/u-strncpy.h: Likewise.
10499         * lib/unistr/u-strnlen.h: Likewise.
10500         * lib/unistr/u-strpbrk.h: Likewise.
10501         * lib/unistr/u-strspn.h: Likewise.
10502         * lib/unistr/u-strstr.h: Likewise.
10503         * lib/unistr/u-strtok.h: Likewise.
10504         * lib/unistr/u16-check.c: Likewise.
10505         * lib/unistr/u16-chr.c: Likewise.
10506         * lib/unistr/u16-cmp.c: Likewise.
10507         * lib/unistr/u16-cpy-alloc.c: Likewise.
10508         * lib/unistr/u16-cpy.c: Likewise.
10509         * lib/unistr/u16-endswith.c: Likewise.
10510         * lib/unistr/u16-mblen.c: Likewise.
10511         * lib/unistr/u16-mbsnlen.c: Likewise.
10512         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10513         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10514         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10515         * lib/unistr/u16-mbtouc.c: Likewise.
10516         * lib/unistr/u16-mbtoucr.c: Likewise.
10517         * lib/unistr/u16-move.c: Likewise.
10518         * lib/unistr/u16-next.c: Likewise.
10519         * lib/unistr/u16-prev.c: Likewise.
10520         * lib/unistr/u16-set.c: Likewise.
10521         * lib/unistr/u16-startswith.c: Likewise.
10522         * lib/unistr/u16-stpcpy.c: Likewise.
10523         * lib/unistr/u16-stpncpy.c: Likewise.
10524         * lib/unistr/u16-strcat.c: Likewise.
10525         * lib/unistr/u16-strchr.c: Likewise.
10526         * lib/unistr/u16-strcmp.c: Likewise.
10527         * lib/unistr/u16-strcpy.c: Likewise.
10528         * lib/unistr/u16-strcspn.c: Likewise.
10529         * lib/unistr/u16-strdup.c: Likewise.
10530         * lib/unistr/u16-strlen.c: Likewise.
10531         * lib/unistr/u16-strmblen.c: Likewise.
10532         * lib/unistr/u16-strmbtouc.c: Likewise.
10533         * lib/unistr/u16-strncat.c: Likewise.
10534         * lib/unistr/u16-strncmp.c: Likewise.
10535         * lib/unistr/u16-strncpy.c: Likewise.
10536         * lib/unistr/u16-strnlen.c: Likewise.
10537         * lib/unistr/u16-strpbrk.c: Likewise.
10538         * lib/unistr/u16-strrchr.c: Likewise.
10539         * lib/unistr/u16-strspn.c: Likewise.
10540         * lib/unistr/u16-strstr.c: Likewise.
10541         * lib/unistr/u16-strtok.c: Likewise.
10542         * lib/unistr/u16-to-u32.c: Likewise.
10543         * lib/unistr/u16-to-u8.c: Likewise.
10544         * lib/unistr/u16-uctomb-aux.c: Likewise.
10545         * lib/unistr/u16-uctomb.c: Likewise.
10546         * lib/unistr/u32-check.c: Likewise.
10547         * lib/unistr/u32-chr.c: Likewise.
10548         * lib/unistr/u32-cmp.c: Likewise.
10549         * lib/unistr/u32-cpy-alloc.c: Likewise.
10550         * lib/unistr/u32-cpy.c: Likewise.
10551         * lib/unistr/u32-endswith.c: Likewise.
10552         * lib/unistr/u32-mblen.c: Likewise.
10553         * lib/unistr/u32-mbsnlen.c: Likewise.
10554         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10555         * lib/unistr/u32-mbtouc.c: Likewise.
10556         * lib/unistr/u32-mbtoucr.c: Likewise.
10557         * lib/unistr/u32-move.c: Likewise.
10558         * lib/unistr/u32-next.c: Likewise.
10559         * lib/unistr/u32-prev.c: Likewise.
10560         * lib/unistr/u32-set.c: Likewise.
10561         * lib/unistr/u32-startswith.c: Likewise.
10562         * lib/unistr/u32-stpcpy.c: Likewise.
10563         * lib/unistr/u32-stpncpy.c: Likewise.
10564         * lib/unistr/u32-strcat.c: Likewise.
10565         * lib/unistr/u32-strchr.c: Likewise.
10566         * lib/unistr/u32-strcmp.c: Likewise.
10567         * lib/unistr/u32-strcpy.c: Likewise.
10568         * lib/unistr/u32-strcspn.c: Likewise.
10569         * lib/unistr/u32-strdup.c: Likewise.
10570         * lib/unistr/u32-strlen.c: Likewise.
10571         * lib/unistr/u32-strmblen.c: Likewise.
10572         * lib/unistr/u32-strmbtouc.c: Likewise.
10573         * lib/unistr/u32-strncat.c: Likewise.
10574         * lib/unistr/u32-strncmp.c: Likewise.
10575         * lib/unistr/u32-strncpy.c: Likewise.
10576         * lib/unistr/u32-strnlen.c: Likewise.
10577         * lib/unistr/u32-strpbrk.c: Likewise.
10578         * lib/unistr/u32-strrchr.c: Likewise.
10579         * lib/unistr/u32-strspn.c: Likewise.
10580         * lib/unistr/u32-strstr.c: Likewise.
10581         * lib/unistr/u32-strtok.c: Likewise.
10582         * lib/unistr/u32-to-u16.c: Likewise.
10583         * lib/unistr/u32-to-u8.c: Likewise.
10584         * lib/unistr/u32-uctomb.c: Likewise.
10585         * lib/unistr/u8-check.c: Likewise.
10586         * lib/unistr/u8-chr.c: Likewise.
10587         * lib/unistr/u8-cmp.c: Likewise.
10588         * lib/unistr/u8-cpy-alloc.c: Likewise.
10589         * lib/unistr/u8-cpy.c: Likewise.
10590         * lib/unistr/u8-endswith.c: Likewise.
10591         * lib/unistr/u8-mblen.c: Likewise.
10592         * lib/unistr/u8-mbsnlen.c: Likewise.
10593         * lib/unistr/u8-mbtouc-aux.c: Likewise.
10594         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10595         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10596         * lib/unistr/u8-mbtouc.c: Likewise.
10597         * lib/unistr/u8-mbtoucr.c: Likewise.
10598         * lib/unistr/u8-move.c: Likewise.
10599         * lib/unistr/u8-next.c: Likewise.
10600         * lib/unistr/u8-prev.c: Likewise.
10601         * lib/unistr/u8-set.c: Likewise.
10602         * lib/unistr/u8-startswith.c: Likewise.
10603         * lib/unistr/u8-stpcpy.c: Likewise.
10604         * lib/unistr/u8-stpncpy.c: Likewise.
10605         * lib/unistr/u8-strcat.c: Likewise.
10606         * lib/unistr/u8-strchr.c: Likewise.
10607         * lib/unistr/u8-strcmp.c: Likewise.
10608         * lib/unistr/u8-strcpy.c: Likewise.
10609         * lib/unistr/u8-strcspn.c: Likewise.
10610         * lib/unistr/u8-strdup.c: Likewise.
10611         * lib/unistr/u8-strlen.c: Likewise.
10612         * lib/unistr/u8-strmblen.c: Likewise.
10613         * lib/unistr/u8-strmbtouc.c: Likewise.
10614         * lib/unistr/u8-strncat.c: Likewise.
10615         * lib/unistr/u8-strncmp.c: Likewise.
10616         * lib/unistr/u8-strncpy.c: Likewise.
10617         * lib/unistr/u8-strnlen.c: Likewise.
10618         * lib/unistr/u8-strpbrk.c: Likewise.
10619         * lib/unistr/u8-strrchr.c: Likewise.
10620         * lib/unistr/u8-strspn.c: Likewise.
10621         * lib/unistr/u8-strstr.c: Likewise.
10622         * lib/unistr/u8-strtok.c: Likewise.
10623         * lib/unistr/u8-to-u16.c: Likewise.
10624         * lib/unistr/u8-to-u32.c: Likewise.
10625         * lib/unistr/u8-uctomb-aux.c: Likewise.
10626         * lib/unistr/u8-uctomb.c: Likewise.
10627         * lib/unitypes.h: Likewise.
10628         * lib/uniwidth.h: Likewise.
10629         * lib/uniwidth/cjk.h: Likewise.
10630         * lib/uniwidth/u16-strwidth.c: Likewise.
10631         * lib/uniwidth/u16-width.c: Likewise.
10632         * lib/uniwidth/u32-strwidth.c: Likewise.
10633         * lib/uniwidth/u32-width.c: Likewise.
10634         * lib/uniwidth/u8-strwidth.c: Likewise.
10635         * lib/uniwidth/u8-width.c: Likewise.
10636         * lib/uniwidth/width.c: Likewise.
10637
10638 2007-10-07  Bruno Haible  <bruno@clisp.org>
10639
10640         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
10641         The file is still under LGPL (see modules/inttypes).
10642
10643 2007-10-06  Bruno Haible  <bruno@clisp.org>
10644
10645         * modules/trunc (Dependencies): Add 'extensions'.
10646         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
10647         Reported by Ben Pfaff <blp@gnu.org>.
10648
10649 2007-10-06  Bruno Haible  <bruno@clisp.org>
10650
10651         * modules/freopen-tests: New file.
10652         * tests/test-freopen.c: New file.
10653
10654         * modules/fopen-tests: New file.
10655         * tests/test-fopen.c: New file.
10656
10657         * modules/fopen: New file.
10658         * lib/fopen.c: New file.
10659         * m4/fopen.m4: New file.
10660         * modules/freopen: New file.
10661         * lib/freopen.c: New file.
10662         * m4/freopen.m4: New file.
10663         * lib/stdio.in.h (fopen, freopen): New declarations.
10664         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
10665         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10666         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
10667         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10668         * doc/functions/fopen.texi: Mention the 'fopen' module.
10669         * doc/functions/freopen.texi: Mention the 'freopen' module.
10670
10671 2007-10-06  Bruno Haible  <bruno@clisp.org>
10672
10673         * modules/open-tests: New file.
10674         * tests/test-open.c: New file.
10675
10676         * modules/open: New file.
10677         * lib/open.c: New file.
10678         * m4/open.m4: New file.
10679         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
10680         lib/open.c does.
10681         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
10682         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
10683         macros.
10684         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
10685         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
10686         REPLACE_OPEN.
10687         * doc/functions/open.texi: Mention the 'open' module.
10688
10689 2007-10-04  Bruno Haible  <bruno@clisp.org>
10690
10691         * modules/ceill-tests: New file.
10692         * tests/test-ceill.c: New file.
10693
10694         * modules/ceill: New file.
10695         * lib/ceill.c: Replace entire file.
10696         * m4/ceill.m4: New file.
10697         * lib/math.in.h (ceill): Replace declaration.
10698         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
10699         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
10700         * doc/functions/ceill.texi: Mention the 'ceill' module.
10701         * modules/mathl (Files): Remove lib/ceill.c.
10702         (Depends-on): Add ceill.
10703
10704 2007-10-04  Bruno Haible  <bruno@clisp.org>
10705
10706         * modules/ceilf-tests: New file.
10707         * tests/test-ceilf.c: New file.
10708
10709         * modules/ceilf: New file.
10710         * lib/ceil.c: New file.
10711         * lib/ceilf.c: New file.
10712         * m4/ceilf.m4: New file.
10713         * lib/math.in.h (ceilf): New declaration.
10714         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
10715         HAVE_DECL_CEILF.
10716         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
10717         HAVE_DECL_CEILF.
10718         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
10719
10720 2007-10-04  Bruno Haible  <bruno@clisp.org>
10721
10722         * modules/floorl-tests: New file.
10723         * tests/test-floorl.c: New file.
10724
10725         * modules/floorl: New file.
10726         * lib/floorl.c: Replace entire file.
10727         * m4/floorl.m4: New file.
10728         * lib/math.in.h (floorl): Replace declaration.
10729         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
10730         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
10731         * doc/functions/floorl.texi: Mention the 'floorl' module.
10732         * modules/mathl (Files): Remove lib/floorl.c.
10733         (Depends-on): Add floorl.
10734
10735 2007-10-04  Bruno Haible  <bruno@clisp.org>
10736
10737         * modules/floorf-tests: New file.
10738         * tests/test-floorf.c: New file.
10739
10740         * modules/floorf: New file.
10741         * lib/floor.c: New file.
10742         * lib/floorf.c: New file.
10743         * m4/floorf.m4: New file.
10744         * lib/math.in.h (floorf): New declaration.
10745         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
10746         HAVE_DECL_FLOORF.
10747         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
10748         HAVE_DECL_FLOORF.
10749         * doc/functions/floorf.texi: Mention the 'floorf' module.
10750
10751 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
10752             Bruno Haible  <bruno@clisp.org>
10753
10754         Advertise for the Git server instead of the CVS server.
10755         * doc/gnulib-intro.texi (Steady Development): Mention the Git
10756         repository instead of the CVS one.
10757         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
10758         about all VCS systems generically.
10759         * doc/gnulib.texi (Introduction): Capitalize `Git'.
10760
10761 2007-10-04  Bruno Haible  <bruno@clisp.org>
10762
10763         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
10764         means.
10765         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
10766
10767 2007-10-04  Bruno Haible  <bruno@clisp.org>
10768
10769         * modules/truncl-tests: New file.
10770         * tests/test-truncl.c: New file.
10771
10772         * modules/truncl: New file.
10773         * lib/truncl.c: New file.
10774         * m4/truncl.m4: New file.
10775         * lib/math.in.h (truncl): New declaration.
10776         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
10777         HAVE_DECL_TRUNCL.
10778         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
10779         HAVE_DECL_TRUNCL.
10780         * doc/functions/truncl.texi: Mention the 'truncl' module.
10781
10782 2007-10-04  Bruno Haible  <bruno@clisp.org>
10783
10784         * modules/truncf-tests: New file.
10785         * tests/test-truncf.c: New file.
10786
10787         * modules/truncf: New file.
10788         * lib/trunc.c: Make paramerizable through USE_* macros.
10789         * lib/truncf.c: New file.
10790         * m4/truncf.m4: New file.
10791         * lib/math.in.h (truncf): New declaration.
10792         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
10793         HAVE_DECL_TRUNCF.
10794         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
10795         HAVE_DECL_TRUNCF.
10796         * doc/functions/truncf.texi: Mention the 'truncf' module.
10797
10798 2007-10-03  Bruno Haible  <bruno@clisp.org>
10799
10800         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10801         augmentation also for tests modules.
10802         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
10803         * modules/atexit-tests (Makefile.am): Likewise.
10804         * modules/binary-io-tests (Makefile.am): Likewise.
10805         * modules/c-strcase-tests (Makefile.am): Likewise.
10806         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
10807         * modules/canonicalize-tests (Makefile.am): Likewise.
10808         * modules/closein-tests (Makefile.am): Likewise.
10809         * modules/fprintf-posix-tests (Makefile.am): Likewise.
10810         * modules/freadahead-tests (Makefile.am): Likewise.
10811         * modules/fseek-tests (Makefile.am): Likewise.
10812         * modules/fseeko-tests (Makefile.am): Likewise.
10813         * modules/ftell-tests (Makefile.am): Likewise.
10814         * modules/ftello-tests (Makefile.am): Likewise.
10815         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
10816         * modules/isnanl-tests (Makefile.am): Likewise.
10817         * modules/lseek-tests (Makefile.am): Likewise.
10818         * modules/mbscasecmp-tests (Makefile.am): Likewise.
10819         * modules/mbscasestr-tests (Makefile.am): Likewise.
10820         * modules/mbschr-tests (Makefile.am): Likewise.
10821         * modules/mbscspn-tests (Makefile.am): Likewise.
10822         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
10823         * modules/mbspbrk-tests (Makefile.am): Likewise.
10824         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
10825         * modules/mbsrchr-tests (Makefile.am): Likewise.
10826         * modules/mbsspn-tests (Makefile.am): Likewise.
10827         * modules/mbsstr-tests (Makefile.am): Likewise.
10828         * modules/printf-posix-tests (Makefile.am): Likewise.
10829         * modules/snprintf-posix-tests (Makefile.am): Likewise.
10830         * modules/sprintf-posix-tests (Makefile.am): Likewise.
10831         * modules/tsearch-tests (Makefile.am): Likewise.
10832         * modules/uniname/uniname-tests (Makefile.am): Likewise.
10833         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
10834         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
10835         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
10836         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
10837         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
10838         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
10839         * modules/vprintf-posix-tests (Makefile.am): Likewise.
10840         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
10841         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
10842         * modules/xstrtoimax-tests (Makefile.am): Likewise.
10843         * modules/xstrtol-tests (Makefile.am): Likewise.
10844         * modules/xstrtoumax-tests (Makefile.am): Likewise.
10845         * modules/yesno-tests (Makefile.am): Likewise.
10846
10847 2007-10-03  Bruno Haible  <bruno@clisp.org>
10848
10849         * modules/trunc-tests: New file.
10850         * tests/test-trunc.c: New file.
10851
10852         * modules/trunc: New file.
10853         * lib/trunc.c: New file.
10854         * m4/trunc.m4: New file.
10855         * lib/math.in.h (trunc): New declaration.
10856         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
10857         HAVE_DECL_TRUNC.
10858         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
10859         HAVE_DECL_TRUNC.
10860         * doc/functions/trunc.texi: Mention the 'trunc' module.
10861
10862 2007-10-03  Bruno Haible  <bruno@clisp.org>
10863
10864         * tests/test-fpending.c: New file, mostly copied
10865         from coreutils/lib/t-fpending.c.
10866         * modules/fpending-tests: New file.
10867
10868 2007-10-03  Bruno Haible  <bruno@clisp.org>
10869
10870         Port the stdio extensions to QNX (untested).
10871         * lib/fseterr.c (fseterr): Add support for QNX.
10872         * lib/fbufmode.c (fbufmode): Likewise.
10873         * lib/freadable.c (freadable): Likewise.
10874         * lib/fwritable.c (fwritable): Likewise.
10875         * lib/freading.c (freading): Likewise.
10876         * lib/fwriting.c (fwriting): Likewise.
10877         * lib/freadahead.c (freadahed): Likewise.
10878         * lib/fpurge.c (fpurge): Likewise.
10879         * lib/fseeko.c (rpl_fseeko): Likewise.
10880
10881 2007-10-03  Bruno Haible  <bruno@clisp.org>
10882             Jim Meyering  <jim@meyering.net>
10883             Eric Blake  <ebb9@byu.net>
10884
10885         * doc/relocatable.texi: Use @command instead of @program.
10886
10887 2007-10-02  Jim Meyering  <jim@meyering.net>
10888
10889         Perform one more "_.h" -> ".in.h" substitution.
10890         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
10891         instead of unistd_.h here, too.
10892
10893 2007-10-01  Bruno Haible  <bruno@clisp.org>
10894
10895         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
10896         Needed for the alloca-opt module.
10897
10898 2007-09-30  Bruno Haible  <bruno@clisp.org>
10899
10900         * lib/alloca.in.h: Renamed from lib/alloca_.h.
10901         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
10902         alloca_.h.
10903         * lib/argz.in.h: Renamed from lib/argz_.h.
10904         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
10905         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
10906         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
10907         byteswap_.h.
10908         * lib/dirent.in.h: Renamed from lib/dirent_.h.
10909         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
10910         dirent_.h.
10911         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
10912         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
10913         fcntl_.h.
10914         * lib/float.in.h: Renamed from lib/float_.h.
10915         * modules/float (Files, Makefile.am): Use float.in.h instead of
10916         float_.h.
10917         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
10918         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
10919         fnmatch_.h.
10920         * lib/getopt.in.h: Renamed from lib/getopt_.h.
10921         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
10922         getopt_.h.
10923         * lib/glob.in.h: Renamed from lib/glob_.h.
10924         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
10925         * lib/iconv.in.h: Renamed from lib/iconv_.h.
10926         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
10927         iconv_.h.
10928         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
10929         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
10930         inttypes_.h.
10931         * lib/locale.in.h: Renamed from lib/locale_.h.
10932         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
10933         locale_.h.
10934         * lib/math.in.h: Renamed from lib/math_.h.
10935         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
10936         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
10937         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
10938         of netinet_in_.h. Add dependency.
10939         * lib/poll.in.h: Renamed from lib/poll_.h.
10940         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
10941         * lib/search.in.h: Renamed from lib/search_.h.
10942         * modules/search (Files, Makefile.am): Use search.in.h instead of
10943         search_.h.
10944         * lib/signal.in.h: Renamed from lib/signal_.h.
10945         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
10946         _signal.h.
10947         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
10948         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
10949         stdbool_.h.
10950         * lib/stdint.in.h: Renamed from lib/stdint_.h.
10951         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
10952         stdint_.h.
10953         * lib/stdio.in.h: Renamed from lib/stdio_.h.
10954         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
10955         stdio_.h.
10956         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
10957         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
10958         stdlib_.h.
10959         * lib/string.in.h: Renamed from lib/string_.h.
10960         * modules/string (Files, Makefile.am): Use string.in.h instead of
10961         string_.h.
10962         * doc/gnulib-tool.texi (Initial import): Update.
10963         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
10964         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
10965         of sys_select_.h. Add dependency.
10966         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
10967         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
10968         of sys_socket_.h.
10969         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
10970         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
10971         sys_stat_.h.
10972         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
10973         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
10974         sys_time_.h.
10975         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
10976         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
10977         sysexits_.h.
10978         * lib/time.in.h: Renamed from lib/time_.h.
10979         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
10980         * lib/unistd.in.h: Renamed from lib/unistd_.h.
10981         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
10982         unistd_.h.
10983         * lib/wchar.in.h: Renamed from lib/wchar_.h.
10984         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
10985         wchar_.h.
10986         * lib/wctype.in.h: Renamed from lib/wctype_.h.
10987         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
10988         wctype_.h.
10989         * build-aux/bootstrap (slurp): Update.
10990         * lib/.cppi-disable: Update.
10991
10992 2007-09-30  Bruno Haible  <bruno@clisp.org>
10993
10994         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
10995         Needed on BeOS.
10996
10997 2007-09-30  Bruno Haible  <bruno@clisp.org>
10998
10999         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
11000
11001 2007-09-29  Bruno Haible  <bruno@clisp.org>
11002
11003         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
11004
11005 2007-09-29  Bruno Haible  <bruno@clisp.org>
11006
11007         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
11008         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
11009         * build-aux/install-reloc: Compile also areadlink.c.
11010         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
11011
11012 2007-09-29  Bruno Haible  <bruno@clisp.org>
11013
11014         * gnulib-tool (func_emit_initmacro_done): Indentation.
11015
11016 2007-09-29  Bruno Haible  <bruno@clisp.org>
11017
11018         * README: Add CVS checkout update instructions.
11019         Info from Bob Proulx <bob@proulx.com>.
11020
11021 2007-09-28  Eric Blake  <ebb9@byu.net>
11022
11023         Provide move-if-change.
11024         * build-aux/move-if-change: New file, based on best practice
11025         rather than any canonical upstream location.
11026
11027 2007-09-28  Jim Meyering  <jim@meyering.net>
11028
11029         Fix canonicalize loop-detection corner case.
11030         Do not attempt to stat the symlink values stored via seen_triple.
11031         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
11032         on linux-2.6.18, (but not 2.6.22).
11033         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
11034         triple_compare.  The former compares dev,ino,filename, while the latter
11035         would actually stat dirname(filename) when dev and ino were equal.
11036         * lib/hash-triple.c: Install <string.h>.
11037         (STREQ): Define.
11038         (triple_compare_ino_str): New function.
11039         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
11040
11041 2007-09-28  Eric Blake  <ebb9@byu.net>
11042
11043         Enforce that AC_REPLACE_FUNCS files exist.
11044         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
11045         override check for typos.
11046
11047         Fix test-closein on Solaris 10.
11048         * tests/test-closein.c (main): Don't assume stdin can be inherited
11049         closed on all systems.
11050         * tests/test-closein.sh: Likewise.
11051         Reported by Piotr Tarnowski.
11052
11053 2007-09-28  Jim Meyering  <jim@meyering.net>
11054
11055         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
11056
11057 2007-09-27  Jim Meyering  <jim@meyering.net>
11058
11059         canonicalize: Avoid a false-positive cycle failure.
11060         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
11061         Sort.  Remove cycle-check.
11062         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
11063         not cycle-check.h.
11064         (seen_triple): New function.
11065         (canonicalize_filename_mode): Use it instead of cycle-check.
11066         * tests/test-canonicalize.c: Add a test for this bug.
11067         * tests/test-canonicalize.sh: Set up and run the test.
11068
11069         New module, file-set, from coreutils.
11070         * modules/file-set: Define it.
11071         * lib/file-set.c, lib/file-set.h: Implement.
11072
11073         New module, hash-triple, from coreutils.
11074         * modules/hash-triple: Define it.
11075         * lib/hash-triple.c, lib/hash-triple.h: Implement.
11076
11077 2007-09-25  Eric Blake  <ebb9@byu.net>
11078
11079         Fix strerror on Interix.
11080         * lib/string_.h (strerror): Declare replacement.
11081         * doc/functions/strerror.texi (strerror): Document the Interix
11082         shortcoming.
11083         * modules/string (Makefile.am): Support new hooks.
11084         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
11085         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
11086         gl_FUNC_STRERROR_SEPARATE.
11087         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
11088         * lib/strerror.c (rpl_strerror): Provide replacement.
11089         * modules/strerror (Depends-on): Add string.
11090         (configure.ac): Detect use of module.
11091         * tests/test-strerror.c: New file.
11092         * modules/strerror-tests: New test module.
11093         * modules/argp (Depends-on): Add strerror.
11094         * modules/error (Depends-on): Likewise.
11095         Reported by Martin Koeppe.
11096
11097 2007-09-24  Bruno Haible  <bruno@clisp.org>
11098
11099         * README: Update git instructions.
11100
11101 2007-09-24  Eric Blake  <ebb9@byu.net>
11102
11103         Revert fpending breakage from 2007-09-08.
11104         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
11105         __fpending.c.
11106
11107 2007-09-24  Jim Meyering  <jim@meyering.net>
11108
11109         filenamecat.c: Add a test.
11110         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
11111         showing how the function works when DIR is the empty string.
11112
11113 2007-09-21  Simon Josefsson  <simon@josefsson.org>
11114
11115         * tests/test-canonicalize.sh: Turn on executable bit.
11116
11117 2007-09-19  Eric Blake  <ebb9@byu.net>
11118
11119         * README: Update CVS instructions.
11120
11121 2007-09-18  Bruno Haible  <bruno@clisp.org>
11122
11123         * modules/areadlink: New file.
11124         * lib/areadlink.h (areadlink): New declaration.
11125         * lib/areadlink.c: New file, based on lib/xreadlink.c.
11126
11127 2007-09-17  Jim Meyering  <jim@meyering.net>
11128
11129         * lib/savewd.c (ESTALE) [!defined]: Define.
11130         Reported to be required on Interix by Martin Koeppe.
11131
11132 2007-09-17  Bruno Haible  <bruno@clisp.org>
11133
11134         * gnulib-tool (func_version): Use $version.
11135
11136 2007-09-16  Bruno Haible  <bruno@clisp.org>
11137
11138         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
11139         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
11140         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
11141         Reported by Greg Schafer <gschafer@zip.com.au>.
11142
11143 2007-09-15  Bruno Haible  <bruno@clisp.org>
11144
11145         * gnulib-tool (sed): Try a little harder to make bash understand the
11146         alias.
11147         Reported by Bruce Korb <bruce.korb@gmail.com>.
11148
11149 2007-09-13  Eric Blake  <ebb9@byu.net>
11150
11151         * ChangeLog: Remove conflict markers.
11152
11153 2007-09-13  Simon Josefsson  <simon@josefsson.org>
11154
11155         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
11156         Reported by Bruno Haible <bruno@clisp.org>.
11157
11158 2007-09-12  Bruno Haible  <bruno@clisp.org>
11159
11160         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
11161         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
11162         is not defined.
11163
11164 2007-09-12  Eric Blake  <ebb9@byu.net>
11165
11166         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
11167         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
11168         Autoconf definition.
11169         * modules/euidaccess (Depends-on): Add extensions, for
11170         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
11171         * modules/fnmatch (Depends-on): Likewise.
11172         * modules/getaddrinfo (Depends-on): Likewise.
11173         * modules/getdelim (Depends-on): Likewise.
11174         * modules/getline (Depends-on): Likewise.
11175         * modules/getsubopt (Depends-on): Likewise.
11176         * modules/gettext (Depends-on): Likewise.
11177         * modules/group-member (Depends-on): Likewise.
11178         * modules/mbchar (Depends-on): Likewise.
11179         * modules/memmem (Depends-on): Likewise.
11180         * modules/mempcpy (Depends-on): Likewise.
11181         * modules/memrchr (Depends-on): Likewise.
11182         * modules/pagealign_alloc (Depends-on): Likewise.
11183         * modules/readutmp (Depends-on): Likewise.
11184         * modules/stpcpy (Depends-on): Likewise.
11185         * modules/stpncpy (Depends-on): Likewise.
11186         * modules/strchrnul (Depends-on): Likewise.
11187         * modules/strndup (Depends-on): Likewise.
11188         * modules/strsep (Depends-on): Likewise.
11189         * modules/strverscmp (Depends-on): Likewise.
11190         * modules/vasprintf (Depends-on): Likewise.
11191         * modules/wcwidth (Depends-on): Likewise.
11192         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
11193         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
11194         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
11195         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
11196         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
11197         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11198         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
11199         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11200         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
11201         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
11202         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
11203         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
11204         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
11205         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
11206         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
11207         * m4/readutmp.m4 (gl_READUTMP): Likewise.
11208         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11209         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
11210         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11211         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
11212         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
11213         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
11214         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
11215         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
11216         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
11217         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11218         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
11219         so that lock.m4 can be used in gettext without extensions module.
11220
11221 2007-09-11  Bruno Haible  <bruno@clisp.org>
11222
11223         * m4/isc-posix.m4: Remove file.
11224         Suggested by Eric Blake.
11225
11226 2007-09-11  Eric Blake  <ebb9@byu.net>
11227
11228         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
11229
11230 2007-09-10  Bruno Haible  <bruno@clisp.org>
11231
11232         * posix-modules: Fix typo in error message.
11233         Reported by Matt <mkraai@beckman.com>.
11234
11235 2007-09-09  Bruno Haible  <bruno@clisp.org>
11236
11237         * doc/functions/getdelim.texi: Update list of platforms lacking the
11238         function.
11239         * doc/functions/getline.texi: Likewise.
11240
11241 2007-09-09  Jim Meyering  <jim@meyering.net>
11242
11243         * lib/hash.c (hash_initialize): Detect calloc failure.
11244         Reported by Bruno Haible.
11245
11246 2007-09-09  Bruno Haible  <bruno@clisp.org>
11247
11248         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
11249         malloc or realloc fails.
11250
11251 2007-09-09  Bruno Haible  <bruno@clisp.org>
11252
11253         * modules/getcwd (Depends-on): Add malloc-posix.
11254         * modules/glob (Depends-on): Likewise.
11255         * modules/putenv (Depends-on): Likewise.
11256         * modules/strdup (Depends-on): Likewise.
11257         * modules/getdelim (Depends-on): Add realloc-posix.
11258         * modules/read-file (Depends-on): Likewise.
11259
11260 2007-09-09  Bruno Haible  <bruno@clisp.org>
11261
11262         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
11263         (gl_FUNC_MALLOC_POSIX): Require it.
11264         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
11265         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
11266         * modules/realloc (Files): Add m4/malloc.m4.
11267         * modules/calloc (Files): Likewise.
11268
11269 2007-09-09  Bruno Haible  <bruno@clisp.org>
11270
11271         * modules/malloc-posix: New file.
11272         * modules/malloc (Depends-on): Add malloc-posix.
11273         * lib/malloc.c: Include errno.h.
11274         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
11275         and a POSIX-compatible malloc into a single function. Set ENOMEM
11276         when returning NULL.
11277         * m4/malloc.m4: New file.
11278         * doc/functions/malloc.texi: Mention the malloc-posix module.
11279         * lib/stdlib_.h (malloc): New declaration.
11280         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11281         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
11282         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
11283         and HAVE_MALLOC_POSIX.
11284
11285 2007-09-09  Bruno Haible  <bruno@clisp.org>
11286
11287         * modules/realloc-posix: New file.
11288         * modules/realloc (Depends-on): Add realloc-posix.
11289         * lib/realloc.c: Include errno.h.
11290         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
11291         and a POSIX-compatible realloc into a single function. Set ENOMEM
11292         when returning NULL.
11293         * m4/realloc.m4: New file.
11294         * doc/functions/realloc.texi: Mention the realloc-posix module.
11295         * lib/stdlib_.h (realloc): New declaration.
11296         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11297         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
11298         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
11299         and HAVE_REALLOC_POSIX.
11300
11301 2007-09-09  Bruno Haible  <bruno@clisp.org>
11302
11303         * modules/calloc-posix: New file.
11304         * modules/calloc (Depends-on): Add calloc-posix.
11305         * lib/calloc.c: Include errno.h.
11306         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
11307         and a POSIX-compatible calloc into a single function. Set ENOMEM
11308         when returning NULL.
11309         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
11310         * doc/functions/calloc.texi: Mention the calloc-posix module.
11311         * lib/stdlib_.h (calloc): New declaration.
11312         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11313         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
11314         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
11315         and HAVE_CALLOC_POSIX.
11316
11317 2007-09-09  Bruno Haible  <bruno@clisp.org>
11318
11319         Allow for modules to show an arbitrary notice.
11320         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
11321         * gnulib-tool: New option --extract-notice.
11322         (func_usage): Document it.
11323         (sed_extract_prog): Update.
11324         (func_get_notice): New function.
11325         (func_modules_notice): New function.
11326         (func_import, func_create_testdir): Invoke it.
11327         Suggested by Jim Meyering.
11328
11329 2007-09-09  Bruno Haible  <bruno@clisp.org>
11330
11331         * gnulib-tool: New options --verbose, --quiet.
11332         (func_usage): Document them.
11333         (verbose): New variable.
11334         (func_execute_command): New function.
11335         (func_import): Don't show the module list and the file list if
11336         $verbose < 0.
11337         (func_create_testdir): Likewise. Use func_execute_command.
11338         (func_create_megatestdir): Use func_execute_command.
11339
11340 2007-09-08  Bruno Haible  <bruno@clisp.org>
11341
11342         * gnulib-tool (func_import): Prefer rsync over wget when available,
11343         for fetching the PO files.
11344
11345 2007-09-08  Bruno Haible  <bruno@clisp.org>
11346
11347         * posix-modules: New file. Portions copied from gnulib-tool.
11348         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
11349
11350 2007-09-08  Jim Meyering  <jim@meyering.net>
11351
11352         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
11353         * lib/fpending.h: Rename from __fpending.h.
11354         * lib/fpending.c: Rename from __fpending.c.
11355         Include "fpending.h", not "__fpending.h".
11356         * lib/__fpending.h, lib/__fpending.c: Remove files.
11357         * modules/fpending (Files): Reflect new file names.
11358         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
11359
11360 2007-09-08  Bruno Haible  <bruno@clisp.org>
11361
11362         * m4/inttypes-h.m4: Remove stub file.
11363
11364 2007-09-07  Simon Josefsson  <simon@josefsson.org>
11365
11366         * doc/headers/stdint.texi: Discuss #include_next issue.
11367
11368 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11369
11370         * build-aux/bootstrap: Remove obsolete comment about wget --help.
11371
11372 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11373
11374         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
11375         in variable name.
11376
11377 2007-09-03  Jim Meyering  <jim@meyering.net>
11378
11379         New module: git-version-gen.
11380         * modules/git-version-gen: New file.
11381
11382         Import changes from coreutils for bootstrap script.
11383
11384         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
11385
11386         bootstrap: uses rsync to download the .po files
11387         * build-aux/bootstrap (po_download_command_format): New global.
11388         (download_po_files): Use rsync.
11389         (update_po_files): Don't remove .po files after download,
11390         so future rsync runs can take advantage of the copies.
11391
11392         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
11393
11394         Solve the unnecessary-.po-file-regeneration problem once and for all.
11395         * build-aux/bootstrap (download_po_files): New function, renamed from
11396         get_translations.  Now, downloads, but doesn't update LINGUAS.
11397         (update_po_files): New function.
11398
11399         bootstrap: Ignore more.
11400         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
11401         uniwidth to e.g., lib/.gitignore.
11402         (slurp): Handle the sys_stat_.h -> sys mapping, too.
11403
11404         * build-aux/bootstrap: New setting: vc_ignore.
11405         (insert_sorted_if_absent): Create $file if absent.
11406         Adapt to new, possibly empty, list: $vc_ignore.
11407
11408         bootstrap: generate more ignorable names
11409         * build-aux/bootstrap (slurp): When generating ignorable names,
11410         also map .sin to .sed, .gperf to .c, and .y to .c.
11411
11412 2007-09-03  Jim Meyering  <jim@meyering.net>
11413
11414         * build-aux/git-version-gen: New file, from coreutils.  For details, see
11415         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
11416
11417 2007-09-02  Bruno Haible  <bruno@clisp.org>
11418
11419         Fix mis-recognition of 'mcs' on QNX 6.
11420         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
11421         output contains the string "Mono".
11422         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
11423         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
11424
11425 2007-09-01  Bruno Haible  <bruno@clisp.org>
11426
11427         Fix collision between uniwidth/* and linebreak modules.
11428         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
11429         u32_width): Remove declarations.
11430         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
11431         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
11432         streq3, streq2, streq1, streq0): Remove functions.
11433         (STREQ): Remove macro.
11434         (is_cjk_encoding): Remove function.
11435         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
11436         (uc_width, u8_width, u16_width, u32_width): Remove functions.
11437         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
11438         * NEWS: Document the change.
11439
11440 2007-09-01  Bruno Haible  <bruno@clisp.org>
11441
11442         * lib/streq.h: Add double-inclusion guard.
11443
11444 2007-09-01  Karl Berry  <karl@gnu.org>
11445
11446         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
11447
11448 2007-08-28  Jim Meyering  <jim@meyering.net>
11449
11450         Rename mreadlink_with_size to areadlink_with_size.
11451         * NEWS: Document the change.
11452         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
11453         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
11454         * lib/mreadlink.h: Rename this to...
11455         * lib/areadlink.h: ...this.
11456         * modules/mreadlink-with-size: Rename this to...
11457         * modules/areadlink-with-size: ...this.
11458         * lib/canonicalize.c: Reflect the renaming.
11459         * modules/canonicalize: Likewise.
11460
11461 2007-08-26  Bruno Haible  <bruno@clisp.org>
11462
11463         * gnulib-tool (func_import): When deciding which files to remove,
11464         consider also dangling symbolic links.
11465         Reported by Eric Blake.
11466
11467 2007-08-26  Bruno Haible  <bruno@clisp.org>
11468
11469         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
11470
11471 2007-08-23  Simon Josefsson  <simon@josefsson.org>
11472
11473         * lib/readline.c: Don't include getline.h, the prototype is now
11474         found in stdio.h.
11475
11476 2007-08-23  Jim Meyering  <jim@meyering.net>
11477
11478         Getdelim touchup.
11479         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
11480         around the funlockfile call, since funlockfile never sets errno.
11481         Don't set errno upon failed realloc.
11482
11483 2007-08-22  Eric Blake  <ebb9@byu.net>
11484
11485         Getline touchups.
11486         * lib/getdelim.c (getdelim): Revert regression that required *n to
11487         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
11488         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
11489         getdelim, rather than whether implementation is missing.
11490         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
11491         * lib/stdio_.h (getline): Also declare if replacement is
11492         required.
11493         * doc/functions/getdelim.texi: New file.
11494         * doc/functions/getline.texi: Likewise.
11495         * doc/gnulib.texi (Function Substitutes): Add new files.
11496         Reported by Bruno Haible.
11497
11498 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
11499
11500         * users.txt: Add Guile.
11501
11502 2007-08-22  Eric Blake  <ebb9@byu.net>
11503
11504         * tests/test-getdelim.c (main): Use remove, not unlink.
11505         * tests/test-getline.c (main): Likewise.
11506
11507         Move getline and getdelim into stdio.h, per POSIX 200x.
11508         * modules/getline (Files): Remove getline.h.
11509         (Depends-on): Add stdio.
11510         (configure.ac): Add module indicator.
11511         * modules/getdelim (Files): Remove getdelim.h.
11512         (Depends-on): Add stdio.
11513         (configure.ac): Add module indicator.
11514         * modules/stdio (Makefile.am): Work with new indicators.
11515         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11516         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
11517         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11518         * lib/getdelim.h: Delete.
11519         * lib/getline.h: Delete.
11520         * lib/stdio_.h (getdelim, getline): Declare.
11521         * modules/getdelim-tests: New module.
11522         * modules/getline-tests: Likewise.
11523         * tests/test-getdelim.c: New file.
11524         * tests/test-getline.c: Likewise.
11525         * NEWS: Document the change.
11526         * lib/getline.c: Update choice of header.
11527         * lib/csharpcomp.c: Likewise.
11528         * lib/getpass.c: Likewise.
11529         * lib/javacomp.c: Likewise.
11530         * lib/javaversion.c: Likewise.
11531         * lib/yesno.c: Likewise.
11532         * lib/getdelim.c: Likewise.
11533         (getdelim): Set errno on failure, and avoid memory leak.
11534
11535 2007-08-19  Bruno Haible  <bruno@clisp.org>
11536
11537         * modules/closein (Depends-on): Add freadahead.
11538         * lib/closein.c: Include freadahead.h.
11539         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
11540         is zero.
11541
11542 2007-08-19  Bruno Haible  <bruno@clisp.org>
11543
11544         * modules/freadahead-tests: New file.
11545         * tests/test-freadahead.sh: New file.
11546         * tests/test-freadahead.c: New file.
11547
11548         * modules/freadahead: New file.
11549         * lib/freadahead.h: New file.
11550         * lib/freadahead.c: New file.
11551         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
11552         fbufmode, fpurge, freadable, fwritable.
11553
11554 2007-08-19  Eric Blake  <ebb9@byu.net>
11555
11556         Test yesno in combination with closein.
11557         * lib/yesno.c (yesno): Document use of stdin.
11558         * modules/yesno-tests (Files): New module.
11559         * tests/test-yesno.c (main): New file.
11560         * tests/test-yesno.sh: Likewise.
11561
11562 2007-08-19  Bruno Haible  <bruno@clisp.org>
11563
11564         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
11565         * lib/fseeko.c (rpl_fseeko): Likewise.
11566         * lib/fseterr.c (fseterr): Likewise.
11567
11568 2007-08-19  Bruno Haible  <bruno@clisp.org>
11569
11570         * tests/test-lseek.c (main): Disable a test for BeOS.
11571         * doc/functions/lseek.texi: Document the BeOS bug.
11572
11573 2007-08-19  Bruno Haible  <bruno@clisp.org>
11574             Eric Blake  <ebb9@byu.net>
11575
11576         * lib/lseek.c: Include <sys/stat.h>.
11577         (rpl_lseek): Add workaround code also for Unix platforms.
11578         Needed for BeOS.
11579         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
11580         * doc/functions/lseek.texi: Document BeOS definiency.
11581
11582 2007-08-18  Bruno Haible  <bruno@clisp.org>
11583
11584         * modules/fstrcmp-tests: New file.
11585         * tests/test-fstrcmp.c: New file.
11586
11587 2007-08-18  Bruno Haible  <bruno@clisp.org>
11588
11589         * modules/fstrcmp: New file, from GNU gettext with modifications.
11590         * lib/fstrcmp.h: New file, from GNU gettext.
11591         * lib/fstrcmp.c: New file, from GNU gettext.
11592         * MODULES.html.sh (String handling): Add fstrcmp.
11593
11594 2007-08-18  Bruno Haible  <bruno@clisp.org>
11595
11596         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
11597         'bool'.
11598         (diag, compareseq): Remove const from the ctxt argument.
11599         (USE_HEURISTIC): Undefine at the end.
11600
11601 2007-08-18  Jim Meyering  <jim@meyering.net>
11602
11603         New file: lib/idcache.h
11604         * NEWS: Mention the addition.
11605         * modules/idcache (Files): Add lib/idcache.h
11606         * lib/idcache.c: Include "idcache.h".
11607         Don't include <sys/types.h>.
11608         Add a FIXME comment.
11609         Move file-scoped "static" declarations to the top.
11610         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
11611
11612 2007-08-17  Bruno Haible  <bruno@clisp.org>
11613         and Paul Eggert  <eggert@cs.ucla.edu>
11614
11615         * MODULES.html.sh: Add diffseq.
11616         * modules/diffseq: New file.
11617         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
11618         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
11619
11620 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         Import changes from coreutils for bootstrap script.
11623
11624         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         * build-aux/bootstrap (slurp): Work even in environments where
11627         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
11628         current code does not slurp files whose names start with ".", and
11629         this looks like it might be a troublesome area.
11630
11631         2007-07-11  Jim Meyering  <jim@meyering.net>
11632
11633         If there's a GPL vN copyright comment, require that N == 3.
11634
11635         2007-07-08  Jim Meyering  <jim@meyering.net>
11636
11637         Run the coreutils-specific code only if tests/Makefile.am.in exists.
11638         * build-aux/bootstrap (mam_template): Move definition out of loop.
11639
11640         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
11641
11642         * build-aux/bootstrap (symlink_to_dir): Rename function from
11643         symlink_to_gnulib.  Add a directory parameter.  Update all
11644         callers.
11645         (cp_mark_as_generated): Also check for -- and link to -- files in
11646         gl/.
11647
11648         2007-07-08  Jim Meyering  <jim@meyering.net>
11649
11650         Adapt to deeper hierarchy in gnulib.
11651         * build-aux/bootstrap (symlink_to_dir): If the destination
11652         directory doesn't exist, create it. This is required at least for
11653         "lib/uniwidth/cjk.h".
11654
11655         2007-05-15  Jim Meyering  <jim@meyering.net>
11656
11657         * build-aux/bootstrap: Now that generated Makefile.am files
11658         are no longer under version control, they must be created at
11659         bootstrap time.
11660
11661 2007-08-14  Ben Pfaff  <blp@gnu.org>
11662
11663         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
11664
11665 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11666
11667         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
11668         given the changes below.
11669         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
11670         even on hosts that have padding bits beyond the supported 64.
11671
11672 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11673
11674         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
11675         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
11676         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
11677         depends on it.
11678         (xstrtol_error): Remove.
11679         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
11680         but with a different signature.
11681         (ATTRIBUTE_NORETURN, __attribute__): New macros.
11682         * lib/xstrtol-error.c: Include exitfail.h.
11683         (xstrtol_fatal): New function, with a different signature from the
11684         old xstrtol_error, so that the caller need not worry about passing
11685         in an exit status, or about storage management of the option argument.
11686         (xstrtol_error): Now a static function.  Redo signature to
11687         implement xstrtol_fatal.  Output the correct number of hyphens in
11688         front of the option so that the caller need not worry about
11689         storage management.
11690         (N_): New macro.
11691         (_): Remove; not used now.
11692         * modules/xstrtol: Depend on getopt.
11693         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
11694         of old STRTOL_FATAL_ERROR macro.
11695         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
11696         of test program.
11697         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
11698         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
11699
11700 2007-08-08  Eric Blake  <ebb9@byu.net>
11701
11702         * lib/xstrtol-error.c: Add missing include.
11703
11704         Move xstrtol messages into gnulib domain, when --pobase is used.
11705         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
11706         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
11707         * modules/xstrtol (Files): Distribute new file.
11708         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
11709         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
11710         * tests/test-xstrtol.c: ...into new file.
11711         * tests/test-xstrtoul.c: Also test xstrtoul.
11712         * tests/test-xstrtoimax.c: Also test xstrtoimax.
11713         * tests/test-xstrtoumax.c: Also test xstrtoumax.
11714         * tests/test-xstrtol.sh: Drive the tests.
11715         * tests/test-xstrtoimax.sh: Likewise.
11716         * tests/test-xstrtoumax.sh: Likewise.
11717         * modules/xstrtol-tests: New module.
11718         * modules/xstrtoimax-tests: Likewise.
11719         * modules/xstrtoumax-tests: Likewise.
11720
11721 2007-08-08  Jim Meyering  <jim@meyering.net>
11722
11723         New function: mfile_name_concat.
11724         * lib/filenamecat.c (mfile_name_concat): New function, just like
11725         file_name_concat, but return NULL upon failure rather than exiting
11726         with a diagnostic.
11727         * lib/filenamecat.h: Declare it.
11728
11729 2007-08-07  Bruno Haible  <bruno@clisp.org>
11730
11731         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
11732         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
11733         warning from gcc.
11734         Reported by Eric Blake.
11735
11736 2007-08-07  Simon Josefsson  <simon@josefsson.org>
11737
11738         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
11739         * modules/crypto/arcfour (License): Likewise.
11740         * modules/crypto/des-tests (License): Likewise.
11741         * modules/crypto/gc-arctwo-tests (License): Likewise.
11742         * modules/crypto/gc-des-tests (License): Likewise.
11743         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
11744         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
11745         * modules/crypto/gc-md2-tests (License): Likewise.
11746         * modules/crypto/gc-md4-tests (License): Likewise.
11747         * modules/crypto/gc-md5-tests (License): Likewise.
11748         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
11749         * modules/crypto/gc-rijndael-tests (License): Likewise.
11750         * modules/crypto/gc-sha1-tests (License): Likewise.
11751         * modules/crypto/gc-tests (License): Likewise.
11752         * modules/crypto/hmac-md5 (License): Likewise.
11753         * modules/crypto/hmac-sha1 (License): Likewise.
11754         * modules/crypto/md2-tests (License): Likewise.
11755         * modules/crypto/md4-tests (License): Likewise.
11756         * modules/crypto/md5 (License): Likewise.
11757         * modules/crypto/rijndael (License): Likewise.
11758         * modules/crypto/sha1 (License): Likewise.
11759         * modules/memxor (License): Likewise.
11760
11761 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
11762         and Bruno Haible  <bruno@clisp.org>
11763
11764         * NEWS: Describe interface changes to human, xstrtol.
11765         * lib/human.h: Include <xstrtol.h>.
11766         (human_options): Return enum strtol_error, not int.  Remove
11767         bool arg; take int * instead.
11768         * lib/human.c: Don't include "gettext.h".
11769         (_): Remove; no longer used.
11770         Don't include <xstrtol.h>, since human.h does it.
11771         (human_options): Adjust to abovementioned interface changes.
11772         Do not report error to stderr; that's now the caller's
11773         responsibility.
11774         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
11775         interface change.
11776         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
11777         Str, Argument_type_string.  All uses changed.  Put " argument"
11778         in diagnostics to make them clearer.  Change wording of suffix
11779         message for clarity.
11780         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
11781         Argument_type_string.
11782         (STRTOL_FATAL_WARN): Remove; no longer used.
11783         * modules/human (Depends-on): Remove gettext-h.
11784
11785 2007-08-06  Simon Josefsson  <simon@josefsson.org>
11786
11787         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
11788
11789 2007-07-31  Bruno Haible  <bruno@clisp.org>
11790
11791         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
11792         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
11793         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
11794
11795 2007-07-31  Bruno Haible  <bruno@clisp.org>
11796
11797         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
11798         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
11799
11800 2007-07-30  Bruno Haible  <bruno@clisp.org>
11801
11802         * modules/base64 (License): Use the synonymous term "LGPLv2+".
11803         * modules/c-ctype (License): Likewise.
11804         * modules/c-strcase (License): Likewise.
11805         * modules/check-version (License): Likewise.
11806         * modules/iconv (License): Likewise.
11807         * modules/iconv_open (License): Likewise.
11808         * modules/read-file (License): Likewise.
11809         * modules/striconv (License): Likewise.
11810         * modules/strverscmp (License): Likewise.
11811         * modules/vasprintf (License): Likewise.
11812         * modules/crypto/des (License): Likewise.
11813         * modules/crypto/gc (License): Likewise.
11814         * modules/crypto/gc-arcfour (License): Likewise.
11815         * modules/crypto/gc-arctwo (License): Likewise.
11816         * modules/crypto/gc-des (License): Likewise.
11817         * modules/crypto/gc-hmac-md5 (License): Likewise.
11818         * modules/crypto/gc-hmac-sha1 (License): Likewise.
11819         * modules/crypto/gc-md2 (License): Likewise.
11820         * modules/crypto/gc-md4 (License): Likewise.
11821         * modules/crypto/gc-md5 (License): Likewise.
11822         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
11823         * modules/crypto/gc-random (License): Likewise.
11824         * modules/crypto/gc-rijndael (License): Likewise.
11825         * modules/crypto/gc-sha1 (License): Likewise.
11826         * modules/crypto/md2 (License): Likewise.
11827         * modules/crypto/md4 (License): Likewise.
11828
11829 2007-07-30  Jim Meyering  <jim@meyering.net>
11830
11831         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
11832         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
11833         it has valid stat data.  This bug would cause du not to count the
11834         sizes of inaccessible directories.
11835         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
11836         in <http://bugzilla.redhat.com/250077>.
11837
11838 2007-07-25  Peter O'Gorman  <peter@pogma.com>
11839             Bruno Haible  <bruno@clisp.org>
11840
11841         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
11842         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
11843         #include_next, gives a diagnostic about it, but reports no error in
11844         the exit code.
11845         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
11846
11847 2007-07-24  Ben Pfaff  <blp@gnu.org>
11848
11849         Improve name: "count-one-bits" is better than "popcount".
11850         * MODULES.html.sh: Update name.
11851         * lib/popcount.h: Renamed lib/count-one-bits.h.
11852         (popcount): Renamed count_one_bits.
11853         (popcountl): Renamed count_one_bits_l.
11854         (popcountll): Renamed count_one_bits_ll.
11855         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
11856         * modules/popcount: Renamed module/count-one-bits.
11857         * modules/popcount-tests: Renamed module/count-one-bits-tests.
11858         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
11859
11860 2007-07-23  Ben Pfaff  <blp@gnu.org>
11861
11862         * lib/popcount.h (popcount32): Reduce size of constants, to allow
11863         better code generation, and add U to large constants to avoid
11864         warnings, in non-GCC case.
11865         Suggested by Bruno Haible.
11866
11867 2007-07-23  Ben Pfaff  <blp@gnu.org>
11868
11869         * lib/popcount.h: Use verify_true instead of if...abort.
11870         * modules/popcount: Depend on verify module.
11871         Suggested by Jim Meyering.
11872
11873 2007-07-23  Bruno Haible  <bruno@clisp.org>
11874
11875         * gnulib-tool (func_import): Create a .cvsignore file also when the
11876         directory is not yet in CVS but the toplevel directory is. When
11877         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
11878         Reported by Karl Berry.
11879
11880 2007-07-22  Ben Pfaff  <blp@gnu.org>
11881
11882         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
11883         case.
11884         Suggested by Eric Blake.
11885
11886 2007-07-22  Ben Pfaff  <blp@gnu.org>
11887
11888         New module: popcount.
11889         * MODULES.html.sh: Add popcount.
11890         * modules/popcount: New file.
11891         * modules/popcount-tests: New file.
11892         * tests/test-popcount.c: New file.
11893         * lib/popcount.h: New file.
11894         * m4/popcount.m4: New file.
11895
11896 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11897
11898         * build-aux/announce-gen: Update to GPLv3.
11899
11900         * build-aux/config.guess: Update from config.
11901
11902 2007-07-21  Bruno Haible  <bruno@clisp.org>
11903
11904         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
11905         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
11906
11907 2007-07-20  Jim Meyering  <jim@meyering.net>
11908
11909         * check-module: Diagnose a self-dependency.
11910
11911 2007-07-19  Bruno Haible  <bruno@clisp.org>
11912
11913         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
11914         empty.
11915         Reported by Eric Blake.
11916
11917 2007-07-18  Bruno Haible  <bruno@clisp.org>
11918
11919         * gnulib-tool: New options --po-base, --po-domain.
11920         (func_usage): Document them.
11921         (pobase, po_domain): New variables.
11922         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
11923         DEFAULT_TEXT_DOMAIN.
11924         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
11925         (func_import): Consider pobase and po_domain. Create a po/ directory.
11926         (func_create_testdir): Set pobase and po_domain to empty.
11927         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
11928         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
11929
11930 2007-07-18  Bruno Haible  <bruno@clisp.org>
11931
11932         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11933         EXTRA_DIST augmentation for files in build-aux/.
11934
11935 2007-07-16  Bruno Haible  <bruno@clisp.org>
11936
11937         * modules/lseek (License): Use the synonymous term "LGPLv2+".
11938         * modules/getdelim (License): Likewise.
11939
11940 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11941
11942         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
11943         * modules/d-type (License): Likewise.
11944         * modules/extensions (License): Likewise.
11945         * modules/fnmatch (License): Likewise.
11946         * modules/fseeko (License): Likewise.
11947         * modules/getaddrinfo (License): Likewise.
11948         * modules/getline (License): Likewise.
11949         * modules/getlogin_r (License): Likewise.
11950         * modules/getpass (License): Likewise.
11951         * modules/gettimeofday (License): Likewise.
11952         * modules/glob (License): Likewise.
11953         * modules/inet_ntop (License): Likewise.
11954         * modules/malloc (License): Likewise.
11955         * modules/malloca (License): Likewise.
11956         * modules/memmem (License): Likewise.
11957         * modules/mempcpy (License): Likewise.
11958         * modules/memset (License): Likewise.
11959         * modules/minmax (License): Likewise.
11960         * modules/mktime (License): Likewise.
11961         * modules/netinet_in (License): Likewise.
11962         * modules/pathmax (License): Likewise.
11963         * modules/poll (License): Likewise.
11964         * modules/regex (License): Likewise.
11965         * modules/snprintf (License): Likewise.
11966         * modules/stdbool (License): Likewise.
11967         * modules/stdint (License): Likewise.
11968         * modules/stdio (License): Likewise.
11969         * modules/strcase (License): Likewise.
11970         * modules/strcasestr (License): Likewise.
11971         * modules/strdup (License): Likewise.
11972         * modules/string (License): Likewise.
11973         * modules/strndup (License): Likewise.
11974         * modules/strnlen (License): Likewise.
11975         * modules/strpbrk (License): Likewise.
11976         * modules/strptime (License): Likewise.
11977         * modules/strsep (License): Likewise.
11978         * modules/sys_select (License): Likewise.
11979         * modules/sys_socket (License): Likewise.
11980         * modules/sys_stat (License): Likewise.
11981         * modules/sys_time (License): Likewise.
11982         * modules/time (License): Likewise.
11983         * modules/time_r (License): Likewise.
11984         * modules/timegm (License): Likewise.
11985         * modules/unistd (License): Likewise.
11986         * modules/vsnprintf (License): Likewise.
11987         * modules/wctype (License): Likewise.
11988
11989 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11990
11991         * modules/argz (License): LGPLv2+.
11992
11993 2007-07-15  Karl Berry  <karl@gnu.org>
11994
11995         * doc/gnulib.texi: revise node structure per new fdl.texi.
11996
11997 2007-07-14  Bruno Haible  <bruno@clisp.org>
11998
11999         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
12000         the output file.
12001         * lib/uniname/uninames.h: Regenerated.
12002
12003 2007-07-14  Karl Berry  <karl@gnu.org>
12004
12005         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
12006         omitting sectioning and index commands.
12007
12008 2007-07-13  Bruno Haible  <bruno@clisp.org>
12009
12010         New gnulib-tool option --more-symlinks.
12011         * gnulib-tool (func_usage): Document --more-symlinks.
12012         (do_copyrights): New variable.
12013         Recognize option --more-symlinks.
12014         (func_import): Don't add a copyright notice transform to
12015         sed_transform_lib_file if do_copyrights is empty.
12016
12017 2007-07-13  Bruno Haible  <bruno@clisp.org>
12018
12019         * lib/vasnprintf.c (decimal_point_char): Define also if
12020         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
12021         && !NEED_PRINTF_DIRECTIVE_A.
12022         Reported by Clemens Koller <clemens.koller@anagramm.de> via
12023         Gary V. Vaughan <gary@gnu.org>.
12024
12025 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
12026
12027         * lib/inttypes_.h: Undo previous change, since it was fixed
12028         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
12029
12030 2007-07-13  Bruno Haible  <bruno@clisp.org>
12031
12032         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
12033         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
12034
12035 2007-07-13  Jim Meyering  <jim@meyering.net>
12036
12037         df: Don't fail for Tru64's "file-on-file mount".
12038         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
12039         so we fall through and use statfs instead.  Details here:
12040         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
12041         Reported by Albert Chin.
12042
12043 2007-07-13  Bruno Haible  <bruno@clisp.org>
12044
12045         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
12046         * modules/configmake (License): Likewise.
12047         * modules/gettext (License): Likewise.
12048         * modules/gettext-h (License): Likewise.
12049         * modules/include_next (License): Likewise.
12050         * modules/link-warning (License): Likewise.
12051         * modules/localcharset (License): Likewise.
12052         * modules/localename (License): Likewise.
12053         * modules/lock (License): Likewise.
12054         * modules/relocatable-lib-lgpl (License): Likewise.
12055         * modules/size_max (License): Likewise.
12056         * modules/vasnprintf (License): Likewise.
12057         * modules/wchar (License): Likewise.
12058         * modules/xsize (License): Likewise.
12059
12060 2007-07-13  Bruno Haible  <bruno@clisp.org>
12061
12062         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
12063         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
12064
12065 2007-07-12  Bruno Haible  <bruno@clisp.org>
12066
12067         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
12068         in the modules files.
12069
12070 2007-07-11  Karl Berry  <karl@gnu.org>
12071
12072         * MODULES.html.sh (func_module): use
12073          sed -e '\|^'"${includefile}"'$|d'
12074          instead of /.../d, to avoid errors on $includefile's containing /.
12075
12076 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12077
12078         * gnulib-tool (func_import): Avoid duplication of --avoid
12079         statements
12080         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
12081         names to `_' in variable names.
12082
12083 2007-07-10  Eric Blake  <ebb9@byu.net>
12084
12085         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
12086         * NEWS: Document this change.
12087
12088 2007-07-08  Bruno Haible  <bruno@clisp.org>
12089
12090         Update to Unicode 5.0.
12091         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
12092         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
12093         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
12094         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
12095         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
12096         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
12097         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
12098         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
12099         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
12100         U+10A3F, U+1D242..U+1D244.
12101         (nonspacing_table_ind): Update.
12102         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
12103         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
12104
12105 2007-07-08  Bruno Haible  <bruno@clisp.org>
12106
12107         Update to Unicode 5.0.
12108         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
12109         code transform. Extend the name index field of unicode_name_to_code and
12110         unicode_code_to_name from 16 to 24 bits.
12111         * lib/uniname/uniname.c (unicode_character_name,
12112         unicode_name_character): Add the range 0x12xxx to the code transform.
12113         * lib/uniname/uninames.h: Regenerated.
12114         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
12115
12116 2007-07-07  Bruno Haible  <bruno@clisp.org>
12117
12118         * modules/wcwidth-tests: New file.
12119         * tests/test-wcwidth.c: New file.
12120
12121         Work around MacOS X wcwidth() bug.
12122         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
12123         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
12124         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
12125         original wcwidth in non-UTF-8 locales.
12126         * modules/wcwidth (Depends-on): Add localcharset, streq,
12127         uniwidth/width.
12128         * doc/functions/wcwidth.texi: Update.
12129
12130 2007-07-07  Bruno Haible  <bruno@clisp.org>
12131
12132         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
12133         (wcwidth): New declaration.
12134         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
12135         macros.
12136         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
12137         here. Prepare for creating <wchar.h> unconditionally.
12138         * modules/wchar (Depends-on): Add link-warning.
12139         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
12140         REPLACE_WCWIDTH, and GL_LINK_WARNING.
12141         * lib/wcwidth.h: Remove file.
12142         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
12143         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
12144         * modules/wcwidth (Files): Remove lib/wcwidth.h.
12145         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
12146         (Include): Replace wcwidth.h with <wchar.h>.
12147         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
12148         * lib/mbchar.h: Don't include wcwidth.h.
12149         * lib/mbswidth.c: Likewise.
12150         * NEWS: Mention the change.
12151
12152 2007-07-07  Bruno Haible  <bruno@clisp.org>
12153
12154         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
12155         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
12156         definition with an external declaration.
12157         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
12158         defined as a function. Remove AC_C_INLINE requirement.
12159         * modules/wcwidth (Files): Add lib/wcwidth.c.
12160         (Makefile.am): Remove redundant statement.
12161
12162 2007-07-07  Bruno Haible  <bruno@clisp.org>
12163
12164         * MODULES.html.sh (Unicode string functions): Add the new modules.
12165
12166         * tests/uniwidth/test-u32-strwidth.c: New file.
12167         * modules/uniwidth/u32-strwidth-tests: New file.
12168
12169         * lib/uniwidth/u32-strwidth.c: New file.
12170         * modules/uniwidth/u32-strwidth: New file.
12171
12172         * tests/uniwidth/test-u16-strwidth.c: New file.
12173         * modules/uniwidth/u16-strwidth-tests: New file.
12174
12175         * lib/uniwidth/u16-strwidth.c: New file.
12176         * modules/uniwidth/u16-strwidth: New file.
12177
12178         * tests/uniwidth/test-u8-strwidth.c: New file.
12179         * modules/uniwidth/u8-strwidth-tests: New file.
12180
12181         * lib/uniwidth/u8-strwidth.c: New file.
12182         * modules/uniwidth/u8-strwidth: New file.
12183
12184         * tests/uniwidth/test-u32-width.c: New file.
12185         * modules/uniwidth/u32-width-tests: New file.
12186
12187         * lib/uniwidth/u32-width.c: New file.
12188         * modules/uniwidth/u32-width: New file.
12189
12190         * tests/uniwidth/test-u16-width.c: New file.
12191         * modules/uniwidth/u16-width-tests: New file.
12192
12193         * lib/uniwidth/u16-width.c: New file.
12194         * modules/uniwidth/u16-width: New file.
12195
12196         * tests/uniwidth/test-u8-width.c: New file.
12197         * modules/uniwidth/u8-width-tests: New file.
12198
12199         * lib/uniwidth/u8-width.c: New file.
12200         * modules/uniwidth/u8-width: New file.
12201
12202         * tests/uniwidth/test-uc_width.c: New file.
12203         * modules/uniwidth/width-tests: New file.
12204
12205         * lib/uniwidth/width.c: New file, from GNU libiconv.
12206         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
12207         * modules/uniwidth/width: New file.
12208
12209         * lib/uniwidth.h: New file, from GNU libiconv.
12210         * modules/uniwidth/base: New file.
12211
12212 2007-07-07  Bruno Haible  <bruno@clisp.org>
12213
12214         * lib/uniname.h: New file, from GNU gettext.
12215         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
12216         * lib/uniname/uninames.h: New file, from GNU gettext.
12217         * lib/uniname/uniname.c: New file, from GNU gettext.
12218         * tests/uniname/test-uninames.sh: New file.
12219         * tests/uniname/test-uninames.c: New file, from GNU gettext.
12220         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
12221         * modules/uniname/base: New file.
12222         * modules/uniname/uniname: New file.
12223         * modules/uniname/uniname-tests: New file.
12224         * MODULES.html.sh (Unicode string functions): Add the new modules.
12225
12226 2007-07-06  Bruno Haible  <bruno@clisp.org>
12227
12228         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
12229
12230 2007-07-06  Bruno Haible  <bruno@clisp.org>
12231
12232         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
12233         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
12234         includes <cygwin/sys_time.h> which includes <sys/select.h> which
12235         include <sys/time.h>.
12236         Reported by Eric Blake.
12237
12238 2007-07-06  Eric Blake  <ebb9@byu.net>
12239
12240         Fix testing canonicalize on cygwin.
12241         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
12242         Revert patch from 2007-06-19.
12243         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
12244         canonicalize module is also in use.
12245         * tests/test-canonicalize.c: New file.
12246         * tests/test-canonicalize.sh: Likewise.
12247         * modules/canonicalize-tests: Likewise.
12248
12249 2007-07-06  Jim Meyering  <jim@meyering.net>
12250
12251         * lib/getugroups.c (getugroups): Detect getgrent failure.
12252         Adjust comment to reflect reality: this function may return -1.
12253
12254 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
12255
12256         * build-aux/bootstrap (TP_URL,get_translations): Update to use
12257         the new TP address.
12258         (usage): Fix typo
12259         (gnulib_mk): New variable.
12260
12261 2007-07-05  Jim Meyering  <jim@meyering.net>
12262
12263         Don't let endgrent clobber errno, no matter how improbable.
12264         * lib/getugroups.c (getugroups): Save and restore errno around
12265         endgrent call.
12266
12267         Close the group DB even when failing with 2^31 or more members.
12268         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
12269
12270 2007-07-04  Jim Meyering  <jim@meyering.net>
12271
12272         * lib/getugroups.h: New file.
12273         * lib/getugroups.c: Include "getugroups.h".
12274         Remove uses of "register" keyword.
12275         Move local variable, "cp", down into scope where used.
12276         Give "username" parameter the "const" attribute.
12277         * modules/getugroups (Files): Add lib/getugroups.h
12278
12279 2007-07-04  Karl Berry  <karl@gnu.org>
12280
12281         * MODULES.html.sh (func_all_modules): Complete rename of
12282         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
12283
12284 2007-07-02  Bruno Haible  <bruno@clisp.org>
12285
12286         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
12287         mode, when inttypes.h comes from gnulib.
12288         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12289
12290 2007-07-02  Simon Josefsson  <simon@josefsson.org>
12291
12292         * NEWS: Mention lgpl module name change.
12293
12294         * modules/lgpl-2.1: Renamed from lgpl.
12295
12296         * NEWS: Mention gpl module name change.
12297
12298         * modules/gpl-3.0: New file, based on gpl-2.0.
12299
12300         * modules/gpl-2.0: Renamed from gpl.
12301
12302         * modules/gpl: Fix filename, doc/gpl.texi is now found at
12303         doc/gpl-2.0.texi.
12304
12305 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12306
12307         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
12308         #define __STDC_LIMIT_MACROS temporarily while including
12309         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
12310         Problem reported by Joel E. Denny in
12311         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
12312
12313 2007-07-01  Bruno Haible  <bruno@clisp.org>
12314
12315         * lib/unistdio.h: New file.
12316         * lib/unistdio/u-asnprintf.h: New file.
12317         * lib/unistdio/u-asprintf.h: New file.
12318         * lib/unistdio/u-printf-args.c: New file.
12319         * lib/unistdio/u-printf-args.h: New file.
12320         * lib/unistdio/u-printf-parse.h: New file.
12321         * lib/unistdio/u-snprintf.h: New file.
12322         * lib/unistdio/u-sprintf.h: New file.
12323         * lib/unistdio/u-vasprintf.h: New file.
12324         * lib/unistdio/u-vsnprintf.h: New file.
12325         * lib/unistdio/u-vsprintf.h: New file.
12326         * lib/unistdio/ulc-asnprintf.c: New file.
12327         * lib/unistdio/ulc-asprintf.c: New file.
12328         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
12329         * lib/unistdio/ulc-printf-parse.c: New file.
12330         * lib/unistdio/ulc-snprintf.c: New file.
12331         * lib/unistdio/ulc-sprintf.c: New file.
12332         * lib/unistdio/ulc-vasnprintf.c: New file.
12333         * lib/unistdio/ulc-vasprintf.c: New file.
12334         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
12335         * lib/unistdio/ulc-vsnprintf.c: New file.
12336         * lib/unistdio/ulc-vsprintf.c: New file.
12337         * lib/unistdio/u8-asnprintf.c: New file.
12338         * lib/unistdio/u8-asprintf.c: New file.
12339         * lib/unistdio/u8-printf-parse.c: New file.
12340         * lib/unistdio/u8-snprintf.c: New file.
12341         * lib/unistdio/u8-sprintf.c: New file.
12342         * lib/unistdio/u8-vasnprintf.c: New file.
12343         * lib/unistdio/u8-vasprintf.c: New file.
12344         * lib/unistdio/u8-vsnprintf.c: New file.
12345         * lib/unistdio/u8-vsprintf.c: New file.
12346         * lib/unistdio/u8-u8-asnprintf.c: New file.
12347         * lib/unistdio/u8-u8-asprintf.c: New file.
12348         * lib/unistdio/u8-u8-snprintf.c: New file.
12349         * lib/unistdio/u8-u8-sprintf.c: New file.
12350         * lib/unistdio/u8-u8-vasnprintf.c: New file.
12351         * lib/unistdio/u8-u8-vasprintf.c: New file.
12352         * lib/unistdio/u8-u8-vsnprintf.c: New file.
12353         * lib/unistdio/u8-u8-vsprintf.c: New file.
12354         * lib/unistdio/u16-asnprintf.c: New file.
12355         * lib/unistdio/u16-asprintf.c: New file.
12356         * lib/unistdio/u16-printf-parse.c: New file.
12357         * lib/unistdio/u16-snprintf.c: New file.
12358         * lib/unistdio/u16-sprintf.c: New file.
12359         * lib/unistdio/u16-vasnprintf.c: New file.
12360         * lib/unistdio/u16-vasprintf.c: New file.
12361         * lib/unistdio/u16-vsnprintf.c: New file.
12362         * lib/unistdio/u16-vsprintf.c: New file.
12363         * lib/unistdio/u16-u16-asnprintf.c: New file.
12364         * lib/unistdio/u16-u16-asprintf.c: New file.
12365         * lib/unistdio/u16-u16-snprintf.c: New file.
12366         * lib/unistdio/u16-u16-sprintf.c: New file.
12367         * lib/unistdio/u16-u16-vasnprintf.c: New file.
12368         * lib/unistdio/u16-u16-vasprintf.c: New file.
12369         * lib/unistdio/u16-u16-vsnprintf.c: New file.
12370         * lib/unistdio/u16-u16-vsprintf.c: New file.
12371         * lib/unistdio/u32-asnprintf.c: New file.
12372         * lib/unistdio/u32-asprintf.c: New file.
12373         * lib/unistdio/u32-printf-parse.c: New file.
12374         * lib/unistdio/u32-snprintf.c: New file.
12375         * lib/unistdio/u32-sprintf.c: New file.
12376         * lib/unistdio/u32-vasnprintf.c: New file.
12377         * lib/unistdio/u32-vasprintf.c: New file.
12378         * lib/unistdio/u32-vsnprintf.c: New file.
12379         * lib/unistdio/u32-vsprintf.c: New file.
12380         * lib/unistdio/u32-u32-asnprintf.c: New file.
12381         * lib/unistdio/u32-u32-asprintf.c: New file.
12382         * lib/unistdio/u32-u32-snprintf.c: New file.
12383         * lib/unistdio/u32-u32-sprintf.c: New file.
12384         * lib/unistdio/u32-u32-vasnprintf.c: New file.
12385         * lib/unistdio/u32-u32-vasprintf.c: New file.
12386         * lib/unistdio/u32-u32-vsnprintf.c: New file.
12387         * lib/unistdio/u32-u32-vsprintf.c: New file.
12388         * tests/unistdio/test-ulc-asnprintf1.c: New file.
12389         * tests/unistdio/test-ulc-asnprintf1.h: New file.
12390         * tests/unistdio/test-ulc-printf1.h: New file.
12391         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
12392         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
12393         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
12394         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
12395         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
12396         * tests/unistdio/test-ulc-vasprintf1.c: New file.
12397         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
12398         * tests/unistdio/test-ulc-vsprintf1.c: New file.
12399         * tests/unistdio/test-u8-asnprintf1.c: New file.
12400         * tests/unistdio/test-u8-asnprintf1.h: New file.
12401         * tests/unistdio/test-u8-printf1.h: New file.
12402         * tests/unistdio/test-u8-vasnprintf1.c: New file.
12403         * tests/unistdio/test-u8-vasnprintf2.c: New file.
12404         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
12405         * tests/unistdio/test-u8-vasnprintf3.c: New file.
12406         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
12407         * tests/unistdio/test-u8-vasprintf1.c: New file.
12408         * tests/unistdio/test-u8-vsnprintf1.c: New file.
12409         * tests/unistdio/test-u8-vsprintf1.c: New file.
12410         * tests/unistdio/test-u16-asnprintf1.c: New file.
12411         * tests/unistdio/test-u16-asnprintf1.h: New file.
12412         * tests/unistdio/test-u16-printf1.h: New file.
12413         * tests/unistdio/test-u16-vasnprintf1.c: New file.
12414         * tests/unistdio/test-u16-vasnprintf2.c: New file.
12415         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
12416         * tests/unistdio/test-u16-vasnprintf3.c: New file.
12417         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
12418         * tests/unistdio/test-u16-vasprintf1.c: New file.
12419         * tests/unistdio/test-u16-vsnprintf1.c: New file.
12420         * tests/unistdio/test-u16-vsprintf1.c: New file.
12421         * tests/unistdio/test-u32-asnprintf1.c: New file.
12422         * tests/unistdio/test-u32-asnprintf1.h: New file.
12423         * tests/unistdio/test-u32-printf1.h: New file.
12424         * tests/unistdio/test-u32-vasnprintf1.c: New file.
12425         * tests/unistdio/test-u32-vasnprintf2.c: New file.
12426         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
12427         * tests/unistdio/test-u32-vasnprintf3.c: New file.
12428         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
12429         * tests/unistdio/test-u32-vasprintf1.c: New file.
12430         * tests/unistdio/test-u32-vsnprintf1.c: New file.
12431         * tests/unistdio/test-u32-vsprintf1.c: New file.
12432         * modules/unistdio/base: New file.
12433         * modules/unistdio/u-printf-args: New file.
12434         * modules/unistdio/ulc-asnprintf: New file.
12435         * modules/unistdio/ulc-asprintf: New file.
12436         * modules/unistdio/ulc-fprintf: New file.
12437         * modules/unistdio/ulc-printf-parse: New file.
12438         * modules/unistdio/ulc-snprintf: New file.
12439         * modules/unistdio/ulc-sprintf: New file.
12440         * modules/unistdio/ulc-vasnprintf: New file.
12441         * modules/unistdio/ulc-vasprintf: New file.
12442         * modules/unistdio/ulc-vfprintf: New file.
12443         * modules/unistdio/ulc-vsnprintf: New file.
12444         * modules/unistdio/ulc-vsprintf: New file.
12445         * modules/unistdio/u8-asnprintf: New file.
12446         * modules/unistdio/u8-asprintf: New file.
12447         * modules/unistdio/u8-printf-parse: New file.
12448         * modules/unistdio/u8-snprintf: New file.
12449         * modules/unistdio/u8-sprintf: New file.
12450         * modules/unistdio/u8-vasnprintf: New file.
12451         * modules/unistdio/u8-vasprintf: New file.
12452         * modules/unistdio/u8-vsnprintf: New file.
12453         * modules/unistdio/u8-vsprintf: New file.
12454         * modules/unistdio/u8-u8-asnprintf: New file.
12455         * modules/unistdio/u8-u8-asprintf: New file.
12456         * modules/unistdio/u8-u8-snprintf: New file.
12457         * modules/unistdio/u8-u8-sprintf: New file.
12458         * modules/unistdio/u8-u8-vasnprintf: New file.
12459         * modules/unistdio/u8-u8-vasprintf: New file.
12460         * modules/unistdio/u8-u8-vsnprintf: New file.
12461         * modules/unistdio/u8-u8-vsprintf: New file.
12462         * modules/unistdio/u16-asnprintf: New file.
12463         * modules/unistdio/u16-asprintf: New file.
12464         * modules/unistdio/u16-printf-parse: New file.
12465         * modules/unistdio/u16-snprintf: New file.
12466         * modules/unistdio/u16-sprintf: New file.
12467         * modules/unistdio/u16-vasnprintf: New file.
12468         * modules/unistdio/u16-vasprintf: New file.
12469         * modules/unistdio/u16-vsnprintf: New file.
12470         * modules/unistdio/u16-vsprintf: New file.
12471         * modules/unistdio/u16-u16-asnprintf: New file.
12472         * modules/unistdio/u16-u16-asprintf: New file.
12473         * modules/unistdio/u16-u16-snprintf: New file.
12474         * modules/unistdio/u16-u16-sprintf: New file.
12475         * modules/unistdio/u16-u16-vasnprintf: New file.
12476         * modules/unistdio/u16-u16-vasprintf: New file.
12477         * modules/unistdio/u16-u16-vsnprintf: New file.
12478         * modules/unistdio/u16-u16-vsprintf: New file.
12479         * modules/unistdio/u32-asnprintf: New file.
12480         * modules/unistdio/u32-asprintf: New file.
12481         * modules/unistdio/u32-printf-parse: New file.
12482         * modules/unistdio/u32-snprintf: New file.
12483         * modules/unistdio/u32-sprintf: New file.
12484         * modules/unistdio/u32-vasnprintf: New file.
12485         * modules/unistdio/u32-vasprintf: New file.
12486         * modules/unistdio/u32-vsnprintf: New file.
12487         * modules/unistdio/u32-vsprintf: New file.
12488         * modules/unistdio/u32-u32-asnprintf: New file.
12489         * modules/unistdio/u32-u32-asprintf: New file.
12490         * modules/unistdio/u32-u32-snprintf: New file.
12491         * modules/unistdio/u32-u32-sprintf: New file.
12492         * modules/unistdio/u32-u32-vasnprintf: New file.
12493         * modules/unistdio/u32-u32-vasprintf: New file.
12494         * modules/unistdio/u32-u32-vsnprintf: New file.
12495         * modules/unistdio/u32-u32-vsprintf: New file.
12496         * modules/unistdio/ulc-asnprintf-tests: New file.
12497         * modules/unistdio/ulc-vasnprintf-tests: New file.
12498         * modules/unistdio/ulc-vasprintf-tests: New file.
12499         * modules/unistdio/ulc-vsnprintf-tests: New file.
12500         * modules/unistdio/ulc-vsprintf-tests: New file.
12501         * modules/unistdio/u8-asnprintf-tests: New file.
12502         * modules/unistdio/u8-vasnprintf-tests: New file.
12503         * modules/unistdio/u8-vasprintf-tests: New file.
12504         * modules/unistdio/u8-vsnprintf-tests: New file.
12505         * modules/unistdio/u8-vsprintf-tests: New file.
12506         * modules/unistdio/u16-asnprintf-tests: New file.
12507         * modules/unistdio/u16-vasnprintf-tests: New file.
12508         * modules/unistdio/u16-vasprintf-tests: New file.
12509         * modules/unistdio/u16-vsnprintf-tests: New file.
12510         * modules/unistdio/u16-vsprintf-tests: New file.
12511         * modules/unistdio/u32-asnprintf-tests: New file.
12512         * modules/unistdio/u32-vasnprintf-tests: New file.
12513         * modules/unistdio/u32-vasprintf-tests: New file.
12514         * modules/unistdio/u32-vsnprintf-tests: New file.
12515         * modules/unistdio/u32-vsprintf-tests: New file.
12516         * MODULES.html.sh (Unicode string functions): Add the new modules.
12517
12518 2007-07-01  Bruno Haible  <bruno@clisp.org>
12519
12520         * lib/sprintf.c (sprintf): Limit the available length estimation,
12521         to avoid address wraparound.
12522         * lib/vsprintf.c (vsprintf): Likewise.
12523         * modules/sprintf-posix (Dependencies): Add stdint.
12524         * modules/vsprintf-posix (Dependencies): Likewise.
12525
12526 2007-07-01  Bruno Haible  <bruno@clisp.org>
12527
12528         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
12529         Windows PATH as well. Conservative double-quoting. Comments.
12530
12531 2007-07-01  Bruno Haible  <bruno@clisp.org>
12532             Eric Blake  <ebb9@byu.net>
12533             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12534
12535         * gnulib-tool (self_abspathname): Fix algorithm to cope with
12536         empty components in $PATH, denoting '.'.
12537
12538 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12539
12540         * gnulib-tool: Fix indentation.
12541         (func_create_megatestdir): Likewise.
12542         Report by Bruno Haible.
12543
12544 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12545
12546         Sync from Automake.
12547         * build-aux/gnupload: Fix shell portability issues with for loops.
12548         Report by Karl Berry.
12549
12550 2007-06-29  Simon Josefsson  <simon@josefsson.org>
12551
12552         * build-aux/maint.mk (POURL): Use translationproject.org.
12553
12554 2007-06-27  Simon Josefsson  <simon@josefsson.org>
12555             Bruno Haible  <bruno@clisp.org>
12556
12557         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
12558         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
12559         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
12560         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
12561         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
12562
12563 2007-06-27  Bruno Haible  <bruno@clisp.org>
12564
12565         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
12566         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
12567
12568 2007-06-26  Karl Berry  <karl@gnu.org>
12569
12570         * MODULES.html.sh: remove xreadlink-with-size.
12571
12572 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12573
12574         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
12575         method that I hope also handles the double-include problem noted
12576         by Bruno Haible in
12577         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
12578
12579 2007-06-23  Bruno Haible  <bruno@clisp.org>
12580
12581         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12582         Don't let the 'mostlyclean' target fail if the last subdirectory could
12583         not be removed.
12584         Reported by Karl Berry.
12585
12586 2007-06-23  Bruno Haible  <bruno@clisp.org>
12587
12588         * gnulib-tool (echo): Add a speedier workaround for ksh.
12589         * tests/test-echo.sh: Likewise.
12590
12591 2007-06-23  Bruno Haible  <bruno@clisp.org>
12592
12593         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
12594         * tests/test-echo.sh: Likewise.
12595
12596 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12597
12598         * gnulib-tool (IFS): Initialize early, so we don't set it to
12599         empty later.
12600         (self_abspathname): Rewrite algorithm to set it, reindent.
12601         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
12602         (func_create_megatestdir): Merge some sed scripts.
12603
12604 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12605
12606         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
12607         exposed by Sun Studio 11 cc on Solaris 8.
12608
12609 2007-06-22  Bruno Haible  <bruno@clisp.org>
12610
12611         * gnulib-tool (echo): Ensure the echo primitive does not interpret
12612         backslashes.
12613         * tests/test-echo.sh: New file.
12614
12615 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12616
12617         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
12618         simplify `sed_replace_build_aux' scripts, they are portable but
12619         echoing them with `echo' is not.
12620         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
12621
12622 2007-06-21  Karl Berry  <karl@gnu.org>
12623
12624         * config/srclist.txt: guess we can't handle the licenses via
12625         srclist at the moment.
12626
12627 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
12628
12629         * MODULES.html.sh: Add include_next.
12630         * modules/include_next: New file.
12631
12632 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
12635         INCLUDE_NEXT.
12636         (gl_CHECK_NEXT_HEADERS): New macro.
12637         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
12638         the obsolescent gl_ABSOLUTE_HEADER.
12639         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
12640         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
12641         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
12642         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
12643         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
12644         * m4/math_h.m4 (gl_MATH_H): Likewise.
12645         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
12646         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
12647         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
12648         * m4/stdint.m4 (gl_STDINT_H): Likewise.
12649         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
12650         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
12651         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
12652         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12653         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
12654         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
12655         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
12656         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
12657         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
12658         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
12659         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12660         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12661         * m4/inttypes.m4 (gl_INTTYPES_H): Define
12662         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
12663         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
12664         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
12665         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
12666         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
12667         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
12668         * lib/float_.h: Likewise.
12669         * lib/inttypes_.h: Likewise.
12670         * lib/math_.h: Likewise.
12671         * lib/search_.h: Likewise.
12672         * lib/signal_.h: Likewise.
12673         * lib/stdint_.h: Likewise.
12674         * lib/stdio_.h: Likewise.
12675         * lib/stdlib_.h: Likewise.
12676         * lib/string_.h: Likewise.
12677         * lib/sys_stat_.h: Likewise.
12678         * lib/sys_time_.h: Likewise.
12679         * lib/time_.h: Likewise.
12680         * lib/unistd_.h: Likewise.
12681         * lib/wchar_.h: Likewise.
12682         * lib/wctype_.h: Likewise.
12683         * lib/dirent_.h: Likewise.
12684         * lib/iconv_.h: Likewise.
12685         * lib/locale_.h: Likewise.
12686         * lib/netinet_in_.h: Likewise.
12687         * lib/sys_select_.h: Likewise.
12688         * lib/sys_socket_.h: Likewise.
12689         * lib/sysexits_.h: Likewise.
12690         * modules/fcntl (Depends-on): Depend on include_next, not
12691         absolute_header.
12692         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
12693         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
12694         * modules/fchdir: Likewise.
12695         * modules/float: Likewise.
12696         * modules/iconv_open: Likewise.
12697         * modules/inttypes: Likewise.
12698         * modules/locale: Likewise.
12699         * modules/math: Likewise.
12700         * modules/netinet_in: Likewise.
12701         * modules/search: Likewise.
12702         * modules/signal: Likewise.
12703         * modules/stdint: Likewise.
12704         * modules/stdio: Likewise.
12705         * modules/stdlib: Likewise.
12706         * modules/string: Likewise.
12707         * modules/sys_select: Likewise.
12708         * modules/sys_socket: Likewise.
12709         * modules/sys_stat: Likewise.
12710         * modules/sys_time: Likewise.
12711         * modules/sysexits: Likewise.
12712         * modules/time: Likewise.
12713         * modules/unistd: Likewise.
12714         * modules/wchar: Likewise.
12715         * modules/wctype: Likewise.
12716         * modules/sys_stat: Change maintainer to "all".
12717         * modules/unistd: Likewise.
12718
12719 2007-06-20  Karl Berry  <karl@gnu.org>
12720
12721         * config/srclist.txt: track www changes in license files.
12722
12723 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
12724
12725         * build-aux/bootstrap: Remove stray dot.
12726         Make sure build_aux settings are honored when linking
12727         gnulib_extra_files.
12728
12729 2007-06-19  Eric Blake  <ebb9@byu.net>
12730
12731         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
12732         Allow compilation on cygwin.
12733
12734 2007-06-19  Jim Meyering  <jim@meyering.net>
12735
12736         xreadlink-with-size: Remove module.  No longer used.
12737         Ex-callers now use xreadlink or mreadlink-with-size.
12738         * modules/xreadlink-with-size: Remove module.
12739         * lib/xreadlink-with-size.c: Remove file.
12740         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
12741         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
12742         just before the function definition *is* accurate.
12743
12744         Eliminate one way canonicalize_filename_mode could exit.
12745         * lib/canonicalize.c (canonicalize_filename_mode):
12746         Use mreadlink_with_size, not xreadlink_with_size.
12747
12748 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
12749
12750         Detect porting problems to FreeBSD/arm, which has time_t wider than
12751         long int.  Original problem reported for GNU diff by Xin Li in
12752         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
12753         * modules/getdate (Depends-on): Add intprops, verify.
12754         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
12755         is an integer type no wider than long int.
12756
12757 2007-06-18  Jim Meyering  <jim@meyering.net>
12758
12759         New module: mreadlink-with-size.
12760         * MODULES.html.sh: Add mreadlink-with-size.
12761         * modules/mreadlink-with-size: New module
12762         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
12763         not xreadlink-with-size.
12764         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
12765
12766 2007-06-16  Bruno Haible  <bruno@clisp.org>
12767
12768         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
12769         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
12770         Reported by Gary V. Vaughan <gary@gnu.org>.
12771
12772 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
12773
12774         Revamp lchown so that it lives in unistd.h where it belongs.
12775         * lib/lchown.h: Remove.
12776         * lib/dirchownmod.c: Don't include lib/lchown.h.
12777         * lib/fchownat.c: Likewise.
12778         * lib/openat.c: Likewise.
12779         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
12780         does not follow symlinks.
12781         (EOPNOTSUPP): Define if not defined.
12782         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
12783         is defined to 0.
12784         (lchown): New decl.
12785         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
12786         Do not check for lchown decl.
12787         Set REPLACE_LCHOWN.
12788         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
12789         REPLACE_LCHOWN.
12790         * modules/chown: Make it clear it follows symlinks.
12791         * modules/lchown: Make it clear it doesn't follow symlinks.
12792         (Files): Remove lib/lchown.h
12793         (Depends-on): Add unistd.
12794         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
12795         (Include): Include <unistd.h>, not "lchown.h".
12796         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
12797         REPLACE_LCHOWN.
12798
12799 2007-06-15  Jim Meyering  <jim@meyering.net>
12800
12801         Change license (GPL to LGPL) of fsusage and dependents.
12802         * modules/fsusage (License): Change to LGPL.
12803         * modules/full-read (License): Likewise.
12804         * modules/full-write (License): Likewise.
12805         * modules/safe-read (License): Likewise.
12806         * modules/safe-write (License): Likewise.
12807
12808 2007-06-14  Ben Pfaff  <blp@gnu.org>
12809
12810         Missing part of allocsa -> malloca transition.
12811         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
12812         gl_MALLOCA.
12813
12814 2007-06-12  Bruno Haible  <bruno@clisp.org>
12815
12816         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
12817         to ia64, x86_64, i386.
12818         Reported by Eric Blake.
12819
12820 2007-06-12  Bruno Haible  <bruno@clisp.org>
12821
12822         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
12823         cross-compiling to x86_64.
12824
12825 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
12826
12827         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
12828         glitch reported by Ralf Wildenhues in
12829         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
12830
12831         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
12832         Vin Shelton.
12833
12834 2007-06-11  Bruno Haible  <bruno@clisp.org>
12835
12836         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
12837         replacement string.
12838         Reported by Eric Blake.
12839
12840 2007-06-10  Bruno Haible  <bruno@clisp.org>
12841
12842         Prepare vasnprintf code for use with Unicode strings.
12843         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
12844         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
12845         TYPE_U32_STRING.
12846         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
12847         a_u32_string variants.
12848         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12849         * lib/printf-args.c: Don't include config.h and the specification
12850         header if PRINTF_FETCHARGS is already defined.
12851         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12852         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
12853         TYPE_U16_STRING, TYPE_U32_STRING.
12854         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
12855         u16_directive, u16_directives, u32_directive, u32_directives): New
12856         types.
12857         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
12858         New declarations.
12859         * lib/printf-parse.c: Don't include config.h and the specification
12860         header if PRINTF_PARSE is already defined. Eliminate the set of
12861         parameters for WIDE_CHAR_VERSION; the user of this file must provide
12862         them now. Include c-ctype.h.
12863         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
12864         directive and CHAR_T_ONLY_ASCII.
12865         * lib/vasnprintf.c: Don't include config.h and the specification header
12866         if VASNPRINTF is already defined.
12867         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
12868         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
12869         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
12870         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
12871         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
12872         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
12873         code accordingly.
12874         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
12875         pad_ourselves also in this case, with the 'c' and 's' directives, and
12876         with a different notion of "width".
12877         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
12878
12879 2007-06-10  Bruno Haible  <bruno@clisp.org>
12880
12881         * modules/unistr/u32-mbsnlen: New file.
12882         * lib/unistr/u32-mbsnlen.c: New file.
12883
12884         * modules/unistr/u16-mbsnlen: New file.
12885         * lib/unistr/u16-mbsnlen.c: New file.
12886
12887         * modules/unistr/u8-mbsnlen: New file.
12888         * lib/unistr/u8-mbsnlen.c: New file.
12889
12890         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
12891         declarations.
12892
12893 2007-06-10  Bruno Haible  <bruno@clisp.org>
12894
12895         * lib/string_.h (mbsnlen): New declaration.
12896         * lib/mbsnlen.c: New file.
12897         * m4/mbsnlen.m4: New file.
12898         * modules/mbsnlen: New file.
12899         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
12900         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
12901         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
12902
12903 2007-06-10  Bruno Haible  <bruno@clisp.org>
12904
12905         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
12906
12907 2007-06-10  Bruno Haible  <bruno@clisp.org>
12908
12909         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
12910         * lib/mbuiter.h: Likewise.
12911
12912 2007-06-10  Bruno Haible  <bruno@clisp.org>
12913
12914         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
12915         declaration.
12916
12917 2007-06-10  Karl Berry  <karl@gnu.org>
12918
12919         * config/srclist.txt: remove gettext entries, Bruno prefers
12920         to update individually.
12921
12922 2007-06-10  Bruno Haible  <bruno@clisp.org>
12923
12924         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
12925         'maxlen'. Ensure only length + width bytes are allocated, not
12926         length + 1 + width.
12927
12928 2007-06-09  Bruno Haible  <bruno@clisp.org>
12929
12930         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
12931         (CHAR_T): Remove macro.
12932         (VASNPRINTF): Update.
12933
12934 2007-06-09  Bruno Haible  <bruno@clisp.org>
12935
12936         * MODULES.html.sh (Unicode string functions): Add the new modules.
12937
12938         * modules/uniconv/u32-conv-to-enc: New file.
12939         * lib/uniconv/u32-conv-to-enc.c: New file.
12940         * modules/uniconv/u32-conv-to-enc-tests: New file.
12941         * tests/uniconv/test-u32-conv-to-enc.c: New file.
12942
12943         * modules/uniconv/u16-conv-to-enc: New file.
12944         * lib/uniconv/u16-conv-to-enc.c: New file.
12945         * lib/uniconv/u-conv-to-enc.h: New file.
12946         * modules/uniconv/u16-conv-to-enc-tests: New file.
12947         * tests/uniconv/test-u16-conv-to-enc.c: New file.
12948
12949         * modules/uniconv/u8-conv-to-enc: New file.
12950         * lib/uniconv/u8-conv-to-enc.c: New file.
12951         * modules/uniconv/u8-conv-to-enc-tests: New file.
12952         * tests/uniconv/test-u8-conv-to-enc.c: New file.
12953
12954         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12955         u32_conv_to_encoding): New declarations.
12956
12957 2007-06-09  Bruno Haible  <bruno@clisp.org>
12958
12959         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
12960
12961 2007-06-09  Bruno Haible  <bruno@clisp.org>
12962
12963         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
12964         * modules/malloca: Renamed from modules/allocsa, updated.
12965         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
12966         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
12967         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
12968         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
12969         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
12970         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
12971         * modules/xmalloca: Renamed from modules/xallocsa, updated.
12972         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
12973         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
12974         * modules/c-strcasestr (Depends-on): Update.
12975         * lib/c-strcasestr.c: Update.
12976         * modules/c-strstr (Depends-on): Update.
12977         * lib/c-strstr.c: Update.
12978         * modules/canonicalize-lgpl (Depends-on): Update.
12979         * lib/canonicalize-lgpl.c: Update.
12980         * modules/clean-temp (Depends-on): Update.
12981         * lib/clean-temp.c: Update.
12982         * modules/csharpcomp (Depends-on): Update.
12983         * lib/csharpcomp.c: Update.
12984         * modules/csharpexec (Depends-on): Update.
12985         * lib/csharpexec.c: Update.
12986         * modules/javacomp (Depends-on): Update.
12987         * lib/javacomp.c: Update.
12988         * modules/javaexec (Depends-on): Update.
12989         * lib/javaexec.c: Update.
12990         * modules/mbscasestr (Depends-on): Update.
12991         * lib/mbscasestr.c: Update.
12992         * modules/mbsstr (Depends-on): Update.
12993         * lib/mbsstr.c: Update.
12994         * modules/setenv (Depends-on): Update.
12995         * lib/setenv.c: Update.
12996         * modules/strcasestr (Depends-on): Update.
12997         * lib/strcasestr.c: Update.
12998         * modules/striconveha (Depends-on): Update.
12999         * lib/striconveha.c: Update.
13000         * modules/relocatable-prog-wrapper (Files): Update.
13001         * lib/relocwrapper.c: Update.
13002         * build-aux/install-reloc: Update.
13003         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
13004
13005 2007-06-08  Bruno Haible  <bruno@clisp.org>
13006
13007         Port to uClibc.
13008         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
13009         * lib/fpurge.c (fpurge): Likewise.
13010         * lib/freading.c (freading): Likewise.
13011         * lib/fseeko.c (rpl_fseeko): Likewise.
13012         * lib/fseterr.c (fseterr): Likewise.
13013         * lib/fwriting.c (fwriting): Likewise.
13014         * tests/test-fflush.c (main): Avoid a failure on uClibc.
13015
13016 2007-06-08  Bruno Haible  <bruno@clisp.org>
13017
13018         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
13019         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
13020         * modules/gettext (Files): Add m4/intlmacosx.m4.
13021
13022 2007-06-07  Bruno Haible  <bruno@clisp.org>
13023
13024         * modules/localename-tests: New file.
13025         * tests/test-localename.c: New file.
13026
13027         New module 'localename'.
13028         * lib/localename.h: New file.
13029         * lib/localename.c: New file, from GNU gettext.
13030         * m4/localename.m4: New file.
13031         * modules/localename: New file.
13032
13033 2007-06-07  Bruno Haible  <bruno@clisp.org>
13034
13035         Work around the lack of <wchar.h> on some builds of uClibc.
13036         * doc/headers/wchar.texi: Update.
13037         * lib/wchar_.h: Include <wchar.h> only if it exists.
13038         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
13039         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
13040         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
13041         doesn't exist.
13042         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
13043         * modules/mbfile (Depends-on): Add wchar.
13044         * modules/mbiter (Depends-on): Likewise.
13045         * modules/mbuiter (Depends-on): Likewise.
13046         Reported by Simon Josefsson.
13047
13048 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13049
13050         Work around problem reported by Steven M. Schweda in
13051         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
13052         Tru64 5.1B with the Compaq compiler environment installed declares
13053         an 'isblank' function but does not define it in the C library.
13054         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
13055         * lib/regex_internal.h (isblank): Likewise.
13056         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
13057         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13058
13059 2007-06-05  Bruno Haible  <bruno@clisp.org>
13060
13061         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
13062         ia64.
13063         * modules/printf-safe: New file.
13064         * modules/fprintf-posix (Depends-on): Add printf-safe.
13065         * modules/printf-posix (Depends-on): Likewise.
13066         * modules/snprintf-posix (Depends-on): Likewise.
13067         * modules/sprintf-posix (Depends-on): Likewise.
13068         * modules/vasnprintf-posix (Depends-on): Likewise.
13069         * modules/vasprintf-posix (Depends-on): Likewise.
13070         * modules/vfprintf-posix (Depends-on): Likewise.
13071         * modules/vprintf-posix (Depends-on): Likewise.
13072         * modules/vsnprintf-posix (Depends-on): Likewise.
13073         * modules/vsprintf-posix (Depends-on): Likewise.
13074         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
13075         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
13076         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
13077         "no" on i386, x86_64, ia64.
13078         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
13079         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13080         on i386, x86_64, ia64.
13081         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
13082         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13083         on i386, x86_64, ia64.
13084         * tests/test-vasnprintf-posix.c: Include float.h.
13085         (LDBL80_WORDS): New macro.
13086         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13087         on i386, x86_64, ia64.
13088         * tests/test-vasprintf-posix.c: Include float.h.
13089         (LDBL80_WORDS): New macro.
13090         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13091         on i386, x86_64, ia64.
13092         * tests/test-snprintf-posix.c: Include float.h.
13093         * tests/test-sprintf-posix.c: Likewise.
13094         * tests/test-vsnprintf-posix.c: Likewise.
13095         * tests/test-vsprintf-posix.c: Likewise.
13096
13097 2007-06-05  Bruno Haible  <bruno@clisp.org>
13098
13099         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
13100         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
13101         non-IEEE numbers on i386, x86_64, ia64.
13102         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
13103         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
13104         * tests/test-isnanl.h: Include float.h.
13105         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
13106
13107 2007-06-05  Bruno Haible  <bruno@clisp.org>
13108
13109         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
13110         also the %a / %A. Handle the %a / %A code before this extra handling.
13111
13112 2007-06-05  Bruno Haible  <bruno@clisp.org>
13113
13114         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
13115         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
13116
13117 2007-06-05  Bruno Haible  <bruno@clisp.org>
13118
13119         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
13120         typo in variable name.
13121
13122 2007-06-05  Eric Blake  <ebb9@byu.net>
13123
13124         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
13125         Reported by Simon Josefsson.
13126
13127 2007-06-04  Bruno Haible  <bruno@clisp.org>
13128
13129         Avoid test failures on some PowerPC platforms.
13130         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
13131         Define differently for PowerPC.
13132         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
13133         Reported by Gary V. Vaughan <gary@gnu.org>.
13134
13135 2007-06-02  Bruno Haible  <bruno@clisp.org>
13136
13137         Fix test-stdint failure on FreeBSD/ia64.
13138         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
13139         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
13140         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
13141         * doc/headers/stdint.texi: Update.
13142
13143 2007-06-01  Bruno Haible  <bruno@clisp.org>
13144
13145         * tests/test-binary-io.c (main): Pass a third argument to open().
13146         Reported by Gary V. Vaughan <gary@gnu.org>.
13147
13148 2007-06-01  Bruno Haible  <bruno@clisp.org>
13149
13150         * doc/functions/frexpl.texi: Update for mingw.
13151
13152 2007-06-01  Bruno Haible  <bruno@clisp.org>
13153
13154         * tests/test-lseek.c (main): Disable test of errno for invalid third
13155         argument.
13156         * doc/functions/lseek.texi: Update.
13157         Reported by Gary V. Vaughan <gary@gnu.org>.
13158
13159 2007-05-28  Bruno Haible  <bruno@clisp.org>
13160
13161         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
13162
13163 2007-05-31  Eric Blake  <ebb9@byu.net>
13164
13165         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
13166         cross compiling.
13167
13168 2007-05-30  Eric Blake  <ebb9@byu.net>
13169         and Bruno Haible  <bruno@clisp.org>
13170
13171         Work around mingw test failures exposed by m4-1.4.9b.
13172         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
13173         * tests/test-unistd.c: Disable uid_t and git_t tests for the
13174         moment.
13175
13176 2007-05-30  Bruno Haible  <bruno@clisp.org>
13177
13178         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
13179         assuming that they are closed. Needed on HP-UX 11.
13180
13181 2007-05-29  Bruno Haible  <bruno@clisp.org>
13182
13183         Fix a problem with #include_next.
13184         * lib/dirent_.h: Split the double-inclusion guard.
13185         * lib/fcntl_.h: Likewise.
13186         * lib/float_.h: Likewise.
13187         * lib/iconv_.h: Likewise.
13188         * lib/inttypes_.h: Likewise.
13189         * lib/locale_.h: Likewise.
13190         * lib/math_.h: Likewise.
13191         * lib/netinet_in_.h: Likewise.
13192         * lib/search_.h: Likewise.
13193         * lib/signal_.h: Likewise.
13194         * lib/stdint_.h: Likewise.
13195         * lib/stdio_.h: Likewise.
13196         * lib/stdlib_.h: Likewise.
13197         * lib/string_.h: Likewise.
13198         * lib/sys_select_.h: Likewise.
13199         * lib/sys_socket_.h: Likewise.
13200         * lib/sys_stat_.h: Likewise.
13201         * lib/sys_time_.h: Likewise.
13202         * lib/sysexits_.h: Likewise.
13203         * lib/time_.h: Likewise.
13204         * lib/unistd_.h: Likewise.
13205         * lib/wchar_.h: Likewise.
13206         * lib/wctype_.h: Likewise.
13207
13208 2007-05-29  Bruno Haible  <bruno@clisp.org>
13209
13210         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
13211         for the moment.
13212
13213 2007-05-29  Bruno Haible  <bruno@clisp.org>
13214
13215         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
13216         invocation.
13217         Reported by Eric Blake.
13218
13219 2007-05-29  Bruno Haible  <bruno@clisp.org>
13220
13221         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
13222         compiling case.
13223
13224 2007-05-29  Eric Blake  <ebb9@byu.net>
13225             Bruno Haible  <bruno@clisp.org>
13226
13227         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
13228         cross compiles.
13229
13230 2007-05-28  Eric Blake  <ebb9@byu.net>
13231
13232         * modules/closein-tests (test_closein_LDADD): Support test on
13233         cygwin with libtool.
13234
13235 2007-05-28  Bruno Haible  <bruno@clisp.org>
13236
13237         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
13238         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
13239         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
13240         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
13241         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
13242         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
13243         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
13244         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
13245         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
13246
13247 2007-05-28  Eric Blake  <ebb9@byu.net>
13248
13249         Unconditionally include <config.h> in unit tests.
13250         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
13251         * tests/test-allocsa.c, tests/test-arcfour.c,
13252         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
13253         tests/test-array_list.c, tests/test-array_oset.c,
13254         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
13255         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
13256         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
13257         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
13258         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
13259         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
13260         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
13261         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
13262         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
13263         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
13264         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
13265         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
13266         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
13267         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
13268         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
13269         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
13270         test-md5.c, test-memmem.c, test-printf-posix.c,
13271         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
13272         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
13273         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
13274         test-strcasestr.c, test-striconv.c, test-striconveh.c,
13275         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
13276         test-vasnprintf-posix2.c, test-vasnprintf.c,
13277         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
13278         test-vfprintf-posix.c, test-vprintf-posix.c,
13279         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
13280         test-xvasprintf.c: Likewise.
13281
13282 2007-05-28  Bruno Haible  <bruno@clisp.org>
13283
13284         * gnulib-tool (func_import): Remember the --with-tests command-line
13285         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
13286         Reported by Eric Blake.
13287
13288 2007-05-28  Bruno Haible  <bruno@clisp.org>
13289
13290         * modules/ftell-tests: New file.
13291         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
13292         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
13293
13294         * lib/ftell.c: New file.
13295         * modules/ftell: New file.
13296         * m4/ftell.m4: New file.
13297         * doc/functions/ftell.texi: Update.
13298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
13299         REPLACE_FTELL.
13300         * lib/stdio_.h (rpl_ftell): New declaration.
13301         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
13302         REPLACE_FTELL.
13303
13304 2007-05-28  Eric Blake  <ebb9@byu.net>
13305
13306         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
13307
13308 2007-05-28  Bruno Haible  <bruno@clisp.org>
13309
13310         * modules/fseek-tests: New file.
13311         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
13312         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
13313
13314         * lib/fseek.c: New file.
13315         * modules/fseek: New file.
13316         * m4/fseek.m4: New file.
13317         * doc/functions/fseek.texi: Update.
13318         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
13319         REPLACE_FSEEK.
13320         * lib/stdio_.h (rpl_fseek): New declaration.
13321         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
13322         REPLACE_FSEEK.
13323
13324 2007-05-28  Bruno Haible  <bruno@clisp.org>
13325
13326         * lib/stdio_.h (fflush): More comments.
13327
13328 2007-05-28  Bruno Haible  <bruno@clisp.org>
13329
13330         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
13331         runtime test.
13332
13333 2007-05-28  Eric Blake  <ebb9@byu.net>
13334
13335         Improve lseek module.
13336         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
13337         * lib/unistd_.h (lseek): Scale back link warning message.
13338         * tests/test-lseek.c: Beef up test.
13339         * tests/test-lseek.sh: Exercise more facets of lseek.
13340         Reported by Bruno Haible.
13341
13342 2007-05-28  Bruno Haible  <bruno@clisp.org>
13343
13344         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
13345         to define.
13346
13347 2007-05-27  Bruno Haible  <bruno@clisp.org>
13348
13349         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
13350
13351 2007-05-27  Bruno Haible  <bruno@clisp.org>
13352
13353         * modules/openmp: New file.
13354         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
13355         Noah Misch.
13356
13357 2007-05-26  Bruno Haible  <bruno@clisp.org>
13358
13359         * modules/chdir-long (Depends-on): Add fchdir.
13360         * modules/chdir-safer (Depends-on): Likewise.
13361         * modules/fts (Depends-on): Likewise.
13362         * modules/fts-lgpl (Depends-on): Likewise.
13363         * modules/openat (Depends-on): Likewise.
13364         * modules/savewd (Depends-on): Likewise.
13365
13366 2007-05-24  Eric Blake  <ebb9@byu.net>
13367
13368         Fix lseek on mingw.
13369         * modules/lseek: New module.
13370         * m4/lseek.m4: New file.
13371         * lib/lseek.c: New file.
13372         * modules/lseek-tests: New file.
13373         * tests/test-lseek.c: New file.
13374         * tests/test-lseek.sh: New file.
13375         * MODULES.html.sh: Document lseek module.
13376         * modules/fflush (Depends-on): Add lseek, fseeko.
13377         * modules/fseeko (Depends-on): Likewise.
13378         * modules/ftello (Depends-on): Likewise.
13379         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
13380         broken.
13381         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
13382         broken.
13383         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
13384         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
13385         * lib/ftello.c (rpl_ftello): Likewise.
13386         * tests/test-fseeko.c (main): Test this.
13387         * tests/test-fseeko.sh: Likewise.
13388         * tests/test-ftello.c (main): Likewise.
13389         * tests/test-ftello.sh: Likewise.
13390         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
13391         implies replacing fseek.
13392         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
13393         HAVE_FTELLO.
13394         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
13395         * modules/unistd (Makefile.am): Likewise.
13396         * lib/unistd_.h (lseek): Declare a replacement.
13397         * doc/functions/lseek.texi (lseek): Document this fix.
13398         * doc/functions/fseek.texi (fseek): Likewise.
13399         * doc/functions/ftell.texi (ftell): Likewise.
13400
13401 2007-05-24  Bruno Haible  <bruno@clisp.org>
13402
13403         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
13404         in the printed representation of a NaN.
13405         * tests/test-vasprintf-posix.c (test_function): Likewise.
13406         * tests/test-snprintf-posix.h (test_function): Likewise.
13407         * tests/test-sprintf-posix.h (test_function): Likewise.
13408         Reported by Eric Blake.
13409
13410 2007-05-23  Eric Blake  <ebb9@byu.net>
13411
13412         Fix fseeko/ftello on cygwin 1.5.24.
13413         * doc/functions/fseeko.texi (fseeko): Document the fix.
13414         * doc/functions/ftello.texi (ftello): Document the fix.
13415         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
13416         * doc/functions/stdout.text (stdout): New file.
13417         * doc/functions/stderr.text (stderr): New file.
13418         * doc/gnulib.texi (Function Substitutes): Use new files.
13419         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
13420         prior to 1.7.0.
13421         * tests/test-ftello.c (main): Likewise for ftello.
13422         * tests/test-fseeko.sh: New file.
13423         * tests/test-ftello.sh: New file.
13424         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
13425         with seekable stdin.
13426         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
13427         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
13428         (gl_REPLACE_FSEEKO): New macro.
13429         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
13430         * modules/fseeko (Files): Distribute fseeko.c.
13431         * modules/ftello (Files): Distribute ftello.c.
13432         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
13433         mode.
13434         * lib/ftello.c (rpl_ftello): New file.
13435         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
13436         fseeko, ftello.
13437         (gl_STDIN_LARGE_OFFSET): New macro.
13438         * modules/stdio (Makefile.am): Perform the replacement.
13439         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
13440
13441 2007-05-23  Bruno Haible  <bruno@clisp.org>
13442
13443         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
13444         GNULIB_POSIXCHECK is defined.
13445
13446 2007-05-21  Bruno Haible  <bruno@clisp.org>
13447
13448         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
13449         Check also the output for NaN arguments. When cross-compiling, guess
13450         no on IRIX.
13451         * lib/vasnprintf.c: Update comments.
13452         * tests/test-vasnprintf-posix.c (strisnan): New function.
13453         (test_function): Use it.
13454         * tests/test-vasprintf-posix.c (strisnan): New function.
13455         (test_function): Use it.
13456         * tests/test-snprintf-posix.h (strisnan): New function.
13457         (test_function): Use it.
13458         * tests/test-sprintf-posix.h (strisnan): New function.
13459         (test_function): Use it.
13460         Reported by Eric Blake.
13461
13462 2007-05-20  Bruno Haible  <bruno@clisp.org>
13463
13464         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
13465         numbers that fails on BeOS.
13466         * doc/functions/frexpl.texi: Update.
13467
13468 2007-05-20  Jim Meyering  <jim@meyering.net>
13469
13470         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
13471         forced upon us by glibc-2.6.
13472
13473 2007-05-20  Bruno Haible  <bruno@clisp.org>
13474
13475         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
13476         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
13477         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
13478         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
13479         NEED_PRINTF_INFINITE.
13480         (is_infinitel): New function.
13481         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
13482         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
13483         gl_PREREQ_VASNPRINTF_INFINITE.
13484         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
13485         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13486         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
13487         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
13488         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
13489         gl_PREREQ_VASNPRINTF_INFINITE.
13490         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13491         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13492         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13493         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13494         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13495         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13496         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13497         * doc/functions/fprintf.texi: Update.
13498         * doc/functions/printf.texi: Update.
13499         * doc/functions/snprintf.texi: Update.
13500         * doc/functions/sprintf.texi: Update.
13501         * doc/functions/vfprintf.texi: Update.
13502         * doc/functions/vprintf.texi: Update.
13503         * doc/functions/vsnprintf.texi: Update.
13504         * doc/functions/vsprintf.texi: Update.
13505
13506 2007-05-20  Bruno Haible  <bruno@clisp.org>
13507
13508         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
13509         was not found in libc.
13510         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
13511
13512 2007-05-20  Bruno Haible  <bruno@clisp.org>
13513
13514         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
13515         printed as "-nan" instead of "nan".
13516         * tests/test-vasprintf-posix.c (test_function): Likewise.
13517         * tests/test-snprintf-posix.h (test_function): Likewise.
13518         * tests/test-sprintf-posix.h (test_function): Likewise.
13519         Needed for HP-UX 11.
13520
13521 2007-05-20  Jim Meyering  <jim@meyering.net>
13522
13523         Fix buggy test for the fchownat-deref bug.
13524         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
13525         symlink required for the run-test.  Without it, this test would
13526         always declare that fchownat doesn't work, and client code would
13527         unnecessarily use the replacement function with fixed libc.
13528         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
13529         Reported by Greg Schafer.
13530
13531 2007-05-19  Bruno Haible  <bruno@clisp.org>
13532
13533         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
13534         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
13535         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
13536         Needed for IRIX 6.5 and Solaris 2.5.1.
13537
13538 2007-05-19  Bruno Haible  <bruno@clisp.org>
13539
13540         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
13541         (test_function): Skip tests involving -0.0 on platforms where
13542         -0.0 = 0.0.
13543         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
13544         (test_function): Skip tests involving -0.0 on platforms where
13545         -0.0 = 0.0.
13546         * tests/test-snprintf-posix.h (have_minus_zero): New function.
13547         (test_function): Skip tests involving -0.0 on platforms where
13548         -0.0 = 0.0.
13549         * tests/test-sprintf-posix.h (have_minus_zero): New function.
13550         (test_function): Skip tests involving -0.0 on platforms where
13551         -0.0 = 0.0.
13552         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
13553         tests.
13554         * tests/test-printf-posix.h (test_function): Likewise.
13555         * tests/test-printf-posix.output: Remove all -0.0 related results.
13556         Needed for IRIX 6.5.
13557
13558 2007-05-19  Bruno Haible  <bruno@clisp.org>
13559
13560         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
13561         printed as "nan0x7fffffff" instead of "nan".
13562         * tests/test-vasprintf-posix.c (test_function): Likewise.
13563         * tests/test-snprintf-posix.h (test_function): Likewise.
13564         * tests/test-sprintf-posix.h (test_function): Likewise.
13565         * tests/test-fprintf-posix.h (NaN): Remove macro.
13566         (test_function): Remove all NaN related tests.
13567         * tests/test-printf-posix.h (NaN): Remove macro.
13568         (test_function): Remove all NaN related tests.
13569         * tests/test-printf-posix.output: Remove all NaN related results.
13570         Needed for IRIX 6.5.
13571
13572 2007-05-19  Bruno Haible  <bruno@clisp.org>
13573
13574         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
13575         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
13576
13577 2007-05-19  Bruno Haible  <bruno@clisp.org>
13578
13579         * lib/float_.h: New file.
13580         * m4/float_h.m4: New file.
13581         * modules/float: New file.
13582         * modules/isnanl (Dependencies): Add float.
13583         * modules/isnanl-nolibm (Dependencies): Likewise.
13584         * modules/mathl (Dependencies): Likewise.
13585         * modules/printf-frexpl (Dependencies): Likewise.
13586         * modules/signbit (Dependencies): Likewise.
13587         * modules/vasnprintf (Dependencies): Likewise.
13588         * doc/headers/float.texi: Update.
13589
13590 2007-05-19  Jim Meyering  <jim@meyering.net>
13591
13592         * lib/utimens.c (gl_futimens): Rename from futimens,
13593         now that glibc-2.6 declares futimens.
13594         * lib/utimens.h: Likewise.
13595
13596 2007-05-19  Bruno Haible  <bruno@clisp.org>
13597
13598         Avoid test failures on mingw.
13599         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
13600         * tests/test-printf-posix.sh: Likewise.
13601         * tests/test-vfprintf-posix.sh: Likewise.
13602         * tests/test-vprintf-posix.sh: Likewise.
13603
13604 2007-05-19  Bruno Haible  <bruno@clisp.org>
13605
13606         Fix *printf result for NaN, Inf, -0.0 on mingw.
13607         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
13608         * lib/vasnprintf.c: Include math.h and isnan.h.
13609         (is_infinite_or_zero): New function.
13610         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
13611         values in the %f, %F, %e, %E, %g, %G directives.
13612         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
13613         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13614         gl_PRINTF_INFINITE and test its result. Invoke
13615         gl_PREREQ_VASNPRINTF_INFINITE.
13616         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13617         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13618         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13619         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13620         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13621         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13622         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13623         * doc/functions/fprintf.texi: Update.
13624         * doc/functions/printf.texi: Update.
13625         * doc/functions/snprintf.texi: Update.
13626         * doc/functions/sprintf.texi: Update.
13627         * doc/functions/vfprintf.texi: Update.
13628         * doc/functions/vprintf.texi: Update.
13629         * doc/functions/vsnprintf.texi: Update.
13630         * doc/functions/vsprintf.texi: Update.
13631
13632 2007-05-19  Bruno Haible  <bruno@clisp.org>
13633
13634         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
13635         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
13636         Instead of multiplying with 10^k, set extra_zeroes to k.
13637         (scale10_round_long_double): Remove function.
13638
13639 2007-05-18  Bruno Haible  <bruno@clisp.org>
13640
13641         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
13642         introduced on 2007-05-06.
13643
13644 2007-05-18  Bruno Haible  <bruno@clisp.org>
13645
13646         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
13647         %g directives.
13648         * tests/test-vasprintf-posix.c (test_function): Likewise.
13649         * tests/test-snprintf-posix.h (test_function): Likewise.
13650         * tests/test-sprintf-posix.h (test_function): Likewise.
13651
13652 2007-05-18  Bruno Haible  <bruno@clisp.org>
13653
13654         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
13655         (strmatch): New function.
13656         (test_function): Test the %f directive on numbers of various exponents.
13657         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
13658         (strmatch): New function.
13659         (test_function): Test the %f directive on numbers of various exponents.
13660         * tests/test-snprintf-posix.h (strmatch): New function.
13661         (test_function): Test the %f directive on numbers of various exponents.
13662         * tests/test-sprintf-posix.h (strmatch): New function.
13663         (test_function): Test the %f directive on numbers of various exponents.
13664         * tests/test-snprintf-posix.c (SIZEOF): New macro.
13665         * tests/test-sprintf-posix.c (SIZEOF): New macro.
13666         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
13667         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
13668
13669 2007-05-18  Bruno Haible  <bruno@clisp.org>
13670
13671         Add support for 'long double' number output.
13672         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
13673         * lib/vasnprintf.c: Include math.h and float+.h.
13674         (mp_limb_t): New type.
13675         (GMP_LIMB_BITS): New macro.
13676         (mp_twolimb_t): New type.
13677         (GMP_TWOLIMB_BITS): New macro.
13678         (mpn_t): New type.
13679         (multiply, divide, convert_to_decimal, decode_long_double,
13680         scale10_round_long_double, scale10_round_decimal_long_double,
13681         floorlog10l): New functions.
13682         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
13683         for the %f, %F, %e, %E, %g, %G directives.
13684         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
13685         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13686         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
13687         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
13688         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13689         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13690         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13691         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13692         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13693         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13694         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13695         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
13696         * modules/snprintf-posix (Depends-on): Likewise.
13697         * modules/sprintf-posix (Depends-on): Likewise.
13698         * modules/vasnprintf-posix (Depends-on): Likewise.
13699         * modules/vasprintf-posix (Depends-on): Likewise.
13700         * modules/vfprintf-posix (Depends-on): Likewise.
13701         * modules/vsnprintf-posix (Depends-on): Likewise.
13702         * modules/vsprintf-posix (Depends-on): Likewise.
13703         * modules/vasnprintf (Files): Add lib/float+.h.
13704         * doc/functions/fprintf.texi: Update.
13705         * doc/functions/printf.texi: Update.
13706         * doc/functions/snprintf.texi: Update.
13707         * doc/functions/sprintf.texi: Update.
13708         * doc/functions/vfprintf.texi: Update.
13709         * doc/functions/vprintf.texi: Update.
13710         * doc/functions/vsnprintf.texi: Update.
13711         * doc/functions/vsprintf.texi: Update.
13712
13713 2007-05-18  Bruno Haible  <bruno@clisp.org>
13714
13715         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
13716
13717 2007-05-18  Bruno Haible  <bruno@clisp.org>
13718
13719         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
13720         for printing 64-bit integers. Needed for mingw.
13721
13722 2007-05-18  Bruno Haible  <bruno@clisp.org>
13723
13724         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
13725         gl_FUNC_FREXPL_WORKS.
13726         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
13727
13728 2007-05-18  Bruno Haible  <bruno@clisp.org>
13729
13730         * modules/frexpl-nolibm-tests: New file.
13731
13732         * modules/frexpl-nolibm: New file.
13733         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
13734
13735 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
13738         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13739         GCC 4.2, which otherwise issues a lot of warnings.
13740         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
13741         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
13742         Likewise.
13743         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
13744         * modules/iconv_open (iconv.h): Likewise.
13745         * modules/locale (locale.h): Likewise.
13746         * modules/netinet_in (netinet/in.h): Likewise.
13747         * modules/sys_select (sys_select.h): Likewise.
13748         * modules/sys_socket (sys/socket.h): Likewise.
13749         * modules/sys_stat (sys/stat.h): Likewise.
13750         * modules/sysexits (sysexits.h): Likewise.
13751         * modules/unistd (unistd.h): Likewise.
13752
13753 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13754
13755         * modules/closein-tests (Makefile.am): Distribute
13756         `test-closein.sh'.
13757
13758 2007-05-17  Bruno Haible  <bruno@clisp.org>
13759
13760         * tests/test-printf-posix.output: Renamed from
13761         tests/test-fprintf-posix.out.
13762         * modules/fprintf-posix-tests: Update.
13763         * modules/printf-posix-tests: Update.
13764         * modules/vfprintf-posix-tests: Update.
13765         * modules/vprintf-posix-tests: Update.
13766         * tests/test-fprintf-posix.sh: Update.
13767         * tests/test-printf-posix.sh: Update.
13768         * tests/test-vfprintf-posix.sh: Update.
13769         * tests/test-vprintf-posix.sh: Update.
13770         Reported by Ralf Wildenhues.
13771
13772 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13773
13774         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
13775         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13776         GCC 4.2, which otherwise issues a lot of warnings.
13777         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
13778         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
13779         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
13780         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
13781         it should no longer be needed.
13782         * lib/string_.h: Likewise.
13783         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
13784         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
13785         * modules/inttypes (inttypes.h): Likewise.
13786         * modules/math (math.h): Likewise.
13787         * modules/search (search.h): Likewise.
13788         * modules/signal (signal.h): Likewise.
13789         * modules/stdint (stdint.h): Likewise.
13790         * modules/stdio (stdio.h): Likewise.
13791         * modules/stdlib (stdlib.h): Likewise.
13792         * modules/string (string.h): Likewise.
13793         * modules/sys_time (sys/time.h): Likewise.
13794         * modules/time (time.h): Likewise.
13795         * modules/wchar (wchar.h): Likewise.
13796         * modules/wctype (wtype.h): Likewise.
13797
13798 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13799
13800         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
13801
13802 2007-05-13  Bruno Haible  <bruno@clisp.org>
13803
13804         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
13805         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13806         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
13807         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13808         (gl_PREREQ_STRTOK_R): Don't require it here.
13809
13810 2007-05-13  Bruno Haible  <bruno@clisp.org>
13811
13812         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
13813         when used in C++ mode.
13814
13815 2007-05-12  Bruno Haible  <bruno@clisp.org>
13816
13817         * lib/linebuffer.h: Tweak doc.
13818         * lib/linebuffer.c: Likewise.
13819
13820 2007-05-12  James Youngman  <jay@gnu.org>
13821
13822         * lib/linebuffer.c (readlinebuffer_delim): New function,
13823         like readlinebuffer, but use a caller-specified delimiter.
13824         (readlinebuffer): Just call readlinebuffer_delim with '\n'
13825         as the delimiter.
13826         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
13827
13828 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13829
13830         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
13831         * modules/openat (Files): Remove openat-die.c.
13832         (Depends-on): Add openat-die.
13833         * modules/openat-die: New module.
13834
13835 2007-05-06  Bruno Haible  <bruno@clisp.org>
13836
13837         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
13838         Update with info about Cygwin.
13839         * doc/functions/fprintf.texi: Update.
13840         * doc/functions/printf.texi: Update.
13841         * doc/functions/snprintf.texi: Update.
13842         * doc/functions/sprintf.texi: Update.
13843         * doc/functions/vfprintf.texi: Update.
13844         * doc/functions/vprintf.texi: Update.
13845         * doc/functions/vsnprintf.texi: Update.
13846         * doc/functions/vsprintf.texi: Update.
13847         Reported by Eric Blake.
13848
13849 2007-05-06  Bruno Haible  <bruno@clisp.org>
13850
13851         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
13852         padding ourselves for the floating-point directives.
13853         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
13854         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
13855         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13856         gl_PRINTF_FLAG_ZERO and test its result. Invoke
13857         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
13858         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13859         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13860         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13861         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13862         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13863         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13864         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13865         * tests/test-snprintf-posix.h (test_function): Also check the width
13866         and some flags in the %f directive.
13867         * tests/test-sprintf-posix.h (test_function): Likewise.
13868         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13869         * tests/test-vasprintf-posix.c (test_function): Likewise.
13870         * doc/functions/fprintf.texi: Update.
13871         * doc/functions/printf.texi: Update.
13872         * doc/functions/snprintf.texi: Update.
13873         * doc/functions/sprintf.texi: Update.
13874         * doc/functions/vfprintf.texi: Update.
13875         * doc/functions/vprintf.texi: Update.
13876         * doc/functions/vsnprintf.texi: Update.
13877         * doc/functions/vsprintf.texi: Update.
13878
13879 2007-05-06  Bruno Haible  <bruno@clisp.org>
13880
13881         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
13882         pass the ' flag character to sprintf or snprintf.
13883         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
13884         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
13885         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13886         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
13887         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
13888         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13889         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13890         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13891         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13892         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13893         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13894         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13895         * tests/test-snprintf-posix.h (test_function): Also check the grouping
13896         flag.
13897         * tests/test-sprintf-posix.h (test_function): Likewise.
13898         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13899         * tests/test-vasprintf-posix.c (test_function): Likewise.
13900         * doc/functions/fprintf.texi: Update.
13901         * doc/functions/printf.texi: Update.
13902         * doc/functions/snprintf.texi: Update.
13903         * doc/functions/sprintf.texi: Update.
13904         * doc/functions/vfprintf.texi: Update.
13905         * doc/functions/vprintf.texi: Update.
13906         * doc/functions/vsnprintf.texi: Update.
13907         * doc/functions/vsprintf.texi: Update.
13908
13909 2007-05-01  Bruno Haible  <bruno@clisp.org>
13910
13911         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
13912
13913 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
13914
13915         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
13916         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
13917
13918 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13919
13920         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
13921         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
13922         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
13923
13924 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
13925
13926         * lib/argp-help.c (struct hol_entry): New member `ord'.
13927         (HOL_ENTRY_PTRCMP): Use ord for comparison
13928         (hol_sort): Initialize ord.
13929
13930 2007-05-01  Bruno Haible  <bruno@clisp.org>
13931
13932         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
13933         Reported by Eric Blake.
13934         * doc/gnulib.texi (Function Substitutes): Update.
13935
13936 2007-05-01  Bruno Haible  <bruno@clisp.org>
13937
13938         * doc/functions.texi: Remove file, now redundant through
13939         doc/functions/*.texi.
13940
13941 2007-05-01  Bruno Haible  <bruno@clisp.org>
13942
13943         * modules/argp (Depends-on): Add sleep.
13944
13945 2007-05-01  Bruno Haible  <bruno@clisp.org>
13946
13947         * modules/sleep-tests: New file.
13948         * tests/test-sleep.c: New file.
13949
13950         * modules/sleep: New file.
13951         * lib/sleep.c: New file.
13952         * m4/sleep.m4: New file.
13953         * lib/unistd_.h (sleep): New declaration.
13954         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
13955         HAVE_SLEEP.
13956         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
13957         * doc/functions/sleep.texi: Document the sleep module.
13958
13959 2007-05-01  Bruno Haible  <bruno@clisp.org>
13960
13961         * lib/sigprocmask.h: Remove file.
13962         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
13963         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
13964         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
13965         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
13966         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
13967         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
13968         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
13969         HAVE_SIGSET_T as a shell variable.
13970         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
13971         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
13972         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
13973         (Depends-on): Add signal. Remove verify.
13974         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
13975         (Include): Mention <signal.h> instead of sigprocmask.h.
13976         * NEWS: Mention the change.
13977         * lib/fatal-signal.c: Don't include sigprocmask.h.
13978
13979 2007-05-01  Bruno Haible  <bruno@clisp.org>
13980
13981         * modules/signal: New file.
13982         * lib/signal_.h: New file.
13983         * m4/signal_h.m4: New file.
13984
13985 2007-05-01  Bruno Haible  <bruno@clisp.org>
13986
13987         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
13988         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
13989         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
13990         HAVE_WCTYPE_CTMP_BUG into wctype.h.
13991
13992 2007-05-01  Bruno Haible  <bruno@clisp.org>
13993
13994         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
13995         configure time.
13996         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
13997         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
13998         * modules/sys_stat (Makefile.am): Substitute their values into
13999         sys/stat.h.
14000
14001 2007-05-01  Bruno Haible  <bruno@clisp.org>
14002
14003         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
14004         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
14005         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
14006
14007 2007-05-01  Bruno Haible  <bruno@clisp.org>
14008
14009         * doc/header/assert.texi: Undo last change: don't mention the gnulib
14010         'assert' module here.
14011
14012 2007-05-01  Bruno Haible  <bruno@clisp.org>
14013
14014         * doc/functions/*.texi: New files.
14015         * doc/functions/google-ranking.txt: New file.
14016         * doc/gnulib.texi (Function Substitutes): New chapter.
14017         (ctime, inet_ntoa): Remove sections.
14018         * doc/ctime.texi: Remove file.
14019         * doc/inet_ntoa.texi: Remove file.
14020         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
14021         dependencies.
14022         (%.info): New rule, specifying a --reference-limit.
14023
14024 2007-05-01  Bruno Haible  <bruno@clisp.org>
14025
14026         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
14027
14028 2007-05-01  Bruno Haible  <bruno@clisp.org>
14029
14030         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
14031         the portability of 'mkdir' to mingw systems.
14032
14033 2007-05-01  Bruno Haible  <bruno@clisp.org>
14034
14035         * doc/headers/google-ranking.txt: New file.
14036
14037 2007-04-30  Eric Blake  <ebb9@byu.net>
14038
14039         Prefer fseeko to fseek.
14040         * modules/getpass (Depends-on): Add fseeko.
14041         * lib/getpass.c (getpass): Use fseeko, not fseek.
14042
14043 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
14044
14045         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
14046         assumes the sorting is stable, while most qsort implementations
14047         are not.  Use argument addresses to ensure they never compare as
14048         equal.
14049
14050         * tests/test-argp-2.sh (usage-indent test): Fix output
14051         (func_compare): Restore diff options
14052         * tests/test-argp.c: Restore #include "progname.h"
14053
14054 2007-04-29  Bruno Haible  <bruno@clisp.org>
14055
14056         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
14057         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14058         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
14059         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14060         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
14061         (configure.ac): Define CHECK_SNPRINTF_POSIX.
14062         (TESTS, check_PROGRAMS): Add test-snprintf.
14063         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
14064         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
14065         (TESTS, check_PROGRAMS): Add test-vsnprintf.
14066         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
14067         assertions that fail on HP-UX, OSF/1, or IRIX.
14068         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
14069
14070 2007-04-29  Bruno Haible  <bruno@clisp.org>
14071
14072         * MODULES.html.sh (posix_functions): Remove 'contents'.
14073
14074 2007-04-29  Karl Berry  <karl@gnu.org>
14075
14076         * config/srclist.txt (gendocs_template_min): new entry.
14077
14078 2007-04-29  Bruno Haible  <bruno@clisp.org>
14079
14080         Work around fpurge bug on BSD systems.
14081         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
14082         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
14083         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
14084         fpurge to rpl_fpurge if the system already has this function.
14085         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
14086         the case where the system already has this function. Correct invariants
14087         on BSD systems.
14088         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
14089         BSD systems.
14090
14091 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
14092
14093         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
14094         proposed by Sven Verdoolaege.
14095
14096         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
14097         options.
14098         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
14099         (usage and help tests): Update
14100
14101 2007-04-29  Bruno Haible  <bruno@clisp.org>
14102
14103         * tests/test-fflush.c (main): Use a file of size 17, not 10.
14104         Print more information in case of failure. Disable a test on BeOS.
14105
14106 2007-04-29  Bruno Haible  <bruno@clisp.org>
14107
14108         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
14109         This helps debugging on systems on which no gdb is available.
14110
14111 2007-04-29  Bruno Haible  <bruno@clisp.org>
14112
14113         * lib/freading.h: Improve comments.
14114         * lib/fwriting.h: Likewise.
14115         * tests/test-freading.c (main): Don't check freading immediately after
14116         repositioning. Needed for glibc.
14117
14118 2007-04-29  Bruno Haible  <bruno@clisp.org>
14119
14120         * lib/freading.c (freading): Trivial simplification.
14121
14122 2007-04-28  Bruno Haible  <bruno@clisp.org>
14123
14124         * tests/test-fwriting.c (main): Also test the interaction between
14125         fflush and fwriting.
14126         * modules/fwriting-tests (Depends-on): Add fflush.
14127
14128         * tests/test-freading.c (main): Also test the interaction between
14129         fflush and freading.
14130         * modules/freading-tests (Depends-on): Add fflush.
14131
14132 2007-04-28  Bruno Haible  <bruno@clisp.org>
14133
14134         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
14135         fseeko and ftello.
14136         Suggested by Eric Blake.
14137
14138 2007-04-28  Jim Meyering  <jim@meyering.net>
14139
14140         Avoid false-negative in gl_STDINT_H's C99 conformance test.
14141         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
14142         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
14143
14144 2007-04-27  Eric Blake  <ebb9@byu.net>
14145
14146         * doc/headers/assert.texi (assert.h): Document assert module use.
14147
14148 2007-04-27  Bruno Haible  <bruno@clisp.org>
14149
14150         * doc/headers/*.texi: New files.
14151         * doc/gnulib.texi (Header File Substitutes): New chapter.
14152         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
14153         dependencies.
14154         (standards.info ,standards.html, standards.dvi): Update dependencies.
14155         (mostlyclean, clean): New targets.
14156
14157 2007-04-27  Bruno Haible  <bruno@clisp.org>
14158
14159         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
14160         * modules/sysexits (Files, Makefile.am): Update.
14161
14162         * lib/sys_socket_.h: Renamed from lib/socket_.h.
14163         * modules/sys_socket (Files, Makefile.am): Update.
14164
14165         * lib/sys_stat_.h: Renamed from lib/stat_.h.
14166         * modules/sys_stat (Files, Makefile.am): Update.
14167
14168 2007-04-27  Eric Blake  <ebb9@byu.net>
14169
14170         * lib/freading.h: Improve comments.
14171         * lib/fwriting.h: Likewise.
14172         * lib/fflush.c: Likewise.
14173
14174         Fix closein for mingw.
14175         * modules/closein-tests: Add tests for closein.
14176         * tests/test-closein.c: New file.
14177         * tests/test-closein.sh: Likewise.
14178         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
14179         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
14180
14181 2007-04-27  Bruno Haible  <bruno@clisp.org>
14182
14183         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
14184         version is < 6.
14185         * lib/math_.h [__DECC]: Likewise.
14186         * lib/stdio_.h [__DECC]: Likewise.
14187         * lib/stdlib_.h [__DECC]: Likewise.
14188         * lib/string_.h [__DECC]: Likewise.
14189         * lib/time_.h [__DECC]: Likewise.
14190         * lib/wchar_.h [__DECC]: Likewise.
14191         * lib/wctype_.h [__DECC]: Likewise.
14192
14193 2007-04-27  Bruno Haible  <bruno@clisp.org>
14194
14195         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
14196
14197 2007-04-27  Bruno Haible  <bruno@clisp.org>
14198
14199         * lib/fflush.c: Add comments.
14200         * modules/fpurge-tests (Depends-on): Add fflush.
14201         * modules/freadable-tests (Depends-on): Likewise.
14202         * modules/fwritable-tests (Depends-on): Likewise.
14203
14204 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
14205
14206         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
14207         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
14208         Report by Bruno Haible <bruno@clisp.org>.
14209
14210 2007-04-26  Eric Blake  <ebb9@byu.net>
14211
14212         Fix fflush on mingw.
14213         * modules/fflush (Depends-on): Add freading.
14214         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
14215         but unread data.
14216
14217 2007-04-26  Eric Blake  <ebb9@byu.net>
14218         and Bruno Haible  <bruno@clisp.org>
14219
14220         Implement freading and fwriting.
14221         * lib/freading.c: New file.
14222         * lib/freading.h: Likewise.
14223         * m4/freading.m4: Likewise.
14224         * modules/freading: Likewise.
14225         * modules/freading-tests: Likewise.
14226         * tests/test-freading.c: Likewise.
14227         * lib/fwriting.c: New file.
14228         * lib/fwriting.h: Likewise.
14229         * m4/fwriting.m4: Likewise.
14230         * modules/fwriting: Likewise.
14231         * modules/fwriting-tests: Likewise.
14232         * tests/test-fwriting.c: Likewise.
14233         * MODULES.html.sh (File stream based Input/Output): Mention them.
14234
14235 2007-04-26  Bruno Haible  <bruno@clisp.org>
14236
14237         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
14238         'long' when we assume it.
14239         Suggested by Eric Blake.
14240
14241 2007-04-26  Bruno Haible  <bruno@clisp.org>
14242
14243         Ensure fseeko, ftello are declared on glibc systems.
14244         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
14245         * modules/fseeko (configure.ac-early): Likewise.
14246         * modules/ftello (configure.ac-early): Likewise.
14247         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
14248         AC_FUNC_FSEEKO for this.
14249         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
14250         (gl_CHECK_FSEEKO): Remove macro.
14251
14252 2007-04-26  Bruno Haible  <bruno@clisp.org>
14253
14254         * tests/test-fflush.c (main): Also check the ftell result after
14255         fflush and fseek/fseeko.
14256         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
14257         file descriptor position cache in the stream.
14258         * lib/fseeko.c (rpl_fseeko): Likewise.
14259
14260 2007-04-26  Bruno Haible  <bruno@clisp.org>
14261
14262         * modules/fflush-tests (Depends-on): Add fseeko.
14263
14264 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
14265             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14266
14267         * lib/argz_.h: ensure error_t definition is obtained in same
14268         mechanism system argz.h would have.
14269         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
14270         argz facilities are known bad.  Err on the side of caution if
14271         cross-compiling.
14272
14273 2007-04-25  Eric Blake  <ebb9@byu.net>
14274
14275         * lib/fpurge.c (includes): Use stdlib.h for free.
14276         * tests/test-fflush.c (main): Also test fflush-fseeko.
14277
14278 2007-04-25  Bruno Haible  <bruno@clisp.org>
14279
14280         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
14281         * lib/fseeko.c: New file.
14282         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
14283         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
14284         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
14285         gl_FUNC_FSEEKO.
14286         (gl_FUNC_FSEEKO): Invoke it.
14287         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
14288         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
14289         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
14290
14291 2007-04-25  Bruno Haible  <bruno@clisp.org>
14292
14293         * modules/fflush (Depends-on): Add ftello.
14294
14295 2007-04-25  Bruno Haible  <bruno@clisp.org>
14296
14297         * modules/ftello-tests: New file.
14298         * tests/test-ftello.c: New file.
14299
14300         * modules/ftello: New file.
14301         * m4/ftello.m4: New file.
14302         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
14303         HAVE_FTELLO.
14304         * lib/stdio_.h (ftello): New declaration.
14305         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
14306         HAVE_FTELLO.
14307
14308 2007-04-25  Bruno Haible  <bruno@clisp.org>
14309
14310         * modules/fseeko-tests: New file.
14311         * tests/test-fseeko.c: New file.
14312
14313         * modules/fseeko: New file.
14314         * m4/fseeko.m4: New file.
14315         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
14316         HAVE_FSEEKO.
14317         * lib/stdio_.h (fseeko): New declaration.
14318         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
14319         HAVE_FSEEKO.
14320
14321 2007-04-25  Bruno Haible  <bruno@clisp.org>
14322
14323         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
14324
14325 2007-04-25  Bruno Haible  <bruno@clisp.org>
14326
14327         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
14328         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
14329         * tests/test-unistd.c: Likewise.
14330         * tests/test-fcntl.c: Likewise.
14331
14332 2007-04-23  Eric Blake  <ebb9@byu.net>
14333
14334         * lib/fflush.c: Fix missing include.
14335         Reported by Bruno Haible.
14336
14337 2007-04-23  Bruno Haible  <bruno@clisp.org>
14338
14339         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
14340         Reported by Eric Blake.
14341
14342 2007-04-23  Bruno Haible  <bruno@clisp.org>
14343
14344         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
14345
14346 2007-04-23  Bruno Haible  <bruno@clisp.org>
14347
14348         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
14349
14350 2007-04-23  Bruno Haible  <bruno@clisp.org>
14351
14352         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
14353         Needed on HP-UX 11.
14354
14355 2007-04-16  Eric Blake  <ebb9@byu.net>
14356
14357         Make fflush rely on fpurge.
14358         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
14359         open coding all variants.
14360         * modules/fflush (Depends-on): Add fpurge and unistd.
14361         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
14362         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
14363
14364         Fix --with-tests compilation on cygwin.
14365         * modules/argmatch-tests (Makefile.am): List gnulib library first
14366         in LDADD.
14367         * modules/argp-tests (Makefile.am): Likewise.
14368         * modules/array-list-tests (Makefile.am): Likewise.
14369         * modules/array-oset-tests (Makefile.am): Likewise.
14370         * modules/avltree-list-tests (Makefile.am): Likewise.
14371         * modules/avltree-oset-tests (Makefile.am): Likewise.
14372         * modules/avltreehash-list-tests (Makefile.am): Likewise.
14373         * modules/carray-list-tests (Makefile.am): Likewise.
14374         * modules/dirname-tests (Makefile.am): Likewise.
14375         * modules/frexp-tests (Makefile.am): Likewise.
14376         * modules/isnanl-tests (Makefile.am): Likewise.
14377         * modules/linked-list-tests (Makefile.am): Likewise.
14378         * modules/linkedhash-list-tests (Makefile.am): Likewise.
14379         * modules/lock-tests (Makefile.am): Likewise.
14380         * modules/rbtree-list-tests (Makefile.am): Likewise.
14381         * modules/rbtree-oset-tests (Makefile.am): Likewise.
14382         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
14383         * modules/tls-tests (Makefile.am): Likewise.
14384         * modules/tsearch-tests (Makefile.am): Likewise.
14385         * modules/xvasprintf-tests (Makefile.am): Likewise.
14386
14387         Fix fpurge for cygwin.
14388         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
14389         value.
14390         * modules/fpurge-tests (Depends-on): Clean up trash.
14391
14392 2007-04-16  Simon Josefsson  <simon@josefsson.org>
14393
14394         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
14395
14396         * m4/autobuild.m4: Re-indent.
14397
14398 2007-04-13  Bruno Haible  <bruno@clisp.org>
14399
14400         * modules/fpurge-tests: New file.
14401         * tests/test-fpurge.c: New file.
14402
14403         * modules/fpurge: New file.
14404         * lib/fpurge.h: New file.
14405         * lib/fpurge.c: New file.
14406         * m4/fpurge.m4: New file.
14407
14408 2007-04-13  Bruno Haible  <bruno@clisp.org>
14409
14410         * modules/fbufmode-tests: New file.
14411         * tests/test-fbufmode.c: New file.
14412
14413         * modules/fbufmode: New file.
14414         * lib/fbufmode.h: New file.
14415         * lib/fbufmode.c: New file.
14416         * m4/fbufmode.m4: New file.
14417
14418 2007-04-13  Bruno Haible  <bruno@clisp.org>
14419
14420         * modules/fwritable-tests: New file.
14421         * tests/test-fwritable.c: New file.
14422
14423         * modules/fwritable: New file.
14424         * lib/fwritable.h: New file.
14425         * lib/fwritable.c: New file.
14426         * m4/fwritable.m4: New file.
14427
14428 2007-04-13  Bruno Haible  <bruno@clisp.org>
14429
14430         * modules/freadable-tests: New file.
14431         * tests/test-freadable.c: New file.
14432
14433         * modules/freadable: New file.
14434         * lib/freadable.h: New file.
14435         * lib/freadable.c: New file.
14436         * m4/freadable.m4: New file.
14437
14438 2007-04-13  Bruno Haible  <bruno@clisp.org>
14439
14440         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
14441         MOSTLYCLEANFILES.
14442
14443 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14444
14445         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
14446         gzip bootstrap.conf to avoid dragging in i18n machinery.
14447         (gnulib_tool_option): Use it.
14448
14449 2007-04-13  Bruno Haible  <bruno@clisp.org>
14450
14451         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
14452         %F directives.
14453         * tests/test-vasprintf-posix.c (test_function): Likewise.
14454         * tests/test-snprintf-posix.h (test_function): Likewise.
14455         * tests/test-sprintf-posix.h (test_function): Likewise.
14456         * tests/test-fprintf-posix.h (test_function): Likewise.
14457         * tests/test-printf-posix.h (test_function): Likewise.
14458         * tests/test-fprintf-posix.out: Likewise.
14459
14460 2007-04-13  Bruno Haible  <bruno@clisp.org>
14461
14462         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
14463         * modules/tls-tests (configure.ac): Likewise.
14464         Reported by Arto C. Nirkko <anirkko@insel.ch>.
14465
14466 2007-04-13  Bruno Haible  <bruno@clisp.org>
14467
14468         * lib/tls.c (glthread_tls_get): Fix return type.
14469         Patch by Arto C. Nirkko <anirkko@insel.ch>.
14470
14471 2007-04-12  Eric Blake  <ebb9@byu.net>
14472
14473         * modules/gettime (Depends-on): Remove gettime.
14474         Reported by Dmitry V. Levin.
14475
14476 2007-04-12  Bruno Haible  <bruno@clisp.org>
14477
14478         * modules/fflush (Include): Mention <stdio.h>.
14479         * modules/strtoimax (Include): Mention <inttypes.h>.
14480         * modules/strtoumax (Include): Likewise.
14481
14482 2007-04-12  Eric Blake  <ebb9@byu.net>
14483
14484         * .cvsignore: New file.
14485         * .gitignore: Likewise.
14486
14487 2007-04-12  Bruno Haible  <bruno@clisp.org>
14488
14489         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
14490         not before, since $(LDADD) often contains libgnu.a.
14491         * modules/striconv-tests (test_striconv_LDADD): Likewise.
14492         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
14493         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
14494         Needed on Cygwin.
14495
14496 2007-04-12  Eric Blake  <ebb9@byu.net>
14497
14498         Work around glibc's failure to flush stdin on fclose.
14499         * lib/closein.c (close_stdin): Flush stdin before closing.
14500
14501         Work around glibc's failure to reset seekable stdin on exit.
14502         * modules/closein: New module.
14503         * lib/closein.c: New file.
14504         * lib/closein.h: Likewise.
14505         * m4/closein.m4: Likewise.
14506         * MODULES.html.sh (File stream based Input/Output): Document it.
14507
14508 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14509
14510         * gnulib-tool: Rename generated 'autobuild' script to
14511         'do-autobuild' in --create-megatestdir output.
14512
14513         * doc/gnulib.texi (Build robot for gnulib): Fix.
14514
14515 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14516
14517         * modules/sysexits (Depends-on): Add absolute-header.
14518
14519 2007-04-12  Eric Blake  <ebb9@byu.net>
14520
14521         No need to preserve errno on success.
14522         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
14523         Reported by Bruno Haible.
14524
14525 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14526
14527         * MODULES.html.sh (Support for maintaining and releasing
14528         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
14529
14530 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14531
14532         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
14533
14534 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14535
14536         * modules/autobuild: New module.
14537
14538         * m4/autobuild.m4: New file.
14539
14540 2007-04-11  Bruno Haible  <bruno@clisp.org>
14541
14542         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
14543         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
14544         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
14545         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
14546         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14547         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14548         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14549         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14550         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14551         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14552         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
14553         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14554         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14555         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
14556         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14557         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14558         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
14559         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14560         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
14562         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14563         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14564         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
14565         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14566         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14567         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
14568         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14569         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14570         Reported by Eric Blake.
14571
14572 2007-04-11  Bruno Haible  <bruno@clisp.org>
14573
14574         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
14575
14576 2007-04-10  Bruno Haible  <bruno@clisp.org>
14577
14578         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
14579         for NaN and Infinity. Needed on FreeBSD 6.1.
14580         * tests/test-vasnprintf-posix.c (test_function): Undo last change
14581         regarding results for "%010a" of Infinity and NaN.
14582         * tests/test-vasprintf-posix.c (test_function): Likewise.
14583         * tests/test-snprintf-posix.h (test_function): Likewise.
14584         * tests/test-sprintf-posix.h (test_function): Likewise.
14585         * tests/test-fprintf-posix.h (test_function): Likewise.
14586         * tests/test-printf-posix.h (test_function): Likewise.
14587         * tests/test-fprintf-posix.out: Likewise.
14588
14589 2007-04-10  Bruno Haible  <bruno@clisp.org>
14590
14591         * modules/locale-tests: New file.
14592         * tests/test-locale.c: New file.
14593
14594         * modules/locale: New file.
14595         * lib/locale_.h: New file.
14596         * m4/locale_h.m4: New file.
14597
14598 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
14599             Bruno Haible  <bruno@clisp.org>
14600
14601         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
14602         be determined, test for availability of the copysignf, copysign,
14603         copysignl functions.
14604         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
14605         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
14606         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
14607
14608 2007-04-09  Eric Blake  <ebb9@byu.net>
14609
14610         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
14611         * modules/stdio (Makefile.am): Support fflush.
14612         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14613         * modules/fflush: New file.
14614         * lib/fflush.c: Likewise.
14615         * m4/fflush.m4: Likewise.
14616         * modules/fflush-tests: New test.
14617         * tests/test-fflush.c: Likewise.
14618         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
14619
14620 2007-04-06  Bruno Haible  <bruno@clisp.org>
14621
14622         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
14623         (VASNPRINTF): Use signbit for faster determination whether to print a
14624         minus sign.
14625         * modules/vasnprintf (Files): Remove lib/float+.h.
14626         * modules/fprintf-posix (Depends-on): Add signbit.
14627         * modules/snprintf-posix (Depends-on): Likewise.
14628         * modules/sprintf-posix (Depends-on): Likewise.
14629         * modules/vasnprintf-posix (Depends-on): Likewise.
14630         * modules/vasprintf-posix (Depends-on): Likewise.
14631         * modules/vfprintf-posix (Depends-on): Likewise.
14632         * modules/vsnprintf-posix (Depends-on): Likewise.
14633         * modules/vsprintf-posix (Depends-on): Likewise.
14634
14635 2007-04-06  Bruno Haible  <bruno@clisp.org>
14636
14637         * tests/test-frexp.c (main): Test also the sign bit of zero results.
14638         * tests/test-frexpl.c (main): Likewise.
14639         * tests/test-ldexpl.c (main): Likewise.
14640         * modules/frexp-tests (Depends-on): Add signbit.
14641         * modules/frexpl-tests (Depdends-on): Likewise.
14642         * modules/ldexpl-tests (Depdends-on): Likewise.
14643
14644 2007-04-06  Bruno Haible  <bruno@clisp.org>
14645
14646         * modules/signbit-tests: New file.
14647         * tests/test-signbit.c: New file.
14648
14649         * modules/signbit: New file.
14650         * lib/signbitf.c: New file.
14651         * lib/signbitd.c: New file.
14652         * lib/signbitl.c: New file.
14653         * m4/signbit.m4: New file.
14654         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
14655         (signbit): New macro.
14656         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
14657         REPLACE_SIGNBIT.
14658         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
14659         REPLACE_FREXPL into math.h.
14660
14661 2007-04-06  Bruno Haible  <bruno@clisp.org>
14662
14663         * modules/isnanf-nolibm-tests: New file.
14664         * tests/test-isnanf.c: New file.
14665
14666         * modules/isnanf-nolibm: New file.
14667         * lib/isnanf.h: New file.
14668         * lib/isnanf.c: New file.
14669         * lib/isnan.c: Consider the USE_FLOAT macro.
14670         * m4/isnanf.m4: New file.
14671
14672 2007-04-06  Bruno Haible  <bruno@clisp.org>
14673
14674         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
14675         (Link): New section.
14676
14677         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
14678
14679 2007-04-06  Bruno Haible  <bruno@clisp.org>
14680
14681         Assume the 'long double' type.
14682         * m4/longdouble.m4: Remove file.
14683         * config/srclist.txt: Don't mention longdouble.m4.
14684         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
14685         * lib/float+.h: Likewise.
14686         * lib/frexp.c: Likewise.
14687         * lib/printf-args.h: Likewise.
14688         * lib/printf-args.c: Likewise.
14689         * lib/printf-frexp.c: Likewise.
14690         * lib/printf-parse.c: Likewise.
14691         * lib/vasnprintf.c: Likewise.
14692         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
14693         * m4/intl.m4: Likewise.
14694         * m4/isnanl.m4: Likewise.
14695         * m4/printf.m4: Likewise.
14696         * m4/printf-frexpl.m4: Likewise.
14697         * m4/vasnprintf.m4: Likewise.
14698         * modules/allocsa (Files): Remove m4/longdouble.m4.
14699         * modules/gettext (Files): Likewise.
14700         * modules/relocatable-prog-wrapper (Files): Likewise.
14701         * modules/vasnprintf (Files): Likewise.
14702         * modules/isnanl (Files): Likewise.
14703         (Include): Simplify.
14704         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
14705         (Include): Simplify.
14706         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
14707         (Include): Simplify.
14708         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
14709         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14710         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
14711         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14712         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14713         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14714         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
14715         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14716         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14717         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14718         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
14719         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14720         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
14721         * tests/test-isnanl.c: Likewise.
14722         * tests/test-snprintf-posix.h: Likewise.
14723         * tests/test-sprintf-posix.h: Likewise.
14724         * tests/test-vasnprintf-posix.c: Likewise.
14725         * tests/test-vasnprintf-posix2.c: Likewise.
14726         * tests/test-vasprintf-posix.c: Likewise.
14727
14728 2007-04-06  Bruno Haible  <bruno@clisp.org>
14729
14730         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
14731         * lib/math_.h [__DECC]: Include the overridden include file through
14732         #include_next, outside the double-inclusion guard.
14733         * lib/stdio_.h [__DECC]: Likewise.
14734         * lib/stdlib_.h [__DECC]: Likewise.
14735         * lib/string_.h [__DECC]: Likewise.
14736         * lib/time_.h [__DECC]: Likewise.
14737         * lib/wchar_.h [__DECC]: Likewise.
14738         * lib/wctype_.h [__DECC]: Likewise.
14739         * lib/inttypes_.h [__DECC]: Likewise.
14740         Reported by Albert Chin <china@thewrittenword.com> in
14741         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
14742
14743 2007-04-04  Eric Blake  <ebb9@byu.net>
14744
14745         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
14746         1.5.x.
14747
14748 2007-04-04  Bruno Haible  <bruno@clisp.org>
14749
14750         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
14751         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
14752
14753 2007-04-04  Bruno Haible  <bruno@clisp.org>
14754
14755         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
14756         results for "%010a" of Infinity and NaN.
14757         * tests/test-vasprintf-posix.c (test_function): Likewise.
14758         * tests/test-snprintf-posix.h (test_function): Likewise.
14759         * tests/test-sprintf-posix.h (test_function): Likewise.
14760         * tests/test-fprintf-posix.h (test_function): Remove these tests.
14761         * tests/test-printf-posix.h (test_function): Likewise.
14762         * tests/test-fprintf-posix.out: Update.
14763         Needed for FreeBSD 6.1.
14764
14765 2007-04-04  Bruno Haible  <bruno@clisp.org>
14766
14767         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
14768         directly used by the gnulib modules nor by gnulib-tool.
14769
14770 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * DEPENDENCIES: Give overall description of version dependency
14773         desirability.  Use more-typical names for apps.
14774         Add shell, coreutils, diffutils, grep, tar, gzip.
14775
14776 2007-04-04  Simon Josefsson  <simon@josefsson.org>
14777
14778         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
14779
14780 2007-04-04  Karl Berry  <karl@gnu.org>
14781
14782         * MODULES.html.sh (func_module): missing '.
14783
14784 2007-04-03  Bruno Haible  <bruno@clisp.org>
14785
14786         * modules/argmatch-tests (Makefile.am): New variable
14787         test_argmatch_LDADD.
14788         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
14789         * modules/array-list-tests (Makefile.am): New variable
14790         test_array_list_LDADD.
14791         * modules/array-oset-tests (Makefile.am): New variable
14792         test_array_oset_LDADD.
14793         * modules/avltree-list-tests (Makefile.am): New variable
14794         test_avltree_list_LDADD.
14795         * modules/avltree-oset-tests (Makefile.am): New variable
14796         test_avltree_oset_LDADD.
14797         * modules/avltreehash-list-tests (Makefile.am): New variable
14798         test_avltreehash_list_LDADD.
14799         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
14800         test_canonicalize_lgpl_LDADD.
14801         * modules/carray-list-tests (Makefile.am): New variable
14802         test_carray_list_LDADD.
14803         * modules/dirname-tests (Makefile.am): New variable
14804         test_dirname_LDADD.
14805         * modules/linked-list-tests (Makefile.am): New variable
14806         test_linked_list_LDADD.
14807         * modules/linkedhash-list-tests (Makefile.am): New variable
14808         test_linkedhash_list_LDADD.
14809         * modules/rbtree-list-tests (Makefile.am): New variable
14810         test_rbtree_list_LDADD.
14811         * modules/rbtree-oset-tests (Makefile.am): New variable
14812         test_rbtree_oset_LDADD.
14813         * modules/rbtreehash-list-tests (Makefile.am): New variable
14814         test_rbtreehash_list_LDADD.
14815         * modules/xvasprintf-tests (Makefile.am): New variable
14816         test_xvasprintf_LDADD.
14817         Reported by Eric Blake.
14818
14819 2007-04-03  Eric Blake  <ebb9@byu.net>
14820
14821         * DEPENDENCIES: Weaken m4 requirements.
14822
14823 2007-04-03  Bruno Haible  <bruno@clisp.org>
14824
14825         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
14826         * modules/isnanl-tests (configure.ac): Likewise.
14827
14828 2007-04-03  Ben Pfaff  <blp@gnu.org>
14829
14830         * modules/iconv_open: Add $(srcdir)/ to source directory
14831         references in Makefile fragments that call gperf, to fix VPATH
14832         builds.
14833
14834 2007-04-03  Bruno Haible  <bruno@clisp.org>
14835
14836         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
14837         * lib/ldexpl.c: Undo last change.
14838
14839 2007-04-03  Bruno Haible  <bruno@clisp.org>
14840
14841         * modules/printf-frexpl (Depends-on): Undo last change.
14842         (Files): Add m4/ldexpl.m4.
14843
14844 2007-04-03  Bruno Haible  <bruno@clisp.org>
14845
14846         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
14847         * modules/isnanl (Link): New section.
14848
14849         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
14850         * modules/frexp (Link): New section.
14851
14852         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
14853         * modules/frexpl (Link): New section.
14854
14855         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
14856         * modules/ldexpl (Link): New section.
14857
14858 2007-04-03  Bruno Haible  <bruno@clisp.org>
14859
14860         * modules/TEMPLATE-EXTENDED: New file.
14861         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
14862
14863 2007-04-03  Bruno Haible  <bruno@clisp.org>
14864
14865         * DEPENDENCIES: New file.
14866         Suggested by Simon Josefsson.
14867
14868 2007-04-03  Bruno Haible  <bruno@clisp.org>
14869
14870         * doc/gnulib.texi: Escape @.
14871
14872 2007-04-03  James Youngman  <jay@gnu.org>
14873         and Paul Eggert  <eggert@cs.ucla.edu>
14874
14875         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
14876         birthtime on all systems that have birthtime, not just those which
14877         use st_birthtimensec rather than st_birthtim.  Putting zero in
14878         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
14879         that the birth time is not available for files on an NFS mount.
14880
14881 2007-04-03  Simon Josefsson  <simon@josefsson.org>
14882
14883         * modules/memxor: Move back from crypto/, suggested by Bruno.
14884         * modules/crypto/hmac-sha1: Fix memxor dependency.
14885
14886         * modules/crypto/gc: Moved from ../.
14887
14888 2007-04-02  Eric Blake  <ebb9@byu.net>
14889
14890         * lib/ldexpl.c (includes): Avoid libm.
14891
14892         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
14893
14894 2007-04-02  Bruno Haible  <bruno@clisp.org>
14895
14896         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
14897         on IRIX.
14898
14899 2007-04-02  Bruno Haible  <bruno@clisp.org>
14900
14901         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
14902         x86 or x86_64 platforms running MacOS X.
14903         Reported by Ryan Schmidt <@ryandesign.com>.
14904
14905 2007-04-02  Bruno Haible  <bruno@clisp.org>
14906
14907         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
14908         i386.
14909
14910 2007-04-01  Simon Josefsson  <simon@josefsson.org>
14911
14912         * modules/crypto/arcfour: Moved from ../.
14913         * modules/crypto/arcfour-tests: Moved from ../.
14914         * modules/crypto/arctwo: Moved from ../.
14915         * modules/crypto/arctwo-tests: Moved from ../.
14916         * modules/crypto/des: Moved from ../.
14917         * modules/crypto/des-tests: Moved from ../.
14918         * modules/crypto/gc-arcfour: Moved from ../.
14919         * modules/crypto/gc-arcfour-tests: Moved from ../.
14920         * modules/crypto/gc-arctwo: Moved from ../.
14921         * modules/crypto/gc-arctwo-tests: Moved from ../.
14922         * modules/crypto/gc-des: Moved from ../.
14923         * modules/crypto/gc-des-tests: Moved from ../.
14924         * modules/crypto/gc-hmac-md5: Moved from ../.
14925         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
14926         * modules/crypto/gc-hmac-sha1: Moved from ../.
14927         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
14928         * modules/crypto/gc-md2: Moved from ../.
14929         * modules/crypto/gc-md2-tests: Moved from ../.
14930         * modules/crypto/gc-md4: Moved from ../.
14931         * modules/crypto/gc-md4-tests: Moved from ../.
14932         * modules/crypto/gc-md5: Moved from ../.
14933         * modules/crypto/gc-md5-tests: Moved from ../.
14934         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
14935         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
14936         * modules/crypto/gc-random: Moved from ../.
14937         * modules/crypto/gc-rijndael: Moved from ../.
14938         * modules/crypto/gc-rijndael-tests: Moved from ../.
14939         * modules/crypto/gc-sha1: Moved from ../.
14940         * modules/crypto/gc-sha1-tests: Moved from ../.
14941         * modules/crypto/gc-tests: Moved from ../.
14942         * modules/crypto/hmac-md5: Moved from ../.
14943         * modules/crypto/hmac-md5-tests: Moved from ../.
14944         * modules/crypto/hmac-sha1: Moved from ../.
14945         * modules/crypto/hmac-sha1-tests: Moved from ../.
14946         * modules/crypto/md2: Moved from ../.
14947         * modules/crypto/md2-tests: Moved from ../.
14948         * modules/crypto/md4: Moved from ../.
14949         * modules/crypto/md4-tests: Moved from ../.
14950         * modules/crypto/md5: Moved from ../.
14951         * modules/crypto/md5-tests: Moved from ../.
14952         * modules/crypto/memxor: Moved from ../.
14953         * modules/crypto/rijndael: Moved from ../.
14954         * modules/crypto/rijndael-tests: Moved from ../.
14955         * modules/crypto/sha1: Moved from ../.
14956
14957 2007-03-30  James Youngman  <jay@gnu.org>
14958
14959         * tests/test-stat-time.c (prepare_test): use chmod() rather than
14960         rename() to change the ctime of a file (because ctime is unaffected
14961         by rename on jfs2 on AIX 5.1).
14962         (main): Start by doing cleanup, in case a previous run failed leaving
14963         test files behind.
14964
14965 2007-03-31  Bruno Haible  <bruno@clisp.org>
14966
14967         Support old proprietary implementations of iconv.
14968         * modules/iconv_open: New file.
14969         * lib/iconv_.h: New file.
14970         * m4/iconv_h.m4: New file.
14971         * lib/iconv_open.c: New file.
14972         * lib/iconv_open-aix.gperf: New file.
14973         * lib/iconv_open-hpux.gperf: New file.
14974         * lib/iconv_open-irix.gperf: New file.
14975         * lib/iconv_open-osf.gperf: New file.
14976         * m4/iconv_open.m4: New file.
14977         * modules/linebreak (Depends-on): Add iconv_open.
14978         * modules/striconv (Depends-on): Likewise.
14979         * modules/striconveh (Depends-on): Likewise.
14980         * modules/unicodeio (Depends-on): Likewise.
14981         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
14982         (iconv_t)(-1).
14983         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
14984         conversion if cd is (iconv_t)(-1).
14985         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
14986         is not possible.
14987
14988 2007-03-31  Bruno Haible  <bruno@clisp.org>
14989
14990         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14991         work on Solaris either. Protect also second use of "autodetect_jp".
14992
14993 2007-03-31  Bruno Haible  <bruno@clisp.org>
14994
14995         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
14996         the function is not present.
14997
14998 2007-03-31  Bruno Haible  <bruno@clisp.org>
14999
15000         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
15001         the function is not present.
15002
15003 2007-03-31  Bruno Haible  <bruno@clisp.org>
15004
15005         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
15006         a bug in HP-UX iconv_open().
15007
15008 2007-03-31  Bruno Haible  <bruno@clisp.org>
15009
15010         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
15011         (Mathematics <math.h>): New section, add fpieee.
15012         (Input/output <stdio.h>): Add fseterr.
15013         (Mathematics <math.h>): New section, add printf-frexp.
15014         (Container data structures): Add sublist.
15015         (Core language properties): Add fpucw, inline.
15016         (Functions for greatest-width integer types <inttypes.h>): Add
15017         imaxabs, imaxdiv, inttypes.
15018         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
15019         isnanl-nolibm, ldexp.
15020         (Mathematics <math.h>): New section, add printf-frexpl.
15021         (Support for systems lacking POSIX:2001): Add fprintf-posix,
15022         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
15023         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
15024         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
15025         (Unicode string functions): Add unistr/u*-mbtoucr.
15026         (Java): Add javacomp-script, javaexec-script.
15027         (C#): Add csharpcomp-script, csharpexec-script.
15028         (Support for building libraries and executables): Add havelib,
15029         relocatable-*.
15030         (Support for maintaining and releasing projects): Renamed from
15031         'Support for maintaining and release projects'. Add announce-gen.
15032
15033 2007-03-31  Bruno Haible  <bruno@clisp.org>
15034
15035         * README: Talk primarily about git.
15036         (git and CVS): Renamed from CVS.
15037         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
15038         gnulib is available through git.
15039         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
15040
15041 2007-03-30  Bruno Haible  <bruno@clisp.org>
15042
15043         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
15044         * lib/poll_.h: Likewise.
15045         * lib/stat_.h: Likewise.
15046         * lib/sys_time_.h: Likewise.
15047         * lib/sysexit_.h: Likewise.
15048         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
15049         * lib/stdbool_.h: Likewise.
15050         * lib/byteswap_.h: Add double-inclusion guard.
15051
15052 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
15053
15054         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
15055
15056 2007-03-30  Karl Berry  <karl@gnu.org>
15057
15058         * config/srclist-update: double space after USA in the license
15059         substitution, since that's how it's usually (?) written.
15060
15061 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15062
15063         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
15064         reported by Bruno Haible.
15065
15066 2007-03-29  Bruno Haible  <bruno@clisp.org>
15067
15068         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
15069         a bug in AIX iconv().
15070
15071 2007-03-29  Bruno Haible  <bruno@clisp.org>
15072
15073         * modules/ldexpl-tests: New file.
15074         * tests/test-ldexpl.c: New file.
15075
15076 2007-03-29  Bruno Haible  <bruno@clisp.org>
15077
15078         * lib/ldexpl.c: Include fpucw.h.
15079         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
15080         multiplication.
15081         * modules/ldexpl (Depends-on): Add fpucw.
15082
15083 2007-03-29  Bruno Haible  <bruno@clisp.org>
15084
15085         * modules/ldexpl: New file.
15086         * m4/ldexpl.m4: New file.
15087         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
15088         set.
15089         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
15090         REPLACE_LDEXPL.
15091         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
15092         REPLACE_LDEXPL.
15093         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15094         gl_FUNC_LDEXPL_WORKS.
15095         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
15096         * modules/mathl (Files): Remove lib/ldexpl.c.
15097         (Depends-on): Add ldexpl.
15098
15099 2007-03-29  Bruno Haible  <bruno@clisp.org>
15100
15101         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
15102
15103 2007-03-29  Bruno Haible  <bruno@clisp.org>
15104
15105         * tests/test-striconveh.c (main): Don't assume that a direct conversion
15106         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
15107         and possibly also HP-UX.
15108         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15109         work on AIX, IRIX, HP-UX, OSF/1.
15110         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
15111         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
15112         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
15113         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
15114         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
15115         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
15116
15117 2007-03-29  Bruno Haible  <bruno@clisp.org>
15118
15119         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
15120
15121 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15122
15123         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
15124         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
15125
15126 2007-03-29  Eric Blake  <ebb9@byu.net>
15127
15128         * lib/acl-internal.h: Remove redundant include.
15129         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
15130         Cygwin when a file is locked.
15131
15132 2007-03-29  Bruno Haible  <bruno@clisp.org>
15133
15134         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
15135         file.
15136         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
15137
15138 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15139
15140         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
15141         try to remove a parent directory if the child couldn't be removed
15142         (except for the first rmdir, which could fail because the child
15143         doesn't exist).  Problem reported by Jeff Blaine in
15144         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
15145
15146 2007-03-28  Bruno Haible  <bruno@clisp.org>
15147
15148         * lib/striconveh.c (utf8conv_carefully): New function.
15149         (mem_cd_iconveh_internal): Invoke it.
15150
15151 2007-03-28  Bruno Haible  <bruno@clisp.org>
15152
15153         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
15154         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
15155         input.
15156         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
15157         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
15158         unistr/u8-uctomb.
15159
15160 2007-03-28  Bruno Haible  <bruno@clisp.org>
15161
15162         * modules/unistr/u8-mbtoucr: New file.
15163         * lib/unistr/u8-mbtoucr.c: New file.
15164         * modules/unistr/u16-mbtoucr: New file.
15165         * lib/unistr/u16-mbtoucr.c: New file.
15166         * modules/unistr/u16-mbtoucr: New file.
15167         * lib/unistr/u16-mbtoucr.c: New file.
15168         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
15169
15170 2007-03-27  Simon Josefsson  <simon@josefsson.org>
15171             Bruno Haible  <bruno@clisp.org>
15172
15173         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
15174         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
15175         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
15176
15177         * m4/stdio_h.m4: Add stubs for vasprintf too.
15178
15179         * modules/stdio: Support vasprintf in sed command.
15180
15181         * modules/vasprintf: Depend on stdio for prototypes.  Remove
15182         vasprintf.h.  Add stdio module indicator.
15183
15184         * lib/stdio_.h: Declare asprintf and vasprintf, based on
15185         vasprintf.h.
15186
15187         * lib/vasprintf.h: File removed.
15188
15189         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
15190         * lib/vasprintf.c: Ditto.
15191         * lib/xvasprintf.c: Ditto.
15192         * tests/test-vasprintf-posix.c: Ditto.
15193         * tests/test-vasprintf.c: Ditto.
15194
15195 2007-03-27  Bruno Haible  <bruno@clisp.org>
15196
15197         Make vasnprintf multithread-safe.
15198         * lib/vasnprintf.c (decimal_point_char): New function.
15199         (VASNPRINTF): Use it.
15200         Suggested by Simon Josefsson.
15201
15202 2007-03-27  Eric Blake  <ebb9@byu.net>
15203
15204         Support sub-second birthtime on cygwin.
15205         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
15206         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
15207         (get_stat_birthtime): Also work with st_birthtim.
15208
15209 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
15210
15211         * lib/stat-time.h (USE_BIRTHTIME): Remove.
15212         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
15213         (get_stat_birthtime_ns): Do not try to use "spare" fields.
15214         (get_stat_birthtime_ns): Simplify compile-time tests.
15215         (get_stat_birthtime): Change the API to look like
15216         get_stat_mtime etc., except return a negative tv_nsec on error.
15217         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
15218         Don't check for "spare" fields.
15219         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
15220         or for struct stat.st_birthtime, as these tests aren't used.
15221         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
15222
15223 2007-03-27  Bruno Haible  <bruno@clisp.org>
15224
15225         * lib/stat-time.h: Include <sys/stat.h>.
15226
15227 2007-03-27  James Youngman  <jay@gnu.org>
15228
15229         * lib/stat-time.h (get_stat_birthtime): New function for
15230           retrieving st_birthtime as provided by UFS2 (hence *BSD).
15231         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
15232           and its variants.
15233         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
15234         * modules/stat-time-test: New file.
15235         * tests/test-stat-time.c: New test, devised by Bruno Haible.
15236
15237 2007-03-26  Bruno Haible  <bruno@clisp.org>
15238
15239         Better support of signalling NaNs.
15240         * lib/atanl.c: Include isnanl.h.
15241         (atanl): Perform test for NaN at the beginning of the function and
15242         through a call to isnanl.
15243         * lib/cosl.c: Include isnanl.h.
15244         (cosl): Perform test for NaN at the beginning of the function and
15245         through a call to isnanl.
15246         * lib/ldexpl.c: Include isnanl.h.
15247         (ldexpl): Perform test for NaN through a call to isnanl.
15248         * lib/logl.c: Include isnanl.h.
15249         (logl): Perform test for NaN at the beginning of the function and
15250         through a call to isnanl.
15251         * lib/sinl.c: Include isnanl.h.
15252         (sinl): Perform test for NaN at the beginning of the function and
15253         through a call to isnanl.
15254         * lib/sqrtl.c: Include isnanl.h.
15255         (sqrtl): Perform test for NaN at the beginning of the function and
15256         through a call to isnanl.
15257         * lib/tanl.c: Include isnanl.h.
15258         (tanl): Perform test for NaN at the beginning of the function and
15259         through a call to isnanl.
15260         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
15261         * modules/mathl (Depends-on): Add isnanl.
15262
15263 2007-03-26  Eric Blake  <ebb9@byu.net>
15264
15265         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
15266         regression in logic sense of previous patch.
15267
15268 2007-03-26  Bruno Haible  <bruno@clisp.org>
15269
15270         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
15271         unportable shell command "if ! ...".
15272         Reported by Ralf Wildenhues.
15273
15274 2007-03-25  Bruno Haible  <bruno@clisp.org>
15275
15276         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
15277         <sysexits.h> file, and only add EX_CONFIG.
15278         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
15279         absolute file name and whether it is sufficient. Substitute also
15280         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
15281         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
15282         ABSOLUTE_SYSEXITS_H into sysexits.h.
15283
15284 2007-03-25  Bruno Haible  <bruno@clisp.org>
15285
15286         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
15287         hints is NULL.
15288
15289 2007-03-25  Bruno Haible  <bruno@clisp.org>
15290
15291         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
15292         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
15293
15294 2007-03-25  Bruno Haible  <bruno@clisp.org>
15295
15296         * lib/vasnprintf.c: Include langinfo.h.
15297         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
15298         multithread-safe.
15299         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
15300         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
15301         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15302         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15303         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15304         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15305         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15306         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
15307         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15308         Reported by Simon Josefsson.
15309
15310 2007-03-25  Bruno Haible  <bruno@clisp.org>
15311
15312         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
15313         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
15314         * modules/vasnprintf (Depends-on): Add stdint.
15315
15316 2007-03-25  Bruno Haible  <bruno@clisp.org>
15317
15318         * modules/fpieee: New file.
15319         * m4/fpieee.m4: New file.
15320         * modules/isnan-nolibm (Depends-on): Add fpieee.
15321         * modules/isnanl-nolibm (Depends-on): Add fpieee.
15322         * modules/isnanl (Depends-on): Add fpieee.
15323
15324 2007-03-25  Bruno Haible  <bruno@clisp.org>
15325
15326         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
15327
15328 2007-03-25  Bruno Haible  <bruno@clisp.org>
15329
15330         Avoid test failures on IRIX 6.5.
15331         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
15332         (main): Use it.
15333         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
15334         macros.
15335         (main): Use them.
15336
15337 2007-03-25  Bruno Haible  <bruno@clisp.org>
15338
15339         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
15340         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
15341         exists but doesn't work.
15342         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
15343         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
15344         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
15345         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
15346
15347 2007-03-25  Bruno Haible  <bruno@clisp.org>
15348
15349         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
15350         returns inf. Needed on IRIX 6.5.
15351
15352 2007-03-25  Bruno Haible  <bruno@clisp.org>
15353
15354         * tests/test-frexpl.c: Include isnanl-nolibm.h.
15355         (main): Use isnanl instead of x != x idiom.
15356         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
15357
15358         * tests/test-frexp.c: Include isnan.h.
15359         (main): Use isnan instead of x != x idiom.
15360         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
15361
15362 2007-03-25  Bruno Haible  <bruno@clisp.org>
15363
15364         * tests/test-frexp.c (NaN): New function/macro.
15365         (main): Use it instead of 0.0 / 0.0.
15366         * tests/test-isnan.c (NaN): New function/macro.
15367         (main): Use it instead of 0.0 / 0.0.
15368         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
15369         (test_function): Use it instead of 0.0 / 0.0.
15370         * tests/test-vasprintf-posix.c (NaN): New function/macro.
15371         (test_function): Use it instead of 0.0 / 0.0.
15372         * tests/test-snprintf-posix.h (NaN): New function/macro.
15373         (test_function): Use it instead of 0.0 / 0.0.
15374         * tests/test-sprintf-posix.h (NaN): New function/macro.
15375         (test_function): Use it instead of 0.0 / 0.0.
15376         * tests/test-fprintf-posix.h (NaN): New function/macro.
15377         (test_function): Use it instead of 0.0 / 0.0.
15378         * tests/test-printf-posix.h (NaN): New function/macro.
15379         (test_function): Use it instead of 0.0 / 0.0.
15380
15381         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
15382
15383 2007-03-25  Bruno Haible  <bruno@clisp.org>
15384
15385         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
15386
15387 2007-03-25  Bruno Haible  <bruno@clisp.org>
15388
15389         * lib/regexec.c (merge_state_with_log): Make static.
15390
15391 2007-03-25  Bruno Haible  <bruno@clisp.org>
15392
15393         * lib/trigl.c (kernel_rem_pio2): Make static.
15394
15395 2007-03-25  Bruno Haible  <bruno@clisp.org>
15396
15397         * lib/sincosl.c (sincosl_table): Make static.
15398
15399 2007-03-25  Bruno Haible  <bruno@clisp.org>
15400
15401         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
15402         if the compiler does not support C99.
15403
15404 2007-03-25  Bruno Haible  <bruno@clisp.org>
15405
15406         * modules/time (Makefile.am): Ensure all rule action lines start with a
15407         tab.
15408
15409 2007-03-24  Bruno Haible  <bruno@clisp.org>
15410
15411         * modules/tsearch-tests: New file.
15412         * tests/test-tsearch.sh: New file.
15413         * tests/test-tsearch.c: New file, mostly copied from glibc.
15414
15415         * modules/search-tests: New file.
15416         * tests/test-search.c: New file.
15417
15418         * modules/search: New file.
15419         * lib/search_.h: New file, incorporating lib/tsearch.h.
15420         * m4/search_h.m4: New file.
15421         * lib/tsearch.h: Remove file.
15422         * lib/tsearch.c: Include search.h instead of tsearch.h.
15423         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
15424         HAVE_TSEARCH.
15425         * modules/tsearch (Files): Remove lib/tsearch.h.
15426         (Depends-on): Add search.
15427         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
15428         (Include): Change tsearch.h into search.h.
15429
15430 2007-03-24  Bruno Haible  <bruno@clisp.org>
15431
15432         * modules/fpucw: New file.
15433         * lib/fpucw.h: New file.
15434         * lib/frexp.c: Include fpucw.h.
15435         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
15436         (FUNC): Use them.
15437         * lib/printf-frexp.c: Include fpucw.h.
15438         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
15439         (FUNC): Use them.
15440         * lib/vasnprintf.c: Include fpucw.h.
15441         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
15442         'long double' calculations.
15443         * tests/test-frexpl.c: Include fpucw.h.
15444         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
15445         * tests/test-printf-frexpl.c: Include fpucw.h.
15446         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
15447         * modules/frexpl (Depends-on): Add fpucw.
15448         * modules/printf-frexpl (Depends-on): Likewise.
15449         * modules/fprintf-posix (Depends-on): Likewise.
15450         * modules/snprintf-posix (Depends-on): Likewise.
15451         * modules/sprintf-posix (Depends-on): Likewise.
15452         * modules/vasnprintf-posix (Depends-on): Likewise.
15453         * modules/vasprintf-posix (Depends-on): Likewise.
15454         * modules/vfprintf-posix (Depends-on): Likewise.
15455         * modules/vsnprintf-posix (Depends-on): Likewise.
15456         * modules/vsprintf-posix (Depends-on): Likewise.
15457         * modules/frexpl-tests (Depends-on): Likewise.
15458         * modules/printf-frexpl-tests (Depends-on): Likewise.
15459
15460 2007-03-24  Bruno Haible  <bruno@clisp.org>
15461
15462         * lib/float+.h: New file.
15463         * lib/isnan.c: Include float+.h.
15464         (SIZE): New macro.
15465         (FUNC): Compare only SIZE bytes of the value.
15466         * lib/vasnprintf.c: Include float+.h.
15467         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
15468         SIZEOF_LDBL or SIZEOF_DBL bytes.
15469         * modules/isnan-nolibm (Files): Add lib/float+.h.
15470         * modules/isnanl-nolibm (Files): Add lib/float+.h.
15471         * modules/isnanl (Files): Add lib/float+.h.
15472         * modules/vasnprintf (Files): Add lib/float+.h.
15473
15474 2007-03-24  Bruno Haible  <bruno@clisp.org>
15475
15476         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
15477         include isnanl-nolibm.h.
15478
15479 2007-03-24  Bruno Haible  <bruno@clisp.org>
15480
15481         * tests/test-read-file.c (main): Don't produce spurious output for
15482         expected situations. Make the test fail if it encountered unexpected
15483         results.
15484
15485 2007-03-24  Bruno Haible  <bruno@clisp.org>
15486
15487         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
15488         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
15489
15490 2007-03-24  Bruno Haible  <bruno@clisp.org>
15491
15492         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
15493
15494 2007-03-24  Bruno Haible  <bruno@clisp.org>
15495
15496         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
15497         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
15498
15499         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
15500         * modules/utf8-ucs4: Turn into a symbolic link to module
15501         unistr/u8-mbtouc.
15502
15503         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
15504         utf8-ucs4-unsafe.
15505         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
15506         unistr/u8-mbtouc-unsafe.
15507
15508         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
15509         * modules/utf16-ucs4: Turn into a symbolic link to module
15510         unistr/u16-mbtouc.
15511
15512         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
15513         utf16-ucs4-unsafe.
15514         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
15515         unistr/u16-mbtouc-unsafe.
15516
15517         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
15518         * modules/ucs4-utf8: Turn into a symbolic link to module
15519         unistr/u8-ubtomb.
15520
15521         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
15522         * modules/ucs4-utf16: Turn into a symbolic link to module
15523         unistr/u16-ubtomb.
15524
15525 2007-03-24  Bruno Haible  <bruno@clisp.org>
15526
15527         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
15528         Enable the function only if HAVE_INLINE.
15529         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
15530         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15531         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
15532         Enable the function only if HAVE_INLINE.
15533         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
15534         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15535         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
15536         Enable the function only if HAVE_INLINE.
15537         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
15538         Enable the function only if HAVE_INLINE.
15539         * modules/utf8-ucs4: Update.
15540         * modules/utf8-ucs4-unsafe: Update.
15541         * modules/utf16-ucs4: Update.
15542         * modules/utf16-ucs4-unsafe: Update.
15543         * modules/ucs4-utf8: Update.
15544         * modules/ucs4-utf16: Update.
15545
15546 2007-03-24  Bruno Haible  <bruno@clisp.org>
15547
15548         * lib/utf8-ucs4.h: Remove file.
15549         * lib/utf8-ucs4-unsafe.h: Remove file.
15550         * lib/utf16-ucs4.h: Remove file.
15551         * lib/utf16-ucs4-unsafe.h: Remove file.
15552         * lib/ucs4-utf8.h: Remove file.
15553         * lib/ucs4-utf16.h: Remove file.
15554         * lib/unistr.h: Include their previous contents.
15555         * m4/utf-ucs4.m4: Remove file.
15556         * m4/ucs4-utf.m4: Remove file.
15557         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
15558         (Depends-on): Add unistr/base.
15559         (configure.ac): Remove gl_UTF_UCS4.
15560         (Makefile.am): Update.
15561         (Include): Change to unistr.h.
15562         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
15563         (Depends-on): Add unistr/base.
15564         (configure.ac): Remove gl_UTF_UCS4.
15565         (Makefile.am): Update.
15566         (Include): Change to unistr.h.
15567         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
15568         (Depends-on): Add unistr/base.
15569         (configure.ac): Remove gl_UTF_UCS4.
15570         (Makefile.am): Update.
15571         (Include): Change to unistr.h.
15572         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
15573         (Depends-on): Add unistr/base.
15574         (configure.ac): Remove gl_UTF_UCS4.
15575         (Makefile.am): Update.
15576         (Include): Change to unistr.h.
15577         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
15578         (Depends-on): Add unistr/base.
15579         (configure.ac): Remove gl_UCS4_UTF.
15580         (Makefile.am): Update.
15581         (Include): Change to unistr.h.
15582         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
15583         (Depends-on): Add unistr/base.
15584         (configure.ac): Remove gl_UCS4_UTF.
15585         (Makefile.am): Update.
15586         (Include): Change to unistr.h.
15587         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
15588         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
15589         utf8-ucs4-unsafe.h.
15590         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
15591         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
15592         utf16-ucs4-unsafe.h.
15593         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
15594         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
15595         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
15596         * lib/unistr/u8-strchr.c: Likewise.
15597         * lib/unistr/u8-strrchr.c: Likewise.
15598         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
15599         * lib/unistr/u16-strchr.c: Likewise.
15600         * lib/unistr/u16-strrchr.c: Likewise.
15601         * lib/striconveh.c: Update.
15602         * lib/linebreak.c: Update.
15603
15604 2007-03-24  Bruno Haible  <bruno@clisp.org>
15605
15606         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
15607         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
15608
15609 2007-03-22  Bruno Haible  <bruno@clisp.org>
15610
15611         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
15612
15613 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15614
15615         * MODULES.html.sh (File system functions): New module write-any-file.
15616         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
15617         * m4/write-any-file.m4: New files.
15618
15619 2007-03-23  Eric Blake  <ebb9@byu.net>
15620
15621         * gnulib-tool: Rearrange space-tab sequences, since some editors
15622         like to eat them.
15623
15624 2007-03-23  Eric Blake  <ebb9@byu.net>
15625
15626         * lib/version-etc.c (version_etc_va): Update license wording to
15627         be more concise.  Recommended by Richard Stallman.
15628
15629 2007-03-22  Bruno Haible  <bruno@clisp.org>
15630
15631         * lib/poll.c (MSG_PEEK): New fallback definition.
15632
15633 2007-03-22  Bruno Haible  <bruno@clisp.org>
15634
15635         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
15636         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
15637         (main): Update.
15638         Fixes a compilation error on BeOS.
15639
15640 2007-03-22  Bruno Haible  <bruno@clisp.org>
15641
15642         * modules/frexpl-tests: New file.
15643         * tests/test-frexpl.c: New file.
15644
15645         * modules/frexpl: New file.
15646         * m4/frexpl.m4: New file.
15647         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
15648         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
15649         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
15650         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
15651         (Depends-on): Add frexpl. Remove isnanl-nolibm.
15652         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
15653
15654 2007-03-22  Bruno Haible  <bruno@clisp.org>
15655
15656         * lib/frexpl.c: Share code with lib/frexp.c.
15657         * modules/mathl (Files): Add lib/frexp.c.
15658         (Depends-on): Add isnanl-nolibm.
15659
15660 2007-03-22  Bruno Haible  <bruno@clisp.org>
15661
15662         * modules/printf-frexp (Files): Add m4/frexp.m4.
15663         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
15664         only if the found frexp function actually works.
15665
15666 2007-03-22  Bruno Haible  <bruno@clisp.org>
15667
15668         * lib/frexp.c: Remove older implementation that uses divisions.
15669
15670 2007-03-21  Bruno Haible  <bruno@clisp.org>
15671
15672         * modules/frexp-tests: New file.
15673         * tests/test-frexp.c: New file.
15674
15675         * modules/frexp: New file.
15676         * lib/frexp.c: New file.
15677         * m4/frexp.m4: New file.
15678         * lib/math_.h (frexp): New declaration.
15679         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
15680         REPLACE_FREXP.
15681         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
15682
15683 2007-03-21  Bruno Haible  <bruno@clisp.org>
15684
15685         * modules/isnanl-tests: New file.
15686         * tests/test-isnanl.c: New file.
15687
15688         * modules/isnanl: New file.
15689         * lib/isnanl.h: New file.
15690         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
15691         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
15692         gl_FUNC_ISNANL_WORKS.
15693         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
15694         New macros.
15695
15696 2007-03-21  Bruno Haible  <bruno@clisp.org>
15697
15698         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
15699         lib/isnanl.h.
15700         (Include): Update.
15701         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
15702         * lib/vasnprintf.c: Update.
15703         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
15704         tests/test-isnanl.h, remove tests/test-isnanl.c.
15705         (Makefile.am): Update.
15706         * tests/test-isnanl-nolibm.c: New file.
15707         * tests/test-isnanl.h: New file.
15708         * tests/test-isnanl.c: Remove file.
15709
15710 2007-03-21  Jim Meyering  <jim@meyering.net>
15711
15712         When trying to open ".", treat ESTALE like EACCES.
15713         * lib/savewd.c (savewd_save): Resort to forking not just upon
15714         failure with EACCES, but also when errno is ESTALE.
15715
15716 2007-03-20  Bruno Haible  <bruno@clisp.org>
15717
15718         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
15719         Needed on AIX 5.1. Reported by Matthew Woehlke.
15720
15721 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15722
15723         Suggestions by Bruno Haible:
15724         * lib/acl-internal.h: Include "gettext.h" rather than rolling
15725         our own.
15726         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
15727         * modules/acl (Depends-on): Add gettext.
15728
15729 2007-03-19  Bruno Haible  <bruno@clisp.org>
15730
15731         * modules/iconvme: Remove file.
15732         * lib/iconvme.h: Remove file.
15733         * lib/iconvme.c: Remove file.
15734         * m4/iconvme.m4: Remove file.
15735
15736 2007-03-19  Bruno Haible  <bruno@clisp.org>
15737
15738         * doc/relocatable-maint.texi: Break long shell script line.
15739         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15740
15741 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15742
15743         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
15744         handle file_has_acl.
15745         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
15746         * lib/acl.c: Move header inclusions and related macro defns into
15747         lib/acl-internal.h.
15748         (S_ISLNK): Remove defn, since that's now done for us.
15749         (file_has_acl): Move to lib/file-has-acl.c.
15750         Call acl_trivial if available.  This is the crucial part of the fix.
15751         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
15752         shared within the library.  Rewrite a bit, partly to make it compatible
15753         with the GNU coding style.
15754         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
15755         Remove unnecessary double-quotes.
15756         Don't test for acl_to_text; the build will catch that.
15757         Replace acl_entries if it doesn't exist and it is needed.
15758         Check for -lsec and acl_trivial (as used on Solaris 10).
15759         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
15760         lib/file-has-acl.c.
15761         (Depends-on): Add sys_stat, for S_ISLNK.
15762
15763 2007-03-19  Ben Pfaff  <blp@gnu.org>
15764
15765         * doc/gnulib.texi: Fix typos.
15766         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15767
15768 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15769
15770         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
15771         If size is zero here, buf must be zero.
15772
15773 2007-03-19  Simon Josefsson  <simon@josefsson.org>
15774
15775         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
15776         <bruno@clisp.org>.
15777
15778 2007-03-18  Bruno Haible  <bruno@clisp.org>
15779
15780         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
15781         Suggested by Eric Blake.
15782
15783 2007-03-18  Ben Pfaff  <blp@gnu.org>
15784
15785         * doc/relocatable.texi: Recommend using as prefix a directory
15786         that does not exist and will never be created.  Based on
15787         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
15788         and others.
15789
15790 2007-03-17  Bruno Haible  <bruno@clisp.org>
15791
15792         * lib/fchownat.c: Include lchown.h.
15793
15794 2007-03-17  Bruno Haible  <bruno@clisp.org>
15795
15796         Fix endless loop when the given allocated size was > INT_MAX.
15797         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
15798         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
15799         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
15800         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
15801         * lib/sprintf.c (sprintf): Likewise.
15802
15803 2007-03-17  Bruno Haible  <bruno@clisp.org>
15804
15805         * tests/test-argp-2.sh (func_compare): Output a context diff.
15806
15807 2007-03-17  Bruno Haible  <bruno@clisp.org>
15808
15809         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
15810         locale's decimal-point character.
15811
15812 2007-03-17  Bruno Haible  <bruno@clisp.org>
15813
15814         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
15815         before comparing it. Needed because on some platforms (e.g. x86) a
15816         'long double' occupies less bytes than sizeof (long double).
15817
15818 2007-03-17  Bruno Haible  <bruno@clisp.org>
15819
15820         * tests/test-crc.c (main): Make printf statements 64-bit clean.
15821         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
15822         * tests/test-getaddrinfo.c (simple): Likewise.
15823         * tests/test-read-file.c (main): Likewise.
15824
15825 2007-03-17  Bruno Haible  <bruno@clisp.org>
15826
15827         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
15828
15829 2007-03-17  Bruno Haible  <bruno@clisp.org>
15830
15831         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
15832         unused variable.
15833
15834 2007-03-17  Bruno Haible  <bruno@clisp.org>
15835
15836         * tests/test-c-strcasecmp.c: Include c-strcase.h.
15837         * tests/test-c-strncasecmp.c: Likewise.
15838
15839 2007-03-17  Bruno Haible  <bruno@clisp.org>
15840
15841         * modules/stdlib (Depends-on): Add unistd.
15842         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
15843         Needed for MacOS X 10.3.
15844
15845 2007-03-17  Bruno Haible  <bruno@clisp.org>
15846
15847         * lib/unistr/u-strdup.h: Include <stdlib.h>.
15848
15849 2007-03-17  Bruno Haible  <bruno@clisp.org>
15850
15851         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
15852
15853 2007-03-17  Bruno Haible  <bruno@clisp.org>
15854
15855         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
15856         to reflect files copied from gnulib (with or without modifications).
15857         Suggested by Jim Meyering.
15858
15859 2007-03-17  Eric Blake  <ebb9@byu.net>
15860
15861         * NEWS: Document stdlib change from 2007-02-18.
15862
15863 2007-03-17  Jim Meyering  <jim@meyering.net>
15864
15865         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
15866         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
15867         someone uses a name containing shell meta-characters.
15868         Reported by Alfred M. Szmidt.
15869
15870         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
15871
15872 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15873
15874         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
15875         and copy gettext configuration files only if configure.ac contains
15876         a use of AM_GNU_GETTEXT_VERSION.
15877
15878 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15879
15880         * build-aux/bootstrap (gnulib_name): New variable.
15881         (gnulib_tool_options): Use it.
15882
15883 2007-03-13  Simon Josefsson  <simon@josefsson.org>
15884
15885         * tests/test-des.c: Use new namespace.
15886
15887 2007-03-15  Bruno Haible  <bruno@clisp.org>
15888
15889         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
15890         Reported by James Youngman <jay@gnu.org>.
15891
15892 2007-03-15  Bruno Haible  <bruno@clisp.org>
15893
15894         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
15895         declared prototype. Needed with cc on OSF/1 5.1.
15896
15897 2007-03-15  Bruno Haible  <bruno@clisp.org>
15898
15899         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
15900         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
15901         (struct gl_list_implementation): Add dispose_fn argument to the
15902         'create_empty', 'create' methods.
15903         (struct gl_list_impl_base): Add field 'dispose_fn'.
15904         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
15905         argument.
15906         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
15907         dispose_fn argument.
15908         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
15909         dispose_fn on the dropped values.
15910         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
15911         dispose_fn argument.
15912         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
15913         dropped values.
15914         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
15915         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15916         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
15917         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15918         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
15919         argument.
15920         (gl_tree_list_free): Call dispose_fn on the dropped values.
15921         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
15922         the dropped values.
15923         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15924         Add dispose_fn argument.
15925         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
15926         Call dispose_fn on the dropped values.
15927         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
15928         Add dispose_fn argument.
15929         (gl_sublist_create): Initialize the 'dispose_fn' field.
15930         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
15931         * tests/test-array_list.c (main): Update.
15932         * tests/test-carray_list.c (main): Update.
15933         * tests/test-avltree_list.c (main): Update.
15934         * tests/test-rbtree_list.c (main): Update.
15935         * tests/test-avltreehash_list.c (main): Update.
15936         * tests/test-rbtreehash_list.c (main): Update.
15937         * tests/test-linked_list.c (main): Update.
15938         * tests/test-linkedhash_list.c (main): Update.
15939         * tests/test-array_oset.c (main): Update.
15940
15941 2007-03-15  Bruno Haible  <bruno@clisp.org>
15942
15943         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
15944         (gl_oset_create_empty): Add dispose_fn argument.
15945         (struct gl_oset_implementation): Add dispose_fn argument to
15946         'create_empty' method.
15947         (struct gl_oset_impl_base): Add dispose_fn field.
15948         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
15949         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
15950         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
15951         values.
15952         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
15953         (gl_tree_oset_free): Call dispose_fn on the dropped values.
15954         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15955         dropped value.
15956         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15957         dropped value.
15958         * tests/test-array_oset.c (main): Update.
15959         * tests/test-avltree_oset.c (main): Update.
15960         * tests/test-rbtree_oset.c (main): Update.
15961         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
15962
15963 2007-03-13  Bruno Haible  <bruno@clisp.org>
15964
15965         * tests/test-stdbool.c (i): Update after last patch.
15966
15967 2007-03-12  Bruno Haible  <bruno@clisp.org>
15968
15969         * lib/quotearg.c: Include <wctype.h> early, before the definition of
15970         the iswprint macro. Needed on Solaris 2.5.1.
15971
15972 2007-03-12  Bruno Haible  <bruno@clisp.org>
15973
15974         * tests/test-printf-frexp.c (main): Declare x as volatile.
15975
15976 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15977
15978         * doc/gnulib.texi (Build robot for gnulib): New section.
15979
15980 2007-03-12  Jim Meyering  <jim@meyering.net>
15981
15982         * build-aux/bootstrap: New file.
15983         * build-aux/bootstrap.conf: New file, from coreutils.
15984
15985 2007-03-11  Bruno Haible  <bruno@clisp.org>
15986
15987         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
15988
15989 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15990
15991         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
15992         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
15993         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
15994
15995 2007-03-11  Bruno Haible  <bruno@clisp.org>
15996
15997         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
15998         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
15999
16000 2007-03-11  Bruno Haible  <bruno@clisp.org>
16001
16002         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
16003         formula. Needed for SunPRO C 5.0.
16004
16005 2007-03-11  Bruno Haible  <bruno@clisp.org>
16006
16007         * modules/long-options (Depends-on): Add getopt.
16008
16009 2007-03-11  Bruno Haible  <bruno@clisp.org>
16010
16011         * modules/modechange (Depends-on): Add stdbool.
16012
16013 2007-03-11  Bruno Haible  <bruno@clisp.org>
16014
16015         * modules/i-ring (Depends-on): Add stdbool.
16016
16017 2007-03-11  Bruno Haible  <bruno@clisp.org>
16018
16019         * modules/gc-des (Depends-on): Add stdbool.
16020
16021 2007-03-11  Bruno Haible  <bruno@clisp.org>
16022
16023         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
16024
16025 2007-03-11  Bruno Haible  <bruno@clisp.org>
16026
16027         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
16028
16029 2007-03-11  Bruno Haible  <bruno@clisp.org>
16030
16031         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
16032
16033 2007-03-11  Bruno Haible  <bruno@clisp.org>
16034
16035         * lib/vasnprintf.c (sprintf): Undefine.
16036
16037 2007-03-11  Bruno Haible  <bruno@clisp.org>
16038
16039         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
16040         initializers in SunPRO C and Compaq C compilers.
16041
16042 2007-03-11  Bruno Haible  <bruno@clisp.org>
16043
16044         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
16045         decrementing code ANSI C compliant.
16046
16047 2007-03-11  Bruno Haible  <bruno@clisp.org>
16048
16049         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
16050         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
16051
16052 2007-03-11  Bruno Haible  <bruno@clisp.org>
16053
16054         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
16055         <stdbool.h> substitute doesn't pass.
16056
16057 2007-03-11  Bruno Haible  <bruno@clisp.org>
16058
16059         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
16060
16061 2007-03-11  Bruno Haible  <bruno@clisp.org>
16062
16063         * gnulib-tool (func_create_megatestdir): Create also an autobuild
16064         script, for submission to autobuild.josefsson.org.
16065
16066 2007-03-10  Bruno Haible  <bruno@clisp.org>
16067
16068         * modules/canonicalize-lgpl-tests: New file.
16069         * tests/test-canonicalize-lgpl.sh: New file.
16070         * tests/test-canonicalize-lgpl.c: New file.
16071
16072         * modules/c-strcase-tests: New file.
16073         * tests/test-c-strcase.sh: New file.
16074         * tests/test-c-strcasecmp.c: New file.
16075         * tests/test-c-strncasecmp.c: New file.
16076
16077         * modules/atexit-tests: New file.
16078         * tests/test-atexit.sh: New file.
16079         * tests/test-atexit.c: New file.
16080
16081 2007-03-10  Bruno Haible  <bruno@clisp.org>
16082
16083         * tests/test-binary-io.sh: Use temporary filenames that are not so
16084         likely to clash with those of other tests (in a parallel make).
16085         * tests/test-binary-io.c: Likewise.
16086
16087 2007-03-10  Bruno Haible  <bruno@clisp.org>
16088
16089         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
16090         fallback; use #error instead.
16091         Suggested by Simon Josefsson.
16092
16093 2007-03-10  Bruno Haible  <bruno@clisp.org>
16094
16095         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
16096         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
16097         first and the last.
16098
16099 2007-03-10  Bruno Haible  <bruno@clisp.org>
16100
16101         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
16102
16103 2007-03-10  Bruno Haible  <bruno@clisp.org>
16104
16105         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
16106         "make distcheck".
16107         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
16108         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
16109         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
16110
16111 2007-03-10  Bruno Haible  <bruno@clisp.org>
16112
16113         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
16114         variable.
16115         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
16116         variable.
16117
16118 2007-03-09  Eric Blake  <ebb9@byu.net>
16119         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
16120
16121         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
16122         types are not being provided by gnulib.
16123         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
16124         types are supported.
16125
16126 2007-03-10  Bruno Haible  <bruno@clisp.org>
16127
16128         * lib/stdio_.h (__attribute__): New macro.
16129         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
16130         vsprintf): Specify __attribute__ __format__ for GCC.
16131         Suggested by Eric Blake.
16132
16133 2007-03-09  Bruno Haible  <bruno@clisp.org>
16134
16135         * modules/printf-posix-tests: New file.
16136         * tests/test-printf-posix.sh: New file.
16137         * tests/test-printf-posix.c: New file.
16138
16139         * modules/printf-posix: New file.
16140         * lib/printf.c: New file.
16141         * m4/printf-posix-rpl.m4: New file.
16142         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
16143         REPLACE_PRINTF.
16144         * lib/stdio_.h (printf): New declaration.
16145         (format, __format__, ____printf____, ____scanf____, ____strftime____,
16146         ____strfmon____): New macros.
16147         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
16148         REPLACE_PRINTF.
16149
16150 2007-03-09  Bruno Haible  <bruno@clisp.org>
16151
16152         * tests/test-vasnprintf-posix2.sh: New file.
16153         * tests/test-vasnprintf-posix2.c: New file.
16154         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
16155         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16156         (Makefile.am): Activate test-vasnprintf-posix2.sh.
16157
16158         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
16159         a locale dependent decimal point, rather than always '.'.
16160
16161 2007-03-09  Eric Blake  <ebb9@byu.net>
16162
16163         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
16164         spite of platforms like Tandem/NSK that define it to -1.
16165
16166 2007-03-08  Bruno Haible  <bruno@clisp.org>
16167
16168         * modules/vprintf-posix-tests: New file.
16169         * tests/test-vprintf-posix.sh: New file.
16170         * tests/test-vprintf-posix.c: New file.
16171         * tests/test-printf-posix.h: New file.
16172
16173         * modules/vprintf-posix: New file.
16174         * lib/vprintf.c: New file.
16175         * m4/vprintf-posix.m4: New file.
16176         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
16177         REPLACE_VPRINTF.
16178         * lib/stdio_.h (vprintf): New declaration.
16179         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
16180         REPLACE_VPRINTF.
16181
16182 2007-03-08  Bruno Haible  <bruno@clisp.org>
16183
16184         * modules/fprintf-posix-tests: New file.
16185         * tests/test-fprintf-posix.sh: New file.
16186         * tests/test-fprintf-posix.c: New file.
16187
16188         * modules/fprintf-posix: New file.
16189         * lib/fprintf.c: New file.
16190         * m4/fprintf-posix.m4: New file.
16191         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
16192         REPLACE_FPRINTF.
16193         * lib/stdio_.h (fprintf): New declaration.
16194         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
16195         REPLACE_FPRINTF.
16196
16197 2007-03-08  Bruno Haible  <bruno@clisp.org>
16198
16199         * modules/vfprintf-posix-tests: New file.
16200         * tests/test-vfprintf-posix.sh: New file.
16201         * tests/test-vfprintf-posix.c: New file.
16202         * tests/test-fprintf-posix.h: New file.
16203         * tests/test-fprintf-posix.out: New file.
16204
16205         * modules/vfprintf-posix: New file.
16206         * lib/vfprintf.c: New file.
16207         * m4/vfprintf-posix.m4: New file.
16208         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
16209         REPLACE_VFPRINTF.
16210         * lib/stdio_.h (vfprintf): New declaration.
16211         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
16212         REPLACE_VFPRINTF.
16213
16214 2007-03-08  Bruno Haible  <bruno@clisp.org>
16215
16216         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
16217
16218 2007-03-08  Bruno Haible  <bruno@clisp.org>
16219
16220         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
16221         instead of 'expr' invocations.
16222         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16223         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16224         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16225         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16226         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16227         Suggested by Paul Eggert.
16228
16229 2007-03-08  Bruno Haible  <bruno@clisp.org>
16230
16231         * modules/fseterr-tests: New file.
16232         * tests/test-fseterr.c: New file.
16233
16234         * modules/fseterr: New file.
16235         * lib/fseterr.h: New file.
16236         * lib/fseterr.c: New file.
16237
16238 2007-03-08  Bruno Haible  <bruno@clisp.org>
16239
16240         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
16241         * lib/getopt_.h: Likewise.
16242         * lib/mbswidth.h: Likewise.
16243         * lib/setenv.h: Likewise.
16244         * lib/vasnprintf.h: Likewise.
16245         * lib/vasprintf.h: Likewise.
16246         * lib/verror.h: Likewise.
16247         * lib/xsetenv.h: Likewise.
16248         * lib/xvasprintf.h: Likewise.
16249
16250 2007-03-08  Jim Meyering  <jim@meyering.net>
16251
16252         * users.txt: Add parted.
16253
16254         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
16255
16256 2007-03-07  Bruno Haible  <bruno@clisp.org>
16257
16258         * m4/printf.m4: Make the shell script snippets copy&pastable.
16259
16260 2007-03-02  Bruno Haible  <bruno@clisp.org>
16261
16262         * lib/netinet_in_.h: New file.
16263         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
16264         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
16265         * modules/netinet_in (Files): Add lib/netinet_in_.h.
16266         (Depends-on): Add absolute-header.
16267         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
16268         into netinet/in.h.
16269
16270 2007-03-03  Bruno Haible  <bruno@clisp.org>
16271
16272         * lib/sys_select_.h: New file.
16273         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
16274         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
16275         * modules/sys_select (Files): Add lib/sys_select_.h.
16276         (Depends-on): Add absolute-header.
16277         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
16278         into sys/select.h.
16279
16280 2007-03-02  Bruno Haible  <bruno@clisp.org>
16281
16282         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
16283         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
16284         values.
16285         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
16286         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
16287         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
16288         * modules/sys_socket (Depends-on): Add absolute-header.
16289         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
16290         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
16291         (Include): Remove requirement of inclusion of <sys/types.h>.
16292
16293 2007-03-02  Bruno Haible  <bruno@clisp.org>
16294
16295         * lib/byteswap_.h (bswap_32): Fix formula.
16296
16297 2007-03-06  Bruno Haible  <bruno@clisp.org>
16298
16299         * modules/sprintf-posix-tests: New file.
16300         * tests/test-sprintf-posix.c: New file.
16301
16302         * modules/sprintf-posix: New file.
16303         * lib/sprintf.c: New file.
16304         * m4/sprintf-posix.m4: New file.
16305         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
16306         REPLACE_SPRINTF.
16307         * lib/stdio_.h (sprintf): New declaration.
16308         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
16309         REPLACE_SPRINTF.
16310
16311 2007-03-06  Bruno Haible  <bruno@clisp.org>
16312
16313         * modules/vsprintf-posix-tests: New file.
16314         * tests/test-vsprintf-posix.c: New file.
16315         * tests/test-sprintf-posix.h: New file.
16316
16317         * modules/vsprintf-posix: New file.
16318         * lib/vsprintf.c: New file.
16319         * m4/vsprintf-posix.m4: New file.
16320         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
16321         REPLACE_VSPRINTF.
16322         * lib/stdio_.h (vsprintf): New declaration.
16323         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
16324         REPLACE_VSPRINTF.
16325
16326 2007-03-06  Bruno Haible  <bruno@clisp.org>
16327
16328         * modules/vsnprintf (Depend-on): Remove minmax.
16329
16330 2007-03-06  Bruno Haible  <bruno@clisp.org>
16331
16332         * modules/snprintf-posix-tests: New file.
16333         * tests/test-snprintf-posix.c: New file.
16334
16335         * modules/snprintf-posix: New file.
16336         * m4/snprintf-posix.m4: New file.
16337         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
16338         gl_FUNC_SNPRINTF.
16339         (gl_FUNC_SNPRINTF): Invoke it.
16340         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
16341         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
16342         is set.
16343         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
16344
16345 2007-03-06  Bruno Haible  <bruno@clisp.org>
16346
16347         * modules/vsnprintf-posix-tests: New file.
16348         * tests/test-vsnprintf-posix.c: New file.
16349         * tests/test-snprintf-posix.h: New file.
16350
16351         * modules/vsnprintf-posix: New file.
16352         * m4/vsnprintf-posix.m4: New file.
16353         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
16354         gl_FUNC_VSNPRINTF.
16355         (gl_FUNC_VSNPRINTF): Invoke it.
16356         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
16357         * lib/stdio_.h (vsnprintf): Define as a replacement if
16358         REPLACE_VSNPRINTF is set.
16359         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
16360
16361 2007-03-06  Bruno Haible  <bruno@clisp.org>
16362
16363         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
16364         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
16365
16366 2007-03-06  Bruno Haible  <bruno@clisp.org>
16367
16368         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
16369         (asinl): Declare also if HAVE_DECL_ASINL is set.
16370         (atanl): Declare also if HAVE_DECL_ATANL is set.
16371         (ceill): Declare also if HAVE_DECL_CEILL is set.
16372         (cosl): Declare also if HAVE_DECL_COSL is set.
16373         (expl): Declare also if HAVE_DECL_EXPL is set.
16374         (floorl): Declare also if HAVE_DECL_FLOORL is set.
16375         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
16376         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
16377         (logl): Declare also if HAVE_DECL_LOGL is set.
16378         (sinl): Declare also if HAVE_DECL_SINL is set.
16379         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
16380         (tanl): Declare also if HAVE_DECL_TANL is set.
16381         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
16382         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
16383         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
16384         declaration of frexpl, ldexpl.
16385         * modules/printf-frexpl (Depends-on): Add math.
16386         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
16387
16388 2007-03-05  Bruno Haible  <bruno@clisp.org>
16389
16390         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
16391         frexpl and ldexpl are declared.
16392         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
16393
16394 2007-03-05  Bruno Haible  <bruno@clisp.org>
16395
16396         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
16397         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
16398
16399 2007-03-05  Bruno Haible  <bruno@clisp.org>
16400
16401         * lib/stdio_.h: Include <stddef.h>.
16402
16403 2007-03-05  Bruno Haible  <bruno@clisp.org>
16404
16405         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
16406
16407 2007-03-05  Bruno Haible  <bruno@clisp.org>
16408
16409         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
16410         NetBSD 4, from Ralf Wildenhues.
16411
16412 2007-03-04  Bruno Haible  <bruno@clisp.org>
16413
16414         * lib/vasprintf.h: Update #if logic for the case when the functions
16415         exist but are overridden.
16416
16417 2007-03-04  Bruno Haible  <bruno@clisp.org>
16418
16419         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
16420         implementations: glibc-2.4 and MacOS X 10.3.
16421         * tests/test-vasnprintf-posix.c (test_function): Test also the case
16422         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
16423         * tests/test-vasprintf-posix.c (test_function): Likewise.
16424
16425 2007-03-04  Bruno Haible  <bruno@clisp.org>
16426
16427         * modules/vasprintf-posix-tests: New file.
16428         * tests/test-vasprintf-posix.c: New file.
16429
16430         * modules/vasprintf-posix: New file.
16431         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
16432         defined.
16433         * m4/vasprintf-posix.m4: New file.
16434         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
16435         gl_FUNC_VASPRINTF.
16436         (gl_FUNC_VASPRINTF): Invoke it.
16437         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
16438         here.
16439         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
16440
16441 2007-03-04  Bruno Haible  <bruno@clisp.org>
16442
16443         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
16444         REPLACE_GETTIMEOFDAY.
16445         * modules/sys_time (Makefile.am): Likewise.
16446         * m4/sys_time_h.m4: Likewise.
16447         * m4/gettimeofday.m4: Likewise.
16448
16449 2007-03-04  Bruno Haible  <bruno@clisp.org>
16450
16451         * modules/vasnprintf-posix-tests: New file.
16452         * tests/test-vasnprintf-posix.c: New file.
16453
16454         * modules/vasnprintf-posix: New file.
16455         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
16456         printf-frexpl.h.
16457         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
16458         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
16459         REPLACE_VASNPRINTF is defined.
16460         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
16461         gl_FUNC_VASNPRINTF.
16462         (gl_FUNC_VASNPRINTF): Invoke it.
16463         * m4/vasnprintf-posix.m4: New file.
16464         * m4/printf.m4: New file.
16465
16466 2007-03-04  Bruno Haible  <bruno@clisp.org>
16467
16468         Compile progreloc.c only if --enable-relocatable is specified.
16469         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
16470         if --enable-relocatable was specified.
16471         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
16472         lib_SOURCES.
16473
16474 2007-03-04  Jim Meyering  <jim@meyering.net>
16475
16476         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
16477         Use it consistently, rather than enumerating errno constants.
16478
16479 2007-03-04  Bruno Haible  <bruno@clisp.org>
16480
16481         * modules/xvasprintf-tests: New file.
16482         * tests/test-xvasprintf.c: New file.
16483
16484         * modules/vasprintf-tests: New file.
16485         * tests/test-vasprintf.c: New file.
16486
16487         * modules/vasnprintf-tests: New file.
16488         * tests/test-vasnprintf.c: New file.
16489
16490         * modules/vsnprintf-tests: New file.
16491         * tests/test-vsnprintf.c: New file.
16492
16493         * modules/snprintf-tests: New file.
16494         * tests/test-snprintf.c: New file.
16495
16496 2007-03-04  Bruno Haible  <bruno@clisp.org>
16497
16498         Compile relocatable.c only if --enable-relocatable is specified.
16499         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
16500         gl_RELOCATABLE_LIBRARY.
16501         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
16502         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
16503         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
16504         gl_RELOCATABLE_LIBRARY.
16505         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
16506         (Makefile.am): Remove lib_SOURCES.
16507         * modules/relocatable-lib-lgpl (configure.ac): Invoke
16508         gl_RELOCATABLE_LIBRARY.
16509         (Makefile.am): Remove lib_SOURCES.
16510         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
16511         always.
16512         * modules/relocatable-prog-wrapper (configure.ac): Invoke
16513         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
16514
16515 2007-03-04  Bruno Haible  <bruno@clisp.org>
16516
16517         * modules/argmatch-tests: New file.
16518         * tests/test-argmatch.c: New file.
16519
16520         * tests/test-allocsa.c (main): Halve the number of loop runs.
16521
16522         * modules/alloca-opt-tests: New file.
16523         * tests/test-alloca-opt.c: New file.
16524
16525 2007-03-04  Jim Meyering  <jim@meyering.net>
16526
16527         Work around difference between Linux ACLs and Solaris 10 ZFS.
16528         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
16529         for EINVAL.
16530
16531 2007-03-03  Bruno Haible  <bruno@clisp.org>
16532
16533         * modules/relocatable-prog (Depends-on): Add back progreloc's
16534         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
16535
16536 2007-03-03  Bruno Haible  <bruno@clisp.org>
16537
16538         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
16539         * modules/relocatable-lib: New file.
16540
16541 2007-03-03  Bruno Haible  <bruno@clisp.org>
16542
16543         * modules/relocatable-prog: Renamed from modules/relocatable.
16544         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
16545
16546 2007-03-03  Bruno Haible  <bruno@clisp.org>
16547
16548         * modules/relocatable-script (Files): Add doc/relocatable.texi,
16549         m4/relocatable-lib.m4.
16550         (Depends-on): Remove 'relocatable'.
16551         (configure.ac): Add gl_RELOCATABLE_NOP.
16552
16553 2007-03-03  Bruno Haible  <bruno@clisp.org>
16554
16555         * modules/relocatable-prog-wrapper: New file.
16556         * modules/relocatable (Depends-on): Add it. Remove all other
16557         dependencies except progname.
16558         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
16559
16560         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
16561         (gl_FUNC_STRERROR): Nop.
16562         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
16563
16564         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
16565         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
16566
16567         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
16568         (gl_FUNC_READLINK): Update.
16569
16570         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
16571
16572 2007-03-03  Bruno Haible  <bruno@clisp.org>
16573
16574         * lib/xreadlink.c: Include <unistd.h> unconditionally.
16575         * modules/xreadlink (Depends-on): Add unistd.
16576         * modules/xreadlink-with-size (Depends-on): Likewise.
16577
16578 2007-03-03  Bruno Haible  <bruno@clisp.org>
16579
16580         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
16581         extracted from gt_FUNC_SETENV.
16582         (gt_FUNC_SETENV): Remove macro.
16583         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
16584         remove gt_FUNC_SETENV.
16585
16586 2007-03-03  Bruno Haible  <bruno@clisp.org>
16587
16588         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
16589         ENABLE_RELOCATABLE here.
16590         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
16591
16592 2007-03-03  Bruno Haible  <bruno@clisp.org>
16593
16594         * modules/rbtreehash-list-tests (Depends-on): Add progname.
16595         * tests/test-rbtreehash_list.c: Include progname.h.
16596         (main): Call set_program_name.
16597
16598         * modules/rbtree-oset-tests (Depends-on): Add progname.
16599         * tests/test-rbtree_oset.c: Include progname.h.
16600         (main): Call set_program_name.
16601
16602         * modules/rbtree-list-tests (Depends-on): Add progname.
16603         * tests/test-rbtree_list.c: Include progname.h.
16604         (main): Call set_program_name.
16605
16606         * modules/linked-list-tests (Depends-on): Add progname.
16607         * tests/test-linked_list.c: Include progname.h.
16608         (main): Call set_program_name.
16609
16610 2007-03-03  Bruno Haible  <bruno@clisp.org>
16611
16612         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
16613         All uses of __restrict changed to _Restrict_.
16614         * lib/glob_.h (__restrict): Remove macro.
16615
16616 2007-03-02  Bruno Haible  <bruno@clisp.org>
16617
16618         * modules/gettext (configure.ac): Require gettext infrastructure
16619         from version 0.16.1.
16620
16621 2007-03-02  Bruno Haible  <bruno@clisp.org>
16622
16623         * modules/linkedhash-list-tests (Depends-on): Add progname.
16624         * tests/test-linkedhash_list.c: Include progname.h.
16625         (main): Call set_program_name.
16626
16627         * modules/carray-list-tests (Depends-on): Add progname.
16628         * tests/test-carray_list.c: Include progname.h.
16629         (main): Call set_program_name.
16630
16631         * modules/avltreehash-list-tests (Depends-on): Add progname.
16632         * tests/test-avltreehash_list.c: Include progname.h.
16633         (main): Call set_program_name.
16634
16635         * modules/avltree-oset-tests (Depends-on): Add progname.
16636         * tests/test-avltree_oset.c: Include progname.h.
16637         (main): Call set_program_name.
16638
16639         * modules/avltree-list-tests (Depends-on): Add progname.
16640         * tests/test-avltree_list.c: Include progname.h.
16641         (main): Call set_program_name.
16642
16643         * modules/array-oset-tests (Depends-on): Add progname.
16644         * tests/test-array_oset.c: Include progname.h.
16645         (main): Call set_program_name.
16646
16647         * modules/array-list-tests (Depends-on): Add progname.
16648         * tests/test-array_list.c: Include progname.h.
16649         (main): Call set_program_name.
16650
16651         * modules/argp-tests (Depends-on): Add progname.
16652         * tests/test-argp.c: Include argp.h first. Include progname.h.
16653         (main): Call set_program_name.
16654
16655 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
16656
16657         * doc/gnulib-tool.texi (Initial import): Reword description of
16658         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
16659         limited effect even if defined after the first system include.
16660
16661 2007-03-01  Bruno Haible  <bruno@clisp.org>
16662
16663         * build-aux/config.libpath: Update to libtool-1.5.22.
16664         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16665
16666 2007-03-01  Bruno Haible  <bruno@clisp.org>
16667
16668         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
16669         foo_CFLAGS.
16670         Reported by Ralf Wildenhues.
16671
16672 2007-03-01  Bruno Haible  <bruno@clisp.org>
16673
16674         * build-aux/install-reloc: Remove object files left over by some
16675         compilers.
16676         Reported by Ralf Wildenhues.
16677
16678 2007-03-01  Bruno Haible  <bruno@clisp.org>
16679
16680         * build-aux/install-reloc: Break long lines.
16681
16682 2007-03-01  Bruno Haible  <bruno@clisp.org>
16683
16684         * doc/relocatable.texi: Document that it may not work on OpenBSD.
16685         Reported by Ralf Wildenhues.
16686
16687 2007-03-01  Bruno Haible  <bruno@clisp.org>
16688
16689         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
16690         include ordering constraints.
16691
16692 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16693
16694         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
16695         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
16696         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
16697         as another example.
16698         * lib/time_.h: Fix misspelling.
16699         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16700         Require gl_HEADER_TIME_H_DEFAULTS.
16701         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
16702         * m4/time_r.m4 (gl_TIME_R): Likewise.
16703         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
16704
16705 2007-03-01  Bruno Haible  <bruno@clisp.org>
16706
16707         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
16708         * m4/utimens.m4 (gl_UTIMENS): Likewise.
16709
16710 2007-03-01  Jim Meyering  <jim@meyering.net>
16711
16712         * modules/xreadlink (Maintainer): Add my name.
16713         * modules/xreadlink-with-size (Depends-on): Alphabetize.
16714
16715 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
16716             Bruno Haible  <bruno@clisp.org>
16717
16718         * build-aux/install-reloc: Compile also c-ctype.c.
16719         * build-aux/relocatable.sh.in: New file.
16720         * doc/relocatable.texi: New file.
16721         * doc/relocatable-maint.texi: New file.
16722         * doc/gnulib.texi: Include relocatable-maint.texi.
16723         * lib/progreloc.c: Include unistd.h unconditionally.
16724         * lib/relocwrapper.c: Include unistd.h unconditionally.
16725         Include c-ctype.h.
16726         (add_dotbin): Use c_tolower.
16727         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
16728         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
16729         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
16730         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
16731         to m4/relocatable-lib.m4.
16732         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
16733         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
16734         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
16735         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
16736         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
16737         * modules/relocatable: New file.
16738         * modules/relocatable-lib: New file.
16739         * modules/relocatable-script: New file.
16740
16741 2007-02-28  Bruno Haible  <bruno@clisp.org>
16742
16743         Import --enable-relocatable infrastructure.
16744         * build-aux/config.libpath: New file, from GNU gettext.
16745         * build-aux/install-reloc: New file, from GNU gettext.
16746         * build-aux/reloc-ldflags: New file, from GNU gettext.
16747         * lib/relocatable.h: New file, from GNU gettext.
16748         * lib/relocatable.c: New file, from GNU gettext.
16749         * lib/relocwrapper.c: New file, from GNU gettext.
16750         * m4/relocatable.m4: New file, from GNU gettext.
16751
16752 2007-02-28  Bruno Haible  <bruno@clisp.org>
16753
16754         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
16755
16756         * modules/xreadlink: New file, from GNU gettext with modifications.
16757         * lib/xreadlink.c: New file, from GNU gettext.
16758         * lib/xreadlink.h: Add comments.
16759         (xreadlink): New declaration.
16760
16761         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
16762         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
16763         lib/xreadlink-with-size.c.
16764         (configure.ac): Remove gl_XREADLINK invocation.
16765         (Makefile.am): Augment lib_SOURCES.
16766         * m4/xreadlink.m4: Remove file.
16767         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
16768         (xreadlink_with_size): Renamed from xreadink.
16769         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
16770         * modules/canonicalize (Depends-on): Replace xreadlink with
16771         xreadlink-with-size.
16772         * lib/canonicalize.c (canonicalize_filename_mode): Update.
16773
16774 2007-02-25  Jim Meyering  <jim@meyering.net>
16775
16776         * build-aux/announce-gen: When complaining about excess arguments,
16777         list them.
16778
16779 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16780
16781         * README: Document signed integer overflow situation more
16782         accurately.
16783
16784 2007-02-25  Bruno Haible  <bruno@clisp.org>
16785
16786         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
16787         'a' or 'A' conversion.
16788
16789 2007-02-25  Bruno Haible  <bruno@clisp.org>
16790
16791         * modules/filename: Renamed from modules/pathname.
16792         (Files): Replace lib/pathname.h with lib/filename.h. Replace
16793         lib/concatpath.c with lib/concat-filename.c.
16794         (Makefile.am): Update.
16795         (Include): Replace pathname.h with filename.h.
16796         * lib/filename.h: Renamed from lib/pathname.h.
16797         (concatenated_filename): Renamed from concatenated_pathname.
16798         * lib/concat-filename.c: Renamed from lib/concatpath.c.
16799         (concatenated_filename): Renamed from concatenated_pathname.
16800         * lib/findprog.c: Include filename.h instead of pathname.h.
16801         (find_in_path): Update.
16802         * lib/javacomp.c: Include filename.h instead of pathname.h.
16803         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
16804         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
16805         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
16806         is_oldgcj_14_13_usable, is_javac_usable): Update.
16807         * lib/javaexec.c: Include filename.h instead of pathname.h.
16808         (execute_java_class): Update.
16809         * modules/findprog: Update.
16810         * modules/javacomp: Update.
16811         * modules/javaexec: Update.
16812         * MODULES.html.sh (File system functions): Add 'filename', remove
16813         'pathname'.
16814
16815 2007-02-25  Bruno Haible  <bruno@clisp.org>
16816
16817         * modules/printf-frexpl-tests: New file.
16818         * tests/test-printf-frexpl.c: New file.
16819
16820         * modules/printf-frexpl: New file.
16821         * lib/printf-frexpl.h: New file.
16822         * lib/printf-frexpl.c: New file.
16823         * m4/printf-frexpl.m4: New file.
16824
16825 2007-02-25  Bruno Haible  <bruno@clisp.org>
16826
16827         * modules/printf-frexp-tests: New file.
16828         * tests/test-printf-frexp.c: New file.
16829
16830         * modules/printf-frexp: New file.
16831         * lib/printf-frexp.h: New file.
16832         * lib/printf-frexp.c: New file.
16833         * m4/printf-frexp.m4: New file.
16834
16835 2007-02-25  Bruno Haible  <bruno@clisp.org>
16836
16837         Assume automake >= 1.10 for the tests.
16838         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
16839         * modules/arctwo-tests: Likewise.
16840         * modules/argp-tests: Likewise.
16841         * modules/avltree-list-tests: Likewise.
16842         * modules/avltree-oset-tests: Likewise.
16843         * modules/avltreehash-list-tests: Likewise.
16844         * modules/carray-list-tests: Likewise.
16845         * modules/crc-tests: Likewise.
16846         * modules/des-tests: Likewise.
16847         * modules/gc-arcfour-tests: Likewise.
16848         * modules/gc-arctwo-tests: Likewise.
16849         * modules/gc-des-tests: Likewise.
16850         * modules/gc-hmac-md5-tests: Likewise.
16851         * modules/gc-hmac-sha1-tests: Likewise.
16852         * modules/gc-md2-tests: Likewise.
16853         * modules/gc-md4-tests: Likewise.
16854         * modules/gc-md5-tests: Likewise.
16855         * modules/gc-pbkdf2-sha1-tests: Likewise.
16856         * modules/gc-rijndael-tests: Likewise.
16857         * modules/gc-sha1-tests: Likewise.
16858         * modules/gc-tests: Likewise.
16859         * modules/getaddrinfo-tests: Likewise.
16860         * modules/hmac-md5-tests: Likewise.
16861         * modules/hmac-sha1-tests: Likewise.
16862         * modules/linked-list-tests: Likewise.
16863         * modules/linkedhash-list-tests: Likewise.
16864         * modules/lock-tests: Likewise.
16865         * modules/md2-tests: Likewise.
16866         * modules/md4-tests: Likewise.
16867         * modules/md5-tests: Likewise.
16868         * modules/rbtree-list-tests: Likewise.
16869         * modules/rbtree-oset-tests: Likewise.
16870         * modules/rbtreehash-list-tests: Likewise.
16871         * modules/read-file-tests: Likewise.
16872         * modules/rijndael-tests: Likewise.
16873         * modules/stdint-tests: Likewise.
16874         * modules/tls-tests: Likewise.
16875
16876 2007-02-24  Bruno Haible  <bruno@clisp.org>
16877
16878         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
16879         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
16880         function; instead check whether isnan with a double argument links.
16881         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
16882         function; instead check whether isnan with a 'long double' argument
16883         links.
16884         Reported by Eric Blake <ebb9@byu.net>.
16885
16886 2007-02-24  Bruno Haible  <bruno@clisp.org>
16887
16888         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
16889         defined.
16890         * lib/isnanl.c: Remove all code. Just include isnan.c.
16891         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
16892
16893 2007-02-25  Jim Meyering  <jim@meyering.net>
16894
16895         Avoid conflicting types for 'unsetenv' on FreeBSD.
16896         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
16897         conflicting with FreeBSD's (5.0 and 6.1) function declaration
16898         in stdlib.h.
16899
16900 2007-02-24  Bruno Haible  <bruno@clisp.org>
16901
16902         * modules/isnanl-nolibm-tests: New file.
16903         * tests/test-isnanl.c: New file.
16904
16905         * modules/isnanl-nolibm: New file.
16906         * lib/isnanl.h: New file.
16907         * lib/isnanl.c: New file.
16908         * m4/isnanl.m4: New file.
16909
16910 2007-02-24  Bruno Haible  <bruno@clisp.org>
16911
16912         * modules/isnan-nolibm-tests: New file.
16913         * tests/test-isnan.c: New file.
16914
16915         * modules/isnan-nolibm: New file.
16916         * lib/isnan.h: New file.
16917         * lib/isnan.c: New file.
16918         * m4/isnan.m4: New file.
16919
16920 2007-02-24  Bruno Haible  <bruno@clisp.org>
16921
16922         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
16923         assume that an exponent fits in 20 bits.
16924
16925 2007-02-24  Jim Meyering  <jim@meyering.net>
16926
16927         * m4/regex.m4: Update the description of the configure-time option,
16928         --without-included-regex, to state accurately what the defaults are,
16929         and perhaps to give people an idea why using this option is risky.
16930
16931 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16932
16933         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
16934         loops on small arguments.  This attempts to avoid the problem
16935         Bruno Haible reported for AIX 4.3.2 in
16936         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
16937
16938 2007-02-23  Bruno Haible  <bruno@clisp.org>
16939
16940         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
16941         Needed for help2man.
16942
16943 2007-02-23  Karl Berry  <karl@gnu.org>
16944
16945         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
16946         exists, foo.h should be cvs-ignored, not committed.
16947
16948 2007-02-23  Eric Blake  <ebb9@byu.net>
16949
16950         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
16951         * lib/stat-time.h (includes): Likewise.
16952         * lib/utimecmp.c (includes): Likewise.
16953         * lib/utimens.h (includes): Likewise.
16954         * lib/getdate.y (includes): Also include "timespec.h" for use
16955         internal to the module.
16956         * modules/utimens (Depends-on): Revert yesterday's patch.
16957         * modules/nanosleep (Depends-on): Add missing dependency.
16958
16959 2007-02-22  Bruno Haible  <bruno@clisp.org>
16960
16961         * lib/glob.c: Don't include getlogin_r.h.
16962
16963 2007-02-22  Jim Meyering  <jim@meyering.net>
16964
16965         * modules/utimens (Depends-on): Add timespec, required for
16966         utimens.h's inclusion of timespec.h.
16967
16968 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
16969
16970         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
16971         long unreadable paths in GNU/Linux.  Problem reported by Andreas
16972         Schwab in
16973         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
16974         I'll try to think of a better way to fix the Solaris problem.
16975
16976         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
16977         like glibc; on Solaris 10, it fails with errno == EINVAL.
16978         POSIX says the behavior is unspecified if the first argument is NULL,
16979         so play it safe and never pass NULL to the system getcwd.
16980
16981 2007-02-21  Jim Meyering  <jim@meyering.net>
16982
16983         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
16984         of gettimeofday.  It would conflict with the one now always
16985         provided via sys_time_.h.  Reported by Matthew Woehlke, as
16986         an IRIX 6.5 build failure.
16987
16988 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16989
16990         Minor fixups to port to Solaris 10 with Sun C 5.8.
16991         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
16992         * modules/getcwd (Depends-on): Add dirfd.
16993         * lib/putenv.c (putenv): #undef it.
16994         (rpl_putenv): New decl.
16995         (malloc, free): Include <stdlib.h> rather than prototyping separately.
16996
16997 2007-02-20  Bruno Haible  <bruno@clisp.org>
16998
16999         * modules/stdio-tests: New file.
17000         * tests/test-stdio.c: New file.
17001
17002         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
17003         (Depends-on): Add stdio.
17004         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17005         (Include): Use <stdio.h> instead of vsnprintf.h.
17006         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17007         HAVE_DECL_VSNPRINTF.
17008         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
17009
17010         * modules/snprintf (Files): Remove lib/snprintf.h.
17011         (Depends-on): Add stdio.
17012         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17013         (Include): Use <stdio.h> instead of snprintf.h.
17014         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17015         HAVE_DECL_SNPRINTF.
17016         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
17017         * lib/getaddrinfo.c: Likewise.
17018
17019         * modules/stdio: New file.
17020         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
17021         * lib/snprintf.h: Remove file.
17022         * lib/vsnprintf.h: Remove file.
17023         * lib/.cppi-disable: Remove snprintf.h.
17024         * m4/stdio_h.m4: New file.
17025         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
17026
17027 2007-02-20  Jim Meyering  <jim@meyering.net>
17028
17029         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
17030         used by e.g., mingw.  From Bruno Haible.
17031
17032 2007-02-19  Bruno Haible  <bruno@clisp.org>
17033
17034         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
17035         warnings.
17036         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17037
17038 2007-02-19  Bruno Haible  <bruno@clisp.org>
17039
17040         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
17041         from mingw users.
17042
17043 2007-02-19  Bruno Haible  <bruno@clisp.org>
17044
17045         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
17046         warnings.
17047         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
17048
17049 2007-02-19  Jim Meyering  <jim@meyering.net>
17050
17051         Don't use FD after a successful "fdopendir (fd)".
17052         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
17053         Reset it by calling dirfd on the just-obtained DIR*.
17054
17055         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
17056         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
17057
17058 2007-02-18  Bruno Haible  <bruno@clisp.org>
17059
17060         * lib/readlink.c: Include <unistd.h>.
17061         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
17062         HAVE_READLINK.
17063         * modules/readlink (Depends-on): Add unistd.
17064         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17065         (Include): Add <unistd.h>.
17066
17067         * lib/getlogin_r.h: Remove file.
17068         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
17069         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
17070         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
17071         HAVE_DECL_GETLOGIN_R.
17072         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
17073         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17074         (Include): Use <unistd.h> instead of getlogin_r.h.
17075
17076         * lib/getcwd.h: Remove file.
17077         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
17078         * lib/xgetcwd.c: Likewise.
17079         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
17080         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
17081         * modules/getcwd (Files): Remove lib/getcwd.h.
17082         (Depends-on): Add unistd.
17083         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17084         (Include): Use <unistd.h> instad of getcwd.h.
17085
17086         * lib/ftruncate.c: Include <unistd.h> first.
17087         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
17088         Set HAVE_FTRUNCATE.
17089         * modules/ftruncate (Depends-on): Add unistd.
17090         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17091
17092         * lib/fchdir.c: Include <unistd.h> first.
17093         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
17094         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
17095         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
17096         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17097         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
17098
17099         * lib/dup2.c: Include <unistd.h> first.
17100         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
17101         HAVE_DUP2.
17102         * modules/dup2 (Depends-on): Add unistd.
17103         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17104
17105         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
17106         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
17107         REPLACE_CHOWN. Don't define chown as a macro here.
17108         * modules/chown (Depends-on): Add unistd.
17109         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17110
17111         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
17112         Add definition for GL_LINK_WARNING.
17113         (chown, dup2): New declarations.
17114         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
17115         link warning.
17116         (ftruncate): New declaration.
17117         (getcwd): New declaration, taken from old getcwd.h.
17118         (getlogin_r): New declaration, taken from old getlogin_r.h.
17119         (readlink): New declaration.
17120         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
17121         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
17122         (gl_PREREQ_UNISTD): Remove macro.
17123         (gl_UNISTD_MODULE_INDICATOR): New macro.
17124         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
17125         many new variables. Don't set UNISTD_H.
17126         * modules/unistd (Description): Change.
17127         (Depends-on): Add link-warning.
17128         (configure.ac): Update.
17129         (Makefile.am): Create unistd.h always. Substitute many new variables
17130         into it.
17131
17132 2007-02-18  Bruno Haible  <bruno@clisp.org>
17133
17134         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
17135         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
17136         HAVE_GETSUBOPT.
17137         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
17138         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
17139         * lib/getsubopt.h: Remove file.
17140         * modules/getsubopt (Files): Remove lib/getsubopt.h.
17141         (Depends-on): Add stdlib.
17142         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17143         (Includes): Use <stdlib.h> instead of getsubopt.h.
17144         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
17145         Set HAVE_GETSUBOPT.
17146         * lib/getsubopt.c: Don't include getsubopt.h.
17147
17148 2007-02-18  Bruno Haible  <bruno@clisp.org>
17149
17150         * modules/fchdir (Depends-on): Add dup2.
17151
17152 2007-02-18  Bruno Haible  <bruno@clisp.org>
17153
17154         * lib/stdlib_.h: Handle glibc's special invocation convention
17155         specially.
17156
17157 2007-02-18  Bruno Haible  <bruno@clisp.org>
17158
17159         * modules/stdlib-tests: New file.
17160         * tests/test-stdlib.c: New file.
17161
17162         * modules/mkstemp (Files): Remove lib/mkstemp.h.
17163         (Depends-on): Add stdlib.
17164         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17165         (Includes): Use <stdlib.h> instead of mkstemp.h.
17166         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
17167         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
17168         * lib/mkstemp.c: Don't include mkstemp.h.
17169         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
17170         * lib/stdlib--.h: Don't include mkstemp.h.
17171
17172         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
17173         (Depends-on): Add stdlib.
17174         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17175         (Includes): Use <stdlib.h> instead of mkdtemp.h.
17176         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
17177         HAVE_MKDTEMP.
17178         * lib/mkdtemp.c: Don't include mkdtemp.h.
17179         * lib/clean-temp.c: Don't include mkdtemp.h.
17180
17181         * modules/exit (Files): Remove lib/exit.h.
17182         (Depends-on): Add stdlib.
17183         (Makefile.am): Remove lib_SOURCES.
17184         (Include): Use <stdlib.h> instead of exit.h.
17185         * lib/argmatch.c: Don't include exit.h.
17186         * lib/execute.c: Likewise.
17187         * lib/pagealign_alloc.c: Likewise.
17188         * lib/pipe.c: Likewise.
17189         * lib/wait-process.c: Likewise.
17190         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
17191         * lib/exitfail.c: Likewise.
17192         * lib/savewd.c: Likewise.
17193         * lib/xsetenv.c: Likewise.
17194
17195         * modules/stdlib: New file.
17196         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
17197         and extra comments about mkstemp().
17198         * lib/exit.h: Remove file.
17199         * lib/mkdtemp.h: Remove file.
17200         * lib/mkstemp.h: Remove file.
17201         * m4/stdlib_h.m4: New file.
17202         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
17203
17204 2007-02-18  Bruno Haible  <bruno@clisp.org>
17205
17206         * modules/math-tests: New file.
17207         * tests/test-math.c: New file.
17208
17209         * modules/math: New file.
17210         * modules/mathl (Files): Remove lib/mathl.h.
17211         (Depends-on): Add math.
17212         (Makefile.am): Don't mention mathl.h.
17213         (Include): Use <math.h> instead of mathl.h.
17214         * lib/math_.h: New file.
17215         * lib/mathl.h: Remove file.
17216         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
17217         mathl.h.
17218         * lib/asinl.c: Likewise.
17219         * lib/atanl.c: Likewise.
17220         * lib/ceill.c: Likewise.
17221         * lib/cosl.c: Likewise.
17222         * lib/expl.c: Likewise.
17223         * lib/floorl.c: Likewise.
17224         * lib/frexpl.c: Likewise.
17225         * lib/ldexpl.c: Likewise.
17226         * lib/logl.c: Likewise.
17227         * lib/sincosl.c: Likewise.
17228         * lib/sinl.c: Likewise.
17229         * lib/sqrtl.c: Likewise.
17230         * lib/tanl.c: Likewise.
17231         * lib/trigl.c: Likewise.
17232         * m4/math_h.m4: New file.
17233         * MODULES.html.sh (Mathematics): Add math.
17234
17235 2007-02-17  Bruno Haible  <bruno@clisp.org>
17236
17237         * modules/wctype-tests: New file.
17238         * tests/test-wctype.c: New file.
17239
17240         * modules/wchar-tests: New file.
17241         * tests/test-wchar.c: New file.
17242
17243         * modules/unistd-tests: New file.
17244         * tests/test-unistd.c: New file.
17245
17246         * modules/time-tests: New file.
17247         * tests/test-time.c: New file.
17248
17249         * modules/sysexits-tests: New file.
17250         * tests/test-sysexits.c: New file.
17251
17252         * modules/sys_time-tests: New file.
17253         * tests/test-sys_time.c: New file.
17254
17255         * modules/sys_stat-tests: New file.
17256         * tests/test-sys_stat.c: New file.
17257
17258         * modules/sys_socket-tests: New file.
17259         * tests/test-sys_socket.c: New file.
17260
17261         * modules/sys_select-tests: New file.
17262         * tests/test-sys_select.c: New file.
17263
17264         * modules/string-tests: New file.
17265         * tests/test-string.c: New file.
17266
17267         * modules/stdbool-tests: New file.
17268         * tests/test-stdbool.c: New file.
17269
17270         * modules/netinet_in-tests: New file.
17271         * tests/test-netinet_in.c: New file.
17272
17273         * modules/inttypes-tests: New file.
17274         * tests/test-inttypes.c: New file.
17275
17276         * modules/fcntl-tests: New file.
17277         * tests/test-fcntl.c: New file.
17278
17279         * modules/byteswap-tests: New file.
17280         * tests/test-byteswap.c: New file.
17281
17282         * modules/arpa_inet-tests: New file.
17283         * tests/test-arpa_inet.c: New file.
17284
17285 2007-02-17  Bruno Haible  <bruno@clisp.org>
17286
17287         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
17288         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
17289         if the corresponding module is not enabled. Emit link warnings if
17290         the function is used nevertheless.
17291         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
17292         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
17293         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
17294         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
17295         * modules/inttypes (Depends-on): Add link-warning.
17296         (Makefile.am): Copy the contents of build-aux/link-warning.h into
17297         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
17298         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
17299         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
17300         * modules/imaxdiv (configure.ac): Likewise.
17301         * modules/strtoimax (configure.ac): Likewise.
17302         * modules/strtoumax (configure.ac): Likewise.
17303
17304 2007-02-17  Bruno Haible  <bruno@clisp.org>
17305
17306         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
17307         gl_STRING_MODULE_INDICATOR_DEFAULTS.
17308         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
17309         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
17310
17311 2007-02-17  Bruno Haible  <bruno@clisp.org>
17312
17313         * modules/link-warning: New file.
17314         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
17315         * lib/string_.h (GL_LINK_WARNING): Remove definition.
17316         * modules/string (Depends-on): Add link-warning.
17317         (Makefile.am): Copy the contents of build-aux/link-warning.h into
17318         string.h.
17319         * MODULES.html.sh (Support for building libraries and executables): Add
17320         link-warning.
17321
17322 2007-02-17  Bruno Haible  <bruno@clisp.org>
17323
17324         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
17325         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
17326         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
17327         long lines.
17328
17329 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
17330             Bruno Haible  <bruno@clisp.org>
17331
17332         * modules/tmpfile: New file.
17333         * lib/tmpfile.c: New file.
17334         * m4/tmpfile.m4: New file.
17335         * MODULES.html.sh (func_all_modules): New section "Input/output".
17336
17337 2007-02-15  Bruno Haible  <bruno@clisp.org>
17338
17339         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
17340         (supports_delete_on_close): New function.
17341         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
17342
17343 2007-02-14  Bruno Haible  <bruno@clisp.org>
17344
17345         * modules/mbspcasecmp-tests: New file.
17346         * tests/test-mbspcasecmp.sh: New file.
17347         * tests/test-mbspcasecmp.c: New file.
17348
17349         New module mbspcasecmp.
17350         * modules/mbspcasecmp: New file.
17351         * lib/mbspcasecmp.c: New file.
17352         * lib/string_.h (strncasecmp): Change warning message.
17353         (mbspcasecmp): New declaration.
17354         * m4/mbspcasecmp.m4: New file.
17355         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17356         GNULIB_MBSPCASECMP.
17357         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
17358         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
17359
17360 2007-02-14  Bruno Haible  <bruno@clisp.org>
17361
17362         * modules/mbsncasecmp-tests: New file.
17363         * tests/test-mbsncasecmp.sh: New file.
17364         * tests/test-mbsncasecmp.c: New file.
17365
17366         New module mbsncasecmp.
17367         * modules/mbsncasecmp: New file.
17368         * lib/mbsncasecmp.c: New file.
17369         * lib/string_.h (mbsncasecmp): New declaration.
17370         * m4/mbsncasecmp.m4: New file.
17371         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17372         GNULIB_MBSNCASECMP.
17373         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
17374         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
17375
17376 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
17379         Verify that it doesn't overlap with our flags.
17380         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
17381         do not have the desired effect in multibyte locales; instead, use
17382         mbscasecmp.
17383         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
17384         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
17385         we don't require GNU fnmatch ourselves (if our users require it, they
17386         should do so explicitly).
17387
17388         Fix regex code so it doesn't rely on strcasecmp.
17389         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
17390         Otherwise, include gnulib's langinfo.h.
17391         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
17392         undesirable behavior in non-C locales.  Instead, rely on localecharset.
17393         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
17394         * modules/regex (FILES): Remove m4/codeset.m4.
17395         (Depends-on): Add localcharset.  Remove strcase.
17396
17397 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17398
17399         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
17400         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
17401
17402 2007-02-13  Bruno Haible  <bruno@clisp.org>
17403
17404         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
17405         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17406
17407 2007-02-12  Bruno Haible  <bruno@clisp.org>
17408
17409         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17410         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
17411         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
17412         time warning rather than a link error.
17413
17414 2007-02-12  Bruno Haible  <bruno@clisp.org>
17415
17416         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
17417         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17418         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17419
17420 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
17421
17422         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
17423         args, not 2.
17424
17425 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
17426
17427         New module 'time', so that apps can include <time.h> as per
17428         POSIX and GNU instead of separate include files like time_r.h
17429         and timegm.h.  This implementation tries out a simpler approach
17430         for replacing decls in standard include files (as compared to
17431         the string module), somewhat as an experiment.
17432
17433         * config/srclist.txt: Comment out mktime.c for now.
17434         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
17435         since it doesn't apply any more.  Use generic wording instead.
17436         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
17437         'time'.
17438         * lib/time_.h, m4/time_h.m4, modules/time: New files.
17439         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
17440         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
17441         Don't include <sys/types.h>; no longer needed since we assume C89.
17442         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
17443         * lib/strftime.c: Likewise.
17444         * lib/time_r.c: Likewise.
17445         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
17446         * lib/nanosleep.c: Include <time.h> first, to check interface.
17447         * lib/strptime.c: Likewise.
17448         * lib/time_r.c: Likewise.
17449         * lib/timegm.c: Likewise.
17450         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
17451         needed.
17452         * lib/timegm.c: Don't include timegm.h; no longer needed.
17453         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
17454         time.h now handles any problems in that area.
17455         (struct timespec, nanosleep): Remove; time.h now arranges for these.
17456         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
17457         that time.h defines struct timespec.
17458         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
17459         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
17460         handles that.
17461         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
17462         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
17463         needed.  Set REPLACE_LOCALTIME.
17464         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
17465         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
17466         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
17467         nanosleep; time_h.m4 now does that.  Don't require
17468         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
17469         module handles this now.
17470         * modules/getdate (Depends-on): Remove timespec.  Add time.
17471         * modules/nanosleep (Depends-on): Likewise.
17472         * modules/stat-time (Depends-on): Likewise.
17473         * modules/nanosleep (Include): Include time.h, not timespec.h.
17474         * modules/strptime (Files): Remove lib/strptime.h.
17475         (Depends-on): Add extensions, time.
17476         (Include): Include time.h, not strptime.h.
17477         * modules/time_r (Files): Remove lib/time_r.h.
17478         (Depends-on): Add time.
17479         (Include): Include time.h, not time_r.h.
17480         * modules/timegm: Likewise.
17481         * modules/timespec (Description): Now does timespec-related decls
17482         of our own, instead of struct timespec itself.
17483         (Depends-on): Add time; remove extensions.
17484         (Maintainer): Add self.
17485         * modules/utimecmp (Depends-on): Add time; remove timespec.
17486         * modules/utimens (Depends-on): Likewise.
17487         * modules/xnanosleep (Depends-on): Likewise.
17488
17489 2007-02-11  Bruno Haible  <bruno@clisp.org>
17490
17491         * lib/c-strstr.c: Include allocsa.h.
17492         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17493         * lib/c-strcasestr.c: Include allocsa.h.
17494         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17495         * lib/strcasestr.c: Include allocsa.h.
17496         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17497         * lib/mbsstr.c: Include allocsa.h.
17498         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
17499         allocsa/freesa instead of malloc/free.
17500         * lib/mbscasestr.c: Include allocsa.h.
17501         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
17502         allocsa/freesa instead of malloc/free.
17503         * modules/c-strstr (Depends-on): Add allocsa.
17504         * modules/c-strcasestr (Depends-on): Likewise.
17505         * modules/strcasestr (Depends-on): Likewise.
17506         * modules/mbsstr (Depends-on): Likewise.
17507         * modules/mbscasestr (Depends-on): Likewise.
17508
17509 2007-02-11  Bruno Haible  <bruno@clisp.org>
17510
17511         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
17512
17513         * modules/mbsspn-tests: New file.
17514         * tests/test-mbsspn.sh: New file.
17515         * tests/test-mbsspn.c: New file.
17516
17517 2007-02-11  Bruno Haible  <bruno@clisp.org>
17518
17519         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
17520
17521         * modules/mbspbrk-tests: New file.
17522         * tests/test-mbspbrk.sh: New file.
17523         * tests/test-mbspbrk.c: New file.
17524
17525 2007-02-11  Bruno Haible  <bruno@clisp.org>
17526
17527         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
17528         unneeded cast.
17529
17530         * modules/mbscspn-tests: New file.
17531         * tests/test-mbscspn.sh: New file.
17532         * tests/test-mbscspn.c: New file.
17533
17534 2007-02-11  Bruno Haible  <bruno@clisp.org>
17535
17536         * modules/mbscasecmp-tests: New file.
17537         * tests/test-mbscasecmp.sh: New file.
17538         * tests/test-mbscasecmp.c: New file.
17539
17540 2007-02-11  Bruno Haible  <bruno@clisp.org>
17541
17542         Ensure O(n) worst-case complexity of mbscasestr.
17543         * lib/mbscasestr.c: Include stdbool.h.
17544         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17545         functions.
17546         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
17547         the bookkeeping indicates that it's worth it.
17548         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
17549
17550         * modules/mbscasestr-tests: New file.
17551         * tests/test-mbscasestr1.c: New file.
17552         * tests/test-mbscasestr2.sh: New file.
17553         * tests/test-mbscasestr2.c: New file.
17554         * tests/test-mbscasestr3.sh: New file.
17555         * tests/test-mbscasestr3.c: New file.
17556         * tests/test-mbscasestr4.sh: New file.
17557         * tests/test-mbscasestr4.c: New file.
17558         * m4/locale-tr.m4: New file.
17559
17560 2007-02-11  Bruno Haible  <bruno@clisp.org>
17561
17562         Ensure O(n) worst-case complexity of mbsstr.
17563         * lib/mbsstr.c: Include stdbool.h.
17564         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17565         functions.
17566         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
17567         bookkeeping indicates that it's worth it.
17568         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
17569
17570         * modules/mbsstr-tests: New file.
17571         * tests/test-mbsstr1.c: New file.
17572         * tests/test-mbsstr2.sh: New file.
17573         * tests/test-mbsstr2.c: New file.
17574         * tests/test-mbsstr3.sh: New file.
17575         * tests/test-mbsstr3.c: New file.
17576         * m4/locale-fr.m4: New file.
17577
17578 2007-02-11  Bruno Haible  <bruno@clisp.org>
17579
17580         * lib/mbsrchr.c (mbsrchr): Fix bug.
17581
17582         * modules/mbsrchr-tests: New file.
17583         * tests/test-mbsrchr.sh: New file.
17584         * tests/test-mbsrchr.c: New file.
17585
17586 2007-02-11  Bruno Haible  <bruno@clisp.org>
17587
17588         * lib/mbschr.c (mbschr): Fix bug.
17589
17590         * modules/mbschr-tests: New file.
17591         * tests/test-mbschr.sh: New file.
17592         * tests/test-mbschr.c: New file.
17593         * m4/locale-zh.m4: New file.
17594
17595 2007-02-11  Bruno Haible  <bruno@clisp.org>
17596
17597         Support for copying multibyte string iterators.
17598         * lib/mbiter.h: Include <string.h>.
17599         (mbiter_multi_copy): New function.
17600         (mbi_copy): New macro.
17601         * lib/mbuiter.h: Include <string.h>.
17602         (mbuiter_multi_copy): New function.
17603         (mbui_copy): New macro.
17604
17605 2007-02-11  Bruno Haible  <bruno@clisp.org>
17606
17607         New module mbslen.
17608         * modules/mbslen: New file.
17609         * lib/mbslen.c: New file.
17610         * lib/string_.h (mbslen): New declaration.
17611         * m4/mbslen.m4: New file.
17612         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17613         GNULIB_MBSLEN.
17614         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
17615         * MODULES.html.sh (Internationalization functions): Add mbslen.
17616
17617 2007-02-11  Bruno Haible  <bruno@clisp.org>
17618
17619         Ensure O(n) worst-case complexity of strcasestr substitute.
17620         * lib/strcasestr.c: Include stdbool.h.
17621         (knuth_morris_pratt): New function.
17622         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17623         bookkeeping indicates that it's worth it.
17624         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
17625
17626         * modules/strcasestr-tests: New file.
17627         * tests/test-strcasestr.c: New file.
17628
17629 2007-02-11  Bruno Haible  <bruno@clisp.org>
17630
17631         Ensure O(n) worst-case complexity of c_strcasestr.
17632         * lib/c-strcasestr.c: Include stdbool.h, string.h.
17633         (knuth_morris_pratt): New function.
17634         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
17635         the bookkeeping indicates that it's worth it.
17636         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
17637
17638         * modules/c-strcasestr-tests: New file.
17639         * tests/test-c-strcasestr.c: New file.
17640
17641 2007-02-11  Bruno Haible  <bruno@clisp.org>
17642
17643         Ensure O(n) worst-case complexity of c_strstr.
17644         * lib/c-strstr.c: Include stdbool.h, string.h.
17645         (knuth_morris_pratt): New function.
17646         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17647         bookkeeping indicates that it's worth it.
17648         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
17649
17650         * lib/c-strstr.c: Complete rewrite for maintainability.
17651
17652         * modules/c-strstr-tests: New file.
17653         * tests/test-c-strstr.c: New file.
17654
17655 2007-02-11  Bruno Haible  <bruno@clisp.org>
17656
17657         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
17658         5.2.1 and earlier, whereby \055 was treated just like the range
17659         delimiter '-'.
17660         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17661
17662 2007-02-08  Bruno Haible  <bruno@clisp.org>
17663
17664         * modules/regex (Depends-on): Add stdbool.
17665         Reported by Dalibor Topic <robilad@kaffe.org>.
17666
17667 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17668
17669         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
17670         Prefer returning from main to exiting from it.
17671         Remove unnecessary parens after sizeof.
17672
17673 2007-02-05  Bruno Haible  <bruno@clisp.org>
17674
17675         New module mbssep.
17676         * modules/mbssep: New file.
17677         * lib/mbssep.c: New file.
17678         * lib/string_.h (strsep): Add a conditional link warning.
17679         (mbssep): New declaration.
17680         * m4/mbssep.m4: New file.
17681         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17682         GNULIB_MBSSEP.
17683         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
17684         * MODULES.html.sh (Internationalization functions): Add mbssep.
17685
17686 2007-02-05  Bruno Haible  <bruno@clisp.org>
17687
17688         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
17689         Optimize search in case of 1 delimiter.
17690
17691 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17692
17693         * lib/acl.h: Include sys/types.h before sys/acl.h.
17694
17695 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17696
17697         Merge upstream fix for glibc bugzilla #3957:
17698
17699         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
17700
17701         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
17702         bit for RE_HAT_LISTS_NOT_NEWLINE.
17703         (build_charclass_op): Remove bogus comment.
17704
17705 2007-02-05  Simon Josefsson  <simon@josefsson.org>
17706
17707         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
17708
17709 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
17712         * lib/memmem.c [!defined _LIBC]: Include config.h.
17713
17714 2007-02-04  Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
17717         warning message.
17718
17719 2007-02-04  Bruno Haible  <bruno@clisp.org>
17720
17721         New module mbstok_r.
17722         * modules/mbstok_r: New file.
17723         * lib/mbstok_r.c: New file.
17724         * lib/string_.h (strtok_r): Change argument names to match the
17725         comments. Add a conditional link warning.
17726         (mbstok_r): New declaration.
17727         * m4/mbstok_r.m4: New file.
17728         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17729         GNULIB_MBSTOK_R.
17730         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
17731         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
17732
17733 2007-02-04  Bruno Haible  <bruno@clisp.org>
17734
17735         New module mbsspn.
17736         * modules/mbsspn: New file.
17737         * lib/mbsspn.c: New file.
17738         * lib/string_.h (strspn): Add a conditional link warning.
17739         (mbsspn): New declaration.
17740         * m4/mbsspn.m4: New file.
17741         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17742         GNULIB_MBSSPN.
17743         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
17744         * MODULES.html.sh (Internationalization functions): Add mbsspn.
17745
17746 2007-02-04  Bruno Haible  <bruno@clisp.org>
17747
17748         New module mbspbrk.
17749         * modules/mbspbrk: New file.
17750         * lib/mbspbrk.c: New file.
17751         * lib/string_.h (strpbrk): Add a conditional link warning.
17752         (mbspbrk): New declaration.
17753         * m4/mbspbrk.m4: New file.
17754         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17755         GNULIB_MBSPBRK.
17756         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
17757         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
17758
17759 2007-02-04  Bruno Haible  <bruno@clisp.org>
17760
17761         New module mbscspn.
17762         * modules/mbscspn: New file.
17763         * lib/mbscspn.c: New file.
17764         * lib/string_.h (strcspn): Add a conditional link warning.
17765         (mbscspn): New declaration.
17766         * m4/mbscspn.m4: New file.
17767         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17768         GNULIB_MBSCSPN.
17769         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
17770         * MODULES.html.sh (Internationalization functions): Add mbscspn.
17771
17772 2007-02-04  Bruno Haible  <bruno@clisp.org>
17773
17774         New module mbscasestr, reduced goal of strcasestr.
17775         * modules/mbscasestr: New file.
17776         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
17777         (mbscasestr): Renamed from strcasestr.
17778         * lib/strcasestr.c: Don't include mbuiter.h.
17779         (strcasestr): Remove support for multibyte locales.
17780         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
17781         Change the conditional link warning.
17782         (mbscasestr): New declaration.
17783         * m4/mbscasestr.m4: New file.
17784         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
17785         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
17786         REPLACE_STRCASESTR.
17787         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
17788         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17789         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17790         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
17791         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
17792         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17793         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
17794         (Depends-on): Remove mbuiter.
17795         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
17796
17797 2007-02-04  Bruno Haible  <bruno@clisp.org>
17798
17799         Simplify handling of strncasecmp.
17800         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
17801         the conditional link warning.
17802         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17803         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
17804         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
17805         * modules/strcase (configure.ac): Don't invoke
17806         gl_STRING_MODULE_INDICATOR.
17807         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
17808
17809 2007-02-04  Bruno Haible  <bruno@clisp.org>
17810
17811         New module mbscasecmp, reduced goal of strcasecmp.
17812         * modules/mbscasecmp: New file.
17813         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
17814         (mbscasecmp): Renamed from strcasecmp.
17815         * lib/strcasecmp.c: Don't include mbuiter.h.
17816         (strcasecmp): Remove support for multibyte locales.
17817         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
17818         Change the conditional link warning.
17819         (mbscasecmp): New declaration.
17820         * m4/mbscasecmp.m4: New file.
17821         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
17822         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
17823         REPLACE_STRCASECMP.
17824         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
17825         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17826         GNULIB_MBSCASECMP.
17827         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
17828         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
17829         * modules/strcase (Files): Remove m4/mbrtowc.m4.
17830         (Depends-on): Remove mbuiter.
17831         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
17832
17833 2007-02-04  Bruno Haible  <bruno@clisp.org>
17834
17835         New module mbsstr. Remove module strstr.
17836         * modules/mbsstr: New file.
17837         * modules/strstr: Remove file.
17838         * lib/mbsstr.c: Renamed from lib/strstr.c.
17839         (mbsstr): Renamed from strstr.
17840         * lib/string_.h (strstr): Remove declaration. Change the conditional
17841         link warning.
17842         (mbsstr): New declaration.
17843         * m4/mbsstr.m4: New file.
17844         * m4/strstr.m4: Remove file.
17845         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
17846         REPLACE_STRSTR.
17847         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
17848         Don't initialize GNULIB_STRSTR.
17849         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
17850         substitute GNULIB_STRSTR and REPLACE_STRSTR.
17851         * MODULES.html.sh (Internationalization functions): Add mbsstr.
17852         (Support for systems lacking ANSI C 89): Remove strstr.
17853
17854 2007-02-04  Bruno Haible  <bruno@clisp.org>
17855
17856         New module mbsrchr.
17857         * modules/mbsrchr: New file.
17858         * lib/mbsrchr.c: New file.
17859         * lib/string_.h (strrchr): Add a conditional link warning.
17860         (mbsrchr): New declaration.
17861         * m4/mbsrchr.m4: New file.
17862         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17863         GNULIB_MBSRCHR.
17864         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
17865         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
17866
17867 2007-02-04  Bruno Haible  <bruno@clisp.org>
17868
17869         New module mbschr.
17870         * modules/mbschr: New file.
17871         * lib/mbschr.c: New file.
17872         * lib/string_.h (strchr): Add a conditional link warning.
17873         (mbschr): New declaration.
17874         * m4/mbschr.m4: New file.
17875         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17876         GNULIB_MBSCHR.
17877         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
17878         * MODULES.html.sh (Internationalization functions): Add mbschr.
17879
17880 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17881
17882         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
17883
17884         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
17885
17886 2007-02-04  Bruno Haible  <bruno@clisp.org>
17887
17888         New module description section 'configure.ac-early'.
17889         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
17890         (func_get_autoconf_early_snippet): New function.
17891         (func_import, func_create_testdir): Use it. Remove special cases for
17892         modules 'extensions' and 'lock'.
17893         * modules/extensions (configure.ac-early): Require
17894         gl_USE_SYSTEM_EXTENSIONS.
17895         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
17896
17897 2007-02-04  Bruno Haible  <bruno@clisp.org>
17898
17899         Make use of gcj-4.3's -fsource and -ftarget option.
17900         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
17901         and if so try the options -fsource and -ftarget.
17902         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
17903         source_version, ftarget_option, target_version arguments.
17904         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
17905         (is_envjavac_oldgcj_14_14_usable): Renamed from
17906         is_envjavac_gcj_14_14_usable.
17907         (is_envjavac_oldgcj_14_13_usable): Renamed from
17908         is_envjavac_gcj_14_13_usable.
17909         (is_gcj_present): Update.
17910         (is_gcj_43, is_gcj43_usable): New functions.
17911         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
17912         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
17913         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
17914         try the options -fsource and -ftarget.
17915
17916 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
17919         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
17920         larger value.
17921
17922 2007-02-03  Jim Meyering  <jim@meyering.net>
17923
17924         Give tools a better chance to allocate space for very large buffers.
17925         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
17926
17927         Make pwd and readlink work also when run with an unreadable parent dir
17928         on systems with openat support.
17929         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
17930         provided getcwd function, even when we have openat support.
17931         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
17932
17933 2007-02-02  Bruno Haible  <bruno@clisp.org>
17934
17935         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17936         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
17937         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
17938         portability problems if one of these functions is only used on specific
17939         platforms.
17940         Reported by Paul Eggert.
17941
17942 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
17943
17944         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
17945         is causing more trouble than it's curing.
17946         * lib/regex_internal.h (__mempcpy): Remove.
17947         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
17948         (and make the code a tad smaller to boot).
17949         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
17950
17951 2007-02-02  Jim Meyering  <jim@meyering.net>
17952
17953         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
17954         section, not in the Makefile.am: one.
17955
17956 2007-02-02  Eric Blake  <ebb9@byu.net>
17957
17958         * lib/strchrnul.c: Always include config.h first.
17959
17960         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
17961         gnulib strstr is not necessary here.
17962
17963 2007-02-02  Simon Josefsson  <simon@josefsson.org>
17964
17965         * m4/socklen.m4: Fix typo.
17966
17967 2007-02-02  Eric Blake  <ebb9@byu.net>
17968
17969         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
17970         * modules/netinet_in (Makefile.am): Likewise.
17971
17972 2007-02-01  Bruno Haible  <bruno@clisp.org>
17973
17974         * lib/string_.h (GL_LINK_WARNING): New macro.
17975         (strcasecmp, strstr, strcasestr): If provided by the system,
17976         conditionally define as a macro that leads to a warning instead of to
17977         an error.
17978         (strncasecmp): Conditionally define as a macro that leads to a warning.
17979
17980 2007-02-01  Karl Berry  <karl@gnu.org>
17981
17982         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
17983
17984 2007-02-01  Bruno Haible  <bruno@clisp.org>
17985
17986         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
17987         renamings.
17988
17989 2007-02-01  Eric Blake  <ebb9@byu.net>
17990
17991         * modules/regex (Depends-on): Revert dependence on mempcpy.
17992         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
17993         module's definition of mempcpy.
17994         Reported by Paul Eggert.
17995
17996 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * lib/string_.h: If the gnulib module XYZ is not present, undefine
17999         the symbol XYZ before redefining it.  This fixes a problem with
18000         programs that don't use XYZ, when compiled on systems that define
18001         XYZ to something else.
18002
18003 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
18004
18005         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
18006         occurs when "mkdir -m foo" creates a setgid directory that is (1)
18007         writeable to group or other and (2) is intended to have a special
18008         mode bit that is set or cleared.  In such a case, the directory
18009         should be neither group- nor other-writeable until the special
18010         mode bits are right.
18011
18012 2007-01-31  Eric Blake  <ebb9@byu.net>
18013
18014         * modules/mountlist (Depends-on): Add strstr.
18015
18016         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
18017         bug.
18018         * modules/string (Makefile.am): Remove redundant replacement.
18019         * modules/regex (Depends-on): Add mempcpy.
18020
18021 2007-01-31  Bruno Haible  <bruno@clisp.org>
18022
18023         New module description field 'Link'.
18024         * gnulib-tool (func_usage): Document --extract-link-directive.
18025         (sed_extract_prog): Recognize 'Link' directive.
18026         (func_get_link_directive): New function.
18027         (func_import): Show summary of link directives.
18028         Handle --extract-link-directive option.
18029         * modules/acl (Link): New section.
18030         * modules/clock-time (Link): New section.
18031         * modules/euidaccess (Link): New section.
18032         * modules/gettext (Link): New section.
18033         * modules/iconv (Link): New section.
18034         * modules/lock (Link): New section.
18035         * modules/nanosleep (Link): New section.
18036         * modules/readline (Link): New section.
18037
18038 2007-01-27  Bruno Haible  <bruno@clisp.org>
18039
18040         Enforce the use of gnulib modules for unportable <string.h> functions.
18041         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
18042         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
18043         (gl_HEADER_STRING_H_BODY): Require it.
18044         * lib/string_.h: If the gnulib module XYZ is not present, redefine
18045         the symbol XYZ to one that gives a link error.
18046         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
18047         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
18048         * modules/mempcpy (configure.ac): Likewise.
18049         * modules/memrchr (configure.ac): Likewise.
18050         * modules/stpcpy (configure.ac): Likewise.
18051         * modules/stpncpy (configure.ac): Likewise.
18052         * modules/strcase (configure.ac): Likewise.
18053         * modules/strcasestr (configure.ac): Likewise.
18054         * modules/strchrnul (configure.ac): Likewise.
18055         * modules/strdup (configure.ac): Likewise.
18056         * modules/strndup (configure.ac): Likewise.
18057         * modules/strnlen (configure.ac): Likewise.
18058         * modules/strpbrk (configure.ac): Likewise.
18059         * modules/strsep (configure.ac): Likewise.
18060         * modules/strstr (configure.ac): Likewise.
18061         * modules/strtok_r (configure.ac): Likewise.
18062
18063 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
18064
18065         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
18066
18067 2007-01-30  Jim Meyering  <jim@meyering.net>
18068
18069         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
18070
18071 2007-01-29  Bruno Haible  <bruno@clisp.org>
18072
18073         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
18074         * lib/execute.c: Likewise.
18075         * lib/pipe.c: Likewise.
18076         * lib/printf-args.h: Likewise.
18077         * lib/printf-args.c: Likewise.
18078         * lib/printf-parse.c: Likewise.
18079         * lib/vasnprintf.c: Likewise.
18080
18081 2007-01-29  Eric Blake  <ebb9@byu.net>
18082
18083         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
18084         declaration.
18085
18086 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
18087
18088         * lib/strptime.h (strptime): Use 'restrict' for args where
18089         POSIX requires this.
18090         * lib/strptime.c (strptime): Likewise.
18091         Change license notice from LGPL to GPL, since gnulib-tool will
18092         change this as needed.
18093         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
18094         defined.
18095         Include "strptime.h" first, to check interface.
18096         Do not #undef _LIBC and _NL_CURRENT.
18097         Do not include <stdlib.h>; no longer needed.
18098         Include "time_r.h" and declare ptime_locale_status
18099         only if _LIBC is not defined.
18100         (__P): Remove unused macro.
18101         (match_string): Bring back glibc version, but use it only if _LIBC
18102         is defined.
18103         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
18104         Remove unnecessary assertion and abort() call.
18105         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
18106         * m4/strptime.m4: Fix serial number comment.
18107         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
18108         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
18109         (Depends-on): Add time_r.
18110
18111 2007-01-29  Bruno Haible  <bruno@clisp.org>
18112
18113         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18114         strptime.
18115         * modules/strptime (Depends-on): Add stdbool.
18116         * lib/strptime.h: Include <time.h> always. Add comments.
18117
18118 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18119
18120         * modules/strptime: New file.
18121         * lib/strptime.h: New file.
18122         * lib/strptime.c: New file.
18123         * m4/strptime.m4: New file.
18124
18125 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18126
18127         * MODULES.html.sh: New module mpsort.
18128         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
18129
18130         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
18131         a circularity problem with HP-UX ia64 reported by Bob Proulx in
18132         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
18133         All uses changed.
18134         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
18135         All uses changed.
18136         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
18137         to _Restrict_.
18138         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
18139         the parameter matches the prototype.
18140
18141 2007-01-28  Jim Meyering  <jim@meyering.net>
18142
18143         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
18144         sys/time.h here, reverting that part of the previous patch:
18145         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
18146
18147 2007-01-28  Bruno Haible  <bruno@clisp.org>
18148
18149         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
18150         value of $(SYS_TIME_H).
18151         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
18152         remove it conditionally, too. [added by Jim Meyering]
18153         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
18154         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18155         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
18156         GETTIMEOFDAY_REPLACEMENT to 1.
18157
18158 2007-01-28  Bruno Haible  <bruno@clisp.org>
18159
18160         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
18161         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
18162         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
18163         Set UNISTD_H instead of UNISTD_H2.
18164         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
18165
18166 2007-01-28  Bruno Haible  <bruno@clisp.org>
18167
18168         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
18169         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
18170
18171 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18172
18173         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
18174         (func_create_testdir): Ensure C locale for `grep' and `tr'
18175         character ranges.
18176         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
18177         ACLOCAL_AMFLAGS parsing state machine.
18178
18179 2007-01-27  Bruno Haible  <bruno@clisp.org>
18180
18181         * modules/unistr/base: Update.
18182
18183 2007-01-27  Bruno Haible  <bruno@clisp.org>
18184
18185         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
18186         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
18187         * modules/unistr/u32-mbtouc-unsafe: Renamed from
18188         modules/unistr/u32-mbtouc.
18189         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
18190         * lib/unistr.h: Update.
18191         * lib/linebreak.c: Update.
18192         * modules/unistr/u32-mbtouc: Renamed from
18193         modules/unistr/u32-mbtouc-safe.
18194         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
18195         * lib/unistr.h: Update.
18196         * lib/unistr/u32-to-u8.c: Update.
18197         * lib/unistr/u32-to-u16.c: Update.
18198
18199 2007-01-27  Bruno Haible  <bruno@clisp.org>
18200
18201         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
18202         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
18203         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
18204         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
18205         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
18206         * modules/unistr/u16-mbtouc-unsafe: Renamed from
18207         modules/unistr/u16-mbtouc.
18208         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
18209         * lib/unistr.h: Update.
18210         * lib/linebreak.c: Update.
18211         * modules/linebreak: Update.
18212         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
18213         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
18214         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
18215         * modules/unistr/u16-mbtouc: Renamed from
18216         modules/unistr/u16-mbtouc-safe.
18217         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
18218         * lib/unistr.h: Update.
18219         * lib/unistr/u16-to-u8.c: Update.
18220         * modules/unistr/u16-to-u8: Update.
18221         * lib/unistr/u16-to-u32.c: Update.
18222         * modules/unistr/u16-to-u32: Update.
18223
18224 2007-01-27  Bruno Haible  <bruno@clisp.org>
18225
18226         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
18227         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
18228         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
18229         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
18230         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
18231         * modules/unistr/u8-mbtouc-unsafe: Renamed from
18232         modules/unistr/u8-mbtouc.
18233         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
18234         * lib/unistr.h: Update.
18235         * lib/striconveh.c: Update.
18236         * modules/striconveh: Update.
18237         * lib/linebreak.c: Update.
18238         * modules/linebreak: Update.
18239         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
18240         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
18241         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
18242         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
18243         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
18244         * lib/unistr.h: Update.
18245         * lib/striconveh.c: Update.
18246         * modules/striconveh: Update.
18247         * lib/unistr/u8-to-u16.c: Update.
18248         * modules/unistr/u8-to-u16: Update.
18249         * lib/unistr/u8-to-u32.c: Update.
18250         * modules/unistr/u8-to-u32: Update.
18251
18252 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18253
18254         Sync from Libtool.
18255         * lib/argz.c: Do not include strings.h nor memory.h, include
18256         string.h unconditionally.  Patch by Simon Josefsson.
18257
18258 2007-01-27  Bruno Haible  <bruno@clisp.org>
18259
18260         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
18261         from gl_HEADER_STRING_H_BODY.
18262         (gl_HEADER_STRING_H_BODY): Require it.
18263         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
18264         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
18265         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
18266         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
18267         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18268         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
18269         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18270         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
18271         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
18272         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
18273         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
18274         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
18275         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
18276         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
18277         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18278
18279 2007-01-27  Bruno Haible  <bruno@clisp.org>
18280
18281         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
18282         check_PROGRAMS into noinst_PROGRAMS.
18283         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
18284         check_PROGRAMS in this case.
18285         (func_import): Set for_test to false.
18286         (func_create_testdir): Set for_test to true.
18287
18288 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
18289             Bruno Haible  <bruno@clisp.org>
18290
18291         * modules/strcasestr (Files): Remove lib/strcasestr.h.
18292         (Depends-on): Add string.
18293         (Includes): Use <string.h> instead of strcasestr.h.
18294         * modules/string (Makefile.am): Also substitute the value of
18295         REPLACE_STRCASESTR.
18296         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
18297         assume strcasestr is declared in <string.h> not <strings.h>. Also
18298         set REPLACE_STRCASESTR.
18299         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
18300         REPLACE_STRCASESTR.
18301         * lib/strcasestr.h: Remove file.
18302         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
18303         * lib/string_.h (strcasestr): New declaration.
18304
18305 2007-01-27  Bruno Haible  <bruno@clisp.org>
18306
18307         * lib/string_.h: Use 'extern'.
18308
18309 2007-01-27  Jim Meyering  <jim@meyering.net>
18310
18311         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
18312         of set-but-not-used local, "q".
18313
18314         * lib/mempcpy.c: Include <config.h> before <string.h>.
18315         This fixes a compilation error on HP-UX, due to the system's
18316         "restrict"-using mempcpy prototype.
18317
18318 2007-01-26  Bruno Haible  <bruno@clisp.org>
18319
18320         Small optimization.
18321         * lib/javacomp.c: Include c-strstr.h.
18322          (is_envjavac_gcj): Use c_strstr instead of strstr.
18323         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
18324
18325 2007-01-26  Bruno Haible  <bruno@clisp.org>
18326
18327         * MODULES.html.sh (Unicode string functions): Add the new modules.
18328
18329         * modules/uniconv/u32-strconv-to-locale: New file.
18330         * lib/uniconv/u32-strconv-to-locale.c: New file.
18331
18332         * modules/uniconv/u16-strconv-to-locale: New file.
18333         * lib/uniconv/u16-strconv-to-locale.c: New file.
18334
18335         * modules/uniconv/u8-strconv-to-locale: New file.
18336         * lib/uniconv/u8-strconv-to-locale.c: New file.
18337
18338         * modules/uniconv/u32-strconv-from-locale: New file.
18339         * lib/uniconv/u32-strconv-from-locale.c: New file.
18340
18341         * modules/uniconv/u16-strconv-from-locale: New file.
18342         * lib/uniconv/u16-strconv-from-locale.c: New file.
18343
18344         * modules/uniconv/u8-strconv-from-locale: New file.
18345         * lib/uniconv/u8-strconv-from-locale.c: New file.
18346
18347         * modules/uniconv/u32-strconv-to-enc: New file.
18348         * lib/uniconv/u32-strconv-to-enc.c: New file.
18349         * modules/uniconv/u32-strconv-to-enc-tests: New file.
18350         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
18351
18352         * modules/uniconv/u16-strconv-to-enc: New file.
18353         * lib/uniconv/u16-strconv-to-enc.c: New file.
18354         * lib/uniconv/u-strconv-to-enc.h: New file.
18355         * modules/uniconv/u16-strconv-to-enc-tests: New file.
18356         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
18357
18358         * modules/uniconv/u8-strconv-to-enc: New file.
18359         * lib/uniconv/u8-strconv-to-enc.c: New file.
18360         * modules/uniconv/u8-strconv-to-enc-tests: New file.
18361         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
18362
18363         * modules/uniconv/u32-strconv-from-enc: New file.
18364         * lib/uniconv/u32-strconv-from-enc.c: New file.
18365         * modules/uniconv/u32-strconv-from-enc-tests: New file.
18366         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
18367
18368         * modules/uniconv/u16-strconv-from-enc: New file.
18369         * lib/uniconv/u16-strconv-from-enc.c: New file.
18370         * modules/uniconv/u16-strconv-from-enc-tests: New file.
18371         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
18372
18373         * modules/uniconv/u8-strconv-from-enc: New file.
18374         * lib/uniconv/u8-strconv-from-enc.c: New file.
18375         * lib/uniconv/u-strconv-from-enc.h: New file.
18376         * modules/uniconv/u8-strconv-from-enc-tests: New file.
18377         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
18378
18379         * modules/uniconv/u32-conv-from-enc: New file.
18380         * lib/uniconv/u32-conv-from-enc.c: New file.
18381         * modules/uniconv/u32-conv-from-enc-tests: New file.
18382         * tests/uniconv/test-u32-conv-from-enc.c: New file.
18383
18384         * modules/uniconv/u16-conv-from-enc: New file.
18385         * lib/uniconv/u16-conv-from-enc.c: New file.
18386         * lib/uniconv/u-conv-from-enc.h: New file.
18387         * modules/uniconv/u16-conv-from-enc-tests: New file.
18388         * tests/uniconv/test-u16-conv-from-enc.c: New file.
18389
18390         * modules/uniconv/u8-conv-from-enc: New file.
18391         * lib/uniconv/u8-conv-from-enc.c: New file.
18392         * modules/uniconv/u8-conv-from-enc-tests: New file.
18393         * tests/uniconv/test-u8-conv-from-enc.c: New file.
18394
18395         * modules/uniconv/base: New file.
18396         * lib/uniconv.h: New file.
18397
18398 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         * doc/gnulib-tool.texi (Initial import): Update to match current
18401         behavior with strdup module.
18402         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
18403         * lib/memmem.h: Remove; all uses removed.  This is now done
18404         by <string.h>.
18405         * lib/mempcpy.h: Likewise.
18406         * lib/memrchr.h: Likewise.
18407         * lib/stpcpy.h: Likewise.
18408         * lib/stpncpy.h: Likewise.
18409         * lib/strcase.h: Likewise.
18410         * lib/strchrnul.h: Likewise.
18411         * lib/strdup.h: Likewise.
18412         * lib/strndup.h: Likewise.
18413         * lib/strnlen.h: Likewise.
18414         * lib/strpbrk.h: Likewise.
18415         * lib/strsep.h: Likewise.
18416         * lib/strstr.h: Likewise.
18417         * lib/strtok_r.h: Likewise.
18418         * lib/string_.h: New file.
18419         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
18420         Rely on <string.h> instead.
18421         * lib/canon-host.c: Likewise.
18422         * lib/chdir-long.c: Likewise.
18423         * lib/concatpath.c: Likewise.
18424         * lib/exclude.c: Likewise.
18425         * lib/fchdir.c: Likewise.
18426         * lib/getaddrinfo.c: Likewise.
18427         * lib/getcwd.c: Likewise.
18428         * lib/getsubopt.c: Likewise.
18429         * lib/glob.c: Likewise.
18430         * lib/hard-locale.c: Likewise.
18431         * lib/iconvme.c: Likewise.
18432         * lib/javacomp.c: Likewise.
18433         * lib/mempcpy.c: Likewise.
18434         * lib/memrchr.c: Likewise.
18435         * lib/regex_internal.h: Likewise.
18436         * lib/stpncpy.c: Likewise.
18437         * lib/strcasecmp.c: Likewise.
18438         * lib/strchrnul.c: Likewise.
18439         * lib/strdup.c: Likewise.
18440         * lib/striconv.c: Likewise.
18441         * lib/striconveh.c: Likewise.
18442         * lib/striconveha.c: Likewise.
18443         * lib/strncasecmp.c: Likewise.
18444         * lib/strndup.c: Likewise.
18445         * lib/strnlen.c: Likewise.
18446         * lib/strsep.c: Likewise.
18447         * lib/strstr.c: Likewise.
18448         * lib/strtok_r.c: Likewise.
18449         * lib/userspec.c: Likewise.
18450         * lib/w32spawn.h: Likewise.
18451         * lib/xstrndup.c: Likewise.
18452         * lib/mountlist.c (strstr): Remove decl.
18453         * m4/string_h.m4: New file.
18454         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
18455         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
18456         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
18457         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
18458         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
18459         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
18460         Set REPLACE_STRCASECMP if necessary.
18461         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
18462         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
18463         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
18464         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
18465         HAVE_DECL_STRDUP if necessary.
18466         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
18467         since gl_FUNC_STRNDUP does that now.
18468         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
18469         Check for decl here...
18470         (gl_PREREQ_STRNLEN): ... not here.
18471         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
18472         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
18473         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
18474         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
18475         necessary.
18476         * modules/string: New file.
18477         * modules/memmem (Files): Remove special-purpose include file.
18478         (Depends-on): Add string.
18479         (Include): Include <string.h>, not the removed file.
18480         * modules/mempcpy: Likewise.
18481         * modules/memrchr: Likewise.
18482         * modules/stpcpy: Likewise.
18483         * modules/stpncpy: Likewise.
18484         * modules/strcase: Likewise.
18485         * modules/strchrnul: Likewise.
18486         * modules/strdup: Likewise.
18487         * modules/strndup: Likewise.
18488         * modules/strnlen: Likewise.
18489         * modules/strpbrk: Likewise.
18490         * modules/strsep: Likewise.
18491         * modules/strstr: Likewise.
18492         * modules/strtok_r: Likewise.
18493         * tests/test-dirname.c: Don't include "strdup.h", since
18494         <string.h> now suffices.
18495         * tests/test-memmem.c: Don't include "memmem.h", since
18496         <string.h> now suffices.
18497
18498 2007-01-25  Bruno Haible  <bruno@clisp.org>
18499
18500         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
18501         *resultp is 0.
18502
18503         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
18504         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
18505         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
18506         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
18507
18508         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
18509         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
18510         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
18511         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
18512         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
18513         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
18514
18515 2007-01-24  Bruno Haible  <bruno@clisp.org>
18516
18517         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
18518         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
18519         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
18520         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
18521         gl_FUNC_FTS_CORE.
18522         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
18523         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
18524         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18525         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
18526         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
18527         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
18528         gl_FUNC_FCHOWNAT.
18529         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
18530         gl_FUNC_STRFTIME.
18531         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
18532         Reported by Ralf Wildenhues.
18533
18534 2007-01-24  Bruno Haible  <bruno@clisp.org>
18535
18536         Drop AC_REQUIRE calls that are redundant with the module dependencies.
18537         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
18538         gl_GETADDRINFO.
18539         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
18540         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
18541         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
18542
18543 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
18544
18545         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
18546         Don't use 'exit'; just return from 'main'.
18547         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
18548
18549         * lib/fnmatch_.h: Readjust white space and comments to match
18550         glibc, to avoid spurious diffs.
18551
18552 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18553
18554         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
18555         2004-12-01 change by Jakub Jelinek, since this code won't compile
18556         if !LIBC.  Problem reported by Bob Proulx.
18557
18558 2007-01-23  Bruno Haible  <bruno@clisp.org>
18559
18560         * lib/striconveh.c: Include c-strcaseeq.h.
18561         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
18562         * modules/striconveh (Depends-on): Add c-strcaseeq.
18563
18564 2007-01-23  Bruno Haible  <bruno@clisp.org>
18565
18566         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
18567
18568         * modules/c-strcaseeq: New file.
18569         * lib/c-strcaseeq.h: New file.
18570
18571         * modules/streq: New file.
18572         * lib/streq.h: New file.
18573
18574 2007-01-23  Bruno Haible  <bruno@clisp.org>
18575
18576         * modules/striconveha-tests: New file.
18577         * tests/test-striconveha.c: New file.
18578
18579         * lib/striconveha.h: Include <stdbool.h>.
18580         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
18581         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
18582         (mem_iconveha_notranslit): Renamed from mem_iconveha.
18583         (mem_iconveha): New function.
18584         (str_iconveha_notranslit): Renamed from str_iconveha.
18585         (str_iconveha): New function.
18586         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
18587         c-strcase.
18588
18589 2007-01-23  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
18592         encodings without forgiving before trying any encoding with handler.
18593         (str_iconveha): Try all encodings without forgiving before trying any
18594         encoding with handler.
18595
18596 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         Import the following changes from libc.
18599
18600         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
18601
18602         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
18603
18604         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18605
18606         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
18607         normal_bracket label.
18608
18609         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
18610
18611         [BZ #361]
18612         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
18613         to normal_bracket after fetching the next character.
18614
18615 2007-01-22  Bruno Haible  <bruno@clisp.org>
18616
18617         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
18618         argument.
18619         * lib/striconveh.c (iconv_carefully_1): New function.
18620         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
18621         argument.
18622         (str_cd_iconveh): Update.
18623         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
18624         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
18625         * tests/test-striconveh.c (MAGIC): New macro.
18626         (new_offsets): New function.
18627         (main): Test call with and without offsets.
18628
18629 2007-01-22  Bruno Haible  <bruno@clisp.org>
18630
18631         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
18632         * modules/sys_select (Makefile.am): Likewise.
18633         * modules/sys_socket (Makefile.am): Likewise.
18634         * modules/sys_time (Makefile.am): Likewise.
18635
18636 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18637
18638         * modules/gettimeofday (License): Change from GPL to LGPL, since
18639         gettimeofday is a library function.
18640
18641 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18642
18643         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
18644
18645 2007-01-21  Bruno Haible  <bruno@clisp.org>
18646
18647         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
18648
18649 2007-01-21  Bruno Haible  <bruno@clisp.org>
18650
18651         * modules/striconveha: New file.
18652         * lib/striconveha.h: New file.
18653         * lib/striconveha.c: New file.
18654         * MODULES.html.sh (Internationalization functions): Add striconveha.
18655         * lib/striconv.c (str_iconv): Optimize the case of an empty input
18656         string.
18657         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
18658
18659 2007-01-21  Bruno Haible  <bruno@clisp.org>
18660
18661         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
18662         * lib/striconveh.c (str_iconveh): Likewise.
18663
18664 2007-01-21  Bruno Haible  <bruno@clisp.org>
18665
18666         * lib/striconveh.h (mem_iconveh): New declaration.
18667         * lib/striconveh.c (mem_iconveh): New function.
18668         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
18669
18670 2007-01-21  Bruno Haible  <bruno@clisp.org>
18671
18672         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
18673
18674         * lib/striconveh.h (mem_cd_iconveh): Change specification.
18675         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
18676         original result buffer.
18677         (str_cd_iconveh): Update.
18678         * tests/test-striconveh.c (main): Update.
18679
18680         * lib/striconv.h (mem_cd_iconv): Change specification.
18681         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
18682         result buffer.
18683         (str_cd_iconv): Update.
18684         * tests/test-striconv.c (main): Update.
18685
18686 2007-01-21  Bruno Haible  <bruno@clisp.org>
18687
18688         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
18689
18690 2007-01-20  Jim Meyering  <jim@meyering.net>
18691
18692         * lib/userspec.c (parse_with_separator): If a user or group string
18693         starts with "+", skip the corresponding name-to-ID look-up, since
18694         such a look-up must fail: user and group names may not include "+".
18695
18696 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18697
18698         * lib/poll.c: Include sys/time.h and time.h unconditionally,
18699         since we now assume the sys_time module.
18700         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
18701         check for sys/time.h; no longer needed.
18702         * modules/poll (Depends-on): Depend on sys_time.
18703
18704 2007-01-18  Bruno Haible  <bruno@clisp.org>
18705
18706         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
18707         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18708
18709         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
18710         gettimeofday.
18711
18712         * tests/test-gettimeofday.c: Include <time.h>.
18713         (dummy): Remove variable.
18714
18715         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
18716         gl_HEADER_SYS_TIME_H.
18717         (gl_HEADER_SYS_TIME_H): New macro.
18718
18719         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
18720         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18721         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
18722         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
18723         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18724         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
18725         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
18726         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18727         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
18728         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
18729         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18730
18731         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
18732         last change; it caused a compilation error when cross-compiling to
18733         Cygwin.
18734
18735 2007-01-18  Jim Meyering  <jim@meyering.net>
18736
18737         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
18738         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
18739         than the race-prone "test -d sys || mkdir sys".
18740         (configure.ac): Use AC_PROG_MKDIR_P.
18741         * modules/sys_select: Likewise.
18742         * modules/sys_socket: Likewise.
18743         * modules/sys_time: Likewise.
18744
18745 2007-01-18  Eric Blake  <ebb9@byu.net>
18746
18747         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
18748         replace gettimeofday.
18749         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
18750         name, to avoid infinite recursion.
18751
18752 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
18753
18754         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
18755         module sys_time.
18756         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
18757         assume timespec.h defines struct timeval.
18758         * lib/settime.c: Likewise.
18759         * lib/utimens.c: Likewise.
18760         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
18761         since we now assume the gettimeofday module.
18762         * lib/tempname.c (__gen_tempname): Likewise.
18763         * lib/gettimeofday.h: Remove.
18764         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
18765         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
18766         Include <time.h>, for 'time()'.
18767         (localtime_buffer_addr): Also use this workaround if
18768         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
18769         to simplify the uses.  All uses changed.
18770         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
18771         that #undef is inside {}, and 'const' follows type name consistently.
18772         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
18773         (gettimeofday): Do not use the maximum possible value for
18774         tv->tv_usec, since that might break usages other than ls.c.
18775         Instead, we'll leave ls.c alone.  This undoes today's patch
18776         by Bruno.  Add a compile-time warning for 1s-clock resolution;
18777         we've never observed the problem but might as well keep the
18778         canary.
18779         * lib/nanosleep.c: Include timespec.h first, for interface check.
18780         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
18781         now assume the sys_time module.
18782         * lib/tempname.c: Likewise.
18783         * lib/timespec.h: Likewise.
18784         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
18785         needed.
18786         * lib/strftime.c: Likewise.
18787         * lib/timespec.h: Likewise.
18788         * lib/posixtm.c: Include posixtm.h first, for interface check.
18789         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
18790         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
18791         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
18792         * lib/sys_time_.h: New file.
18793         * lib/timespec.h (struct timespec): Use long int, not long.
18794         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18795         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
18796         Remove obsolescent call to AC_HEADER_TIME.
18797         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
18798         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18799         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18800         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
18801         Likewise.
18802         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
18803         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
18804         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
18805         into the sys_time module.  Check for gettimeofday just once.
18806         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
18807         for gettimeofday signature to just check the signature.  Merely
18808         compile it, since linking doesn't test signature.  Improve test for
18809         whether gettimeofday.o is actually needed.
18810         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
18811         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
18812         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
18813         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18814         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
18815         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
18816         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
18817         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
18818         than worrying about sys/time.h.
18819         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18820         Don't bother worrying about TIME_WITH_SYS_TIME.
18821         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
18822         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
18823         * m4/sys_time_h.m4: New file.
18824         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
18825         Don't include sys/time.h.  Return from main rather than exiting.
18826         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
18827         all uses changed.
18828         * modules/gethrxtime (Depends-on): Add sys_time.
18829         * modules/gettime (Depends-on): Likewise.
18830         * modules/gettimeofday (Depends-on): Likewise.
18831         * modules/nanosleep (Depends-on): Likewise.
18832         * modules/settime (Depends-on): Likewise.
18833         * modules/tempname (Depends-on): Likewise.
18834         * modules/utimens (Depends-on): Likewise.
18835         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
18836         (Include:) Change back to <sys/time.h>.
18837         (Maintainer:) Add self.
18838         * modules/sys_time: New file.
18839         * modules/tempname (Depends-on): Add gettimeofday.
18840         * tests/test-gettimeofday.c: Include <sys/time.h>
18841         rather than gettimeofday.h.
18842
18843 2007-01-17  Bruno Haible  <bruno@clisp.org>
18844
18845         * gnulib-tool (func_get_license): Revert last patch. Instead, let
18846         the license default to GPL.
18847         (func_create_testdir): Don't complain if a module is LGPL and its
18848         tests module depends on GPLed modules.
18849
18850 2007-01-17  Bruno Haible  <bruno@clisp.org>
18851
18852         * lib/gettimeofday.c (gettimeofday): Add code for the case
18853         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
18854         maximum possible value for tv->tv_usec, rather than the minimum one.
18855
18856 2005-10-08  Martin Lambers  <marlam@marlam.de>
18857 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18858 2007-01-16  Bruno Haible  <bruno@clisp.org>
18859
18860         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
18861         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
18862         gl_FUNC_GETTIMEOFDAY.
18863         (Include): Add gettimeofday.h.
18864         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
18865         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
18866         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
18867         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
18868         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
18869         * lib/gettimeofday.h: New file.
18870         * lib/gettimeofday.c: Include <sys/timeb.h>.
18871         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
18872         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18873         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
18874         fall back on time().
18875
18876         * tests/test-gettimeofday.c: New file.
18877         * modules/gettimeofday-tests: New file.
18878
18879 2007-01-16  Eric Blake  <ebb9@byu.net>
18880
18881         * modules/fnmatch (Depends-on): Depend on wchar.
18882         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
18883         * m4/fnmatch.m4: Likewise.
18884         * modules/mbchar (Makefile.am): Assume <wchar.h>.
18885         * m4/mbchar.m4: Likewise.
18886         * modules/mbswidth (Depends-on): Depend on wchar.
18887         * lib/mbswidth.c: Assume <wchar.h>.
18888         * m4/mbswidth.m4: Likewise.
18889         * modules/quotearg (Depends-on): Depend on wchar.
18890         * lib/quotearg.c: Assume <wchar.h>.
18891         * m4/quotearg.m4: Likewise.
18892         * modules/regex (Depends-on): Depend on wchar.
18893         * lib/regex_internal.h: Assume <wchar.h>.
18894         * m4/regex.m4: Likewise.
18895         * modules/stdint (Depends-on): Depend on wchar.
18896         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
18897         * m4/stdint.m4: Likewise.
18898         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
18899         * modules/strftime (Depends-on): Depend on wchar.
18900         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
18901         * modules/strtol (Depends-on): Depend on wchar.
18902         * lib/strtol.c: Assume <wchar.h>.
18903         * modules/wcwidth (Depends-on): Depend on wchar.
18904         * lib/wcwidth.h: Assume <wchar.h>.
18905         * m4/wcwidth.m4: Likewise.
18906
18907 2007-01-16  Bruno Haible  <bruno@clisp.org>
18908
18909         * modules/csharpexec-script: New, created from...
18910         * modules/csharpexec: ... this.
18911
18912 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
18913
18914         * modules/javaexec-script: New, created from...
18915         * modules/javaexec: ... this.
18916
18917 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18918
18919         * modules/poll (Dependencies): Add sys_select.
18920
18921 2007-01-15  Jim Meyering  <jim@meyering.net>
18922
18923         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
18924         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
18925         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
18926         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
18927
18928 2007-01-15  Bruno Haible  <bruno@clisp.org>
18929
18930         * modules/striconveh: New file.
18931         * lib/striconveh.h: New file.
18932         * lib/striconveh.c: New file.
18933         * MODULES.html.sh (Internationalization functions): Add striconveh.
18934
18935         * modules/striconveh-tests: New file.
18936         * tests/test-striconveh.c: New file.
18937
18938 2007-01-15  Bruno Haible  <bruno@clisp.org>
18939
18940         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
18941         not from GNU libiconv or GNU libc.
18942
18943 2007-01-15  Bruno Haible  <bruno@clisp.org>
18944
18945         * doc/gnulib-intro.texi (Copyright): Explain the different license
18946         terms for module descriptions, autoconf macros, tests, documentation.
18947
18948 2007-01-14  Bruno Haible  <bruno@clisp.org>
18949
18950         * modules/striconv-tests: New file.
18951         * tests/test-striconv.c: New file.
18952
18953 2007-01-14  Bruno Haible  <bruno@clisp.org>
18954
18955         * modules/iconv-tests: New file.
18956         * tests/test-iconv.c: New file.
18957
18958 2007-01-14  Bruno Haible  <bruno@clisp.org>
18959
18960         * gnulib-tool (func_get_license): For test modules, use the license of
18961         the main module.
18962
18963 2007-01-14  Bruno Haible  <bruno@clisp.org>
18964
18965         * modules/iconv (Include): Clarify that <iconv.h> can only be included
18966         if iconv is found to exist.
18967
18968 2007-01-14  Bruno Haible  <bruno@clisp.org>
18969
18970         * modules/c-ctype-tests: New file.
18971         * tests/test-c-ctype.c: New file.
18972
18973 2007-01-14  Bruno Haible  <bruno@clisp.org>
18974
18975         * modules/binary-io-tests: New file.
18976         * tests/test-binary-io.sh: New file.
18977         * tests/test-binary-io.c: New file.
18978
18979 2007-01-14  Bruno Haible  <bruno@clisp.org>
18980
18981         * modules/array-oset-tests: New file.
18982         * tests/test-array_oset.c: New file.
18983
18984 2007-01-14  Bruno Haible  <bruno@clisp.org>
18985
18986         * modules/array-list-tests: New file.
18987         * tests/test-array_list.c: New file.
18988
18989 2007-01-14  Bruno Haible  <bruno@clisp.org>
18990
18991         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
18992         and make.
18993         Reported by Simon Josefsson in
18994         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
18995
18996 2007-01-14  Bruno Haible  <bruno@clisp.org>
18997
18998         * modules/allocsa-tests: New file.
18999         * tests/test-allocsa.c: New file.
19000
19001 2007-01-14  Bruno Haible  <bruno@clisp.org>
19002
19003         * modules/fchdir (Depends-on): Add absolute-header.
19004         * modules/unistd (Depends-on): Likewise.
19005
19006 2006-12-30  Bruno Haible  <bruno@clisp.org>
19007
19008         * modules/fchdir: New file.
19009         * modules/unistd (Files): Add lib/unistd_.h.
19010         (Makefile.am): Generate unistd.h from unistd_.h.
19011         * lib/fchdir.c: New file.
19012         * lib/dirent_.h: New file.
19013         * lib/unistd_.h: New file.
19014         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
19015         * m4/fchdir.m4: New file.
19016         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
19017         (gl_HEADER_UNISTD): Invoke it.
19018         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
19019         function.
19020         * lib/backupfile.c (opendir, closedir): Undefine.
19021         * lib/chown.c (open, close): Undefine.
19022         * lib/clean-temp.c (open, close): Undefine.
19023         * lib/copy-file.c (open, close): Undefine.
19024         * lib/execute.c (open, close): Undefine.
19025         * lib/fsusage.c (open, close): Undefine.
19026         * lib/gc-gnulib.c (open, close): Undefine.
19027         * lib/getcwd.c (opendir, closedir): Undefine.
19028         * lib/glob.c (opendir, closedir): Undefine.
19029         * lib/javacomp.c (open, close): Undefine.
19030         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
19031         * lib/openat-proc.c (open, close): Undefine.
19032         * lib/pagealign_alloc.c (open, close): Undefine.
19033         * lib/pipe.c (open, close): Undefine.
19034         * lib/progreloc.c (open, close): Undefine.
19035         * lib/savedir.c (opendir, closedir): Undefine.
19036         * lib/utime.c (open, close): Undefine.
19037         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
19038
19039 2007-01-10  Bruno Haible  <bruno@clisp.org>
19040
19041         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
19042
19043 2007-01-12  Eric Blake  <ebb9@byu.net>
19044
19045         Provide a robust <wchar.h>.  Further simplifications are now
19046         possible in other modules, but not included here.
19047         * modules/wchar: New module.
19048         * m4/wchar.m4: New file.
19049         * lib/wchar_.h: Likewise.
19050         * modules/mbchar (Depends-on): Depend on wchar, as the first use
19051         of the new module.
19052         * MODULES.html.sh (Extended multibyte and wide character utilities):
19053         New section.
19054
19055 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
19058         to a reasonable default for memory allocation.
19059         (xreadlink): Don't allocate a huge buffer, to work around a buggy
19060         file system that reports garbage st_size values for symlinks.
19061         Problem reported by Liyang Hu.
19062
19063 2007-01-11  Simon Josefsson  <simon@josefsson.org>
19064
19065         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
19066         Emacs .#* auto-save files).
19067
19068 2007-01-11  Bruno Haible  <bruno@clisp.org>
19069
19070         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
19071         directory.
19072
19073 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
19074
19075         Use @...@ consistently in lib/wctype_.h.
19076         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
19077         on it being set to 1 or 0.
19078         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
19079         go back to AC_SUBSTing it.
19080         * modules/wctype (Makefile.am): Undo previous change.
19081
19082 2007-01-10  Eric Blake  <ebb9@byu.net>
19083
19084         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
19085         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
19086         * modules/wctype (Makefile.am): Likewise.
19087         Reported by Chris McGuire.
19088
19089 2007-01-10  Jim Meyering  <jim@meyering.net>
19090
19091         fts.c: a small readability/maintainability improvement
19092         * lib/fts.c (fts_read): Make this code slightly more readable and
19093         maintainable by hoisting the "sp->fts_cur = p" assignments to
19094         immediately follow the statements that set P.  Derived from
19095         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
19096
19097 2007-01-10  Eric Blake  <ebb9@byu.net>
19098
19099         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
19100         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
19101         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19102         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19103         Reported by Chris McGuire.
19104
19105 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19106
19107         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
19108         in sed script.
19109
19110 2007-01-09  Bruno Haible  <bruno@clisp.org>
19111
19112         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
19113         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
19114         variables.
19115         (func_module): Use them.
19116
19117 2007-01-09  Bruno Haible  <bruno@clisp.org>
19118
19119         * modules/unistr/base: New file.
19120         * lib/unistr.h: New file.
19121
19122         * modules/unistr/u8-to-u16: New file.
19123         * lib/unistr/u8-to-u16.c: New file.
19124
19125         * modules/unistr/u8-to-u32: New file.
19126         * lib/unistr/u8-to-u32.c: New file.
19127
19128         * modules/unistr/u16-to-u8: New file.
19129         * lib/unistr/u16-to-u8.c: New file.
19130
19131         * modules/unistr/u16-to-u32: New file.
19132         * lib/unistr/u16-to-u32.c: New file.
19133
19134         * modules/unistr/u32-to-u8: New file.
19135         * lib/unistr/u32-to-u8.c: New file.
19136
19137         * modules/unistr/u32-to-u16: New file.
19138         * lib/unistr/u32-to-u16.c: New file.
19139
19140         * modules/unistr/u8-check: New file.
19141         * modules/unistr/u16-check: New file.
19142         * modules/unistr/u32-check: New file.
19143         * lib/unistr/u8-check.c: New file.
19144         * lib/unistr/u16-check.c: New file.
19145         * lib/unistr/u32-check.c: New file.
19146
19147         * modules/unistr/u8-chr: New file.
19148         * modules/unistr/u16-chr: New file.
19149         * modules/unistr/u32-chr: New file.
19150         * lib/unistr/u8-chr.c: New file.
19151         * lib/unistr/u16-chr.c: New file.
19152         * lib/unistr/u32-chr.c: New file.
19153
19154         * modules/unistr/u8-cmp: New file.
19155         * modules/unistr/u16-cmp: New file.
19156         * modules/unistr/u32-cmp: New file.
19157         * lib/unistr/u8-cmp.c: New file.
19158         * lib/unistr/u16-cmp.c: New file.
19159         * lib/unistr/u32-cmp.c: New file.
19160
19161         * modules/unistr/u8-cpy: New file.
19162         * modules/unistr/u16-cpy: New file.
19163         * modules/unistr/u32-cpy: New file.
19164         * lib/unistr/u8-cpy.c: New file.
19165         * lib/unistr/u16-cpy.c: New file.
19166         * lib/unistr/u32-cpy.c: New file.
19167         * lib/unistr/u-cpy.h: New file.
19168
19169         * modules/unistr/u8-cpy-alloc: New file.
19170         * modules/unistr/u16-cpy-alloc: New file.
19171         * modules/unistr/u32-cpy-alloc: New file.
19172         * lib/unistr/u8-cpy-alloc.c: New file.
19173         * lib/unistr/u16-cpy-alloc.c: New file.
19174         * lib/unistr/u32-cpy-alloc.c: New file.
19175         * lib/unistr/u-cpy-alloc.h: New file.
19176
19177         * modules/unistr/u8-endswith: New file.
19178         * modules/unistr/u16-endswith: New file.
19179         * modules/unistr/u32-endswith: New file.
19180         * lib/unistr/u8-endswith.c: New file.
19181         * lib/unistr/u16-endswith.c: New file.
19182         * lib/unistr/u32-endswith.c: New file.
19183         * lib/unistr/u-endswith.h: New file.
19184
19185         * modules/unistr/u8-mblen: New file.
19186         * modules/unistr/u16-mblen: New file.
19187         * modules/unistr/u32-mblen: New file.
19188         * lib/unistr/u8-mblen.c: New file.
19189         * lib/unistr/u16-mblen.c: New file.
19190         * lib/unistr/u32-mblen.c: New file.
19191
19192         * modules/unistr/u8-mbtouc: New file.
19193         * modules/unistr/u16-mbtouc: New file.
19194         * modules/unistr/u32-mbtouc: New file.
19195         * lib/unistr/u8-mbtouc.c: New file.
19196         * lib/unistr/u16-mbtouc.c: New file.
19197         * lib/unistr/u32-mbtouc.c: New file.
19198
19199         * modules/unistr/u8-mbtouc-safe: New file.
19200         * modules/unistr/u16-mbtouc-safe: New file.
19201         * modules/unistr/u32-mbtouc-safe: New file.
19202         * lib/unistr/u8-mbtouc-safe.c: New file.
19203         * lib/unistr/u16-mbtouc-safe.c: New file.
19204         * lib/unistr/u32-mbtouc-safe.c: New file.
19205
19206         * modules/unistr/u8-move: New file.
19207         * modules/unistr/u16-move: New file.
19208         * modules/unistr/u32-move: New file.
19209         * lib/unistr/u8-move.c: New file.
19210         * lib/unistr/u16-move.c: New file.
19211         * lib/unistr/u32-move.c: New file.
19212         * lib/unistr/u-move.h: New file.
19213
19214         * modules/unistr/u8-next: New file.
19215         * modules/unistr/u16-next: New file.
19216         * modules/unistr/u32-next: New file.
19217         * lib/unistr/u8-next.c: New file.
19218         * lib/unistr/u16-next.c: New file.
19219         * lib/unistr/u32-next.c: New file.
19220
19221         * modules/unistr/u8-prev: New file.
19222         * modules/unistr/u16-prev: New file.
19223         * modules/unistr/u32-prev: New file.
19224         * lib/unistr/u8-prev.c: New file.
19225         * lib/unistr/u16-prev.c: New file.
19226         * lib/unistr/u32-prev.c: New file.
19227
19228         * modules/unistr/u8-set: New file.
19229         * modules/unistr/u16-set: New file.
19230         * modules/unistr/u32-set: New file.
19231         * lib/unistr/u8-set.c: New file.
19232         * lib/unistr/u16-set.c: New file.
19233         * lib/unistr/u32-set.c: New file.
19234         * lib/unistr/u-set.h: New file.
19235
19236         * modules/unistr/u8-startswith: New file.
19237         * modules/unistr/u16-startswith: New file.
19238         * modules/unistr/u32-startswith: New file.
19239         * lib/unistr/u8-startswith.c: New file.
19240         * lib/unistr/u16-startswith.c: New file.
19241         * lib/unistr/u32-startswith.c: New file.
19242         * lib/unistr/u-startswith.h: New file.
19243
19244         * modules/unistr/u8-stpcpy: New file.
19245         * modules/unistr/u16-stpcpy: New file.
19246         * modules/unistr/u32-stpcpy: New file.
19247         * lib/unistr/u8-stpcpy.c: New file.
19248         * lib/unistr/u16-stpcpy.c: New file.
19249         * lib/unistr/u32-stpcpy.c: New file.
19250         * lib/unistr/u-stpcpy.h: New file.
19251
19252         * modules/unistr/u8-stpncpy: New file.
19253         * modules/unistr/u16-stpncpy: New file.
19254         * modules/unistr/u32-stpncpy: New file.
19255         * lib/unistr/u8-stpncpy.c: New file.
19256         * lib/unistr/u16-stpncpy.c: New file.
19257         * lib/unistr/u32-stpncpy.c: New file.
19258         * lib/unistr/u-stpncpy.h: New file.
19259
19260         * modules/unistr/u8-strcat: New file.
19261         * modules/unistr/u16-strcat: New file.
19262         * modules/unistr/u32-strcat: New file.
19263         * lib/unistr/u8-strcat.c: New file.
19264         * lib/unistr/u16-strcat.c: New file.
19265         * lib/unistr/u32-strcat.c: New file.
19266         * lib/unistr/u-strcat.h: New file.
19267
19268         * modules/unistr/u8-strchr: New file.
19269         * modules/unistr/u16-strchr: New file.
19270         * modules/unistr/u32-strchr: New file.
19271         * lib/unistr/u8-strchr.c: New file.
19272         * lib/unistr/u16-strchr.c: New file.
19273         * lib/unistr/u32-strchr.c: New file.
19274
19275         * modules/unistr/u8-strcmp: New file.
19276         * modules/unistr/u16-strcmp: New file.
19277         * modules/unistr/u32-strcmp: New file.
19278         * lib/unistr/u8-strcmp.c: New file.
19279         * lib/unistr/u16-strcmp.c: New file.
19280         * lib/unistr/u32-strcmp.c: New file.
19281
19282         * modules/unistr/u8-strcpy: New file.
19283         * modules/unistr/u16-strcpy: New file.
19284         * modules/unistr/u32-strcpy: New file.
19285         * lib/unistr/u8-strcpy.c: New file.
19286         * lib/unistr/u16-strcpy.c: New file.
19287         * lib/unistr/u32-strcpy.c: New file.
19288         * lib/unistr/u-strcpy.h: New file.
19289
19290         * modules/unistr/u8-strcspn: New file.
19291         * modules/unistr/u16-strcspn: New file.
19292         * modules/unistr/u32-strcspn: New file.
19293         * lib/unistr/u8-strcspn.c: New file.
19294         * lib/unistr/u16-strcspn.c: New file.
19295         * lib/unistr/u32-strcspn.c: New file.
19296         * lib/unistr/u-strcspn.h: New file.
19297
19298         * modules/unistr/u8-strdup: New file.
19299         * modules/unistr/u16-strdup: New file.
19300         * modules/unistr/u32-strdup: New file.
19301         * lib/unistr/u8-strdup.c: New file.
19302         * lib/unistr/u16-strdup.c: New file.
19303         * lib/unistr/u32-strdup.c: New file.
19304         * lib/unistr/u-strdup.h: New file.
19305
19306         * modules/unistr/u8-strlen: New file.
19307         * modules/unistr/u16-strlen: New file.
19308         * modules/unistr/u32-strlen: New file.
19309         * lib/unistr/u8-strlen.c: New file.
19310         * lib/unistr/u16-strlen.c: New file.
19311         * lib/unistr/u32-strlen.c: New file.
19312         * lib/unistr/u-strlen.h: New file.
19313
19314         * modules/unistr/u8-strmblen: New file.
19315         * modules/unistr/u16-strmblen: New file.
19316         * modules/unistr/u32-strmblen: New file.
19317         * lib/unistr/u8-strmblen.c: New file.
19318         * lib/unistr/u16-strmblen.c: New file.
19319         * lib/unistr/u32-strmblen.c: New file.
19320
19321         * modules/unistr/u8-strmbtouc: New file.
19322         * modules/unistr/u16-strmbtouc: New file.
19323         * modules/unistr/u32-strmbtouc: New file.
19324         * lib/unistr/u8-strmbtouc.c: New file.
19325         * lib/unistr/u16-strmbtouc.c: New file.
19326         * lib/unistr/u32-strmbtouc.c: New file.
19327
19328         * modules/unistr/u8-strncat: New file.
19329         * modules/unistr/u16-strncat: New file.
19330         * modules/unistr/u32-strncat: New file.
19331         * lib/unistr/u8-strncat.c: New file.
19332         * lib/unistr/u16-strncat.c: New file.
19333         * lib/unistr/u32-strncat.c: New file.
19334         * lib/unistr/u-strncat.h: New file.
19335
19336         * modules/unistr/u8-strncmp: New file.
19337         * modules/unistr/u16-strncmp: New file.
19338         * modules/unistr/u32-strncmp: New file.
19339         * lib/unistr/u8-strncmp.c: New file.
19340         * lib/unistr/u16-strncmp.c: New file.
19341         * lib/unistr/u32-strncmp.c: New file.
19342
19343         * modules/unistr/u8-strncpy: New file.
19344         * modules/unistr/u16-strncpy: New file.
19345         * modules/unistr/u32-strncpy: New file.
19346         * lib/unistr/u8-strncpy.c: New file.
19347         * lib/unistr/u16-strncpy.c: New file.
19348         * lib/unistr/u32-strncpy.c: New file.
19349         * lib/unistr/u-strncpy.h: New file.
19350
19351         * modules/unistr/u8-strnlen: New file.
19352         * modules/unistr/u16-strnlen: New file.
19353         * modules/unistr/u32-strnlen: New file.
19354         * lib/unistr/u8-strnlen.c: New file.
19355         * lib/unistr/u16-strnlen.c: New file.
19356         * lib/unistr/u32-strnlen.c: New file.
19357         * lib/unistr/u-strnlen.h: New file.
19358
19359         * modules/unistr/u8-strpbrk: New file.
19360         * modules/unistr/u16-strpbrk: New file.
19361         * modules/unistr/u32-strpbrk: New file.
19362         * lib/unistr/u8-strpbrk.c: New file.
19363         * lib/unistr/u16-strpbrk.c: New file.
19364         * lib/unistr/u32-strpbrk.c: New file.
19365         * lib/unistr/u-strpbrk.h: New file.
19366
19367         * modules/unistr/u8-strrchr: New file.
19368         * modules/unistr/u16-strrchr: New file.
19369         * modules/unistr/u32-strrchr: New file.
19370         * lib/unistr/u8-strrchr.c: New file.
19371         * lib/unistr/u16-strrchr.c: New file.
19372         * lib/unistr/u32-strrchr.c: New file.
19373
19374         * modules/unistr/u8-strspn: New file.
19375         * modules/unistr/u16-strspn: New file.
19376         * modules/unistr/u32-strspn: New file.
19377         * lib/unistr/u8-strspn.c: New file.
19378         * lib/unistr/u16-strspn.c: New file.
19379         * lib/unistr/u32-strspn.c: New file.
19380         * lib/unistr/u-strspn.h: New file.
19381
19382         * modules/unistr/u8-strstr: New file.
19383         * modules/unistr/u16-strstr: New file.
19384         * modules/unistr/u32-strstr: New file.
19385         * lib/unistr/u8-strstr.c: New file.
19386         * lib/unistr/u16-strstr.c: New file.
19387         * lib/unistr/u32-strstr.c: New file.
19388         * lib/unistr/u-strstr.h: New file.
19389
19390         * modules/unistr/u8-strtok: New file.
19391         * modules/unistr/u16-strtok: New file.
19392         * modules/unistr/u32-strtok: New file.
19393         * lib/unistr/u8-strtok.c: New file.
19394         * lib/unistr/u16-strtok.c: New file.
19395         * lib/unistr/u32-strtok.c: New file.
19396         * lib/unistr/u-strtok.h: New file.
19397
19398         * modules/unistr/u8-uctomb: New file.
19399         * modules/unistr/u16-uctomb: New file.
19400         * modules/unistr/u32-uctomb: New file.
19401         * lib/unistr/u8-uctomb.c: New file.
19402         * lib/unistr/u16-uctomb.c: New file.
19403         * lib/unistr/u32-uctomb.c: New file.
19404
19405         * MODULES.html.sh (Unicode string functions): Add the new modules.
19406
19407 2007-01-08  Bruno Haible  <bruno@clisp.org>
19408
19409         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
19410         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
19411         subdirectories.
19412
19413 2007-01-08  Karl Berry  <karl@gnu.org>
19414
19415         * doc/error.texi: mention that main() fns must set program_name
19416         when progname is used.
19417
19418 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
19419
19420         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
19421         WCTYPE_H is empty, for the benefit of builds from non-distclean
19422         directories.  Problem reported by Eric Blake in
19423         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
19424
19425 2007-01-08  Bruno Haible  <bruno@clisp.org>
19426
19427         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
19428         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
19429         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
19430         PROVIDE_CANONICALIZE_FILENAME_MODE.
19431         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
19432
19433 2007-01-08  Bruno Haible  <bruno@clisp.org>
19434
19435         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
19436         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
19437         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
19438         * lib/fts.c: Likewise.
19439         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
19440
19441 2006-12-25  Bruno Haible  <bruno@clisp.org>
19442
19443         * modules/utf8-ucs4-safe: New file.
19444         * lib/utf8-ucs4-safe.h: New file.
19445         * lib/unistr/utf8-ucs4-safe.c: New file.
19446
19447         * modules/utf16-ucs4-safe: New file.
19448         * lib/utf16-ucs4-safe.h: New file.
19449         * lib/unistr/utf16-ucs4-safe.c: New file.
19450
19451         * MODULES.html.sh (Unicode string functions): Add the new modules.
19452
19453 2007-01-08  Bruno Haible  <bruno@clisp.org>
19454
19455         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
19456         (Depends-on): Add unitypes.
19457         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
19458         (u8_mbtouc_aux): Move out to separate file.
19459         (u8_mbtouc): Use ucs4_t, uint8_t types.
19460         * lib/unistr/utf8-ucs4.c: New file.
19461
19462         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
19463         (Depends-on): Add unitypes.
19464         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
19465         (u16_mbtouc_aux): Move out to separate file.
19466         (u16_mbtouc): Use ucs4_t, uint16_t types.
19467         * lib/unistr/utf16-ucs4.c: New file.
19468
19469         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
19470         (Depends-on): Add unitypes.
19471         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
19472         (u8_uctomb_aux): Move out to separate file.
19473         (u8_uctomb): Use ucs4_t, uint8_t types.
19474         * lib/unistr/ucs4-utf8.c: New file.
19475
19476         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
19477         (Depends-on): Add unitypes.
19478         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
19479         (u16_uctomb_aux): Move out to separate file.
19480         (u16_uctomb): Use ucs4_t, uint16_t types.
19481         * lib/unistr/ucs4-utf16.c: New file.
19482
19483 2006-12-25  Bruno Haible  <bruno@clisp.org>
19484
19485         * modules/unitypes: New file.
19486         * lib/unitypes.h: New file.
19487         * MODULES.html.sh (func_all_modules): New section "Unicode string
19488         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
19489         this section. Add unitypes.
19490
19491 2007-01-08  Bruno Haible  <bruno@clisp.org>
19492
19493         Avoid variable names that conflict with those from libtool.
19494         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
19495         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
19496         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
19497         library_names_spec to acl_library_names_spec, hardcode_* to
19498         acl_hardcode_*.
19499         Reported by Ralf Wildenhues.
19500
19501 2007-01-08  Bruno Haible  <bruno@clisp.org>
19502
19503         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
19504         definition.
19505         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
19506         definition.
19507         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
19508         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
19509         definition.
19510         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
19511         definition.
19512         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
19513         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
19514         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
19515         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
19516         definition.
19517         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
19518         definition.
19519         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
19520         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
19521         GC_USE_<algorithm>.
19522         * lib/gc-libgcrypt.c: Likewise.
19523         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
19524         * modules/gc-arctwo (configure.ac): Likewise.
19525         * modules/gc-des (configure.ac): Likewise.
19526         * modules/gc-hmac-md5 (configure.ac): Likewise.
19527         * modules/gc-hmac-sha1 (configure.ac): Likewise.
19528         * modules/gc-md2 (configure.ac): Likewise.
19529         * modules/gc-md4 (configure.ac): Likewise.
19530         * modules/gc-md5 (configure.ac): Likewise.
19531         * modules/gc-random (configure.ac): Likewise.
19532         * modules/gc-rijndael (configure.ac): Likewise.
19533         * modules/gc-sha1 (configure.ac): Likewise.
19534
19535 2007-01-08  Bruno Haible  <bruno@clisp.org>
19536
19537         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
19538         macro definition.
19539         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
19540         definition.
19541         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
19542         definition.
19543         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
19544         * modules/fcntl-safer (configure.ac): Likewise.
19545         * modules/fopen-safer (configure.ac): Likewise.
19546         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
19547         GNULIB_FWRITEERROR macro definition.
19548
19549 2007-01-08  Bruno Haible  <bruno@clisp.org>
19550
19551         * m4/gnulib-common.m4: New file.
19552         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
19553         (func_get_filelist): Add m4/gnulib-common.m4.
19554
19555 2007-01-08  Bruno Haible  <bruno@clisp.org>
19556
19557         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
19558         command.
19559
19560 2007-01-08  Jim Meyering  <jim@meyering.net>
19561
19562         Use a more robust test for a "can't happen" condition.
19563         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
19564         narrowed the st_size value.  Presuming the "can't happen" condition
19565         is true, that narrowing could conceivably convert an invalid st_size
19566         value into a valid one.  Instead, use a change based on Matthew
19567         Woehlke's original patch.
19568
19569         Slight readability improvement: use an assert-like macro
19570         in place of literal "abort ()" uses.
19571         * lib/fts.c (fts_assert): Define.
19572         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
19573         Use this macro instead of a bare 'abort'.
19574
19575 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
19576
19577         Don't worry about using IRIX 5.3's wctype.h broken definitions;
19578         simply work around them.
19579         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
19580         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
19581         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
19582         declaring.
19583         Don't bother to define as macros, since the standard doesn't require it.
19584         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
19585         longer worry about IRIX 5.3.
19586         (HAVE_WCTYPE_CTMP_BUG): Remove.
19587
19588 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19589
19590         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
19591         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
19592         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
19593         Problems reported by Georg Schwarz for IRIX 5.3.
19594
19595         * gnulib-tool (autoconf_minversion): Take the maximum version number
19596         found, not the minimum.  Problem reported by James Youngman.
19597
19598 2007-01-03  Karl Berry  <karl@gnu.org>
19599
19600         * doc/error.texi: new file, explaining interaction with progname.
19601         * doc/gnulib.texi: include it.  Update copyright.
19602
19603 2007-01-03  Simon Josefsson  <simon@josefsson.org>
19604
19605         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
19606         AC_CANONICAL_HOST, to improve autobuild outputs.
19607
19608 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
19609             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19610
19611         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
19612         sockets, server sockets, and other file descriptors.  Count errors
19613         to compute the return value.  Reorder the code a bit to be easier
19614         to follow.  Don't set event bits that were not requested (except
19615         POLLERR and POLLHUP).
19616
19617 2007-01-01  Bruno Haible  <bruno@clisp.org>
19618
19619         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
19620
19621 2007-01-03  Jim Meyering  <jim@meyering.net>
19622
19623         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
19624
19625 2007-01-02  Bruno Haible  <bruno@clisp.org>
19626
19627         * modules/settime (Include): Require timespec.h.
19628         * modules/nanosleep (Include): Likewise.
19629
19630 2007-01-01  Bruno Haible  <bruno@clisp.org>
19631
19632         * gnulib-tool (func_emit_copyright_notice): Bump year.
19633         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
19634
19635 2007-01-01  Bruno Haible  <bruno@clisp.org>
19636
19637         Improve support for OpenBSD.
19638         * build-aux/config.rpath (libname_spec): Export.
19639         (library_names_spec): New variable. Export.
19640         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
19641         library_names_spec from the config.rpath output. Locate shared library
19642         through the name pattern in library_names_spec.
19643
19644 2007-01-01  Eric Blake  <ebb9@byu.net>
19645
19646         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
19647
19648 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
19649
19650         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
19651         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
19652         assume the C locale, and avoid an "eval" that could cause trouble.
19653         Problem with SORT reported by Bob Proulx.
19654
19655         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
19656         Define.  Trivial patch from Henning Nielsen Lund, originally
19657         sent to bug-grep@gnu.org today.
19658
19659 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
19660
19661         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
19662         struct stat.  Problem reported by Henning Nielsen Lund.
19663         * lib/acl.c: Include acl.h first, to check interface.  Don't
19664         bother to include sys/types.h and sys/stat.h again.
19665
19666 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19667
19668         Import the following change from libc; problem reported by
19669         Sven Verdoolaege.
19670
19671         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
19672
19673         [BZ #1373]
19674         * lib/argp.h: Remove __NTH for __argp_usage inline function.
19675
19676 2006-12-28  Jim Meyering  <jim@meyering.net>
19677
19678         * build-aux/announce-gen: Do not assume that the package
19679         builds any of tar.gz, tar.bz2, and .xdelta files.
19680         Suggestion from Simon Josefsson.
19681
19682 2006-12-28  Simon Josefsson  <simon@josefsson.org>
19683
19684         * modules/announce-gen: New file.
19685
19686 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
19687
19688         * lib/mbchar.h: Just include <wctype.h>; the wctype module
19689         handles its gotchas now.
19690         * lib/mbswidth.c: Likewise.
19691         * lib/wcwidth.h: Likewise.
19692         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
19693         and iswcntrl; the wctype module does this stuff now.
19694         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19695         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19696         * modules/mbchar (Depends-on): Add wctype.
19697         * modules/mbswidth (Depends-on): Likewise.
19698         * modules/wcwidth (Depends-on): Likewise.
19699
19700 2006-12-27  Eric Blake  <ebb9@byu.net>
19701
19702         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
19703         module uses more than what <wctype.h> is required to provide.
19704
19705 2006-12-26  Eric Blake  <ebb9@byu.net>
19706
19707         * gnulib-tool (sed_extract_prog): Avoid space-tab.
19708
19709 2006-12-26  Eric Blake  <ebb9@byu.net>
19710
19711         * modules/absolute-header: New module.
19712         * modules/fcntl (Depends-on): Depend on it.
19713         * modules/inttypes (Depends-on): Likewise.
19714         * modules/stdint (Depends-on): Likewise.
19715         * modules/sys_stat (Depends-on): Likewise.
19716         * modules/wctype (Depends-on): Likewise.
19717         * MODULES.html.sh (Support for building libraries and
19718         executables): Document it.
19719
19720 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
19721
19722         * gnulib-tool (SED): Remove, undoing previous change.
19723         The problem was that it broke coreutils on Solaris, because
19724         "sed --posix" leaked into a makefile.
19725         (sed): New alias, if 'alias' and GNU sed.
19726
19727 2006-12-24  Jim Meyering  <jim@meyering.net>
19728
19729         Work around an fchownat bug in glibc-2.4:
19730         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
19731         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
19732         in spite of the -P option.
19733         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
19734         New macros.
19735         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
19736         * modules/openat (Files): Add lib/fchownat.c.
19737         * lib/openat.c (fchownat): Don't define here.  Move to...
19738         * lib/fchownat.c: ...this new file.
19739
19740 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19741
19742         Fix bug reported by Bruno Haible in
19743         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
19744         where quotearg.c didn't compile on Mac OS X 10.2 because it
19745         lacks <wchar.h> and wint_t.
19746         * lib/wctype_.h (__wctype_wint_t): New type.
19747         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
19748         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
19749         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
19750         Arg is now of type __wctype_wint_t, not wint_t.
19751         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
19752         substitute HAVE_WINT_T.
19753         * modules/wctype (Files): Add m4/wint_t.m4.
19754         (wctype.h): Substitute HAVE_WINT_T.
19755
19756 2006-12-23  Bruno Haible  <bruno@clisp.org>
19757
19758         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
19759
19760 2006-12-23  Bruno Haible  <bruno@clisp.org>
19761
19762         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
19763         S_ISLNK.
19764         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
19765         mingw.
19766
19767 2006-12-22  Bruno Haible  <bruno@clisp.org>
19768
19769         * lib/copy-file.c: Include acl.h.
19770         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
19771         Close the file descriptors only after being done with copy_acl.
19772         * modules/copy-file (Depends-on): Add acl.
19773
19774 2006-12-22  Bruno Haible  <bruno@clisp.org>
19775
19776         * gnulib-tool (SED): New variable.
19777         Use $SED instead of sed everywhere.
19778
19779 2006-12-22  Bruno Haible  <bruno@clisp.org>
19780
19781         * modules/no-c++: New file.
19782         * m4/no-c++.m4: New file.
19783         * MODULES.html.sh (Support for building libraries and executables):
19784         Add no-c++.
19785
19786 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19787
19788         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19789         Include <limits.h>, and use its INT_MAX to rewrite the
19790         j loop so that it does not overflow 'int'.  Problem reported by
19791         Ralf Wildenhues in
19792         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
19793         Play it safe by shifting left by 1 rather than multiplying by 2,
19794         as GCC is less likely to optimize this away when the value
19795         is signed (when it assumes overflow leads to undefined behavior).
19796         Also, don't assume time_t uses two's complement.
19797
19798 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
19799
19800         * MODULES.html.sh: New module wctype.
19801         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
19802         * lib/fnmatch.c: Don't bother to include <wchar.h> before
19803         <wctype.h>, since the new wctype module should fix this.
19804         * lib/quotearg.c: Include <wctype.h> unconditionally, since
19805         the wctype module should arrange for it.
19806         * lib/regex_internal.h: Likewise.
19807         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
19808         since the wctype module should handle this now.
19809         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
19810         * modules/fnmatch (Depends-on): Add wctype.
19811         * modules/quotearg (Depends-on): Likewise.
19812         * modules/regex (Depends-on): Likewise.
19813
19814 2006-12-19  Bruno Haible  <bruno@clisp.org>
19815
19816         * lib/strdup.h [C++]: Wrap definitions in extern "C".
19817         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
19818
19819 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19820
19821         * modules/savewd (Depends-on): Fix dependency on fcntl.
19822
19823 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19824
19825         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
19826         conforms to C99, rather than relying on the user's environment
19827         setting of STDINT_H.
19828
19829 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19830         and Eric Blake  <ebb9@byu.net>
19831
19832         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
19833         This is more consistent with the other defines here.
19834         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
19835         Port to z/OS.  Problem reported by Paul Gilmartin.
19836         Change local vars to use gl_ prefix rather than ac_.
19837         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
19838         with other defines.
19839         * modules/double-slash-root: New module.
19840         * modules/dirname (Files): Remove m4/double-slash-root.m4.
19841         (Depends-on): Add double-slash-root.
19842         * MODULES.html.sh (File system functions): Mention new module.
19843
19844 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
19845
19846         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
19847         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
19848         This is for the benefit of gzip, which doesn't do i18n.
19849
19850 2006-12-12  Jim Meyering  <jim@meyering.net>
19851
19852         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
19853         Reported by Andreas Schwab <schwab@suse.de>.
19854
19855 2006-12-12  Bruno Haible  <bruno@clisp.org>
19856
19857         Merge these changes.
19858         2006-09-05  Bruno Haible  <bruno@clisp.org>
19859         * lib/iconvme.c (iconv_string): No need to save and restore errno when
19860         iconv_alloc succeeded.
19861         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
19862         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
19863         test for " && dest " at the end - dest is always != NULL there. Call
19864         iconv with 4xNULL arguments initially, to reset the state. Call iconv
19865         with 2xNULL arguments, also to flush the state storage. Handle the
19866         IRIX iconv behaviour. Realloc the final result, to throw away unused
19867         memory.
19868
19869 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
19870
19871         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
19872         and fchmodat unconditionally, since glibc 2.4 has them.
19873         Problem reported by Arkadiusz Miskiewicz.
19874
19875 2006-12-10  Bruno Haible  <bruno@clisp.org>
19876
19877         * gnulib-tool (func_import): Show the include files only for those
19878         modules that are copied and specified.
19879         Reported by Karl Berry.
19880
19881 2006-12-08  Jim Meyering  <jim@meyering.net>
19882
19883         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
19884         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
19885
19886         * build-aux/announce-gen: Add two new options, both optional:
19887         --bootstrap-tools=TOOL_LIST
19888               a comma-separated list of tools, e.g.,
19889               autoconf,automake,bison,gnulib
19890         --gnulib-snapshot-date=DATE
19891               if gnulib is in the bootstrap tool list,
19892               then report this as the snapshot date.
19893               If not specified, use the current date/time.
19894               If you specify a date here, be sure it's UTC.
19895
19896 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19897
19898         * tests/test-argp-2.sh: Fix test to match actual output.
19899         (func_compare): Fix sed script to be portable.
19900
19901 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
19902
19903         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
19904         workaround for this case.  It is not autoconfigured now; offhand
19905         it's hard to see how to autoconfigure it.
19906
19907 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
19908
19909         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
19910         a directory that is about to be chowned.  Such a directory's
19911         initial file permissions should permit the owner only and this
19912         should not be changed until after the chown, since the group and
19913         other bits would be incorrect if they granted permission before
19914         the chown.
19915
19916         Fix porting problem for iswctype reported by Georg Schwarz in:
19917         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
19918         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
19919         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
19920         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
19921         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19922
19923 2006-12-03  Jim Meyering  <jim@meyering.net>
19924
19925         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
19926         p->fts_statp may not yet be defined.
19927         (fts_read): Instead, set it in the caller, once p->fts_statp is
19928         sure to be defined, and corresponds to a top-level directory.
19929         This bug made du -x fail.  Here's the coreutils test case:
19930         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
19931         Reported by Mike Frysinger.
19932
19933 2006-12-01  Jim Meyering  <jim@meyering.net>
19934
19935         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
19936         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
19937         Reported by Simon Josefsson.
19938
19939 2006-11-30  Jim Meyering  <jim@meyering.net>
19940
19941         * m4/warning.m4: Use the all-permissive copyright notice
19942         recommended by RMS (rather than LGPL).
19943         * m4/vararrays.m4: Likewise.
19944         * m4/flexmember.m4: Likewise.
19945
19946 2006-11-29  Bruno Haible  <bruno@clisp.org>
19947
19948         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19949         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
19950         using +=.
19951         Reported by Simon Josefsson <simon@josefsson.org>.
19952
19953 2006-11-28  James Youngman <jay@gnu.org>
19954
19955         * README: Advise users that they might find the bug-gnulib@gnu.org
19956         and autotools-announce@gnu.org mailing lists useful.
19957
19958 2006-11-28  Bruno Haible  <bruno@clisp.org>
19959
19960         * m4/ptrdiff_max.m4: Remove file.
19961
19962 2006-11-21  Bruno Haible  <bruno@clisp.org>
19963
19964         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
19965         _AC_COMPUTE_INT.
19966         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19967         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
19968         _AC_COMPUTE_INT.
19969         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19970         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
19971         _AC_COMPUTE_INT.
19972         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19973
19974 2006-11-28  Jim Meyering  <jim@meyering.net>
19975
19976         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
19977         warning from "gcc -Wshadow" about shadowing the builtin.
19978
19979 2006-11-27  Bruno Haible  <bruno@clisp.org>
19980
19981         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
19982         _AC_COMPUTE_INT.
19983         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19984
19985 2006-11-27  Bruno Haible  <bruno@clisp.org>
19986             Paul Eggert  <eggert@cs.ucla.edu>
19987
19988         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
19989
19990 2006-11-26  Bruno Haible  <bruno@clisp.org>
19991
19992         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19993         noinst_LTLIBRARIES.
19994
19995 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19996             Bruno Haible  <bruno@clisp.org>
19997
19998         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
19999         if compiling with "gcc -ansi".
20000
20001 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20002
20003         Fix some incompatibilities with gcc -ansi -pedantic.
20004         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
20005         if compiling pedantically with GCC, unless it's C99 or later.
20006         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
20007         it mishandles gcc -ansi -pedantic as well.
20008         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
20009         if gcc -pedantic.
20010         * lib/regexec.c (check_node_accept_bytes): Don't use auto
20011         initializers for struct if -pedantic, unless it's C99 or later.
20012
20013 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
20014
20015         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
20016         Don't close an fd more than once. Identical atimes indicate
20017         success, not failure.
20018
20019 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
20020
20021         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
20022
20023 2006-11-23  Jim Meyering  <jim@meyering.net>
20024
20025         * build-aux/announce-gen: New file.  From coreutils.
20026
20027 2006-11-22  Jim Meyering  <jim@meyering.net>
20028
20029         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
20030         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
20031         (fts_read): Use a temporary to narrow the overused st_size member
20032         before using it in a switch statement.  Reported by Matthew Woehlke.
20033
20034         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
20035         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
20036
20037 2006-11-20  Bruno Haible  <bruno@clisp.org>
20038
20039         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
20040         changequote instead of pairs of brackets.
20041         Reported by Andreas Schwab <schwab@suse.de>.
20042
20043 2006-11-21  Jim Meyering  <jim@meyering.net>
20044
20045         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
20046         so as to remain compatible with older compilers.
20047         Patch from Michael Deutschmann.
20048
20049 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20050
20051         * MODULES.html.sh (File system functions): Add openat.
20052
20053         * lib/openat.h (rpl_fstatat): New macro, if
20054         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
20055         (fstatat): Define to rpl_fstatat under the same conditions,
20056         unless COMPILING_FSTATAT.
20057         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
20058         seems to have the bug.
20059         * lib/fstatat.c: New file.
20060         * modules/openat (Files): Add it.
20061
20062 2006-11-20  Bruno Haible  <bruno@clisp.org>
20063
20064         * Makefile: New file.
20065
20066 2006-11-20  Jim Meyering  <jim@meyering.net>
20067
20068         The beginnings of syntax-related checks for gnulib.
20069         * lib/Makefile: New file.
20070         * lib/t-idcache: New script.  Ensure that the two halves of
20071         idcache.c stay in sync.
20072
20073         * lib/idcache.c: Adjust comments in user- and group- portions to
20074         be more accurate, and to be consistent with one another.
20075
20076 2006-11-20  Jim Meyering  <jim@meyering.net>
20077
20078         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
20079         continue using the flexible array member (thus, this module performs
20080         half as many malloc calls), with the addition that...
20081         (getgroup, getuser): Consistently record a non-match via an empty
20082         "name" string, and map an empty string match to a NULL return value.
20083         * modules/idcache (Depends-on): Re-add flexmember.
20084
20085         * lib/idcache.c (getuser): Remove all uses of the register keyword.
20086         (getuidbyname, getgroup, getgidbyname): Likewise.
20087
20088         Use cleaner syntax: NULL rather than 0.
20089         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
20090
20091 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20092
20093         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
20094         It mishandled the case where the group was missing.
20095         Problem reported by Greg Schafer.
20096         * modules/idcache: Likewise.
20097
20098 2006-11-18  Jim Meyering  <jim@meyering.net>
20099
20100         * check-module (%exempt_header): Add exception for some
20101         conditionally-included headers.
20102
20103         * modules/i-ring (Depends-on): Add verify.
20104         (License): Change to LGPL.
20105
20106 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20107
20108         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
20109         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
20110         and inttostr.h.  Use snprintf rather than uinttostr, so that
20111         LGPLed code doesn't depend on GPLed.
20112
20113 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20114
20115         * modules/inline (License): Change from GPL to LGPL.
20116
20117 2006-11-17  Jim Meyering  <jim@meyering.net>
20118
20119         * modules/d-type (License): Switch to LGPL.
20120
20121 2006-11-15  Bruno Haible  <bruno@clisp.org>
20122
20123         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
20124
20125 2006-11-15  Eric Blake  <ebb9@byu.net>
20126
20127         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
20128         the module dependency.
20129
20130 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20131             Bruno Haible  <bruno@clisp.org>
20132
20133         * gnulib-tool (func_create_testdir): Add license consistency check.
20134
20135 2006-11-15  Eric Blake  <ebb9@byu.net>
20136
20137         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
20138         random "(cached)" in configure output.
20139
20140 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20141
20142         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
20143         test for conforming inttypes.h is both announced and cached.
20144
20145         * MODULES.html.sh (seen_modules, seen_files): New variables.
20146         (func_module): Rewrite to use a few less gnulib-tool and sed
20147         invocations.  Avoid a couple of quadratic algorithms for ...
20148         (missed_modules, missed_files): ... these, with ...
20149         (func_append, func_tmpdir): ... these new functions, from
20150         gnulib-tool.  Analogously, install traps for cleanup.
20151
20152         * tests/test-gc.c (main): Remove unused variables.
20153         * tests/test-read-file.c: Include stdlib.h, for 'free'.
20154
20155 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * modules/inttostr (License): Change to LGPL.
20158
20159 2006-11-14  Eric Blake  <ebb9@byu.net>
20160
20161         * modules/tempname (License): Change to LGPL.
20162
20163 2006-11-14  Eric Blake  <ebb9@byu.net>
20164
20165         * doc/functions.texi (Function Portability): *printf functions on
20166         Cygwin now understand all POSIX size specifiers.
20167
20168 2006-11-14  Bruno Haible  <bruno@clisp.org>
20169
20170         * modules/c-ctype (License): Change to LGPL.
20171
20172 2006-11-12  Bruno Haible  <bruno@clisp.org>
20173
20174         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
20175         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
20176         for GNOME libraries, for which the include files are installed in
20177         subdirectories of $prefix/include.
20178
20179 2006-11-12  Bruno Haible  <bruno@clisp.org>
20180
20181         * m4/lib-link.m4: Require at least autoconf-2.54.
20182         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
20183         name to underscores for the --with option.
20184
20185 2006-11-13  Bruno Haible  <bruno@clisp.org>
20186
20187         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
20188         the tests directory.
20189         Reported by Ralf Wildenhues.
20190
20191 2006-11-13  Bruno Haible  <bruno@clisp.org>
20192
20193         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
20194         (func_emit_initmacro_end): Undo the override here.
20195         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
20196         Works around the famous automake error in coreutils.
20197
20198 2006-11-13  Eric Blake  <ebb9@byu.net>
20199
20200         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
20201         element, not its node.
20202
20203 2006-11-12  Bruno Haible  <bruno@clisp.org>
20204
20205         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
20206         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
20207
20208 2006-11-12  Bruno Haible  <bruno@clisp.org>
20209
20210         * gnulib-tool: New option --local-symlink.
20211         (func_usage): Document it.
20212         (lsymbolic): New variable.
20213         (func_import, func_create_testdir): If --symlink was not specified,
20214         test whether --local-symlink was specified and the file comes from
20215         the local_gnulib_dir.
20216
20217 2006-11-12  Bruno Haible  <bruno@clisp.org>
20218
20219         * gnulib-tool (func_ln): New function.
20220         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
20221
20222 2006-11-12  Bruno Haible  <bruno@clisp.org>
20223
20224         Finish support for source files in subdirectories.
20225         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
20226         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
20227         AUTOMAKE_OPTIONS.
20228         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
20229
20230 2006-11-12  Bruno Haible  <bruno@clisp.org>
20231
20232         * gnulib-tool (func_get_automake_snippet): Synthesize also an
20233         EXTRA_lib_SOURCES augmentation.
20234         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
20235
20236 2006-11-12  Jim Meyering  <jim@meyering.net>
20237
20238         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
20239         file descriptors.  This also averts a failure on systems with
20240         native openat support when a traversed directory lacks "x" access.
20241         * lib/fts_.h: Include "i-ring.h"
20242         (struct FTS) [fts_fd_ring]: New member.
20243         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
20244         (FCHDIR): Add parentheses.
20245         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
20246         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
20247         When descending, rather than simply closing the previous
20248         fts_cwd_fd value, push that file descriptor onto the ring.
20249         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
20250         (fts_open): Initialize the new fd_ring member.
20251         (fts_close): Clear the ring.
20252         (fts_safe_changedir): When possible, use our new fd_ring to skip
20253         the diropen and fstat and dev/ino comparison that would normally
20254         accompany a virtual `chdir ("..")'.
20255
20256         * modules/fts (Depends-on): Add i-ring.
20257         * modules/i-ring: New module.
20258         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
20259         * m4/i-ring.m4: New file.
20260
20261 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20262
20263         * gnulib-tool (func_create_testdir): Fix replacement of
20264         `build-aux' in configure.ac.  Run autotools in gltests
20265         subdirectory.
20266         (func_create_testdir, func_create_megatestdir, test): There is
20267         no need for '--force' in most autotool invocations in a new
20268         tree.  Actually fail the whole test if any of the tools, or the
20269         configure or make stages fail.
20270
20271         Sync from Automake.
20272         * build-aux/gnupload: Revert last change.  Add pointer to upload
20273         instructions of the GNU Maintenance Instructions.
20274         Suggestion by Karl Berry.
20275
20276 2006-11-10  Jim Meyering  <jim@meyering.net>
20277
20278         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
20279
20280 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20281
20282         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
20283         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
20284         (bind_textdomain_codeset) [! ENABLE_NLS]:
20285         Evaluate all the arguments.  That way, callers get compatible behavior
20286         if the arguments have side effects.  Also, it avoids some GCC
20287         diagnostics in some cases; Joel E. Denny reported problems when Bison
20288         was configured with --enable-gcc-warnigs.
20289
20290 2006-11-10  Jim Meyering  <jim@meyering.net>
20291
20292         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
20293         relevant options in CFLAGS (like -O, -fno-inline) are taken into
20294         account.
20295
20296 2006-11-10  Jim Meyering  <jim@meyering.net>
20297
20298         * modules/inline: New file/module.
20299         * modules/xalloc (Files): Remove m4/inline.m4.
20300         (Depends-on): Add inline, instead.
20301         * modules/oset: Likewise.
20302         * modules/list: Likewise.
20303
20304 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20305
20306         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
20307         Problem reported by Matthew Woehlke.
20308
20309 2006-11-09  Bruno Haible  <bruno@clisp.org>
20310
20311         * lib/tempname.c (gen_tempname): Remove variant that invokes
20312         __gen_tempname.
20313         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
20314         __gen_tempname.
20315
20316 2006-11-08  Bruno Haible  <bruno@clisp.org>
20317
20318         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
20319         to 'yes' instead of 'cross-compiling'.
20320
20321 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
20322
20323         * lib/quotearg.h (quotearg_free): New decl.
20324         * lib/quotearg.c (quotearg_free): New function.
20325         (slot0, nslots, slotvec0, slotvec):
20326         Now file-scope so that quotearg_free can get at them.
20327
20328 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20329
20330         Sync from Automake.
20331         * build-aux/gnupload: Add missing 'gnu' to example URL.
20332         Report by Karl Berry.
20333
20334 2006-11-08  Bruno Haible  <bruno@clisp.org>
20335
20336         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
20337         Suggested by Paul Eggert.
20338
20339 2006-11-08  Jim Meyering  <jim@meyering.net>
20340
20341         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
20342         It's already included if !_LIBC.
20343         (fts_safe_changedir): Add a comment.
20344
20345 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
20346
20347         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
20348         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
20349         Matthew Woehlke.
20350
20351         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
20352         definitions up, to avoid colliding with change below.
20353         (static_inline) [HAVE_INLINE]: New macro.
20354         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
20355         Provide extern decls when !HAVE_INLINE.  Do not define unless
20356         static_inline is defined, either by us or by xmalloc.c.  Use
20357         static_inline rather than static inline.
20358         (XCALLOC): Optimize sizeof(T) = 1 case.
20359         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
20360
20361 2006-11-07  Bruno Haible  <bruno@clisp.org>
20362
20363         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
20364         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
20365         AC_C_INLINE.
20366         * modules/xalloc (Files): Add m4/inline.m4.
20367
20368 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20369
20370         * README: Fix typo.
20371         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
20372         (Miscellanous Notes): ...from this.
20373
20374 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
20375
20376         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
20377         Mention that offsetof should be used instead of sizeof.
20378         From Bruno Haible.
20379
20380 2006-11-07  Bruno Haible  <bruno@clisp.org>
20381
20382         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
20383
20384 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
20385
20386         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
20387         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
20388         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
20389         (gl_tree_add_before, gl_tree_add_after):
20390         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
20391         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
20392         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20393         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
20394         (gl_linked_add_after, gl_linked_add_at): Likewise.
20395         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
20396         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
20397         (gl_tree_add_before, gl_tree_add_after): Likewise.
20398         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
20399         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
20400         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
20401
20402 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20403
20404         * lib/gl_oset.h: Use C comment style, not C++ comment style.
20405
20406 2006-11-06  Bruno Haible  <bruno@clisp.org>
20407
20408         * m4/inline.m4: New file.
20409         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
20410         * modules/list (Files): Add m4/inline.m4.
20411         * modules/oset (Files): Likewise.
20412
20413 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
20414
20415         * lib/idcache.c: Include <stddef.h>, for offsetof.
20416         (struct userid.name): Change from char * to a flexible array member.
20417         All uses changed.
20418         * modules/idcache (Depends-on): Add flexmember.
20419
20420         * MODULES.html.sh (Core language properties): New module flexmember.
20421         * modules/flexmember, m4/flexmember.m4: New files.
20422
20423         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
20424         inline functions that are identical with the old xnmalloc_inline,
20425         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
20426         that we can avoid some unnecessary integer multiplications and
20427         divisions in the common case where the element size is known at
20428         compile time.
20429         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
20430         needed.
20431         (xnboundedmalloc): Remove.
20432         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
20433         arguments, for consistency with rest of this header.
20434         (xcharalloc): Rewrite using XNMALLOC.
20435         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
20436         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
20437         versions have been moved to lib/xalloc.h and renamed to be the
20438         non-*_inline versions.
20439         (xmalloc, xrealloc): Implement without reference to the xnmalloc
20440         and xnrealloc functions, since those functions are now inline and
20441         now call us.
20442         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
20443         renaming described above.
20444         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
20445         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
20446         captures the dependency in AC_C_INLINE.
20447
20448         New module canonicalize-lgpl, proposed by Charles Wilson in
20449         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
20450         with a few small changes afterwards.
20451         * MODULES.html.sh (File system functions): New module
20452         canonicalize-lgpl.
20453         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
20454         and canonicalize_file_name.
20455         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
20456         * modules/canonicalize-lgpl: New files.
20457
20458 2006-11-05  Bruno Haible  <bruno@clisp.org>
20459
20460         * gnulib-tool (func_import, func_create_testdir): Create directories
20461         also for files in subdirectories of lib/.
20462
20463 2006-11-05  Bruno Haible  <bruno@clisp.org>
20464
20465         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
20466         ANSI C compliant.
20467
20468 2006-11-03  Bruno Haible  <bruno@clisp.org>
20469
20470         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
20471         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
20472         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
20473         (xnboundedmalloc): New inline function.
20474         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
20475         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
20476         xmalloc.
20477         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
20478         xmalloc.
20479         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
20480         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
20481         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
20482         xmalloc.
20483         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
20484         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
20485         xmalloc.
20486         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
20487         gl_tree_add_after): Use XMALLOC instead of xmalloc.
20488         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
20489         xmalloc.
20490         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
20491         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
20492         gl_tree_add_after): Use XMALLOC instead of xmalloc.
20493         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
20494         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
20495         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
20496         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
20497
20498 2006-11-03  Bruno Haible  <bruno@clisp.org>
20499
20500         * lib/c-ctype.h [C++]: Define functions without name mangling.
20501         * lib/fwriteerror.h [C++]: Likewise.
20502         * lib/gcd.h [C++]: Likewise.
20503         * lib/linebreak.h [C++]: Likewise.
20504
20505 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
20506
20507         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
20508         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
20509         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
20510         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20511         Check for functions and headers just once.
20512         Check for declaration of canonicalize_file_name.
20513         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
20514
20515 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20516
20517         * gnulib-tool (func_import): Fix typo in actioncmd.
20518
20519 2006-11-02  Bruno Haible  <bruno@clisp.org>
20520
20521         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
20522         newline sequence in the Makefile.am snippet as a space, like "make"
20523         does.
20524         Reported by Roger Persson <perrog@gmail.com>.
20525
20526 2006-11-01  Bruno Haible  <bruno@clisp.org>
20527
20528         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
20529         already declared in <string.h>.
20530         * lib/strcase.h (strncasecmp): Don't declare it if yes.
20531
20532 2006-11-01  Bruno Haible  <bruno@clisp.org>
20533
20534         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
20535         * lib/strcase.h: Include <string.h>.
20536         (strcasecmp): Define to rpl_strcasecmp here.
20537
20538 2006-11-01  Bruno Haible  <bruno@clisp.org>
20539
20540         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
20541
20542 2006-11-01  Eric Blake  <ebb9@byu.net>
20543
20544         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
20545
20546         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
20547
20548 2006-10-29  Bruno Haible  <bruno@clisp.org>
20549
20550         Make it compile in C++ mode.
20551         * lib/full-write.c (full_rw): Add a cast.
20552
20553 2006-11-01  Bruno Haible  <bruno@clisp.org>
20554
20555         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
20556         be POSIX compliant.
20557         Reported by Roger Persson <perrog@gmail.com>.
20558
20559 2006-11-01  Eric Blake  <ebb9@byu.net>
20560
20561         * lib/getopt_.h: Fix comments.
20562
20563 2006-10-31  Eric Blake  <ebb9@byu.net>
20564
20565         * modules/tmpdir (Depends-on): Add sys_stat.
20566         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
20567         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
20568         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
20569         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
20570         tempname.
20571
20572 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
20573
20574         Avoid some C++ diagnostics reported by Bruno Haible.
20575         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
20576         xmalloc.
20577         (quotearg_alloc): Use xcharalloc rather than xmalloc.
20578         (struct slotvec): Move to top level.
20579         (quotearg_n_options): Rewrite to avoid xmalloc.
20580         * lib/xalloc.h (xcharalloc): New function.
20581         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
20582         [defined __cplusplus]: Add function template that provides result
20583         type propagation.  This part of the change is from Bruno Haible.
20584
20585 2006-10-29  Bruno Haible  <bruno@clisp.org>
20586
20587         Make it compile in C++ mode.
20588         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
20589         * lib/strnlen1.c (strnlen1): Cast memchr result.
20590         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
20591         * lib/clean-temp.c (string_equals, string_hash): Add casts.
20592         (create_temp_dir): Rename local variable 'template'.
20593         (compile_csharp_using_sscli): Add cast.
20594         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
20595         * lib/findprog.c (find_in_path): Likewise.
20596         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
20597         * lib/wait-process.c (register_slave_subprocess): Likewise.
20598
20599 2006-10-22  Bruno Haible  <bruno@clisp.org>
20600
20601         * modules/tsearch: New file.
20602         * lib/tsearch.h: New file.
20603         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
20604         * m4/tsearch.m4: New file.
20605         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
20606
20607 2006-10-29  Eric Blake  <ebb9@byu.net>
20608
20609         * lib/arcfour.c: Assume config.h.
20610         * lib/arctwo.c: Likewise.
20611         * lib/base64.c: Likewise.
20612         * lib/check-version.c: Likewise.
20613         * lib/crc.c: Likewise.
20614         * lib/des.c: Likewise.
20615         * lib/gc-gnulib.c: Likewise.
20616         * lib/gc-libgcrypt.c: Likewise.
20617         * lib/gc-pbkdf2-sha1.c: Likewise.
20618         * lib/getaddrinfo.c: Likewise.
20619         * lib/getdelim.c: Likewise.
20620         * lib/getline.c: Likewise.
20621         * lib/hmac-md5.c: Likewise.
20622         * lib/hmac-sha1.c: Likewise.
20623         * lib/iconvme.c: Likewise.
20624         * lib/md2.c: Likewise.
20625         * lib/md4.c: Likewise.
20626         * lib/memxor.c: Likewise.
20627         * lib/read-file.c: Likewise.
20628         * lib/readline.c: Likewise.
20629         * lib/rijndael-alg-fst.c: Likewise.
20630         * lib/rijndael-api-fst.c: Likewise.
20631         * lib/xgetdomainname.c: Likewise.
20632
20633 2006-10-28  Eric Blake  <ebb9@byu.net>
20634
20635         * lib/xstrndup.c: Assume config.h.
20636
20637 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
20638
20639         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
20640         stat-macros.h is now for our own macros, whereas stat_h is for
20641         macros in the <sys/stat.h> name space.
20642         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
20643         (STAT_MACROS_H): Remove.
20644         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
20645         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
20646         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
20647         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
20648         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
20649         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
20650         Move these macros to ...
20651         * lib/stat_.h: here.  Don't include stat-macros.h.
20652         * lib/canonicalize.c: Don't include stat-macros.h.
20653         * lib/chown.c: Likewise.
20654         * lib/euidaccess.c: Likewise.
20655         * lib/file-type.c: Likewise.
20656         * lib/filemode.c: Likewise.
20657         * lib/glob.c: Likewise.
20658         * lib/isapipe.c: Likewise.
20659         * lib/lchown.c: Likewise.
20660         * lib/lstat.c: Likewise.
20661         * lib/mkdir-p.c: Likewise.
20662         * lib/rmdir.c: Likewise.
20663         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
20664         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
20665         unless mkdir isn't declared, to speed up 'configure'.
20666         Always create sys/stat.h, since it's unlikely any real sys/stat.h
20667         would define all the S_* symbols.
20668         * modules/canonicalize (Depends-on):
20669         Depend on sys_stat, not stat-macros.
20670         * modules/chown: Likewise.
20671         * modules/euidaccess: Likewise.
20672         * modules/filemode: Likewise.
20673         * modules/file-type: Likewise.
20674         * modules/glob: Likewise.
20675         * modules/isapipe: Likewise.
20676         * modules/lchown: Likewise.
20677         * modules/lstat: Likewise.
20678         * modules/mkancesdirs: Likewise.
20679         * modules/rmdir: Likewise.
20680         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
20681         * modules/modechange: Likewise.
20682         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
20683         (configure.ac): Remove gl_STAT_MACROS.
20684         * modules/sys_stat (Depends-on): Remove stat-macros.
20685
20686 2006-10-27  Bruno Haible  <bruno@clisp.org>
20687
20688         * m4/signed.m4: Remove file.
20689         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
20690         invocation.
20691         * modules/vasnprintf (Files): Remove m4/signed.m4.
20692
20693 2006-10-27  Bruno Haible  <bruno@clisp.org>
20694
20695         Update to GNU gettext 0.16.
20696         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
20697         m4/inttypes-h.m4, m4/signed.m4.
20698         * m4/gettext.m4: Update to GNU gettext 0.16.
20699         * m4/intl.m4: New file, from GNU gettext.
20700         * m4/intldir.m4: New file, from GNU gettext.
20701         * config/srclist.txt: Update
20702
20703 2006-10-27  Eric Blake  <ebb9@byu.net>
20704
20705         * MODULES.html.sh: Document tempname.
20706         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
20707         dependencies.
20708         (Files): Move lib/tempname.c...
20709         * modules/tempname: ...to this new module.
20710         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
20711         (gl_PREREQ_TEMPNAME): Move...
20712         * m4/tempname.m4: ...to this new file.
20713         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
20714         * modules/sys_stat (Depends-on): Add stat-macros.
20715         * lib/stat_.h (includes): Pick up stat macros.
20716         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
20717         if stat macros are broken.
20718         * lib/tempname.c (includes): No need to include "stat-macros.h".
20719         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
20720         (direxists, __path_search) [!_LIBC]: Don't compile these in
20721         gnulib; the tmpdir module covers that.
20722         * lib/tempname.h: New file.
20723
20724 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
20725
20726         * COPYING: Explain how gnulib-tool converts licence headers.
20727         Almost all wording by Eric Blake.
20728
20729 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
20730
20731         * lib/mbchar.h (is_basic_table): Make read-only.
20732         * lib/mbchar.c (is_basic_table): Likewise.
20733         Reported by John Darrington.
20734
20735 2006-10-25  Bruno Haible  <bruno@clisp.org>
20736
20737         * lib/progname.h (set_program_name): Undefine before defining.
20738
20739 2006-10-25  Bruno Haible  <bruno@clisp.org>
20740
20741         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
20742         false for non-gcc C++ compilers.
20743         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
20744
20745 2006-10-24  Bruno Haible  <bruno@clisp.org>
20746
20747         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
20748         iconv implementations like Irix iconv.
20749
20750 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20751
20752         * modules/vararrays: New file.
20753         * m4/vararrays.m4: New file, taken from diffutils.
20754         * MODULES.html.sh: New module vararrays.
20755
20756 2006-10-24  Karl Berry  <karl@gnu.org>
20757
20758         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
20759         Don't call GNU Unix.
20760
20761 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20762
20763         * users.txt: Add Libtool.
20764
20765         Sync from Libtool:
20766
20767         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20768
20769         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
20770         to gnulib's policy of including config.h unconditionally.
20771
20772 2006-10-24  Bruno Haible  <bruno@clisp.org>
20773
20774         * modules/wcwidth (Files): Add m4/wint_t.m4.
20775         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
20776         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
20777
20778 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20779
20780         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
20781         to pacify GCC with some -W flags enabled.  Problem reported by
20782         Bruno Haible.
20783
20784 2006-10-24  Jim Meyering  <jim@meyering.net>
20785
20786         * MODULES.html.sh: Remove uinttostr.  It's not a module.
20787         Reported by Karl Berry.
20788
20789 2006-10-23  Bruno Haible  <bruno@clisp.org>
20790
20791         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
20792
20793 2006-10-24  Bruno Haible  <bruno@clisp.org>
20794
20795         * lib/gl_list.h: Use C comment style, not C++ comment style.
20796
20797 2006-10-23  Eric Blake  <ebb9@byu.net>
20798
20799         * lib/getaddrinfo.c (includes): Add missing include.
20800
20801 2006-10-23  Bruno Haible  <bruno@clisp.org>
20802             Paul Eggert  <eggert@cs.ucla.edu>
20803
20804         Ability to rename obstack_free.
20805         * lib/obstack.h (__obstack_free): New macro. Declare instead of
20806         obstack_free.
20807         (obstack_free): Invoke the __obstack_free macro.
20808         * lib/obstack.c (obstack_free): Use __obstack_free macro.
20809
20810 2006-10-23  Bruno Haible  <bruno@clisp.org>
20811             Paul Eggert  <eggert@cs.ucla.edu>
20812
20813         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
20814         __argc, __argv from the declaration. (They are defined as macros on
20815         mingw.)
20816
20817 2006-10-22  Bruno Haible  <bruno@clisp.org>
20818
20819         * doc/gnulib-intro.texi: New file.
20820         * doc/gnulib.texi: Include it.
20821
20822 2006-10-21  Bruno Haible  <bruno@clisp.org>
20823
20824         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
20825         "Introduction", "Miscellanous Notes", "Particular Modules".
20826
20827 2006-10-21  Bruno Haible  <bruno@clisp.org>
20828
20829         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20830         Change mostlyclean-local rule to avoid sh syntax error from bash
20831         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
20832
20833 2006-10-23  Jim Meyering  <jim@meyering.net>
20834
20835         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
20836         in place of snprintf.
20837
20838         * modules/inttostr (Files): Add lib/uinttostr.c.
20839         * lib/uinttostr.c (inttostr): New file/function.
20840         * lib/inttostr.h (uinttostr): Declare.
20841         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
20842         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
20843         Add uinttostr.
20844         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
20845
20846 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20847
20848         * lib/canonicalize.c (ELOOP): Define if not already defined.
20849         Problem reported by Bruno Haible in
20850         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
20851
20852 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20853
20854         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
20855         Problem reported by Perry Smith and Ville Laurikari.
20856
20857         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
20858         uses.
20859
20860 2006-10-19  Bruno Haible  <bruno@clisp.org>
20861
20862         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
20863         for mingw.
20864
20865 2006-10-19  Bruno Haible  <bruno@clisp.org>
20866
20867         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
20868         Needed for mingw.
20869
20870 2006-10-19  Bruno Haible  <bruno@clisp.org>
20871
20872         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
20873
20874 2006-10-19  Bruno Haible  <bruno@clisp.org>
20875
20876         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
20877         it.
20878
20879 2006-10-19  Bruno Haible  <bruno@clisp.org>
20880
20881         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
20882         invocation.
20883
20884 2006-10-19  Bruno Haible  <bruno@clisp.org>
20885
20886         * gnulib-tool (func_create_testdir): Don't include ftruncate and
20887         mountlist by default.
20888
20889 2006-10-16  Bruno Haible  <bruno@clisp.org>
20890
20891         * lib/c-strstr.c: Include c-strstr.h.
20892
20893 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20894
20895         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
20896         in a slash.
20897
20898 2006-10-18  Bruno Haible  <bruno@clisp.org>
20899
20900         * lib/lock.h [C++]: Wrap definitions in extern "C".
20901
20902 2006-10-18  Bruno Haible  <bruno@clisp.org>
20903
20904         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
20905         gl_LIBOBJS list.
20906
20907 2006-10-18  Bruno Haible  <bruno@clisp.org>
20908
20909         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
20910
20911 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
20912
20913         * lib/xstrtol.h: Include gettext.h.
20914         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
20915         Problem reported by Eric Blake.
20916         * modules/xstrtol (Depends-on): Add gettext-h.
20917
20918 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
20919
20920         * lib/strftime.c (advance): New macro.
20921         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
20922         incomplete type, so you can't add 0 to it.  Problem and patch
20923         reported by Eelco Dolstra for dietlibc.
20924
20925 2006-10-18  Jim Meyering  <jim@meyering.net>
20926
20927         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
20928         type for a local, and rename it: s/up/user_proc/.
20929
20930 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
20931
20932         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
20933         READ_UTMP_USER_PROCESS.
20934         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
20935
20936 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20937
20938         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
20939         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
20940
20941 2006-10-17  Eric Blake  <ebb9@byu.net>
20942
20943         * lib/sigprocmask.c (sigprocmask): Fix typo.
20944
20945         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
20946
20947         * modules/clean-temp (Makefile.am): Don't add to make output...
20948         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
20949         config.h.
20950
20951 2006-10-17  Bruno Haible  <bruno@clisp.org>
20952
20953         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
20954         differently if DEFAULT_TEXT_DOMAIN is set.
20955
20956 2006-10-16  Bruno Haible  <bruno@clisp.org>
20957
20958         * lib/clean-temp.c: Include fwriteerror.h.
20959
20960 2006-10-16  Bruno Haible  <bruno@clisp.org>
20961
20962         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
20963
20964 2006-10-16  Bruno Haible  <bruno@clisp.org>
20965
20966         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
20967         * lib/sigprocmask.h: Include <sys/types.h>.
20968         (sigset_t): Use the system's definition if present.
20969
20970 2006-10-17  Eric Blake  <ebb9@byu.net>
20971
20972         * lib/xvasprintf.c (includes): Assume config.h.
20973         * lib/xasprintf.c (includes): Likewise.
20974
20975 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20976
20977         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
20978         at least as wide as intmax_t.
20979
20980 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
20981
20982         (Imported from Automake.)
20983         * build-aux/gnupload: Update to version 1.1 of directive file.
20984
20985 2006-10-16  Eric Blake  <ebb9@byu.net>
20986
20987         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
20988         match Automake 1.10a.
20989
20990 2006-10-14  Bruno Haible  <bruno@clisp.org>
20991
20992         * modules/sigprocmask: New file.
20993         * lib/sigprocmask.h: New file.
20994         * lib/sigprocmask.c: New file.
20995         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
20996         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
20997         request sigprocmask.o.
20998         (gl_PREREQ_SIGPROCMASK): New macro.
20999         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
21000         (Depends-on): Add sigprocmask.
21001         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
21002         gt_SIGNALBLOCKING. Test for 'raise' only once.
21003         * lib/fatal-signal.c: Include sigprocmask.h.
21004         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
21005         unblock_fatal_signals): Define always.
21006         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21007         sigprocmask.
21008
21009 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
21010
21011         Sync from Automake.
21012         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
21013         which incorrectly sets the mode of an existing destination
21014         directory.  In some cases the unpatched install-sh could do the
21015         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
21016         system.  We hope this is rare in practice, but it's clearly worth
21017         fixing.  Problem reported by Alex Unleashed in
21018         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
21019         Also, don't bother to check for -m bugs unless we're using -m;
21020         suggested by Stepan Kasal.
21021
21022 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21023
21024         Sync from Automake.
21025         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
21026         `-c' flag, so they appear at the same position as in %FASTDEP%
21027         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
21028         which ignores unknown options only after the first non-option.
21029         Bug report against M4 by Nelson H. F. Beebe.
21030
21031 2006-10-13  Jim Meyering  <jim@meyering.net>
21032
21033         Fix a bug in yesterday's change.
21034         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
21035         p->fts_statp->st_dev would be used uninitialized.
21036         Ensures that we always call fts_stat on the very first entry.
21037         Miklos Szeredi reported that find -xdev stopped working.
21038
21039 2006-10-12  Bruno Haible  <bruno@clisp.org>
21040
21041         * gnulib-tool (func_get_automake_snippet): Append an automatically
21042         computed EXTRA_DIST augmentation.
21043         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
21044         * modules/alloca-opt (Makefile.am): Likewise.
21045         * modules/allocsa (Makefile.am): Likewise.
21046         * modules/arcfour (Makefile.am): Likewise.
21047         * modules/arctwo (Makefile.am): Likewise.
21048         * modules/argmatch (Makefile.am): Likewise.
21049         * modules/argz (Makefile.am): Likewise.
21050         * modules/atexit (Makefile.am): Likewise.
21051         * modules/backupfile (Makefile.am): Likewise.
21052         * modules/byteswap (Makefile.am): Likewise.
21053         * modules/c-strtod (Makefile.am): Likewise.
21054         * modules/c-strtold (Makefile.am): Likewise.
21055         * modules/calloc (Makefile.am): Likewise.
21056         * modules/canon-host (Makefile.am): Likewise.
21057         * modules/canonicalize (Makefile.am): Likewise.
21058         * modules/chdir-long (Makefile.am): Likewise.
21059         * modules/chdir-safer (Makefile.am): Likewise.
21060         * modules/check-version (Makefile.am): Likewise.
21061         * modules/chown (Makefile.am): Likewise.
21062         * modules/cloexec (Makefile.am): Likewise.
21063         * modules/close-stream (Makefile.am): Likewise.
21064         * modules/closeout (Makefile.am): Likewise.
21065         * modules/crc (Makefile.am): Likewise.
21066         * modules/csharpexec (Makefile.am): Likewise.
21067         * modules/cycle-check (Makefile.am): Likewise.
21068         * modules/des (Makefile.am): Likewise.
21069         * modules/dev-ino (Makefile.am): Likewise.
21070         * modules/dirfd (Makefile.am): Likewise.
21071         * modules/dirname (Makefile.am): Likewise.
21072         * modules/dup2 (Makefile.am): Likewise.
21073         * modules/eealloc (Makefile.am): Likewise.
21074         * modules/error (Makefile.am): Likewise.
21075         * modules/euidaccess (Makefile.am): Likewise.
21076         * modules/exclude (Makefile.am): Likewise.
21077         * modules/exitfail (Makefile.am): Likewise.
21078         * modules/fcntl-safer (Makefile.am): Likewise.
21079         * modules/fcntl (Makefile.am): Likewise.
21080         * modules/file-type (Makefile.am): Likewise.
21081         * modules/fileblocks (Makefile.am): Likewise.
21082         * modules/filemode (Makefile.am): Likewise.
21083         * modules/filenamecat (Makefile.am): Likewise.
21084         * modules/fnmatch (Makefile.am): Likewise.
21085         * modules/fopen-safer (Makefile.am): Likewise.
21086         * modules/fpending (Makefile.am): Likewise.
21087         * modules/fprintftime (Makefile.am): Likewise.
21088         * modules/free (Makefile.am): Likewise.
21089         * modules/fsusage (Makefile.am): Likewise.
21090         * modules/ftruncate (Makefile.am): Likewise.
21091         * modules/fts (Makefile.am): Likewise.
21092         * modules/gc-arcfour (Makefile.am): Likewise.
21093         * modules/gc-des (Makefile.am): Likewise.
21094         * modules/gc-hmac-md5 (Makefile.am): Likewise.
21095         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
21096         * modules/gc-md4 (Makefile.am): Likewise.
21097         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21098         * modules/gc-sha1 (Makefile.am): Likewise.
21099         * modules/gc (Makefile.am): Likewise.
21100         * modules/getaddrinfo (Makefile.am): Likewise.
21101         * modules/getcwd (Makefile.am): Likewise.
21102         * modules/getdelim (Makefile.am): Likewise.
21103         * modules/getdomainname (Makefile.am): Likewise.
21104         * modules/getgroups (Makefile.am): Likewise.
21105         * modules/gethostname (Makefile.am): Likewise.
21106         * modules/gethrxtime (Makefile.am): Likewise.
21107         * modules/getline (Makefile.am): Likewise.
21108         * modules/getloadavg (Makefile.am): Likewise.
21109         * modules/getlogin_r (Makefile.am): Likewise.
21110         * modules/getndelim2 (Makefile.am): Likewise.
21111         * modules/getopt (Makefile.am): Likewise.
21112         * modules/getpagesize (Makefile.am): Likewise.
21113         * modules/getpass-gnu (Makefile.am): Likewise.
21114         * modules/getpass (Makefile.am): Likewise.
21115         * modules/getsubopt (Makefile.am): Likewise.
21116         * modules/gettime (Makefile.am): Likewise.
21117         * modules/gettimeofday (Makefile.am): Likewise.
21118         * modules/getugroups (Makefile.am): Likewise.
21119         * modules/getusershell (Makefile.am): Likewise.
21120         * modules/glob (Makefile.am): Likewise.
21121         * modules/group-member (Makefile.am): Likewise.
21122         * modules/hard-locale (Makefile.am): Likewise.
21123         * modules/hash (Makefile.am): Likewise.
21124         * modules/hmac-md5 (Makefile.am): Likewise.
21125         * modules/hmac-sha1 (Makefile.am): Likewise.
21126         * modules/human (Makefile.am): Likewise.
21127         * modules/idcache (Makefile.am): Likewise.
21128         * modules/imaxabs (Makefile.am): Likewise.
21129         * modules/imaxdiv (Makefile.am): Likewise.
21130         * modules/inet_ntop (Makefile.am): Likewise.
21131         * modules/inet_pton (Makefile.am): Likewise.
21132         * modules/intprops (Makefile.am): Likewise.
21133         * modules/inttostr (Makefile.am): Likewise.
21134         * modules/inttypes (Makefile.am): Likewise.
21135         * modules/isapipe (Makefile.am): Likewise.
21136         * modules/javaversion (Makefile.am): Likewise.
21137         * modules/lchmod (Makefile.am): Likewise.
21138         * modules/lchown (Makefile.am): Likewise.
21139         * modules/localcharset (Makefile.am): Likewise.
21140         * modules/long-options (Makefile.am): Likewise.
21141         * modules/lstat (Makefile.am): Likewise.
21142         * modules/malloc (Makefile.am): Likewise.
21143         * modules/mathl (Makefile.am): Likewise.
21144         * modules/mbchar (Makefile.am): Likewise.
21145         * modules/md2 (Makefile.am): Likewise.
21146         * modules/md4 (Makefile.am): Likewise.
21147         * modules/md5 (Makefile.am): Likewise.
21148         * modules/memcasecmp (Makefile.am): Likewise.
21149         * modules/memchr (Makefile.am): Likewise.
21150         * modules/memcmp (Makefile.am): Likewise.
21151         * modules/memcoll (Makefile.am): Likewise.
21152         * modules/memcpy (Makefile.am): Likewise.
21153         * modules/memmem (Makefile.am): Likewise.
21154         * modules/memmove (Makefile.am): Likewise.
21155         * modules/mempcpy (Makefile.am): Likewise.
21156         * modules/memrchr (Makefile.am): Likewise.
21157         * modules/memset (Makefile.am): Likewise.
21158         * modules/memxor (Makefile.am): Likewise.
21159         * modules/mkancesdirs (Makefile.am): Likewise.
21160         * modules/mkdir-p (Makefile.am): Likewise.
21161         * modules/mkdir (Makefile.am): Likewise.
21162         * modules/mkdtemp (Makefile.am): Likewise.
21163         * modules/mkstemp (Makefile.am): Likewise.
21164         * modules/mktime (Makefile.am): Likewise.
21165         * modules/modechange (Makefile.am): Likewise.
21166         * modules/mountlist (Makefile.am): Likewise.
21167         * modules/nanosleep (Makefile.am): Likewise.
21168         * modules/obstack (Makefile.am): Likewise.
21169         * modules/openat (Makefile.am): Likewise.
21170         * modules/pagealign_alloc (Makefile.am): Likewise.
21171         * modules/pathmax (Makefile.am): Likewise.
21172         * modules/physmem (Makefile.am): Likewise.
21173         * modules/poll (Makefile.am): Likewise.
21174         * modules/posixtm (Makefile.am): Likewise.
21175         * modules/posixver (Makefile.am): Likewise.
21176         * modules/putenv (Makefile.am): Likewise.
21177         * modules/quote (Makefile.am): Likewise.
21178         * modules/quotearg (Makefile.am): Likewise.
21179         * modules/raise (Makefile.am): Likewise.
21180         * modules/read-file (Makefile.am): Likewise.
21181         * modules/readline (Makefile.am): Likewise.
21182         * modules/readlink (Makefile.am): Likewise.
21183         * modules/readtokens (Makefile.am): Likewise.
21184         * modules/readutmp (Makefile.am): Likewise.
21185         * modules/realloc (Makefile.am): Likewise.
21186         * modules/regex (Makefile.am): Likewise.
21187         * modules/rename-dest-slash (Makefile.am): Likewise.
21188         * modules/rename (Makefile.am): Likewise.
21189         * modules/rijndael (Makefile.am): Likewise.
21190         * modules/rmdir (Makefile.am): Likewise.
21191         * modules/rpmatch (Makefile.am): Likewise.
21192         * modules/safe-read (Makefile.am): Likewise.
21193         * modules/safe-write (Makefile.am): Likewise.
21194         * modules/same-inode (Makefile.am): Likewise.
21195         * modules/same (Makefile.am): Likewise.
21196         * modules/save-cwd (Makefile.am): Likewise.
21197         * modules/savedir (Makefile.am): Likewise.
21198         * modules/setenv (Makefile.am): Likewise.
21199         * modules/settime (Makefile.am): Likewise.
21200         * modules/sha1 (Makefile.am): Likewise.
21201         * modules/sig2str (Makefile.am): Likewise.
21202         * modules/snprintf (Makefile.am): Likewise.
21203         * modules/stat-macros (Makefile.am): Likewise.
21204         * modules/stat-time (Makefile.am): Likewise.
21205         * modules/stdbool (Makefile.am): Likewise.
21206         * modules/stdint (Makefile.am): Likewise.
21207         * modules/stdlib-safer (Makefile.am): Likewise.
21208         * modules/stpcpy (Makefile.am): Likewise.
21209         * modules/stpncpy (Makefile.am): Likewise.
21210         * modules/strcase (Makefile.am): Likewise.
21211         * modules/strcasestr (Makefile.am): Likewise.
21212         * modules/strchrnul (Makefile.am): Likewise.
21213         * modules/strcspn (Makefile.am): Likewise.
21214         * modules/strdup (Makefile.am): Likewise.
21215         * modules/strerror (Makefile.am): Likewise.
21216         * modules/strftime (Makefile.am): Likewise.
21217         * modules/strndup (Makefile.am): Likewise.
21218         * modules/strnlen (Makefile.am): Likewise.
21219         * modules/strpbrk (Makefile.am): Likewise.
21220         * modules/strsep (Makefile.am): Likewise.
21221         * modules/strstr (Makefile.am): Likewise.
21222         * modules/strtod (Makefile.am): Likewise.
21223         * modules/strtoimax (Makefile.am): Likewise.
21224         * modules/strtok_r (Makefile.am): Likewise.
21225         * modules/strtol (Makefile.am): Likewise.
21226         * modules/strtoll (Makefile.am): Likewise.
21227         * modules/strtoul (Makefile.am): Likewise.
21228         * modules/strtoull (Makefile.am): Likewise.
21229         * modules/strtoumax (Makefile.am): Likewise.
21230         * modules/strverscmp (Makefile.am): Likewise.
21231         * modules/sys_socket (Makefile.am): Likewise.
21232         * modules/sys_stat (Makefile.am): Likewise.
21233         * modules/sysexits (Makefile.am): Likewise.
21234         * modules/time_r (Makefile.am): Likewise.
21235         * modules/timegm (Makefile.am): Likewise.
21236         * modules/timespec (Makefile.am): Likewise.
21237         * modules/tmpfile-safer (Makefile.am): Likewise.
21238         * modules/trim (Makefile.am): Likewise.
21239         * modules/unistd-safer (Makefile.am): Likewise.
21240         * modules/unlinkdir (Makefile.am): Likewise.
21241         * modules/unlocked-io (Makefile.am): Likewise.
21242         * modules/userspec (Makefile.am): Likewise.
21243         * modules/utime (Makefile.am): Likewise.
21244         * modules/utimecmp (Makefile.am): Likewise.
21245         * modules/utimens (Makefile.am): Likewise.
21246         * modules/vasnprintf (Makefile.am): Likewise.
21247         * modules/vasprintf (Makefile.am): Likewise.
21248         * modules/vsnprintf (Makefile.am): Likewise.
21249         * modules/xalloc (Makefile.am): Likewise.
21250         * modules/xgetcwd (Makefile.am): Likewise.
21251         * modules/xnanosleep (Makefile.am): Likewise.
21252         * modules/xreadlink (Makefile.am): Likewise.
21253         * modules/xstrtod (Makefile.am): Likewise.
21254         * modules/xstrtol (Makefile.am): Likewise.
21255         * modules/xstrtold (Makefile.am): Likewise.
21256         * modules/yesno (Makefile.am): Likewise.
21257         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
21258
21259 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21260
21261         * modules/error (Makefile.am): Distribute files through
21262         EXTRA_DIST, not lib_SOURCES.
21263
21264 2006-10-12  Eric Blake  <ebb9@byu.net>
21265
21266         * modules/error (Makefile.am): Distribute files in /lib.
21267         * modules/obstack (Makefile.am): Likewise.
21268
21269 2006-10-12  Bruno Haible  <bruno@clisp.org>
21270
21271         * modules/acl (Makefile.am): Distribute all files in lib/ through
21272         EXTRA_DIST.
21273         * modules/arcfour (Makefile.am): Likewise.
21274         * modules/arctwo (Makefile.am): Likewise.
21275         * modules/argmatch (Makefile.am): Likewise.
21276         * modules/argz (Makefile.am): Likewise.
21277         * modules/atexit (Makefile.am): Likewise.
21278         * modules/backupfile (Makefile.am): Likewise.
21279         * modules/c-strtod (Makefile.am): Likewise.
21280         * modules/c-strtold (Makefile.am): Likewise.
21281         * modules/calloc (Makefile.am): Likewise.
21282         * modules/canon-host (Makefile.am): Likewise.
21283         * modules/canonicalize (Makefile.am): Likewise.
21284         * modules/chdir-long (Makefile.am): Likewise.
21285         * modules/chdir-safer (Makefile.am): Likewise.
21286         * modules/check-version (Makefile.am): Likewise.
21287         * modules/chown (Makefile.am): Likewise.
21288         * modules/cloexec (Makefile.am): Likewise.
21289         * modules/close-stream (Makefile.am): Likewise.
21290         * modules/closeout (Makefile.am): Likewise.
21291         * modules/crc (Makefile.am): Likewise.
21292         * modules/cycle-check (Makefile.am): Likewise.
21293         * modules/des (Makefile.am): Likewise.
21294         * modules/dirfd (Makefile.am): Likewise.
21295         * modules/dirname (Makefile.am): Likewise.
21296         * modules/dup2 (Makefile.am): Likewise.
21297         * modules/euidaccess (Makefile.am): Likewise.
21298         * modules/exclude (Makefile.am): Likewise.
21299         * modules/exitfail (Makefile.am): Likewise.
21300         * modules/fcntl-safer (Makefile.am): Likewise.
21301         * modules/file-type (Makefile.am): Likewise.
21302         * modules/fileblocks (Makefile.am): Likewise.
21303         * modules/filemode (Makefile.am): Likewise.
21304         * modules/filenamecat (Makefile.am): Likewise.
21305         * modules/fnmatch (Makefile.am): Likewise.
21306         * modules/fopen-safer (Makefile.am): Likewise.
21307         * modules/fpending (Makefile.am): Likewise.
21308         * modules/fprintftime (Makefile.am): Likewise.
21309         * modules/free (Makefile.am): Likewise.
21310         * modules/fsusage (Makefile.am): Likewise.
21311         * modules/ftruncate (Makefile.am): Likewise.
21312         * modules/fts (Makefile.am): Likewise.
21313         * modules/gc (Makefile.am): Likewise.
21314         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21315         * modules/getaddrinfo (Makefile.am): Likewise.
21316         * modules/getcwd (Makefile.am): Likewise.
21317         * modules/getdelim (Makefile.am): Likewise.
21318         * modules/getdomainname (Makefile.am): Likewise.
21319         * modules/getgroups (Makefile.am): Likewise.
21320         * modules/gethostname (Makefile.am): Likewise.
21321         * modules/gethrxtime (Makefile.am): Likewise.
21322         * modules/getline (Makefile.am): Likewise.
21323         * modules/getloadavg (Makefile.am): Likewise.
21324         * modules/getlogin_r (Makefile.am): Likewise.
21325         * modules/getopt (Makefile.am): Likewise.
21326         * modules/getpass (Makefile.am): Likewise.
21327         * modules/getpass-gnu (Makefile.am): Likewise.
21328         * modules/getsubopt (Makefile.am): Likewise.
21329         * modules/gettime (Makefile.am): Likewise.
21330         * modules/gettimeofday (Makefile.am): Likewise.
21331         * modules/getugroups (Makefile.am): Likewise.
21332         * modules/getusershell (Makefile.am): Likewise.
21333         * modules/glob (Makefile.am): Likewise.
21334         * modules/group-member (Makefile.am): Likewise.
21335         * modules/hard-locale (Makefile.am): Likewise.
21336         * modules/hash (Makefile.am): Likewise.
21337         * modules/hmac-md5 (Makefile.am): Likewise.
21338         * modules/hmac-sha1 (Makefile.am): Likewise.
21339         * modules/human (Makefile.am): Likewise.
21340         * modules/idcache (Makefile.am): Likewise.
21341         * modules/imaxabs (Makefile.am): Likewise.
21342         * modules/imaxdiv (Makefile.am): Likewise.
21343         * modules/inet_ntop (Makefile.am): Likewise.
21344         * modules/inet_pton (Makefile.am): Likewise.
21345         * modules/inttostr (Makefile.am): Likewise.
21346         * modules/isapipe (Makefile.am): Likewise.
21347         * modules/lchown (Makefile.am): Likewise.
21348         * modules/long-options (Makefile.am): Likewise.
21349         * modules/lstat (Makefile.am): Likewise.
21350         * modules/malloc (Makefile.am): Likewise.
21351         * modules/mathl (Makefile.am): Likewise.
21352         * modules/mbchar (Makefile.am): Likewise.
21353         * modules/md2 (Makefile.am): Likewise.
21354         * modules/md4 (Makefile.am): Likewise.
21355         * modules/md5 (Makefile.am): Likewise.
21356         * modules/memcasecmp (Makefile.am): Likewise.
21357         * modules/memchr (Makefile.am): Likewise.
21358         * modules/memcmp (Makefile.am): Likewise.
21359         * modules/memcoll (Makefile.am): Likewise.
21360         * modules/memcpy (Makefile.am): Likewise.
21361         * modules/memmem (Makefile.am): Likewise.
21362         * modules/memmove (Makefile.am): Likewise.
21363         * modules/mempcpy (Makefile.am): Likewise.
21364         * modules/memrchr (Makefile.am): Likewise.
21365         * modules/memset (Makefile.am): Likewise.
21366         * modules/memxor (Makefile.am): Likewise.
21367         * modules/mkancesdirs (Makefile.am): Likewise.
21368         * modules/mkdir (Makefile.am): Likewise.
21369         * modules/mkdir-p (Makefile.am): Likewise.
21370         * modules/mkdtemp (Makefile.am): Likewise.
21371         * modules/mkstemp (Makefile.am): Likewise.
21372         * modules/mktime (Makefile.am): Likewise.
21373         * modules/modechange (Makefile.am): Likewise.
21374         * modules/mountlist (Makefile.am): Likewise.
21375         * modules/nanosleep (Makefile.am): Likewise.
21376         * modules/openat (Makefile.am): Likewise.
21377         * modules/pagealign_alloc (Makefile.am): Likewise.
21378         * modules/physmem (Makefile.am): Likewise.
21379         * modules/poll (Makefile.am): Likewise.
21380         * modules/posixtm (Makefile.am): Likewise.
21381         * modules/posixver (Makefile.am): Likewise.
21382         * modules/putenv (Makefile.am): Likewise.
21383         * modules/quote (Makefile.am): Likewise.
21384         * modules/quotearg (Makefile.am): Likewise.
21385         * modules/raise (Makefile.am): Likewise.
21386         * modules/read-file (Makefile.am): Likewise.
21387         * modules/readline (Makefile.am): Likewise.
21388         * modules/readlink (Makefile.am): Likewise.
21389         * modules/readtokens (Makefile.am): Likewise.
21390         * modules/readutmp (Makefile.am): Likewise.
21391         * modules/realloc (Makefile.am): Likewise.
21392         * modules/regex (Makefile.am): Likewise.
21393         * modules/rename (Makefile.am): Likewise.
21394         * modules/rename-dest-slash (Makefile.am): Likewise.
21395         * modules/rijndael (Makefile.am): Likewise.
21396         * modules/rmdir (Makefile.am): Likewise.
21397         * modules/rpmatch (Makefile.am): Likewise.
21398         * modules/safe-read (Makefile.am): Likewise.
21399         * modules/safe-write (Makefile.am): Likewise.
21400         * modules/same (Makefile.am): Likewise.
21401         * modules/save-cwd (Makefile.am): Likewise.
21402         * modules/savedir (Makefile.am): Likewise.
21403         * modules/setenv (Makefile.am): Likewise.
21404         * modules/settime (Makefile.am): Likewise.
21405         * modules/sha1 (Makefile.am): Likewise.
21406         * modules/sig2str (Makefile.am): Likewise.
21407         * modules/snprintf (Makefile.am): Likewise.
21408         * modules/stdlib-safer (Makefile.am): Likewise.
21409         * modules/stpcpy (Makefile.am): Likewise.
21410         * modules/stpncpy (Makefile.am): Likewise.
21411         * modules/strcase (Makefile.am): Likewise.
21412         * modules/strcasestr (Makefile.am): Likewise.
21413         * modules/strchrnul (Makefile.am): Likewise.
21414         * modules/strcspn (Makefile.am): Likewise.
21415         * modules/strdup (Makefile.am): Likewise.
21416         * modules/strerror (Makefile.am): Likewise.
21417         * modules/strftime (Makefile.am): Likewise.
21418         * modules/strndup (Makefile.am): Likewise.
21419         * modules/strnlen (Makefile.am): Likewise.
21420         * modules/strpbrk (Makefile.am): Likewise.
21421         * modules/strsep (Makefile.am): Likewise.
21422         * modules/strstr (Makefile.am): Likewise.
21423         * modules/strtod (Makefile.am): Likewise.
21424         * modules/strtoimax (Makefile.am): Likewise.
21425         * modules/strtok_r (Makefile.am): Likewise.
21426         * modules/strtol (Makefile.am): Likewise.
21427         * modules/strtoll (Makefile.am): Likewise.
21428         * modules/strtoul (Makefile.am): Likewise.
21429         * modules/strtoull (Makefile.am): Likewise.
21430         * modules/strtoumax (Makefile.am): Likewise.
21431         * modules/strverscmp (Makefile.am): Likewise.
21432         * modules/time_r (Makefile.am): Likewise.
21433         * modules/timegm (Makefile.am): Likewise.
21434         * modules/tmpfile-safer (Makefile.am): Likewise.
21435         * modules/unistd-safer (Makefile.am): Likewise.
21436         * modules/unlinkdir (Makefile.am): Likewise.
21437         * modules/userspec (Makefile.am): Likewise.
21438         * modules/utime (Makefile.am): Likewise.
21439         * modules/utimecmp (Makefile.am): Likewise.
21440         * modules/utimens (Makefile.am): Likewise.
21441         * modules/vasnprintf (Makefile.am): Likewise.
21442         * modules/vasprintf (Makefile.am): Likewise.
21443         * modules/vsnprintf (Makefile.am): Likewise.
21444         * modules/xalloc (Makefile.am): Likewise.
21445         * modules/xgetcwd (Makefile.am): Likewise.
21446         * modules/xnanosleep (Makefile.am): Likewise.
21447         * modules/xreadlink (Makefile.am): Likewise.
21448         * modules/xstrtod (Makefile.am): Likewise.
21449         * modules/xstrtol (Makefile.am): Likewise.
21450         * modules/xstrtold (Makefile.am): Likewise.
21451         * modules/yesno (Makefile.am): Likewise.
21452
21453 2006-10-12  Jim Meyering  <jim@meyering.net>
21454
21455         * m4/getloadavg.m4: Revert the change below.
21456
21457         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
21458         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
21459         fail with a symlink, which is what coreutils' ./bootstrap now
21460         creates by default.
21461
21462 2006-10-12  Bruno Haible  <bruno@clisp.org>
21463
21464         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
21465         mingw.
21466         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
21467         MSVC and mingw explicitly.
21468
21469 2006-10-11  Simon Josefsson  <jas@extundo.com>
21470             Bruno Haible  <bruno@clisp.org>
21471
21472         Add support for multiple gnulib-tool invocations in the scope of a
21473         single configure.ac file.
21474         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
21475         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
21476         with the same contents as the _LIBADD variable.
21477         (func_emit_initmacro_start, func_emit_initmacro_end,
21478         func_emit_initmacro_done): New functions.
21479         (func_import, func_create_testdir): Invoke them. Allow the identifiers
21480         gl_LIBOBJS and gl_LTLIBOBJS.
21481
21482 2006-10-11  Bruno Haible  <bruno@clisp.org>
21483
21484         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
21485         (func_create_testdir): Don't create po/Makefile.am, don't invoke
21486         autoreconf. Instead, invoke autopoint explicitly but move back the
21487         *.m4 files from gnulib.
21488
21489 2006-10-11  Bruno Haible  <bruno@clisp.org>
21490
21491         * gnulib-tool (func_usage): Make module names after --create-testdir
21492         optional.
21493         (func_create_testdir): If no module was specified, use nearly all
21494         modules.
21495
21496 2006-10-12  Jim Meyering  <jim@meyering.net>
21497
21498         Big performance improvement for fts-based tools that use FTS_NOSTAT.
21499         Avoid spurious inode-mismatch problems on non-POSIX file systems.
21500         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
21501         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
21502         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
21503         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
21504         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
21505         (fts_set_stat_required): New function.
21506         (fts_open): Defer the calls to fts_stat, if possible or requested.
21507         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
21508         into fts_stat itself.
21509         (fts_read): Perform any required (deferred) fts_stat call.
21510         (fts_build): Likewise, for the directory we're about to open and read.
21511         In the readdir loop, carefully decide whether each entry will require
21512         an eventual call to fts_stat, using dirent.d_type info if available.
21513         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
21514         a command line argument into this function.  Update all callers.
21515         Map a return value of FTS_DOT to FTS_D for a command line argument.
21516         * modules/fts (Depends-on): Add d-type.  Alphabetize.
21517         Thanks to Miklos Szeredi for his tenacity and for the initial
21518         bug report about "find" failing on a FUSE-based file system.
21519
21520         * lib/fts.c (fts_open): Use consistent indentation.
21521
21522 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21523
21524         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
21525         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
21526         reported by Jim Meyering.  All uses of cache variables renamed
21527         to match Autoconf's.
21528         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
21529         the other one.
21530
21531         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
21532         Fix misspelling in diagnostic.
21533
21534 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21535
21536         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
21537         defined.  Problem reported by Matthew Woehlke.
21538
21539         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
21540         Add support for Tandem NonStop R series.
21541         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
21542         Use new macro.
21543
21544         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
21545         (has_trailing_slash): Omit size arg; all callers changed.
21546         Omit 'inline', since it doesn't help performance and we'd
21547         need to configure it.
21548         Don't count //, ///, etc. as having a trailing slash.
21549         As a side effect, this removes a C99ism reported by Matthew Woehlke.
21550         (rpl_rename_dest_slash): On failure, use rename's errno rather
21551         than (in some cases) an incorrect or junk errno.
21552         Simplify code by removing need to compute length; this does
21553         cause it to make two passes instead of one over the file name,
21554         but it's worth it.
21555
21556         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
21557         change, since Autoconf's version may no longer be appropriate now
21558         that we are using CVS Autoconf's version.  Add support for Tandem.
21559
21560 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21561             Bruno Haible  <bruno@clisp.org>
21562
21563         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
21564         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
21565         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
21566         gl_AC_TYPE_LONG_LONG.
21567
21568         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
21569         instead of HAVE_LONG_LONG.
21570         * lib/printf-args.c (printf_fetchargs): Likewise.
21571         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
21572         * lib/vasnprintf.c (VASNPRINTF): Likewise.
21573         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
21574         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
21575         gl_AC_TYPE_LONG_LONG.
21576
21577 2006-10-11  Bruno Haible  <bruno@clisp.org>
21578
21579         * m4/longlong.m4: Add comments.
21580         * m4/ulonglong.m4: Likewise.
21581
21582 2006-10-10  Bruno Haible  <bruno@clisp.org>
21583
21584         Make it possible to #define stpcpy, strdup to aliases.
21585         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
21586         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
21587
21588 2006-10-10  Bruno Haible  <bruno@clisp.org>
21589
21590         Make it possible to #define gcd to an alias.
21591         * lib/gcd.c: Include config.h.
21592
21593 2006-10-10  Bruno Haible  <bruno@clisp.org>
21594
21595         Make it possible to #define c_isascii to an alias.
21596         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
21597         defined. Undefine the macros before defining them, to avoid gcc
21598         warnings.
21599         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
21600         define NO_C_CTYPE_MACROS early.
21601
21602 2006-10-10  Bruno Haible  <bruno@clisp.org>
21603
21604         Make it possible to #define set_program_name to an alias.
21605         * lib/progname.c: Don't undefine set_program_name; instead, undefine
21606         ENABLE_RELOCATABLE early.
21607
21608 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21609
21610         Port to Tandem NSK OSS, which has 64-bit signed int but at most
21611         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
21612         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
21613         More generally, don't assume that 64-bit signed int is available
21614         if unsigned int is, and vice versa.
21615         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
21616         unsigned symbols, not on their signed counterparts.
21617         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
21618         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
21619         (UINT64_C, UINTMAX_C):
21620         Likewise.
21621         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
21622         unsigned counterparts.
21623         (Have_long_long, Unsigned): New macros.
21624         (Int): Renamed from INT.
21625         (strtoimax): Use the new macros.
21626         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
21627         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
21628         * modules/inttypes (inttypes.h): Substitute
21629         HAVE_UNSIGNED_LONG_LONG_INT.
21630         * modules/stdint (stdint.h): Likewise.
21631         (Files): Add m4/ulonglong.m4.
21632
21633 2006-10-10  Bruno Haible  <bruno@clisp.org>
21634
21635         Fix a gcc -Wshadow warning.
21636         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
21637         to 'bucket'.
21638         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
21639         gl_linked_indexof_from_to): Likewise.
21640         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
21641         Likewise.
21642         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
21643         Likewise.
21644         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
21645         Reported by Eric Blake.
21646
21647 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
21648
21649         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
21650         for NetBSD.  Problem reported by Bruno Haible.
21651
21652 2006-10-09  Jim Meyering  <jim@meyering.net>
21653
21654         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
21655         Patch from Bruno Haible.
21656
21657 2006-10-09  Jim Meyering  <jim@meyering.net>
21658
21659         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
21660         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
21661         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
21662
21663 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21664
21665         Don't include <config.h> twice; this doesn't work in some cases,
21666         e.g., when config.h has "#define intmax_t long long int" and
21667         we include <config.h>, <inttypes.h>, <config.h> in that order.
21668         Problem reported by Matthew Woehlke in:
21669         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
21670         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
21671         * lib/fts-cycle.c: Don't include config.h.
21672         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
21673         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
21674         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
21675         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
21676         inttypes.h.
21677         * lib/xstrtoumax.c: Likewise.
21678         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
21679         __strtol and the like, so that this module is more like its siblings.
21680         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
21681         Remove; no longer needed now that we assume gnulib inttypes.h.
21682
21683 2006-10-08  Bruno Haible  <bruno@clisp.org>
21684
21685         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
21686         option.
21687
21688 2006-10-07  Jim Meyering  <jim@meyering.net>
21689
21690         * modules/inttypes (inttypes.h): Revert what seems to have been
21691         an inadvertent part of today's change: use "|", not "/" in the
21692         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
21693
21694 2006-10-07  Bruno Haible  <bruno@clisp.org>
21695
21696         * modules/sublist: New file.
21697
21698 2006-10-07  Bruno Haible  <bruno@clisp.org>
21699
21700         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
21701         * modules/argz (argz.h): Likewise.
21702         * modules/arpa_inet (arpa/inet.h): Likewise.
21703         * modules/byteswap (byteswap.h): Likewise.
21704         * modules/configmake (configmake.h): Likewise.
21705         * modules/fcntl (fcntl.h): Likewise.
21706         * modules/fnmatch (fnmatch.h): Likewise.
21707         * modules/getopt (getopt.h): Likewise.
21708         * modules/glob (glob.h): Likewise.
21709         * modules/inttypes (inttypes.h): Likewise.
21710         * modules/netinet_in (netinet/in.h): Likewise.
21711         * modules/poll (poll.h): Likewise.
21712         * modules/stdbool (stdbool.h): Likewise.
21713         * modules/stdint (stdint.h): Likewise.
21714         * modules/sys_select (sys/select.h): Likewise.
21715         * modules/sys_socket (sys/socket.h): Likewise.
21716         * modules/sys_stat (sys/stat.h): Likewise.
21717         * modules/sysexits (sysexits.h): Likewise.
21718         * modules/unistd (unistd.h): Likewise.
21719         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21720         Add a "DO NOT EDIT" comment to the generated file.
21721         (func_import): Likewise for gnulib-comp.m4.
21722
21723 2006-10-07  Bruno Haible  <bruno@clisp.org>
21724
21725         * lib/gl_sublist.h: New file.
21726         * lib/gl_sublist.c: New file.
21727
21728 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21729
21730         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
21731         name (relative to the original working directory) and the file
21732         name component (relative to the temporary working directory).  All
21733         callers changed.
21734         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
21735         * lib/mkdir-p.c (make_dir_parents): Likewise.
21736         * lib/mkdir-p.h (make_dir_parents): Likewise.
21737
21738 2006-10-06  Eric Blake  <ebb9@byu.net>
21739
21740         Define several macros for use by the clean-temp module.
21741         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
21742         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
21743         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
21744
21745         * lib/clean-temp.h (close_stream_temp): New declaration.
21746         * lib/clean-temp.c (includes): Pull in headers according to what
21747         other modules are in use.
21748         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
21749
21750 2006-10-06  Bruno Haible  <bruno@clisp.org>
21751
21752         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
21753         instead of fopen, fwriteerror.
21754
21755 2006-10-06  Bruno Haible  <bruno@clisp.org>
21756
21757         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
21758         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
21759         int.
21760         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
21761         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
21762         Return an error indicator.
21763         Suggested by Eric Blake.
21764
21765 2006-10-06  Bruno Haible  <bruno@clisp.org>
21766
21767         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
21768         Reported by Eric Blake.
21769
21770 2006-10-06  Bruno Haible  <bruno@clisp.org>
21771
21772         * modules/closeout (Description): Mention stderr too.
21773
21774 2006-10-06  Bruno Haible  <bruno@clisp.org>
21775         and Paul Eggert  <eggert@cs.ucla.edu>
21776
21777         * lib/closeout.c (close_stdout): Also close stderr.
21778         * lib/closeout.h: Update comment.
21779
21780 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21781
21782         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
21783         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
21784         * lib/dirchownmod.c: Include lchown.h.
21785         * lib/lchown.c: Don't include files that lchown.h now includes.
21786         Don't declare chown, since lchown.h now does that.
21787         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
21788         (lchown): Define to rpl_chown if lchown is declared but
21789         does not exist.  Declare using a prototype if lchown is not
21790         declared.  Add a copyright notice.
21791         * lib/mkstemp.h: Include <unistd.h>.
21792         * lib/openat.c: Include lchown.h.
21793
21794         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
21795         we now test for that separately.
21796         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
21797         rather than O_NOFOLLOW, when testing whether it's possible to
21798         avoid a race condition reliably.
21799         * lib/savewd.c (savewd_chdir): Likewise.
21800
21801         Remove macros that are no longer needed now that stdint.h is
21802         reliable.
21803         * lib/fsusage.c (UINTMAX_MAX): Remove.
21804         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
21805         * lib/utimecmp.c (SIZE_MAX): Remove.
21806
21807         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
21808
21809         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
21810         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
21811         O_NOATIME works.
21812
21813 2006-10-05  Bruno Haible  <bruno@clisp.org>
21814
21815         * lib/gl_list.h (gl_sortedlist_search_from_to,
21816         gl_sortedlist_indexof_from_to): New declarations.
21817         (gl_list_implementation): New fields sortedlist_search_from_to,
21818         sortedlist_indexof_from_to.
21819         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
21820         inline functions.
21821         * lib/gl_list.c (gl_sortedlist_search_from_to,
21822         gl_sortedlist_indexof_from_to): New functions.
21823         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
21824         function.
21825         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
21826         (gl_array_sortedlist_search_from_to): New function.
21827         (gl_array_list_implementation): Update.
21828         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
21829         function.
21830         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
21831         (gl_carray_sortedlist_search_from_to): New function.
21832         (gl_carray_list_implementation): Update.
21833         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
21834         gl_linked_sortedlist_indexof_from_to): New functions.
21835         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21836         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21837         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
21838         gl_tree_sortedlist_indexof_from_to): New functions.
21839         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21840         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21841         Update.
21842         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21843         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
21844         Update.
21845
21846 2006-10-05  Bruno Haible  <bruno@clisp.org>
21847
21848         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
21849         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
21850         (struct gl_list_implementation): Add fields search_from_to,
21851         indexof_from_to. Remove fields search, indexof.
21852         (gl_list_search): Use the search_from_to method.
21853         (gl_list_search_from, gl_list_search_from_to): New functions.
21854         (gl_list_indexof): Use the indexof_from_to method.
21855         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21856         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
21857         (gl_list_search_from, gl_list_search_from_to): New functions.
21858         (gl_list_indexof): Use the indexof_from_to method.
21859         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21860         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
21861         gl_array_indexof. Add start_index, end_index arguments.
21862         (gl_array_search_from_to): Renamed from gl_array_search. Add
21863         start_index, end_index arguments.
21864         (gl_array_remove, gl_array_list_implementation): Update.
21865         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
21866         gl_carray_indexof. Add start_index, end_index arguments.
21867         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
21868         start_index, end_index arguments.
21869         (gl_carray_remove, gl_carray_list_implementation): Update.
21870         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
21871         gl_linked_search. Add start_index, end_index arguments.
21872         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
21873         start_index, end_index arguments.
21874         (gl_linked_remove): Update.
21875         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21876         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21877         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
21878         field to 'size_t'.
21879         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
21880         gl_tree_search. Add start_index, end_index arguments.
21881         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21882         start_index, end_index arguments.
21883         (gl_tree_remove): Update.
21884         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21885         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21886         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
21887         function.
21888         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
21889         gl_tree_search. Add start_index, end_index arguments.
21890         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21891         start_index, end_index arguments.
21892         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21893         Update.
21894         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
21895
21896 2006-10-05  Bruno Haible  <bruno@clisp.org>
21897
21898         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
21899
21900         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
21901         fwriteerror_temp): New declarations.
21902         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
21903         (descriptors): New variable.
21904         (cleanup): First, close the descriptors.
21905         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
21906         fclose_temp, fwriteerror_temp): New functions.
21907
21908 2006-10-04  Jim Meyering  <jim@meyering.net>
21909
21910         * lib/fts.c (fts_open): Tiny comment change.
21911
21912 2006-10-04  Bruno Haible  <bruno@clisp.org>
21913
21914         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
21915         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
21916         gl_LOCK_BODY.
21917         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
21918         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
21919         gl_LOCK_EARLY_BODY.
21920         (gl_LOCK): Require gl_LOCK_BODY.
21921
21922 2006-10-04  Bruno Haible  <bruno@clisp.org>
21923
21924         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
21925         (gl_oset_search_atleast): New declaration.
21926         (struct gl_oset_implementation): Add field 'search_atleast'.
21927         (gl_oset_search_atleast): New inline function.
21928         * lib/gl_oset.c (gl_oset_search_atleast): New function.
21929         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
21930         (gl_array_oset_implementation): Update.
21931         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
21932         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
21933         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
21934
21935 2006-10-04  Bruno Haible  <bruno@clisp.org>
21936
21937         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
21938
21939 2006-10-03  Bruno Haible  <bruno@clisp.org>
21940
21941         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
21942         from gl_avltreehash_list_implementation.
21943
21944 2006-10-03  Bruno Haible  <bruno@clisp.org>
21945
21946         * lib/gl_oset.c (gl_oset_add): Fix return type.
21947
21948 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
21949
21950         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
21951
21952 2006-10-02  Eric Blake  <ebb9@byu.net>
21953
21954         * modules/strnlen (Depends-on): Add extensions.
21955
21956 2006-10-02  Eric Blake  <ebb9@byu.net>
21957
21958         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
21959         definition in 2.60+.
21960
21961 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
21962
21963         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
21964         checks.
21965
21966 2006-10-02  Bruno Haible  <bruno@clisp.org>
21967
21968         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
21969         to the AUTOMAKE_OPTIONS.
21970         Reported by Jim Meyering.
21971
21972 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
21973
21974         Work around bug in Solaris 10 /proc file system:
21975         /proc/self/fd/NNN/.. isn't the parent directory of
21976         the directory whose file descriptor is NNN.  This needs to
21977         be worked around at run time, not compile time, since a
21978         program might be built on Solaris 8, where things work, and
21979         run on Solaris 10.
21980         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
21981         to use the following interface instead:
21982         (OPENAT_BUFFER_SIZE): New macro.
21983         (openat_proc_name): New function.
21984         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
21985         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
21986         Likewise.
21987         * lib/openat-proc.c: New file.
21988         * modules/openat (Files): Add lib/openat-proc.c.
21989         (Depends-on): Add same-inode, stdbool.
21990         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
21991
21992 2006-09-29  Bruno Haible  <bruno@clisp.org>
21993
21994         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
21995         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
21996         argument. Set stdout_closed before testing for ferror, not after.
21997         (fwriteerror, fwriteerror_no_ebadf): New functions.
21998
21999 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22000
22001         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
22002
22003 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
22004
22005         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
22006         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
22007
22008 2006-09-28  Jim Meyering  <jim@meyering.net>
22009
22010         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
22011         Include <unistd.h>.
22012
22013 2006-09-28  Bruno Haible  <bruno@clisp.org>
22014
22015         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
22016         * modules/linkedhash-list (Depends-on): Likewise.
22017         * modules/rbtreehash-list (Depends-on): Likewise.
22018
22019 2006-09-28  Bruno Haible  <bruno@clisp.org>
22020
22021         * lib/strndup.h: Simplify the redefinition of strndup.
22022         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
22023         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
22024
22025 2006-09-28  Bruno Haible  <bruno@clisp.org>
22026
22027         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
22028         * lib/gl_linkedhash_list.c: Likewise.
22029         * lib/gl_rbtreehash_list.c: Likewise.
22030
22031 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
22032
22033         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
22034         getaddrinfo.
22035
22036         * lib/__fpending.h: Don't include <stdio_ext.h> unless
22037         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
22038         it causes <stdio_ext.h> to cause a compile-time error.
22039         Problem reported by Nelson H. F. Beebe.
22040         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
22041         of HAVE_DECL___PENDING.
22042
22043         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
22044         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
22045         declaration.
22046
22047 2006-09-27  Jim Meyering  <jim@meyering.net>
22048
22049         This file could end up with a definition for a function
22050         named __strndup, rather than rpl_strndup on a system with
22051         incomplete weak_alias support.
22052         * lib/strndup.c (strndup): Rename from __strndup.
22053         Remove #defines that used to map __strndup to strndup.
22054         Don't use K&R prototypes.
22055         Remove LIBC-related code, since this file is not sync'd with glibc.
22056         * lib/strndup.h: Revamp, accordingly.
22057         * m4/strndup.m4: Modernize.
22058
22059 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
22060
22061         * modules/savewd (Depends-on): Add 'raise'.
22062         * lib/savewd.c: Include <signal.h>, for 'raise'.
22063
22064 2006-09-26  Jim Meyering  <jim@meyering.net>
22065
22066         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
22067         when we detect Darwin 8.7.0's acl_get_file bug.
22068         Rearrange to perform the new (below) run-test while $LIBS
22069         contains any acl-related library.  Set USE_ACL at the end.
22070         (gl_ACL_GET_FILE): New function.
22071
22072 2006-09-26  Eric Blake  <ebb9@byu.net>
22073
22074         * lib/verror.c: Include <config.h> unconditionally.
22075
22076 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
22077
22078         * modules/clock-time (Maintainer): Add self.
22079         * modules/getlogin_r (Depends-on): Add extensions.
22080
22081 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22082
22083         * modules/clock-time: New module.
22084         * modules/nanosleep (Depends-on): Add clock-time.
22085         * modules/gethrxtime (Depends-on): Likewise.
22086         * modules/gettime (Depends-on): Likewise.
22087         * modules/settime (Depends-on): Likewise.
22088
22089         * modules/fts-lgpl: Depend on openat.
22090         * modules/mkancesdirs: Depend on savewd.
22091         * modules/mkdir-p: Likewise.
22092
22093 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22094
22095         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
22096
22097         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
22098         `gl_have_arbitrary_file_name_length_limit' to
22099         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
22100         actually works between configure runs.
22101
22102 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22103             Bruno Haible  <bruno@clisp.org>
22104
22105         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
22106
22107 2006-09-25  Jim Meyering  <jim@meyering.net>
22108
22109         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
22110         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
22111
22112 2006-09-25  Eric Blake  <ebb9@byu.net>
22113
22114         * gnulib-tool (func_import, func_create_testdir): Fix typos in
22115         exec's in 2006-09-18 patch when shuffling fds.
22116
22117 2006-09-25  Bruno Haible  <bruno@clisp.org>
22118
22119         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
22120         Reported by Jim Meyering.
22121
22122 2006-09-24  Jim Meyering  <jim@meyering.net>
22123
22124         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
22125         compare a pointer against a literal "0".  That caused failures with
22126         at least HP-UX's hpcc.
22127
22128 2006-09-22  Simon Josefsson  <jas@extundo.com>
22129
22130         * modules/gc-sha1:
22131         * modules/gc-md4:
22132         * modules/gc-hmac-sha1:
22133         * modules/gc-hmac-md5:
22134         * modules/gc-des:
22135         * modules/gc-arcfour: Distribute more files.
22136
22137 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22138
22139         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
22140         (gl_linked_iterator_from_to): Initialize struct completely.
22141         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
22142         (gl_tree_iterator_from_to): Likewise
22143         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
22144         * lib/gl_array_list.c [lint] (gl_array_iterator)
22145         (gl_array_iterator_from_to): Likewise.
22146         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
22147         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
22148         (gl_carray_iterator_from_to): Likewise.
22149
22150         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
22151         * lib/md4.c (md4_process_block): Remove unused variable.
22152         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
22153         parentheses for clarity.
22154
22155 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22156
22157         * modules/bison-i18n (Depends-on): Add gettext.
22158
22159 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22160
22161         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
22162         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
22163         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
22164         also add missing comma that caused broken test.
22165         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
22166         stdlib.h, for `abort'.
22167         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
22168         variables.
22169         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
22170         include unistd.h if present, for `rmdir'.
22171         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
22172         variables.
22173         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
22174         in the process include standard headers for prototypes.
22175         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
22176         gets declared on GNU/Linux.
22177         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
22178         unistd.h, for `rmdir'.
22179         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
22180
22181         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
22182         always true.
22183         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
22184
22185         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
22186
22187 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22188
22189         * gnulib-tool (func_version): Create output all at once.  This
22190         may help avoid triggering unnecessary SIGPIPEs, and at any
22191         rate it doesn't hurt.
22192
22193 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22194             Bruno Haible  <bruno@clisp.org>
22195
22196         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
22197         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22198         * m4/signed.m4 (bh_C_SIGNED): Likewise.
22199
22200         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
22201         (gl_FUNC_VASPRINTF): Invoke it.
22202
22203 2006-09-22  Bruno Haible  <bruno@clisp.org>
22204
22205         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
22206         getloadavg.c as first argument.
22207
22208 2006-09-22  Bruno Haible  <bruno@clisp.org>
22209
22210         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
22211         at the beginning of the gl_INIT macro.
22212         * modules/getloadavg (configure.ac): Pass $gl_source_base to
22213         gl_GETLOADAVG.
22214
22215 2006-09-22  Bruno Haible  <bruno@clisp.org>
22216
22217         * gnulib-tool (func_create_megatestdir): Don't include the config-h
22218         module.
22219         Suggested by Ralf Wildenhues.
22220
22221 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         Import this patch from libc:
22224
22225         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
22226
22227         * lib/regex_internal.c (re_string_reconstruct): Handle
22228         offset < pstr->valid_raw_len && pstr->offsets_needed case.
22229         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
22230         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
22231         re_string_context_at.
22232
22233         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
22234         now requires it.
22235         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
22236         gl_REGEX now does it for us.
22237         (gl_REGEX): Add test taken from
22238         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
22239
22240         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
22241         Check that large offsets work.  Modernize Autoconf usages.
22242         Prefer "yes" to mean a good thing rather than a bad.
22243         Don't put "#define mkstemp" in config.h, as this might interfere
22244         with standard system headers that "#define mkstemp mkstemp64".
22245
22246         * modules/mkstemp (Depends-on): Add extensions, so that
22247         mkstemp is visible on some platforms.
22248         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
22249         (Include): Change to "mkstemp.h" from <stdlib.h>.
22250         (Files): Add mkstemp.h.
22251
22252         * lib/mkstemp.h: New file, since some standard headers
22253         #define mkstemp.
22254         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
22255         Include "mkstemp.h".
22256         Make the _LIBC code resemble glibc original more,
22257         e.g., use K&R style.
22258         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
22259         (mkstemp): Remove, since mkstemp.h does this for us.
22260         * lib/stdlib--.h: Include mkstemp.h.
22261
22262         Import this patch from libc:
22263
22264         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
22265
22266         * lib/tempname.c (__gen_tempname): Change attempts_min
22267         into a macro.  Use preprocessor to decide how to initialize
22268         attempts [Coverity CID 67].
22269
22270 2006-09-20  Bruno Haible  <bruno@clisp.org>
22271
22272         * lib/mkdtemp.c: Import from libc.
22273         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
22274                 * sysdeps/posix/tempname.c (__gen_tempname): Change
22275                 attempts_min into a macro.  Use preprocessor to decide how to
22276                 initialize attempts [Coverity CID 67].
22277         2001-11-27  Paul Eggert  <eggert@twinsun.com>
22278                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
22279                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
22280
22281 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22282
22283         * gnulib-tool (func_exit): New function, to allow to pass the
22284         exit status portably through the trap.  Use everywhere.
22285         (--help, --version): Signal a write error.
22286         (trap): catch SIGPIPE, for write errors.
22287         Exit at the end of the trap, with the correct exit status.
22288
22289 2006-09-19  Karl Berry  <karl@gnu.org>
22290
22291         * doc/gnulib.texi: note about the license texinfo files.
22292
22293 2006-09-19  Eric Blake  <ebb9@byu.net>
22294
22295         * gnulib-tool: Avoid space-tab.
22296
22297 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
22298
22299         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
22300         that prevented coreutils 6.1 from building.  Problem reported
22301         by Petter Reinholdtsen.
22302
22303 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
22304
22305         * gnulib-tool (avoidlist): Fix typo that broke options like
22306         --avoid=lock that are used by coreutils bootstrap.
22307
22308 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
22309
22310         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
22311         more systematically.
22312
22313 2006-09-18  Jim Meyering  <jim@meyering.net>
22314
22315         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
22316
22317 2006-09-18  Bruno Haible  <bruno@clisp.org>
22318
22319         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
22320
22321 2006-09-18  Bruno Haible  <bruno@clisp.org>
22322
22323         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
22324         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
22325         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
22326         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
22327         * m4/gettext.m4: Require autoconf >= 2.52.
22328         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
22329         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
22330         of gl_cv_header_inttypes_h.
22331
22332 2006-09-18  Bruno Haible  <bruno@clisp.org>
22333
22334         * lib/javaversion.c: Include configmake.h.
22335
22336 2006-09-18  Bruno Haible  <bruno@clisp.org>
22337
22338         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
22339         avoid that the while loops be executed in a subshell.
22340
22341 2006-09-18  Bruno Haible  <bruno@clisp.org>
22342
22343         * MODULES.html.sh (func_module): Break long lines.
22344         Suggested by Bruce Korb <bkorb@gnu.org>.
22345
22346 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22347
22348         Speed up by a factor of 1.12.
22349         * gnulib-tool (nl): New variable.
22350         (func_import): Rewrite include directive extraction to only read each
22351         directive once.
22352
22353 2006-09-17  Bruno Haible  <bruno@clisp.org>
22354
22355         * modules/javaversion (Makefile.am): Remove DEFS setting.
22356         (Depends-on): Add configmake, for PKGDATADIR definition.
22357
22358 2006-09-17  Bruno Haible  <bruno@clisp.org>
22359
22360         * gnulib-tool (func_create_testdir): Rewrite all files at once.
22361
22362 2006-09-17  Bruno Haible  <bruno@clisp.org>
22363
22364         * gnulib-tool (func_append): New function, stolen from libtool.m4.
22365         (func_modules_transitive_closure, func_modules_add_dummy,
22366         func_modules_to_filelist, func_import, func_create_testdir,
22367         func_create_megatestdir, ...): Use it wherever possible.
22368         Suggested by Ralf Wildenhues.
22369
22370 2006-09-16  Karl Berry  <karl@gnu.org>
22371
22372         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
22373         to avoid sectioning errors.
22374         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
22375         [ifinfo]: blank line after @center-ed titles.
22376         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
22377         Spell FSF address consistently with others.
22378         (These changes approved by rms.)
22379
22380 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22381
22382         Speed up by a factor of 1.61.
22383         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
22384         already checked module names again.
22385
22386 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22387
22388         Speed up by a factor of 1.13.
22389         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
22390         for new_files, and the input to func_add_or_update.
22391
22392 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22393
22394         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
22395         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
22396
22397 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22398
22399         * modules/mkancesdirs (Depends-on): Add fcntl.
22400         * modules/savewd: New file.
22401         * MODULES.html.sh (File system functions): Add savewd.
22402
22403         * modules/configmake (Makefile.am): Add support for the
22404         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
22405
22406 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22407
22408         * m4/savewd.m4: New file.
22409
22410 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22411
22412         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
22413         (dirchownmod): New arg FD.  All callers changed.
22414         Use FD rather than opening the directory ourself, as opening is
22415         now the caller's responsibility.
22416         * lib/dirchownmod.h: Likewise.
22417         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
22418         hosts that require <sys/types.h> before <sys/stat.h>.  Include
22419         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
22420         (test_dir): Remove.
22421         (mkancesdirs): Return length of prefix of FILE that has already
22422         been made, or -2 if there is a child doing the work.  Redo
22423         algorithm so that it is O(N) rather than O(N**2).  Optimize away
22424         ".", and treat ".." specially since it might stray back into
22425         already-created areas.  Use a subprocess if necessary.  New arg
22426         WD; all users changed.  MAKE_DIR function should now return 1
22427         if it creates a directory that is not readable.  Return -2 if
22428         a child process is spun off.
22429         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
22430         Adjust signature to match code.
22431         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
22432         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
22433         all users changed.
22434         * lib/savewd.c, lib/savewd.h: New files.
22435
22436 2006-09-15  Jim Meyering  <jim@meyering.net>
22437
22438         * modules/rename-dest-slash: New module.
22439         * MODULES.html.sh (posix_compat): Add it here.
22440
22441         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
22442
22443 2006-09-15  Jim Meyering  <jim@meyering.net>
22444
22445         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
22446         file.
22447
22448         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
22449
22450 2006-09-15  Jim Meyering  <jim@meyering.net>
22451
22452         * lib/rename-dest-slash.c (has_trailing_slash): Use
22453         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
22454         (rpl_rename_dest_slash): Perform the cheaper trailing slash
22455         test before testing whether SRC is a directory.
22456         Suggestions from Bruno Haible.
22457
22458         Avoid a warning about an unused variable.
22459         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
22460         into the #ifdef block where it's used.
22461
22462         * lib/rename-dest-slash.c: New file.
22463
22464 2006-09-14  Bruno Haible  <bruno@clisp.org>
22465
22466         * lib/allocsa.c: Include <config.h> unconditionally.
22467         * lib/asnprintf.c: Likewise.
22468         * lib/asprintf.c: Likewise.
22469         * lib/c-strcasecmp.c: Likewise.
22470         * lib/c-strcasestr.c: Likewise.
22471         * lib/c-strncasecmp.c: Likewise.
22472         * lib/c-strstr.c: Likewise.
22473         * lib/classpath.c: Likewise.
22474         * lib/clean-temp.c: Likewise.
22475         * lib/concatpath.c: Likewise.
22476         * lib/copy-file.c: Likewise.
22477         * lib/csharpcomp.c: Likewise.
22478         * lib/csharpexec.c: Likewise.
22479         * lib/execute.c: Likewise.
22480         * lib/fatal-signal.c: Likewise.
22481         * lib/findprog.c: Likewise.
22482         * lib/fwriteerror.c: Likewise.
22483         * lib/gl_array_list.c: Likewise.
22484         * lib/gl_array_oset.c: Likewise.
22485         * lib/gl_avltree_list.c: Likewise.
22486         * lib/gl_avltree_oset.c: Likewise.
22487         * lib/gl_avltreehash_list.c: Likewise.
22488         * lib/gl_carray_list.c: Likewise.
22489         * lib/gl_linked_list.c: Likewise.
22490         * lib/gl_linkedhash_list.c: Likewise.
22491         * lib/gl_list.c: Likewise.
22492         * lib/gl_oset.c: Likewise.
22493         * lib/gl_rbtree_list.c: Likewise.
22494         * lib/gl_rbtree_oset.c: Likewise.
22495         * lib/gl_rbtreehash_list.c: Likewise.
22496         * lib/imaxabs.c: Likewise.
22497         * lib/imaxdiv.c: Likewise.
22498         * lib/javacomp.c: Likewise.
22499         * lib/javaexec.c: Likewise.
22500         * lib/javaversion.c: Likewise.
22501         * lib/linebreak.c: Likewise.
22502         * lib/localcharset.c: Likewise.
22503         * lib/lock.c: Likewise.
22504         * lib/mbchar.c: Likewise.
22505         * lib/mbswidth.c: Likewise.
22506         * lib/mkdtemp.c: Likewise.
22507         * lib/pipe.c: Likewise.
22508         * lib/printf-args.c: Likewise.
22509         * lib/printf-parse.c: Likewise.
22510         * lib/progname.c: Likewise.
22511         * lib/progreloc.c: Likewise.
22512         * lib/readlink.c: Likewise.
22513         * lib/sh-quote.c: Likewise.
22514         * lib/stpcpy.c: Likewise.
22515         * lib/stpncpy.c: Likewise.
22516         * lib/strcasecmp.c: Likewise.
22517         * lib/strcasestr.c: Likewise.
22518         * lib/strcspn.c: Likewise.
22519         * lib/striconv.c: Likewise.
22520         * lib/strncasecmp.c: Likewise.
22521         * lib/strnlen1.c: Likewise.
22522         * lib/strstr.c: Likewise.
22523         * lib/strtok_r.c: Likewise.
22524         * lib/tls.c: Likewise.
22525         * lib/tmpdir.c: Likewise.
22526         * lib/unicodeio.c: Likewise.
22527         * lib/unsetenv.c: Likewise.
22528         * lib/vasnprintf.c: Likewise.
22529         * lib/vasprintf.c: Likewise.
22530         * lib/wait-process.c: Likewise.
22531         * lib/xallocsa.c: Likewise.
22532         * lib/xsetenv.c: Likewise.
22533         * lib/xstriconv.c: Likewise.
22534
22535 2006-09-13  Simon Josefsson  <jas@extundo.com>
22536
22537         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
22538         that internally, suggested by Ralf Wildenhues
22539         <Ralf.Wildenhues@gmx.de>.
22540
22541 2006-09-13  Simon Josefsson  <jas@extundo.com>
22542
22543         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
22544         @LIBOBJS@.
22545         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22546
22547 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22548
22549         * lib/_fpending.c: Include <config.h> unconditionally, since we no
22550         longer worry about uses that don't define HAVE_CONFIG_H.
22551         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
22552         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
22553         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
22554         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
22555         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
22556         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
22557         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
22558         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
22559         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
22560         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
22561         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
22562         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
22563         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
22564         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
22565         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
22566         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
22567         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
22568         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
22569         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
22570         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
22571         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
22572         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
22573         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
22574         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
22575         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
22576         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
22577         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
22578         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
22579         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
22580         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
22581         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
22582         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
22583         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
22584         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
22585         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
22586         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
22587         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
22588         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
22589         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
22590         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
22591         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
22592         Likewise.
22593
22594 2006-09-13  Eric Blake  <ebb9@byu.net>
22595
22596         * lib/getopt.c: Fix typo in last commit.
22597
22598 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22599
22600         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
22601         dgettext.
22602
22603 2006-09-12  Jim Meyering  <jim@meyering.net>
22604
22605         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
22606         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
22607         Reported by Nelson H. F. Beebe.
22608
22609 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22610
22611         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
22612         program_invocation_name and program_invocation_short_name are
22613         initialized.
22614         * lib/argp-namefrob.h: Move declarations of program_invocation_name
22615         and program_invocation_short_name to argp.h, so they are visible
22616         to user programs.
22617         * lib/argp.h: Likewise
22618
22619 2006-09-10  Bruno Haible  <bruno@clisp.org>
22620
22621         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
22622         m4/inttypes_h.m4, m4/uintmax_t.m4.
22623
22624 2006-09-10  Bruno Haible  <bruno@clisp.org>
22625
22626         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
22627         gl_AC_TYPE_UINTMAX_T.
22628
22629 2006-09-10  Bruno Haible  <bruno@clisp.org>
22630
22631         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
22632
22633 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22634
22635         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
22636         convention.  Text proposed by Bruno Haible.
22637         (struct argp_option): Document the use of N_() wrappers.
22638
22639         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
22640         '\v', and translate the two parts separately, instead of feeding
22641         the whole string to gettext.  This allows to exclude
22642         '\v' from the strings visible to the translator by writing doc
22643         strings as N_("..") "\v" N_("..").
22644
22645 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
22646
22647         * config/srclist.txt: Undo latest change; the bug was fixed.
22648
22649 2006-09-09  Bruno Haible  <bruno@clisp.org>
22650
22651         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
22652         assignments if building a library without libtool.
22653         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
22654         in func_emit_lib_Makefile_am.
22655         (func_import): When building a static library libfoo.a, arrange to
22656         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
22657         (func_create_testdir): Likewise.
22658         * modules/gc (configure.ac, Makefile.am): If building statically,
22659         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
22660         * modules/iconvme (configure.ac, Makefile.am): Likewise.
22661         * modules/striconv (configure.ac, Makefile.am): Likewise.
22662         Based on a suggestion by Ralf Wildenhues.
22663
22664 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22665
22666         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22667         Check for unistd.h too, since Autoconf doesn't assume POSIX.
22668         Also:
22669
22670         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22671         Add year_2050_test to catch glibc bug 2821
22672         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22673
22674         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22675         Prefer #ifdef to #if.
22676
22677         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
22678         Return from 'main' instead of calling 'exit'.
22679
22680 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22681
22682         * lib/mktime.c (guess_time_tm): Fix bug where mktime
22683         returned the maximum time_t value rather than (time_t) -1.
22684         Problem originally reported by William Bardwell
22685         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22686
22687         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22688         Moved to here ...
22689         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22690         ... from here.
22691
22692 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22693
22694         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
22695         2821 is fixed.
22696
22697 2006-09-08  Jim Meyering  <jim@meyering.net>
22698
22699         Don't make generated files read-only.  That would bother too many
22700         people.  However, do retain the ability to work when targets are
22701         read-only: remove the destination and temporary files before writing
22702         them (when generated via sed or echo), or by using the -f option for
22703         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
22704         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22705         * modules/byteswap, modules/configmake, modules/fcntl:
22706         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22707         * modules/localcharset, modules/netinet_in, modules/poll:
22708         * modules/stdbool, modules/stdint, modules/sys_select:
22709         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22710
22711 2006-09-08  Jim Meyering  <jim@meyering.net>
22712
22713         Avoid new build failure on FreeBSD 6.0.
22714         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
22715         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
22716         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
22717
22718 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22719
22720         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
22721
22722 2006-09-07  Jim Meyering  <jim@meyering.net>
22723
22724         Fix global typo in last change: use chmod u-w, not chmod u-x.
22725         Spotted by Paul Eggert and Bruce Korb.
22726         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22727         * modules/byteswap, modules/configmake, modules/fcntl:
22728         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22729         * modules/localcharset, modules/netinet_in, modules/poll:
22730         * modules/stdbool, modules/stdint, modules/sys_select:
22731         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22732
22733 2006-09-06  Jim Meyering  <jim@meyering.net>
22734
22735         Make generated files be read-only.
22736         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
22737         Ensure that each generated file is now read-only.
22738         * modules/argz: Likewise.
22739         * modules/arpa_inet: Likewise.
22740         * modules/byteswap: Likewise.
22741         * modules/configmake: Likewise.
22742         * modules/fcntl: Likewise.
22743         * modules/fnmatch: Likewise.
22744         * modules/getopt: Likewise.
22745         * modules/glob: Likewise.
22746         * modules/inttypes: Likewise.
22747         * modules/netinet_in: Likewise.
22748         * modules/poll: Likewise.
22749         * modules/stdbool: Likewise.
22750         * modules/stdint: Likewise.
22751         * modules/sys_select: Likewise.
22752         * modules/sys_socket: Likewise.
22753         * modules/sys_stat: Likewise.
22754         * modules/sysexits: Likewise.
22755         * modules/localcharset: Same as above, but continue using temporary
22756         file named "t-$@" (why different?) rather than the "$@-t" used
22757         everywhere else.
22758
22759         * modules/sysexits (Makefile.am): Replace literal occurrences
22760         of "sysexit.h" more readable, and more consistent, "$@".
22761
22762 2006-09-06  Bruno Haible  <bruno@clisp.org>
22763
22764         * modules/striconv: New file.
22765         * modules/xstriconv: New file.
22766         * MODULES.html.sh (Internationalization functions): Add striconv,
22767         xstriconv.
22768
22769 2006-09-06  Bruno Haible  <bruno@clisp.org>
22770
22771         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
22772         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
22773         not using libtool correctly.
22774
22775 2006-09-06  Bruno Haible  <bruno@clisp.org>
22776
22777         * lib/striconv.h: New file.
22778         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
22779         iconvstring.c.
22780         * lib/xstriconv.h: New file.
22781         * lib/xstriconv.c: New file.
22782
22783 2006-09-06  Bruno Haible  <bruno@clisp.org>
22784
22785         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22786         lib_..._LDFLAGS.
22787
22788 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22789
22790         * lib/argz_.h: Sync from Libtool.
22791
22792         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
22793                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22794
22795         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
22796
22797 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22798
22799         * modules/trim: New file.
22800
22801 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22802
22803         * lib/trim.h: New file.
22804         * lib/trim.c: New file.
22805
22806 2006-09-05  Bruno Haible  <bruno@clisp.org>
22807
22808         * MODULES.html.sh (String handling): Add trim.
22809
22810 2006-09-04  Karl Berry  <karl@gnu.org>
22811
22812         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
22813         until next release.
22814
22815 2006-09-03  Bruno Haible  <bruno@clisp.org>
22816
22817         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
22818         correctly.
22819
22820 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22821
22822         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
22823         not gl_GETLOADAVG.  Omit unneeded semicolons.
22824         Problems reported by Ralf Wildenhues in
22825         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22826         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
22827         at the end, which is the usual gnulib style.
22828
22829         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
22830         of doing all the work ourselves.
22831         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
22832         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
22833
22834 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22835
22836         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
22837         Problem reported by Ralf Wildenhues in
22838         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22839
22840         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
22841         HAVE_STRUCT_STATFS_F_FSTYPENAME.
22842
22843 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22844
22845         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
22846         yesterday's patch by changing test -n to test -z.
22847
22848 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22849
22850         * modules/getloadavg (Files): Add m4/getloadavg.m4.
22851         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
22852         the former is now obsolescent.
22853
22854         * modules/chdir-long (Depends-on): Add fcntl.
22855
22856 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22857
22858         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
22859         obsolescent, and programs should use gnulib instead.
22860         * m4/getloadavg.m4: New file, with contents taken from Autoconf
22861         but with prefixes changed.
22862
22863 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22864
22865         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
22866         or stdbool.h, because they might not exist while configuring.
22867
22868         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
22869         Don't include unistd.h or limits.h; not needed, since chdir-long.h
22870         does that for us.
22871         (O_DIRECTORY): Remove.
22872
22873 2006-08-31  Eric Blake  <ebb9@byu.net>
22874
22875         * gnulib-tool: Don't let emacs change spaces to TAB.
22876
22877 2006-08-31  Bruno Haible  <bruno@clisp.org>
22878
22879         * gnulib-tool: When calling func_import more than once, do it in a
22880         subshell.
22881         Reported by Eric Blake <ebb9@byu.net>.
22882
22883 2006-08-31  Bruno Haible  <bruno@clisp.org>
22884
22885         * gnulib-tool (nl): Remove variable.
22886         (sed_transform_lib_file): Use more robust test for config-h module.
22887         (func_import): Fix typo in 2006-08-25 patch.
22888
22889 2006-08-31  Bruno Haible  <bruno@clisp.org>
22890
22891         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
22892         specified, augment Makefile.am variables instead of assigning them.
22893
22894 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22895
22896         Work around a bug in both the Linux and SunOS 64-bit kernels:
22897         nanosleep mishandles sleeps for longer than 2**31 seconds.
22898         Problem reported by Frank v Waveren in
22899         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22900         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
22901         Check for nanosleep bug.
22902         (LIB_NANOSLEEP): Append clock_gettime library if needed.
22903
22904 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22905
22906         Work around a bug in both the Linux and SunOS 64-bit kernels:
22907         nanosleep mishandles sleeps for longer than 2**31 seconds.
22908         Problem reported by Frank v Waveren in
22909         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22910         * lib/nanosleep.c (BILLION): New constant.
22911         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
22912         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
22913         implementation.
22914
22915 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         * modules/nanosleep (Depends-on): Add gettime.
22918
22919 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22920         and Simon Josefsson  <jas@extundo.com>
22921         and Oskar Liljeblad  <oskar@osk.mine.nu>
22922
22923         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
22924         * gnulib-tool (func_import): New license type 'unmodifiable license
22925         text'.
22926         * modules/fdl: Use it.  Longer description.
22927         * module/gpl, module/lgpl: New files.
22928
22929 2006-08-30  Jim Meyering  <jim@meyering.net>
22930
22931         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
22932         shadowing the parameter.
22933
22934 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22935
22936         Sync from Libtool:
22937
22938         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22939
22940         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
22941         sharing with gnulib.  Report by Eric Blake.
22942
22943 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22944
22945         * modules/isapipe: New file.
22946         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
22947
22948 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22949
22950         * modules/configmake (Makefile.am): Add a comment, and omit
22951         the CONFIGMAKE_ prefix from generated macro names.  Suggested
22952         by Bruno Haible.
22953
22954 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22955
22956         * m4/isapipe.m4: New file.
22957
22958 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22959
22960         * lib/isapipe.c, lib/isapipe.h: New files.
22961
22962 2006-08-29  Jim Meyering  <jim@meyering.net>
22963
22964         * modules/configmake (Makefile.am): Make configmake.h depend on
22965         Makefile.  Otherwise, a stale configmake.h could hang around.
22966
22967 2006-08-29  Eric Blake  <ebb9@byu.net>
22968
22969         * lib/error.c (error_at_line, print_errno_message): Match libc, after
22970         resolution of upstream bug 3044.
22971
22972 2006-08-29  Bruno Haible  <bruno@clisp.org>
22973
22974         * modules/localcharset (Depends-on): Add configmake.
22975         (Makefile.am): Remove setting of LIBDIR through DEFS.
22976
22977 2006-08-29  Bruno Haible  <bruno@clisp.org>
22978
22979         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
22980         defined.
22981
22982 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22983
22984         * modules/fcntl: New file.
22985         * modules/chdir-safer (Depends-on): Add fcntl.
22986         * modules/fts: Likewise.
22987         * modules/mkdir-p: Likewise.
22988
22989         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
22990         This undoes the most recent change, since we're now addressing the
22991         problem in a different way.
22992
22993         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
22994         into output, since the output might be called Makefile.am even
22995         if $makefile_name is something different.
22996         (func_import): Use $makefile_am rather than
22997         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
22998         empty.
22999
23000         * modules/inttypes (Files): Add m4/inttypes-h.m4.
23001
23002 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23003
23004         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
23005         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
23006         recent change to stdint.m4, since we're now addressing the problem in a
23007         different way.
23008
23009 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23010
23011         * m4/fcntl_h.m4: New file.
23012
23013 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23014
23015         * lib/fcntl_.h: New file.
23016         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
23017         the fcntl module.
23018         * lib/dirchownmod.c: Likewise.
23019         * lib/fts.c: Likewise.
23020
23021         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
23022         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
23023         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
23024         just before including <inttypes.h>, to avoid circular inclusion.
23025
23026 2006-08-28  Jim Meyering  <jim@meyering.net>
23027
23028         * doc/visibility.texi: Actually read and correct the grammar of the
23029         sentence affected by yesterday's change.
23030
23031 2006-08-28  Eric Blake  <ebb9@byu.net>
23032
23033         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
23034         needs wrapper.
23035
23036 2006-08-28  Eric Blake  <ebb9@byu.net>
23037
23038         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
23039
23040 2006-08-28  Eric Blake  <ebb9@byu.net>
23041
23042         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
23043
23044 2006-08-28  Bruno Haible  <bruno@clisp.org>
23045
23046         * modules/c-strstr: New file, from GNU gettext.
23047         * MODULES.html.sh (String handling): Add c-strstr.
23048
23049 2006-08-28  Bruno Haible  <bruno@clisp.org>
23050
23051         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
23052         macros.
23053         Reported by Eric Blake.
23054
23055 2006-08-28  Bruno Haible  <bruno@clisp.org>
23056
23057         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
23058         (VASNPRINTF): Return a string of length > INT_MAX without failing.
23059         * lib/vasprintf.c: Include errno.h, limits.h.
23060         (EOVERFLOW): New fallback definition.
23061         (vasprintf): Test here whether the string length is > INT_MAX.
23062         * lib/vsnprintf.c: Include errno.h, limits.h.
23063         (EOVERFLOW): New fallback definition.
23064         (vsnprintf): Fix bug when generated string was too long for the buffer.
23065         Test here whether the string length is > INT_MAX.
23066
23067 2006-08-28  Bruno Haible  <bruno@clisp.org>
23068
23069         * lib/inttypes_.h (SCNX*): Remove definitions.
23070         Reported by Eric Blake.
23071
23072 2006-08-28  Bruno Haible  <bruno@clisp.org>
23073
23074         * lib/c-strstr.h: New file, from GNU gettext.
23075         * lib/c-strstr.c: New file, from GNU gettext.
23076
23077 2006-08-28  Bruno Haible  <bruno@clisp.org>
23078
23079         * gnulib-tool: Reorder some statements.
23080
23081 2006-08-28  Bruno Haible  <bruno@clisp.org>
23082
23083         * gnulib-tool: New option --makefile-name.
23084         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
23085         $makefile_name.
23086         (func_import): Write $makefile_name to the cache file, and read it from
23087         there unless explicitly specified. Use $makefile_name as file name
23088         instead of Makefile.am. Adjust the recommendations accordingly.
23089
23090 2006-08-28  Bruno Haible  <bruno@clisp.org>
23091
23092         * gnulib-tool (func_verify_module): Check against misapplying patch.
23093
23094 2006-08-28  Bruno Haible  <bruno@clisp.org>
23095
23096         * gnulib-tool (func_relativize, func_relconcat): New functions.
23097         Give an error if --local-dir is given with --update.
23098         Remove trailing slashes from $local_gnulib_dir.
23099         (func_import): Store the relativized $local_gnulib_dir in
23100         gnulib-cache.m4, and read it from there if not specified explicitly.
23101
23102 2006-08-28  Bruno Haible  <bruno@clisp.org>
23103
23104         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
23105         is the current directory. Respect also $local_gnulib_dir.
23106
23107 2006-08-28  Bruno Haible  <bruno@clisp.org>
23108             Simon Josefsson  <jas@extundo.com>
23109
23110         BeOS portability.
23111         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
23112
23113 2006-08-27  Jim Meyering  <jim@meyering.net>
23114
23115         * doc/visibility.texi: Remove duplicate word: "pointer".
23116
23117 2006-08-26  Bruno Haible  <bruno@clisp.org>
23118
23119         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
23120         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
23121         (Makefile.am): Create inttypes.h from inttypes_.h.
23122         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
23123
23124         * modules/imaxabs: New file.
23125
23126         * modules/imaxdiv: New file.
23127
23128 2006-08-26  Bruno Haible  <bruno@clisp.org>
23129
23130         * m4/inttypes.m4: New file.
23131         * m4/_inttypes_h.m4: Remove file.
23132         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
23133         PRI_MACROS_BROKEN.
23134         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
23135
23136         * m4/imaxabs.m4: New file.
23137
23138         * m4/imaxdiv.m4: New file.
23139
23140 2006-08-26  Bruno Haible  <bruno@clisp.org>
23141
23142         * lib/inttypes_.h: New file.
23143         * lib/inttypes.h: Remove file.
23144         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
23145
23146         * lib/imaxabs.c: New file.
23147
23148         * lib/imaxdiv.c: New file.
23149
23150 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23151
23152         New config-h module, so that "make" output needn't be cluttered
23153         by -DHAVE_CONFIG_H.
23154         * MODULES.html.sh (Support for building libraries and executables):
23155         Add config-h.
23156         * modules/config-h: New file.
23157         * gnulib-tool (nl, sed_transform_lib_file): New vars.
23158         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
23159         the config-h module is used.
23160
23161         New configmake module, so that "make" output needn't be cluttered
23162         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
23163         * MODULES.html.sh (Support for building libraries and executables):
23164         Add configmake.
23165         * modules/configmake: New file.
23166
23167 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23168
23169         * m4/config-h.m4: New file.
23170
23171 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23172
23173         * config/srclist.txt: Add elisp-comp.
23174
23175 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23176
23177         * MODULES.html.sh (Support for building libraries and executables):
23178         Add elisp-comp.
23179         * build-aux/elisp-comp: New file.
23180         * modules/elisp-comp: New file.
23181
23182 2006-08-24  Bruno Haible  <bruno@clisp.org>
23183
23184         * gnulib-tool (func_create_testdir): Use non-default values of
23185         sourcebase and m4base.
23186
23187 2006-08-24  Bruno Haible  <bruno@clisp.org>
23188
23189         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
23190         HTML structure.
23191
23192 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
23193
23194         * modules/openat (Depends-on): Add lchown.
23195
23196 2006-08-23  Bruno Haible  <bruno@clisp.org>
23197
23198         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
23199         of gl_LOCK_EARLY instead of gl_LOCK.
23200
23201 2006-08-23  Bruno Haible  <bruno@clisp.org>
23202
23203         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
23204         on OSF/1 to no.
23205         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
23206
23207 2006-08-23  Bruno Haible  <bruno@clisp.org>
23208
23209         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
23210         as unusable.
23211
23212         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
23213         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
23214         (gl_LOCK): New macro.
23215
23216 2006-08-22  Simon Josefsson  <jas@extundo.com>
23217
23218         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
23219         to md5 module.
23220
23221 2006-08-22  Simon Josefsson  <jas@extundo.com>
23222
23223         * MODULES.html.sh: Add "Support for maintaining and release
23224         projects".
23225
23226         * build-aux/gnupload: New file, from coreutils.
23227
23228 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23229
23230         Avoid the need for AC_LIBSOURCES in m4 macros.
23231         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
23232         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
23233         * modules/check-version (EXTRA_DIST): Add check-version.h.
23234         * modules/crc (EXTRA_DIST): Add crc.h.
23235         * modules/des (EXTRA_DIST): Add des.h.
23236         * modules/gc (EXTRA_DIST): Add gc.h.
23237         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
23238         * modules/getline (EXTRA_DIST): Add getline.h.
23239         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
23240         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
23241         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
23242         * modules/md2 (EXTRA_DIST): Add md2.h.
23243         * modules/md4 (EXTRA_DIST): Add md4.h.
23244         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
23245         * modules/read-file (EXTRA_DIST): Add read-file.h.
23246         * modules/readline (EXTRA_DIST): Add readline.h.
23247         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
23248         rijndael-api-fst.h.
23249
23250 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23251
23252         * m4/rijndael.m4 (gl_ARCFOUR):
23253         * m4/arctwo.m4 (gl_ARCTWO):
23254         * m4/check-version.m4 (gl_CHECK_VERSION):
23255         * m4/crc.m4 (gl_CRC):
23256         * m4/des.m4 (gl_DES):
23257         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
23258         * m4/gc.m4 (gl_GC):
23259         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
23260         * m4/getline.m4 (gl_FUNC_GETLINE):
23261         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
23262         * m4/hmac-md5.m4 (gl_HMAC_MD5):
23263         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
23264         * m4/md2.m4 (gl_MD2):
23265         * m4/md4.m4 (gl_MD4):
23266         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
23267         * m4/read-file.m4 (gl_FUNC_READ_FILE):
23268         * m4/readline.m4 (gl_FUNC_READLINE):
23269         * m4/rijndael.m4 (gl_RIJNDAEL):
23270         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
23271         to get the necessary .h files and whatnot.
23272
23273 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23274
23275         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
23276         gnulib rather than the other way around.
23277         * config/srclistvars.sh (COREUTILS): Remove.
23278
23279 2006-08-22  Jim Meyering  <jim@meyering.net>
23280
23281         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
23282
23283         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
23284
23285 2006-08-22  Eric Blake  <ebb9@byu.net>
23286
23287         * modules/regexprops-generic: New file.
23288         * MODULES.html.sh (Support for building documentation): List it.
23289
23290 2006-08-22  Eric Blake  <ebb9@byu.net>
23291
23292         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
23293         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
23294         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
23295         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
23296
23297 2006-08-22  Bruno Haible  <bruno@clisp.org>
23298
23299         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
23300         and lib_LTLIBRARIES like the other lib_* variables.
23301
23302 2006-08-22  Bruno Haible  <bruno@clisp.org>
23303
23304         * build-aux/x-to-1.in: New file, from GNU gettext.
23305
23306 2006-08-22  Bruno Haible  <bruno@clisp.org>
23307
23308         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
23309         <utmpx.h> exists.
23310
23311 2006-08-22  Bruno Haible  <bruno@clisp.org>
23312
23313         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
23314         <utmpx.h> exists.
23315
23316 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23317
23318         BeOS portability.
23319         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
23320         exist.
23321         Problem reported by Bruno Haible.
23322
23323 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23324
23325         Avoid the need for AC_LIBSOURCES in m4 macros.
23326         * modules/acl (EXTRA_DIST): Add acl.h.
23327         * modules/argmatch (Files): Add m4/argmatch.m4.
23328         (configure.ac): Add gl_ARGMATCH.
23329         (EXTRA_DIST): Renamed from lib_SOURCES, for
23330         consistency with the other modules.  Remove argmatch.c.
23331         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
23332         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
23333         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
23334         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
23335         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
23336         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
23337         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
23338         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
23339         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
23340         * modules/closeout (EXTRA_DIST): Add closeout.h.
23341         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
23342         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
23343         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
23344         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
23345         dirname.h; remove basename.c and stripslash.c.
23346         * modules/exclude (EXTRA_DIST): Add exclude.h.
23347         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
23348         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
23349         * modules/file-type (EXTRA_DIST): Add file-type.h.
23350         * modules/filemode (EXTRA_DIST): Add filemode.h.
23351         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
23352         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
23353         * modules/fpending (EXTRA_DIST): Add __fpending.h.
23354         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
23355         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
23356         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
23357         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
23358         * modules/getdate (EXTRA_DIST): Add getdate.c.
23359         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
23360         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
23361         * modules/getpass (EXTRA_DIST): Add getpass.h.
23362         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
23363         * modules/group-member (EXTRA_DIST): Add group-member.h.
23364         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
23365         * modules/hash (EXTRA_DIST): Add hash.h.
23366         * modules/human (EXTRA_DIST): Add human.h.
23367         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
23368         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
23369         * modules/lchown (EXTRA_DIST): Add lchown.h.
23370         * modules/long-options (EXTRA_DIST): Add long-options.h.
23371         * modules/lstat (EXTRA_DIST): Add lstat.h.
23372         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
23373         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
23374         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
23375         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
23376         * modules/memxor (EXTRA_DIST): Add memxor.h.
23377         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
23378         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
23379         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
23380         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
23381         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
23382         * modules/physmem (EXTRA_DIST): Add physmem.h.
23383         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
23384         * modules/posixver (EXTRA_DIST): Add posixver.h.
23385         * modules/quote (EXTRA_DIST): Add quote.h.
23386         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
23387         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
23388         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
23389         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
23390         regex_internal.h regexec.c.
23391         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
23392         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
23393         * modules/same (EXTRA_DIST): Add same.h.
23394         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
23395         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
23396         * modules/savedir (EXTRA_DIST): Add savedir.h.
23397         * modules/sha1 (EXTRA_DIST): Add sha1.h.
23398         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
23399         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
23400         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
23401         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
23402         * modules/strdup (EXTRA_DIST): Add strdup.h.
23403         * modules/strftime (EXTRA_DIST): Add strftime.h.
23404         * modules/strndup (EXTRA_DIST): Add strndup.h.
23405         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
23406         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
23407         * modules/time_r (EXTRA_DIST): Add time_r.h.
23408         * modules/timespec (EXTRA_DIST): Add timespec.h.
23409         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
23410         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
23411         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
23412         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
23413         * modules/userspec (EXTRA_DIST): Add userspec.h.
23414         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
23415         * modules/utimens (EXTRA_DIST): Add utimens.h.
23416         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
23417         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
23418         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
23419         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
23420         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
23421         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
23422         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
23423         * modules/yesno (EXTRA_DIST): Add yesno.h.
23424
23425 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23426
23427         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
23428
23429         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
23430         * m4/dev-ino.m4, same-inode.m4: Remove.
23431
23432         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
23433         * m4/acl.m4 (AC_FUNC_ACL):
23434         * m4/backupfile.m4 (gl_BACKUPFILE):
23435         * m4/c-strtod.m4 (gl_C99_STRTOLD):
23436         * m4/canon-host.m4 (gl_CANON_HOST):
23437         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
23438         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
23439         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
23440         * m4/cloexec.m4 (gl_CLOEXEC):
23441         * m4/close-stream.m4 (gl_CLOSE_STREAM):
23442         * m4/closeout.m4 (gl_CLOSEOUT):
23443         * m4/dirfd.m4 (gl_FUNC_DIRFD):
23444         * m4/dirname.m4 (gl_DIRNAME):
23445         * m4/exclude.m4 (gl_EXCLUDE):
23446         * m4/exitfail.m4 (gl_EXITFAIL):
23447         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
23448         * m4/file-type.m4 (gl_FILE_TYPE):
23449         * m4/filemode.m4 (gl_FILEMODE):
23450         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
23451         * m4/fpending.m4 (gl_FUNC_FPENDING):
23452         * m4/fprintftime.m4 (gl_FPRINTFTIME):
23453         * m4/fts.m4 (gl_FUNC_FTS):
23454         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
23455         * m4/getdate.m4 (gl_GETDATE):
23456         * m4/gethrxtime.m4 (gl_GETHRXTIME):
23457         * m4/getpagesize.m4 (gl_GETPAGESIZE):
23458         * m4/getpass.m4 (gl_FUNC_GETPASS):
23459         * m4/gettime.m4 (gl_GETTIME):
23460         * m4/getugroups.m4 (gl_GETUGROUPS):
23461         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
23462         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
23463         * m4/hard-locale.m4 (gl_HARD_LOCALE):
23464         * m4/hash.m4 (gl_HASH):
23465         * m4/idcache.m4 (gl_IDCACHE):
23466         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
23467         * m4/lchown.m4 (gl_FUNC_LCHOWN):
23468         * m4/long-options.m4 (gl_LONG_OPTIONS):
23469         * m4/lstat.m4 (gl_FUNC_LSTAT):
23470         * m4/md5.m4 (gl_MD5):
23471         * m4/memcasecmp.m4 (gl_MEMCASECMP):
23472         * m4/memcoll.m4 (gl_MEMCOLL):
23473         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
23474         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
23475         * m4/memxor.m4 (gl_MEMXOR):
23476         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
23477         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
23478         * m4/modechange.m4 (gl_MODECHANGE):
23479         * m4/mountlist.m4 (gl_MOUNTLIST):
23480         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23481         * m4/openat.m4 (gl_FUNC_OPENAT):
23482         * m4/pathmax.m4 (gl_PATHMAX):
23483         * m4/physmem.m4 (gl_PHYSMEM):
23484         * m4/posixtm.m4 (gl_POSIXTM):
23485         * m4/posixver.m4 (gl_POSIXVER):
23486         * m4/quote.m4 (gl_QUOTE):
23487         * m4/quotearg.m4 (gl_QUOTEARG):
23488         * m4/readtokens.m4 (gl_READTOKENS):
23489         * m4/readutmp.m4 (gl_READUTMP):
23490         * m4/regex.m4 (gl_REGEX):
23491         * m4/safe-read.m4 (gl_SAFE_READ):
23492         * m4/safe-write.m4 (gl_SAFE_WRITE):
23493         * m4/same.m4 (gl_SAME):
23494         * m4/save-cwd.m4 (gl_SAVE_CWD):
23495         * m4/savedir.m4 (gl_SAVEDIR):
23496         * m4/settime.m4 (gl_SETTIME):
23497         * m4/sha1.m4 (gl_SHA1):
23498         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
23499         * m4/stat-macros.m4 (gl_STAT_MACROS):
23500         * m4/stat-time.m4 (gl_STAT_TIME):
23501         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
23502         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
23503         * m4/strdup.m4 (gl_FUNC_STRDUP):
23504         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
23505         * m4/strndup.m4 (gl_FUNC_STRNDUP):
23506         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
23507         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
23508         * m4/time_r.m4 (gl_TIME_R):
23509         * m4/timespec.m4 (gl_TIMESPEC):
23510         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
23511         * m4/unlinkdir.m4 (gl_UNLINKDIR):
23512         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
23513         * m4/userspec.m4 (gl_USERSPEC):
23514         * m4/utimecmp.m4 (gl_UTIMECMP):
23515         * m4/utimens.m4 (gl_UTIMENS):
23516         * m4/xalloc.m4 (gl_XALLOC):
23517         * m4/xgetcwd.m4 (gl_XGETCWD):
23518         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
23519         * m4/xreadlink.m4 (gl_XREADLINK):
23520         * m4/xstrtod.m4 (gl_XSTRTOD):
23521         * m4/yesno.m4 (gl_YESNO):
23522         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
23523         to get the necessary .h files and whatnot.
23524
23525 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
23526             Bruno Haible  <bruno@clisp.org>
23527
23528         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
23529         /bin/sh understanding of '!' conditional negation.
23530
23531 2006-08-21  Jim Meyering  <jim@meyering.net>
23532
23533         * modules/openat (Depends-on): Really alphabetize.
23534
23535         * modules/acl (Depends-on): Add error and quote.
23536
23537         * check-module (find_included_lib_files): Add at-func.c to the
23538         ok-to-include-more-than-once white list.
23539
23540         * modules/openat (Depends-on): Add lstat.  Alphabetize.
23541
23542 2006-08-21  Bruno Haible  <bruno@clisp.org>
23543
23544         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23545         Emit a pkgdata_DATA variable only if some snippets add contents to it.
23546         Reported by Martin Lambers <marlam@marlam.de>.
23547
23548 2006-08-21  Bruno Haible  <bruno@clisp.org>
23549
23550         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
23551         specify an installation location, don't emit a noinst_LIBRARIES or
23552         noinst_LTLIBRARIES assignment.
23553
23554 2006-08-21  Bruno Haible  <bruno@clisp.org>
23555
23556         BeOS portability.
23557         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
23558         BeOS has mbrtowc() but no <wctype.h>.
23559
23560 2006-08-21  Bruno Haible  <bruno@clisp.org>
23561
23562         BeOS portability.
23563         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
23564         exist.
23565
23566 2006-08-21  Bruno Haible  <bruno@clisp.org>
23567
23568         BeOS portability.
23569         * lib/mbchar.h: Include <wctype.h> only if it exists.
23570
23571 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         Remove files that are no longer needed by their respective modules.
23574         * m4/obstack.m4: Remove.
23575         * m4/strerror_r.m4: Remove.
23576         * m4/uint32_t.m4: Remove.
23577         * m4/uintptr_t.m4: Remove.
23578         * m4/ullong_max.m4: Remove.
23579         * m4/xstrtoimax.m4: Remove.
23580         * m4/xstrtoumax.m4: Remove.
23581
23582         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
23583         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
23584         dependencies now capture this.
23585
23586         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
23587         Do not use AC_LIBSOURCES, since gnulib modules now do this.
23588         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
23589         * m4/human.m4 (gl_HUMAN): Likewise.
23590         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
23591         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
23592
23593         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
23594
23595         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
23596         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
23597         stdint.
23598         * m4/human.m4 (gl_HUMAN): Likewise.
23599         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
23600         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
23601         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23602         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23603         * m4/xstrtol (gl_XSTRTOL): Likewise.
23604
23605         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
23606         AC_TYPE_LONG_LONG_INT.
23607         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23608         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
23609         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
23610         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23611
23612         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
23613         on stdbool.
23614
23615         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
23616         (gl_PREREQ_XSTRTOUL): Remove.
23617
23618         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
23619
23620         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
23621         mode.
23622
23623 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23624
23625         Add and change modules to make it easier for coreutils to use
23626         gnulib-tool.
23627         * modules/backupfile (Files): Remove m4/d-ino.m4.
23628         (Depends-on): Add d-ino.
23629         * modules/cycle-check (Depends-on): Add stdint.
23630         (lib_SOURCES): Add cycle-check.h.
23631         * modules/d-ino: New module.
23632         * modules/d-type: New module.
23633         * modules/error (Files): Remove m4/strerror_r.m4.
23634         * modules/filemode (Files): Add m4/st_dm_mode.m4.
23635         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23636         m4/inttypes_h.m4, m4/uintmax_t.m4.
23637         (Depends-on): Add stdint.
23638         (lib_SOURCES): Add fsusage.h.
23639         * modules/getcwd (Files): Remove d-ino.m4.
23640         (Depends-on): Add d-ino.
23641         * modules/getndelim2 (Depends-on): Add stdint.
23642         * modules/glob (Files): Remove m4/d-type.m4.
23643         (Depends-on): Add d-type.
23644         * modules/host-os: New module.
23645         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
23646         m4/inttypes_h.m4, m4/uintmax_t.m4.
23647         * Depends-on: Add stdint.
23648         (lib_SOURCES): Add human.h.
23649         * modules/inttostr (Files): Remove m4/intmax_t.m4,
23650         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
23651         m4/uintmax_t.m4, m4/ulonglong.m4.
23652         (Depends-on): Add stdint.
23653         (EXTRA_DIST): Add inttostr.h.
23654         * modules/lchmod: New module.
23655         * modules/link-follow: New module.
23656         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
23657         (Depends-on): Add lchmod.
23658         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
23659         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
23660         (Depends-on): Add stdint.
23661         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
23662         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
23663         (Depends-on): Add stdint.
23664         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
23665         * modules/perl: New module.
23666         * modules/regex (Depends-on): Add stdint.
23667         * modules/rmdir-errno: New module.
23668         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23669         m4/intmax_t.m4.
23670         (Depends-on): Add stdint.
23671         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23672         m4/uintmax_t.m4.
23673         (Depends-on): Add stdint.
23674         * modules/unlink-busy: New module.
23675         * modules/utimecmp (Depends-on): Add stdint.
23676         * modules/uptime: New module.
23677         * modules/winsz-ioctl: New module.
23678         * modules/winsz-termios: New module.
23679         * modules/xnanosleep (Depends-on): Add nanosleep.
23680         * modules/ullong_max: Remove.
23681         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
23682         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
23683         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
23684         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
23685         (Depends-on): Add inttypes.
23686         (lib_SOURCES): Add xstrtol.h.
23687         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
23688         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
23689         * MODULES.html.sh: Move 'assert' into the assert section.
23690         Move 'dummy' into the linking section.
23691         Remove ullong_max.
23692         Add section for compatibility checks for POSIX:2001 functions,
23693         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
23694         winsz-ioctl, and winsz-termios into it.
23695         Add lchmod.
23696         Add top-level Misc section and put host-os, perl, and uptime
23697         into it.
23698
23699 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23700
23701         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
23702         now assume the stdint module.  Do not include inttypes.h.
23703         * lib/fsusage.h: Likewise.
23704         * lib/getndelim2.c: Likewise.
23705         * lib/human.h: Likewise.
23706         * lib/inttostr.h: Likewise.
23707         * lib/obstack.c: Likewise.
23708         * lib/regex_internal.h: Likewise.
23709         * lib/tempname.c: Likewise.
23710         * lib/utimecmp.c: Likewise.
23711         * lib/xstrtol.h: Likewise.
23712
23713         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
23714
23715         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
23716         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
23717         * lib/xtime.h: Likewise.
23718
23719 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23720
23721         * modules/openat (Files): Add lib/fchmodat.c.
23722         Fixes problem reported by Jay Youngman.
23723
23724 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23725
23726         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
23727         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
23728
23729 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
23730             Bruno Haible  <bruno@clisp.org>
23731
23732         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
23733         and is a script that invokes bison. Tighten the code. Add comments.
23734
23735 2006-08-18  Jim Meyering  <jim@meyering.net>
23736
23737         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
23738         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
23739         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
23740         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
23741
23742 2006-08-18  Bruno Haible  <bruno@clisp.org>
23743
23744         * modules/bison-i18n: New file.
23745         * MODULES.html.sh (Internationalization functions): Add it.
23746
23747 2006-08-18  Bruno Haible  <bruno@clisp.org>
23748
23749         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
23750         sys/statvfs.h. When getmntinfo was found, check its declaration and
23751         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
23752
23753 2006-08-18  Bruno Haible  <bruno@clisp.org>
23754
23755         * m4/bison-i18n.m4: New file, from bison.
23756
23757 2006-08-18  Bruno Haible  <bruno@clisp.org>
23758
23759         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
23760         (ME_DUMMY): Treat "kernfs" as a dummy.
23761         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
23762
23763 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23764
23765         Update from coreutils.
23766
23767         2006-08-15  Jim Meyering  <jim@meyering.net>
23768
23769         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
23770
23771         2006-01-17  Jim Meyering  <jim@meyering.net>
23772
23773         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
23774
23775         2006-01-11  Jim Meyering  <jim@meyering.net>
23776
23777         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
23778         Check for the lchmod function.
23779
23780 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23781
23782         Update from coreutils.
23783
23784         * lib/__fpending.h: Add copyright notice.
23785         * lib/fprintftime.h: Likewise.
23786         * lib/savedir.c: Use (C) in copyright notice.
23787         * lib/savedir.h: Likewise.
23788
23789         2006-08-15  Jim Meyering  <jim@meyering.net>
23790
23791         * lib/at-func.c: New file, with the logic of all emulated at-functions.
23792         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
23793         in support of the EXPECTED_ERRNO macro.
23794         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
23795         definitions.  Instead, define the appropriate symbols and include
23796         "at-func.c".
23797         * lib/mkdirat.c (mkdirat): Likewise.
23798         * lib/fchmodat.c (fchmodat): Likewise.
23799         (ENOSYS): Remove definition.
23800         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
23801         it.  Don't include "unistd--.h" -- it wasn't ever used.
23802
23803         2006-01-17  Jim Meyering  <jim@meyering.net>
23804
23805         Rewrite fts.c not to change the current working directory,
23806         by using openat, fstatat, fdopendir, etc..
23807
23808         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
23809         (HAVE_OPENAT_SUPPORT): Define.
23810         [_LIBC] (fchdir): Don't undef or define; no longer used.
23811         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
23812         Now, this `function' always succeeds, and consumes its file descriptor
23813         parameter -- so callers must not close such FDs.  Update callers.
23814         (diropen_fd, opendirat, cwd_advance_fd): New functions.
23815         (diropen): Add parameter, SP.  Adjust all callers.
23816         Implement using diropen_fd, rather than open.
23817         (fts_open): Initialize new member, fts_cwd_fd.
23818         Remove fts_rft-setting code.
23819         (fts_close): Close fts_cwd_fd, if necessary.
23820         (__opendir2): Define in terms of opendir or opendirat,
23821         depending on whether the FST_NOCHDIR flag is set.
23822         (fts_build): Since fts_safe_changedir consumes its FD, and since
23823         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
23824         and close the dup'd file descriptor upon failure.
23825         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
23826         (fts_safe_changedir): Tweak semantics to reflect that this function
23827         now calls cwd_advance_fd and hence consumes its FD argument.
23828         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
23829         [struct FTS] (fts_rft): Remove now-unused member.
23830         [struct FTS] (fts_cycle.state): Improve comment.
23831
23832         * lib/openat.c (openat_needs_fchdir): New function.
23833         * lib/openat.h (openat_needs_fchdir): Declare it.
23834
23835 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23836
23837         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
23838         Problem and fix reported by Pádraig Brady in
23839         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
23840
23841 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23842
23843         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
23844
23845 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23846
23847         * lib/memcoll.c (memcoll): Optimize for the common case where the
23848         arguments are bytewise equal.
23849
23850 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23851
23852         * doc/regexprops-generic.texi: Add a copyright notice.
23853
23854 2006-08-15  Bruno Haible  <bruno@clisp.org>
23855
23856         * modules/tmpdir (License): Change to LGPL.
23857
23858 2006-08-15  Bruno Haible  <bruno@clisp.org>
23859
23860         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
23861         module.
23862
23863 2006-08-14  Simon Josefsson  <jas@extundo.com>
23864
23865         * config/srclist.txt: Add gnupload.
23866
23867 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23868
23869         Change copyright notice from LGPL 2 to GPL 2, since that's the
23870         standard form used in the gnulib repository.
23871         * tests/test-lock.c: Likewise.
23872         * tests/test-stdint.c: Likewise.
23873         * tests/test-tls.c: Likewise.
23874
23875         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
23876         prelude-manager.  User shorter URLs for GNU projects, without '?'.
23877         Add copyright notice.
23878
23879         * check-module: Add copyright notice.  Output a copyright
23880         notice if "--version" is specified.
23881         * modules/COPYING: New file.
23882         * tests/test-getaddrinfo.c: Add copyright notice.
23883         * tests/test-verify.c: Likewise.
23884
23885 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23886
23887         Change copyright notice from LGPL 2 to GPL 2, since that's the
23888         standard form used in the gnulib repository.
23889         * lib/lock.c: LGPL -> GPL.
23890         * lib/lock.h: Likewise.
23891         * lib/strnlen1.c: Likewise.
23892         * lib/strnlen1.h: Likewise.
23893         * lib/tls.c: Likewise.
23894         * lib/tls.h: Likewise.
23895         * lib/tmpdir.c: Likewise.
23896
23897         * lib/TODO: Remove; this belongs only in coreutils.
23898
23899 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23900
23901         Add copyright notices to long-enough files that lack them, since
23902         otherwise the files aren't clearly free.  Use the same notice that
23903         getdate.texi already uses.
23904         * doc/alloca-opt.texi: Add copyright notice.
23905         * doc/alloca.texi: Likewise.
23906         * doc/ctime.texi: Likewise.
23907         * doc/functions.texi: Likewise.
23908         * doc/gcd.texi: Likewise.
23909         * doc/gnulib-tool.texi: Likewise.
23910         * doc/inet_ntoa.texi: Likewise.
23911         * doc/visibility.texi: Likewise.
23912
23913         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
23914         * doc/quote.texi: Add copyright notice.
23915
23916         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
23917         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
23918         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
23919         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
23920         is now obsolete, and give a pointer to the Sun list.
23921         Add copyright notice.
23922
23923 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         * config/srclistvars.sh: Add copyright notice.
23926
23927 2006-08-14  Eric Blake  <ebb9@byu.net>
23928
23929         Import the following change from libc:
23930
23931         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
23932
23933         Upstream bug 2997.
23934         * lib/misc/error.c: Add space between program name and message if file
23935         name is missing.
23936
23937 2006-08-12  Karl Berry  <karl@gnu.org>
23938
23939         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
23940         remove, these originate in gnulib now.
23941
23942 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23943
23944         * doc/Makefile (standards.info standards.html standards.dvi):
23945         Also depend on make-stds.texi.
23946
23947 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23948
23949         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
23950         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
23951
23952         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
23953         in wchar_t.  Problem reported by Eric Blake.
23954
23955         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
23956         LEN is smaller than SIZE.  Suggested by Bruno Haible.
23957         Also, help the compiler to keep LEN in a register.
23958
23959 2006-08-11  Eric Blake  <ebb9@byu.net>
23960
23961         * users.txt: Sort.  Add tar.
23962
23963 2006-08-11  Bruno Haible  <bruno@clisp.org>
23964
23965         * users.txt: New file.
23966
23967 2006-08-11  Bruno Haible  <bruno@clisp.org>
23968
23969         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
23970         before <wchar.h>. Needed for OSF/1 and BSD/OS.
23971
23972 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23973
23974         * modules/snprintf (Depends-on): Remove minmax.
23975         (Maintainer): Add self and Bruno.
23976
23977 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23978
23979         * lib/.cppi-disable: Add snprintf.h, socket_.h.
23980         * lib/snprintf.c: Include <errno.h> and <limits.h>.
23981         (EOVERFLOW): Define if the system does not.
23982         Do not include "minmax.h"; it wasn't used.
23983         (snprintf): Don't assume size_t promotes to an unsigned type.
23984         Fix bug when generated string was too long for the buffer: the
23985         buffer's contents are supposed to be the initial prefix of the
23986         output.  Don't assume vasnprintf returns EOVERFLOW if the size
23987         exceeds INT_MAX; do the check ourselves.
23988
23989         Import the following changes from libc:
23990
23991         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
23992
23993         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
23994         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
23995         set wc to the byte which couldn't be converted.
23996         (re_string_reconstruct): Don't clear valid_raw_len before calling
23997         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
23998         tip_context using re_string_context_at.
23999
24000         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
24001
24002         * lib/posix/regex.h: g++ still cannot handled [restrict].
24003
24004         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
24005
24006         * lib/posix/regex.h: Remove special handling for VMS.
24007
24008 2006-08-10  Jim Meyering  <jim@meyering.net>
24009
24010         * modules/same-inode: New module.
24011         * modules/dev-ino: New module.
24012         * modules/cycle-check: Depend on these modules, rather than simply
24013         including their .h files.
24014         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
24015         required via m4/cycle-check.m4.
24016         * modules/same: Depend on new same-inode module, rather than
24017         including same-inode.h.
24018         * modules/chdir-safer: New file.
24019
24020         * modules/chown (Depends-on): Add stat-macros.
24021
24022 2006-08-10  Jim Meyering  <jim@meyering.net>
24023
24024         * m4/cycle-check.m4: New file.
24025         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
24026         * m4/dev-ino.m4, m4/same-inode.m4: New files.
24027
24028 2006-08-10  Eric Blake  <ebb9@byu.net>
24029
24030         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
24031         in from original proposal.
24032
24033 2006-08-10  Eric Blake  <ebb9@byu.net>
24034         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24035
24036         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
24037         namespace.
24038
24039 2006-08-10  Bruno Haible  <bruno@clisp.org>
24040
24041         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
24042         as well.
24043
24044 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24045
24046         Sync from coreutils.
24047
24048         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
24049
24050         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
24051         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
24052
24053 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24054
24055         * modules/restrict: Remove; no longer needed now that we assume
24056         Autoconf 2.59 or later.
24057         * MODULES.html.sh: Remove 'restrict'.
24058         * modules/argp (Depends-on): Remove 'restrict'.
24059         * modules/base64 (Depends-on): Likewise.
24060         * modules/gc (Depends-on): Likewise.
24061         * modules/getaddrinfo (Depends-on): Likewise.
24062         * modules/glob (Depends-on): Likewise.
24063         * modules/inet_ntop (Depends-on): Likewise.
24064         * modules/inet_pton (Depends-on): Likewise.
24065         * modules/memxor (Depends-on): Likewise.
24066         * modules/regex (Depends-on): Likewise.
24067         * modules/strtok_r (Depends-on): Likewise.
24068         * modules/time_r (Depends-on): Likewise.
24069
24070 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24071
24072         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
24073         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
24074         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24075         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
24076         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
24077         * m4/memxor.m4 (gl_MEMXOR): Likewise.
24078         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
24079         gl_C_RESTRICT replaced by AC_C_RESTRICT.
24080
24081         Merge from coreutils.
24082         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
24083         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
24084         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24085         * m4/time_r.m4 (gl_TIME_R): Likewise.
24086
24087 2006-08-09  Karl Berry  <karl@gnu.org>
24088
24089         * config/srclist.txt: no more gettext-tools, per Bruno.
24090
24091 2006-08-08  Eric Blake  <ebb9@byu.net>
24092
24093         * modules/verror: New module.
24094         * MODULES.html.sh: Document it.
24095
24096 2006-08-08  Eric Blake  <ebb9@byu.net>
24097
24098         * lib/verror.h, lib/verror.c: New files.
24099
24100 2006-08-08  Eric Blake  <ebb9@byu.net>
24101
24102         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
24103         verror_at_line output complies with GNU Coding Standards even when
24104         file is NULL.
24105
24106 2006-08-07  Bruno Haible  <bruno@clisp.org>
24107
24108         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
24109         versions of AIX.
24110         Reported by Ralf Wildenhues.
24111
24112 2006-08-07  Bruno Haible  <bruno@clisp.org>
24113
24114         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
24115         in an AC_DEFUN. Needed so that the autoconf snippets can use
24116         AC_REQUIRE.
24117
24118 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24119
24120         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24121         Initialize pkgdata_DATA.
24122         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
24123         overriding it.
24124
24125 2006-08-06  Eric Blake  <ebb9@byu.net>
24126
24127         * lib/error.h: Fold in some upstream changes from glibc.
24128         * lib/error.c: Likewise.
24129
24130 2006-08-04  Bruno Haible  <bruno@clisp.org>
24131
24132         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24133         Make the mostlyclean-local rule depend on mostlyclean-generic.
24134         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
24135
24136 2006-07-31  Bruno Haible  <bruno@clisp.org>
24137
24138         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
24139         <stdlib.h>, <string.h>.
24140
24141 2006-07-30  Bruno Haible  <bruno@clisp.org>
24142
24143         * modules/readlink (License): Change to LGPL.
24144
24145 2006-07-30  Bruno Haible  <bruno@clisp.org>
24146
24147         * modules/javaversion (Makefile.am): Distribute javaversion.java and
24148         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
24149         set PKGDATADIR to point to it.
24150
24151 2006-07-30  Bruno Haible  <bruno@clisp.org>
24152
24153         * modules/csharpexec (configure.ac): Comment out macro invocation.
24154         * modules/javaexec (configure.ac): Likewise.
24155         * modules/javacomp-script (configure.ac): Likewise.
24156
24157         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
24158
24159 2006-07-30  Bruno Haible  <bruno@clisp.org>
24160
24161         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
24162         linked-list.
24163
24164 2006-07-30  Bruno Haible  <bruno@clisp.org>
24165
24166         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
24167
24168 2006-07-30  Bruno Haible  <bruno@clisp.org>
24169
24170         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24171         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
24172         get removed.
24173
24174 2006-07-29  Bruno Haible  <bruno@clisp.org>
24175
24176         Make it possible for gnulib-tool to work with locally modified or
24177         augmented gnulib repositories.
24178         * gnulib-tool (func_usage): Document --local-dir option.
24179         (local_gnulib_dir): New variable.
24180         Handle --local-dir option.
24181         (func_lookup_file): New function.
24182         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
24183         (func_get_description, func_get_filelist, func_get_description,
24184         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
24185         func_get_automake_snippet, func_get_include_directive,
24186         func_get_license, func_get_maintainer): Use func_lookup_file.
24187         (func_import, func_create_testdir): Use func_lookup_file.
24188
24189 2006-07-29  Bruno Haible  <bruno@clisp.org>
24190
24191         * modules/setenv (Depends-on): Add unistd.
24192
24193 2006-07-29  Bruno Haible  <bruno@clisp.org>
24194
24195         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
24196
24197 2006-07-29  Bruno Haible  <bruno@clisp.org>
24198
24199         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
24200
24201 2006-07-29  Bruno Haible  <bruno@clisp.org>
24202
24203         * gnulib-tool (import, update): If there is no Makefile.am, look at
24204         aclocal.m4, instead of bailing out.
24205
24206 2006-07-29  Bruno Haible  <bruno@clisp.org>
24207
24208         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
24209         Categorize the options by when they are useful.
24210
24211 2006-07-29  Bruno Haible  <bruno@clisp.org>
24212
24213         * gnulib-tool (func_usage): Document option --no-libtool.
24214         Handle option --no-libtool.
24215         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
24216         for changed semantics of $libtool variable.
24217         (func_import): Likewise. If libtool is not used, show this through
24218         an option --no-libtool.
24219         (func_create_testdir): Update.
24220
24221 2006-07-29  Bruno Haible  <bruno@clisp.org>
24222
24223         * gnulib-tool (func_import): Extend error message about missing
24224         --doc-base.
24225
24226 2006-07-29  Bruno Haible  <bruno@clisp.org>
24227
24228         * gnulib-tool (func_import): Don't create the $docbase directory if
24229         there is no file to store there.
24230
24231 2006-07-29  Bruno Haible  <bruno@clisp.org>
24232
24233         * gnulib-tool (autoconf_minversion): If a --dir option is given and
24234         relevant, look for configure.ac there, not in the current directory.
24235         Also use a simple search for AC_PREREQ, not "autoconf --trace".
24236
24237 2006-07-29  Bruno Haible  <bruno@clisp.org>
24238
24239         * gnulib-tool (SORT): New variable.
24240         (func_usage): Undocument --assume-autoconf option.
24241         Remove --assume-autoconf option handling.
24242         (autoconf_minversion): Determine from the contents of configure.ac.
24243         (func_import): Remove autoconf_minversion handling.
24244         Suggested by Eric Blake.
24245
24246 2006-07-29  Bruno Haible  <bruno@clisp.org>
24247
24248         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
24249
24250 2006-07-29  Bruno Haible  <bruno@clisp.org>
24251
24252         * config/srclist.txt (*setenv.[ch]): Remove rules.
24253
24254 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24255
24256         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
24257
24258 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24259
24260         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
24261         arpa/inet.h.
24262
24263 2006-07-28  Simon Josefsson  <jas@extundo.com>
24264
24265         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
24266         * modules/inet_pton (Depends-on): Likewise.
24267
24268 2006-07-28  Simon Josefsson  <jas@extundo.com>
24269
24270         * m4/netinet_in_h.m4: New file.
24271
24272 2006-07-28  Simon Josefsson  <jas@extundo.com>
24273
24274         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
24275         #include's.
24276
24277 2006-07-28  Simon Josefsson  <jas@extundo.com>
24278
24279         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
24280         #include's.
24281
24282 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
24285         setgid on directories only if they set these bits.
24286         * lib/modechange.h: Remove obsolete comment about masks.
24287
24288 2006-07-28  Eric Blake  <ebb9@byu.net>
24289
24290         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
24291         macro expansion.
24292
24293 2006-07-28  Bruno Haible  <bruno@clisp.org>
24294
24295         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
24296
24297 2006-07-28  Bruno Haible  <bruno@clisp.org>
24298
24299         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
24300
24301 2006-07-28  Bruno Haible  <bruno@clisp.org>
24302
24303         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
24304         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
24305         Define fallbacks.
24306         Avoids link error on FreeBSD 4.x.
24307         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24308
24309         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
24310         encoding.
24311         * lib/mbswidth.c (iswcntrl): Likewise.
24312
24313 2006-07-27  Bruno Haible  <bruno@clisp.org>
24314
24315         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
24316         test.
24317
24318 2006-07-27  Bruno Haible  <bruno@clisp.org>
24319
24320         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
24321         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
24322         defined.
24323
24324 2006-07-26  Eric Blake  <ebb9@byu.net>
24325
24326         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
24327
24328 2006-07-26  Eric Blake  <ebb9@byu.net>
24329
24330         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
24331         like mingw that lack mkstemp.
24332         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
24333         avoid compilation warning on mingw.
24334
24335 2006-07-26  Bruno Haible  <bruno@clisp.org>
24336
24337         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
24338         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
24339         INT_FAST*_MIN, INTPTR_MIN.
24340
24341 2006-07-25  Bruno Haible  <bruno@clisp.org>
24342
24343         * modules/version-etc (Depends-on): Add stdarg.
24344
24345 2006-07-25  Bruno Haible  <bruno@clisp.org>
24346
24347         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
24348         complex commands.
24349
24350 2006-07-25  Bruno Haible  <bruno@clisp.org>
24351
24352         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
24353         defined in <stdarg.h> or config.h.
24354
24355 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
24356
24357         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
24358         (gl_STDIO_SAFER): Remove.
24359
24360 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
24361
24362         * MODULES.html.sh (File stream based Input/Output):
24363         Add fopen-safer, tmpfile-safer; remove stdio-safer.
24364         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
24365         * modules/fopen-safer, modules/tmpfile-safer: New files.
24366         * modules/stdio-safer: Remove.
24367
24368 2006-07-24  Bruno Haible  <bruno@clisp.org>
24369
24370         * modules/tmpdir: New file.
24371         * MODULES.html.sh (File system functions): Add it.
24372
24373 2006-07-24  Bruno Haible  <bruno@clisp.org>
24374
24375         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
24376         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
24377
24378 2006-07-24  Bruno Haible  <bruno@clisp.org>
24379
24380         * modules/clean-temp: New file.
24381
24382 2006-07-24  Bruno Haible  <bruno@clisp.org>
24383
24384         * m4/tmpdir.m4: New file, from GNU gettext.
24385
24386 2006-07-24  Bruno Haible  <bruno@clisp.org>
24387
24388         * lib/tmpdir.h: New file, from GNU gettext.
24389         * lib/tmpdir.c: New file, from GNU gettext.
24390
24391 2006-07-24  Bruno Haible  <bruno@clisp.org>
24392
24393         * lib/clean-temp.h: New file, from GNU gettext.
24394         * lib/clean-temp.c: New file, from GNU gettext.
24395
24396 2006-07-23  Eric Blake  <ebb9@byu.net>
24397
24398         * modules/stdio-safer (Files): Add tmpfile-safer.c.
24399         (Depends-on): Add binary-io.
24400
24401 2006-07-23  Eric Blake  <ebb9@byu.net>
24402
24403         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
24404
24405 2006-07-23  Eric Blake  <ebb9@byu.net>
24406
24407         * lib/tmpfile-safer.c: New file.
24408         * lib/stdio-safer.h (fopen_safer): Add prototype.
24409         * lib/stdio--.h (tmpfile): Make safer.
24410
24411 2006-07-23  Bruno Haible  <bruno@clisp.org>
24412
24413         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
24414         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
24415         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
24416         gl_linked_remove_at): Use it.
24417
24418 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24419         and Simon Josefsson <jas@extundo.com>
24420
24421         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
24422
24423         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
24424
24425 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24426
24427         * modules/close-stream: New file.
24428         * modules/closeout (Description): Make it clear that it exits
24429         with a diagnostic on error.
24430         (Depends-on): Add close-stream.  Remove fpending, stdbool.
24431         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
24432
24433 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24434
24435         * m4/close-stream.m4: New file.
24436
24437 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24438
24439         * lib/close-stream.c, lib/close-stream.h: New files.
24440
24441 2006-07-22  Bruno Haible  <bruno@clisp.org>
24442
24443         Merge from GNU gettext 0.15.
24444
24445         2006-05-01  Bruno Haible  <bruno@clisp.org>
24446
24447                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
24448
24449         2006-07-22  Bruno Haible  <bruno@clisp.org>
24450
24451                 * modules/javaversion: New file.
24452                 * MODULES.html.sh (Java): Add javaversion.
24453
24454         2006-03-12  Bruno Haible  <bruno@clisp.org>
24455
24456                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
24457
24458         2005-12-04  Bruno Haible  <bruno@clisp.org>
24459
24460                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
24461                 (untested).
24462
24463         2006-06-21  Bruno Haible  <bruno@clisp.org>
24464
24465                 Avoid warnings from recent versions of mcs.
24466                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
24467                 -o, -L, -r any more. Use options documented since mcs-1.0
24468                 instead. Similarly for -g.
24469
24470         2005-12-04  Bruno Haible  <bruno@clisp.org>
24471
24472                 * build-aux/csharpcomp.sh.in: Suffix for resources is
24473                 .resources, not .resource.
24474
24475         2005-07-09  Bruno Haible  <bruno@clisp.org>
24476
24477                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
24478                 add a .dll suffix.
24479                 Reported by Mark Junker <mjscod@gmx.de>.
24480
24481         2006-07-22  Bruno Haible  <bruno@clisp.org>
24482
24483                 * modules/gettext: Upgrade to gettext-0.15.
24484                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
24485                 m4/visibility.m4.
24486                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
24487
24488 2006-07-22  Bruno Haible  <bruno@clisp.org>
24489
24490         Merge from GNU gettext 0.15.
24491
24492         2006-03-25  Bruno Haible  <bruno@clisp.org>
24493
24494                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
24495
24496         2006-07-21  Bruno Haible  <bruno@clisp.org>
24497
24498                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
24499                 "1.1".
24500
24501         2006-05-09  Bruno Haible  <bruno@clisp.org>
24502
24503                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
24504                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
24505                 for the conftestver execution.
24506
24507         2006-05-01  Bruno Haible  <bruno@clisp.org>
24508
24509                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
24510                 optional target-version argument. Verify that the compiler
24511                 groks source of the specified source-version, or add -source
24512                 option as necessary. Verify that the compiler produces
24513                 bytecode in the specified target-version, or add -target and
24514                 -source options as necessary. Make the result of the test
24515                 available as variable CONF_JAVAC. Also log error output in
24516                 config.log.
24517
24518         2006-03-11  Bruno Haible  <bruno@clisp.org>
24519
24520                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
24521
24522         2006-05-09  Bruno Haible  <bruno@clisp.org>
24523
24524                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
24525                 CLASSPATH_SEPARATOR to a semicolon.
24526
24527         2006-03-12  Bruno Haible  <bruno@clisp.org>
24528
24529                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
24530                 available as variable CONF_JAVA, for subsequent autoconf
24531                 tests. Also log error output in config.log.
24532
24533         2006-07-19  Bruno Haible  <bruno@clisp.org>
24534
24535                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
24536                 that getline works on glibc2 systems. Needed to avoid trouble
24537                 in relocatable.c.
24538                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
24539
24540         2005-12-04  Bruno Haible  <bruno@clisp.org>
24541
24542                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
24543                 launcher (untested).
24544
24545         2005-12-04  Bruno Haible  <bruno@clisp.org>
24546
24547                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
24548
24549         2006-07-22  Bruno Haible  <bruno@clisp.org>
24550
24551                 * gettext.m4: Update from GNU gettext-0.15.
24552                 * nls.m4: Likewise.
24553                 * po.m4: Likewise.
24554                 * inttypes-pri.m4: Likewise.
24555                 * inttypes-h.m4: Renamed from inttypes.m4.
24556                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
24557
24558 2006-07-22  Bruno Haible  <bruno@clisp.org>
24559
24560         Merge from GNU gettext 0.15.
24561
24562         2005-07-05  Bruno Haible  <bruno@clisp.org>
24563
24564                 * printf-args.c (printf_fetchargs): Work around broken
24565                 definition of wint_t on mingw.
24566
24567         2005-02-12  Bruno Haible  <bruno@clisp.org>
24568
24569                 * xallocsa.h: Add extern "C" for C++.
24570
24571         2006-05-17  Bruno Haible  <bruno@clisp.org>
24572
24573                 Cygwin portability.
24574                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
24575
24576         2006-04-30  Bruno Haible  <bruno@clisp.org>
24577
24578                 * progreloc.c: Include <mach-o/dyld.h> if available.
24579                 (find_executable): Use _NSGetExecutablePath when possible.
24580
24581         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24582
24583                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
24584                 function.
24585
24586         2005-12-29  Bruno Haible  <bruno@clisp.org>
24587
24588                 * progreloc.c (set_program_name_and_installdir): Fix
24589                 compilation error.
24590
24591         2005-12-04  Bruno Haible  <bruno@clisp.org>
24592
24593                 Cygwin portability.
24594                 * progreloc.c: Include <windows.h> also on Cygwin.
24595                 (find_executable): Add support for Cygwin.
24596                 (set_program_name_and_installdir): Handle also platforms with
24597                 nonempty EXEEXT.
24598
24599         2006-07-11  Bruno Haible  <bruno@clisp.org>
24600
24601                 * javacomp.c: Fix a comment.
24602                 Reported by Jim Meyering.
24603
24604         2006-04-30  Bruno Haible  <bruno@clisp.org>
24605
24606                 * javacomp.h (compile_java_class): Add source_version,
24607                 target_version arguments.
24608                 * javacomp.c: Rewritten to choose only a compiler that
24609                 respects the specified source_version and target_version.
24610
24611         2006-06-27  Bruno Haible  <bruno@clisp.org>
24612
24613                 Assume correct S_ISDIR macro.
24614                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
24615
24616         2006-07-22  Bruno Haible  <bruno@clisp.org>
24617
24618                 * javaversion.h: New file, from GNU gettext.
24619                 * javaversion.c: New file, from GNU gettext.
24620                 * javaversion.java: New file, from GNU gettext.
24621                 * javaversion.class: New file, from GNU gettext.
24622
24623         2006-05-17  Bruno Haible  <bruno@clisp.org>
24624
24625                 Cygwin portability.
24626                 * javaexec.c (execute_java_class): Test for jview program
24627                 also on Cygwin.
24628
24629         2006-04-09  Bruno Haible  <bruno@clisp.org>
24630
24631                 * fatal-signal.c: Don't include string.h.
24632                 (at_fatal_signal): Use a copying loop instead of memcpy.
24633
24634         2005-12-04  Bruno Haible  <bruno@clisp.org>
24635
24636                 * csharpexec.c: Add support for 'clix' launcher (untested).
24637                 (execute_csharp_using_sscli): New function.
24638                 (execute_csharp_program): Call it.
24639
24640         2006-06-21  Bruno Haible  <bruno@clisp.org>
24641
24642                 Avoid warnings from recent versions of mcs.
24643                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
24644                 -o, -L, -r any more. Use options documented since mcs-1.0
24645                 instead. Similarly for -g.
24646
24647         2005-07-09  Bruno Haible  <bruno@clisp.org>
24648
24649                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
24650                 add a .dll suffix.
24651                 Reported by Mark Junker <mjscod@gmx.de>.
24652
24653         2006-06-17  Bruno Haible  <bruno@clisp.org>
24654
24655                 * config.charset: Update for NetBSD 3.0.
24656
24657         2006-05-17  Bruno Haible  <bruno@clisp.org>
24658
24659                 Cygwin portability.
24660                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
24661
24662         2006-05-16  Bruno Haible  <bruno@clisp.org>
24663
24664                 * localcharset.c [CYGWIN]: Include <windows.h>.
24665                 (get_charset_aliases): For Cygwin, return the same CPxxx
24666                 aliases list as under WIN32.
24667                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
24668                 the environment variables. Fall back to GetACP().
24669
24670         2006-04-05  Bruno Haible  <bruno@clisp.org>
24671
24672                 * config.charset: Update Juan Manuel Guerrero's address.
24673
24674         2005-02-12  Bruno Haible  <bruno@clisp.org>
24675
24676                 * allocsa.h: Add extern "C" for C++.
24677
24678         2005-02-10  Bruno Haible  <bruno@clisp.org>
24679
24680                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
24681                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
24682
24683         2006-07-22  Bruno Haible  <bruno@clisp.org>
24684
24685                 * gettext.h: Update to GNU gettext-0.15.
24686
24687 2006-07-22  Bruno Haible  <bruno@clisp.org>
24688
24689         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
24690         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
24691         lib-prefix.m4, longdouble.m4, ssize_t.m4.
24692
24693 2006-07-21  Eric Blake  <ebb9@byu.net>
24694
24695         * modules/stdlib-safer: New file.
24696         * MODULES.html.sh (File stream based Input/Output): Add
24697         stdlib-safer.
24698
24699 2006-07-21  Eric Blake  <ebb9@byu.net>
24700
24701         * lib/stdlib-safer.h: New file from coreutils, required by
24702         stdlib--.h.
24703
24704 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
24705
24706         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
24707
24708 2006-07-20  Bruno Haible  <bruno@clisp.org>
24709
24710         * gnulib-tool: Recognize new option --assume-autoconf.
24711         (autoconf_minversion): New variable.
24712         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
24713
24714 2006-07-20  Bruno Haible  <bruno@clisp.org>
24715
24716         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
24717
24718 2006-07-19  Derek R. Price  <derek@ximbiot.com>
24719
24720         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
24721         Reindent and repaginate.
24722
24723 2006-07-19  Derek Price  <derek@ximbiot.com>
24724
24725         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
24726         Correct grammar.
24727
24728 2006-07-17  Bruno Haible  <bruno@clisp.org>
24729
24730         * modules/list: New file.
24731         * modules/array-list: New file.
24732         * modules/carray-list, modules/carray-list-tests: New files.
24733         * modules/linked-list, modules/linked-list-tests: New files.
24734         * modules/avltree-list, modules/avltree-list-tests: New files.
24735         * modules/rbtree-list, modules/rbtree-list-tests: New files.
24736         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
24737         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
24738         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
24739         * modules/oset: New file.
24740         * modules/array-oset: New file.
24741         * modules/avltree-oset, modules/avltree-oset-tests: New files.
24742         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
24743         * tests/test-carray_list.c: New file.
24744         * tests/test-linked_list.c: New file.
24745         * tests/test-avltree_list.c: New file.
24746         * tests/test-rbtree_list.c: New file.
24747         * tests/test-linkedhash_list.c: New file.
24748         * tests/test-avltreehash_list.c: New file.
24749         * tests/test-rbtreehash_list.c: New file.
24750         * tests/test-avltree_oset.c: New file.
24751         * tests/test-rbtree_oset.c: New file.
24752         * MODULES.html.sh (Container data structures): New section.
24753
24754 2006-07-17  Bruno Haible  <bruno@clisp.org>
24755
24756         * m4/gl_list.m4: New file.
24757
24758 2006-07-17  Bruno Haible  <bruno@clisp.org>
24759
24760         * lib/gl_list.h: New file.
24761         * lib/gl_list.c: New file.
24762         * lib/gl_array_list.h: New file.
24763         * lib/gl_array_list.c: New file.
24764         * lib/gl_carray_list.h: New file.
24765         * lib/gl_carray_list.c: New file.
24766         * lib/gl_linked_list.h: New file.
24767         * lib/gl_linked_list.c: New file.
24768         * lib/gl_anylinked_list1.h: New file.
24769         * lib/gl_anylinked_list2.h: New file.
24770         * lib/gl_avltree_list.h: New file.
24771         * lib/gl_avltree_list.c: New file.
24772         * lib/gl_anyavltree_list1.h: New file.
24773         * lib/gl_anyavltree_list2.h: New file.
24774         * lib/gl_rbtree_list.h: New file.
24775         * lib/gl_rbtree_list.c: New file.
24776         * lib/gl_anyrbtree_list1.h: New file.
24777         * lib/gl_anyrbtree_list2.h: New file.
24778         * lib/gl_anytree_list1.h: New file.
24779         * lib/gl_anytree_list2.h: New file.
24780         * lib/gl_linkedhash_list.h: New file.
24781         * lib/gl_linkedhash_list.c: New file.
24782         * lib/gl_anyhash_list1.h: New file.
24783         * lib/gl_anyhash_list2.h: New file.
24784         * lib/gl_avltreehash_list.h: New file.
24785         * lib/gl_avltreehash_list.c: New file.
24786         * lib/gl_rbtreehash_list.h: New file.
24787         * lib/gl_rbtreehash_list.c: New file.
24788         * lib/gl_anytreehash_list1.h: New file.
24789         * lib/gl_anytreehash_list2.h: New file.
24790
24791         * lib/gl_oset.h: New file.
24792         * lib/gl_oset.c: New file.
24793         * lib/gl_array_oset.h: New file.
24794         * lib/gl_array_oset.c: New file.
24795         * lib/gl_avltree_oset.h: New file.
24796         * lib/gl_avltree_oset.c: New file.
24797         * lib/gl_rbtree_oset.h: New file.
24798         * lib/gl_rbtree_oset.c: New file.
24799         * lib/gl_anytree_oset.h: New file.
24800
24801 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24802
24803         * m4/mkancesdirs.m4: New file.
24804         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
24805         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
24806         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
24807         it.
24808
24809 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24810
24811         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
24812         * lib/mkancesdirs.h: New files.
24813         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
24814         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
24815         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
24816         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
24817         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
24818         callers changed.  Revamp internals significantly, by not
24819         attempting to create directories that are temporarily more
24820         permissive than the final results.  Do not attempt to use
24821         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
24822         This removes some race conditions, fixes some bugs, and simplifies
24823         things.  Use new dirchownmod function to do owner and mode changes.
24824         * lib/mkdir-p.h: Likewise.
24825         * lib/modechange.c (octal_to_mode): New function.
24826         (struct mode_change): New member mentioned.
24827         (make_node_op_equals): New arg mentioned.  All callers changed.
24828         (mode_compile): Keep track of which mode bits the user has explicitly
24829         mentioned.
24830         (mode_adjust): New arg DIR, so that we implement the X op correctly.
24831         New arg PMODE_BITS, to keep track of which mode bits the user
24832         mentioned; it treats S_ISUID and S_ISGID speciall.
24833         All callers changed.
24834         * lib/modechange.h: Likewise.
24835
24836 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24837
24838         * MODULES.html.sh: Add mkancestors.
24839         * modules/mkancesdirs: New module.
24840         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
24841         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
24842         The chdir-safer and afs files are now orphans; I'll remove them
24843         unless someone speaks up.
24844         Add lib/dirchownmod.c, lib/dirchownmod.h.
24845         (Depends-on): Remove alloca, chown, save-cwd, dirname.
24846         Add lchown, mkancesdirs.
24847         (Maintainer): Add self.
24848
24849 2006-07-15  Karl Berry  <karl@gnu.org>
24850
24851         * gnulib-tool: help message wording/arrangement.
24852
24853 2006-07-14  Simon Josefsson  <jas@extundo.com>
24854
24855         * doc/gnulib.texi (Libtool and Windows): New section.
24856
24857 2006-07-12  Simon Josefsson  <jas@extundo.com>
24858
24859         * modules/gendocs (License): Fix license, approved by Karl.
24860
24861 2006-07-12  Eric Blake  <ebb9@byu.net>
24862
24863         * MODULES.html.sh: Add gendocs.
24864
24865 2006-07-11  Eric Blake  <ebb9@byu.net>
24866
24867         * modules/fdl: New module, to install doc/fdl.texi.
24868         * MODULES.html.sh: Add new section for documentation modules.
24869         * gnulib-tool: Avoid space-tab.
24870         (--doc-base): New option, to manage files from doc.
24871
24872 2006-07-11  Eric Blake  <ebb9@byu.net>
24873
24874         * m4/absolute-header.m4: Fix comments to match recent change.
24875
24876 2006-07-11  Eric Blake  <ebb9@byu.net>
24877
24878         * gnulib-tool: List --doc-base before --tests-base.
24879
24880 2006-07-11  Derek R. Price  <derek@ximbiot.com>
24881
24882         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
24883
24884 2006-07-11  Bruno Haible  <bruno@clisp.org>
24885
24886         * README: Mention where to put documentation.
24887
24888 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24889
24890         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
24891
24892 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24893
24894         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
24895         to stdint.m4.
24896
24897 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24898
24899         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
24900         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
24901         "no/such/file/stdint.h" when there is no such file, so that
24902         the resulting C code can be parsed by dodgy compilers.
24903         Problems reported by Bob Proulx.
24904
24905 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24906
24907         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
24908         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24909         macros into the GNU _D_EXACT_NAMLEN.
24910         * lib/savedir.c:  Likewise.
24911         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
24912
24913 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24914         and Paul Eggert  <eggert@cs.ucla.edu>
24915
24916         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
24917         * m4/savedir.m4:
24918         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24919         macros into the GNU _D_EXACT_NAMLEN.
24920
24921 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24922
24923         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
24924         around the absolute name, to work around a problem with the HP-UX
24925         11.23 native C compiler, reported by Bob Proulx.
24926
24927 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24928
24929         * doc/maintain.texi, make-stds.texi: Sync from
24930         <http://savannah.gnu.org/projects/gnustandards>.
24931
24932 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24933
24934         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
24935
24936 2006-07-09  Jim Meyering  <jim@meyering.net>
24937
24938         * m4/glob.m4: Remove a doubled word in a comment.
24939
24940 2006-07-09  Jim Meyering  <jim@meyering.net>
24941
24942         * lib/argp-pv.c: Remove a doubled word in a comment.
24943         * lib/check-version.c (check_version): Likewise.
24944         * lib/javacomp.c (compile_java_class): Likewise.
24945
24946 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
24947
24948         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
24949         for the benefit of people using Autoconf 2.60.  If you want to
24950         support older Autoconf versions you can copy m4/onceonly_2_57.m4
24951         (or m4/onceonly.m4, if pre-2.57) manually.
24952
24953 2006-07-08  Jim Meyering  <jim@meyering.net>
24954
24955         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
24956         comment.
24957         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
24958         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
24959         comment.
24960
24961 2006-07-08  Jim Meyering  <jim@meyering.net>
24962
24963         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
24964
24965 2006-07-07  Simon Josefsson  <jas@extundo.com>
24966
24967         * tests/test-crc.c: Change expected crc value, the test vector
24968         were probably computed using the old broken crc.c?
24969
24970 2006-07-06  Simon Josefsson  <jas@extundo.com>
24971
24972         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
24973         now the canonical place for the M4 file).
24974
24975         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
24976         from the sys_socket dependency now.
24977
24978         * modules/inet_pton (Files): Ditto.
24979
24980         * modules/inet_ntop (Files): Ditto.
24981
24982 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24983
24984         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
24985         not gl_PREREQ_GETUSERSHELL.
24986
24987 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24988
24989         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
24990         with only one argument, for Autoconf 2.60.
24991         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
24992         expand to nothing, so add a shell command to avoid syntax error.
24993         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
24994
24995 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24996
24997         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
24998
24999 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25000
25001         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
25002         no longer needed.  Check for isblank decl.
25003         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
25004         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
25005         of existence.
25006
25007 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25008
25009         * lib/getloadavg.c: Use __VMS, not VMS.
25010         * lib/getopt.c: Likewise.
25011         * lib/getpagesize.h: Likewise.
25012         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
25013         and probably does not work.
25014
25015 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25016
25017         * lib/.cppi-disable: Add wcwidth.
25018         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
25019         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
25020         (ISGRAPH): Remove.  All uses changed to isgraph.
25021         (FOLD) [!defined _LIBC]: Remove special case.
25022         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
25023         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
25024         HAVE_ISBLANK.
25025         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
25026         case.
25027
25028 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25029
25030         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
25031         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
25032         brackets.  Other minor changes to suppress some compiler
25033         warnings.
25034
25035 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25036         and Paul Eggert  <eggert@cs.ucla.edu>
25037
25038         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
25039         of invoking obsolescent AC_HEADER_DIRENT macro.
25040         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
25041         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
25042         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
25043         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
25044         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
25045         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25046         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
25047         * m4/readdir.m4: Remove; no longer needed.
25048
25049 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25050         and Paul Eggert  <eggert@cs.ucla.edu>
25051
25052         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
25053         Don't worry about this obsolete case any more.
25054         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
25055         directories.
25056         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
25057         worry about this obsolete case any more.
25058         * lib/fts.c: Likewise.
25059         * lib/getcwd.c: Likewise.
25060         * lib/glob.h: Likewise.
25061         * lib/savedir.c: Likewise.
25062
25063 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25064
25065         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
25066         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
25067         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
25068         needed.
25069         All uses removed.
25070         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25071         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25072         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
25073         needed.
25074         * m4/getdate.m4 (gl_GETDATE): Likewise.
25075         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25076         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25077         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25078         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25079         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25080         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25081         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
25082         needed.
25083
25084 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25085
25086         * lib/memcasecmp.c: Include <limits.h>.
25087         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
25088         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
25089         Don't assume isdigit succeeds only on '0' through '9'.
25090
25091 2006-07-05  Eric Blake  <ebb9@byu.net>
25092
25093         * modules/getaddrinfo (Depends-on): Add snprintf.
25094
25095 2006-07-05  Eric Blake  <ebb9@byu.net>
25096
25097         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
25098         to avoid 'header present but could not be compiled' on cygwin.
25099
25100 2006-07-05  Eric Blake  <ebb9@byu.net>
25101
25102         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
25103         missing from netdb.h.
25104         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
25105
25106 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25107
25108         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
25109         no longer needed.
25110         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
25111         * m4/getdate.m4 (gl_GETDATE): Likewise.
25112         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25113         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25114         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25115         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25116         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25117
25118 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25119
25120         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
25121         All uses of is_space replaced by isspace.
25122         * lib/exit.h: Don't talk about STDC_HEADERS.
25123         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
25124         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
25125         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
25126         replaced by isprint etc.
25127         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
25128         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25129         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
25130         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
25131         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
25132         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25133
25134 2006-07-05  Bruno Haible  <bruno@clisp.org>
25135
25136         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
25137         the function exists, before testing against AIX.
25138         Reported by Martin Lambers <marlam@marlam.de>.
25139
25140 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
25141
25142         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
25143         From Mark D. Baushke.
25144
25145 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
25146
25147         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
25148         to the absolute name, not just one, to bypass Sun C 5.8's
25149         "warning: #include of /usr/include/... may be non-portable".
25150
25151 2006-07-04  Eric Blake  <ebb9@byu.net>
25152
25153         * modules/dirname-tests: New test module.
25154         * tests/test-dirname.c: New file, replacing dirname.c
25155         TEST_DIRNAME section that was recently deleted.
25156
25157 2006-07-04  Bruno Haible  <bruno@clisp.org>
25158
25159         Assume ANSI C header files and <ctype.h> functions.
25160         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
25161         (mbsnwidth): Use isprint, iscntrl instead.
25162
25163 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25164
25165         Merge from coreutils.
25166         * MODULES.html.sh: Add xstrtold.
25167         * modules/xstrtold: New file.
25168         * modules/cycle-check (Files): Add lib/same-inode.h.
25169         * modules/dirname (Files): Add m4/double-slash-root.m4.
25170         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
25171         * modules/mkdir-p (Files): Add lib/same-inode.h.
25172         * modules/same (Files): Add lib/same-inode.h.
25173
25174 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25175
25176         * m4/absolute-header.m4: Renamed from full-header-path.m4.
25177         This is to keep the terminology clean; POSIX talks about
25178         "absolute pathnames", not "full pathnames", but the GNU
25179         Coding Standards say to use "path" for something else;
25180         so use "absolute" to keep both sides happy.
25181         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
25182         Set gl_absolute_header, not gl_full_header_path.
25183         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
25184         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
25185         All uses changed.
25186
25187         Merge from coreutils.
25188
25189         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
25190
25191         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
25192         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
25193         want to require the building of c-strtod.o.
25194         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
25195         needs -lm directly.
25196         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
25197
25198         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25199
25200         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
25201         --as-needed option if available.  Problem reported by Albert Chin in
25202         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
25203         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
25204         cc merely issues a bunch of annoying warnings for --as-needed
25205         (this problem was reported by Bob Proulx).  Also, try linking with
25206         -lm to detect a bug in binutils 2.16 (this problem was reported
25207         by Ralf Wildenhues).
25208
25209         2006-06-18  Jim Meyering  <jim@meyering.net>
25210
25211         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
25212         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
25213         macro.
25214         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
25215         also check for glibc-2.4's abort-inducing bug.
25216
25217         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
25218         Low-probability clean-up should be to use rmdir to get rid of
25219         the just-created directory, not unlink.
25220
25221         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
25222         configure fail, and request a bug report to inform us about it.
25223         Add a comment that, barring reports to the contrary, in 2007 we'll
25224         assume ftruncate is universally available.
25225
25226         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
25227
25228         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
25229
25230         2006-03-12  Jim Meyering  <jim@meyering.net>
25231
25232         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
25233         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
25234         * m4/same.m4 (gl_SAME): Likewise.
25235         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
25236
25237         2006-03-11  Eric Blake  <ebb9@byu.net>
25238
25239         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
25240         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
25241         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
25242         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
25243
25244 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25245
25246         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
25247         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
25248         reported by Mark D. Baushke, one in
25249         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
25250
25251         Merge from coreutils.
25252
25253         * lib/.cppi-disable: Add stdint_.h.
25254         * lib/.cvsignore: Add stdint.h.
25255
25256         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
25257
25258         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
25259         both double and long double versions.
25260         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
25261         * lib/xstrtold.c: New file.
25262         * lib/xstrtod.h (xstrtold): New decl.
25263
25264         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
25265
25266         * lib/filemode.c (setst): Remove.
25267         (strmode): Rewrite to avoid setst.  This makes the code shorter,
25268         (arguably) clearer, and the generated code is a bit smaller on my
25269         Debian GNU/Linux stable x86 host.
25270
25271         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
25272
25273         * lib/filemode.c: Include "filemode.h" first, to test the interface.
25274         Assume that filemode.h includes sys/types.h and sys/stat.h.
25275         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
25276         (ftypelet): Reorder to put common cases first, for efficiency.
25277         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
25278         to do 'M'.
25279         (strmode): Renamed from mode_string, and now stores 12 bytes instead
25280         of 10, for compatibility with FreeBSD.  All callers changed.
25281         (filemodestring): Now stores 12 bytes instead of 10, and sets file
25282         types that can't be deduced solely from st_mode.  First arg is now a
25283         const pointer.
25284         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
25285         (strmode): Renamed from mode_string.
25286         (filemodestring): New decl.
25287         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
25288         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
25289         needed.
25290         (S_ISPORT, S_ISWHT): New macros, if not already defined.
25291
25292         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
25293
25294         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
25295         fsusage.h now does that.  Include fsusage.h first, to test interface.
25296         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
25297         at most one method (the old code could have generated decls that
25298         didn't conform to C89, not that this was ever exercised).
25299         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
25300
25301         2006-03-19  Jim Meyering  <jim@meyering.net>
25302
25303         Work even in a chroot where d_ino values for entries in "/"
25304         don't match the stat.st_ino values for the same names.
25305         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
25306         number, iterate through all entries again, using lstat instead.
25307         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
25308         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
25309
25310         * lib/getcwd.c (__getcwd): Clarify a comment.
25311         Use memcpy in place of a call to strcpy.
25312
25313         2006-03-12  Jim Meyering  <jim@meyering.net>
25314
25315         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
25316         matches that of the current directory (which we're about to chdir ".."
25317         out of), then save the dev-ino of the parent, instead.
25318
25319         * lib/same-inode.h (SAME_INODE): New file/macro.
25320         * lib/chdir-safer.c (SAME_INODE): Remove definition.
25321         Include "same-inode.h", instead.
25322         * lib/same.c: Likewise.
25323         * lib/cycle-check.h: Include "same-inode.h".
25324         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
25325         * lib/cycle-check.c (SAME_INODE): Remove definition.
25326         * lib/root-dev-ino.h: Include "same-inode.h".
25327
25328         2006-03-11  Eric Blake  <ebb9@byu.net>
25329
25330         * lib/same.c (same_name): s/base_name/last_component/
25331         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
25332         * lib/filenamecat.c (file_name_concat): Likewise.
25333
25334         2006-03-11  Eric Blake  <ebb9@byu.net>,
25335                     Paul Eggert  <eggert@cs.ucla.edu>
25336
25337         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
25338         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
25339         drive prefix.
25340         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
25341         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
25342         (last_component): New method.
25343         * lib/dirname.c (dir_len): Determine when drive letters need a
25344         subsequent slash.  Preserve // when it is special.
25345         (dir_name): Don't append dot when drive letter is absolute.
25346         [TEST_DIRNAME]: Move into a full-blown gnulib test.
25347         * lib/basename.c (base_name): New semantics - malloc the result.
25348         Preserve // when it is special.  Preserve relative files that look
25349         like drive letters.
25350         (base_len): Preserve // when it is special.
25351         (last_component): New method, similar to old base_name semantics.
25352         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
25353         base_name.  Strip redundant slashes from ///.
25354
25355 2006-07-03  Jim Meyering  <jim@meyering.net>
25356
25357         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
25358         macro is used before the first cycle_check call.
25359
25360 2006-07-03  Eric Blake  <ebb9@byu.net>
25361
25362         * modules/dirname (Depends-on): Add xstrndup.
25363
25364 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
25365
25366         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
25367         test cases, so that config.log is a bit easier to follow.
25368
25369 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
25370
25371         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
25372         both are 64 bits, since this seems to be the tradition, and this
25373         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
25374         we ever run into a host that prefers long long to long in this
25375         case, we'll need another configure-time test.  Problem reported by
25376         Jim Meyering.
25377
25378 2006-07-02  Eric Blake  <ebb9@byu.net>
25379
25380         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
25381
25382 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25383
25384         * modules/inttypes (Depends-on): No longer depends on stdint.
25385         * modules/stdint (Description): Say more about assumptions.
25386         Say that the fast types might differ.  Say macros are used.
25387         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
25388         (Makefile.am): Revise list of substituted symbols to match
25389         new stdint.m4.
25390         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
25391         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
25392         * tests/test-stdint.c (verify_same_types)
25393         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
25394         the code conforms to C99/C89.
25395         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
25396         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
25397
25398 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25399
25400         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
25401         but fix a bug, by requiring at least 64 bits.
25402         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
25403         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
25404         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
25405         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
25406
25407         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
25408         changes.  Make 2.59 a prerequisite.  Check and substitute for
25409         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
25410         inttypes.h.  Do not use special include files; just use the
25411         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
25412         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
25413         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
25414         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
25415         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
25416         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
25417         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
25418         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
25419         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
25420         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
25421         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
25422         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
25423         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
25424         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
25425         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
25426         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
25427         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
25428         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
25429         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
25430         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
25431         WINT_MAX.  Check for C99 conformance more strictly, by detecting
25432         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
25433         not check for things that C99 does not require, e.g., int8_t.  If
25434         a test isn't needed unless <stdint.h> isn't working, and is
25435         unlikely to be needed for any other reason, then don't do it
25436         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
25437         size_t, since we assume C89 freestanding at least.  Do not check
25438         for sig_atomic_t, wchar_t, or wint_t, since the code now does
25439         the right thing even if the types are not defined.  Instead use:
25440         (gl_STDINT_TYPE_PROPERTIES): New macro.
25441         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
25442         testing whether <sys/types.h> clashes, as Autoconf does this for
25443         us now.  All uses removed.
25444         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
25445         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
25446         (gl_CHECK_TYPE_SAME):
25447         Remove; no longer needed.
25448         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
25449         exists, since we'll return 0 anyway in that case.
25450         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
25451
25452 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25453
25454         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
25455         possible collision with system files.
25456         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
25457         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
25458         WCHAR_MIN and WCHAR_MAX in this case.
25459         (<stddef.h>): Do not include; no longer needed.
25460         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
25461         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
25462         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
25463         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
25464         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
25465         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
25466         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
25467         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
25468         !defined(__c99))]: Include in this case too, since it's harmless
25469         now.
25470         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
25471         dangerous to do so.
25472         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
25473         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
25474         (_STDINT_MIN, _STDINT_MAX): New macros.
25475         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
25476         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
25477         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
25478         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
25479         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
25480         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
25481         macros, not typedefs; this simplifies things quite a bit.
25482         Use long int for all types narrower than int64_t.
25483         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
25484         Define in terms of long long int or int64_t or long int,
25485         not int64_t or int32_t.  This saves some compile-time testing.
25486         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
25487         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
25488         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
25489         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
25490         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
25491         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
25492         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
25493         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
25494         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
25495         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
25496         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
25497         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
25498         undef any previous version and define our own version, for
25499         simplicity and consistency with the new macros for types.
25500         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
25501         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
25502         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
25503         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
25504         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
25505         @WINT_T_SUFFIX@ to keep things simple here.
25506         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
25507         Simplify by assuming typical 8/16/32/64 host, since we're
25508         already doing that elsewhere anyway.
25509         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
25510         and assume long long int is 64 bits if available.  This
25511         speeds up 'configure'.
25512
25513 2006-07-01  Eric Blake  <ebb9@byu.net>
25514
25515         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
25516         Reported by Andreas Buening.
25517
25518 2006-07-01  Eric Blake  <ebb9@byu.net>
25519
25520         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
25521
25522 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25523
25524         * lib/getaddrinfo.c: fixed typo
25525
25526 2006-06-29  Jim Meyering  <jim@meyering.net>
25527
25528         * modules/strftime (Maintainer): Add my name, since with the
25529         FPRINTFTIME changes strftime.c has forked from glibc.
25530
25531 2006-06-29  Eric Blake  <ebb9@byu.net>
25532
25533         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
25534
25535 2006-06-29  Eric Blake  <ebb9@byu.net>
25536
25537         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
25538
25539 2006-06-29  Eric Blake  <ebb9@byu.net>
25540
25541         * lib/stat_.h: New file.
25542
25543 2006-06-29  Eric Blake  <ebb9@byu.net>
25544
25545         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
25546         unused static function.
25547
25548 2006-06-29  Eric Blake  <ebb9@byu.net>
25549
25550         * doc/functions.texi (Function Portability): Document missing lstat
25551         on mingw.
25552
25553 2006-06-29  Eric Blake  <ebb9@byu.net>
25554
25555         * MODULES.html.sh: Add sys_stat.
25556         * modules/sys_stat: New module.
25557         * modules/mkstemp (Depends-on): Add sys_stat.
25558
25559 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25560
25561         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
25562
25563 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25564
25565         * m4/c-bs-a.m4: Removed.
25566
25567 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25568
25569         * lib/strftime.c: Assume strftime() exists.
25570
25571 2006-06-29  Derek Price  <derek@ximbiot.com>
25572
25573         * modules/c-bs-a: Removed - \a is C89.
25574         * MODULES.html.sh: Remove c-bs-a.
25575
25576 2006-06-29  Bruno Haible  <bruno@clisp.org>
25577
25578         * modules/wcwidth (License): Change to LGPL.
25579
25580 2006-06-28  Simon Josefsson  <jas@extundo.com>
25581
25582         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
25583         on _WIN32.
25584
25585         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
25586         getnameinfo.
25587
25588 2006-06-28  Simon Josefsson  <jas@extundo.com>
25589
25590         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
25591
25592 2006-06-28  Simon Josefsson  <jas@extundo.com>
25593
25594         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
25595         functions there.  It will succeed on Windows XP, but on Windows
25596         2000 and (presumably) earlier, it will fail, and use the internal
25597         re-implementation.
25598         (use_win32_p): New function.
25599         (getaddrinfo): Use strtoul on servname, to support numeric ports.
25600         Support AI_NUMERICSERV to disable getservbyname.
25601         (getnameinfo): New function, only supports
25602         NI_NUMERICHOST|NI_NUMERICSERV for now.
25603
25604         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
25605         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
25606         getnameinfo.
25607
25608 2006-06-28  Eric Blake  <ebb9@byu.net>
25609
25610         * modules/wcwidth: New file.
25611         * modules/mbchar (Depends-on): Add wcwidth.
25612         * modules/mbswidth (Depends-on): Add wcwidth.
25613         * MODULES.html.sh: Add wcwidth.
25614
25615 2006-06-28  Eric Blake  <ebb9@byu.net>
25616
25617         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
25618         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
25619
25620 2006-06-28  Eric Blake  <ebb9@byu.net>
25621
25622         * lib/xvasprintf.h: Fix comments.
25623
25624 2006-06-28  Eric Blake  <ebb9@byu.net>
25625
25626         * lib/mbchar.h (wcwidth): Include wcwidth.h.
25627         * lib/mbswidth.c (wcwidth): Move from here...
25628         * lib/wcwidth.h: ...to this new file.
25629
25630 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25631
25632         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
25633
25634         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
25635         it's obsolete.
25636         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
25637
25638 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25639
25640         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
25641         Autoconf 2.60 says this stuff was obsolete.
25642
25643 2006-06-28  Bruno Haible  <bruno@clisp.org>
25644
25645         * modules/wcwidth (Files): Add m4/wchar_t.m4.
25646
25647 2006-06-28  Bruno Haible  <bruno@clisp.org>
25648
25649         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
25650         gt_TYPE_WCHAR_T.
25651
25652 2006-06-28  Bruno Haible  <bruno@clisp.org>
25653
25654         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
25655         declaration for wcwidth.
25656         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
25657
25658 2006-06-28  Bruno Haible  <bruno@clisp.org>
25659
25660         * lib/mkdtemp.c [MINGW]: Include <io.h>.
25661         (mkdir): Define using _mkdir.
25662
25663 2006-06-28  Bruno Haible  <bruno@clisp.org>
25664
25665         * lib/getaddrinfo.h: Fix POSIX URL.
25666         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
25667         _WIN32.
25668         (use_win32_p): Make static.
25669         (getaddrinfo): Reject service name if it is empty or does not consist
25670         solely of decimal digits, or if its value is > 65535.
25671         (getnameinfo): Remove useless casts.
25672
25673 2006-06-27  Simon Josefsson  <jas@extundo.com>
25674
25675         * modules/sys_select: New file, suggested by Bruno Haible, Paul
25676         Eggert and Martin Lambers.
25677
25678 2006-06-27  Simon Josefsson  <jas@extundo.com>
25679
25680         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
25681         Eggert and Martin Lambers.
25682
25683 2006-06-27  Bruno Haible  <bruno@clisp.org>
25684
25685         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
25686         result to 0, not to empty.
25687         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
25688
25689 2006-06-27  Bruno Haible  <bruno@clisp.org>
25690
25691         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
25692
25693 2006-06-26  Simon Josefsson  <jas@extundo.com>
25694
25695         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
25696         present.
25697
25698 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
25699
25700         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
25701         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
25702         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
25703
25704 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
25705
25706         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
25707
25708 2006-06-26  Bruno Haible  <bruno@clisp.org>
25709
25710         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
25711
25712 2006-06-26  Bruno Haible  <bruno@clisp.org>
25713
25714         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
25715
25716 2006-06-26  Bruno Haible  <bruno@clisp.org>
25717
25718         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
25719         SGI C compiler in pre-C99 mode.
25720         Suggested by Mark D. Baushke and Larry Jones.
25721
25722 2006-06-26  Bruno Haible  <bruno@clisp.org>
25723
25724         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
25725         WCHAR_MAX.
25726         Reported by Mark D. Baushke and Larry Jones.
25727
25728 2006-06-26  Bruno Haible  <bruno@clisp.org>
25729
25730         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
25731         in pre-C99 mode.
25732         Suggested by Mark D. Baushke and Larry Jones.
25733
25734 2006-06-23  Simon Josefsson  <jas@extundo.com>
25735             Bruno Haible  <bruno@clisp.org>
25736
25737         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
25738         Emit mostlyclean-local rule.
25739         (func_emit_tests_Makefile_am): Likewise.
25740         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
25741
25742 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
25743
25744         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
25745
25746 2006-06-23  Bruno Haible  <bruno@clisp.org>
25747
25748         * tests/test-stdint.c: Update to match ISO C 99 Technical
25749         Corrigendum 1.
25750
25751 2006-06-23  Bruno Haible  <bruno@clisp.org>
25752
25753         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
25754
25755 2006-06-23  Bruno Haible  <bruno@clisp.org>
25756
25757         * lib/stdint_.h: Treat IRIX like OpenBSD.
25758
25759 2006-06-23  Bruno Haible  <bruno@clisp.org>
25760
25761         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
25762         ISO C 99 Technical Corrigendum 1.
25763
25764 2006-06-22  Simon Josefsson  <jas@extundo.com>
25765
25766         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
25767         MinGW.
25768
25769 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25770
25771         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
25772         needed.  Some compiler complained about some of them.  Problem reported
25773         by Larry Jones in
25774         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
25775
25776 2006-06-21  Simon Josefsson  <jas@extundo.com>
25777
25778         * tests/test-getaddrinfo.c: New file.
25779
25780         * modules/getaddrinfo-tests: New file.
25781
25782         * MODULES.html.sh: Add inet_pton.
25783
25784         * modules/inet_pton: New file.
25785
25786 2006-06-21  Simon Josefsson  <jas@extundo.com>
25787
25788         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
25789         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
25790         of using the (limited) gnulib implementation on Windows XP.
25791
25792         * m4/inet_pton.m4: New file.
25793
25794 2006-06-21  Simon Josefsson  <jas@extundo.com>
25795
25796         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
25797         variable.
25798
25799         * lib/socket_.h: Don't define WINVER.
25800
25801         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
25802         slightly modified to work in gnulib.
25803
25804 2006-06-21  Simon Josefsson  <jas@extundo.com>
25805
25806         * doc/gnulib.texi (Windows sockets): Add.
25807
25808 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * lib/read-file.c (fread_file): Start with buffer allocation of
25811         0 bytes rather than 1 byte; this simplifies the code.
25812         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
25813         code to free buffer and save/restore errno.
25814         (internal_read_file): Remove unused local.
25815
25816 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
25817
25818         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
25819         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
25820         Problem reported by Denis Excoffier in
25821         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
25822
25823 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25824
25825         * modules/sys_socket, modules/socklen: Include sys/types since
25826         FreeBSD 4.x's sys/socket.h needs it.
25827
25828 2006-06-19  Simon Josefsson  <jas@extundo.com>
25829
25830         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
25831
25832 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25833
25834         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
25835
25836 2006-06-19  Bruno Haible  <bruno@clisp.org>
25837
25838         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
25839         and FULL_PATH_INTTYPES_H in angle brackets.
25840         Reported by Mark D. Baushke <mdb@gnu.org>.
25841
25842 2006-06-17  Eric Blake  <ebb9@byu.net>
25843
25844         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
25845         errno.
25846
25847 2006-06-17  Bruno Haible  <bruno@clisp.org>
25848
25849         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
25850         <sys/inttypes.h>.
25851
25852 2006-06-17  Bruno Haible  <bruno@clisp.org>
25853
25854         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
25855         whether errno is declared. Assume <errno.h> declares errno.
25856
25857 2006-06-17  Bruno Haible  <bruno@clisp.org>
25858
25859         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
25860
25861 2006-06-17  Bruno Haible  <bruno@clisp.org>
25862
25863         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
25864         problem on Solaris 2.5.1.
25865
25866 2006-06-16  Eric Blake  <ebb9@byu.net>
25867
25868         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
25869         * lib/unicodeio.c [!defined errno]: Likewise.
25870         * lib/strtol.c [!defined errno]: Likewise.
25871         * lib/strtod.c [!defined errno]: Likewise.
25872
25873 2006-06-15  Eric Blake  <ebb9@byu.net>
25874
25875         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
25876
25877 2006-06-15  Eric Blake  <ebb9@byu.net>
25878
25879         * config/srclist.txt (ssize_t.m4): Lose sync.
25880
25881 2006-06-15  Bruno Haible  <bruno@clisp.org>
25882
25883         * modules/stdint (Files): Include m4/full-header-path.m4,
25884         m4/size_max.m4, m4/wchar_t.m4.
25885         (Makefile.am): Many more substitutions.
25886         * modules/stdint-tests: New file.
25887         * tests/test-stdint.c: New file.
25888
25889 2006-06-15  Bruno Haible  <bruno@clisp.org>
25890
25891         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
25892         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
25893         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
25894         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
25895         gl_CHECK_TYPE_SAME): New macros.
25896
25897 2006-06-15  Bruno Haible  <bruno@clisp.org>
25898
25899         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
25900
25901 2006-06-15  Bruno Haible  <bruno@clisp.org>
25902
25903         * lib/stdint_.h: Rewritten to be fully auto-configured.
25904         Fixes bug on HP-UX/IA64.
25905
25906 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
25907
25908         * lib/getdate.y (__attribute__): Don't define if already defined.
25909         Problem reported by Larry Jones.
25910         * lib/utimens.c (__attribute__): Likewise.
25911
25912 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
25913
25914         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
25915         reported by Andreas Schwab.
25916
25917 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25918             Bruno Haible  <bruno@clisp.org>
25919
25920         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
25921         check for the declaration of strnlen and a run test that exposes the
25922         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
25923         rpl_strndup.
25924
25925 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25926             Bruno Haible  <bruno@clisp.org>
25927
25928         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
25929
25930 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25931
25932         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
25933         compile test, for Tru64 4.0D.
25934
25935 2006-05-28  Karl Berry  <karl@gnu.org>
25936
25937         * config/srclist.txt (printf-args.c): lose sync.
25938
25939 2006-05-26  Martin Lambers  <marlam@marlam.de>
25940
25941         * lib/getpass.c: Updates the test for the native W32 API, and adds
25942         missing includes, thus fixing compilation warnings.
25943
25944 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25945
25946         * lib/exclude.c (exclude_fnmatch): New function.
25947         (excluded_file_name): Call exclude_fnmatch.
25948         * lib/exclude.h (excluded_file_name): New prototype
25949
25950 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
25951
25952         * lib/tempname.c (small_open, large_open): New macros.
25953         (__open, __open64) [!_LIBC]: Remove.
25954         (__gen_tempname): Use small_open and large_open instead of __open
25955         and __open64.  This fixes a portability bug on HP-UX 11.11i
25956         reported by Simon Wing-Tang in
25957         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
25958
25959 2006-05-24  Bruno Haible  <bruno@clisp.org>
25960
25961         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
25962         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
25963         Reported by Thorsten Maerz <torte@netztorte.de> via
25964         Aaron Stone <aaron@serendipity.cx>.
25965
25966 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25967
25968         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
25969         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
25970         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
25971         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
25972         not really conditional on the cache.
25973         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
25974
25975 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25976
25977         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
25978         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
25979         (my_usleep): Don't mishandle maximum value.
25980
25981 2006-05-19  Jim Meyering  <jim@meyering.net>
25982
25983         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
25984
25985 2006-05-17  Bruno Haible  <bruno@clisp.org>
25986
25987         Cygwin portability.
25988         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
25989
25990 2006-05-17  Bruno Haible  <bruno@clisp.org>
25991
25992         * lib/stdint_.h: Fix recognition of Cygwin.
25993
25994 2006-05-15  Bruno Haible  <bruno@clisp.org>
25995
25996         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
25997         on libtool patch by Ralf Wildenhues.
25998
25999 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26000
26001         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
26002         test for C99 conformance; (bool) 0.5 is an integer constant
26003         expression, but (bool) -0.5 is not.  Problem reported by Fedor
26004         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
26005
26006 2006-05-11  Simon Josefsson  <jas@extundo.com>
26007
26008         * m4/xvasprintf.m4: Fix obvious typo.
26009
26010 2006-05-11  Jim Meyering  <jim@meyering.net>
26011
26012         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
26013         James Lemley.
26014
26015 2006-05-10  Simon Josefsson  <jas@extundo.com>
26016
26017         * lib/md4.c: Typo fix, update copyright years.
26018         (K1, K2): Don't use L because it turn computations into 64-bit on
26019         64-bit platforms.
26020
26021 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
26022
26023         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
26024         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
26025         unwanted sign propagation, e.g., on hosts with 64-bit int.
26026         There still are some problems with reeelly weird theoretical hosts
26027         (e.g., 33-bit int) but it's not worth worrying about now.
26028         * lib/sha1.c (rol): Likewise.
26029         (K1, K2, K3, K4): Remove unnecessary L suffix.
26030
26031 2006-05-10  Bruno Haible  <bruno@clisp.org>
26032
26033         * lib/des.c: Cast to avoid warnings.
26034
26035 2006-05-09  Bruno Haible  <bruno@clisp.org>
26036
26037         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
26038         (Depends-on): Depend also on xsize, stdarg.
26039         (configure.ac): Add gl_XVASPRINTF.
26040
26041 2006-05-09  Bruno Haible  <bruno@clisp.org>
26042
26043         * m4/xvasprintf.m4: New file.
26044
26045 2006-05-09  Bruno Haible  <bruno@clisp.org>
26046
26047         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
26048         (EOVERFLOW): Define fallback value.
26049         (xstrcat): New function.
26050         (xvasprintf): Recognize the special case of a string concatenation.
26051
26052 2006-05-08  Eric Blake  <ebb9@byu.net>
26053
26054         * gnulib-tool (func_version): Base copyright year on CVS date.
26055         (func_emit_copyright_notice): New function.
26056         (func_emit_lib_Makefile_am): Use it.
26057         (func_emit_tests_Makefile_am): Likewise.
26058         (func_import): Likewise.
26059
26060 2006-05-08  Bruno Haible  <bruno@clisp.org>
26061
26062         * modules/stdarg: New file.
26063         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
26064
26065 2006-05-08  Bruno Haible  <bruno@clisp.org>
26066
26067         * m4/stdarg.m4: New file, from GNU gettext.
26068
26069 2006-05-08  Bruno Haible  <bruno@clisp.org>
26070
26071         * config/srclist.txt (build-aux/config.rpath): different from latest
26072         release.
26073
26074 2006-05-08  Bruno Haible  <bruno@clisp.org>
26075
26076         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
26077
26078 2006-05-05  Jim Meyering  <jim@meyering.net>
26079
26080         * m4/warning.m4: New file, derived from bison's file by the same name.
26081
26082 2006-05-03  Bruno Haible  <bruno@clisp.org>
26083
26084         * lib/stdint_.h: Shorter URL.
26085         * lib/inttypes.h: Likewise.
26086
26087 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26088
26089         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
26090
26091 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26092
26093         * lib/verify.h: Document the internals better.  Most of this change
26094         was written by Bruno Haible.
26095
26096 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26097
26098         * doc/verify.texi: New file, partly based on a proposal by
26099         Bruno Haible.
26100
26101 2006-05-02  Bruno Haible  <bruno@clisp.org>
26102
26103         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
26104         test from here...
26105         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
26106
26107 2006-04-29  Bruno Haible  <bruno@clisp.org>
26108
26109         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
26110         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
26111
26112 2006-04-29  Bruno Haible  <bruno@clisp.org>
26113
26114         * gnulib-tool: Make --update option actually work.
26115
26116 2006-04-29  Bruno Haible  <bruno@clisp.org>
26117
26118         * doc/gcd.texi: New file.
26119         * doc/gnulib.texi: Include it.
26120
26121 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
26122
26123         * lib/getdate.y (get_date): When adding relative date, start with the
26124         initial time, not with the result of the first mktime call.
26125
26126 2006-04-25  Bruno Haible  <bruno@clisp.org>
26127
26128         * gnulib-tool (func_import): Output the include directives in three
26129         blocks, sorted separately.
26130         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26131
26132 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
26133
26134         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
26135         to define main with arguments, for C++.  Reported by Eric Blake.
26136         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
26137         Prefer 'int main ()' to 'int main (void)', for C++.
26138         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
26139         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
26140         for 'main', for C99 and C++.
26141
26142 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
26143
26144         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
26145         Don't assume that exit status -1 is valid.
26146         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26147         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26148         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
26149         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
26150         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
26151         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
26152         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
26153         functions can be used without declaring them, or that you can
26154         exit with status -1.
26155         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
26156
26157 2006-04-24  Karl Berry  <karl@gnu.org>
26158
26159         * config/srclist.txt (longdouble.m4): sync lost.
26160
26161 2006-04-24  Eric Blake  <ebb9@byu.net>
26162
26163         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
26164
26165 2006-04-24  Bruno Haible  <bruno@clisp.org>
26166
26167         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
26168         poll() implementation in AIX.
26169         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26170
26171 2006-04-24  Bruno Haible  <bruno@clisp.org>
26172
26173         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
26174         assigned exactly once.
26175
26176 2006-04-23  Claudio Fontana  <claudio@gnu.org>
26177             Bruno Haible  <bruno@clisp.org>
26178
26179         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
26180         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
26181         for AM_CPPFLAGS.
26182
26183 2006-04-23  Bruno Haible  <bruno@clisp.org>
26184
26185         * modules/copy-file: Depend on unistd.
26186         * modules/execute: Likewise.
26187         * modules/fatal-signal: Likewise.
26188         * modules/findprog: Likewise.
26189         * modules/mkdtemp : Likewise.
26190         * modules/pipe: Likewise.
26191         * modules/wait-process: Likewise.
26192
26193 2006-04-23  Bruno Haible  <bruno@clisp.org>
26194
26195         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
26196         condition was already detected.
26197         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26198
26199 2006-04-23  Bruno Haible  <bruno@clisp.org>
26200
26201         * lib/copy-file.c: Include <unistd.h> unconditionally.
26202         * lib/execute.c: Likewise.
26203         * lib/fatal-signal.c: Likewise.
26204         * lib/findprog.c: Likewise.
26205         * lib/mkdtemp.c: Likewise.
26206         * lib/pipe.h: Likewise.
26207         * lib/pipe.c: Likewise.
26208         * lib/wait-process.h: Likewise.
26209
26210 2006-04-23  Bruno Haible  <bruno@clisp.org>
26211
26212         * gnulib-tool (func_usage): Fix --import description. Document
26213         --update.
26214         (func_import): Create temporary file in a temporary directory, if
26215         --dry-run is specified. Silence errors from 'grep' when there are no
26216         m4 files in $m4dir.
26217         (func_create_testdir): Silence errors from 'grep' when there are no
26218         m4 files in $m4dir.
26219         Reported by Karl Berry <karl@freefriends.org>.
26220
26221 2006-04-20  Bruno Haible  <bruno@clisp.org>
26222
26223         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
26224         one argument, so that the code will be portable to Autoconf 2.60.
26225         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
26226         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26227         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
26228
26229 2006-04-19  Derek Price  <derek@ximbiot.com>
26230             Eric Blake  <ebb9@byu.net>
26231
26232         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
26233         rather than "/full/path.h".  Update comment to match.  Shorten &
26234         generalize m4_translit call via AS_TR_CPP.
26235
26236 2006-04-19  Derek Price  <derek@ximbiot.com>
26237             Eric Blake  <ebb9@byu.net>
26238
26239         * lib/inttypes.h: Correct grammar in comment.
26240
26241 2006-04-18  Derek Price  <derek@ximbiot.com>
26242             Paul Eggert  <eggert@cs.ucla.edu>
26243
26244         * modules/inttypes: New file.
26245         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
26246
26247 2006-04-18  Derek Price  <derek@ximbiot.com>
26248             Paul Eggert  <eggert@cs.ucla.edu>
26249
26250         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
26251         New files.
26252
26253 2006-04-18  Derek Price  <derek@ximbiot.com>
26254             Paul Eggert  <eggert@cs.ucla.edu>
26255
26256         * lib/inttypes.h: New file.
26257         * lib/strtoimax.c: Assume <inttypes.h>.
26258
26259 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
26260
26261         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
26262         isn't mounted.  Problem reported by Kir Kolyshkin.
26263
26264 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
26265
26266         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
26267         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
26268         Derek R. Price.
26269         * lib/regex.h (RE_DUP_MAX): Update comment to match current
26270         implementation.
26271
26272 2006-04-12  Eric Blake  <ebb9@byu.net>
26273
26274         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
26275         is now done automatically by the corresponding Autoconf macro.
26276
26277 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
26278
26279         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
26280         time_r.h.
26281
26282 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26283
26284         Merge regex changes from libc, removing some of our
26285         POSIX-conformance changes that were rejected and redoing them in a
26286         less-intrusive way.
26287
26288         * lib/regcomp.c (re_compile_internal, init_dfa):
26289         Length arg is now size_t, not Idx.  All uses changed.
26290         (peek_token): Forward decl now says internal_function.
26291         (__re_error_msgid, __re_error_msgid_idx):
26292         Now static rather than extern with attribute_hidden.
26293         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
26294         For some reason libc prefers K&R style defns for external functions.
26295         (regerror) [!defined _LIBC]: Likewise.
26296         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
26297         (seek_collating_symbol_entry, lookup_collation_sequence_value):
26298         (build_range_exp, build_collating_symbol):
26299         Use K&R-style defn.
26300         (re_compile_fastmap): Use '\0' to memset, not 0.
26301         (utf8_sb_map): Make the calculations more obvious.
26302         (init_dfa, parse_bracket_exp, build_charclass_op):
26303         Call calloc and cast result, as glibc does.
26304         (init_word_char, fetch_token, peek_token, peek_token_bracket):
26305         (build_range_exp, build_collating_symbol):
26306         Now internal functions.
26307
26308         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
26309
26310         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
26311         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
26312         Don't depend on VMS; depend on __VMS instead, for POSIX
26313         namespace cleanness.
26314         (regoff_t): Define to ssize_t, not long int.
26315
26316         Remove the REG_ macros named below.  Instead, make the old names
26317         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
26318         __USE_GNU_REGEX.
26319         (REG_BACKSLASH_ESCAPE_IN_LISTS):
26320         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
26321         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
26322         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
26323         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
26324         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
26325         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
26326         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
26327         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
26328         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
26329         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
26330         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
26331         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
26332         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
26333         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
26334         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
26335         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
26336         (REG_NREGS):
26337         Remove.  All uses replaced by the old RE_* names.
26338         (RE_BACKSLASH_ESCAPE_IN_LISTS):
26339         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
26340         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
26341         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
26342         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
26343         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
26344         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
26345         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
26346         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
26347         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
26348         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
26349         Don't bother having these macros be independent of each others'
26350         values, since they no longer exist in the POSIX name space.
26351
26352         Rename the following member names back to their old names,
26353         unless !__USE_GNU_REGEX.  All uses changed back.
26354         (buffer): Renamed from re_buffer.
26355         (allocated): Renamed from re_allocated.
26356         (used): Renamed from re_used.
26357         (syntax): Renamed from re_syntax.
26358         (fastmap): Renamed from re_fastmap.
26359         (translate): Renamed from re_translate.
26360         (can_be_null): Renamed from re_can_be_null.
26361         (regs_allocated): Renamed from re_regs_allocated.
26362         (fastmap_accurate): Renamed from re_fastmap_accurate.
26363         (no_sub): Renamed from re_no_sub.
26364         (not_bol): Renamed from re_not_bol.
26365         (not_eol): Renamed from re_not_eol.
26366         (newline_anchor): Renamed from re_newline_anchor.
26367         (num_regs): Renamed from rm_num_regs.
26368         (start): Renamed from rm_start.
26369         (end): Renamed from rm_end.
26370
26371         (free_state): Move up a bit.
26372
26373         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
26374         #define to be empty.
26375         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
26376         when that is what is intended.
26377         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
26378         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
26379         (MAX): New macro.
26380         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
26381         All uses changed back to re_malloc, etc.  It's now the caller's
26382         responsibility to check for overflow; all callers changed.
26383         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
26384         (re_x2nrealloc): Remove.
26385         (free_state): Remove decl.
26386
26387         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
26388         (re_set_registers, re_exec):
26389         Use K&R-style defn.
26390
26391         2006-01-31  Roland McGrath  <roland@redhat.com>
26392
26393         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
26394         Reported by Mike Frysinger <vapier@gentoo.org>.
26395
26396         2006-01-15  Andreas Jaeger  <aj@suse.de>
26397
26398         [BZ #1950]
26399         * lib/regex_internal.c (re_string_reconstruct): Adjust for
26400         build_wcs_upper_buffer change.
26401         (build_wcs_upper_buffer): Change return type.
26402
26403         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
26404
26405         * lib/regex_internal.h: Include <stdint.h> if available.
26406
26407         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
26408
26409         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
26410
26411         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
26412
26413         * lib/regcomp.c: Adjust for changed secondary hash function.
26414
26415         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
26416
26417         * lib/regex.h: Pretty printing.
26418         Clean up namespace a bit.
26419
26420         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
26421
26422         * lib/regexec.c (update_cur_sifted_state, check_arrival,
26423         check_arrival_add_next_nodes): Avoid using uninitialized variable.
26424
26425         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26426                     Ulrich Drepper  <drepper@redhat.com>
26427
26428         [BZ #1302]
26429         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
26430         changed.
26431         (bitset_word_t): Renamed from bitset_word.  All uses changed.
26432
26433         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
26434
26435         [BZ #281]
26436         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
26437         * lib/regcomp.c: Remove unnecessary uses of
26438         unsigned RE_TRANSLATE_TYPE.
26439         * lib/regex_internal.h: Likewise.
26440         * lib/regex_internal.c: Likewise.
26441         * lib/regexec.c: Likewise.
26442         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
26443
26444         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
26445
26446         * lib/regexec.c (find_recover_state): Remove unnecessary
26447         initialization.
26448         (transit_state_bkref): Make DFA a const pointer.
26449         (get_subexp): Likewise.
26450         (check_arrival): Likewise.
26451         (update_cur_sifted_state): Likewise.
26452         (re_search_internal): Likewise.
26453         (prune_impossible_nodes): Likewise.
26454         (acquire_init_state_context): Likewise.
26455         (proceed_next_node): Likewise.
26456         (set_regs): Likewise.
26457         (free_fail_stack_return): Likewise.
26458         (check_arrival_expand_ecl): Mark DFA parameter as const.
26459         (check_arrival_expand_ecl_sub): Likewise.
26460         (check_subexp_limits): Likewise.
26461         (sub_epsilon_src_nodes):  Likewise.
26462         (add_epsilon_src_nodes):  Likewise.
26463         (merge_state_array): Likewise.
26464         (update_regs): Likewise.
26465         (build_trtable): Likewise.
26466         (sift_states_backward): Mark MCTX parameter as const.
26467         (build_sifted_states): Likewise.
26468         (update_cur_sifted_state): Likewise.
26469         (sift_states_mkref): Likewise.
26470         (check_arrival_expand_ecl): Mark eclosure as const.
26471         (check_dst_limits_calc_pos_1): Likewise.
26472         * lib/regex_internal.h (re_match_context_t): Make dfa a const
26473         pointer.
26474
26475         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
26476
26477         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
26478         (transit_state_sb): Likewise.
26479         (transit_state_mb): Likewise.
26480         (sift_states_iter_mb): Likewise.
26481         (check_arrival_add_next_nodes): Likewise.
26482         (check_node_accept_bytes): Change first parameter to pointer-to-const.
26483         [_LIBC] (re_search_2_stub): Use mempcpy.
26484
26485         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
26486         mbrtowc for very simple UTF-8 case.
26487
26488         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
26489         a pointer-to-const.
26490         (re_acquire_state_context): Likewise.
26491         * lib/regex_internal.h: Adjust prototypes.
26492
26493         * lib/regex.c: Prevent using C++ compilers.
26494
26495         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
26496         (re_acquire_state_context): Likewise.
26497
26498 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26499
26500         * modules/regex (Depends-on): Add ssize_t.
26501
26502 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26503
26504         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
26505         translation table.
26506
26507 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26508
26509         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
26510
26511 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
26512             Bruno Haible  <bruno@clisp.org>
26513
26514         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
26515         <sys/types.h> and <inttypes.h>.
26516
26517 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26518
26519         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
26520         `__error_t_defined', so argp.h will not typedef the former.
26521
26522 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
26523
26524         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
26525         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
26526         glibc names.  Even if glibc is changed to conform to POSIX, the
26527         traditional names will be available anyway, since regex depends on
26528         the extensions module.  Also, fix a longstanding typo in the
26529         implementation of Spencer ERE test #75 from grep 2.3.  Problems
26530         reported by Emanuele Giaquinta.  Also, change sense of cached
26531         variable, so that the message makes sense.
26532
26533 2006-03-24  Simon Josefsson  <jas@extundo.com>
26534
26535         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
26536         including some doc fixes.
26537         (base64_encode_alloc): Fix +1 bug on allocation failures.
26538
26539 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26540
26541         * lib/base64.c (base64_encode): Do not read past end of array with
26542         unsanitized input on systems with CHAR_BIT > 8.
26543
26544 2006-03-24  Eric Blake  <ebb9@byu.net>
26545
26546         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
26547
26548 2006-03-22  Karl Berry  <karl@gnu.org>
26549
26550         * config/srclist.txt (*setenv.[ch]): get from coreutils.
26551         * config/srclistvars.sh (COREUTILS): new var.
26552
26553 2006-03-17  Jim Meyering  <jim@meyering.net>
26554
26555         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
26556         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
26557
26558 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26559
26560         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
26561         no longer needs it.  Instead, check that regoff_t is as least
26562         as wide as ptrdiff_t.
26563
26564         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
26565         so that our regex.h stays compatible with the installed regex.
26566         This is helpful for installers who configure --without-included-regex.
26567         Problem reported by Emanuele Giaquinta.
26568
26569 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26570
26571         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
26572         Typedef to long int, not to off_, as POSIX will likely change
26573         in that direction.
26574
26575 2006-03-15  Eric Blake  <ebb9@byu.net>
26576
26577         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
26578
26579 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26580
26581         * lib/argp-help.c (validate_uparams): Fix typo
26582         * lib/argp-parse.c (argp_default_options): Consistently begin help
26583         messages with a lowercase letter.
26584
26585 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
26586
26587         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
26588         overrun buffers and shouldn't be used (much as gets shouldn't be
26589         used).
26590         * lib/time_r.c (asctime_r, ctime_r): Likewise.
26591
26592 2006-03-08  Simon Josefsson  <jas@extundo.com>
26593
26594         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
26595         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26596
26597 2006-03-08  Simon Josefsson  <jas@extundo.com>
26598
26599         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
26600         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26601
26602 2006-03-08  Simon Josefsson  <jas@extundo.com>
26603
26604         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
26605         signal that configure disabled the device.
26606
26607 2006-03-08  Simon Josefsson  <jas@extundo.com>
26608
26609         * build-aux/maint.mk: Fix refresh-po, to handle no translated
26610         languages.
26611
26612 2006-03-07  Simon Josefsson  <jas@extundo.com>
26613
26614         * modules/getopt (Depends-on): Add unistd.
26615
26616         * modules/unistd: New file.
26617
26618 2006-03-07  Simon Josefsson  <jas@extundo.com>
26619
26620         * modules/gc-random: New file.
26621
26622 2006-03-07  Simon Josefsson  <jas@extundo.com>
26623
26624         * m4/unistd_h.m4: New file.
26625
26626 2006-03-07  Simon Josefsson  <jas@extundo.com>
26627
26628         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
26629         test to be side-effect free by storing the result in the cache
26630         variable gl_cv_lib_readline, and moving the assignment of
26631         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
26632         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26633
26634 2006-03-07  Simon Josefsson  <jas@extundo.com>
26635
26636         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
26637         error on missing devices (the functions will return an error).
26638
26639         * m4/gc.m4: Move random stuff to gc-random.m4
26640
26641 2006-03-07  Simon Josefsson  <jas@extundo.com>
26642
26643         * lib/unistd_.h: New file.
26644
26645 2006-03-07  Simon Josefsson  <jas@extundo.com>
26646
26647         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
26648
26649 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26650
26651         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
26652         Problem reported by Juan Manuel Guerrero.
26653
26654 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26655
26656         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
26657         the unistd module.
26658         * lib/getlogin_r.c: Likewise.
26659         * lib/getlogin_r.h: Likewise.
26660         * lib/glob.c: Likewise.
26661         * lib/pagealign_alloc.c: Likewise.
26662         * lib/unistd_.h: Remove; no longer needed.
26663
26664 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26665
26666         * MODULES.html.sh (Support for systems lacking POSIX:2001):
26667         Add unistd.
26668         * modules/c-stack (Depends-on): Add unistd.
26669         * modules/getlogin_r: Likewise.
26670         * modules/glob: Likewise.
26671         * modules/pagealign_alloc: Likewise.
26672         * modules/unistd (Files): Remove lib/unistd_.h.
26673         (EXTRA_DIST): Remove.
26674         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
26675         need unistd_.h.
26676         (MOSTLYCLEANFILES): Remove unistd.h-t.
26677
26678 2006-03-03  Simon Josefsson  <jas@extundo.com>
26679
26680         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
26681
26682 2006-03-03  Simon Josefsson  <jas@extundo.com>
26683
26684         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
26685         libidn and bison.
26686
26687 2006-03-03  Simon Josefsson  <jas@extundo.com>
26688
26689         * build-aux/maint.mk: Add indent target.
26690
26691 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
26692
26693         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
26694         our replacement poll.h in any case, to avoid a differing
26695         declaration from a system header.  Seen on AIX.
26696
26697 2006-03-01  Simon Josefsson  <jas@extundo.com>
26698
26699         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
26700         <kasal@ucw.cz>.
26701
26702 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26703
26704         * modules/gettime (Depends-on): Add extensions module.
26705         * modules/nanosleep (Depends-on): Likewise.
26706         * modules/settime (Depends-on): Likewise.
26707
26708 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26709
26710         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
26711         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
26712         pedantically.
26713         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26714         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
26715
26716         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
26717         not "==".  Reported by Ralf Wildenhues.
26718
26719 2006-03-01  Karl Berry  <karl@gnu.org>
26720
26721         * doc/Copyright/request-*: new files, synced from gnuorg.
26722
26723 2006-03-01  Karl Berry  <karl@gnu.org>
26724
26725         * config/srclist.txt (Copyright/*): new entries.
26726
26727 2006-02-28  Simon Josefsson  <jas@extundo.com>
26728
26729         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
26730
26731 2006-02-27  Simon Josefsson  <jas@extundo.com>
26732
26733         * lib/base64.h: Indent #define's.  From Jim Meyering
26734         <jim@meyering.net>.
26735
26736 2006-02-27  Jim Meyering  <jim@meyering.net>
26737
26738         Revert the change of 2006-02-24, so these files can continue
26739         to be sync'd from gettext.
26740         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
26741         of `config.h'.
26742
26743 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
26744
26745         * modules/intprops: New file.
26746         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26747         Add intprops.
26748         * modules/getloadavg (Files): Remove lib/intprops.h.
26749         (Depends-on): Add intprops.
26750         * modules/human: Likewise.
26751         * modules/inttostr: Likewise.
26752         * modules/openat: Likewise.
26753         * modules/sig2str: Likewise.
26754         * modules/userspec: Likewise.
26755         * modules/utimecmp: Likewise.
26756         * modules/xnanosleep: Likewise.
26757         * modules/xstrtol: Likewise.
26758
26759 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
26760
26761         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
26762         * modules/lock-tests (TESTS): Use $(EXEEXT).
26763         * modules/tls-tests: Likewise.
26764         * modules/argp-tests: Likewise.
26765         (check_PROGRAMS): New var, replacing...
26766         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
26767
26768 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26769
26770         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
26771         `config.h'.
26772
26773 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
26774
26775         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
26776
26777 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26778
26779         Sync from coreutils.
26780         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
26781         gl_CHDIR_SAFER.
26782
26783 2006-02-22  Jim Meyering  <jim@meyering.net>
26784
26785         Sync from coreutils.
26786         * m4/chdir-safer.m4: New file.
26787
26788 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26789
26790         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
26791         AT_FDCWD exceeds INT_MAX.
26792         * lib/openat.h (AT_FDCWD): Likewise.
26793
26794 2006-02-17  Eric Blake  <address@hidden>
26795
26796         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
26797
26798 2006-02-16  Simon Josefsson  <jas@extundo.com>
26799
26800         * modules/getaddrinfo (Depends-on): Add sys_socket.
26801
26802 2006-02-15  Simon Josefsson  <jas@extundo.com>
26803
26804         * build-aux/maint.mk: Add dsyntax-check rule.
26805
26806 2006-02-15  Eric Blake  <ebb9@byu.net>
26807
26808         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
26809         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
26810         'present but cannot compile' warnings on cygwin.
26811         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
26812         use ws2tcpip.h if sys/socket.h works.
26813         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
26814         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
26815
26816 2006-02-14  Simon Josefsson  <jas@extundo.com>
26817
26818         * modules/maintainer-makefile (Files): Rename.
26819
26820         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
26821         and (the local) Makefile.cfg to maint-cfg.mk.
26822
26823         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
26824         to the latter.
26825
26826         * modules/maintainer-makefile: New module.
26827
26828         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
26829         severaly stripped to make it possible to build it up from scratch
26830         with reliable tests.
26831
26832         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
26833         fixes to permit overriding the default actions when configure and
26834         makefile are not available.
26835
26836 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
26837
26838         Sync from coreutils.
26839         * modules/lstat (Depends-on): Don't depend on xalloc.
26840         (License): Change from GPL to LGPL, since this is now simply a
26841         replacement for a libc function.
26842
26843 2006-02-14  Jim Meyering  <jim@meyering.net>
26844
26845         Sync from coreutils.
26846
26847         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
26848         failure on deficient systems, and simplify gnulib lgpl dependencies.
26849         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
26850         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
26851
26852         * lib/xalloc-die.c: Remove unused definition of N_.
26853
26854 2006-02-14  Jim Meyering  <jim@meyering.net>
26855
26856         Sync from coreutils.
26857         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
26858         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
26859         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
26860         double-quote uses of that variable, to accommodate the rare case in
26861         which getmntent is available in none of the libraries checked.  This
26862         happens at least on FreeBSD 5.0.
26863
26864 2006-02-13  Simon Josefsson  <jas@extundo.com>
26865
26866         * gnulib-tool (Usage): Fix --import, from
26867         karl@freefriends.org (Karl Berry).
26868
26869 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26870
26871         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
26872
26873 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
26874
26875         * lib/argp-namefrob.h: Restore changes accidentally lost during the
26876         "autoupdate" on 2005-12-12.
26877
26878 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26879
26880         * modules/closeout (Depends-on): Remove atexit.
26881
26882 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26883
26884         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
26885         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
26886
26887 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
26888
26889         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
26890         __EXTENSIONS__ if this causes compilation to fail.  Problem
26891         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
26892         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
26893
26894 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
26895
26896         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
26897         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
26898         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
26899         All uses changed.
26900
26901 2006-01-26  Simon Josefsson  <jas@extundo.com>
26902
26903         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
26904         prototype is visible on mingw32.
26905
26906         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
26907         for mingw32.
26908
26909         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
26910         mingw32).
26911
26912 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26913
26914         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
26915         attempt to open for write; this always fails, at least on POSIX
26916         hosts.  This reinstates the 2006-01-09 change, which was
26917         inadvertently removed.
26918
26919 2006-01-26  Bruno Haible  <bruno@clisp.org>
26920
26921         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
26922         Reported by Paul Eggert.
26923
26924 2006-01-26  Bruno Haible  <bruno@clisp.org>
26925             Paul Eggert  <eggert@cs.ucla.edu>
26926
26927         * lib/stdbool_.h (_Bool)
26928         [(! (defined __cplusplus || defined __BEOS__)
26929           && !defined __GNUC__
26930           && !(defined __HP_cc || defined __xlc__
26931                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
26932                || defined __sgi))]:
26933         #define to signed char in these cases too; this simplifies
26934         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
26935         etc., separately) and makes it more conservative.
26936
26937 2006-01-25  Simon Josefsson  <jas@extundo.com>
26938
26939         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
26940         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
26941         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
26942
26943 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26944
26945         * lib/argp-namefrob.h: Bugfix. Remove stray #
26946
26947 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
26948
26949         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
26950         so that we test the test.
26951         Check for yet another HP-UX cc bug involving *bool |= bool.
26952
26953 2006-01-25  Karl Berry  <karl@gnu.org>
26954
26955         * config/srclist.txt (vasnprintf.c): sync lost.
26956
26957 2006-01-25  Jim Meyering  <jim@meyering.net>
26958
26959         Sync from the stable (b5) branch of coreutils:
26960
26961         * lib/fts.c (fts_children): Don't let close() clobber errno from
26962         failed fchdir().
26963
26964         * lib/fts.c (fts_stat): When following a symlink-to-directory,
26965         don't necessarily interpret stat-fails+lstat-succeeds as indicating
26966         a dangling symlink.  That can also happen at least for ELOOP.
26967         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
26968         FYI, this bug predates the inclusion of fts.c in coreutils.
26969
26970         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
26971         in their own block, so pre-c99 compilers don't object.
26972
26973         Avoid the double-free (first in fts_read, second in fts_close) that
26974         would occur when an `active' directory is made inaccessible (e.g.,
26975         via chmod a-x) during a traversal.
26976         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26977         before returning.  Reproduce this failure by
26978         mkdir -p a/b; cd a; chmod a-x . b
26979         Reported by Stavros Passas.
26980
26981 2006-01-25  Jim Meyering  <jim@meyering.net>
26982
26983         * lib/fileblocks.c: Remove more useless parentheses.
26984         * lib/readutmp.h: Likewise.
26985
26986 2006-01-25  Bruno Haible  <bruno@clisp.org>
26987
26988         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
26989         warnings.
26990         Reported by Paul Eggert.
26991
26992 2006-01-25  Bruno Haible  <bruno@clisp.org>
26993
26994         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
26995         rid of a trap command. For Solaris sh.
26996         Reported by Mark D. Baushke <mdb@gnu.org>.
26997
26998 2006-01-24  Simon Josefsson  <jas@extundo.com>
26999
27000         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
27001         Bruno.
27002
27003 2006-01-24  Karl Berry  <karl@gnu.org>
27004
27005         * config/srclist.txt (argp-namefrob.h): sync lost.
27006
27007 2006-01-24  Jim Meyering  <jim@meyering.net>
27008
27009         * modules/openat (Files): Add lib/intprops.h.
27010         From Mark D. Baushke.
27011
27012 2006-01-24  Jim Meyering  <jim@meyering.net>
27013
27014         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
27015         Reported by Mark D. Baushke.
27016
27017 2006-01-24  Jim Meyering  <jim@meyering.net>
27018
27019         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
27020
27021 2006-01-24  Bruno Haible  <bruno@clisp.org>
27022
27023         * modules/strnlen (Maintainer): Change from glibc to all.
27024
27025 2006-01-24  Bruno Haible  <bruno@clisp.org>
27026
27027         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
27028         Patch by Paul Eggert.
27029
27030 2006-01-24  Bruno Haible  <bruno@clisp.org>
27031
27032         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
27033         already has it.
27034         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
27035         2005-11-26.
27036
27037         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
27038         'signed char' to avoid problems with the built-in _Bool type.
27039         Reported by Paul Eggert on 2005-11-26.
27040
27041 2006-01-24  Bruno Haible  <bruno@clisp.org>
27042
27043         * gnulib-tool (func_import): Avoid constructing complicated sed
27044         expressions inside backquote.
27045         Report and solution by Mark D. Baushke <mdb@gnu.org>.
27046
27047 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
27048
27049         These changes imported from libc.
27050         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
27051         test and two separate function calls.
27052         * lib/strndup.c (__strndup): Add libc_hidden_def.
27053
27054 2006-01-23  Simon Josefsson  <jas@extundo.com>
27055
27056         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
27057         Remove the test_*_SOURCES variable: automake infers it by default.
27058         * modules/tls-tests: Likewise.
27059
27060 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27061
27062         Work around porting bugs reported by Dieter in
27063         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
27064         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
27065         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
27066         Include "getopt.h" first, to check interface.
27067         (getenv): Declare only if defined HAVE_DECL_GETENV &&
27068         !HAVE_DECL_GETENV.
27069         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
27070         (__strndup): Revert to K&R-style function dfns, the glibc style.
27071         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
27072         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
27073         Include strnlen.h first, to get prototype properly.
27074         (strnlen): Renamed from __strnlen.
27075         Remove weak alias.
27076
27077 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27078
27079         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
27080
27081 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27082
27083         * config/srclist.txt: Adjust to reflect glibc reorganization.
27084         This affects only comments.
27085
27086 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27087
27088          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
27089          Reported by Bruce Korb <bkorb@gnu.org>.
27090
27091 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
27092
27093         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
27094         to pacify gcc -Wswitch-default.
27095
27096 2006-01-22  Bruno Haible  <bruno@clisp.org>
27097
27098         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
27099         temporary buffer for sprintf, take into account the precision also
27100         for 'd', 'i', 'u', 'o', 'x', 'X'.
27101
27102 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27103
27104         * modules/argp-tests: New module
27105         * tests/test-argp.c: New file
27106         * tests/test-argp-2.sh: New file
27107
27108 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27109
27110         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
27111         (__argp_base_name): Removed
27112         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
27113         typo.
27114         (__argp_base_name): Provide macro definition or extern declaration
27115         depending on the configuration
27116
27117 2006-01-20  Simon Josefsson  <jas@extundo.com>
27118
27119         * modules/inet_ntop (Depends-on): Depend on sys_socket.
27120
27121 2006-01-20  Simon Josefsson  <jas@extundo.com>
27122
27123         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
27124
27125 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27126
27127         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
27128         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
27129         Suggested by Bruno Haible.
27130
27131 2006-01-20  Karl Berry  <karl@gnu.org>
27132
27133         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
27134         until changes propagate, I guess.
27135
27136 2006-01-19  Simon Josefsson  <jas@extundo.com>
27137
27138         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
27139
27140 2006-01-19  Simon Josefsson  <jas@extundo.com>
27141
27142         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
27143
27144 2006-01-19  Simon Josefsson  <jas@extundo.com>
27145
27146         * gnulib-tool: Set check_PROGRAMS.
27147
27148         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
27149         modules/des-tests, modules/gc-arcfour-tests,
27150         modules/gc-arctwo-tests, modules/gc-des-tests,
27151         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
27152         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
27153         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
27154         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
27155         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
27156         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
27157         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
27158         test_*_SOURCES.
27159
27160 2006-01-18  Simon Josefsson  <jas@extundo.com>
27161
27162         * modules/socklen (Depends-on): Depend on sys_socket.
27163
27164 2006-01-18  Simon Josefsson  <jas@extundo.com>
27165
27166         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
27167         modules/des-tests, modules/gc-arcfour-tests,
27168         modules/gc-arctwo-tests, modules/gc-des-tests,
27169         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
27170         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
27171         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
27172         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
27173         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
27174         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
27175         $(EXEEXT) to automake TESTS variable, for mingw32.
27176
27177 2006-01-17  Simon Josefsson  <jas@extundo.com>
27178
27179         * modules/socklen (Include): Need sys/socket.h.
27180
27181 2006-01-17  Bruno Haible  <bruno@clisp.org>
27182
27183         * modules/ssize_t (Include): Add <sys/types.h>.
27184
27185 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
27186
27187         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
27188         it's not portable and it doesn't work with cross-compiles.
27189         Problem reported by Bruno Haible.  Fix missing-$ typo in
27190         'test "gl_cv_ignore_unused_libraries" ...' that prevented
27191         -zignore from being used with Sun's C compiler.
27192
27193 2006-01-12  Simon Josefsson  <jas@extundo.com>
27194
27195         * lib/base64.c: Fix warning, reported by Bruno Haible
27196         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
27197
27198 2006-01-12  Bruno Haible  <bruno@clisp.org>
27199
27200         * modules/ldd: New file.
27201         * build-aux/ldd.sh.in: New file.
27202         * MODULES.html.sh (Support for building libraries and executables): Add
27203         ldd.
27204
27205 2006-01-12  Bruno Haible  <bruno@clisp.org>
27206
27207         * m4/ldd.m4: New file.
27208
27209 2006-01-12  Bruno Haible  <bruno@clisp.org>
27210
27211         * gnulib-tool (func_import, func_create_testdir): Don't go into an
27212         endless loop while replacing $auxdir with build-aux.
27213
27214 2006-01-11  Simon Josefsson  <jas@extundo.com>
27215
27216         * lib/stdint_.h (SIZE_MAX): Add missing (.
27217
27218 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
27219
27220         Sync from coreutils.
27221         * lib/md5.c: Fix commentary typos.
27222         (alignof, UNALIGNED_P): No need for a GCC-specific version.
27223         * lib/md5.h (__attribute__): Remove; unused.
27224         * lib/sha1.c: Fix commentary to match md5 better.
27225         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
27226         so that we don't need to worry about alignment.  All uses changed.
27227         This merges the 2005-10-28 md5 change into sha1.
27228
27229 2006-01-11  Jim Meyering  <jim@meyering.net>
27230
27231         Sync from coreutils.
27232         * lib/md5.c (OP): Fix spacing.
27233
27234 2006-01-11  Bruno Haible  <bruno@clisp.org>
27235
27236         Ensure automatic ordering between gl_LOCK and gl_ARGP.
27237         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
27238         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
27239
27240 2006-01-11  Bruno Haible  <bruno@clisp.org>
27241
27242         Ensure automatic ordering between gl_LOCK and gl_ARGP.
27243         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
27244         the "early" section as well.
27245
27246 2006-01-11  Bruno Haible  <bruno@clisp.org>
27247
27248         Avoid "ar: no archive members specified" error on MacOS X.
27249         * gnulib-tool (func_modules_add_dummy): New function.
27250         (func_import, func_create_testdir): Invoke it.
27251
27252 2006-01-11  Bruno Haible  <bruno@clisp.org>
27253
27254         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
27255         with $auxdir in AC_CONFIG_FILES statements.
27256
27257 2006-01-11  Bruno Haible  <bruno@clisp.org>
27258
27259         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27260         Initialize also noinst_HEADERS to empty.
27261
27262 2006-01-11  Bruno Haible  <bruno@clisp.org>
27263
27264         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
27265         variables.
27266         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
27267         autoreconf.
27268
27269 2006-01-11  Bruno Haible  <bruno@clisp.org>
27270
27271         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
27272         overridable by the user.
27273         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27274
27275 2006-01-10  Simon Josefsson  <jas@extundo.com>
27276
27277         * modules/sys_socket: New file.
27278
27279 2006-01-10  Simon Josefsson  <jas@extundo.com>
27280
27281         * m4/sys_socket_h.m4: New file.
27282
27283 2006-01-10  Simon Josefsson  <jas@extundo.com>
27284
27285         * lib/socket_.h: New file.
27286
27287 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27288
27289         * modules/readutmp (Maintainer): Add myself.
27290
27291 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27292
27293         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
27294         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
27295         People who are still concerned with buggy memcmp implementations
27296         can invoke gl_FUNC_MEMCMP themselves.
27297
27298 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27299
27300         * lib/regex_internal.h (BITSET_WORD_BITS):
27301         Work around a bug in 64-bit PGC (before version 6.1-2), where the
27302         preprocessor mishandles large unsigned values as if they were signed.
27303         Problem reported by Claudio Fontana in
27304         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
27305
27306 2006-01-10  Jim Meyering  <jim@meyering.net>
27307
27308         Avoid the double-free (first in fts_read, second in fts_close) that
27309         would occur when an `active' directory is made inaccessible (e.g.,
27310         via chmod a-x) during a traversal.
27311         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
27312         before returning.  Reproduce this failure by
27313         mkdir -p a/b; cd a; chmod a-x . b
27314         Reported by Stavros Passas.
27315
27316         Sync from coreutils.
27317         * lib/sha1.c: Tweak grammar in a comment.
27318
27319 2006-01-10  Jim Meyering  <jim@meyering.net>
27320
27321         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
27322         Patch by Joerg Sonnenberger.
27323
27324 2006-01-10  Bruno Haible  <bruno@clisp.org>
27325
27326         * modules/readutmp: Depend on module free.
27327         * modules/strtok_r: Depend on module restrict.
27328
27329 2006-01-10  Bruno Haible  <bruno@clisp.org>
27330
27331         * modules/gettext (configure.ac): Add an invocation of
27332         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
27333
27334 2006-01-10  Bruno Haible  <bruno@clisp.org>
27335
27336         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
27337         Reported by Werner Lemberg <wl@gnu.org>.
27338
27339 2006-01-10  Bruno Haible  <bruno@clisp.org>
27340
27341         * lib/localcharset.c: Update from GNU gettext.
27342
27343 2006-01-10  Bruno Haible  <bruno@clisp.org>
27344
27345         * lib/argp.h (__const): Remove macro. Use const instead.
27346         * lib/argp-fmtstream.h (__const): Likewise.
27347         * lib/glob_.h (__const): Remove macro.
27348         * lib/glob-libc.h: Use const instead of __const.
27349
27350 2006-01-10  Bruno Haible  <bruno@clisp.org>
27351
27352         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
27353         variable.
27354         Needed to avoid an automake error regarding the 'gettext' module.
27355
27356 2006-01-09  Simon Josefsson  <jas@extundo.com>
27357
27358         * modules/inet_ntop (Depends-on): Add restrict.
27359
27360 2006-01-09  Simon Josefsson  <jas@extundo.com>
27361
27362         * modules/gc-rijndael-tests (License): Put under LGPL.
27363
27364         * modules/gc-des-tests (License): Likewise.
27365
27366         * modules/gc-arcfour-tests (License): Likewise.
27367
27368         * modules/gc-arctwo-tests (License): Likewise.
27369
27370         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
27371
27372         * modules/gc-hmac-sha1-tests (Files): Likewise.
27373
27374         * modules/gc-hmac-md5-tests (License): Likewise.
27375
27376         * modules/gc-sha1-tests (License): Likewise.
27377
27378         * modules/gc-md5-tests (License): Likewise.
27379
27380         * modules/gc-md4-tests (License): Likewise.
27381
27382         * modules/gc-md2-tests (License): Likewise.
27383
27384         * modules/gc-tests (License): Likewise.
27385
27386         * modules/des-tests (License): Likewise.
27387
27388         * modules/md4-tests (License): Likewise.
27389
27390         * modules/md2-tests (License): Likewise.
27391
27392 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27393
27394         Sync from coreutils:
27395
27396         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
27397         * modules/lib-ignore: New file.
27398         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
27399         chdir-safer.m4, lchmod.m4.
27400         * modules/openat: Add mkdirat.c, openat-priv.h.
27401
27402 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27403
27404         Sync from coreutils.
27405         * m4/lib-ignore.m4: New file.
27406         * m4/lchmod.m4: New file.
27407
27408 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27409
27410         Sync from coreutils.
27411         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
27412         for write access: POSIX says that must fail.
27413         * lib/fts.c (diropen): Likewise.
27414         * lib/save-cwd.c (save_cwd): Likewise.
27415         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
27416         well, for minor improvements on hosts that lack O_DIRECTORY.
27417         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
27418         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
27419         Fall back on chown if open failed with EACCES.
27420
27421         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
27422         Report an error at compile-time if only a 1-second nominal clock
27423         resolution is found.
27424
27425         * lib/lchmod.h: New file.
27426         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
27427         (make_dir_parents): Use lchown rather than chown, and
27428         lchmod rather than chmod.
27429
27430         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
27431         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
27432         "proc" reported by n0dalus.
27433
27434         * lib/mountlist.c: Include <limits.h>.
27435         (dev_from_mount_options)
27436         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
27437         New function.  It no longer assumes "dev=" has the System V meaning
27438         on Linux (since it doesn't).  It also parses "dev=" more carefully.
27439         (read_file_system_list)
27440         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
27441         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
27442         dev= in that case.
27443
27444         * lib/posixtm.h (PDS_PRE_2000): New macro.
27445         * lib/posixtm.c (year): Arg is now syntax_bits rather than
27446         allow_century.  All usages changed.  Reject dates outside the range
27447         1969-1999 if PDS_PRE_2000 is used.
27448
27449 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27450
27451         Sync from coreutils.
27452         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
27453         (Time of day items): Mention the possibility of leap seconds.
27454         Problem reported by Dr. David Alan Gilbert.
27455
27456 2006-01-09  Jim Meyering  <jim@meyering.net>
27457
27458         Sync from coreutils.
27459
27460         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
27461
27462         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
27463
27464         * lib/modechange.c (mode_compile): Reject an invalid mode string
27465         that starts with an octal digit.  From Andreas Gruenbacher.
27466
27467         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
27468         and dup to open_safer and dup_safer, respectively.
27469         (openat_permissive): Fix typo in comment.
27470
27471         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
27472         "gettext.h"; either no longer needed or are guaranteed by openat.h.
27473         (_): Remove; no longer needed.
27474         (openat): Renamed from rpl_openat; no need for rpl_openat
27475         since openat.h renames openat for us.
27476         Replace most of the body with a call to openat_permissive,
27477         to avoid duplicate code.
27478         Port to (probably hypothetical) environments were mode_t is
27479         wider than int.
27480         (openat_permissive): Require mode arg, so that we can check
27481         types better.  Put it just after flags.  Change cwd failure
27482         indicator from pointer-to-bool to pointer-to-errno-value.
27483         All callers changed.
27484         Invoke openat_save_fail and/or openat_restore_fail if
27485         cwd_errno is null, so that openat can call us.
27486         (openat_permissive, fdopendir, fstatat, unlinkat):
27487         Simplify errno handling to avoid some duplicate code,
27488         as it's OK to set errno on success.
27489         * lib/openat.h: Revamp code so that function macros depend on
27490         __OPENAT_PREFIX only, not also on AT_FDCWD.
27491         (openat_ro): Remove.  Caller changed to use openat_permissive.
27492         (openat_permissive): Now a macro, if not a function.
27493         (openat_restore_fail, openat_save_fail): Now always functions,
27494         since mkdirat needs them even if __OPENAT_PREFIX is defined.
27495
27496         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
27497         and openat.c.
27498         * lib/mkdirat.c: Include openat-priv.h.
27499         Remove definitions of macros defined therein.
27500         * lib/openat.c: Likewise.
27501
27502         * lib/mkdirat.c (mkdirat): New file and function.
27503         * lib/openat.h (mkdirat): Declare.
27504
27505         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
27506
27507         * lib/openat.h (openat_permissive): Declare.
27508         (openat_ro): Define.
27509
27510         * lib/openat.c (EXPECTED_ERRNO): New macro.
27511         (openat_permissive): New function -- used in remove.c rewrite.
27512         (all functions): Set errno just before returning, only if there
27513         was an actual failure.
27514         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
27515
27516         Emulate openat-family functions using Linux's procfs, if possible.
27517         Idea and some code based on Ulrich Drepper's glibc changes.
27518
27519         * lib/openat.c: (BUILD_PROC_NAME): New macro.
27520         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
27521         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
27522         before falling back on save_cwd and restore_cwd.
27523         (fdopendir, fstatat, unlinkat): Likewise.
27524
27525         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
27526         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
27527
27528         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
27529         as second argument to va_arg.  Otherwise, some versions of gcc
27530         warn that `if this code is reached, the program will abort'.
27531
27532 2006-01-09  Jim Meyering  <jim@meyering.net>
27533
27534         Sync from coreutils.
27535         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
27536         Require openat-priv.h.
27537
27538 2006-01-09  Bruno Haible  <bruno@clisp.org>
27539
27540         * modules/strnlen (Include): Use strnlen.h.
27541
27542 2006-01-09  Bruno Haible  <bruno@clisp.org>
27543
27544         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
27545
27546 2006-01-09  Bruno Haible  <bruno@clisp.org>
27547
27548         * lib/sysexit_.h (EX_OK): New macro.
27549         Suggested by Martin Lambers <marlam@marlam.de>.
27550
27551 2006-01-09  Bruno Haible  <bruno@clisp.org>
27552
27553         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
27554         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
27555
27556 2006-01-09  Bruno Haible  <bruno@clisp.org>
27557
27558         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
27559         numbers.
27560
27561 2006-01-09  Bruno Haible  <bruno@clisp.org>
27562
27563         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
27564         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
27565         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
27566         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
27567
27568 2006-01-09  Bruno Haible  <bruno@clisp.org>
27569
27570         * build-aux/javacomp.sh.in: New file, moved from lib/.
27571         * modules/javacomp-script (Files): Update.
27572         (configure.ac): Add AC_CONFIG_FILES invocation.
27573         (EXTRA_DIST): Remove variable.
27574
27575         * build-aux/javaexec.sh.in: New file, moved from lib/.
27576         * modules/javaexec (Files): Update.
27577         (configure.ac): Add AC_CONFIG_FILES invocation.
27578         (EXTRA_DIST): Remove javaexec.sh.in.
27579
27580         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
27581         * modules/csharpcomp-script (Files): Update.
27582         (configure.ac): Add AC_CONFIG_FILES invocation.
27583         (EXTRA_DIST): Remove variable.
27584
27585         * build-aux/csharpexec.sh.in: New file, moved from lib/.
27586         * modules/csharpexec (Files): Update.
27587         (configure.ac): Add AC_CONFIG_FILES invocation.
27588         (EXTRA_DIST): Remove csharpexec.sh.in.
27589
27590 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27591
27592         Sync from coreutils.
27593
27594         Add POSIX ACL support
27595         * lib/acl.h (copy_acl, set_acl): Add declarations.
27596         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
27597         systems other than Linux.
27598         (chmod_or_fchmod): New function: use fchmod when possible,
27599         and chmod otherwise.
27600         (file_has_acl): Add a POSIX ACL implementation, with a
27601         Linux-specific subcase.
27602         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
27603         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
27604         acls are unsupported.
27605         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
27606         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
27607         are unsupported.
27608
27609 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27610
27611         Sync from coreutils.
27612         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
27613
27614 2006-01-07  Bruno Haible  <bruno@clisp.org>
27615
27616         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
27617         gl_EARLY.
27618
27619 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27620
27621         * lib/strftime.c (tzname): Don't declare if it is already #defined.
27622         Problem reported for Mingw by Mark Junker.
27623
27624 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27625
27626         * README: Gnulib normally doesn't generate a tarball.
27627
27628 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
27629
27630         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
27631         long int, not int, for nanosecond counts, so that people who are
27632         used to POSIX struct timespec won't be surprised.  Reported by Jim
27633         Meyering.
27634
27635 2005-12-28  Bruno Haible  <bruno@clisp.org>
27636
27637         * build-aux/config.rpath: Update from GNU gettext.
27638
27639 2005-12-16  Jim Meyering  <jim@meyering.net>
27640
27641         * modules/fprintftime: New module.
27642         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
27643
27644 2005-12-16  Jim Meyering  <jim@meyering.net>
27645
27646         * m4/fprintftime.m4: New file.
27647
27648 2005-12-16  Jim Meyering  <jim@meyering.net>
27649
27650         * lib/fprintftime.c, lib/fprintftime.h: New files.
27651
27652 2005-12-15  Simon Josefsson  <jas@extundo.com>
27653
27654         * modules/socklen (configure.ac): Fix M4 macro name, to align with
27655         new m4/socklen.m4.
27656
27657 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27658
27659         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
27660         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
27661
27662 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27663
27664         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
27665         * lib/argp-help.c (fill_in_uparams): Check if the constructed
27666         struct uparams is valid. Fall back to the default values if it is
27667         not.
27668
27669 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27670
27671         * modules/argp (Files): Add argp-pin.c
27672         (Depends-on): dirname
27673         (lib_SOURCES): Add argp-pin.c
27674
27675 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27676
27677         * m4/argp.m4:  Check if program_invocation_name and
27678         program_invocation_short_name are declared and define appropriate
27679         macros if they are not.
27680
27681 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27682
27683         * lib/argp-help.c (__argp_base_name): New function
27684         (__argp_short_program_name): Rewrite using __argp_base_name
27685         * lib/argp-namefrob.h: Define program_invocation_name and
27686         program_invocation_short_name if requested
27687         (__argp_base_name): Add prototype
27688         * lib/argp-parse.c (argp_def): Use gettext wrappers
27689         (argp_default_parser): Use __argp_base_name
27690         * lib/argp-pin.c: New file. Defines program_invocation_name and
27691         program_invocation_short_name on systems that lack them.
27692
27693 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27694
27695         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
27696         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27697         porting problem reported by Georg Schwarz in
27698         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27699
27700 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27701
27702         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
27703         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27704         porting problem reported by Georg Schwarz in
27705         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27706
27707 2005-12-05  Bruno Haible  <bruno@clisp.org>
27708
27709         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
27710         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
27711         Reported by Mark Junker <mjscod@gmx.de>.
27712
27713 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
27714
27715         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
27716         Use implementation from Albert Chin, with some
27717         comments/corrections by Stepan Kasal and myself.
27718
27719 2005-12-02  Bruno Haible  <bruno@clisp.org>
27720
27721         * gnulib-tool (func_import): Accept GPLed build tool modules when
27722         --lgpl is given.
27723         * modules/csharpcomp-script: New file.
27724         * modules/csharpcomp: Depend on it.
27725         * modules/javacomp-script: New file.
27726         * modules/javacomp: Depend on it.
27727         Suggested by Simon Josefsson.
27728
27729 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
27730
27731         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
27732         statement, to work around an HP-UX 10.20 compiler bug reported by
27733         Peter O'Gorman.
27734
27735 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27736
27737         * modules/savedir (Depends-on): Add openat.
27738
27739 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27740
27741         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
27742         (uintmax_t) [defined uintmax_t]: Do not declare.
27743         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
27744         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
27745         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
27746         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
27747         sake of portability to weird hosts that C allows (though we don't
27748         know of any practical examples).
27749
27750         * lib/savedir.h (fdsavedir): New decl.
27751         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
27752         contains most of the former guts of savedir.
27753         (savedir): Use savedirstream.
27754         Include "openat.h".
27755
27756 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27757
27758         * modules/obstack (Files): Add m4/ulonglong.m4.
27759         Problem reported by Davide Angelocola.
27760
27761 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
27762
27763         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
27764         coreutils no longer futzes with rounding modes.
27765
27766 2005-11-14  Jim Meyering  <jim@meyering.net>
27767
27768         * lib/mkstemp-safer.c: Include <config.h>, required for possible
27769         replacement of mkstemp.
27770
27771 2005-11-10  Simon Josefsson  <jas@extundo.com>
27772
27773         * lib/readline.c: Remove EOL.
27774
27775 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27776
27777         * modules/gethrxtime (Depends-on): Add gettime.
27778
27779 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27780
27781         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
27782         or gettimeofday; no longer needed.
27783
27784 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27785
27786         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
27787         time business.
27788         (gethrxtime) [! (HAVE_NANOUPTIME
27789         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
27790         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
27791         our own approximation.
27792
27793 2005-11-08  Eric Blake  <ebb9@byu.net>
27794
27795         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27796
27797 2005-11-08  Eric Blake  <ebb9@byu.net>
27798
27799         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27800
27801 2005-11-04  Bruno Haible  <bruno@clisp.org>
27802
27803         * gnulib-tool: Implement --update mode.
27804
27805 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27806
27807         Fix porting problem reported by Theodoros V. Kalamatianos.
27808         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
27809         Don't assume that futimes failing means we must fail.
27810
27811 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27812
27813         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
27814         variables to suggest the intended function of the PATH_MAX check.
27815
27816 2005-10-30  Kean Johnston  <jkj@sco.com>
27817
27818         Trivial changes to support SCO systems.
27819         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
27820         as PATH_MAX.
27821         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
27822         where __ptr is null when no I/O is pending.
27823
27824 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27825
27826         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
27827         leave errno alone.  Problem reported by Dmitry V. Levin.
27828
27829 2005-10-28  Simon Josefsson  <jas@extundo.com>
27830
27831         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
27832         Test more.
27833
27834         * tests/test-gc-md2.c, tests/test-md2.c: New files.
27835
27836         * modules/md2, modules/md2-tests: New files.
27837
27838 2005-10-28  Simon Josefsson  <jas@extundo.com>
27839
27840         * m4/inet_ntop.m4: More tests.
27841
27842         * m4/gc-md2.m4, md2.m4: New file.
27843
27844 2005-10-28  Simon Josefsson  <jas@extundo.com>
27845
27846         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
27847         "restrict" keywords, as per POSIX.  Protect the function
27848         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
27849         Don't use K&R prototypes.  Check the sprintf return values.
27850         Re-define EAFNOSUPPORT if not present.  Indent.
27851
27852         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
27853         suggested by Bruno Haible <bruno@clisp.org>.
27854
27855         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
27856
27857         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
27858
27859         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
27860         libgcrypt).
27861
27862         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
27863
27864         * lib/md2.h, lib/md2.c: New files.
27865
27866 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
27867
27868         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
27869         errno alone.  Problem reported by Frederic Jolliton.
27870
27871 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
27872
27873         * modules/verify (License): Change from GPL to LGPL.  This is a
27874         tiny module and there are apparently near-equivalents that are
27875         under the BSD license.
27876
27877 2005-10-24  Simon Josefsson  <jas@extundo.com>
27878
27879         * modules/sha1: Relicense to LGPL.
27880
27881 2005-10-24  Simon Josefsson  <jas@extundo.com>
27882
27883         * lib/md4.h: Shrink buffer size, now that we changed the type.
27884
27885 2005-10-23  Simon Josefsson  <jas@extundo.com>
27886
27887         * gnulib-tool (func_import): Fix --tests-base.
27888
27889 2005-10-22  Simon Josefsson  <jas@extundo.com>
27890
27891         * modules/arcfour (Depends-on): Need stdint.
27892
27893 2005-10-22  Simon Josefsson  <jas@extundo.com>
27894
27895         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
27896         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
27897
27898 2005-10-22  Simon Josefsson  <jas@extundo.com>
27899
27900         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
27901         suggested by Bruno Haible <bruno@clisp.org>.
27902
27903 2005-10-22  Simon Josefsson  <jas@extundo.com>
27904
27905         * lib/crc.h: Include stddef.h, for size_t.
27906
27907 2005-10-22  Simon Josefsson  <jas@extundo.com>
27908
27909         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
27910         arcfour_context struct (simplify test vector testing in GNU
27911         Shishi).
27912
27913 2005-10-21  Simon Josefsson  <jas@extundo.com>
27914
27915         * modules/des, modules/des-tests: New files.
27916
27917         * modules/gc-des, modules/gc-des-tests: New files.
27918
27919         * tests/test-des.c, tests/test-gc-des.c: New file.
27920
27921 2005-10-21  Simon Josefsson  <jas@extundo.com>
27922
27923         * modules/arctwo, modules/arctwo-tests: New files.
27924
27925         * tests/test-arctwo.c: New file.
27926
27927         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
27928
27929         * tests/test-gc-arctwo.c: New file.
27930
27931 2005-10-21  Simon Josefsson  <jas@extundo.com>
27932
27933         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
27934         Bruno Haible <bruno@clisp.org>.
27935
27936         * m4/gc-des.m4: New file.
27937
27938 2005-10-21  Simon Josefsson  <jas@extundo.com>
27939
27940         * m4/arctwo.m4: New file.
27941
27942         * m4/gc-arctwo.m4: New file.
27943
27944 2005-10-21  Simon Josefsson  <jas@extundo.com>
27945
27946         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
27947         block.
27948
27949 2005-10-21  Simon Josefsson  <jas@extundo.com>
27950
27951         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
27952         <bruno@clisp.org>.
27953
27954         * lib/hmac-sha1.c (hmac_sha1): Likewise.
27955
27956         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
27957         Bruno Haible <bruno@clisp.org>.
27958
27959         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
27960         <bruno@clisp.org>.
27961
27962 2005-10-21  Simon Josefsson  <jas@extundo.com>
27963
27964         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
27965
27966 2005-10-21  Simon Josefsson  <jas@extundo.com>
27967
27968         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
27969
27970 2005-10-21  Simon Josefsson  <jas@extundo.com>
27971
27972         * lib/des.h, lib/des.c: New files.
27973
27974         * lib/gc-gnulib.c: Support DES.c
27975
27976 2005-10-21  Simon Josefsson  <jas@extundo.com>
27977
27978         * lib/arctwo.h, lib/arctwo.c: New files.
27979
27980         * lib/gc-gnulib.c: Support ARCTWO.
27981
27982 2005-10-21  Simon Josefsson  <jas@extundo.com>
27983
27984         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
27985         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27986
27987 2005-10-21  Simon Josefsson  <jas@extundo.com>
27988
27989         * gnulib-tool (func_import, func_create_testdir): Define automake
27990         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
27991         Makefile.am snippet),
27992         suggested by Bruno Haible <bruno@clisp.org>.
27993
27994         * modules/gc (Makefile.am): Use it.
27995
27996 2005-10-21  Bruno Haible  <bruno@clisp.org>
27997
27998         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
27999         patch.
28000
28001 2005-10-19  Simon Josefsson  <jas@extundo.com>
28002
28003         * tests/test-gc-rijndael.c: New file.
28004
28005         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
28006
28007 2005-10-19  Simon Josefsson  <jas@extundo.com>
28008
28009         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
28010         interface too.
28011
28012 2005-10-19  Simon Josefsson  <jas@extundo.com>
28013
28014         * tests/test-gc-arcfour.c: New file.
28015
28016         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
28017
28018 2005-10-19  Simon Josefsson  <jas@extundo.com>
28019
28020         * modules/gc-md4, modules/gc-md4-tests: New file.
28021
28022         * tests/test-gc-md4.c: New file.
28023
28024 2005-10-19  Simon Josefsson  <jas@extundo.com>
28025
28026         * m4/gc-md4.m4: New file.
28027
28028 2005-10-19  Simon Josefsson  <jas@extundo.com>
28029
28030         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
28031         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
28032         <kasal@ucw.cz>.
28033
28034 2005-10-19  Simon Josefsson  <jas@extundo.com>
28035
28036         * m4/gc-arcfour.m4: New file.
28037
28038         * m4/gc-rijndael.m4: New file.
28039
28040 2005-10-19  Simon Josefsson  <jas@extundo.com>
28041
28042         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
28043
28044 2005-10-19  Simon Josefsson  <jas@extundo.com>
28045
28046         * lib/gc-gnulib.c: Support ARCFOUR.
28047
28048 2005-10-19  Simon Josefsson  <jas@extundo.com>
28049
28050         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
28051         support.
28052
28053         * lib/gc.h: Add ECB enum type.
28054
28055         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
28056
28057 2005-10-18  Simon Josefsson  <jas@extundo.com>
28058
28059         * tests/test-md5.c: New file.
28060
28061         * modules/md5-tests: New file.
28062
28063 2005-10-18  Simon Josefsson  <jas@extundo.com>
28064
28065         * tests/test-md4.c: New file.
28066
28067         * modules/md4, modules/md4-tests: New files.
28068
28069 2005-10-18  Simon Josefsson  <jas@extundo.com>
28070
28071         * m4/md4.m4: New file.
28072
28073 2005-10-18  Simon Josefsson  <jas@extundo.com>
28074
28075         * lib/md4.h, lib/md4.c: New files, based on md5.?.
28076
28077 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
28078
28079         * gnulib-tool (func_create_testdir): Omit the second check whether
28080         BUILT_SOURCES in nonempty.
28081
28082 2005-10-17  Simon Josefsson  <jas@extundo.com>
28083
28084         * tests/test-rijndael.c: New file.
28085
28086 2005-10-17  Simon Josefsson  <jas@extundo.com>
28087
28088         * modules/sha1: Depend on stdint instead of md5.
28089
28090         * modules/md5: Depend on stdint, remove uint32_t.
28091
28092 2005-10-17  Simon Josefsson  <jas@extundo.com>
28093
28094         * modules/gc-sha1-tests: New file.
28095
28096         * tests/test-gc-sha1.c: New file.
28097
28098 2005-10-17  Simon Josefsson  <jas@extundo.com>
28099
28100         * m4/md5.m4: Remove call to uint32_t.m4.
28101
28102 2005-10-17  Simon Josefsson  <jas@extundo.com>
28103
28104         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
28105
28106         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
28107         md5.h.
28108
28109         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
28110
28111         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
28112
28113 2005-10-17  Simon Josefsson  <jas@extundo.com>
28114
28115         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
28116
28117 2005-10-17  Simon Josefsson  <jas@extundo.com>
28118
28119         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
28120
28121 2005-10-17  Simon Josefsson  <jas@extundo.com>
28122
28123         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
28124
28125         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
28126
28127 2005-10-17  Bruno Haible  <bruno@clisp.org>
28128
28129         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
28130         that it can also be used in a test.
28131
28132 2005-10-16  Bruno Haible  <bruno@clisp.org>
28133
28134         * gnulib-tool (func_emit_tests_Makefile_am): Also define
28135         TESTS_ENVIRONMENT, so that individual tests can augment it.
28136
28137         * gnulib-tool (func_create_testdir): Use an intermediate target for
28138         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
28139         macros, like $(ALLOCA_H), which cannot be passed through the command
28140         line.
28141
28142 2005-10-15  Simon Josefsson  <jas@extundo.com>
28143
28144         * modules/rijndael-tests: New file.
28145
28146         * modules/rijndael: New file.
28147
28148 2005-10-15  Simon Josefsson  <jas@extundo.com>
28149
28150         * m4/rijndael.m4: New file.
28151
28152 2005-10-15  Simon Josefsson  <jas@extundo.com>
28153
28154         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
28155
28156         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
28157
28158 2005-10-14  Simon Josefsson  <jas@extundo.com>
28159
28160         * tests/test-arcfour.c: New file.
28161
28162         * modules/arcfour, modules/arcfour-tests: New files.
28163
28164 2005-10-14  Simon Josefsson  <jas@extundo.com>
28165
28166         * m4/arcfour.m4: New file.
28167
28168 2005-10-14  Simon Josefsson  <jas@extundo.com>
28169
28170         * lib/arcfour.h, lib/arcfour.c: New files.
28171
28172 2005-10-14  Roland McGrath  <roland@redhat.com>
28173
28174         Import from libc.  [BZ #1331]
28175         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
28176         macro argument.
28177         Reported by Matej Vela <vela@debian.org>.
28178
28179 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28180
28181         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
28182         include <wchar.h>; no longer needed.
28183
28184 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28185
28186         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
28187
28188 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
28189         and  Ulrich Drepper  <drepper@redhat.com>
28190
28191         Import from libc.
28192         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
28193         instead of inline stream orientation test and two separate
28194         function calls.  Pay no attention to USE_IN_LIBIO.
28195
28196 2005-10-13  Simon Josefsson  <jas@extundo.com>
28197
28198         * modules/gc-hmac-md5-tests: New file.
28199
28200         * tests/test-gc-hmac-sha1.c: New file.
28201
28202         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
28203
28204         * modules/gc-hmac-md5-tests: New file.
28205
28206         * tests/test-gc-md5.c: New file.
28207
28208         * modules/gc-md5-tests: New file.
28209
28210 2005-10-13  Simon Josefsson  <jas@extundo.com>
28211
28212         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
28213         Move memory allocation outside of loop.
28214
28215 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
28216
28217         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
28218         intermediate directory is in a read-only file system.  Problem
28219         reported by Eric Blake.
28220
28221 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
28222
28223         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
28224
28225 2005-10-12  Simon Josefsson  <jas@extundo.com>
28226
28227         * tests/test-hmac-sha1.c: New file.
28228
28229         * modules/hmac-sha1-tests: New file.
28230
28231         * modules/hmac-sha1: New file.
28232
28233 2005-10-12  Simon Josefsson  <jas@extundo.com>
28234
28235         * modules/gc-sha1: New file.
28236
28237 2005-10-12  Simon Josefsson  <jas@extundo.com>
28238
28239         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
28240
28241         * tests/test-gc-pbkdf2-sha1.c: New file.
28242
28243 2005-10-12  Simon Josefsson  <jas@extundo.com>
28244
28245         * modules/gc-md5, modules/gc-hmac-md5: New files.
28246
28247         * modules/gc (Files): Remove md5, memxor and hmac files.
28248
28249 2005-10-12  Simon Josefsson  <jas@extundo.com>
28250
28251         * m4/gc-pbkdf2-sha1.m4: New file.
28252
28253         * m4/gc-hmac-sha1.m4: New file.
28254
28255         * m4/gc-sha1: New file.
28256
28257         * m4/hmac-sha1.m4: New file.
28258
28259 2005-10-12  Simon Josefsson  <jas@extundo.com>
28260
28261         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
28262
28263         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
28264
28265 2005-10-12  Simon Josefsson  <jas@extundo.com>
28266
28267         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
28268         suggested by Bruno Haible <bruno@clisp.org>.
28269
28270 2005-10-12  Simon Josefsson  <jas@extundo.com>
28271
28272         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
28273
28274 2005-10-12  Simon Josefsson  <jas@extundo.com>
28275
28276         * lib/gc-pbkdf2-sha1.c: New file.
28277
28278         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
28279
28280 2005-10-12  Simon Josefsson  <jas@extundo.com>
28281
28282         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
28283
28284         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
28285
28286 2005-10-12  Simon Josefsson  <jas@extundo.com>
28287
28288         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
28289         GC_USE_HMAC_MD5, respectively.
28290
28291         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
28292         (gc_md5): Fix typo.
28293
28294         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
28295
28296         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
28297
28298         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
28299
28300 2005-10-12  Bruno Haible  <bruno@clisp.org>
28301
28302         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
28303         Reported by Stepan Kasal <kasal@ucw.cz>.
28304
28305 2005-10-11  Simon Josefsson  <jas@extundo.com>
28306
28307         * tests/test-crc.c: New file.
28308
28309         * modules/crc, modules/crc-tests: New files.
28310
28311 2005-10-11  Simon Josefsson  <jas@extundo.com>
28312
28313         * m4/crc.m4: New file.
28314
28315 2005-10-11  Simon Josefsson  <jas@extundo.com>
28316
28317         * lib/gc.h: Add gc_hash and gc_hash_buffer.
28318
28319         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
28320
28321         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
28322
28323 2005-10-11  Simon Josefsson  <jas@extundo.com>
28324
28325         * lib/crc.h, lib/crc.c: New files.
28326
28327         * lib/gc.h (gc_hash_buffer): Add doc.
28328
28329 2005-10-11  Bruno Haible  <bruno@clisp.org>
28330
28331         * modules/c-strcasestr: New file.
28332         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
28333
28334 2005-10-11  Bruno Haible  <bruno@clisp.org>
28335
28336         * modules/c-strcase: New file.
28337         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
28338
28339 2005-10-11  Bruno Haible  <bruno@clisp.org>
28340
28341         * lib/strcasecmp.c: Include limits.h.
28342         (strcasecmp): Avoid integer overflow on exotic platforms.
28343         * lib/strncasecmp.c: Include limits.h.
28344         (strncasecmp): Avoid integer overflow on exotic platforms.
28345         Reported by Paul Eggert.
28346
28347 2005-10-11  Bruno Haible  <bruno@clisp.org>
28348
28349         * lib/c-strcasestr.h: New file, from GNU gettext.
28350         * lib/c-strcasestr.c: New file, from GNU gettext.
28351
28352 2005-10-11  Bruno Haible  <bruno@clisp.org>
28353
28354         * lib/c-strcase.h: New file, from GNU gettext.
28355         * lib/c-strcasecmp.c: New file, from GNU gettext.
28356         * lib/c-strncasecmp.c: New file, from GNU gettext.
28357
28358 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28359
28360         * modules/mempcpy (License): GPL -> LGPL.
28361         * modules/strchrnul (License): Likewise.
28362         * modules/sysexits (License): Likewise.
28363
28364 2005-10-08  Simon Josefsson  <jas@extundo.com>
28365
28366         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
28367
28368 2005-10-07  Simon Josefsson  <jas@extundo.com>
28369
28370         * m4/memxor.m4: Remove gl_C_RESTRICT call.
28371
28372 2005-10-06  Simon Josefsson  <jas@extundo.com>
28373
28374         * tests/test-hmac-md5.c: New file.
28375
28376         * modules/hmac-md5-tests: New file.
28377
28378         * modules/hmac-md5: New file.
28379
28380 2005-10-06  Simon Josefsson  <jas@extundo.com>
28381
28382         * m4/hmac-md5.m4: New file.
28383
28384         * m4/memxor.m4: Require gl_C_RESTRICT.
28385
28386 2005-10-06  Simon Josefsson  <jas@extundo.com>
28387
28388         * lib/memxor.c (memxor): Avoid casts and warnings.
28389
28390 2005-10-06  Simon Josefsson  <jas@extundo.com>
28391
28392         * lib/hmac-md5.c: New file.
28393
28394         * lib/hmac.h: New file.
28395
28396 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28397
28398         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
28399         promotes to int, not unsigned int, to catch the AIX 5.3
28400         compiler bug.
28401
28402 2005-10-05  Simon Josefsson  <jas@extundo.com>
28403
28404         * modules/memxor: New file.
28405
28406         * modules/iconv (Files): Move config.rpath to havelib, it is used
28407         there.
28408
28409         * modules/havelib (Files): Add config.rpath.
28410
28411 2005-10-05  Simon Josefsson  <jas@extundo.com>
28412
28413         * m4/memxor.m4: New file.
28414
28415 2005-10-05  Simon Josefsson  <jas@extundo.com>
28416
28417         * lib/memxor.c (memxor): Fix compiler error.
28418
28419         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
28420         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
28421
28422         * lib/memxor.h, lib/memxor.c: New files.
28423
28424         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
28425         we assume all systems have it, suggested by Jim Meyering
28426         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
28427         any systems lack sys/socket.h; mingw32 is known to lack it, but we
28428         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
28429         same reasons.
28430
28431 2005-10-05  Simon Josefsson  <jas@extundo.com>
28432
28433         * config/srclist.txt: Add glibc bug 1423 for md5.h.
28434
28435 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
28436
28437         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
28438         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
28439         needed, since the source code now assumes these .h files.
28440
28441 2005-10-05  Derek Price  <derek@ximbiot.com>
28442
28443         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
28444
28445 2005-10-05  Bruno Haible  <bruno@clisp.org>
28446
28447         * modules/stdint (License): Change to LGPL.
28448
28449 2005-10-04  Simon Josefsson  <jas@extundo.com>
28450
28451         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
28452         D. Baushke" <mdb@gnu.org>.
28453
28454 2005-10-04  Bruno Haible  <bruno@clisp.org>
28455
28456         * lib/verify.h (verify_true): Provide alternative definition for C++.
28457
28458 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
28459
28460         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
28461         (SSIZE_MAX): New macro, if not already defined.
28462         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
28463         than 2 GiB.
28464
28465 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28466
28467         Sync from coreutils.
28468         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
28469         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
28470         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
28471         ULLONG_MAX doesn't work with 2.7.2.1.
28472
28473 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28474
28475         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
28476         From Ben Pfaff.
28477
28478         * modules/exclude (Depends-on): Depend on verify.
28479         * modules/strtoimax (Depends-on): Likewise.
28480         * modules/utimecmp (Depends-on): Likewise.
28481
28482 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28483
28484         * lib/exclude.c: Include verify.h.
28485         (verify): Remove.  All callers changed to use verify.h's version.
28486         * lib/strtoimax.c: Likewise.
28487         * lib/utimecmp.c: Likewis.e
28488
28489         Sync from coreutils.
28490         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
28491         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
28492         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
28493         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
28494         bother returning ENOSYS if settimeofday or stime fails; just let
28495         them return whatever errno they want to return.
28496         * lib/utimens.c: Include unistd.h, for dup2.
28497         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
28498         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
28499
28500 2005-10-02  Jim Meyering  <jim@meyering.net>
28501
28502         Sync from coreutils.
28503         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
28504         from glibc-2.2.5 that fails for read-only files.
28505
28506 2005-10-02  Jim Meyering  <jim@meyering.net>
28507
28508         Sync from coreutils.
28509         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
28510         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
28511         `#if HAVE_CONFIG_H'.
28512         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
28513         Remove AT_FDCWD test.
28514         Do not consume the fd unless successful.
28515         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
28516         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
28517         block, so that we don't even try to compile it if settimeofday is
28518         available.  This works around a compilation failure on OSF1 V5.1,
28519         due to stime requiring a `long int*' while tv_sec is `int'.
28520
28521 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
28522
28523         Sync from coreutils.
28524         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
28525         against `yes', rather than just testing for nonempty.
28526
28527 2005-10-01  Simon Josefsson  <jas@extundo.com>
28528
28529         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
28530         and Darwin.
28531
28532         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
28533         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
28534         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
28535         freeaddrinfo and gai_strerror are declared by the POSIX headers.
28536         Check if struct addrinfo is declared.
28537
28538 2005-10-01  Simon Josefsson  <jas@extundo.com>
28539
28540         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
28541         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
28542         AI_* and EAI_* definitions.  Protect function declarations.
28543
28544 2005-10-01  Jim Meyering  <jim@meyering.net>
28545
28546         Sync from coreutils.
28547
28548         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
28549         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
28550         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
28551         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28552         in the inet and nsl libraries.  Required on Solaris 5.7.
28553
28554 2005-10-01  Jim Meyering  <jim@meyering.net>
28555
28556         Sync from coreutils.
28557         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28558         in the inet and nsl libraries.  Required on Solaris 5.7.
28559
28560 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
28561
28562         * lib/getdelim.c (getdelim): Remove unused variables.
28563
28564 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28565
28566         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
28567         so that the code works even with ancient cpp.  Portability problem
28568         with GCC 2.7.2.1 reported by Thomas M.Ott.
28569
28570 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28571
28572         * modules/regex (Depends-on): Add strcase.
28573
28574         * modules/gethostname (Licence): Change from GPL to LGPL, since
28575         gethostname.c is a trivial implementation of a standard library
28576         function.
28577         * modules/poll (License): Change from GPL to LGPL, since it's
28578         derived from LGPL code.
28579
28580 2005-09-27  Jim Meyering  <jim@meyering.net>
28581
28582         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
28583         HAVE_CONFIG_H.
28584
28585         * lib/intprops.h (signed_type_or_expr__): Define.
28586         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
28587         for unsigned types.
28588
28589 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28590
28591         * lib/verify.h (verify_expr): Remove, replacing with:
28592         (verify_true): New macro that returns true instead of void.
28593         (verify_type__): Remove.
28594         (verify): Use verify_true rather than verify_type__.
28595
28596 2005-09-26  Bruno Haible  <bruno@clisp.org>
28597
28598         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
28599         is necessary.
28600         (lib_SOURCES): Remove mbchar.c.
28601         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
28602         (Files): Add m4/mbrtowc.m4.
28603         * modules/mbiter: Likewise.
28604         * modules/mbuiter: Likewise.
28605
28606 2005-09-26  Bruno Haible  <bruno@clisp.org>
28607
28608         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
28609         compile mbchar.c if they are not both present.
28610         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
28611         * m4/mbiter.m4 (gl_MBITER): Likewise.
28612         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
28613         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
28614         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
28615
28616 2005-09-25  Jim Meyering  <jim@meyering.net>
28617
28618         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
28619         also uses socklen_t.
28620
28621 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
28622
28623         * lib/utimens.c (ENOSYS): Define if not already defined.
28624         (futimens): Support having a null PATH if the file descriptor
28625         is nonnegative.
28626
28627         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
28628         Remove.
28629         (__attribute): Define to empty unless GCC 3.1 or later.
28630         This works around a core dump on OpenBSD 3.4, which has GCC
28631         2.95.3, which dumps core when given __attribute__(()).  It also
28632         simplifies other tests, since we really don't want to bother with
28633         worrying about which ancient version of GCC supported what.
28634         Original problem reported by Yoann Vandoorselaere, with part of
28635         the fix suggested by Derek Price.
28636
28637 2005-09-24  Jim Meyering  <jim@meyering.net>
28638
28639         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
28640         so we can once again use a positive bitfield width of 1 -- now we
28641         don't have to explain why we were using a bitfield width of 2.
28642
28643 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28644
28645         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
28646         and similarly for the other external symbols.  Problem reported
28647         by James Gallager.
28648
28649         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
28650         bug reported by Jim Meyering.
28651
28652         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
28653         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
28654         not needed, since socklen is a prerequisite module.
28655
28656 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28657
28658         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
28659         Problem reported by Eric Blake.
28660         (getaddrinfo): Initialize se so that it's not garbage.
28661         Redo internal storage allocation so that it doesn't make unportable
28662         assumptions about alignment.
28663         Fix a memory leak.
28664
28665         * lib/utimens.c (futimens): Use futimesat if available.
28666         Prefer it to futimes since it doesn't have the futimes bug.
28667
28668         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
28669         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
28670         Instead, declare a function that returns a pointer to an array,
28671         and use verify_type__ to declare the size of the array.
28672         Problem and germ of a solution reported by Bruno Haible.
28673         (verify_type__): Use 2, not 1, for bitfield size, to avoid
28674         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
28675
28676 2005-09-23  Jim Meyering  <jim@meyering.net>
28677
28678         Sync from coreutils.
28679         Correct build failure (socklen_t not defined) on at least
28680         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
28681         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
28682
28683 2005-09-23  Jim Meyering  <jim@meyering.net>
28684
28685         * modules/getaddrinfo (Depends-on): Add socklen.
28686
28687 2005-09-23  Bruno Haible  <bruno@clisp.org>
28688
28689         * tests/test-verify.c: New file.
28690
28691 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28692
28693         Sync from coreutils.
28694
28695         * modules/argmatch (Depends-on): Add verify.
28696         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
28697         unistd-safer.
28698         * modules/save-cwd (Depends-on): Likewise.
28699
28700         * modules/openat (Files): Add lib/openat-die.c.
28701         (Depends-on): Remove error, exitfail.
28702         Add dirname.
28703
28704         * modules/verify: New file.
28705         * MODULES.html.sh (Diagnostics <assert.h>): New section,
28706         with "verify" module.
28707
28708 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28709
28710         Sync from coreutils.
28711
28712         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
28713         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
28714         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
28715         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
28716         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
28717         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
28718         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
28719         Don't bother checking for string.h, stdlib.h, unistd.h.
28720         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
28721         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
28722         module's job.
28723         * m4/jm-macros.m4 (gl_MACROS): Likewise.
28724         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
28725
28726         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
28727         (gl_GETDATE): Use it.
28728
28729         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
28730
28731 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28732
28733         Sync from coreutils.
28734
28735         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
28736         stat-time.h.
28737         * lib/argmatch.h: Include verify.h
28738         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
28739         (ARGMATCH_ASSERT): Remove; unused.
28740         * lib/canonicalize.c: Assume STDC_HEADERS.
28741         * lib/exclude.c: Include "strcase.h".
28742         * lib/regex_internal.h [!defined _LIBC]: Likewise.
28743         * lib/getusershell.c: Include stdio--.h rather than stdio.h
28744         and stdio-safer.h.
28745         (getusershell): Call fopen, not fopen_safer.
28746         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
28747         Do not include unistd-safer.h.
28748         (save_cwd): Don't call fd_safer; no longer needed
28749         now that we include fcntl--.h.
28750
28751         * lib/getdate.y (relative_time): New type.
28752         (RELATIVE_TIME_0): New constant.
28753         (parser_control): Use relative_time instead of doing it ourselves.
28754         (%union): Add new relative_time rel member.
28755         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
28756         Now typeless.
28757         (relunit, relunit_snumber): Now of type rel.
28758         (zone, rel, relunit, get_date): Adjust to above changes.
28759
28760         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
28761         Do not include unistd-safer.h.
28762         (getloadavg): Don't call fd_safer; no longer needed
28763         now that we include fcntl--.h.
28764
28765         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
28766         (make_dir_parents): Treat ENOSYS like EEXIST.
28767
28768         Improve quality of diagnostics on restore_cwd failure.
28769         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
28770         (make_dir_parents): Last arg is now int * (for errno), not bool *.
28771         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
28772         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
28773         each time through the loop.  Do not diagnose restore_cwd failure;
28774         that is the caller's job (and perhaps the caller does not care).
28775
28776         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
28777         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
28778         If the file already exists but is not a directory, don't bother
28779         to try to make its parents.
28780         Close potential file descriptor leak if we can't chdir("/") (!).
28781         Don't always return true if chdir($PWD) fails; return true only
28782         if the requested action was done successfully (except for the
28783         chdir($PWD)).
28784         Don't log final directory unless we actually made it.
28785         Refactor to avoid duplicate code to fix up permissions.
28786         Don't attempt to fix up parent permissions if chdir($PWD) fails.
28787
28788         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
28789         to make it a bit faster and (I hope) clearer.
28790         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
28791         Fix bug in formats like %2N.
28792
28793         * lib/verify.h: New file.
28794
28795 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28796
28797         Sync from coreutils.
28798         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
28799
28800 2005-09-22  Jim Meyering  <jim@meyering.net>
28801
28802         Sync from coreutils.
28803
28804         * m4/lstat.m4 (gl_FUNC_LSTAT):
28805         Use AC_LIBSOURCES to require lstat.c and lstat.h.
28806         Remove obsolete comment.
28807         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
28808         * m4/xstrtod.m4: Likewise.
28809
28810         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
28811
28812 2005-09-22  Jim Meyering  <jim@meyering.net>
28813
28814         Sync from coreutils.
28815
28816         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
28817
28818         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
28819         the .tm_year member, since otherwise gcc-4.0 would now warn about
28820         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
28821
28822         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
28823         order to avoid an unsuppressible warning from gcc on 64-bit systems.
28824
28825         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
28826         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
28827         when run in a time zone for which daylight savings time is in effect
28828         for the starting date.
28829
28830         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
28831         stop us from restricting permissions of just-created absolute-named
28832         directories.
28833         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
28834         to restore initial working directory.
28835         * lib/mkdir-p.c (make_dir_parents): New parameter:
28836         different_working_dir, to tell caller if/when we change the working
28837         directory and are unable to return to the initial one.
28838         * lib/mkdir-p.h (make_dir_parents): Update prototype.
28839         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
28840         `return false'.  This fixes a bug introduced on 2004-07-30.
28841
28842         * lib/openat.c (fdopendir): Be sure to close the supplied
28843         file descriptor before returning.  This makes our replacement
28844         implementation a little closer to Solaris's, where fdopendir
28845         ties the file descriptor to the returned DIR* pointer.
28846         * lib/openat.c (unlinkat): New function.
28847         * lib/openat.h (unlinkat): Add prototype.
28848         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
28849         (openat_restore_fail): Rename from openat_restore_die.
28850         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
28851
28852         Provide an alternative to exiting immediately upon save_cwd or
28853         restore_cwd failure.  Now, an application can arrange e.g.,
28854         to perform a longjump in that case.
28855         * lib/openat.c: Include dirname.h.
28856         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
28857         (rpl_openat, fdopendir, fstatat): Call openat_save_die
28858         and openat_restore_die rather than calling error directly.
28859         Don't include "error.h" or "exitfail.h"; they're no longer needed.
28860
28861         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
28862         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
28863         define.
28864
28865         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
28866         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
28867                             int utc, int nanoseconds);
28868         Background:
28869         date should not have to allocate a megabyte of virtual memory to
28870         handle a format argument like +%1048575T.  When implemented with
28871         strftime, it must allocate such a buffer, use strftime to fill it
28872         in, print it, then free it.
28873         With fprintftime, it simply prints everything and exits.
28874         With no need for memory allocation, that's one fewer way to fail.
28875         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
28876         optional field width, not before, so we accept %9:z, not %:9z.
28877         (my_strftime): Be sure to use L_('x') for literals.
28878
28879         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
28880         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
28881         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
28882         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
28883         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
28884         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
28885         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
28886         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
28887         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
28888         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
28889         * lib/xgethostname.c, lib/xreadlink.c:
28890         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
28891
28892         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
28893         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
28894         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
28895         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28896         and don't include <sys/file.h>).
28897
28898 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
28899
28900         Sync from coreutils.
28901
28902         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
28903         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
28904         [!LDAV_DONE]: Avoid unused variable warning.
28905
28906 2005-09-21  Bruno Haible  <bruno@clisp.org>
28907
28908         * lib/unicodeio.h (unicode_to_mb): New declaration.
28909
28910 2005-09-20  Derek Price  <derek@ximbiot.com>
28911
28912         * lib/getaddrinfo.c: Don't include <netdb.h> included from
28913         getaddrinfo.h.
28914
28915 2005-09-20  Bruno Haible  <bruno@clisp.org>
28916
28917         * gnulib-tool: Remove trailing slashes from the values specified for
28918         --source-base, --m4-base, --tests-base, --aux-dir.
28919         Suggested by Simon Josefsson <jas@extundo.com>.
28920
28921 2005-09-20  Bruno Haible  <bruno@clisp.org>
28922
28923         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
28924         func_modules_to_filelist, func_import, func_create_testdir): Make all
28925         sorting results locale-independent, so that gnulib-cache.m4 doesn't
28926         change when gnulib-tool is invoked in a different locale.
28927
28928 2005-09-19  Simon Josefsson  <jas@extundo.com>
28929
28930         * m4/socklen.m4: Fix typo.
28931
28932 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28933
28934         Use a consistent style for including <config.h>.
28935         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
28936         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
28937         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
28938         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
28939         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
28940         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
28941         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
28942         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
28943         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
28944         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
28945         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
28946         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
28947         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
28948         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
28949         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
28950         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
28951         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
28952         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
28953         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
28954         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
28955         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
28956         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
28957         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
28958         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
28959         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
28960         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
28961         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
28962         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
28963         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
28964         lib/xstrtoumax.c, lib/yesno.c:
28965         Standardize inclusion of config.h.
28966         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
28967         lib/inttostr.h:  Removed inclusion of config.h from header files.
28968         * lib/inttostr.c:  Adjusted in-tree users.
28969         * lib/timespec.h: Remove superfluous warning to include config.h.
28970         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
28971         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
28972         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
28973         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
28974         config.h with HAVE_CONFIG_H.
28975
28976 2005-09-19  Jim Meyering  <jim@meyering.net>
28977
28978         * modules/pathmax (License): Change to LGPL.
28979
28980 2005-09-19  Derek Price  <derek@ximbiot.com>
28981
28982         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
28983
28984 2005-09-19  Bruno Haible  <bruno@clisp.org>
28985
28986         * gnulib-tool (import): Provide default for --tests-base.
28987
28988 2005-09-19  Bruno Haible  <bruno@clisp.org>
28989
28990         * doc/quote.texi: New file, extracted from gnulib.texi.
28991         * doc/ctime.texi: New file, extracted from gnulib.texi.
28992         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
28993         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
28994         * doc/gnulib.texi: Include them.
28995
28996 2005-09-18  Bruno Haible  <bruno@clisp.org>
28997
28998         Portability fix.
28999         * gnulib-tool (func_readlink): New function.
29000         (func_ln_if_changed): Use it.
29001
29002 2005-09-18  Bruno Haible  <bruno@clisp.org>
29003
29004         * gnulib-tool: Support --with-tests also with --import.
29005         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
29006         (func_import): Use variables $testsbase and $inctests. Emit a
29007         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
29008         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
29009         SUBDIRS += $testsdir.
29010         (func_create_testdir): Update.
29011
29012 2005-09-18  Bruno Haible  <bruno@clisp.org>
29013
29014         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
29015         instead of $dry_run.
29016         (func_cp_if_changed, func_mv_if_changed): Remove functions.
29017         (func_ln_if_changed): Don't handle dry-run here.
29018         (func_import): In dry-run mode, detect more precisely which actions
29019         would be performed, and don't use "...ing" verbs.
29020
29021 2005-09-18  Bruno Haible  <bruno@clisp.org>
29022
29023         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
29024         (func_import): Use join on two temporary files instead of three nested
29025         loops, in order to determine which files are new or old.
29026
29027 2005-09-18  Bruno Haible  <bruno@clisp.org>
29028
29029         * gnulib-tool (func_import): Comment out code that spits out the
29030         new files with --dry-run.
29031
29032 2005-09-18  Bruno Haible  <bruno@clisp.org>
29033
29034         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
29035
29036 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29037
29038         * lib/stat-time.h: New file.
29039         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
29040         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
29041         in a different way.
29042         (timespec_cmp): New function.
29043         * lib/utimecmp.c: Include stat-time.h.
29044         (SYSCALL_RESOLUTION): Depend on whether various struct stat
29045         members exist, not on the obsolescent ST_MTIM_NSEC.
29046         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
29047
29048 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29049
29050         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
29051
29052 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29053
29054         * MODULES.html.sh (File system functions): Add stat-time.
29055         * modules/stat-time: New file.
29056         * modules/timespec (Files): Remove m4/st_mtim.m4; this
29057         is now done in a different way, by the stat-time module.
29058         * modules/utimecmp (Depends-on): Add stat-time.
29059
29060 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
29061
29062         * m4/st_mtim.m4: Remove.  Superseded by...
29063         * m4/stat-time.m4: New file.
29064         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
29065         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
29066
29067 2005-09-15  Derek Price  <derek@ximbiot.com>
29068
29069         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
29070
29071 2005-09-15  Derek Price  <derek@ximbiot.com>
29072
29073         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
29074         * lib/regex_internal.c: Ditto, using this...
29075         (__GNUC_PREREQ): ...new macro.
29076         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
29077         using...
29078         (__GNUC_PREREQ): ...this new macro.
29079
29080         * lib/strstr.h: Include string.h. Define strstr as a macro here.
29081
29082 2005-09-15  Derek Price  <derek@ximbiot.com>
29083             Paul Eggert  <eggert@cs.ucla.edu>
29084
29085         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
29086         changes, consolidating in...
29087         * lib/regex_internal.h: ...this file.
29088
29089 2005-09-13  Jim Meyering  <jim@meyering.net>
29090
29091         * lib/canon-host.c: Filter through gnu indent and reword comments
29092         slightly.
29093         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
29094
29095 2005-09-13  Derek Price  <derek@ximbiot.com>
29096
29097         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
29098         failure.
29099         Reported by Jim Meyering  <jim@meyering.net>.
29100
29101 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29102
29103         * lib/base64.c: Typo.
29104         (base64_encode): Put b64str in initialized data section.
29105
29106 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
29107
29108         Merge glibc and coreutils changes into gnulib, plus a few
29109         extra fixes.
29110         * lib/md5.c: Use #error rather than a string.
29111         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
29112         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
29113         (__attribute__): Define to empty for non recent-GCC.
29114         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
29115         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
29116         Renamed from their non-__ counterparts, with new macros replacing
29117         them if not _LIBC.  Add __THROW attribute.
29118         (rol): Remove.
29119         (struct md5_ctx): Align buffer if using GCC.
29120         * lib/sha1.h (struct sha1_ctx): Likewise.
29121         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
29122         The old name was backwards.
29123         (NOTSWAP): Remove; not used.
29124         (rol): New macro, moved here from md5.h.
29125         (sha1_process_block): Remove a FIXME that doesn't make sense.
29126
29127 2005-09-12  Derek Price  <derek@ximbiot.com>
29128
29129         Return usable errors from canon-host.
29130         * lib/canon-host.h: New file.
29131         * lib/canon-host.c (canon_host): Wrap...
29132         (canon_host_r): ...this new function, which now relies exclusively on
29133         getaddrinfo.
29134         (ch_strerror): New function.
29135         (last_cherror): New global.
29136         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
29137         interface.
29138         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
29139         void *.
29140         (freeaddrinfo): Free ai->ai_canonname when set.
29141
29142 2005-09-12  Derek Price  <derek@ximbiot.com>
29143
29144         Make canon-host require getaddrinfo.
29145         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
29146         AC_LIBSOURCE canon-host.h.  Call...
29147         (gl_PREREQ_CANON_HOST): ...this new function, which requires
29148         gl_GETADDRINFO.
29149         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
29150
29151 2005-09-12  Derek Price  <derek@ximbiot.com>
29152
29153         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
29154         LGPL.
29155         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
29156
29157 2005-09-12  Derek Price  <derek@ximbiot.com>
29158
29159         * lib/gai_strerror.c: Include config.h when available.  Include
29160         getaddrinfo.h before other headers to test interface.
29161         Reported by Larry Jones <lawrence.jones@ugs.com>.
29162
29163 2005-09-12  Derek Price  <derek@ximbiot.com>
29164             Paul Eggert  <eggert@cs.ucla.edu>
29165
29166         * modules/glob (Files): Add glob-libc.h.
29167
29168 2005-09-12  Derek Price  <derek@ximbiot.com>
29169             Paul Eggert  <eggert@cs.ucla.edu>
29170
29171         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
29172         glob_.h, glob-libc.h.
29173         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
29174
29175 2005-09-12  Derek Price  <derek@ximbiot.com>
29176             Paul Eggert  <eggert@cs.ucla.edu>
29177
29178         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
29179         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
29180         protecting things that should be done only in gnulib contexts.
29181         * lib/glob_.h: New file, containing only the glob things needed for
29182         gnulib.
29183         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
29184         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
29185         (glob, globfree, glob_pattern_p): Now defined simply in terms of
29186         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
29187         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
29188         and to respect the namespace rules better.
29189
29190 2005-09-08  Simon Josefsson  <jas@extundo.com>
29191
29192         * modules/socklen: New file.
29193
29194 2005-09-08  Simon Josefsson  <jas@extundo.com>
29195
29196         * m4/socklen.m4: New file.
29197
29198 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29199
29200         * modules/utimens (Files): Add m4/utimbuf.m4, since
29201         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
29202         Reported by Sergey Poznyakoff.
29203
29204 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29205
29206         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
29207         definitions, since that's the preferred style in glibc.
29208         Fix a minor spacing issue, and update copyright notice to match
29209         glibc's.
29210
29211 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29212
29213         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
29214
29215 2005-09-06  Simon Josefsson  <jas@extundo.com>
29216
29217         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
29218         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
29219
29220 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29221
29222         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
29223         warning.
29224
29225 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29226
29227         * config/srclist.txt: Add glibc bug 1302.
29228
29229 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
29230
29231         Change bitset word type from unsigned int to unsigned long int,
29232         as this has better performance on typical 64-bit hosts.
29233         Port bitset code to hosts with unusual word sizes.
29234         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
29235         (build_collating_symbol):
29236         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
29237         argument is a bitset.  This is merely a style issue, but it makes
29238         it clearer that an entire array is expected.
29239         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
29240         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
29241         Port to the case where bitset_word is not the same as unsigned int.
29242         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
29243         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
29244         Likewise.
29245         * lib/regexec.c (check_dst_limits_calc_pos_1,
29246         check_subexp_matching_top):
29247         (build_trtable, group_nodes_into_DFAstates):
29248         Likewise.
29249         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
29250         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
29251         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
29252         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
29253         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
29254         * lib/regcomp.c (optimize_subexps, lower_subexp):
29255         Work even if bitset_word has holes in its bitwise representation.
29256         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
29257         * lib/regexec.c (check_dst_limits_calc_pos_1,
29258         check_subexp_matching_top):
29259         Likewise.
29260         * lib/regex_internal.c (re_string_reconstruct):
29261         Don't assume UCHAR_MAX == 255.
29262         * lib/regex_internal.h (bitset_set_all): Likewise.
29263         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
29264         All uses changed.
29265         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
29266         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
29267         All uses changed.
29268         (BITSET_WORD_MAX): New macro.
29269         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
29270         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
29271         (bitset_empty, bitset_copy):
29272         Prefer sizeof (bitset) to multiplying it out ourselves.
29273         (bitset_not_merge): Remove; unused.
29274         (bitset_contain): Return bool, not unsigned int with one bit on.
29275         All callers changed.
29276         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
29277         alignment than re_node_set; do this by defining a new internal
29278         type struct dests_alloc and using it to allocate memory.
29279
29280 2005-09-05  Bruno Haible  <bruno@clisp.org>
29281
29282         * gnulib-tool (func_import): Fix comparison in handling of symbolic
29283         links.
29284
29285 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
29286
29287         * modules/size_max (Makefile.am): Add size_max.h
29288
29289 2005-09-04  Derek Price  <derek@ximbiot.com>
29290
29291         * gnulib-tool (func_import): Fix reversed $symbolic logic.
29292
29293 2005-09-03  Simon Josefsson  <jas@extundo.com>
29294
29295         * gnulib-tool: Fix typo.
29296
29297 2005-09-03  Simon Josefsson  <jas@extundo.com>
29298
29299         * config/srclist.txt: Add glibc bug 1293.
29300
29301 2005-09-03  Derek Price  <derek@ximbiot.com>
29302
29303         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
29304         From Larry Jones <lawrence.jones@ugs.com>.
29305
29306 2005-09-02  Simon Josefsson  <jas@extundo.com>
29307
29308         * modules/socklen: New file.
29309
29310 2005-09-02  Simon Josefsson  <jas@extundo.com>
29311
29312         * modules/havelib: New module.
29313
29314         * modules/gettext, modules/iconv, modules/lock, modules/readline:
29315         Use havelib.
29316
29317 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
29318
29319         Check for arithmetic overflow when calculating sizes, to prevent
29320         some buffer-overflow issues.  These patches are conservative, in the
29321         sense that when I couldn't determine whether an overflow was possible,
29322         I inserted a run-time check.
29323         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
29324         macros.
29325         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
29326         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
29327         (re_xnrealloc, re_x2nrealloc): New inline functions.
29328         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
29329         parse_bracket_exp):
29330         (build_equiv_class, build_charclass): Check for arithmetic overflow
29331         in size expression calculations.
29332         * lib/regex_internal.c (re_string_realloc_buffers):
29333         (build_wcs_upper_buffer, re_node_set_add_intersect):
29334         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
29335         (re_dfa_add_node, register_state): Likewise.
29336         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
29337         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
29338         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
29339         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
29340
29341 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
29342
29343         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29344         m4/ulonglong.m4.  Problem reported by Martin Lambers.
29345
29346 2005-09-02  Bruno Haible  <bruno@clisp.org>
29347
29348         Support for lib vs. lib64 distinction on biarch platforms.
29349         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
29350         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
29351         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
29352
29353 2005-09-02  Bruno Haible  <bruno@clisp.org>
29354
29355         * gnulib-tool (import): In the other first-use case, provide defaults
29356         as well.
29357
29358 2005-09-02  Bruno Haible  <bruno@clisp.org>
29359
29360         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
29361         patches not yet found in the latest gettext release.
29362
29363 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29364
29365         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
29366         to avoid a collision with bits/local_lim.h in glibc.
29367         All uses changed.  Problem reported by Dmitry V. Levin in
29368         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
29369
29370         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
29371         bugs in int versus size_t comparisons.
29372         (re_string_context_at): Fix bug where the code assumed that
29373         Idx is signed.
29374
29375         Use bool where appropriate.
29376         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
29377         All callers changed.
29378         (calc_eclosure_iter): Likewise, for ROOT arg.
29379         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
29380         (build_charclass_op): Likewise, for NON_MATCH arg.
29381         * lib/regex_internal.c (re_string_allocate, re_string_construct):
29382         (re_string_construct_common): Likewise, for ICASE arg.
29383         * lib/regexec.c (re_search_2_stub, re_search_stub):
29384         Likewise, for RET_LEN arg.
29385         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
29386         (set_regs): Likewise, for FL_BACKTRACK arg.
29387         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
29388         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
29389         (calc_eclosure_iter, parse_bracket_exp):
29390         Use bool for internal variables that are booleans.
29391         * lib/regexec.c (re_search_internal, check_matching,
29392         proceed_next_node):
29393         (set_regs, build_sifted_states, sift_states_bkref):
29394         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
29395         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
29396         (find_collation_sequence_value):
29397         Likewise.
29398         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
29399         (re_node_set_compare):
29400         Return bool, not int. All callers changed.
29401         * lib/regexec.c (check_halt_node_context, check_dst_limits):
29402         (build_trtable, check_node_accept): Likewise.
29403         * lib/regex_internal.h: Include stdbool.h.
29404
29405         Fix bugs uncovered when converting to bool.
29406         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
29407         failure instead of charging ahead blindly.
29408         * lib/regex_internal.c (register_state): Likewise.
29409         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
29410         for freeing internal storage.
29411         (group_nodes_into_DFA_states): Use unsigned int, not int, for
29412         bitset pieces used as boolean, to avoid undefined behavior
29413         on hosts that do int overflow checking.
29414
29415 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29416
29417         * config/srclist.txt: Add glibc bugs 1285-1287.
29418
29419 2005-09-01  Jim Meyering  <jim@meyering.net>
29420
29421         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
29422         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
29423         Require gl_STAT_MACROS, too.
29424
29425 2005-09-01  Bruno Haible  <bruno@clisp.org>
29426
29427         * gnulib-tool (import): In the first-use case, provide defaults.
29428
29429 2005-09-01  Bruno Haible  <bruno@clisp.org>
29430
29431         * gnulib-tool (func_import): Remove the .tmp files.
29432
29433 2005-09-01  Bruno Haible  <bruno@clisp.org>
29434
29435         * gnulib-tool (func_import): Fix handling of symbolic links.
29436
29437 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29438
29439         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
29440         old glibc regex code mishandles strings longer than 2**31 bytes.
29441         This patch fixes this when the regex code is used in gnulib
29442         (i.e., outside glibc).
29443
29444         This patch should not affect the use of the regex code inside
29445         glibc.  No doubt this problem also needs to be handled for glibc
29446         as well, but the result will be an incompatible change to the
29447         glibc ABI, and the old ABI will have to be supported too.  That
29448         can be the the subject for another patch.
29449
29450         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
29451         governing whether the rest of this patch is active.  By default,
29452         the macro is disabled and the patch has no effect.
29453         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
29454         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
29455         (struct re_pattern_buffer, re_search, re_search_2, re_match):
29456         (re_match_2, re_set_registers): Use the new types.
29457         * lib/regex_internal.h (Idx, re_hashval_t): New types.
29458         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
29459         New macros.
29460         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
29461         (re_string_context_at, bin_tree_t, re_dfastate_t):
29462         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
29463         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
29464         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
29465         (re_string_char_size_at, re_string_wchar_at):
29466         (re_string_elem_size_at):
29467         Use the new types and macros to port to 64-bit hosts.
29468         Use unsigned types for internal values, so that the code
29469         mostly works even for arrays larger than SSIZE_MAX.
29470         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
29471         (search_duplicated_node, calc_eclosure_iter, fetch_number):
29472         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
29473         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
29474         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
29475         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
29476         (calc_inveclosure, parse_dup_op, build_range_exp):
29477         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
29478         (fetch_number, create_token_tree, mark_opt_subexp):
29479         Likewise.
29480         * lib/regex_internal.c (re_string_construct_common,
29481         create_ci_newstate):
29482         (create_cd_newstate, re_string_allocate, re_string_construct):
29483         (re_string_realloc_buffers, build_wcs_upper_buffer):
29484         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
29485         (re_string_reconstruct, re_string_peek_byte_case):
29486         (re_string_fetch_byte_case, re_string_context_at):
29487         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
29488         (re_node_set_init_copy, re_node_set_add_intersect):
29489         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29490         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29491         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
29492         (re_acquire_state, re_acquire_state_context, register_state):
29493         Likewise.
29494         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
29495         search_cur_bkref_entry):
29496         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
29497         (re_search_internal, re_search_2_stub, re_search_stub)
29498         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
29499         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
29500         (update_cur_sifted_state, check_dst_limits):
29501         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
29502         (check_subexp_limits, sift_states_bkref, merge_state_array):
29503         (check_subexp_matching_top, get_subexp, get_subexp_sub):
29504         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
29505         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
29506         (expand_bkref_cache, check_node_accept_bytes):
29507         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
29508         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
29509         (acquire_init_state_context, check_halt_node_context):
29510         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
29511         (sift_states_backward, clean_state_log_if_needed):
29512         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
29513         (find_recover_state, transit_state_sb, transit_state_mb):
29514         (transit_state_bkref, build_trtable, match_ctx_clean):
29515         Likewise.
29516         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
29517         to work around an assumption that REG_MISSING is negative.
29518
29519         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
29520         (seek_collating_symbol_entry) [defined _LIBC]:
29521         (lookup_collation_sequence_value) [defined _LIBC]:
29522         (build_range_exp, build_collating_symbol) [defined _LIBC]:
29523         Use prototypes rather than old-style function definitions.
29524         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
29525         (transit_state_sb) [0]:
29526         (find_collation_sequence_value) [defined _LIBC]: Likewise.
29527
29528         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
29529         rm_eo.
29530
29531         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
29532         (optimize_subexps, lower_subexp):
29533         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
29534         since the signed shift might overflow.  Use 1u<<31 instead.
29535         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
29536         Likewise.
29537         * lib/regexec.c (check_dst_limits_calc_pos_1,
29538         check_subexp_matching_top): Likewise.
29539
29540         * lib/regcomp.c (optimize_subexps, lower_subexp):
29541         Use CHAR_BIT rather than 8, for clarity.
29542         * lib/regexec.c (check_dst_limits_calc_pos_1):
29543         (check_subexp_matching_top): Likewise.
29544         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
29545         have to worry about portability issues when shifting it left.
29546         Remove no-longer-needed test for table_size > 0.
29547         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
29548         in a word, as the resulting behavior is undefined.
29549         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
29550         in one case, a <= should have been an <, and in another case the
29551         whole test was missing.
29552         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
29553         the standard name CHAR_BIT.
29554         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
29555         this is not true on one's complement and signed-magnitude hosts.
29556
29557         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
29558         next_last_offset.
29559         (struct re_dfa_t): Remove unused member states_alloc.
29560         * lib/regcomp.c (init_dfa): Don't initialize unused members.
29561
29562 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29563
29564         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
29565         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
29566         and large-file glibc and in 32-bit large-file Solaris.
29567
29568 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29569
29570         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
29571         lengths fit in regoff_t; this isn't true if regoff_t is the same
29572         width as size_t.
29573         * lib/regex.c (re_search_internal): 5th arg is LAST_START
29574         (= START + RANGE) instead of RANGE.  This avoids overflow
29575         problems when regoff_t is the same width as size_t.
29576         All callers changed.
29577         (re_search_2_stub): Check for overflow when adding the
29578         sizes of the two strings.
29579         (re_search_stub): Check for overflow when adding START
29580         to RANGE; if it occurs, substitute the extreme value.
29581
29582 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29583
29584         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
29585
29586 2005-08-31  Jim Meyering  <jim@meyering.net>
29587
29588         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
29589         a pointer-to-const.
29590         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
29591         (register_state): Likewise.
29592         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
29593         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
29594         (group_nodes_into_DFAstates): Likewise.
29595
29596 2005-08-31  Jim Meyering  <jim@meyering.net>
29597
29598         * check-module: Add a FIXME comment.
29599
29600 2005-08-31  Eric Blake  <ebb9@byu.net>
29601
29602         * modules/unistd-safer (Files): Add unistd--.h.
29603         * modules/stdio-safer (Files): Add stdio--.h.
29604
29605 2005-08-31  Derek Price  <derek@ximbiot.com>
29606
29607         * lib/getdelim.c (getdelim): Return EOF on EOF.
29608         Reported by Larry Jones <lawrence.jones@ugs.com>.
29609
29610 2005-08-31  Bruno Haible  <bruno@clisp.org>
29611
29612         Avoid unnecessary diffs in the generated lib/Makefile.am.
29613         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
29614         the generated files.
29615         (func_import): Don't set cmd.
29616
29617 2005-08-31  Bruno Haible  <bruno@clisp.org>
29618
29619         * lib/strstr.c: Include <stddef.h>, for NULL.
29620         * lib/strcasestr.c: Likewise.
29621         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29622
29623 2005-08-31  Bruno Haible  <bruno@clisp.org>
29624
29625         * gnulib-tool: New option --macro-prefix.
29626         (func_import): Use macro_prefix.
29627         (import): Handle option --macro-prefix.
29628
29629 2005-08-31  Bruno Haible  <bruno@clisp.org>
29630
29631         * gnulib-tool (import): Rename most ac_* variables to cached_*.
29632         Also use new variables cached_lgpl, cached_libtool.
29633
29634 2005-08-31  Bruno Haible  <bruno@clisp.org>
29635
29636         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
29637         always instantiating them.
29638
29639 2005-08-31  Bruno Haible  <bruno@clisp.org>
29640
29641         * gnulib-tool (func_import): Read the previous cached settings
29642         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
29643         earlier added by gnulib but are now dropped. Warn when a gnulib file
29644         overwrites a non-gnulib file.
29645
29646 2005-08-31  Bruno Haible  <bruno@clisp.org>
29647
29648         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
29649         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
29650         projects that don't keep autogenerated files in CVS. Put into
29651         actioncmd only the specified modules, not the transitive closure.
29652
29653 2005-08-31  Bruno Haible  <bruno@clisp.org>
29654
29655         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
29656         Create directories that shall be filled.
29657         (import): Don't look for gl_* macros in configure.ac. Recurse across
29658         all directories containing a gnulib-cache.m4 files, if meaningful.
29659
29660 2005-08-31  Bruno Haible  <bruno@clisp.org>
29661
29662         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
29663         (import): Set seen_libtool when we see gl_LIBTOOL.
29664
29665 2005-08-31  Bruno Haible  <bruno@clisp.org>
29666
29667         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
29668         declaration macro definitions from generated gnulib.m4.
29669
29670 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
29671
29672         * lib/iconvme.h: Add prototype for iconv_alloc.
29673
29674 2005-08-29  Simon Josefsson  <jas@extundo.com>
29675
29676         * lib/iconvme.c: Fix errno.
29677
29678 2005-08-29  Bruno Haible  <bruno@clisp.org>
29679
29680         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
29681         that it works when the directory contains spaces.
29682
29683 2005-08-29  Bruno Haible  <bruno@clisp.org>
29684
29685         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
29686
29687 2005-08-29  Bruno Haible  <bruno@clisp.org>
29688
29689         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
29690         Emit more advice.
29691
29692 2005-08-29  Bruno Haible  <bruno@clisp.org>
29693         and Stepan Kasal  <kasal@ucw.cz>
29694
29695         * check-module: If more parameters are given, check each of them
29696         separately; add more exceptions, as noted by Jim Meyering.
29697         (check_module): New procedure.
29698         (%exempt_header): Now contains all exceptions.
29699
29700 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
29701
29702         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
29703
29704 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29705
29706         * lib/iconvme.c: Split iconv_string into iconv_alloc.
29707
29708 2005-08-28  Bruno Haible  <bruno@clisp.org>
29709
29710         * m4/gnulib-tool.m4: New file.
29711
29712 2005-08-27  Jim Meyering  <jim@meyering.net>
29713
29714         * modules/unistd-safer (Files): Add pipe-safer.c.
29715         * modules/fcntl-safer (Files): Add creat-safer.c.
29716
29717 2005-08-27  Jim Meyering  <jim@meyering.net>
29718
29719         * m4/stdlib-safer.m4: New file.  From coreutils.
29720         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
29721         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
29722         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
29723         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
29724         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
29725
29726 2005-08-27  Jim Meyering  <jim@meyering.net>
29727
29728         * lib/fopen-safer.c: Merge minor changes from coreutils.
29729         * lib/dup-safer.c: Likewise.
29730         * lib/fd-safer.c: Likewise.
29731
29732         Merge from coreutils.
29733         * lib/stdio--.h: New file.
29734         * lib/stdlib--.h: New file.
29735         * lib/mkstemp-safer.c: New file.
29736
29737         GNU tar needs these.
29738         * lib/pipe-safer.c: New file.
29739         * lib/creat-safer.c: New file.
29740         * lib/fcntl--.h (creat): Define to creat_safer.
29741         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
29742         * lib/unistd--.h (pipe): Define to pipe_safer.
29743         * lib/unistd-safer.h: Declare pipe_safer.
29744
29745 2005-08-26  Simon Josefsson  <jas@extundo.com>
29746
29747         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
29748         Haible <bruno@clisp.org>.
29749
29750 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
29751
29752         * lib/regex_internal.h: Remove all references to
29753         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
29754         or better.
29755         (bitset_not, bitset_merge, bitset_not_merge):
29756         (bitset_mask, re_string_allocate, re_string_construct):
29757         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
29758         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
29759         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
29760         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
29761         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29762         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29763         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
29764         (re_acquire_state_context):
29765         Remove unnecessary forward decls.
29766         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
29767         Put __attribute at function definition,
29768         now that the function decl has been removed.
29769         * lib/regex_internal.c (re_string_peek_byte_case):
29770         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
29771         Likewise.
29772
29773 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
29774
29775         * m4/regex.m4: Add AC_PREREQ(2.50).
29776         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
29777
29778 2005-08-25  Simon Josefsson  <jas@extundo.com>
29779
29780         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
29781         __fsetlocking.
29782
29783 2005-08-25  Simon Josefsson  <jas@extundo.com>
29784
29785         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
29786         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
29787         GLIBC specific code.
29788
29789 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29790
29791         Make regex safe for g++.  This fixes one real bug (an "err"
29792         that should have been "*err").  g++ problem reported by
29793         Sam Steingold.
29794         * lib/regex_internal.h (re_calloc): New macro, consistent with
29795         re_malloc etc.  All callers of calloc changed to use re_calloc.
29796         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
29797         not int.  All callers changed.
29798         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
29799         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
29800         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
29801         (find_recover_state): Change "err" to "*err"; this fixes what
29802         appears to be a real bug.
29803         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
29804         versus int.
29805
29806 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29807
29808         * modules/regex (Depends-on): Add malloc, since the code
29809         assumes that !malloc(0) means failure.
29810
29811 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29812
29813         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
29814
29815         alloca modernization/simplification for regex.
29816         * lib/regex.c: Remove portability cruft for alloca.  This no longer
29817         needs to be at the start of the file, and can be moved into
29818         regex_internal.h and simplified.
29819         * lib/regex_internal.h: Include <alloca.h>.
29820         (__libc_use_alloca) [!defined _LIBC]: New macro.
29821         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
29822         now works outside glibc.
29823
29824 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29825
29826         * config/srclist.txt: Add glibc bugs 1241, 1245.
29827
29828 2005-08-25  Jim Meyering  <jim@meyering.net>
29829
29830         * lib/open-safer.c: Include <config.h>.
29831         Otherwise, we'd lose LARGEFILE support in any file using
29832         e.g. "fcntl--.h"
29833
29834 2005-08-25  Bruno Haible  <bruno@clisp.org>
29835
29836         * m4/minmax.m4: Require autoconf 2.52.
29837         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
29838         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
29839         alternatives of translit over the alphabet.
29840         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
29841
29842 2005-08-24  Simon Josefsson  <jas@extundo.com>
29843
29844         * tests/test-getpass.c: New file.
29845
29846 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29847
29848         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
29849         for GNU regex features.
29850
29851 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29852
29853         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
29854         * lib/regex.h (regerror): Likewise.
29855
29856         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
29857         requires this.  (The code never needed it.)
29858
29859         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
29860         All uses of recently-renamed identifiers changed to use the new,
29861         POSIX-compliant names.  The code will build and run just fine
29862         without these changes, but it's better to eat our own dog food
29863         and use the standard-conforming names.
29864
29865         * lib/regex.h: Fix a multitude of POSIX name space violations.
29866         These changes have an effect only for programs that define
29867         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
29868         do not change anything for programs compiled in the normal way.
29869         Also, there is no effect on the ABI.
29870
29871         (_REGEX_SOURCE): New macro.
29872         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
29873         defined and _GNU_SOURCE is not; this fixes a name space violation.
29874
29875         Rename the following macros to obey POSIX requirements.
29876         The old names are still visible as macros if _REGEX_SOURCE is defined.
29877         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
29878         RE_BACKSLASH_ESCAPE_IN_LISTS.
29879         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
29880         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
29881         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
29882         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
29883         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
29884         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
29885         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
29886         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
29887         (REG_INTERVALS): renamed from RE_INTERVALS.
29888         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
29889         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
29890         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
29891         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
29892         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
29893         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
29894         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
29895         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
29896         RE_UNMATCHED_RIGHT_PAREN_ORD.
29897         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
29898         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
29899         (REG_DEBUG): renamed from RE_DEBUG.
29900         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
29901         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
29902         unusual, since we can't clash with the POSIX REG_ICASE.
29903         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
29904         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
29905         (REG_NO_SUB): renamed from RE_NO_SUB.
29906         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
29907         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
29908         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
29909         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
29910         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
29911         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
29912         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
29913         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
29914         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
29915         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
29916         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
29917         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
29918         RE_SYNTAX_POSIX_MINIMAL_BASIC.
29919         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
29920         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
29921         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
29922         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
29923         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
29924         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
29925         (REG_FIXED): Renamed from REGS_FIXED.
29926         (REG_NREGS): Renamed from RE_NREGS.
29927
29928         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
29929         of other REG_* macros, since POSIX says the user is allowed to
29930         #undef these macros selectively.
29931
29932         (reg_errcode_t): Update comment stating what other tables need
29933         to be consistent.
29934
29935         Rename the following enum values to obey POSIX requirements.
29936         The old names are still visible as macros.
29937         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
29938         is not defined, since GNU is supposed to be a superset of POSIX as
29939         much as possible, and since we want reg_errcode_t to be a signed
29940         type for implementation consistency.
29941         (_REG_NOERROR): Renamed from REG_NOERROR.
29942         (_REG_NOMATCH): Renamed from REG_NOMATCH.
29943         (_REG_BADPAT): Renamed from REG_BADPAT.
29944         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
29945         (_REG_ECTYPE): Renamed from REG_ECTYPE.
29946         (_REG_EESCAPE): Renamed from REG_EESCAPE.
29947         (_REG_ESUBREG): Renamed from REG_ESUBREG.
29948         (_REG_EBRACK): Renamed from REG_EBRACK.
29949         (_REG_EPAREN): Renamed from REG_EPAREN.
29950         (_REG_EBRACE): Renamed from REG_EBRACE.
29951         (_REG_BADBR): Renamed from REG_BADBR.
29952         (_REG_ERANGE): Renamed from REG_ERANGE.
29953         (_REG_ESPACE): Renamed from REG_ESPACE.
29954         (_REG_BADRPT): Renamed from REG_BADRPT.
29955         (_REG_EEND): Renamed from REG_EEND.
29956         (_REG_ESIZE): Renamed from REG_ESIZE.
29957         (_REG_ERPAREN): Renamed from REG_ERPAREN.
29958         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
29959         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
29960         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
29961         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
29962
29963         (_REG_RE_NAME, _REG_RM_NAME): New macros.
29964         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
29965         changed.  But support the old name if the new one is not defined
29966         and if _REGEX_SOURCE.
29967
29968         Change the following member names in struct re_pattern_buffer.
29969         The old names are still supported if !_REGEX_SOURCE.
29970         The new names are always supported, regardless of _REGEX_SOURCE.
29971         (re_buffer): Renamed from buffer.
29972         (re_allocated): Renamed from allocated.
29973         (re_used): Renamed from used.
29974         (re_syntax): Renamed from syntax.
29975         (re_fastmap): Renamed from fastmap.
29976         (re_translate): Renamed from translate.
29977         (re_can_be_null): Renamed from can_be_null.
29978         (re_regs_allocated): Renamed from regs_allocated.
29979         (re_fastmap_accurate): Renamed from fastmap_accurate.
29980         (re_no_sub): Renamed from no_sub.
29981         (re_not_bol): Renamed from not_bol.
29982         (re_not_eol): Renamed from not_eol.
29983         (re_newline_anchor): Renamed from newline_anchor.
29984
29985         Change the following member names in struct re_registers.
29986         The old names are still supported if !_REGEX_SOURCE.
29987         The new names are always supported, regardless of _REGEX_SOURCE.
29988         (rm_num_regs): Renamed from num_regs.
29989         (rm_start): Renamed from start.
29990         (rm_end): Renamed from end.
29991
29992         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
29993         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
29994         Prepend __ to parameter names.
29995
29996         Undo yesterday's changes.
29997
29998 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29999
30000         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
30001         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
30002         lib/regex.c.
30003
30004 2005-08-24  Jim Meyering  <jim@meyering.net>
30005
30006         Sync from coreutils.
30007         * m4/fcntl-safer.m4: New file.
30008
30009         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
30010         and object files for this module.
30011
30012 2005-08-24  Jim Meyering  <jim@meyering.net>
30013
30014         Sync from coreutils.
30015         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
30016
30017 2005-08-24  Jim Meyering  <jim@meyering.net>
30018
30019         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
30020         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
30021
30022 2005-08-24  Jim Meyering  <jim@meyering.net>
30023
30024         * modules/fcntl-safer: New module.
30025         * modules/fts (Depends-on): Add fcntl-safer.
30026         * MODULES.html.sh (File descriptor based Input/Output):
30027         Add fcntl-safer.
30028
30029 2005-08-24  Bruno Haible  <bruno@clisp.org>
30030
30031         Support for unit test modules.
30032         * modules/README: Mention tests modules.
30033         * modules/TEMPLATE-TESTS: New file.
30034         * gnulib-tool: New options --extract-tests-module, --with-tests and
30035         --tests-base (unused for the moment).
30036         (testsbase, inctests): New variables.
30037         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
30038         (func_verify_module): Exclude TEMPLATE-TESTS.
30039         (func_verify_nontests_module, func_verify_tests_module): New functions.
30040         (func_get_dependencies): Add implicit dependency for tests modules.
30041         (func_get_tests_module): New function.
30042         (func_modules_transitive_closure): When --with-tests was specified,
30043         include the unit tests as well, unless explicitly avoided.
30044         (func_emit_lib_Makefile_am): Ignore the tests modules here.
30045         (func_emit_tests_Makefile_am): New function.
30046         (func_create_testdir): When --with-tests was specified, emit a
30047         tests/ directory.
30048         * MODULES.html.sh (Future developments): Update.
30049
30050 2005-08-24  Bruno Haible  <bruno@clisp.org>
30051
30052         * modules/tls-tests: New file.
30053         * tests/test-tls.c: New file, from GNU gettext.
30054
30055 2005-08-24  Bruno Haible  <bruno@clisp.org>
30056
30057         * modules/lock-tests: New file.
30058         * tests/test-lock.c: New file, from GNU gettext.
30059
30060 2005-08-24  Bruno Haible  <bruno@clisp.org>
30061
30062         * lib/lock.h: Add multiple inclusion guard.
30063         * lib/tls.h: Add multiple inclusion guard.
30064
30065 2005-08-24  Bruno Haible  <bruno@clisp.org>
30066
30067         * gnulib-tool: Add support for the --aux-dir option to
30068         --create-testdir, --create-megatestdir, --test, --megatest.
30069         (func_create_testdir, func_create_megatestdir): Optionally emit a
30070         AC_CONFIG_AUX_DIR directive.
30071         (create-testdir, create-megatestdir, test, megatest): Provide a
30072         default value for $auxdir.
30073
30074 2005-08-24  Bruno Haible  <bruno@clisp.org>
30075
30076         * gnulib-tool (import): Use compound statement instead of subshell
30077         where possible.
30078
30079 2005-08-24  Bruno Haible  <bruno@clisp.org>
30080
30081         * gnulib-tool (import): Change --aux-dir default to "build-aux".
30082
30083 2005-08-24  Bruno Haible  <bruno@clisp.org>
30084
30085         * gnulib-tool (func_version): Update.
30086
30087 2005-08-24  Bruno Haible  <bruno@clisp.org>
30088
30089         * gnulib-tool (func_import, func_create_testdir,
30090         func_create_megatestdir): Quote all autoconf macro arguments.
30091
30092 2005-08-24  Bruno Haible  <bruno@clisp.org>
30093
30094         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
30095         option --force, because --force causes the aclocal.m4 of each
30096         subdirectory to be newer than the corresponding config.h.in.
30097
30098 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30099
30100         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
30101         All contents moved to gl_REGEX.
30102         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
30103         assume that it does.
30104
30105 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30106
30107         * lib/regex.h (REG_NOSYS)
30108         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
30109         Define, since POSIX requires it as of 2001.
30110         (_REG_ENOSYS)
30111         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
30112         New private symbol, used to keep the enum signed in all cases.
30113         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
30114         Youngman in
30115         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
30116
30117         * lib/regex_internal.c (re_string_skip_chars, register_state):
30118         (calc_state_hash):
30119         Remove forward decls; no longer needed now that we use prototypes.
30120         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
30121         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
30122         (clean_state_log_if_needed): Likewise.
30123
30124 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30125
30126         * config/srclist.txt: Add glibc bugs 1231-1233.
30127
30128 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30129
30130         Fix problems reported by Sam Steingold in
30131         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
30132         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
30133         assumed that reg_errcode_t is a signed type, which is not
30134         necessarily true if _XOPEN_SOURCE is not defined.
30135         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
30136         since some compilers warn about it otherwise.
30137
30138 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30139
30140         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
30141         (init_word_char, create_initial_state, duplicate_node_closure):
30142         (fetch_token, peek_token_bracket, build_range_exp):
30143         (build_collating_symbol): Remove forward decls; no longer needed
30144         now that we use prototypes.
30145
30146         * lib/regcomp.c:
30147         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
30148         (re_compile_fastmap_iter, regcomp, regerror, regfree):
30149         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
30150         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
30151         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
30152         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
30153         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
30154         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
30155         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
30156         (build_range_exp, build_collating_symbol, parse_bracket_exp):
30157         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
30158         (build_charclass, build_charclass_op, fetch_number, create_tree):
30159         (create_token_tree, mark_opt_subexp, duplicate_tree):
30160         Use prototypes rather than old-style definitions.
30161
30162         * lib/regex_internal.c:
30163         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
30164         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
30165         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30166         (re_string_reconstruct, re_string_peek_byte_case):
30167         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
30168         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30169         (re_node_set_init_copy, re_node_set_add_intersect):
30170         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30171         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30172         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30173         (re_acquire_state, re_acquire_state_context, register_state):
30174         (create_ci_newstate, create_cd_newstate, free_state):
30175         Likewise.
30176         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
30177         re_search_2):
30178         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
30179         (re_search_internal, prune_impossible_nodes):
30180         (acquire_init_state_context, check_matching, static):
30181         (check_halt_node_context, check_halt_state_context, proceed_next_node):
30182         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
30183         (update_regs, sift_states_backward, build_sifted_states):
30184         (clean_state_log_if_needed, merge_state_array):
30185         (update_cur_sifted_state, add_epsilon_src_nodes):
30186         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
30187         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
30188         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
30189         (find_recover_state, check_subexp_matching_top, transit_state_mb):
30190         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
30191         (check_arrival, check_arrival_add_next_nodes):
30192         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30193         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30194         (check_node_accept_bytes, check_node_accept, extend_buffers):
30195         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
30196         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
30197         (sift_ctx_init):
30198         Likewise.
30199
30200         * lib/regex_internal.h:
30201         (re_string_allocate, re_string_construct, re_string_reconstruct):
30202         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
30203         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
30204         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
30205         (re_string_context_at, re_string_peek_byte_case):
30206         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
30207         is defined, since we now use prototypes always.
30208
30209         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
30210         C89 or better.  All uses removed.
30211
30212 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30213
30214         * config/srclist.txt: Add glibc bugs 1220-1227.
30215
30216 2005-08-20  Jim Meyering  <jim@meyering.net>
30217
30218         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
30219         of unused local, dfa.
30220
30221 2005-08-20  Bruno Haible  <bruno@clisp.org>
30222
30223         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
30224
30225 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30226
30227         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
30228         (re_node_set_insert_last, re_dfa_add_node):
30229         Rename local variables to avoid GCC shadowing warnings.
30230
30231 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30232
30233         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
30234         [defined lint]: Suppress bogus uninitialized-variable warnings.
30235
30236         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
30237         and let the caller return REG_ESPACE if out of space.  This
30238         removes an uninitialied-variable warning with GCC 4.0.1, and also
30239         avoids taking the address of a local variable.  All callers
30240         changed.
30241
30242 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30243
30244         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
30245         $LIBCSRC/posix/regexec.c.
30246         Add glibc bug 1217 for regcomp.c.
30247
30248 2005-08-19  Jim Meyering  <jim@meyering.net>
30249
30250         * lib/regexec.c (proceed_next_node): Redo local variables to
30251         avoid GCC shadowing warnings.
30252
30253 2005-08-18  Bruno Haible  <bruno@clisp.org>
30254
30255         * lib/strstr.c (strstr): Fix return value in multibyte case.
30256         * lib/strcasestr.c (strcasestr): Likewise.
30257
30258 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30259
30260         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
30261
30262 2005-08-17  Jim Meyering  <jim@meyering.net>
30263
30264         Make the %s format (seconds since the epoch) work for a negative
30265         number and when used with a zero-padded field width, e.g. %015s.
30266
30267         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
30268         label so that it precedes the code to set `digits'.  Otherwise,
30269         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
30270         print `00-22'.  Now, it prints `-0022', as it should.
30271
30272 2005-08-17  Bruno Haible  <bruno@clisp.org>
30273
30274         * modules/strstr (Files): Add m4/mbrtowc.m4.
30275         (Depends-on): Add mbuiter.
30276
30277 2005-08-17  Bruno Haible  <bruno@clisp.org>
30278
30279         * modules/strcasestr: New file.
30280         * MODULES.html.sh (String handling, based on ANSI C 89): Add
30281         strcasestr.
30282
30283 2005-08-17  Bruno Haible  <bruno@clisp.org>
30284
30285         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
30286
30287 2005-08-17  Bruno Haible  <bruno@clisp.org>
30288
30289         * modules/mbuiter: New file.
30290         * MODULES.html.sh (Extended multibyte and wide character utilities):
30291         Add mbuiter.
30292
30293 2005-08-17  Bruno Haible  <bruno@clisp.org>
30294
30295         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
30296         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
30297
30298 2005-08-17  Bruno Haible  <bruno@clisp.org>
30299
30300         * m4/strcasestr.m4: New file.
30301
30302 2005-08-17  Bruno Haible  <bruno@clisp.org>
30303
30304         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
30305         * lib/strstr.c: Completely rewritten, with multibyte locale support.
30306
30307 2005-08-17  Bruno Haible  <bruno@clisp.org>
30308
30309         * lib/strcasestr.h: New file.
30310         * lib/strcasestr.c: New file.
30311
30312 2005-08-17  Bruno Haible  <bruno@clisp.org>
30313
30314         * lib/strcasecmp.c: Use mbuiter.h.
30315
30316 2005-08-17  Bruno Haible  <bruno@clisp.org>
30317
30318         * lib/mbuiter.h: New file.
30319
30320 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
30321
30322         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
30323         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
30324         and gl_GETOPT are both invoked via different paths (as happens
30325         with GNU tar CVS because it uses both argp and getopt), the former
30326         wins.
30327
30328 2005-08-16  Bruno Haible  <bruno@clisp.org>
30329
30330         * modules/tls: New file.
30331         * MODULES.html.sh (Multithreading): Add tls.
30332
30333 2005-08-16  Bruno Haible  <bruno@clisp.org>
30334
30335         * modules/strnlen1: New file.
30336         * MODULES.html.sh (String handling): Add strnlen1.
30337
30338 2005-08-16  Bruno Haible  <bruno@clisp.org>
30339
30340         * modules/strcase (Files): Add m4/mbrtowc.m4.
30341         (Depends-on): Add strnlen1, mbchar.
30342
30343 2005-08-16  Bruno Haible  <bruno@clisp.org>
30344
30345         * modules/mbiter: New file.
30346         * MODULES.html.sh (Extended multibyte and wide character utilities):
30347         Add mbiter.
30348
30349 2005-08-16  Bruno Haible  <bruno@clisp.org>
30350
30351         * modules/mbfile: New file.
30352         * MODULES.html.sh (Extended multibyte and wide character utilities):
30353         Add mbfile.
30354
30355 2005-08-16  Bruno Haible  <bruno@clisp.org>
30356
30357         * modules/mbchar: New file.
30358         * MODULES.html.sh (Extended multibyte and wide character utilities):
30359         New section.
30360
30361 2005-08-16  Bruno Haible  <bruno@clisp.org>
30362
30363         * m4/tls.m4: New file, from GNU gettext.
30364
30365 2005-08-16  Bruno Haible  <bruno@clisp.org>
30366
30367         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
30368         always.
30369         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
30370
30371 2005-08-16  Bruno Haible  <bruno@clisp.org>
30372
30373         * m4/mbiter.m4: New file.
30374
30375 2005-08-16  Bruno Haible  <bruno@clisp.org>
30376
30377         * m4/mbfile.m4: New file.
30378
30379 2005-08-16  Bruno Haible  <bruno@clisp.org>
30380
30381         * m4/mbchar.m4: New file.
30382
30383 2005-08-16  Bruno Haible  <bruno@clisp.org>
30384
30385         * lib/tls.h: New file, from GNU gettext.
30386         * lib/tls.c: New file, from GNU gettext.
30387
30388 2005-08-16  Bruno Haible  <bruno@clisp.org>
30389
30390         * lib/strnlen1.h: New file.
30391         * lib/strnlen1.c: New file.
30392
30393 2005-08-16  Bruno Haible  <bruno@clisp.org>
30394
30395         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
30396         (mbi_init): Update.
30397         (mbi_avail, mbi_advance): Let the iteration end before the terminating
30398         NUL byte, not after it.
30399
30400 2005-08-16  Bruno Haible  <bruno@clisp.org>
30401
30402         * lib/strcase.h (strcasecmp): Add note in comments.
30403         * lib/strncasecmp.c: Use code from strcasecmp.c.
30404         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
30405         (strcasecmp): Work correctly in multibyte locales.
30406
30407 2005-08-16  Bruno Haible  <bruno@clisp.org>
30408
30409         * lib/mbiter.h: New file.
30410
30411 2005-08-16  Bruno Haible  <bruno@clisp.org>
30412
30413         * lib/mbfile.h: New file.
30414
30415 2005-08-16  Bruno Haible  <bruno@clisp.org>
30416
30417         * lib/mbchar.h: New file.
30418         * lib/mbchar.c: New file.
30419
30420 2005-08-16  Bruno Haible  <bruno@clisp.org>
30421
30422         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
30423         the valid ones. Makes the comparison operations transitive:
30424         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
30425         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
30426
30427 2005-08-15  Simon Josefsson  <jas@extundo.com>
30428
30429         * modules/ssize_t (License): Change to 'unlimited'.
30430
30431         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
30432
30433 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30434
30435         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
30436         Add comments for each pending glibc patch.
30437
30438 2005-08-15  Bruno Haible  <bruno@clisp.org>
30439
30440         * lib/regex.h (__restrict_arr): Don't define to __restrict if
30441         __cplusplus is defined.
30442
30443 2005-08-14  Jim Meyering  <jim@meyering.net>
30444
30445         Sync from coreutils.
30446
30447         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
30448         Use the hash-table-based cycle-detection code not just when
30449         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
30450         Reported by James Youngman in
30451         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
30452         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
30453         FTS_TIGHT_CYCLE_CHECK.
30454         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
30455         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
30456         once again.
30457         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
30458         * lib/fts.c (fd_safer): Remove decl.
30459         Include fcntl--.h rather than unistd-safer.h
30460         (fts_safe_changedir): Don't call fd_safer; no longer needed
30461         now that we include fcntl--.h.
30462
30463 2005-08-12  Simon Josefsson  <jas@extundo.com>
30464
30465         * modules/getndelim2: Use ssize_t module.
30466         * modules/getnline: Likewise.
30467         * modules/safe-read: Likewise.
30468         * modules/xreadlink: Likewise.
30469
30470         * modules/ssize_t: New file.
30471
30472 2005-08-12  Simon Josefsson  <jas@extundo.com>
30473
30474         * m4/readline.m4: Look for termcap, curses or ncurses if required.
30475
30476 2005-08-12  Simon Josefsson  <jas@extundo.com>
30477
30478         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30479         ssize_t.
30480
30481 2005-08-12  Simon Josefsson  <jas@extundo.com>
30482
30483         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
30484         readline, getdelim and check_version.
30485         (Support for systems lacking ISO C 99: Sizes of integer types):
30486         Add size_max.
30487
30488 2005-08-12  Bruno Haible  <bruno@clisp.org>
30489
30490         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
30491
30492 2005-08-11  Simon Josefsson  <jas@extundo.com>
30493
30494         * modules/readline: New file.
30495
30496         * modules/strnlen (Files): Add strnlen.h.
30497
30498 2005-08-11  Simon Josefsson  <jas@extundo.com>
30499
30500         * m4/readline.m4: New file.
30501
30502 2005-08-11  Simon Josefsson  <jas@extundo.com>
30503
30504         * lib/readline.h, readline.c: New file.
30505
30506 2005-08-11  Simon Josefsson  <jas@extundo.com>
30507
30508         * doc/gnulib.texi (Initial import, Finishing touches): Mention
30509         gl_AVOID.
30510
30511 2005-08-11  Bruno Haible  <bruno@clisp.org>
30512
30513         * lib/strnlen.h (strnlen): Change parameter name to match comment.
30514
30515 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
30516
30517         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
30518
30519 2005-08-10  Simon Josefsson  <jas@extundo.com>
30520
30521         * tests/test-iconvme.c: New file.
30522
30523 2005-08-10  Simon Josefsson  <jas@extundo.com>
30524
30525         * m4/strnlen.m4: New file.
30526
30527         * m4/strndup.m4: Don't check for strnlen declaration, done in
30528         strnlen.m4.
30529
30530 2005-08-10  Simon Josefsson  <jas@extundo.com>
30531
30532         * lib/strndup.c: Use strnlen.h.
30533
30534         * lib/strnlen.h: New file.
30535
30536 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30537
30538         * README: Typos.
30539
30540 2005-08-02  Simon Josefsson  <jas@extundo.com>
30541
30542         * modules/readline: New file.
30543
30544 2005-08-02  Simon Josefsson  <jas@extundo.com>
30545
30546         * modules/getdelim: New file.
30547
30548         * modules/getline: Rewrite, don't use getndelim2.
30549
30550 2005-08-02  Simon Josefsson  <jas@extundo.com>
30551
30552         * m4/getline.m4: Separate out getdelim stuff into separate module.
30553
30554         * m4/getdelim.m4: New file.
30555
30556 2005-08-02  Simon Josefsson  <jas@extundo.com>
30557
30558         * lib/getline.h, getline.c: Rewrite.
30559
30560         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
30561
30562 2005-07-31  Bruno Haible  <bruno@clisp.org>
30563
30564         * lib/lock.h (gl_lock_initializer): New macro.
30565         (gl_lock_define_initialized): Use it.
30566         (gl_rwlock_initializer): New macro.
30567         (gl_rwlock_define_initialized): Use it.
30568         (gl_recursive_lock_initializer): New macro.
30569         (gl_recursive_lock_define_initialized): Use it.
30570
30571 2005-07-30  Karl Berry  <karl@gnu.org>
30572
30573         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
30574         Report from Ben Pfaff, regarding getopt.
30575
30576 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
30577
30578         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
30579         normal way.
30580         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
30581         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
30582         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
30583         (gl_GETOPT): Use the new macros.  Most of the implementation
30584         is moved to the new macros.  This is for programs like Emacs
30585         that don't want all the functionality of gl_GETOPT.
30586
30587 2005-07-26  Bruno Haible  <bruno@clisp.org>
30588
30589         * m4/lock.m4: Update from GNU gettext.
30590
30591 2005-07-26  Bruno Haible  <bruno@clisp.org>
30592
30593         * lib/lock.h: Update from GNU gettext.
30594         * lib/lock.c: Update from GNU gettext.
30595
30596 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
30597
30598         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
30599         obsolescent AC_TRY_RUN.  Include the default includes files, for
30600         'exit'.
30601
30602 2005-07-24  Bruno Haible  <bruno@clisp.org>
30603
30604         * modules/visibility: New file.
30605         * MODULES.html.sh (Misc): Add visibility.
30606
30607 2005-07-24  Bruno Haible  <bruno@clisp.org>
30608
30609         * m4/visibility.m4: New file.
30610
30611 2005-07-24  Bruno Haible  <bruno@clisp.org>
30612
30613         * doc/visibility.texi: New file.
30614
30615 2005-07-22  Bruno Haible  <bruno@clisp.org>
30616
30617         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
30618         $(ALLOCA_H), redundant through BUILT_SOURCES.
30619         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
30620         redundant through BUILT_SOURCES.
30621         * modules/byteswap (Makefile.am): Remove explicit dependency on
30622         $(BYTESWAP_H), redundant through BUILT_SOURCES.
30623         * modules/fnmatch (Makefile.am): Remove explicit dependency on
30624         $(FNMATCH_H), redundant through BUILT_SOURCES.
30625         * modules/getopt (Makefile.am): Remove explicit dependency on
30626         $(GETOPT_H), redundant through BUILT_SOURCES.
30627         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
30628         redundant through BUILT_SOURCES.
30629         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
30630         redundant through BUILT_SOURCES.
30631         * modules/stdbool (Makefile.am): Remove explicit dependency on
30632         $(STDBOOL_H), redundant through BUILT_SOURCES.
30633         * modules/stdint (Makefile.am): Remove explicit dependency on
30634         $(STDINT_H), redundant through BUILT_SOURCES.
30635         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
30636         Remove explicit dependency on $(SYSEXITS_H).
30637         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
30638
30639 2005-07-18  Simon Josefsson  <jas@extundo.com>
30640
30641         * lib/check-version.c (check_version): Accept identical versions too.
30642
30643 2005-07-18  Bruno Haible  <bruno@clisp.org>
30644
30645         * modules/lock: New file.
30646         * MODULES.html.sh (Multithreading): New section.
30647
30648 2005-07-18  Bruno Haible  <bruno@clisp.org>
30649
30650         * m4/lock.m4: New file, from GNU gettext.
30651
30652 2005-07-18  Bruno Haible  <bruno@clisp.org>
30653
30654         * lib/lock.h: New file, from GNU gettext.
30655         * lib/lock.c: New file, from GNU gettext.
30656
30657 2005-07-18  Bruno Haible  <bruno@clisp.org>
30658
30659         * lib/lock.h (gl_once_t): New type.
30660         (gl_once_define, gl_once): New macros.
30661         * lib/lock.c (fresh_once): New variable.
30662         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
30663         functions.
30664
30665 2005-07-16  Simon Josefsson  <jas@extundo.com>
30666
30667         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
30668         workaround, suggested by Bruno.
30669
30670 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30671
30672         * modules/xalloc (Depends-on): Add xalloc-die.
30673         * modules/xvasprintf (Depends-on): Add xalloc-die.
30674
30675 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30676
30677         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
30678         with a minor change.
30679
30680 2005-07-15  Bruno Haible  <bruno@clisp.org>
30681
30682         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
30683         When using lib/poll.c, define poll as rpl_poll.
30684
30685 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
30686
30687         * modules/argp (Depends-on): Remove unlocked-io.
30688
30689 2005-07-14  Derek Price  <derek@ximbiot.com>
30690
30691         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
30692         for glob symlink bug.
30693
30694 2005-07-14  Bruno Haible  <bruno@clisp.org>
30695
30696         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
30697         Instead, test for *_unlocked function declarations directly.
30698
30699 2005-07-11  Simon Josefsson  <jas@extundo.com>
30700
30701         * modules/size_max: New file.
30702
30703         * modules/xsize: Depend on size_max module for size_max.m4.
30704
30705 2005-07-11  Simon Josefsson  <jas@extundo.com>
30706
30707         * lib/size_max.h: New file.
30708
30709 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
30710
30711         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
30712         copyright symbol and the year.
30713         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
30714         (version_etc_va): Use parameterized copyright notice.
30715         Reword to conform to the current GNU coding standards.
30716
30717 2005-07-11  Karl Berry  <karl@gnu.org>
30718
30719         * doc/gnulib.texi (Quoting): new node.
30720         (Initial import): more info, from Patrice.
30721
30722 2005-07-11  Bruno Haible  <bruno@clisp.org>
30723
30724         * gnulib-tool (func_usage): Document option --avoid.
30725         (Command line options): Handle --avoid.
30726         (func_acceptable): New function.
30727         (func_modules_transitive_closure): Use it.
30728
30729 2005-07-11  Bruno Haible  <bruno@clisp.org>
30730
30731         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
30732         Reported by Jim Meyering.
30733
30734 2005-07-10  Bruno Haible  <bruno@clisp.org>
30735
30736         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
30737         Needed when size_t is smaller than 'unsigned int'.
30738         Reported by Paul Eggert.
30739
30740 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30741
30742         * modules/argp (Depends-on): Add unlocked-io
30743
30744 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30745
30746         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
30747         block of defines.
30748
30749 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30750
30751         * config/srclist.txt: Comment out regcomp.c, since we have a porting
30752         fix now.
30753
30754 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
30755         and Paul Eggert  <eggert@cs.ucla.edu>
30756
30757         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
30758         in wint_t, not wchar_t.  Remove now-unnecessary cast.
30759
30760 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30761
30762         * modules/regex (Files): Add lib/regex_internal.c,
30763         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
30764         (Depends-on): Add extensions.
30765         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
30766
30767 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30768
30769         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
30770         pathconf.
30771         * m4/same.m4 (gl_SAME): Likewise.
30772         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
30773
30774         * m4/regex.m4: Adjust to new libc regex implementation.
30775         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
30776         all the .c and .h parts of (the new) regex.
30777         Quote the m4 stuff better.
30778         Check for RE_ICASE bug of old gnulib.
30779         Check for REG_STARTEND of recent libc.
30780         Rename local variables from jm_* to gl_*.
30781         Quote operand of "test -f".
30782         Say "recent enough" version of libc, not "version 2".
30783         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
30784         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
30785         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
30786         Remove check for btowc, isascii.
30787         Require AM_LANGINFO_CODESET.
30788
30789 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30790
30791         * lib/regex.c, regex.h: Sync from libc.
30792         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
30793         * lib/regexec.c:
30794         New files, synced from libc, except that regex_internal.h
30795         currently has a small porting fix.
30796
30797 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30798
30799         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
30800         regex_internal.c, regexec.c.
30801         Add regex_internal.h too, but as a comment, since the libc version
30802         is currently broken in gnulib mode.
30803
30804 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30805
30806         Support programs like Emacs that use gnulib but not gettext.
30807         * MODULES.html.sh (Internationalization functions): Add gettext-h.
30808         * modules/gettext-h: New file.
30809         * modules/gettext (Files): Remove lib/gettext.h.
30810         (Depends-on): Add gettext-h.
30811         (Makefile.am): Remove lib_SOURCES.
30812         * modules/argmatch, modules/c-stack, modules/closeout:
30813         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
30814         * modules/execute, modules/file-type, modules/getaddrinfo:
30815         * modules/getopt, modules/human, modules/javacomp:
30816         * modules/javaexec, modules/mkdir-p, modules/obstack:
30817         * modules/openat, modules/pagealign_alloc, modules/pipe:
30818         * modules/quotearg, modules/regex, modules/rpmatch:
30819         * modules/unicodeio, modules/userspec, modules/version-etc:
30820         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
30821         * modules/xsetenv:
30822         Depend on gettext-h, not gettext.
30823
30824 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30825
30826         * gnulib-tool (func_import): Add support for 'public domain' license.
30827         * modules/alloca, modules/atexit, modules/memmove:
30828         Now public domain, not GPL.
30829         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
30830         * modules/realloc, modules/strerror, modules/strtod:
30831         Now LGPL, not GPL.
30832
30833 2005-07-05  Bruno Haible  <bruno@clisp.org>
30834
30835         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
30836         autoconf CVS. Needed for mingw.
30837
30838 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30839
30840         Remove the dependency of the strftime module on the tzset module.
30841         * modules/strftime (Depends-on): Remove dependency on tzset.
30842
30843 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30844
30845         Remove the dependency of the strftime module on the tzset module.
30846         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
30847         gl_FUNC_TZSET_CLOBBER.
30848
30849 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30850
30851         Remove the dependency of the strftime module on the tzset module.
30852         * lib/strftime.c (my_strftime)
30853         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
30854         Copy the input structure, to work around some of the bug with
30855         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
30856         Solaris releases, you should also use the tzset module, but we won't
30857         require it as a dependency any more since we don't want LGPLed code
30858         to depend on GPLed code.
30859
30860 2005-07-02  Jim Meyering  <jim@meyering.net>
30861
30862         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
30863         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
30864         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
30865         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
30866
30867 2005-07-02  Jim Meyering  <jim@meyering.net>
30868
30869         * lib/backupfile.c (backup_args): Change a `0' to NULL.
30870
30871 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30872
30873         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
30874         declares only 'struct timespec;' (!).
30875
30876 2005-07-01  Jim Meyering  <jim@meyering.net>
30877
30878         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
30879         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
30880         * lib/save-cwd.c, tempname.c:
30881         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30882         and don't include <sys/file.h>).
30883
30884 2005-06-29  Jim Meyering  <jim@meyering.net>
30885
30886         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
30887         type name.  Use the variable name instead.
30888         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
30889         Likewise.
30890
30891 2005-06-28  Simon Josefsson  <jas@extundo.com>
30892
30893         * modules/check-version (Files): Add check-version.m4.
30894
30895 2005-06-28  Simon Josefsson  <jas@extundo.com>
30896
30897         * m4/check-version.m4: New file, suggested by Jim Meyering
30898         <jim@meyering.net>.
30899
30900 2005-06-28  Simon Josefsson  <jas@extundo.com>
30901
30902         * lib/check-version.h, lib/check-version.c: New files.
30903
30904 2005-06-28  Simon Josefsson  <jas@extundo.com>
30905
30906         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
30907         collision with global variable.  Better indentation.  Don't
30908         increment buffer pointer beyond buffer end.  Based on comments
30909         from Paul Eggert <eggert@cs.ucla.edu>.
30910
30911         * lib/base64.h: Indent.
30912
30913 2005-06-28  Simon Josefsson  <jas@extundo.com>
30914
30915         * doc/gnulib.texi (Library version handling): New section.
30916
30917 2005-06-28  Jim Meyering  <jim@meyering.net>
30918
30919         * check-module (find_included_lib_files): Hard-code another
30920         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
30921         but modules/fts-lgpl (correctly) does not list those files.
30922
30923         * modules/canonicalize (Files): Add lib/pathmax.h.
30924
30925 2005-06-25  Simon Josefsson  <jas@extundo.com>
30926
30927         * modules/check-version: New file.
30928
30929 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
30930
30931         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
30932         initializer of struct addrinfo, as an indication that we don't
30933         care how many members the structure has.
30934
30935 2005-06-24  Derek Price  <derek@ximbiot.com>
30936         and Bruno Haible  <bruno@clisp.org>
30937
30938         Remove stat module & update lstat.
30939         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
30940         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30941         * m4/stat.m4: Remove this file.
30942
30943 2005-06-24  Derek Price  <derek@ximbiot.com>
30944         and Bruno Haible  <bruno@clisp.org>
30945
30946         Remove stat module & update lstat.
30947         * lib/stat.c: Remove this file...
30948         (slash_aware_lstat): ...moving this content and its support...
30949         * lib/lstat.c (rpl_lstat): ...into here.
30950         * lib/lstat.h: New file.
30951
30952 2005-06-24  Derek Price  <derek@ximbiot.com>
30953         and Bruno Haible  <bruno@clisp.org>
30954
30955         Remove stat module & update lstat.
30956         * config/srclist.txt (libc sources): Remove stat.
30957
30958 2005-06-24  Derek Price  <derek@ximbiot.com>
30959         and Bruno Haible  <bruno@clisp.org>
30960
30961         Remove stat module & update lstat.
30962         * MODULES.html.sh (stat): Remove.
30963         * MODULES.html: Regenerated.
30964         * modules/lstat (Description): Correct function name.
30965         (Files): Add "lstat.h".
30966         (Depends-on): Remove stat, add xalloc, stat-macros.
30967         * modules/stat: Remove this file.
30968         (Include): Add "lstat.h", remove <sys/stat.h>.
30969
30970 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30971
30972         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
30973         (ranged_convert): Don't save conversion in a temporary struct.
30974         This causes a warning with GCC 4.0.0, and anyway in the typical
30975         case it's not worth the extra 100 bytes or so of code.
30976         (ranged_convert, __mktime_internal): When calling a function via a
30977         pointer P, use P () rather than (*P) (), as we now assume C89 or
30978         better.
30979
30980 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30981
30982         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
30983         "who -r" failed to give output.  Problem reported by Tim Waugh.
30984
30985         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
30986         (xcalloc): Use it to avoid needless tests.
30987         Problem reported by Jim Meyering.
30988
30989 2005-06-20  Derek Price  <derek@ximbiot.com>
30990
30991         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
30992         unnecessary for Autoconfs > 2.59c.
30993
30994 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30995
30996         * lib/argp.h (__option_is_short): Check upper limit of
30997         __key. Isprint() requires its argument to have the value
30998         of an unsigned char or EOF.
30999
31000 2005-06-16  Jim Meyering  <jim@meyering.net>
31001
31002         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
31003         when either N or S is zero.
31004
31005 2005-06-16  Derek Price  <derek@ximbiot.com>
31006
31007         * m4/bison.m4: Declare YACC & YFLAGS precious.
31008
31009 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
31010
31011         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
31012         multibyte string or pattern, fall back on unibyte matching.
31013         Problem reported by James Youngman.
31014
31015 2005-06-08  Bruno Haible  <bruno@clisp.org>
31016
31017         * modules/csharpcomp: New file.
31018         * MODULES.html.sh (C#): Add csharpcomp.
31019
31020 2005-06-08  Bruno Haible  <bruno@clisp.org>
31021
31022         * m4/csharpcomp.m4: New file, from GNU gettext.
31023
31024 2005-06-08  Bruno Haible  <bruno@clisp.org>
31025
31026         * lib/csharpcomp.h: New file, from GNU gettext.
31027         * lib/csharpcomp.c: New file, from GNU gettext.
31028         * lib/csharpcomp.sh.in: New file, from GNU gettext.
31029
31030 2005-06-08  Bruno Haible  <bruno@clisp.org>
31031
31032         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
31033         warning on mingw.
31034
31035 2005-06-07  Derek Price  <derek@ximbiot.com>
31036
31037         Sync from CVS.
31038         * lib/glob_.h: Indent nested #ifdef.
31039
31040 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31041
31042         Sync from coreutils.
31043         Use "file name" when talking about file names, instead of "filename"
31044         or "path", as per the GNU coding standards.
31045         * lib/mkdir-p.c: Renamed from makepath.c.
31046         (make_dir_parents): Renamed from make_path.  All callers changed.
31047         * lib/mkdir-p.h: Likewise.  All includers changed.
31048         * lib/filenamecat.c: Renamed from path-concat.c.
31049         (file_name_concat): Renamed from path_concat.  All callers changed.
31050         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
31051         * lib/filenamecat.h: Likewise.  All includers changed.
31052         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
31053         in comments or local variable names.
31054         * lib/basename.c: Likewise.
31055         * lib/canonicalize.c, canonicalize.h: Likewise.
31056         * lib/dirname.c, dirname.h: Likewise.
31057         * lib/euidaccess.c: Likewise.
31058         * lib/exclude.c: Likewise
31059         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
31060         * lib/fsusage.c, fsuage.h: Likewise.
31061         * lib/fts.c, fts_.h: Likewise.
31062         * lib/getcwd.c: Likewise.
31063         * lib/getloadavg.c: Likewise.
31064         * lib/mkstemp.c: Likewise.
31065         * lib/mountlist.c, mountlist.h: Likewise.
31066         * lib/openat.c, openat.h: Likewise.
31067         * lib/readlink-stub.c: Likewise.
31068         * lib/readutmp.c, readutmp.h: Likewise.
31069         * lib/rename.c: Likewise.
31070         * lib/rmdir.c: Likewise.
31071         * lib/same.c: Likewise.
31072         * lib/savedir.c: Likewise.
31073         * lib/stripslash.c: Likewise.
31074         * lib/tempname.c: Likewise.
31075         * lib/xreadlink.c: Likewise.
31076         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
31077         All uses changed.
31078         * lib/exclude.h: Likewise.
31079
31080         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
31081         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31082         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
31083         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31084         * lib/pathmax.h: Include <limits.h> unconditionally, since other
31085         files have been getting away with it for years (MORE/BSD 4.3
31086         is extinct now).
31087         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
31088         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31089
31090         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
31091         Define to 256, not 255, as per modern POSIX.
31092
31093 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31094
31095         Sync from coreutils.
31096         Use "file name" when talking about file names, instead of "filename"
31097         or "path", as per the GNU coding standards.
31098         * MODULES.html.sh: mkdir-p renamed from makepath.
31099         filenamecat renamed from path-concat.
31100         * modules/filenamecat: Renamed from modules/path-concat.
31101         (Files): filenamecat.h and filenamecat.c renamed from
31102         path-concat.h and path-concat.c.
31103         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
31104         (Include): filenamecat.h, not path-concat.h.
31105         * modules/mkdir-p: Renamed from modules/makepath.
31106         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
31107         makepath.c.
31108         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
31109         (Include): mkdir-p.h, not makepath.h.
31110
31111 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31112
31113         Sync from coreutils.
31114         * m4/mkdir-p.m4: Renamed from makepath.m4.
31115         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
31116         Rename files from makepath.c to mkdir-p.c, and from
31117         makepath.h to mkdir-p.h.
31118         * m4/filenamecat.m4: Renamed from path-concat.m4.
31119         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
31120         Rename files from path-concat.c to filenamecat.c,
31121         and from path-concat.h to filenamecat.h.
31122         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
31123         "file name" in local variables or comments.
31124         * m4/rename.m4: Likewise.
31125
31126 2005-06-01  Bruno Haible  <bruno@clisp.org>
31127
31128         * modules/csharpexec: New file.
31129         * MODULES.html.sh (C#): New section.
31130
31131 2005-06-01  Bruno Haible  <bruno@clisp.org>
31132
31133         * m4/csharp.m4: New file, from GNU gettext.
31134         * m4/csharpexec.m4: New file, from GNU gettext.
31135
31136 2005-06-01  Bruno Haible  <bruno@clisp.org>
31137
31138         * lib/csharpexec.h: New file, from GNU gettext.
31139         * lib/csharpexec.c: New file, from GNU gettext.
31140         * lib/csharpexec.sh.in: New file, from GNU gettext.
31141
31142 2005-05-31  Derek Price  <derek@ximbiot.com>
31143             Paul Eggert  <eggert@cs.ucla.edu>
31144
31145         Sync from cvs.
31146         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
31147
31148 2005-05-31  Derek Price  <derek@ximbiot.com>
31149             Paul Eggert  <eggert@cs.ucla.edu>
31150
31151         Sync from cvs.
31152         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
31153
31154 2005-05-29  Derek Price  <derek@ximbiot.com>
31155
31156         * config/srclist.txt (glob_.h, glob.c): Add these files.
31157
31158 2005-05-29  Derek Price  <derek@ximbiot.com>
31159
31160         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
31161         * modules/glob: New file.
31162         * modules/getlogin_r: Add link to POSIX spec in description.
31163
31164 2005-05-29  Derek Price  <derek@ximbiot.com>
31165             Paul Eggert  <eggert@cs.ucla.edu>
31166
31167         * m4/glob.m4: New file.
31168
31169 2005-05-29  Derek Price  <derek@ximbiot.com>
31170             Paul Eggert  <eggert@cs.ucla.edu>
31171
31172         * lib/glob_.h, lib/glob.c: New files.
31173
31174 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31175
31176         * modules/fts (Files): Remove m4/inttypes-pri.m4.
31177         * modules/fts-lgpl (Depends-on): Remove gettext.
31178
31179 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31180
31181         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
31182         and don't require gt_INTTYPES_PRI.
31183
31184 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31185
31186         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
31187
31188         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
31189         the configuration hassle isn't worth it.
31190         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
31191         (LONGEST_MODIFIER, PRIuMAX): Remove.
31192
31193 2005-05-27  Bruno Haible  <bruno@clisp.org>
31194
31195         * lib/getlogin_r.h: Remove second include of <stddef.h>.
31196
31197 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
31198
31199         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
31200         _POSIX_PTHREAD_SEMANTICS for Solaris.
31201
31202 2005-05-25  Derek Price  <derek@ximbiot.com>
31203
31204         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
31205
31206 2005-05-25  Derek Price  <derek@ximbiot.com>
31207             Paul Eggert  <eggert@cs.ucla.edu>
31208
31209         * modules/getlogin_r, m4/getlogin_r.m4: New files.
31210         * lib/getlogin_r.c, getlogin_r.h: New files.
31211
31212 2005-05-25  Bruno Haible  <bruno@clisp.org>
31213             Derek Price  <derek@ximbiot.com>
31214
31215         * lib/getlogin_r.h: Simplify API documentation.
31216
31217 2005-05-23  Derek Price  <derek@ximbiot.com>
31218
31219         * modules/minmax (Files): Add m4/minmax.m4.
31220         (configure.ac): Add gl_MINMAX.
31221
31222 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31223
31224         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
31225         so that unistd-safer.h (GPL'ed code) need not be included.
31226
31227 2005-05-22  Bruno Haible  <bruno@clisp.org>
31228
31229         * m4/minmax.m4: New file.
31230         Based on a patch by Derek Price <derek@ximbiot.com>.
31231
31232 2005-05-22  Bruno Haible  <bruno@clisp.org>
31233
31234         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
31235         (INT64_MIN): Fix definition.
31236         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
31237
31238         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
31239         NEED_SIGNED_INT_TYPES.
31240
31241         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
31242         HAVE_SYSTEM_INTTYPES.
31243
31244 2005-05-22  Bruno Haible  <bruno@clisp.org>
31245
31246         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
31247         Also include <sys/param.h> if it defines MIN, MAX.
31248         Based on a patch by Derek Price <derek@ximbiot.com>.
31249
31250 2005-05-21  Jim Meyering  <jim@meyering.net>
31251
31252         * modules/fts (Files): Add m4/inttypes-pri.m4.
31253         (Depends-on): Add lstat and remove gettext.  Alphabetize.
31254
31255 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31256
31257         New fts module.
31258         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
31259         (setup_dir, free_dir): New functions.
31260         (enter_dir, leave_dir): Define trivial
31261         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
31262         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
31263         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
31264         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
31265         Move to fts-cycle.c.
31266         (fts_open): Use setup_dir.
31267         (fts_close): Use free_dir.
31268         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
31269         This adds a label and some gotos, but the alternatives were messier.
31270         Check for memory allocation failure when entering a dir.
31271         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
31272         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
31273         (FTS): New member fts_cycle, that is a union that contains the
31274         old active_dir_ht and cycle_state.  All uses changed to mention
31275         fts_cycle.ht and fts_cycle.state.
31276         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
31277         fts.c, with the following changes:
31278         (setup_dir, free_dir): New functions.
31279         (enter_dir): Now returns bool.  Return true if successful, false
31280         if memory exhausted.  All callers changed.
31281         Do not bother partly cleaning up on
31282         memory allocation failure; that is free_dir's job.
31283         However, free ad if hash_insert fails, to avoid memory leak.
31284         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
31285         fts->fts_options to see which union member to use.
31286
31287 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31288
31289         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
31290         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
31291
31292 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31293
31294         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
31295
31296 2005-05-20  Jim Meyering  <jim@meyering.net>
31297
31298         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
31299         Now a macro, to pacify GCC.
31300
31301 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
31302
31303         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
31304         of -1.
31305
31306 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
31307
31308         * lib/chown.c (rpl_chown): Return -1 on failure.
31309
31310 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
31311
31312         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
31313         Don't check for stddef.h.
31314         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
31315         don't use its results.
31316         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
31317         since we include them unconditionally.  Don't require
31318         AM_STDBOOL_H, since stdbool is a prerequisite.
31319         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
31320         since we assume C89 or better.
31321         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
31322         as we don't use their results.
31323         Don't check for fchdir, memmove, memset, strrchr, as we use
31324         them unconditionally.
31325         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
31326         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
31327
31328 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
31329
31330         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
31331         Include <stddef.h> unconditionally, since we assume C89 now.
31332         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
31333         * lib/fts.c: Include fts_.h first, to check interface.
31334         Do not include intprops.h; no longer needed.
31335         Include cycle-check.h and hash.h, since fts_.h no longer does.
31336         Remove unnecessary casts of closedir to void.
31337         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
31338         decide whether to decrement nlinks.
31339         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
31340         (FTS): Use struct hash_table * instead of Hash_table, so that
31341         we no longer need to include hash.h here.
31342
31343 2005-05-18  Jim Meyering  <jim@meyering.net>
31344
31345         * modules/dirfd (License): Change to LGPL.  Most of the code
31346         is already in the public domain.
31347
31348 2005-05-18  Jim Meyering  <jim@meyering.net>
31349
31350         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
31351         Reported by Yoann Vandoorselaere.
31352
31353 2005-05-17  Jim Meyering  <jim@meyering.net>
31354
31355         * m4/fts.m4: New file, from coreutils.
31356
31357 2005-05-17  Jim Meyering  <jim@meyering.net>
31358
31359         * lib/fts.c, lib/fts_.h: New files, from coreutils.
31360
31361 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31362
31363         Sync from coreutils.
31364         * m4/unlinkdir.m4: New file.
31365
31366 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31367
31368         Sync from coreutils.
31369         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
31370         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
31371         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
31372         White space changes only.
31373         * lib/makepath.c (make_path): Port to hosts where leading "//" is
31374         special.
31375         * lib/yesno.c: Include getline.h, not ctype.h.
31376         (yesno): Don't remove leading white space; POSIX doesn't allow it.
31377         Use getline to remove arbitrary restriction on response length.
31378
31379 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31380
31381         * config/srclist-update: Spell out "Street" in FSF postal
31382         mail address; this is the style the FSF seems to prefer.
31383
31384         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
31385         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
31386         this updates FSF postal mail address.
31387
31388         Sync from coreutils.
31389         * modules/unlinkdir: New file.
31390         * modules/yesno (Depends-on): Add getline.
31391         * MODULES.html.sh (File system functions): Add unlinkdir.
31392
31393 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31394
31395         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
31396         lib/strsep.h:
31397         Change the initial comment to refer to GPL, not LGPL.
31398         gnulib-tool will change it to LGPL as needed.
31399
31400         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
31401         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
31402         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
31403         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
31404         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
31405         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
31406         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
31407         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
31408         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
31409         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
31410         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
31411         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
31412         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
31413         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
31414         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
31415         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
31416         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
31417         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
31418         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
31419         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
31420         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
31421         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
31422         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
31423         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
31424         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
31425         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
31426         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
31427         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
31428         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
31429         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
31430         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
31431         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
31432         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
31433         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
31434         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
31435         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
31436         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
31437         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
31438         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
31439         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
31440         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
31441         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
31442         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
31443         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
31444         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
31445         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
31446         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
31447         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
31448         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
31449         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
31450         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
31451         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
31452         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
31453         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
31454         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
31455         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
31456         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
31457         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
31458         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
31459         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
31460         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
31461         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
31462         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
31463         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
31464         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
31465         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
31466         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
31467         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
31468         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
31469         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
31470         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
31471         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
31472         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
31473         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
31474         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
31475         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
31476         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
31477         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
31478         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
31479         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
31480         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
31481         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
31482         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
31483         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
31484         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
31485         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
31486         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
31487         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
31488         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
31489         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
31490         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
31491         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
31492         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
31493         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
31494         lib/yesno.c, lib/yesno.h:
31495         Update FSF postal mail address.
31496
31497 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31498
31499         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
31500         tests/test-memmem.c, tests/test-stpncpy.c:
31501         Update FSF postal mail address.
31502
31503 2005-05-13  Bruno Haible  <bruno@clisp.org>
31504
31505         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
31506         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
31507         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
31508         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
31509         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
31510         Add support for 64-bit integers in the MSVC compiler.
31511
31512 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31513
31514         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
31515
31516 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
31517
31518         * gnulib-tool (func_import): Sort and uniquify recommended includes.
31519
31520 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
31521
31522         * doc/getdate.texi (General date syntax): Don't say that date
31523         date --iso-8601=ns generates acceptable dates; it doesn't yet.
31524         Problem reported by Nic Ferrier.
31525
31526 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31527
31528         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
31529         specified in ai_socktype. Fix invalid ai_protocol
31530         check. ai_protocol is usually set to 0 or depending on
31531         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
31532         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
31533         ai_socktype / ai_protocol in the returned addrinfo structure.
31534
31535 2005-05-10  Simon Josefsson  <jas@extundo.com>
31536
31537         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
31538         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31539
31540 2005-05-10  Karl Berry  <karl@gnu.org>
31541
31542         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
31543         (from http://www.gnu.org/licenses).
31544         * doc/COPYING.LIB: also rename to COPYING.LESSER.
31545         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
31546         fdl.texi suffices.
31547
31548 2005-05-10  Karl Berry  <karl@gnu.org>
31549
31550         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
31551         (COPYING.DOC): remove.
31552
31553         * config/srclist-update: new FSF address.
31554
31555 2005-05-10  Derek Price  <derek@ximbiot.com>
31556
31557         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
31558         possible.
31559
31560 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31561             Bruno Haible  <bruno@clisp.org>
31562
31563         * modules/inet_ntop: New file.
31564         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31565         inet_ntop.
31566
31567 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31568             Bruno Haible  <bruno@clisp.org>
31569
31570         * m4/inet_ntop.m4: New file.
31571
31572 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31573             Bruno Haible  <bruno@clisp.org>
31574
31575         * lib/inet_ntop.h: New file.
31576         * lib/inet_ntop.c: New file, from glibc with modifications.
31577
31578 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
31579
31580         * modules/time_r (License): Change to LGPL.
31581         * modules/extensions (License): Change to LGPL.  Actually,
31582         the license is more permissive than that, but currently gnulib-tool
31583         doesn't know how to handle more-permissive licenses.
31584
31585         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
31586         Problem reported by Dave Love.
31587
31588 2005-05-08  Jim Meyering  <jim@meyering.net>
31589
31590         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
31591         blank.
31592
31593 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31594
31595         * modules/argmatch (Depends-on): Add stdbool.
31596         * modules/backupfile (Depends-on): Likewise.
31597         * modules/chdir-long (Depends-on): Likewise.
31598         * modules/closeout (Depends-on): Likewise.
31599         * modules/cycle-check (Depends-on): Likewise.
31600         * modules/dirname (Depends-on): Likewise.
31601         * modules/fnmatch (Depends-on): Likewise.
31602         * modules/fsusage (Depends-on): Likewise.
31603         * modules/fwriteerror (Depends-on): Likewise.
31604         * modules/getcwd (Depends-on): Likewise.
31605         * modules/getloadavg (Depends-on): Likewise.
31606         * modules/hard-locale (Depends-on): Likewise.
31607         * modules/makepath (Depends-on): Likewise.
31608         * modules/mountlist (Depends-on): Likewise.
31609         * modules/nanosleep (Depends-on): Likewise.
31610         * modules/posixtm (Depends-on): Likewise.
31611         * modules/quotearg (Depends-on): Likewise.
31612         * modules/readtokens (Depends-on): Likewise.
31613         * modules/readtokens0 (Depends-on): Likewise.
31614         * modules/readutmp (Depends-on): Likewise.
31615         * modules/save-cwd (Depends-on): Likewise.
31616         * modules/strftime (Depends-on): Likewise.
31617         * modules/userspec (Depends-on): Likewise.
31618         * modules/utimecmp (Depends-on): Likewise.
31619         * modules/xgetcwd (Depends-on): Likewise.
31620         * modules/xnanosleep (Depends-on): Likewise.
31621         * modules/xstrtod (Depends-on): Likewise.
31622         * modules/yesno (Depends-on): Likewise.
31623
31624 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
31625
31626         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
31627         needless checks.
31628
31629 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31630
31631         Merge from coreutils.  Among other things,
31632         add bulletproofing for cases where stdin, stdout, or stderr are closed.
31633         * lib/fd-safer.c: New file.
31634         * lib/fcntl-safer.h, open-safer.c: Remove.
31635         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
31636         * lib/dup-safer.c: Include unistd-safer.h first.
31637         Don't include errno.h.
31638         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
31639         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
31640         * lib/file-type.c: Rely on file-type.h change.
31641         * lib/getloadavg.c: Include unistd-safer.h.
31642         (getloadavg): Use safer open.
31643         * lib/getusershell.c: Include "stdio-safer.h".
31644         (getusershell): Use safer fopen.
31645         * lib/long-options.c (long_options): Use NULL rather than 0.
31646         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
31647         'free'.
31648         * lib/modechange.c: Likewise.
31649         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
31650         (MODE_DONE): New constant.
31651         (struct mode_change): Remove 'next' member.
31652         (make_node_op_equals): New function; like the old one of the
31653         same name, except it allocates an array.
31654         (mode_compile, mode_create_from_ref): Use it.
31655         (mode_compile): Allocate result as an array, not a linked list.
31656         Parse octal string ourself, so that we catch mistakes like "+0".
31657         (mode_adjust): Arg is an array, not a linked list.
31658         * lib/modechange.c: Include stat-macros.h, xalloc.h.
31659         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
31660         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
31661         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
31662         Remove.  This is now stat-macros.h's job.
31663         (talloc): Remove.  All callers replaced by xalloc, so that
31664         our invokers don't have to worry about reporting memory failures.
31665         (make_node_op_equals): Remove.
31666         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31667         New constants.
31668         (struct mode_change): Moved here from modechange.h.
31669         (mode_append_entry): Remove.
31670         (mode_compile): Remove MASKED_OPS arg, since it encouraged
31671         apps to have incorrect behavior.  Use simpler algorithm for head
31672         and tail.  Don't futz with umask; that's now the job of mode_adjust.
31673         Detect more invalid usages rather than having somewhat-random behavior.
31674         Don't insert an "a=" action, as that leads to incorrect behavior.
31675         (mode_compile, mode_create_from_ref): Return NULL on error instead
31676         of an enum, since now there's only one way to have an error.  All
31677         callers changed.
31678         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
31679         at the correct time.  Simplify calculation of "+u" and its ilk.
31680         Don't mishandle "+X".
31681         (mode_free): Remove "register" and localize decls.
31682         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31683         (struct mode_change): Move to modechange.c; callers don't
31684         need to see this stuff.
31685         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
31686         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
31687         (mode_change, mode_adjust): Reflect the new signatures noted above.
31688         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
31689         that might redefine system include files.
31690         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
31691         (my_usleep): Use NULL rather than (void *) 0.
31692         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
31693         Use siginterrupt to specify that system calls should be interrupted.
31694         (rpl_nanosleep): Move initialization of suspended closer to call of
31695         my_usleep.
31696         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
31697         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
31698         (desirable_utmp_entry): New function.
31699         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
31700         using x2nrealloc, to simplify logic.
31701         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
31702         size calculation.  Do not assume utmp file is a regular file.
31703         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
31704         (READ_UTMP_CHECK_PIDS): New constant.
31705         * lib/save-cwd.c: Include unistd-safer.h.
31706         (save_cwd): Use fd_safer.
31707         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
31708         [!_LIBC] Include "stat-macros.h" instead.
31709         * lib/unistd-safer.h (fd_safer): New decl.
31710
31711 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31712
31713         * modules/getloadavg (Depends-on): Add unistd-safer.
31714         * modules/getusershell (Depends-on): Add stdio-safer.
31715         * modules/lstat (Depends-on): Remove xalloc.
31716         * modules/mkstemp (Depends-on): Add stat-macros.
31717         * modules/modechange (Depends-on): Remove xstrtol.
31718         Add stat-macros, xalloc.
31719         * modules/save-cwd (Depends-on): Add unistd-safer.
31720         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
31721         * modules/unistd-safer (Files): Add lib/fd-safer.c
31722         (Makefile.am): Remove lib_SOURCES.
31723
31724         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
31725         Remove fcntl-safer; unistd-safer supersedes it.
31726
31727 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31728
31729         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
31730         AC_HEADER_STAT.
31731         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
31732         (gl_PREREQ_CHOWN): Remove.
31733         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
31734         it.  Don't require AC_HEADER_STAT.
31735         (gl_PREREQ_LSTAT): Remove.
31736         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
31737         Don't require AC_HEADER_STAT.
31738         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
31739         (gl_PREREQ_RMDIR): Remove.
31740         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
31741         mention stat-macros.h or AC_HEADER_STAT, since we'll make
31742         the stat-macros module a prerequisite.
31743         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
31744         * m4/filemode.m4 (gl_FILEMODE): Likewise.
31745         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
31746         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
31747         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
31748         variable names.
31749         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
31750         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
31751         variable prefixes.
31752         * m4/fcntl-safer.m4: Remove.
31753         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
31754         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
31755         Invoke gl_PREREQ_FD_SAFER.
31756         (gl_PREREQ_FD_SAFER): New macro.
31757         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
31758         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
31759         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
31760         Remove duplicate call to AC_LIBOBJ(readutmp).
31761         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
31762
31763         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
31764         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
31765
31766 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31767
31768         * MODULES.html.sh (Misc): Add byteswap.
31769
31770 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31771
31772         * modules/getcwd (Depends-on): Add extensions.
31773         * modules/openat (Depends-on): Likewise.
31774
31775 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31776
31777         * modules/byteswap: New file.
31778
31779 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31780
31781         * m4/byteswap.m4: New file.
31782
31783 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31784
31785         * lib/byteswap_.h: New file.
31786
31787 2005-04-25  Karl Berry  <karl@gnu.org>
31788
31789         * m4/gettext.m4: Update from GNU gettext 0.14.4.
31790
31791 2005-04-25  Albert Chin  <china@thewrittenword.com>
31792
31793         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
31794         Toolkit C bug.
31795
31796 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
31797
31798         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
31799         (func_ln_if_changed) Remove forcibly for no error message
31800         in case file does not exist.
31801
31802 2005-04-19  Simon Josefsson  <jas@extundo.com>
31803
31804         * gnulib-tool (Options): Make --symlink mean --symbolic.
31805
31806 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
31807
31808         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
31809
31810 2005-04-16  Simon Josefsson  <jas@extundo.com>
31811
31812         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
31813
31814 2005-04-15  Simon Josefsson  <jas@extundo.com>
31815
31816         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
31817
31818 2005-04-15  Simon Josefsson  <jas@extundo.com>
31819
31820         * gnulib-tool: Rename --symlink to --symbolic.
31821
31822 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
31823
31824         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
31825         symbolic links to files instead of copying/moving.  Add --aux-dir,
31826         specifying directory relative --dir where auxiliary build tools
31827         are placed.
31828
31829 2005-04-14  Bruno Haible  <bruno@clisp.org>
31830
31831         * modules/allocsa (License): Change to LGPL.
31832         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
31833
31834 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31835
31836         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
31837         that "UTC +1 second" continues to work.  Problem reported
31838         by Dmitry V. Levin.
31839         (relunit_snumber): New rule.
31840         (relunit): Use it.
31841
31842 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31843
31844         * lib/getdate.y (universal_time_zone_table): New constant.
31845         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
31846         universal_time_zone_table.
31847         (lookup_zone): Prefer universal_time_zone_table to
31848         local_time_zone_table, so that "GMT" time stamps are allowed in
31849         London during the summer.  Problem reported by Ian Abbott.
31850
31851 2005-04-12  Jim Meyering  <jim@meyering.net>
31852
31853         * lib/human.c (humblock): Set *options even when returning due to
31854         xstrtoumax conversion failure.  Thanks to a used-uninitialized
31855         warning from gcc-4.
31856
31857 2005-04-09  Jim Meyering  <jim@meyering.net>
31858
31859         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
31860         -Wuninitialized: initialize tm0.tm_year.
31861
31862 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31863
31864         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
31865         count, since there's no maximum.  All uses changed.
31866         Add member dsts_seen.
31867         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
31868         not being INT_MAX.
31869         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
31870         Use pc_rels_seen to decide whther a date is absolute.
31871
31872         * lib/getdate.y (number): Don't overwrite year.
31873         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
31874         check.
31875
31876 2005-04-02  Simon Josefsson  <jas@extundo.com>
31877
31878         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
31879         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
31880
31881 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
31882
31883         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
31884         where no absolute path name can be longer than PATH_MAX.
31885
31886 2005-03-27  Jim Meyering  <jim@meyering.net>
31887
31888         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
31889
31890 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
31891
31892         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
31893         "one's complement" -> "ones' complement" in comment, as per Knuth.
31894         "value of type" -> "type or expression" in comment.
31895         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
31896
31897 2005-03-26  Jim Meyering  <jim@meyering.net>
31898
31899         Comment nits.
31900         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
31901         Correct typos: s/or/of/.
31902
31903 2005-03-26  Jim Meyering  <jim@meyering.net>
31904
31905         * modules/check-include-files: Move to ../ and rename to...
31906         * check-module: ...this.
31907
31908 2005-03-25  Jim Meyering  <jim@meyering.net>
31909
31910         * modules/xvasprintf (Files): Add xalloc.h.
31911
31912 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31913
31914         * modules/gettext (Files): config/config.rpath ->
31915         build-aux/config.rpath
31916         * modules/iconv (Files): Likewise.
31917         Problem reported by Oskar Liljeblad.
31918
31919 2005-03-23  Jim Meyering  <jim@meyering.net>
31920
31921         * modules/check-include-files: New script to check for
31922         missing dependencies, multiple includes, etc.
31923
31924         * modules/c-strtold (Depends-on): Add xalloc.
31925         * modules/c-strtod (Depends-on): Add xalloc.
31926         * modules/hash (Depends-on): Add xalloc.
31927         (Files): Remove lib/xalloc.h.
31928
31929         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
31930         * modules/userspec (Files): Add lib/inttostr.h.
31931
31932 2005-03-23  Jim Meyering  <jim@meyering.net>
31933
31934         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
31935
31936 2005-03-22  Jim Meyering  <jim@meyering.net>
31937
31938         * modules/stat-macros: New module.
31939         * modules/canonicalize, modules/euidaccess, modules/file-type,
31940         * modules/filemode, modules/lchown, modules/makepath,
31941         * modules/rmdir, modules/stat: Depend on new stat-macros module
31942         rather than listing lib/stat-macros.h manually.
31943         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
31944
31945 2005-03-22  Jim Meyering  <jim@meyering.net>
31946
31947         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
31948
31949 2005-03-22  Bruno Haible  <bruno@clisp.org>
31950
31951         * config/srclist.txt: Replace target directory 'config' with
31952         'build-aux'.
31953         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
31954         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
31955         ../build-aux/.
31956
31957 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
31958
31959         * modules/chdir-long (Depends-on): Add mempcpy.
31960
31961         * modules/acl, modules/backupfile, modules/c-strtod,
31962         modules/c-strtold, modules/canon-host, modules/canonicalize,
31963         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
31964         modules/exclude, modules/exitfail, modules/file-type,
31965         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
31966         modules/getdate, modules/getline, modules/getpagesize,
31967         modules/getpass, modules/getugroups, modules/group-member,
31968         modules/hard-locale, modules/hash, modules/human, modules/idcache,
31969         modules/inttostr, modules/long-options, modules/makepath,
31970         modules/md5, modules/memcasecmp, modules/memcoll,
31971         modules/modechange, modules/mountlist, modules/path-concat,
31972         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
31973         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
31974         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
31975         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
31976         modules/strftime, modules/strndup, modules/strverscmp,
31977         modules/timespec, modules/unlocked-io, modules/userspec,
31978         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
31979         modules/yesno:
31980         Remove lib_SOURCES line from Makefile.am section, as this is now
31981         done automatically by the corresponding Autoconf macro.
31982
31983 2005-03-21  Jim Meyering  <jim@meyering.net>
31984
31985         Changes imported from coreutils.
31986
31987         * lib/cycle-check.c: Don't include xalloc.h.
31988
31989         * lib/path-concat.c: Don't include assert.h.
31990         (path_concat): Remove assertion that would have triggered
31991         for ABASE starting with more than one slash.
31992         Reported by Andreas Schwab.
31993
31994         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
31995         properly when ABASE is an absolute file name.
31996         Correct the description of this function.
31997         Include <assert.h>.
31998         Add an assertion and a test driver.
31999         This fixes a bug introduced on 2004-07-02.
32000         Andreas Schwab reported the resulting failure of cp --parents:
32001         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
32002
32003 2005-03-21  Jim Meyering  <jim@meyering.net>
32004
32005         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
32006         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
32007
32008 2005-03-21  Jim Meyering  <jim@meyering.net>
32009         and  Paul Eggert  <eggert@cs.ucla.edu>
32010
32011         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
32012         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
32013         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
32014         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
32015         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
32016         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
32017         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
32018         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
32019         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
32020         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
32021         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
32022         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
32023         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
32024         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
32025         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
32026         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
32027         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
32028         for these modules.
32029
32030 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
32031
32032         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
32033         (which shouldn't happen), generate nothing instead of returning 0
32034         immediately, so that nstrftime (NULL, ...) doesn't return 0.
32035
32036 2005-03-16  Bruno Haible  <bruno@clisp.org>
32037
32038         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
32039         HAVE_LONGLONG_64BIT.
32040
32041 2005-03-16  Bruno Haible  <bruno@clisp.org>
32042
32043         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
32044         HAVE_LONGLONG_64BIT.
32045
32046 2005-03-16  Bruno Haible  <bruno@clisp.org>
32047
32048         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
32049         HAVE_LONGLONG_64BIT.
32050
32051 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32052
32053         * lib/strftime.c (my_strftime): Prepend space to format so that we can
32054         reliably distinguish strftime failure from empty output on POSIX
32055         hosts.
32056
32057 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32058
32059         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
32060         (iconv_string): Don't guess a size-zero buffer, as that might cause
32061         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
32062         result would be 'too large', where 'too large' is (heuristically)
32063         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
32064         overflow concerns.  This will prevent some unwanted malloc failures
32065         when the inputs are very large.
32066
32067 2005-03-15  Karl Berry  <karl@gnu.org>
32068
32069         * config/srclist.txt (config.rpath): from gettext.
32070         * config/config.rpath: update.
32071
32072 2005-03-15  Bruno Haible  <bruno@clisp.org>
32073
32074         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
32075         to 'negate'.
32076
32077         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
32078         variable.
32079
32080         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
32081         results.
32082
32083 2005-03-14  Simon Josefsson  <jas@extundo.com>
32084
32085         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
32086         <fx@gnu.org>.
32087
32088 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
32089
32090         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
32091         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
32092         intprops.h.
32093         * lib/strtol.c: Likewise.
32094
32095 2005-03-14  Jim Meyering  <jim@meyering.net>
32096
32097         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
32098         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
32099         to be nonzero so that we (and caller) can detect the difference
32100         between a valid zero-length expansion and an error return, even
32101         when the underlying strftime fails before writing anything into
32102         that location.
32103
32104 2005-03-14  Bruno Haible  <bruno@clisp.org>
32105
32106         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
32107         Update from GNU gettext 0.14.3.
32108
32109 2005-03-10  Jim Meyering  <jim@meyering.net>
32110
32111         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
32112
32113 2005-03-10  Jim Meyering  <jim@meyering.net>
32114
32115         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
32116         so that this module works on systems without fchdir.
32117
32118 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
32119
32120         Factor int-properties macros into a single file, except for
32121         glibc-related files.
32122         * lib/intprops.h: New file.
32123         * lib/getloadavg.c: Include it instead of limits.h.
32124         (INT_STRLEN_BOUND): Remove.
32125         * lib/human.c: Include intprops.h.
32126         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
32127         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
32128         302/1000.
32129         * lib/inttostr.h: Include intprops.h instead of limits.h.
32130         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
32131         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
32132         for consistency with intprops.h.
32133         (time_t_is_integer, twos_complement_arithmetic): Use them.
32134         * lib/sig2str.h: Include <signal.h>, intprops.h.
32135         (INT_STRLEN_BOUND): Remove.
32136         * lib/strftime.c (TYPE_SIGNED): Remove.
32137         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
32138         * lib/strtol.c: Adjust comments to match intprops.h.
32139         * lib/userspec.c: Include intprops.h.
32140         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
32141         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
32142         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
32143         instead of rolling our own expressions.
32144         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
32145
32146         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
32147         instead of int.
32148         (my_strftime): Do not mishandle years close to INT_MAX, by doing
32149         the right thing even if adding 1900 would overflow.  Similarly
32150         for tm_mon + 1 and tm_yday + 1.
32151         Make %Y always equivalent to %C%y, and similarly for %G and %g.
32152         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
32153         (DO_SIGNED_NUMBER): New macro.
32154         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
32155
32156 2005-03-07  Bruno Haible  <bruno@clisp.org>
32157
32158         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
32159
32160 2005-03-07  Bruno Haible  <bruno@clisp.org>
32161
32162         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
32163
32164 2005-03-04  Derek R. Price  <derek@ximbiot.com>
32165
32166         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
32167         (func_import): Only replace files via --import when they have actually
32168         changed.
32169
32170 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32171
32172         * m4/mmap-anon.m4: New file.
32173         * m4/pagealign_alloc.m4: New file.
32174
32175 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32176             Bruno Haible  <bruno@clisp.org>
32177
32178         * modules/pagealign_alloc: New file.
32179         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
32180
32181 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32182             Bruno Haible  <bruno@clisp.org>
32183
32184         * lib/pagealign_alloc.h: New file.
32185         * lib/pagealign_alloc.c: New file.
32186
32187 2005-03-03  Bruno Haible  <bruno@clisp.org>
32188
32189         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
32190         Use an all-permissive copyright notice, recommended by RMS.
32191
32192 2005-03-02  Bruno Haible  <bruno@clisp.org>
32193
32194         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
32195         of AIX, the replacement has to be done only after <string.h> is
32196         included, therefore not in config.h. stpncpy.h does the replacement,
32197         and stpncpy.c uses it.
32198
32199 2005-03-02  Bruno Haible  <bruno@clisp.org>
32200
32201         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
32202         stpncpy.c uses it.
32203
32204 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32205
32206         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
32207         The workaround isn't strictly needed for POSIX conformance, and
32208         it's too much of a pain to configure and maintain.  We'll ask
32209         people to fix their kernels instead.
32210         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
32211         (NANOSLEEP_BUG_WORKAROUND): Remove.
32212         (xnanosleep): Remove the workaround.
32213
32214 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32215
32216         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
32217         Reported by Derek Price.
32218         (Include): Add "timespec.h".
32219
32220         * modules/xnanosleep (Depends-on): Remove gethrxtime.
32221
32222 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32223
32224         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
32225         to detect nanosleep bug.
32226
32227 2005-03-01  Bruno Haible  <bruno@clisp.org>
32228
32229         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
32230
32231 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32232
32233         * modules/gethrxtime: New file.
32234         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
32235         (Depends-on): Add gethrxtime.
32236         (configure.ac): Add gl_XNANOSLEEP.
32237         (Makefile.am): Remove lib_SOURCES line.
32238
32239 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32240
32241         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
32242         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
32243
32244 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32245
32246         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
32247         * lib/timespec.h (gettime): Return void, since it always
32248         succeeds now.  All uses changed.
32249         * lib/gettime.c (gettime) Likewise.
32250         [HAVE_NANOTIME]: Prefer nanotime.
32251         Assume gettimeofday succeeds, as POSIX requires.
32252         Assime time () succeeds, since other code already does.
32253         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
32254         (timespec_subtract): Remove.
32255         (NANOSLEEP_BUG_WORKAROUND): New constant.
32256         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
32257         things considerably.  Use it only on GNU/Linux hosts, since the
32258         workaround shouldn't be needed elsewhere.
32259
32260 2005-02-24  Bruno Haible  <bruno@clisp.org>
32261
32262         * modules/gettext (Files): Add m4/glibc2.m4.
32263
32264 2005-02-24  Bruno Haible  <bruno@clisp.org>
32265
32266         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
32267         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
32268         * m4/progtest.m4:
32269         Update from GNU gettext 0.14.2.
32270         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
32271
32272 2005-02-24  Bruno Haible  <bruno@clisp.org>
32273
32274         * lib/localcharset.c: Update from GNU gettext 0.14.2.
32275         * lib/config.charset: Update from GNU gettext 0.14.2.
32276
32277 2005-02-24  Bruno Haible  <bruno@clisp.org>
32278
32279         * lib/gettext.h: Update from GNU gettext 0.14.2.
32280
32281 2005-02-23  Simon Josefsson  <jas@extundo.com>
32282
32283         * m4/iconvme.m4: New file.
32284
32285 2005-02-23  Jim Meyering  <jim@meyering.net>
32286
32287         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
32288         change.
32289         Thanks to Bruno Haible for catching it.
32290
32291 2005-02-22  Simon Josefsson  <jas@extundo.com>
32292
32293         * modules/iconvme: New file.
32294
32295         * MODULES.html.sh: Add iconvme.
32296
32297 2005-02-22  Simon Josefsson  <jas@extundo.com>
32298
32299         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
32300
32301 2005-02-22  Simon Josefsson  <jas@extundo.com>
32302
32303         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
32304
32305 2005-02-22  Jim Meyering  <jim@meyering.net>
32306
32307         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
32308         s/ifndef/ifdef/.
32309
32310 2005-02-20  Neil Conway  <neilc@samurai.com>
32311
32312         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
32313         returned by OSX/Darwin if the specified buffer is not large
32314         enough for the hostname.
32315
32316 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32317
32318         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
32319         pass it to _help, otherwise the latter coredumps trying to
32320         dereference state.root_argp.
32321
32322 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32323
32324         * modules/chdir-long (Depends-on): Add memrchr.
32325         * modules/memrchr (Files): Add lib/memrchr.h.
32326         (Include): "memrchr.h".
32327
32328 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32329
32330         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
32331
32332 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32333
32334         * lib/memrchr.h: New file.
32335         * lib/chdir-long.c: Include it.
32336         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
32337         Don't bother including stddef.h.
32338
32339 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
32340
32341         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
32342         inclusion.
32343         Include <sys/types.h>, for dev_t.
32344         (ME_DUMMY, ME_REMOTE): Move from here....
32345         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
32346         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
32347         Dmitry V. Levin.
32348         Include mountlist.h first, to test the interface.
32349
32350 2005-01-29  Bruno Haible  <bruno@clisp.org>
32351
32352         * lib/progname.c (program_name): Initialize.
32353         Needed when linking statically on MacOS X.
32354
32355 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32356
32357         Sync from coreutils.
32358         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
32359         (Depends-on): Add c-strtod.
32360         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
32361
32362 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32363
32364         Sync from coreutils.
32365         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
32366
32367         Remove files that are specific to coreutils.
32368         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
32369
32370 2005-01-28  Bruno Haible  <bruno@clisp.org>
32371
32372         * modules/javacomp: New file.
32373         * MODULES.html.sh (Java): Add javacomp.
32374
32375 2005-01-28  Bruno Haible  <bruno@clisp.org>
32376
32377         * m4/javacomp.m4: New file, from GNU gettext.
32378
32379 2005-01-28  Bruno Haible  <bruno@clisp.org>
32380
32381         * lib/javacomp.sh.in: New file, from GNU gettext.
32382         * lib/javacomp.h: New file, from GNU gettext.
32383         * lib/javacomp.c: New file, from GNU gettext.
32384
32385 2005-01-26  Simon Josefsson  <jas@extundo.com>
32386
32387         * lib/gai_strerror.c: Use GPL in header.
32388
32389 2005-01-26  Bruno Haible  <bruno@clisp.org>
32390
32391         * modules/javaexec: New file.
32392         * MODULES.html.sh (Java): Add javaexec.
32393
32394 2005-01-26  Bruno Haible  <bruno@clisp.org>
32395
32396         * m4/javaexec.m4: New file, from GNU gettext.
32397
32398 2005-01-26  Bruno Haible  <bruno@clisp.org>
32399
32400         * lib/javaexec.sh.in: New file, from GNU gettext.
32401         * lib/javaexec.h: New file, from GNU gettext.
32402         * lib/javaexec.c: New file, from GNU gettext.
32403
32404 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32405
32406         * modules/lchown (Depends-on): Remove lchown.h
32407
32408 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32409
32410         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
32411         must be defined if the header file was not found, in order
32412         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
32413
32414 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32415
32416         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
32417         initializers for struct pentry_state.
32418         (__argp_error): Check return value of __asprintf
32419         (__argp_failure): Translate error message
32420
32421         * lib/argp-parse.c: Removed braces around the expansion of N_()
32422
32423 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32424
32425         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
32426         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
32427         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
32428         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
32429         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
32430         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
32431         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
32432         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
32433         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
32434         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
32435         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
32436         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
32437         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
32438         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
32439         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
32440         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
32441         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
32442         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
32443         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
32444         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
32445         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
32446         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
32447         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
32448         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
32449         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
32450         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
32451         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
32452         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
32453         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
32454         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
32455         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
32456         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
32457         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
32458         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
32459         xstrtol.m4, xstrtoumax.m4, yesno.m4:
32460         Use an all-permissive copyright notice, recommended by RMS.
32461
32462 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
32463
32464         * modules/chdir-long (Depends-on): Remove mempcpy.
32465
32466 2005-01-21  Jim Meyering  <jim@meyering.net>
32467
32468         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
32469         same value as for Solaris 9.
32470
32471         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
32472         component length.  This included changing the parameter to be
32473         of type `char *' rather than `char const *'.
32474         * lib/chdir-long.h (chdir_long): Update prototype.
32475
32476         * lib/openat.c (fdopendir, fstatat): New functions.
32477         * lib/openat.h: Include headers required for use of DIR and struct
32478         stat.
32479         [AT_SYMLINK_NOFOLLOW]: Define.
32480         (fdopendir, fstatat): Add prototypes.
32481
32482 2005-01-21  Bruno Haible  <bruno@clisp.org>
32483
32484         * modules/classpath: New file.
32485         * MODULES.html.sh (Java): Add classpath.
32486
32487 2005-01-21  Bruno Haible  <bruno@clisp.org>
32488
32489         * lib/classpath.h: New file, from GNU gettext.
32490         * lib/classpath.c: New file, from GNU gettext.
32491
32492 2005-01-20  Simon Josefsson  <jas@extundo.com>
32493
32494         * modules/version-etc-fsf: New file.
32495
32496 2005-01-20  Simon Josefsson  <jas@extundo.com>
32497
32498         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
32499         * lib/version-etc.c: Remove version_etc_copyright.
32500         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
32501         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
32502
32503 2005-01-20  Simon Josefsson  <jas@extundo.com>
32504
32505         * lib/base64.h (isbase64): Add.
32506
32507         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
32508         using a unsigned prototype, don't inline.
32509         (base64_decode): Use it.
32510
32511 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32512
32513         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
32514         it.
32515
32516 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32517
32518         * lib/save-cwd.c (save_cwd): Remove code to support the case
32519         where fchdir is missing or flaky.
32520
32521 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32522
32523         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
32524
32525 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
32526
32527         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
32528         AC_LIBSOURCES now does this.
32529         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
32530         with new ullong_max module.
32531
32532 2005-01-19  Bruno Haible  <bruno@clisp.org>
32533
32534         * modules/sh-quote: New file.
32535         * MODULES.html.sh (Executing programs): Add sh-quote.
32536
32537 2005-01-19  Bruno Haible  <bruno@clisp.org>
32538
32539         * lib/sh-quote.h: New file, from GNU gettext.
32540         * lib/sh-quote.c: New file, from GNU gettext.
32541
32542 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32543
32544         Merge from coreutils.
32545         * m4/ullong_max.m4: New file.
32546         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
32547         (gl_MACROS): Assume localeconv exists.
32548
32549 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32550
32551         Merge changes from coreutils, as described below in several
32552         changelogs dated today.
32553
32554         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
32555         (O_DIRECTORY): Remove; not needed here, since "." must be
32556         a directory.  All uses removed.
32557         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
32558         universal on Suns, and we also need to test for IRIX.
32559         Revamp code to use 'if' rather than '#if'.
32560         Avoid unnecessary comparison of cwd->desc to 0.
32561
32562         * lib/utimens.c (futimens): Robustify the previous patch, by checking
32563         for known valid error numbers rather than observed invalid ones.
32564
32565 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32566
32567         * modules/ullong_max: New file.
32568
32569         * modules/chdir-long, modules/openat: New files.
32570         * modules/save-cwd (Depends-on): Depend on chdir-long.
32571         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
32572
32573 2005-01-18  Jim Meyering  <jim@meyering.net>
32574
32575         Merge from coreutils.
32576         * m4/chdir-long.m4, m4/openat.m4: New files.
32577         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
32578         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
32579         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
32580         is sane and DOES follow symlinks.  Besides, testing 20 different
32581         systems found no broken chown implementations.
32582         Prompted by a change in rsync's copy of this macro.
32583         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
32584
32585         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
32586
32587         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
32588         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
32589         NULL-means-set-to-current-time semantics.
32590         Remove temporary file immediately, rather than waiting
32591         for configure's at-exit trap code to do it.
32592
32593 2005-01-18  Jim Meyering  <jim@meyering.net>
32594
32595         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32596
32597         * lib/utimens.c (futimens): Account for the fact that futimes
32598         can also fail with errno == ENOSYS or errno == ENOENT.
32599         Patch from Dmitry V. Levin.
32600
32601         Change the name of the robust chdir function from chdir to chdir_long.
32602         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
32603         (restore_cwd): Use chdir_long, not chdir.
32604         * lib/chdir-long.c: Renamed from chdir.c.
32605         * lib/chdir-long.h: Renamed from chdir.h.
32606         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
32607         Hurd.
32608
32609 2005-01-18  Bruno Haible  <bruno@clisp.org>
32610
32611         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
32612         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
32613         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
32614         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
32615         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
32616         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
32617         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
32618         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
32619         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
32620         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
32621         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
32622         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
32623         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
32624         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
32625         Use an all-permissive copyright notice, recommended by RMS.
32626
32627 2005-01-18  Bob Proulx  <bob@proulx.com>
32628
32629         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
32630         simplify offsetof() macro construct to avoid compile failure with
32631         native HP-UX 11.0 ANSI C compiler.
32632
32633 2005-01-17  Bruno Haible  <bruno@clisp.org>
32634
32635         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
32636         redundant because stpncpy.m4 takes care of it.
32637
32638 2005-01-17  Bruno Haible  <bruno@clisp.org>
32639
32640         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
32641
32642 2005-01-17  Bruno Haible  <bruno@clisp.org>
32643
32644         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
32645         used.
32646
32647 2005-01-17  Bruno Haible  <bruno@clisp.org>
32648
32649         * lib/fwriteerror.h (fwriteerror): Change specification to include
32650         fclose.
32651         * lib/fwriteerror.c: Include <stdbool.h>.
32652         (fwriteerror): At the end, close the file stream. Record whether
32653         stdout was already closed.
32654
32655 2005-01-17  Bruno Haible  <bruno@clisp.org>
32656
32657         * lib/execute.c (environ): Declare if needed.
32658         * lib/pipe.c (environ): Likewise.
32659         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
32660
32661 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32662
32663         * modules/argp: Depend on vsnprintf
32664
32665 2005-01-10  Jim Meyering  <jim@meyering.net>
32666
32667         * modules/closeout (Depends-on): Add atexit.
32668
32669 2005-01-06  Bruno Haible  <bruno@clisp.org>
32670
32671         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
32672
32673 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32674
32675         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
32676         definitions to be after all include files, to avoid collisions.
32677         Problem reported by Bob Proulx.
32678
32679 2005-01-04  Jim Meyering  <jim@meyering.net>
32680
32681         Changes imported from coreutils.
32682         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
32683         as the mkstemp template, use a temporary directory and an
32684         8.3-friendly template to avoid trouble on systems like DJGPP.
32685         Reported by Juan M. Guerrero via Stepan Kasal.
32686         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
32687         close. Remove the temporary directory right away, rather than waiting
32688         for configure's at-exit trap code to do it.
32689         Suggestion from Stepan Kasal.
32690
32691 2005-01-01  Simon Josefsson  <jas@extundo.com>
32692
32693         * gnulib-tool: Print #include directives when --import'ing.
32694
32695 2004-12-28  Simon Josefsson  <jas@extundo.com>
32696
32697         * tests/test-base64.c: Include required header files.  Remove
32698         unused variables.
32699
32700 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32701
32702         * modules/error (Depends-on): Remove gettext.
32703
32704 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32705
32706         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
32707         not needed.  This removes a dependency on the gettext module.
32708         [defined _LIBC]: Do not include <libintl.h>; not needed.
32709
32710 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32711
32712         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
32713         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
32714
32715 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32716
32717         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
32718         HAVE_DECL_STRTOLD.
32719
32720 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32721
32722         * modules/getdate (Depends-on): Remove alloca-opt.
32723
32724 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32725
32726         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
32727
32728 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32729
32730         * lib/argp-parse.c: Include <stddef.h>.
32731         (alignof, alignto): New macros.
32732         (parser_init): Don't assume that void * is aligned sufficiently
32733         for struct option.
32734
32735         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
32736         need to extend the stack.
32737         (YYINITDEPTH): New macro, so that the initial stack isn't overly
32738         large.
32739
32740 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32741
32742         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
32743
32744 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32745
32746         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
32747         (2004-10-24) change.  Apparently this was a false alarm.
32748
32749         * modules/getdate: Depend on alloca-opt, not alloca.
32750
32751 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32752
32753         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
32754         Remove now-obsolete comment about AIX.
32755         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
32756         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
32757         (YYMAXDEPTH): New macro.
32758
32759 2004-12-18  Simon Josefsson  <jas@extundo.com>
32760
32761         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
32762
32763 2004-12-18  Bruno Haible  <bruno@clisp.org>
32764
32765         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
32766
32767 2004-12-18  Bruno Haible  <bruno@clisp.org>
32768
32769         * lib/fatal-signal.c (fatal_signals): Make non-const.
32770         (init_fatal_signals): New function.
32771         (uninstall_handlers, install_handlers): Ignore signals that were set to
32772         SIG_IGN.
32773         (at_fatal_signal): Call init_fatal_signals.
32774         (init_fatal_signal_set): Likewise. Ignore signals that were set to
32775         SIG_IGN.
32776         Reported by Paul Eggert.
32777
32778 2004-12-18  Bruno Haible  <bruno@clisp.org>
32779
32780         * doc/alloca.texi: New file.
32781         * doc/alloca-opt.texi: New file.
32782
32783 2004-12-17  Jim Meyering  <jim@meyering.net>
32784
32785         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
32786         Otherwise, install-sh could exit with improper exit status when
32787         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
32788
32789 2004-12-16  Simon Josefsson  <jas@extundo.com>
32790
32791         * tests/test-base64.c: Add license.
32792
32793 2004-12-15  Stepan Kasal  <address@hidden>
32794
32795         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
32796
32797 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
32798
32799         * modules/getcwd (Files): Add m4/d-ino.m4.
32800         Suggested by Mark D. Baushke.
32801
32802 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32803
32804         * lib/getdate.y (textint): New member "negative".
32805         (time_zone_hhmm): New function.
32806         Expect 14 shift-reduce conflicts, not 13.
32807         (o_colon_minutes): New rule.
32808         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
32809         (yylex): Set the "negative" member of signed numbers.
32810
32811 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32812
32813         * doc/getdate.texi (Time of day items, Time zone items):
32814         Describe new formats +00:00, UTC+00:00.
32815
32816 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32817
32818         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
32819         spurious "-l"s.  Problem reported by Stepan Kasal.
32820
32821 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
32822
32823         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
32824         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
32825
32826 2004-12-04  Simon Josefsson  <jas@extundo.com>
32827
32828         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
32829         Vandoorselaere <yoann@prelude-ids.org>.
32830
32831 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32832
32833         Changes imported from coreutils.
32834         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
32835         exist.
32836         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
32837
32838 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32839
32840         Changes imported from coreutils.
32841         * lib/hard-locale.c: Assume <locale.h> exists.
32842         Include "strdup.h".
32843         (GLIBC_VERSION): New macro.
32844         (hard_locale): Assume setlocale exists.
32845         Rewrite to avoid #ifdef.
32846         Use strdup rather than malloc + strcpy.
32847         * lib/human.c: Assume <locale.h> exists.
32848         (human_readable): Assume localeconv exists.
32849
32850 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32851
32852         * modules/hard-locale (Depends-on): Add strdup.
32853
32854 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32855
32856         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
32857         convert T2, not T.  (Imported from libc.)
32858
32859 2004-11-30  Simon Josefsson  <jas@extundo.com>
32860
32861         * modules/restrict (License): Change to LGPL.
32862
32863 2004-11-30  Simon Josefsson  <jas@extundo.com>
32864
32865         * m4/restrict.m4: Add copyright and copying conditions.
32866
32867 2004-11-30  Simon Josefsson  <jas@extundo.com>
32868
32869         * m4/base64.m4: New file.
32870
32871 2004-11-30  Simon Josefsson  <jas@extundo.com>
32872
32873         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
32874         base64.
32875
32876         * tests/test-base64.c: New file.
32877
32878         * modules/base64: New file.
32879
32880 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32881
32882         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
32883         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
32884
32885         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
32886
32887 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32888
32889         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
32890         (__getcwd.c): Don't restore errno; glibc doesn't.
32891         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
32892         first, falling back to our code only if its results look suspicious.
32893         Ensure that the resulting buffer is only as large as necessary.
32894
32895         * lib/readutmp.c: Include readutmp.h first.
32896         Include <errno.h>, since readutmp.h no longer does that.
32897         * lib/readutmp.h: Don't include <errno.h>,
32898         <sys/param.h>, <time.h>; not needed to establish interface.
32899         (errno): Remove decl.
32900         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
32901         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
32902         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
32903
32904 2004-11-28  Simon Josefsson  <jas@extundo.com>
32905
32906         * lib/base64.h, base64.c: New file.
32907
32908 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
32909
32910         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
32911
32912 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
32913
32914         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
32915         (Depends-on): Remove pathmax, same.  Add mempcpy.
32916         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
32917         (Makefile.am): Append getcwd.h to lib_SOURCES.
32918         (Include): Add getcwd.h.
32919         (Maintainer): Change from Jim Meyering to "all, glibc",
32920         since getdate now uses intended-for-glibc code.
32921         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
32922         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
32923
32924 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32925
32926         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
32927         HP's ANSI C compiler.
32928         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
32929         Declaring int functions causes warnings on some modern systems and
32930         shouldn't be needed to compile on ancient ones.
32931         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
32932         defined.
32933
32934         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
32935         with the following changes.
32936         (__set_errno): Parenthesize properly.
32937         Include <stdbool.h>.
32938         (MIN, MAX, MATCHING_INO): New macros.
32939         (__getcwd): Define with prototype, not K&R form.
32940         Use heuristics to allocate default buffer on stack if possible.
32941         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
32942         behavior, and to avoid the PATH_MAX limit when computing
32943         ../../../../...
32944         Use MATCHING_INO to compare inode number to file.
32945         Check for arithmetic overflow in size calculations.
32946         Fix bug in reallocation of dot array that caused getcwd to fail
32947         on directories nested deeper than 75.
32948         Be more careful about saving errno on error.
32949         Do not use realloc; use only free+malloc, as this is a bit
32950         more flexible and avoids a needless copy operation.
32951         Do not inspect st_dev and st_ino for symbolic links; POSIX
32952         doesn't specify the latter.
32953         Check for closedir errors.
32954         Avoid needless casts.
32955         Use "#ifdef weak_alias" around weak_alias, to be like other
32956         glibc code.
32957         The following changes to getcwd.c have effect only when used in
32958         gnulib; they have no effect inside glibc proper.
32959         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
32960         as alloca isn't used.
32961         (alloca, __alloca): Likewise.
32962         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
32963         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32964         unconditionally, as gnulib assumes C89 or better.
32965         Do not include <sys/param.h>.
32966         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
32967         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
32968         better.
32969         (NULL) [!defined NULL]: Remove; we assume C89 or better.
32970         Include <dirent.h> in a way that is compatible with modern Autoconf.
32971         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
32972         New macros, if not already defined.
32973         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
32974         Use "_LIBC", not "defined _LIBC", for consistency.
32975         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
32976         a mempcpy module.
32977         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
32978         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
32979         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
32980         credit only to Jim Meyering and adjust the copyright dates.
32981         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
32982         <stdlib.h>, <unistd.h>, "pathmax.h".
32983         Instead, include "xgetcwd.h" (first) and "getcwd.h".
32984         (INITIAL_BUFFER_SIZE): Remove.
32985         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
32986
32987 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32988
32989         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
32990         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
32991         Use the _ONCE methods, for efficiency.
32992         Check for fcntl.h.  In test program, include <errno.h>
32993         and <fcntl.h> if available.  Remove old K&R cruft from
32994         test program.  Check for common errors in GNU/Linux,
32995         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
32996         don't do AC_LIBOBJ, as that's getcwd.m4's job.
32997         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
32998         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
32999         name accordingly.
33000         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
33001         accommodate new getcwd.c.
33002         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
33003         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
33004         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
33005         that's all we need now.
33006
33007 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33008
33009         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
33010         argp-parse.c depends on getopt internals, that means we should
33011         always use our getopt, to be on the safe side.
33012         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
33013         order not to spoil the result of an eventual previous invocation
33014         of gl_GETOPT_SUBSTITUTE.
33015
33016 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33017
33018         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
33019         redefinition warnings. To avoid them, include the defines
33020         in `#if !defined __need_getopt ... #endif'. The only place
33021         where __getopt_argv_const is used is in definitions
33022         of getopt_long and getopt_long_only below, which are as well
33023         protected by `#ifndef __need_getopt'.
33024         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
33025         __need_getopt after including <stdio.h> and <unistd.h> These
33026         headers might have defined it.
33027
33028 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33029
33030         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
33031
33032 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33033
33034         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
33035         (futimens): New function, which uses futimes if available.
33036         (futimens, utimens): Support timespec==NULL, with same semantics
33037         as utime and utimens.
33038         * lib/utimens.h (futimens): New decl.
33039
33040 2004-11-23  Jim Meyering  <jim@meyering.net>
33041
33042         * lib/getopt_.h: Remove trailing blanks.
33043
33044 2004-11-23  Jim Meyering  <jim@meyering.net>
33045
33046         * lib/__fpending.c: Add comment.
33047
33048 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
33049
33050         * modules/canonicalize (Depends-on): Add xreadlink.
33051         Problem reported by James Youngman.
33052
33053 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
33054
33055         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
33056         New macros.
33057         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
33058         optopt): Use them instead of invoking ## directly; otherwise, the
33059         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
33060
33061 2004-11-19  Bruno Haible  <bruno@clisp.org>
33062
33063         * lib/strtok_r.c: Move comments from here...
33064         * lib/strtok_r.h: ... to here.
33065
33066 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33067
33068         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
33069         implementations that mishandle size_t overflow.
33070
33071 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33072
33073         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
33074         might fail.  Problem reported by Yoann Vandoorselaere.
33075         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
33076         implementations that mishandle size_t overflow.
33077
33078 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33079
33080         * modules/canon-host (Depends-on): Add strdup.
33081
33082 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33083
33084         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
33085
33086 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33087
33088         * lib/canon-host.c: Include "strdup.h".
33089         (canon_host): Use getaddrinfo if available, so that IPv6 works.
33090         Use strdup instead of malloc/strcpy to duplicate strings.
33091
33092         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
33093         (human_space_before_unit): New constant.
33094         * lib/human.c (human_readable): Support it.
33095
33096         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
33097         (xgetcwd): Set errno correctly when failing.
33098         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
33099         the failure is actually due to a PATH_MAX problem.
33100
33101         Further getopt changes to make it more likely that glibc will
33102         buy the changes back.
33103         * lib/getopt.c (POSIXLY_CORRECT): New constant.
33104         (getopt): Use it, so to preserve glibc semantic
33105         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
33106         when compiling for libc.
33107         * lib/getopt_.h (__getopt_argv_const): Bring it back.
33108         (getopt_long, getopt_long_only): Use it.
33109
33110         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33111         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
33112         (getopt): Argv is now char * const *, as per standard.
33113         (_getopt_internal_r, _getopt_internal): Argv is now char **,
33114         not char *__getopt_argv_const *.
33115         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33116         _getopt_long_only_r): Likewise.
33117         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
33118         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
33119         _getopt_long_r, _getopt_long_only_r): Likewise.
33120         * lib/getopt_.h (__getopt_argv_const): Remove.
33121         (getopt): Argv is now char * const *, as per standard.
33122
33123         * lib/getdate.y (tORDINAL): New token.
33124         (day, relunit): Allow it for relative times.
33125         (relative_time_table): Use tORDINAL for ordinals.
33126
33127 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33128
33129         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
33130         Document that "second" isn't allowed as an ordinal number.
33131
33132 2004-11-16  Jim Meyering  <jim@meyering.net>
33133
33134         * modules/closeout (Depends-on): Add fpending.
33135
33136 2004-11-15  Jim Meyering  <jim@meyering.net>
33137
33138         * lib/closeout.c: Include "__fpending.h" once again.
33139         Include <stdbool.h>.
33140         (close_stdout): Don't fail just because stdout was closed initially,
33141         since some programs don't write to stdout in the normal course of
33142         operation (other than --version and --help), and we don't want this
33143         function to make e.g. `touch file >&-' fail.
33144         But do fail if it was closed and someone has tried to write to it.
33145         E.g., `printf foo >&-' must fail.
33146
33147 2004-11-13  Jim Meyering  <jim@meyering.net>
33148
33149         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
33150
33151 2004-11-12  Simon Josefsson  <jas@extundo.com>
33152
33153         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
33154         small doc fix is still pending.
33155
33156 2004-11-11  Simon Josefsson  <jas@extundo.com>
33157
33158         * modules/strtok_r: New file.
33159
33160         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33161         strtok_r.
33162
33163 2004-11-11  Simon Josefsson  <jas@extundo.com>
33164
33165         * m4/strtok_r.m4: New file.
33166
33167         * m4/getopt.m4: Replace opterr.
33168
33169 2004-11-11  Simon Josefsson  <jas@extundo.com>
33170
33171         * lib/strtok_r.h, strtok_r.c: New file.
33172
33173 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
33174
33175         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
33176         of replacing opterr, getopt, etc.  This should handle the
33177         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
33178
33179 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
33180
33181         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
33182         we can stop lying to compilers about the constness of argv when we
33183         are compiled outside glibc.
33184         (getopt, getopt_long, getopt_long_only): Use it.
33185         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33186         _getopt_internal, getopt): Likewise.
33187         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33188         _getopt_long_only_r): Likewise.
33189         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
33190         _getopt_long_r, _getopt_long_only_r): Likewise.
33191
33192         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
33193         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
33194         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
33195         the other external symbols.
33196         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
33197         declaration, since the above renaming now works around collisions.
33198
33199 2004-11-11  Jim Meyering  <jim@meyering.net>
33200
33201         * lib/linebreak.c: Remove trailing blanks.
33202         * lib/alloca_.h: Likewise.
33203         * lib/acosl.c: Likewise.
33204         * lib/euidaccess.c: Likewise.
33205         * lib/allocsa.h: Likewise.
33206
33207 2004-11-10  Simon Josefsson  <jas@extundo.com>
33208
33209         * m4/getaddrinfo.m4: New file.
33210
33211 2004-11-10  Simon Josefsson  <jas@extundo.com>
33212
33213         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
33214
33215 2004-11-10  Simon Josefsson  <jas@extundo.com>
33216
33217         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33218         getaddrinfo.
33219
33220         * modules/getaddrinfo: New file.
33221
33222 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33223
33224         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
33225
33226 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33227
33228         * lib/mktime.c (SHR): New macro, which is a portable
33229         substitute for >> that should work even on Crays.
33230         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
33231         Problem reported by Mark D. Baushke in
33232         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
33233         * lib/getdate.y (SHR): Likewise.
33234         (tm_diff): Use it.
33235         * lib/strftime.c (SHR): Likewise.
33236         (tm_diff): Use it.
33237         * lib/quotearg.c (struct quoting_options): Use unsigned int for
33238         quote_these_too, so that right shifts are well defined.  All uses
33239         changed.
33240
33241 2004-11-10  Jim Meyering  <jim@meyering.net>
33242
33243         Ensure that no close failure goes unreported.
33244         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
33245         return early when it seems there's nothing to flush.
33246         Don't include __fpending.h.
33247
33248 2004-11-10  Jim Meyering  <jim@meyering.net>
33249
33250         * modules/closeout (Depends-on): Remove fpending.
33251
33252 2004-11-10  Jim Meyering  <jim@meyering.net>
33253
33254         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
33255
33256 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33257
33258         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
33259         gl_FUNC_STRFTIME.
33260         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
33261         and AC_REQUIRE when possible, to avoid duplicate checks.
33262         Check for <wchar.h>.
33263
33264 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33265
33266         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
33267
33268 2004-11-09  Bruno Haible  <bruno@clisp.org>
33269
33270         * m4/sockpfaf.m4: New file.
33271
33272 2004-11-05  Bruno Haible  <bruno@clisp.org>
33273
33274         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
33275         Reported by Mark D. Baushke <mdb@cvshome.org>.
33276
33277 2004-11-04  Bruno Haible  <bruno@clisp.org>
33278
33279         2004-09-11  Bruno Haible  <bruno@clisp.org>
33280                 * allocsa.valgrind: New file.
33281         2004-02-06  Bruno Haible  <bruno@clisp.org>
33282                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
33283                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
33284                 Reported by Christopher Seip <chris.seip@hp.com>.
33285
33286 2004-11-04  Bruno Haible  <bruno@clisp.org>
33287
33288         * modules/allocsa (Files): Add lib/allocsa.valgrind.
33289         (Makefile.am): Distribute it.
33290
33291 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
33292
33293         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
33294         with errno == ERANGE if the buffer is too small.
33295         Problem reported by Mark D. Baushke.
33296
33297 2004-11-03  Albert Chin  <china@thewrittenword.com>
33298             Paul Eggert  <eggert@cs.ucla.edu>
33299
33300         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
33301         equivalent, substitute $ac_type for equivalent type rather than
33302         blindly using uint32_t *always* which won't work if uint32_t is not
33303         available.  Define _UINT32_T to work around typedef of uint32_t if
33304         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
33305         2.5.1.
33306
33307 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33308
33309         * m4/jm-macros.m4: Sync from coreutils.
33310         (gl_MACROS): Check for mbrlen, for pathchk.
33311         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
33312
33313 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33314
33315         * lib/xreadlink.c (MAXSIZE): New macro.
33316         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
33317         size does not exceed MAXSIZE.  Avoid cast.
33318         As suggested by Mark D. Baushke in
33319         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
33320         if readlink fails with buffer size just under MAXSIZE, try again
33321         with MAXSIZE.
33322
33323 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33324
33325         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
33326
33327 2004-11-02  Derek R. Price  <derek@ximbiot.com>
33328         and  Paul Eggert  <eggert@cs.ucla.edu>
33329
33330         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
33331         (get_date): Overparenthesize to avoid GCC warning.
33332
33333 2004-11-02  Bruno Haible  <bruno@clisp.org>
33334
33335         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
33336         returns void.
33337
33338 2004-11-02  Bruno Haible  <bruno@clisp.org>
33339
33340         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
33341         function returns void.
33342
33343 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
33344
33345         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
33346         fflush_unlocked, flockfile, funlockfile, funlockfile,
33347         fputs_unlocked, putc_unlocked.
33348
33349 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
33350
33351         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
33352         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
33353         already declared.
33354
33355 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33356
33357         * modules/getdate (Files): Add doc/getdate.texi.
33358         (Depends-on): Add setenv, xalloc.
33359
33360 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33361
33362         * lib/getdate.y: Add support for TZ="foo" within a date string.
33363         Fix some bugs near time_t boundaries.  Reject dates with
33364         out-of-range components, e.g., "Sept 31".
33365         Include <stdlib.h>, "setenv.h", "xalloc.h".
33366         (ISDIGIT_LOCALE): Remove; unused.
33367         Note that the TZ and time functions used here are not reentrant.
33368         (mktime_ok, get_tz): New functions.
33369         (TZBUFSIZE): New constant.
33370         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
33371         This requires that we sometimes generate our own TZ="XXX..." setting.
33372
33373 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33374
33375         * doc/getdate.texi: New file, from coreutils with modifications for
33376         the new TZ parsing.
33377
33378 2004-10-27  Derek R. Price  <derek@ximbiot.com>
33379
33380         * lib/mktime.c (not_equal_tm): Remove redundant check.
33381
33382 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33383
33384         * modules/regex (lib_SOURCES): Add regex.c.
33385         Reported by James Youngman in
33386         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
33387
33388 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33389
33390         * lib/getdate.y: Use Bison 1.875 features, and some minor
33391         code cleanups.  This change does not affect semantics.
33392         Don't include <stdlib.h>; no longer needed.
33393         Don't include unlocked-io.h; only the "#if TEST" code uses
33394         stdio, and performance isn't crucial there.
33395         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
33396         Bison 1.875 features as described below.
33397         All uses of "PC." replaced by "pc->".
33398         (YYSTYPE): Add a forward declaration.
33399         (yylex, yyerror): Use full prototypes in forward decls.
33400         Use "%pure-parser" rather than obsolescent "%pure_parser".
33401         Use %parse-param and %lex-param instead of obsolescent
33402         YYPARSE_PARAM and YYLEX_PARAM.
33403         (meridian_table, month_and_day_table, time_units_table,
33404         relative_time_table, time_zone_table, military_table,
33405         lookup_zone, lookup_word, get_date):
33406         Use NULL instead of 0 where appropriate.
33407         (to_hour): Avoid abort (), to avoid a dependency on
33408         stdlib.h.
33409         (yyerror, yylex): Now accepts parser_control * arg.
33410         (main) [TEST]: Use '\0' rather than 0 for char.
33411
33412 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
33413
33414         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
33415
33416 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
33417
33418         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
33419         It's now the caller's responsibility to handle the case where
33420         !HAVE_GETPAGESIZE && !defined getpagesize.
33421
33422         * lib/mktime.c (leapyear): Arg is long int, not int.
33423
33424 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
33425
33426         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
33427
33428 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
33429
33430         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
33431         missing.  Problem reported by James Youngman.
33432
33433 2004-10-16  Simon Josefsson  <jas@extundo.com>
33434
33435         * gnulib-tool: Fix comments.  Fix parse problem.
33436         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
33437
33438 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
33439
33440         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
33441         implementation of getopt_long.  Problem reported by Alexander Taler in:
33442         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
33443
33444 2004-10-15  Bruno Haible  <bruno@clisp.org>
33445
33446         * gnulib-tool: Untabify. Initialize supplied_libname.
33447         (func_usage): More homogenous output.
33448         (func_modules_transitive_closure, func_modules_to_filelist,
33449         func_emit_lib_Makefile_am): New functions.
33450         (func_import): New function, extracted from big case statement. Use
33451         func_get_license, func_modules_transitive_closure,
33452         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
33453         opt_lgpl. Don't use test -a, as it's not portable.
33454         (func_create_testdir): Use func_modules_transitive_closure,
33455         func_modules_to_filelist, func_emit_lib_Makefile_am.
33456
33457 2004-10-15  Bruno Haible  <bruno@clisp.org>
33458
33459         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
33460
33461 2004-10-15  Bruno Haible  <bruno@clisp.org>
33462
33463         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
33464         the portions belonging to each module.
33465         Suggested by Derek Robert Price <derek@ximbiot.com>.
33466
33467 2004-10-12  Simon Josefsson  <jas@extundo.com>
33468
33469         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
33470         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
33471         to real functions.
33472
33473 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33474
33475         * modules/vsnprintf: New file.
33476
33477 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33478
33479         * m4/vsnprintf.m4: New file.
33480
33481 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33482
33483         * lib/vsnprintf.h: New file.
33484         * lib/vsnprintf.c: New file.
33485
33486 2004-10-11  Bruno Haible  <bruno@clisp.org>
33487
33488         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
33489         vsnprintf.
33490
33491 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
33492
33493         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
33494
33495 2004-10-07  Bruno Haible  <bruno@clisp.org>
33496
33497         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
33498         fits into the provided buffer.
33499
33500 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33501
33502         * lib/diacrit.c, diacrit.h: Add GPL notice.
33503
33504         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
33505         notice.
33506         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
33507         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
33508         This avoids a potential constant-folding bug.
33509
33510 2004-10-05  Bruno Haible  <bruno@clisp.org>
33511
33512         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
33513         for the declaration of strsep.
33514
33515 2004-10-05  Bruno Haible  <bruno@clisp.org>
33516
33517         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
33518
33519 2004-10-04  Simon Josefsson  <jas@extundo.com>
33520
33521         * modules/memmem: New file.
33522         * tests/test-memmem.c: New file.
33523         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
33524
33525 2004-10-04  Simon Josefsson  <jas@extundo.com>
33526
33527         * m4/memmem.m4: New file.
33528
33529 2004-10-04  Simon Josefsson  <jas@extundo.com>
33530
33531         * lib/memmem.h: New file.
33532         * lib/memmem.c: New file, taken from glibc.
33533
33534 2004-10-04  Simon Josefsson  <jas@extundo.com>
33535
33536         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
33537         '#ifdef USE_UNLOCKED_IO'.
33538
33539 2004-10-04  Simon Josefsson  <jas@extundo.com>
33540
33541         * config/srclist.txt: Add memmem from glibc.
33542
33543 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33544
33545         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
33546
33547         * modules/argmatch, modules/argp, modules/closeout, modules/error,
33548         modules/exclude, modules/getdate, modules/getline,
33549         modules/getndelim2, modules/getpass, modules/getpass-gnu,
33550         modules/getusershell, modules/linebuffer, modules/md5,
33551         modules/mountlist, modules/posixtm, modules/readtokens,
33552         modules/readutmp, modules/regex, modules/sha1,
33553         modules/version-etc, modules/yesno:
33554         Remove dependency on unlocked-io.
33555
33556 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33557
33558         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
33559
33560         * m4/unlocked-io.m4: Add copyright notice.
33561         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
33562
33563 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33564
33565         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
33566         * lib/xmalloc.c (xmemdup): Likewise.
33567         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
33568         XFREE): Remove these long-obsolescent macros.
33569         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
33570         * lib/xstrdup.c: Remove.
33571
33572         * lib/regex.c (re_comp): Cast gettext return value to char *,
33573         Problem reported by Martin Neitzel via Mark D. Baushke.
33574
33575 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33576
33577         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
33578         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
33579         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
33580         regex.c, sha1.c, version-etc.c, yesno.c:
33581         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
33582         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
33583         the includer's responsibility.
33584
33585         Sync from coreutils.
33586
33587         * lib/modechange.c (mode_compile): Don't decrement a pointer that
33588         points to the start of a string, as the C Standard says the
33589         resulting behavior is undefined.
33590
33591         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
33592         simple -> simple_backups, numbered_existing ->
33593         numbered_existing_backups, numbered -> numbered_backups
33594         to avoid shadowing problems.  All uses changed.
33595         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
33596         * lib/backupfile.c (check_extension, numbered_backup):
33597         Rename locals to avoid shadowing 'basename'.
33598         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
33599         once.
33600
33601         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
33602         * lib/.cvsignore: Add getopt.h.
33603
33604 2004-10-04  Bruno Haible  <bruno@clisp.org>
33605
33606         * modules/README: New file.
33607         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
33608         not a module.
33609
33610 2004-10-02  Jim Meyering  <jim@meyering.net>
33611
33612         * lib/dirfd.h, getpagesize.h: Add copyright notice.
33613
33614 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33615
33616         * modules/strsep: New file.
33617
33618 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33619
33620         * m4/strsep.m4: New file.
33621
33622 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33623
33624         * lib/strsep.h: New file.
33625         * lib/strsep.c: New file.
33626
33627 2004-10-01  Simon Josefsson  <jas@extundo.com>
33628
33629         * lib/snprintf.c (snprintf): Handle size==0.
33630
33631 2004-10-01  Simon Josefsson  <jas@extundo.com>
33632             Bruno Haible  <bruno@clisp.org>
33633
33634         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
33635         (snprintf): Declare 'args'.
33636
33637 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
33638
33639         * lib/snprintf.c: Remove comments as to why each header is needed.
33640
33641 2004-10-01  Bruno Haible  <bruno@clisp.org>
33642
33643         * MODULES.html.sh: Add strsep.
33644
33645 2004-09-30  Simon Josefsson  <jas@extundo.com>
33646
33647         * modules/snprintf: New file.
33648
33649 2004-09-30  Simon Josefsson  <jas@extundo.com>
33650
33651         * m4/snprintf.m4: New file.
33652
33653 2004-09-30  Simon Josefsson  <jas@extundo.com>
33654
33655         * lib/snprintf.h, lib/snprintf.c: New files.
33656
33657 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33658
33659         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
33660         (hol_entry_help): Never translate an empty string.
33661         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
33662         * lib/argp.h (OPTION_NO_TRANS): New option.
33663
33664 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33665
33666         * modules/argp (Maintainer): Replace Simon Josefsson
33667         by Sergey Poznyakoff.
33668
33669 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33670
33671         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
33672         changes merged back into glibc.
33673
33674 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33675
33676         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
33677
33678 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
33679
33680         * lib/xvasprintf.c: Include xalloc.h.
33681         (xvasprintf): Use xalloc_die, not xmalloc_die.
33682
33683 2004-09-29  Bruno Haible  <bruno@clisp.org>
33684
33685         * modules/alloca-opt: New file, derived from modules/alloca.
33686         * modules/allocsa: Depend on alloca-opt instead of alloca.
33687         * modules/setenv: Likewise.
33688         * modules/vasnprintf: Likewise.
33689         * MODULES.html.sh: Add alloca-opt.
33690
33691 2004-09-28  Simon Josefsson  <jas@extundo.com>
33692
33693         * gnulib-tool: New parameter --lgpl, to asseert that modules are
33694         LGPL, and to replace license template from GPL to LGPL.
33695
33696 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33697
33698         * modules/dummy: Change license to LGPL.
33699
33700 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33701
33702         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
33703
33704 2004-09-24  Simon Josefsson  <jas@extundo.com>
33705
33706         * modules/minmax (License): Change from GPL to LGPL.
33707
33708 2004-09-23  Simon Josefsson  <jas@extundo.com>
33709
33710         * gnulib-tool (--import): Typo.
33711
33712 2004-09-23  Simon Josefsson  <jas@extundo.com>
33713
33714         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
33715
33716 2004-09-22  Bruno Haible  <bruno@clisp.org>
33717
33718         * modules/*: Add 'License' field.
33719         * gnulib-tool: Accept --extract-license option.
33720         (func_get_license): New function.
33721
33722 2004-09-21  Bruno Haible  <bruno@clisp.org>
33723
33724         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
33725         Reported by Simon Josefsson.
33726
33727 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33728
33729         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
33730         gl_AC_TYPE_LONG_LONG.
33731
33732 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33733
33734         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
33735
33736 2004-09-18  Simon Josefsson  <jas@extundo.com>
33737         and  Paul Eggert  <eggert@cs.ucla.edu>
33738
33739         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
33740         calls with autoreconf.  Define GL_LIB.
33741
33742 2004-09-14  Karl Berry  <karl@gnu.org>
33743
33744         * config/srclist.txt: unsync setenv.c, sigh.
33745
33746 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33747
33748         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
33749         Problem reported by Bruno Haible in:
33750         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
33751
33752 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33753
33754         * config/srclist.txt: Comment out argp-pvh.c.
33755
33756 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
33757
33758         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
33759         in case some system header has #define'd it.  Problem reported by
33760         Soeren D. Schulze in
33761         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
33762
33763 2004-09-09  Karl Berry  <karl@gnu.org>
33764
33765         * regex.[ch]: delete from the root.  These were supposed to be
33766                 synced with emacs cvs, but this has not happened for about
33767                 a year, and anyway nothing else uses emacs regex.[ch].
33768                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
33769                 lib/regex[.ch] is untouched.
33770
33771 2004-09-09  Bruno Haible  <bruno@clisp.org>
33772
33773         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
33774
33775 2004-09-09  Bruno Haible  <bruno@clisp.org>
33776
33777         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
33778         modifications.
33779         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
33780
33781 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33782
33783         * modules/xvasprintf: New file.
33784         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
33785
33786 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33787
33788         * lib/xvasprintf.h: New file.
33789         * lib/xvasprintf.c: New file.
33790         * lib/xasprintf.c: New file.
33791
33792 2004-09-08  Bruno Haible  <bruno@clisp.org>
33793
33794         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
33795
33796 2004-09-08  Bruno Haible  <bruno@clisp.org>
33797
33798         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
33799         length is > INT_MAX.
33800         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
33801         more.
33802
33803 2004-09-08  Bruno Haible  <bruno@clisp.org>
33804
33805         * lib/stdint_.h: New file, taken from GNU clisp.
33806
33807 2004-09-08  Bruno Haible  <bruno@clisp.org>
33808             Oskar Liljeblad  <oskar@osk.mine.nu>
33809
33810         * modules/stdint: New file.
33811         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
33812
33813 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33814
33815         Import from coreutils.
33816         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
33817         strings on unbounded length.  alloca's performance benefits aren't
33818         that important here.
33819         (V_STRDUP): Remove.
33820         (parse_with_separator): New function, with most of the internals
33821         of the old parse_user_spec.  Allow user to omit both user and group,
33822         for compatibility with FreeBSD.
33823         Clone only the user name, not the entire spec.
33824         Do not set *uid, *gid unless entirely successful.
33825         Avoid memory leak in some failing cases.
33826         Fix regression for USER.GROUP reported by Dmitry V. Levin in
33827         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
33828         (parse_user_spec): Rewrite to use parse_with_separator.
33829
33830 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33831
33832         * modules/userspec: Don't depend on alloca.
33833
33834 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33835
33836         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
33837
33838 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33839
33840         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
33841         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
33842         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
33843
33844 2004-08-16  Simon Josefsson  <jas@extundo.com>
33845
33846         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
33847         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
33848         Add --dry-run for --import.
33849         Let user provided command line parameters override configure.ac
33850         settings.
33851
33852 2004-08-12  Simon Josefsson  <jas@extundo.com>
33853
33854         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
33855         as discussed with Paul Eggert in threads rooted at
33856         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
33857         and
33858         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
33859         Before, the test was empty, and relied on ELIDE_CODE in source
33860         code.)
33861         (gl_PREREQ_GETOPT): New macro.
33862         (gl_GETOPT): Use them.
33863
33864 2004-08-12  Simon Josefsson  <jas@extundo.com>
33865
33866         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
33867         * lib/getopt_.h: Renamed from getopt.h.
33868
33869 2004-08-12  Simon Josefsson  <jas@extundo.com>
33870
33871         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
33872         Change default library name from libfoo to libgnu.
33873         Now, if you have a configure.ac that says:
33874                 gl_SOURCE_BASE(gl)
33875                 gl_M4_BASE(gl/m4)
33876                 gl_MODULES(error getopt etcetera)
33877                 gl_INIT
33878         you can import all you need by running:
33879                 ../gnulib/gnulib-tool --import
33880
33881         * modules/getopt (Files): Rename getopt.h to getopt_.h.
33882         (Makefile.am): Rewrite, use logic from argz.
33883         (Include): Use <getopt.h> instead of "getopt.h".
33884
33885 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33886
33887         * modules/argp (Files): Add m4/unlocked-io.m4.
33888         (Depends-on): Add extensions.
33889
33890 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33891
33892         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
33893         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
33894         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
33895         Check for program_invocation_name, program_invocation_short_name,
33896         flockfile, funlockfile, features.h, _getopt_long_only_r.
33897
33898 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33899
33900         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
33901         its complicated substitute.
33902         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
33903         and program_invocation_name.
33904         (__argp_basename) [!_LIBC]: Remove; the only use was
33905         replaced by its body.
33906         (__argp_short_program_name): Change condition from
33907         !defined __argp_short_program_name to
33908         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
33909         to match argp-namefrob.h.
33910         (__argp_failure): Don't assume strerror_r returns char *.
33911         * lib/argp-parse.c (N_): Define unconditionally.
33912         (argp_default_options): Fill out initializers with 0 to avoid
33913         gcc warnings.
33914
33915 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33916
33917         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
33918         getopt1.c.
33919
33920 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33921
33922         Merge from coreutils.
33923
33924         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
33925
33926         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
33927         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
33928
33929 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33930
33931         Merge from coreutils.
33932
33933         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
33934         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
33935         for Reliant Unix 5.43.
33936
33937         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
33938         (union fooround): Use uintmax_t, not long int.
33939         The rest is a merge from libc:
33940         [defined _LIBC]: Include <shlib-compat.h>.
33941         (_obstack) [defined _LIBC]: Remove after 2.3.4.
33942
33943         * lib/settime.c (settime): Recode to avoid warning with
33944         Sun Forte C 6U2.
33945
33946         * lib/strverscmp.c: Convert to UTF-8.
33947
33948 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33949
33950         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33951         m4/uintmax_t.m4.
33952
33953 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33954
33955         * modules/xalloc-die: New file.
33956         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
33957
33958         * modules/md5 (Files): Add m4/uint32_t.m4.
33959         * modules/sha1: Renamed from modules/sha.
33960         (Files):
33961         Rename lib/sha.h to lib/sha1.h.
33962         Rename lib/sha.c to lib/sha1.c.
33963         Rename m4/sha.m4 to m4/sha1.m4.
33964         (lib_SOURCES): Likewise.
33965         (configure.ac): Rename gl_SHA to gl_SHA1.
33966         (Include): sha.h -> sha1.h.
33967
33968 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33969
33970         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
33971         * m4/sha1.m4: Renamed from sha.m4.
33972         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
33973
33974 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33975
33976         * lib/obstack.h (obstack_empty_p):
33977         Don't assume that chunk->contents is suitably aligned.
33978         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
33979         Likewise. Problem reported by Benno in
33980         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
33981
33982         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
33983         readable.  This could be improved further but it'd take some work.
33984
33985 2004-08-08  Simon Josefsson  <jas@extundo.com>
33986
33987         * modules/xgethostname (Depends-on): Remove exit and error (not
33988         used).
33989
33990         * modules/getpass-gnu: Add getpass.h.
33991         (Depends-on): Add stdbool.
33992         * modules/getpass: Add getpass.h.
33993
33994 2004-08-08  Simon Josefsson  <jas@extundo.com>
33995
33996         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
33997         Check getpass declaration.
33998
33999 2004-08-08  Simon Josefsson  <jas@extundo.com>
34000
34001         * lib/xgethostname.c: Don't include error.h (not used).
34002
34003         * lib/getpass.h: Add.
34004         * lib/getpass.c: Include getpass.h first.
34005
34006 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
34007
34008         * lib/xalloc-die.c: New file.
34009         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
34010         All uses removed.
34011         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
34012         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
34013         xalloc-die.c.
34014         (_, N_, xalloc_die): Move to xalloc-die.c.
34015         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
34016         so that we needn't mess with xalloc_msg_memory_exhausted.
34017
34018         * lib/sha1.h: Renamed from sha.h.
34019         (SHA1_H): Renamed from _SHA_H.
34020         (sha1_ctx): Renamed from sha_ctx.
34021         (sha1_init_ctx): Renamed from sha_init_ctx.
34022         (sha1_process_block): Renamed from sha_process_block.
34023         (sha1_process_bytes): Renamed from sha_process_bytes.
34024         (sha1_finish_ctx): Renamed from sha_finish_ctx.
34025         (sha1_read_ctx): Renamed from sha_read_ctx.
34026         (sha1_stream): Renamed from sha_stream.
34027         (sha1_buffer): Renamed from sha_buffer.
34028         * lib/sha1.c: Likewise; renamed from sha.c.
34029         Do not include <sys/types.h>.
34030         Include <stddef.h> rather than <stdlib.h>.
34031
34032 2004-08-08  Bruno Haible  <bruno@clisp.org>
34033
34034         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
34035         FILESYSTEM_PREFIX_LEN.
34036         * lib/progreloc.c: Likewise.
34037         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
34038
34039 2004-08-06  Simon Josefsson  <jas@extundo.com>
34040
34041         * modules/progname (Depends-on): Don't depend on stdbool.
34042
34043 2004-08-06  Simon Josefsson  <jas@extundo.com>
34044
34045         * modules/getsubopt: New file.
34046         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34047         getsubopt.
34048
34049 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34050
34051         More merge from coreutils.
34052
34053         * m4/utimens.m4, m4/utimecmp.m4: New files.
34054         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
34055         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
34056         prereq.m4, sha.m4: Import changes from coreutils.
34057
34058 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34059
34060         More merge from coreutils.
34061         * modules/raise, modules/readtokens0, modules/utimens:
34062         * modules/utimecmp, module/xnanosleep: New files.
34063         * modules/strftime: Add lib/strftime.h.
34064         Change include from <time.h> to "strftime.h".
34065         * modules/yesno: Add lib/yesno.h.
34066         * modules/backupfile: Remove lib/addext.c.
34067         * modules/euidaccess: Add stat-macros.h.
34068         * modules/canonicalize, modules/euidaccess,
34069         modules/filemode, modules/lchown, modules/makepath,
34070         modules/rmdir, modules/stat: Likewise.
34071
34072 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34073
34074         Merge from tar.
34075         * lib/argp-help.c (make_hol, hol_append): Don't assume that
34076         SIZE_MAX is a valid preprocessor constant.
34077         (__argp_basename): Change from "#ifndef _LIBC"
34078         to "#ifndef __argp_short_program_name", so that
34079         we don't compile these functions for tar.
34080
34081         More merges from coreutils.
34082         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
34083         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
34084         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
34085         * lib/addext.c: Remove; no longer needed.
34086         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
34087         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
34088         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
34089         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
34090         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
34091         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
34092         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
34093         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
34094         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
34095         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34096         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
34097         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
34098         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
34099         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
34100         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
34101         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
34102         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
34103         Import changes from coreutils.
34104
34105 2004-08-05  Simon Josefsson  <jas@extundo.com>
34106
34107         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
34108
34109 2004-08-05  Simon Josefsson  <jas@extundo.com>
34110
34111         * m4/getsubopt.m4: New file.
34112
34113 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34114
34115         Merge from coreutils.
34116
34117         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
34118         * m4/getcwd-path-max.m4: New files.
34119
34120         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
34121         FILESYSTEM_PREFIX_LEN ->
34122         FILE_SYSTEM_PREFIX_LEN.
34123         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
34124         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
34125         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
34126         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
34127
34128         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
34129         prerequisite modules now handle the DOS stuff.
34130         Don't check for unistd.h.
34131
34132 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34133
34134         Merge from coreutils.
34135
34136         * lib/.gdb-history: Remove; this doesn't belong here.
34137
34138         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
34139         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
34140         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
34141         * lib/getcwd.c: New files.
34142
34143         * lib/dirname.h: Include <stdbool.h>.
34144         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
34145         for consistency with POSIX terminology.  All uses changed.
34146         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
34147         (strip_trailing_slashes): Use bool for booleans.
34148         * lib/stripslash.c (strip_trailing_slashes): Likewise.
34149
34150         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
34151         sometimes returns a positive errno value even when it succeeds.
34152         (print_errno_message) [!LIBC]: Fall back on strerror if
34153         __strerror_r fails.
34154
34155         * lib/path-concat.c (mempcpy): Don't define if a system header defines
34156         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
34157         (longest_relative_suffix): New function.
34158         (path_concat): Use it.  Assume first argument is not NULL.
34159         Port to DOS.  Omit redundant separators.
34160         Report an error instead of returning NULL.
34161         Use mempcpy instead of memcpy.
34162         (xpath_concat): Remove: not declared or used.
34163
34164         * lib/same.h: Include <stdbool.h>
34165         (same_name): Return bool, not int.
34166         * lib/same.c (same_name): Likewise.
34167         (errno): Don't declare; we assume C89 or better now.
34168
34169         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
34170         if not already defined.
34171
34172         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
34173         * lib/dup-safer.c (errno): Likewise.
34174
34175 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34176
34177         Merge from coreutils.
34178         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
34179         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
34180         * modules/path-concat: Don't depend on strdup.
34181
34182 2004-08-03  Simon Josefsson  <jas@extundo.com>
34183
34184         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
34185         * lib/progname.h: Don't include stdbool.h.
34186
34187 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34188
34189         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
34190         * MODULES.html.sh (func_all_modules): Remove fatal.
34191
34192 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34193
34194         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
34195
34196 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34197
34198         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
34199         working.
34200
34201 2004-08-02  Simon Josefsson  <jas@extundo.com>
34202
34203         * lib/getsubopt.h: New file, with comments from Bruno Haible.
34204         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
34205         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
34206
34207 2004-08-01  Simon Josefsson  <jas@extundo.com>
34208
34209         * lib/xgetdomainname.c: Include stdlib.h, for free().
34210
34211 2004-07-19  Bruno Haible  <bruno@clisp.org>
34212
34213         * MODULES.html.sh (func_all_modules): Add dummy.
34214
34215 2004-07-16  Simon Josefsson  <jas@extundo.com>
34216
34217         * modules/dummy: New file.
34218
34219 2004-07-16  Simon Josefsson  <jas@extundo.com>
34220
34221         * lib/dummy.c: New file.
34222
34223 2004-07-16  Bruno Haible  <bruno@clisp.org>
34224
34225         * lib/backupfile.h: Add extern "C" for C++.
34226         * lib/closeout.h: Likewise.
34227         * lib/copy-file.h: Likewise.
34228         * lib/findprog.h: Likewise.
34229         * lib/full-write.h: Likewise.
34230         * lib/pathname.h: Likewise.
34231         * lib/progname.h: Likewise.
34232         * lib/stpcpy.h: Likewise.
34233         * lib/stpncpy.h: Likewise.
34234         * lib/strcase.h: Likewise.
34235         * lib/strstr.h: Likewise.
34236         * lib/xalloc.h: Likewise.
34237
34238         * lib/mbswidth.h: Add extern "C" for C++.
34239         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
34240
34241 2004-07-13  Robert Millan  <robertmh@gnu.org>
34242
34243         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
34244
34245 2004-07-09  Simon Josefsson  <jas@extundo.com>
34246
34247         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
34248         failed without this.)
34249
34250 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34251
34252         * modules/chown (Files): Add lib/fchown-stub.c, since
34253         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
34254
34255 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34256
34257         * lib/fchown-stub.c: New file.
34258
34259 2004-06-24  Jim Meyering  <jim@meyering.net>
34260
34261         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
34262
34263 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34264
34265         * modules/argz: Omit "#include".
34266
34267         * MODULES.html.sh (func_all_modules): Add calloc, to match
34268         2004-06-01 addition of calloc module.
34269
34270 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34271
34272         * m4/argz.m4: New file, which is autoupdated from libtool.
34273
34274 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34275
34276         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
34277         libtool.
34278
34279 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34280
34281         * config/srclist-update: Don't insist on "USA." before the
34282         close-comment, as libtool omits the period and puts the */ on a
34283         separate line.
34284         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
34285         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
34286
34287 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
34288
34289         * modules/argz: New file.
34290         * MODULES.html.sh (func_all_modules): Add argz.
34291
34292 2004-06-12  Jim Meyering  <jim@meyering.net>
34293         and  Paul Eggert  <eggert@cs.ucla.edu>
34294
34295         * modules/hash (Files): Add lib/xalloc.h.
34296         * modules/pipe (Depends-on): Add wait-process.
34297         * modules/stat (Depends-on): Add xalloc.
34298         * modules/userspec (Files): Add lib/userspec.h.
34299         * modules/xstrto
34300
34301         Upgrade from gettext-0.13.
34302         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
34303         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
34304         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
34305
34306 2004-06-10  Jim Meyering  <jim@meyering.net>
34307
34308         * lib/calloc.c: New file.
34309
34310 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34311
34312         * lib/getdate.y (yylex): Allow space between sign and number.
34313         Problem reported by Dan Jacobson.
34314
34315 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
34316
34317         Merge from coreutils CVS.
34318
34319         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
34320         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
34321         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
34322         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
34323         xstrtol.m4: Fix copyright date and/or serial number.
34324
34325         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
34326         See if we need an fchown replacement.
34327         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
34328         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
34329         and use the replacement function if we detect either defect.
34330
34331         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
34332         gl_UTIMECMP.
34333
34334 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
34335         and  Jim Meyering  <jim@meyering.net>
34336
34337         Merge from coreutils CVS.
34338
34339         * lib/stat-macros.h: New file, with contents from file-type.h
34340         and coreutils' system.h.
34341         * lib/file-type.c: Include "stat-macros.h".
34342         * lib/file-type.h (file_type): Move all macro definitions to new file,
34343         stat-macros.h.
34344
34345         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
34346         Wrap old code with this conditional.
34347         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
34348         function that does not dereference symlinks.
34349         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
34350
34351         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
34352         dependency problems.
34353         (xreadlink): Accept new arg SIZE, for efficiency.
34354         All decls and uses changed.
34355         * lib/xreadlink.h: Include <stddef.h>, for size_t.
34356
34357         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
34358         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
34359
34360         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
34361         sysexits.h.
34362
34363 2004-06-01  Jim Meyering  <jim@meyering.net>
34364
34365         * m4/calloc.m4: New file.
34366
34367 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
34368
34369         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
34370         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
34371         Also, fix a typo in a diagnostic.
34372
34373 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
34374
34375         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
34376         or AC_FUNC_REALLOC.
34377
34378 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
34379
34380         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
34381         macros to be defined.
34382         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
34383         the allocator returns NULL because the requested size is zero.
34384
34385 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34386
34387         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
34388         var.  Add comment explaining why libc still defines it.  This
34389         merges the following patch from glibc:
34390         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
34391
34392 2004-05-20  Andreas Schwab  <schwab@suse.de>
34393
34394         * m4/free.m4: Replace free if it not known to work, not the other
34395         way round.
34396
34397 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
34398
34399         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
34400         present in glibc since revision 1.1 of this file.
34401         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
34402         obstack_alignment_mask, obstack_alloc, obstack_base,
34403         obstack_blank, obstack_blank_fast, obstack_chunk_size,
34404         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
34405         obstack_grow0, obstack_init, obstack_int_grow,
34406         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
34407         obstack_next_free, obstack_object_size, obstack_ptr_grow,
34408         obstack_ptr_grow_fast, obstack_room): Remove declarations of
34409         nonexistent functions.
34410
34411 2004-05-18  Karl Berry  <karl@gnu.org>
34412
34413         * config/srclist.txt: break link for vasnprintf.c.
34414
34415 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34416
34417         Port obstack to the AS/400, where pointers are 16 bytes wide and
34418         you cannot cast an integer to a valid pointer.  This patch is
34419         currently waiting to be integrated into glibc; see
34420         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
34421
34422         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
34423         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
34424         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
34425         (struct obstack): temp member is now a union of a pointer and
34426         an integer, instead of an integer.  All integer uses changed.
34427         This does not affect the physical layout of struct obstack,
34428         except on hosts (like the AS/400) where the size or alignment of
34429         void * is greater than that of ptrdiff_t.
34430         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
34431         __STDC__)]: Store temporary in pointer member of union, not
34432         integer member.
34433         * lib/obstack.c: Include <stddef.h>, for offsetof.
34434         (struct fooalign): Remove; it doesn't need a name.
34435         (union fooround): Change double to long double, and add void *.
34436         (DEFAULT_ALIGNMENT): Use offsetof to compute.
34437         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
34438         not a macro.  Hence the values are always int; so remove all
34439         casts-to-int in uses.
34440
34441 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34442
34443         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
34444         we can get this patch merged into glibc.
34445
34446 2004-05-17  Derek R. Price  <derek@ximbiot.com>
34447             Paul Eggert  <eggert@cs.ucla.edu>
34448
34449         * m4/argp: Depend on alloca.
34450
34451 2004-05-17  Derek R. Price  <derek@ximbiot.com>
34452             Paul Eggert  <eggert@cs.ucla.edu>
34453
34454         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
34455         freecoding.
34456
34457 2004-05-17  Bruno Haible  <bruno@clisp.org>
34458
34459         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
34460         precision that consists of a '.' followed by an empty digit string.
34461         Patch by Tor Lillqvist <tml@iki.fi>.
34462
34463 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34464
34465         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
34466         for backward compatibility with older code.  We need our own
34467         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
34468         it under some other name, and our alloca.h will define it.
34469
34470 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34471             Derek Price  <derek@ximbiot.com>
34472
34473         * lib/alloca.c: Include <alloca.h>, to get our interface.
34474         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
34475         include <alloca.h> first.  Use C89 prototype for alloca; this
34476         requires including <stddef.h> for size_t.  Use extern "C" if C++.
34477         Use #elif for simplicity, since we can assume C89 now.
34478         Don't try to source the system alloca.h since it will not be found
34479         and to prevent recursively including its replacement.
34480         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
34481         * lib/regex.c: Likewise.
34482
34483 2004-05-16  Derek Price  <derek@ximbiot.com>
34484             Paul Eggert  <eggert@cs.ucla.edu>
34485
34486         getline cleanup.  This changes the getndelim2 API: both order of
34487         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
34488         no delimiter).
34489
34490         * lib/getline.c: Don't include stddef.h or stdio.h, since our
34491         interface does that.
34492         (getline): Always use getdelim, so that we don't have two
34493         copies of this code.
34494         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
34495         if available.
34496         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
34497         (GETNDELIM2_MAXIMUM): New macro.
34498         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
34499         instead of the old practice of delim2==0.  All callers changed.
34500         Return -1 on overflow, instead of returning junk.
34501         Do not set *linesize unless allocation succeeds.
34502         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
34503         that we include sys/types.h.
34504         * lib/getnline.h: Likewise.
34505         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
34506         (getndelim2): Reorder arguments.
34507         * lib/getnline.c (getnline, getndelim):
34508         Don't discard the NMAX argument.
34509         (getnline): Invoke getndelim, to avoid code duplication.
34510         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
34511         of (size_t) -1 by callers of the getnline family.
34512
34513 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34514
34515         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
34516         Check for gettimeofday.
34517         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
34518         Check for settimeofday, stime.
34519
34520 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34521
34522         * lib/nanosleep.c (suspended): Change its type from int to
34523         sig_atomic_t volatile.
34524         (first_call): Make it private to rpl_nanosleep, and have it
34525         be zero initially as that's a bit faster.
34526         (my_usleep): Round up fractional times instead of truncating them,
34527         as this is the usual meaning for 'sleep'.
34528
34529         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
34530         doesn't work.
34531         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
34532         (ENOSYS): Define if not defined.
34533         (settime): Fall back on stime if it exists and settimeofday fails.
34534         But don't bother with fallbacks if a method fails with errno == EPERM.
34535
34536 2004-05-11  Jim Meyering  <jim@meyering.net>
34537
34538         Prior to this change, the save_cwd caller required read access to the
34539         current directory on most systems (ones with the fchdir function).
34540
34541         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
34542         fails, try write-only, and finally, resort to using xgetcwd.
34543
34544 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
34545
34546         * lib/obstack.c, obstack.h: Import changes from libc.
34547
34548 2004-04-28  Bruno Haible  <bruno@clisp.org>
34549
34550         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
34551         also implicitly appends .exe to executables.
34552         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
34553         accepts Windows pathnames.
34554         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34555         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34556         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34557         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34558         Reported by Derek Robert Price <derek@ximbiot.com>.
34559
34560 2004-04-21  Karl Berry  <karl@gnu.org>
34561
34562         * config/srclist.txt (localcharset.c): break sync.
34563
34564 2004-04-20  Paul Eggert  <eggert@twinsun.com>
34565
34566         * m4/host-os.m4: Add a copyright notice.
34567
34568 2004-04-20  Jim Meyering  <jim@meyering.net>
34569
34570         Change UTILS_ to gl_ in AC_DEFINE'd names.
34571         Change utils_- and jm_-prefixed variables, too.
34572         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
34573         UTILS_FUNC_MKDIR_TRAILING_SLASH.
34574         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
34575
34576         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
34577         Don't emit trailing blanks.
34578         Also rename jm_-prefixed variables to have gl_ prefix.
34579
34580         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
34581         Also rename jm_-prefixed variables to have gl_ prefix.
34582
34583         * m4/jm-macros.m4: Reflect the renamings.
34584         * m4/prereq.m4: Likewise.
34585
34586 2004-04-20  Jim Meyering  <jim@meyering.net>
34587
34588         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
34589         memory.
34590
34591 2004-04-20  Jim Meyering  <jim@meyering.net>
34592             Bruno Haible  <bruno@clisp.org>
34593
34594         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
34595         memory when realloc fails.
34596
34597 2004-04-19  Jim Meyering  <jim@meyering.net>
34598
34599         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
34600         now that readutmp.c may call `free (0)'.
34601
34602 2004-04-19  Bruno Haible  <bruno@clisp.org>
34603
34604         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
34605         * m4/inttypes_h.m4: Likewise.
34606         * m4/stdint_h.m4: Likewise.
34607         * m4/intmax_t.m4: Likewise.
34608         * m4/uintmax_t.m4: Likewise.
34609
34610 2004-04-18  Jim Meyering  <jim@meyering.net>
34611
34612         * m4/prereq.m4: Don't forbid jm_ prefix.
34613
34614         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
34615         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
34616         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
34617         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
34618         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
34619         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
34620         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
34621         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
34622         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
34623         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
34624         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
34625         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
34626         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
34627         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
34628         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
34629         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
34630         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
34631         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
34632         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
34633
34634 2004-04-18  Jim Meyering  <jim@meyering.net>
34635
34636         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
34637         failure, don't leak memory and do call END_UTMP_ENT.
34638
34639 2004-04-16  Jim Meyering  <jim@meyering.net>
34640
34641         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
34642         coreutils' stat program.
34643         (gl_PREREQ): Don't require jm_PREREQ_STAT.
34644
34645 2004-04-11  Paul Eggert  <eggert@twinsun.com>
34646
34647         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
34648         C89.
34649         (CHAR_BIT): Remove, since we assume C89.
34650         Include <stdint.h> if available, as per current Autoconf CVS advice.
34651
34652 2004-03-31  Jim Meyering  <jim@meyering.net>
34653
34654         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
34655         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
34656         * m4/xalloc.m4: Likewise.
34657
34658 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34659
34660         Merge from coreutils.
34661
34662         * m4/inttostr.m4: New file.
34663         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
34664         Require AM_STDBOOL_H and gl_TIMESPEC instead.
34665         Require gl_CLOCK_TIME.
34666         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
34667
34668 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34669
34670         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
34671         not bool, to be more consistent with Unix conventions.
34672         Suggested by Bruno Haible.
34673
34674         Merge from coreutils.
34675
34676         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
34677         * lib/umaxtostr.c: New files.
34678
34679         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
34680         the usual <time.h> dance.
34681         (get_date): Change signature to support fractional time stamps.
34682         All callers changed.
34683         * lib/getdate.y: Include "getdate.h" first, as we can now
34684         assume C89 and don't need to worry about 'const'.
34685         Similarly, include "unlocked-io.h" near start, not in middle.
34686         Include <limits.h>.
34687         (textint.value): Use long int rather than int.
34688         (textint.digits): Use size_t rather than int.
34689         (BILLION, LOG10_BILLION): New constants.
34690         (parser_control): New member rel_ns.  Members day_ordinal,
34691         time_zone, month, day, hour, minutes, rel_year, rel_month,
34692         rel_day, rel_hour, rel_minutes, rel_seconds
34693         are now long int, not int.  Member seconds is now struct timespec,
34694         not int.  New member timespec_seen.  Members dates_seen, days_seen,
34695         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
34696         not int.
34697         (%union.intval): Now long int, not int.
34698         New member timespec.
34699         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
34700         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
34701         (spec): Now is a timespec or an item list.
34702         (timespec, items): New nonterminals.
34703         (time, rel, relunit, number, get_date):
34704         Add support for fractional seconds.
34705         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
34706         (gmtime, localtime, mktime): Remove decls; not needed with C89.
34707         (to_hour): First arg is now long int, not int.
34708         (to_year): Returns long int, not int.
34709         Don't treat year -70 like 70.
34710         (tm_diff): Returns long int, not int.
34711         (lookup_word): Use bool instead of int when appropriate.
34712         (yylex): Use size_t for count, not int.
34713         Detect overflow when parsing large integer constants.
34714         Add support for fractions.
34715         (get_date): Make pointers 'const' if possible.
34716         Use more-portable code to detect integer overflow.
34717         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
34718         Don't use ctime; it's not reliable if the year has >4 digits.
34719
34720         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
34721         This is for compatibility with BSD.
34722
34723         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
34724         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
34725         From coreutils' system.h.
34726
34727         * lib/userspec.c: Don't include "posixver.h".
34728         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
34729         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
34730         compatible extension.  Simplify code by removing a boolean int
34731         that was always nonzero if a string was nonnull.
34732
34733 2004-03-30  Jim Meyering  <jim@meyering.net>
34734
34735         Merge from coreutils.
34736
34737         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
34738         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
34739         on some systems one must include <grp.h> before it.
34740         Reported by Christian Krackowizer.
34741
34742 2004-03-30  Jim Meyering  <jim@meyering.net>
34743
34744         Merge from coreutils.
34745
34746         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
34747
34748         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
34749         an empty input stream.
34750
34751         * lib/readtokens.c: Include <stdbool.h>.
34752         (readtoken): Use `size_t' rather than int/long.
34753         All callers adjusted.
34754         Use `bool' rather than `int' where appropriate.
34755         Use memset rather than an explicit loop.
34756         Use x2nrealloc rather than xrealloc.
34757         Allow the use of `\0' as a delimiter.
34758         (readtokens): Likewise.
34759         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
34760
34761 2004-03-30  Jim Meyering  <jim@meyering.net>
34762
34763         * m4/realloc.m4: Remove file, since now it does no more than
34764         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
34765         the `configure.ac' section of module/realloc.
34766         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
34767
34768 2004-03-30  Bruno Haible  <bruno@clisp.org>
34769
34770         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
34771         nonnull.
34772
34773 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34774
34775         Merge changes to getloadavg.c from coreutils and Emacs.
34776
34777         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
34778         Define to an expression, not to the empty string.
34779         Include cloexec.h and xalloc.h.
34780         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
34781         Use set_cloexec_flag rather than rolling our own.
34782         * lib/cloexec.c, lib/cloexec.h: New files.
34783
34784 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34785
34786         * m4/cloexec.m4: New file.
34787
34788 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34789
34790         * lib/getopt.h: Sync with libc CVS.
34791
34792 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34793             Bruno Haible  <bruno@clisp.org>
34794
34795         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
34796         mbswidth.
34797
34798 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34799             Bruno Haible  <bruno@clisp.org>
34800
34801         * lib/mbswidth.h: Include <wchar.h> only if
34802         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
34803         <wchar.h>.
34804         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
34805
34806 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34807
34808         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
34809         Sync with libc CVS.
34810         * lib/getopt_int.h: New file, also synced from libc.
34811
34812 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34813
34814         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
34815         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
34816         Bring back getopt.c, getopt.h, getopt1.c.
34817
34818 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34819
34820         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
34821         All uses changed.  Check for sa_sigaction member; this fixes
34822         a bug first reported by Jason Andrade in
34823         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34824
34825 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34826
34827         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
34828         '#if' expressions.  Unlike the code it replaces, it does not
34829         depend on (defined _SC_PAGESIZE).  However, it does depend on
34830         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
34831         first reported by Jason Andrade in
34832         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34833
34834 2004-02-25  Simon Josefsson  <jas@extundo.com>
34835
34836         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
34837
34838 2004-02-25  Simon Josefsson  <jas@extundo.com>
34839
34840         * lib/strdup.h: New file.
34841         * lib/strdup.c: Include it.
34842         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
34843         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
34844
34845 2004-02-23  Karl Berry  <karl@gnu.org>
34846
34847         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
34848         (from fencepost.gnu.org:/gd/gnuorg).
34849
34850 2004-02-23  Karl Berry  <karl@gnu.org>
34851
34852         * config/srclistvars.sh (GNUORG) [karl]: redefine.
34853         * config/srclist.txt: add maintain/standards documents.
34854
34855 2004-02-18  Bruno Haible  <bruno@clisp.org>
34856
34857         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
34858         Reported by Derek Robert Price <derek@ximbiot.com>.
34859
34860 2004-02-16  Karl Berry  <karl@gnu.org>
34861
34862         * config/mkinstalldirs, install-sh: update from automake.
34863
34864 2004-02-06  Karl Berry  <karl@gnu.org>
34865
34866         * m4/po.m4: update from gettext 0.14.1.
34867
34868 2004-02-06  Karl Berry  <karl@gnu.org>
34869
34870         * lib/config.charset: update from gettext 0.14.1.
34871
34872 2004-02-05  Paul Eggert  <eggert@twinsun.com>
34873
34874         Add comments and code, prompted by suggestions from Bruno Haible
34875         for sh-quote.
34876         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
34877         describing the enum quoting_style values.
34878         * lib/quotearg.c (quotearg_alloc): New function.
34879         (quotearg_buffer_restyled): Treat lone { and } as special.
34880         Treat = as special.  Work around bug with older shells
34881         that "see" a '\' that is really the 2nd byte of a multibyte char.
34882         Quote empty string with shell_quoting_style.
34883
34884 2004-02-03  Bruno Haible  <bruno@clisp.org>
34885
34886         * m4/pipe.m4: New file, from GNU gettext.
34887
34888 2004-02-03  Bruno Haible  <bruno@clisp.org>
34889
34890         * lib/pipe.h: New file, from GNU gettext.
34891         * lib/pipe.c: New file, from GNU gettext.
34892
34893 2004-01-27  Bruno Haible  <bruno@clisp.org>
34894
34895         * m4/execute.m4: New file, from GNU gettext.
34896
34897 2004-01-27  Bruno Haible  <bruno@clisp.org>
34898
34899         * lib/execute.h: New file, from GNU gettext.
34900         * lib/execute.c: New file, from GNU gettext.
34901         * lib/w32spawn.h: New file, from GNU gettext.
34902
34903 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34904
34905         Merge from diffutils.
34906
34907         * lib/file-type.c (file_type): Add typed memory objects.
34908         * lib/file-type.h (S_TYPEISTMO): New macro.
34909
34910         * lib/c-stack.h (c_stack_action): Remove argv argument.
34911         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
34912         (die): Don't calculate message unless segv_action returns.
34913         (get_stack_location, min_address_from_argv, max_address_from_argv,
34914         volatile stack_base, volatile_stack_size): Remove.
34915         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
34916         that every segmentation violation is a stack overflow.  (Ouch!)
34917         See Debian bug 136249 (still outstanding) for more info about why
34918         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
34919
34920 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34921
34922         Exit-status fix from coreutils.
34923
34924         Use exit_failure consistently in place of EXIT_FAILURE,
34925         so that program exit statuses are consistent on failure.
34926
34927         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
34928         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
34929         * lib/argmatch.h: Comment fix to match the above.
34930         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
34931         Now a macro referring to exit_failure, instead of a separate
34932         variable.  Include "exitfail.h" to get it.
34933         * lib/xstrtol.h: Include "exitfail.h".
34934         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
34935
34936         * lib/long-options.c (parse_long_options): Use prototype
34937         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
34938         for clarity.
34939
34940 2004-01-21  Jim Meyering  <jim@meyering.net>
34941
34942         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
34943         so as not to conflict with a different-sized __mktime_internal
34944         function in GNU libc.
34945         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
34946         Problem building statically-linked `ls' reported by Michael Brunnbauer.
34947
34948 2004-01-20  Karl Berry  <karl@gnu.org>
34949
34950         * config/config.guess: update from config.
34951
34952         * config/srclistvars.sh: GNUWWWLICENSES for karl.
34953
34954 2004-01-20  Bruno Haible  <bruno@clisp.org>
34955
34956         Safer stack allocation.
34957         * lib/setenv.c: Include allocsa.h.
34958         (alloca): Remove fallback definition.
34959         (freea): Remove macro.
34960         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
34961         instead of freea.
34962
34963 2004-01-20  Bruno Haible  <bruno@clisp.org>
34964
34965         * m4/eealloc.m4: New file, from GNU gettext.
34966
34967 2004-01-20  Bruno Haible  <bruno@clisp.org>
34968
34969         * m4/allocsa.m4: New file, from GNU gettext.
34970
34971 2004-01-20  Bruno Haible  <bruno@clisp.org>
34972
34973         * lib/xallocsa.h: New file, from GNU gettext.
34974         * lib/xallocsa.c: New file, from GNU gettext.
34975
34976 2004-01-20  Bruno Haible  <bruno@clisp.org>
34977
34978         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
34979
34980 2004-01-20  Bruno Haible  <bruno@clisp.org>
34981
34982         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
34983         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
34984         specially.
34985
34986 2004-01-20  Bruno Haible  <bruno@clisp.org>
34987
34988         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
34989         patch.
34990
34991 2004-01-20  Bruno Haible  <bruno@clisp.org>
34992
34993         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
34994
34995 2004-01-20  Bruno Haible  <bruno@clisp.org>
34996
34997         * lib/eealloc.h: New file.
34998
34999 2004-01-20  Bruno Haible  <bruno@clisp.org>
35000
35001         * lib/binary-io.h: Avoid warnings on Cygwin.
35002
35003 2004-01-20  Bruno Haible  <bruno@clisp.org>
35004
35005         * lib/allocsa.h: New file, from GNU gettext.
35006         * lib/allocsa.c: New file, from GNU gettext.
35007
35008 2004-01-18  Karl Berry  <karl@gnu.org>
35009
35010         * doc/gpl.texi, doc/lgpl.texi: new files.
35011
35012 2004-01-18  Karl Berry  <karl@gnu.org>
35013
35014         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
35015         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
35016
35017 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35018
35019         Merge from coreutils.
35020
35021         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
35022         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
35023         (gl_DEFAULT_POSIX2_VERSION): Move
35024         the documentation from 'configure' into 'config.hin',
35025         so that 'configure --help' isn't burdened by it and
35026         we don't have to worry about its formatting there.
35027         Reword the documentation so that it's more succinct
35028         and can be run together into a single paragraph.
35029         * m4/same.m4 (gl_SAME): Check for pathconf.
35030
35031 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35032
35033         Merge from coreutils.
35034
35035         * lib/posixver.c: Include posixver.h.
35036
35037         * lib/same.c: Include <stdbool.h>, <limits.h>.
35038         (_POSIX_NAME_MAX): Define if not defined.
35039         (MIN): New macro.
35040         (same_name): If file names are silently truncated, report
35041         that the file names are the same if they are the same after
35042         the silent truncation.
35043
35044         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
35045         conversion function.
35046         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
35047         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
35048         longer needed.
35049
35050 2004-01-15  Jim Meyering  <jim@meyering.net>
35051
35052         Merge from coreutils.
35053
35054         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
35055         if no library is required.
35056         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
35057         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
35058         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
35059         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
35060         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
35061         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
35062         value, $ac_cv_search_crypt, if it's "none required".
35063         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
35064         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
35065         not gl_FUNC_GETLOADAVG.
35066         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
35067         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
35068
35069 2004-01-15  Jim Meyering  <jim@meyering.net>
35070
35071         Merge from coreutils.
35072
35073         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
35074         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
35075         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
35076
35077         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
35078         optional configure-time default.
35079
35080         * lib/version-etc.c (version_etc_copyright): Update copyright date.
35081
35082         * lib/xreadlink.c (xreadlink): Correct outdated comment.
35083
35084 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
35085
35086         Merge from coreutils.
35087
35088         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
35089         value, $ac_cv_search_nanosleep, if it's "none required".
35090
35091 2004-01-14  Paul Eggert  <eggert@twinsun.com>
35092
35093         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
35094         with like-named macro in fnmatch.c.
35095         (EXT): Use an internal constant instead.
35096
35097         Merge fnmatch patches from glibc.
35098         * lib/fnmatch.c (mbsinit): Remove define.
35099         Add libc_hidden_ver (__fnmatch, fnmatch).
35100         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
35101         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
35102
35103 2004-01-14  Karl Berry  <karl@gnu.org>
35104
35105         * config/install-sh: update from automake.
35106
35107 2004-01-13  Karl Berry  <karl@gnu.org>
35108
35109         * config/install-sh: update from automake.
35110
35111 2004-01-09  Karl Berry  <karl@gnu.org>
35112
35113         * config/install-sh: update from automake.
35114
35115 2004-01-05  Karl Berry  <karl@gnu.org>
35116
35117         * config/config.{sub,guess}: update from config.
35118
35119 2003-12-31  Karl Berry  <karl@gnu.org>
35120
35121         * config/depcomp: update from automake.
35122
35123 2003-12-14  Karl Berry  <karl@gnu.org>
35124
35125         * lib/config.charset: update from gettext-runtime.
35126
35127 2003-12-03  Paul Eggert  <eggert@twinsun.com>
35128
35129         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
35130         Bug reported by Alfred M. Szmidt.
35131
35132 2003-12-03  Bruno Haible  <bruno@clisp.org>
35133
35134         * m4/gettext.m4: Upgrade from gettext-0.13.
35135         * m4/po.m4: Upgrade from gettext-0.13.
35136         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
35137         * m4/intmax.m4: New file, from gettext-0.13.
35138         * m4/printf-posix.m4: New file, from gettext-0.13.
35139
35140 2003-11-29  Karl Berry  <karl@gnu.org>
35141
35142         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
35143
35144 2003-11-25  Paul Eggert  <eggert@twinsun.com>
35145             Bruno Haible  <bruno@clisp.org>
35146
35147         * lib/printf-parse.h: Don't include sys/types.h.
35148         (ARG_NONE): New macro.
35149         (char_directive): Change type of *arg_index fields to size_t.
35150         * lib/printf-parse.c: Don't include sys/types.h.
35151         (SSIZE_MAX): Remove macro.
35152         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
35153         Remove unnecessary overflow check.
35154         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
35155         fields.
35156
35157 2003-11-25  Bruno Haible  <bruno@clisp.org>
35158
35159         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
35160
35161 2003-11-25  Bruno Haible  <bruno@clisp.org>
35162
35163         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
35164         gt_TYPE_SSIZE_T.
35165
35166 2003-11-24  Paul Eggert  <eggert@twinsun.com>
35167
35168         * modules/alloca: Remove dependency on xalloc.
35169
35170 2003-11-24  Paul Eggert  <eggert@twinsun.com>
35171
35172         * lib/alloca.c: Remove dependency on xalloc module.
35173         (xalloc_die): Remove.
35174         (memory_full) [!defined emacs]: New macro.
35175         [!defined emacs]: Don't include xalloc.h.
35176         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
35177         address arithmetic overflows.  Change datatypes a bit to avoid
35178         unnecessary casts.
35179
35180 2003-11-22  Jim Meyering  <jim@meyering.net>
35181
35182         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
35183         s/size/size_t/.
35184
35185 2003-11-21  Karl Berry  <karl@gnu.org>
35186
35187         * config/config.{sub,guess}: update from config.
35188
35189 2003-11-18  Karl Berry  <karl@gnu.org>
35190
35191         * config/config.{sub,guess}: update from config.
35192
35193         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
35194
35195 2003-11-17  Paul Eggert  <eggert@twinsun.com>
35196
35197         * README: Mention that S+T cannot overflow if S is the size of
35198         an existing object and T is sufficiently small.
35199
35200 2003-11-17  Jim Meyering  <jim@meyering.net>
35201
35202         On systems without utime and without a utimes function capable of
35203         dealing with a NULL struct utimbuf* argument, this utime replacement
35204         could -- in unusual circumstances -- leak a file descriptor.
35205         * lib/utime.c: Include <unistd.h> and <errno.h>.
35206         (utime_null): Be sure to close `fd' and to preserve errno.
35207         Reported by Geoff Collyer via Arnold Robbins.
35208
35209 2003-11-17  Bruno Haible  <bruno@clisp.org>
35210
35211         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
35212         (Depends-on): Add xsize.
35213
35214 2003-11-17  Bruno Haible  <bruno@clisp.org>
35215
35216         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
35217
35218 2003-11-17  Bruno Haible  <bruno@clisp.org>
35219
35220         * lib/vasnprintf.c (alloca): Remove fallback definition.
35221         (freea): Remove definition.
35222         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
35223         Reported by Paul Eggert.
35224
35225 2003-11-16  Paul Eggert  <eggert@twinsun.com>
35226             Bruno Haible  <bruno@clisp.org>
35227
35228         Protect against address arithmetic overflow.
35229         * lib/printf-args.h: Include stddef.h.
35230         (arguments): Change type of field 'count' to size_t.
35231         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
35232         'unsigned int' where appropriate.
35233         * lib/printf-parse.h: Include sys/types.h.
35234         (char_directive): Change type of *arg_index fields to ssize_t.
35235         (char_directives): Change type of fields 'count', max_*_length to
35236         size_t.
35237         * lib/printf-parse.c: Include sys/types.h and xsize.h.
35238         (SSIZE_MAX): Define fallback value.
35239         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
35240         instead of 'int' where appropriate. Check a_allocated, d_allocated
35241         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
35242         * lib/vasnprintf.c: Include xsize.h.
35243         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
35244         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
35245         overflow. Avoid wraparound when converting a width or precision from
35246         decimal to binary.
35247
35248 2003-11-16  Bruno Haible  <bruno@clisp.org>
35249
35250         Update from GNU gettext.
35251         * lib/printf-parse.c: Generalize to it can be compiled for wide
35252         strings.
35253         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
35254         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
35255         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
35256         SNPRINTF): New macros.
35257         Don't include <alloca.h> if the file is used inside libintl.
35258         (local_wcslen): New function, for Solaris 2.5.1.
35259         (VASNPRINTF): Use it instead of wcslen.
35260
35261 2003-11-16  Bruno Haible  <bruno@clisp.org>
35262
35263         * lib/xsize.h (xmax): New function.
35264         (xsum, xsum3, xsum4): Declare as "pure" functions.
35265
35266 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35267
35268         * modules/xalloc (Files): Undo latest change, since xalloc.h
35269         no longer needs SIZE_MAX or PTRDIFF_MAX.
35270
35271 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35272
35273         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
35274         gl_PTRDIFF_MAX.
35275
35276 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35277
35278         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
35279         "return", to pacify some unknown compiler.  Problem reported
35280         by Joerg Schilling.
35281
35282 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35283
35284         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
35285         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
35286         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
35287         heuristic is just as accurate as far as we know, and it removes a
35288         dependency on size_max.m4 and ptrdiff_max.m4.
35289
35290 2003-11-11  Bruno Haible  <bruno@clisp.org>
35291
35292         * modules/xsize (Files): Add m4/size_max.m4.
35293         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
35294
35295 2003-11-11  Bruno Haible  <bruno@clisp.org>
35296
35297         * m4/size_max.m4: New file.
35298         * m4/ptrdiff_max.m4: New file.
35299         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
35300         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
35301         (gl_XALLOC): Invoke it.
35302
35303 2003-11-11  Bruno Haible  <bruno@clisp.org>
35304
35305         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
35306         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
35307         defined.
35308
35309 2003-11-10  Paul Eggert  <eggert@twinsun.com>
35310
35311         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
35312         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
35313         rejected some allocations of exactly SIZE_MAX - 2 bytes.
35314         From Bruno Haible.
35315         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
35316         not (size_t) -1, since it's defined here.
35317
35318 2003-11-09  Karl Berry  <karl@gnu.org>
35319
35320         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
35321
35322 2003-11-06  Paul Eggert  <eggert@twinsun.com>
35323
35324         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
35325         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
35326         Reject sizes of exactly SIZE_MAX bytes.
35327         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
35328         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
35329
35330 2003-11-05  Bruno Haible  <bruno@clisp.org>
35331
35332         * lib/xsize.h: Include limits.h, to avoid a possible collision with
35333         SIZE_MAX defined in <limits.h> on Solaris.
35334
35335 2003-11-04  Jim Meyering  <jim@meyering.net>
35336
35337         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
35338         variable names, rather than @VAR@.
35339         * modules/poll: Likewise.
35340
35341 2003-11-04  Bruno Haible  <bruno@clisp.org>
35342
35343         * modules/xsize: New file.
35344         * modules/linebreak: Depend on xsize.
35345         * MODULES.html.sh (func_all_modules): Add xsize.
35346
35347 2003-11-04  Bruno Haible  <bruno@clisp.org>
35348
35349         * m4/xsize.m4: New file.
35350
35351 2003-11-04  Bruno Haible  <bruno@clisp.org>
35352
35353         * lib/xsize.h: New file.
35354         * lib/linebreak.c: Include xsize.h.
35355         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
35356         argument for overflow.
35357         Suggested by Paul Eggert.
35358
35359 2003-11-03  Karl Berry  <karl@gnu.org>
35360
35361         * config/config.{guess,sub}: update from config.
35362
35363 2003-11-03  Jim Meyering  <jim@meyering.net>
35364
35365         * modules/userspec (lib_SOURCES): Add userspec.h.
35366         (Include): Add "userspec.h".
35367         Improve description.
35368
35369 2003-11-03  Jim Meyering  <jim@meyering.net>
35370
35371         * lib/userspec.c: Include "userspec.h".
35372         * lib/userspec.h: New file.
35373
35374 2003-11-03  Bruno Haible  <bruno@clisp.org>
35375
35376         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
35377
35378 2003-11-03  Bruno Haible  <bruno@clisp.org>
35379
35380         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
35381         available, to avoid (extremely rare) race condition.
35382         Suggested by Paul Eggert.
35383
35384 2003-11-02  Karl Berry  <karl@gnu.org>
35385
35386         * config/srclist.txt (vasprintf.c): sync broken, sigh.
35387
35388 2003-10-31  Paul Eggert  <eggert@twinsun.com>
35389
35390         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
35391         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
35392         (read_filesystem_list): Set and use me_type_malloced.
35393         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
35394         whatever the type happens to be), for brevity and consistency.
35395         Check for size calculation overflow on Alphas running OSF/1.
35396
35397 2003-10-31  Jim Meyering  <jim@meyering.net>
35398
35399         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
35400
35401         * lib/linebuffer.c: Include <string.h> for declaration of memset.
35402
35403 2003-10-30  Paul Eggert  <eggert@twinsun.com>
35404             Bruno Haible  <bruno@clisp.org>
35405
35406         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
35407         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
35408
35409 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35410
35411         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
35412         netbsd*-gnu*.  Suggested by Robert Millan.
35413
35414 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35415
35416         * modules/group-member: Depend on stdbool.
35417
35418 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35419
35420         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
35421
35422 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35423
35424         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
35425         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
35426         after the 'gnu' in these cases.  This fixes some bugs in the
35427         previous change, and is based on suggestions by Robert Millan.
35428
35429 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35430
35431         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
35432         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
35433         no longer needed.
35434         * lib/quotearg.c (quotearg_n_options): Use it.
35435         * lib/group-member.c: Include <stdbool.h>.
35436         (free_group_info): Arg is now const *; don't free arg.
35437         (get_group_info): Now returns bool and accepts struct group_info *,
35438         rather than returning a malloc'ed struct group_info *.
35439         All uses changed.  Check for overflow in internal size calculation.
35440
35441         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
35442         rather than xmalloc/xrealloc.
35443         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
35444         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
35445         conformance bug: the old code used a pointer after freeing the
35446         storage that it addressed.
35447         * lib/hash.c (hash_initialize): Simplify the code by using
35448         xalloc_oversized rather than doing it by hand.
35449         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
35450         the buffer preserved.  Use free and xmalloc instead.
35451         * lib/quotearg.c (quotearg_n_options): Likewise.
35452         Use a simpler test for size overflow.  Don't use xalloc_oversized
35453         because unsigned int might be wider than size_t (!); this suggests
35454         that we should switch from unsigned int to size_t for slot numbers.
35455
35456 2003-10-28  Paul Eggert  <eggert@twinsun.com>
35457
35458         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
35459         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
35460         NetBSD kernels.  Requested by Richard Stallman.
35461
35462 2003-10-27  Paul Eggert  <eggert@twinsun.com>
35463
35464         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
35465         to allocate the returned structure.  Do not allocate a subarray,
35466         as x2nrealloc will do that.
35467         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
35468         instead of xnrealloc.
35469         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
35470
35471 2003-10-27  Bruno Haible  <bruno@clisp.org>
35472
35473         * lib/stdbool_.h: Better support for BeOS.
35474
35475 2003-10-26  Paul Eggert  <eggert@twinsun.com>
35476
35477         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
35478         now uses inline.
35479
35480 2003-10-26  Paul Eggert  <eggert@twinsun.com>
35481
35482         * lib/xalloc.h (xalloc_oversized): New static inline function, for
35483         callers that want to do their own size-overflow checking.  Include
35484         <stdbool.h>, since xalloc_oversized returns bool.
35485         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
35486         to use xalloc_oversized.
35487
35488         Add two functions x2realloc, x2nrealloc, for programs that grow
35489         arrays dynamically by doubling their sizes.
35490         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
35491         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
35492         New functions.
35493
35494         Port to C99 semantics for 'inline' of external functions.
35495         Bug reported by Bruno Haible.
35496         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
35497         with the old contents of xnmalloc.
35498         (xnmalloc, xmalloc): Use it.
35499         (xnrealloc_inline): New static inline function,
35500         with the old contents of xnrealloc.
35501         (xnrealloc, xrealloc): Use it.
35502
35503         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
35504         that.
35505
35506 2003-10-26  Karl Berry  <karl@gnu.org>
35507
35508         * config/srclist.txt (COPYING.DOC): no longer available from
35509         /gd/gnuorg; don't know where the ultimate source is.
35510
35511 2003-10-25  Paul Eggert  <eggert@twinsun.com>
35512
35513         Fix several address-calculation bugs in the hash modules,
35514         plus some minor code cleanup.
35515
35516         * lib/hash.h: Include <stdbool.h>, for bool.
35517         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
35518         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
35519         hash_get_n_entries, hash_get_max_bucket_length,
35520         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
35521         hash_rehash): Use size_t rather than unsigned.
35522         * lib/hash.c (struct hash_table, hash_get_n_buckets,
35523         hash_get_n_buckets_used, hash_get_n_entries,
35524         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
35525         hash_get_entries, hash_do_for_each, hash_string, is_prime,
35526         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
35527         Likewise.
35528         (SIZE_MAX): Define if not defined.
35529         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
35530         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
35531         hash_print):
35532         Use const * when possible.
35533         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
35534         (check_tuning): Fix bug: if tuning parameters were very close to
35535         0 or 1, rounding errors could have caused subscript violations.
35536         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
35537         (hash_initialize): Add 'fail:' label
35538         to free table and return NULL, and use it to simplify code.
35539         Use calloc rather than clearing the storage ourself.
35540         (hash_initialize, hash_rehash): Check for arithmetic overflow in
35541         buffer size calculations.
35542         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
35543         Include <stddef.h>, for size_t.
35544         * lib/hash-pjw.c (hash_pjw): Likewise.
35545         Switch to method described by Bruno Haible.
35546         Include <limits.h>, for CHAR_BIT.
35547         (SIZE_BITS): New macro.
35548
35549 2003-10-23  Paul Eggert  <eggert@twinsun.com>
35550
35551         * m4/getline.m4 (AM_FUNC_GETLINE):
35552         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
35553         hosts.  Problem reported by Derek Robert Price in
35554         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
35555         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
35556         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
35557
35558 2003-10-21  Paul Eggert  <eggert@twinsun.com>
35559
35560         * lib/getndelim2.c (getndelim2): When size calculation overflows,
35561         ceiling the allocation at NMAX bytes rather than silently
35562         discarding input bytes before NMAX is reached.  This makes
35563         a difference only if NMAX exceeds SIZE_MAX / 2.
35564
35565         * lib/obstack.c: Merge from glibc.
35566         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
35567         Add libc_hidden_def (_obstack_newchunk).
35568         (_obstack_free) [! defined _LIBC]: Remove.
35569         [defined _LIBC]: Make a strong alias from obstack_free, rather than
35570         a clone of the function body.
35571         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
35572         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
35573
35574         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
35575         glibc.
35576         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
35577         arg to memcpy.
35578
35579         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
35580         (obstack_ptr_grow_fast, obstack_int_grow_fast):
35581         Don't use lvalue casts, as GCC plans to remove support for them
35582         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
35583         was also present in the non-GCC version, indicating that this
35584         code had always been buggy and had never been widely used.
35585         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
35586         Use the fast variant of each macro, rather than copying the
35587         definiens of the fast variant; that way, we'll be more likely to
35588         catch future bugs in the fast variants.
35589
35590 2003-10-20  Bruno Haible  <bruno@clisp.org>
35591
35592         * modules/wait-process: New file.
35593         * MODULES.html.sh (func_all_modules): Add wait-process.
35594
35595 2003-10-20  Bruno Haible  <bruno@clisp.org>
35596
35597         * m4/wait-process.m4: New file.
35598
35599 2003-10-20  Bruno Haible  <bruno@clisp.org>
35600
35601         * lib/wait-process.h: New file, from GNU gettext.
35602         * lib/wait-process.c: New file, from GNU gettext.
35603
35604 2003-10-19  Jim Meyering  <jim@meyering.net>
35605
35606         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
35607         HPUX 10.20.
35608
35609 2003-10-18  Karl Berry  <karl@gnu.org>
35610
35611         * config/config.guess: update from config.
35612
35613 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35614
35615         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
35616         (getgroups): First arg is int, not size_t.
35617         Don't let 'free' mangle errno.
35618
35619 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35620
35621         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
35622
35623 2003-10-16  Karl Berry  <karl@gnu.org>
35624
35625         * config/config.{guess,sub}: update from config.
35626
35627 2003-10-16  Jim Meyering  <jim@meyering.net>
35628
35629         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
35630         memcpy.
35631
35632 2003-10-15  Paul Eggert  <eggert@twinsun.com>
35633
35634         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
35635         (SIZE_MAX): Remove.
35636         (new_exclude, add_exclude_file): Initial size no longer needs to
35637         be a power of 2.
35638         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
35639         our own address arithmetic overflow checking.
35640
35641         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
35642         (fnmatch): Do not alloca more than 2000 wide characters;
35643         instead, use malloc for large buffers.
35644         Check for address arithmetic overflow, and return -1
35645         with errno set to ENOMEM in that case.
35646         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
35647         (NEW_PATTERN): Do not alloca more than 8000 bytes;
35648         instead, return -1.  Check for address arithmetic overflow.
35649
35650 2003-10-14  Paul Eggert  <eggert@twinsun.com>
35651
35652         Handle invalid suffixes and overflow independently, so that
35653         callers can treat them independently as needed.  Fix some bugs in
35654         suffix handling, e.g., "100k@" was not diagnosed as an invalid
35655         suffix for a human-readable blocksize.  The major caller-visible
35656         change is the addition of a new
35657         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
35658         that both overflow and suffix chars were found.
35659
35660         * lib/human.c (humblock): Don't check separately for invalid suffix
35661         char; that is xstrtoumax's job (now that its bug is fixed).
35662         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
35663         INTMAX_MAX]: New macros.
35664         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
35665         TYPE_MAXIMUM): New macros.
35666         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
35667         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
35668         if overflow occurs, as it's what __strtol does and it's more useful
35669         in practice.
35670         (__xstrtol): If __strtol reports some error other than ERANGE,
35671         reflect it to the caller as LONGINT_INVALID.  If it reports
35672         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
35673         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
35674         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
35675         value.
35676         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
35677         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
35678         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
35679         [defined UINTMAX_MAX]: New macros.
35680
35681 2003-10-14  Bruno Haible  <bruno@clisp.org>
35682
35683         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
35684
35685 2003-10-14  Bruno Haible  <bruno@clisp.org>
35686
35687         * m4/sig_atomic_t: New file, from GNU gettext.
35688         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
35689
35690 2003-10-14  Bruno Haible  <bruno@clisp.org>
35691
35692         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
35693         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
35694         Also use volatile where needed.
35695
35696 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35697
35698         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
35699         Change maintainer from Bruno Haible to 'all'.
35700
35701 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35702
35703         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
35704
35705 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35706
35707         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
35708         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
35709         and define in terms of the other primitives.
35710         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
35711         (SIZE_MAX): Define if not already defined.
35712         (array_size_overflow): New function.
35713         (xalloc_die): Abort instead of exiting if 'error' returns.
35714         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
35715         (xmalloc, xrealloc): Use them.
35716         (xcalloc): Check for address arithmetic overflow.
35717         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
35718         a bit faster than strcpy.
35719
35720 2003-10-10  Simon Josefsson  <jas@extundo.com>
35721
35722         * modules/argp (Depends-on): Add restrict and strcase.
35723
35724 2003-10-10  Simon Josefsson  <jas@extundo.com>
35725
35726         * m4/argp.m4: Add AC_C_INLINE.
35727
35728 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35729
35730         Merge getpass from libc, plus a few fixes.
35731
35732         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
35733         Include <stdbool.h>.
35734         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
35735         __fsetlocking to empty.
35736         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
35737         do include <bits/libc-lock.h>.
35738         Do not include <fcntl.h>; not needed.
35739         [_LIBC]: Include <wchar.h>.
35740         (NOTCANCEL_MODE): New macro.
35741         (flockfile, funlockfile) [_LIBC]: New macros.
35742         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
35743         [!_LIBC]: New macros.
35744         (call_fclose): New function.
35745         (getpass): Use it.  Save tty stream separately; this simplifies the
35746         code and makes it more reliable if stdin happens to equal stdout.
35747         Invoke __fsetlocking on tty.
35748         Handle thread cancellation if needed.
35749         Namespace cleanup (use __tcgetattr, __getline).
35750         Use bool for Booleans.
35751         [USE_IN_LIBIO]: Handle wide streams.
35752         [!_LIBC]: Unconditionally do the fseek, since we don't know what
35753         stream might go where.
35754
35755         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
35756         doesn't have to include <stdio.h> before us.
35757         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
35758         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
35759         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
35760         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
35761         if not declared, so that we can use getpass.c code from libc without
35762         rewriting it.
35763         (flockfile, ftrylockfile, funlockfile): New macros.
35764
35765 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35766
35767         * modules/getpass: Depend on stdbool.
35768
35769 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35770
35771         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
35772
35773 2003-10-07  Karl Berry  <karl@gnu.org>
35774
35775         * config/config.{guess,sub}: update from config.
35776
35777 2003-10-06  Jim Meyering  <jim@meyering.net>
35778             Bruno Haible  <bruno@clisp.org>
35779
35780         This lets translators provide better translations for the
35781         "Written by ..." part of --version output.
35782         * lib/version-etc.h: Include stdarg.h.
35783         (version_etc_copyright): Declare as readonly.
35784         (version_etc): Make this function variadic with a NULL-terminated list
35785         of author name strings.
35786         (version_etc_va): New declaration.
35787         * lib/version-etc.c: Include stdarg.h, stdlib.h.
35788         (version_etc_copyright): Declare as readonly.
35789         (version_etc_va): New function. Provide a different translatable string
35790         for each possible number of authors < 10. Abbreviate when there are 10
35791         authors or more.
35792         (version_etc): Make this function variadic. Call version_etc_va.
35793         Suggestion from Gary V. Vaughan.
35794
35795         * lib/long-options.h (parse_long_options): Change prototype: the
35796         authors string is moved to the end and becomes variadic.
35797         * lib/long-options.c: Include stdarg.h.
35798         (parse_long_options): Make this function variadic, too.
35799         Call version_etc_va, not version_etc.
35800
35801 2003-10-06  Bruno Haible  <bruno@clisp.org>
35802
35803         * modules/version-etc-2: Remove file.
35804         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
35805
35806 2003-10-06  Bruno Haible  <bruno@clisp.org>
35807
35808         * modules/fatal-signal: New file.
35809         * MODULES.html.sh (func_all_modules): Add fatal-signal.
35810
35811 2003-10-06  Bruno Haible  <bruno@clisp.org>
35812
35813         * m4/fatal-signal.m4: New file.
35814         * m4/signalblocking.m4: New file, from GNU gettext.
35815
35816 2003-10-06  Bruno Haible  <bruno@clisp.org>
35817
35818         * lib/version-etc-2.h: Remove file.
35819         * lib/version-etc-2.c: Remove file.
35820
35821 2003-10-06  Bruno Haible  <bruno@clisp.org>
35822
35823         * lib/fatal-signal.h: New file, from GNU gettext.
35824         * lib/fatal-signal.c: New file, from GNU gettext.
35825
35826 2003-10-05  Paul Eggert  <eggert@twinsun.com>
35827
35828         * README: Rework advice for preventing empty .o files.
35829         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
35830         not <sys/types.h>.
35831
35832 2003-10-04  Karl Berry  <karl@gnu.org>
35833
35834         * lib/argp*: update from libc.
35835
35836 2003-10-04  Karl Berry  <karl@gnu.org>
35837
35838         * config/config.{guess,sub}: update from config.
35839
35840 2003-10-02  Bruno Haible  <bruno@clisp.org>
35841
35842         * modules/lchown (Include): Add lchown.h.
35843         * modules/time_r (Include): Use "..." syntax.
35844         * modules/xgetdomainname (Include): Add xgetdomainname.h.
35845
35846 2003-10-01  Simon Josefsson  <jas@extundo.com>
35847
35848         * MODULES.html.sh (func_all_modules): Move gethostname from section
35849         'based on' to section 'lacking' POSIX:2001.
35850
35851 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
35852
35853         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
35854         to output mode on the same stream.
35855
35856 2003-09-29  Paul Eggert  <eggert@twinsun.com>
35857
35858         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
35859         Fix arg typo in previous patch.
35860
35861 2003-09-28  Jim Meyering  <jim@meyering.net>
35862
35863         * lib/error.c: Correct cpp indentation.
35864
35865 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35866
35867         * modules/free: New file.
35868
35869 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35870
35871         * m4/free.m4: New file.
35872
35873 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35874
35875         * lib/minmax.h (MIN, MAX)
35876         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
35877         Omit the special code that used __typeof__, since we worry that
35878         it could be more trouble than it's worth.  See:
35879         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
35880         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
35881
35882         * lib/free.c: New file.
35883
35884 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
35885
35886         Trivial fixes to Makefile.am parts of module listings.
35887         * modules/strstr: Append strstr.h to lib_SOURCES.
35888         * modules/strcase: Likewise, for strcase.h.
35889
35890 2003-09-27  Karl Berry  <karl@gnu.org>
35891
35892         * config/mkinstalldirs: update from automake.
35893
35894 2003-09-26  Paul Eggert  <eggert@twinsun.com>
35895
35896         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
35897         (error_tail): Do not loop, reallocating temporary buffer, since
35898         the output cannot contain more wide characters than the input
35899         contains bytes, the size must be big enough already.  This avoids
35900         one potential size overflow calculation.  Check for size overflow
35901         when calculating temporary buffer size.  Free temporary buffer
35902         when done, if it was allocated with malloc; this plugs a memory
35903         leak.  Remove casts from void * to pointers, that are no longer
35904         needed now that we're assuming C89 or better.
35905
35906         Merge error changes from glibc.
35907
35908         * lib/error.c, error.h: Update copyright notice header to match glibc.
35909         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
35910         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
35911         Disable cancellation while printing error.
35912         * lib/error.h: Prepend __ to parameter names.
35913
35914 2003-09-26  Jim Meyering  <jim@meyering.net>
35915
35916         * lib/error.c (error_tail): Move some declarations
35917         into inner scope where the local variables are used.
35918
35919 2003-09-26  Bruno Haible  <bruno@clisp.org>
35920
35921         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
35922         stpncpy().
35923         Don't define stpncpy through config.h; it's now done through stpncpy.h.
35924
35925 2003-09-26  Bruno Haible  <bruno@clisp.org>
35926
35927         * lib/stpncpy.h (gnu_stpncpy): New declaration.
35928         (stpncpy): Define as alias for gnu_stpncpy.
35929         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
35930
35931 2003-09-25  Simon Josefsson  <jas@extundo.com>
35932
35933         * lib/xgetdomainname.h: New file.
35934         * lib/xgetdomainname.c: New file.
35935
35936 2003-09-25  Simon Josefsson  <jas@extundo.com>
35937             Bruno Haible  <bruno@clisp.org>
35938
35939         * modules/getdomainname: New file.
35940         * modules/xgetdomainname: New file.
35941         * MODULES.html.sh (func_all_modules): Add getdomainname,
35942         xgetdomainname.
35943
35944 2003-09-25  Simon Josefsson  <jas@extundo.com>
35945             Bruno Haible  <bruno@clisp.org>
35946
35947         * m4/getdomainname.m4: New file.
35948
35949 2003-09-25  Simon Josefsson  <jas@extundo.com>
35950             Bruno Haible  <bruno@clisp.org>
35951
35952         * lib/getdomainname.h: New file.
35953         * lib/getdomainname.c: New file.
35954
35955 2003-09-25  Karl Berry  <karl@gnu.org>
35956
35957         * lib/argp-fmtstream.c, argp-help.c: update from libc.
35958
35959 2003-09-25  Karl Berry  <karl@gnu.org>
35960
35961         * config/install-sh: update from automake.
35962
35963 2003-09-25  Bruno Haible  <bruno@clisp.org>
35964
35965         * modules/version-etc-2: New file, from modules/version-etc with
35966         modifications.
35967         * MODULES.html.sh (func_all_modules): Add version-etc-2.
35968
35969 2003-09-25  Bruno Haible  <bruno@clisp.org>
35970
35971         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
35972         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
35973
35974 2003-09-24  Simon Josefsson  <jas@extundo.com>
35975
35976         * modules/xgethostname: Add xgethostname.h.
35977
35978 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35979
35980         * lib/linebuffer.c (freebuffer): Don't free the argument, just
35981         the buffer associated with the argument.  Bug reported by
35982         Simon Josefsson.
35983
35984 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35985
35986         * README: Document assumptions that 'int' is at least 32 bits
35987         wide, that integer arithmetic is 2's complement without overflow,
35988         that there are no holes in integer values, that adding sizes of
35989         two nonoverlapping objects can't overflow, and that all-bits-zero
35990         yields scalar zero.  Fix spelling and capitalization typos.
35991
35992 2003-09-19  Karl Berry  <karl@gnu.org>
35993
35994         * lib/argp.h: update from libc.
35995
35996 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35997
35998         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
35999         to avoid spurious warnings like "AC_RUN_IFELSE was called before
36000         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
36001
36002 2003-09-17  Paul Eggert  <eggert@twinsun.com>
36003
36004         * gnulib-tool: Use "test -h", not "test -L", for portability
36005         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
36006         (tags_regexp): Remove, since \| doesn't conform to POSIX.
36007         (sed_extract_prog): Issue s commands one-by-one, rather than
36008         using \| in one s command.
36009
36010 2003-09-16  Paul Eggert  <eggert@twinsun.com>
36011
36012         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
36013         input error, instead of returning NULL the next time we are called
36014         (and therefore losing track of errno).
36015
36016 2003-09-16  Bruno Haible  <bruno@clisp.org>
36017
36018         * gnulib-tool (func_create_testdir): Warn about duplicated
36019         dependencies.
36020
36021 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36022
36023         * modules/argmatch, modules/fatal, modules/obstack,
36024         modules/xalloc, modules/xgethostname: Sort dependencies by
36025         importance, not alphabetically.
36026
36027 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36028
36029         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
36030         fails, so that the caller gets the proper errno.
36031
36032         * lib/readutmp.c (read_utmp): Likewise.
36033         Check for fstat error.  Close stream and free storage
36034         when failing.
36035
36036 2003-09-14  Karl Berry  <karl@gnu.org>
36037
36038         * config/srclist.txt (strdup.c): disable for c89 changes.
36039
36040 2003-09-14  Jim Meyering  <jim@meyering.net>
36041
36042         * lib/getloadavg.c: Correct cpp indentation.
36043         * lib/strdup.c: Likewise.
36044         * lib/vasnprintf.c: Likewise.
36045
36046 2003-09-14  Bruno Haible  <bruno@clisp.org>
36047
36048         * modules/fwriteerror: New file.
36049         * MODULES.html.sh (func_all_modules): Add fwriteerror.
36050
36051 2003-09-14  Bruno Haible  <bruno@clisp.org>
36052
36053         * lib/fwriteerror.h: New file.
36054         * lib/fwriteerror.c: New file.
36055
36056 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36057
36058         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
36059         modules/xgethostname, modules/xalloc: Depend on exit.
36060
36061 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36062
36063         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
36064
36065         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
36066         and AC_MINIX, too, so that their extensions are available.
36067
36068         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
36069         This macro has been superseded by gl_BACKUPFILE.
36070
36071         More patches to assume C89 or better.
36072
36073         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
36074
36075         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
36076         unconditionally.
36077         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
36078         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
36079         Include <string.h>, <stdlib.h> unconditionally.
36080         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
36081         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
36082         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
36083         headers or for string.h.
36084         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
36085         or strtoul.
36086
36087         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
36088         headers.
36089         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
36090         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36091         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
36092         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
36093         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36094         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
36095         memcpy, memset.
36096         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
36097         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
36098         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
36099         strtol.
36100         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
36101         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
36102         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
36103         strtoul.
36104
36105 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36106
36107         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
36108         * lib/obstack.c [!defined _LIBC]: Likewise.
36109         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
36110         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
36111         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
36112
36113         More changes to assume C89 or better.
36114
36115         * lib/error.c (error_tail): Assume vprintf.
36116
36117         * lib/argmatch.c (getenv): Remove decl.
36118         * lib/progreloc.c (get_full_program_name): Define via prototype.
36119         * lib/setenv.c (clearenv): Likewise.
36120         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
36121         needed.
36122         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
36123         (malloc, memcpy): Remove decls.
36124         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
36125         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
36126         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
36127         (memcpy): Remove macro.
36128         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
36129         (__P): Remove.  All uses removed.
36130         (PTR): Remove.  All uses changed to void *.
36131         (CHAR_BIT, NULL): Remove.
36132         (spaces, zeros, memset_space, memset_zero)
36133         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
36134         Remove.
36135         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
36136         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
36137         Define with prototype.
36138         Remove now-unnecessary prototype decl.
36139         (extra_args_spec): Assume ANSI C.  All uses changed.
36140         (extra_args_spec_iso): Remove.
36141         (my_strftime, emacs_strftimeu): Define via prototype.
36142         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
36143         unconditionally.
36144         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
36145         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
36146         (strtoul, strtol): Remove decls.
36147         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
36148         LONG_MAX): Remove.
36149         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
36150         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
36151         (LOCALE_PARAM_PROTO): New macro.
36152         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
36153         (INTERNAL (strtol), strtol): Define with a prototype.
36154         (PARAMS): Remove.  All uses removed.
36155         * lib/tempname.c: Include <string.h> unconditionally.
36156         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
36157         * lib/xgethostname.c (main): Define with a prototype.
36158         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
36159         Include <stdlib.h> unconditionally.
36160         (calloc, malloc, realloc, free): Remove decls.
36161         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
36162         Include <stdlib.h> unconditionally.  Sort include file names.
36163         (strtod): Remove.
36164         (xstrtod): Define with a prototype.
36165         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
36166         (strtol, strtoul): Remove decls.
36167
36168 2003-09-11  Paul Eggert  <eggert@twinsun.com>
36169
36170         More patches to assume C89 or better.
36171         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
36172         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
36173         string.h, memchr, STDC_HEADERS.
36174
36175 2003-09-11  Paul Eggert  <eggert@twinsun.com>
36176
36177         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
36178         Include <stdlib.h>, <string.h> unconditionally.
36179         Remove now-unnecessary cast to char *.
36180         * lib/strnlen.c: Include <string.h> unconditionally.
36181         * lib/yesno.c (yesno): Define with a prototype.
36182
36183 2003-09-11  Bruno Haible  <bruno@clisp.org>
36184
36185         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
36186
36187 2003-09-10  Jim Meyering  <jim@meyering.net>
36188
36189         * lib/error.c: Correct indentation of cpp directives.
36190
36191 2003-09-10  Bruno Haible  <bruno@clisp.org>
36192
36193         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
36194         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
36195         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
36196         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
36197         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
36198         <stdlib.h> and <string.h> checks.
36199         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
36200         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
36201
36202 2003-09-10  Bruno Haible  <bruno@clisp.org>
36203
36204         * lib/strcspn.c: Include <string.h> unconditionally.
36205         * lib/strpbrk.c: Include <string.h> unconditionally.
36206         * lib/strstr.c: Include <string.h> unconditionally.
36207         * lib/unicodeio.c: Include <string.h> unconditionally.
36208         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
36209         * lib/unsetenv.c: Likewise.
36210         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
36211         * lib/yesno.c: Include <stdlib.h> unconditionally.
36212         (rpmatch): Add prototype.
36213
36214 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36215
36216         More patches to assume C89 or better.
36217         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
36218         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
36219         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
36220         or for string.h.
36221         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
36222         stdlib.h.
36223         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
36224         C headers.
36225         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
36226         string.h.
36227         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
36228         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
36229         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
36230         or for string.h.
36231         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
36232         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
36233         C headers.
36234         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
36235         memcpy.
36236         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
36237         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
36238         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
36239         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
36240         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
36241         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
36242         string.h, free.
36243         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
36244         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
36245         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
36246         C headers, or for string.h.
36247         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
36248         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
36249         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
36250         headers, memory.h, stdlib.h, string.h, strings.h.
36251         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
36252         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
36253         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
36254         strchr.
36255         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
36256         headers, memory.h, string.h.
36257         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
36258         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
36259         free.
36260         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
36261         headers.
36262         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
36263         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
36264         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
36265         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
36266         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
36267
36268 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36269
36270         More K&R removal.
36271
36272         * lib/acosl.c (main): Use a prototype.
36273         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
36274         tanl.c: Likewise.
36275
36276         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
36277
36278         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
36279         (getopt, etopt_long, getopt_long_only, _getopt_internal)
36280         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
36281         with a prototype.
36282         * lib/getopt.c (const): Remove macro.
36283         Include <string.h> unconditionally.
36284         (my_index): Remove; all uses changed to strchr.
36285         (strlen): Remove decl.
36286         (exchange): Remove forward decl; no longer needed.
36287         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
36288         Define with prototype.
36289         * lib/getopt1.c (const): Remove macro.
36290         (getopt_long, getopt_long_only, main): Define with prototype.
36291
36292         * lib/getugroups.c: Include <string.h> unconditionally.
36293
36294         * lib/getusershell.c: Include <stdlib.h> unconditionally.
36295         (getusershell, setusershell, endusershell, readname, main):
36296         Define with prototypes.
36297
36298         * lib/group-member.c: Include group-member.h first.
36299         Include <stdlib.h> unconditionally.
36300
36301         * lib/hard-locale.c: Include hard-locale.h first.
36302         Include <stdlib.h>, <string.h> unconditionally.
36303
36304         * lib/hash.c (free, malloc): Remove decls.
36305         Include <stdlib.h> unconditionally.
36306
36307         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
36308         (getenv): Do not declare.
36309
36310         * lib/idcache.c: Include <string.h> unconditionally.
36311
36312         * lib/long-options.c: Include long-options.h first, to test interface.
36313         Include <stdlib.h> unconditionally.
36314
36315         * lib/makepath.c: Include makepath.h first, to test interface.
36316         Include <stdlib.h> and <string.h> unconditionally.
36317
36318         * lib/linebuffer.c: Include <stdlib.h>.
36319         (free): Remove decl.
36320
36321         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
36322         stddef.h. rpl_malloc returns void *, not char *.
36323         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
36324         prototype.
36325
36326         * lib/md5.h: Include <limits.h> unconditionally.
36327         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
36328         (__P): Remove; all uses removed.
36329         * lib/md5.c: Include "md5.h" first.
36330         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
36331         md5_buffer, md5_process_bytes, md5_process_block):
36332         Define with prototypes.
36333         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
36334         * lib/sha.c: Include "sha.h" first.
36335         Include <stdlib.h>, <string.h> unconditionally.
36336
36337         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
36338         * lib/memcmp.c (__ptr_t): Likewise.
36339         * lib/memrchr.c (__ptr_t): Likewise.
36340         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
36341         Include <string.h> unconditionally.
36342         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
36343         * lib/memchr.c: Include <stdlib.h> unconditionally.
36344         * lib/memchr.c (LONG_MAX): Remove.
36345         * lib/memrchr.c (LONG_MAX): Likewise.
36346         * lib/memchr.c (__memchr): Define via a prototype.
36347         * lib/memrchr.c (__memrchr): Likewise.
36348         * lib/memcmp.c (__P): Remove, and remove all uses.
36349         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
36350         Remove forward decls; no longer needed.
36351         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
36352         Use types required by C89 in prototype.
36353
36354         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
36355         * lib/savedir.c: Likewise.
36356         * lib/mkdir.c (free): Remove decl.
36357         * lib/rmdir.c (rmdir): Define with a prototype.
36358         * lib/savedir.c: Include savedir.h first, to test interface.
36359
36360         * lib/mktime.c (STDC_HEADERS): Remove.
36361         Include <stdlib.h>, <string.h> unconditionally.
36362
36363         * lib/modechange.c: Include <stdlib.h> unconditionally.
36364         (malloc): Remove decl.
36365
36366         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
36367         (free): Remove decl.
36368
36369         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
36370         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
36371         (This type really should be intptr_t, but that's a C99ism.)
36372         (_obstack_memcpy): Remove: all uses changed to memcpy.
36373         Include <string.h> unconditionally.
36374         (struct obstack): Assume __STDC__ for types of members
36375         chunkfun, freefun, extra_arg.
36376         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
36377         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
36378         obstack_begin, obstack_specify_allocation,
36379         obstack_specify_allocation_with_arg, obstack_chunkfun,
36380         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
36381         Remove unprototyped decls and the macros that use them.
36382         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
36383         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
36384         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
36385         (defined __STDC__ && __STDC__)]:
36386         Remove nonprototyped code.
36387         Include <stdlib.h> unconditionally.
36388         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
36389         _obstack_allocated_p, _obstack_free, obstack_free,
36390         _obstack_memory_used, print_and_abort):
36391         Define using prototypes.
36392         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
36393         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
36394         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
36395         obstack_next_free, obstack_object_size, obstack_room) [0]:
36396         Remove unused, unprototyped code.
36397
36398         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
36399
36400         * lib/physmem.c (physmem_total, physmem_available, main): Define
36401         with prototypes.
36402
36403         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
36404         (main): Define with a prototype.
36405
36406         * lib/posixver.c (getenv): Remove decl.
36407
36408         * lib/putenv.c (malloc): Returns void *, not char *.
36409         Include <string.h> unconditionally.
36410         (strchr, memcpy, NULL): Do not define.
36411
36412         * lib/readtokens.c: Include readtokens.h first, to test interface.
36413         Include <stdlib.h>, <string.h> unconditionally.
36414         (init_tokenbuffer): Define with a prototype.
36415
36416         * lib/regex.c (PARAMS): Remove.  All uses removed.
36417         All uses of _RE_ARGS removed, too.
36418         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
36419         unconditionally.
36420         (bzero): Assume memset exists.
36421         (memcmp, memcpy, NULL): Remove.
36422         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
36423         char, or assignments to local vars of type signed char.
36424         (init_syntax_once, PREFIX(extract_number_and_incr),
36425         PREFIX(print_partial_compiled_pattern),
36426         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
36427         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
36428         PREFIX(regex_grow_registers), PREFIX(regex_compile),
36429         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
36430         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
36431         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
36432         wcs_compile_range, byte_compile_range, truncate_wchar,
36433         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
36434         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
36435         count_mbs_length, wcs_re_match_2_internal,
36436         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
36437         PREFIX(alt_match_null_string_p),
36438         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
36439         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
36440         regfree, PREFIX(extract_number)): Define with prototype.  Remove
36441         now-unnecessary declaration, if any.
36442         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
36443         regcomp, regexec):
36444         Remove now-unnecessary casts among pointer types.
36445         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
36446
36447         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
36448         (free): Remove decl.
36449
36450         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
36451
36452         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
36453         (free): Remove decl.
36454
36455         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
36456         * lib/xgetcwd.c: Likewise.
36457
36458         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
36459         (free): Remove decl.
36460
36461         * lib/strchrnul.c (strchrnul): Define with a prototype.
36462         Fix bug: c_in was not converted to char before searching.
36463
36464         The following changes are not K&R related:
36465
36466         * lib/group-member.h: Include <sys/types.h>, so that this file is
36467         self-contained.
36468         * lib/makepath.h: Likewise.
36469
36470         * lib/getusershell.c (readname, default_index, line_size, readname):
36471         Use size_t, not int, for sizes.
36472         (readname): If the size overflows, report an error instead of
36473         looping forever.
36474
36475 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36476
36477         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
36478         libc.
36479
36480 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36481
36482         * README: New section: portability guidelines.
36483
36484 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
36485
36486         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
36487         C89 spec.
36488
36489 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
36490
36491         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
36492
36493 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36494
36495         Assume C89 or better; remove K&R cruft.
36496         A few of these changes were first proposed by Derek Robert Price
36497         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
36498
36499         * lib/addext.c: Include <string.h> unconditionally.
36500         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
36501         Don't declare getenv or malloc.
36502
36503         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
36504         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
36505         (NULL): Remove.
36506         (find_stack_direction, alloca): Use prototypes.
36507
36508         * lib/atexit.c (atexit): Define using a prototype.
36509
36510         * lib/basename.c, dirname.c, stripslash.c:
36511         Include <string.h> unconditionally.
36512
36513         * lib/bcopy.c: Include <stddef.h>.
36514         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
36515
36516         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
36517
36518         * lib/error.h (error, error_at_line, error_print_progname)
36519         [! (defined (__STDC__) && __STDC__)]: Remove decls.
36520         * lib/error.c: Include error.h first, to check interface.
36521         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36522         (VA_START): Remove; all uses changeed to va_start.
36523         (exit, strerror): Remove decls.
36524         (error_print_progname): Prototype uncondionally.
36525         Don't include <errno.h>; no longer needed.
36526         (private_strerror): Remove.
36527         (error_tail): Always define.
36528         (error, error_at_line): Assume C89 or better; always use prototypes.
36529         * lib/fatal.c: Include "fatal.h" first, to test interface.
36530         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36531         (VA_START): Remove; all uses changed to va_start.
36532         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
36533         this case.
36534         (exit): Remove decl.
36535         (fatal): Prototype unconditionally.  Assume va_start works.
36536         Abort at end, to pacify gcc.
36537
36538         * lib/euidaccess.c (main): Define with a prototype.
36539
36540         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
36541
36542         * lib/exitfail.c: Include <stdlib.h> unconditionally.
36543
36544         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
36545         prototypes.
36546         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
36547         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
36548         (getenv): Remove decl.
36549         (fnmatch): Define using a prototype.
36550         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
36551         (FCT): Define using a prototype.
36552
36553         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
36554
36555         * lib/gethostname.c: Include <stddef.h>.
36556         (gethostname): Define with prototype.  Length is size_t, not int.
36557
36558 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36559
36560         Assume C89 or better; remove K&R cruft.
36561         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
36562         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
36563         string.h, getenv, malloc.
36564         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
36565         headers.
36566         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
36567         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
36568         do not check for strerror.
36569         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
36570         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
36571         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
36572         do not check for doprnt or vprintf.
36573         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
36574         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
36575
36576 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36577
36578         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
36579         getversion.c should have been removed then, but was accidentally
36580         preserved.
36581
36582         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
36583         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
36584
36585 2003-09-08  Karl Berry  <karl@gnu.org>
36586
36587         * config/config.sub, config.guess, srclistvars.sh: update from savannah
36588                 config, forget about prep.
36589
36590         * config/depcomp, missing: update from automake.
36591
36592 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36593
36594         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
36595         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36596
36597 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36598
36599         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
36600         copy_tm_result.  Bug reported by Simon Josefsson in
36601         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36602
36603 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36604
36605         * m4/time_r.m4: New file.
36606         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
36607         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
36608         is. Check for timegm declaration.
36609         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
36610         Do not check for gmtime_r.
36611         Replace mktime if __mktime_internal does not exist and if mktime
36612         hasn't been replaced already.
36613
36614 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36615
36616         * lib/time_r.c, lib/time_r.h: New files.
36617
36618         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
36619         __localtime_r.
36620         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
36621         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
36622
36623         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
36624         __gmtime_r.
36625         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
36626         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
36627         Include <time_r.h>.
36628
36629         * lib/timegm.c: Switch to glibc implementation, with the following
36630         changes:
36631         [defined HAVE_CONFIG_H]: Include <config.h>.
36632         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
36633         (__mktime_internal) [!defined _LIBC]: New decl.
36634         (__gmtime_r) [!defined _LIBC]: New macro and function.
36635         (timegm): Use a prototype, since gnulib assumes C89.
36636         Do not bother declaring tmp to be const, as it's not really usefu.
36637         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
36638         (timegm): Declare only if HAVE_DECL_TIMEGM.
36639
36640 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36641
36642         * MODULES.html.sh (func_all_modules): Add time_r.
36643         * modules/time_r: New file.
36644         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
36645         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
36646
36647 2003-09-03  Paul Eggert  <eggert@twinsun.com>
36648
36649         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
36650         Bug reported by Lute Kamstra in
36651         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
36652
36653         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
36654         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
36655         course with correspondingly smaller numbers for tomorrow and
36656         yesterday.  From Tadayoshi Funaba.  Originally installed into
36657         sh-utils on 1999-08-07, but the patch got lost (I guess during the
36658         coreutils merge?).
36659
36660 2003-08-31  Simon Josefsson  <jas@extundo.com>
36661
36662         * modules/timegm: New file.
36663         * MODULES.html.sh (func_all_modules): Add timegm.
36664
36665 2003-08-31  Simon Josefsson  <jas@extundo.com>
36666
36667         * m4/timegm.m4: New file.
36668
36669 2003-08-31  Simon Josefsson  <jas@extundo.com>
36670
36671         * lib/timegm.h: New file.
36672         * lib/timegm.c: New file.  Based on
36673         wget-1.8.2/src/http.c:mktime_from_utc.
36674
36675 2003-08-31  Karl Berry  <karl@gnu.org>
36676
36677         * lib/argp.h: update from libc.
36678
36679 2003-08-28  Bruno Haible  <bruno@clisp.org>
36680
36681         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
36682         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
36683         followed by '#define fnmatch fnmatch_posix' gives an error.
36684
36685 2003-08-28  Bruno Haible  <bruno@clisp.org>
36686
36687         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
36688         warning on QNX, which defines O_BINARY to 000000.
36689
36690 2003-08-27  Jim Meyering  <jim@meyering.net>
36691
36692         * m4/mkstemp.m4: Require that the system mkstemp be able to create
36693         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
36694         would fail after 32.  Reported by Danny Levinson.  Details here:
36695         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
36696
36697 2003-08-24  Bruno Haible  <bruno@clisp.org>
36698
36699         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
36700         MSVC7 <stdio.h> is included later.
36701
36702 2003-08-22  Simon Josefsson  <jas@extundo.com>
36703
36704         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
36705
36706 2003-08-20  Karl Berry  <karl@gnu.org>
36707
36708         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
36709
36710 2003-08-20  Bruno Haible  <bruno@clisp.org>
36711
36712         * modules/progname: New file.
36713         * MODULES.html.sh (func_all_modules): Add progname.
36714
36715 2003-08-20  Bruno Haible  <bruno@clisp.org>
36716
36717         * lib/progname.h: New file, from GNU gettext.
36718         * lib/progname.c: New file, from GNU gettext.
36719         * lib/progreloc.c: New file, from GNU gettext.
36720
36721 2003-08-19  Jim Meyering  <jim@meyering.net>
36722
36723         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
36724         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
36725
36726 2003-08-19  Bruno Haible  <bruno@clisp.org>
36727
36728         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
36729         more.
36730
36731 2003-08-19  Bruno Haible  <bruno@clisp.org>
36732
36733         * lib/xstrdup.c: Assume <string.h> exists.
36734
36735 2003-08-18  Paul Eggert  <eggert@twinsun.com>
36736
36737         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
36738         in makefile rules.
36739
36740 2003-08-18  Jim Meyering  <jim@meyering.net>
36741
36742         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
36743         * m4/lib-ld.m4: Likewise.
36744
36745 2003-08-18  Jim Meyering  <jim@meyering.net>
36746
36747         * lib/setenv.h: Indent nested cpp directive.
36748         * lib/vasnprintf.c: Remove trailing blanks.
36749
36750 2003-08-17  Simon Josefsson  <jas@extundo.com>
36751
36752         * modules/xstrndup: New file.
36753         * MODULES.html.sh (func_all_modules): Add xstrndup.
36754
36755 2003-08-17  Simon Josefsson  <jas@extundo.com>
36756
36757         * modules/argp: Fix autoconf macro name. Add more dependencies.
36758
36759 2003-08-17  Simon Josefsson  <jas@extundo.com>
36760
36761         * m4/xstrndup.m4: New file.
36762
36763 2003-08-17  Simon Josefsson  <jas@extundo.com>
36764
36765         * m4/argp.m4: New file.
36766
36767 2003-08-17  Simon Josefsson  <jas@extundo.com>
36768             Bruno Haible  <bruno@clisp.org>
36769
36770         * lib/xstrndup.h: New file.
36771         * lib/xstrndup.c: New file.
36772
36773 2003-08-17  Bruno Haible  <bruno@clisp.org>
36774
36775         * modules/strndup (Files, Include): Add lib/strndup.h.
36776
36777 2003-08-17  Bruno Haible  <bruno@clisp.org>
36778
36779         * modules/euidaccess (Files): Add lib/euidaccess.h.
36780
36781 2003-08-17  Bruno Haible  <bruno@clisp.org>
36782
36783         * lib/strndup.h: New file.
36784
36785 2003-08-17  Bruno Haible  <bruno@clisp.org>
36786
36787         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
36788         like AC_GNU_SOURCE.
36789         * modules/extensions (configure.ac): Comment out the invocation of
36790         gl_USE_SYSTEM_EXTENSIONS.
36791
36792 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36793
36794         Merges from coreutils, etc.
36795         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
36796         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
36797         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
36798         fixing a typo.
36799         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
36800         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
36801
36802 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36803
36804         Document merge from coreutils.
36805         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
36806         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
36807         * modules/utime: Add m4/utimes-null.m4.
36808
36809 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36810
36811         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
36812         space, undoing this 2003-08-12 change:
36813         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36814
36815 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36816
36817         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
36818         strtoul.c from libc, undoing this 2003-08-12 change:
36819         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36820
36821 2003-08-16  Jim Meyering  <jim@meyering.net>
36822
36823         Merges from coreutils.
36824         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
36825         prefix.  Adjust cache variables similarly.  Create 500 rather than
36826         just 300 files, to exercise bug on Darwin6.5, too.
36827         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
36828         $missing_dir.
36829         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
36830         AM_SYS_POSIX_TERMIOS.
36831         Reported by mkc@mathdogs.com.
36832         Also change use of $am_cv_sys_posix_termios
36833         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
36834         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
36835         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
36836         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
36837         in /proc/mounts until it finds one with matching device number.  This
36838         is unnecessary when the FILE argument *is* a mount point.  No stat call
36839         is necessary in that case.  So, disable the statvfs-testing code on
36840         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
36841         as RedHat bug# 84846.
36842         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36843         to 1MB, so as not to render systems with no stack size limit (e.g.,
36844         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36845         Include <unistd.h>.  On some systems,
36846         it is required for the definition of _SC_PAGESIZE.
36847
36848 2003-08-16  Jim Meyering  <jim@meyering.net>
36849
36850         Merge from coreutils.
36851         * lib/xstrtoimax.c: #else #if -> #elif.
36852         * lib/xstrtoumax.c: Likewise.
36853
36854 2003-08-16  Jim Meyering  <jim@meyering.net>
36855
36856         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
36857         * m4/utimes.m4: Removed.
36858         * m4/utimes-null.m4: Renamed from utimes.m4.
36859
36860         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36861         to 1MB, so as not to render systems with no stack size limit (e.g.,
36862         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36863         Include <unistd.h>.  On some systems,
36864         it is required for the definition of _SC_PAGESIZE.
36865
36866 2003-08-16  Jim Meyering  <jim@meyering.net>
36867         and Paul Eggert  <eggert@cs.ucla.edu>
36868
36869         Merges from coreutils, etc.
36870
36871         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
36872         using the latest version from cvs.  This avoids problems with #line
36873         directives using a vendor (Sun) compiler.
36874         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
36875         Don't set GETGROUPS_LIB here; now it's
36876         done via getgroups.m4's wrapper function.
36877         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
36878         rather than just in sh-util/configure.in, so that the
36879         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
36880         same.
36881         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
36882         AC_FUNC_GETLOADAVG where to find getloadavg.c.
36883         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
36884         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
36885         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
36886         Remove code that is now done by the newly-required macros.
36887         Append $(EXEEXT) to DF_PROG.
36888         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
36889         Do not invoke or require the following here,
36890         since prereq.m4 or some gnulib .m4 now does this for us:
36891         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
36892         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
36893         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
36894         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
36895         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
36896         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
36897         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
36898         AC_FUNC_OBSTACK.
36899         Do not replace the following functions, as this is now the job
36900         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
36901         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
36902         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
36903         atexit getpass, strdup, getpagesize.
36904         Replace 'raise'.
36905         Do not check for the following functions, as this is now the job
36906         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
36907         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
36908         setregid.
36909         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
36910         Check for sys/sysctl.h.
36911         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
36912         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
36913         of checking for ssize_t ourselves.
36914
36915         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
36916         Require every macro that gnulib/modules/* suggests for us.
36917         (jm_PREREQ_ADDEXT): New macro.
36918         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
36919         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
36920
36921         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
36922         (gl_PHYSMEM): Use it.
36923         Also check for `table' function.
36924         Check for new headers and functions.
36925         Add check for sys/sysmp.h.
36926         With suggestions from Kaveh Ghazi.
36927         Ignore headers that are present but cannot be compiled.  This
36928         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
36929         C 5.4.
36930
36931 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36932
36933         Document merge from coreutils.
36934         * modules/userspec: Depend on posixver.
36935         * modules/strftime: Depend on tzset.
36936
36937 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36938
36939         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
36940         rather than tab, after '#' in shell-script copyright notices.
36941         Suggested by Bruno Haible.
36942
36943 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36944
36945         * config/srclist-update: Use three spaces, rather than tab, after '#'
36946         in shell-script copyright notices.  Suggested by Bruno Haible.
36947         Remove unnecessary parenthesization in regular expression.
36948
36949 2003-08-15  Jim Meyering  <jim@meyering.net>
36950
36951         Merge from coreutils.
36952         * lib/xgethostname.c: Include <stdlib.h>.
36953         (xghostname): Don't exit for anything other than memory-related
36954         failure; just return NULL.
36955         * lib/userspec.c: Include "posixver.h".
36956         (parse_user_spec): Accept `.' as a separator only
36957         in pre-POSIX-200112 mode.
36958         * lib/strtoimax.c: Use #elif rather than #else #if.
36959         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
36960         Remove function, now that we can rely on a working tzset function.
36961         [!_LIBC]: Ensure that the required autoconf test has been run.
36962         [!defined _NL_CURRENT && HAVE_STRFTIME]:
36963         Use underlying_strftime for %r.
36964         * lib/sha.c: Merge in some clean-up and optimization changes from
36965         glibc.
36966         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
36967         Ensure that it is a multiple of 64.
36968         Rearrange loop exit tests so as to avoid performing an
36969         additional fread after encountering an error or EOF.
36970         * lib/realloc.c: Update copyright date.
36971
36972 2003-08-15  Jim Meyering  <jim@meyering.net>
36973         and Paul Eggert  <eggert@twinsun.com>
36974
36975         Merge from coreutils.
36976         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
36977         member but strut utmpx does not.  Needed for AIX 4.3.3.
36978         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
36979
36980 2003-08-15  Jim Meyering  <jim@meyering.net>
36981         and Paul Eggert  <eggert@cs.ucla.edu>
36982
36983         Merges from coreutils, etc.
36984         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
36985         Require gl_FUNC_TZSET_CLOBBER.
36986         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
36987         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
36988         members.
36989
36990 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36991
36992         Help the merge from coreutils.
36993         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
36994         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
36995         * m4/tzset.m4: Use it too.
36996
36997 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36998
36999         * modules/tzset: New file.
37000
37001 2003-08-14  Jim Meyering  <jim@meyering.net>
37002
37003         Merges from coreutils.
37004         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
37005         variable names, rather than @FNMATCH_H@.
37006         * modules/alloca: Likewise for $(ALLOCA_H).
37007
37008         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
37009         the three copies of the literal target, `fnmatch.h'.
37010         * modules/alloca (alloca.h): Likewise.
37011
37012 2003-08-14  Jim Meyering  <jim@meyering.net>
37013
37014         Merge from coreutils.
37015         * m4/tzset.m4: New file.
37016         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
37017         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
37018         otherwise, AIX 5.1 systems would end up using the latter.
37019         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
37020         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
37021         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
37022         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
37023
37024 2003-08-14  Jim Meyering  <jim@meyering.net>
37025
37026         Merge from coreutils.
37027         * lib/obstack.h: Whitespace changes.
37028         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
37029         and xcalloc return values.
37030         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
37031         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
37032         hang on OSF/1 5.1 for DIR on both local and remote file systems.
37033         Reported by (and fix confirmed by) Nelson H. F. Beebe.
37034         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37035         error from mntctl.
37036         Use mntctl's return value to drive the entry-processing loop, since
37037         we can't rely on the value of the vmt_length member in the last
37038         entry.  On some systems doing so could result in exhausting
37039         virtual memory.  Based in part on a patch from Mike Jetzer.
37040
37041 2003-08-14  Jim Meyering  <jim@meyering.net>
37042         and Paul Eggert  <eggert@twinsun.com>
37043
37044         Merges from coreutils, plus other fixes.
37045         * lib/physmem.c: Merge in portability changes from gcc/libiberty
37046         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
37047         for credits and details.  Thanks to Kaveh Ghazi for helping
37048         to keep these files in sync.
37049         (ARRAY_SIZE): Define it.
37050         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
37051         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
37052         (memcasecmp): Don't assume size_t fits in unsigned int.
37053         Remove casts and duplicate code.
37054         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
37055         (memcpy): Remove definition.
37056         Merge in some clean-up and optimization changes from glibc.
37057         [BLOCKSIZE]: Move definition to top of file.
37058         Ensure that it is a multiple of 64.
37059         Rearrange loop exit tests so as to avoid performing an
37060         additional fread after encountering an error or EOF.
37061         * lib/md5.h (md5_uintptr): Define.
37062         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
37063         return to the initial working directory.  Preserve errno
37064         for caller.
37065         * lib/idcache.c: Include "xalloc.h".
37066         (xmalloc, xrealloc): Remove decls.
37067         (getuser): Remove casts no longer required in C89.
37068         * lib/human.c: Include stdio.h, for sprintf.
37069         * lib/group-member.c: Include "xalloc.h".
37070         (xmalloc, xrealloc): Remove decls.
37071         (get_group_info): Remove casts no longer required in C89.
37072         * lib/getusershell.c (readname): Remove casts no longer required in
37073         C89.
37074         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
37075         * lib/getline.c: Whitespace fix, from coreutils.
37076
37077 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37078
37079         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
37080         Check for isascii.
37081
37082         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37083         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37084         Undo previous (whitespace-only) change.
37085
37086 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37087
37088         * lib/exclude.c: Include <ctype.h>
37089         (IN_CTYPE_DOMAIN): New macro.
37090         (is_space): New fn.
37091         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
37092         and empty lines.
37093
37094         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37095         Undo previous (whitespace-only) change.
37096
37097 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37098
37099         * config/srclist-update: Change update back to the old behavior,
37100         leaving whitespace alone.  Use one 'sed' command rather than a
37101         pipeline.
37102         (fixlicense): Now a variable, not a function.
37103         (remove_trailing_blanks): Remove.
37104         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
37105         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37106         Undo previous (whitespace-only) change.
37107
37108 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37109
37110         Merge from coreutils.
37111         * modules/euidaccess: Add lib_SOURCES, include for new
37112         file euidaccess.h
37113
37114 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37115
37116         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37117         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37118         Normalize leading white space and remove trailing white space.
37119
37120         Merge from coreutils
37121         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
37122
37123         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
37124         0.12.1.  These files are now being upgraded automatically by
37125         ../config/srclist-update.
37126
37127 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37128
37129         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37130         Normalize leading white space and remove trailing white space.
37131         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
37132         notice, as per ../config/srclist-update.
37133
37134         Merge from coreutils.
37135         * lib/euidaccess.h: New file.
37136         * lib/euidaccess.c: Include it.
37137         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
37138         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
37139         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
37140
37141 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37142
37143         * config/srclist-update: Add copyright notice.
37144         (remove_id_lines, remove_trailing_blanks): New constants.
37145         (fixfile): Use them to normalize spacing a bit in copied files.
37146         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37147         Normalize leading white space and remove trailing white space.
37148
37149         * config/texinfo.tex: Sync with texinfo.
37150
37151         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
37152         strtoul.c from libc, to merge coreutils whitespace changes.
37153
37154         * config/srclist.txt: Get the following m4 files from gettext:
37155         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
37156         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
37157         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
37158         wint_t.m4.
37159
37160 2003-08-12  Karl Berry  <karl@gnu.org>
37161
37162         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
37163         been made.
37164
37165 2003-08-11  Paul Eggert  <eggert@twinsun.com>
37166
37167         * modules/gnu-source, m4/gnu-source.m4:
37168         Remove; we're assuming Autoconf 2.54 or later now.
37169         Suggested by Bruno Haible.
37170         * MODULES.html.sh (func_all_modules): Remove gnu-source.
37171
37172 2003-08-11  Bruno Haible  <bruno@clisp.org>
37173
37174         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
37175
37176 2003-08-11  Bruno Haible  <bruno@clisp.org>
37177
37178         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
37179         (vasnprintf): Use it instead of wcslen.
37180
37181 2003-08-11  Bruno Haible  <bruno@clisp.org>
37182
37183         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
37184         value to ensure that _Bool promotes to int. Use #define for _Bool when
37185         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
37186
37187 2003-08-10  Karl Berry  <karl@gnu.org>
37188
37189         * lib/regex.h: update from libc (whitespace fix).
37190
37191 2003-08-09  Paul Eggert  <eggert@twinsun.com>
37192
37193         Merge some files from coreutils.  These changes were
37194         originally made by Jim Meyering.
37195         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
37196         many older Unixes require this.
37197         * lib/alloca.c (alloca): Remove cast to argument of free;
37198         no longer needed in C89.
37199         * lib/alloca_.h, regex.h: Fix white space to match
37200         what GNU indent does.
37201
37202 2003-08-09  Paul Eggert  <eggert@twinsun.com>
37203
37204         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
37205         apparently Emacs's Unicode mode got confused before my 2003-08-05
37206         checkin.
37207
37208 2003-08-08  Paul Eggert  <eggert@twinsun.com>
37209
37210         * m4/extensions.m4: New file.
37211         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
37212         Require gl_USE_SYSTEM_EXTENSIONS.
37213         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
37214         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
37215
37216 2003-08-08  Paul Eggert  <eggert@twinsun.com>
37217
37218         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
37219         * modules/extensions, modules/gnu-source: New files.
37220         * modules/timespec, modules/unlocked-io: Depend on extensions.
37221
37222 2003-08-07  Paul Eggert  <eggert@twinsun.com>
37223
37224         * modules/restrict: New file.
37225         * MODULES.html.sh (func_all_modules): Add restrict.
37226         * modules/regex: Depend on restrict.
37227
37228 2003-08-07  Paul Eggert  <eggert@twinsun.com>
37229
37230         * m4/restrict.m4: New file.
37231         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
37232
37233 2003-08-07  Bruno Haible  <bruno@clisp.org>
37234
37235         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
37236         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
37237
37238 2003-08-07  Bruno Haible  <bruno@clisp.org>
37239
37240         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
37241         makes the module 'getndelim2' compatible with the module 'getline'.
37242
37243 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37244
37245         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
37246         byte with "\201" to avoid glitches when editing that source file
37247         with multi-gnome-terminal.
37248
37249 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37250
37251         * lib/bumpalloc.h: Remove.
37252
37253 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37254
37255         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
37256         * modules/bumpalloc: Remove.
37257
37258 2003-08-04  Paul Eggert  <eggert@twinsun.com>
37259
37260         * lib/getloadavg.c: Change copyright notice and spacing to conform to
37261         GNU coding style.
37262
37263         Merge from coreutils.
37264         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
37265         1. From glibc.
37266         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
37267         from Karl Berry, implemented by Jim Meyering.
37268         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
37269         from Dmitry V. Levin.
37270         Remove anachronistic cast of xrealloc.
37271         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
37272         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
37273         type. Otherwise, it wouldn't compile with at least /bin/cc on
37274         ymp-cray-unicos9.0.2.X.
37275         Combine two mostly-identical uses of alloca into one.
37276         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
37277
37278 2003-08-04  Dave Love  <d.love@dl.ac.uk>
37279
37280         [From Emacs.]
37281
37282         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
37283         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
37284         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
37285         obsolete NLIST_NAME_UNION.
37286         [__GNU__]: Undef BSD and FSCALE.
37287         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
37288
37289 2003-08-03  Paul Eggert  <eggert@twinsun.com>
37290
37291         * lib/stdbool_.h (_Bool): Make it signed char, instead of
37292         an enum type, so that it's guaranteed to promote to int.  See:
37293         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
37294
37295 2003-08-03  Karl Berry  <karl@gnu.org>
37296
37297         * config/depcomp: update from automake.
37298
37299 2003-07-31  Paul Eggert  <eggert@twinsun.com>
37300
37301         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
37302         (strerror): Don't assume that a printable int fits in 14 bytes.
37303
37304 2003-07-31  Bruno Haible  <bruno@clisp.org>
37305
37306         * modules/getpass-gnu: New file.
37307         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
37308
37309 2003-07-31  Bruno Haible  <bruno@clisp.org>
37310
37311         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
37312
37313 2003-07-24  Karl Berry  <karl@gnu.org>
37314
37315         * config/missing: update from automake.
37316
37317 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
37318             Bruno Haible  <bruno@clisp.org>
37319
37320         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
37321         * lib/getline.c (getline, getdelim): Likewise.
37322         Remove _GNU_SOURCE define; now it's defined in config.h through
37323         m4/getline.m4.
37324
37325 2003-07-23  Karl Berry  <karl@gnu.org>
37326
37327         * config/config.sub: update from prep.
37328
37329 2003-07-22  Paul Eggert  <eggert@twinsun.com>
37330
37331         * modules/xalloc (Depends-on): Add exitfail.
37332         * modules/xmemcoll: Likewise.
37333
37334 2003-07-22  Paul Eggert  <eggert@twinsun.com>
37335
37336         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
37337         over-parenthesization in macros.
37338
37339         Sync with coreutils.
37340
37341         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
37342         required by C99.
37343
37344         Use `exit_failure' for xalloc and xmemcoll instead of their own
37345         private exit-failure variables.
37346         * lib/xalloc.h (xalloc_exit_failure): Remove.
37347         * lib/xmalloc.c: Likewise.  Include exitfail.h.
37348         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
37349         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
37350         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
37351         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
37352
37353 2003-07-20  Jim Meyering  <jim@meyering.net>
37354
37355         * modules/closeout (Depends-on): Add exitfail.
37356         Suggestion from Bruno Haible.
37357
37358 2003-07-19  Karl Berry  <karl@gnu.org>
37359
37360         * config/config.sub: update from prep.
37361
37362 2003-07-18  Paul Eggert  <eggert@twinsun.com>
37363
37364         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
37365         Remove.
37366         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
37367         to test that it can stand by itself.  Include "exitfail.h".
37368         Clients should set exit_failure instead.
37369         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
37370
37371 2003-07-18  Bruno Haible  <bruno@clisp.org>
37372
37373         * modules/getndelim2: New file.
37374         * modules/getline: Share files with module getndelim2.
37375         * modules/getnline: Depend on getndelim2 instead of sharing files with
37376         it. Add getnline.c to lib_SOURCES.
37377         * MODULES.html.sh (func_all_modules): Add getndelim2.
37378
37379 2003-07-18  Bruno Haible  <bruno@clisp.org>
37380
37381         * m4/getndelim2.m4: New file.
37382         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
37383         invoke gl_PREREQ_GETNDELIM2.
37384         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
37385         gl_PREREQ_GETNDELIM2.
37386         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
37387         gl_GETNDELIM2.
37388
37389 2003-07-18  Bruno Haible  <bruno@clisp.org>
37390
37391         * lib/getndelim2.h: New file.
37392         * lib/getndelim2.c: Make into a module of its own. Include config.h,
37393         getndelim2.h.
37394         (getndelim2): Make non-static. Change return type to ssize_t.
37395         * lib/getline.h: Change argument names.
37396         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
37397         * lib/getnline.c: Include getndelim2.h.
37398
37399 2003-07-18  Andreas Schwab  <schwab@suse.de>
37400
37401         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
37402
37403 2003-07-17  Karl Berry  <karl@gnu.org>
37404
37405         * config/config.sub: update from prep.
37406
37407 2003-07-17  Bruno Haible  <bruno@clisp.org>
37408
37409         * modules/getnline: New file.
37410         * modules/getline: Add lib/getndelim2.c to source file list.
37411         * MODULES.html.sh (func_all_modules): Add getnline.
37412
37413 2003-07-17  Bruno Haible  <bruno@clisp.org>
37414
37415         * m4/getnline.m4: New file.
37416
37417 2003-07-17  Bruno Haible  <bruno@clisp.org>
37418
37419         * m4/Makefile.am.in: Remove file.
37420         * m4/Makefile.am: Remove file.
37421         * m4/Makefile.in: Remove file.
37422
37423 2003-07-17  Bruno Haible  <bruno@clisp.org>
37424
37425         * lib/getnline.h: New file.
37426         * lib/getnline.c: New file.
37427         * lib/getndelim2.c: New file, extracted from getline.c.
37428         (getndelim2): Renamed from getdelim2, with added nmax argument.
37429         * lib/getline.c: Include getndelim2.c.
37430         (getdelim2): Moved out to getndelim2.c.
37431         (getline, getdelim): Update.
37432
37433 2003-07-17  Bruno Haible  <bruno@clisp.org>
37434
37435         * lib/Makefile.am: Remove file.
37436         * lib/Makefile.in: Remove file.
37437
37438 2003-07-17  Bruno Haible  <bruno@clisp.org>
37439
37440         * configure.in: Remove file.
37441         * Makefile.in: Remove file.
37442
37443 2003-07-17  Bruno Haible  <bruno@clisp.org>
37444
37445         * MODULES.html.sh: Put the </BODY> right before </HTML>.
37446
37447 2003-07-16  Karl Berry  <karl@gnu.org>
37448
37449         * config/srclist-update: was running fixlicense twice, which caused
37450                 texinfo.tex to be nullified for some reason.  Simplify,
37451                 $gplsrc is no longer needed as far as I can see?
37452
37453 2003-07-16  Jim Meyering  <jim@meyering.net>
37454
37455         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
37456
37457 2003-07-15  Paul Eggert  <eggert@twinsun.com>
37458
37459         * config/srclist.txt: Get the following files from gettext-runtime/intl
37460         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
37461         ref-del.sin.  From Bruno Haible.
37462         * config/srclist-update (fixfile): Change grep pattern again, since the
37463         previous fix didn't work (there was another trailing $).  Use
37464         '[$]' to escape the $s.
37465
37466 2003-07-15  Karl Berry  <karl@gnu.org>
37467
37468         * lib/vasnprintf.c: update from gettext.
37469
37470 2003-07-15  Karl Berry  <karl@gnu.org>
37471
37472         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
37473         gets expanded when surrounded by '$'.
37474
37475 2003-07-15  Jim Meyering  <jim@meyering.net>
37476
37477         * modules/save-cwd: Don't depend on error.  From Derek Price.
37478
37479 2003-07-15  Jim Meyering  <jim@meyering.net>
37480
37481         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
37482
37483 2003-07-14  Simon Josefsson  <jas@extundo.com>
37484
37485         * modules/mempcpy: New file.
37486         * MODULES.html.sh (func_all_modules): Add mempcpy.
37487
37488 2003-07-14  Simon Josefsson  <jas@extundo.com>
37489
37490         * m4/mempcpy.m4: New file.
37491
37492 2003-07-14  Simon Josefsson  <jas@extundo.com>
37493
37494         * lib/mempcpy.h: New file.
37495         * lib/mempcpy.c: New file.
37496
37497 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37498
37499         * modules/getdate, modules/posixtm: Depend on mktime.
37500
37501 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37502
37503         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
37504         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
37505         unicodeio.c, unicodeio.h, unlocked-io.h:
37506         Switch from LGPL to GPL.
37507
37508 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37509
37510         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
37511         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
37512         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
37513         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
37514         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
37515         updated automatically by ../config/srclist-update.  This changes
37516         their license from LPGL to GPL.
37517
37518 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37519
37520         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
37521         assumed to refer to the root of the most recent stable gettext version.
37522         * config/srclistvars.sh: Add defaults for eggert.
37523         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
37524         Match "This program" as well as "The program".  This is needed
37525         for gettext.
37526
37527 2003-07-14  Jim Meyering  <jim@meyering.net>
37528
37529         Don't emit diagnostics.  Let callers do that.
37530         * lib/save-cwd.c: Don't include "error.h".
37531         (save_cwd): Don't call error.  Ensure that errno is valid
37532         when returning nonzero.
37533
37534         * lib/save-cwd.h (restore_cwd): Update prototype.
37535         * lib/save-cwd.c (restore_cwd): Remove two parameters.
37536         Simplify.  Don't call error upon failure.  Let callers do that.
37537         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
37538         when auditing is enabled.  But don't bother updating the #if.
37539
37540 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
37541
37542         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
37543         it breaks C++ compilation.
37544         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
37545
37546 2003-07-10  Simon Josefsson  <jas@extundo.com>
37547
37548         * modules/strchrnul (Makefile.am): Add strchrnul.h.
37549
37550 2003-07-10  Jim Meyering  <jim@meyering.net>
37551
37552         * m4/clock_time.m4: Remove trailing blank.
37553         * m4/intmax_t.m4: Likewise.
37554
37555 2003-07-10  Jim Meyering  <jim@meyering.net>
37556
37557         * lib/vasnprintf.c: Remove trailing blanks.
37558         Make cpp indentation consistent.
37559
37560 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37561
37562         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
37563         posixver.c, strftime.c, strnlen.c, strverscmp.c:
37564         Switch from LGPL to GPL.
37565
37566 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37567
37568         * config/srclist.txt: Sort sublists.  Add
37569         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
37570         that differ from gnulib for one reason or another; we'd like this list
37571         to be smaller but for now let's document what we have.
37572
37573 2003-07-08  Paul Eggert  <eggert@twinsun.com>
37574
37575         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
37576         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
37577         and sweeter "eval x=$x".
37578         * config/srclist.txt: Get lib/argp* from glibc.
37579
37580 2003-07-07  Paul Eggert  <eggert@twinsun.com>
37581
37582         * lib/mktime.c: Fix some boundary cases and remove need for floating
37583         point.
37584
37585         Issue a compile-time diagnostic if time_t is floating point, or if
37586         two's complement arithmetic is not in effect, or if arithmetic
37587         right shift does not propagate the sign.  These assumptions were
37588         all in the original code but they weren't checked.
37589
37590         (TIME_T_MIDPOINT, verify): New macros.
37591         (__isleap): Remove; it has integer overflow problems.
37592         (leapyear): New function, without those problems.
37593         (ydhms_tm_diff): Remove; splitting into two parts.
37594         (ydhms_diff): New function, containing the arithmetic part of
37595         the old ydhms_tm_diff function.  Issue a compile-time
37596         diagnostic if we are not using C99 integer division.
37597         Avoid casts when possible.
37598         (guess_time_tm): New function, containing the checking part of
37599         the old ydhms_tm_diff function.  Return the new value, rather than
37600         the difference between it and the old.  Accept a new argument T
37601         so that *T specifies the old value.  Check for overflow in the result.
37602
37603         (__mktime_internal): Use a time_t offset, not a long int offset.
37604         This undoes the 2003-06-04 change, which is no longer needed now
37605         that we have better overflow checking.
37606         (localtime_offset): Likewise.
37607
37608         (__mktime_internal): Avoid harmful overflow on hosts where time_t
37609         and long are 64-bit but int is only 32-bit.
37610         (ydhms_diff): Use long int to store year1 and yday1.
37611         Issue a compile-time diagnostic if long int is not wide enough.
37612
37613         (__mktime_internal): Use long int to store adjusted year and yday.
37614         Use plain C rather than preprocessor commands, if that doesn't
37615         affect efficiency.
37616         Check for overflow (and try to repair) after each probe
37617         rather than checking only at the very end.  This avoids some bugs
37618         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
37619         does not equal GMT offset at maximum time).
37620         Use integer to check for overflow rather than floating point; this
37621         is more portable to non-IEEE hosts, and is a tad faster.
37622         When we detect that we are oscillating between two values,
37623         don't check whether tm_isdst has the requested value, since
37624         we already know the answer.  When tm_isdst has the wrong value,
37625         use a different heuristic to find the right one, based on the
37626         extreme values actually observed in practice in tz2003a,
37627         rather than the (overly optimistic) "previous 3 calendar quarters".
37628
37629         (not_equal_tm, print_tm, check_result): Use "const T" rather than
37630         "T const" to accommodate glibc style.
37631         (check_result): Use less-confusing report format.  "long" -> "long int.
37632         (main): Likewise.
37633         Don't loop if the iteration overflows time_t.
37634         Allow a negative step in the iteration.
37635
37636 2003-07-06  Karl Berry  <karl@gnu.org>
37637
37638         * config/depcomp: update from automake.
37639         * config/config.sub: update from prep.
37640
37641 2003-07-03  Karl Berry  <karl@gnu.org>
37642
37643         * config/config.guess: update from prep.
37644
37645 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37646
37647         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
37648         xreadlink.c now includes it unconditionally.
37649
37650 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37651
37652         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
37653         having it depend on HAVE_SYS_TYPES_H.
37654
37655 2003-07-01  Bruno Haible  <bruno@clisp.org>
37656
37657         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
37658         <sys/types.h> should be sufficient.
37659         Reported by Paul Eggert.
37660
37661 2003-06-26  Karl Berry  <karl@gnu.org>
37662
37663         * config/depcomp: update from automake.
37664
37665 2003-06-26  Bruno Haible  <bruno@clisp.org>
37666
37667         * modules/human: Depend on module stdbool.
37668
37669 2003-06-25  Bruno Haible  <bruno@clisp.org>
37670
37671         * modules/readlink: New file.
37672         * modules/xreadlink: Depend on it.
37673         * MODULES.html.sh (func_all_modules): Add readlink.
37674
37675 2003-06-25  Bruno Haible  <bruno@clisp.org>
37676
37677         * m4/readlink.m4: New file.
37678
37679 2003-06-25  Bruno Haible  <bruno@clisp.org>
37680
37681         * lib/readlink.c: New file.
37682
37683 2003-06-22  Karl Berry  <karl@gnu.org>
37684
37685         * config/srclist.txt: update mkinstalldirs from automake.
37686         * config/mkinstalldirs: update.
37687
37688 2003-06-22  Bruno Haible  <bruno@clisp.org>
37689
37690         Portability to mingw32.
37691         * m4/ssize_t.m4: New file, from GNU gettext.
37692         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
37693         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
37694
37695 2003-06-22  Bruno Haible  <bruno@clisp.org>
37696
37697         * modules/safe-read: Add m4/ssize_t.m4.
37698         * modules/xreadlink: Add m4/ssize_t.m4.
37699
37700 2003-06-20  Bruno Haible  <bruno@clisp.org>
37701
37702         Assume C89, so PARAMS isn't needed.
37703         * lib/unicodeio.h (PARAMS): Remove.
37704         * lib/unicodeio.c: Don't use PARAMS.
37705
37706 2003-06-18  Karl Berry  <karl@gnu.org>
37707
37708         * config/config.{guess,sub}: update from prep.
37709
37710 2003-06-18  Jim Meyering  <jim@meyering.net>
37711
37712         Merge changes from coreutils.
37713         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
37714         Remove explicit declarations of xmalloc and realloc.
37715         Include xalloc.h.
37716         (read_utmp): Remove anachronistic cast of xmalloc.
37717
37718 2003-06-17  Paul Eggert  <eggert@twinsun.com>
37719
37720         Assume C89, so PARAMS isn't needed.
37721         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
37722         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
37723         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
37724         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
37725         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
37726         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
37727         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
37728         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
37729         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
37730         lib/xstrtod.h, lib/xstrtol.h: Likewise.
37731         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
37732         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
37733         no longer needed. Anyway, config.h should always be included before any
37734         other file.
37735
37736 2003-06-11  Simon Josefsson  <jas@extundo.com>
37737
37738         * modules/sysexits: New file.
37739         * MODULES.html.sh (func_all_modules): Add sysexits.
37740
37741 2003-06-11  Simon Josefsson  <jas@extundo.com>
37742
37743         * lib/sysexit_.h: New file.
37744
37745 2003-06-11  Derek Price  <derek@ximbiot.com>
37746
37747         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
37748         necessary.
37749
37750 2003-06-11  Bruno Haible  <bruno@clisp.org>
37751
37752         * m4/sysexits.m4: New file.
37753
37754 2003-06-10  Simon Josefsson  <jas@extundo.com>
37755
37756         * lib/argp.h: New file, from glibc.
37757         * lib/argp-ba.c: New file, from glibc.
37758         * lib/argp-eexst.c: New file, from glibc.
37759         * lib/argp-fmtstream.c: New file, from glibc.
37760         * lib/argp-fmtstream.h: New file, from glibc.
37761         * lib/argp-fs-xinl.c: New file, from glibc.
37762         * lib/argp-help.c: New file, from glibc.
37763         * lib/argp-namefrob.h: New file, from glibc.
37764         * lib/argp-parse.c: New file, from glibc.
37765         * lib/argp-pv.c: New file, from glibc.
37766         * lib/argp-pvh.c: New file, from glibc.
37767         * lib/argp-xinl.c: New file, from glibc.
37768
37769 2003-06-10  Simon Josefsson  <jas@extundo.com>
37770
37771         * modules/strchrnul: New file.
37772
37773 2003-06-10  Simon Josefsson  <jas@extundo.com>
37774
37775         * modules/argp: New file.
37776
37777 2003-06-10  Simon Josefsson  <jas@extundo.com>
37778
37779         * m4/strchrnul.m4: New file.
37780
37781 2003-06-10  Simon Josefsson  <jas@extundo.com>
37782
37783         * lib/strchrnul.h: New file.
37784         * lib/strchrnul.c: New file.
37785
37786 2003-06-10  Bruno Haible  <bruno@clisp.org>
37787
37788         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
37789
37790 2003-06-07  Karl Berry  <karl@gnu.org>
37791
37792         * config/config.{guess,sub}: update from prep.
37793
37794 2003-06-07  Jim Meyering  <jim@meyering.net>
37795
37796         * modules/strtod: Use $(...) notation, not @...@ for
37797         AC_REPLACE'd variables.
37798         * modules/localcharset: Likewise.
37799
37800 2003-06-07  Jim Meyering  <jim@meyering.net>
37801
37802         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
37803         in place of my name in the copyright comment.
37804         Remove definition and uses of __P.
37805
37806         From coreutils.
37807         * lib/stat.c: Don't declare xmalloc explicitly.
37808         Instead, include "xalloc.h".
37809         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
37810         xrealloc, and xcalloc return values.
37811         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
37812         Improve comment.
37813         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
37814
37815 2003-06-07  Bruno Haible  <bruno@clisp.org>
37816
37817         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
37818         avoid AC_CONFIG_LINKS.
37819         * modules/fnmatch (Makefile.am): Use explicit creation rule for
37820         fnmatch.h, to avoid AC_CONFIG_LINKS.
37821         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
37822
37823 2003-06-07  Bruno Haible  <bruno@clisp.org>
37824
37825         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
37826         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
37827         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37828         directory.
37829         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
37830         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37831         directory.
37832
37833 2003-06-06  Jim Meyering  <jim@meyering.net>
37834
37835         Merge from coreutils.
37836         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
37837         Consolidate declarations and initializations of *_base* locals.
37838
37839         Merge from coreutils.
37840         This avoids a core dump on systems without GNU putenv,
37841         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
37842         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
37843         (unsetenv): New static function, from GNU libc.
37844         (rpl_putenv): Use it.
37845
37846         * lib/modechange.c: Remove trailing blanks.
37847
37848         Merge from coreutils.
37849         * lib/fsusage.c: Remove declaration of statfs.
37850         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
37851
37852         * lib/posixtm.c: Include <stdbool.h> unconditionally.
37853
37854 2003-06-06  Jim Meyering  <jim@meyering.net>
37855
37856         * lib/stdbool_.h: Renamed from stdbool.h.in.
37857
37858 2003-06-06  Jim Meyering  <jim@meyering.net>
37859             Bruno Haible  <bruno@clisp.org>
37860
37861         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
37862         Adjust Makefile.am snippet not to redirect directly to target.
37863         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
37864
37865 2003-06-05  Paul Eggert  <eggert@twinsun.com>
37866
37867         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
37868         mismatch, look in future quarters as well as past.  This fixes a
37869         bug when processing fall-backwards gaps immediately after a long
37870         period of daylight-saving time.
37871
37872         * lib/mktime.c: Assume freestanding C89 or better.
37873         (HAVE_LIMITS_H): Remove.  Assume it's 1.
37874         (__P): Remove; not used.
37875         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
37876         (mktime, not_equal_tm, print_tm, check_result,
37877         main): Use prototypes.  Use const * where appropriate.
37878         (main): Fix typo in testing code that uncovered by above changes.
37879         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
37880
37881 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37882
37883         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
37884         locale.h, localeconv.  This merges changes from coreutils.
37885
37886         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
37887         It can be removed after the next Autoconf is released.
37888         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
37889         needed.
37890
37891 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37892
37893         * lib/mktime.c: Fix Debian bug 177940
37894         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
37895         (localtime_offset): Now long int, not time_t, because we want it
37896         to be guaranteed to be signed.  All uses changed.
37897         (__mktime_internal): If overflow would occur when adding offset,
37898         don't add it.
37899
37900         Merge 'human' changes from coreutils.  Rewrite to support
37901         locale-specific notations like thousands separators.
37902         * lib/human.c: Simplify authorship notice.
37903         Include human.h immediately after config.h.
37904         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
37905         <limits.h>: Do not include, since human.h does.
37906         (SIZE_MAX, UINTMAX_MAX): New macros.
37907         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
37908         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
37909         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
37910         (power_letter): Renamed from suffixes.
37911         (generate_suffix_backwards): Remove.
37912         (adjust_value): Now takes int style (because of human.h changes)
37913         and long double value (for greater precision on some platforms).
37914         (group_number): New function.
37915         (human_readable): Use it.  Use integer options, not enum.
37916         Put the options before the sizes in the arg list.
37917         Support all the new options.
37918         The old human_readable function has been removed;
37919         use inttostr.h instead.
37920         (human_readable, default_block_size, humblock):
37921         Use uintmax_t, not int, for block sizes.
37922         (human_readable_inexact, block_size_types): Remove.
37923         (block_size_opts): New constant.
37924         (human_options): Renamed from human_block_size, with new signature
37925         that allows block sizes up to UINTMAX_MAX.  All callers changed.
37926         * lib/human.h: Add copyright and authorship notice.
37927         Include <limits.h> and <stdbool.h> unconditionally.
37928         (PARAMS): Remove.  All uses removed.
37929         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
37930         (enum human_inexact_style): Remove tag; now a nameless enum.
37931         (human_floor, human_ceiling, human_round_to_even): Now have
37932         values 2, 0, 1 rather than -1, 1, 0.
37933         (human_group_digits, human_suppress_point_zero, human_autoscale,
37934         human_base_1024, human_SI, human_B): New constants.
37935         (human_readable_inexact, human_block_size): Remove.
37936         (human_readable): Size args are now uintmax_t, not int.
37937         (human_options): New decl.
37938
37939         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
37940         unnecessary now that we assume C89 or better.  This change
37941         imported from coreutils.
37942
37943         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37944         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
37945         in the 2003-05-30 sync from glibc.
37946
37947         .h files should stand alone, but we shouldn't include <sys/types.h>
37948         if we can get away with just <stddef.h>.
37949
37950         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
37951         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
37952         rather than <sys/types.h>, as we merely need size_t.
37953         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
37954         to get size_t.
37955         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
37956         Include <stdio.h>, to get FILE.
37957         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
37958         memcasecmp.h has included <stddef.h> and all we need is size_t.
37959         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
37960         our interface, instead of including <sys/types.h>
37961
37962 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37963
37964         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
37965         now, as glibc mktime is buggy on non-glibc systems.
37966
37967 2003-06-03  Karl Berry  <karl@gnu.org>
37968
37969         * config/config.sub: update from prep.
37970
37971 2003-06-02  Paul Eggert  <eggert@twinsun.com>
37972
37973         [from coreutils]
37974         Fix some minor time-related bugs with POSIX time arguments.
37975         Some valid time stamps were being rejected (notably -1, and
37976         time stamps before 1900 on 64-bit hosts).  And some invalid
37977         time stamps were being accepted, e.g. September 31.
37978
37979         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
37980         that we can return (time_t) -1 successfully.
37981         * lib/posixtm.c: Likewise.
37982         [HAVE_STDBOOL_H]: Include <stdbool.h>.
37983         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
37984         (t): Remove static var.
37985         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
37986         of static var.  All uses changed.
37987         (year): Do not reject years before 1900; they can occur with
37988         64-bit time_t.
37989         (posix_time_parse): Do not check for out-of-range components;
37990         that is now the caller's responsibility, since our checks were
37991         only approximations.
37992         (posixtime): Use mktime to check for out-of-range components,
37993         since it knows them exactly.
37994         If mktime returns (time_t) -1, check whether an error actually occurred
37995         by invoking localtime on -1.
37996         (main) [TEST_POSIXTIME]: Check for input data errors, and report
37997         posixtime failures better.
37998         Improve the test data (in comments only).
37999
38000 2003-06-02  Karl Berry  <karl@gnu.org>
38001
38002         * config/mkinstalldirs (version): new variable.
38003         (--version): new option.
38004         (usage): improve message.
38005
38006 2003-05-30  Karl Berry  <karl@gnu.org>
38007
38008         * lib/mktime.c: update from libc.
38009
38010 2003-05-30  Bruno Haible  <bruno@clisp.org>
38011
38012         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
38013         * config/config.rpath: Upgrade to gettext-0.12.1.
38014
38015 2003-05-30  Bruno Haible  <bruno@clisp.org>
38016
38017         * m4/gettext.m4: Upgrade to gettext-0.12.1.
38018         * m4/nls.m4: New file, from gettext-0.12.1.
38019         * m4/po.m4: New file, from gettext-0.12.1.
38020         * m4/progtest.m4: Upgrade to gettext-0.12.1.
38021
38022 2003-05-30  Bruno Haible  <bruno@clisp.org>
38023
38024         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
38025         * lib/localcharset.h: Likewise.
38026         * lib/localcharset.c: Likewise.
38027
38028 2003-05-29  Karl Berry  <karl@gnu.org>
38029
38030         * config/config.rpath: update from gettext.
38031
38032 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38033
38034         Assume the headers required for C89 freestanding compilers.
38035         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
38036         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
38037         * m4/human.m4 (gl_HUMAN): Likewise.
38038         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
38039         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
38040         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38041         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
38042         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38043         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
38044
38045 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38046
38047         Assume the headers required for C89 freestanding compilers.
38048         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
38049         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
38050         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
38051         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
38052         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
38053         define, since <limits.h> is guaranteed to do that.
38054         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
38055         * lib/exclude.c: Include <stdbool.h> unconditionally.
38056         * lib/tempname.c: Include <stddef.h> unconditionally.
38057         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
38058         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
38059         <stddef.h> does that.
38060         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
38061         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
38062         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
38063         needed.
38064         * lib/xstrtol.c: Likewise.
38065         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
38066         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
38067
38068         * lib/addext.c (addext): Use assignment rather than cast, to avoid
38069         warnings on some platforms.
38070
38071         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
38072         arbitrarily.
38073
38074 2003-05-26  Jim Meyering  <jim@meyering.net>
38075
38076         Merge in a change from coreutils:
38077         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
38078         that is guaranteed to be `no'.  Use `no_such_member' to indicate
38079         that condition, rather than `-1' which is slightly misleading.
38080         Change the name of the cache variable to have the gl_ prefix.
38081         Prompted by a patch from Richard Dawe for DJGPP.
38082
38083 2003-05-24  Karl Berry  <karl@gnu.org>
38084
38085         * config/config.guess: update from prep.
38086
38087 2003-05-22  Karl Berry  <karl@gnu.org>
38088
38089         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
38090
38091 2003-05-20  Karl Berry  <karl@gnu.org>
38092
38093         * config/config.guess: update from prep.
38094
38095 2003-05-18  Karl Berry  <karl@gnu.org>
38096
38097         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
38098         might actually be set by the user.
38099
38100         * config/depcomp, install-sh, mdate-sh: update from automake.
38101
38102 2003-05-17  Bruno Haible  <bruno@clisp.org>
38103
38104         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
38105         invalid expansion for AC_EGREP_CPP.
38106         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
38107         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
38108         Suggested by Akim Demaille <akim@epita.fr> in
38109         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
38110
38111 2003-05-12  Jim Meyering  <jim@meyering.net>
38112
38113         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
38114         the space-padded-by-default conversion specifiers, %e, %k, %l.
38115
38116 2003-05-12  Bruno Haible  <bruno@clisp.org>
38117
38118         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
38119         the string is longer than 4 KB.
38120
38121 2003-05-11  Karl Berry  <karl@gnu.org>
38122
38123         * config/config.{guess,sub}: update from prep.
38124
38125 2003-05-09  Bruno Haible  <bruno@clisp.org>
38126
38127         * modules/error: Add m4/strerror_r.m4 to file list.
38128
38129 2003-05-03  Bruno Haible  <bruno@clisp.org>
38130
38131         Upgrade to Unicode-4.0.
38132         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
38133         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
38134         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
38135         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
38136         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
38137         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
38138         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
38139         Change width of U+E0100..U+E01EF from 1 to 0.
38140
38141 2003-04-25  Jim Meyering  <jim@meyering.net>
38142
38143         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
38144         of type size_t, not int.
38145
38146 2003-04-25  Bruno Haible  <bruno@clisp.org>
38147
38148         * lib/copy-file.c: Include <stddef.h>, for size_t.
38149
38150 2003-04-21  Paul Eggert  <eggert@twinsun.com>
38151
38152         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
38153         code which expansion is under static control.  Patch imported from
38154         Akim Demaille's patch to Bison; see
38155         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
38156
38157 2003-04-14  Bruno Haible  <bruno@clisp.org>
38158
38159         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
38160
38161 2003-04-11  Jim Meyering  <jim@meyering.net>
38162
38163         Merge changes from Coreutils.
38164
38165         2003-03-22  Jim Meyering  <jim@meyering.net>
38166
38167         * lib/strftime.c (widen): Cast alloca return value to proper type.
38168
38169         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
38170
38171         From GNU libc.
38172         * lib/strftime.c (my_strftime): Handle very large width
38173         specifications for numeric values correctly.  Improve checks for
38174         overflow.
38175
38176         2003-01-19  Jim Meyering  <jim@meyering.net>
38177
38178         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
38179         definitions.
38180         (nl_get_alt_digit) [! defined my_strftime]: Define.
38181         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
38182         _nl_get_alt_digit and _nl_get_walt_digit.
38183
38184         * lib/strftime.c (my_strftime): Merge in locale-related changes from
38185         libc. These changes have no effect outside of _LIBC.
38186
38187 2003-04-10  Bruno Haible  <bruno@clisp.org>
38188
38189         * modules/findprog: New file.
38190         * MODULES.html.sh (func_all_modules): Add it.
38191
38192 2003-04-10  Bruno Haible  <bruno@clisp.org>
38193
38194         * m4/findprog.m4: New file.
38195         * m4/eaccess.m4: New file.
38196
38197 2003-04-10  Bruno Haible  <bruno@clisp.org>
38198
38199         * lib/findprog.h: New file, from GNU gettext.
38200         * lib/findprog.c: New file, from GNU gettext.
38201
38202 2003-04-05  Jim Meyering  <jim@meyering.net>
38203
38204         Merge changes from Coreutils.
38205
38206         * lib/exclude.h (PARAMS): Remove definition and uses.
38207         * lib/exclude.c: Remove uses of `PARAMS'.
38208
38209         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
38210         Add test-cases for DOS filenames. Declare program_name.
38211         (main): Set up program_name.  Patch by Rich Dawe.
38212
38213         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38214         error from mntctl.
38215         Use mntctl's return value to drive the entry-processing loop, since
38216         we can't rely on the value of the vmt_length member in the last
38217         entry.  On some systems doing so could result in exhausting
38218         virtual memory.  Based in part on a patch from Mike Jetzer.
38219
38220 2003-04-04  Bruno Haible  <bruno@clisp.org>
38221
38222         * modules/linebreak: New file.
38223         * MODULES.html.sh (func_all_modules): Add it.
38224
38225 2003-04-04  Bruno Haible  <bruno@clisp.org>
38226
38227         * m4/linebreak.m4: New file.
38228
38229 2003-04-04  Bruno Haible  <bruno@clisp.org>
38230
38231         * lib/linebreak.h: New file, from GNU gettext.
38232         * lib/linebreak.c: New file, from GNU gettext with slight
38233         modifications.
38234         * lib/lbrkprop.h: New file, from GNU gettext.
38235
38236 2003-04-03  Bruno Haible  <bruno@clisp.org>
38237
38238         * modules/utf8-ucs4: New file.
38239         * modules/utf16-ucs4: New file.
38240         * modules/ucs4-utf8: New file.
38241         * modules/ucs4-utf16: New file.
38242         * MODULES.html.sh (func_all_modules): Add them.
38243
38244 2003-04-03  Bruno Haible  <bruno@clisp.org>
38245
38246         * m4/utf-ucs4.m4: New file.
38247         * m4/ucs4-utf.m4: New file.
38248
38249 2003-04-03  Bruno Haible  <bruno@clisp.org>
38250
38251         * lib/utf8-ucs4.h: New file, from GNU gettext.
38252         * lib/utf16-ucs4.h: New file, from GNU gettext.
38253         * lib/ucs4-utf8.h: New file, from GNU gettext.
38254         * lib/ucs4-utf16.h: New file, from GNU gettext.
38255
38256 2003-04-02  Bruno Haible  <bruno@clisp.org>
38257
38258         * modules/binary-io: New file.
38259         * MODULES.html.sh (func_all_modules): Add it.
38260
38261 2003-04-02  Bruno Haible  <bruno@clisp.org>
38262
38263         * lib/binary-io.h: New file, from GNU gettext.
38264
38265 2003-04-01  Bruno Haible  <bruno@clisp.org>
38266
38267         * modules/pathname: New file.
38268         * MODULES.html.sh (func_all_modules): Add it.
38269
38270 2003-04-01  Bruno Haible  <bruno@clisp.org>
38271
38272         * lib/pathname.h: New file, from GNU gettext.
38273         * lib/concatpath.c: New file, from GNU gettext.
38274
38275 2003-03-30  Bruno Haible  <bruno@clisp.org>
38276
38277         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
38278
38279 2003-03-30  Bruno Haible  <bruno@clisp.org>
38280
38281         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
38282         function chown() doesn't exist.
38283
38284 2003-03-28  Bruno Haible  <bruno@clisp.org>
38285
38286         * modules/copy-file: New file.
38287         * MODULES.html.sh (func_all_modules): Add it.
38288
38289 2003-03-28  Bruno Haible  <bruno@clisp.org>
38290
38291         * m4/copy-file.m4: New file.
38292
38293 2003-03-28  Bruno Haible  <bruno@clisp.org>
38294
38295         * lib/copy-file.h: New file, from GNU gettext.
38296         * lib/copy-file.c: New file, from GNU gettext.
38297
38298 2003-03-18  Jim Meyering  <jim@meyering.net>
38299
38300         * lib/quote.c (quote_n): Fix typo in comment.
38301
38302 2003-03-18  Bruno Haible  <bruno@clisp.org>
38303
38304         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
38305         checking.
38306         * m4/onceonly_2_57.m4: Likewise.
38307
38308 2003-03-17  Bruno Haible  <bruno@clisp.org>
38309
38310         * m4/onceonly.m4: Require autoconf 2.54 or newer.
38311         (m4_quote): Remove macro.
38312         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
38313
38314 2003-03-14  Jim Meyering  <jim@meyering.net>
38315
38316         Merge changes from Coreutils.
38317         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
38318         to be const, in order to avoid warnings.
38319         (obstack_room): Likewise.
38320         (obstack_empty_p): Likewise.
38321
38322 2003-03-14  Bruno Haible  <bruno@clisp.org>
38323
38324         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
38325         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
38326
38327 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38328
38329         Merge changes from Bison.
38330         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
38331         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
38332         when compiling Bison 1.875's `bitset bset = obstack_alloc
38333         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
38334         * lib/hash.c: Include <stdbool.h> unconditionally.
38335
38336 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38337
38338         * m4/onceonly.m4 (m4_quote): New macro.
38339         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
38340         Quote AC_FOREACH variable-expansions properly.
38341
38342 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38343
38344         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
38345
38346 2003-03-09  Paul Eggert  <eggert@twinsun.com>
38347
38348         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
38349         Reported by Bruce Becker; see:
38350         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
38351
38352 2003-03-03  Paul Eggert  <eggert@twinsun.com>
38353             Bruno Haible  <bruno@clisp.org>
38354
38355         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
38356         Reported by John Hughes, see
38357         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
38358
38359 2003-02-20  Bruno Haible  <bruno@clisp.org>
38360
38361         * MODULES.html.sh (func_all_modules): Add poll.
38362
38363 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38364
38365         * modules/poll: New file.
38366
38367 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38368
38369         * lib/poll_.h: New file.
38370         * lib/poll.c: New file.
38371
38372 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38373
38374         * m4/poll.m4: New file.
38375
38376 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38377
38378         * modules/mathl: New file.
38379
38380 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38381
38382         * lib/mathl.h: New file.
38383         * lib/acosl.c: New file.
38384         * lib/asinl.c: New file.
38385         * lib/atanl.c: New file.
38386         * lib/ceill.c: New file.
38387         * lib/cosl.c: New file.
38388         * lib/expl.c: New file.
38389         * lib/floorl.c: New file.
38390         * lib/frexpl.c: New file.
38391         * lib/ldexpl.c: New file.
38392         * lib/logl.c: New file.
38393         * lib/sincosl.c: New file.
38394         * lib/sinl.c: New file.
38395         * lib/sqrtl.c: New file.
38396         * lib/tanl.c: New file.
38397         * lib/trigl.c: New file.
38398         * lib/trigl.h: New file.
38399
38400 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38401
38402         * m4/mathl.m4: New file.
38403
38404 2003-02-18  Bruno Haible  <bruno@clisp.org>
38405
38406         * MODULES.html.sh (func_all_modules): Add mathl.
38407
38408 2003-02-17  Bruno Haible  <bruno@clisp.org>
38409
38410         * modules/mkdtemp: New module.
38411         * MODULES.html.sh (func_all_modules): Add it.
38412
38413 2003-02-17  Bruno Haible  <bruno@clisp.org>
38414
38415         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
38416
38417 2003-02-17  Bruno Haible  <bruno@clisp.org>
38418
38419         * lib/mkdtemp.h: New file, from GNU gettext.
38420         * lib/mkdtemp.c: New file, from GNU gettext.
38421
38422 2003-02-02  Jim Meyering  <jim@meyering.net>
38423
38424         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
38425         e.g. glibc-2.2.93.
38426
38427 2003-01-31  Bruno Haible  <bruno@clisp.org>
38428
38429         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
38430         'rpl_rename'.
38431         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
38432         'rpl_strnlen'.
38433         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
38434         'rpl_strtod'.
38435         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
38436         'rpl_utime'.
38437
38438 2003-01-31  Bruno Haible  <bruno@clisp.org>
38439
38440         * lib/rename.c: #undef rename before defining rpl_rename.
38441         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
38442
38443 2003-01-30  Bruno Haible  <bruno@clisp.org>
38444
38445         * modules/vasnprintf, modules/vasprintf: New modules.
38446         * MODULES.html.sh (func_all_modules): Add them.
38447
38448 2003-01-30  Bruno Haible  <bruno@clisp.org>
38449
38450         * m4/signed.m4: New file, from GNU gettext.
38451         * m4/longdouble.m4: New file, from GNU gettext.
38452         * m4/wchar_t.m4: New file, from GNU gettext.
38453         * m4/wint_t.m4: New file, from GNU gettext.
38454         * m4/vasnprintf.m4: New file.
38455         * m4/vasprintf.m4: New file.
38456
38457 2003-01-30  Bruno Haible  <bruno@clisp.org>
38458
38459         * lib/printf-args.h: New file, from GNU gettext.
38460         * lib/printf-args.c: New file, from GNU gettext.
38461         * lib/printf-parse.h: New file, from GNU gettext.
38462         * lib/printf-parse.c: New file, from GNU gettext.
38463         * lib/vasnprintf.h: New file, from GNU gettext.
38464         * lib/vasnprintf.c: New file, from GNU gettext.
38465         * lib/asnprintf.c: New file, from GNU gettext.
38466         * lib/vasprintf.h: New file, from GNU gettext with modifications.
38467         * lib/vasprintf.c: New file, from GNU gettext.
38468         * lib/asprintf.c: New file, from GNU gettext.
38469
38470 2003-01-29  Bruno Haible  <bruno@clisp.org>
38471
38472         * modules/stpncpy: New module.
38473         * MODULES.html.sh (func_all_modules): Add it.
38474
38475 2003-01-29  Bruno Haible  <bruno@clisp.org>
38476
38477         * m4/stpncpy.m4: New file.
38478
38479 2003-01-29  Bruno Haible  <bruno@clisp.org>
38480
38481         * lib/stpncpy.h: New file, from GNU gettext with modifications.
38482         * lib/stpncpy.c: New file, from GNU gettext with modifications.
38483
38484 2003-01-28  Bruno Haible  <bruno@clisp.org>
38485
38486         * modules/c-ctype: New module.
38487         * MODULES.html.sh (func_all_modules): Add it.
38488
38489 2003-01-28  Bruno Haible  <bruno@clisp.org>
38490
38491         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
38492         Paul Eggert.
38493         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
38494         Paul Eggert.
38495
38496 2003-01-27  Bruno Haible  <bruno@clisp.org>
38497
38498         * modules/xsetenv: New module.
38499         * MODULES.html.sh (func_all_modules): Add it.
38500
38501 2003-01-27  Bruno Haible  <bruno@clisp.org>
38502
38503         * lib/xsetenv.h: New file, from GNU gettext.
38504         * lib/xsetenv.c: New file, from GNU gettext.
38505
38506 2003-01-23  Jim Meyering  <jim@meyering.net>
38507
38508         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
38509         from working on systems without dirfd (at least Irix and OSF1/Tru64).
38510
38511 2003-01-23  Bruno Haible  <bruno@clisp.org>
38512
38513         * modules/minmax: New module.
38514         * MODULES.html.sh (func_all_modules): Add it.
38515
38516 2003-01-23  Bruno Haible  <bruno@clisp.org>
38517
38518         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
38519         Eggert.
38520
38521 2003-01-22  Bruno Haible  <bruno@clisp.org>
38522
38523         * modules/exit: New module.
38524         * MODULES.html.sh (func_all_modules): Add it.
38525
38526 2003-01-22  Bruno Haible  <bruno@clisp.org>
38527
38528         * lib/exit.h: New file, from GNU gettext.
38529
38530 2003-01-19  Bruno Haible  <bruno@clisp.org>
38531
38532         * gnulib-tool: Recognize option --extract-maintainer.
38533         (func_get_maintainer): New function.
38534         * modules/*: Add Maintainer entry.
38535
38536 2003-01-16  Jim Meyering  <jim@meyering.net>
38537
38538         * m4/regex.m4: The `regex' struct is both input and output.
38539         Initialize it before each use.  Patch by Tim Waugh.
38540
38541 2003-01-16  Bruno Haible  <bruno@clisp.org>
38542
38543         * MODULES.html.sh: Add a table of contents. Add the module name as
38544         leftmost column. Add hyperlinks.
38545
38546 2003-01-15  Bruno Haible  <bruno@clisp.org>
38547
38548         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
38549
38550 2003-01-15  Bruno Haible  <bruno@clisp.org>
38551
38552         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
38553         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
38554         suffix.
38555
38556 2003-01-15  Bruno Haible  <bruno@clisp.org>
38557
38558         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
38559
38560 2003-01-15  Bruno Haible  <bruno@clisp.org>
38561
38562         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
38563         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
38564
38565 2003-01-14  Jim Meyering  <jim@meyering.net>
38566
38567         * lib/same.c (same_name): Tweak a comment.
38568
38569 2003-01-14  Bruno Haible  <bruno@clisp.org>
38570
38571         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
38572         when a string comparison is sufficient.
38573
38574 2003-01-14  Bruno Haible  <bruno@clisp.org>
38575
38576         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
38577         'unsigned int'.
38578
38579 2003-01-14  Bruno Haible  <bruno@clisp.org>
38580
38581         * lib/hash-pjw.c: Add comment about low quality of this function.
38582
38583 2003-01-13  Bruno Haible  <bruno@clisp.org>
38584
38585         * modules/stpcpy: Distribute lib/stpcpy.h.
38586         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
38587
38588 2003-01-13  Bruno Haible  <bruno@clisp.org>
38589
38590         * modules/*: Add a description.
38591         * modules/strpbrk: Fix Makefile.am snippet.
38592         * modules/strtoimax: Fix dependencies.
38593         * modules/strtoumax: Likewise.
38594
38595 2003-01-13  Bruno Haible  <bruno@clisp.org>
38596
38597         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
38598         * modules/alloca (Makefile.am): All object files depend on alloca.h.
38599         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
38600
38601 2003-01-13  Bruno Haible  <bruno@clisp.org>
38602
38603         * gnulib-tool (func_create_testdir): Store config/* files in the main
38604         directory.
38605         * config.rpath: Move to ...
38606         * config/config.rpath: ... here.
38607         * modules/gettext: Contains config/config.rpath, not config.rpath.
38608         * modules/iconv: Likewise.
38609
38610 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38611
38612         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38613         to avoid collisions with libcurses and libreadline.
38614
38615         * m4/getstr.m4: Remove.
38616         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
38617
38618 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38619
38620         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38621         to avoid collisions with libcurses and libreadline.
38622
38623         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
38624         * lib/getstr.h, getstr.c: Remove.
38625         * lib/getline.c: Include "getline.h", to check interface.
38626         Move body of old getstr.c here: this defines MIN_CHUNK and
38627         declares getdelim2, which is renamed from getstr.
38628         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
38629
38630         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
38631         All uses changed.
38632         * lib/linebuffer.h: Likewise.
38633         (readline): Remove backward-compatibility macro.
38634
38635 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38636
38637         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38638         to avoid collisions with libcurses and libreadline.
38639         * getstr: Remove.
38640         * MODULES.html.sh: Remove getstr.
38641         * modules/getline: Depend on unlocked-io, not getstr.
38642
38643 2003-01-12  Jim Meyering  <jim@meyering.net>
38644
38645         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
38646
38647 2003-01-10  Bruno Haible  <bruno@clisp.org>
38648
38649         * modules/alloca: Change Makefile.am requirements. Simplify Include
38650         requirements. Add lib/alloca_.h to file list.
38651
38652 2003-01-10  Bruno Haible  <bruno@clisp.org>
38653
38654         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
38655
38656 2003-01-10  Bruno Haible  <bruno@clisp.org>
38657
38658         * lib/alloca_.h: New file.
38659         * lib/getdate.y: Unconditionally include alloca.h.
38660         * lib/makepath.c: Likewise.
38661         * lib/setenv.c: Likewise.
38662         * lib/userspec.c: Likewise.
38663
38664 2003-01-09  Karl Berry  <karl@gnu.org>
38665
38666         * MODULES.html.sh: include `dirname $0` in PATH, to find
38667         gnulib-tool.
38668
38669 2003-01-09  Bruno Haible  <bruno@clisp.org>
38670
38671         * modules/stdbool: Change configure.ac, Makefile.am requirements.
38672         Simplify Include requirements. Add lib/stdbool.h.in to file list.
38673
38674 2003-01-09  Bruno Haible  <bruno@clisp.org>
38675
38676         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
38677
38678 2003-01-09  Bruno Haible  <bruno@clisp.org>
38679
38680         * lib/stdbool.h.in: New file.
38681
38682 2003-01-09  Bruno Haible  <bruno@clisp.org>
38683
38684         * gnulib-tool (func_all_modules): Ignore files ending in ~.
38685         * MODULES.html.sh: Likewise.
38686
38687 2003-01-08  Jim Meyering  <jim@meyering.net>
38688
38689         * lib/full-write.c: Undefine and define-away `const' after inclusion
38690         of errno.h, not before.  Suggestion from Bruno Haible.
38691
38692 2003-01-08  Bruno Haible  <bruno@clisp.org>
38693
38694         * modules/full-read: Depend on full-write.
38695
38696 2003-01-08  Bruno Haible  <bruno@clisp.org>
38697
38698         * lib/safe-read.c: Include specification header first, to ensure its
38699         selfcontainedness.
38700         * lib/full-write.c: Likewise.
38701
38702 2003-01-07  Jim Meyering  <jim@meyering.net>
38703
38704         * lib/full-write.c: Rework so that it may serve to define full_read,
38705         too.
38706         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
38707
38708 2003-01-07  Bruno Haible  <bruno@clisp.org>
38709
38710         * lib/strtoimax.c: Include <stdint.h> as an alternative to
38711         <inttypes.h>.
38712         * lib/xstrtol.h: Likewise.
38713         * lib/xstrtoimax.c: Likewise.
38714         * lib/xstrtoumax.c: Likewise.
38715         * lib/human.h: Likewise.
38716
38717         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
38718         on systems that have <inttypes.h> but not <stdint.h>.
38719
38720 2003-01-07  Bruno Haible  <bruno@clisp.org>
38721
38722         * MODULES.html.sh: Add copyright notice.
38723         (missed_files): Omit CVS directory entries.
38724         (func_module): Make it work with sed-3.02.
38725         * MODULES.txt: Remove file.
38726
38727 2003-01-06  Jim Meyering  <jim@meyering.net>
38728
38729         * lib/version-etc.c: Update year in translatable copyright string.
38730
38731 2003-01-03  Karl Berry  <karl@gnu.org>
38732
38733         * config/config.{guess,sub}: update from prep.
38734
38735 2003-01-02  Karl Berry  <karl@gnu.org>
38736
38737         * doc/COPYING.DOC: belatedly updated to 1.2.
38738
38739 2003-01-01  Karl Berry  <karl@gnu.org>
38740
38741         * gnulib-tool (func_verify_module): report module name $module in
38742         error message, not $1.
38743         * gnulib-tool (create-testdir): don't complain if destdir couldn't
38744         be created, only if it doesn't exist.
38745         * gnulib-tool (last_checkin_date): don't expand the $Date here.
38746
38747 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38748
38749         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
38750
38751 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38752
38753         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
38754         memcmp if strcoll doesn't work.
38755
38756 2002-12-31  Bruno Haible  <bruno@clisp.org>
38757
38758         * lib/utime.c (utime_null): No need to call ftruncate if the file was
38759         nonempty.
38760
38761 2002-12-31  Bruno Haible  <bruno@clisp.org>
38762
38763         * lib/memcoll.c (STRCOLL): New macro.
38764         (memcoll): Use it.
38765
38766 2002-12-31  Bruno Haible  <bruno@clisp.org>
38767
38768         * lib/localcharset.h: New file.
38769         * lib/localcharset.c: Include it.
38770         * lib/unicodeio.c: Likewise.
38771
38772 2002-12-31  Bruno Haible  <bruno@clisp.org>
38773
38774         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
38775         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
38776
38777 2002-12-31  Bruno Haible  <bruno@clisp.org>
38778
38779         * lib/getline.h: Include <stddef.h>, for size_t.
38780
38781         * lib/unicodeio.h: Include <stddef.h>, for size_t.
38782         * lib/unicodeio.c: Don't include <stddef.h>.
38783
38784 2002-12-31  Bruno Haible  <bruno@clisp.org>
38785
38786         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
38787         HAVE_TM_ZONE.
38788
38789 2002-12-24  Karl Berry  <karl@gnu.org>
38790
38791         * config/config.guess: update from prep.
38792
38793 2002-12-24  Bruno Haible  <bruno@clisp.org>
38794
38795         General infrasructure.
38796         * m4/README: Rewritten.
38797         * m4/onceonly.m4: New file.
38798         * m4/onceonly_2_57.m4: New file.
38799
38800         Module atexit.
38801         * m4/atexit.m4: New file.
38802
38803         Module strtod.
38804         * m4/strtod.m4: New file.
38805
38806         Module strtol.
38807         * m4/strtol.m4: New file.
38808
38809         Module strtoul.
38810         * m4/strtoul.m4: New file.
38811
38812         Module memchr.
38813         * m4/memchr.m4: New file.
38814
38815         Module memcmp.
38816         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
38817         (jm_FUNC_MEMCMP): Invoke it.
38818
38819         Module memcpy.
38820         * m4/memcpy.m4: New file.
38821
38822         Module memmove.
38823         * m4/memmove.m4: New file.
38824
38825         Module memset.
38826         * m4/memset.m4: New file.
38827
38828         Module strcspn.
38829         * m4/strcspn.m4: New file.
38830
38831         Module strpbrk.
38832         * m4/strpbrk.m4: New file.
38833
38834         Module strstr.
38835         * m4/strstr.m4: New file.
38836
38837         Module strerror.
38838         * m4/strerror.m4: New file.
38839
38840         Module mktime.
38841         * m4/mktime.m4: Renamed from jm-mktime.m4.
38842         (gl_PREREQ_MKTIME): New macro.
38843         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
38844
38845         Module malloc.
38846         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
38847         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
38848         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
38849
38850         Module realloc.
38851         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
38852         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
38853         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
38854
38855         Module strftime.
38856         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
38857         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
38858         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
38859         gl_TM_GMTOFF.
38860         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
38861
38862         Module xalloc.
38863         * m4/xalloc.m4: New file.
38864
38865         Module alloca.
38866         * m4/alloca.m4: New file.
38867
38868         Module putenv.
38869         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
38870         (jm_FUNC_PUTENV): Invoke it.
38871
38872         Module setenv.
38873         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
38874         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
38875         when invoked twice.
38876         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
38877         gt_FUNC_SETENV.
38878
38879         Module memrchr.
38880         * m4/memrchr.m4: New file.
38881
38882         Module stpcpy.
38883         * m4/stpcpy.m4: New file.
38884
38885         Module strcase.
38886         * m4/strcase.m4: New file.
38887
38888         Module strdup.
38889         * m4/strdup.m4: New file.
38890
38891         Module strnlen.
38892         * m4/strnlen.m4: New file.
38893
38894         Module strndup.
38895         * m4/strndup.m4: New file.
38896
38897         Module xstrtod.
38898         * m4/xstrtod.m4: New file.
38899
38900         Module xstrtol.
38901         * m4/xstrtol.m4: New file.
38902
38903         Module getdate.
38904         * m4/getdate.m4: New file.
38905
38906         Module unlocked-io.
38907         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
38908         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
38909         * m4/jm-glibc-io.m4n: Remove file.
38910
38911         Module long-options.
38912         * m4/long-options.m4: New file.
38913
38914         Module md5.
38915         * m4/md5.m4: New file.
38916
38917         Module sha.
38918         * m4/sha.m4: New file.
38919
38920         Module getstr.
38921         * m4/getstr.m4: New file.
38922
38923         Module getline.
38924         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
38925         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
38926         <sys/types.h>, for size_t. Use the function name gnu_getline, not
38927         simply getline. Infoke gl_PREREQ_GETLINE.
38928
38929         Module obstack.
38930         * m4/obstack.m4: New file.
38931
38932         Module hash.
38933         * m4/hash.m4: New file.
38934
38935         Module readtokens.
38936         * m4/readtokens.m4: New file.
38937
38938         Module strverscmp.
38939         * m4/strverscmp.m4: New file.
38940
38941         Module stdbool.
38942         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
38943         OSF/1.
38944
38945         Module strtoll.
38946         * m4/strtoll.m4: New file.
38947
38948         Module strtoull.
38949         * m4/strtoull.m4: New file.
38950
38951         Module strtoimax.
38952         * m4/strtoimax.m4: New file.
38953
38954         Module strtoumax.
38955         * m4/strtoumax.m4: New file.
38956
38957         Module xstrtoimax.
38958         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
38959         jm_AC_PREREQ_XSTRTOIMAX.
38960         Moved the strtol prerequisites to strtol.m4.
38961         Moved the strtoll prerequisites to strtoll.m4.
38962         Moved the strtoimax prerequisites to strtoimax.m4.
38963
38964         Module xstrtoumax.
38965         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
38966         jm_AC_PREREQ_XSTRTOUMAX.
38967         Moved the strtoul prerequisites to strtoul.m4.
38968         Moved the strtoull prerequisites to strtoull.m4.
38969         Moved the strtoumax prerequisites to strtoumax.m4.
38970
38971         Module chown.
38972         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
38973         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
38974
38975         Module dup2.
38976         * m4/dup2.m4: New file.
38977
38978         Module ftruncate.
38979         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
38980         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
38981
38982         Module getgroups.
38983         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
38984         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
38985
38986         Module gettimeofday.
38987         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
38988         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
38989         gl_PREREQ_GETTIMEOFDAY.
38990
38991         Module mkdir.
38992         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
38993         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
38994
38995         Module mkstemp.
38996         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
38997         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
38998         jm_AC_TYPE_UINTMAX_T.
38999         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
39000
39001         Module stat.
39002         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
39003         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
39004
39005         Module lstat.
39006         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
39007         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
39008
39009         Module timespec.
39010         * m4/timespec.m4 (gl_TIMESPEC): New macro.
39011         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
39012         * m4/st_mtim.m4: Indentation.
39013
39014         Module nanosleep.
39015         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
39016         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
39017         gl_PREREQ_NANOSLEEP.
39018
39019         Module regex.
39020         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
39021         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
39022         (gl_REGEX): New macro.
39023
39024         Module rename.
39025         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
39026         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
39027
39028         Module rmdir.
39029         * m4/rmdir.m4: New file.
39030
39031         Module utime.
39032         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
39033         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
39034         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
39035
39036         Module dirname.
39037         * m4/dirname.m4: New file.
39038
39039         Module getopt.
39040         * m4/getopt.m4: New file.
39041
39042         Module unistd-safer.
39043         * m4/unistd-safer.m4: New file.
39044
39045         Module fnmatch.
39046         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
39047         declaration.
39048         (gl_PREREQ_FNMATCH_EXTRA): New macro.
39049         (gl_FUNC_FNMATCH_POSIX): New macro.
39050         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
39051         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
39052         simply fnmatch.
39053
39054         Module exclude.
39055         * m4/exclude.m4: New file.
39056
39057         Module human.
39058         * m4/human.m4: New file.
39059
39060         Module acl.
39061         * m4/acl.m4: Nop.
39062
39063         Module backupfile.
39064         * m4/backupfile.m4: New file.
39065         * m4/d-ino.m4: Indentation.
39066
39067         Module fsusage.
39068         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
39069         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
39070         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
39071
39072         Module dirfd.
39073         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
39074         requirements.
39075
39076         Module euidaccess.
39077         * m4/euidaccess.m4: New file.
39078
39079         Module file-type.
39080         * m4/file-type.m4: New file.
39081
39082         Module fileblocks.
39083         * m4/fileblocks.m4: New file.
39084
39085         Module filemode.
39086         * m4/filemode.m4: New file.
39087
39088         Module isdir.
39089         * m4/isdir.m4: New file.
39090
39091         Module lchown.
39092         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
39093         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
39094
39095         Module makepath.
39096         * m4/makepath.m4: New file.
39097
39098         Module modechange.
39099         * m4/modechange.m4: New file.
39100
39101         Module mountlist.
39102         * m4/mountlist.m4: New file.
39103         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
39104         Indentation.
39105
39106         Module path-concat.
39107         * m4/path-concat.m4: New file.
39108
39109         Module pathmax.
39110         * m4/pathmax.m4: New file.
39111
39112         Module same.
39113         * m4/same.m4: New file.
39114
39115         Module save-cwd.
39116         * m4/save-cwd.m4: New file.
39117
39118         Module savedir.
39119         * m4/savedir.m4: New file.
39120
39121         Module xgetcwd.
39122         * m4/xgetcwd.m4: New file.
39123         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
39124
39125         Module xreadlink.
39126         * m4/xreadlink.m4: New file.
39127
39128         Module safe-read.
39129         * m4/safe-read.m4: New file.
39130
39131         Module safe-write.
39132         * m4/safe-write.m4: New file.
39133
39134         Module closeout.
39135         * m4/closeout.m4: New file.
39136
39137         Module stdio-safer.
39138         * m4/stdio-safer.m4: New file.
39139
39140         Module getpass.
39141         * m4/getpass.m4: New file.
39142
39143         Module getugroups.
39144         * m4/getugroups.m4: New file.
39145
39146         Module group-member.
39147         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
39148         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
39149
39150         Module idcache.
39151         * m4/idcache.m4: New file.
39152
39153         Module userspec.
39154         * m4/userspec.m4: New file.
39155
39156         Module gettime.
39157         * m4/clock_time.m4: New file.
39158         * m4/gettime.m4: New file.
39159
39160         Module settime.
39161         * m4/settime.m4: New file.
39162
39163         Module posixtm.
39164         * m4/posixtm.m4: New file.
39165
39166         Module gethostname.
39167         * m4/gethostname.m4: New file.
39168
39169         Module canon-host.
39170         * m4/canon-host.m4: New file.
39171
39172         Module gettext.
39173         * m4/codeset.m4: New file, from gettext-0.11.5.
39174         * m4/gettext.m4: New file, from gettext-0.11.5.
39175         * m4/glibc21.m4: New file, from gettext-0.11.5.
39176         * m4/iconv.m4: New file, from gettext-0.11.5.
39177         * m4/intdiv0.m4: New file, from gettext-0.11.5.
39178         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
39179         * m4/inttypes.m4: New file, from gettext-0.11.5.
39180         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
39181         * m4/isc-posix.m4: New file, from gettext-0.11.5.
39182         * m4/lcmessage.m4: New file, from gettext-0.11.5.
39183         * m4/lib-ld.m4: New file, from gettext-0.11.5.
39184         * m4/lib-link.m4: New file, from gettext-0.11.5.
39185         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
39186         * m4/progtest.m4: New file, from gettext-0.11.5.
39187         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
39188         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
39189         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
39190
39191         Module localcharset.
39192         * m4/localcharset.m4: New file.
39193
39194         Module hard-locale.
39195         * m4/hard-locale.m4: New file.
39196
39197         Module mbswidth.
39198         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
39199         onceonly macros.
39200         * m4/mbrtowc.m4: Add comment.
39201
39202         Module memcasecmp.
39203         * m4/memcasecmp.m4: New file.
39204
39205         Module memcoll.
39206         * m4/memcoll.m4: New file.
39207
39208         Module unicodeio.
39209         * m4/unicodeio.m4: New file.
39210
39211         Module rpmatch.
39212         * m4/rpmatch.m4: New file.
39213
39214         Module yesno.
39215         * m4/yesno.m4: New file.
39216
39217         Module exitfail.
39218         * m4/exitfail.m4: New file.
39219
39220         Module c-stack.
39221         * m4/c-stack.m4 (gl_C_STACK): New macro.
39222         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
39223
39224         Module error.
39225         * m4/error.m4 (gl_ERROR): New macro.
39226         (jm_PREREQ_ERROR): Use onceonly macros.
39227
39228         Module fatal.
39229         * m4/fatal.m4: New file.
39230
39231         Module getloadavg.
39232         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
39233         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
39234
39235         Module getpagesize.
39236         * m4/getpagesize.m4: New file.
39237
39238         Module getusershell.
39239         * m4/getusershell.m4: New file.
39240
39241         Module physmem.
39242         * m4/physmem.m4: New file.
39243
39244         Module posixver.
39245         * m4/posixver.m4: New file.
39246
39247         Module quotearg.
39248         * m4/quotearg.m4: New file.
39249
39250         Module quote.
39251         * m4/quote.m4: New file.
39252
39253         Module readutmp.
39254         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
39255
39256         Module sig2str.
39257         * m4/sig2str.m4: New file.
39258
39259         Other.
39260         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
39261         ulonglong.m4.
39262         * m4/intmax_t.m4: New file.
39263         * m4/d-type.m4: Indentation.
39264         * m4/jm-macros.m4: Update.
39265         * m4/prereq.m4 (jm_PREREQ): Update.
39266         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
39267         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
39268         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
39269         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
39270         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
39271         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
39272         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
39273         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
39274         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
39275         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
39276         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
39277         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
39278         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
39279         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
39280         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
39281         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
39282         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
39283         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
39284         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
39285
39286 2002-12-24  Bruno Haible  <bruno@clisp.org>
39287
39288         * MODULES.txt: Update according to m4/ changes.
39289
39290         Module gettext.
39291         * config.rpath: New file, from gettext-0.11.5.
39292
39293         * modules/*: New module descriptions.
39294         * gnulib-tool: New file.
39295         * MODULES.html.sh: New file.
39296
39297 2002-12-21  Karl Berry  <karl@gnu.org>
39298
39299         * doc/fdl.texi: update to version 1.2.
39300
39301 2002-12-19  Karl Berry  <karl@gnu.org>
39302
39303         * config/config.guess: update from prep.
39304
39305 2002-12-18  Bruno Haible  <bruno@clisp.org>
39306
39307         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
39308         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
39309
39310 2002-12-17  Bruno Haible  <bruno@clisp.org>
39311
39312         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
39313         stdlib.h, string.h.
39314
39315 2002-12-17  Bruno Haible  <bruno@clisp.org>
39316
39317         * lib/canon-host.c (strdup): Remove unused declaration.
39318
39319         * lib/fsusage.c: Include full_read.h.
39320         (get_fs_usage): Use full_read instead of safe_read.
39321
39322         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
39323
39324 2002-12-12  Karl Berry  <karl@gnu.org>
39325
39326         * config/config.guess: update from prep.
39327
39328 2002-12-11  Bruno Haible  <bruno@clisp.org>
39329
39330         * m4/setenv.m4: New file, from gettext-0.11.5.
39331
39332 2002-12-11  Bruno Haible  <bruno@clisp.org>
39333
39334         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
39335         not unsetenv().
39336         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
39337         modifications:
39338
39339         2002-12-11  Bruno Haible  <bruno@clisp.org>
39340
39341                 * setenv.c (alloca): Fall back to malloc.
39342                 (freea): New macro.
39343                 (setenv): Use freea() to free memory allocated with alloca().
39344
39345         2002-11-13  Bruno Haible  <bruno@clisp.org>
39346
39347                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
39348                 function declarations.
39349                 * unsetenv.c (unsetenv): Likewise.
39350
39351         2002-03-04  Bruno Haible  <bruno@clisp.org>
39352
39353                 Portability to AIX 4.3.3.
39354                 * unsetenv.c: New file, extracted from setenv.c.
39355                 * setenv.c: Move the unsetenv() function to unsetenv.c.
39356
39357         2001-12-20  Bruno Haible  <bruno@clisp.org>
39358
39359                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
39360                 use malloc instead. For SunOS 4.
39361
39362         2001-12-11  Bruno Haible  <bruno@clisp.org>
39363
39364                 * setenv.c: Declare alloca.
39365                 (compar_fn_t): New typedef.
39366                 (KNOWN_VALUE, STORE_VALUE): Use it.
39367
39368         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
39369         setenv.h.
39370
39371 2002-12-10  Paul Eggert  <eggert@twinsun.com>
39372
39373         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
39374         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
39375         Choose values that are less likely to collide with system fnmatch
39376         options.
39377         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
39378         defined (e.g., a pure POSIX system).
39379         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
39380         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
39381
39382 2002-12-06  Paul Eggert  <eggert@twinsun.com>
39383
39384         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
39385         a pain in practice to deal with generated m4 files.  This change
39386         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
39387
39388         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
39389         and jm-glibc-io.m4, as they are no longer a special case.
39390         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
39391         kludge and the auto-generation stuff.  Check only whether the
39392         functions are declared, not whether they exist, since older hosts
39393         that don't declare the functions can't use the optimization anyway.
39394
39395 2002-12-06  Jim Meyering  <jim@meyering.net>
39396
39397         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
39398
39399         Merge in changes from libc's misc/error.c, in preparation
39400         for the merge of gnulib's changes back into libc.
39401
39402         * lib/error.c (_): Define only if not already defined.
39403         Move definition to follow all #include directives.
39404         Include unlocked-io.h only if !_LIBC.
39405         [_LIBC]: Include <libio/libioP.h>.
39406         [USE_IN_LIBIO]: Include <libio/iolibio.h>
39407         (fflush): Tweak definition to use INTUSE.
39408         (putc): Define.
39409
39410 2002-12-05  Paul Eggert  <eggert@twinsun.com>
39411
39412         * lib/alloca.c [defined emacs]: Include "lisp.h".
39413         (xalloc_die) [defined emacs]: New macro.
39414         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
39415         [! defined emacs]: Include <xalloc.h>.
39416         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
39417         (pointer): Typedef to POINTER_TYPE *.
39418         (malloc): Remove decl; we now always use xmalloc.
39419         (alloca): Use old-style definition, since Emacs needs this.
39420         Check for arithmetic overflow when computing combined size.
39421
39422 2002-12-04  Paul Eggert  <eggert@twinsun.com>
39423
39424         Do not generate unlocked-io.h automatically, since it's easier to
39425         maintain it by hand.
39426
39427         * lib/unlocked-io.h: New file, from GNU diffutils,
39428         but with proper copyright notice and attribution.
39429         * lib/gen-uio: Remove.
39430         * lib/Makefile.am: Add copyright notice.
39431         (libfetish_a_SOURCES): Add unlocked-io.h.
39432         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
39433         (DISTCLEANFILES, io_functions): Remove macros.
39434         (EXTRA_DIST): Remove gen_uio.
39435         (unlocked-io.h): Remove rule.
39436
39437 2002-12-04  Jim Meyering  <jim@meyering.net>
39438
39439         Reflect the fact that stat.c and lstat.c are no longer generated.
39440         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
39441         (DISTCLEANFILES): Likewise.
39442         (EXTRA_DIST): Likewise.
39443         (all_local): Don't depend on stat.c or lstat.c.
39444         (stat.c, lstat.c): Remove rules.
39445         (EXTRA_DIST): Remove xstat.in.
39446
39447         * lib/xstat.in: Remove file.  Contents moved into stat.c.
39448         * lib/stat.c: New file.  Contents mostly from xstat.in.
39449         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
39450         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
39451
39452         * lib/safe-read.c: Rework so that it may serve to define safe_write,
39453         too.
39454         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
39455
39456 2002-12-03  Jim Meyering  <jim@meyering.net>
39457
39458         * lib/safe-read.c, safe-write.c: Change variable names and comments,
39459         but not semantics, to minimize the differences between these two files.
39460         (safe_read): Change comment to mention SAFE_READ_ERROR.
39461
39462         * lib/safe-read.c (IS_EINTR): Define.
39463         (safe_read): Use IS_EINTR in place of in-function cpp directives.
39464
39465 2002-12-02  Jim Meyering  <jim@meyering.net>
39466
39467         * lib/safe-read.c (EINTR): Define.
39468         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
39469         (INT_MAX): Provide fallback.
39470         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
39471
39472         * lib/safe-read.h (SAFE_READ_ERROR): Define.
39473
39474 2002-12-02  Bruno Haible  <bruno@clisp.org>
39475
39476         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
39477         Define, taken from safe-read.c.
39478         (INT_MAX): Provide fallback.
39479         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
39480         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
39481
39482         * lib/safe-read.c (EINTR): Remove definition.
39483         (safe_read): Don't use EINTR if it is absent.
39484
39485 2002-12-01  Jim Meyering  <jim@meyering.net>
39486
39487         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
39488         zero.
39489         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
39490
39491 2002-11-27  Paul Eggert  <eggert@twinsun.com>
39492
39493         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
39494         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
39495         with `if (! (value < limit)) abort ();', for readability.
39496
39497 2002-11-26  Karl Berry  <karl@gnu.org>
39498
39499         * lib/strdup.c: copy from libc again, with jim's ok.
39500         * lib/.cppi-disable: re-add strdup.c
39501
39502 2002-11-25  Karl Berry  <karl@gnu.org>
39503
39504         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
39505         instead of "strtol.c".
39506
39507 2002-11-25  Karl Berry  <karl@gnu.org>
39508
39509         * config/install-sh: update from automake for variable quoting, $0 in
39510         error msgs, etc.
39511
39512         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
39513         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
39514         entry.
39515
39516 2002-11-25  Jim Meyering  <jim@meyering.net>
39517
39518         * lib/mktime.c: Sync from libc, now that it has the latest fix.
39519
39520 2002-11-24  Karl Berry  <karl@gnu.org>
39521
39522         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
39523         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
39524
39525 2002-11-24  Jim Meyering  <jim@meyering.net>
39526
39527         Update from coreutils:
39528
39529         * lib/mktime.c: Merge in changes from libc.
39530
39531         Avoid a link-time failure on some Linux systems.
39532         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
39533         (otherwise).
39534         (__mon_yday): Declare with the STATIC attribute.
39535         (__mktime_internal): Likewise.
39536         Based on a report from Greg Schafer.
39537
39538 2002-11-23  Jim Meyering  <jim@meyering.net>
39539
39540         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
39541         Use `unsigned', not `int', as type of index.
39542
39543         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
39544
39545         * lib/fsusage.c: Remove unneeded parentheses around operands of
39546         `defined'.
39547
39548 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39549
39550         * lib/quotearg.h: Allow multiple inclusion by surrounding with
39551         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
39552         so that we can be included first.
39553         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
39554         * lib/quotearg.c: Include quotearg.h immediately after config.h.
39555         No need to include stddef.h or sys/types.h any more.
39556         Surround local include files with "", not "<>".
39557         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
39558         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
39559         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
39560         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
39561         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
39562         (ISPRINT): Remove; no longer needed now that we assume C89.
39563
39564         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
39565         Preserve errno.
39566
39567         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
39568         quotearg_char): Use SIZE_MAX rather than
39569         (size_t) -1 when we are talking about "infinity".
39570
39571         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
39572
39573 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39574
39575         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
39576         hint that one should use `if (! x) abort ();' rather than `assert
39577         (x);', and anyway it's one less thing to worry about configuring.
39578         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
39579         hash_rehash, hash_insert): Use abort rather than assert.
39580
39581 2002-11-22  Bruno Haible  <bruno@clisp.org>
39582
39583         * lib/safe-read.h: Assume C89. Add comments.
39584         (safe_read): Change return type to size_t.
39585         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
39586         byte counts > SSIZE_MAX correctly.
39587         * lib/safe-write.h: New file.
39588         * lib/safe-write.c: New file.
39589         * lib/full-read.h: New file.
39590         * lib/full-read.c: New file.
39591         * lib/full-write.h: Assume C89. Add comments.
39592         * lib/full-write.c: Include safe-write.h.
39593         (full_write): Rewritten to use safe_write.
39594         Suggested by Jim Meyering and Paul Eggert.
39595
39596 2002-11-21  Jim Meyering  <jim@meyering.net>
39597
39598         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
39599
39600         Merge in changes from the coreutils.
39601
39602         2002-09-25  Paul Eggert  <eggert@twinsun.com>
39603         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
39604         <stdint.h>.
39605         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
39606         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
39607         int.  Work more efficiently if X is the same width as uintmax_t.
39608         Do not compare X to -1, to avoid bogus compiler warning.
39609         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
39610         Don't assume that f_frsize and f_bsize are the same type.
39611
39612         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
39613         warning on FreeBSD.
39614
39615         * lib/makepath.c (make_path): Restore umask *before* creating the final
39616         component.
39617         (make_path): Minor reformatting.
39618
39619         * lib/xmalloc.c: Adjust to work with new autoconf macros,
39620         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
39621         HAVE_MALLOC/HAVE_REALLOC.
39622
39623         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
39624         dummy ones.  At least on GNU/Linux systems, `auto' means something
39625         else.
39626         From Michael Stone.
39627
39628 2002-11-21  Bruno Haible  <bruno@clisp.org>
39629
39630         Remove case insensitive option matching.
39631         * lib/argmatch.h (argcasematch): Remove declaration.
39632         (ARGCASEMATCH): Remove macro.
39633         (__xargmatch_internal): Remove case_sensitive argument.
39634         (XARGMATCH): Update.
39635         (XARGCASEMATCH): Remove macro.
39636         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
39637         case_sensitive argument.
39638         (argcasematch): Remove function.
39639         (__xargmatch_internal): Remove case_sensitive argument.
39640         (main): Use XARGMATCH instead of XARGCASEMATCH.
39641
39642         * lib/xmalloc.c: Change compile-time error message. Add comment about
39643         required autoconf version.
39644
39645 2002-11-20  Paul Eggert  <eggert@twinsun.com>
39646
39647         Merge argmatch cleanups from Bison.  Assume C89.
39648
39649         * lib/argmatch.c: Include config.h here, not in argmatch.h.
39650         Include stdlib.h, for EXIT_FAILURE.
39651         Always include <string.h>, since we assume C89.
39652         (EXIT_FAILURE): Remove pre-C89 bug workaround.
39653         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
39654         Include <stddef.h> instead, since it's all we need for size_t.
39655         (PARAMS): Remove.  All uses removed.
39656         (ARRAY_CARDINALITY): Do not bother to #undef.
39657         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
39658         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39659         Remove unnecessary parentheses.
39660         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39661         Insert necessary parentheses.
39662         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
39663         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
39664
39665 2002-11-19  Bruno Haible  <bruno@clisp.org>
39666
39667         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
39668         * lib/mbswidth.h: Include <stddef.h>, for size_t.
39669
39670         * lib/mbswidth.h (PARAMS): Remove macro.
39671         (mbswidth, mbsnwidth): Use ANSI C function declarations.
39672         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
39673
39674         * lib/gcd.h (PARAMS): Remove macro.
39675         (gcd): Use ANSI C function declarations.
39676         * lib/gcd.c (gcd): Likewise.
39677
39678 2002-11-15  Bruno Haible  <bruno@clisp.org>
39679
39680         * lib/strcspn.c: Include <stddef.h>.
39681         (strcspn): Use ANSI C function declaration. Change return type to
39682         size_t. Use NULL.
39683         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
39684         (strpbrk): Use NULL.
39685         * lib/strpbrk.h (PARAMS): Remove macro.
39686         (strpbrk): Use ANSI C function declaration.
39687         * lib/strstr.c: Don't include <sys/types.h>.
39688         * lib/strstr.h (PARAMS): Remove macro.
39689         (strstr): Use ANSI C function declarations.
39690
39691 2002-11-14  Karl Berry  <karl@gnu.org>
39692
39693         * config/mkinstalldirs: `do' on separate line, instead of
39694         `for var; do'.
39695
39696 2002-11-06  Bruno Haible  <bruno@clisp.org>
39697
39698         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
39699         * lib/gcd.c (gcd): Likewise.
39700
39701 2002-11-05  Bruno Haible  <bruno@clisp.org>
39702
39703         * lib/gcd.h: New file, from gettext-0.11.5.
39704         * lib/gcd.c: New file, from gettext-0.11.5.
39705
39706 2002-11-05  Bruno Haible  <bruno@clisp.org>
39707
39708         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39709         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39710         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39711         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39712
39713         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
39714         <libintl.h>.
39715         * lib/makepath.c: Include gettext.h instead of <locale.h> and
39716         <libintl.h>.
39717
39718         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
39719         * lib/human.c: Include gettext.h instead of <libintl.h>.
39720         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
39721         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
39722         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
39723         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
39724         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
39725         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
39726         (textdomain): Remove definition.
39727         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
39728
39729         * lib/long-options.c: Remove include of <libintl.h> and definition of
39730         _.
39731         * lib/same.c: Remove include of <libintl.h> and definition of _.
39732
39733 2002-11-04  Owen Taylor  <otaylor@redhat.com>
39734
39735         * lib/config.charset: A few additions for Solaris.
39736
39737 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39738
39739         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
39740         * lib/localcharset.c (locale_charset): Declare as extern "C".
39741
39742 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39743
39744         * lib/config.charset: msdos in uk_UA uses CP1125.
39745
39746 2002-11-04  Bruno Haible  <bruno@clisp.org>
39747
39748         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
39749         * lib/strcase.h: New file, from GNU gettext-0.11.5.
39750         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
39751         * lib/strstr.h: New file, from GNU gettext-0.11.5.
39752         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
39753
39754 2002-11-04  Bruno Haible  <bruno@clisp.org>
39755
39756         * lib/localcharset.c (locale_charset): Don't return an empty string.
39757
39758 2002-11-04  Bruno Haible  <bruno@clisp.org>
39759
39760         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
39761         aliases.
39762
39763 2002-11-04  Bruno Haible  <bruno@clisp.org>
39764
39765         * lib/config.charset: Update for newest glibc. Add canonical names
39766         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
39767
39768 2002-11-04  Bruno Haible  <bruno@clisp.org>
39769
39770         * lib/config.charset: Add support for NetBSD.
39771
39772 2002-11-04  Bruno Haible  <bruno@clisp.org>
39773
39774         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
39775
39776 2002-11-01  Bruno Haible  <bruno@clisp.org>
39777
39778         * configure.in: Add AC_CONFIG_AUX_DIR call.
39779         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
39780         test/Makefile.
39781         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
39782
39783 2002-09-28  Karl Berry  <karl@gnu.org>
39784
39785         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
39786         installed automake until the next release, since changes have been
39787         made.
39788
39789 2002-09-25  Karl Berry  <karl@gnu.org>
39790
39791         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
39792         * lib/getopt*: copy from libc/posix.
39793         * lib/gettext.h: copy from gettext.
39794         * lib/.cppi-disable: add strdup.c, gettext.h.
39795
39796 2002-09-25  Karl Berry  <karl@gnu.org>
39797
39798         * config/srclist.txt: enable gettext.h check.
39799         * config/config.{guess,sub}: update from prep.
39800         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
39801                 from automake 1.6.3.
39802         See srclist*.
39803
39804 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
39805
39806         * regex.c (PATFETCH): Remove the translating fetch.
39807         (PATFETCH_RAW): Rename to PATFETCH.
39808         (set_image_of_range): New fun.
39809         (SET_RANGE_TABLE_WORK_AREA): Use it.
39810         (regex_compile): Don't translate the pattern chars so eagerly.
39811         Only do it when inserting an `exactn' bytecode or when handling
39812         a char-range.
39813         (mutually_exclusive_p): Avoid empty statement.
39814
39815 2002-07-06  Jim Meyering  <meyering@lucent.com>
39816
39817         * m4/README: Don't mention Makefile.am.in.
39818         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
39819
39820 2002-07-01  Jim Meyering  <meyering@lucent.com>
39821
39822         * lib/c-stack.c: Include sys/time.h.
39823         From Volker Borchert.
39824
39825 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39826
39827         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
39828
39829 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39830
39831         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
39832         New macro.  Use it uniformly instead of
39833         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
39834         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
39835         reported by Vin Shelton.
39836
39837 2002-06-22  Paul Eggert  <eggert@twinsun.com>
39838
39839         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
39840         Do not assume SA_SIGINFO behavior.
39841         Bug reported by Jim Meyering on NetBSD 1.5.2.
39842
39843 2002-06-22  Jim Meyering  <meyering@lucent.com>
39844
39845         * m4/c-stack.m4: New file, from diffutils-2.8.2.
39846         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
39847
39848         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
39849         now that configure.ac uses AC_GNU_SOURCE.
39850         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
39851         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
39852
39853         Update to latest tools.  Suggestions from Paul Eggert.
39854         * m4/stdbool.m4: New file, from diffutils-2.8.2.
39855         * m4/gnu-source.m4: Update from diffutils-2.8.2.
39856         * m4/fnmatch.m4: Likewise.
39857         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
39858         to AC_HEADER_STDBOOL
39859
39860 2002-06-22  Jim Meyering  <meyering@lucent.com>
39861
39862         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
39863         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
39864
39865 2002-06-22  Jim Meyering  <meyering@lucent.com>
39866
39867         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
39868
39869         * lib/exitfail.c, exitfail.h: Likewise.
39870         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
39871
39872         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
39873         of fnmatch.h.
39874         (EXTRA_DIST): Add fnmatch_loop.c.
39875         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
39876
39877         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
39878         * lib/fnmatch.c: Update from diffutils-2.8.2.
39879         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
39880         * lib/fnmatch.h: Remove file.
39881
39882 2002-06-21  Jim Meyering  <meyering@lucent.com>
39883
39884         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
39885         * m4/mbrtowc.m4: Likewise.
39886
39887         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
39888         * m4/mbswidth.m4: Reflect name change:
39889         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
39890         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39891
39892         * m4/lib-link.m4: Update from gettext-0.11.2.
39893         * m4/gettext.m4: Likewise.
39894
39895         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
39896         From Alfred M. Szmidt.
39897
39898 2002-06-18  Paul Eggert  <eggert@twinsun.com>
39899
39900         * lib/file-type.h: Report an error if neither S_ISREG nor
39901         S_IFREG is defined, instead of using a test specific to glibc
39902         2.2.  This should be safe, since POSIX requires S_ISREG and
39903         Unix Version 7 had S_IFREG.  We don't need to check for
39904         <sys/types.h> since we don't use any symbols that it defines.
39905
39906 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
39907
39908         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
39909         $@-t, so that each temporary file name is unique and valid in the first
39910         8 characters, for operation under DOS.
39911
39912 2002-06-15  Paul Eggert  <eggert@twinsun.com>
39913
39914         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
39915
39916 2002-06-15  Jim Meyering  <meyering@lucent.com>
39917
39918         Work even with DJGPP 2.03, which lacks support for symlinks.
39919         From Richard Dawe.
39920         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
39921         is defined.
39922         * lib/lchown.c (S_ISLNK): Likewise.
39923
39924 2002-06-15  Jim Meyering  <meyering@lucent.com>
39925
39926         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
39927         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
39928         have been included before this file.
39929
39930 2002-06-14  Jim Meyering  <meyering@lucent.com>
39931
39932         * lib/file-type.h: Use the version from diffutils-2.8.2.
39933         * lib/file-type.c: Likewise.
39934
39935 2002-06-07  Jim Meyering  <meyering@lucent.com>
39936
39937         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
39938         They're needed at least for NetBSD 1.5.2.
39939         ($statxfs_includes): Include those same headers.
39940         ($statxfs_includes): Include sys/vfs.h if available.
39941         ($statxfs_includes): Likewise for sys/statvfs.h.
39942         Check for the following members in both structs statfs and statvfs:
39943         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
39944
39945 2002-06-01  Jim Meyering  <meyering@lucent.com>
39946
39947         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
39948         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
39949
39950 2002-05-28  Jim Meyering  <meyering@lucent.com>
39951
39952         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
39953         Reported by Volker Borchert.
39954
39955 2002-05-27  Jim Meyering  <meyering@lucent.com>
39956
39957         Fix a problem seen only on nonconforming systems whereby ls.c's
39958         use of localtime, and then of gettimeofday would cause trouble:
39959         the localtime call used to initialize rpl_gettimeofday's save
39960         mechanism would clobber ls's current local time information so
39961         that in any long listing the first file would always be listed
39962         with date 1970-01-01.  Analysis by Volker Borchert.
39963
39964         * lib/gettimeofday.c (localtime): Undefine.
39965         (rpl_localtime): New function.
39966
39967 2002-05-27  Jim Meyering  <meyering@lucent.com>
39968
39969         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
39970         localtime.
39971
39972         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
39973         use the replacement function; it wouldn't resolve at link time.
39974         Reported by Volker Borchert.
39975
39976 2002-05-22  Jim Meyering  <meyering@lucent.com>
39977
39978         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
39979         file-type.h.
39980         * lib/file-type.h: New file.
39981         * lib/file-type.c (file_type): New file/function.  Extracted from
39982         diffutils.
39983
39984 2002-04-30  Jim Meyering  <meyering@lucent.com>
39985
39986         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
39987
39988 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39989
39990         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
39991
39992 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39993
39994         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
39995         Do not check for alloca.h (no longer used) or stdbool.h (was never
39996         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
39997
39998 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39999
40000         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
40001
40002 2002-04-29  Jim Meyering  <meyering@lucent.com>
40003
40004         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
40005         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
40006         Use AC_FUNC_STRNLEN here instead.
40007
40008         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
40009         With autoconf-2.53a, it's part of AC_PROG_CC.
40010
40011 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40012
40013         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
40014         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
40015
40016 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40017
40018         * lib/sig2str.h, lib/sig2str.c: New files.
40019         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
40020
40021 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40022
40023         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
40024         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
40025         of 127, since 64 is the largest conceivable number for ancient
40026         nonstandard hosts.
40027         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
40028
40029 2002-04-28  Jim Meyering  <meyering@lucent.com>
40030
40031         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
40032
40033 2002-04-24  Jim Meyering  <meyering@lucent.com>
40034
40035         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
40036         (jm_PREREQ): Use it.
40037
40038         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
40039         mach/mach.h fcntl.h.
40040         Check for this function: setlocale.
40041
40042 2002-04-24  Jim Meyering  <meyering@lucent.com>
40043
40044         * lib/gettext.h: New file, from Gettext.
40045         * lib/Makefile.am (INCLUDES): Remove -I../intl.
40046         (libfetish_a_SOURCES): Add gettext.h.
40047
40048 2002-04-16  Jim Meyering  <meyering@lucent.com>
40049
40050         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
40051         ut_pid, ut_id, ut_exit.
40052
40053 2002-04-16  Jim Meyering  <meyering@lucent.com>
40054
40055         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
40056         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
40057         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
40058
40059 2002-04-12  Jim Meyering  <meyering@lucent.com>
40060
40061         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
40062         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
40063         existence of the getmntinfo function.  Needed for Darwin 5.3.
40064
40065         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
40066         This is necessary at least on Darwin 5.3.
40067
40068         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
40069         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
40070         strnlen.o in the library, and that makes some versions of ranlib
40071         object.
40072
40073 2002-04-12  Jim Meyering  <meyering@lucent.com>
40074
40075         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
40076
40077 2002-04-09  Jim Meyering  <meyering@lucent.com>
40078
40079         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
40080         to be more precise.  Rather than saying we're checking whether the
40081         function `works', say what we're testing.
40082         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
40083         Reported by Bruno Haible.
40084
40085 2002-03-10  Jim Meyering  <meyering@lucent.com>
40086
40087         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
40088         Suggestion from Santiago Vila.
40089
40090 2002-03-08  Jim Meyering  <meyering@lucent.com>
40091
40092         * lib/rename.c: Mention that this wrapper is needed also on
40093         mips-dec-ultrix4.4 systems.
40094
40095 2002-03-02  Jim Meyering  <meyering@lucent.com>
40096
40097         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
40098         not HAVE_CLOCK_SETTIME.
40099
40100 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40101
40102         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
40103         Check for clock_settime.
40104
40105 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40106
40107         * lib/nanosleep.h: Rename to....
40108         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
40109
40110         * lib/gettime.c: New file.
40111         * lib/settime.c: New file.
40112         * lib/stime.c: Remove.
40113
40114         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
40115         timespec.h.  Remove nanosleep.h.
40116
40117 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40118
40119         * m4/acl.m4: New file.
40120         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
40121         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
40122
40123 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40124
40125         * lib/acl.c, lib/acl.h: New files.
40126         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
40127
40128 2002-02-24  Jim Meyering  <meyering@lucent.com>
40129
40130         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
40131         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
40132         cause trouble.  Reported by Nelson Beebe.
40133
40134 2002-02-23  Paul Eggert  <eggert@twinsun.com>
40135
40136         * lib/path-concat.c (xpath_concat): Reorder code to pacify
40137         compilers that don't know that xalloc_die never returns.
40138
40139 2002-02-20  Jim Meyering  <meyering@lucent.com>
40140
40141         * lib/getdate.c: Regenerate using bison-1.33.
40142
40143 2002-02-17  Jim Meyering  <meyering@lucent.com>
40144
40145         * config/config.guess (main): Don't use `head -1'; it's no longer
40146         portable. Use `sed 1q' instead.
40147
40148 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
40149
40150         * m4/codeset.m4: Upgrade to gettext-0.11.
40151         * m4/gettext.m4: Upgrade to gettext-0.11.
40152         * m4/glibc21.m4: Upgrade to gettext-0.11.
40153         * m4/iconv.m4: Upgrade to gettext-0.11.
40154         * m4/isc-posix.m4: Upgrade to gettext-0.11.
40155         * m4/lcmessage.m4: Upgrade to gettext-0.11.
40156         * m4/lib-ld.m4: New file, from gettext-0.11.
40157         * m4/lib-link.m4: New file, from gettext-0.11.
40158         * m4/lib-prefix.m4: New file, from gettext-0.11.
40159         * m4/progtest.m4: Upgrade to gettext-0.11.
40160
40161 2002-02-15  Paul Eggert  <eggert@twinsun.com>
40162
40163         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
40164         (jm_PREREQ): Use it.
40165
40166 2002-02-15  Paul Eggert  <eggert@twinsun.com>
40167
40168         * lib/posixver.c, lib/posixver.h: New files.
40169         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
40170
40171 2002-02-02  Paul Eggert  <eggert@twinsun.com>
40172             Bruno Haible  <bruno@clisp.org>
40173
40174         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
40175         (fwrite_success_callback): New declaration.
40176         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
40177         print_unicode_char. Call failure callback instead of error.
40178         (fwrite_success_callback): New function.
40179         (exit_failure_callback): New function.
40180         (fallback_failure_callback): New function.
40181         (print_unicode_char): Call unicode_to_mb.
40182
40183 2002-01-26  Jim Meyering  <meyering@lucent.com>
40184
40185         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
40186         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
40187
40188 2002-01-26  Jim Meyering  <meyering@lucent.com>
40189
40190         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
40191
40192 2002-01-22  Paul Eggert  <eggert@twinsun.com>
40193
40194         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
40195
40196 2002-01-22  Jim Meyering  <meyering@lucent.com>
40197
40198         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
40199         Otherwise, some versions of automake would omit the rule that makes
40200         Makefile from Makefile.in.
40201
40202 2002-01-21  Paul Eggert  <eggert@twinsun.com>
40203
40204         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
40205         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
40206         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
40207         (memcoll): Set errno to zero if there is no error.
40208
40209         * lib/quotearg.c (quotearg_buffer_restyled):
40210         Fix bug with quoting buffers containing NUL when backslashing escapes.
40211         This bug was exposed by the other changes in this patch.
40212         (quotearg_n_options): New arg ARGSIZE.
40213         All callers changed.
40214         (quoting_options_from_style): New function.
40215         (quotearg_n_style): Use it.
40216         (quotearg_n_style_mem): New function.
40217
40218         * lib/quotearg.h (quotearg_n_style_mem): New function.
40219
40220 2002-01-19  Jim Meyering  <meyering@lucent.com>
40221
40222         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
40223         Remove useless quotes: DF_PROG="df".
40224         * m4/strnlen.m4: New file.
40225
40226 2002-01-16  Paul Eggert  <eggert@twinsun.com>
40227
40228         * lib/backupfile.c (ISDIGIT): Comment fix.
40229         * lib/getdate.y (ISDIGIT): Likewise.
40230         * lib/posixtm.c (ISDIGIT, year): Likewise.
40231         * lib/strverscmp.c (ISDIGIT): Likewise.
40232         * lib/userspec.c (ISDIGIT): Likewise.
40233
40234 2002-01-16  Jim Meyering  <meyering@lucent.com>
40235
40236         * lib/getdate.y: Add three semicolons, each just before a closing
40237         brace. Bison (as of version 1.31) no longer papers over that mistake.
40238
40239 2002-01-05  Jim Meyering  <meyering@lucent.com>
40240
40241         * lib/version-etc.c (version_etc_copyright): Update copyright year.
40242
40243 2001-12-19  Paul Eggert  <eggert@twinsun.com>
40244
40245         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
40246         not silently exit merely because the output buffer happens to
40247         have nothing pending.
40248
40249 2001-12-18  Paul Eggert  <eggert@twinsun.com>
40250
40251         See the big note in ../ChangeLog.
40252         * lib/human.c (suffixes): Prefer K to k for 1024.
40253         (generate_suffix_backwards): New function.
40254         (human_readable_inexact): Use it.
40255         * lib/xstrtol.c (__xstrtol): If there is no number but there
40256         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
40257         Accept 'K' as well as 'k'.
40258
40259 2001-12-15  Jim Meyering  <meyering@lucent.com>
40260
40261         * lib/regex.h (__restrict_arr): Update from libc.
40262
40263         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
40264         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
40265         (STREQ): Define.
40266
40267 2001-12-14  Jim Meyering  <meyering@lucent.com>
40268
40269         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
40270         Suggestion from Bruno Haible.
40271
40272 2001-12-10  Jim Meyering  <meyering@lucent.com>
40273
40274         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
40275         xrealloc, Instead, include "xalloc.h".
40276         (initbuffer): Don't cast xmalloc return value to char*.
40277         (readline): Reword comment.
40278         Don't cast xrealloc return value to char*
40279         Return NULL, not 0.
40280
40281 2001-12-09  Jim Meyering  <meyering@lucent.com>
40282
40283         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
40284         about `signed and unsigned type in conditional expression'.
40285         * lib/posixtm.c (posix_time_parse): Likewise.
40286
40287         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
40288
40289         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
40290         to avoid a pedantic warning.
40291
40292         * lib/getstr.c: Don't include assert.h.
40293         (getstr): Remove warning-evoking assertions.
40294         Return -1 if offset parameter is out of bounds.
40295         Change the type of a local from int to size_t.
40296
40297         * lib/strftime.c (my_strftime_localtime_r): Include this function
40298         definition in the `#if ! HAVE_TM_GMTOFF' block.
40299
40300         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
40301         Include xalloc.h instead.
40302
40303 2001-12-02  Jim Meyering  <meyering@lucent.com>
40304
40305         * lib/tempname.c: Don't declare getenv, thus reverting the change of
40306         2001-11-18.  It's no longer necessary, now that stdlib.h is always
40307         included.
40308
40309         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
40310         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
40311
40312 2001-11-30  Akim Demaille  <akim@epita.fr>
40313
40314         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
40315         before being defined.
40316
40317 2001-11-27  Paul Eggert  <eggert@twinsun.com>
40318
40319         * lib/quotearg.h (quotearg_n, quotearg_n_style):
40320         First arg is int, not unsigned.
40321         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
40322         (SIZE_MAX, UINT_MAX): New macros.
40323         (quotearg_n_options): Abort if N is negative.
40324         Avoid overflow check on hosts where size_t is 64 bits and int
40325         is 32 bits, as overflow is impossible there.
40326         Fix off-by-one typo that caused unnecessary reallocation.
40327
40328 2001-11-27  Jim Meyering  <meyering@lucent.com>
40329
40330         * lib/tempname.c: Merge with version from libc.
40331         * lib/regex.c: Likewise.
40332
40333         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
40334         systems for which STDC_HEADERS is 0, it was not included, resulting in
40335         a warning about an integer-to-pointer conversion problem with getenv.
40336         Reported by Volker Borchert.
40337
40338 2001-11-26  Jim Meyering  <meyering@lucent.com>
40339
40340         * lib/gtod.h: Remove file.
40341         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
40342         * lib/gettimeofday.c: Don't include gtod.h.
40343         (GTOD_init): Remove function.
40344         (rpl_gettimeofday): Do its job here instead, rather than aborting.
40345         Suggestion from Volker Borchert.
40346
40347 2001-11-23  Jim Meyering  <meyering@lucent.com>
40348
40349         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
40350         it.
40351         * lib/hash.c (struct hash_table): Define it here instead.
40352
40353 2001-11-22  Jim Meyering  <meyering@lucent.com>
40354
40355         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
40356
40357 2001-11-20  Jim Meyering  <meyering@lucent.com>
40358
40359         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
40360         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
40361
40362 2001-11-19  Jim Meyering  <meyering@lucent.com>
40363
40364         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
40365         directory.  Use "conftestXXXXXX" as the template.
40366         Suggestion from Paul Eggert.
40367
40368         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
40369         immediately, so the test doesn't mistakenly hit the max-open-files
40370         limit.
40371
40372 2001-11-18  Paul Eggert  <eggert@twinsun.com>
40373
40374         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
40375         (TEMPORARIES): New macro.
40376         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
40377         removes an artificial limitation (e.g. HP-UX 10.20, where
40378         TMP_MAX is 17576).
40379
40380 2001-11-18  Jim Meyering  <meyering@lucent.com>
40381
40382         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
40383
40384 2001-11-18  Jim Meyering  <meyering@lucent.com>
40385
40386         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
40387         on SunOS 4.
40388
40389         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
40390         files will be created before anything else.
40391
40392 2001-11-17  Paul Eggert  <eggert@twinsun.com>
40393
40394         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
40395         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
40396
40397 2001-11-17  Jim Meyering  <meyering@lucent.com>
40398
40399         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
40400         Prompted by a report from Bob Proulx.
40401
40402         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
40403         Instead, require UTILS_FUNC_MKSTEMP.
40404
40405 2001-11-17  Jim Meyering  <meyering@lucent.com>
40406
40407         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
40408         Now, that's done as part of AC_FUNC_STRTOD.
40409
40410 2001-11-17  Jim Meyering  <meyering@lucent.com>
40411
40412         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
40413         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
40414         rather than group writable.  Patch by Juan F. Codagnone.
40415
40416         * lib/readtokens.c: Remove explicit declarations of xmalloc and
40417         xrealloc, Instead, include "xalloc.h".
40418
40419         * lib/mountlist.c: Include unlocked-io.h after all system headers.
40420         Remove explicit declarations of xmalloc, xrealloc,
40421         and xstrdup.  Instead, include "xalloc.h".
40422
40423         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
40424         unlocked-io.h.
40425         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
40426         Likewise.
40427         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
40428
40429         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
40430         Reported by Padraig Brady.
40431
40432         * lib/mkstemp.c: #undef mkstemp.
40433         Include config.h.
40434         (rpl_mkstemp): Rename from mkstemp.
40435         Protoize.
40436
40437 2001-11-16  Jim Meyering  <meyering@lucent.com>
40438
40439         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
40440         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
40441         determine the amount of total physical memory, use pstat_getstatic.
40442         HPUX-11 doesn't define _SC_PHYS_PAGES.
40443         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
40444         If sysconf couldn't be used to determine the amount of available
40445         physical memory, use both pstat_getstatic and pstat_getdynamic.
40446         Based on a patch from Bob Proulx.
40447
40448 2001-11-10  Jim Meyering  <meyering@lucent.com>
40449
40450         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
40451         (jm_PREREQ): Use it.
40452
40453 2001-11-09  Jim Meyering  <meyering@lucent.com>
40454
40455         * m4/jm-macros.m4: Require autoconf-2.52f.
40456         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
40457         Use these AC_-prefixed names, not the AM_-prefixed ones.
40458
40459         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
40460
40461 2001-11-05  Jim Meyering  <meyering@lucent.com>
40462
40463         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
40464
40465 2001-11-04  Jim Meyering  <meyering@lucent.com>
40466
40467         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
40468         $DEFS.
40469
40470 2001-11-03  Jim Meyering  <meyering@lucent.com>
40471
40472         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
40473         of AC_DEFUN.
40474
40475         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
40476         know the name of the variable in the macro definition.
40477
40478 2001-11-03  Jim Meyering  <meyering@lucent.com>
40479
40480         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
40481         in argmatch_to_argument call.
40482
40483         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
40484         argument.
40485
40486         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
40487         e.g., a fault due to an attempt to free a NULL pointer.
40488
40489 2001-11-01  Jim Meyering  <meyering@lucent.com>
40490
40491         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
40492         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
40493
40494 2001-11-01  Jim Meyering  <meyering@lucent.com>
40495
40496         * lib/dirfd.c, lib/dirfd.h: New files.
40497         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
40498
40499         * lib/hash.c (hash_print) [TESTING]: Clean up.
40500
40501 2001-10-22  Paul Eggert  <eggert@twinsun.com>
40502
40503         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
40504         to avoid a warning if -Wall.
40505
40506 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
40507
40508         * README: New file
40509         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
40510         (per RMS's instructions, this is now the canonical source)
40511         * lgpl/, gpl/: New directories.
40512
40513 2001-10-21  Paul Eggert  <eggert@twinsun.com>
40514
40515         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
40516
40517 2001-10-21  Jim Meyering  <meyering@lucent.com>
40518
40519         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
40520         this code would end up calling gettext even in packages built
40521         with --disable-nls.
40522         * lib/getopt.c (_): Likewise.
40523         * lib/regex.c (_): Likewise.
40524
40525 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40526
40527         * m4/error.m4 (jm_PREREQ_ERROR):
40528         Do not invoke AC_CHECK_FUNCS with strerror_r, as
40529         AC_FUNC_STRERROR_R does that.
40530         Check for strerror declaration.
40531
40532         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
40533         are supposed to have them these days.
40534         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
40535         Merge changes from latest Autoconf CVS.
40536         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
40537         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
40538         POSIX decided to standardize on the int flavor of strerror_r.
40539
40540 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40541
40542         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
40543         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
40544         Use strerror_r that is only a macro, even if it is not a function.
40545         (strerror): Check for HAVE_DECL_STRERROR before declaring.
40546         (private_strerror): Use prototypes, not old-style function definition.
40547         (print_errno_message): New function.
40548         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
40549         char*-flavored one.
40550         (error_tail, error, error_at_line): Use it.
40551
40552 2001-10-11  Jim Meyering  <meyering@lucent.com>
40553
40554         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
40555         and quote_n (1, ... to avoid clobbering a buffer.
40556
40557 2001-10-05  Jim Meyering  <meyering@lucent.com>
40558
40559         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
40560         hash-pjw.h.
40561         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
40562         * lib/hash-pjw.h: New file.
40563
40564 2001-09-30  Jim Meyering  <meyering@lucent.com>
40565
40566         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
40567         `struct fsstat' has the `f_fstypename' member.
40568         Use that to define FS_TYPE, which is now used to make
40569         the getfsstat link test tighter.
40570
40571 2001-09-30  Jim Meyering  <meyering@lucent.com>
40572
40573         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
40574         Include <sys/ucred.h>, for Apple Darwin.
40575         Include sys/mount.h and sys/fs_types.h only if available.
40576         (FS_TYPE): Define.
40577         (read_filesystem_list): Use FS_TYPE.
40578
40579 2001-09-29  Paul Eggert  <eggert@twinsun.com>
40580
40581         * lib/exclude.c (excluded_filename): 0 -> false, since it's
40582         a boolean context.
40583
40584 2001-09-29  Jim Meyering  <meyering@lucent.com>
40585
40586         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40587         [one-argument getmntent function]): Include stdio.h before mntent.h.
40588         SunOS 4.1.x needs it for the declaration of `FILE'.
40589         Patch by Volker Borchert.
40590
40591         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40592         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
40593         sys/fs_types.h, and make the link-test for getfsstat guard #include
40594         directives with appropriate #if HAVE_*_H tests so that we can
40595         detect getfsstat on Apple Darwin1.3.7 systems.
40596         Reported by Nelson Beebe.
40597         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
40598
40599 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40600
40601         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40602         #defines strtoimax.  Also treat the other strto* functions
40603         like strtoimax.
40604
40605         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40606         Check for strtoul and strtoumax,
40607         as those declarations are made even in the signed case.
40608         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
40609         Likewise, for strtol and strtoimax.
40610
40611 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40612
40613         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40614         #defines strtoimax.  Also treat the other strto* functions
40615         like strtoimax.
40616
40617         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
40618         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
40619         (strtoimax, strtoumax): Do not declare if already defined as a macro.
40620
40621 2001-09-26  Jim Meyering  <meyering@lucent.com>
40622
40623         Most macros in unlocked-io.h had the wrong number of arguments.
40624         * lib/gen-uio: New script.
40625         (USE_UNLOCKED_IO): Define to 1 if not already defined.
40626         * lib/unlocked-io.hin: Remove file.
40627         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
40628         rather than trying to embed it here.
40629         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
40630         Reported by Padraig Brady.
40631
40632 2001-09-25  Volker Borchert  <bt@teknon.de>
40633
40634         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
40635         `result'.
40636
40637 2001-09-24  Jim Meyering  <meyering@lucent.com>
40638
40639         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
40640
40641 2001-09-23  Jim Meyering  <meyering@lucent.com>
40642
40643         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
40644         instead of the mere test for existence of mntent.h.  The latter
40645         would get a false-positive on AIX 3.4 systems.
40646         In the outer getmntent if-block, don't die if neither of the getmntent
40647         tests succeeds.  Instead, just fall through and continue with the
40648         remaining tests.
40649
40650 2001-09-23  Jim Meyering  <meyering@lucent.com>
40651
40652         * lib/mountlist.c: Remove useless parentheses in #if directives.
40653         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
40654         the deprecated MOUNTED symbol is no longer defined in mntent.h.
40655
40656 2001-09-22  Jim Meyering  <meyering@lucent.com>
40657
40658         * m4/gettext.m4: New file.  From gettext.
40659         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
40660         * m4/progtest.m4: Likewise
40661         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
40662         * m4/glibc21.m4: Likewise.
40663
40664         * m4/libintl.m4: Remove.  No longer used.
40665
40666 2001-09-22  Jim Meyering  <meyering@lucent.com>
40667
40668         * lib/localcharset.c: Update from latest gettext.
40669         * lib/config.charset: Likewise.
40670
40671 2001-09-20  Jim Meyering  <meyering@lucent.com>
40672
40673         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
40674         strtoimax.
40675         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
40676         strtoumax.
40677
40678 2001-09-20  Jim Meyering  <meyering@lucent.com>
40679
40680         * lib/xstrtol.c (strtoimax): Guard declaration with
40681         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
40682         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
40683         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
40684         (strtoumax): Likewise, for completeness (it wasn't necessary).
40685
40686 2001-09-17  Paul Eggert  <eggert@twinsun.com>
40687
40688         * lib/strtoimax.c (HAVE_LONG_LONG):
40689         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
40690         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
40691         to work around bug in IBM C compiler.
40692
40693 2001-09-17  Jim Meyering  <meyering@lucent.com>
40694
40695         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
40696         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
40697         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
40698         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
40699         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
40700         whenever the right hand side need not be expanded by the shell.
40701
40702 2001-09-16  Paul Eggert  <eggert@twinsun.com>
40703
40704         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
40705         library.  It's not correct, as some older glibcs are buggy.
40706         fnmatch wasn't fixed until glibc 2.2.
40707
40708         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
40709         special shell magic here.
40710
40711 2001-09-16  Jim Meyering  <meyering@lucent.com>
40712
40713         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
40714         * m4/jm-macros.m4: Require it.
40715
40716 2001-09-16  Jim Meyering  <meyering@lucent.com>
40717
40718         * lib/mkdir.c: New file.
40719
40720 2001-09-15  Jim Meyering  <meyering@lucent.com>
40721
40722         * m4/jm-macros.m4: Check for help2man.
40723
40724 2001-09-11  Jim Meyering  <meyering@lucent.com>
40725
40726         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
40727         The body, by Paul Eggert, was moved here from configure.in.
40728         * m4/jm-macros.m4: Require UTILS_HOST_OS.
40729
40730 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40731
40732         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
40733         (jm_PREREQ): Use it.
40734
40735 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40736
40737         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
40738         Use ssize_t, not int, to store result of readlink.
40739         Check for ssize_t overflow as well as size_t overflow,
40740         as POSIX says the result of readlink is implementation-defined
40741         when ssize_t overflows.
40742         Remove unnecessary cast to char*.
40743         Use free+malloc instead of realloc, as the storage doesn't need
40744         to be preserved and it's clearer and can be more efficient that way.
40745         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
40746         * lib/xreadlink.h (xreadlink): Update prototype.
40747
40748 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40749
40750         * lib/xgetcwd.c: Revert some of the previous change; intead,
40751         fix the HAVE_GETCWD_NULL code to behave more like the
40752         !HAVE_GETCWD_NULL code used to.
40753
40754         Include "xalloc.h".
40755         (xgetcwd): Do not return NULL when memory is exhausted; instead,
40756         invoke xalloc_die.
40757
40758 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40759
40760         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
40761         sys/param.h, as pathmax.h includes them.
40762
40763 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40764
40765         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
40766         (jm_PREREQ_XGETCWD): New macro.
40767
40768         * m4/getcwd.m4: New file.
40769
40770 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40771
40772         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
40773         like the HAVE_GETCWD_NULL code.
40774         Include pathmax.h if not HAVE_GETCWD.
40775         Do not include xalloc.h.
40776         (INITIAL_BUFFER_SIZE): New symbol.
40777         Do not use xmalloc / xrealloc, since the caller is responsible for
40778         handling errors.  Preserve errno around `free' during failure.
40779         Do not overrun buffer when using getwd.
40780
40781 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40782
40783         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
40784         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
40785         getcwd (NULL, 0).
40786
40787 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40788
40789         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
40790         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
40791         spotted by Jim Meyering.
40792
40793 2001-09-03  Jim Meyering  <meyering@lucent.com>
40794
40795         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
40796         failure.
40797
40798 2001-09-02  Jim Meyering  <meyering@lucent.com>
40799
40800         * lib/error.c: Update from GNU libc.
40801
40802 2001-09-01  Jim Meyering  <meyering@lucent.com>
40803
40804         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
40805         Used by df.
40806
40807 2001-09-01  Jim Meyering  <meyering@lucent.com>
40808
40809         * lib/xreadlink.c: New file.
40810         * lib/xreadlink.h: New file.
40811         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
40812         xreadlink.h.
40813
40814         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
40815         doesn't conflict with sparc Solaris 7's definition in
40816         /usr/include/sys/int_types.h.
40817
40818         * lib/exclude.c: Use `""', not `<>' to #include non-system header
40819         files.
40820         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
40821         and strncasecmp as r-values.  Unixware didn't have declarations.
40822
40823 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40824
40825         * lib/xstrtol.h: Add copyright notice.
40826         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
40827         LONGINT_INVALID_SUFFIX_CHAR.
40828
40829 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40830
40831         * lib/xstrtol.c (strtoimax): New decl.
40832
40833 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40834
40835         * lib/xgetcwd.c: Don't include pathmax.h.
40836         Include stdlib.h and unistd.h if available.
40837         Include xalloc.h.
40838         (xmalloc, xstrdup, free): Remove decls.
40839         (xgetcwd): Don't assume sizes fit in unsigned.
40840         Check for overflow when computing sizes.
40841         Simplify reallocation code.
40842
40843 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40844
40845         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
40846         a directory's st_size can have an arbitrary value, so the old
40847         usage could waste an arbitrary amount of memory.  All uses
40848         changed.
40849         * lib/savedir.h: Update prototype.
40850
40851 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40852
40853         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
40854
40855         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
40856         old strtoimax.c.
40857
40858         Also, make the following further changes to make this file's
40859         configuration more similar to that of strtol.c:
40860         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
40861         (strtoumax, uintmax_t, strtoull, strtol): Remove.
40862         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
40863         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
40864         changed to signed values.
40865
40866         And make the following changes as well:
40867         Fix copyright notice, as 1999 was missing.
40868         (verify): New macro.
40869         (strtoimax): Check sizes at compile-time, not run-time.
40870         Prefer strtol to strtoll if both work.
40871         (main): Remove; it was not that useful and was a pain to maintain.
40872
40873         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
40874
40875 2001-08-31  Jim Meyering  <meyering@lucent.com>
40876
40877         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
40878         Use an initial, malloc'd, buffer of length 128 rather than
40879         a statically allocated one of length 1024.
40880
40881 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40882
40883         Simplify code, partly by assuming autoconf 2.52 semantics.
40884
40885         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
40886
40887         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
40888         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
40889         All uses removed.
40890         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
40891         Move AC_REQUIRE to next-to-top level, to avoid confusion.
40892         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
40893         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
40894         jm_AC_HEADER_INTTYPES_H.
40895         * m4/jm-macros.m4 (jm_MACROS): Likewise.
40896
40897         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
40898
40899         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40900         Quote first arg of AC_DEFUN.
40901         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
40902         since they are needed to parse the include file even if we need
40903         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
40904         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
40905         but with opposite signedness.
40906
40907 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40908
40909         Merge 'exclude' changes from tar 1.13.22.
40910         This fixes one or two unlikely storage allocation overflow bugs,
40911         but doesn't change user-visible behavior otherwise.
40912
40913 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40914
40915         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
40916         (jm_PREREQ_EXCLUDE): New macro.
40917
40918 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40919
40920         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
40921         tm to be declared.
40922
40923 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40924
40925         * lib/hash.c: Remove '2001' from copyright notice.
40926
40927 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40928
40929         * lib/full-write.h: New file.
40930         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
40931         * lib/full-write.c: Correct credits, as cccp.c no longer
40932         exists and anyway it was so heavily changed from the old cccp
40933         code as to be unrecognizable.  Include full-write.h.
40934         (full_write) Return size_t, with short writes meaning failure.
40935         All callers changed.  This fixes a bug with large buffers
40936         on 64-bit hosts.
40937         * lib/utime.c: Include full-write.h.
40938
40939 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40940
40941         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
40942         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
40943         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
40944         Include if available.
40945         (<xalloc.h>): Include
40946         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
40947         (verify): New macro.  Use it to verify that EXCLUDE macros do not
40948         collide with FNM macros.
40949         (struct patopts): New struct.
40950         (struct exclude): Use it, as exclude patterns now come with options.
40951         (new_exclude): Support above changes.
40952         (new_exclude, add_exclude_file):
40953         Initial size must now be a power of two to simplify overflow checking.
40954         (free_exclude, fnmatch_no_wildcards): New function.
40955         (excluded_filename): No longer requires options arg, as the options
40956         are determined by add_exclude.  Now returns bool, not int.
40957         (excluded_filename, add_exclude):
40958         Add support for the fancy new exclusion options.
40959         (add_exclude, add_exclude_file): Now takes int options arg.
40960         Check for arithmetic overflow when computing sizes.
40961         (add_exclude_file): xrealloc might modify errno, so don't
40962         realloc until after errno might be used.
40963
40964         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
40965         New macros.
40966         (free_exclude): New decl.
40967         (add_exclude, add_exclude_file): Now takes int options arg.
40968         (excluded_filename): No longer requires options arg, as the options
40969         are determined by add_exclude.  Now returns bool, not int.
40970
40971 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40972
40973         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
40974
40975 2001-08-27  Jim Meyering  <meyering@lucent.com>
40976
40977         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
40978
40979         * lib/version-etc.c (N_): Remove definition.
40980         Revert most of last change.
40981         Instead, simply don't mark the `Copyright...' string for translation.
40982         Based on advice from Paul Eggert.
40983
40984         * lib/strtoxmax.c: Tweak comment.
40985
40986 2001-08-26  Jim Meyering  <meyering@lucent.com>
40987
40988         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
40989
40990         * m4/xstrtoimax.m4: New file.
40991         * m4/xstrtoumax.m4: Add comments explaining why we
40992         AC_REPLACE_FUNCS(strtol).
40993
40994 2001-08-26  Jim Meyering  <meyering@lucent.com>
40995
40996         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
40997         of copyright with `%s' so translators don't get an untranslated
40998         message in 2002.
40999         (COPYRIGHT_YEAR): Define.
41000         (version_etc): Use fprintf rather than fputs.
41001         Suggestion from Ulrich Drepper.
41002
41003         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
41004
41005         * lib/strtoll.c: New file, from GNU libc.
41006         * lib/xstrtoimax.c: New file.
41007
41008         * lib/xstrtol.h: Add xstrtoimax.
41009         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
41010         * lib/strtoimax.c: New file.  Likewise, but first define
41011         STRTOUXMAX_SIGNED.
41012
41013         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
41014         ...
41015         * lib/strtoxmax.c: ... then renamed to this.
41016
41017 2001-08-18  Paul Eggert  <eggert@twinsun.com>
41018
41019         * m4/inttypes.m4: Add AC_PREREQ(2.13).
41020         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
41021         (jm_AC_TYPE_INTMAX_T): New macro.
41022         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
41023
41024         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
41025
41026         * m4/longlong.m4: Renamed from ulonglong.m4.
41027         * m4/inttypes.m4: Renamed from inttypes_h.m4.
41028         * m4/uintmax_t.m4: Removed.
41029
41030 2001-08-13  Paul Eggert  <eggert@twinsun.com>
41031
41032         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
41033         Port to Solaris 8, where 'sed' requires a space after the 'r'
41034         command, and where sh dislikes "$/".  Clean up the spacing a bit.
41035         Redirect output to $tmp just once.
41036
41037 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
41038
41039         * lib/addext.c (<errno.h>): Include.
41040         (errno): Declare if not defined.
41041         (addext): Work correctly when pathconf returns -1 and leaves
41042         errno alone because there is no limit.  Also, work even if
41043         pathconf returns a value greater than SIZE_MAX.
41044
41045 2001-08-12  Jim Meyering  <meyering@lucent.com>
41046
41047         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
41048         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
41049         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
41050         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
41051         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
41052         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
41053         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
41054         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
41055         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
41056         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
41057         utime.m4, utimes.m4, xstrtoumax.m4:
41058         Quote the first argument in each use of AC_DEFUN.
41059
41060 2001-08-12  Jim Meyering  <meyering@lucent.com>
41061
41062         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
41063         Simply `return getcwd (NULL, 0);'.
41064         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
41065         Use 1300 as initial value for length, not PATH_MAX.
41066
41067         * lib/pathmax.h: Clean up cpp syntax.
41068
41069 2001-08-12  Jim Meyering  <meyering@lucent.com>
41070
41071         * lib/gettimeofday.c: New file.
41072         * lib/gtod.h: New file.
41073         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
41074
41075 2001-08-05  Jim Meyering  <meyering@lucent.com>
41076
41077         * m4/jm-macros.m4: Require autoconf-2.52.
41078
41079 2001-08-04  Jim Meyering  <meyering@lucent.com>
41080
41081         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
41082         stmt, to get in sync with glibc.
41083
41084 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41085
41086         The following changes are from gettext 0.10.39 as maintained by
41087         Bruno Haible.
41088
41089         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
41090         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
41091         with inverted sense.  All uses changed.
41092
41093         * lib/mbswidth.c: Don't include <limits.h>.
41094         Include <stdlib.h> and <string.h> unconditionally.
41095         (iswcntrl, mbsinit, ISCNTRL): New macros.
41096         (mbsnwidth): Use K&R style function declarations.
41097         Don't bother checking for MB_LEN_MAX == 1, since the compiler
41098         can optimize it when MB_CUR_MAX == 1.
41099         The width of control characters is zero, not 1.
41100
41101 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41102
41103         The following changes are from gettext 0.10.39 as maintained by
41104         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
41105
41106         * m4/codeset.m4: Upgrade to serial AM1.
41107         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
41108         all uses changed.  Quote first arg of AC_DEFUN.
41109         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
41110
41111         * m4/iconv.m4: Upgrade to serial AM2.
41112         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
41113         Add --with-libconv-prefix.
41114         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
41115         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
41116         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
41117         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
41118         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
41119
41120         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
41121         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
41122         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
41123         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
41124         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
41125         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
41126         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
41127         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
41128         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
41129
41130         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
41131         string.h any more.
41132
41133         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
41134         not the default value.
41135
41136         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
41137         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
41138         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
41139         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
41140         Also check for iswcntrl, used for wcwidth fallback.
41141         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
41142         to Autoconf 2.13.
41143
41144 2001-08-03  Jim Meyering  <meyering@lucent.com>
41145
41146         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
41147         as it was in the original.  Reported by Paul Eggert.
41148
41149 2001-07-16  Jim Meyering  <meyering@lucent.com>
41150
41151         * m4/gettimeofday.m4: New file.
41152         Prompted by a report from Bernhard Baehr.
41153
41154 2001-07-15  Jim Meyering  <meyering@lucent.com>
41155
41156         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
41157         stuff. Now it's in ../Makefile.cfg.
41158
41159 2001-07-15  Jim Meyering  <meyering@lucent.com>
41160
41161         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
41162         (BUILT_SOURCES): Add unlocked-io.h.
41163         (io_functions): Define.
41164         (unlocked-io.h): New rule.
41165         (DISTCLEANFILES): Add unlocked-io.h.
41166         (all-local): Depend on unlocked-io.h, to ensure it is created.
41167
41168         * lib/unlocked-io.hin: New file
41169
41170         * lib/regex.c: Update from glibc.
41171
41172 2001-07-05  Jim Meyering  <meyering@lucent.com>
41173
41174         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
41175         recommendation.
41176         (libfetish_a_SOURCES): Put all .h files here instead.
41177         Remove a thus-exposed (better checks in automake) duplicate and
41178         two unnecessary .h files.
41179
41180 2001-07-04  Jim Meyering  <meyering@lucent.com>
41181
41182         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
41183         that generates jm-glibc-io.m4 so that it doesn't trigger any make
41184         distcheck failure.
41185
41186 2001-07-02  Jim Meyering  <meyering@lucent.com>
41187
41188         The following changes were prompted by suggestions from Bruno Haible.
41189
41190         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
41191         is now generated.
41192         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
41193         definition of EXTRA_DIST.
41194         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
41195         ensure that the generated file is created/updated whenever the list
41196         of $(unlocked_functions) is changed.
41197         (jm-glibc-io.m4): New rule.
41198         (unlocked-io.h): New rule -- currently unused.
41199
41200 2001-06-24  Jim Meyering  <meyering@lucent.com>
41201
41202         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
41203         unmatched right bracket, rather than kludging it with an extra,
41204         falsely-matching quote in a comment.  Patch by Akim Demaille.
41205
41206 2001-06-11  Jim Meyering  <meyering@lucent.com>
41207
41208         * lib/regex.c: Update from GNU libc.
41209
41210 2001-05-27  Jim Meyering  <meyering@lucent.com>
41211
41212         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
41213         Check for ut_type in struct utmp.
41214
41215 2001-05-27  Jim Meyering  <meyering@lucent.com>
41216
41217         * lib/readutmp.h (UT_TYPE): Define.
41218
41219 2001-05-24  Jim Meyering  <meyering@lucent.com>
41220
41221         * lib/argmatch.c: Include "quote.h".
41222         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
41223         quote function.  Reported by Göran Uddeborg.
41224
41225 2001-05-22  Jim Meyering  <meyering@lucent.com>
41226
41227         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
41228         now that we use the package-supplied version unconditionally.
41229         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
41230
41231 2001-05-21  Jim Meyering  <meyering@lucent.com>
41232
41233         * m4/regex.m4: Change a couple backticks to single quotes to avoid
41234         shell syntax errors.
41235
41236 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
41237
41238         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
41239
41240 2001-05-20  Paul Eggert  <eggert@twinsun.com>
41241
41242         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
41243         Don't bother to check library strftime, since
41244         we'll be using our own my_strftime function anyway.
41245         Define my_strftime instead of strftime.
41246
41247 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
41248
41249         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
41250         which is not yet declared.
41251
41252 2001-05-15  Jim Meyering  <meyering@lucent.com>
41253
41254         * m4/regex.m4: Use proper quoting so brackets appear in the test
41255         program.
41256         Reported by, and with help from, Bruno Haible.
41257
41258 2001-05-13  Jim Meyering  <meyering@lucent.com>
41259
41260         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
41261         undefined.
41262
41263 2001-05-11  Paul Eggert  <eggert@twinsun.com>
41264
41265         dirname code cleanup.  base_name now behaves more compatibly
41266         with POSIX basename when given file names that have trailing
41267         slashes, and similarly for dir_name.  Add new primitives
41268         base_len and dir_len.  Put the directory-name-related decls
41269         into dirname.h.
41270
41271         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
41272         * lib/backupfile.c (base_name): Likewise.
41273         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
41274         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
41275         * lib/makepath.c (strip_trailing_slashes): Likewise.
41276         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
41277         ISSLASH): Likewise.
41278         * lib/rename.c (strip_trailing_slashes): Likewise.
41279         * lib/same.c (base_name): Likewise.
41280         * lib/stripslash.c (ISSLASH): Likewise.
41281
41282         * lib/addext.c: Include <dirname.h> after size_t is defined.
41283         * lib/backupfile.c: Likewise.
41284
41285         * lib/addext.c (addext): Use base_len to trim redundant
41286         trailing slashes instead of doing it ourselves.
41287         But do not trim the last slash if it is not redundant.
41288
41289         * lib/backupfile.c (find_backup_file_name,
41290         max_backup_version): Use base_len instead of rolling it ourselves.
41291         Handle the case of "" and (on DOS) "C:" correctly.
41292
41293         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
41294         needed. Include <string.h>, <dirname.h>.
41295         (base_name): Allow file names ending in slashes, other than names
41296         that are all slashes.  In this case, return the basename followed
41297         by the slashes.  This is more general, and can be used in places
41298         where the original base_name purposely had an assertion failure.
41299         (base_len): New function.
41300
41301         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
41302         Do not include <assert.h>; no longer needed.
41303         Include xalloc.h.
41304         (memrchr): Remove decl.
41305         (dir_name_r): Remove.
41306         (dir_len): Renamed from dirlen.  All callers changed.
41307         Rewrite in terms of base_name, for simplicity and consistency.
41308         (dir_name): Never return NULL.  All callers changed.
41309         Do not include <stdlib.h> in test program; no longer needed.
41310         return 0; is fine for test program.
41311
41312         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
41313         New macros.
41314         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
41315
41316         * lib/path-concat.c (path_concat): Use base_len to compute
41317         base length, not strlen; this means we cannot rely on memcpy
41318         to null-terminate.
41319
41320         * lib/same.c (STREQ): Remove.
41321         (same_name): Handle the case where the basename ends in trailing '/'.
41322
41323         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
41324         a slash was stripped.  Do not strip the last slash after a
41325         file system prefix.
41326
41327 2001-05-11  Paul Eggert  <eggert@twinsun.com>
41328
41329         * lib/Makefile.am (libfetish_a_SOURCES):
41330         Add strftime.c, since we now compile it on all hosts.
41331
41332         * lib/strftime.c (my_strftime):
41333         Define to nstrftime if emacs, but only if my_strftime is not defined.
41334         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
41335         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
41336         Add one more extra argument: a nanoseconds value.
41337         All uses changed.
41338         (ns): New macro.
41339         (my_strftime function): Add %N format.
41340         (emacs_strftimeu): Renamed from emacs_strftime,
41341         with extra ut argument.
41342
41343 2001-05-09  Paul Eggert  <eggert@twinsun.com>
41344
41345         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
41346
41347 2001-04-21  Jim Meyering  <meyering@lucent.com>
41348
41349         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
41350         doesn't interfere.
41351
41352 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
41353
41354         * m4/ftruncate.m4: Check for chsize.
41355         Link with ftruncate.o unconditionally if ftruncate is missing.
41356         This was required when cross-compiling to i586-mingw32msvc.
41357
41358 2001-04-08  Jim Meyering  <meyering@lucent.com>
41359
41360         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
41361         recomputed; that's necessary when the offset spans a DST transition.
41362         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
41363
41364 2001-04-02  Jim Meyering  <meyering@lucent.com>
41365
41366         * lib/regex.h, regex.c: Update from GNU libc.
41367
41368 2001-03-24  Jim Meyering  <meyering@lucent.com>
41369
41370         * m4/jm-macros.m4: Require autoconf-2.49d.
41371
41372 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
41373
41374         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
41375
41376 2001-03-19  Paul Eggert  <eggert@twinsun.com>
41377
41378         * lib/version-etc.c (version_etc_copyright): Update to 2001.
41379
41380 2001-03-17  Jim Meyering  <meyering@lucent.com>
41381
41382         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
41383         now that the version in autoconf is equivalent.
41384         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
41385
41386         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
41387         Suggestion from Akim Demaille.
41388
41389         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
41390         (jm_PREREQ_TEMPNAME): New function.
41391
41392 2001-03-16  Paul Eggert  <eggert@twinsun.com>
41393
41394         * lib/tempname.c (uint64_t): Define to uintmax_t if
41395         not defined, and if UINT64_MAX is not defined.
41396         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
41397         Reported by John David Anglin.
41398
41399 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
41400
41401         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
41402         resolve alias if codeset is empty.
41403         * lib/config.charset (BeOS): Use wildcard syntax.
41404
41405 2001-03-13  Jim Meyering  <meyering@lucent.com>
41406
41407         * lib/path-concat.c (path_concat)
41408         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
41409         concatenating e.g., `C:' and `foo'.
41410         From Bruno Haible.
41411
41412 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
41413
41414         * lib/localcharset.c (locale_charset): Don't use
41415         setlocale(LC_CTYPE,NULL). Don't return NULL.
41416         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
41417
41418 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
41419
41420         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
41421         support for DOS/DJGPP.
41422
41423 2001-03-01  Paul Eggert  <eggert@twinsun.com>
41424
41425         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
41426         lacks mkstemp.  Compile our own tempname.c if we compile our own
41427         mkstemp.c, as mkstemp relies on tempname.
41428
41429 2001-03-01  Jim Meyering  <meyering@lucent.com>
41430
41431         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
41432         AH_VERBATIM really does output its argument verbatim.
41433
41434 2001-02-28  Paul Eggert  <eggert@twinsun.com>
41435
41436         * lib/Makefile.am (libfetish_a_SOURCES):
41437         Add dup-safer.c, fopen-safer.c.
41438         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
41439
41440         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
41441         * lib/unistd-safer.h: New files.
41442
41443 2001-02-25  Paul Eggert  <eggert@twinsun.com>
41444
41445         The mkstemp replacement is taken from glibc 2.2.2, with some
41446         portability fixes for use outside glibc, as follows:
41447
41448         * lib/tempname.c (struct_stat64): New macro.
41449         (direxists, __gen_tempname): Use it.
41450         This avoids a portability problem with Solaris 8.
41451
41452         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
41453         (<stddef.h>, <stdint.h>, <string.h>):
41454         Include only if STDC_HEADERS || _LIBC.
41455         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
41456         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
41457         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
41458         (__set_errno): Define this macro if <errno.h> doesn't.
41459         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
41460         Define these macros if <stdio.h> doesn't.
41461         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
41462         Define these macros if <sys/stat.h>
41463         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
41464         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
41465         __xstat64): Define if not _LIBC.
41466         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
41467         (__gen_tempname): Invoke gettimeofday only if
41468         HAVE_GETTIMEOFDAY || _LIBC;
41469         otherwise, fall back on plain "time".
41470         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
41471
41472         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
41473
41474         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
41475
41476 2001-02-18  Paul Eggert  <eggert@twinsun.com>
41477
41478         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
41479
41480 2001-02-17  Paul Eggert  <eggert@twinsun.com>
41481
41482         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
41483         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
41484         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
41485         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41486
41487 2001-02-17  Paul Eggert  <eggert@twinsun.com>
41488
41489         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
41490         Remove workaround macros for hosts that have mbrtowc but not
41491         mbstate_t, as we now insist on proper declarations for both
41492         before using mbrtowc.
41493
41494 2001-02-17  Jim Meyering  <meyering@lucent.com>
41495
41496         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
41497         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
41498         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
41499         UnixWare 7.1.1.
41500
41501         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
41502         rather than AC_CACHE_VAL.
41503
41504 2001-02-17  Jim Meyering  <meyering@lucent.com>
41505
41506         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
41507         around included file name.
41508
41509         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
41510
41511         * lib/strftime.c: Update from GNU libc (the only changes were to
41512         comments).
41513
41514 2001-02-17  Jim Meyering  <meyering@lucent.com>
41515
41516         * lib/regex.c: Update from libc.
41517
41518 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
41519
41520         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
41521         clash.
41522
41523 2001-02-16  Paul Eggert  <eggert@twinsun.com>
41524
41525         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
41526         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
41527         Reported by Mark Hounschell via Paul Eggert.
41528
41529 2001-02-07  Jim Meyering  <meyering@lucent.com>
41530
41531         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
41532
41533 2001-02-05  Jim Meyering  <meyering@lucent.com>
41534
41535         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
41536         it includes the patch required for `large file' support with at least
41537         HP-UX's 10.20 /bin/cc.
41538
41539 2001-02-03  Jim Meyering  <meyering@lucent.com>
41540
41541         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
41542         AS_IF, now that it works once again (mysteriously).
41543         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41544
41545 2001-01-30  Jim Meyering  <meyering@lucent.com>
41546
41547         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
41548         * m4/chown.m4: Rename conftestchown to conftest.chown.
41549         * m4/rename.m4: s/conftestdir/conftest.d1/ and
41550         s/conftestdir2/conftest.d2/.
41551         * m4/utimes.m4: s/conftestdata/conftest.data/
41552         Inspired by Pavel Roskin's change in autoconf.
41553
41554 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
41555
41556         * lib/config.charset: Update for FreeBSD 4.2.
41557
41558 2001-01-27  Jim Meyering  <meyering@lucent.com>
41559
41560         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
41561         a use of AS_IF.
41562         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41563
41564 2001-01-26  Jim Meyering  <meyering@lucent.com>
41565
41566         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
41567         quotearg.c includes it.
41568
41569 2001-01-26  Jim Meyering  <meyering@lucent.com>
41570
41571         * lib/quotearg.c: Include stddef.h.
41572         * lib/quote.c: Include stddef.h.
41573         Reported by Axel Kittenberger.
41574
41575         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
41576         line in double quotes so that it evokes a better diagnostic.
41577         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
41578         Reported by Axel Kittenberger.
41579
41580 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
41581
41582         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
41583         as if it was a `charset'.
41584
41585 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41586
41587         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
41588         has const.
41589
41590 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41591
41592         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
41593         to avoid a warning.  Add back 'const' to inptr.
41594
41595 2001-01-20  Jim Meyering  <meyering@lucent.com>
41596
41597         Be sure that headers are checked before used in code compiled
41598         for the type checks.
41599         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
41600         In place of that, invoke jm_CHECK_ALL_TYPES.
41601         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
41602         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
41603         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
41604         The check for ssize_t was mistakenly run before the test for unistd.h.
41605
41606         The configure-time check for stdbool.h was missing.
41607         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
41608         (jm_PREREQ_HASH): New function.
41609
41610 2001-01-17  Jim Meyering  <meyering@lucent.com>
41611
41612         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
41613         for autoconf-2.49c.
41614         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
41615
41616 2001-01-16  Jim Meyering  <meyering@lucent.com>
41617
41618         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
41619         From Bruno Haible.
41620
41621 2001-01-14  Jim Meyering  <meyering@lucent.com>
41622
41623         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
41624         foo and bar.  Create conftestdir/ in the script, not in the C code.
41625         Remove directories in the script, not in the C code.
41626         Remove conftestdir{,2} before trying to create the directory.
41627         Make the entire configure script fail if the mkdir fails.
41628
41629 2001-01-14  Jim Meyering  <meyering@lucent.com>
41630
41631         * lib/rename.c: New file.  From Volker Borchert.
41632         Include stdlib.h, string.h or strings.h, and xalloc.h.
41633         Use strip_trailing_slashes rather than open-coding it.
41634
41635 2001-01-03  Paul Eggert  <eggert@twinsun.com>
41636
41637         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
41638
41639 2001-01-03  Jim Meyering  <meyering@lucent.com>
41640
41641         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
41642         of local `inptr' to avoid warning with some system declarations of
41643         iconv.
41644
41645 2001-01-02  Volker Borchert  <bt@teknon.de>
41646
41647         * m4/rename.m4: New file.
41648         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
41649
41650 2001-01-01  Jim Meyering  <meyering@lucent.com>
41651
41652         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
41653         even on systems with utmpx.h.  It's necessary for the declaration of
41654         utmp's ut_user member.  Reported by Andreas Jaeger.
41655
41656         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
41657         available. They are required for the declarations of getgrgid and
41658         getpwuid resp.
41659         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
41660         Reported by Andreas Jaeger.
41661
41662 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
41663
41664         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
41665         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
41666         so `make install' also works in VPATH builds.
41667
41668 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
41669
41670         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
41671         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
41672         can be used in subdirectories.
41673
41674 2000-12-29  Paul Eggert  <eggert@twinsun.com>
41675
41676         * lib/modechange.c: Do not assume that mode_t uses the
41677         traditional octal encoding.  E.g. "chmod 1 FOO" should set
41678         the other-execute bit of FOO even if S_IXOTH != 1.
41679
41680         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
41681         WOTH, XOTH, ALLM): New macros.
41682         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
41683          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
41684         Use them.
41685         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
41686         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
41687         (mode_compile):
41688         No need to use uintmax_t; unsigned long is long enough.
41689         Don't bother to get suffix since we don't use it.
41690
41691 2000-12-26  Jim Meyering  <meyering@lucent.com>
41692
41693         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
41694         better with autoheader.
41695
41696 2000-12-24  Jim Meyering  <meyering@lucent.com>
41697
41698         * lib/hash.c (is_prime): Return explicit boolean values.
41699         (hash_get_first): Return NULL to appease Irix5.6's 89.
41700         Reported by Nelson Beebe.
41701
41702 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
41703
41704         * lib/localcharset.c (locale_charset): Add support for Win32.
41705
41706 2000-12-18  Paul Eggert  <eggert@twinsun.com>
41707
41708         * lib/physmem.h, lib/physmem.c: New files.
41709
41710         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
41711         (noinst_HEADERS): Add physmem.h.
41712
41713         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
41714         't' for compatibility with Solaris 8 sort.
41715
41716 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
41717
41718         * lib/config.charset: Add support for BeOS.
41719
41720 2000-12-17  Jim Meyering  <meyering@lucent.com>
41721
41722         * m4/dos.m4 (jm_AC_DOS): New file and macro.
41723         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
41724
41725 2000-12-16  Jim Meyering  <meyering@lucent.com>
41726
41727         This bug had a serious impact on chown: `chown N:M FILE' (for integer
41728         N and M) would have treated it like `chown N:N FILE'.
41729
41730         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
41731
41732 2000-12-16  Jim Meyering  <meyering@lucent.com>
41733
41734         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
41735         SHELLS_FILE to a file name that's useful on djgpp systems.
41736         Include stdlib.h.
41737         (ADDITIONAL_DEFAULT_SHELLS): Define.
41738         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
41739         Based mostly on a patch from Prashant TR.
41740
41741 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
41742
41743         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
41744         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
41745         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
41746
41747 2000-12-08  Andreas Schwab  <schwab@suse.de>
41748
41749         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
41750         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
41751
41752 2000-12-07  Jim Meyering  <meyering@lucent.com>
41753
41754         * lib/stripslash.c (ISSLASH): Define.
41755         (strip_trailing_slashes): Use ISSLASH rather than comparing against
41756         `/'.
41757         From Prashant TR.
41758
41759         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
41760         (dir_name_r): Declare this function as static.
41761         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
41762         manifest itself on a name containing a mix of slashes and
41763         backslashes.
41764         Make this function work with names starting with a DOS-style
41765         drive letter and colon prefix.
41766         (dir_name): Append `.' if necessary.
41767         Based mostly on patches from Prashant TR and Eli Zaretskii.
41768
41769         * lib/dirname.h (dir_name_r): Remove prototype.
41770
41771 2000-12-06  Paul Eggert  <eggert@twinsun.com>
41772
41773         * m4/off_t-format.m4: Remove this file.
41774         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
41775
41776 2000-12-06  Jim Meyering  <meyering@lucent.com>
41777
41778         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
41779         replacement strtoull, we may well need the replacement strtoul, too.
41780         Check for declarations of strtoul and strtoull.
41781         Check for strtol.  Mainly as a cue to cause automake to include
41782         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
41783         Check for limits.h -- strtol.c needs it.
41784
41785 2000-12-05  Jim Meyering  <meyering@lucent.com>
41786
41787         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
41788
41789 2000-12-04  Jim Meyering  <meyering@lucent.com>
41790
41791         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
41792         Also include memory.h, stdlib.h, unistd.h if appropriate.
41793         Reported by Andreas Jaeger (conflicting declaration of malloc).
41794
41795 2000-12-02  Jim Meyering  <meyering@lucent.com>
41796
41797         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
41798         * m4/jm-macros.m4 (jm_MACROS): require it.
41799
41800 2000-12-02  Jim Meyering  <meyering@lucent.com>
41801
41802         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
41803
41804 2000-12-01  Paul Eggert  <eggert@twinsun.com>
41805
41806         * lib/memrchr.c: Include <config.h> before any system include file.
41807
41808 2000-11-30  Jim Meyering  <meyering@lucent.com>
41809
41810         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
41811
41812 2000-11-30  Jim Meyering  <meyering@lucent.com>
41813
41814         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
41815
41816 2000-11-29  Paul Eggert  <eggert@twinsun.com>
41817
41818         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
41819
41820 2000-11-26  Jim Meyering  <meyering@lucent.com>
41821
41822         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
41823
41824 2000-11-22  Paul Eggert  <eggert@twinsun.com>
41825
41826         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
41827         size of (size_t) -1; it's not portable.
41828
41829 2000-11-17  Jim Meyering  <meyering@lucent.com>
41830
41831         * lib/strstr.c: Update from GNU libc.
41832
41833 2000-11-17  Akim Demaille  <akim@epita.fr>
41834
41835         * lib/obstack.h: Formatting changes.
41836         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
41837         prevent type checking.
41838         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
41839         cast the value to (void *): assigning a `foo *' to a `void *'
41840         variable is valid.
41841         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
41842
41843 2000-11-16  Jim Meyering  <meyering@lucent.com>
41844
41845         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
41846
41847 2000-11-11  Jim Meyering  <meyering@lucent.com>
41848
41849         * lib/error.c: Add a couple #includes, merging from GNU libc version.
41850
41851 2000-11-10  Jim Meyering  <meyering@lucent.com>
41852
41853         * lib/obstack.h: Update from GNU libc.
41854         * lib/obstack.c: Likewise.
41855
41856 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
41857
41858         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
41859
41860 2000-11-06  Paul Eggert  <eggert@twinsun.com>
41861
41862         * lib/getusershell.c (setusershell): Use rewind rather than
41863         fseek/fseeko, to avoid configuration hassles with fseeko.
41864         Don't bother opening SHELLS_FILE if shellstream is NULL;
41865         it's not necessary.
41866
41867 2000-11-05  Jim Meyering  <meyering@lucent.com>
41868
41869         * lib/makepath.h (make_dir): Declare.
41870         * lib/makepath.c (make_dir): Remove `static' attribute.
41871         Tweak a comment.
41872
41873 2000-11-04  Jim Meyering  <meyering@lucent.com>
41874
41875         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
41876
41877 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
41878
41879         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
41880         last one in a bucket, advance to the next bucket.
41881
41882 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
41883
41884         * lib/fnmatch.c: Do not comment out all the code if we are using
41885         the GNU C library, because in some cases we are replacing buggy
41886         code in the GNU C library itself.
41887
41888 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
41889
41890         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
41891         (regex_compile): Catch bogus \(\1\).
41892
41893 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41894
41895         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
41896         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
41897         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
41898
41899 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41900
41901         * lib/error.h, getline.h, modechange.h:
41902         Remove "2000" from Copyright line, as the file hasn't been
41903         changed this year other than in the copyright notice.
41904
41905         * lib/xalloc.h: Add "2000" to Copyright line, as this file
41906         was changed this year.
41907
41908 2000-10-29  Jim Meyering  <meyering@lucent.com>
41909
41910         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
41911         renaming.
41912         * m4/ls-mntd-fs.m4: Likewise
41913
41914 2000-10-29  Jim Meyering  <meyering@lucent.com>
41915
41916         * lib/xstat.in: Fix grammar in comment.
41917
41918 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
41919
41920         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
41921         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
41922         doesn't define __restrict_arr.
41923
41924 2000-10-28  Jim Meyering  <meyering@lucent.com>
41925
41926         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
41927         (jm_PREREQ_MEMCHR): New function.
41928
41929 2000-10-28  Jim Meyering  <meyering@lucent.com>
41930
41931         * lib/memchr.c: Update from libc.
41932         Adjust for portability:
41933         [HAVE_STDLIB_H]: Include stdlib.h.
41934         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
41935         Undef __memchr, too.
41936         [!weak_alias]: Define __memchr to memchr.
41937
41938         * lib/regex.c: Update from libc.
41939         * lib/regex.h: Likewise.
41940         * lib/getopt1.c: Likewise.
41941         * lib/memcmp.c: Likewise.
41942
41943         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
41944         Avoid using fseek, when possible -- it's broken by design.
41945         Patch by Ulrich Drepper.
41946
41947 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
41948
41949         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
41950         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
41951         Giving in to popular pressure to shut up the compiler with casts.
41952
41953 2000-10-26  Jim Meyering  <meyering@lucent.com>
41954
41955         * lib/strftime.c: Update from libc.
41956
41957 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
41958
41959         * regex.c: More `unsigned char' -> `re_char' changes.
41960         Also change several `int' into `re_wchar_t'.
41961         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
41962         (PUSH_FAILURE_POINTER): Don't cast any more.
41963         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
41964         We want GCC to complain, since this piece of code makes
41965         re_match non-reentrant, which *should* be fixed.
41966         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
41967         (EXTEND_BUFFER): Use RETALLOC.
41968         (SET_LIST_BIT): Don't cast.
41969         (re_wchar_t): New type.
41970         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
41971         that those two functions will always properly return.
41972         (IMMEDIATE_QUIT_CHECK): Cast to void.
41973         (analyse_first): Use recursion rather than an explicit stack.
41974         (re_compile_fastmap): Can't fail anymore.
41975         (re_search_2): Don't check re_compile_fastmap for failure.
41976         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
41977         Now also sets the new value (passed in a new argument).
41978         (re_match_2_internal): Use it.
41979         Also, use a new var `reg' of type size_t when looping through regs
41980         rather than reuse the inappropriate `mcnt'.
41981
41982 2000-10-25  Jim Meyering  <meyering@lucent.com>
41983
41984         * lib/obstack.c: Update from libc.
41985
41986 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
41987
41988         * regex.c (regex_compile): Change the way of handling a range from
41989         a char less than 256 to a char not less than 256.
41990
41991 2000-10-24  Andrew Innes  <andrewi@gnu.org>
41992
41993         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
41994         NT-Emacs only.
41995         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
41996         so that re_search functions only quit when callers expect them to.
41997
41998 2000-10-23  Jim Meyering  <meyering@lucent.com>
41999
42000         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
42001         wrong.  That set_locale call must not have any side effects.
42002         From Paul Eggert.
42003
42004 2000-10-22  Jim Meyering  <meyering@lucent.com>
42005
42006         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
42007         [CYCLIC]: Remove now-unused definition.
42008
42009         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
42010         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
42011         Suggestion from Ulrich Drepper.
42012
42013 2000-10-21  Jim Meyering  <meyering@lucent.com>
42014
42015         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
42016         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
42017         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
42018
42019 2000-10-21  Jim Meyering  <meyering@lucent.com>
42020
42021         * lib/dirname.c (memrchr): Declare if necessary.
42022         (dir_name): Remove the restriction that there be no
42023         trailing slashes.  Now, this code skips past them, effectively
42024         ignoring them.
42025         [TEST_DIRNAME] (main): New unit tests.
42026
42027         * lib/memrchr.c: New file from GNU libc.
42028         Undef __memrchr, too.
42029         [!weak_alias]: Define __memrchr to memrchr.
42030         Guard weak_alias use with `#ifdef weak_alias'.
42031
42032 2000-10-21  Jim Meyering  <meyering@lucent.com>
42033
42034         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
42035         (dir_name): Use dir_name_r.
42036         * lib/dirname.h (dir_name_r): Declare it.
42037
42038 2000-10-17  Jim Meyering  <meyering@lucent.com>
42039
42040         * lib/quote.h (PARAMS): Define and use.
42041         Reported by Akim Demaille.
42042
42043         * lib/getopt.c: Update from libc.
42044
42045 2000-10-16  Jim Meyering  <meyering@lucent.com>
42046
42047         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
42048         setlocale.
42049         From Jan Fedak.
42050
42051 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
42052
42053         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
42054
42055 2000-09-25  Jim Meyering  <meyering@lucent.com>
42056
42057         * lib/md5.h (rol): Define (from GnuPG).
42058
42059         * lib/sha.c: Give credit (GnuPG) where due.
42060         (M): Use rol rather than open-coding it.
42061         Add a FIXME comment.
42062
42063 2000-09-21  Jim Meyering  <meyering@lucent.com>
42064
42065         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
42066         Reported by Michael Stone.
42067
42068 2000-09-20  Jim Meyering  <meyering@lucent.com>
42069
42070         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
42071         (noinst_HEADERS): Add sha.h.
42072         Based on code from Scott G. Miller and from GnuPG.
42073
42074 2000-09-18  Jim Meyering  <meyering@lucent.com>
42075
42076         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
42077         LIBS. Otherwise, everyone ends up linking with -lelf for some
42078         configurations.
42079         Reported by Mike Stone.
42080
42081 2000-09-15  Jim Meyering  <meyering@lucent.com>
42082
42083         * lib/regex.c: Update from libc.
42084
42085 2000-09-10  Jim Meyering  <meyering@lucent.com>
42086
42087         * lib/getopt.c (_getopt_internal): Update from glibc.
42088
42089 2000-09-09  Jim Meyering  <meyering@lucent.com>
42090
42091         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
42092         think it should be used as a general replacement for isascii.
42093         * lib/fnmatch.c: Likewise.
42094         * lib/mbswidth.c: Likewise
42095         * lib/regex.c: Likewise.
42096
42097         Don't use atoi.
42098         * lib/userspec.c: Include sys/param.h and limits.h.
42099         Include xstrtol.h.
42100         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42101         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
42102         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
42103         UID, GID.  Check range.
42104
42105 2000-09-06  Jim Meyering  <meyering@lucent.com>
42106
42107         * lib/getopt.c (_getopt_internal): Update from glibc.
42108
42109 2000-08-30  Jim Meyering  <meyering@lucent.com>
42110
42111         * lib/strftime.c: Merge in changes from GNU libc.
42112
42113 2000-08-26  Jim Meyering  <meyering@lucent.com>
42114
42115         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
42116         * m4/fpending.m4: New file.
42117
42118 2000-08-26  Jim Meyering  <meyering@lucent.com>
42119
42120         * lib/closeout.c: Include "__fpending.h".
42121         (close_stdout_status): Return right away if there's nothing to flush.
42122
42123         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
42124         * lib/__fpending.c: New file.
42125         * lib/__fpending.h: New file.
42126
42127 2000-08-20  Jim Meyering  <meyering@lucent.com>
42128
42129         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
42130         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
42131         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
42132
42133 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
42134
42135         Improve fileutils installation on systems where running
42136         programs (like install) can't be unlinked.
42137         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
42138         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
42139
42140 2000-08-07  Paul Eggert  <eggert@twinsun.com>
42141
42142         Standardize on "memory exhausted" instead of "Memory exhausted"
42143         or "virtual memory exhausted".
42144         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
42145         "virtual memory exhausted".
42146         * lib/same.c (same_name): Invoke xalloc_die instead of printing
42147         our own message.
42148         * lib/userspec.c (parse_user_spec): Likewise.
42149         * lib/bumpalloc.h: comment fix
42150         * lib/same.c, userspec.c: Include xalloc.h.
42151
42152         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
42153         not char *const and pointing to a constant array.
42154         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
42155         (xrealloc): Comment fix.
42156
42157         * lib/userspec.c (parse_user_spec):
42158         Don't translate a message until just before returning,
42159         to avoid unnecessary translation.
42160
42161 2000-08-07  Jim Meyering  <meyering@lucent.com>
42162
42163         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
42164         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
42165         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
42166         getgroups.c, gethostname.c, getopt.h, group-member.c,
42167         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
42168         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
42169         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
42170         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
42171         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
42172         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
42173         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
42174         yesno.c: Back out Copyright date changes for each file with no change
42175         this year.  This eases coordination with other programs using the same
42176         source code modules.  From Paul Eggert.
42177
42178 2000-08-06  Paul Eggert  <eggert@twinsun.com>
42179
42180         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
42181         not char, for compatibility with glibc 2.1.3 strftime.c.
42182
42183 2000-08-03  Greg McGary  <greg@mcgary.org>
42184
42185         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
42186         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
42187         (EXTEND_BUFFER): Use them.
42188
42189 2000-08-01  Jim Meyering  <meyering@lucent.com>
42190
42191         * lib/dirname.c (ISSLASH): Define.
42192         (BACKSLASH_IS_PATH_SEPARATOR): Define.
42193         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
42194         both `\' and `/' may be use as path separators.
42195         Based on a patch from Prashant TR.
42196
42197 2000-07-31  Paul Eggert  <eggert@twinsun.com>
42198
42199         * lib/quotearg.c (quotearg_n_options): Don't make the initial
42200         slot vector a constant, since it might get modified.
42201
42202 2000-07-31  Jim Meyering  <meyering@lucent.com>
42203
42204         * lib/xmalloc.c: Use `virtual memory exhausted', not
42205         `Memory exhausted'.
42206         * lib/obstack.c (print_and_abort): Likewise.
42207
42208 2000-07-30  Paul Eggert  <eggert@twinsun.com>
42209
42210         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
42211         buffer, so that the caller can always quote one small
42212         component of a "memory exhausted" message in slot 0.
42213         From a suggestion by Jim Meyering.
42214
42215 2000-07-30  Jim Meyering  <meyering@lucent.com>
42216
42217         * lib/makepath.c (make_path): Quote the other instance, too.
42218
42219         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
42220         (STATIC_BUF_SIZE): Define.
42221         (quotearg_n_options): Use only statically allocated storage when
42222         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
42223         than STATIC_BUF_SIZE.
42224
42225 2000-07-29  Jim Meyering  <meyering@lucent.com>
42226
42227         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
42228         * lib/dirname.c (dir_name): Likewise.
42229
42230         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
42231         `/'.
42232
42233         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
42234         (dir_name): Assert that there are no trailing slashes.
42235
42236 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
42237
42238         * lib/mbswidth.h (mbswidth): Add a flags argument.
42239         (mbswidth): New declaration.
42240         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
42241         * lib/mbswidth.c (mbswidth): Add a flags argument.
42242         (mbsnwidth): New function.
42243
42244 2000-07-24  Jim Meyering  <meyering@lucent.com>
42245
42246         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
42247
42248 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42249
42250         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
42251
42252 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42253
42254         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
42255         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
42256         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
42257         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
42258         invoke multibyte primitives.
42259
42260 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42261
42262         * lib/quotearg.c:
42263         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
42264         so that mbstate_t is always defined.
42265
42266         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
42267         be 1 in at least one GCC installation, and this configuration
42268         error is likely to be common.  Ignoring MB_LEN_MAX hurts
42269         performance on hosts that have mbrtowc but have only unibyte
42270         locales, but I assume these hosts are rare.
42271
42272 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42273
42274         * lib/mbswidth.c (_XOPEN_SOURCE):
42275         Don't define; this causes problems on Solaris 7.
42276         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
42277
42278 2000-07-23  Jim Meyering  <meyering@lucent.com>
42279
42280         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
42281         too: getgrgid, getpwuid, getuid.
42282
42283 2000-07-23  Jim Meyering  <meyering@lucent.com>
42284
42285         * lib/basename.c (base_name): Add an assertion.
42286
42287 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
42288
42289         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
42290         shadow its mbsinit function.
42291
42292 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
42293
42294         * lib/mbswidth.h: New file.
42295         * lib/mbswidth.c: New file.
42296         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
42297         (noinst_HEADERS): Add mbswidth.h.
42298
42299 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
42300
42301         * lib/config.charset: Add support for FreeBSD. Improve support for
42302         HP-UX and IRIX 6.
42303
42304 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
42305
42306         * m4/mbswidth.m4: New file.
42307         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
42308
42309 2000-07-15  Jim Meyering  <meyering@lucent.com>
42310
42311         * lib/makepath.c: Include quote.h.
42312         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
42313         corresponding argument in a `quote (...)' call.
42314         Give better diagnostics.
42315
42316         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
42317         (noinst_HEADERS): Add quote.h.
42318
42319         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
42320         from tar's src/misc.c.
42321         * lib/quote.h: New file.  Prototypes for same.
42322
42323 2000-07-14  Paul Eggert  <eggert@twinsun.com>
42324
42325         From a suggestion by Bruno Haible.
42326         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
42327         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
42328         to decide whether to define the BeOS workaround macro;
42329         this adjusts to the change to AC_MBSTATE_T.
42330
42331 2000-07-14  Jim Meyering  <meyering@lucent.com>
42332
42333         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
42334         jm_AC_TYPE_UINTMAX_T.
42335
42336 2000-07-13  Paul Eggert  <eggert@twinsun.com>
42337
42338         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
42339
42340         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
42341         quotearg_buffer_restyled): Add support for
42342         clocale_quoting_style.  Undo previous change to
42343         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
42344         and "{RIGHT QUOTATION MARK}" msgids.
42345
42346 2000-07-10  Paul Eggert  <eggert@twinsun.com>
42347
42348         From a suggestion by Bruno Haible.
42349         * m4/mbstate_t.m4 (AC_MBSTATE_T):
42350         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
42351         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
42352         and mbstate_t, to a single-part test that simply defines mbstate_t.
42353         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
42354         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
42355
42356 2000-07-10  Jim Meyering  <meyering@lucent.com>
42357
42358         * m4/strerror_r.m4: Mirror the correction made in autoconf.
42359
42360         * m4/gnu-source.m4: Output to confdefs.h directly.
42361         Suggestion from Akim Demaille.
42362
42363 2000-07-09  Paul Eggert  <eggert@twinsun.com>
42364
42365         The old behavior of quoting `like this' doesn't look good with
42366         newer, ISO-style fonts.  See:
42367         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
42368
42369         Instead, quote "like this" by default.  Let the translator
42370         tailor the locale-specific quoting behavior by providing
42371         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
42372
42373         * lib/quotearg.c (N_): New macro.
42374         (gettext_default): New function.
42375         (quotearg_buffer_restyled): Use
42376         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
42377         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
42378
42379 2000-07-09  Jim Meyering  <meyering@lucent.com>
42380
42381         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
42382         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
42383
42384         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
42385         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
42386
42387 2000-07-09  Jim Meyering  <meyering@lucent.com>
42388
42389         * lib/Most files: Update copyright dates to include 2000.
42390
42391 2000-07-08  Jim Meyering  <meyering@lucent.com>
42392
42393         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
42394         if not defined.
42395         (xgethostname): Remove now-unnecessary #ifdef.
42396         Move declaration of `err' into loop where it's used.
42397
42398 2000-07-05  Paul Eggert  <eggert@twinsun.com>
42399         and Bruno Haible  <haible@clisp.cons.org>
42400
42401         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
42402         only if the test for an object-type mbstate_t fails.  This
42403         prevents us from mistakenly reporting that mbstate_t is a
42404         system object type after we "#define mbstate_t int" to work
42405         around its lack.
42406
42407 2000-07-05  Paul Eggert  <eggert@twinsun.com>
42408         and Bruno Haible  <haible@clisp.cons.org>
42409
42410         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
42411
42412 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42413
42414         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
42415         to strerror_r.
42416         Include <ctype.h> for use of isalpha.
42417
42418 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42419
42420         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
42421         by allocating a larger buffer. Test the gethostname return value for
42422         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
42423         returns an error and ENAMETOOLONG isn't defined.
42424
42425 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42426
42427         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
42428         dimension.
42429
42430 2000-07-04  Jim Meyering  <meyering@lucent.com>
42431
42432         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
42433         of the deprecated AC_CHECKING.
42434
42435 2000-07-04  Jim Meyering  <meyering@lucent.com>
42436
42437         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
42438         Reported by Bruno Haible.
42439
42440 2000-07-04  Jim Meyering  <meyering@lucent.com>
42441
42442         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
42443         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
42444         lacks mbrtowc.
42445
42446 2000-07-03  Paul Eggert  <eggert@twinsun.com>
42447
42448         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
42449         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
42450
42451 2000-07-03  Paul Eggert  <eggert@twinsun.com>
42452         and Bruno Haible  <haible@clisp.cons.org>
42453
42454         * lib/quotearg.c (mbrtowc):
42455         Assign to *pwc, and return 1 only if result is nonzero.
42456         (iswprint): Use ISPRINT when substituting our own mbrtowc.
42457
42458 2000-07-03  Jim Meyering  <meyering@lucent.com>
42459
42460         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
42461
42462 2000-07-03  Jim Meyering  <meyering@lucent.com>
42463
42464         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
42465         This is necessary to get a definition of e.g., UTMP_FILE on
42466         HP-UX 10.20.
42467         From Bob Proulx.
42468
42469 2000-07-02  Jim Meyering  <meyering@lucent.com>
42470
42471         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
42472
42473         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
42474         AC_LIBOBJ(function_name).
42475         * m4/chown.m4: Likewise.
42476         * m4/fnmatch.m4: Likewise.
42477         * m4/ftruncate.m4: Likewise.
42478         * m4/getgroups.m4: Likewise.
42479         * m4/getline.m4: Likewise.
42480         * m4/group-member.m4: Likewise.
42481         * m4/jm-macros.m4: Likewise.
42482         * m4/lstat.m4: Likewise.
42483         * m4/malloc.m4: Likewise.
42484         * m4/memcmp.m4: Likewise.
42485         * m4/nanosleep.m4: Likewise.
42486         * m4/putenv.m4: Likewise.
42487         * m4/realloc.m4: Likewise.
42488         * m4/regex.m4: Likewise.
42489         * m4/stat.m4: Likewise.
42490         * m4/strftime.m4: Likewise.
42491
42492 2000-07-02  Jim Meyering  <meyering@lucent.com>
42493
42494         * lib/quotearg.c (mbstate_t): Don't define here.
42495
42496 2000-07-02  Jim Meyering  <meyering@lucent.com>
42497
42498         * lib/nanosleep.c (SIGCONT): Define if not already defined.
42499
42500 2000-07-01  Jim Meyering  <meyering@lucent.com>
42501
42502         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
42503
42504 2000-07-01  Jim Meyering  <meyering@lucent.com>
42505
42506         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
42507         problem.
42508
42509 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
42510
42511         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
42512         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
42513
42514 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
42515
42516         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
42517         per change in ../m4/ls-mntd-fs.m4.
42518         (read_filesystem_list): Ignore symbolic links.
42519
42520 2000-06-29  Jim Meyering  <meyering@lucent.com>
42521
42522         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
42523         for declaration of strcmp.
42524
42525         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
42526
42527         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
42528         Avoid warning by casting result to `char *' to remove `const'.
42529
42530 2000-06-28  Jim Meyering  <meyering@lucent.com>
42531
42532         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
42533         included by quotearg.c, for which we perform this test.  From
42534         Bruno Haible.
42535
42536 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42537
42538         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
42539         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
42540         <utmpx.h> exists, put readutmp.o into LIBOBJS.
42541
42542 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42543
42544         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
42545
42546 2000-06-26  Paul Eggert  <eggert@twinsun.com>
42547
42548         savedir now sets errno on failure and invokes xmalloc to get memory.
42549         Fix a couple of other minor bugs while we're at it.
42550
42551         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
42552         (NAMLEN): Remove macro.
42553         (malloc, realloc): Remove decls.
42554         (stpcpy): Likewise.
42555         ("xalloc.h"): Include.
42556         (NAME_SIZE_DEFAULT): New macro.
42557         (savedir): Use xmalloc / xrealloc to allocate memory.
42558         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
42559         Skip "" directory entries.
42560         Use strlen to calculate directory entry length, since the old method
42561         is rarely used these days and isn't worth supporting.
42562         Don't use a pointer after freeing it.
42563         Check for integer overflow when calculating allocation size.
42564         Use memcpy to copy entries, instead of stpcpy.
42565         Set errno properly when returning NULL.
42566         Check for readdir error.
42567
42568 2000-06-26  Jim Meyering  <meyering@lucent.com>
42569
42570         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
42571
42572 2000-06-25  Jim Meyering  <meyering@lucent.com>
42573
42574         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
42575         Linux header bug when _XOPEN_SOURCE is defined to 500.
42576
42577 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42578
42579         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
42580         deficiency.
42581
42582 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42583
42584         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
42585         Include xalloc.h.
42586         Don't include <stdlib.h>.  Don't declare malloc, realloc.
42587
42588 2000-06-24  Jim Meyering  <meyering@lucent.com>
42589
42590         * m4/strerror_r.m4: Revive this file -- to try out an experimental
42591         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
42592         for which strerror does return char*, but which lacks a conveniently
42593         accessible declaration of the function.  If the compile-test says
42594         strerror_r doesn't work, then resort to a `run'-test that works on
42595         BeOS and segfaults on DEC Unix.
42596
42597 2000-06-24  Jim Meyering  <meyering@lucent.com>
42598
42599         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
42600
42601 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42602
42603         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
42604         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
42605
42606 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42607
42608         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
42609         (mbrtowc, mbstate_t): Define substitutes if
42610         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
42611         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
42612         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
42613
42614 2000-06-23  Jim Meyering  <meyering@lucent.com>
42615
42616         * m4/afs.m4: Add missing AC_MSG_RESULT.
42617         Reported by Bruno Haible.
42618
42619         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
42620         Suggestion from Bruno Haible.
42621
42622 2000-06-23  Jim Meyering  <meyering@lucent.com>
42623
42624         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
42625
42626 2000-06-21  Jim Meyering  <meyering@lucent.com>
42627
42628         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
42629
42630 2000-06-21  Jim Meyering  <meyering@lucent.com>
42631
42632         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
42633         (noinst_HEADERS): Add getstr.h.
42634
42635         * lib/getline.c (getstr): Move into a separate file.
42636         * lib/getstr.c (getstr): New file, extracted from getline.c, with
42637         the following changes: new parameter, delim2; both delim[12]
42638         parameters have type `int', not `char'.  The latter would lose
42639         with 8-bit delimiters.
42640         * lib/getstr.h: New file.
42641
42642 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42643
42644         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
42645         than 1024, return a memory chunk of least possible size, instead
42646         of size PATH_MAX + 2. In the loop, increment the size proportionally.
42647         Use free/xmalloc instead of xrealloc to avoid copying for very long
42648         paths.
42649
42650 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42651
42652         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
42653         the empty string.
42654
42655 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42656
42657         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
42658         address, not strdup.  Include <stdlib.h> and don't declare free().
42659
42660 2000-06-19  Jim Meyering  <meyering@lucent.com>
42661
42662         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
42663
42664 2000-06-18  Jim Meyering  <meyering@lucent.com>
42665
42666         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
42667
42668         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
42669         `checking whether...' message to be consistent with that of the
42670         lstat test.
42671
42672 2000-06-18  Jim Meyering  <meyering@lucent.com>
42673
42674         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
42675         Besides, these days every porting target provides a mkdir function.
42676
42677         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
42678         needed. (this snippet comes from src/system.h).
42679
42680 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
42681
42682         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
42683
42684 2000-06-15  Paul Eggert  <eggert@twinsun.com>
42685
42686         * lib/human.c (adjust_value): New function.
42687         (human_readable_inexact): Apply rounding style even when
42688         printing approximate values.
42689
42690 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42691
42692         * lib/human.c (human_readable_inexact): Allow an input block
42693         size that is not a multiple of the output block size, and vice versa.
42694         Reported by Piergiorgio Sartor.
42695
42696 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42697
42698         * lib/getdate.y (get_date): Apply relative times after time
42699         zone indicator, not before.  Reported by Todd A. Jacobs.
42700
42701 2000-06-13  Jim Meyering  <meyering@lucent.com>
42702
42703         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
42704
42705         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
42706
42707 2000-06-12  Paul Eggert  <eggert@twinsun.com>
42708
42709         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
42710
42711 2000-06-12  Jim Meyering  <meyering@lucent.com>
42712
42713         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
42714         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
42715         optional argument.
42716         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
42717         the optional argument, `lib'.
42718
42719 2000-06-08  Jim Meyering  <meyering@lucent.com>
42720
42721         * m4/largefile.m4: Remove file (now that it's part of autoconf).
42722
42723 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42724
42725         Rewrite largefile configuration so that we don't need to run
42726         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
42727         AC_CANONICAL_HOST in configure.in -- jmm]
42728
42729         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
42730         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
42731         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
42732         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
42733         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
42734         All uses changed.
42735         Instead of inspecting the output of getconf, try to compile the
42736         test program without and with the macro definition.
42737         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
42738         for getconf.  Instead, check for the needed flags by compiling
42739         test programs.
42740
42741 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42742
42743         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
42744
42745 2000-06-04  Jim Meyering  <meyering@lucent.com>
42746
42747         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
42748         SunOS 4.1.4 for which gid_t is an unsigned type.
42749
42750 2000-06-03  Jim Meyering  <meyering@lucent.com>
42751
42752         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
42753         now that autoconf requires that.
42754
42755         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
42756         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
42757         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
42758
42759 2000-06-03  Jim Meyering  <meyering@lucent.com>
42760
42761         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
42762
42763 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42764
42765         * m4/glibc21.m4: New file.
42766         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
42767
42768 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42769
42770         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
42771         newer, don't install charset.alias.
42772         * lib/config.charset: Change the Linux/glibc rules so they become empty
42773         on glibc-2.1 or newer.
42774
42775 2000-06-02  Jim Meyering  <meyering@lucent.com>
42776
42777         * lib/mountlist.c: Back out last change.  Instead, do this...
42778         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
42779         me_dummy member using the same `ignore'-testing code.
42780         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
42781         fs_type strings.
42782         From Mark D. Roth.
42783
42784 2000-05-29  Jim Meyering  <meyering@lucent.com>
42785
42786         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
42787         mounts with the `ignore' attribute.  Based on a patch from
42788         Mark D. Roth.
42789
42790 2000-05-28  Jim Meyering  <meyering@lucent.com>
42791
42792         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
42793         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42794         * m4/stat.m4: Likewise.
42795         * m4/lstat.m4: Likewise.
42796         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
42797
42798         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
42799         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
42800
42801 2000-05-26  Jim Meyering  <meyering@lucent.com>
42802
42803         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
42804
42805 2000-05-24  Jim Meyering  <meyering@lucent.com>
42806
42807         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
42808         autoconf requires that.
42809         * m4/lib-check.m4: Likewise.
42810         * m4/jm-macros.m4: Likewise.
42811         * m4/strftime.m4: Likewise.
42812
42813         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
42814         AC_CHECK_DECLS, now that autoconf requires that.
42815
42816 2000-05-22  Jim Meyering  <meyering@lucent.com>
42817
42818         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42819         * m4/lstat.m4: Likewise.
42820
42821 2000-05-22  Jim Meyering  <meyering@lucent.com>
42822
42823         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
42824
42825 2000-05-20  Jim Meyering  <meyering@lucent.com>
42826
42827         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
42828         (jm_PREREQ): Use it.
42829
42830 2000-05-18  Jim Meyering  <meyering@lucent.com>
42831
42832         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
42833         back, too, since it may have been modified by allocate_entry.
42834         (hash_delete): Rewrite to use neither the assignment operator
42835         nor the comma operator in an if-expression.
42836
42837 2000-05-15  Paul Eggert  <eggert@twinsun.com>
42838
42839         * lib/closeout.c:
42840         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
42841         Remove; no longer needed.
42842         "quotearg.h": Add include.
42843         (file_name): Do not bother to explicitly initialize to NULL; it's less
42844         efficient on some hosts.
42845         (close_stdout_status): Remove test as to whether stdout was already
42846         closed; it breaks for the case "echo x | sort >&-".
42847         Quote file name colons.
42848         Do not assume that _("write error") lacks format strings.
42849
42850 2000-05-15  Jim Meyering  <meyering@lucent.com>
42851
42852         * lib/version-etc.c (version_etc_copyright): Update the copyright
42853         string used in all --version output.
42854
42855 2000-05-14  Jim Meyering  <meyering@lucent.com>
42856
42857         * lib/closeout.c (close_stdout_set_file_name): New function.
42858         (close_stdout_status): Use new file-scoped global.
42859         Return right away if fstat says the stdout file descriptor is invalid.
42860         * lib/closeout.h (close_stdout_set_file_name): Declare.
42861
42862 2000-05-10  Jim Meyering  <meyering@lucent.com>
42863
42864         * lib/closeout.c [default_exit_status]: New file-scoped variable.
42865         (close_stdout_set_status): New function.
42866         * lib/closeout.h (close_stdout_set_status): Declare.
42867
42868 2000-05-09  Jim Meyering  <meyering@lucent.com>
42869
42870         * m4/gettext.m4: Rename this...
42871         * m4/libintl.m4: ...to this.
42872
42873 2000-05-08  Jim Meyering  <meyering@lucent.com>
42874
42875         * lib/long-options.c: Don't include closeout.h.
42876         (parse_long_options): Don't call close_stdout for --version.
42877
42878 2000-05-06  Paul Eggert  <eggert@twinsun.com>
42879
42880         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
42881         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
42882         2.1.3 bug.  This avoids a clash when files like regex.c define
42883         _GNU_SOURCE.
42884
42885 2000-05-06  Jim Meyering  <meyering@lucent.com>
42886
42887         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
42888         (AC_REPLACE_FUNCS): Add strnlen.
42889
42890         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
42891         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
42892
42893         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
42894         AC_SEARCH_LIBS call for nanosleep.
42895         (LIB_NANOSLEEP): Set and AC_SUBST.
42896
42897 2000-05-06  Jim Meyering  <meyering@lucent.com>
42898
42899         * lib/strnlen.c: Undefine __strnlen and strnlen.
42900         [!weak_alias]: Define __strnlen to strnlen.
42901
42902         * lib/atexit.c: New file, from libiberty.
42903
42904 2000-05-06  Jim Meyering  <meyering@lucent.com>
42905
42906         * lib/closeout.c (close_stdout_status): Also check for errors on the
42907         stderr stream.
42908
42909 2000-05-05  Jim Meyering  <meyering@lucent.com>
42910
42911         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
42912         AC_SEARCH_LIBS call for clock_gettime.
42913         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
42914
42915         * m4/search-libs.m4: Update from autoconf.
42916
42917         su doesn't work on Solaris 2.6.
42918         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
42919         <shadow.h>.  Reported by Dragos Harabor.
42920
42921 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
42922
42923         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
42924         memcpy instead of xmalloc, xrealloc, path_concat.
42925         (locale_charset): Treat empty environment variables as absent.
42926         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
42927
42928 2000-05-04  Jim Meyering  <meyering@lucent.com>
42929
42930         * lib/getopt.c: Update from glibc.
42931         * lib/obstack.c: Likewise.
42932         * lib/obstack.h: Likewise.
42933         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
42934         file
42935
42936         * lib/regex.h: Likewise.
42937         * lib/strndup.c: Likewise.
42938         * lib/strnlen.c: New file, from glibc.
42939
42940 2000-05-03  Jim Meyering  <meyering@lucent.com>
42941
42942         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
42943
42944 2000-05-02  Paul Eggert  <eggert@twinsun.com>
42945
42946         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
42947         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
42948         compile-time test, rather than inspecting host and OS, to
42949         decide whether to define _LARGEFILE_SOURCE.
42950
42951 2000-05-01  Jim Meyering  <meyering@lucent.com>
42952
42953         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
42954
42955         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
42956         Based on a patch from Bruno Haible.
42957
42958 2000-05-01  Jim Meyering  <meyering@lucent.com>
42959
42960         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
42961
42962 2000-04-29  Jim Meyering  <meyering@lucent.com>
42963
42964         * lib/path-concat.c: Declare strdup only if it's not defined.
42965         * lib/canon-host.c: Likewise.
42966
42967 2000-04-28  Jim Meyering  <meyering@lucent.com>
42968
42969         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
42970         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
42971         is included first, then limits.h is included by locale.h by libintl.h.
42972         From John David Anglin.
42973
42974 2000-04-25  Jim Meyering  <meyering@lucent.com>
42975
42976         * lib/makepath.c (S_IRWXUGO): Define.
42977         (make_path): Always perform explicit chmod if MODE specifies any
42978         of the `special' permission bits.  Prompted by a bug report against
42979         install from Mate Wierdl and Joost van Baal.
42980
42981 2000-04-18  Jim Meyering  <meyering@lucent.com>
42982
42983         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
42984         (jm_PREREQ): Use it.
42985
42986 2000-04-18  Jim Meyering  <meyering@lucent.com>
42987
42988         * lib/README: New file.
42989
42990         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
42991         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
42992
42993 2000-04-17  Jim Meyering  <meyering@lucent.com>
42994
42995         Get it right :-)
42996         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
42997         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
42998         Suggestion from Akim Demaille.
42999
43000 2000-04-17  Jim Meyering  <meyering@lucent.com>
43001
43002         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
43003         the definition of it to rpl_strftime also defined-away the system's
43004         declaration.
43005
43006 2000-04-15  Jim Meyering  <meyering@lucent.com>
43007
43008         Use `C' to denote so-called `contiguous' files, the same way
43009         that tar does.
43010         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
43011         (ftypelet): Use S_ISCTG.
43012         From Michael Deutschmann.
43013
43014 2000-04-14  Jim Meyering  <meyering@lucent.com>
43015
43016         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
43017         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
43018         clobbered.
43019
43020 2000-04-14  Jim Meyering  <meyering@lucent.com>
43021
43022         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
43023
43024 2000-04-13  Jim Meyering  <meyering@lucent.com>
43025
43026         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
43027         AH_VERBATIM to insert required #ifndef into config.h.in.
43028         Suggestion from Akim Demaille.
43029
43030 2000-04-12  Jim Meyering  <meyering@lucent.com>
43031
43032         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
43033         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
43034         Christian Krackowizer.
43035
43036         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
43037         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
43038         (AC_SYS_LARGEFILE): Require.
43039         (AM_C_PROTOTYPES): Require.
43040
43041 2000-04-08  Jim Meyering  <meyering@lucent.com>
43042
43043         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
43044         names don't conflict.  Reported by Eli Zaretskii.
43045
43046 2000-04-07  Jim Meyering  <meyering@lucent.com>
43047
43048         * lib/putenv.c: Move inclusion of errno.h so it follows that of
43049         sys/types.h, to work around system header problems on AIX 3.2.5.
43050         From Bruno Haible.
43051
43052 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
43053
43054         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
43055         bug.  Deal with the different error behavior of Irix iconv.
43056
43057 2000-04-05  Paul Eggert  <eggert@twinsun.com>
43058
43059         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
43060         IRIX if the installer said otherwise.
43061
43062 2000-04-05  Jim Meyering  <meyering@lucent.com>
43063
43064         Portability tweaks required for ultrix4.3.
43065         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
43066         (jm_CHECK_DECLS): Add getutent to the list of functions.
43067         (_jm_DECL_HEADERS): Add utmpx.h.
43068         From John David Anglin.
43069
43070         * m4/strftime.m4: Back out the 2000-04-02 change.
43071         Instead of that change, simply undefine putenv in the test program.
43072
43073 2000-04-05  Jim Meyering  <meyering@lucent.com>
43074
43075         Portability tweaks required for ultrix4.3.
43076         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
43077         getutent.
43078         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
43079         * lib/canon-host.c: Declare strdup.
43080         * lib/path-concat.c: Likewise.
43081         From John David Anglin.
43082
43083 2000-04-04  Jim Meyering  <meyering@lucent.com>
43084
43085         Be more DOS 8.3-friendly.
43086         * lib/ref-add.sin: Renamed from ref-add.sed.in.
43087         * lib/ref-del.sin: Renamed from ref-del.sed.in.
43088         * lib/Makefile.am: Reflect renaming.
43089         Reported by Eli Zaretskii.
43090
43091         Use a temporary file name that won't clash with `charset.alias'
43092         in the DOS 8.3 name space.
43093         * lib/Makefile.am (charset_tmp): Define.
43094         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
43095         (uninstall-local): Likewise.
43096         Reported by Eli Zaretskii.
43097
43098 2000-04-03  Jim Meyering  <meyering@lucent.com>
43099
43100         * m4/gettext.m4: Fix typo in comment.
43101
43102         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
43103         textutils/configure.in).  Suggestion from Paul Eggert.
43104         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
43105
43106 2000-04-02  Paul Eggert  <eggert@twinsun.com>
43107
43108         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
43109         variable in the shell rather than using putenv, which isn't
43110         portable.  This avoids the configure-time inter-test dependency
43111         on the potentially-renamed putenv function.
43112
43113 2000-03-30  Paul Eggert  <eggert@twinsun.com>
43114
43115         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
43116         before checking struct stat.st_blksize, so that
43117         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
43118
43119 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43120
43121         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
43122         since strftime.c uses HAVE_STRFTIME to decide whether to use
43123         the underlying strftime.
43124
43125 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43126
43127         * lib/time/strftime.c (my_strftime): Make sure we call the system
43128         strftime, not ourselves, when invoking the underlying strftime.
43129
43130 2000-03-24  Jim Meyering  <meyering@lucent.com>
43131
43132         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
43133         (charset_alias): Define.
43134         (install-exec-local): Factor out common code.
43135         (uninstall-local): Split lines longer than 80.
43136         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
43137         (SUFFIXES): Define.
43138         (.sed.in.sed): New rule.  Don't redirect directly to $@.
43139         (CLEANFILES): Add ref-add.sed and ref-del.sed.
43140
43141 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
43142
43143         * lib/config.charset: Output a line containing "Packages using this
43144         file".
43145         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
43146         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
43147         ref-del.sed): New rules.
43148
43149 2000-03-17  Jim Meyering  <meyering@lucent.com>
43150
43151         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
43152         Otherwise, include <strings.h>
43153
43154 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
43155
43156         * lib/unicodeio.c (utf8_wctomb): New function.
43157         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
43158         format instead of in UCS-4 with platform dependent endianness.
43159
43160 2000-03-10  Jim Meyering  <meyering@lucent.com>
43161
43162         * m4/lib-check.m4: Look for getspnam in -lgen, too.
43163         From Marco Franzen.
43164
43165 2000-03-07  Paul Eggert  <eggert@twinsun.com>
43166
43167         * lib/savedir.c (savedir): Work even if directory size is
43168         negative; this can happen with some screwy NFS configurations.
43169
43170 2000-03-06  Jim Meyering  <meyering@lucent.com>
43171
43172         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
43173         if it's NULL (because we ran out of memory).  From Bruno Haible.
43174
43175 2000-03-05  Jim Meyering  <meyering@lucent.com>
43176
43177         * lib/localcharset.c ("path-concat.h"): Include.
43178         (get_charset_aliases): Use path_concat instead of ANSI string
43179         concatenation.
43180
43181         * lib/unicodeio.h (PARAMS): Define.
43182         Use it to guard prototype.
43183
43184 2000-03-04  Jim Meyering  <meyering@lucent.com>
43185
43186         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
43187         for lib/localcharset.c.
43188
43189 2000-03-04  Jim Meyering  <meyering@lucent.com>
43190
43191         * lib/Makefile.am (install-exec-local): Create $(libdir) before
43192         installing into it.
43193         (uninstall-local): Uncomment this rule so `make distcheck' works
43194         once again.
43195
43196         * lib/unicodeio.c (<errno.h>): Include it.
43197         (errno): Declare if not defined.
43198
43199         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
43200
43201         * lib/config.charset: New version, incorporating remarks from a linux
43202         i18n mailing list.  From Bruno Haible.
43203
43204 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
43205
43206         * m4/codeset.m4: New file.
43207         * m4/iconv.m4: New file.
43208         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
43209
43210 2000-03-03  Jim Meyering  <meyering@lucent.com>
43211
43212         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
43213
43214 2000-03-02  Jim Meyering  <meyering@lucent.com>
43215
43216         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
43217         the messages come out on separate lines.
43218
43219         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
43220         rather than jm_CHECK_DECLARATIONS.
43221         * m4/decl.m4: Remove now-unused file.
43222
43223         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
43224         geteuid.
43225
43226 2000-03-02  Jim Meyering  <meyering@lucent.com>
43227
43228         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
43229
43230 2000-03-01  Jim Meyering  <meyering@lucent.com>
43231
43232         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
43233         * lib/unicodeio.c: Likewise.
43234
43235 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
43236
43237         * lib/config.charset: New file.
43238         * lib/localcharset.c: New file.
43239         * lib/unicodeio.h, lib/unicodeio.c: New files.
43240         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
43241         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
43242         (noinst_HEADERS): Add unicodeio.h.
43243         (all-local, install-exec-local, charset.alias): New targets.
43244
43245 2000-02-28  Paul Eggert  <eggert@twinsun.com>
43246
43247         * lib/quotearg.c (ALERT_CHAR): New macro.
43248         (quotearg_buffer_restyled): Use it.
43249
43250 2000-02-27  Jim Meyering  <meyering@lucent.com>
43251
43252         * m4/check-decl.m4: Add getenv to the list.
43253
43254 2000-02-27  Jim Meyering  <meyering@lucent.com>
43255
43256         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
43257         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
43258
43259         * lib/backupfile.c: Guard inclusion of stdlib.h with
43260         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
43261         Declare malloc if needed.
43262
43263         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
43264         `#ifndef HAVE_DECL..'
43265         now that autoconf always defines the HAVE_DECL_ symbols.
43266         * lib/human.c: Likewise.
43267         * lib/same.c: Likewise.
43268         * lib/strtoumax.c: Likewise.
43269
43270         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
43271         declaration check was not run.
43272         * lib/hash.c: Likewise.
43273         * lib/human.c: Likewise.
43274         * lib/same.c: Likewise.
43275         * lib/strtoumax.c: Likewise.
43276
43277         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
43278         `.', then first look up the entire `.'-containing string as a login
43279         name.
43280
43281 2000-02-23  Jim Meyering  <meyering@lucent.com>
43282
43283         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
43284         in place of my hack.
43285
43286 2000-02-18  Paul Eggert  <eggert@twinsun.com>
43287
43288         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
43289         (textint): New typedef.
43290         (parser_control): Member year changed from int to textint.
43291         All uses changed.
43292         (YYSTYPE): Removed; replaced by %union with int and textint members.
43293         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
43294         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
43295         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
43296         (tSNUMBER, tUNUMBER): Now of type <textintval>.
43297         (date, number, to_year): Use width of number in digits, not its value,
43298         to determine whether it's a 2-digit year, or a 2-digit time.
43299         (yylex): Store number of digits of numeric tokens.
43300         Reported by John Kendall.
43301
43302         (parser_control): Changed from struct parser_control to typedef (for
43303         consistency).  All uses changed.
43304
43305         (tID): Removed; not used.
43306         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
43307
43308 2000-02-14  Paul Eggert  <eggert@twinsun.com>
43309
43310         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
43311         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
43312
43313 2000-02-12  Jim Meyering  <meyering@lucent.com>
43314
43315         * lib/userspec.c (ISDIGIT): Define it.
43316         (isdigit): Remove definition.
43317         (is_number): Use ISDIGIT, not isdigit.
43318         <libintl.h>: Include.
43319         (_ and N_): Define.
43320         (parse_user_spec): Mark translatable strings.
43321
43322 2000-02-10  Jim Meyering  <meyering@lucent.com>
43323
43324         With these changes, nanosleep.[ch] are finally enough like the other
43325         lib/* replacement files to compile on a few more losing systems.
43326
43327         * lib/nanosleep.h: Don't include config.h.
43328         Remove prototype from declaration of nanosleep.
43329         (PARAMS): Remove now-unneeded definition.
43330         * lib/nanosleep.c: #undef nanosleep.
43331         (rpl_nanosleep): Rename from nanosleep.
43332
43333 2000-02-10  Jim Meyering  <meyering@lucent.com>
43334
43335         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
43336         gnu_nanosleep to rpl_nanosleep.
43337
43338 2000-02-09  Jim Meyering  <meyering@lucent.com>
43339
43340         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
43341         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
43342
43343 2000-02-08  Akim Demaille  <akim@epita.fr>
43344
43345         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
43346         `[' and `]' and remove uses of `changequote'.
43347         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
43348         (AC_SYS_LARGEFILE): Likewise.
43349         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
43350         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
43351         of changequote.
43352         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
43353         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
43354         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
43355         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
43356
43357 2000-02-05  Jim Meyering  <meyering@lucent.com>
43358
43359         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
43360         Remove explicit use of AC_HEADER_TIME.  It is required by
43361         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
43362         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
43363         in autoconf whereby the expansion of the latter ended up preceding
43364         the expansion of its prerequisite, AC_HEADER_TIME.
43365         Reported by Volker Borchert.
43366
43367 2000-02-03  Jim Meyering  <meyering@lucent.com>
43368
43369         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
43370
43371 2000-02-03  Jim Meyering  <meyering@lucent.com>
43372
43373         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
43374         rather than with `#if HAVE_UTMPNAME'.
43375
43376 2000-02-02  Jim Meyering  <meyering@lucent.com>
43377
43378         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
43379         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
43380         Reported by Eli Zaretskii.
43381
43382 2000-02-01  Jim Meyering  <meyering@lucent.com>
43383
43384         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
43385
43386 2000-01-31  Jim Meyering  <meyering@lucent.com>
43387
43388         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
43389         functions.  Add the time.h and sys/time.h headers along with the
43390         AC_REQUIRE'ment of AC_HEADER_TIME.
43391
43392 2000-01-31  Jim Meyering  <meyering@lucent.com>
43393
43394         * lib/nanosleep.h (nanosleep): Guard declaration with
43395         `#if ! HAVE_DECL_NANOSLEEP'.
43396         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
43397         the declaration in that vendor's sys/timers.h.
43398         Reported by Christian Krackowizer.
43399
43400         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
43401         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
43402         (ISPRINT): Likewise.
43403         Reported by Tom Tromey.
43404
43405 2000-01-30  Jim Meyering  <meyering@lucent.com>
43406
43407         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
43408
43409         * m4/prereq.m4 (utmp_includes): Define.
43410         Check for ut_user and ut_name members in both struct utmpx
43411         and struct utmp.
43412
43413 2000-01-30  Jim Meyering  <meyering@lucent.com>
43414
43415         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
43416         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
43417         header files where only utmpx.ut_user is declared.
43418
43419         * lib/readutmp.h (UT_USER): Define.
43420
43421 2000-01-29  Jim Meyering  <meyering@lucent.com>
43422
43423         * m4/lib-check.m4: New file containing library-related checks from
43424         fileutils and sh-utils (textutils had none).
43425
43426 2000-01-28  Jim Meyering  <meyering@lucent.com>
43427
43428         * m4/perl.m4: Change format of warning message to look more like that
43429         from the missing script.  Suggestion from François Pinard.
43430
43431 2000-01-25  Jim Meyering  <meyering@lucent.com>
43432
43433         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
43434         well as time.h in the compile check.
43435         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
43436         Fix typo in cross-compiling case: s/yes/no/.
43437
43438 2000-01-23  Jim Meyering  <meyering@lucent.com>
43439
43440         * m4/jm-macros.m4: Move df-related tests here from
43441         fileutils/configure.in
43442
43443         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
43444         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
43445
43446         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
43447         s/space/ac_fsusage_space/.
43448         (jm_FILE_SYSTEM_USAGE): Take two parameters.
43449
43450         * m4/ftruncate.m4: New file (derived from part of
43451         fileutils/configure.in).
43452         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
43453         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
43454
43455         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
43456         AC_SUBST these here, rather than just in sh-util/configure.in, so
43457         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
43458         all the same.
43459         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
43460         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
43461         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
43462         (AC_SUBST(POW_LIBM)): Likewise.
43463         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
43464
43465 2000-01-23  Jim Meyering  <meyering@lucent.com>
43466
43467         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
43468         obstack.c.
43469
43470 2000-01-22  Jim Meyering  <meyering@lucent.com>
43471
43472         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
43473
43474         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
43475
43476         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
43477         configure.in
43478         (AC_CHECK_HEADERS): Likewise for sh-utils.
43479         (AC_CHECK_HEADERS): Likewise for textutils.
43480         Merge the three lists of headers.
43481
43482         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
43483         from fileutils' configure.in.
43484
43485         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
43486         code. Moved tests into their own function (_jm_DECL_HEADERS) in
43487         check-decl.m4.
43488
43489         * m4/check-decl.m4: Use #if rather than #ifdef.
43490         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
43491         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
43492         (_jm_DECL_HEADERS): Define new function.
43493         (jm_CHECK_DECLARATIONS): Require it.
43494
43495 2000-01-22  Jim Meyering  <meyering@lucent.com>
43496
43497         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
43498         [! HAVE_DECL_STRTOULL]: Declare strtoull.
43499         Required for some AIX systems.  Reported by Christian Krackowizer.
43500         [TESTING] (main): New function.
43501
43502         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
43503         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
43504         letters.
43505
43506         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
43507         iswprint.
43508
43509         * lib/strverscmp.c (ISDIGIT): Define.
43510         (strverscmp): Use ISDIGIT, not isdigit.
43511
43512 2000-01-19  Jim Meyering  <meyering@lucent.com>
43513
43514         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
43515         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
43516         defines `struct timespec' in <sys/time.h>
43517
43518         * m4/c-bs-a.m4: Remove uses of changequote altogether.
43519         Thanks to Akim for explaining.
43520
43521 2000-01-17  Paul Eggert  <eggert@twinsun.com>
43522
43523         * lib/nanosleep.c (nanosleep):
43524         Don't use SA_INTERRUPT to decide whether to call sigaction, as
43525         POSIX.1 doesn't require SA_INTERRUPT and some systems
43526         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
43527         it's been part of POSIX.1 since day 1 (in 1988).
43528
43529 2000-01-17  Jim Meyering  <meyering@lucent.com>
43530
43531         * lib/interlock: Remove unused file.  Reported by François Pinard.
43532
43533 2000-01-16  Paul Eggert  <eggert@twinsun.com>
43534
43535         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
43536         alert, backslash, formfeed, and vertical tab unnecessarily in
43537         shell quoting style.
43538
43539 2000-01-16  Jim Meyering  <meyering@lucent.com>
43540
43541         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
43542         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
43543         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
43544         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
43545
43546 2000-01-16  Jim Meyering  <meyering@lucent.com>
43547
43548         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
43549         because the latter didn't work.
43550
43551 2000-01-15  Jim Meyering  <meyering@lucent.com>
43552
43553         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
43554         (AC_REPLACE_FUNCS): Add memcpy and memset.
43555         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
43556         Add strpbrk.
43557         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
43558
43559 2000-01-12  Jim Meyering  <meyering@lucent.com>
43560
43561         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
43562         (jm_PREREQ): Use it.
43563         (jm_PREREQ_READUTMP): New macro.
43564         (jm_PREREQ): Use it.
43565
43566 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43567
43568         Quote multibyte characters correctly.
43569         * m4/c-bs-a.m4: New file.
43570         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
43571         (jm_PREREQ): Use it.
43572
43573 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43574
43575         * m4/uintmax_t.m4: Port to autoconf 2.13.
43576
43577 2000-01-08  Jim Meyering  <meyering@ascend.com>
43578
43579         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
43580         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
43581
43582 2000-01-04  Jim Meyering  <meyering@ascend.com>
43583
43584         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
43585         jm_STRUCT_DIRENT_D_TYPE.
43586         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
43587         jm_STRUCT_DIRENT_D_INO.
43588         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
43589         jm_STRUCT_UTIMBUF.
43590         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
43591         renamings.
43592         * m4/utime.m4: Likewise.
43593
43594         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
43595         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
43596
43597 2000-01-03  Paul Eggert  <eggert@twinsun.com>
43598
43599         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
43600         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
43601
43602 2000-01-02  Jim Meyering  <meyering@ascend.com>
43603
43604         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
43605         remember if this is necessary.
43606
43607 1999-12-26  Jim Meyering  <meyering@ascend.com>
43608
43609         * m4/jm-macros.m4: Use it here.
43610         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
43611
43612 1999-12-23  Jim Meyering  <meyering@ascend.com>
43613
43614         * m4/jm-macros.m4: Check for clock_gettime (moved from
43615         fileutils/configure.in)
43616         Check for gettimeofday.
43617
43618 1999-12-20  Jim Meyering  <meyering@ascend.com>
43619
43620         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
43621         autoconf-2.14a-1999-12-20.
43622
43623 1999-12-19  Jim Meyering  <meyering@ascend.com>
43624
43625         * m4/lstat-slash.m4: New file.
43626         * m4/jm-macros.m4: Use the new macro:
43627         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43628
43629 1999-12-07  Jim Meyering  <meyering@ascend.com>
43630
43631         * m4/perl.m4: Require that File::Compare be available, too.
43632         Too many systems seem to lack it.
43633
43634         * m4/strftime.m4: Add checks for most of the cpp macros tested in
43635         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
43636
43637 1999-11-18  Paul Eggert  <eggert@twinsun.com>
43638
43639         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
43640         problem with the QNX 4.25 shell, which doesn't propagate exit
43641         status of failed commands inside shell assignments.
43642
43643 1999-11-17  Jim Meyering  <meyering@ascend.com>
43644
43645         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
43646
43647 1999-11-07  Jim Meyering  <meyering@ascend.com>
43648
43649         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
43650
43651 1999-11-06  Jim Meyering  <meyering@ascend.com>
43652
43653         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
43654         * m4/jm-macros.m4 (jm_MACROS): Use it here.
43655
43656 1999-11-05  Jim Meyering  <meyering@ascend.com>
43657
43658         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
43659         configure.in of textutils, fileutils, and sh-utils into this one
43660         (shared between those packages) file.
43661         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
43662         AC_STRUCT_ST_BLKSIZE.
43663
43664 1999-11-03  Jim Meyering  <meyering@ascend.com>
43665
43666         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
43667         of AC_CHECK_TYPE checks includes unistd.h.
43668         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
43669         Suggestion from Akim Demaille.
43670
43671 1999-10-30  Jim Meyering  <meyering@ascend.com>
43672
43673         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
43674         m4-quoted string.
43675         * m4/ls-mntd-fs.m4: Likewise.
43676         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
43677         * m4/jm-winsz1.m4: Likewise.
43678
43679         * m4/const.m4: Remove file, since the fix made it into the experimental
43680         version of autoconf.
43681         * m4/mktime.m4: Likewise.
43682
43683         * m4/check-type.m4: Remove file, now that the latest version of
43684         AC_CHECK_TYPE takes a third arg to specify additional #includes.
43685
43686         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
43687         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
43688         AC_CHECK_TYPE.
43689
43690 1999-10-04  Jim Meyering  <meyering@ascend.com>
43691
43692         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
43693
43694 1999-09-22  Paul Eggert  <eggert@twinsun.com>
43695
43696         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
43697         2.95.1 bug with HP-UX 10.20.
43698
43699 1999-09-17  Jim Meyering  <meyering@ascend.com>
43700
43701         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
43702         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
43703         due to missing strdup (against sh-utils-2.0).
43704
43705 1999-08-29  Jim Meyering  <meyering@ascend.com>
43706
43707         * m4/jm-macros.m4: Require jm_BISON.
43708         * m4/bison.m4: New file.
43709
43710 1999-08-17  Paul Eggert  <eggert@twinsun.com>
43711
43712         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
43713         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
43714
43715 1999-08-05  Jim Meyering  <meyering@ascend.com>
43716
43717         * m4/getline.m4: Rename test file from conftestdata to conftest.data
43718         to avoid conflicts with `conftest' on 8+3 filesystems.
43719         Suggestion from Eli Zaretskii.
43720
43721 1999-08-04  Jim Meyering  <meyering@ascend.com>
43722
43723         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
43724         fileutils and sh-utils (textutils's getline test was inadequate).
43725         (AM_FUNC_GETLINE): Run this test.
43726         (AC_CHECK_FUNCS): Check for getdelim.
43727         Reported by Bob Proulx.
43728
43729 1999-08-02  Jim Meyering  <meyering@ascend.com>
43730
43731         * m4/jm-macros.m4: Add a comment.
43732
43733 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43734
43735         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
43736         <inttypes.h> defines strtoumax as a macro (and not as a
43737         function).
43738
43739 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43740
43741         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
43742         that we can shift, multiply and divide unsigned long long
43743         values; Ultrix cc can't do it.
43744
43745 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43746
43747         * m4/mktime.m4: New file, which is a preview of what should appear
43748         in the next public autoconf release.
43749
43750 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43751
43752         * m4/lfs.m4: Remove this file.
43753         * m4/largefile.m4: New file.  It contains the old contents of
43754         lfs.m4, except that all names with prefix AC_LFS have been
43755         changed to use the prefix AC_SYS_LARGEFILE instead, to be
43756         compatible with future autoconf versions.  Also, some minor m4
43757         quoting problems have been fixed.
43758
43759 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43760
43761         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
43762         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
43763         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
43764         and simplify the shell code.
43765
43766 1999-08-01  Jim Meyering  <meyering@ascend.com>
43767
43768         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
43769         m4.
43770
43771 1999-07-20  Jim Meyering  <meyering@ascend.com>
43772
43773         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
43774
43775 1999-07-15  Jim Meyering  <meyering@ascend.com>
43776
43777         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
43778
43779 1999-05-22  Jim Meyering  <meyering@ascend.com>
43780
43781         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
43782
43783 1999-05-20  Jim Meyering  <meyering@ascend.com>
43784
43785         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
43786         Add a colon after each `then' in case $4 is empty.
43787
43788 1999-05-16  Jim Meyering  <meyering@ascend.com>
43789
43790         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
43791
43792 1999-05-10  Jim Meyering  <meyering@ascend.com>
43793
43794         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
43795
43796         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
43797         AC_FUNC_MKTIME.
43798
43799 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
43800
43801         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
43802
43803 1999-05-04  Paul Eggert  <eggert@twinsun.com>
43804
43805         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
43806         not CPPFLAGS, so that linking works correctly in IRIX.
43807
43808 1999-04-30  Paul Eggert  <eggert@twinsun.com>
43809
43810         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
43811
43812 1999-04-20  Paul Eggert  <eggert@twinsun.com>
43813
43814         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
43815         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
43816         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
43817         jm_AC_TYPE_UNSIGNED_LONG_LONG.
43818         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
43819
43820         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
43821
43822 1999-04-20  Jim Meyering  <meyering@ascend.com>
43823
43824         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
43825         AC_REPLACE xstroull if necessary.  From Paul Eggert.
43826         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
43827
43828 1999-04-18  Jim Meyering  <meyering@ascend.com>
43829
43830         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
43831         * m4/jm-macros.m4: Use it.
43832
43833 1999-04-06  Jim Meyering  <meyering@ascend.com>
43834
43835         * m4/strftime.m4: Remove test for %f.
43836
43837 1999-03-29  Jim Meyering  <meyering@ascend.com>
43838
43839         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
43840         superset of the AC_TYPE_* checks in the textutils, fileutils,
43841         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
43842         AC_TYPE_PID_T.
43843
43844 1999-03-28  Jim Meyering  <meyering@ascend.com>
43845
43846         * m4/jm-macros.m4: Define GNU_PACKAGE here.
43847         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
43848         replaced e.g., in the *.sh files of the sh-utils.
43849
43850 1999-03-20  Jim Meyering  <meyering@ascend.com>
43851
43852         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
43853         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
43854         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
43855
43856 1999-03-19  Jim Meyering  <meyering@ascend.com>
43857
43858         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
43859
43860 1999-03-12  Jim Meyering  <meyering@ascend.com>
43861
43862         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
43863
43864 1999-03-07  Jim Meyering  <meyering@ascend.com>
43865
43866         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
43867         declared.
43868
43869 1999-02-17  Jim Meyering  <meyering@ascend.com>
43870
43871         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
43872         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
43873
43874 1999-02-07  Jim Meyering  <meyering@ascend.com>
43875
43876         * m4/group-member.m4: New file -- extracted from sh-utils'
43877         configure.in.
43878
43879         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
43880         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
43881
43882 1999-02-06  Jim Meyering  <meyering@ascend.com>
43883
43884         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
43885         * m4/fnmatch.m4: Likewise.
43886         * m4/getgroups.m4: Likewise.
43887         * m4/lstat.m4: Likewise.
43888         * m4/malloc.m4: Likewise.
43889         * m4/putenv.m4: Likewise.
43890         * m4/realloc.m4: Likewise.
43891         * m4/regex.m4: Likewise.
43892         * m4/stat.m4: Likewise.
43893         * m4/strftime.m4: Likewise.
43894         Suggestion from Alain Magloire.
43895
43896         * m4/chown.m4: Use `.$ac_objext', not `.o'.
43897         * m4/fnmatch.m4: Likewise.
43898         * m4/getgroups.m4: Likewise.
43899         * m4/getline.m4: Likewise.
43900         * m4/lstat.m4: Likewise.
43901         * m4/malloc.m4: Likewise.
43902         * m4/memcmp.m4: Likewise.
43903         * m4/putenv.m4: Likewise.
43904         * m4/realloc.m4: Likewise.
43905         * m4/regex.m4: Likewise.
43906         * m4/stat.m4: Likewise.
43907         * m4/strftime.m4: Likewise.
43908         Suggestion from Alain Magloire.
43909
43910         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
43911         an argument.
43912
43913         * m4/regex.m4: Add a run-time Test for proper operation of
43914         re_compile_pattern.
43915
43916 1999-01-31  Jim Meyering  <meyering@ascend.com>
43917
43918         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
43919
43920 1999-01-30  Jim Meyering  <meyering@ascend.com>
43921
43922         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
43923
43924         * m4/jm-mktime.m4: Make this a wrapper around the official
43925         AM_FUNC_MKTIME rather than my private copy, now that the official one
43926         is up to date.
43927         * m4/mktime.m4: Remove file.
43928
43929         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
43930         * m4/uptime.m4: Likewise.
43931         * m4/uintmax_t.m4: Likewise.
43932
43933 1999-01-28  Jim Meyering  <meyering@ascend.com>
43934
43935         * m4/jm-macros.m4: Use jm_AFS.
43936         * m4/afs.m4: New file (from fileutils' configure.in).
43937
43938         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
43939         * m4/chown.m4: Likewise.
43940         * m4/d-ino.m4: Likewise.
43941         * m4/d-type.m4: Likewise.
43942         * m4/fnmatch.m4: Likewise.
43943         * m4/getgroups.m4: Likewise.
43944         * m4/gettext.m4: Likewise.
43945         * m4/jm-mktime.m4: Likewise.
43946         * m4/jm-winsz2.m4: Likewise.
43947         * m4/lcmessage.m4: Likewise.
43948         * m4/ls-mntd-fs.m4: Likewise.
43949         * m4/malloc.m4: Likewise.
43950         * m4/memcmp.m4: Likewise.
43951         * m4/putenv.m4: Likewise.
43952         * m4/realloc.m4: Likewise.
43953         * m4/st_mtim.m4: Likewise.
43954         * m4/strftime.m4: Likewise.
43955
43956 1999-01-16  Jim Meyering  <meyering@ascend.com>
43957
43958         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
43959         (ARGMATCH_DIE_DECL): Define.
43960
43961 1999-01-12  Jim Meyering  <meyering@ascend.com>
43962
43963         * m4/Makefile.am.in: Rewrite to avoid using fmt.
43964         Reported by Lars Hecking.
43965
43966 1999-01-10  Jim Meyering  <meyering@ascend.com>
43967
43968         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
43969         gross kludge.
43970         * m4/inttypes_h.m4: Likewise.
43971         * m4/lstat.m4: Likewise.
43972         * m4/malloc.m4: Likewise.
43973         * m4/readdir.m4: Likewise.
43974         * m4/realloc.m4: Likewise.
43975         * m4/st_dm_mode.m4: Likewise.
43976         * m4/stat.m4: Likewise.
43977         * m4/utimbuf.m4: Likewise.
43978         * m4/utimes.m4: Likewise.
43979
43980         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
43981         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
43982         comments in config.h.in are meaningful.
43983
43984         * m4/jm-macros.m4: Require autoconf-2.13 here.
43985
43986         * m4/regex.m4: By default, don't use the included regex.c on systems
43987         with glibc 2.  Suggestion from Uli Drepper.
43988
43989 1999-01-02  Jim Meyering  <meyering@ascend.com>
43990
43991         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
43992
43993 1998-12-18  Jim Meyering  <meyering@ascend.com>
43994
43995         * m4/Makefile.am.in (Makefile.am): Simplify rule.
43996         Based on a suggestion from Lars Hecking.
43997
43998 1998-11-16  Paul Eggert  <eggert@twinsun.com>
43999
44000         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
44001
44002 1998-11-16  Jim Meyering  <meyering@ascend.com>
44003
44004         * m4/lfs.m4: Double-quote the `uname...` expression.
44005
44006 1998-11-14  Jim Meyering  <meyering@ascend.com>
44007
44008         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
44009         * m4/stat.m4: Likewise.
44010
44011 1998-11-03  Jim Meyering  <meyering@ascend.com>
44012
44013         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
44014         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
44015
44016 1998-10-18  Jim Meyering  <meyering@ascend.com>
44017
44018         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
44019
44020 1998-10-17  Jim Meyering  <meyering@ascend.com>
44021
44022         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
44023         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
44024         calls for those previously hard-coded headers.  Instead, take a new
44025         parameter.
44026         (jm_CHECK_DECLARATIONS): Reflect interface change.
44027         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
44028         (jm_CHECK_DECL_LOCALTIME_R): New macro.
44029
44030         * m4/mktime.m4: Test for spring-forward gap before long-running test.
44031
44032 1998-10-14  Jim Meyering  <meyering@ascend.com>
44033
44034         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
44035         instead of "TZ=America/Vancouver".  From Paul Eggert.
44036
44037 1998-10-11  Jim Meyering  <meyering@ascend.com>
44038
44039         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
44040         This adds a test for a recently added compatibility fix for mktime.c.
44041         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
44042
44043 1998-09-27  Jim Meyering  <meyering@ascend.com>
44044
44045         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
44046
44047         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
44048         ../configure.in, including a change from Gordon Matzigkeit to allow
44049         cross-compiling for the Hurd.
44050
44051         * m4/glibc.m4: New file/macro to test for the GNU C Library
44052         versions 1 and 2.  From Gordon Matzigkeit.
44053         Indent.
44054
44055 1998-09-21  Jim Meyering  <meyering@ascend.com>
44056
44057         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
44058
44059 1998-08-18  Paul Eggert  <eggert@twinsun.com>
44060
44061         Port nanosecond-resolution times to UnixWare 2.1.2 and
44062         pedantic Solaris 2.6.
44063
44064         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
44065         AC_STRUCT_ST_MTIM.
44066         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
44067         Generate name of ns member, instead of just 1 or undef.
44068         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
44069
44070 1998-08-15  Jim Meyering  <meyering@ascend.com>
44071
44072         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
44073         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
44074         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
44075         instead of jm_TYPE_SSIZE_T.
44076
44077 1998-08-12  Jim Meyering  <meyering@ascend.com>
44078
44079         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
44080
44081 1998-08-02  Jim Meyering  <meyering@ascend.com>
44082
44083         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
44084         in acconfig.h manually.
44085
44086 1998-07-31  Paul Eggert  <eggert@twinsun.com>
44087
44088         * m4/st_mtim.m4: New file.
44089
44090 1998-07-28  Jim Meyering  <meyering@ascend.com>
44091
44092         * m4/utimes.m4: Undef stat.
44093
44094 1998-07-25  Jim Meyering  <meyering@ascend.com>
44095
44096         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
44097         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
44098
44099 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
44100
44101         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
44102         uid and gid actually remain unchanged.
44103
44104 1998-07-07  Jim Meyering  <meyering@ascend.com>
44105
44106         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
44107
44108 1998-07-04  Jim Meyering  <meyering@ascend.com>
44109
44110         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
44111         to prove that this macro can be used in packages without regex.c.
44112
44113 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
44114
44115         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
44116         is to be used.
44117
44118 1998-07-03  Jim Meyering  <meyering@ascend.com>
44119
44120         * m4/gettext.m4: Add -lintl if it's found to be necessary.
44121
44122         * m4/gettext.m4: New file -- from gettext-0.10.35.
44123         * m4/lcmessage.m4: Likewise.
44124         * m4/progtest.m4: Likewise.
44125
44126         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
44127         * m4/jm-macros.m4: Require the new macro.
44128
44129 1998-06-29  Jim Meyering  <meyering@ascend.com>
44130
44131         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
44132         for the definition of NGROUPS (used in a system header included
44133         by sys/mount.h).
44134
44135 1998-06-28  Jim Meyering  <meyering@ascend.com>
44136
44137         * m4/ls-mntd-fs.m4: New file.
44138         * m4/fstypename.m4: New file.
44139
44140         * m4/jm-macros.m4: Require the new macro.
44141         * m4/jm-glibc-io.m4: New file.
44142
44143 1998-05-19  Jim Meyering  <meyering@ascend.com>
44144
44145         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
44146         * m4/lchown.m4: New file.
44147
44148         * m4/Makefile.am.in: New file.
44149         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
44150
44151 1998-05-14  Jim Meyering  <meyering@ascend.com>
44152
44153         * m4/Makefile.am (EXTRA_DIST): Add them.
44154         * m4/jm-macros.m4: New file.
44155         * m4/utimbuf.m4: New file.
44156
44157 1998-05-12  Jim Meyering  <meyering@ascend.com>
44158
44159         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
44160
44161 1998-05-11  Jim Meyering  <meyering@ascend.com>
44162
44163         * m4/isc-posix.m4: New file.
44164
44165 1998-05-10  Jim Meyering  <meyering@ascend.com>
44166
44167         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
44168
44169 1998-05-09  Jim Meyering  <meyering@ascend.com>
44170
44171         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
44172         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
44173         with automake.
44174
44175         * m4/ssize_t.m4: New file.
44176         * m4/mktime.m4: Remove file -- the new automake has this now.
44177
44178 1998-04-26  Jim Meyering  <meyering@ascend.com>
44179
44180         * m4/assert.m4: New file.
44181         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
44182
44183 1998-04-05  Jim Meyering  <meyering@ascend.com>
44184
44185         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
44186         (jm_PREREQ): Use it here.
44187
44188 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
44189
44190         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
44191         in acconfig.h.
44192
44193 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
44194
44195         * m4/prereq.m4: New file.
44196         * m4/error.m4: New file.
44197         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
44198
44199 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
44200
44201         * m4/getline.m4: Don't set am_cv_func_working_getline before the
44202         cache-check for the same variable -- that defeated the purpose of
44203         the test; the test program was never run.  This was a problem only
44204         on systems with losing getline functions -- HP-UX 10.20 is one.
44205         Reported by Bjorn Helgaas.
44206
44207 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
44208
44209         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
44210
44211 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
44212
44213         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
44214
44215         * m4/const.m4: New file.  Use an initializer in this declaration
44216         typedef int charset[2]; const charset x;
44217         Reported by Bob Glickstein.
44218
44219 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
44220
44221         * m4/chown.m4: Fix reversed types on -1 args to chown.
44222         From Kaveh Ghazi.
44223
44224 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
44225
44226         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
44227         Add lseek and memchr.
44228
44229         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
44230         T.E.Dickey <dickey@clark.net> said that some older preprocessors
44231         have a 20-character limit on names.
44232
44233 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
44234
44235         * m4/inttypes_h.m4: New file.
44236         * m4/uintmax_t.m4: New file.
44237         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
44238
44239
44240         -----
44241
44242         Local Variables:
44243         coding: utf-8
44244         End:
44245
44246         Copyright (C) 1997-2008 Free Software Foundation, Inc.
44247
44248         Copying and distribution of this file, with or without
44249         modification, are permitted provided the copyright notice
44250         and this notice are preserved.