Reduce namespace pollution on glibc systems.
[gnulib.git] / ChangeLog
1 2009-12-24  Bruno Haible  <bruno@clisp.org>
2
3         Reduce namespace pollution on glibc systems.
4         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6         systems.
7         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
8         <getopt.h> on glibc systems.
9         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
10         systems.
11         * lib/fcntl.c: Include <unistd.h> here instead.
12
13 2009-12-24  Bruno Haible  <bruno@clisp.org>
14
15         * lib/stdlib.in.h (includes): Fix typo in today's commit.
16
17 2009-12-24  Eric Blake  <ebb9@byu.net>
18
19         tests: add signature checks
20         * tests/signature.h (SIGNATURE_CHECK): New file.
21         * modules/atexit-tests (Files): Use it.
22         * modules/btowc-tests (Files): Likewise.
23         * modules/canonicalize-lgpl-tests (Files): Likewise.
24         * modules/ceilf-tests (Files): Likewise.
25         * modules/ceill-tests (Files): Likewise.
26         * modules/chown-tests (Files): Likewise.
27         * modules/dprintf-posix-tests (Files): Likewise.
28         * modules/dup2-tests (Files): Likewise.
29         * modules/dup3-tests (Files): Likewise.
30         * modules/duplocale-tests (Files): Likewise.
31         * modules/fchdir-tests (Files): Likewise.
32         * modules/fcntl-tests (Files): Likewise.
33         * modules/fdopendir-tests (Files): Likewise.
34         * modules/fflush-tests (Files): Likewise.
35         * modules/flock-tests (Files): Likewise.
36         * modules/floorf-tests (Files): Likewise.
37         * modules/floorl-tests (Files): Likewise.
38         * modules/fnmatch-tests (Files): Likewise.
39         * modules/fopen-tests (Files): Likewise.
40         * modules/fprintf-posix-tests (Files): Likewise.
41         * modules/freopen-tests (Files): Likewise.
42         * modules/frexp-nolibm-tests (Files): Likewise.
43         * modules/frexp-tests (Files): Likewise.
44         * modules/frexpl-nolibm-tests (Files): Likewise.
45         * modules/frexpl-tests (Files): Likewise.
46         * modules/fseek-tests (Files): Likewise.
47         * modules/fseeko-tests (Files): Likewise.
48         * modules/fsync-tests (Files): Likewise.
49         * modules/ftell-tests (Files): Likewise.
50         * modules/ftello-tests (Files): Likewise.
51         * modules/futimens-tests (Files): Likewise.
52         * modules/getaddrinfo-tests (Files): Likewise.
53         * modules/getcwd-tests (Files): Likewise.
54         * modules/getdelim-tests (Files): Likewise.
55         * modules/getdtablesize-tests (Files): Likewise.
56         * modules/getgroups-tests (Files): Likewise.
57         * modules/gethostname-tests (Files): Likewise.
58         * modules/getline-tests (Files): Likewise.
59         * modules/getopt-posix-tests (Files): Likewise.
60         * modules/gettimeofday-tests (Files): Likewise.
61         * modules/glob-tests (Files): Likewise.
62         * modules/iconv-tests (Files): Likewise.
63         * modules/inet_ntop-tests (Files): Likewise.
64         * modules/inet_pton-tests (Files): Likewise.
65         * modules/isblank-tests (Files): Likewise.
66         * modules/lchown-tests (Files): Likewise.
67         * modules/ldexpl-tests (Files): Likewise.
68         * modules/link-tests (Files): Likewise.
69         * modules/linkat-tests (Files): Likewise.
70         * modules/lseek-tests (Files): Likewise.
71         * modules/lstat-tests (Files): Likewise.
72         * modules/mbrtowc-tests (Files): Likewise.
73         * modules/mbsinit-tests (Files): Likewise.
74         * modules/mbsnrtowcs-tests (Files): Likewise.
75         * modules/mbsrtowcs-tests (Files): Likewise.
76         * modules/memchr-tests (Files): Likewise.
77         * modules/memcmp-tests (Files): Likewise.
78         * modules/memmem-tests (Files): Likewise.
79         * modules/memrchr-tests (Files): Likewise.
80         * modules/mkdir-tests (Files): Likewise.
81         * modules/mkfifo-tests (Files): Likewise.
82         * modules/mkfifoat-tests (Files): Likewise.
83         * modules/mknod-tests (Files): Likewise.
84         * modules/nanosleep-tests (Files): Likewise.
85         * modules/nl_langinfo-tests (Files): Likewise.
86         * modules/obstack-printf-tests (Files): Likewise.
87         * modules/open-tests (Files): Likewise.
88         * modules/openat-tests (Files): Likewise.
89         * modules/perror-tests (Files): Likewise.
90         * modules/pipe2-tests (Files): Likewise.
91         * modules/poll-tests (Files): Likewise.
92         * modules/popen-tests (Files): Likewise.
93         * modules/posix_spawn-tests (Files): Likewise.
94         * modules/posix_spawnp-tests (Files): Likewise.
95         * modules/pread-tests (Files): Likewise.
96         * modules/printf-posix-tests (Files): Likewise.
97         * modules/pty-tests (Files): Likewise.
98         * modules/random_r-tests (Files): Likewise.
99         * modules/rawmemchr-tests (Files): Likewise.
100         * modules/readlink-tests (Files): Likewise.
101         * modules/remove-tests (Files): Likewise.
102         * modules/rename-tests (Files): Likewise.
103         * modules/renameat-tests (Files): Likewise.
104         * modules/rmdir-tests (Files): Likewise.
105         * modules/round-tests (Files): Likewise.
106         * modules/roundf-tests (Files): Likewise.
107         * modules/roundl-tests (Files): Likewise.
108         * modules/select-tests (Files): Likewise.
109         * modules/setenv-tests (Files): Likewise.
110         * modules/sigaction-tests (Files): Likewise.
111         * modules/sleep-tests (Files): Likewise.
112         * modules/snprintf-posix-tests (Files): Likewise.
113         * modules/snprintf-tests (Files): Likewise.
114         * modules/sprintf-posix-tests (Files): Likewise.
115         * modules/stat-tests (Files): Likewise.
116         * modules/strcasestr-tests (Files): Likewise.
117         * modules/strchrnul-tests (Files): Likewise.
118         * modules/strerror-tests (Files): Likewise.
119         * modules/strsignal-tests (Files): Likewise.
120         * modules/strstr-tests (Files): Likewise.
121         * modules/strtod-tests (Files): Likewise.
122         * modules/strverscmp-tests (Files): Likewise.
123         * modules/symlink-tests (Files): Likewise.
124         * modules/symlinkat-tests (Files): Likewise.
125         * modules/times-tests (Files): Likewise.
126         * modules/trunc-tests (Files): Likewise.
127         * modules/truncf-tests (Files): Likewise.
128         * modules/truncl-tests (Files): Likewise.
129         * modules/tsearch-tests (Files): Likewise.
130         * modules/uname-tests (Files): Likewise.
131         * modules/unlink-tests (Files): Likewise.
132         * modules/unsetenv-tests (Files): Likewise.
133         * modules/usleep-tests (Files): Likewise.
134         * modules/utimensat-tests (Files): Likewise.
135         * modules/vasprintf-tests (Files): Likewise.
136         * modules/vdprintf-posix-tests (Files): Likewise.
137         * modules/vfprintf-posix-tests (Files): Likewise.
138         * modules/vprintf-posix-tests (Files): Likewise.
139         * modules/vsnprintf-posix-tests (Files): Likewise.
140         * modules/vsnprintf-tests (Files): Likewise.
141         * modules/vsprintf-posix-tests (Files): Likewise.
142         * modules/wcrtomb-tests (Files): Likewise.
143         * modules/wcsnrtombs-tests (Files): Likewise.
144         * modules/wcsrtombs-tests (Files): Likewise.
145         * modules/wcwidth-tests (Files): Likewise.
146         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
147         * tests/test-isinf.c (isinf): Likewise.
148         * tests/test-isnan.c (isnan): Likewise.
149         * tests/test-signbit.c (signbit): Likewise.
150         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
151         declaration, either as macro or with correct signature.
152         (select): Ensure function under test is declared with correct
153         signature in correct header.
154         * tests/test-atexit.c (atexit): Likewise.
155         * tests/test-btowc.c (btowc): Likewise.
156         * tests/test-canonicalize-lgpl.c (realpath)
157         (canonicalize_file_name): Likewise.
158         * tests/test-ceilf1.c (ceilf): Likewise.
159         * tests/test-ceill.c (ceill): Likewise.
160         * tests/test-chown.c (chown): Likewise.
161         * tests/test-dprintf-posix.c (dprintf): Likewise.
162         * tests/test-dup2.c (dup2): Likewise.
163         * tests/test-dup3.c (dup3): Likewise.
164         * tests/test-duplocale.c (duplocale): Likewise.
165         * tests/test-fchdir.c (fchdir): Likewise.
166         * tests/test-fchownat.c (fchownat): Likewise.
167         * tests/test-fcntl.c (fcntl): Likewise.
168         * tests/test-fdopendir.c (fdopendir): Likewise.
169         * tests/test-fflush.c (fflush): Likewise.
170         * tests/test-flock.c (flock): Likewise.
171         * tests/test-floorf1.c (floorf): Likewise.
172         * tests/test-floorl.c (floorl): Likewise.
173         * tests/test-fnmatch.c (fnmatch): Likewise.
174         * tests/test-fopen.c (fopen): Likewise.
175         * tests/test-fprintf-posix.c (fprintf): Likewise.
176         * tests/test-freopen.c (freopen): Likewise.
177         * tests/test-frexp.c (frexp): Likewise.
178         * tests/test-frexpl.c (frexpl): Likewise.
179         * tests/test-fseek.c (fseek): Likewise.
180         * tests/test-fseeko.c (fseeko): Likewise.
181         * tests/test-fstatat.c (fstatat): Likewise.
182         * tests/test-fsync.c (fsync): Likewise.
183         * tests/test-ftell.c (ftell): Likewise.
184         * tests/test-ftello.c (ftello): Likewise.
185         * tests/test-futimens.c (futimens): Likewise.
186         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
187         (gai_strerror): Likewise.
188         * tests/test-getcwd.c (getcwd): Likewise.
189         * tests/test-getdelim.c (getdelim): Likewise.
190         * tests/test-getdtablesize.c (getdtablesize): Likewise.
191         * tests/test-getgroups.c (getgroups): Likewise.
192         * tests/test-gethostname.c (gethostname): Likewise.
193         * tests/test-getline.c (getline): Likewise.
194         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
195         Likewise.
196         * tests/test-gettimeofday.c (gettimeofday): Likewise.
197         * tests/test-glob.c (glob, globfree): Likewise.
198         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
199         * tests/test-inet_ntop.c (inet_ntop): Likewise.
200         * tests/test-inet_pton.c (inet_pton): Likewise.
201         * tests/test-isblank.c (isblank): Likewise.
202         * tests/test-lchown.c (lchown): Likewise.
203         * tests/test-ldexpl.c (ldexpl): Likewise.
204         * tests/test-link.c (link): Likewise.
205         * tests/test-linkat.c (linkat): Likewise.
206         * tests/test-lseek.c (lseek): Likewise.
207         * tests/test-lstat.c (lstat): Likewise.
208         * tests/test-mbrtowc.c (mbrtowc): Likewise.
209         * tests/test-mbsinit.c (mbsinit): Likewise.
210         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
211         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
212         * tests/test-memchr.c (memchr): Likewise.
213         * tests/test-memcmp.c (memcmp): Likewise.
214         * tests/test-memmem.c (memmem): Likewise.
215         * tests/test-memrchr.c (memrchr): Likewise.
216         * tests/test-mkdir.c (mkdir): Likewise.
217         * tests/test-mkdirat.c (mkdirat): Likewise.
218         * tests/test-mkfifo.c (mkfifo): Likewise.
219         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
220         * tests/test-mknod.c (mknod): Likewise.
221         * tests/test-nanosleep.c (nanosleep): Likewise.
222         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
223         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
224         Likewise.
225         * tests/test-open.c (open): Likewise.
226         * tests/test-openat.c (openat): Likewise.
227         * tests/test-perror.c (perror): Likewise.
228         * tests/test-pipe2.c (pipe2): Likewise.
229         * tests/test-poll.c (poll): Likewise.
230         * tests/test-popen.c (popen, pclose): Likewise.
231         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
232         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
233         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
234         (posix_spawn_file_actions_destroy)
235         (posix_spawn_file_actions_addclose)
236         (posix_spawn_file_actions_addopen)
237         (posix_spawn_file_actions_adddup2): Likewise.
238         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
239         * tests/test-pread.c (pread): Likewise.
240         * tests/test-printf-posix.c (printf): Likewise.
241         * tests/test-pty.c (openpty, forkpty): Likewise.
242         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
243         (random_r): Likewise.
244         * tests/test-rawmemchr.c (rawmemchr): Likewise.
245         * tests/test-readlink.c (readlink): Likewise.
246         * tests/test-remove.c (remove): Likewise.
247         * tests/test-rename.c (rename): Likewise.
248         * tests/test-renameat.c (renameat): Likewise.
249         * tests/test-rmdir.c (rmdir): Likewise.
250         * tests/test-round1.c (round): Likewise.
251         * tests/test-roundf1.c (roundf): Likewise.
252         * tests/test-roundl.c (roundl): Likewise.
253         * tests/test-setenv.c (setenv): Likewise.
254         * tests/test-sigaction.c (sigaction): Likewise.
255         * tests/test-sleep.c (sleep): Likewise.
256         * tests/test-snprintf.c (snprintf): Likewise.
257         * tests/test-sprintf-posix.c (sprintf): Likewise.
258         * tests/test-stat.c (stat): Likewise.
259         * tests/test-stpncpy.c (stpncpy): Likewise.
260         * tests/test-strcasestr.c (strcasestr): Likewise.
261         * tests/test-strchrnul.c (strchrnul): Likewise.
262         * tests/test-strerror.c (strerror): Likewise.
263         * tests/test-strsignal.c (strsignal): Likewise.
264         * tests/test-strstr.c (strstr): Likewise.
265         * tests/test-strtod.c (strtod): Likewise.
266         * tests/test-strverscmp.c (strverscmp): Likewise.
267         * tests/test-symlink.c (symlink): Likewise.
268         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
269         * tests/test-times.c (times): Likewise.
270         * tests/test-trunc1.c (trunc): Likewise.
271         * tests/test-truncf1.c (truncf): Likewise.
272         * tests/test-truncl.c (truncl): Likewise.
273         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
274         Likewise.
275         * tests/test-uname.c (uname): Likewise.
276         * tests/test-unlink.c (unlink): Likewise.
277         * tests/test-unlinkat.c (unlinkat): Likewise.
278         * tests/test-unsetenv.c (unsetenv): Likewise.
279         * tests/test-usleep.c (usleep): Likewise.
280         * tests/test-utimensat.c (utimensat): Likewise.
281         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
282         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
283         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
284         * tests/test-vprintf-posix.c (vprintf): Likewise.
285         * tests/test-vsnprintf.c (vsnprintf): Likewise.
286         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
287         * tests/test-wcrtomb.c (wcrtomb): Likewise.
288         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
289         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
290         * tests/test-wcwidth.c (wcwidth): Likewise.
291
292         build: pull in conditional headers during GNULIB_POSIXCHECK
293         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
294         definitions from any conditionally-included headers.
295         * lib/stdlib.in.h (includes): Likewise.
296         * lib/unistd.in.h (includes): Likewise.
297
298 2009-12-24  Bruno Haible  <bruno@clisp.org>
299
300         * tests/test-argv-iter.c: Include header file being tested immediately
301         after config.h.
302         * tests/test-base64.c: Likewise.
303         * tests/test-flock.c: Likewise.
304         * tests/test-fsync.c: Likewise.
305         * tests/test-getdate.c: Likewise.
306         * tests/test-getndelim2.c: Likewise.
307         * tests/test-isfinite.c: Likewise.
308         * tests/test-isinf.c: Likewise.
309         * tests/test-strerror.c: Likewise.
310         * tests/test-strsignal.c: Likewise.
311
312 2009-12-23  Eric Blake  <ebb9@byu.net>
313
314         unistd: work around cygwin bug
315         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
316         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
317         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
318
319 2009-12-23  Bruno Haible  <bruno@clisp.org>
320
321         localename: More tests.
322         * tests/test-localename.c (SIZEOF): New macro.
323         (categories): New variable.
324         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
325         test_locale_name_default): Add test w.r.t. thread locale.
326         (test_locale_name_thread): New function.
327         (main): Invoke it.
328
329         localename: Make aware of thread locale.
330         * lib/localename.h (gl_locale_name_thread): New declaration.
331         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
332         behaviour with respect to thread locale.
333         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
334         <langinfo.h>, glthread/lock.h.
335         (SIZE_BITS): New macro.
336         (string_hash): New function.
337         (struct hash_node): New type.
338         (HASH_TABLE_SIZE): New macro.
339         (struniq_hash_table, struniq_lock): New variables.
340         (struniq): New function.
341         (gl_locale_name_thread): New function.
342         (gl_locale_name): Invoke it.
343         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
344         * modules/localename (Depends-on): Add lock.
345         Reported by Mike Gran <spk121@yahoo.com>.
346
347 2009-12-23  Eric Blake  <ebb9@byu.net>
348
349         va-args: new module
350         * modules/va-args: New file.
351         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
352         * MODULES.html.sh (Core language properties): Mention it.
353
354         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
355         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
356         named alias for __attribute__((__unused__)).
357         * lib/chown.c: Update client.
358         * lib/fchmodat.c: Likewise.
359         * lib/fts.c: Likewise.
360         * lib/getdate.y: Likewise.
361         * lib/getgroups.c: Likewise.
362         * lib/getopt.c: Likewise.
363         * lib/getugroups.c: Likewise.
364         * lib/mkdir.c: Likewise.
365         * lib/mkfifo.c: Likewise.
366         * lib/mkfifoat.c: Likewise.
367         * lib/mknod.c: Likewise.
368         * lib/mknodat.c: Likewise.
369         * lib/readlink.c: Likewise.
370         * lib/se-context.in.h: Likewise.
371         * lib/se-selinux.in.h: Likewise.
372         * lib/sockets.c: Likewise.
373         * lib/symlink.c: Likewise.
374         * lib/symlinkat.c: Likewise.
375         * lib/unicodeio.c: Likewise.
376         * lib/unistr.h: Likewise.
377         * tests/test-areadlink.c: Likewise.
378         * tests/test-areadlinkat.c: Likewise.
379         * tests/test-filenamecat.c: Likewise.
380         * tests/test-fseeko.c: Likewise.
381         * tests/test-ftello.c: Likewise.
382         * tests/test-getdate.c: Likewise.
383         * tests/test-getgroups.c: Likewise.
384         * tests/test-gethostname.c: Likewise.
385         * tests/test-quotearg.c: Likewise.
386         * tests/test-version-etc.c: Likewise.
387         * tests/test-xalloc-die.c: Likewise.
388         * tests/test-xfprintf-posix.c: Likewise.
389         * tests/test-xprintf-posix.c: Likewise.
390         * tests/test-xvasprintf.c: Likewise.
391
392         tests: avoid compiler warnings
393         * tests/test-fcntl.c (main): Delete unused parameters.
394         * tests/test-freopen-safer.c (main): Likewise.
395         * tests/test-xalloc-die.c (main): Mark unused parameters.
396         * tests/test-fseeko.c (main): Likewise.
397         * tests/test-ftello.c (main): Likewise.
398         * tests/test-nanosleep.c (main): Avoid declaration warning.
399         * tests/test-sleep.c (main): Likewise.
400         * tests/test-unsetenv.c (main): Silence warning about string
401         literal.
402         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
403
404 2009-12-23  Bruno Haible  <bruno@clisp.org>
405
406         * tests/test-localename.c (test_locale_name): New function, extracted
407         from main. Also test mixed situations.
408         (test_locale_name_posix, test_locale_name_environ,
409         test_locale_name_default): New functions.
410         (main): Invoke them all.
411         * modules/localename-tests (configure.ac): Test for newlocale.
412
413 2009-12-23  Bruno Haible  <bruno@clisp.org>
414
415         unistd: Ensure getcwd gets declared before being overridden.
416         * lib/unistd.in.h: Conditionally include <io.h>.
417
418 2009-12-22  Bruno Haible  <bruno@clisp.org>
419
420         wchar: Diagnose broken combination of glibc and gcc versions and flags.
421         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
422         (gl_WCHAR_H): Invoke it.
423         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
424         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
425         Reported by Karl Berry <karl@freefriends.org>.
426
427 2009-12-22  Eric Blake  <ebb9@byu.net>
428
429         math, unistd: avoid redundant includes
430         * lib/math.in.h (isnan): No need to re-include <math.h>.
431         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
432
433         getsubopt: work around cygwin bug
434         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
435         avoid conflicting with system getsubopt.
436         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
437         bug.
438
439         getopt: synchronize from glibc
440         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
441         parameter order.  Adjust all callers.
442         (_getopt_internal_r, main): Adjust quoting in error messages.
443         Drop considerations for outdated POSIX 1003.2 error message.
444         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
445         callers.
446         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
447
448         test-getopt: test stderr behavior
449         * modules/getopt-posix-tests (Depends-on): Add dup2.
450         * tests/test-getopt.c (ASSERT): Avoid stderr.
451         (main): Move stderr to a temporary file.
452         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
453         Instead, add parameter to inform caller if output occurred.
454         (test_getopt): Adjust all existing tests to expect silence, and
455         add new tests of leading ":".
456         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
457         glibc shortcomings with leading "-:" or "+:" in optstring.
458         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
459         Likewise.
460         * doc/posix-functions/getopt.texi (getopt): Likewise.
461
462         test-getopt: enhance test
463         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
464         supports optind=0.
465         * tests/test-getopt.c (OPTIND_MIN): Move...
466         * tests/test-getopt.h (OPTIND_MIN): ...here.
467         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
468         Require that optind=0 works, since modern BSD supports it in
469         addition to optreset, and since coreutils expects it.
470         (test_getopt_long_only): New test.
471         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
472         glibc shortcomings with 'W;', and enforcement of optind=0.
473         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
474         Likewise.
475
476 2009-12-21  Bruno Haible  <bruno@clisp.org>
477
478         localename: Improvements for MacOS X and Cygwin.
479         * lib/localename.h (gl_locale_name_environ): New declaration.
480         * lib/localename.c (gl_locale_name_environ): New function, extracted from
481         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
482         (gl_locale_name_posix): Invoke it.
483         (gl_locale_name_default): Add comments. Use Windows native API also on
484         Cygwin.
485
486 2009-12-21  Bruno Haible  <bruno@clisp.org>
487
488         Update list of Win32 locale ids.
489         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
490         (LANG_SAMI): Renamed from LANG_SAAMI.
491         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
492         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
493         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
494         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
495         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
496         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
497         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
498         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
499         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
500         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
501         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
502         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
503         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
504         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
505         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
506         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
507         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
508         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
509         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
510         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
511         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
512         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
513         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
514         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
515         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
516         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
517         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
518         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
519         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
520         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
521         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
522         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
523         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
524         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
525         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
526         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
527         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
528         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
529         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
530         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
531         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
532         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
533         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
534         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
535         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
536         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
537         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
538         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
539         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
540         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
541         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
542         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
543         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
544         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
545         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
546         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
547         Add more languages and countries for Sami, Sorbian. Add more countries
548         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
549         for Pashto. Change country for Syriac, Tswana.
550
551 2009-12-21  Eric Blake  <ebb9@byu.net>
552
553         test-utimens: avoid spurious failure
554         * tests/test-chown.h (nap): Factor...
555         * tests/nap.h: ...into new file.
556         * tests/test-lchown.h (nap): Avoid duplication.
557         * tests/test-utimens-common.h (nap): Use shared implementation,
558         necessary on file systems with 1-second resolution.
559         * modules/chown-tests (Files): Include new file.
560         * modules/fdutimensat-tests (Files): Likewise.
561         * modules/futimens-tests (Files): Likewise.
562         * modules/lchown-tests (Files): Likewise.
563         * modules/openat-tests (Files): Likewise.
564         * modules/utimens-tests (Files): Likewise.
565         * modules/utimensat-tests (Files): Likewise.
566
567 2009-12-19  Eric Blake  <ebb9@byu.net>
568
569         futimens, utimensat: work around Linux bug
570         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
571         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
572         * lib/utimensat.c (rpl_utimensat): Work around it.
573         * lib/futimens.c (rpl_futimens): Adjust comment.
574
575         utimens: work around Linux ctime bug
576         * lib/utimens.c (detect_ctime_bug): New helper function.
577         (update_timespec): Differentiate between workaround needed for
578         this bug vs. what is needed for systems that lack utimensat.
579         (fdutimens, lutimens): Work around bug.
580
581         utimens: check for ctime update
582         * tests/test-utimens-common.h (check_ctime): Define.
583         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
584         * tests/test-futimens.h (test_futimens): Likewise.
585         * tests/test-lutimens.h (test_lutimens): Likewise.
586         * doc/posix-functions/futimens.texi (futimens): Document the bug.
587         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
588
589 2009-12-19  Bruno Haible  <bruno@clisp.org>
590
591         dprintf-posix: Check against memory leak fixed on 2009-12-15.
592         * tests/test-dprintf-posix2.sh: New file.
593         * tests/test-dprintf-posix2.c: New file.
594         * modules/dprintf-posix-tests (Files): Add them.
595         (configure.ac): Check for getrlimit and setrlimit.
596         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
597
598 2009-12-19  Bruno Haible  <bruno@clisp.org>
599
600         fprintf-posix: Check against memory leak fixed on 2009-12-15.
601         * tests/test-fprintf-posix3.sh: New file.
602         * tests/test-fprintf-posix3.c: New file.
603         * modules/fprintf-posix-tests (Files): Add them.
604         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
605
606 2009-12-19  Eric Blake  <ebb9@byu.net>
607
608         dirfd: fix prototype
609         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
610         * lib/dirfd.c (dirfd): Likewise.
611
612         canonicalize: reduce memory usage
613         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
614         allocation to size.
615         Reported by Solar Designer <solar@openwall.com>.
616
617 2009-12-19  Bruno Haible  <bruno@clisp.org>
618
619         New module attribute 'Applicability'.
620         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
621         * gnulib-tool: New option --extract-applicability.
622         (func_usage): Document it.
623         (sed_extract_prog): Recognize it.
624         (func_get_applicability): New function.
625         (func_import): Generalize handling of 'link-warning' module.
626         * modules/link-warning (Applicability): New section.
627         * modules/arg-nonnull (Applicability): New section.
628         Repoted by Simon Josefsson <simon@josefsson.org>.
629
630 2009-12-19  Bruno Haible  <bruno@clisp.org>
631
632         fflush: tweak
633         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
634         * lib/fseeko.c (rpl_fseeko): Likewise.
635
636 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
637
638         * lib/gl_list.h: Fix typo in comment.
639
640 2009-12-16  Eric Blake  <ebb9@byu.net>
641
642         fcntl: use to simplify other modules
643         * modules/cloexec (Depends-on): Add fcntl.
644         * modules/fchdir (Depends-on): Likewise.
645         * modules/fd-safer-flag (Depends-on): Likewise.
646         * modules/unistd-safer (Depends-on): Likewise.
647         * modules/dup3 (configure.ac): Set module indicator.
648         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
649         missing.
650         * lib/fchdir.c (_gl_register_dup): Fix comment.
651         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
652         * lib/dup-safer.c (dup_safer): Likewise.
653         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
654         * lib/dup3.c (dup3): Likewise.
655         * tests/test-fchdir.c (main): Enhance test.
656         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
657
658         fcntl: port portions of fcntl to mingw
659         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
660         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
661         replacement for mingw.
662         * modules/fcntl (Description): Update.
663         (Depends-on): Add dup2.
664         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
665         * modules/fcntl-h (Makefile.am): Substitute it.
666         * lib/fcntl.in.h (fcntl): Update declaration.
667         (F_DUPFD, F_GETFD): New macros, when needed.
668         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
669         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
670         * tests/test-fcntl.c (check_flags, main): Enhance test for items
671         we now guarantee.
672
673         fcntl: work around cygwin bug in F_DUPFD
674         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
675         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
676         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
677         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
678         * doc/posix-functions/fcntl.texi (fcntl): Document it.
679
680         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
681         * modules/fcntl (Files): List new files.
682         (configure.ac): Run a test.
683         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
684         * lib/fcntl.c (rpl_fcntl): Likewise.
685         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
686         (gl_FCNTL_H): Always replace fcntl.h.
687         * modules/fcntl-h (Makefile.am): Substitute witnesses.
688         * lib/fcntl.in.h (fcntl): Declare replacement.
689         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
690         needed, plus a witness.
691         * doc/posix-functions/fcntl.texi (fcntl): Document this.
692         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
693         * tests/test-fcntl.c: New file.
694         * modules/fcntl-tests: Likewise.
695
696         binary-io: avoid potential compilation warning
697         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
698         directives.
699
700         fflush: avoid compilation error on NetBSD
701         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
702         between off_t and fpos_t, since the latter is sometimes a struct.
703         * lib/fseeko.c (rpl_fseeko): Likewise.
704         Reported by Alexander Nasonov <alnsn@yandex.ru>.
705
706 2009-12-15  Eric Blake  <ebb9@byu.net>
707
708         fcntl-h, stdio, sys_ioctl: fix declarations
709         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
710         function must not take arguments.
711         * lib/sys_ioctl.in.h (ioctl): Likewise.
712         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
713         (open): Add a link warning.
714
715 2009-12-15  Jim Meyering  <meyering@redhat.com>
716
717         areadlink, areadlink-with-size: relax license to LGPLv2+
718         * modules/areadlink (License): Relax to LGPLv2+.
719         * modules/areadlink-with-size (License): Likewise.
720
721 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
722             Bruno Haible  <bruno@clisp.org>
723
724         *printf: Fix memory leak.
725         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
726         * lib/vfprintf.c (vfprintf): Likewise.
727         * lib/dprintf.c (dprintf): Likewise.
728         * lib/vdprintf.c (vdprintf): Likewise.
729
730 2009-12-14  Eric Blake  <ebb9@byu.net>
731
732         accept4: adjust module dependencies
733         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
734
735         utimens: one more try at avoiding compiler warning
736         * lib/utimens.c (lutimens): Lower scope of result.
737
738 2009-12-13  Bruno Haible  <bruno@clisp.org>
739
740         Move the malloc checking from module 'list' to new module 'xlist'.
741         * modules/xlist: New file.
742         * lib/gl_xlist.h: New file.
743         * lib/gl_xlist.c: New file.
744         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
745         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
746         gl_list_add_last, gl_list_add_before, gl_list_add_after,
747         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
748         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
749         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
750         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
751         gl_sortedlist_nx_add): New declarations.
752         (struct gl_list_implementation): Rename and change methods accordingly.
753         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
754         (gl_list_nx_create): Renamed from gl_list_create.
755         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
756         (gl_list_nx_set_at): Renamed from gl_list_set_at.
757         (gl_list_nx_add_first): Renamed from gl_list_add_first.
758         (gl_list_nx_add_last): Renamed from gl_list_add_last.
759         (gl_list_nx_add_before): Renamed from gl_list_add_before.
760         (gl_list_nx_add_after): Renamed from gl_list_add_after.
761         (gl_list_nx_add_at): Renamed from gl_list_add_at.
762         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
763         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
764         gl_list_create_empty.
765         (gl_list_nx_create): Renamed from gl_list_create.
766         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
767         (gl_list_nx_set_at): Renamed from gl_list_set_at.
768         (gl_list_nx_add_first): Renamed from gl_list_add_first.
769         (gl_list_nx_add_last): Renamed from gl_list_add_last.
770         (gl_list_nx_add_before): Renamed from gl_list_add_before.
771         (gl_list_nx_add_after): Renamed from gl_list_add_after.
772         (gl_list_nx_add_at): Renamed from gl_list_add_at.
773         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
774         * lib/gl_array_list.c: Don't include xalloc.h.
775         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
776         NULL upon out-of-memory.
777         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
778         out-of-memory.
779         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
780         Change return type to 'int'.
781         (gl_array_nx_set_at): Renamed from gl_array_set_at.
782         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
783         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
784         upon out-of-memory.
785         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
786         upon out-of-memory.
787         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
788         upon out-of-memory.
789         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
790         upon out-of-memory.
791         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
792         out-of-memory.
793         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
794         Update.
795         (gl_array_list_implementation): Update.
796         * lib/gl_carray_list.c: Don't include xalloc.h.
797         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
798         Return NULL upon out-of-memory.
799         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
800         out-of-memory.
801         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
802         Change return type to 'int'.
803         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
804         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
805         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
806         upon out-of-memory.
807         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
808         upon out-of-memory.
809         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
810         out-of-memory.
811         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
812         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
813         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
814         Update.
815         (gl_carray_list_implementation): Update.
816         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
817         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
818         gl_linked_create_empty. Return NULL upon out-of-memory.
819         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
820         out-of-memory.
821         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
822         Change return type to 'int'. Return -1 upon out-of-memory.
823         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
824         out-of-memory.
825         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
826         upon out-of-memory.
827         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
828         upon out-of-memory.
829         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
830         NULL upon out-of-memory.
831         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
832         upon out-of-memory.
833         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
834         out-of-memory.
835         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
836         Update.
837         * lib/gl_linked_list.c: Don't include xalloc.h.
838         (gl_linked_list_implementation): Update.
839         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
840         (add_to_bucket): Change return type to 'int'.
841         (gl_linkedhash_list_implementation): Update.
842         * lib/gl_anytree_list1.h (free_subtree): New function.
843         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
844         gl_tree_create_empty. Return NULL upon out-of-memory.
845         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
846         Change return type to 'int'. Return -1 upon out-of-memory.
847         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
848         out-of-memory.
849         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
850         (gl_tree_remove_node): New function, moved here from
851         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
852         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
853         Update.
854         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
855         malloc, not xmalloc. Return NULL upon out-of-memory.
856         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
857         out-of-memory.
858         (gl_tree_remove_node_from_tree): New function, extracted from
859         gl_tree_remove_node.
860         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
861         upon out-of-memory.
862         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
863         out-of-memory.
864         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
865         upon out-of-memory.
866         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
867         upon out-of-memory.
868         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
869         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
870         not xmalloc. Return NULL upon out-of-memory.
871         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
872         out-of-memory.
873         (gl_tree_remove_node_from_tree): New function, extracted from
874         gl_tree_remove_node.
875         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
876         upon out-of-memory.
877         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
878         out-of-memory.
879         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
880         upon out-of-memory.
881         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
882         upon out-of-memory.
883         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
884         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
885         gl_anytree_list1.h before gl_anyavltree_list2.h.
886         (gl_avltree_list_implementation): Update.
887         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
888         gl_anytree_list1.h before gl_anyavltree_list2.h.
889         (gl_rbtree_list_implementation): Update.
890         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
891         Change return type to 'int'. Return -1 upon out-of-memory. Use
892         __builtin_expect.
893         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
894         (gl_avltreehash_list_implementation): Update.
895         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
896         (gl_rbtreehash_list_implementation): Update.
897         * modules/array-list (Depends-on): Remove xalloc.
898         * modules/carray-list (Depends-on): Likewise.
899         * modules/linked-list (Depends-on): Likewise.
900         * modules/linkedhash-list (Depends-on): Likewise.
901         * modules/avltree-list (Depends-on): Likewise.
902         * modules/rbtree-list (Depends-on): Likewise.
903         * modules/avltreehash-list (Depends-on): Likewise.
904         * modules/rbtreehash-list (Depends-on): Likewise.
905
906         * modules/xsublist: New file.
907         * lib/gl_xsublist.h: New file.
908         * lib/gl_xsublist.c: New file.
909         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
910         (gl_sublist_nx_create): New declaration.
911         * lib/gl_sublist.c: Don't include xalloc.h.
912         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
913         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
914         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
915         Change return type to 'int'. Return -1 upon out-of-memory.
916         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
917         upon out-of-memory.
918         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
919         NULL upon out-of-memory.
920         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
921         upon out-of-memory.
922         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
923         NULL upon out-of-memory.
924         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
925         NULL upon out-of-memory.
926         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
927         upon out-of-memory.
928         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
929         (gl_sublist_list_implementation): Update.
930         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
931         upon out-of-memory.
932         * modules/sublist (Depends-on): Remove xalloc.
933
934         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
935         * tests/test-carray_list.c: Likewise.
936         * tests/test-linked_list.c: Likewise.
937         * tests/test-linkedhash_list.c: Likewise.
938         * tests/test-avltree_list.c: Likewise.
939         * tests/test-rbtree_list.c: Likewise.
940         * tests/test-avltreehash_list.c: Likewise.
941         * tests/test-rbtreehash_list.c: Likewise.
942         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
943         * modules/carray-list-tests (Makefile.am): Likewise.
944         * modules/linked-list-tests (Makefile.am): Likewise.
945         * modules/linkedhash-list-tests (Makefile.am): Likewise.
946         * modules/avltree-list-tests (Makefile.am): Likewise.
947         * modules/rbtree-list-tests (Makefile.am): Likewise.
948         * modules/avltreehash-list-tests (Makefile.am): Likewise.
949         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
950
951         * NEWS: Mention the changes.
952
953         * lib/clean-temp.c: Include gl_xlist.h.
954         * modules/clean-temp (Depends-on): Add xlist.
955
956         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
957         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
958
959         * tests/test-array_oset.c: Include gl_xlist.h.
960         * modules/array-oset-tests (Depends-on): Add xlist.
961
962         Reported by José E. Marchesi <jemarch@gnu.org>.
963
964 2009-12-13  Bruno Haible  <bruno@clisp.org>
965
966         Move the malloc checking from module 'oset' to new module 'xoset'.
967         * modules/xoset: New file.
968         * lib/gl_xoset.h: New file.
969         * lib/gl_xoset.c: New file.
970         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
971         declarations.
972         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
973         (struct gl_oset_implementation): Rename and change methods accordingly.
974         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
975         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
976         'int'. Mark as __warn_unused_result__.
977         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
978         gl_oset_create_empty.
979         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
980         'int'.
981         * lib/gl_array_oset.c: Don't include xalloc.h.
982         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
983         malloc, not xmalloc.
984         (grow): Change return type to 'int'. Don't call xalloc_die.
985         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
986         to 'int'.
987         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
988         'int'.
989         (gl_array_oset_implementation): Update.
990         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
991         gl_tree_create_empty.
992         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
993         'int'.
994         * lib/gl_avltree_oset.c: Don't include xalloc.h.
995         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
996         xmalloc.
997         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
998         not xmalloc.
999         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
1000         xmalloc.
1001         (gl_avltree_oset_implementation): Update.
1002         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
1003         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
1004         xmalloc.
1005         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
1006         not xmalloc.
1007         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
1008         xmalloc.
1009         (gl_rbtree_oset_implementation): Update.
1010         * modules/array-oset (Depends-on): Remove xalloc.
1011         * modules/avltree-oset (Depends-on): Likewise.
1012         * modules/rbtree-oset (Depends-on): Likewise.
1013         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
1014         * tests/test-avltree_oset.c: Likewise.
1015         * tests/test-rbtree_oset.c: Likewise.
1016         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1017         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
1018         * modules/rbtree-oset-tests (Makefile.am): Likewise.
1019         * NEWS: Mention the change.
1020
1021 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
1022
1023         maint.mk: allow a project to override release-prep commands
1024         * top/maint.mk (alpha, beta, stable): Move release-preparatory
1025         commands into a new rule.
1026         (release-prep): New rule.
1027         (release-prep-hook): New overridable variable.
1028
1029 2009-12-13  Bruno Haible  <bruno@clisp.org>
1030
1031         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
1032
1033 2009-12-13  Jim Meyering  <meyering@redhat.com>
1034
1035         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
1036         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
1037
1038 2009-12-12  Bruno Haible  <bruno@clisp.org>
1039
1040         duplocale: Tweak.
1041         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
1042
1043 2009-12-12  Karl Berry  <karl@gnu.org>
1044
1045         * config/srclist.txt (strtoll.c): tab changes, no more sync.
1046
1047 2009-12-12  Bruno Haible  <bruno@clisp.org>
1048
1049         * m4/po.m4: Undo incorrect untabification.
1050
1051 2009-12-12  Bruno Haible  <bruno@clisp.org>
1052
1053         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
1054         * modules/c-strtod (Depends-on): Add locale.
1055         * modules/c-strtold (Depends-on): Likewise.
1056
1057 2009-12-12  Bruno Haible  <bruno@clisp.org>
1058
1059         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
1060
1061 2009-12-11  Eric Blake  <ebb9@byu.net>
1062
1063         setenv: relax requirement in light of POSIX ruling
1064         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
1065         not NULL.
1066         * tests/test-setenv.c (main): Relax test.
1067         * tests/test-unsetenv.c (main): Likewise.
1068         * doc/posix-functions/setenv.texi (setenv): Document this.
1069         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
1070
1071 2009-12-11  Bruno Haible  <bruno@clisp.org>
1072
1073         New module 'fd-safer-flag'.
1074         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
1075         * lib/dup-safer.c (dup_safer_flag): Remove function.
1076         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
1077         * lib/fd-safer.c (fd_safer_flag): Remove function.
1078         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
1079         * modules/cloexec (configure.ac): Drop indicator macro.
1080         * modules/fd-safer-flag: New file.
1081         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
1082         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
1083         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
1084
1085 2009-12-11  Bruno Haible  <bruno@clisp.org>
1086
1087         Tests for module 'nl_langinfo'.
1088         * modules/nl_langinfo-tests: New file.
1089         * tests/test-nl_langinfo.sh: New file.
1090         * tests/test-nl_langinfo.c: New file.
1091
1092         New module 'nl_langinfo'.
1093         * lib/nl_langinfo.c: New file.
1094         * m4/nl_langinfo.m4: New file.
1095         * modules/nl_langinfo: New file.
1096         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
1097
1098 2009-12-11  Bruno Haible  <bruno@clisp.org>
1099
1100         Tests for module 'langinfo'.
1101         * modules/langinfo-tests: New file.
1102         * tests/test-langinfo.c: New file.
1103
1104         New module 'langinfo'.
1105         * lib/langinfo.in.h: New file.
1106         * m4/langinfo_h.m4: New file.
1107         * modules/langinfo: New file.
1108         * doc/posix-headers/langinfo.texi: Mention the new module.
1109
1110 2009-12-11  Bruno Haible  <bruno@clisp.org>
1111
1112         * lib/config.charset: Untabify.
1113
1114 2009-12-11  Bruno Haible  <bruno@clisp.org>
1115
1116         * modules/unistd-safer (configure.ac): Drop indicator macro.
1117
1118 2009-12-11  Bruno Haible  <bruno@clisp.org>
1119
1120         Move pipe2-safer code to its own file.
1121         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
1122         * lib/pipe-safer.c (pipe2_safer): Remove function.
1123         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
1124         (Makefile.am): Add it to lib_SOURCES.
1125
1126 2009-12-10  Bruno Haible  <bruno@clisp.org>
1127
1128         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
1129
1130 2009-12-10  Bruno Haible  <bruno@clisp.org>
1131
1132         Declare which arguments expect non-NULL values, for GCC and clang.
1133         * build-aux/arg-nonnull.h: New file.
1134         * modules/arg-nonnull: New file.
1135         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
1136         (inet_ntop, inet_pton): Use it.
1137         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
1138         (closedir, dirfd, opendir, scandir, alphasort): Use it.
1139         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
1140         (open, openat): Use it.
1141         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
1142         (fnmatch): Use it.
1143         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
1144         (getopt, getopt_long, getopt_long_only): Use it.
1145         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
1146         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
1147         Use it.
1148         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
1149         (iconv_open): Use it.
1150         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
1151         (strtoimax, strtoumax): Use it.
1152         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
1153         (duplocale): Use it.
1154         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
1155         (frexp, frexpl): Use it.
1156         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
1157         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
1158         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
1159         (tsearch, tfind, tdelete, twalk): Use it.
1160         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
1161         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1162         sigpending): Use it.
1163         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
1164         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1165         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1166         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1167         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1168         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1169         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1170         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1171         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1172         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1173         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1174         Use it.
1175         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
1176         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
1177         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
1178         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
1179         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
1180         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
1181         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
1182         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
1183         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
1184         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
1185         strtoull, unsetenv): Use it.
1186         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
1187         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1188         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1189         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
1190         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
1191         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
1192         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
1193         (strcasecmp, strncasecmp): Use it.
1194         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
1195         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
1196         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
1197         rpl_setsockopt): Use it.
1198         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
1199         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
1200         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
1201         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
1202         (gettimeofday): Use it.
1203         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
1204         (times): Use it.
1205         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
1206         (uname): Use it.
1207         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
1208         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
1209         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
1210         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
1211         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
1212         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
1213         unlinkat, write): Use it.
1214         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
1215         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
1216         * lib/argv-iter.h: Include arg-nonnull.h.
1217         (_ATTRIBUTE_NONNULL_): Remove macro.
1218         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
1219         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
1220         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
1221         optimization.
1222         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
1223         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
1224         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
1225         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
1226         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
1227         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
1228         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
1229         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
1230         * modules/arpa_inet (Depends-on): Add arg-nonnull.
1231         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
1232         * modules/dirent (Depends-on): Add arg-nonnull.
1233         (Makefile.am): Insert arg-nonnull.h into dirent.h.
1234         * modules/fcntl-h (Depends-on): Add arg-nonnull.
1235         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
1236         * modules/fnmatch (Depends-on): Add arg-nonnull.
1237         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
1238         * modules/getopt-posix (Depends-on): Add arg-nonnull.
1239         (Makefile.am): Insert arg-nonnull.h into getopt.h.
1240         * modules/glob (Depends-on): Add arg-nonnull.
1241         (Makefile.am): Insert arg-nonnull.h into glob.h.
1242         * modules/iconv_open (Depends-on): Add arg-nonnull.
1243         (Makefile.am): Insert arg-nonnull.h into iconv.h.
1244         * modules/inttypes (Depends-on): Add arg-nonnull.
1245         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
1246         * modules/locale (Depends-on): Add arg-nonnull.
1247         (Makefile.am): Insert arg-nonnull.h into locale.h.
1248         * modules/math (Depends-on): Add arg-nonnull.
1249         (Makefile.am): Insert arg-nonnull.h into math.h.
1250         * modules/netdb (Depends-on): Add arg-nonnull.
1251         (Makefile.am): Insert arg-nonnull.h into netdb.h.
1252         * modules/search (Depends-on): Add arg-nonnull.
1253         (Makefile.am): Insert arg-nonnull.h into search.h.
1254         * modules/signal (Depends-on): Add arg-nonnull.
1255         (Makefile.am): Insert arg-nonnull.h into signal.h.
1256         * modules/spawn (Depends-on): Add arg-nonnull.
1257         (Makefile.am): Insert arg-nonnull.h into spawn.h.
1258         * modules/stdio (Depends-on): Add arg-nonnull.
1259         (Makefile.am): Insert arg-nonnull.h into stdio.h.
1260         * modules/stdlib (Depends-on): Add arg-nonnull.
1261         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
1262         * modules/string (Depends-on): Add arg-nonnull.
1263         (Makefile.am): Insert arg-nonnull.h into string.h.
1264         * modules/strings (Depends-on): Add arg-nonnull.
1265         (Makefile.am): Insert arg-nonnull.h into strings.h.
1266         * modules/sys_socket (Depends-on): Add arg-nonnull.
1267         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
1268         * modules/sys_stat (Depends-on): Add arg-nonnull.
1269         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
1270         * modules/sys_time (Depends-on): Add arg-nonnull.
1271         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
1272         * modules/sys_times (Depends-on): Add arg-nonnull.
1273         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
1274         * modules/sys_utsname (Depends-on): Add arg-nonnull.
1275         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
1276         * modules/time (Depends-on): Add arg-nonnull.
1277         (Makefile.am): Insert arg-nonnull.h into time.h.
1278         * modules/unistd (Depends-on): Add arg-nonnull.
1279         (Makefile.am): Insert arg-nonnull.h into unistd.h.
1280         * modules/wchar (Depends-on): Add arg-nonnull.
1281         (Makefile.am): Insert arg-nonnull.h into wchar.h.
1282         * modules/argv-iter (Depends-on): Add arg-nonnull.
1283         * tests/test-canonicalize.c (null_ptr): New function.
1284         (main): Use it.
1285         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
1286         (main): Use it.
1287         * tests/test-memmem.c (null_ptr): New function.
1288         (main): Use it.
1289         Reported by Jim Meyering.
1290
1291 2009-12-10  Bruno Haible  <bruno@clisp.org>
1292
1293         Use spaces for indentation, not tabs.
1294         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
1295         * m4/*.m4: Untabify.
1296         * build-aux/*.h: Untabify.
1297         * tests/**/*.[hc]: Untabify.
1298         * README: New section "Indent with spaces, not TABs", based on
1299         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
1300         * NEWS: Mention the change.
1301
1302 2009-12-10  Bruno Haible  <bruno@clisp.org>
1303
1304         pty test: Fix link error.
1305         * modules/pty-tests (Makefile.am): Add the default LDADD value to
1306         test_pty_LDADD.
1307
1308 2009-12-07  Simon Josefsson  <simon@josefsson.org>
1309
1310         * modules/pty: New file.
1311         * modules/pty-tests: New file.
1312         * m4/pty.m4: New file.
1313         * tests/test-pty.c: New file.
1314         * doc/glibc-headers/pty.texi: Modified.
1315         * doc/glibc-functions/forkpty.texi: Modified.
1316         * doc/glibc-functions/openpty.texi: Modified.
1317
1318 2009-12-10  Bruno Haible  <bruno@clisp.org>
1319
1320         Avoid syntax error in C++ mode.
1321         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
1322
1323 2009-12-10  Bruno Haible  <bruno@clisp.org>
1324
1325         Use sed with option -e.
1326         * gnulib-tool (func_version, func_emit_copyright_notice,
1327         func_emit_initmacro_end, func_import, func_create_testdir): Pass
1328         option -e to sed.
1329         * modules/link-warning (Makefile.am): Likewise.
1330
1331 2009-12-10  Jim Meyering  <meyering@redhat.com>
1332
1333         mgetgroups: do not write bytes beyond end of malloc'd buffer
1334         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
1335         username, we call getgroups with a one-element-shorter buffer,
1336         but still told it the length was original, max_n_groups.
1337
1338 2009-12-09  Eric Blake  <ebb9@byu.net>
1339
1340         cloexec: relax license
1341         * modules/cloexec (Maintainer): Add myself.
1342         (License): Use LGPL, not GPL.
1343
1344         link-warning: optimize generation
1345         * modules/link-warning (Makefile.am): Reduce process usage.
1346
1347 2009-12-09  Bruno Haible  <bruno@clisp.org>
1348
1349         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
1350         workaround was added on 2009-11-17.
1351
1352 2009-12-09  Jim Meyering  <meyering@redhat.com>
1353             Bruno Haible  <bruno@clisp.org>
1354
1355         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
1356         * modules/link-warning (Makefile.am): Make the comment-removing sed
1357         command more robust in the face of bootstrap-prepended comment lines.
1358
1359 2009-12-09  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
1362         most one group.
1363
1364 2009-12-09  Simon Josefsson <simon@josefsson.org>
1365             Bruno Haible  <bruno@clisp.org>
1366
1367         * build-aux/link-warning.h: Add copyright notice.
1368         * modules/link-warning (Makefile.am): Generate link-warning.h from
1369         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
1370         * NEWS: Mention change in link-warning module.
1371         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
1372         * modules/dirent (Makefile.am): Add dependency to dirent.h.
1373         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
1374         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
1375         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
1376         * modules/math (Makefile.am): Add dependency to math.h.
1377         * modules/search (Makefile.am): Add dependency to search.h.
1378         * modules/signal (Makefile.am): Add dependency to signal.h.
1379         * modules/spawn (Makefile.am): Add dependency to spawn.h.
1380         * modules/stdio (Makefile.am): Add dependency to stdio.h.
1381         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
1382         * modules/string (Makefile.am): Add dependency to string.h.
1383         * modules/strings (Makefile.am): Add dependency to strings.h.
1384         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
1385         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
1386         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
1387         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
1388         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
1389         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
1390         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
1391         * modules/unistd (Makefile.am): Add dependency to unistd.h.
1392         * modules/wchar (Makefile.am): Add dependency to wchar.h.
1393
1394 2009-12-09  Bruno Haible  <bruno@clisp.org>
1395
1396         fchdir: Optimize away rpl_fstat when possible.
1397         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
1398         REPLACE_OPEN_DIRECTORY.
1399         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
1400
1401 2009-12-09  Bruno Haible  <bruno@clisp.org>
1402
1403         * lib/fchdir.c: Update comment.
1404
1405 2009-12-09  Bruno Haible  <bruno@clisp.org>
1406
1407         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
1408
1409 2009-12-08  Eric Blake  <ebb9@byu.net>
1410
1411         fchdir: avoid memory leak on re-registration.
1412         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
1413
1414 2009-12-08  Jim Meyering  <meyering@redhat.com>
1415
1416         init.sh: avoid Solaris 10 /bin/sh portability problem
1417         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
1418         sourced script:
1419           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
1420           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
1421           bar
1422         tests/init.sh relied on that, accepting a --set-path=DIR argument,
1423         and two tests used that idiom.
1424         * tests/init.sh: Update suggested usage comments.
1425         (path_prepend_): New function, to be used in place
1426         of the --src-path=DIR option.
1427         (setup_): Move PATH-prepending code into path_prepend_.
1428         * tests/test-pread.sh: Adapt to new usage.
1429         * tests/test-xalloc-die.sh: Likewise.
1430
1431 2009-12-08  Simon Josefsson  <simon@josefsson.org>
1432
1433         * doc/gnulib.texi (Glibc pty.h): Add.
1434         * doc/glibc-functions/forkpty.texi: Add.
1435         * doc/glibc-functions/openpty.texi: Add.
1436         Suggested by Bruno Haible.
1437
1438 2009-12-08  Eric Blake  <ebb9@byu.net>
1439
1440         fchdir: fix logic bugs
1441         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
1442         * tests/test-fchdir.c (main): Enhance test.
1443         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
1444         is in use.
1445
1446         dup2: fix logic bugs
1447         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
1448         REPLACE_DUP2 to decide when rpl_dup2 is needed.
1449         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
1450         exists.
1451         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
1452
1453 2009-12-07  Eric Blake  <ebb9@byu.net>
1454
1455         unlink: fix m4 detection
1456         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
1457
1458         unistd-safer: add unit test
1459         * modules/unistd-safer-tests: New file.
1460         * tests/test-dup-safer.c: Likewise.
1461         * tests/test-cloexec.c (setmode): Avoid compiler warning.
1462         * tests/test-dup2.c (setmode): Likewise.
1463         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
1464
1465         cloexec: preserve text vs. binary across dup_cloexec
1466         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
1467         mode.
1468         * modules/dup2-tests (Depends-on): Add binary-io.
1469         * modules/cloexec-tests (Depends-on): Likewise.
1470         * tests/test-dup2.c (setmode, is_mode): New helpers.
1471         (main): Add tests that translation mode is preserved.
1472         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
1473         Reported by Bruno Haible.
1474
1475         mgetgroups: reduce duplicate listings
1476         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
1477         resulting array.
1478         * tests/test-chown.h (test_chown): Simplify client.
1479         * tests/test-lchown.h (test_lchown): Likewise.
1480
1481 2009-12-06  Bruno Haible  <bruno@clisp.org>
1482
1483         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
1484         value.
1485
1486 2009-12-06  Bruno Haible  <bruno@clisp.org>
1487
1488         * lib/progname.c: Include stdio.h, stdlib.h.
1489         (set_program_name): Reject a NULL argument.
1490
1491 2009-12-05  Eric Blake  <ebb9@byu.net>
1492
1493         pipe2-safer: new module
1494         * modules/pipe2-safer: New file.
1495         * lib/unistd-safer.h (pipe2_safer): New prototype.
1496         * lib/unistd--.h (pipe2): New wrapper.
1497         * lib/pipe-safer.c (pipe2_safer): New function.
1498         * modules/pipe (Depends-on): Add pipe2-safer.
1499         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
1500
1501         stdlib-safer: preserve cloexec flag for mkostemp[s]
1502         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
1503         fd_safer_flag.
1504
1505         unistd-safer: allow preservation of cloexec status via flag
1506         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
1507         prototypes.
1508         * lib/dup-safer.c (dup_safer_flag): New function.
1509         * lib/fd-safer.c (fd_safer_flag): Likewise.
1510         * modules/cloexec (configure.ac): Set witness.
1511
1512         test-dup2: enhance test
1513         * modules/dup2-tests (Depends-on): Add cloexec.
1514         * tests/test-dup2.c (main): Enhance test.
1515
1516         cloexec: add dup_cloexec
1517         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
1518         header and comments.
1519         * lib/cloexec.c (set_cloexec_flag): Add comments.
1520         (dup_cloexec): New function, with mingw implementation borrowed
1521         from...
1522         * lib/w32spawn.h (dup_noinherit): ...here.
1523         * modules/execute (Depends-on): Add cloexec.
1524         * modules/pipe (Depends-on): Likewise.
1525         * modules/cloexec (Depends-on): Add dup2.
1526         * modules/cloexec-tests (Files): New file.
1527         * tests/test-cloexec.c: Likewise.
1528
1529         test-xalloc-die: fix test for mingw
1530         * modules/xalloc-die-tests (Files): Add tests/init.sh.
1531         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
1532         directory and .exe suffix off argv[0] output.
1533
1534         test-fseeko: fix test for mingw
1535         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
1536         than undefining fseek, so test will pass on mingw.
1537
1538 2009-12-05  Bruno Haible  <bruno@clisp.org>
1539
1540         * lib/progname.h (set_program_name): Clarify specification.
1541         * lib/progname.c (set_program_name): Likewise.
1542         Reported by Jim Meyering.
1543
1544 2009-12-05  Jim Meyering  <meyering@redhat.com>
1545
1546         maint.mk: backslash-escape parens in default regexp
1547         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
1548         backslash-escape the literal parentheses.
1549
1550         maint.mk: news-date-check: use grep -E
1551         * top/maint.mk (today): Define a Make variable, not a...
1552         (news-date-check): ...shell variable.
1553         (news-date-regexp): Use the Make variable.
1554         Use grep's -E option.  Change the failing diagnostic to mention
1555         the variable, $(news-date-regexp).
1556
1557 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
1558
1559         maintainer-makefile: allow customization of NEWS entry format
1560         * top/maint.mk (news-date-regexp): New overridable variable.
1561         (news-date-check): Use it.
1562
1563 2009-12-04  Eric Blake  <ebb9@byu.net>
1564
1565         mgetgroups: add xgetgroups, and avoid ENOSYS failures
1566         * lib/mgetgroups.h (xgetgroups): New prototype.
1567         * lib/mgetgroups.c (xgetgroups): New wrapper.
1568         (mgetgroups): Handle ENOSYS.
1569         * modules/mgetgroups (Depends-on): Add realloc.
1570         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
1571
1572         mgetgroups: avoid argument promotion issues with -1
1573         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
1574         for invalid gid_t.
1575         * tests/test-chown.h (getegid, test_chown): Likewise.
1576         * tests/test-lchown.h (getegid, test_lchown): Likewise.
1577
1578 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
1579
1580         exclude: Fix header file problems.
1581         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
1582
1583 2009-12-01  Jim Meyering  <meyering@redhat.com>
1584
1585         fts: fts_open: do not let an empty string cause immediate failure
1586         This is required in support of GNU rm, for which the command
1587         "rm A '' B" must process and remove both A and B, in spite of
1588         the empty string argument.
1589         * lib/fts.c (fts_open): Do not let the presence of an empty string
1590         cause fts_open to fail immediately.  Most fts-using tools must be
1591         able to process all arguments, in order, and can be expected to
1592         diagnose such arguments themselves.
1593
1594 2009-11-30  Eric Blake  <ebb9@byu.net>
1595
1596         utimens: fix compilation error
1597         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
1598         Declare variable at right scope.
1599
1600 2009-11-29  Jim Meyering  <meyering@redhat.com>
1601
1602         bootstrap: handle perl-5.11's changed --version output
1603         * build-aux/bootstrap (get_version): Handle perl separately,
1604         since perl-5.11's --version output is different.
1605
1606 2009-11-28  Jim Meyering  <meyering@redhat.com>
1607
1608         userspec: depend on the inttostr module, too
1609         * modules/userspec (Depends-on): Add inttostr.
1610
1611         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
1612         * lib/userspec.c (parse_with_separator): Do not accept a user ID
1613         number of MAXUID when it evaluates to (uid_t) -1.
1614         Likewise for group ID.  Reported by Matt McCutchen in
1615         <http://savannah.gnu.org/bugs/?28113>
1616
1617         userspec: reformat to use spaces, not TABs
1618         * lib/userspec.c: Expand TABs to spaces.
1619         Add Emacs' "indent-tabs-mode: nil" hint.
1620
1621 2009-11-27  Eric Blake  <ebb9@byu.net>
1622
1623         getopt-gnu: flush out another BSD bug
1624         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
1625         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
1626         flush out BSD bug.
1627         * tests/test-getopt.h (test_getopt): End lists with NULL.
1628         * tests/test-getopt_long.h (test_getopt_long): Likewise.
1629         (test_getopt_long_posix): Enhance test.
1630         * modules/getopt-posix-tests (Depends-on): Add stdbool.
1631         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
1632         getopt-gnu.
1633         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
1634         Likewise.
1635
1636 2009-11-27  Simon Josefsson  <simon@josefsson.org>
1637
1638         * modules/idpriv-droptemp-tests (Notice): Fix text.
1639
1640 2009-11-27  Jim Meyering  <meyering@redhat.com>
1641
1642         test-xalloc-die: avoid spurious failure due to libtool argv difference
1643         In a libtool-enabled project, this test would fail due to a difference
1644         in the emitted program name, e.g.,
1645         -test-xalloc-die: memory exhausted
1646         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
1647         Use program to avoid that.
1648         * modules/xalloc-die-tests (Depends-on): Add progname.
1649         * tests/test-xalloc-die.c: Include progname.h".
1650         (program_name): Remove decl.
1651         (main): Call set_program_name.
1652         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
1653
1654 2009-11-26  Richard Jones  <rjones@redhat.com>
1655
1656         w32sock: leave win32 error in place.
1657         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
1658
1659 2009-11-26  Eric Blake  <ebb9@byu.net>
1660
1661         init.sh: suggest to use skip_ and fail_ functions in comments
1662         * tests/init.sh: Add a sentence.
1663
1664 2009-11-25  Bruno Haible  <bruno@clisp.org>
1665
1666         init.sh: add documentation in comments
1667         * tests/init.sh: Add some developer and user documentation.
1668
1669 2009-11-26  Jim Meyering  <meyering@redhat.com>
1670
1671         init.sh: accommodate even those who specify bogus srcdir manually
1672         * tests/init.sh: Normally, srcdir is guaranteed by automake and
1673         configure-time tests to be sanitized, so that there is no need to
1674         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
1675         (with no double quotes) suffices.  However, since tests may be
1676         invoked manually, and since you may explicitly set srcdir to the
1677         name of a directory containing spaces, do quote its uses here.
1678         * tests/test-pread.sh: Likewise.
1679         Suggested by Bruno Haible.
1680
1681         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
1682         * tests/test-pread.sh: Write no data into the pipe, because
1683         test-pread actually reads none.  This avoids a diagnostic,
1684         "bash: echo: write error: Broken pipe", that arises in the unusual
1685         event something is ignoring SIGPIPE, and might be interpreted
1686         as some sort of failure.  Reported by Bruno Haible.
1687
1688 2009-11-25  Jim Meyering  <meyering@redhat.com>
1689
1690         test-pread: cover failure with ESPIPE and EINVAL
1691         * tests/test-pread.c (main): Test for failure, too.
1692         * tests/test-pread.sh: Invoke with stdin on a pipe.
1693         Suggested by Eric Blake.
1694
1695         pread: improvement and fix
1696         * modules/pread (Depends-on): Depend on lseek, for portability to
1697         e.g., mingw.  Suggested by Eric Blake.
1698         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
1699
1700         unistd.in.h: correct declaration of pread
1701         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
1702         Reported by Richard W.M. Jones.
1703
1704         test-pread.sh: distribute the test script
1705         * modules/pread-tests (Files): Include test-pread.sh.
1706
1707         test-pread.sh: clean up
1708         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
1709         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
1710         That is unnecessary, since it's always ".".
1711         Suggestion from Eric Blake.
1712
1713         test-pread.sh: make executable
1714         * tests/test-pread.sh: Set executable bit.
1715         Reported by Eric Blake.
1716
1717         correct typo in test-pread.sh
1718         * tests/test-pread.sh: Add #! line.
1719
1720         test pread
1721         * tests/test-pread.c: New file.
1722         * tests/test-pread.sh: Likewise.
1723         * modules/pread-tests: Likewise.
1724
1725         pread: new module
1726         * modules/pread: New file.
1727         * lib/unistd.in.h (pread): Define/declare.
1728         * lib/pread.c (pread): New file.
1729         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
1730         * modules/unistd (Makefile.am): Substitute witnesses.
1731         * doc/posix-functions/pread.texi (pread): Update.
1732         * MODULES.html.sh: Add pread.
1733
1734 2009-11-25  Jim Meyering  <meyering@redhat.com>
1735
1736         tests/init.sh: new file to be used via most *.sh tests
1737         * tests/init.sh: New file.
1738
1739 2009-11-25  Eric Blake  <ebb9@byu.net>
1740
1741         utimens: work around older Linux failure with symlinks
1742         * lib/utimens.c (lutimensat_works_really): New variable.
1743         (fdutimens, lutimens): Use it to manage kernels that support
1744         nanosecond times on files, but not on symlinks.
1745         Reported by OndÅ™ej Vašík.
1746
1747         utimes: fix configure grammar
1748         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
1749
1750 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
1751
1752         regex: Fix fastmap for multibyte character ranges.
1753         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
1754         characters when a multibyte character range is included.
1755
1756 2009-11-22  Andy Wingo  <wingo@pobox.com>
1757
1758         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
1759         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
1760
1761 2009-11-24  Bruno Haible  <bruno@clisp.org>
1762
1763         doc: Most *_l functions exist in MacOS X 10.5.
1764         * doc/posix-functions/duplocale.texi: Update platforms list.
1765         * doc/posix-functions/freelocale.texi: Likewise.
1766         * doc/posix-functions/newlocale.texi: Likewise.
1767         * doc/posix-functions/uselocale.texi: Likewise.
1768         * doc/posix-functions/isalnum_l.texi: Likewise.
1769         * doc/posix-functions/isalpha_l.texi: Likewise.
1770         * doc/posix-functions/isblank_l.texi: Likewise.
1771         * doc/posix-functions/iscntrl_l.texi: Likewise.
1772         * doc/posix-functions/isdigit_l.texi: Likewise.
1773         * doc/posix-functions/isgraph_l.texi: Likewise.
1774         * doc/posix-functions/islower_l.texi: Likewise.
1775         * doc/posix-functions/isprint_l.texi: Likewise.
1776         * doc/posix-functions/ispunct_l.texi: Likewise.
1777         * doc/posix-functions/isspace_l.texi: Likewise.
1778         * doc/posix-functions/isupper_l.texi: Likewise.
1779         * doc/posix-functions/iswalnum_l.texi: Likewise.
1780         * doc/posix-functions/iswalpha_l.texi: Likewise.
1781         * doc/posix-functions/iswblank_l.texi: Likewise.
1782         * doc/posix-functions/iswcntrl_l.texi: Likewise.
1783         * doc/posix-functions/iswctype_l.texi: Likewise.
1784         * doc/posix-functions/iswdigit_l.texi: Likewise.
1785         * doc/posix-functions/iswgraph_l.texi: Likewise.
1786         * doc/posix-functions/iswlower_l.texi: Likewise.
1787         * doc/posix-functions/iswprint_l.texi: Likewise.
1788         * doc/posix-functions/iswpunct_l.texi: Likewise.
1789         * doc/posix-functions/iswspace_l.texi: Likewise.
1790         * doc/posix-functions/iswupper_l.texi: Likewise.
1791         * doc/posix-functions/iswxdigit_l.texi: Likewise.
1792         * doc/posix-functions/isxdigit_l.texi: Likewise.
1793         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
1794         * doc/posix-functions/strcasecmp_l.texi: Likewise.
1795         * doc/posix-functions/strcoll_l.texi: Likewise.
1796         * doc/posix-functions/strfmon_l.texi: Likewise.
1797         * doc/posix-functions/strftime_l.texi: Likewise.
1798         * doc/posix-functions/strncasecmp_l.texi: Likewise.
1799         * doc/posix-functions/strxfrm_l.texi: Likewise.
1800         * doc/posix-functions/tolower_l.texi: Likewise.
1801         * doc/posix-functions/toupper_l.texi: Likewise.
1802         * doc/posix-functions/towctrans_l.texi: Likewise.
1803         * doc/posix-functions/towlower_l.texi: Likewise.
1804         * doc/posix-functions/towupper_l.texi: Likewise.
1805         * doc/posix-functions/wcscoll_l.texi: Likewise.
1806         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
1807         * doc/posix-functions/wctrans_l.texi: Likewise.
1808         * doc/posix-functions/wctype_l.texi: Likewise.
1809         * doc/glibc-functions/strptime_l.texi: Likewise.
1810         * doc/glibc-functions/strtod_l.texi: Likewise.
1811         * doc/glibc-functions/strtof_l.texi: Likewise.
1812         * doc/glibc-functions/strtol_l.texi: Likewise.
1813         * doc/glibc-functions/strtold_l.texi: Likewise.
1814         * doc/glibc-functions/strtoll_l.texi: Likewise.
1815         * doc/glibc-functions/strtoul_l.texi: Likewise.
1816         * doc/glibc-functions/strtoull_l.texi: Likewise.
1817         * doc/glibc-functions/wcsftime_l.texi: Likewise.
1818         * doc/glibc-functions/wcstod_l.texi: Likewise.
1819         * doc/glibc-functions/wcstof_l.texi: Likewise.
1820         * doc/glibc-functions/wcstol_l.texi: Likewise.
1821         * doc/glibc-functions/wcstold_l.texi: Likewise.
1822         * doc/glibc-functions/wcstoll_l.texi: Likewise.
1823         * doc/glibc-functions/wcstoul_l.texi: Likewise.
1824         * doc/glibc-functions/wcstoull_l.texi: Likewise.
1825
1826 2009-11-24  Bruno Haible  <bruno@clisp.org>
1827
1828         duplocale: Fix logic bug.
1829         * lib/duplocale.c: Don't include <langinfo.h>.
1830         (_NL_LOCALE_NAME): Remove macro.
1831         (rpl_duplocale): Use setlocale instead of nl_langinfo.
1832         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
1833
1834 2009-11-23  Jim Meyering  <meyering@redhat.com>
1835
1836         test-update-copyright: don't hard-code /usr/bin/perl
1837         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
1838         perl to print the current year.  Gilles Espinasse reported that
1839         the replaced use of perl was hard-coded as /usr/bin/perl.
1840
1841 2009-11-23  Bruno Haible  <bruno@clisp.org>
1842
1843         duplocale: Add support for glibc 2.3.x.
1844         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
1845
1846 2009-11-22  Bruno Haible  <bruno@clisp.org>
1847
1848         vasnprintf: Tiny optimization.
1849         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
1850         MacOS X.
1851
1852 2009-11-22  Bruno Haible  <bruno@clisp.org>
1853
1854         Tests for module 'duplocale'.
1855         * modules/duplocale-tests: New file.
1856         * tests/test-duplocale.c: New file.
1857
1858         New module 'duplocale'.
1859         * m4/duplocale.m4: New file.
1860         * lib/locale.in.h (duplocale): New declaration.
1861         * lib/duplocale.c: New file.
1862         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
1863         gl_LOCALE_H_DEFAULTS): New macros.
1864         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
1865         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
1866         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
1867         REPLACE_DUPLOCALE.
1868         * modules/duplocale: New file.
1869         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
1870
1871 2009-11-22  Bruno Haible  <bruno@clisp.org>
1872
1873         * modules/locale-tests (configure.ac): Test for newlocale function.
1874         * tests/test-locale.c: When the system has extended locale functions,
1875         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
1876
1877         locale: Make locale_t available when possible.
1878         * lib/locale.in.h: Include <xlocale.h> when it exists.
1879         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
1880         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
1881         * modules/locale (Depends-on): Add extensions.
1882         (Makefile.am): Also substitute HAVE_XLOCALE_H.
1883         * doc/posix-headers/locale.texi: Document the problem with locale_t.
1884
1885 2009-11-22  Bruno Haible  <bruno@clisp.org>
1886
1887         Add comments.
1888         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
1889         invocation.
1890         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1891         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1892         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1893
1894 2009-11-22  Bruno Haible  <bruno@clisp.org>
1895
1896         error: account for the possibility of freopen (stdout).
1897         * lib/error.c: Include <unistd.h>.
1898         (flush_stdout): New function, extracted from error and error_at_line.
1899         Determine stdout's fd dynamically.
1900         (error, error_at_line): Invoke flush_stdout.
1901         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
1902         * modules/error (Depends-on): Add unistd.
1903
1904 2009-11-22  Bruno Haible  <bruno@clisp.org>
1905
1906         diffseq: Add comment.
1907         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
1908
1909 2009-11-22  Jim Meyering  <meyering@redhat.com>
1910
1911         c-stack: avoid defining an unused static function
1912         * lib/c-stack.c (find_stack_direction): Do not define this function
1913         when it will not be used.
1914
1915         diffseq: avoid spurious gcc warnings
1916         * lib/diffseq.h (IF_LINT2): Define.
1917         (compareseq): Use it to initialize two members of "part".
1918         This avoids two used-uninitialized warnings.
1919
1920 2009-11-21  Jim Meyering  <meyering@redhat.com>
1921
1922         c-stack: avoid "ignoring return value of `write'" warning
1923         * lib/c-stack.c: Include "ignore-value.h".
1924         (die): Explicitly ignore each write return value.
1925         * modules/c-stack (Depends-on): Add ignore-value.
1926
1927 2009-11-21  Bruno Haible  <bruno@clisp.org>
1928
1929         diffseq: reduce scope of variable 'best'.
1930         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
1931         variable, earlier used for two different purposes.
1932
1933 2009-11-21  Jim Meyering  <meyering@redhat.com>
1934
1935         diffseq: remove useless assignment to "best"
1936         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
1937         assignment.  At that point "best" is already guaranteed to be zero.
1938
1939 2009-11-20  Eric Blake  <ebb9@byu.net>
1940
1941         build: mention ftp redirector in release announcements
1942         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
1943         values that used to come from cfg.mk; mention FTP redirect URL.
1944         * build-aux/announce-gen: Mention the mirror list.
1945         Suggested by Karl Berry.
1946
1947         nanosleep: improve port to mingw
1948         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
1949         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
1950         LIB_NANOSLEEP, but only when needed.
1951         * modules/select (Link): Document LIBSOCKET.
1952         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
1953         enough.
1954
1955         nanosleep: work around cygwin bug
1956         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
1957         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
1958         bug.
1959         (getnow): Delete, not needed.
1960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
1961         LIB_CLOCK_GETTIME.
1962         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
1963         clock-time, gettime.
1964         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
1965         bug.
1966         * modules/nanosleep-tests: New test.
1967         * tests/test-nanosleep.c: New file.
1968
1969         sleep: work around cygwin bug
1970         * lib/sleep.c (rpl_sleep): Work around the bug.
1971         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
1972         (gl_PREREQ_SLEEP): Delete unused macro.
1973         * modules/sleep (Depends-on): Add verify.
1974         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
1975         * modules/unistd (Makefile.am): Substitute witness.
1976         * lib/unistd.in.h (sleep): Update prototype.
1977         * doc/posix-functions/sleep.texi (sleep): Document the bug.
1978         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
1979         * modules/sleep-tests (Depends-on): Check for alarm.
1980
1981 2009-11-20  Jim Meyering  <meyering@redhat.com>
1982
1983         maint.mk: improve sc_prohibit_magic_number_exit
1984         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
1985         so it does not match uses like System.exit(1).
1986         Add comments showing how to correct all offenders.
1987
1988 2009-11-19  Eric Blake  <ebb9@byu.net>
1989
1990         xalloc-die-tests: add missing library
1991         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
1992
1993         test-xvasprintf: silence compiler warnings
1994         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
1995         empty string from gcc.
1996
1997 2009-11-19  Jim Meyering  <meyering@redhat.com>
1998
1999         xfreopen: new module, from coreutils
2000         * modules/xfreopen: New module.
2001         * lib/xfreopen.c: New file.
2002         * lib/xfreopen.h: New file.
2003         * MODULES.html.sh (File stream based Input/Output"): Add it.
2004
2005 2009-11-19  Eric Blake  <ebb9@byu.net>
2006
2007         manywarnings: depend on warnings
2008         * modules/manywarnings (Depends-on): Add warnings.
2009
2010         build: avoid compiler warnings
2011         * lib/select.c (rpl_select): Delete unused variable.
2012         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
2013
2014 2009-11-18  Eric Blake  <ebb9@byu.net>
2015
2016         tests: avoid false negative with --with-packager
2017         * tests/test-version-etc.sh: Discard packager information.
2018         * tests/test-argp-version-etc-1.sh: Likewise.
2019         Reported by Mike Frysinger.
2020
2021         utimens: fix regression on Solaris
2022         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
2023         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
2024         can only change fd timestamps via futimesat.  Instead, use an
2025         additional witness macro to avoid BSD bug.
2026         Reported by Jim Meyering.
2027
2028 2009-11-17  Eric Blake  <ebb9@byu.net>
2029
2030         usleep: use it to simplify tests
2031         * modules/stat-time-tests (Depends-on): Add usleep.
2032         (configure.ac): Drop usleep check.
2033         * modules/chown-tests (Depends-on, configure.ac): Likewise.
2034         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
2035         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
2036         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
2037         * modules/openat-tests (Depends-on, configure.ac): Likewise.
2038         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
2039         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
2040         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
2041         Likewise.
2042         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
2043         * tests/test-lchown.h (nap): Likewise.
2044         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
2045         * tests/test-stat-time.c (nap): Likewise.
2046         * tests/test-utimens-common.h (nap): Update comments.
2047
2048         usleep: new module
2049         * modules/usleep: New file.
2050         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
2051         * lib/usleep.c (usleep): Likewise.
2052         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
2053         * modules/unistd (Makefile.am): Substitute witnesses.
2054         * lib/unistd.in.h (usleep): Add declaration.
2055         * doc/pastposix-functions/usleep.texi (usleep): Document this.
2056         * MODULES.html.sh (Date and time): Likewise.
2057         * modules/usleep-tests (Depends-on): New test.
2058         * tests/test-usleep.c: New file.
2059
2060         chown: work around OpenBSD bug
2061         * lib/chown.c (rpl_chown): Work around the bug.
2062         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
2063         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
2064         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
2065         * modules/chown (Depends-on): Add stdbool.
2066         * modules/lchown (Depends-on): Likewise.
2067         * doc/posix-functions/chown.texi (chown): Document the bug.
2068         * doc/posix-functions/lchown.texi (lchown): Likewise.
2069         * tests/test-lchown.h (test_chown): Relax test.
2070
2071         mkstemp: avoid conflict with C++ keyword template
2072         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
2073         * lib/mkostemp.c (mkostemp): Likewise.
2074         * lib/mkostemps.c (mkostemps): Likewise.
2075         * lib/mkstemp.c (mkstemp): Likewise.
2076         * lib/mkstemps.c (mkstemps): Likewise.
2077
2078         xalloc-die-tests: optimize
2079         * tests/test-xalloc-die.sh: Reduce number of processes.
2080
2081 2009-11-17  Simon Josefsson  <simon@josefsson.org>
2082
2083         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
2084         patch from ludo@gnu.org (Ludovic Courtès).
2085
2086 2009-11-17  Jim Meyering  <meyering@redhat.com>
2087
2088         version-etc: use proper license string
2089         * modules/version-etc (License): Use LGPL, not LGPLv3+.
2090         * modules/version-etc-fsf: Likewise.
2091
2092 2009-11-17  Simon Josefsson  <simon@josefsson.org>
2093
2094         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
2095         printed to stdout.  Deal with EOL differences.
2096
2097 2009-11-17  Eric Blake  <ebb9@byu.net>
2098
2099         unsetenv: work around Solaris bug
2100         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
2101         * lib/unsetenv.c (rpl_unsetenv): Work around it.
2102         Reported by Jim Meyering.
2103
2104         vasnprintf: avoid compiler warnings
2105         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
2106         variables.
2107         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
2108
2109 2009-11-17  Simon Josefsson  <simon@josefsson.org>
2110
2111         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
2112         settings since xalloc-die is no longer the self test,
2113         xalloc-die.sh is.
2114
2115 2009-11-17  Jim Meyering  <meyering@redhat.com>
2116
2117         test-xalloc-die.sh: make the code agree with the commit log
2118         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
2119         at the end, just in case you happen to have a test-xalloc-die
2120         program in some other PATH directory.
2121
2122         test-xalloc-die.sh: fix a portability bug
2123         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
2124         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
2125         Otherwise, argv[0] (as often seen in diagnostics) would be too
2126         system-dependent, sometimes with, and sometimes without the leading "./".
2127
2128         version-etc-fsf: relax license to LGPLv3+
2129         * modules/version-etc-fsf (License): Relax license.
2130
2131 2009-11-16  Eric Blake  <ebb9@byu.net>
2132
2133         xalloc-die-tests: avoid printing null pointer
2134         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
2135         shell script.
2136         * tests/test-xalloc-die.c (program_name): Declare.
2137         * tests/test-xalloc-die.sh (tmpfiles): New file.
2138
2139         setenv, unsetenv: work around various bugs
2140         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
2141         (setenv) [HAVE_SETENV]: Work around bugs.
2142         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
2143         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
2144         for bugs.
2145         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
2146         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
2147         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
2148         * modules/stdlib (Makefile.am): Update substitutions.
2149         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
2150         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
2151         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
2152         * modules/setenv-tests: New test.
2153         * modules/unsetenv-tests: Likewise.
2154         * tests/test-setenv.c: New file.
2155         * tests/test-unsetenv.c: Likewise.
2156
2157 2009-11-16  Jim Meyering  <meyering@redhat.com>
2158
2159         version-etc: relax license to LGPLv3+
2160         * modules/version-etc (License): Relax license.
2161
2162         better AC_REQUIRE expanded-before-required-warning avoidance
2163         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
2164         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
2165         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
2166         which is no longer needed.
2167
2168 2009-11-16  Eric Blake  <ebb9@byu.net>
2169
2170         test-freading: clean up temporary file
2171         * tests/test-freading.c (main): Remove file on success, and use
2172         ASSERT more liberally.
2173         Reported by Jim Meyering.
2174
2175 2009-11-16  Jim Meyering  <meyering@redhat.com>
2176
2177         avoid new AC_REQUIRE expanded-before-required warnings
2178         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
2179         merely using it.
2180         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
2181         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
2182
2183 2009-11-15  Simon Josefsson  <simon@josefsson.org>
2184
2185         * tests/test-xalloc-die.c: New file.
2186         * modules/xalloc-die-tests: New file.
2187         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
2188         XFAIL_TESTS so it can be appended by modules.
2189
2190 2009-11-15  Simon Josefsson  <simon@josefsson.org>
2191
2192         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
2193         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
2194
2195 2009-11-14  Eric Blake  <ebb9@byu.net>
2196
2197         fnmatch: avoid compiler warning
2198         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
2199         to silence compiler warning about mismatch signedness in ?:.
2200         Reported by Robert Millan.
2201
2202         intprops: add double-inclusion guard
2203         * lib/intprops.h: Allow idempotent includes.
2204         Suggested by Bruce Korb.
2205
2206         openat: detect Solaris fchownat bug
2207         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
2208         penalizing glibc chownat when only lchownat is broken.
2209         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
2210         trailing slash bugs.
2211         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
2212         * modules/openat-tests (Files): Include more files.
2213         (Depends-on): Add mgetgroups, sleep, stat-time.
2214         (configure.ac): Add additional checks.
2215         (Makefile.am): Build new test.
2216         * tests/test-fchownat.c: New file.
2217
2218         lchown: detect Solaris and FreeBSD bug
2219         * lib/lchown.c (rpl_lchown): Work around bug.
2220         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
2221         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
2222         * modules/unistd (Makefile.am): Populate it.
2223         * lib/unistd.in.h (lchown): Update declaration.
2224         * doc/posix-functions/lchown.texi (lchown): Document the bug.
2225         * modules/lchown-tests: New file.
2226         * tests/test-lchown.h (test_lchown): Likewise.
2227         * tests/test-lchown.c (main): Likewise.
2228
2229         chown: detect Solaris and FreeBSD bug
2230         * lib/chown.c (rpl_chown): Work around bug.
2231         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
2232         (gl_PREREQ_CHOWN): Delete.
2233         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
2234         * modules/unistd (Makefile.am): Populate it.
2235         * lib/unistd.in.h (chown): Update declaration.
2236         * lib/lchown.c (chown): Update client.
2237         * modules/lchown (Depends-on): Add lstat.
2238         * doc/posix-functions/chown.texi (chown): Document the bug.
2239         * doc/posix-functions/getgroups.texi (getgroups): Document
2240         getgroups pitfall.
2241         * modules/chown-tests: New file.
2242         * tests/test-chown.h (test_chown): Likewise.
2243         * tests/test-chown.c (main): Likewise.
2244
2245 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
2246
2247         gnulib-tool: correctly detect absence of m4 directories
2248         * gnulib-tool: Avoid extra newline on data passed to wc -l.
2249
2250 2009-11-14  Jim Meyering  <meyering@redhat.com>
2251
2252         maint.mk: Prohibit inclusion of "xalloc.h" without use.
2253         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
2254
2255 2009-11-14  John W. Eaton  <jwe@gnu.org>
2256
2257         strftime.h: wrap funtion declaration in extern "C" block
2258         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
2259
2260 2009-11-13  Eric Blake  <ebb9@byu.net>
2261
2262         getgroups: avoid compiler warning
2263         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
2264
2265         getgroups: work around FreeBSD bug
2266         * lib/getgroups.c (rpl_getgroups): Work around the bug.
2267         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
2268         * doc/posix-functions/getgroups.texi (getgroups): Document it.
2269         * tests/test-getgroups.c (main): Fix buffer overrun.
2270
2271         getgroups: avoid compilation failure
2272         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
2273         * modules/getgroups (Depends-on): Add stdint.
2274
2275 2009-11-13  Jim Meyering  <meyering@redhat.com>
2276
2277         test-getgroups: avoid compilation failure
2278         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
2279
2280 2009-11-13  Eric Blake  <ebb9@byu.net>
2281
2282         mgetgroups: new module, taken from coreutils
2283         * modules/mgetgroups: New file.
2284         * lib/mgetgroups.h: Likewise.
2285         * lib/mgetgroups.c (mgetgroups): Likewise.
2286         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
2287         * MODULES.html.sh (Users and groups): Mention it.
2288
2289         getgroups: don't expose GETGROUPS_T to user
2290         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
2291         an element at a time if GETGROUPS_T is wrong size.
2292         * lib/getugroups.h (getugroups): Change signature.
2293         * lib/unistd.in.h (getgroups): Likewise.
2294         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
2295         signature needs fixing.
2296         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
2297         AC_TYPE_GETGROUPS.
2298         * modules/group-member (Depends-on): Add getgroups.
2299         * lib/group-member.c (group_info, get_group_info): Use gid_t.
2300         (group_member): Rely on getgroups replacement.
2301         * lib/getugroups.c (getugroups): Use gid_t.
2302         * tests/test-getgroups.c (main): Likewise.
2303         * NEWS: Mention the signature change.
2304         * doc/posix-functions/getgroups.texi (getgroups): Mention the
2305         problem with signature.
2306         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
2307         GETGROUPS_T is still useful for setgroups.
2308
2309         getgroups, getugroups: provide stubs for mingw
2310         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
2311         * lib/getugroups.c (getugroups): Likewise.
2312         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
2313         function.  Modernize replacement scheme.
2314         (gl_PREREQ_GETGROUPS): Delete.
2315         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
2316         * modules/getgroups (configure.ac): Declare witness.
2317         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
2318         * modules/unistd (Depends-on): Substitute witness.
2319         * lib/unistd.in.h (getgroups): Declare replacement.
2320
2321         getgroups: avoid calling exit
2322         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
2323         drop xalloc.
2324         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
2325         dependencies.
2326         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
2327         exiting, in the rare case of malloc failure.
2328
2329         getgroups: fix logic error
2330         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
2331         has more than 20 groups.
2332         * modules/getgroups-tests: New test.
2333         * tests/test-getgroups.c: New file.
2334
2335 2009-11-13  Simon Josefsson  <simon@josefsson.org>
2336
2337         * tests/test-base64.c: Improve.
2338
2339 2009-11-13  Simon Josefsson  <simon@josefsson.org>
2340
2341         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
2342         Blake <ebb9@byu.net>.
2343
2344 2009-11-13  Simon Josefsson  <simon@josefsson.org>
2345
2346         * tests/test-xvasprintf.c: Add %s%s related checks.
2347
2348 2009-11-12  Eric Blake  <ebb9@byu.net>
2349
2350         version-etc: match standards.texi style
2351         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
2352         and use <> only for URLs.
2353
2354 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
2355
2356         fts: do not fail on a submount during traversal
2357         * lib/fts.c (fts_build): Read the stat info again after opening
2358         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
2359         Original report at http://bugzilla.redhat.com/501848.
2360
2361 2009-11-12  Jim Meyering  <meyering@redhat.com>
2362
2363         bootstrap: sync from coreutils
2364         * build-aux/bootstrap (bootstrap_epilogue): New function.
2365         Use git_modules_config in one more place.  This make bootstrap's
2366         --gnulib-srcdir option more useful for testing.
2367
2368         bootstrap: generalize autoheader check
2369         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
2370         AC_CONFIG_HEADERS.
2371
2372 2009-11-11  Eric Blake  <ebb9@byu.net>
2373
2374         mkfifoat: use new modules for Solaris and BSD bugs
2375         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
2376         * lib/mkfifoat.c (mknodat): Split...
2377         * lib/mknodat.c (mknodat): ...into new file.
2378         * modules/mkfifoat (Files): Ship new file.
2379         (Depends-on): Add mkfifo, mknod.
2380         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
2381         (Depends-on): Add symlink.
2382         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
2383         redundant with test_mkfifo.h.
2384         (do_mkfifoat, do_mknodat): New helpers.
2385
2386         mknod: new module
2387         * modules/mknod: New file.
2388         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
2389         * lib/mknod.c (mknod): Likewise.
2390         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
2391         defaults.
2392         * modules/sys_stat (Makefile.am): Substitute them.
2393         * lib/sys_stat.in.h (mknod): Declare replacement.
2394         * MODULES.html.sh (Support for systems lacking POSIX:2008):
2395         Document it.
2396         * doc/posix-functions/mknod.texi (mknod): Likewise.
2397         * modules/mknod-tests: New test.
2398         * tests/test-mknod.c: Likewise.
2399
2400         mkfifo: new module
2401         * modules/mkfifo: New file.
2402         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
2403         * lib/mkfifo.c (mkfifo): Likewise.
2404         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
2405         defaults.
2406         * modules/sys_stat (Makefile.am): Substitute them.
2407         * lib/sys_stat.in.h (mkfifo): Declare replacement.
2408         * MODULES.html.sh (Support for systems lacking POSIX:2008):
2409         Document it.
2410         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
2411         * modules/mkfifo-tests: New test.
2412         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
2413         from test-mkfifoat.c.
2414         * tests/test-mkfifo.c: New file.
2415
2416         readlink: detect FreeBSD bug
2417         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
2418         slash on symlink.
2419         * doc/posix-functions/readlink.texi (readlink): Document the bug.
2420         * tests/test-readlink.h (test_readlink): Enhance test.
2421
2422         symlink: detect FreeBSD bug
2423         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
2424         slash on symlink.
2425         * doc/posix-functions/symlink.texi (symlink): Document the bug.
2426         * tests/test-symlink.h (test_symlink): Enhance test.
2427
2428 2009-11-10  Eric Blake  <ebb9@byu.net>
2429
2430         link: detect FreeBSD bug
2431         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
2432         symlink.
2433         * doc/posix-functions/link.texi (link): Document the bug.
2434         * tests/test-link.h (test_link): Enhance test.
2435         * tests/test-linkat.c (main): Update caller.
2436
2437         unlink, remove: detect FreeBSD bug
2438         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
2439         slash on symlink.
2440         * doc/posix-functions/unlink.texi (unlink): Document the bug.
2441         * doc/posix-functions/remove.texi (remove): Likewise.
2442         * tests/test-unlink.h (test_unlink): Enhance test.
2443         * tests/test-remove.c (main): Likewise.
2444
2445 2009-11-09  Eric Blake  <ebb9@byu.net>
2446
2447         rename: detect FreeBSD bug
2448         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
2449         slash on symlink.
2450         * modules/renameat-tests (Depends-on): Add filenamecat.
2451         * tests/test-rename.h (test_rename): Allow one more errno.
2452         * tests/test-renameat.c (main): Likewise.
2453         * doc/posix-functions/rename.texi (rename): Document the bug.
2454
2455         open: detect FreeBSD bug
2456         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
2457         symlink.
2458         * doc/posix-functions/open.texi (open): Document the bug.
2459         * doc/posix-functions/utimes.texi (utimes): Likewise.
2460         * tests/test-open.h (test_open): Add parameters, and test symlink
2461         handling.
2462         * tests/test-open.c (main): Adjust caller.
2463         * tests/test-fcntl-safer.c (main): Likewise.
2464         * modules/open-tests (Depends-on): Add stdbool, symlink.
2465         * modules/fcntl-safer-tests (Depends-on): Likewise.
2466         * tests/test-openat.c (main): Add test-open tests.
2467
2468         stat: detect FreeBSD bug
2469         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
2470         symlink.
2471         * doc/posix-functions/stat.texi (stat): Document the bug.
2472         * tests/test-stat.h (test_stat_func): Add argument.
2473         * tests/test-stat.c (main): Adjust caller.
2474         * tests/test-fstatat.c (main): Likewise.
2475         * modules/stat-tests (Depends-on): Add stdbool, symlink.
2476         Reported by Jim Meyering.
2477
2478 2009-11-09  James Youngman  <jay@gnu.org>
2479
2480         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
2481         * lib/strftime.c: Correct placement of #include "ignore-value.h".
2482
2483 2009-11-08  Jim Meyering  <meyering@redhat.com>
2484
2485         utimens: remove invalid futimesat call
2486         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
2487         It used the file descriptor of the target file as the DIR_FD
2488         parameter and NULL as the file name.  That caused failure with
2489         errno == EFAULT on FreeBSD-8.0-rc2
2490
2491 2009-11-07  Eric Blake  <ebb9@byu.net>
2492
2493         fflush, freadseek: use fseeko, not fseek
2494         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
2495         (clear_ungetc_buffer): Avoid potential problems on large files.
2496         * lib/freadseek.c (freadseek): Likewise.
2497         * modules/freadseek (Depends-on): Add fseeko.
2498         * modules/fseek (configure.ac): Set a witness.
2499         * tests/test-fflush.c (main): Use fseeko.
2500         * tests/test-fpurge.c (fseek): Disable link warning.
2501         * tests/test-freadable.c (fseek): Likewise.
2502         * tests/test-freading.c (fseek): Likewise.
2503         * tests/test-fseeko.c (fseek): Likewise.
2504         * tests/test-ftell.c (fseek): Likewise.
2505         * tests/test-ftello.c (fseek): Likewise.
2506         * tests/test-fwritable.c (fseek): Likewise.
2507         * tests/test-fwriting.c (fseek): Likewise.
2508
2509 2009-11-06  Simon Josefsson  <simon@josefsson.org>
2510
2511         * modules/memchr (Depends-on): Drop getpagesize dependency.
2512
2513 2009-11-06  Simon Josefsson  <simon@josefsson.org>
2514
2515         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
2516         Reported by Ludovic Courtès.
2517         * build-aux/pmccabe2html: Improve example usage.
2518         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
2519
2520 2009-11-06  Jim Meyering  <meyering@redhat.com>
2521
2522         do-release-commit-and-tag: New module.
2523         Automate the release-commit and tag process.
2524         * build-aux/do-release-commit-and-tag: New script, from coreutils.
2525         * modules/do-release-commit-and-tag: New file.
2526         * MODULES.html.sh (Support for maintaining and releasing): Add it.
2527
2528 2009-11-06  Simon Josefsson  <simon@josefsson.org>
2529
2530         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
2531         because test-select.c uses inet_pton.
2532
2533 2009-11-06  Simon Josefsson  <simon@josefsson.org>
2534
2535         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
2536         GETADDRINFO_LIB.  Bump serial number.
2537         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
2538         Suggested by Eric Blake <ebb9@byu.net>.
2539
2540 2009-11-05  Eric Blake  <ebb9@byu.net>
2541
2542         strtod: detect darwin bug
2543         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
2544         Reported by Leo Davis.
2545
2546         freopen-safer: new module
2547         * modules/freopen-safer: New module.
2548         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
2549         * lib/freopen-safer.c (freopen_safer): New file.
2550         * lib/stdio-safer.h (freopen_safer): New declaration.
2551         * lib/stdio--.h (freopen): New override.
2552         * MODULES.html.sh (File stream based Input/Output): Mention it.
2553         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
2554         freopen-safer module.
2555         * doc/posix-functions/stderr.texi (stderr): Likewise.
2556         * doc/posix-functions/stdin.texi (stdin): Likewise.
2557         * doc/posix-functions/stdout.texi (stdout): Likewise.
2558         * modules/freopen-safer-tests: New test.
2559         * tests/test-reopen-safer.c: New file.
2560
2561 2009-11-05  Jim Meyering  <meyering@redhat.com>
2562
2563         maint.mk: Prohibit inclusion of "close-stream.h" without use.
2564         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
2565
2566 2009-11-05  Simon Josefsson  <simon@josefsson.org>
2567
2568         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
2569
2570 2009-11-05  Simon Josefsson  <simon@josefsson.org>
2571
2572         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
2573
2574 2009-11-05  Simon Josefsson  <simon@josefsson.org>
2575
2576         Fix link error.
2577         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
2578         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2579
2580 2009-11-05  Simon Josefsson  <simon@josefsson.org>
2581
2582         * tests/test-func.c: Also test value of __func__.
2583
2584 2009-11-05  Simon Josefsson  <simon@josefsson.org>
2585
2586         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
2587         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
2588
2589 2009-11-05  Bruno Haible  <bruno@clisp.org>
2590
2591         Fix link error.
2592         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
2593         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2594         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
2595
2596 2009-11-05  Bruno Haible  <bruno@clisp.org>
2597
2598         Tests for module 'inet_pton'.
2599         * modules/inet_pton-tests: New file.
2600         * tests/test-inet_pton.c: New file.
2601
2602 2009-11-05  Bruno Haible  <bruno@clisp.org>
2603
2604         Tests for module 'inet_ntop'.
2605         * modules/inet_ntop-tests: New file.
2606         * tests/test-inet_ntop.c: New file.
2607
2608 2009-11-04  Eric Blake  <ebb9@byu.net>
2609
2610         stdlib-safer: wrap all mkstemp variants
2611         * modules/mkostemp (configure.ac): Set witness.
2612         * modules/mkostemps (configure.ac): Likewise.
2613         * modules/mkstemps (configure.ac): Likewise.
2614         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
2615         (mkstemps_safer): Wrap more functions.
2616         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
2617         wrapping.
2618         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
2619         (mkstemps_safer): Implement the wrappers.
2620
2621         mkstemps, mkostemps: new modules
2622         * modules/mkostemps: New module.
2623         * modules/mkstemps: Likewise.
2624         * lib/mkostemps.c (mkostemps): New file.
2625         * lib/mkstemps.c (mkstemps): Likewise.
2626         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
2627         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
2628         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
2629         * modules/stdlib (Makefile.am): Substitute them.
2630         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
2631         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
2632         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
2633         * doc/gnulib.texi (Glibc stdlib.h): Include them.
2634         * MODULES.html.sh (File system functions): Mention them.
2635
2636         tempname: resync from glibc
2637         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
2638         same values for __GT_FILE as glibc.  Abort even when assertions
2639         are disabled.
2640         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
2641         match its value otherwise.  Allow idempotent inclusion.
2642         * lib/mkdtemp.c (mkdtemp): Adjust caller.
2643         * lib/mkostemp.c (mkostemp): Likewise.
2644         * lib/mkstemp.c (mkstemp): Likewise.
2645         * lib/tmpfile.c (tmpfile): Likewise.
2646         * NEWS: Document this.
2647
2648         utimens: fix use of futimens on older Linux
2649         * lib/utimens.c (fdutimens): Use updated, rather than original,
2650         timespec to avoid bug in older Linux kernel.
2651         Reported by Simon Josefsson.
2652
2653 2009-11-04  Bruno Haible  <bruno@clisp.org>
2654
2655         Make num_processors more flexible and consistent.
2656         * lib/nproc.h (enum nproc_query): New type.
2657         (num_processors): Add a 'query' argument.
2658         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
2659         (num_processors): Add a 'query' argument. Test the value of the
2660         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
2661         mingw, count the number of CPUs available for the current process.
2662         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
2663         Check for sched_getaffinity and sched_getaffinity_np.
2664         * modules/nproc (Depends-on): Add c-ctype, extensions.
2665         * NEWS: Mention the change.
2666
2667 2009-11-03  Bruno Haible  <bruno@clisp.org>
2668
2669         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
2670
2671 2009-11-03  Jim Meyering  <meyering@redhat.com>
2672
2673         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
2674         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
2675         if it is defined.
2676
2677 2009-11-02  Eric Blake  <ebb9@byu.net>
2678
2679         mktime, timegm: share common declaration
2680         * lib/mktime-internal.h: New file.
2681         * lib/mktime.c: Use it rather than open-coding a declaration.
2682         * lib/timegm.c: Likewise.
2683         * modules/mktime (Files): Ship it.
2684         * modules/timegm (Files): Likewise.
2685         Suggested by Bruno Haible.
2686
2687         test-update-copyright: update test to match script changes
2688         * tests/test-update-copyright.sh: Avoid hard-coding perl
2689         location.  Don't update *.bak created by earlier runs.
2690
2691 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
2692             Simon Josefsson  <simon@josefsson.org>
2693             Bruno Haible  <bruno@clisp.org>
2694
2695         Fix link error on Solaris 8.
2696         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
2697         also in libnsl. Define also INET_PTON_LIB.
2698         * modules/inet_pton (Link): New section.
2699
2700 2009-11-02  Simon Josefsson  <simon@josefsson.org>
2701             Bruno Haible  <bruno@clisp.org>
2702
2703         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
2704         * modules/inet_ntop (Link): New section.
2705         Reported by Boyan Kasarov <bkasarov@gmail.com>.
2706
2707 2009-11-02  Eric Blake  <ebb9@byu.net>
2708
2709         maint: avoid compiler warnings in m4 macros
2710         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
2711         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
2712
2713 2009-11-02  Simon Josefsson  <simon@josefsson.org>
2714
2715         * m4/pmccabe2html.m4: Remove file.
2716         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
2717         function.  Change maintainer.
2718         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
2719         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
2720         Courtès).
2721
2722 2009-10-31  Eric Blake  <ebb9@byu.net>
2723
2724         fseeko: fix m4 regression
2725         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
2726         regression from 2009-10-27.
2727         Reported by Ralf Wildenhues.
2728
2729 2009-10-31  Jim Meyering  <meyering@redhat.com>
2730
2731         inttostr: aesthetics and improved (compile-time) safety
2732         Define inttype_is_signed rather than inttype_is_unsigned,
2733         since the sole use is via "#if inttype_is_signed".
2734         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
2735         inttype_is_unsigned.
2736         * lib/offtostr.c (inttype_is_signed): Likewise.
2737         * lib/uinttostr.c (inttype_is_signed): Likewise.
2738         * lib/umaxtostr.c (inttype_is_signed): Likewise.
2739         * lib/inttostr.c (inttostr): Use verify to cross-check the
2740         inttype_is_signed value and the signedness of the actual type.
2741         * modules/inttostr (Depends-on): Add verify.
2742
2743 2009-10-30  Eric Blake  <ebb9@byu.net>
2744
2745         build: avoid compiler warnings
2746         * lib/fchmodat.c (lchmod): Mark unused variables.
2747         * lib/getopt.c (_getopt_initialize): Likewise.
2748         * lib/mktime.c (__mktime_internal): Provide prototype.
2749         * lib/inttostr.c (inttostr): Avoid compiler warning even with
2750         older gcc that do not understand #pragma GCC diagnostic.
2751         * lib/uinttostr.c (inttype_is_unsigned): Define.
2752         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
2753
2754 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
2755
2756         stat: fix compilation on AIX
2757         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
2758         only see struct stat64.
2759
2760 2009-10-30  Eric Blake  <ebb9@byu.net>
2761
2762         exclude: make more robust
2763         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
2764         rather than masking a coding bug.
2765         Suggested by Bruno Haible.
2766
2767 2009-10-30  Jim Meyering  <meyering@redhat.com>
2768
2769         perl scripts: remove #!/usr/bin/perl in favor of more portable...
2770         Rather than putting #!/usr/bin/perl on the first line,
2771         start with a variant of what's recommended by "man perlrun" that
2772         invokes the first "perl" program from your shell's search path.
2773         * build-aux/gitlog-to-changelog: Replace #!... as above.
2774         Add a "Local Variables" perl mode setting.
2775         Prompted by a patch from Ludovic Courtès.
2776         Improved by Eric Blake.
2777         * build-aux/useless-if-before-free: Likewise.
2778         * build-aux/announce-gen: Likewise.
2779         * build-aux/update-copyright: Likewise.
2780
2781 2009-10-29  Eric Blake  <ebb9@byu.net>
2782
2783         filenamecat-lgpl: adjust clients
2784         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
2785         filenamecat.
2786         * modules/renameat (Depends-on): Likewise.
2787
2788         filenamecat: split into filenamecat-lgpl
2789         * modules/filenamecat-lgpl: New module.
2790         * modules/filenamecat (Files): Move library-safe files into
2791         filenamecat-lgpl.
2792         (Depends-on): Add filenamecat-lgpl.
2793         (configure.ac): Declare witness.
2794         * lib/filenamecat.h (file_name_concat): Only declare when using
2795         GPL module.
2796         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
2797         Move...
2798         * lib/filenamecat-lgpl.c: ...into new file.
2799         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
2800         (gl_FILE_NAME_CONCAT): Use it.
2801         * MODULES.html.sh (File system functions): Mention new module.
2802
2803         argp: avoid memory leak
2804         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
2805         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
2806         base_name, since the latter malloc()s and can call exit().
2807         Leak introduced 2006-07-03.
2808
2809         dirname-lgpl: adjust clients that don't need full dirname
2810         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
2811         * modules/filenamecat (Depends-on): Likewise.
2812         * modules/linkat (Depends-on): Likewise.
2813         * modules/mkancesdirs (Depends-on): Likewise.
2814         * modules/mkdir (Depends-on): Likewise.
2815         * modules/openat (Depends-on): Likewise.
2816         * modules/savewd (Depends-on): Likewise.
2817         * modules/rename (Depends-on): Likewise.
2818         (License): Relax license.
2819         * modules/mkdir-tests (Depends-on): Drop progname.
2820         (Makefile.am): Delete unneeded LDADD.
2821         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
2822
2823         dirname: split into dirname-lgpl
2824         * modules/dirname-lgpl: New module.
2825         * modules/dirname (Files): Move library-safe files into
2826         dirname-lgpl.
2827         (Depends-on): Add dirname-lgpl.
2828         (configure.ac): Declare witness.
2829         * modules/double-slash-root (License): Relax license.
2830         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
2831         module.
2832         * lib/dirname.c (dir_len, mdir_name): Move...
2833         * lib/dirname-lgpl.c: ...into new file.
2834         * lib/basename.c (last_component, base_len): Move...
2835         * lib/basename-lgpl.c: ...into new file.
2836         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
2837         (gl_DIRNAME): Use it.
2838         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
2839         Mention new module.
2840         * modules/dirname-tests (Depends-on): Add progname.
2841         * tests/test-dirname.c (program_name): Delete.
2842
2843         mkdir: make safe for libraries
2844         * modules/mkdir (Depends-on): Drop xalloc.
2845         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
2846         exit.
2847
2848         tests: avoid some compiler warnings
2849         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
2850         literals.
2851         * tests/test-memchr.c (main): Avoid type mismatch.
2852         * tests/test-arpa_inet.c (main): Avoid unused parameters.
2853         * tests/test-base64.c (main): Likewise.
2854         * tests/test-getdelim.c (main): Likewise.
2855         * tests/test-gethostname.c (main): Likewise.
2856         * tests/test-getline.c (main): Likewise.
2857         * tests/test-netinet_in.c (main): Likewise.
2858         * tests/test-select.c (open_server_socket, main): Likewise.
2859         * tests/test-select-stdin.c (main): Likewise.
2860         * tests/test-sockets.c (main): Likewise.
2861         * tests/test-strsignal.c (main): Likewise.
2862         * tests/test-sys_select.c (main): Likewise.
2863         * tests/test-sys_socket.c (main): Likewise.
2864         * tests/test-u64.c (main): Likewise.
2865         * tests/test-xfprintf-posix.c (main): Likewise.
2866         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
2867
2868         sockets: avoid compiler warning
2869         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
2870
2871         maint: detect usage(1) and other suspicious exits
2872         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
2873
2874 2009-10-29  Jim Meyering  <meyering@redhat.com>
2875
2876         timespec: long-to-int truncation could make timespec_cmp malfunction
2877         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
2878         a multiple of 2^32 nanoseconds as no difference.
2879
2880 2009-10-28  Jim Meyering  <meyering@redhat.com>
2881
2882         fprintftime: wrap macro code argument in "do {...} while(0)"
2883         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
2884         cpy macro must be a statement that can be followed by a semicolon.
2885         Now that the else clause contains a comment and is hence longer
2886         than one line, I require curly braces.  That in turn requires
2887         that we wrap this code block in the standard do...while(0).
2888
2889         fprintftime: remove stray semicolon from previous change
2890         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
2891
2892         fprintftime: avoid a warning about ignored fwrite return value
2893         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
2894         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
2895         that is unsafe.
2896         * modules/fprintftime (Depends-on): Add ignore-value.
2897
2898         exclude: avoid an unwarranted warning
2899         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
2900
2901 2009-10-27  Eric Blake  <ebb9@byu.net>
2902
2903         fseek: avoid compilation failure when fflush is replaced
2904         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
2905         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
2906         module is in use.
2907         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
2908         module is not in use; since REPLACE_FSEEK worked otherwise.
2909         (GNULIB_FTELLO): Likewise for ftell.
2910         Reported by Ian Beckwith and others.
2911
2912 2009-10-27  Bruno Haible  <bruno@clisp.org>
2913
2914         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
2915         Reported by Jim Meyering.
2916
2917 2009-10-27  Jim Meyering  <jim@meyering.net>
2918             Bruno Haible  <bruno@clisp.org>
2919
2920         Avoid warning despite dropping the return value of fwrite.
2921         * lib/unicodeio.c: Include ignore-value.h.
2922         (fwrite_success_callback): Explicitly ignore fwrite's return value.
2923         * modules/unicodeio (Depends-on): Add ignore-value.
2924
2925 2009-10-26  Eric Blake  <ebb9@byu.net>
2926
2927         areadlinkat: fix fallback path
2928         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
2929         pointer and zero.
2930
2931 2009-10-22  Pádraig Brady  <P@draigBrady.com>
2932
2933         Use a better IO block size for modern systems
2934         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
2935         * lib/md2.c: Likewise.
2936         * lib/md4.c: Likewise.
2937         * lib/md5.c: Likewise.
2938         * lib/sha1.c: Likewise.
2939         * lib/sha256.c: Likewise.
2940         * lib/sha512.c: Likewise.
2941
2942 2009-10-22  Eric Blake  <ebb9@byu.net>
2943
2944         tests: avoid several compiler warnings
2945         * tests/test-getcwd.c (main): Avoid buffer underflow.
2946         * tests/test-getdate.c (main): String literals are not safe with
2947         putenv, so use setenv.  Declare unused argument.
2948         * modules/getdate-tests (Depends-on): Add setenv.
2949         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
2950         problems with string literals in char *.
2951         * tests/test-hash.c (main): Avoid shadowing declaration.
2952         (insert_new): Treat string literals as char const *.
2953         * tests/test-getopt.h (test_getopt): Likewise.
2954         (getopt_loop): Alter types to minimize casting elsewhere.
2955         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
2956         (test_getopt_long_posix): Likewise.
2957         (do_getopt_long): Add wrapper to minimize casting.
2958         * tests/test-atexit.c (clear_temp_file): Use void.
2959         * tests/test-areadlink-with-size.c (main): Declare unused
2960         arguments.
2961         * tests/test-areadlink.c (main): Likewise.
2962         * tests/test-areadlinkat-with-size.c (main): Likewise.
2963         * tests/test-areadlinkat.c (main): Likewise.
2964         * tests/test-canonicalize-lgpl.c (main): Likewise.
2965         * tests/test-canonicalize.c (main): Likewise.
2966         * tests/test-dirent-safer.c (main): Likewise.
2967         * tests/test-dirname.c (main): Likewise.
2968         * tests/test-dup2.c (main): Likewise.
2969         * tests/test-fchdir.c (main): Likewise.
2970         * tests/test-fcntl-h.c (main): Likewise.
2971         * tests/test-fcntl-safer.c (main): Likewise.
2972         * tests/test-fdopendir.c (main): Likewise.
2973         * tests/test-fdutimensat.c (main): Likewise.
2974         * tests/test-fflush.c (main): Likewise.
2975         * tests/test-filenamecat.c (main): Likewise.
2976         * tests/test-filevercmp.c (main): Likewise.
2977         * tests/test-fopen-safer.c (main): Likewise.
2978         * tests/test-fopen.c (main): Likewise.
2979         * tests/test-fpending.c (main): Likewise.
2980         * tests/test-fpurge.c (main): Likewise.
2981         * tests/test-freading.c (main): Likewise.
2982         * tests/test-fstatat.c (main): Likewise.
2983         * tests/test-fsync.c (main): Likewise.
2984         * tests/test-futimens.c (main): Likewise.
2985         * tests/test-getndelim2.c (main): Likewise.
2986         * tests/test-gettimeofday.c (main): Likewise.
2987         * tests/test-getopt.c (main): Likewise.
2988         * tests/test-i-ring.c (main): Likewise.
2989         * tests/test-inttypes.c (main): Likewise.
2990         * tests/test-link.c (main): Likewise.
2991         * tests/test-lstat.c (main): Likewise.
2992         * tests/test-math.c (main): Likewise.
2993         * tests/test-md5.c (main): Likewise.
2994         * tests/test-memchr2.c (main): Likewise.
2995         * tests/test-memrchr.c (main): Likewise.
2996         * tests/test-mkdir.c (main): Likewise.
2997         * tests/test-mkdirat.c (main): Likewise.
2998         * tests/test-mkfifoat.c (main): Likewise.
2999         * tests/test-open.c (main): Likewise.
3000         * tests/test-openat-safer.c (main): Likewise.
3001         * tests/test-openat.c (main): Likewise.
3002         * tests/test-quotearg.c (main): Likewise.
3003         * tests/test-rawmemchr.c (main): Likewise.
3004         * tests/test-readlink.c (main): Likewise.
3005         * tests/test-remove.c (main): Likewise.
3006         * tests/test-rename.c (main): Likewise.
3007         * tests/test-renameat.c (main): Likewise.
3008         * tests/test-rmdir.c (main): Likewise.
3009         * tests/test-sha1.c (main): Likewise.
3010         * tests/test-signal.c (main): Likewise.
3011         * tests/test-sigaction.c (main): Likewise.
3012         * tests/test-stat.c (main): Likewise.
3013         * tests/test-stat-time.c (main): Likewise.
3014         * tests/test-stddef.c (main): Likewise.
3015         * tests/test-stdint.c (main): Likewise.
3016         * tests/test-stdio.c (main): Likewise.
3017         * tests/test-stdlib.c (main): Likewise.
3018         * tests/test-strchrnul.c (main): Likewise.
3019         * tests/test-strerror.c (main): Likewise.
3020         * tests/test-string.c (main): Likewise.
3021         * tests/test-strtod.c (main): Likewise.
3022         * tests/test-strverscmp.c (main): Likewise.
3023         * tests/test-symlink.c (main): Likewise.
3024         * tests/test-symlinkat.c (main): Likewise.
3025         * tests/test-sys_stat.c (main): Likewise.
3026         * tests/test-sys_time.c (main): Likewise.
3027         * tests/test-time.c (main): Likewise.
3028         * tests/test-unistd.c (main): Likewise.
3029         * tests/test-unlink.c (main): Likewise.
3030         * tests/test-unlinkat.c (main): Likewise.
3031         * tests/test-utimens.c (main): Likewise.
3032         * tests/test-utimensat.c (main): Likewise.
3033         * tests/test-version-etc.c (main): Likewise.
3034         * tests/test-wchar.c (main): Likewise.
3035         * tests/test-wctype.c (main): Likewise.
3036         * tests/test-xprintf-posix.c (main): Likewise.
3037         * tests/test-posixtm.c (main): Likewise.
3038         (STREQ): Delete unused macro.
3039         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
3040         shadowed variables.
3041         * tests/test-memchr.c (main): Likewise.
3042
3043 2009-10-21  Eric Blake  <ebb9@byu.net>
3044
3045         areadlinkat: avoid failure on older glibc
3046         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
3047         rather than mis-comparing 0 against FUNC_RESULT of char*.
3048
3049 2009-10-21  Bruno Haible  <bruno@clisp.org>
3050
3051         * modules/stpncpy (License): Relicense under LGPLv2+.
3052         Reported by David Lutterkort <lutter@redhat.com>.
3053
3054 2009-10-20  Eric Blake  <ebb9@byu.net>
3055
3056         utimensat: work around Solaris 9 bug
3057         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
3058         has trailing slash bugs.
3059         * tests/test-lutimens.h (test_lutimens): Enhance test.
3060         * tests/test-utimens.h (test_utimens): Likewise.
3061         * doc/posix-functions/utime.texi (utime): Enhance documentation.
3062         * doc/posix-functions/utimes.texi (utimes): Likewise.
3063         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
3064         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
3065         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
3066         * doc/posix-functions/futimens.texi (futimens): Likewise.
3067
3068         fdutimensat: new module
3069         * modules/fdutimensat: New file.
3070         * lib/fdutimensat.c (fdutimensat): Likewise.
3071         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
3072         * MODULES.html.sh (File system functions): Mention module.
3073         * modules/fdutimensat-tests: New test.
3074         * tests/test-fdutimensat.c: Likewise.
3075
3076         doc: regenerate INSTALL
3077         * doc/INSTALL: Reflect recent autoconf update.
3078         * doc/INSTALL.ISO: Likewise.
3079         * doc/INSTALL.UTF-8: Likewise.
3080
3081 2009-10-20  Pádraig Brady  <P@draigBrady.com>
3082
3083         acl: warn if ACL support is not detected
3084         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
3085
3086 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
3087
3088         * lib/nproc.h: Add extern "C" block for C++.
3089
3090 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
3091             Bruno Haible  <bruno@clisp.org>
3092
3093         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
3094         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
3095         * doc/posix-functions/isalpha.texi: Likewise.
3096         * doc/posix-functions/isblank.texi: Likewise.
3097         * doc/posix-functions/iscntrl.texi: Likewise.
3098         * doc/posix-functions/isdigit.texi: Likewise.
3099         * doc/posix-functions/isgraph.texi: Likewise.
3100         * doc/posix-functions/islower.texi: Likewise.
3101         * doc/posix-functions/isprint.texi: Likewise.
3102         * doc/posix-functions/ispunct.texi: Likewise.
3103         * doc/posix-functions/isspace.texi: Likewise.
3104         * doc/posix-functions/isupper.texi: Likewise.
3105         * doc/posix-functions/isxdigit.texi: Likewise.
3106
3107 2009-10-18  Bruno Haible  <bruno@clisp.org>
3108
3109         Tests for module 'isblank'.
3110         * modules/isblank-tests: New file.
3111         * tests/test-isblank.c: New file.
3112
3113         New module 'isblank'.
3114         * lib/isblank.c: New file.
3115         * m4/isblank.m4: New file.
3116         * modules/isblank: New file.
3117         * doc/posix-functions/isblank.texi: Mention the new module.
3118
3119 2009-10-18  Bruno Haible  <bruno@clisp.org>
3120
3121         New module 'ctype'.
3122         * lib/ctype.in.h: New file.
3123         * m4/ctype.m4: New file.
3124         * modules/ctype: New file.
3125         * doc/posix-headers/ctype.texi: Mention the new module.
3126
3127 2009-10-18  Jim Meyering  <meyering@redhat.com>
3128
3129         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
3130         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
3131         right after its initialization, rather than farther down.
3132         Keeping these in close proximity makes it easier to ensure
3133         that each such variable is initialized.  E.g.,
3134
3135             LIB_CLOCK_GETTIME=
3136             AC_SUBST([LIB_CLOCK_GETTIME])
3137
3138         This change also increments these serial numbers.
3139         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
3140         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3141         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3142
3143 2009-10-18  Bruno Haible  <bruno@clisp.org>
3144
3145         Don't let environment variables perturb build.
3146         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
3147         (gl_PREREQ_GETHRXTIME): ... not here.
3148
3149 2009-10-18  Bruno Haible  <bruno@clisp.org>
3150
3151         Avoid symlink attack in localcharset module.
3152         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
3153         (O_NOFOLLOW): Define fallback.
3154         (get_charset_aliases): Don't open the file if it is a symbolic link.
3155         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
3156         gl_FCNTL_H.
3157         (gl_FCNTL_H): Require it.
3158         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
3159         * modules/localcharset (Files): Add m4/fcntl_h.m4.
3160         Reported by Fergal Glynn <fglynn@veracode.com>.
3161
3162 2009-10-18  Bruno Haible  <bruno@clisp.org>
3163
3164         Implement nproc for mingw.
3165         * lib/nproc.c: Include <windows.h>
3166         (num_processors): On native Windows platforms, try GetSystemInfo.
3167
3168 2009-10-18  Bruno Haible  <bruno@clisp.org>
3169
3170         Implement nproc for IRIX.
3171         * lib/nproc.c: Include <sys/sysmp.h>.
3172         (num_processors): On IRIX systems, try sysmp.
3173         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
3174
3175 2009-10-18  Bruno Haible  <bruno@clisp.org>
3176
3177         Implement nproc for HP-UX.
3178         * lib/nproc.c: Include <sys/pstat.h>
3179         (num_processors): On HP-UX systems, try pstat_getdynamic.
3180         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
3181         pstat_getdynamic.
3182
3183 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
3184             Bruno Haible  <bruno@clisp.org>
3185
3186         Implement nproc for NetBSD, OpenBSD.
3187         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
3188         (ARRAY_SIZE): New macro.
3189         (num_processors): On BSD systems, try sysctl of HW_NCPU.
3190         * m4/nproc.m4: New file.
3191         * modules/nproc (Files): Add m4/nproc.m4.
3192         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
3193         (Makefile.am): Instead, augment lib_SOURCES.
3194
3195 2009-10-18  Bruno Haible  <bruno@clisp.org>
3196
3197         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
3198         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
3199         sys/param.h.
3200
3201 2009-10-16  Eric Blake  <ebb9@byu.net>
3202
3203         utimensat: new module
3204         * modules/utimensat: New file.
3205         * lib/utimensat.c (utimensat): Likewise.
3206         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
3207         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
3208         so we can work around Linux bugs.
3209         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
3210         * modules/sys_stat (Makefile.am): Substitute them.
3211         * lib/sys_stat.in.h (utimensat): Declare it.
3212         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3213         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
3214         * modules/utimensat-tests: New test.
3215         * tests/test-utimensat.c: Likewise.
3216
3217         utimens: let lutimens work on non-symlinks
3218         * lib/utimens.c (lutimens): Fall back to utimens rather than
3219         failing with ENOSYS, when file is not a symlink.
3220         (utimens): Reduce redirection.
3221         * tests/test-lutimens.h (test_lutimens): Update test to cover
3222         non-symlinks.
3223         * tests/test-utimens.h (test_utimens): Update test to cover
3224         symlinks.
3225         * tests/test-utimens.c (main): Update caller.
3226
3227         utimens: cache whether utimensat syscall works
3228         * lib/utimens.c (utimensat_works_really): New cache variable.
3229         (fdutimens, lutimens): Use it to avoid failing syscall.
3230
3231         test-stat-time, test-utimens: improve portability
3232         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
3233         ext4 on alpha, and for cygwin.
3234         * tests/test-utimens-common.h: New file.
3235         (nap): Factor delays into single function.
3236         * tests/test-lutimens.h (test_lutimens): Use new header.
3237         * tests/test-futimens.h (test_futimens): Likewise.
3238         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
3239         timestamps to occur from same machine, as was done previously for
3240         test_utimens.
3241         * modules/utimens-tests (Files): Ship new file.
3242         * modules/futimens-tests (Files): Likewise.
3243         Reported in part by Jim Meyering.
3244
3245         sys_stat: sort replacement declarations
3246         * lib/sys_stat.in.h: Sort declarations.
3247         * lib/futimens.c (futimens): Fix typo.
3248
3249 2009-10-15  Jim Meyering  <meyering@redhat.com>
3250
3251         don't let environment settings perturb build
3252         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
3253         could cause a configure-time and/or build-time malfunction.
3254         Typically, a configure-time function-in-library test is performed
3255         via code like this:
3256
3257           LIB_VAR=
3258           AC_SUBST([LIB_VAR])
3259           prefix_saved_LIBS=$LIBS
3260             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
3261                        [test "$ac_cv_search_FUNC" = "none required" ||
3262                         LIB_VAR=$ac_cv_search_FUNC])
3263           LIBS=$prefix_saved_LIBS
3264
3265         However, in each of the files affected by this change, the LIB_VAR=
3266         initialization was omitted.  Thus, when set in the environment, its
3267         value would propagate into generated Makefiles when FUNC is not found
3268         in LIB_NAME.
3269         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
3270         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3271         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3272
3273 2009-10-14  Eric Blake  <ebb9@byu.net>
3274
3275         fchdir: avoid infinite recursion in mingw
3276         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
3277         recursing.
3278
3279         test-stat-time: port to mingw
3280         * tests/test-stat-time.c (force_unlink): Return a value.
3281         (test_ctime) [W32]: Fix compilation error.
3282         (nap): Don't call usleep with too large an argument.  Use
3283         force_unlink.
3284         * doc/pastposix-functions/usleep.texi (usleep): Document the
3285         portability issue.
3286
3287 2009-10-13  Jim Meyering  <meyering@redhat.com>
3288
3289         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
3290         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
3291         * modules/pipe-filter-ii: Likewise.
3292         * modules/sys_socket-tests: Likewise.
3293         * modules/tsearch-tests: Likewise.
3294         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
3295         (check): Depend on it.
3296
3297 2009-10-12  Eric Blake  <ebb9@byu.net>
3298
3299         utimens-tests: port to NFS file systems
3300         * tests/test-utimens.h (test_utimens): Refactor utimecmp
3301         comparisons to avoid spurious failures from timestamp drift
3302         between NFS machines.
3303
3304 2009-10-12  Eric Blake  <ebb9@byu.net>
3305
3306         stat-time-tests: minor cleanups
3307         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
3308         * tests/test-stat-time.c (nap): Separate assignment from call.
3309         Suggested by Paolo Bonzini and Bruno Haible.
3310
3311         sys_stat: guarantee struct timespec
3312         * lib/sys_stat.in.h (includes): Always include <time.h>
3313         * modules/sys_stat (Depends-on): Add time.
3314         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
3315         mode_t permission values.
3316         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
3317         get at subsecond timestamps.
3318
3319 2009-10-10  Eric Blake  <ebb9@byu.net>
3320
3321         futimens: new module
3322         * modules/futimens: New file.
3323         * lib/futimens.c (futimens): Likewise.
3324         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
3325         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
3326         we can work around Linux bugs.
3327         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
3328         * modules/sys_stat (Makefile.am): Substitute them.
3329         * lib/sys_stat.in.h (futimens): Declare it.
3330         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3331         * doc/posix-functions/futimens.texi (futimens): Likewise.
3332         * modules/futimens-tests: New test.
3333         * tests/test-futimens.c: Likewise.
3334
3335         utimens: introduce fdutimens
3336         * lib/utimens.h (fdutimens): New prototype.
3337         * lib/utimens.c (gl_futimens): Move guts...
3338         (fdutimens): ...to new interface.
3339         * tests/test-utimens.c (do_fdutimens): Use it.
3340
3341         utimens: add UTIME_NOW and UTIME_OMIT support
3342         * lib/utimens.c (validate_timespec, update_timespec): New helper
3343         functions.
3344         (gl_futimens, lutimens): Use them.
3345         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
3346         stdbool, sys_stat.
3347         (Link): Mention resulting library dependency.
3348         * modules/utimecmp (Link): Likewise.
3349         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
3350         (Makefile.am): Pick up library dependency.
3351         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
3352         definition.
3353         * tests/test-sys_stat.c: Test the definitions.
3354         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
3355         * NEWS: Document library dependency.
3356
3357         utimecmp: support symlink timestamps
3358         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
3359         hashing when possible.  Use pathconf when available.
3360         (SYSCALL_RESOLUTION): Recognize tighter resolution.
3361         * modules/utimecmp (Depends-on): Add lstat.
3362
3363         utimens: add lutimens interface
3364         * lib/utimens.c (lutimens): New function.
3365         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
3366         * lib/utimens.h (lutimens): Declare new interface.
3367         * tests/test-utimens.c (main): Enhance test.
3368         * tests/test-lutimens.h (test_lutimens): New file.
3369         * modules/utimens-tests (Files): Distribute it.
3370         (Depends-on): Add symlink.
3371         (configure.ac): Check for usleep.
3372
3373         utimens: validate futimens usage
3374         * lib/utimens.c (gl_futimens): Require valid fd up front, using
3375         fewer syscalls on failure later on.  Avoid compiler warning on
3376         mingw.
3377         * modules/utimens (Depends-on): Add dup2.
3378
3379         utimens: add test
3380         * modules/utimens-tests: New test.
3381         * tests/test-utimens.h: New file.
3382         * tests/test-futimens.h: Likewise.
3383         * tests/test-utimens.c: Likewise.
3384
3385         doc: mention timestamp portability issues
3386         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
3387         instead.
3388         * doc/posix-functions/utime.texi (utime): Likewise.
3389         * doc/posix-functions/utimes.texi (utimes): Likewise.
3390         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
3391         instead.
3392         * doc/posix-functions/futimens.texi (futimens): Mention utimens
3393         module.
3394         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
3395         Mention weakness with symlink timestamps.
3396         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
3397         to utimensat/futimens instead.
3398         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
3399
3400         test-dup2: enhance test
3401         * tests/test-dup2.c (main): Also check AT_FDCWD.
3402
3403         test-stat-time: avoid more spurious failures
3404         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
3405         xfs; and avoid race if the two timestamps cross quantization edge.
3406
3407         relocatable: prefer 'file system' over 'filesystem'
3408         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
3409         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
3410         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
3411         * doc/relocatable.texi (Enabling Relocatability): Likewise.
3412         * lib/relocatable.c (compute_curr_prefix): Likewise.
3413
3414 2009-10-10  Jim Meyering  <meyering@redhat.com>
3415
3416         stat-time-tests: check for the usleep function
3417         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
3418
3419 2009-10-10  Bruno Haible  <bruno@clisp.org>
3420
3421         * modules/xnanosleep: Put the Link section after the Include section.
3422
3423 2009-10-09  Eric Blake  <ebb9@byu.net>
3424
3425         dup2: work around FreeBSD 6.1 bug
3426         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
3427         * doc/posix-functions/dup2.texi (dup2): Document it.
3428         Reported by Nelson H. F. Beebe and Jim Meyering.
3429
3430         test-stat-time: port to buggy NFS clients
3431         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
3432         (test_ctime): Also skip test if mtime and ctime are skewed.
3433
3434         maint: prefer 'file system' over 'filesystem'
3435         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
3436         * doc/posix-functions/lstat.texi (lstat): Likewise.
3437         * lib/file-has-acl.c (file_has_acl): Likewise.
3438         * lib/fwriteerror.c [TEST]: Likewise.
3439         * tests/test-areadlink.h (test_areadlink): Likewise.
3440         * tests/test-areadlinkat-with-size.c (main): Likewise.
3441         * tests/test-areadlinkat.c (main): Likewise.
3442         * tests/test-canonicalize-lgpl.c (main): Likewise.
3443         * tests/test-canonicalize.c (main): Likewise.
3444         * tests/test-fstatat.c (main): Likewise.
3445         * tests/test-linkat.c (main): Likewise.
3446         * tests/test-lstat.h (test_lstat_func): Likewise.
3447         * tests/test-mkdir.h (test_mkdir): Likewise.
3448         * tests/test-readlink.h (test_readlink): Likewise.
3449         * tests/test-remove.c (main): Likewise.
3450         * tests/test-rename.h (test_rename): Likewise.
3451         * tests/test-renameat.c (main): Likewise.
3452         * tests/test-rmdir.h (test_rmdir_func): Likewise.
3453         * tests/test-symlink.h (test_symlink): Likewise.
3454         * tests/test-symlinkat.c (main): Likewise.
3455         * tests/test-unlink.h (test_unlink_func): Likewise.
3456         * tests/test-unlinkat.c (main): Likewise.
3457
3458         maint: make realtime library usage explicit
3459         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
3460         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
3461         * modules/settime (Link): Likewise.
3462         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
3463
3464         test-stat-time: speed up execution
3465         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
3466         warning on mingw.
3467         (nap): New helper function.
3468         (prepare_test): Use it to reduce sleep time.
3469         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
3470         execution.
3471         * modules/stat-time-tests (configure.ac): Check for usleep.
3472
3473 2009-10-09  Jim Meyering  <meyering@redhat.com>
3474
3475         selinux-h: always use getfilecon wrappers
3476         * lib/getfilecon.c: New file.
3477         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
3478         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
3479         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
3480         (fgetfilecon): Provide a stub.
3481         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
3482         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
3483         file unconditionally.
3484         When <selinux/selinux.h> is found, arrange to use wrappers.
3485         * modules/selinux-h (Files): Add getfilecon.c.
3486         (Makefile.am): Substitute include-next-related bits
3487         into the now-always-generated selinux/selinux.h file.
3488         * doc/glibc-functions/lgetfilecon.texi: New file.
3489         * doc/glibc-functions/fgetfilecon.texi: New file.
3490         * doc/glibc-functions/getfilecon.texi: New file.
3491         * doc/glibc-functions/getfilecon-desc.texi: New file.
3492         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
3493         which to pull in the new files.
3494         * MODULES.html.sh (Misc): Add selinux-h.
3495
3496 2009-10-08  Jim Meyering  <meyering@redhat.com>
3497
3498         unistd: fix comment typo
3499         * lib/unistd.in.h (euidaccess): Fix a comment typo.
3500
3501 2009-10-08  Eric Blake  <ebb9@byu.net>
3502
3503         areadlink: use SIZE_MAX consistently
3504         * modules/areadlink (Depends-on): Add stdint.
3505         * modules/areadlink-with-size (Depends-on): Likewise.
3506         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
3507         gives NULL; drop sys/types, since unistd gives size_t; and add
3508         stdint for SIZE_MAX.
3509         (SIZE_MAX): Rely on headers.
3510         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
3511         and add stdint.
3512         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
3513         (SIZE_MAX): Likewise.
3514         (INITIAL_BUF_SIZE): Turn into enum.
3515         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
3516
3517 2009-10-08  Jim Meyering  <meyering@redhat.com>
3518
3519         areadlinkat: avoid compilation failure
3520         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
3521         Fix typo in comment.
3522
3523 2009-10-07  Eric Blake  <ebb9@byu.net>
3524
3525         areadlinkat-with-size: new module
3526         * modules/areadlinkat-with-size: New module.
3527         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
3528         * lib/areadlink.h (areadlinkat): Declare it.
3529         * MODULES.html.sh (File system functions): Mention it.
3530         * modules/areadlinkat-with-size-tests: New test.
3531         * tests/test-areadlinkat-with-size.c: New file.
3532
3533         xreadlinkat: new module
3534         * modules/xreadlinkat: New module.
3535         * lib/xreadlinkat.c (xreadlinkat): New file.
3536         * lib/xreadlink.h (xreadlinkat): Declare it.
3537         * MODULES.html.sh (File system functions): Mention it.
3538
3539         areadlinkat: new module
3540         * lib/at-func.c (FUNC_FAIL): New define.
3541         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
3542         * modules/areadlinkat: New module.
3543         * lib/linkat.c (areadlinkat): Move...
3544         * lib/areadlinkat.c (areadlinkat): ...to new file.
3545         * lib/areadlink.h (areadlinkat): Declare it.
3546         * modules/linkat (Depends-on): Add areadlinkat.
3547         * MODULES.html.sh (File system functions): Mention it.
3548         * modules/areadlinkat-tests: New test.
3549         * tests/test-areadlinkat.c: New file.
3550
3551         areadlink, areadlink-with-size: add tests
3552         * modules/areadlink-tests: New test.
3553         * modules/areadlink-with-size-tests: Likewise.
3554         * tests/test-areadlink.h: New file.
3555         * tests/test-areadlink.c: Likewise.
3556         * tests/test-areadlink-with-size.c: Likewise.
3557
3558         maint: minor cleanups
3559         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
3560         _UNUSED_PARAMETER_ instead.
3561         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
3562         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
3563         * modules/linkat-tests (Files): Distribute test-link.h.
3564
3565         openat, utimens: whitespace cleanup
3566         * lib/openat.c: Prefer space throughout, rather than mix of 8
3567         spaces vs. tabs.
3568         * lib/at-func.c: Likewise.
3569         * lib/utimens.c: Likewise.
3570
3571         openat: avoid using wrong fd
3572         * lib/openat.c (openat_permissive): Reject user's fd if saving the
3573         working directory chooses same fd.
3574         * lib/at-func.c (AT_FUNC_NAME): Likewise.
3575
3576         mkdir, mkdirat: fix cygwin 1.5.x bug
3577         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
3578         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
3579         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
3580         bug.
3581         (gl_PREREQ_MKDIR): Delete unused macro.
3582         * modules/mkdir (Files): Track file rename.
3583         (configure.ac): Update macro name.
3584         * modules/openat (Depends-on): Add mkdir.
3585         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
3586
3587         mkdir, mkdirat: add tests
3588         * modules/mkdir-tests: New test.
3589         * tests/test-mkdir.h: New file.
3590         * tests/test-mkdir.c: Likewise.
3591         * tests/test-mkdirat.c: Likewise.
3592         * modules/openat-tests (Files): Add new files.
3593         (Makefile.am): Run new test.
3594
3595 2009-10-06  Eric Blake  <ebb9@byu.net>
3596
3597         doc: tweak *at function documentation
3598         * doc/posix-functions/faccessat.texi (faccessat): Mention
3599         known issue with replacement.
3600         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
3601         * doc/posix-functions/linkat.texi (linkat): Likewise.
3602         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
3603         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
3604         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
3605         * doc/posix-functions/renameat.texi (renameat): Likewise.
3606         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
3607
3608         openat: fix GNU/Hurd bug in unlinkat
3609         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
3610         broken.
3611         * doc/posix-functions/unlink.texi (unlink): Document this.
3612         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
3613
3614         fdopendir: fix GNU/Hurd bug
3615         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
3616         allowing non-directory fds.
3617         * lib/fdopendir.c (rpl_fdopendir): Work around it.
3618         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
3619         * modules/dirent (Makefile.am): Substitute it.
3620         * lib/dirent.in.h (fdopendir): Declare replacement.
3621         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
3622         * tests/test-fdopendir.c (main): Test something other than
3623         /dev/null, since on Hurd that behaves like a directory.
3624
3625         test-symlink: port to GNU/Hurd
3626         * tests/test-symlink.h (test_symlink): Relax expected errno.
3627
3628         doc: tweak more cygwin information
3629         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
3630         now compatible with glibc.
3631         * doc/posix-functions/getopt.texi (getopt): Likewise.
3632
3633         getopt-gnu: add another test
3634         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
3635         guarantee behavior relied on by m4.
3636         * tests/test-getopt.c (main): Use it.
3637         * modules/getopt-posix-tests (Depends-on): Add setenv.
3638         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
3639
3640         getopt: fix compilation on darwin
3641         * lib/getopt.in.h (includes): Leave breadcrumbs during system
3642         include.
3643         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
3644         Reported by Ludovic Courtès.
3645
3646 2009-10-06  Bruno Haible  <bruno@clisp.org>
3647
3648         * modules/size_max (Description): Discourage its use.
3649         Reported by Simon Josefsson.
3650
3651 2009-10-06  Jim Meyering  <meyering@redhat.com>
3652
3653         linkat: avoid compilation failure
3654         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
3655
3656 2009-10-05  Eric Blake  <ebb9@byu.net>
3657
3658         linkat: support Linux 2.6.17
3659         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
3660         linkat on Linux, but allow cache variable override.
3661         * lib/linkat.c (rpl_linkat): Define override.
3662         * modules/linkat (Depends-on): Add symlinkat.
3663         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
3664         * modules/unistd (Makefile.am): Substitute it.
3665         * lib/unistd.in.h (linkat): Declare replacement.
3666         Reported by Pádraig Brady.
3667
3668         quotearg: port test to systems with C.UTF-8 locale
3669         * tests/test-quotearg.c (struct result_strings): Add another
3670         member, differentiating between C.ASCII and C.UTF-8 handling.
3671         (compare_strings): Add parameter.
3672         (main): Adjust all callers.
3673
3674         getopt: avoid clash with FreeBSD _getopt_internal
3675         * lib/getopt.in.h (_getopt_internal): Override the name.
3676         * lib/getopt_int.h (includes): Pick up any overrides.
3677         Reported by Reuben Thomas.
3678
3679         hash: allow C89 compilation
3680         * lib/hash.c (check_tuning): Move declaration before statement.
3681         Reported by Reuben Thomas.
3682
3683 2009-10-05  Karl Berry  <karl@gnu.org>
3684
3685         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
3686
3687 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
3688             Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/uname.c (uname): Use a table-driven algorithm to compute
3691         Windows NT versions.
3692
3693 2009-10-04  Bruno Haible  <bruno@clisp.org>
3694
3695         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
3696         program_invocation_short_name.
3697         * modules/progname (configure.ac): Test for presence of
3698         program_invocation_short_name.
3699         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
3700
3701 2009-10-04  Bruno Haible  <bruno@clisp.org>
3702
3703         * lib/progname.c (set_program_name): Fix comment.
3704         Reported by Jim Meyering.
3705
3706 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
3707             Bruno Haible  <bruno@clisp.org>
3708
3709         * lib/uname.c: Include <string.h>.
3710         (uname): Do only one call to GetVersionEx in the common case.
3711
3712 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
3713             Bruno Haible  <bruno@clisp.org>
3714
3715         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
3716         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
3717         (uname): Add support for Windows CE and various non-x86 CPU types.
3718
3719 2009-10-03  Bruno Haible  <bruno@clisp.org>
3720
3721         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
3722         invocation to tests/configure.ac.
3723         Reported by Ian Beckwith <ianb@erislabs.net>.
3724
3725 2009-10-02  Eric Blake  <ebb9@byu.net>
3726
3727         fchdir: avoid compiler warning
3728         * lib/fchdir.c (canonicalize_file_name)
3729         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
3730
3731         test-open: support mingw errno values
3732         * tests/test-open.h (test_open): Relax test.
3733         * tests/test-fopen.h (test_fopen): Likewise.
3734         * tests/test-openat-safer.c (main): Likewise.
3735
3736         open: fix opening directory on mingw
3737         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
3738
3739         test-open: on GNU/Hurd, /dev/null is a directory
3740         * tests/test-fopen.h (main): Rename...
3741         (test_fopen): ...to this.  Use a guaranteed non-directory when
3742         confirming open behavior on trailing slash.
3743         * tests/test-openat-safer.c (main): Likewise.
3744         * tests/test-open.h (main): Likewise....
3745         (test_open): ...to this.
3746         * tests/test-fopen.c (main): Adjust caller.
3747         * tests/test-fopen-safer.c (main): Likewise.
3748         * tests/test-open.c (main): Likewise.
3749         * tests/test-fcntl-safer.c (main): Likewise.
3750         Reported by Samuel Thibault.
3751
3752         rename, fchdir: don't ignore chdir failure
3753         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
3754         * lib/rename.c (rpl_rename) [W32]: Likewise.
3755         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
3756         an empty destination directory if source cannot be renamed,
3757         although there is still possibility for failure.
3758         * doc/posix-functions/rename.texi (rename): Document the race.
3759         Reported by Jim Meyering.
3760
3761         maint: cleanup whitespace in recent commits
3762         * lib/rename.c (rpl_rename): Remove tabs.
3763         * tests/test-link.h (test_link): Likewise.
3764         * lib/fchdir.c (get_name): Likewise.
3765         Reported by Jim Meyering.
3766
3767 2009-10-02  Ben Pfaff  <blp@gnu.org>
3768
3769         relocatable-prog-wrapper: Add missing dependency on
3770         double-slash-root.
3771         * modules/relocatable-prog-wrapper: Add dependency.
3772         Reported by Ian Beckwith <ianb@erislabs.net>.
3773
3774 2009-10-02  Eric Blake  <ebb9@byu.net>
3775
3776         renameat: fix Solaris bugs
3777         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
3778         needed fixing.
3779         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
3780         * modules/stdio (Makefile.am): Substitute it.
3781         * lib/stdio.in.h (renameat): Declare replacement.
3782         * lib/renameat.c (rpl_renameat): Implement fix.
3783
3784         renameat: new module
3785         * modules/renameat: New file.
3786         * lib/renameat.c (renameat): Likewise.
3787         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
3788         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
3789         * modules/stdio (Makefile.am): Substitute them.
3790         * lib/stdio.in.h (renameat): Declare it.
3791         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
3792         * doc/posix-functions/renameat.texi (renameat): Likewise.
3793         * modules/renameat-tests: New test.
3794         * tests/test-renameat.c: Likewise.
3795
3796         rename: fix mingw bugs
3797         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
3798         directory overwrite bugs.
3799
3800         rename: fix another cygwin 1.5 bug
3801         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
3802         checks.
3803         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
3804         unnecessary cygwin workarounds.  Also work around bug with moving
3805         full directory onto an empty one.
3806         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
3807
3808         rename-dest-slash: merge into rename module
3809         * modules/rename-dest-slash (Status): Mark obsolete.
3810         (Depends-on): Add rename.
3811         (Files): Let rename do it all.
3812         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
3813         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
3814         * m4/rename-dest-slash.m4: ...so this file can be deleted.
3815         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
3816         * lib/rename.c (rpl_rename): Update comments.
3817
3818         rename: fix cygwin 1.5.x bugs
3819         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
3820         * lib/rename.c (rpl_rename): Work around them.
3821         * modules/rename (Depends-on): Add same-inode.
3822
3823         rename: fix Solaris 10 bug
3824         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
3825         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
3826         was the only bug.
3827
3828         rename: fix Solaris 9 bug
3829         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
3830         on non-directory.  Avoid calling exit.
3831         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
3832         strdup.
3833         * modules/rename-tests (Depends-on): Drop lstat.
3834         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
3835         (gl_PREREQ_RENAME): Delete unused macro.
3836
3837         rename-dest-slash: fix NetBSD bug
3838         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
3839         links.
3840         * modules/rename-dest-slash (Depends-on): Add same-inode.
3841
3842         rename-tests: new test, exposes several platform bugs
3843         * modules/rename-tests: New file.
3844         * tests/test-rename.h: Likewise.
3845         * tests/test-rename.c: Likewise.
3846         * doc/posix-functions/rename.texi (rename): Improve documentation,
3847         including bugs that will eventually be fixed in gnulib.
3848
3849 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
3850
3851         * lib/uname.c: Include <stdlib.h>
3852         (uname): Assume version info is available.
3853
3854 2009-10-02  Jim Meyering  <meyering@redhat.com>
3855
3856         gnu-web-doc-update: correct --help output
3857         * build-aux/gnu-web-doc-update: Make --help output relevant.
3858
3859         gnu-web-doc-update: add standard options
3860         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
3861
3862         gnu-web-doc-update: New module.
3863         Use this script to automatically update the on-line web documentation
3864         for your GNU project at http://www.gnu.org/software/$pkg/manual/
3865         * modules/gnu-web-doc-update: New file, from coreutils.
3866         * build-aux/gnu-web-doc-update: New script.
3867
3868 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
3869
3870         link: LoadLibrary is not needed.
3871         * lib/link.c: Use GetModuleHandle.
3872
3873 2009-10-01  Eric Blake  <ebb9@byu.net>
3874
3875         getopt: bump serial number
3876         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
3877         change.
3878
3879         tests: tighten link, rmdir, and remove tests
3880         * tests/test-link.h (includes): No need to use <config.h> here.
3881         Clean up if directory hard link was created, otherwise test for
3882         trailing '.'.
3883         * tests/test-linkat.c (main): Simplify.
3884         * tests/test-remove.c (main): Enhance test for trailing '.'.
3885         * tests/test-rmdir.h (test_rmdir_func): Likewise.
3886
3887 2009-10-01  Jim Meyering  <meyering@redhat.com>
3888
3889         maint.mk: requiring "make major" was annoying, for a "minor" release.
3890         What is intended is "stable", to contrast with alpha and beta,
3891         so require "make stable", not "make major".
3892         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
3893         (get_tool_versions): Likewise.
3894         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
3895
3896 2009-09-30  Ben Pfaff  <blp@gnu.org>
3897
3898         Fix broken build of replacement for Windows tmpfile().
3899         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
3900         flags argument added along with the 'mkostemp' module.
3901
3902 2009-09-28  Bruno Haible  <bruno@clisp.org>
3903
3904         Avoid identifier clash with POSIX function 'remove' defined as a macro.
3905         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
3906         to 'remove_elt'.
3907         (gl_list_remove): Update.
3908         * lib/gl_list.c (gl_list_remove): Update.
3909         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
3910         to 'remove_elt'.
3911         (gl_oset_remove): Update.
3912         * lib/gl_list.c (gl_oset_remove): Update.
3913         Reported by Eric Blake.
3914
3915 2009-09-28  Eric Blake  <ebb9@byu.net>
3916
3917         doc: mention yet more cygwin 1.7 status
3918         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
3919         cygwin.
3920         * doc/glibc-functions/execvpe.texi (execvpe): New file.
3921         * doc/gnulib.texi (Glibc unistd.h): Mention it.
3922
3923         argp: fix test failure
3924         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
3925         that are not upper-case.  Pass correct range to tolower.
3926
3927 2009-09-27  Jim Meyering  <meyering@redhat.com>
3928
3929         test-yesno: work around sparc-dash here-document infelicity
3930         Without this change, the literal \177 byte in a here document
3931         would make dash 0.5.5.1-3 access uninitialized memory.
3932         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
3933         Instead, use a marker, "@", and filter through tr to create the desired
3934         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
3935
3936 2009-09-27  Bruno Haible  <bruno@clisp.org>
3937
3938         Disable untested support for new flavours of ACLs on AIX.
3939         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
3940         progress.
3941         * lib/set-mode-acl.c (qset_acl): Likewise.
3942
3943 2008-12-07  Bruno Haible  <bruno@clisp.org>
3944
3945         Add support for new flavours of ACLs on AIX. (Untested.)
3946         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
3947         (file_has_acl): Add support for newer AIX.
3948         * lib/set-mode-acl.c (qset_acl): Likewise.
3949         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
3950         Rainer Tammer <tammer@tammer.net>.
3951
3952 2009-09-26  Eric Blake  <ebb9@byu.net>
3953
3954         argp: fix compilation of getopt
3955         * lib/getopt.in.h (includes): Use different guard than glibc.
3956         Reported by Sergey Poznyakoff.
3957
3958         doc: mention more cygwin 1.7 status
3959         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
3960         bug.
3961         * doc/posix-functions/execl.texi (execl): Likewise.
3962         * doc/posix-functions/execle.texi (execle): Likewise.
3963         * doc/posix-functions/execlp.texi (execlp): Likewise.
3964         * doc/posix-functions/execv.texi (execv): Likewise.
3965         * doc/posix-functions/execve.texi (execve): Likewise.
3966         * doc/posix-functions/execvp.texi (execvp): Likewise.
3967         * doc/glibc-functions/canonicalize_file_name.texi
3968         (canonicalize_file_name): Cygwin 1.7 now provides this.
3969         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
3970         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
3971         on AT_SYMLINK_NOFOLLOW.
3972
3973 2009-09-24  Eric Blake  <ebb9@byu.net>
3974
3975         test-linkat: make test more robust
3976         * tests/test-linkat.c (main): Avoid collision with EEXIST.
3977
3978         getopt: fix inclusion guards for cygwin
3979         * modules/getopt-posix (Depends-on): Add include-next.
3980         (Makefile.am): Substitute more items in replacement header.
3981         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
3982         <getopt.h>.
3983         * lib/getopt.in.h (includes): Use split inclusion guard, and
3984         prefer <getopt.h> over include <unistd.h> when one is present.
3985         (option): Also override name of 'struct option'.
3986
3987         same-inode: revert prior change; it is not yet ready
3988         * NEWS: Undo mention of this change.
3989         * lib/same-inode.h (same-inode.h): Undo tri-state change.
3990         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
3991         * lib/cycle-check.c (cycle_check): Likewise.
3992         * lib/same.c (same_name): Likewise.
3993         * lib/at-func2.c (at_func2): Likewise.
3994
3995 2009-09-23  Eric Blake  <ebb9@byu.net>
3996
3997         linkat: new module
3998         * modules/linkat: New file.
3999         * lib/at-func2.c (at_func2): Likewise.
4000         * lib/linkat.c (linkat): Likewise.
4001         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
4002         * lib/openat-priv.h (at_func2): Add declaration.
4003         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
4004         * modules/unistd (Makefile.am): Substitute them.
4005         * lib/unistd.in.h (linkat): Declare it.
4006         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4007         * doc/posix-functions/linkat.texi (linkat): Likewise.
4008         * doc/posix-functions/link.texi (link): Tweak wording.
4009         * tests/test-link.c (main): Move guts...
4010         * tests/test-link.h (test_link): ...into new file.
4011         * modules/linkat-tests: New test.
4012         * tests/test-linkat.c: Likewise.
4013         * modules/link-tests (Files): Ship new file.
4014         (Depends-on): Add stdbool.
4015
4016         dirname: add library-safe mdir_name
4017         * lib/dirname.h (mdir_name): New prototype.
4018         * lib/dirname.c (dir_name): Move guts...
4019         (mdir_name): ...to new function that avoids xalloc_die.
4020
4021         fchdir: another mingw fix
4022         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
4023         * lib/fchdir.c (get_name): New helper method; skips canonicalize
4024         on mingw (where it has not yet been ported), and make it optional
4025         elsewhere.
4026         (_gl_register_fd): Use it.
4027
4028         same-inode: make SAME_INODE tri-state, to port to mingw
4029         * NEWS: Mention this change.
4030         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
4031         st_ino always being 0.
4032         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
4033         * lib/cycle-check.c (cycle_check): Likewise.
4034         * lib/same.c (same_name): Likewise.
4035
4036         lstat: avoid mingw compilation error
4037         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
4038         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
4039         lstat ourselves.
4040         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
4041         was adequate.
4042         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
4043         the checks for lstat.
4044         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
4045
4046         link: fix test failure on Solaris 9
4047         * lib/link.c (rpl_link): Don't assume link will catch bogus
4048         trailing slash on source.
4049
4050         test-symlinkat: enhance test
4051         * tests/test-readlink.c (main): Move guts...
4052         * tests/test-readlink.h (test_readlink): ...into new file.
4053         * tests/test-symlink.c (main): Move guts...
4054         * tests/test-symlink.h (test_symlink): ...into new file.
4055         * tests/test-symlinkat.c (main): Use new files for further
4056         coverage.
4057         (do_symlink, do_readlink): New helper functions.
4058         * modules/symlink-tests (Files): Ship new file.
4059         (Depends-on): Add stdbool.
4060         * modules/readlink-tests (Files): Ship new file.
4061         (Depends-on): Add stdbool.
4062         * modules/symlinkat-tests (Files): Use new files.
4063
4064 2009-09-23  Eric Blake  <ebb9@byu.net>
4065
4066         readlink: document portability issue with symlink length
4067         * doc/posix-functions/lstat.texi (lstat): Mention that some file
4068         systems have bogus st_size on symlinks, and mention the
4069         areadlink-with-size module.
4070         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
4071         * doc/posix-functions/readlink.texi (readlink): Mention the
4072         areadlink module, and ERANGE failure.
4073         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
4074         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
4075
4076         readlink: fix Solaris 9 bug with trailing slash
4077         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
4078         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
4079         * doc/posix-functions/readlink.texi (readlink): Document this.
4080         * modules/readlink-tests: New test.
4081         * tests/test-readlink.c: Likewise.
4082
4083         readlink: fix cygwin 1.5.x bug with return type
4084         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
4085         * lib/unistd.in.h (readlink): Use ssize_t.
4086         * lib/readlink.c (readlink): Likewise.
4087         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4088         * modules/unistd (Makefile.am): Substitute it.
4089         * lib/unistd.in.h (readlink): Declare replacement.
4090         * doc/posix-functions/readlink.texi (readlink): Document this.
4091
4092         symlink: use throughout gnulib
4093         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
4094         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
4095         symlink is not used.
4096         * modules/symlinkat (Depends-on): Add symlink.
4097         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
4098         * modules/canonicalize-tests (Depends-on): Likewise.
4099         * modules/lstat-tests (Depends-on): Likewise.
4100         * modules/openat-tests (Depends-on): Likewise.
4101         * modules/remove-tests (Depends-on): Likewise.
4102         * modules/rmdir-tests (Depends-on): Likewise.
4103         * modules/unlink-tests (Depends-on): Likewise.
4104         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
4105         * tests/test-canonicalize.c (symlink): Likewise.
4106         * tests/test-fstatat.c (symlink): Likewise.
4107         * tests/test-lstat.c (symlink): Likewise.
4108         * tests/test-remove.c (symlink): Likewise.
4109         * tests/test-rmdir.c (symlink): Likewise.
4110         * tests/test-unlink.c (symlink): Likewise.
4111         * tests/test-unlinkat.c (symlink): Likewise.
4112
4113         symlink: new module, for Solaris 9 bug
4114         * modules/symlink: New file.
4115         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
4116         * lib/symlink.c: Likewise.
4117         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
4118         * modules/unistd (Makefile.am): Substitute them.
4119         * lib/unistd.in.h (symlink): Declare replacement.
4120         * MODULES.html.sh (File system functions): Mention it.
4121         * doc/posix-functions/symlink.texi (symlink): Likewise.
4122         * modules/symlink-tests: New test.
4123         * tests/test-symlink.c: Likewise.
4124
4125 2009-09-23  Bruno Haible  <bruno@clisp.org>
4126
4127         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
4128         when needed.
4129         Test case: gnulib-tool --import --with-tests atexit inttypes.
4130         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
4131
4132 2009-09-23  Bruno Haible  <bruno@clisp.org>
4133
4134         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
4135         subcommand, not in a subshell.
4136
4137 2009-09-22  Eric Blake  <ebb9@byu.net>
4138
4139         unistd: sort replacement declarations
4140         * lib/unistd.in.h: Sort declarations.
4141
4142         open, openat: minor optimization
4143         * lib/open.c (open): If open succeeded, len is non-zero.
4144         * lib/openat.c (rpl_openat): Likewise.
4145
4146         link-follow: ensure correct result
4147         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
4148         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
4149         distinguish between possible failures.
4150
4151 2009-09-21  Eric Blake  <ebb9@byu.net>
4152
4153         fts: avoid compiler warning
4154         * lib/fts.c (dirent_inode_sort_may_be_useful)
4155         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
4156
4157 2009-09-19  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/progreloc.c (canonicalize_file_name): New declaration.
4160
4161 2009-09-19  Eric Blake  <ebb9@byu.net>
4162
4163         link: fix quoting
4164         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
4165
4166         openat: fix openat bugs on Solaris 9
4167         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
4168         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
4169         * modules/openat (Depends-on): Add open.
4170         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
4171         * modules/fcntl-h (Makefile.am): Substitute it.
4172         * lib/fcntl.in.h (openat): Declare replacement.
4173         * doc/posix-functions/openat.texi (openat): Document this.
4174
4175         openat: move fstatat and unlinkat into correct files
4176         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
4177         compiled.
4178         * lib/openat.c (fstatat, unlinkat): Move...
4179         * lib/fstatat.c (fstatat): ...into correct files.
4180         * lib/unlinkat.c (unlinkat): Likewise.
4181
4182         openat: fix unlinkat bugs on Solaris 9
4183         * lib/unlinkat.c (unlinkat): New file.
4184         * modules/openat (Depends-on): Add unlink.
4185         (Files): Distribute it.
4186         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
4187         trailing slash behavior is broken.
4188         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4189         * modules/unistd (Makefile.am): Substitute it.
4190         * lib/unistd.in.h (unlinkat): Declare replacement.
4191         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
4192
4193         openat: fix fstatat bugs on Solaris 9
4194         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
4195         stat.
4196         * doc/posix-functions/fstatat.texi (fstatat): Document this.
4197
4198         test-unlinkat: enhance test, to expose Solaris 9 bug
4199         * tests/test-unlink.c (main): Factor guts...
4200         * tests/test-unlink.h (test_rmdir_func): ...into new file.
4201         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
4202         * tests/test-rmdir.c (main): Adjust caller.
4203         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
4204         (unlinker): New helper function.
4205         (rmdirat): Enhance check.
4206         * modules/rmdir-tests (Depends-on): Add stdbool.
4207         * modules/unlink-tests (Depends-on): Likewise.
4208         (Files): Add test-unlink.h.
4209         * modules/openat-tests (Files): Likewise.
4210         (Depends-on): Add unlinkdir.
4211
4212         test-fstatat: new test, to expose Solaris 9 bugs
4213         * tests/test-stat.c (main): Factor guts...
4214         * tests/test-stat.h (test_stat_func): ...into new file.
4215         * tests/test-lstat.c (main): Factor guts...
4216         * tests/test-lstat.h (test_lstat_func): ...into new file.
4217         * tests/test-fstatat.c: New file.
4218         * modules/stat-tests (Files): Add test-stat.h.
4219         * modules/lstat-tests (Files): Add test-lstat.h.
4220         (Depends-on): Add stdbool.
4221         * modules/openat-tests (Depends-on): Add pathmax.
4222         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
4223         (Makefile.am): Run new test.
4224
4225         remove: new module, for mingw and Solaris 9 bugs
4226         * modules/remove: New file.
4227         * lib/remove.c: Likewise.
4228         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
4229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
4230         * modules/stdio (Makefile.am): Use them.
4231         * lib/stdio.in.h (remove): Declare replacement.
4232         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4233         * doc/posix-functions/remove.texi (remove): Likewise.
4234         * modules/remove-tests: New test.
4235         * tests/test-remove.c: Likewise.
4236
4237         unlink: new module, for Solaris 9 bug
4238         * modules/unlink: New file.
4239         * lib/unlink.c: Likewise.
4240         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
4241         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
4242         * modules/unistd (Makefile.am): Use them.
4243         * lib/unistd.in.h (stat): Declare replacement.
4244         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4245         * doc/posix-functions/unlink.texi (unlink): Likewise.
4246         * modules/unlink-tests: New test.
4247         * tests/test-unlink.c: Likewise.
4248
4249         lstat: fix Solaris 9 bug
4250         * lib/lstat.c (lstat): Also check for trailing slash on
4251         non-symlink, non-directories.  Use stat module to simplify logic.
4252         * doc/posix-functions/lstat.texi (lstat): Document it.
4253         * modules/lstat-tests (Depends-on): Add errno, same-inode.
4254         (configure.ac): Check for symlink.
4255         * tests/test-lstat.c (main): Add more tests.
4256
4257         stat: add as dependency to other modules
4258         * modules/chown (Depends-on): Add stat.
4259         * modules/euidaccess (Depends-on): Likewise.
4260         * modules/fchdir (Depends-on): Likewise.
4261         * modules/isdir (Depends-on): Likewise.
4262         * modules/link (Depends-on): Likewise.
4263         * modules/lstat (Depends-on): Likewise.
4264         * modules/mkdir-p (Depends-on): Likewise.
4265         * modules/modechange (Depends-on): Likewise.
4266         * modules/open (Depends-on): Likewise.
4267         * modules/readlink (Depends-on): Likewise.
4268         * modules/same (Depends-on): Likewise.
4269
4270         stat: fix Solaris 9 bug
4271         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
4272         slash.
4273         * lib/stat.c (rpl_stat): Work around it.
4274         * doc/posix-functions/stat.texi (stat): Update documentation.
4275
4276         stat: new module, for mingw bug
4277         * modules/stat: New file.
4278         * lib/stat.c: Likewise.
4279         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4280         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4281         * modules/sys_stat (Makefile.am): Use them.
4282         * lib/sys_stat.in.h (stat): Declare replacement.
4283         * lib/openat.c (fstatat): Deal with lstat and stat being function
4284         macros.
4285         * modules/openat (Depends-on): Add inline.
4286         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4287         * doc/posix-functions/stat.texi (stat): Likewise.
4288         * modules/stat-tests: New test.
4289         * tests/test-stat.c: Likewise.
4290
4291 2009-09-19  Jim Meyering  <meyering@redhat.com>
4292
4293         syntax-check: detect unnecessary inclusion of canonicalize.h
4294         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
4295
4296 2009-09-19  Eric Blake  <ebb9@byu.net>
4297
4298         canonicalize-lgpl: adjust clients to use correct header
4299         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
4300         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
4301         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
4302         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
4303         * lib/progreloc.c (includes): Likewise.
4304
4305 2009-09-19  Jim Meyering  <meyering@redhat.com>
4306
4307         test-posixtm.c: correct a comment
4308         * tests/test-posixtm.c: Correct first-line comment.
4309         Spotted by Eric Blake.
4310
4311 2009-09-16  Jim Meyering  <meyering@redhat.com>
4312
4313         posixtm-tests: make T const-correct; add a test case
4314         * tests/test-posixtm.c (T): Declare const.
4315         Add a test for -(2^31+1).
4316         Remove useless can-succeed-only-in-2002 test.
4317
4318         posixtm-tests: adjust the sole failing test
4319         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
4320         expected output matches what mktime now produces.  Cross-checked via
4321         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
4322
4323         posixtm: move #ifdef'd tests into a new module
4324         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
4325         * tests/test-posixtm.c: ... this new file.
4326         * modules/posixtm-tests: New module.
4327
4328 2009-09-19  Eric Blake  <ebb9@byu.net>
4329
4330         openat: simplify use of at-func.c
4331         * lib/at-func.c (includes): Include prerequisites here, to
4332         simplify requirements on client files.
4333         * lib/openat-priv.h: Add double-inclusion guard.
4334         * lib/faccessat.c (includes): Simplify.
4335         * lib/fchmodat.c (includes): Likewise.
4336         * lib/fchownat.c (includes): Likewise.
4337         * lib/mkdirat.c (includes): Likewise.
4338         * lib/mkfifoat.c (includes): Likewise.
4339         * lib/symlinkat.c (includes): Likewise.
4340
4341         openat: allow return of fd 0
4342         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
4343         * modules/save-cwd (Depends-on): Replace fcntl-safer with
4344         unistd-safer.
4345         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
4346         <fcntl.h>; this module does not leak fds.
4347         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
4348         must be allowed to return 0, leaving openat_safer to add the
4349         safety.
4350         (openat_permissive): Avoid writing to just-opened fd 2 if
4351         restoring the current directory fails.
4352         * lib/openat-die.c (openat_restore_fail): Add comment.
4353         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
4354         (save_cwd): Guarantee safe fd, but without use of open_safer.
4355         * tests/test-openat.c: New test.
4356         * modules/openat-tests (Files, Makefile.am): Distribute and build
4357         new file.
4358
4359         relocatable-prog-wrapper: fix build
4360         * modules/relocatable-prog-wrapper (Files): Update name of
4361         canonicalize m4 file, broken on 2009-09-17.
4362         Reported by emad hajjar <aleppos@hotmail.com>.
4363
4364 2009-09-19  Bruno Haible  <bruno@clisp.org>
4365
4366         * lib/safe-alloc.h: Use the standard header with GPL copyright.
4367         * lib/safe-alloc.c: Likewise.
4368         Reported by Ian Beckwith <ianb@erislabs.net>.
4369
4370 2009-09-18  Bruno Haible  <bruno@clisp.org>
4371
4372         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
4373         Reported by <erobles@sensacd.com.mx>.
4374
4375 2009-09-17  Eric Blake  <ebb9@byu.net>
4376
4377         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
4378         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
4379         slashes when checking if last component is missing.
4380         * tests/test-canonicalize.c (main): Test this.
4381
4382         canonicalize, canonicalize-lgpl: honor // if distinct from /
4383         * modules/canonicalize (Files): Add double-slash-root.m4.
4384         * modules/canonicalize-lgpl (Files): Likewise.
4385         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
4386         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
4387         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
4388         fallback definition.
4389         (canonicalize_filename_mode): Use it to protect //.
4390         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
4391         (__realpath): Likewise.
4392         * tests/test-canonicalize.c (main): Test this.
4393         * tests/test-canonicalize-lgpl.c (main): Likewise.
4394         * modules/canonicalize-tests (Depends-on): Add same-inode.
4395         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
4396
4397         canonicalize-lgpl: fix glibc bug with trailing slash
4398         * m4/canonicalize-lgpl.m4: Move contents...
4399         * m4/canonicalize.m4: ...here.
4400         (gl_CANONICALIZE_LGPL): Factor realpath check...
4401         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
4402         glibc 2.3.5 bug, fixed 2005-04-27.
4403         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
4404         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
4405         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
4406         * modules/canonicalize-lgpl (Files): Manage file rename.
4407         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
4408         * modules/stdlib (Makefile.am): Substitute witness.
4409         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
4410         is needed.
4411         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
4412         replacement is required.
4413         * lib/canonicalize.c (canonicalize_file_name): Likewise.
4414         * doc/glibc-functions/canonicalize_file_name.texi
4415         (canonicalize_file_name): Document this.
4416         * doc/posix-functions/realpath.texi (realpath): Likewise.
4417
4418         canonicalize-lgpl: reject non-directory with trailing slash
4419         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
4420         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
4421         catches failures in glibc 2.3.5.
4422         * tests/test-canonicalize.c (main): Likewise.
4423
4424         canonicalize-lgpl: use native realpath if it works
4425         * lib/canonicalize-lgpl.c (realpath): Guard with
4426         FUNC_REALPATH_WORKS.
4427         * lib/stdlib.in.h (realpath): Make declaration optional based on
4428         HAVE_REALPATH.
4429         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
4430         native realpath works.
4431         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
4432         * modules/stdlib (Makefile.am): Substitute witness.
4433
4434         canonicalize, canonicalize-lgpl: use <stdlib.h>
4435         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
4436         (Include): Mention <stdlib.h>.
4437         (configure.ac): Mention functions we provide.
4438         * modules/canonicalize (configure.ac): Likewise.
4439         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
4440         realpath if canonicalize_file_name is missing.
4441         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
4442         * modules/stdlib (Makefile.am): Substitute witnesses.
4443         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
4444         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
4445         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
4446         * NEWS: Document this.
4447         * doc/glibc-functions/canonicalize_file_name.texi
4448         (canonicalize_file_name): Likewise.
4449         * doc/posix-functions/realpath.texi (realpath): Likewise.
4450         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
4451
4452         test-canonicalize: consolidate into single C program
4453         * tests/test-canonicalize.sh: Delete; move setup into...
4454         * tests/test-canonicalize.c (main): ...the program, making it
4455         easier to run in debugger.  Add some tests.
4456         * modules/canonicalize-tests (Files): Remove unused file.
4457         (Depends-on): Add progname.
4458         (configure.ac, Makefile.am): Simplify.
4459
4460         test-canonicalize-lgpl: consolidate into single C program
4461         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
4462         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
4463         easier to run in debugger.  Add some tests.
4464         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
4465         (configure.ac, Makefile.am): Simplify.
4466
4467         canonicalize: avoid resolvepath
4468         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
4469         unnecessary checks.
4470         * lib/canonicalize.c (includes): Simplify.
4471         (canonicalize_file_name): Drop resolvepath implementation.
4472         * modules/canonicalize (Depends-on): Drop filenamecat.
4473
4474         canonicalize: don't lose errno
4475         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
4476         over calls to free.
4477
4478         canonicalize: simplify errno handling
4479         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
4480         assignment.
4481
4482         canonicalize, canonicalize-lgpl: update module dependencies
4483         * modules/canonicalize (Depends-on): Add extensions, lstat,
4484         pathmax, stdlib.
4485         (Files): Drop pathmax.h.
4486         (configure.ac): Adjust macro name.
4487         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
4488         lstat, stdlib, sys_stat.
4489         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
4490         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
4491         extensions.
4492         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
4493         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
4494         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
4495         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
4496         declaration, if available.
4497         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
4498         we can rely on the readlink module.
4499         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
4500         (includes): Use <unistd.h> unconditionally.
4501
4502 2009-09-17  Eric Blake  <ebb9@byu.net>
4503
4504         maint: make Include sections of modules consistent
4505         * modules/alloca: Use only header name; no need to list #include.
4506         * modules/alloca-opt: Likewise.
4507         * modules/arpa_inet: Likewise.
4508         * modules/canon-host: Likewise.
4509         * modules/configmake: Likewise.
4510         * modules/dirent: Likewise.
4511         * modules/eealloc: Likewise.
4512         * modules/environ: Likewise.
4513         * modules/fchdir: Likewise.
4514         * modules/fcntl: Likewise.
4515         * modules/fcntl-h: Likewise.
4516         * modules/gethrxtime: Likewise.
4517         * modules/gettime: Likewise.
4518         * modules/ignore-value: Likewise.
4519         * modules/inet_ntop: Likewise.
4520         * modules/inet_pton: Likewise.
4521         * modules/inttypes: Likewise.
4522         * modules/isnand-nolibm: Likewise.
4523         * modules/isnanf-nolibm: Likewise.
4524         * modules/mbchar: Likewise.
4525         * modules/mbfile: Likewise.
4526         * modules/mbiter: Likewise.
4527         * modules/mbuiter: Likewise.
4528         * modules/netdb: Likewise.
4529         * modules/netinet_in: Likewise.
4530         * modules/nproc: Likewise.
4531         * modules/pagealign_alloc: Likewise.
4532         * modules/poll: Likewise.
4533         * modules/printf-frexp: Likewise.
4534         * modules/pthread: Likewise.
4535         * modules/putenv: Likewise.
4536         * modules/random_r: Likewise.
4537         * modules/relocatable-prog: Likewise.
4538         * modules/search: Likewise.
4539         * modules/select: Likewise.
4540         * modules/selinux-h: Likewise.
4541         * modules/settime: Likewise.
4542         * modules/signal: Likewise.
4543         * modules/size_max: Likewise.
4544         * modules/socklen: Likewise.
4545         * modules/ssize_t: Likewise.
4546         * modules/stdarg: Likewise.
4547         * modules/stdbool: Likewise.
4548         * modules/stddef: Likewise.
4549         * modules/stdint: Likewise.
4550         * modules/stdio: Likewise.
4551         * modules/stdlib: Likewise.
4552         * modules/string: Likewise.
4553         * modules/strings: Likewise.
4554         * modules/sys_file: Likewise.
4555         * modules/sys_ioctl: Likewise.
4556         * modules/sys_select: Likewise.
4557         * modules/sys_socket: Likewise.
4558         * modules/sys_stat: Likewise.
4559         * modules/sys_time: Likewise.
4560         * modules/sys_times: Likewise.
4561         * modules/sys_utsname: Likewise.
4562         * modules/sys_wait: Likewise.
4563         * modules/sysexits: Likewise.
4564         * modules/time: Likewise.
4565         * modules/times: Likewise.
4566         * modules/tmpfile: Likewise.
4567         * modules/trim: Likewise.
4568         * modules/unistd: Likewise.
4569         * modules/wchar: Likewise.
4570         * modules/wctype: Likewise.
4571
4572 2009-09-17  Bruno Haible  <bruno@clisp.org>
4573
4574         Make getdate.y compile on QNX and NetBSD 5 / i386.
4575         * m4/getdate.m4 (gl_GETDATE): Conditionally define
4576         TIME_T_FITS_IN_LONG_INT.
4577         * lib/getdate.y (long_time_t): New type.
4578         (relative_time): Change type of 'seconds' field to long_time_t.
4579         (get_date): Update types of local variables. Check against overflow
4580         during conversion from long_time_t to time_t.
4581         Reported by Matt Kraai <kraai@ftbfs.org>
4582         and Hasso Tepper <hasso@netbsd.org>.
4583
4584 2009-09-17  Bruno Haible  <bruno@clisp.org>
4585
4586         * modules/COPYING: Update copyright years.
4587         * modules/README: Likeiwse.
4588         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
4589         Reported by Ian Beckwith <ianb@erislabs.net>.
4590
4591 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
4592
4593         * users.txt: Update references for gnuit package.
4594
4595 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
4596
4597         * m4/getdelim.m4: Fix typo in copyright line.
4598
4599 2009-09-17  Bruno Haible  <bruno@clisp.org>
4600
4601         * lib/atoll.c: Use the standard header with GPL copyright.
4602         * lib/argz.in.h: Likewise.
4603         * lib/glob.c: Likewise.
4604         * lib/glob-libc.h: Likewise.
4605         * lib/random_r.c: Likewise.
4606         * lib/siglist.h: Likewise.
4607         * lib/strsignal.c: Likewise.
4608         Reported by Ian Beckwith <ianb@erislabs.net>.
4609
4610 2009-09-17  Eric Blake  <ebb9@byu.net>
4611
4612         rmdir: ensure correct dependency order
4613         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
4614
4615 2009-09-17  Bruno Haible  <bruno@clisp.org>
4616
4617         Disable assertion that fails on NetBSD 5 / i386.
4618         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
4619         Reported by Sam Steingold <sds@gnu.org>
4620         and Hasso Tepper <hasso@netbsd.org>.
4621
4622 2009-09-16  Eric Blake  <ebb9@byu.net>
4623
4624         unlinkdir: port to mingw
4625         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
4626         on which no one can unlink a directory.
4627
4628         stdlib: sort witness names
4629         * modules/stdlib (Makefile.am): Sort replacements.
4630         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
4631         * lib/stdlib.in.h: Likewise.
4632
4633         parse-duration-tests: avoid link failure
4634         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
4635         LIBINTL.
4636         Reported by Tom G. Christensen.
4637
4638         openat-tests: ensure unlinkat behaves like rmdir
4639         * tests/test-rmdir.c (main): Factor guts...
4640         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
4641         * modules/rmdir-tests (Files): Ship new file.
4642         * modules/openat-tests: New test.
4643         * tests/test-unlinkat.c: Likewise.
4644
4645         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
4646         * modules/rmdir-errno (Status, Notice): Now obsolete.
4647
4648         rmdir: work around cygwin 1.5.x and mingw bugs
4649         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
4650         * lib/rmdir.c (rmdir): Work around it.
4651         * modules/rmdir (Status, Notice): No longer obsolete.
4652         (Files): Add dos.m4.
4653         (Depends-on): Add unistd.
4654         (configure.ac): Set witnesses.
4655         (License): Relax to LGPLv2+.
4656         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
4657         * modules/unistd (Makefile.am): Substitute witnesses.
4658         * lib/unistd.in.h (rmdir): Declare replacement.
4659         * doc/posix-functions/rmdir.texi (rmdir): Document this.
4660         * modules/rmdir-tests: New tests.
4661         * tests/test-rmdir.c: Likewise.
4662
4663 2009-09-15  Eric Blake  <ebb9@byu.net>
4664
4665         fchdir: improve use of replacement functions
4666         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
4667         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
4668         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
4669         REPLACE_CLOSEDIR.
4670         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
4671         * modules/sys_stat (Makefile.am): Substitute correct witness.
4672         * modules/dirent (Makefile.am): Likewise.
4673         * modules/unistd (Makefile.am): Likewise.
4674         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
4675         * lib/unistd.in.h (dup): Likewise.
4676         * lib/sys_stat.in.h (fstat): Likewise.
4677
4678         maint: ignore gnulib-tool temp files
4679         * .gitignore: Ignore files created during gnulib-tool --test.
4680
4681 2009-09-13  Jim Meyering  <meyering@redhat.com>
4682
4683         posixtm: don't reject a time that specify "60" as the number of seconds
4684         * lib/posixtm.c (posixtime): The code to reject invalid dates
4685         would also reject a time specified with the .60 suffix.
4686         But POSIX allows that, in order to accommodate leap seconds.
4687         So don't reject it.
4688         (main): Adjust tests accordingly.
4689         * modules/posixtm (Depends-on): Add stpcpy.
4690
4691 2009-09-11  Jim Meyering  <meyering@redhat.com>
4692
4693         announce-gen: include [$release_type] in emitted Subject:
4694         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
4695         e.g., [stable] in the emitted Subject: line.
4696
4697 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4698
4699         Remove obsolete macros from several modules.
4700         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
4701         obsolete Autoconf macros with their modern counterparts.
4702         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
4703         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
4704         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
4705         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4706         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
4707         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
4708         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
4709         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
4710         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
4711         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
4712         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
4713         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
4714         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
4715         * m4/sockets.m4 (gl_SOCKETS): Likewise.
4716         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
4717         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
4718         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
4719         * m4/time_r.m4 (gl_TIME_R): Likewise.
4720         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
4721         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
4722         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4723
4724         Fix copyright header in build-aux scripts.
4725         * build-aux/git-version-gen: Fix copyright header to match GPLv3
4726         recommendation.
4727         * build-aux/ncftpput-ftp: Likewise.
4728         * build-aux/update-copyright: Likewise.
4729
4730 2009-09-09  Eric Blake  <ebb9@byu.net>
4731
4732         test-link: allow Linux choice of errno
4733         * tests/test-link.c (main): Relax test for alternate error.
4734
4735         strndup: fix improper m4 caching
4736         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
4737         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
4738         (gl_PREREQ_STRNDUP): Delete.
4739         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
4740         * modules/string (Makefile.am): Substitute it.
4741         * lib/string.in.h (strndup): Modernize prototype.
4742
4743         getcwd: port to mingw
4744         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
4745         different from the POSIX assumptions made throughout the getcwd
4746         module; fortunately, the mingw getcwd does not need replacement.
4747         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
4748         * modules/getcwd-tests: New test.
4749         * tests/test-getcwd.c: Likewise.
4750
4751         link: fix platform bugs
4752         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
4753         * lib/link.c (link): Work around them.  Fix related mingw bug.
4754         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
4755         * modules/unistd (Makefile.am): Substitute it.
4756         * lib/unistd.in.h (link): Declare replacement.
4757         * doc/posix-functions/link.texi (link): Document this.
4758         * modules/link (Depends-on): Add strdup-posix, sys_stat.
4759
4760         test-link: consolidate into single C program, test more cases
4761         * tests/test-link.sh: Delete.
4762         * tests/test-link.c: Test more error conditions.  Exposes bugs on
4763         at least Cygwin and Solaris.
4764         * modules/link-tests (Files): Remove unused file.
4765         (Depends-on): Add errno, sys_stat.
4766         (Makefile.am): Simplify.
4767
4768 2009-09-08  Bruno Haible  <bruno@clisp.org>
4769
4770         Work around towlower, towupper bug on mingw.
4771         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
4772         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
4773         * doc/posix-functions/towlower.texi: Mention the mingw bug.
4774         * doc/posix-functions/towupper.texi: Likewise.
4775         Reported by Eric Blake.
4776
4777 2009-09-08  Jim Meyering  <meyering@redhat.com>
4778
4779         build: don't try to run autoheader if we don't use it
4780         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
4781         is not used in configure.ac.
4782
4783 2009-09-08  Eric Blake  <ebb9@byu.net>
4784
4785         euidaccess: fix compilation error
4786         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
4787
4788         rawmemchr: relax license
4789         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
4790         okay.
4791         Reported by Jim Meyering.
4792
4793         mkfifoat: new module
4794         * modules/mkfifoat: New file.
4795         * lib/mkfifoat.c: Likewise.
4796         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
4797         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4798         * modules/sys_stat (Makefile.am): Use them.
4799         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
4800         * MODULES.html.sh (File system functions): Mention module.
4801         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
4802         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
4803         * modules/mkfifoat-tests: New test.
4804         * tests/test-mkfifoat.c: Likewise.
4805
4806         strchrnul: relax license
4807         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
4808         okay.
4809         Reported by Jim Meyering.
4810
4811 2009-09-08  Eric Blake  <ebb9@byu.net>
4812
4813         fstatat: fix compilation on Solaris
4814         * lib/fstatat.c (includes): Add fcntl.h.
4815         Reported by Pádraig Brady.
4816
4817 2009-09-07  Eric Blake  <ebb9@byu.net>
4818
4819         rename: modernize replacement
4820         * modules/rename (Depends-on): Add stdio.
4821         (configure.ac): Declare witness.
4822         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
4823         stdio take care of replacement.
4824         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
4825         * modules/stdio (Makefile.am): Substitute them.
4826         * lib/stdio.in.h (rename): Declare replacement.
4827         * lib/rename.c (includes): Allow cross-compilation to non-windows
4828         machines.
4829         * doc/posix-functions/rename.texi (rename): Improve
4830         documentation.
4831
4832         stdio: sort witness names
4833         * modules/stdio (Makefile.am): Sort replacements.
4834         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4835         * lib/stdio.in.h: Likewise.
4836
4837         getcwd: minor cleanups
4838         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
4839         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
4840
4841         openat: provide more convenience names
4842         * modules/faccessat (configure.ac): Add C witness.
4843         * lib/unistd.in.h (readlinkat): Fix typo.
4844         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
4845         convenience wrappers.
4846         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
4847         wrappers in syntax checks.
4848
4849 2009-09-06  Eric Blake  <ebb9@byu.net>
4850
4851         doc: fix comments in recent patches
4852         * lib/faccessat.c: Mention correct function.
4853         * lib/fchmodat.c: Likewise.
4854         * lib/fchownat.c: Likewise.
4855         * lib/symlinkat.c: Likewise.
4856         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
4857         constants.
4858
4859         faccessat, symlinkat: continue cleanup of previous patch
4860         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
4861         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
4862         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
4863         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
4864         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
4865         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
4866         set.
4867
4868 2009-09-06  Bruno Haible  <bruno@clisp.org>
4869
4870         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
4871         (fstatat): Declare if GNULIB_FSTATAT is set.
4872         (mkdirat): Declare if GNULIB_MKDIRAT is set.
4873         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
4874         (unlinkat): Declare if GNULIB_UNLINKAT is set.
4875         * modules/fcntl-h (Files): Remove m4/openat.m4.
4876         * modules/sys_stat (Files): Remove m4/openat.m4.
4877         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
4878         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
4879         * modules/unistd (Files): Remove m4/openat.m4.
4880         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
4881         GNULIB_OPENAT.
4882         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
4883         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
4884         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
4885         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
4886         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
4887         gl_OPENAT_DEFAULTS.
4888         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
4889         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
4890         Don't require gl_OPENAT_DEFAULTS.
4891         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
4892         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
4893         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
4894         (gl_OPENAT_DEFAULTS): Remove macro.
4895
4896 2009-09-06  Bruno Haible  <bruno@clisp.org>
4897
4898         * modules/openat (configure.ac): Remove unneeded witness.
4899
4900 2009-09-06  Bruno Haible  <bruno@clisp.org>
4901
4902         Set errno to ENOSYS when a function is entirely unsupported.
4903         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
4904         EOPNOTSUPP.
4905         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
4906         * modules/chown (Depends-on): Remove errno.
4907
4908 2009-09-06  Bruno Haible  <bruno@clisp.org>
4909
4910         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
4911
4912 2009-09-06  Bruno Haible  <bruno@clisp.org>
4913
4914         * lib/sys_stat.in.h: Fix preprocessor command indentation.
4915
4916 2009-09-06  Ben Pfaff  <blp@gnu.org>
4917             Bruno Haible  <bruno@clisp.org>
4918
4919         Work around a glibc bug in strtok_r.
4920         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
4921         Undefine if UNDEFINE_STRTOK_R is set.
4922         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
4923         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4924         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
4925         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
4926         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
4927         UNDEFINE_STRTOK_R.
4928         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
4929
4930 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
4931
4932         exclude: minor fix
4933         * lib/exclude.c: Include wctype.h
4934
4935 2009-09-06  Akim Demaille  <demaille@gostai.com>
4936
4937         bootstrap: improve error message
4938         * build-aux/bootstrap (find_tool): Upon failure, report the list
4939         of candidates.
4940         Honor the initial value of the envvar.
4941
4942 2009-09-05  Eric Blake  <ebb9@byu.net>
4943
4944         symlinkat: new module
4945         * modules/symlinkat: New file.
4946         * lib/symlinkat.c: Likewise.
4947         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
4948         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
4949         * modules/unistd (Makefile.am): Use them.
4950         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
4951         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
4952         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
4953         * MODULES.html.sh (File system functions): Mention module.
4954         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4955         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
4956         * modules/symlinkat-tests: New test.
4957         * tests/test-symlinkat.c: Likewise.
4958
4959         test-openat-safer: add more checks
4960         * tests/test-openat-safer.c (main): Check more code paths.
4961
4962 2009-09-05  Jim Meyering  <meyering@redhat.com>
4963
4964         syntax-check: detect unnecessary inclusion of openat.h
4965         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
4966
4967 2009-09-05  Bruno Haible  <bruno@clisp.org>
4968
4969         Support towlower, towupper.
4970         * doc/posix-functions/towlower.texi: Mention module wctype.
4971         * doc/posix-functions/towupper.texi: Likewise.
4972         * lib/wctype.in.h (towlower, towupper): New functions.
4973         * tests/test-wctype.c: Include stdio.h, stdlib.h.
4974         (ASSERT): New macro.
4975         (e): New variable.
4976         (main): Test also towlower, towupper. Test WEOF argument.
4977         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4978
4979 2009-09-05  Bruno Haible  <bruno@clisp.org>
4980
4981         Fix conversion behaviour when the input is invalid.
4982         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
4983         mark occurring in first pass of indirect conversion.
4984         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
4985         input.
4986         Found by clang's static analyzer.
4987
4988 2009-09-05  Bruno Haible  <bruno@clisp.org>
4989
4990         * tests/test-striconveh.c (main): Test indirect conversion on platforms
4991         where direct conversion is possible.
4992
4993 2009-09-04  Eric Blake  <ebb9@byu.net>
4994
4995         openat: fail with ENOENT on empty name
4996         * lib/openat-proc.c (openat_proc_name): Special-case the empty
4997         buffer.
4998
4999         link-follow: fix logic bug in prior patch
5000         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
5001         reversed sense of yes and no in prior patch.  Avoid confusing
5002         compilation failure with desired semantics.
5003
5004         link-follow: accomodate mingw and cross-compilation
5005         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
5006         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
5007         cross-compilation results to -1, to make linkat easier to
5008         implement when cross-compiling.  Trivially support mingw.
5009         * modules/link-follow (configure.ac): Call new name.
5010         * NEWS: Mention this.
5011
5012 2009-09-03  Eric Blake  <ebb9@byu.net>
5013
5014         faccessat: compile replacement
5015         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
5016         needed.
5017
5018         fts: fix compilation error
5019         * lib/fts.c (includes): Re-add "openat.h", for
5020         openat_needs_fchdir.
5021
5022         faccessat: new module
5023         * modules/faccessat: New file.
5024         * lib/faccessat.c: Likewise.
5025         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
5026         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5027         * modules/unistd (Makefile.am): Use it.
5028         * lib/unistd.in.h (faccessat): Declare it.
5029         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
5030         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
5031         * MODULES.html.sh (File system functions): Mention it.
5032         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
5033         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
5034
5035         euidaccess: prefer POSIX over non-standard implementation
5036         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
5037         * lib/euidaccess.c (euidaccess): Use it if available.
5038
5039         openat: make template easier to use
5040         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
5041         AT_FUNC_F2 to be undefined.
5042         (VALIDATE_FLAG): New macro; use it to reject bad flags.
5043         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
5044         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
5045         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
5046         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
5047         Likewise.
5048         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
5049         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
5050         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
5051         Likewise.
5052
5053         openat: declare in POSIX headers
5054         * NEWS: Mention this.
5055         * modules/openat (configure.ac): Declare witnesses.
5056         (Depends-on): Add fcntl-h, sys_stat, unistd.
5057         (Include): Mention correct headers.
5058         * modules/fcntl-h (Depends-on): Add link-warning.
5059         (Files): Add openat.m4.
5060         (Makefile.am): Substitute witnesses.
5061         * modules/sys_stat (Files, Makefile.am): Likewise.
5062         * modules/unistd (Files, Makefile.am): Likewise.
5063         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
5064         (gl_OPENAT_DEFAULTS): New macro.
5065         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
5066         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
5067         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
5068         (SYS_STAT_H): Remove unused variable.
5069         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
5070         * lib/fcntl--.h (includes): Remove unneeded header.
5071         * lib/openat-safer.c (includes): Likewise.
5072         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
5073         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
5074         appropriate headers.
5075         (__OPENAT_PREFIX): Delete.
5076         * lib/fcntl.in.h (openat): Provide declaration.
5077         (AT_FDCWD): Fix Solaris bug.
5078         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
5079         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
5080         * lib/fchmodat.c (includes):  Adjust to find declaration.
5081         * lib/fchownat.c (includes): Likewise.
5082         * lib/mkdirat.c (includes): Likewise.
5083         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
5084         still visible.
5085
5086 2009-09-02  Eric Blake  <ebb9@byu.net>
5087
5088         errno: use consistently
5089         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
5090         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
5091         * lib/canonicalize.c (ELOOP): Likewise.
5092         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
5093         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
5094         * lib/lchown.c (EOPNOTSUPP): Likewise.
5095         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
5096         * lib/savewd.c (ESTALE): Likewise.
5097         * lib/settime.c (ENOSYS): Likewise.
5098         * lib/utimens.c (ENOSYS): Likewise.
5099         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
5100         * lib/chdir-safer.c (ELOOP): Likewise.
5101         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
5102         * modules/c-stack (Depends-on): Add errno.
5103         * modules/canonicalize (Depends-on): Likewise.
5104         * modules/chdir-safer (Depends-on): Likewise.
5105         * modules/fdopendir (Depends-on): Likewise.
5106         * modules/inet_ntop (Depends-on): Likewise.
5107         * modules/inet_pton (Depends-on): Likewise.
5108         * modules/lchown (Depends-on): Likewise.
5109         * modules/openat (Depends-on): Likewise.
5110         * modules/savewd (Depends-on): Likewise.
5111         * modules/settime (Depends-on): Likewise.
5112         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
5113
5114         fts: avoid leaking fds
5115         * modules/fts (Depends-on): Add cloexec.
5116         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
5117         flag.
5118
5119         fts: make directory fds more robust
5120         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
5121         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
5122
5123         backupfile, chdir-long, fts, savedir: make safer
5124         * lib/backupfile.c (includes): Use "dirent--.h", since
5125         numbered_backup can write to stderr during readdir.
5126         * lib/savedir.c (includes): Likewise.
5127         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
5128         emulation can write to stderr on failure.
5129         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
5130         * lib/getcwd.c: Document why opendir_safer is unused.
5131         * lib/glob.c: Likewise.
5132         * lib/scandir.c: Likewise.
5133         * lib/openat-proc.c: Likewise, for open_safer.
5134         * modules/backupfile (Depends-on): Add dirent-safer.
5135         * modules/savedir (Depends-on): Likewise.
5136         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
5137         * modules/chdir-long (Depends-on): Add openat-safer.
5138
5139         openat-safer: new module
5140         * modules/openat-safer: New file.
5141         * lib/openat-safer.c: Likewise.
5142         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
5143         * lib/fcntl-safer.h (openat_safer): Declare.
5144         * lib/fcntl--.h (openat): Override.
5145         * MODULES.html.sh (File descriptor based I/O): Mention it.
5146         * lib/openat.h: Add double-inclusion guards.
5147         * lib/openat.c (includes): Only include "fcntl-safer.h", not
5148         "fcntl--.h", so we can implement openat.
5149         * modules/openat-safer-tests: New test.
5150         * tests/test-openat-safer.c: New file.
5151
5152         dirent-safer: new module
5153         * modules/dirent-safer: New file.
5154         * lib/dirent--.h: Likewise.
5155         * lib/dirent-safer.h: Likewise.
5156         * lib/opendir-safer.c: Likewise.
5157         * m4/dirent-safer.m4: Likewise.
5158         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
5159         * modules/dirent-safer-tests: New test.
5160         * tests/test-dirent-safer.c: New file.
5161         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
5162
5163         fdopendir: optimize on mingw
5164         * lib/unistd.in.h (_gl_directory_name): New prototype.
5165         * lib/fchdir.c (_gl_directory_name): Implement it.
5166         (fchdir): Use it to simplify implementation.
5167         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
5168         fchdir, when available, to avoid calling [f]chdir().
5169
5170         fdopendir: split into its own module
5171         * lib/openat.c (fdopendir): Move...
5172         * lib/fdopendir.c: ...into new file.
5173         * modules/fdopendir: New module.
5174         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
5175         * modules/openat (Depends-on): Add fdopendir.
5176         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
5177         fdopendir here.
5178         * modules/savedir (Depends-on): Only need fdopendir, not full
5179         openat.
5180         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
5181         * lib/openat.h (fdopendir): Drop prototype.
5182         * lib/dirent.in.h (fdopendir): Provide prototype.
5183         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
5184         * modules/dirent (Makefile.am): Substitute them.
5185         * MODULES.html.sh (File system functions): Mention it.
5186         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
5187         * modules/fdopendir-tests: New file.
5188         * tests/test-fdopendir.c: Likewise.
5189
5190         fchdir: use more consistent macro convention
5191         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
5192         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
5193         REPLACE_FCHDIR, rather than relying on config.h macros.
5194         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
5195         inside a single make-time REPLACE_FCHDIR block, rather than using
5196         the config.h FCHDIR_REPLACEMENT.
5197         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
5198         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
5199         Manage fstat replacement.
5200         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
5201         REPLACE_FCHDIR.
5202         * modules/sys_stat (Files): Add m4/unistd_h.m4.
5203         (Makefile.am): Substitute REPLACE_FCHDIR.
5204         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
5205         FCHDIR_REPLACEMENT.
5206         * lib/dup-safer.c (dup_safer): Likewise.
5207         * lib/dup2.c (rpl_dup2): Likewise.
5208         * lib/dup3.c (rpl_dup3): Likewise.
5209         * lib/open.c (rpl_open): Likewise.
5210
5211         fchdir: simplify error handling, and support dup3
5212         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
5213         stdbool, malloc-posix, realloc-posix.
5214         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
5215         (ensure_dirs_slot): Return false on allocation failure.
5216         (rpl_dup2): Delete.
5217         (_gl_register_dup): New function.
5218         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
5219         (_gl_register_fd): Close fd on allocation failure.
5220         * lib/fcntl.in.h (_gl_register_fd): Update signature.
5221         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
5222         prototype.
5223         (rpl_dup2_fchdir): Delete prototype.
5224         * lib/open.c (open): Update caller.
5225         * lib/dup2.c (dup2): Track fchdir metadata.
5226         * lib/dup3.c (dup3): Likewise.
5227         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
5228         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
5229
5230 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5231
5232         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
5233         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
5234         don't pass arguments to AC_OUTPUT.
5235
5236 2009-09-02  Bruno Haible  <bruno@clisp.org>
5237
5238         * modules/mkdtemp (License): Relicense under LGPLv2+.
5239         Reported by Paolo Bonzini.
5240
5241 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5242
5243         Replace uses of obsolete autoconf macros in Jim's modules.
5244         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
5245         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
5246         can evoke a warning from autoconf when run with -Wobsolete
5247         enabled.  They were declared obsolete for good reasons (see
5248         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
5249         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
5250         should not continue using the deprecated macros.
5251         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
5252         obsolete Autoconf macros with modern counterparts.
5253         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
5254         * m4/dos.m4 (gl_AC_DOS): Likewise.
5255         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
5256         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
5257         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
5258         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
5259         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
5260         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
5261         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
5262         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
5263         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5264         Likewise.
5265         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
5266         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
5267         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
5268         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
5269         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
5270         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
5271
5272 2009-09-01  Eric Blake  <ebb9@byu.net>
5273
5274         fchdir: fix off-by-one bug in previous patch
5275         * lib/fchdir.c (rpl_fstat): Use correct bounds.
5276         (_gl_unregister_fd): Delete useless if.
5277
5278 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
5279
5280         maint.mk: sort the list of syntax-check rules
5281         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
5282         easier to get a sense of progress when the rules are run sequentially
5283         and take a long time.
5284
5285 2009-09-01  Simon Josefsson  <simon@josefsson.org>
5286
5287         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
5288         * modules/netinet_in: Likewise.
5289         * modules/sys_file: Likewise.
5290         * modules/sys_ioctl: Likewise.
5291         * modules/sys_select: Likewise.
5292         * modules/sys_socket: Likewise.
5293         * modules/sys_stat: Likewise.
5294         * modules/sys_time: Likewise.
5295         * modules/sys_times: Likewise.
5296         * modules/sys_utsname: Likewise.
5297         * modules/sys_wait: Likewise.
5298
5299 2009-09-01  Jim Meyering  <meyering@redhat.com>
5300
5301         fts: help ensure that return values are not ignored
5302         * lib/fts_.h (__GNUC_PREREQ): Define.
5303         (__attribute_warn_unused_result__): Define.
5304         (fts_children, fts_close, fts_open, fts_read): Declare with
5305         __attribute_warn_unused_result__.
5306
5307         fts: fts_close now fails also when closing a dir file descriptor fails
5308         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
5309         and propagate to caller, along with errno.
5310
5311         announce-gen: correct formatting in --help output
5312         * build-aux/announce-gen (usage): Move the one-line description in
5313         --help output "up", to where it belongs, just after Usage:.
5314
5315 2009-08-31  Eric Blake  <ebb9@byu.net>
5316
5317         fchdir: port to mingw
5318         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
5319         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
5320         opened, then use a substitute.
5321         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
5322         replacement.
5323         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
5324         (_gl_register_fd): No need to check stat if open already filters
5325         all directories.
5326         (fchdir): Fix error condition to match POSIX.
5327         * modules/fchdir (Depends-on): Add sys_stat.
5328         * doc/posix-functions/open.texi (open): Document the limitation.
5329         * modules/fchdir-tests: New file.
5330         * tests/test-fchdir.c: Likewise.
5331
5332         canonicalize: allow cross-testing from cygwin to mingw
5333         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
5334         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
5335         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
5336         Likewise.
5337         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
5338         target does not support symlinks.
5339         * tests/test-canonicalize-lgpl.sh: Likewise.
5340
5341         chown: avoid compilation warning on mingw
5342         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
5343         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
5344         mingw.
5345         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
5346         * modules/chown (Depends-on): Add errno.
5347
5348 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
5349
5350         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
5351         command.
5352
5353 2009-08-31  Jim Meyering  <meyering@redhat.com>
5354
5355         canonicalize: remove useless initialization
5356         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
5357         initialization of local, "end".
5358
5359 2009-08-30  Bruno Haible  <bruno@clisp.org>
5360
5361         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
5362         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
5363         ENOSYS.
5364
5365 2009-08-30  Bruno Haible  <bruno@clisp.org>
5366
5367         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
5368         /usr/xpg4/bin/tr when it exists.
5369         * tests/test-pipe-filter-gi1.sh: Likewise.
5370
5371 2009-08-30  Bruno Haible  <bruno@clisp.org>
5372
5373         Work around deficient /usr/bin/id program on Solaris.
5374         * tests/test-file-has-acl.sh (ID): New variable.
5375         * tests/test-set-mode-acl.sh (ID): Likewise.
5376         * tests/test-copy-acl.sh (ID): Likewise.
5377         * tests/test-copy-file.sh (ID): Likewise.
5378
5379 2009-08-30  Bruno Haible  <bruno@clisp.org>
5380
5381         New module 'xstriconveh'.
5382         * lib/xstriconveh.h: New file.
5383         * lib/xstriconveh.c: New file.
5384         * modules/xstriconveh: New file.
5385
5386 2009-08-30  Bruno Haible  <bruno@clisp.org>
5387
5388         Make it easier to use mem_cd_iconveh.
5389         * lib/striconveh.h (iconveh_t): New type.
5390         (iconveh_open, iconveh_close): New declarations.
5391         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
5392         with a single 'const iconveh_t *' argument.
5393         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
5394         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
5395         with a single 'const iconveh_t *' argument.
5396         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
5397         * tests/test-striconveh.c (main): Update.
5398         * NEWS: Mention the change.
5399
5400 2009-08-30  Bruno Haible  <bruno@clisp.org>
5401
5402         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
5403         problem.
5404
5405 2009-08-30  Bruno Haible  <bruno@clisp.org>
5406
5407         Work around iconv_open problem on Solaris.
5408         * lib/iconv_open-solaris.gperf: New file.
5409         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
5410         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
5411         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
5412         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
5413         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
5414         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
5415
5416 2009-08-29  Jim Meyering  <meyering@redhat.com>
5417
5418         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
5419         * top/maint.mk (cvs-check): Remove target; it was just an alias
5420         to the better-named vc-diff-check.
5421         (maintainer-distcheck): Remove rule.  It was used only from
5422         the (alpha/beta/major) target, and all of its commands but one
5423         were coreutils-specific.
5424         (vc-dist): Remove rule.
5425         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
5426         Run vc-diff-check, not vc-dist.
5427         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
5428
5429 2009-08-27  Bruno Haible  <bruno@clisp.org>
5430
5431         * tests/test-bitrotate.c (main): Remove test that uses a shift count
5432         of 0.
5433
5434 2009-08-27  Bruno Haible  <bruno@clisp.org>
5435
5436         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
5437         compilers.
5438         * doc/func.texi: Document the SunPRO C bug.
5439
5440 2009-08-27  Bruno Haible  <bruno@clisp.org>
5441
5442         Fix link error on Solaris.
5443         * tests/test-parse-duration.c (xstrdup): Remove function.
5444
5445 2009-08-26  Pádraig Brady  <P@draigbrady.com>
5446
5447         ignore-value: handle pointer types, too
5448         * lib/ignore-value.h (__attribute__): Remove definition.
5449         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
5450         of a more concise and more-often effective "(void) i" statement.
5451         (ignore_ptr): New function to suppress warnings from functions that
5452         return pointers, and to make it explicit that one function doesn't
5453         handle all cases.
5454
5455 2009-08-25  Bruno Haible  <bruno@clisp.org>
5456
5457         dup2: work around a Linux bug.
5458         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
5459         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
5460         * doc/posix-functions/dup2.texi: Mention the Linux bug.
5461         Reported by Simon Josefsson.
5462
5463 2009-08-25  Jim Meyering  <meyering@redhat.com>
5464
5465         libguestfs uses gnulib
5466         * users.txt: Add libguestfs.
5467
5468 2009-08-24  Eric Blake  <ebb9@byu.net>
5469
5470         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
5471         * lib/pipe2.c (includes): Add binary-io.h.
5472         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
5473
5474 2009-08-24  Bruno Haible  <bruno@clisp.org>
5475
5476         Tolerate declared but missing accept4 syscall.
5477         * lib/accept4.c (accept4): Invoke original accept4 function first, if
5478         available.
5479         * lib/sys_socket.in.h (accept4): If the function is already present,
5480         override it.
5481         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
5482         * modules/accept4 (Makefile.am): Compile accept4.c always.
5483         Reported by Paolo Bonzini and Eric Blake.
5484
5485 2009-08-23  Bruno Haible  <bruno@clisp.org>
5486
5487         New module 'accept4'.
5488         * lib/sys_socket.in.h (accept4): New declaration.
5489         * lib/accept4.c: New file.
5490         * m4/accept4.m4: New file.
5491         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
5492         GNULIB_ACCEPT4, HAVE_ACCEPT4.
5493         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
5494         HAVE_ACCEPT4.
5495         * modules/accept4: New file.
5496         * doc/glibc-functions/accept4.texi: Mention the new module.
5497
5498 2009-08-24  Jim Meyering  <meyering@redhat.com>
5499
5500         progname: also set global program_invocation_name, when possible
5501         Before this change, a libtool-enabled program that calls glibc's
5502         error function would report the program name as
5503         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
5504         * modules/progname (configure.ac): Check for a declaration of
5505         program_invocation_name.
5506         * lib/progname.c:  Include <errno.h>.
5507         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
5508         Set program_invocation_name.
5509
5510 2009-08-23  Bruno Haible  <bruno@clisp.org>
5511
5512         * lib/dup3.c: Include <string.h>.
5513
5514 2009-08-23  Bruno Haible  <bruno@clisp.org>
5515
5516         * lib/dup3.c (dup3): Test only once whether the system actually exists.
5517         * lib/pipe2.c (pipe2): Likewise.
5518         Suggested by Eric Blake.
5519
5520 2009-08-23  Bruno Haible  <bruno@clisp.org>
5521
5522         Tolerate declared but missing dup3 syscall.
5523         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
5524         * lib/unistd.in.h (dup3): If the function is already present,
5525         override it.
5526         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
5527         * modules/dup3 (Makefile.am): Compile dup3.c always.
5528         Reported by Paolo Bonzini.
5529
5530 2009-08-23  Bruno Haible  <bruno@clisp.org>
5531
5532         Tolerate declared but missing pipe2 syscall.
5533         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
5534         available.
5535         * lib/unistd.in.h (pipe2): If the function is already present,
5536         override it.
5537         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
5538         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
5539         Reported by Paolo Bonzini.
5540
5541 2009-08-23  Bruno Haible  <bruno@clisp.org>
5542
5543         * lib/pipe2.c (pipe2): Move #ifs inside function.
5544
5545 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
5546
5547         quotearg: document limitations of quote_these_too
5548         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
5549         those limitations are created.
5550         * lib/quotearg.h (set_char_quoting): Document that digits and
5551         letters that are special after backslash are not permitted.
5552         (quotearg_char): Cross-reference set_char_quoting documentation.
5553
5554 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
5555
5556         quotearg: implement custom_quoting_style
5557         * lib/quotearg.c: (struct quoting_options): Add left_quote and
5558         right_quote fields.
5559         (set_custom_quoting): New public function.
5560         (quotearg_buffer_restyled): Add left_quote and right_quote
5561         arguments, handle them very much like locale quoting, and update
5562         all uses.
5563         (quotearg_n_custom): New public function.
5564         (quotearg_n_custom_mem): New public function.
5565         (quotearg_custom): New public function.
5566         (quotearg_custom_mem): New public function.
5567         * lib/quotearg.h: Prototype and document new public functions.
5568         (enum quoting_style): For escape_quoting_style and
5569         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
5570         ignored even though they're otherwise like c_quoting_style.
5571         Add custom_quoting_style member and document with comparison to
5572         clocale_quoting_style.
5573         * tests/test-quotearg.c (custom_quotes): New array.
5574         (custom_results): New array.
5575         (main): Extend to test custom quoting.
5576
5577 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
5578
5579         quotearg: fix right quote escaping when it's in quote_these_too
5580         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
5581         quote, be sure to prepend only one backslash.
5582         * tests/test-quotearg.c (use_quote_double_quotes): New function.
5583         (main): Test it.
5584
5585 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
5586
5587         quotearg-tests: test escaping of embedded locale quotes
5588         * tests/test-quotearg.c (struct result_strings): Add member for
5589         new input.
5590         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
5591         (inputs): Add new input.
5592         (results_g): Add expected results.
5593         (flag_results): Likewise.
5594         (locale_results): Likewise.
5595         (compare_strings): Check those.
5596
5597 2009-08-23  Bruno Haible  <bruno@clisp.org>
5598
5599         Tests for module 'dup3'.
5600         * modules/dup3-tests: New file.
5601         * tests/test-dup3.c: New file.
5602
5603         New module 'dup3'.
5604         * lib/unistd.in.h (dup3): New declaration.
5605         * lib/dup3.c: New file.
5606         * m4/dup3.m4: New file.
5607         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
5608         HAVE_DUP3.
5609         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
5610         * modules/dup3: New file.
5611         * doc/glibc-functions/dup3.texi: Mention the new module.
5612
5613 2009-08-23  Bruno Haible  <bruno@clisp.org>
5614
5615         Tweak the dup2 test.
5616         * tests/test-dup2.c (main): Create the test file empty. Verify that an
5617         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
5618         the test file is still empty. Fix argument order of lseek.
5619
5620 2009-08-23  Bruno Haible  <bruno@clisp.org>
5621
5622         Avoid test link errors when the modules getopt-gnu, gettext are used.
5623         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
5624         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5625
5626 2009-08-23  Bruno Haible  <bruno@clisp.org>
5627
5628         Fix getdtablesize() on mingw.
5629         * lib/getdtablesize.c (getdtablesize): Implement differently.
5630         * lib/unistd.in.h (getdtablesize): Improve comment.
5631
5632 2009-08-23  Bruno Haible  <bruno@clisp.org>
5633
5634         New module 'mkostemp'.
5635         Based on Ulrich Drepper's 2007-08-10 change in glibc.
5636         * lib/stdlib.in.h (mksotemp): New declaration.
5637         * lib/mkostemp.c: New file, from glibc with modifications.
5638         * lib/tempname.h (GT_FILE): Remove outdated comment.
5639         (gen_tempname): Add flags argument.
5640         * lib/tempname.c (__GT_BIGFILE): Remove macro.
5641         (__GT_FILE): Map to 1.
5642         (small_open, large_open): Remove macros.
5643         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
5644         * lib/mkstemp.c (mkstemp): Update.
5645         * lib/mkdtemp.c (mkdtemp): Likewise.
5646         * m4/mkostemp.m4: New file.
5647         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
5648         HAVE_MKOSTEMP.
5649         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
5650         HAVE_MKOSTEMP.
5651         * modules/mkostemp: New file, based on modules/mkstemp.
5652         * doc/glibc-functions/mkostemp.texi: Mention the new module.
5653         * NEWS: Mention the change.
5654
5655 2009-08-23  Bruno Haible  <bruno@clisp.org>
5656
5657         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
5658         Reported by Eric Blake.
5659
5660 2009-08-23  Bruno Haible  <bruno@clisp.org>
5661
5662         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
5663         Reported by Eric Blake.
5664
5665 2009-08-23  Bruno Haible  <bruno@clisp.org>
5666
5667         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
5668         * modules/pipe2 (Depends-on): Likewise.
5669
5670 2009-08-23  Eric Blake  <ebb9@byu.net>
5671
5672         fcntl-h: add O_TTY_INIT support
5673         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
5674         * tests/test-fcntl-h.c (o): Test it.
5675         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
5676
5677         fcntl-h: rename from fcntl, in preparation for fcntl(2)
5678         * modules/fcntl: Move <fcntl.h> header replacement...
5679         * modules/fcntl-h: ...to new name, so as not to collide with
5680         like-named function.
5681         * tests/test-fcntl.c: Rename...
5682         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
5683         * modules/fcntl-tests: Rename...
5684         * modules/fcntl-h-tests: ...to this.  Update test file name.
5685         * modules/chdir-long (Depends-on): Update clients.
5686         * modules/chdir-safer (Depends-on): Likewise.
5687         * modules/fcntl-safer (Depends-on): Likewise.
5688         * modules/fts (Depends-on): Likewise.
5689         * modules/mkancesdirs (Depends-on): Likewise.
5690         * modules/mkdir-p (Depends-on): Likewise.
5691         * modules/open (Depends-on): Likewise.
5692         * modules/savewd (Depends-on): Likewise.
5693         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
5694         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
5695
5696 2009-08-22  Bruno Haible  <bruno@clisp.org>
5697
5698         * modules/binary-io (License): Relicense under LGPL.
5699         * modules/pipe2 (License): Likewise.
5700
5701 2009-08-22  Bruno Haible  <bruno@clisp.org>
5702
5703         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
5704         return value.
5705         * lib/pipe-filter-gi.c (filter_init): Likewise.
5706         Reported by Eric Blake.
5707
5708 2009-08-22  Bruno Haible  <bruno@clisp.org>
5709
5710         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
5711         * modules/pipe (Depends-on): Add pipe2.
5712
5713 2009-08-22  Bruno Haible  <bruno@clisp.org>
5714
5715         Tests for module 'pipe2'.
5716         * modules/pipe2-tests: New file.
5717         * tests/test-pipe2.c: New file.
5718
5719         New module 'pipe2'.
5720         * lib/unistd.in.h (pipe2): New declaration.
5721         * lib/pipe2.c: New file.
5722         * m4/pipe2.m4: New file.
5723         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
5724         HAVE_PIPE2.
5725         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
5726         * modules/pipe2: New file.
5727         * doc/glibc-functions/pipe2.texi: Mention the new module.
5728
5729 2009-08-22  Bruno Haible  <bruno@clisp.org>
5730
5731         Reference some new glibc functions.
5732         * doc/glibc-functions/accept4.texi: New file.
5733         * doc/glibc-functions/dup3.texi: New file.
5734         * doc/glibc-functions/mkostemp.texi: New file.
5735         * doc/glibc-functions/pipe2.texi: New file.
5736         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
5737         (Glibc sys/socket.h): Refer to accept4.
5738         (Glibc unistd.h): Refer to dup3, pipe2.
5739         Reported by Eric Blake.
5740
5741 2009-08-22  Jim Meyering  <meyering@redhat.com>
5742             Bruno Haible  <bruno@clisp.org>
5743
5744         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
5745         This makes it so packages using automake-1.11's silent-rules option
5746         can print e.g., a single "GEN    configmake.h" line, rather than
5747         the 30+ statements that perform the job.  If you want to see the
5748         actual commands, you can still run "make V=1".
5749         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
5750         so that make output is abbreviated when those variables are defined
5751         appropriately.
5752         * modules/argz: Likewise.
5753         * modules/arpa_inet: Likewise.
5754         * modules/byteswap: Likewise.
5755         * modules/configmake: Likewise.
5756         * modules/dirent: Likewise.
5757         * modules/errno: Likewise.
5758         * modules/fcntl: Likewise.
5759         * modules/float: Likewise.
5760         * modules/fnmatch: Likewise.
5761         * modules/getopt-posix: Likewise.
5762         * modules/glob: Likewise.
5763         * modules/iconv_open: Likewise.
5764         * modules/inttypes: Likewise.
5765         * modules/localcharset: Likewise.
5766         * modules/locale: Likewise.
5767         * modules/math: Likewise.
5768         * modules/netdb: Likewise.
5769         * modules/netinet_in: Likewise.
5770         * modules/poll: Likewise.
5771         * modules/posix_spawnp-tests: Likewise.
5772         * modules/sched: Likewise.
5773         * modules/search: Likewise.
5774         * modules/selinux-h: Likewise.
5775         * modules/signal: Likewise.
5776         * modules/spawn: Likewise.
5777         * modules/stdarg: Likewise.
5778         * modules/stdbool: Likewise.
5779         * modules/stddef: Likewise.
5780         * modules/stdint: Likewise.
5781         * modules/stdio: Likewise.
5782         * modules/stdlib: Likewise.
5783         * modules/string: Likewise.
5784         * modules/strings: Likewise.
5785         * modules/sys_file: Likewise.
5786         * modules/sys_ioctl: Likewise.
5787         * modules/sys_select: Likewise.
5788         * modules/sys_socket: Likewise.
5789         * modules/sys_stat: Likewise.
5790         * modules/sys_time: Likewise.
5791         * modules/sys_times: Likewise.
5792         * modules/sys_utsname: Likewise.
5793         * modules/sys_wait: Likewise.
5794         * modules/sysexits: Likewise.
5795         * modules/time: Likewise.
5796         * modules/unistd: Likewise.
5797         * modules/wchar: Likewise.
5798         * modules/wctype: Likewise.
5799
5800 2009-08-22  Jim Meyering  <meyering@redhat.com>
5801
5802         announce-gen: detect write failure
5803         * build-aux/announce-gen: Add Coda at end.
5804         Remove equivalent-but-more-verbose block at top.
5805
5806 2009-08-19  Akim Demaille  <demaille@gostai.com>
5807
5808         bootstrap: --help to stdout.
5809         * bootstrap (usage): Don't send --help to stderr.
5810         Use a here doc instead of a long string.
5811
5812 2009-08-21  Eric Blake  <ebb9@byu.net>
5813
5814         test-popen-safer: split from test-popen
5815         * tests/test-popen.c (main): Move...
5816         * tests/test-popen.h: ...into new file.
5817         * tests/test-popen-safer2.c: New file.
5818         * modules/popen-tests (Files): Add test-popen.h.
5819         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
5820         Suggested by Bruno Haible.
5821
5822         test-fcntl-safer: split from test-open
5823         * tests/test-open.c (main): Move...
5824         * tests/test-open.h: ...into new file.
5825         * tests/test-fcntl-safer.c: New file.
5826         * modules/open-tests (Files): Add test-open.h.
5827         * modules/fcntl-safer-tests: New file.
5828         Suggested by Bruno Haible.
5829
5830         test-fopen-safer: split from test-fopen
5831         * tests/test-fopen.c (main): Move...
5832         * tests/test-fopen.h: ...into new file.
5833         * tests/test-fopen-safer.c: New file.
5834         * modules/fopen-tests (Files): Add test-fopen.h.
5835         * modules/fopen-safer-tests: New file.
5836         Suggested by Bruno Haible.
5837
5838 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
5839
5840         popen-safer: test O_CLOEXEC at run-time.
5841         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
5842
5843 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
5844
5845         fcntl: move more flags to the header
5846         * lib/cloexec.c: Do not define FD_CLOEXEC here.
5847         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
5848         * lib/fcntl.in.h: Do both things here.
5849
5850 2009-08-21  Jim Meyering  <meyering@redhat.com>
5851
5852         consistently remove $@-t before redirecting to it
5853         * modules/argz: Remove $@-t and $@ before redirecting to the former.
5854         * modules/alloca-opt: Likewise.
5855         * modules/byteswap: Likewise.
5856         * modules/fnmatch: Likewise.
5857         * modules/getopt-posix: Likewise.
5858         * modules/glob: Likewise.
5859         * modules/poll: Likewise.
5860         * modules/posix_spawnp-tests: Likewise.
5861         * modules/sys_socket: Likewise.
5862         * modules/sysexits: Likewise.
5863
5864 2009-08-21  Eric Blake  <ebb9@byu.net>
5865
5866         popen: simplify access to original popen
5867         * lib/popen.c (rpl_popen): No need to worry about popen being a
5868         macro.
5869         Reported by Bruno Haible.
5870
5871 2009-08-20  Eric Blake  <ebb9@byu.net>
5872
5873         build: avoid some compiler warnings
5874         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
5875         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
5876         type.
5877         (new_exclude_segment, excluded_file_pattern_p)
5878         (excluded_file_name_p): Reduce scope.
5879         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
5880         old-style declaration.
5881
5882 2009-08-20  Simon Josefsson  <simon@josefsson.org>
5883
5884         * tests/test-exclude1.sh: Handle Windows EOL.
5885         * tests/test-exclude2.sh: Likewise.
5886         * tests/test-exclude3.sh: Likewise.
5887         * tests/test-exclude4.sh: Likewise.
5888         * tests/test-exclude5.sh: Likewise.
5889         * tests/test-exclude6.sh: Likewise.
5890         * tests/test-exclude7.sh: Likewise.
5891
5892 2009-08-19  Akim Demaille  <demaille@gostai.com>
5893
5894         bootstrap: find sha1sum when named gsha1sum.
5895         * bootstrap (find_tool): New.
5896         ($SHA1SUM): New.
5897         Use it.
5898
5899 2009-08-20  Jim Meyering  <meyering@redhat.com>
5900
5901         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
5902         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
5903         expression that converts "." in a file name to "\." in the resulting
5904         regexp.  Start with a dummy statement, so that prior shell variable
5905         definitions are expanded portably.  Reported by Simon Josefsson.
5906
5907 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
5908
5909         Fix polling for writeability of a screen buffer.
5910         * lib/poll.c: Distinguish input and screen buffers for the
5911         Win32 implementation.
5912         * lib/select.c: Likewise.
5913
5914 2009-08-19  Eric Blake  <ebb9@byu.net>
5915
5916         popen-safer: prevent popen from clobbering std descriptors
5917         * modules/popen-safer: New file.
5918         * lib/popen-safer.c: Likewise.
5919         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
5920         * lib/stdio--.h (popen): Provide override.
5921         * lib/stdio-safer.h (popen_safer): Provide declaration.
5922         * tests/test-popen.c (includes): Partially test this.
5923         * modules/popen-safer-tests: New file, for more tests.
5924         * tests/test-popen-safer.c: Likewise.
5925         * MODULES.html.sh (file stream based Input/Output): Mention it.
5926
5927         tests: test some of the *-safer modules
5928         * modules/fopen-safer (Depends-on): Add fopen.
5929         * modules/fcntl-safer (Depends-on): Add fcntl.
5930         * modules/stdlib-safer (Depends-on): Add stdlib.
5931         (configure.ac): Set indicator.
5932         * modules/unistd-safer (configure.ac): Likewise.
5933         * modules/tmpfile-safer (configure.ac): Likewise.
5934         (Depends-on): Add tmpfile.
5935         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
5936         active.
5937         * tests/test-fopen.c (includes): Test safer versions when they are
5938         in use.
5939         * tests/test-open.c (includes): Likewise.
5940
5941         popen: fix cygwin 1.5 bug when stdin closed
5942         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
5943         * modules/popen: New file.
5944         * modules/popen-tests: Likewise.
5945         * tests/test-popen.c: Likewise.
5946         * m4/popen.m4: Likewise.
5947         * lib/popen.c: Likewise.
5948         * lib/stdio.in.h (popen): New declaration.
5949         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
5950         * modules/stdio (Makefile.am): Likewise.
5951         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
5952
5953 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
5954
5955         maint.mk: give full control over update-copyright exclusions
5956         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
5957         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
5958         (update-copyright): Don't force inclusion of top-level
5959         ChangeLog.  Don't force exclusion of all COPYING files, but make
5960         them the default exclusion instead.
5961
5962 2009-08-16  Bruno Haible  <bruno@clisp.org>
5963
5964         Fix test failures on Solaris 10.
5965         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
5966         tests when Solaris iconv() is used.
5967         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5968         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5969         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5970         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5971         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5972
5973 2009-08-16  Bruno Haible  <bruno@clisp.org>
5974
5975         Fix test failures on Solaris 10.
5976         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
5977         'tr' program and pass it as first argument.
5978         * tests/test-pipe-filter-gi1.sh: Likewise.
5979         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
5980         program as first argument.
5981         * tests/test-pipe-filter-gi1.c (main): Likewise.
5982
5983 2009-08-16  Eric Blake  <ebb9@byu.net>
5984
5985         fpurge: fix previous commits
5986         * modules/fpurge (Makefile.am): Make replacement conditional,
5987         partially reverting 2007-04-29 change; missed in previous
5988         attempt.
5989         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
5990         is missing.
5991
5992 2009-08-16  Bruno Haible  <bruno@clisp.org>
5993
5994         Clarify fpurge's effect on the file position.
5995         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
5996         * tests/test-fpurge.c (main): Make a second pass for checking the file
5997         position.
5998
5999 2009-08-16  Bruno Haible  <bruno@clisp.org>
6000
6001         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
6002         declaration of fpurge is missing.
6003         * tests/test-fpurge.c (main): Check that the file has not more contents
6004         than expected. Close the file before removing it.
6005
6006 2009-08-15  Eric Blake  <ebb9@byu.net>
6007
6008         fpurge: don't wrap working cygwin implementation
6009         * lib/fpurge.c (fpurge): Fix comment typo.
6010         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
6011         1.7 to avoid replacement.
6012         * tests/test-fpurge.c (main): Enhance test.
6013
6014 2009-08-15  Eric Blake  <ebb9@byu.net>
6015         and Jim Meyering  <meyering@redhat.com>
6016
6017         test-update-copyright: skip if perl is insufficient
6018         * tests/test-update-copyright.sh: Failure to run maintainer tool
6019         should not cause testsuite failure on cygwin 1.5.
6020
6021 2009-08-14  Eric Blake  <ebb9@byu.net>
6022
6023         doc: mention more functions added in cygwin 1.7.0
6024         * doc/posix-headers/limits.texi (limits.h): Update for recent
6025         cygwin additions.
6026         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
6027         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
6028         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
6029         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
6030         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
6031
6032 2009-08-14  Eric Blake  <ebb9@byu.net>
6033
6034         maint.mk: simplify update-copyright rule
6035         * top/maint.mk (update-copyright-local): Delete, and document how
6036         to do it in cfg.mk instead.
6037         (update-copyright-exclude-regexp): Delete, and document how to do
6038         it in .x-update-copyright instead.
6039         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
6040         exclude ChangeLog.
6041
6042 2009-08-14  Bruno Haible  <bruno@clisp.org>
6043
6044         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
6045
6046 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
6047
6048         maint.mk: support update-copyright-env
6049         * top/maint.mk (update-copyright-env): Define place-holder.
6050         (update-copyright): Expand $(update-copyright-env) before
6051         invoking update-copyright.
6052
6053 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
6054
6055         update-copyright: implement forced reformatting
6056         * build-aux/update-copyright: Implement and document
6057         UPDATE_COPYRIGHT_FORCE.
6058         * tests/test-update-copyright.sh: Test it.
6059
6060 2009-08-14  Eric Blake  <ebb9@byu.net>
6061         and Bruno Haible  <bruno@clisp.org>
6062
6063         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
6064         * tests/test-locale.c: Revert previous patch related to NULL.
6065         * tests/test-stdio.c: Likewise.
6066         * tests/test-stdlib.c: Likewise.
6067         * tests/test-string.c: Likewise.
6068         * tests/test-unistd.c: Likewise.
6069         * modules/time-tests (Depends-on): Add verify.
6070         * modules/wchar-tests (Depends-on): Likewise.
6071         * tests/test-time.c: Test for NULL compliance.
6072         * tests/test-wchar.c: Likewise.
6073         * modules/locale (Depends-on): Add stddef.
6074         * modules/stdio (Depends-on): Likewise.
6075         * modules/stdlib (Depends-on): Likewise.
6076         * modules/string (Depends-on): Likewise.
6077         * modules/time (Depends-on): Likewise.
6078         * modules/unistd (Depends-on): Likewise.
6079         * modules/wchar (Depends-on): Likewise.
6080         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
6081         * lib/stdlib.in.h (includes): Likewise.
6082         * lib/string.in.h (includes): Likewise.
6083         * lib/time.in.h (includes): Likewise.
6084         * lib/unistd.in.h (includes): Likewise.
6085         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
6086         replaced.
6087         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
6088         * m4/stddef_h.m4: New file.
6089         * modules/stddef: Likewise.
6090         * lib/stddef.in.h: Likewise.
6091         * modules/stddef-tests: Likewise.
6092         * tests/test-stddef.c: Likewise.
6093         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
6094         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
6095         * doc/posix-headers/locale.texi (locale.h): Likewise.
6096         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
6097         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
6098         * doc/posix-headers/string.texi (string.h): Likewise.
6099         * doc/posix-headers/time.texi (time.h): Likewise.
6100         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
6101         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
6102
6103 2009-08-14  Eric Blake  <ebb9@byu.net>
6104
6105         doc: improve git diff of texinfo files
6106         * .gitattributes: Add rule for *.texi files, with hint on how to
6107         use it.
6108         Copied from m4, and based on a report by Bruno Haible.
6109
6110 2009-08-14  Bruno Haible  <bruno@clisp.org>
6111
6112         Disable multithread support by default on Cygwin 1.5.x for real.
6113         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
6114
6115 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
6116
6117         update-copyright: much ado about intervals
6118         * build-aux/update-copyright: Implement and document
6119         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
6120         of copyright year intervals.
6121         Also, document UPDATE_COPYRIGHT_YEAR.
6122         * tests/test-update-copyright.sh: Test it.
6123
6124         update-copyright: convert 2-digit to 4-digit years
6125         * build-aux/update-copyright: Implement and document.
6126         * tests/test-update-copyright.sh: Update.
6127
6128 2009-08-14  Jim Meyering  <meyering@redhat.com>
6129
6130         test-exclude: avoid coreutils "make check" failure
6131         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
6132         just as in test-argmatch.c.
6133
6134 2009-08-13  Eric Blake  <ebb9@byu.net>
6135
6136         test-dup2: fix bad assumption
6137         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
6138         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
6139
6140         test-version-etc: fix CRLF portability issue
6141         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
6142         recognize \r.
6143         * tests/test-argp-version-etc-1.sh: Likewise.
6144
6145         getopt: update client modules
6146         * modules/argp (Depends-on): Use getopt-gnu.
6147         * modules/git-merge-changelog (Depends-on): Likewise.
6148         * modules/long-options (Depends-on): Likewise.
6149         * modules/xstrtol (Depends-on): Likewise.
6150
6151 2009-08-13  Simon Josefsson  <simon@josefsson.org>
6152
6153         * tests/test-version-etc.sh: Don't fail on different
6154         project/version.  Don't fail on CRLF differences.  Rewrite to use
6155         multiple -e instead of multiple sed forks, suggested by Eric Blake
6156         <ebb9@byu.net>.
6157         * tests/test-argp-version-etc-1.sh: Likewise.
6158
6159 2009-08-13  Simon Josefsson  <simon@josefsson.org>
6160
6161         * tests/test-version-etc.sh: Don't fail on different
6162         project/version.
6163
6164 2009-08-12  Bruno Haible  <bruno@clisp.org>
6165
6166         Tests for modules 'getopt-posix', 'getopt-gnu'.
6167         * modules/getopt-posix-tests: New file.
6168         * tests/test-getopt.c: New file.
6169         * tests/test-getopt.h: New file.
6170         * tests/test-getopt_long.h: New file.
6171
6172         New modules 'getopt-posix', 'getopt-gnu'.
6173         * modules/getopt-gnu: New file, renamed from modules/getopt.
6174         * modules/getopt-posix: New file.
6175         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
6176         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
6177         (gl_GETOPT): Remove macro.
6178         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
6179         Disable the test against BSD systems that declare optreset. Test
6180         against mingw bug. Test against lack of support of optional arguments
6181         on many platforms.
6182         * doc/glibc-headers/getopt.texi: Update module name and list of
6183         relevant platforms.
6184         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
6185         'getopt-gnu' and more portability problems.
6186         * NEWS: Mention the changes.
6187
6188 2009-08-12  Bruno Haible  <bruno@clisp.org>
6189
6190         Ensure that optarg etc. get declared by <unistd.h>.
6191         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
6192         AC_USE_SYSTEM_EXTENSIONS.
6193         * modules/getopt (Depends-on): Add 'extensions'.
6194
6195 2009-08-12  Bruno Haible  <bruno@clisp.org>
6196
6197         Avoid test link errors.
6198         * modules/pipe-filter-ii-tests (Makefile.am): Define
6199         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
6200         * modules/pipe-filter-gi-tests (Makefile.am): Define
6201         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
6202         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6203
6204 2009-08-12  Bruno Haible  <bruno@clisp.org>
6205
6206         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
6207         gl_GETOPT_SUBSTITUTE before.
6208         (gl_GETOPT): Use it.
6209         * m4/argp.m4 (gl_ARGP): Update.
6210         Reported by Sergey Poznyakoff.
6211
6212         * m4/getopt.m4: Reorder macros.
6213         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
6214         (gl_GETOPT_SUBSTITUTE): Remove macro.
6215
6216 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6217
6218         Minor improvement in gitlog-to-changelog
6219
6220         * build-aux/gitlog-to-changelog: New option `--format' makes
6221         output format string configurable.
6222
6223 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6224
6225         Optimize exclude: use hash tables for non-wildcard patterns.
6226
6227         * lib/exclude.c: Include hash.h and mbuiter.h
6228         (struct exclude_pattern, exclude_segment): New data types.
6229         (struct exclude): Rewrite.
6230         (fnmatch_pattern_has_wildcards): New function.
6231         (new_exclude_segment, free_exclude_segment): New functions.
6232         (excluded_file_pattern_p, excluded_file_name_p): New functions.
6233         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
6234         * lib/exclude.h (is_fnmatch_pattern): New prototype.
6235         * modules/exclude: Depend on hash and mbuiter.
6236
6237         * modules/exclude-tests: New file.
6238         * tests/test-exclude.c: New file.
6239         * tests/test-exclude1.sh: New file.
6240         * tests/test-exclude2.sh: New file.
6241         * tests/test-exclude3.sh: New file.
6242         * tests/test-exclude4.sh: New file.
6243         * tests/test-exclude5.sh: New file.
6244         * tests/test-exclude6.sh: New file.
6245         * tests/test-exclude7.sh: New file.
6246
6247 2009-08-12  Bruno Haible  <bruno@clisp.org>
6248
6249         Ensure that getopt() gets declared by <unistd.h>.
6250         * lib/unistd.in.h: Conditionally include getopt.h.
6251         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
6252         Set GNULIB_UNISTD_H_GETOPT.
6253         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6254         GNULIB_UNISTD_H_GETOPT.
6255         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
6256
6257 2009-08-12  Bruno Haible  <bruno@clisp.org>
6258
6259         Clarify logic.
6260         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
6261         gl_replace_getopt instead of GETOPT_H.
6262
6263 2009-08-12  Bruno Haible  <bruno@clisp.org>
6264
6265         * m4/getopt.m4: Add comments.
6266
6267 2009-08-12  Bruno Haible  <bruno@clisp.org>
6268
6269         Disable multithread support by default on Cygwin 1.5.x.
6270         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
6271         set gl_use_threads=no if not specified otherwise.
6272
6273 2009-08-11  Bruno Haible  <bruno@clisp.org>
6274
6275         Avoid compilation error on NetBSD 5.0.
6276         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
6277         * tests/test-stdio.c: Likewise.
6278         * tests/test-stdlib.c: Likewise.
6279         * tests/test-string.c: Likewise.
6280         * tests/test-unistd.c: Likewise.
6281         Reported by Greg Troxel <gdt@ir.bbn.com>
6282         at <https://savannah.gnu.org/support/?106973>.
6283
6284 2009-08-11  Bruno Haible  <bruno@clisp.org>
6285
6286         * modules/dup2-tests (Depends-on): Remove close.
6287
6288         Undo 2009-07-19 commit.
6289         * modules/acl-tests (Depends-on): Remove close.
6290         * modules/binary-io-tests (Depends-on): Likewise.
6291         * modules/closein-tests (Depends-on): Likewise.
6292         * modules/flock-tests (Depends-on): Likewise.
6293         * modules/fsync-tests (Depends-on): Likewise.
6294         * modules/lseek-tests (Depends-on): Likewise.
6295         * modules/pipe-tests (Depends-on): Likewise.
6296         * modules/posix_spawn-tests (Depends-on): Likewise.
6297         * modules/posix_spawnp-tests (Depends-on): Likewise.
6298         * modules/stat-time-tests (Depends-on): Likewise.
6299         * modules/yesno-tests (Depends-on): Likewise.
6300
6301 2009-08-10  Bruno Haible  <bruno@clisp.org>
6302
6303         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
6304
6305 2009-08-10  Bruno Haible  <bruno@clisp.org>
6306
6307         Fix a gcc warning.
6308         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
6309
6310 2009-08-10  Bruno Haible  <bruno@clisp.org>
6311
6312         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
6313         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
6314         not only the first time.
6315         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
6316         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
6317         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
6318         is 1, not only the the first time.
6319
6320 2009-08-10  Bruno Haible  <bruno@clisp.org>
6321
6322         Make it possible to use module 'gethostname' without module 'close'.
6323         * lib/unistd.in.h (close): Evoke a link error only if
6324         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
6325         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6326         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
6327         * modules/unistd (Makefile.am): Substitute
6328         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
6329         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
6330         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
6331         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
6332         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
6333         * modules/sys_ioctl (Makefile.am): Substitute
6334         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
6335         * modules/socket (configure.ac): On native Windows, set
6336         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
6337         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
6338         Reported by Sam Steingold <sds@gnu.org>.
6339
6340 2009-08-10  Bruno Haible  <bruno@clisp.org>
6341
6342         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
6343         * modules/ioctl (configure.ac): Likewise.
6344
6345 2009-08-10  Bruno Haible  <bruno@clisp.org>
6346
6347         Avoid collision between gnulib wrapper and libintl wrapper.
6348         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
6349         already defined in intl/printf.c.
6350         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
6351         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
6352
6353 2009-08-09  Bruno Haible  <bruno@clisp.org>
6354
6355         Make <sys/select.h> really self-contained, also on Solaris 10.
6356         * lib/sys_select.in.h: Include <string.h>.
6357         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
6358         Solaris 10 problem.
6359         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
6360         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
6361         Reported by Jim Meyering.
6362
6363 2009-08-09  Bruno Haible  <bruno@clisp.org>
6364
6365         Avoid warnings from 'aclocal' that are due to a use of macro name
6366         AM_XGETTEXT_OPTION that is not defined in automake.
6367         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
6368         automake.
6369         * modules/error (configure.ac): Likewise.
6370         * modules/propername (configure.ac): Likewise.
6371         * modules/vasprintf (configure.ac): Likewise.
6372         * modules/verror (configure.ac): Likewise.
6373         * modules/xprintf (configure.ac): Likewise.
6374         * modules/xvasprintf (configure.ac): Likewise.
6375
6376 2009-08-08  Bruno Haible  <bruno@clisp.org>
6377
6378         Avoid compilation error in C++ mode.
6379         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
6380         Reported by Sam Steingold <sds@gnu.org>.
6381
6382 2009-08-08  Bruno Haible  <bruno@clisp.org>
6383
6384         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
6385         for the various Unix platforms.
6386         * doc/posix-headers/limits.texi: Update platforms list regarding
6387         HOST_NAME_MAX.
6388         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6389
6390 2009-08-07  Jim Meyering  <meyering@redhat.com>
6391
6392         selinux-at: fix typo in a comment
6393         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
6394         Spotted by Paolo Bonzini.
6395
6396         selinux-at: remove redundant m4 code, add documentation
6397         * modules/selinux-at (configure.ac): Remove redundant code.
6398         LIB_SELINUX is already set via the dependent module, selinux-h.
6399         (Include): Add quotes around selinux-at.h.
6400         * lib/selinux-at.h: Add documentation.
6401         Reported by Bruno Haible in
6402         http://marc.info/?l=gnulib-bug&m=124958988300749
6403
6404 2009-08-07  Bruno Haible  <bruno@clisp.org>
6405
6406         Avoid link error on MacOS X 10.3 and 10.4.
6407         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
6408         on non-ELF systems.
6409         * lib/argp-pv.c (argp_program_version): Likewise.
6410         Reported by Simon Josefsson.
6411
6412 2009-08-07  Simon Josefsson  <simon@josefsson.org>
6413
6414         * tests/test-version-etc.sh: Use $EXEEXT.
6415
6416 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
6417
6418         update-copyright: update documentation to point to maint.mk
6419         * build-aux/update-copyright: Here.
6420
6421 2009-08-06  Jim Meyering  <meyering@redhat.com>
6422
6423         maint.mk: support update-copyright-local
6424         * top/maint.mk (update-copyright-local): Define place-holder.
6425         (update-copyright): Depend on $(update-copyright-local).
6426
6427 2009-08-06  Jim Meyering  <meyering@redhat.com>
6428
6429         selinux-at: new module
6430         Initially written for coreutils, this module will soon be
6431         used by findutils, too.
6432         * MODULES.html.sh [Misc]: Add selinux-at.
6433         * lib/selinux-at.h: New file, from coreutils.
6434         * lib/selinux-at.c: Likewise.
6435         * modules/selinux-at: Likewise.
6436         (License): Change from LGPL to GPL, since it depends
6437         on the GPL'd openat module.
6438
6439         doc: update README
6440         * README: Remove references to cogito.
6441         Remove cvs-repo-updating instructions from 2007.
6442         Don't imply that CVS is better if you have limited disk space.
6443
6444 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
6445
6446         update-copyright: support C-style comments
6447         * build-aux/update-copyright: Implement and document.
6448         * tests/test-update-copyright.sh: Test.
6449
6450 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
6451
6452         update-copyright: support omitted "(C)"
6453         * build-aux/update-copyright: Implement and document.  Also,
6454         allow variable whitespace before "(C)".
6455         * tests/test-update-copyright.sh: Test.
6456
6457 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
6458
6459         update-copyright: don't trip on non-FSF copyright statements
6460         * build-aux/update-copyright: Fix so that the first correctly
6461         formatted FSF copyright statement is recognized no matter what
6462         appears before it.  Update documentation.
6463         * tests/test-update-copyright.sh: Test that.
6464
6465 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
6466
6467         update-copyright: clean up code a little
6468         * build-aux/update-copyright: Append "_re" to the name of any
6469         variable holding a regular expression.
6470         Replace "old" and "new" with "stmt" in variable names.
6471         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
6472         handled correctly.
6473         Format code more consistently.
6474
6475 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
6476
6477         update-copyright-tests: improve portability
6478         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
6479         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
6480
6481 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
6482
6483         update-copyright: support @copyright{} and &copy;
6484         * build-aux/update-copyright: Implement and document.
6485         * tests/test-update-copyright.sh: Test.
6486
6487 2009-08-04  Jim Meyering  <meyering@redhat.com>
6488
6489         update-copyright-tests: correctly test EOL=\r\n handling
6490         * tests/test-update-copyright.sh: Put \r at the end of some lines
6491         for the dos-eol tests.  Based on a patch by Joel E. Denny.
6492
6493         maint.mk: make update-copyright exclusion list more configurable
6494         * top/maint.mk (update-copyright): Default to excluding COPYING,
6495         but allow an override, in case someone does want to update that file.
6496
6497         maint.mk: don't update copyright date in COPYING
6498         * top/maint.mk (update-copyright): Exclude COPYING.
6499
6500         maint.mk: add a copyright-updating rule
6501         * top/maint.mk (update-copyright): New rule.
6502         Derived from coreutils/Makefile.am.
6503
6504         update-copyright: rename some variables
6505         * build-aux/update-copyright: Rename a few variables for clarity.
6506         Tweak syntax.  List Joel E. Denny as coauthor.
6507
6508 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
6509
6510         update-copyright: fix bug for 2-digit last year and add tests
6511         * build-aux/update-copyright: Fix bug.
6512         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
6513         specified.
6514         * modules/update-copyright-tests: New
6515         * tests/test-update-copyright.sh: New.
6516
6517 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
6518
6519         update-copyright: handle leading tabs in line prefix
6520         * build-aux/update-copyright: Count leading tabs as 8 spaces
6521         when computing margin.  This helps with the formatting of
6522         ChangeLogs, for example.
6523         Fix documentation a little.
6524
6525 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
6526
6527         update-copyright: support EOL=\r\n
6528         * build-aux/update-copyright: Implement that.
6529
6530 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
6531
6532         update-copyright: automatically format copyright statements
6533         * build-aux/update-copyright: Implement that.
6534         Also, be a little more predictable and safer by always failing
6535         when the full copyright format is not perfectly recognized as an
6536         unbroken whole.  Discussed at
6537         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
6538         Rewrite documentation.
6539
6540 2009-08-03  Bruno Haible  <bruno@clisp.org>
6541
6542         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
6543
6544 2009-08-02  Bruno Haible  <bruno@clisp.org>
6545
6546         Tests for module 'uname'.
6547         * modules/uname-tests: New file.
6548         * tests/test-uname.c: New file.
6549
6550         New module 'uname'.
6551         * lib/uname.c: New file.
6552         * m4/uname.m4: New file.
6553         * modules/uname: New file.
6554         * doc/posix-functions/uname.texi: Mention the new module.
6555
6556 2009-08-02  Bruno Haible  <bruno@clisp.org>
6557
6558         Tests for module 'sys_utsname'.
6559         * modules/sys_utsname-tests: New file.
6560         * tests/test-sys_utsname.c: New file.
6561
6562         New module 'sys_utsname'.
6563         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
6564         * m4/sys_utsname_h.m4: New file.
6565         * modules/sys_utsname: New file.
6566         * doc/posix-headers/sys_utsname.texi: Mention the new module.
6567
6568 2009-08-02  Bruno Haible  <bruno@clisp.org>
6569
6570         Implicitly initialize the sockets library.
6571         * lib/gethostname.c: Include sockets.h.
6572         (rpl_gethostname): Invoke gl_sockets_startup.
6573         * lib/socket.c: Include sockets.h.
6574         (rpl_socket): Invoke gl_sockets_startup.
6575         * modules/gethostname (Depends-on): Add sockets.
6576         * modules/socket (Depends-on): Likewise.
6577         * tests/test-poll.c: Don't include sockets.h.
6578         (main): Don't invoke gl_sockets_startup.
6579         * tests/test-select.c: Don't include sockets.h.
6580         (main): Don't invoke gl_sockets_startup.
6581
6582 2009-08-02  Bruno Haible  <bruno@clisp.org>
6583
6584         Allow multiple calls to gl_sockets_startup.
6585         * lib/sockets.c (initialized_sockets_version): New variable.
6586         (gl_sockets_startup): Do nothing if already called for this or a higher
6587         version.
6588         (gl_sockets_cleanup): Reset initialized_sockets_version.
6589
6590 2009-08-03  Simon Josefsson  <simon@josefsson.org>
6591
6592         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
6593         different project/version.
6594
6595 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
6596             Bruno Haible  <bruno@clisp.org>
6597
6598         Tests for module 'pipe-filter-gi'.
6599         * modules/pipe-filter-gi-tests: New file.
6600         * tests/test-pipe-filter-gi1.sh: New file.
6601         * tests/test-pipe-filter-gi1.c: New file.
6602         * tests/test-pipe-filter-gi2.sh: New file.
6603         * tests/test-pipe-filter-gi2-main.c: New file.
6604         * tests/test-pipe-filter-gi2-child.c: New file.
6605
6606         New module 'pipe-filter-gi'.
6607         * lib/pipe-filter-gi.c: New file.
6608         * modules/pipe-filter-gi: New file.
6609
6610 2009-08-02  Bruno Haible  <bruno@clisp.org>
6611             Paolo Bonzini  <bonzini@gnu.org>
6612
6613         Tests for module 'pipe-filter-ii'.
6614         * modules/pipe-filter-ii-tests: New file.
6615         * tests/test-pipe-filter-ii1.sh: New file.
6616         * tests/test-pipe-filter-ii1.c: New file.
6617         * tests/test-pipe-filter-ii2.sh: New file.
6618         * tests/test-pipe-filter-ii2-main.c: New file.
6619         * tests/test-pipe-filter-ii2-child.c: New file.
6620
6621         New module 'pipe-filter-ii'.
6622         * lib/pipe-filter.h: New file.
6623         * lib/pipe-filter-ii.c: New file.
6624         * lib/pipe-filter-aux.h: New file.
6625         * modules/pipe-filter-ii: New file.
6626
6627 2009-08-02  Simon Josefsson  <simon@josefsson.org>
6628
6629         * lib/gc-libgcrypt.c: Change copyright to FSF.
6630         * lib/gc-gnulib.c: Likewise.
6631
6632 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
6633
6634         * lib/gethostname.c: Include limits.h.
6635
6636 2009-08-02  Simon Josefsson  <simon@josefsson.org>
6637             Bruno Haible  <bruno@clisp.org>
6638
6639         Ensure HOST_NAME_MAX as part of the gethostname module.
6640         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
6641         define also HOST_NAME_MAX.
6642         * tests/test-gethostname.c: Include <limits.h>.
6643         (main): Check also HOST_NAME_MAX.
6644         * doc/posix-headers/limits.texi: Document the mingw problem.
6645
6646 2009-08-02  Bruno Haible  <bruno@clisp.org>
6647
6648         * lib/gethostname.c (gethostname): Fix handling of large len argument.
6649         Add comments.
6650
6651 2009-03-31  Simon Josefsson  <simon@josefsson.org>
6652
6653         * lib/gethostname.c: Add Windows wrapper.
6654         * m4/gethostname.m4: Look for gethostname in -lws2_32.
6655         * modules/gethostname: Depend on sys_socket & errno, for also
6656         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
6657         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
6658
6659 2009-07-31  Jim Meyering  <meyering@redhat.com>
6660
6661         getloadavg: fix symbol name in comment
6662         * lib/getloadavg.c: Correct a typo I introduced when adding
6663         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
6664         Matt Kraai spotted the problem.
6665
6666 2009-07-29  Matt Kraai  <mkraai@beckman.com>
6667
6668         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
6669         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
6670         code also if ! defined N_NAME_POINTER.
6671         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
6672         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
6673         but the n_name member is a 12-byte array.
6674
6675 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
6676
6677         update-copyright: generalize comment handling
6678         * build-aux/update-copyright: Handle copyright statements
6679         within more comment styles.
6680         Document usage.
6681         Report any file with an external copyright holder or parse failure.
6682
6683 2009-07-29  Jim Meyering  <meyering@redhat.com>
6684
6685         mktime: correct setting of REPLACE_MKTIME
6686         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
6687
6688         update-copyright: new module
6689         * modules/update-copyright: New file.
6690         * build-aux/update-copyright: New file.
6691         * MODULES.html.sh (maint+release support): Add update-copyright.
6692
6693 2009-07-27  Bruno Haible  <bruno@clisp.org>
6694
6695         Fix compilation error when <ctime> is used and mktime is replaced.
6696         * lib/time.in.h (mktime): New declaration.
6697         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
6698         REPLACE_MKTIME instead of defining mktime in config.h.
6699         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
6700         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
6701         Reported by Ross McFarland <rwmcfa1@neces.com>.
6702
6703 2009-07-27  Bruno Haible  <bruno@clisp.org>
6704
6705         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
6706         Reported by Matt Kraai <mkraai@beckman.com>.
6707
6708 2009-07-25  Jim Meyering  <meyering@redhat.com>
6709
6710         maint.mk: avoid warnings about missing files
6711         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
6712         diagnostic when .prev-version does not exist.
6713         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
6714         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
6715         nonexistent cfg.mk.
6716         Suggestions from Simon Josefsson.
6717
6718 2009-07-25  Bruno Haible  <bruno@clisp.org>
6719
6720         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
6721         defined as macros. Needed on QNX 6.4.1.
6722         Reported by Matt Kraai <mkraai@beckman.com>.
6723
6724 2009-07-23  Jim Meyering  <meyering@redhat.com>
6725
6726         maint.mk: invoke "make dist" with a working value of XZ_OPT
6727         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
6728
6729 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
6730
6731         Make fseeko.c compile on QNX.
6732         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
6733
6734 2009-07-22  Peter Simons  <simons@cryp.to>
6735
6736         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
6737         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
6738         * lib/md4.h: Likewise.
6739         * lib/md5.h: Likewise.
6740         * lib/sha1.h: Likewise.
6741         * lib/sha256.h: Likewise.
6742         * lib/sha512.h: Likewise.
6743
6744         tests-sha1: don't assign literal string to 'char *' variable
6745         * tests/test-sha1.c (main): Declare locals with "const" to match
6746         attributes of the right hand side.
6747
6748 2009-07-21  Eric Blake  <ebb9@byu.net>
6749
6750         dup2: fix more mingw problems
6751         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
6752         fd to itself.
6753         * doc/posix-functions/dup2.texi (dup2): Document the bug.
6754         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
6755         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
6756         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
6757         care of mingw bugs.
6758
6759 2009-07-21  Jim Meyering  <meyering@redhat.com>
6760
6761         vc-list-files: avoid failure when /bin/sh is dash
6762         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
6763         On some Debian based systems, /bin/sh is a symlink to dash, and running
6764         this command would omit the "/" following each 'tests' prefix:
6765           dash -x build-aux/vc-list-files -C . tests
6766         That is because bash and dash work differently:
6767           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
6768           bash ok
6769           dash odd
6770
6771 2009-07-21  Eric Blake  <ebb9@byu.net>
6772
6773         dup2-tests: test previous patch
6774         * modules/dup2-tests: New file.
6775         * tests/test-dup2.c: Likewise.
6776         * tests/test-open.c (main): Avoid unspecified behavior.
6777         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
6778         test.
6779
6780         dup2: work around mingw and cygwin 1.5 bug
6781         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
6782         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6783         * modules/unistd (Makefile.am): Substitute it.
6784         * lib/unistd.in.h (dup2): Declare the replacement.
6785         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
6786         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
6787         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
6788         * modules/execute (Depends-on): Add dup2.
6789         * modules/fseterr (Depends-on): Likewise.
6790         * modules/pipe (Depends-on): Likewise.
6791         * modules/posix_spawn-internal (Depends-on): Likewise.
6792
6793 2009-07-21  Bruno Haible  <bruno@clisp.org>
6794
6795         * modules/.gitattributes: New file.
6796
6797 2009-07-20  Bruno Haible  <bruno@clisp.org>
6798
6799         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
6800         (main): Use it.
6801
6802 2009-07-20  Eric Blake  <ebb9@byu.net>
6803
6804         test-pipe: make a bit more robust.
6805         * tests/test-pipe.c (myerr): Allow error messages regardless of
6806         what we do to stderr.
6807         (test_pipe): Rearrange to avoid deadlock.
6808         (child_main): Try a larger read, to ensure we avoided deadlock.
6809         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
6810         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
6811         if misused.
6812
6813 2009-07-19  Jim Meyering  <meyering@redhat.com>
6814
6815         fts: avoid false-positive cycle-detection
6816         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
6817         for each new command line argument.
6818
6819 2009-07-19  Bruno Haible  <bruno@clisp.org>
6820
6821         Fix build error on mingw with the modules sys_select and unistd.
6822         * modules/acl-tests (Depends-on): Add close.
6823         * modules/binary-io-tests (Depends-on): Likewise.
6824         * modules/closein-tests (Depends-on): Likewise.
6825         * modules/flock-tests (Depends-on): Likewise.
6826         * modules/fsync-tests (Depends-on): Likewise.
6827         * modules/lseek-tests (Depends-on): Likewise.
6828         * modules/pipe-tests (Depends-on): Likewise.
6829         * modules/posix_spawn-tests (Depends-on): Likewise.
6830         * modules/posix_spawnp-tests (Depends-on): Likewise.
6831         * modules/stat-time-tests (Depends-on): Likewise.
6832         * modules/yesno-tests (Depends-on): Likewise.
6833
6834 2009-07-19  Bruno Haible  <bruno@clisp.org>
6835
6836         Unify conditionals.
6837         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
6838         macros, not at the compiler macros.
6839         * lib/pipe.c: Likewise.
6840         * lib/execute.c: Likewise.
6841         * lib/spawni.c: Likewise.
6842
6843 2009-07-19  Bruno Haible  <bruno@clisp.org>
6844
6845         Fix handling of closed stdin/stdout/stderr on mingw.
6846         * lib/w32spawn.h: Include unistd.h.
6847         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
6848         file descriptor with O_NOINHERIT flag.
6849         (fd_safer_noinherit): New function, based on fd-safer.c.
6850         (dup_safer_noinherit): New function, based on dup-safer.c.
6851         (undup_safer_noinherit): New function.
6852         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
6853         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
6854         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
6855         instead of fd_safer.
6856         * tests/test-pipe.c: Include <windows.h>.
6857         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
6858
6859         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
6860         from main.
6861         (test_pipe): Pass an extra argument for disambiguation.
6862         (main): Invoke parent_main or child_main.
6863
6864         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
6865         consistently.
6866
6867 2009-07-18  Eric Blake  <ebb9@byu.net>
6868
6869         test-pipe: fix mingw build
6870         * tests/test-pipe.c (main): Avoid fcntl on mingw.
6871
6872 2009-07-18  Bruno Haible  <bruno@clisp.org>
6873
6874         * modules/pipe-tests (Makefile.am): Fix typo.
6875
6876 2009-07-18  Eric Blake  <ebb9@byu.net>
6877
6878         error: fix mingw build
6879         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
6880         Reported by Bruno Haible.
6881
6882         error: avoid undefined use of stdout
6883         * lib/error.c (error, error_at_line): Check that fd 1 is open
6884         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
6885         is handling faults and the close_stdout module wants to report the
6886         detection of closed stdout as an error.
6887
6888 2009-07-17  Eric Blake  <ebb9@byu.net>
6889
6890         pipe: be robust in face of closed fds
6891         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
6892         should cause child to misbehave.
6893         * modules/pipe-tests: New module.
6894         * tests/test-pipe.c: New file.
6895         * tests/test-pipe.sh: New file.
6896         Reported by Akim Demaille.
6897
6898 2009-07-14  Bruno Haible  <bruno@clisp.org>
6899
6900         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
6901         Reported by anonymous kc.
6902
6903 2009-07-07  Jim Meyering  <meyering@redhat.com>
6904
6905         maint.mk: don't look for translatable strings in *.m4 or *.mk
6906         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
6907         when searching for translatable strings.
6908
6909 2009-07-05  Jim Meyering  <meyering@redhat.com>
6910
6911         remove superfluous parentheses in STREQ definition
6912         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
6913         * lib/getugroups.c (STREQ): Likewise.
6914         * lib/fnmatch.c (STREQ): Likewise.
6915         Spotted by Bruno Haible.
6916
6917 2009-07-04  Jim Meyering  <meyering@redhat.com>
6918
6919         argv-iter: new module
6920         * MODULES.html.sh: Add argv-iter.
6921         * lib/argv-iter.c, lib/argv-iter.h: New files.
6922         * modules/argv-iter: New file.
6923         * modules/argv-iter-tests: New file.
6924         * tests/test-argv-iter.c: Test it.
6925
6926 2009-07-04  Bruno Haible  <bruno@clisp.org>
6927
6928         Fix assertion.
6929         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
6930         contains more exact copies of a given entry than file2, leave the extra
6931         copies unpaired rather than aborting.
6932         Reported by Eric Blake.
6933
6934 2009-07-02  Bruno Haible  <bruno@clisp.org>
6935
6936         Speedup git-merge-changelog for git cherry-pick.
6937         * lib/git-merge-changelog.c (struct entries_mapping): New type.
6938         (entries_mapping_get): New function, extracted from compute_mapping.
6939         (entries_mapping_reverse_get): New function.
6940         (compute_mapping): Add a 'full' argument. Return the result in a
6941         'struct entries_mapping'.
6942         (main): Update. Access the mappings through entries_mapping_get.
6943         Reported by Eric Blake.
6944
6945 2009-07-02  Bruno Haible  <bruno@clisp.org>
6946
6947         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
6948         best_i.
6949
6950 2009-07-02  Bruno Haible  <bruno@clisp.org>
6951
6952         Speed up approximate search for matching ChangeLog entries.
6953         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
6954         argument. Call fstrcmp_bounded instead of fstrcmp.
6955         (compute_mapping, try_split_merged_entry, main): Update callers.
6956
6957 2009-07-02  Bruno Haible  <bruno@clisp.org>
6958
6959         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
6960
6961 2009-06-30  Bruno Haible  <bruno@clisp.org>
6962
6963         Reduce the number of uc_is_cased calls.
6964         * lib/unicase.h (casing_suffix_context_t): Add
6965         'first_char_except_ignorable' field.
6966         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
6967         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
6968         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
6969         Update initializer.
6970         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
6971         case-ignorable characters.
6972         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
6973         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
6974         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
6975         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
6976         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
6977
6978 2009-06-30  Bruno Haible  <bruno@clisp.org>
6979
6980         Tests for module 'unicase/ignorable'.
6981         * modules/unicase/ignorable-tests: New file.
6982         * tests/unicase/test-ignorable.c: New file, generated by
6983         gen-uni-tables.
6984
6985         Tests for module 'unicase/cased'.
6986         * modules/unicase/cased-tests: New file.
6987         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
6988         * tests/unicase/test-predicate-part1.h: New file, derived from
6989         tests/unictype/test-predicate-part1.h.
6990         * tests/unicase/test-predicate-part2.h: New file, same as
6991         tests/unictype/test-predicate-part2.h.
6992
6993         Fix evaluation of "Before C" condition of FINAL_SIGMA.
6994         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
6995         (output_casing_properties): New function.
6996         (main): Call it.
6997         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
6998         * lib/unicase/cased.c: Include unictype/bitmap.h.
6999         (uc_is_cased): Define through a bitmap lookup.
7000         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
7001         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
7002         (uc_is_case_ignorable): Define through a bitmap lookup.
7003         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
7004         lib/unictype/bitmap.h.
7005         (Depends-on): Add inline. Clean up.
7006         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
7007         lib/unictype/bitmap.h.
7008         (Depends-on): Add inline. Clean up.
7009         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
7010         recognition.
7011         * tests/unicase/test-u16-tolower.c (main): Likewise.
7012         * tests/unicase/test-u32-tolower.c (main): Likewise.
7013
7014 2009-06-30  Bruno Haible  <bruno@clisp.org>
7015
7016         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
7017         * lib/unicase/u16-casemap.c: Likewise.
7018         * lib/unicase/u32-casemap.c: Likewise.
7019
7020 2009-06-29  Bruno Haible  <bruno@clisp.org>
7021
7022         Define u32_casefold as a wrapper around u32_ct_casefold.
7023         * lib/unicase/u32-casefold.c: Update.
7024         * modules/unicase/u32-casefold (Depends-on): Add
7025         unicase/u32-ct-casefold, unicase/empty-prefix-context,
7026         unicase/empty-suffix-context. Clean up.
7027
7028         Define u16_casefold as a wrapper around u16_ct_casefold.
7029         * lib/unicase/u16-casefold.c: Update.
7030         * modules/unicase/u16-casefold (Depends-on): Add
7031         unicase/u16-ct-casefold, unicase/empty-prefix-context,
7032         unicase/empty-suffix-context. Clean up.
7033
7034         Define u8_casefold as a wrapper around u8_ct_casefold.
7035         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
7036         * lib/unicase/u8-casefold.c: Update.
7037         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
7038         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7039
7040         Define u32_totitle as a wrapper around u32_ct_totitle.
7041         * lib/unicase/u32-totitle.c: Update.
7042         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
7043         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7044
7045         Define u16_totitle as a wrapper around u16_ct_totitle.
7046         * lib/unicase/u16-totitle.c: Update.
7047         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
7048         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7049
7050         Define u8_totitle as a wrapper around u8_ct_totitle.
7051         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
7052         functions.
7053         (FUNC): Delegate to U_CT_TOTITLE.
7054         * lib/unicase/u8-totitle.c: Update.
7055         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
7056         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
7057
7058         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
7059         invocation.
7060         * modules/unicase/u32-tolower (Depends-on): Add
7061         unicase/empty-prefix-context, unicase/empty-suffix-context.
7062
7063         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
7064         invocation.
7065         * modules/unicase/u16-tolower (Depends-on): Add
7066         unicase/empty-prefix-context, unicase/empty-suffix-context.
7067
7068         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
7069         * modules/unicase/u8-tolower (Depends-on): Add
7070         unicase/empty-prefix-context, unicase/empty-suffix-context.
7071
7072         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
7073         invocation.
7074         * modules/unicase/u32-toupper (Depends-on): Add
7075         unicase/empty-prefix-context, unicase/empty-suffix-context.
7076
7077         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
7078         invocation.
7079         * modules/unicase/u16-toupper (Depends-on): Add
7080         unicase/empty-prefix-context, unicase/empty-suffix-context.
7081
7082         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
7083         * modules/unicase/u8-toupper (Depends-on): Add
7084         unicase/empty-prefix-context, unicase/empty-suffix-context.
7085
7086         New module 'unicase/u32-ct-casefold'.
7087         * lib/unicase/u32-ct-casefold.c: New file.
7088         * modules/unicase/u32-ct-casefold: New file.
7089
7090         New module 'unicase/u16-ct-casefold'.
7091         * lib/unicase/u16-ct-casefold.c: New file.
7092         * modules/unicase/u16-ct-casefold: New file.
7093
7094         New module 'unicase/u8-ct-casefold'.
7095         * lib/unicase/u8-ct-casefold.c: New file.
7096         * lib/unicase/u-ct-casefold.h: New file, derived from
7097         lib/unicase/u-casefold.h.
7098         * modules/unicase/u8-ct-casefold: New file.
7099
7100         New module 'unicase/u32-ct-totitle'.
7101         * lib/unicase/u32-ct-totitle.c: New file.
7102         * modules/unicase/u32-ct-totitle: New file.
7103
7104         New module 'unicase/u16-ct-totitle'.
7105         * lib/unicase/u16-ct-totitle.c: New file.
7106         * modules/unicase/u16-ct-totitle: New file.
7107
7108         New module 'unicase/u8-ct-totitle'.
7109         * lib/unicase/u8-ct-totitle.c: New file.
7110         * lib/unicase/u-ct-totitle.h: New file, derived from
7111         lib/unicase/u-totitle.h.
7112         * modules/unicase/u8-ct-totitle: New file.
7113
7114         New module 'unicase/u32-ct-tolower'.
7115         * lib/unicase/u32-ct-tolower.c: New file.
7116         * modules/unicase/u32-ct-tolower: New file.
7117
7118         New module 'unicase/u16-ct-tolower'.
7119         * lib/unicase/u16-ct-tolower.c: New file.
7120         * modules/unicase/u16-ct-tolower: New file.
7121
7122         New module 'unicase/u8-ct-tolower'.
7123         * lib/unicase/u8-ct-tolower.c: New file.
7124         * modules/unicase/u8-ct-tolower: New file.
7125
7126         New module 'unicase/u32-ct-toupper'.
7127         * lib/unicase/u32-ct-toupper.c: New file.
7128         * modules/unicase/u32-ct-toupper: New file.
7129
7130         New module 'unicase/u16-ct-toupper'.
7131         * lib/unicase/u16-ct-toupper.c: New file.
7132         * modules/unicase/u16-ct-toupper: New file.
7133
7134         New module 'unicase/u8-ct-toupper'.
7135         * lib/unicase/u8-ct-toupper.c: New file.
7136         * modules/unicase/u8-ct-toupper: New file.
7137
7138         Add context arguments to u*_casemap functions.
7139         * lib/unicase/unicasemap.h: Include unicase.h.
7140         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
7141         suffix_context arguments.
7142         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
7143         functions.
7144         (FUNC): Add prefix_context and suffix_context arguments. Use
7145         uc_is_cased and uc_is_case_ignorable.
7146         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
7147         * lib/unicase/u16-casemap.c: Likewise.
7148         * lib/unicase/u32-casemap.c: Likewise.
7149         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
7150         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
7151         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
7152         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
7153         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
7154         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
7155
7156         New module 'unicase/u32-suffix-context'.
7157         * lib/unicase/u32-suffix-context.c: New file.
7158         * modules/unicase/u32-suffix-context: New file.
7159
7160         New module 'unicase/u16-suffix-context'.
7161         * lib/unicase/u16-suffix-context.c: New file.
7162         * modules/unicase/u16-suffix-context: New file.
7163
7164         New module 'unicase/u8-suffix-context'.
7165         * lib/unicase/u8-suffix-context.c: New file.
7166         * lib/unicase/u-suffix-context.h: New file.
7167         * modules/unicase/u8-suffix-context: New file.
7168
7169         New module 'unicase/empty-suffix-context'.
7170         * lib/unicase/empty-suffix-context.c: New file.
7171         * modules/unicase/empty-suffix-context: New file.
7172
7173         New module 'unicase/u32-prefix-context'.
7174         * lib/unicase/u32-prefix-context.c: New file.
7175         * modules/unicase/u32-prefix-context: New file.
7176
7177         New module 'unicase/u16-prefix-context'.
7178         * lib/unicase/u16-prefix-context.c: New file.
7179         * modules/unicase/u16-prefix-context: New file.
7180
7181         New module 'unicase/u8-prefix-context'.
7182         * lib/unicase/u8-prefix-context.c: New file.
7183         * lib/unicase/u-prefix-context.h: New file.
7184         * lib/unicase/context.h: New file.
7185         * modules/unicase/u8-prefix-context: New file.
7186
7187         New module 'unicase/empty-prefix-context'.
7188         * lib/unicase/empty-prefix-context.c: New file.
7189         * modules/unicase/empty-prefix-context: New file.
7190
7191         New module 'unicase/ignorable'.
7192         * lib/unicase/ignorable.c: New file.
7193         * modules/unicase/ignorable: New file.
7194
7195         New module 'unicase/cased'.
7196         * lib/unicase/caseprop.h: New file.
7197         * lib/unicase/cased.c: New file.
7198         * modules/unicase/cased: New file.
7199
7200         New functions for case mapping of substrings.
7201         * lib/unicase.h (casing_prefix_context_t): New type.
7202         (unicase_empty_prefix_context): New variable.
7203         (u8_casing_prefix_context, u16_casing_prefix_context,
7204         u32_casing_prefix_context, u8_casing_prefixes_context,
7205         u16_casing_prefixes_context, u32_casing_prefixes_context): New
7206         declarations.
7207         (casing_suffix_context_t): New type.
7208         (unicase_empty_suffix_context): New variable.
7209         (u8_casing_suffix_context, u16_casing_suffix_context,
7210         u32_casing_suffix_context, u8_casing_suffixes_context,
7211         u16_casing_suffixes_context, u32_casing_suffixes_context,
7212         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
7213         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
7214         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
7215         declarations.
7216
7217 2009-06-28  Jim Meyering  <meyering@redhat.com>
7218
7219         boostrap: indent only with spaces
7220         * build-aux/bootstrap: Indent only with spaces, never TABs.
7221
7222         bootstrap: split long lines
7223         * build-aux/bootstrap: Keep line length < 80.
7224
7225         bootstrap: sync from coreutils
7226         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
7227         just as autoreconf does.  Verify a list of prerequisite
7228         package-name,version-number pairs if defined in bootstrap.conf.
7229         Refer to README-prereq, if prerequisites are not satisfied.
7230
7231 2009-06-27  Eric Blake  <ebb9@byu.net>
7232
7233         tests: add test for bogus NULL definition
7234         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
7235         * tests/test-stdlib.c: Likewise.
7236         * tests/test-string.c: Likewise.
7237         * tests/test-locale.c: Likewise.
7238         * tests/test-unistd.c: Likewise.
7239         * modules/stdio-tests (Depends-on): Add verify.
7240         * modules/stdlib-tests (Depends-on): Likewise.
7241         * modules/string-tests (Depends-on): Likewise.
7242         * modules/locale-tests (Depends-on): Likewise.
7243         * modules/unistd-tests (Depends-on): Likewise.
7244
7245 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
7246
7247         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
7248         self-explaining comment.
7249         * m4/selinux-selinux-h: Update serial.
7250         (gl_LIBSELINUX): New macro, adding a warning for missing development
7251         packages to code extracted from...
7252         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
7253         Add warning for missing development packages here, too.
7254
7255 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
7256
7257         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
7258
7259 2009-06-25  Eric Blake  <ebb9@byu.net>
7260
7261         version-etc: fix regression
7262         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
7263         gcc.
7264         (version_etc): Use it, to catch bugs with trailing NULL.
7265         * lib/version-etc.c (version_etc_arn): Delete unused argument.
7266         (version_etc_va): Fix logic bug.
7267         * modules/version-etc-tests: Add test.
7268         * tests/test-version-etc.c: New file.
7269         * tests/test-version-etc.sh: Likewise.
7270
7271 2009-06-25  Sam Steingold  <sds@gnu.org>
7272
7273         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
7274         mbtowc declaration.
7275
7276 2009-06-25  Eric Blake  <ebb9@byu.net>
7277
7278         fpurge: migrate into <stdio.h>
7279         * lib/fpurge.h: Delete...
7280         * lib/stdio.in.h (fpurge): ...and declare here, instead.
7281         * lib/fpurge.c (fpurge): Change declaring header.
7282         * modules/fpurge (Files): Drop deleted file.
7283         (Depends-on): Add stdio.
7284         (configure.ac): Set witness.
7285         * modules/stdio (Makefile.am): Support fpurge macros.
7286         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7287         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
7288         * lib/fflush.c: Update client.
7289         * tests/test-fpurge.c: Likewise.
7290         * NEWS: Mention the change.
7291
7292 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7293
7294         * lib/argp-version-etc.c (program_authors): Add const
7295         qualifier.
7296         * lib/version-etc.c: Fix typos in the comments.
7297         * modules/argp-version-etc: Depends on version-etc.
7298
7299 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7300
7301         argp-version-etc: new module.
7302
7303         * lib/argp-version-etc.c: New file.
7304         * lib/argp-version-etc.h: New file.
7305         * modules/argp-version-etc: New file.
7306         * modules/argp-version-etc-tests: New file.
7307         * tests/test-argp-version-etc.c: New test.
7308         * tests/test-argp-version-etc-1.sh: New test.
7309
7310 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7311
7312         Provide additional interfaces and documentation for version-etc
7313         module.
7314
7315         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
7316         interfaces.
7317         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
7318         prototypes.
7319
7320 2009-06-24  Bruno Haible  <bruno@clisp.org>
7321
7322         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
7323         HAVE_LIB${NAME} macro.
7324         Reported by Sam Steingold <sds@gnu.org>.
7325
7326 2009-06-23  Simon Josefsson  <simon@josefsson.org>
7327
7328         * modules/hash-tests (test_hash_LDADD): Link to libintl when
7329         needed.
7330
7331 2009-06-21  Bruno Haible  <bruno@clisp.org>
7332
7333         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
7334         work.
7335         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
7336         together with LIB${NAME}, LTLIB${NAME}.
7337         Reported by Sam Steingold <sds@gnu.org>.
7338
7339 2009-06-20  Jim Meyering  <meyering@redhat.com>
7340
7341         tests: make sc_require_test_exit_idiom more generic
7342         * top/maint.mk (Exit_witness_file): New overridable variable.
7343         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
7344         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
7345
7346 2009-06-19  Jim Meyering  <meyering@redhat.com>
7347
7348         hash: reverse order of src/dst parameters in an internal interface
7349         * lib/hash.c (transfer_entries): Reverse order of parameters to
7350         put DST before SRC.  Adjust callers.
7351
7352         tests: test-hash: avoid wholesale duplication
7353         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
7354         Instead, use a loop and add a single conditional.
7355
7356         tests: test-hash: allow seed selection via a command line argument
7357         * tests/test-hash.c (get_seed): New function.
7358         (main): Use it.
7359
7360 2009-06-19  Eric Blake  <ebb9@byu.net>
7361
7362         hash: avoid memory leak on allocation failure
7363         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
7364         failure.  Factor repeated algorithm...
7365         (transfer_entries): ...into new helper routine.
7366         (hash_delete): React to hash_rehash return value.
7367
7368         hash: reduce memory pressure in hash_rehash no-op case
7369         * lib/hash.c (next_prime): Avoid overflow.
7370         (hash_initialize): Factor bucket size computation...
7371         (compute_bucket_size): ...into new helper function.
7372         (hash_rehash): Use new function and open coding to reduce memory
7373         pressure, and avoid a memory leak in USE_OBSTACK code.
7374         Reported by Jim Meyering.
7375
7376 2009-06-18  Eric Blake  <ebb9@byu.net>
7377
7378         hash: make rotation more obvious
7379         * modules/hash (Depends-on): Add bitrotate and stdint.
7380         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
7381         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
7382         (SIZE_MAX): Rely on headers for definition.
7383         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
7384         (raw_hasher): Use rotr_sz.
7385         Suggested by Jim Meyering.
7386
7387         hash: fix memory leak in last patch
7388         * lib/hash.c (hash_rehash): Avoid memory leak.
7389
7390         hash: avoid no-op rehashing
7391         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
7392
7393         hash: provide default callback functions
7394         * lib/hash.c (raw_hasher, raw_comparator): New functions.
7395         (hash_initialize): Use them as defaults.
7396         * tests/test-hash.c (main): Test this.
7397
7398         hash: minor optimization
7399         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
7400         when possible.
7401         (hash_initialize): Document this promise.
7402         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
7403         * tests/test-hash.c (hash_compare_strings): Test this.
7404
7405 2009-06-18  Bruno Haible  <bruno@clisp.org>
7406
7407         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
7408         going to be replaced anyway.
7409
7410 2009-06-18  Bruno Haible  <bruno@clisp.org>
7411
7412         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
7413         in one place.
7414         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
7415         be replaced anyway.
7416
7417 2009-06-18  Eric Blake  <ebb9@byu.net>
7418
7419         hash: check for resize before insertion
7420         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
7421         threshold before insertion, so that a pathological hash_rehash
7422         that fills every bucket can still trigger another rehash.
7423
7424 2009-06-18  Jim Meyering  <meyering@redhat.com>
7425
7426         hash-tests: add a loop around the small tests
7427         * tests/test-hash.c (main): Repeat small tests with selected
7428         small initial table sizes.
7429
7430 2009-06-17  Eric Blake  <ebb9@byu.net>
7431
7432         hash: minor cleanups
7433         * lib/hash.h (hash_entry): Make opaque, by moving...
7434         * lib/hash.c (hash_entry): ...here.
7435         (hash_insert): Clarify restrictions on what can be inserted.
7436         (hash_get_next): Clarify when it is safe to remove an element
7437         during traversal.
7438         (check_tuning): Skip verification when tuning is known safe.
7439         (hash_initialize): Clarify restrictions on tuning.
7440
7441 2009-06-17  Jim Meyering  <jim@meyering.net>
7442         and Eric Blake  <ebb9@byu.net>
7443
7444         hash-tests: new module
7445         * modules/hash-tests: New file.
7446         * tests/test-hash.c: New file.
7447
7448 2009-06-17  Eric Blake  <ebb9@byu.net>
7449
7450         strstr-simple: document new module
7451         * MODULES.html.sh: Document new module.
7452
7453         strstr, strcasestr: replace on platforms with broken memchr
7454         * modules/strstr: Split into...
7455         * modules/strstr-simple: ...new module that does not care about
7456         performance, but does care about glibc bug.
7457         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
7458         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
7459         if platform memchr is broken, per Debian bug 521737.
7460         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
7461         memchr.
7462         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
7463         * doc/posix-functions/strstr.texi (strstr): Document the fix.
7464         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
7465         * modules/mountlist (Depends-on): Add strstr-simple.
7466         * modules/gen-uni-tables (Depends-on): Likewise.
7467         * modules/argz (Depends-on): Add strstr.
7468
7469 2009-06-17  Bruno Haible  <bruno@clisp.org>
7470
7471         * modules/posix_spawn-internal (Depends-on): Add errno.
7472
7473 2009-06-17  Bruno Haible  <bruno@clisp.org>
7474
7475         Define missing ESTALE on Interix 3.5.
7476         * lib/errno.in.h (ESTALE): Assign a value if missing.
7477         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
7478         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
7479         missing.
7480         * doc/posix-headers/errno.texi: Mention the Interix bug.
7481         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
7482
7483 2009-06-15  Eric Blake  <ebb9@byu.net>
7484
7485         memchr, memchr2: add valgrind exception
7486         * lib/memchr.valgrind: New file.
7487         * lib/memchr2.valgrind: New file.
7488         * modules/memchr (Files): Distribute valgrind file.
7489         * modules/memchr2 (Files): Likewise.
7490
7491         docs: memchr is no longer obsolete
7492         * MODULES.html.sh: Move memchr from obsolete to string.h section.
7493         * lib/string.in.h (memchr): Simplify logic.
7494
7495 2009-06-14  Jim Meyering  <meyering@redhat.com>
7496
7497         link-follow: fix the "checking..." message to not mention trailing slash
7498         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
7499         never considered trailing slashes.
7500
7501 2009-06-14  Bruno Haible  <bruno@clisp.org>
7502
7503         * m4/memchr.m4: Mention also the bug on IA-64.
7504         * doc/posix-functions/memchr.texi: Likewise.
7505
7506 2009-06-12  Eric Blake  <ebb9@byu.net>
7507
7508         memchr: detect broken x86_64 and alpha implementations
7509         * modules/memchr-tests (Depends-on): Move mmap detection...
7510         * modules/memchr (Depends-on): ...here.
7511         (configure.ac): Set indicator.
7512         * lib/string.in.h (memchr): Declare replacement.
7513         * modules/string (Makefile.am): Trigger replacement.
7514         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
7515         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
7516         bugs.
7517         * doc/posix-functions/memchr.texi (memchr): Document the bug.
7518         * modules/getpagesize (License): Relax license.
7519
7520 2009-06-11  Bruno Haible  <bruno@clisp.org>
7521
7522         * lib/idpriv.h: Add more references.
7523
7524 2009-06-08  Bruno Haible  <bruno@clisp.org>
7525
7526         Tests for module 'idpriv-droptemp'.
7527         * modules/idpriv-droptemp-tests: New file.
7528         * tests/test-idpriv-droptemp.sh: New file.
7529         * tests/test-idpriv-droptemp.su.sh: New file.
7530         * tests/test-idpriv-droptemp.c: New file.
7531
7532         New module 'idpriv-droptemp'.
7533         * lib/idpriv-droptemp.c: New file.
7534         * modules/idpriv-droptemp: New file.
7535
7536 2009-06-08  Bruno Haible  <bruno@clisp.org>
7537
7538         Tests for module 'idpriv-drop'.
7539         * modules/idpriv-drop-tests: New file.
7540         * tests/test-idpriv-drop.sh: New file.
7541         * tests/test-idpriv-drop.su.sh: New file.
7542         * tests/test-idpriv-drop.c: New file.
7543
7544         New module 'idpriv-drop'.
7545         * lib/idpriv.h: New file.
7546         * lib-idpriv-drop.c: New file.
7547         * m4/idpriv.m4: New file.
7548         * modules/idpriv-drop: New file.
7549
7550 2009-06-08  Bruno Haible  <bruno@clisp.org>
7551
7552         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
7553         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7554         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7555         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7556         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7557         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7558         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7559
7560 2009-06-08  Eric Blake  <ebb9@byu.net>
7561
7562         test-strstr: use memory fence, when possible
7563         * tests/test-strstr.c (main): Use memory fence, in order to be
7564         more likely to trigger Debian bug 521737.
7565         * modules/strstr-tests (Files): Pull in additional files.
7566
7567         memchr: no longer obsolete, for wider field testing
7568         * modules/memchr (Status, Notice): Delete, this module is no
7569         longer obsolete.
7570         * modules/vasnprintf (Depends-on): Add memchr.
7571
7572 2009-06-07  Jim Meyering  <meyering@redhat.com>
7573
7574         hash: declare some functions with the warn_unused_result attribute
7575         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
7576
7577 2009-06-07  Bruno Haible  <bruno@clisp.org>
7578
7579         * tests/test-alignof.c: Don't test int64_t if it does not exist.
7580         Reported by Eric Blake.
7581
7582 2009-06-06  Eric Blake  <ebb9@byu.net>
7583
7584         test-alignof: fix typo with long double
7585         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
7586         compiler error.
7587
7588 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
7589
7590         Escape non-texinfo { and }s.
7591         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
7592         markup error.
7593
7594 2009-06-04  Jim Meyering  <meyering@redhat.com>
7595
7596         gitlog-to-changelog: don't infloop on an empty commit log
7597         * build-aux/gitlog-to-changelog: Warn about an empty log message.
7598         Reported by Boris Petersen <transacid@centerim.org>.
7599
7600 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
7601
7602         version-etc: extend for packagers
7603         Add three new configure options, intended for packagers:
7604           --with-packager="packager name"
7605           --with-packager-version="packager-specific version"
7606           --with-packager-bug-reports="packager bug reporting"
7607         An example with coreutils:
7608           $ ./configure \
7609             --with-packager=Gentoo \
7610             --with-packager-bug-report=http://bugs.gentoo.org/ \
7611             --with-packager-version="patchset 1.6"
7612           $ ./src/ls --version | head -n3
7613           ls (GNU coreutils) 7.1-dirty
7614           Packaged by Gentoo (patchset 1.6)
7615           Copyright (C) 2009 Free Software Foundation, Inc.
7616         Note that the bug reporting info via --help doesn't show up because
7617         coreutils uses its own custom emit_bug_reporting_address() implementation
7618         in src/system.h.  If it didn't, it'd look like:
7619           $ ./src/ls --help | tail -n4
7620           Report bugs to <bug-coreutils@gnu.org>.
7621           Report Gentoo bugs to <http://bugs.gentoo.org/>.
7622           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
7623           General help using GNU software: <http://www.gnu.org/gethelp/>.
7624         * lib/version-etc.c: Print new information, if provided.
7625         * m4/version-etc.m4: New file.
7626         * modules/version-etc (Files): Add m4/version-etc.m4.
7627         (configure.ac): Add gl_VERSION_ETC.
7628
7629 2009-05-31  Bruno Haible  <bruno@clisp.org>
7630
7631         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
7632         and 'int64_t'.
7633         * modules/alignof-tests (Dependencies): Add stdint.
7634         Reported by Eric Blake.
7635
7636 2009-05-31  Bruno Haible  <bruno@clisp.org>
7637
7638         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
7639         restriction due to compiler bugs.
7640         Reported by Eric Blake.
7641
7642 2009-05-31  Simon Josefsson  <simon@josefsson.org>
7643             Bruno Haible  <bruno@clisp.org>
7644
7645         Fix test-alignof failure.
7646         * lib/alignof.h (alignof_slot): New macro.
7647         (alignof_type): New macro, with the same semantics as the previous
7648         'alignof'.
7649         (alignof): Alias to alignof_slot.
7650         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
7651         check that the results are usable as constant expressions.
7652
7653 2009-05-31  Bruno Haible  <bruno@clisp.org>
7654
7655         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
7656         * tests/test-memchr.c (main): Check that memchr does not read past the
7657         first occurrence of the byte.
7658         * tests/test-strstr.c (main): Update comment.
7659         Suggested by Eric Blake.
7660
7661 2009-05-30  Bruno Haible  <bruno@clisp.org>
7662
7663         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
7664         detail how to use dumpbin.
7665         Reported by David Byron <dbyron@dbyron.com>.
7666
7667 2009-06-02  Simon Josefsson  <simon@josefsson.org>
7668
7669         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
7670
7671 2009-06-02  Simon Josefsson  <simon@josefsson.org>
7672
7673         * m4/manywarnings.m4: Add GCC 4.4 warnings.
7674
7675 2009-05-28  Bruno Haible  <bruno@clisp.org>
7676
7677         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
7678         build-aux/ files.
7679
7680 2009-05-28  Simon Josefsson  <simon@josefsson.org>
7681
7682         * gnulib-tool (func_import): Transform license on build-aux/ files too.
7683
7684 2009-05-27  Simon Josefsson  <simon@josefsson.org>
7685
7686         * gnulib-tool (sed_transform_main_lib_file)
7687         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
7688         regexps.
7689
7690 2009-05-26  Simon Josefsson  <simon@josefsson.org>
7691
7692         * tests/test-strstr.c: Add another self-test.
7693         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
7694         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
7695
7696 2009-05-23  Bruno Haible  <bruno@clisp.org>
7697
7698         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
7699         change.
7700
7701 2009-05-21  Bruno Haible  <bruno@clisp.org>
7702
7703         Simplify use of mode_t varargs.
7704         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
7705         uses 'mode_t' or 'int'.
7706         * lib/openat.c (openat): Likewise.
7707         * lib/open-safer.c (open_safer): Likewise.
7708         * m4/mode_t.m4: New file.
7709         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
7710         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
7711         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
7712         * modules/open (Files): Add m4/mode_t.m4.
7713         * modules/openat (Files): Likewise.
7714         * modules/fcntl-safer (Files): Likewise.
7715         Suggested by Eric Blake.
7716
7717 2009-05-21  Pádraig Brady  <P@draigbrady.com>
7718
7719         * doc/glibc-functions/fallocate.texi: New file.
7720         * doc/gnulib.texi: Include it.
7721
7722 2009-05-21  Eric Blake  <ebb9@byu.net>
7723             Bruno Haible  <bruno@clisp.org>
7724
7725         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
7726         invocations.
7727         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7728
7729 2009-05-21  Eric Blake  <ebb9@byu.net>
7730             Bruno Haible  <bruno@clisp.org>
7731
7732         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
7733         include_next. Fix of 2008-11-20 commit.
7734         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
7735         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
7736         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
7737         NEXT_MATH_H.
7738         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
7739         instead of NEXT_MATH_H.
7740
7741 2009-05-21  Bruno Haible  <bruno@clisp.org>
7742
7743         Avoid redefinition warnings for SIZE_MAX.
7744         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
7745         Reported by Simon Josefsson.
7746
7747 2009-05-21  Bruno Haible  <bruno@clisp.org>
7748
7749         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
7750         AC_CACHE_VAL.
7751
7752 2009-05-20  Bruno Haible  <bruno@clisp.org>
7753
7754         Make zeroptr.h work on mingw.
7755         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
7756         mprotect.
7757         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
7758         * modules/memchr2-tests (configure.ac): Likewise.
7759         * modules/memcmp-tests (configure.ac): Likewise.
7760         * modules/memmem-tests (configure.ac): Likewise.
7761         * modules/memrchr-tests (configure.ac): Likewise.
7762         Reported by Simon Josefsson.
7763
7764 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7765
7766         * tests/test-glob.c: Include string.h for strcmp prototype.
7767
7768 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7769
7770         * modules/getdelim (Depends-on): Add explicit stdint, although it
7771         was implicitly already pulled in via realloc-posix.
7772         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
7773
7774 2009-05-20  Simon Josefsson  <simon@josefsson.org>
7775
7776         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
7777         G. Christensen" <tgc@jupiterrise.com>.
7778         * m4/sys_socket_h.m4: Check for sa_family_t.
7779         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
7780         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
7781         * tests/test-sys_socket.c: Check that sa_family_t works.
7782
7783 2009-05-18  Eric Blake  <ebb9@byu.net>
7784
7785         maint.mk: allow gnulib_dir in VPATH build
7786         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
7787
7788 2009-05-15  Jim Meyering  <meyering@redhat.com>
7789
7790         maint.mk: Give gnulib_dir a default definition.
7791         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
7792         Thus, most packages no longer need to specify this variable in cfg.mk
7793
7794 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
7795
7796         rename.m4: fix typos that would make non-mingw cross-configure fail
7797         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
7798
7799 2009-05-13  Eric Blake  <ebb9@byu.net>
7800
7801         mmap-anon: avoid out-of-order autoconf expansion
7802         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
7803         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
7804         * modules/memchr-tests (Depends-on): Add extensions.
7805         * modules/memchr2-tests (Depends-on): Add extensions.
7806         * modules/memcmp-tests (Depends-on): Add extensions.
7807         * modules/memmem-tests (Depends-on): Add extensions.
7808         * modules/memrchr-tests (Depends-on): Add extensions.
7809
7810 2009-05-13  Bruno Haible  <bruno@clisp.org>
7811
7812         Make some tests ISO C 99 compliant.
7813         * tests/zerosize-ptr.h: New file.
7814         * tests/test-memchr.c: Include zerosize-ptr.h.
7815         (main): Use a zero-size object pointer instead of NULL.
7816         * tests/test-memchr2.c: Include zerosize-ptr.h.
7817         (main): Use a zero-size object pointer instead of NULL.
7818         * tests/test-memcmp.c: Include zerosize-ptr.h.
7819         (main): Use a zero-size object pointer instead of NULL.
7820         * tests/test-memmem.c: Include zerosize-ptr.h.
7821         (main): Use a zero-size object pointer instead of NULL.
7822         * tests/test-memrchr.c: Include zerosize-ptr.h.
7823         (main): Use a zero-size object pointer instead of NULL.
7824         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
7825         m4/mmap-anon.m4.
7826         (Depends-on): Add getpagesize.
7827         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7828         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
7829         m4/mmap-anon.m4.
7830         (Depends-on): Add getpagesize.
7831         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7832         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
7833         m4/mmap-anon.m4.
7834         (Depends-on): Add getpagesize.
7835         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7836         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
7837         m4/mmap-anon.m4.
7838         (Depends-on): Add getpagesize.
7839         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7840         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
7841         m4/mmap-anon.m4.
7842         (Depends-on): Add getpagesize.
7843         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
7844
7845 2009-05-12  Bruno Haible  <bruno@clisp.org>
7846
7847         Tests for module 'alignof'.
7848         * modules/alignof-tests: New file.
7849         * tests/test-alignof.c: New file.
7850
7851 2009-05-12  Bruno Haible  <bruno@clisp.org>
7852
7853         Fix alignof macro.
7854         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
7855         vendor compilers that are always correct.
7856
7857 2009-05-12  Bruno Haible  <bruno@clisp.org>
7858
7859         Make the MAP_ANONYMOUS detection work on HP-UX 11.
7860         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
7861         not whether its fully works.
7862
7863 2009-05-12  Bruno Haible  <bruno@clisp.org>
7864
7865         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
7866
7867 2009-05-12  Jim Meyering  <meyering@redhat.com>
7868
7869         * top/maint.mk: Adjust backslash alignment.
7870
7871 2009-05-11  Simon Josefsson  <simon@josefsson.org>
7872
7873         * top/maint.mk: Make $(srcdir)/build-aux configurable.
7874
7875 2009-05-11  Eric Blake  <ebb9@byu.net>
7876
7877         argp: avoid undefined behavior
7878         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
7879         macros.
7880
7881 2009-05-08  Simon Josefsson  <simon@josefsson.org>
7882
7883         * tests/test-vc-list-files-git.sh: Do git config of user.email and
7884         user.name to prevent git commit from complaining.
7885
7886 2009-05-10  Bruno Haible  <bruno@clisp.org>
7887
7888         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
7889         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
7890         it rewrites every file name only once.
7891         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
7892
7893 2009-05-08  Bruno Haible  <bruno@clisp.org>
7894
7895         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
7896         instead of 'max'.
7897
7898 2009-05-08  Simon Josefsson  <simon@josefsson.org>
7899
7900         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
7901         sockaddr_storage test.
7902
7903 2009-05-07  Simon Josefsson  <simon@josefsson.org>
7904
7905         * modules/sys_socket (Makefile.am): Substitute
7906         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
7907         * m4/sys_socket_h.m4: Check for sockaddr_storage.
7908         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
7909         * tests/test-sys_socket.c: Check sockaddr_storage.
7910
7911 2009-05-08  Bruno Haible  <bruno@clisp.org>
7912
7913         New module 'alignof'.
7914         * lib/alignof.h: New file.
7915         * modules/alignof: New file.
7916
7917 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7918             Bruno Haible  <bruno@clisp.org>
7919
7920         Fix test-file-has-acl on FreeBSD.
7921         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
7922         mask is implicitly added.
7923         * tests/test-file-has-acl.c: Include <signal.h>.
7924         (main): Terminate the test after 5 seconds.
7925         * modules/acl-tests (configure.ac): Check for alarm function.
7926
7927 2009-05-04  Bruno Haible  <bruno@clisp.org>
7928
7929         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
7930         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
7931         * modules/errno (configure.ac): Drop AC_REQUIRE.
7932         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
7933         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
7934
7935 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7936
7937         * modules/glob-tests: New module.
7938         * tests/test-glob.c: Add.
7939
7940 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7941
7942         * modules/fnmatch-tests: New module.
7943         * tests/test-fnmatch.c: Add.
7944
7945 2009-05-04  Eric Blake  <ebb9@byu.net>
7946
7947         maint: make the new no-submodule-changes rule VPATH-safe
7948         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
7949
7950 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7951             Bruno Haible  <bruno@clisp.org>
7952
7953         acl: Fix infinite loop on FreeBSD.
7954         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
7955         of return value from acl_get_entry.
7956         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
7957         Likewise.
7958
7959 2009-05-03  Bruno Haible  <bruno@clisp.org>
7960
7961         * lib/acl-internal.h (acl_entries): Clarify return value.
7962         * lib/acl_entries.c (acl_entries): Likewise.
7963
7964 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
7965
7966         Bug fix in acl module.
7967         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
7968
7969 2009-05-03  Bruno Haible  <bruno@clisp.org>
7970
7971         Create gperf-generated file in the source dir, not in the build dir.
7972         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
7973         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
7974         * modules/unicase/locale-language (unicase/locale-languages.h):
7975         Likewise.
7976         * modules/unicase/special-casing (unicase/special-casing-table.h):
7977         Likewise.
7978         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
7979         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
7980         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
7981         Reported by Ralf Wildenhues.
7982
7983 2009-05-03  Bruno Haible  <bruno@clisp.org>
7984
7985         * modules/fnmatch (Description, configure.ac): Taken from
7986         fnmatch-posix.
7987         * modules/fnmatch-posix: Turn into a symbolic reference to the
7988         'fnmatch' module, and deprecate.
7989         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
7990
7991 2009-05-03  Bruno Haible  <bruno@clisp.org>
7992
7993         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
7994         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
7995         Reported by Ralf Wildenhues.
7996
7997 2009-05-04  Simon Josefsson  <simon@josefsson.org>
7998
7999         * m4/fnmatch.m4: Fix fnmatch re-define.
8000
8001 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
8002
8003         priv-set: new module and tests; adapt write-any-file
8004         * lib/priv-set.c: New file.
8005         * lib/priv-set.h: New file.
8006         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
8007         * lib/write-any-file.c: Simplify by using priv-set module.
8008         * m4/priv-set.m4: New file.
8009         * modules/priv-set: New file.
8010         * modules/unlinkdir: Add dependency on priv-set module.
8011         * modules/write-any-file: Likewise.
8012
8013         Tests for module 'priv-set'.
8014         * modules/priv-set-tests: New file.
8015         * tests/test-priv-set.c: New file.
8016
8017 2009-05-03  Jim Meyering  <meyering@redhat.com>
8018             Bruno Haible  <bruno@clisp.org>
8019
8020         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
8021         use the converted UTF-8 variant of the name instead.
8022
8023 2009-05-03  Jim Meyering  <meyering@redhat.com>
8024
8025         tests: tighten some getdate tests
8026         * tests/test-getdate.c (main): Tighten tests: require equality,
8027         not just greater than.  Set TZ envvar to UTC0.
8028
8029 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
8030
8031         getdate: correctly interpret "next monday" when run on a Monday
8032         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
8033         that e.g., "next tues" (when run on a tuesday) results in a date
8034         that is one week in the future, and not today's date.
8035         I.e., add a week when the wday is the same as the current one.
8036         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
8037         and earlier by Martin Bernreuther and Jan Minář.
8038         * tests/test-getdate.c (main): Check that "next DAY" is always in
8039         the future and that "last DAY" is always in the past.
8040
8041 2009-05-02  Jim Meyering  <meyering@redhat.com>
8042
8043         build: ensure that a release build fails when a submodule is unclean
8044         * top/maint.mk (no-submodule-changes): New rule.
8045         (alpha beta major): Depend on it.
8046
8047 2009-05-02  Bruno Haible  <bruno@clisp.org>
8048
8049         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
8050         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
8051         shell variable gl_fnmatch_required to detect which variant is
8052         requested.
8053         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
8054         gl_FUNC_FNMATCH_POSIX.
8055         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
8056         exclude fnmatch-posix.
8057
8058 2009-05-02  Bruno Haible  <bruno@clisp.org>
8059
8060         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
8061         * modules/mbsrtowcs (License): Change to LGPLv2+.
8062         * modules/strnlen1 (License): Likewise.
8063         Reported by Simon Josefsson.
8064
8065 2009-05-02  Bruno Haible  <bruno@clisp.org>
8066
8067         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
8068         "cross".
8069         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
8070         gnulib-tool was called with option --source-base=lib.
8071
8072 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8073
8074         Use automake *-local hooks without commands, for extensibility.
8075         * modules/localcharset (Makefile.am): Rename install-exec-local
8076         rule to install-exec-localcharset, and make it a prerequisite of
8077         install-exec-local.  Likewise, rename the uninstall-local rule to
8078         uninstall-localcharset, and make it a prerequisite of the former.
8079
8080 2009-05-01  Bruno Haible  <bruno@clisp.org>
8081
8082         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
8083         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
8084         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
8085         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
8086         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
8087         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
8088         m4/locale-zh.m4, m4/codeset.m4.
8089
8090         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
8091         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
8092         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
8093         m4/locale-zh.m4.
8094
8095         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
8096         REPLACE_WCRTOMB if mbstate_t must be replaced.
8097         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
8098         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
8099
8100 2009-05-01  Bruno Haible  <bruno@clisp.org>
8101
8102         Avoid compiler warnings when redefining macros defined by <libintl.h>.
8103         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
8104         dngettext, dcngettext, textdomain, bindtextdomain,
8105         bind_textdomain_codeset): Undefine before redefining.
8106
8107 2009-04-30  Bruno Haible  <bruno@clisp.org>
8108
8109         Fix bug introduced on 2009-04-25.
8110         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
8111         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
8112         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
8113         is defined.
8114         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
8115         is defined.
8116         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
8117         is defined.
8118         Reported by Elbert_Pol <elbert.pol@gmail.com>.
8119
8120 2009-04-28  Bruno Haible  <bruno@clisp.org>
8121
8122         Comment tweaks.
8123         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
8124         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
8125         * lib/unicase.h (u*_casexfrm): Likewise.
8126         Reported by Paolo Bonzini.
8127
8128 2009-04-28  Bruno Haible  <bruno@clisp.org>
8129
8130         Fix a compilation error.
8131         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
8132         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
8133         Reported by Jim Meyering.
8134
8135 2009-04-27  Bruno Haible  <bruno@clisp.org>
8136
8137         New module 'libunistring'.
8138         * modules/libunistring: New file.
8139         * m4/libunistring.m4: New file.
8140         * MODULES.html.sh (Unicode string functions): Add it.
8141
8142 2009-04-27  Eric Blake  <ebb9@byu.net>
8143
8144         maint.mk: allow package-specific header to provide <config.h>
8145         * top/maint.mk (sc_require_config_h): New variable.
8146         (sc_require_config_h, sc_require_config_h_first): Use it.
8147
8148 2009-04-27  Simon Josefsson  <simon@josefsson.org>
8149
8150         * top/maint.mk (sc_avoid_if_before_free): Except
8151         useless-if-before-free script.
8152
8153 2009-04-27  Eric Blake  <ebb9@byu.net>
8154
8155         maintainer-makefile: depend on all required helper scripts
8156         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
8157         useless-if-before-free.
8158         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
8159         version, rather than assuming gnulib checkout is available.
8160         Reported by Simen Josefsson.
8161
8162 2009-04-26  Bruno Haible  <bruno@clisp.org>
8163
8164         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
8165         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
8166         "../" or "..".
8167
8168 2009-04-26  Bruno Haible  <bruno@clisp.org>
8169
8170         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
8171         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
8172         AC_LIB_HAVE_LINKFLAGS.
8173
8174 2009-04-26  Bruno Haible  <bruno@clisp.org>
8175
8176         Simplify calling convention of u*_conv_from_encoding.
8177         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
8178         u32_conv_from_encoding): Expect a resultbuf argument and return the
8179         result directly as a pointer.
8180         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
8181         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
8182         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
8183         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
8184         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
8185         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
8186         Update.
8187         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
8188         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
8189         * lib/vasnprintf.c (VASNPRINTF): Update.
8190         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
8191         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
8192         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
8193         * NEWS: Mention the change.
8194
8195 2009-04-26  Bruno Haible  <bruno@clisp.org>
8196
8197         Simplify calling convention of u*_conv_to_encoding.
8198         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
8199         u32_conv_to_encoding): Expect a resultbuf argument and return the
8200         result directly as a pointer.
8201         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
8202         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
8203         freeing scaled_offsets if mem_iconveha failed.
8204         * lib/unicase/u-casexfrm.h (FUNC): Update.
8205         * lib/uninorm/u-normxfrm.h (FUNC): Update.
8206         * lib/vasnprintf.c (VASNPRINTF): Update.
8207         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
8208         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
8209         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
8210         * NEWS: Mention the change.
8211
8212 2009-04-26  Bruno Haible  <bruno@clisp.org>
8213
8214         Avoid test failures on AIX and OSF/1.
8215         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
8216         malloc(0).
8217         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
8218         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
8219         Likewise.
8220         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
8221         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
8222         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
8223         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
8224         * doc/posix-functions/malloc.texi: Document the portability problem
8225         related to malloc(0).
8226
8227 2009-04-26  Bruno Haible  <bruno@clisp.org>
8228
8229         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
8230         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
8231         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
8232
8233 2009-04-25  Bruno Haible  <bruno@clisp.org>
8234
8235         Avoid link error when creating a namespace clean library.
8236         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
8237         as macro with arguments if already defined as an alias.
8238         * lib/signbitf.c (gl_signbitf): Don't undefine.
8239         * lib/signbitd.c (gl_signbitd): Don't undefine.
8240         * lib/signbitl.c (gl_signbitl): Don't undefine.
8241
8242 2009-04-25  Jim Meyering  <meyering@redhat.com>
8243
8244         vc-list-files: fix another quoting bug
8245         * build-aux/vc-list-files: Avoid sed backslash expansion
8246         of pathological directory names.
8247
8248 2009-04-25  Eric Blake  <ebb9@byu.net>
8249
8250         vc-list-files: fix shell quoting error
8251         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
8252         timestamp.
8253
8254 2009-04-25  Jim Meyering  <meyering@redhat.com>
8255
8256         vc-list-files: restore lost functionality with subdir argument
8257         * build-aux/vc-list-files: When given a non-"." sub-directory
8258         argument, substitute the $dir/ prefix back onto each resulting name.
8259         Otherwise, coreutils' root_tests check would fail.
8260
8261 2009-04-24  Eric Blake  <ebb9@byu.net>
8262
8263         vc-list-files: ignore git symlinks
8264         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
8265         than ls-files, to ignore git symlinks.
8266
8267         maint.mk: import improvements from m4
8268         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
8269         (move_if_change): Delete unused macro.
8270         (news-date-check, vc-diff-check): Support VPATH builds.
8271         (announcement): Likewise.  Split --bootstrap-tools list...
8272         (boostrap-tools): ...into separate list, which can be overridden
8273         in cfg.mk.
8274         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
8275         requiring dependency on useless-if-before-free module.
8276         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
8277         Support VPATH builds.
8278
8279 2009-04-24  Jim Meyering  <meyering@redhat.com>
8280
8281         maint.mk: remove coreutils-specific rules and variables
8282         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
8283         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
8284         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
8285
8286         maint.mk: remove obsolete rule
8287         * top/maint.mk (rel-check): Remove rule.
8288         (WGET, WGETFLAGS): Remove now-unused variables.
8289
8290 2009-04-24  Simon Josefsson  <simon@josefsson.org>
8291
8292         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
8293         consistency.
8294
8295         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
8296         '$(PATH_SEPARATOR)' instead of ':'.
8297
8298 2009-04-24  Simon Josefsson  <simon@josefsson.org>
8299
8300         * lib/getopt1.c (main): Use 'const' for static array.
8301
8302 2009-04-24  Simon Josefsson  <simon@josefsson.org>
8303
8304         * top/maint.mk: Sync with coreutils.
8305         * NEWS: Explain incompatibilities.
8306
8307 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8308             Bruno Haible  <bruno@clisp.org>
8309
8310         Fix cross-compilation results.
8311         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
8312         statement, as third argument of AC_TRY_RUN.
8313         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
8314         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
8315         Likewise.
8316         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
8317         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
8318         Likewise.
8319         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
8320         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
8321         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
8322
8323 2009-04-20  Bruno Haible  <bruno@clisp.org>
8324
8325         Avoid test failure on mingw.
8326         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
8327
8328 2009-04-20  Bruno Haible  <bruno@clisp.org>
8329
8330         Avoid compilation error on mingw.
8331         * modules/localename-tests (Depends-on): Add locale.
8332
8333 2009-04-19  Bruno Haible  <bruno@clisp.org>
8334
8335         Support for building a shared library on Windows platforms.
8336         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
8337         (main): Test the presence of UNINORM_NFC here.
8338         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
8339         (main): Test the presence of UNINORM_NFD here.
8340         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
8341         (main): Test the presence of UNINORM_NFKC here.
8342         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
8343         (main): Test the presence of UNINORM_NFKD here.
8344
8345 2009-04-19  Bruno Haible  <bruno@clisp.org>
8346
8347         Avoid a compiler warning.
8348         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
8349         Change type of variable 'sequence'.
8350
8351 2009-04-19  Bruno Haible  <bruno@clisp.org>
8352
8353         * modules/configmake (Makefile.am): When the contents of configmake.h
8354         does not change, arrange to preserve its modification time.
8355
8356 2009-04-17  Simon Josefsson  <simon@josefsson.org>
8357
8358         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
8359         gettext domain.
8360
8361 2009-04-16  Jim Meyering  <meyering@redhat.com>
8362
8363         useless-if-before-free: improve conversion code
8364         * build-aux/useless-if-before-free: Adjust code-in-comment to match
8365         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
8366
8367 2009-04-14  Bruno Haible  <bruno@clisp.org>
8368
8369         * modules/fcntl (Depends-on): Add extensions.
8370         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
8371
8372 2009-04-12  Ben Pfaff  <blp@gnu.org>
8373
8374         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
8375         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
8376
8377 2009-03-20  Ben Pfaff  <blp@gnu.org>
8378
8379         Make rename replace existing destinations on Windows.
8380         * m4/rename.m4: Add test for Mingw.
8381         * lib/rename.c: Add rename replacement that uses MoveFileEx with
8382         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
8383         * doc/posix-functions/rename.texi: Document.
8384
8385 2009-04-10  Bruno Haible  <bruno@clisp.org>
8386
8387         New include file "iconveh.h".
8388         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
8389         * lib/striconveh.h: Include it.
8390         (enum iconv_ilseq_handler): Remove definition.
8391         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
8392         striconveh.h.
8393         * lib/striconveha.c: Include striconveh.h.
8394         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
8395         * modules/striconveh (Files): Add lib/iconveh.h.
8396         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
8397         lib/striconveh.h.
8398
8399 2009-04-10  Bruno Haible  <bruno@clisp.org>
8400
8401         * lib/uniconv.h: Update comment.
8402
8403 2009-04-10  Bruno Haible  <bruno@clisp.org>
8404
8405         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
8406         always.
8407         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
8408         * lib/unistr/u16-mbtouc-aux.c: Likewise.
8409         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
8410         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
8411         "unistring-notinline.h", so that the function gets defined always.
8412         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
8413         * lib/unistr/u8-uctomb.c: Likewise.
8414         * lib/unistr/u16-mbtouc.c: Likewise.
8415         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
8416         * lib/unistr/u16-uctomb.c: Likewise.
8417         * lib/unistr/u32-mbtouc.c: Likewise.
8418         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
8419         * lib/unistr/u32-uctomb.c: Likewise.
8420
8421 2009-04-10  Bruno Haible  <bruno@clisp.org>
8422
8423         Mark 'utime' obsolete.
8424         * modules/utime (Status, Notice): New sections.
8425         Suggested by Jim Meyering.
8426
8427         Fix cross-compile guess for utime test.
8428         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
8429         autoconf.
8430         * doc/posix-functions/utime.texi: Give more precisions.
8431         Reported by Jan <ipif@ymail.com>.
8432
8433 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
8434
8435         filevercmp: correct today's change
8436         * lib/filevercmp.c: Also handle coreutils' test inputs.
8437         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
8438
8439         Fix regression in 'filevercmp' module. Thanks Sven Joachim
8440         for reporting it.
8441         * lib/filevercmp.c: Special handle for "", "." and "..".
8442         * tests/test-filevercmp.c: Enlarge the set suite.
8443
8444 2009-04-07  Jim Meyering  <meyering@redhat.com>
8445
8446         useless-if-before-free: show how to remove braced useless free, too
8447         * build-aux/useless-if-before-free: still only in a comment, though.
8448
8449 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
8450
8451         maint.mk: import changes to syntax-check macros from coreutils
8452         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
8453         Use them in the relevant macros.
8454
8455 2009-04-06  Bruno Haible  <bruno@clisp.org>
8456
8457         Fix unportable use of bit-fields.
8458         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
8459         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
8460         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
8461
8462 2009-04-06  Bruno Haible  <bruno@clisp.org>
8463
8464         Avoid test failures on AIX and OSF/1.
8465         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
8466         that malloc(0) = NULL.
8467         * tests/unicase/test-u8-tolower.c (check): Likewise.
8468         * tests/unicase/test-u8-totitle.c (check): Likewise.
8469         * tests/unicase/test-u8-toupper.c (check): Likewise.
8470         * tests/unicase/test-u16-casefold.c (check): Likewise.
8471         * tests/unicase/test-u16-tolower.c (check): Likewise.
8472         * tests/unicase/test-u16-totitle.c (check): Likewise.
8473         * tests/unicase/test-u16-toupper.c (check): Likewise.
8474         * tests/unicase/test-u32-casefold.c (check): Likewise.
8475         * tests/unicase/test-u32-tolower.c (check): Likewise.
8476         * tests/unicase/test-u32-totitle.c (check): Likewise.
8477         * tests/unicase/test-u32-toupper.c (check): Likewise.
8478         * tests/uninorm/test-u8-nfc.c (check): Likewise.
8479         * tests/uninorm/test-u8-nfd.c (check): Likewise.
8480         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
8481         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
8482         * tests/uninorm/test-u16-nfc.c (check): Likewise.
8483         * tests/uninorm/test-u16-nfd.c (check): Likewise.
8484         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
8485         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
8486         * tests/uninorm/test-u32-nfc.c (check): Likewise.
8487         * tests/uninorm/test-u32-nfd.c (check): Likewise.
8488         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
8489         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
8490
8491 2009-04-05  Bruno Haible  <bruno@clisp.org>
8492
8493         Work around an autoconf limitation.
8494         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
8495         comment line if it would be longer than 3 KB.
8496
8497 2009-04-05  Bruno Haible  <bruno@clisp.org>
8498
8499         Avoid test failure with libiconv-1.13.
8500         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
8501         of the expected test results.
8502
8503 2009-04-05  Bruno Haible  <bruno@clisp.org>
8504
8505         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
8506         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
8507         that it should be installed.
8508
8509 2009-04-05  Bruno Haible  <bruno@clisp.org>
8510
8511         * gnulib-tool: New option --copy-file.
8512         (func_usage): Document it.
8513         (func_dest_tmpfilename): Moved out of func_import.
8514         (func_add_file, func_update_file): New functions, extracted from
8515         func_import.
8516         (func_import): Update.
8517
8518 2009-04-05  Karl Berry  <karl@gnu.org>
8519
8520         * README: prominently mention gnulib-tool.
8521         Rearrange sections so getting the code is near the top.
8522
8523 2009-04-05  Bruno Haible  <bruno@clisp.org>
8524
8525         * lib/unicase.h: Mention u*_cmp2.
8526         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
8527         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
8528         * lib/unicase/ulc-casecmp.c: Likewise.
8529         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
8530         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
8531         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
8532         unistr/u8-cmp.
8533         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
8534         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
8535         unistr/u16-cmp.
8536         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
8537         unistr/u32-cmp.
8538
8539         * lib/uninorm.h: Mention u*_cmp2.
8540         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
8541         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
8542         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
8543         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
8544         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
8545         unistr/u8-cmp.
8546         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
8547         unistr/u16-cmp.
8548         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
8549         unistr/u32-cmp.
8550
8551         New module 'unistr/u32-cmp2'.
8552         * lib/unistr/u32-cmp2.c: New file.
8553         * modules/unistr/u32-cmp2: New file.
8554
8555         New module 'unistr/u16-cmp2'.
8556         * lib/unistr/u16-cmp2.c: New file.
8557         * modules/unistr/u16-cmp2: New file.
8558
8559         New module 'unistr/u8-cmp2'.
8560         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
8561         * lib/unistr/u8-cmp2.c: New file.
8562         * lib/unistr/u-cmp2.h: New file.
8563         * modules/unistr/u8-cmp2: New file.
8564
8565 2009-04-05  Bruno Haible  <bruno@clisp.org>
8566
8567         * lib/unictype.h (uc_property_is_valid): New macro.
8568         * tests/unictype/test-pr_byname.c (main): Use it.
8569
8570         * lib/unistr.h: Doc fixes.
8571         * lib/uniconv.h: Doc fixes.
8572         * lib/unictype.h: Doc fixes.
8573
8574 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
8575
8576         Port coreutils 7.2 to Solaris 8.
8577
8578         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
8579         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
8580         for Solaris 8.  This is a bit of a hack, as it means it's the
8581         caller's responsibility to add -lnsl if needed, but most likely it
8582         won't be needed since only getaddrinfo uses this and getaddrinfo
8583         isn't needed on Solaris 8.
8584
8585         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
8586         problem to Solaris 8 encountered with coreutils 7.2, which
8587         resulted in a message "fnmatch.c:292: warning: passing argument 4
8588         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
8589         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
8590
8591 2009-04-03  Simon Josefsson  <simon@josefsson.org>
8592
8593         * m4/ld-version-script.m4: Add FIXME comment.
8594
8595 2009-04-02  Simon Josefsson  <simon@josefsson.org>
8596
8597         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
8598         SOVERSION variable.
8599
8600 2009-04-02  Bruno Haible  <bruno@clisp.org>
8601
8602         * Makefile (info, html, dvi, pdf): Combine the rules.
8603         Suggested by Jim Meyering.
8604
8605 2009-04-01  Bruno Haible  <bruno@clisp.org>
8606
8607         * Makefile (info, html, dvi, pdf): New targets.
8608         Reported by Reuben Thomas <rrt@sc3d.org>.
8609
8610 2009-04-01  Bruno Haible  <bruno@clisp.org>
8611
8612         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
8613         can be put into PATH.
8614         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
8615
8616 2009-04-01  Bruno Haible  <bruno@clisp.org>
8617
8618         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
8619
8620 2009-04-01  Bruno Haible  <bruno@clisp.org>
8621
8622         Rename module 'visibility'.
8623         * modules/lib-symbol-visibility: Renamed from modules/visibility.
8624         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
8625         * doc/gnulib.texi: Update.
8626         * MODULES.html.sh (Misc): Update.
8627         * NEWS: Mention the change.
8628
8629 2009-04-01  Simon Josefsson  <simon@josefsson.org>
8630
8631         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
8632         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
8633         Eric Blake <ebb9@byu.net> for review.
8634         * MODULES.html.sh: Add lib-msvc-compat.
8635         * doc/gnulib.texi: Link to new section.
8636         * m4/ld-output-def.m4: New file.
8637         * doc/ld-output-def.texi: New file.
8638
8639 2009-04-01  Simon Josefsson  <simon@josefsson.org>
8640
8641         Rename ld-version-script to lib-symbol-versions.  Suggested by
8642         Bruno Haible <bruno@clisp.org>.
8643         * modules/ld-version-script: Renamed to lib-symbol-versions.
8644         * doc/ld-version-script.texi: Fix module name.
8645         * MODULES.html.sh: Add lib-symbol-versions.
8646
8647 2009-03-31  Simon Josefsson  <simon@josefsson.org>
8648
8649         * modules/u64-tests: New file.
8650         * tests/test-u64.c: New file.
8651
8652 2009-03-04  Simon Josefsson  <simon@josefsson.org>
8653
8654         * MODULES.html.sh: Mention u64.
8655         * modules/u64: New module.
8656         * modules/crypto/sha512: Depend on u64 module instead of providing
8657         u64.h.
8658
8659 2009-03-27  Eric Blake  <ebb9@byu.net>
8660
8661         test-strerror: make debugging EAI_SYSTEM easier
8662         * modules/getaddrinfo-tests (Depends-on): Add strerror.
8663         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
8664         failure was EAI_SYSTEM.
8665
8666 2009-03-25  Bruno Haible  <bruno@clisp.org>
8667
8668         Fix a problem with --enable-relocatable on Solaris 7.
8669         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
8670         since 2008-02-24.
8671
8672 2009-03-25  Eric Blake  <ebb9@byu.net>
8673
8674         test-sockets: avoid gcc warning
8675         * tests/test-sockets.c (main): Silence compiler warning.
8676
8677 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8678
8679         New modules nproc, pthread, contributed by Glen Lenker.
8680
8681         * MODULES.html.sh: Add pthread, nproc.
8682         * lib/nproc.c: New file.
8683         * lib/nproc.h: New file.
8684         * lib/pthread.in.h: New file.
8685         * m4/pthread.m4: New file.
8686         * modules/nproc: New file.
8687         * modules/pthread: New file.
8688
8689 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8690
8691         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
8692         New variable.
8693
8694 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
8695
8696         filevercmp: handle simple~ and numbered.~3~ backup suffixes
8697         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
8698         * tests/test-filevercmp.c: Add tests for backup suffixes.
8699
8700 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8701
8702         * modules/stdlib (Depends-on): Add stdint, needed when defining
8703         struct random_data on, for example, HP-UX 10.20.  Reported by
8704         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8705
8706 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8707
8708         * lib/readline.c (readline): Call fflush on stdout after printing
8709         prompt.
8710
8711 2009-03-20  Bruno Haible  <bruno@clisp.org>
8712
8713         Remove dependency from 'close' module to -lws2_32 on native Windows.
8714         * lib/close-hook.h: New file.
8715         * lib/close-hook.c: New file.
8716         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
8717         w32sock.h.
8718         (_gl_close_fd_maybe_socket): Remove function.
8719         (rpl_close): Invoke execute_all_close_hooks instead of
8720         _gl_close_fd_maybe_socket.
8721         * lib/sockets.c: Include close-hook.h, w32sock.h.
8722         (close_fd_maybe_socket): New function, essentially from lib/close.c.
8723         (close_sockets_hook): New variable.
8724         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
8725         (gl_sockets_cleanup): Unregister it.
8726         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
8727         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
8728         * modules/close-hook: New file.
8729         * modules/close (Files): Remove lib/w32sock.h.
8730         (Depends-on): Add close-hook.
8731         (Link): Remove section.
8732         * modules/sockets (Files): Add lib/w32sock.h.
8733         (Depends-on): Add close-hook.
8734         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
8735         invocation.
8736         * NEWS: Mention that LIB_CLOSE is gone.
8737
8738 2009-03-23  Eric Blake  <ebb9@byu.net>
8739
8740         signal-tests: test previous patch
8741         * tests/test-signal.c: New file.
8742         * modules/signal-tests: Likewise.
8743
8744         signal.h: always support 'volatile sig_atomic_t'
8745         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
8746         (gl_SIGNAL_H_DEFAULTS): Add a default.
8747         * modules/signal (Makefile.am): Substitute if needed.
8748         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
8749         users can blindly add volatile.
8750         * doc/posix-headers/signal.texi (signal.h): Document it.
8751         Reported by Matthew Woehlke.
8752
8753 2009-03-23  Jim Meyering  <meyering@redhat.com>
8754
8755         pathmax: PATH_MAX: use pathconf only when available
8756         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
8757         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
8758         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
8759         This avoids a link failure in a PSP cross-compilation environment
8760         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
8761
8762         * lib/vasnprintf.c (divide): Fix typo in comment.
8763
8764 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8765
8766         * gnulib-tool (func_filter_filelist): Fix comment.
8767
8768 2009-03-20  Bruno Haible  <bruno@clisp.org>
8769
8770         Make sockets.h self-contained.
8771         * lib/sockets.c: Include sockets.h first.
8772         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
8773
8774 2009-03-19  Eric Blake  <ebb9@byu.net>
8775
8776         doc: mention more functions added in cygwin 1.7.0
8777         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
8778         addition.
8779         * doc/posix-functions/log2f.texi: Likewise.
8780
8781 2009-03-19  Jim Meyering  <meyering@redhat.com>
8782
8783         fsusage: avoid syntax error due to statement-before-declaration
8784         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
8785         after all declarations.  Reported by Matthew Woehlke in
8786         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
8787
8788 2009-03-18  Eric Blake  <ebb9@byu.net>
8789
8790         build-aux/compile: sync from automake
8791         * build-aux/compile: New file, from automake.
8792         * config/srclist.txt: Mention build-aux/compile.
8793
8794 2009-03-17  Bruno Haible  <bruno@clisp.org>
8795
8796         * lib/git-merge-changelog.c: Fix typo in comment.
8797         Reported by Reuben Thomas <rrt@sc3d.org>.
8798
8799 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
8800
8801         * m4/regex.m4: update and improve help for
8802         --without-included-regex.
8803
8804 2009-03-17  Simon Josefsson  <simon@josefsson.org>
8805
8806         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
8807         failure on missing include files.
8808
8809 2009-03-17  Eric Blake  <ebb9@byu.net>
8810
8811         doc: mention more functions added in cygwin 1.7.0
8812         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
8813         addition.
8814         * doc/posix-functions/fwscanf.texi: Likewise.
8815         * doc/posix-functions/swprintf.texi: Likewise.
8816         * doc/posix-functions/swscanf.texi: Likewise.
8817         * doc/posix-functions/vfwprintf.texi: Likewise.
8818         * doc/posix-functions/vfwscanf.texi: Likewise.
8819         * doc/posix-functions/vswprintf.texi: Likewise.
8820         * doc/posix-functions/vswscanf.texi: Likewise.
8821         * doc/posix-functions/vwprintf.texi: Likewise.
8822         * doc/posix-functions/vwscanf.texi: Likewise.
8823         * doc/posix-functions/wcscasecmp.texi: Likewise.
8824         * doc/posix-functions/wcsdup.texi: Likewise.
8825         * doc/posix-functions/wcsftime.texi: Likewise.
8826         * doc/posix-functions/wcsncasecmp.texi: Likewise.
8827         * doc/posix-functions/wprintf.texi: Likewise.
8828         * doc/posix-functions/wscanf.texi: Likewise.
8829         * doc/glibc-functions/gethostbyname2.texi: Likewise.
8830
8831 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8832
8833         maint.mk: really add $(AM_MAKEFLAGS)
8834         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
8835         was inadvertently omitted in the last commit.
8836         Spotted by Bruno Haible.
8837
8838         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
8839         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
8840         $(AM_MAKEFLAGS)' rather than plain `make'.
8841
8842         gnulib-tool: execute $MAKE not make
8843         * gnulib-tool: Default $MAKE to 'make'.
8844         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
8845         than make.  Initialize $MAKE in the do-autobuild script.
8846
8847         gnulib-tool: use $MAKE not make in generated files
8848         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
8849         make, in generated files.  Initialize $MAKE in the do-autobuild
8850         script.
8851
8852         * top/GNUmakefile (_have-git-version-gen): Fix typo.
8853
8854         GNUmakefile: disable parallelism only for multiple, recursive targets
8855         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
8856         additions in the Makefile.
8857         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
8858         by Automake.
8859         (.NOTPARALLEL): Only disable parallel builds if multiple targets
8860         are listed on the command line and at least one of them is
8861         listed in $(ALL_RECURSIVE_TARGETS).
8862
8863 2009-03-14  Bruno Haible  <bruno@clisp.org>
8864
8865         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
8866         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
8867         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
8868         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
8869         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
8870         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
8871         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
8872         unistr/u8-uctomb.
8873         * modules/unistr/u8-strchr (Depends-on): Likewise.
8874         * modules/unistr/u8-strrchr (Depends-on): Likewise.
8875         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
8876         unistr/u16-uctomb.
8877         * modules/unistr/u16-strchr (Depends-on): Likewise.
8878         * modules/unistr/u16-strrchr (Depends-on): Likewise.
8879
8880 2009-03-12  Bruno Haible  <bruno@clisp.org>
8881
8882         Work around select() bug on Interix 3.5.
8883         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
8884         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
8885         * m4/select.m4: New file.
8886         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
8887         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
8888         * modules/select (Files): Add m4/select.m4.
8889         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
8890         * modules/nanosleep (Depends-on): Add select.
8891         * modules/poll (Depends-on): Likewise.
8892         * doc/posix-functions/select.texi: Mention the Interix bug.
8893         Reported by Markus Duft <mduft@gentoo.org>.
8894
8895         * lib/select.c: Renamed from lib/winsock-select.c.
8896         * modules/select (Files): Add lib/select.c, remove
8897         lib/winsock-select.c.
8898         (configure.ac): Update.
8899
8900 2009-03-12  Jim Meyering  <meyering@redhat.com>
8901
8902         avoid gcc warnings about unused macro definitions
8903         * lib/readtokens.c (STREQ): Remove unused definition.
8904         * lib/xmalloc.c (SIZE_MAX): Likewise.
8905         * lib/openat-die.c (N_): Likewise.
8906         * lib/mountlist.c (SIZE_MAX): Remove definition.
8907         Instead, include <stdint.h>.
8908         * lib/readutmp.c: Likewise.
8909         * modules/readutmp (Depends-on): Add stdint.
8910         * modules/mountlist (Depends-on): Add stdint.
8911         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
8912
8913 2009-03-10  Bruno Haible  <bruno@clisp.org>
8914
8915         Tests for module 'mbmemcasecoll'.
8916         * modules/mbmemcasecoll-tests: New file.
8917         * tests/test-mbmemcasecoll1.sh: New file.
8918         * tests/test-mbmemcasecoll2.sh: New file.
8919         * tests/test-mbmemcasecoll3.sh: New file.
8920         * tests/test-mbmemcasecoll.c: New file.
8921
8922         New module 'mbmemcasecoll'.
8923         * lib/mbmemcasecoll.h: New file.
8924         * lib/mbmemcasecoll.c: New file.
8925         * modules/mbmemcasecoll: New file.
8926
8927         * tests/test-mbmemcasecmp.h: New file, extracted from
8928         tests/test-mbmemcasecmp.c.
8929         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
8930         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
8931         (main): Update.
8932         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
8933
8934 2009-03-09  Bruno Haible  <bruno@clisp.org>
8935
8936         Tests for module 'mbmemcasecmp'.
8937         * modules/mbmemcasecmp-tests: New file.
8938         * tests/test-mbmemcasecmp1.sh: New file.
8939         * tests/test-mbmemcasecmp2.sh: New file.
8940         * tests/test-mbmemcasecmp3.sh: New file.
8941         * tests/test-mbmemcasecmp.c: New file.
8942
8943         New module 'mbmemcasecmp'.
8944         * lib/mbmemcasecmp.h: New file.
8945         * lib/mbmemcasecmp.c: New file.
8946         * modules/mbmemcasecmp: New file.
8947
8948 2009-03-09  Bruno Haible  <bruno@clisp.org>
8949
8950         Tests for module 'unicase/ulc-casecoll'.
8951         * modules/unicase/ulc-casecoll-tests: New file.
8952         * tests/unicase/test-ulc-casecoll1.sh: New file.
8953         * tests/unicase/test-ulc-casecoll2.sh: New file.
8954         * tests/unicase/test-ulc-casecoll.c: New file.
8955
8956         New module 'unicase/ulc-casecoll'.
8957         * lib/unicase.h (ulc_casecoll): New declaration.
8958         * lib/unicase/ulc-casecoll.c: New file.
8959         * modules/unicase/ulc-casecoll: New file.
8960
8961         New module 'unicase/ulc-casexfrm'.
8962         * lib/unicase.h (ulc_casexfrm): New declaration.
8963         * lib/unicase/ulc-casexfrm.c: New file.
8964         * modules/unicase/ulc-casexfrm: New file.
8965
8966 2009-03-09  Bruno Haible  <bruno@clisp.org>
8967
8968         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
8969         invocations.
8970
8971         * m4/mbscasecmp.m4: Remove file.
8972         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
8973         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
8974
8975         * m4/mbscasestr.m4: Remove file.
8976         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
8977         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
8978
8979         * m4/mbschr.m4: Remove file.
8980         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
8981         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
8982
8983         * m4/mbscspn.m4: Remove file.
8984         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
8985         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
8986
8987         * m4/mbslen.m4: Remove file.
8988         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
8989         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
8990
8991         * m4/mbsncasecmp.m4: Remove file.
8992         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
8993         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
8994
8995         * m4/mbsnlen.m4: Remove file.
8996         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
8997         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
8998
8999         * m4/mbspbrk.m4: Remove file.
9000         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
9001         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
9002
9003         * m4/mbspcasecmp.m4: Remove file.
9004         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
9005         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
9006
9007         * m4/mbsrchr.m4: Remove file.
9008         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
9009         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
9010
9011         * m4/mbssep.m4: Remove file.
9012         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
9013         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
9014
9015         * m4/mbsspn.m4: Remove file.
9016         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
9017         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
9018
9019         * m4/mbsstr.m4: Remove file.
9020         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
9021         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
9022
9023         * m4/mbstok_r.m4: Remove file.
9024         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
9025         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
9026
9027         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
9028
9029         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
9030         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
9031
9032         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
9033
9034 2009-03-08  Bruno Haible  <bruno@clisp.org>
9035
9036         Tests for module 'unicase/ulc-casecmp'.
9037         * modules/unicase/ulc-casecmp-tests: New file.
9038         * tests/unicase/test-ulc-casecmp1.sh: New file.
9039         * tests/unicase/test-ulc-casecmp2.sh: New file.
9040         * tests/unicase/test-ulc-casecmp.c: New file.
9041
9042         New module 'unicase/ulc-casecmp'.
9043         * lib/unicase.h (ulc_casecmp): New declaration.
9044         * lib/unicase/ulc-casecmp.c: New file.
9045         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
9046         'const SRC_UNIT *'.
9047         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
9048         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
9049         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
9050         * modules/unicase/ulc-casecmp: New file.
9051
9052         Tests for module 'unicase/u32-is-cased'.
9053         * modules/unicase/u32-is-cased-tests: New file.
9054         * tests/unicase/test-u32-is-cased.c: New file.
9055
9056         Tests for module 'unicase/u16-is-cased'.
9057         * modules/unicase/u16-is-cased-tests: New file.
9058         * tests/unicase/test-u16-is-cased.c: New file.
9059
9060         Tests for module 'unicase/u8-is-cased'.
9061         * modules/unicase/u8-is-cased-tests: New file.
9062         * tests/unicase/test-u8-is-cased.c: New file.
9063         * tests/unicase/test-is-cased.h: New file.
9064
9065         New module 'unicase/u32-is-cased'.
9066         * lib/unicase/u32-is-cased.c: New file.
9067         * modules/unicase/u32-is-cased: New file.
9068
9069         New module 'unicase/u16-is-cased'.
9070         * lib/unicase/u16-is-cased.c: New file.
9071         * modules/unicase/u16-is-cased: New file.
9072
9073         New module 'unicase/u8-is-cased'.
9074         * lib/unicase/u8-is-cased.c: New file.
9075         * lib/unicase/u-is-cased.h: New file.
9076         * modules/unicase/u8-is-cased: New file.
9077
9078         Tests for module 'unicase/u32-is-casefolded'.
9079         * modules/unicase/u32-is-casefolded-tests: New file.
9080         * tests/unicase/test-u32-is-casefolded.c: New file.
9081
9082         Tests for module 'unicase/u16-is-casefolded'.
9083         * modules/unicase/u16-is-casefolded-tests: New file.
9084         * tests/unicase/test-u16-is-casefolded.c: New file.
9085
9086         Tests for module 'unicase/u8-is-casefolded'.
9087         * modules/unicase/u8-is-casefolded-tests: New file.
9088         * tests/unicase/test-u8-is-casefolded.c: New file.
9089         * tests/unicase/test-is-casefolded.h: New file.
9090
9091         New module 'unicase/u32-is-casefolded'.
9092         * lib/unicase/u32-is-casefolded.c: New file.
9093         * modules/unicase/u32-is-casefolded: New file.
9094
9095         New module 'unicase/u16-is-casefolded'.
9096         * lib/unicase/u16-is-casefolded.c: New file.
9097         * modules/unicase/u16-is-casefolded: New file.
9098
9099         New module 'unicase/u8-is-casefolded'.
9100         * lib/unicase/u8-is-casefolded.c: New file.
9101         * modules/unicase/u8-is-casefolded: New file.
9102
9103         Tests for module 'unicase/u32-is-titlecase'.
9104         * modules/unicase/u32-is-titlecase-tests: New file.
9105         * tests/unicase/test-u32-is-titlecase.c: New file.
9106
9107         Tests for module 'unicase/u16-is-titlecase'.
9108         * modules/unicase/u16-is-titlecase-tests: New file.
9109         * tests/unicase/test-u16-is-titlecase.c: New file.
9110
9111         Tests for module 'unicase/u8-is-titlecase'.
9112         * modules/unicase/u8-is-titlecase-tests: New file.
9113         * tests/unicase/test-u8-is-titlecase.c: New file.
9114         * tests/unicase/test-is-titlecase.h: New file.
9115
9116         New module 'unicase/u32-is-titlecase'.
9117         * lib/unicase/u32-is-titlecase.c: New file.
9118         * modules/unicase/u32-is-titlecase: New file.
9119
9120         New module 'unicase/u16-is-titlecase'.
9121         * lib/unicase/u16-is-titlecase.c: New file.
9122         * modules/unicase/u16-is-titlecase: New file.
9123
9124         New module 'unicase/u8-is-titlecase'.
9125         * lib/unicase/u8-is-titlecase.c: New file.
9126         * modules/unicase/u8-is-titlecase: New file.
9127
9128         Tests for module 'unicase/u32-is-lowercase'.
9129         * modules/unicase/u32-is-lowercase-tests: New file.
9130         * tests/unicase/test-u32-is-lowercase.c: New file.
9131
9132         Tests for module 'unicase/u16-is-lowercase'.
9133         * modules/unicase/u16-is-lowercase-tests: New file.
9134         * tests/unicase/test-u16-is-lowercase.c: New file.
9135
9136         Tests for module 'unicase/u8-is-lowercase'.
9137         * modules/unicase/u8-is-lowercase-tests: New file.
9138         * tests/unicase/test-u8-is-lowercase.c: New file.
9139         * tests/unicase/test-is-lowercase.h: New file.
9140
9141         New module 'unicase/u32-is-lowercase'.
9142         * lib/unicase/u32-is-lowercase.c: New file.
9143         * modules/unicase/u32-is-lowercase: New file.
9144
9145         New module 'unicase/u16-is-lowercase'.
9146         * lib/unicase/u16-is-lowercase.c: New file.
9147         * modules/unicase/u16-is-lowercase: New file.
9148
9149         New module 'unicase/u8-is-lowercase'.
9150         * lib/unicase/u8-is-lowercase.c: New file.
9151         * modules/unicase/u8-is-lowercase: New file.
9152
9153         Tests for module 'unicase/u32-is-uppercase'.
9154         * modules/unicase/u32-is-uppercase-tests: New file.
9155         * tests/unicase/test-u32-is-uppercase.c: New file.
9156
9157         Tests for module 'unicase/u16-is-uppercase'.
9158         * modules/unicase/u16-is-uppercase-tests: New file.
9159         * tests/unicase/test-u16-is-uppercase.c: New file.
9160
9161         Tests for module 'unicase/u8-is-uppercase'.
9162         * modules/unicase/u8-is-uppercase-tests: New file.
9163         * tests/unicase/test-u8-is-uppercase.c: New file.
9164         * tests/unicase/test-is-uppercase.h: New file.
9165
9166         New module 'unicase/u32-is-uppercase'.
9167         * lib/unicase/u32-is-uppercase.c: New file.
9168         * modules/unicase/u32-is-uppercase: New file.
9169
9170         New module 'unicase/u16-is-uppercase'.
9171         * lib/unicase/u16-is-uppercase.c: New file.
9172         * modules/unicase/u16-is-uppercase: New file.
9173
9174         New module 'unicase/u8-is-uppercase'.
9175         * lib/unicase/u8-is-uppercase.c: New file.
9176         * modules/unicase/u8-is-uppercase: New file.
9177
9178         New module 'unicase/u32-is-invariant'.
9179         * lib/unicase/u32-is-invariant.c: New file.
9180         * modules/unicase/u32-is-invariant: New file.
9181
9182         New module 'unicase/u16-is-invariant'.
9183         * lib/unicase/u16-is-invariant.c: New file.
9184         * modules/unicase/u16-is-invariant: New file.
9185
9186         New module 'unicase/u8-is-invariant'.
9187         * lib/unicase/u8-is-invariant.c: New file.
9188         * lib/unicase/invariant.h: New file.
9189         * lib/unicase/u-is-invariant.h: New file.
9190         * modules/unicase/u8-is-invariant: New file.
9191
9192         Tests for module 'unicase/u32-casecoll'.
9193         * modules/unicase/u32-casecoll-tests: New file.
9194         * tests/unicase/test-u32-casecoll.c: New file.
9195
9196         Tests for module 'unicase/u16-casecoll'.
9197         * modules/unicase/u16-casecoll-tests: New file.
9198         * tests/unicase/test-u16-casecoll.c: New file.
9199
9200         Tests for module 'unicase/u8-casecoll'.
9201         * modules/unicase/u8-casecoll-tests: New file.
9202         * tests/unicase/test-u8-casecoll.c: New file.
9203
9204         New module 'unicase/u32-casecoll'.
9205         * lib/unicase/u32-casecoll.c: New file.
9206         * modules/unicase/u32-casecoll: New file.
9207
9208         New module 'unicase/u16-casecoll'.
9209         * lib/unicase/u16-casecoll.c: New file.
9210         * modules/unicase/u16-casecoll: New file.
9211
9212         New module 'unicase/u8-casecoll'.
9213         * lib/unicase/u8-casecoll.c: New file.
9214         * lib/unicase/u-casecoll.h: New file.
9215         * modules/unicase/u8-casecoll: New file.
9216
9217         New module 'unicase/u32-casexfrm'.
9218         * lib/unicase/u32-casexfrm.c: New file.
9219         * modules/unicase/u32-casexfrm: New file.
9220
9221         New module 'unicase/u16-casexfrm'.
9222         * lib/unicase/u16-casexfrm.c: New file.
9223         * modules/unicase/u16-casexfrm: New file.
9224
9225         New module 'unicase/u8-casexfrm'.
9226         * lib/unicase/u8-casexfrm.c: New file.
9227         * lib/unicase/u-casexfrm.h: New file.
9228         * modules/unicase/u8-casexfrm: New file.
9229
9230         Tests for module 'unicase/u32-casecmp'.
9231         * modules/unicase/u32-casecmp-tests: New file.
9232         * tests/unicase/test-u32-casecmp.c: New file.
9233
9234         Tests for module 'unicase/u16-casecmp'.
9235         * modules/unicase/u16-casecmp-tests: New file.
9236         * tests/unicase/test-u16-casecmp.c: New file.
9237
9238         Tests for module 'unicase/u8-casecmp'.
9239         * modules/unicase/u8-casecmp-tests: New file.
9240         * tests/unicase/test-u8-casecmp.c: New file.
9241         * tests/unicase/test-casecmp.h: New file.
9242
9243         New module 'unicase/u32-casecmp'.
9244         * lib/unicase/u32-casecmp.c: New file.
9245         * modules/unicase/u32-casecmp: New file.
9246
9247         New module 'unicase/u16-casecmp'.
9248         * lib/unicase/u16-casecmp.c: New file.
9249         * modules/unicase/u16-casecmp: New file.
9250
9251         New module 'unicase/u8-casecmp'.
9252         * lib/unicase/u8-casecmp.c: New file.
9253         * lib/unicase/u-casecmp.h: New file.
9254         * modules/unicase/u8-casecmp: New file.
9255
9256         Tests for module 'unicase/u32-casefold'.
9257         * modules/unicase/u32-casefold-tests: New file.
9258         * tests/unicase/test-u32-casefold.c: New file.
9259
9260         Tests for module 'unicase/u16-casefold'.
9261         * modules/unicase/u16-casefold-tests: New file.
9262         * tests/unicase/test-u16-casefold.c: New file.
9263
9264         Tests for module 'unicase/u8-casefold'.
9265         * modules/unicase/u8-casefold-tests: New file.
9266         * tests/unicase/test-u8-casefold.c: New file.
9267
9268         New module 'unicase/u32-casefold'.
9269         * lib/unicase/u32-casefold.c: New file.
9270         * modules/unicase/u32-casefold: New file.
9271
9272         New module 'unicase/u16-casefold'.
9273         * lib/unicase/u16-casefold.c: New file.
9274         * modules/unicase/u16-casefold: New file.
9275
9276         New module 'unicase/u8-casefold'.
9277         * lib/unicase/u8-casefold.c: New file.
9278         * lib/unicase/u-casefold.h: New file.
9279         * modules/unicase/u8-casefold: New file.
9280
9281         New module 'unicase/tocasefold'.
9282         * lib/unicase/casefold.h: New file.
9283         * lib/unicase/tocasefold.c: New file.
9284         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
9285         * modules/unicase/tocasefold: New file.
9286
9287         Tests for module 'unicase/u32-totitle'.
9288         * modules/unicase/u32-totitle-tests: New file.
9289         * tests/unicase/test-u32-totitle.c: New file.
9290
9291         Tests for module 'unicase/u16-totitle'.
9292         * modules/unicase/u16-totitle-tests: New file.
9293         * tests/unicase/test-u16-totitle.c: New file.
9294
9295         Tests for module 'unicase/u8-totitle'.
9296         * modules/unicase/u8-totitle-tests: New file.
9297         * tests/unicase/test-u8-totitle.c: New file.
9298
9299         New module 'unicase/u32-totitle'.
9300         * lib/unicase/u32-totitle.c: New file.
9301         * modules/unicase/u32-totitle: New file.
9302
9303         New module 'unicase/u16-totitle'.
9304         * lib/unicase/u16-totitle.c: New file.
9305         * modules/unicase/u16-totitle: New file.
9306
9307         New module 'unicase/u8-totitle'.
9308         * lib/unicase/u8-totitle.c: New file.
9309         * lib/unicase/u-totitle.h: New file.
9310         * modules/unicase/u8-totitle: New file.
9311
9312         Tests for module 'unicase/u32-tolower'.
9313         * modules/unicase/u32-tolower-tests: New file.
9314         * tests/unicase/test-u32-tolower.c: New file.
9315
9316         Tests for module 'unicase/u16-tolower'.
9317         * modules/unicase/u16-tolower-tests: New file.
9318         * tests/unicase/test-u16-tolower.c: New file.
9319
9320         Tests for module 'unicase/u8-tolower'.
9321         * modules/unicase/u8-tolower-tests: New file.
9322         * tests/unicase/test-u8-tolower.c: New file.
9323
9324         New module 'unicase/u32-tolower'.
9325         * lib/unicase/u32-tolower.c: New file.
9326         * modules/unicase/u32-tolower: New file.
9327
9328         New module 'unicase/u16-tolower'.
9329         * lib/unicase/u16-tolower.c: New file.
9330         * modules/unicase/u16-tolower: New file.
9331
9332         New module 'unicase/u8-tolower'.
9333         * lib/unicase/u8-tolower.c: New file.
9334         * modules/unicase/u8-tolower: New file.
9335
9336         Tests for module 'unicase/u32-toupper'.
9337         * modules/unicase/u32-toupper-tests: New file.
9338         * tests/unicase/test-u32-toupper.c: New file.
9339
9340         Tests for module 'unicase/u16-toupper'.
9341         * modules/unicase/u16-toupper-tests: New file.
9342         * tests/unicase/test-u16-toupper.c: New file.
9343
9344         Tests for module 'unicase/u8-toupper'.
9345         * modules/unicase/u8-toupper-tests: New file.
9346         * tests/unicase/test-u8-toupper.c: New file.
9347
9348         New module 'unicase/u32-toupper'.
9349         * lib/unicase/u32-toupper.c: New file.
9350         * modules/unicase/u32-toupper: New file.
9351
9352         New module 'unicase/u16-toupper'.
9353         * lib/unicase/u16-toupper.c: New file.
9354         * modules/unicase/u16-toupper: New file.
9355
9356         New module 'unicase/u8-toupper'.
9357         * lib/unicase/u8-toupper.c: New file.
9358         * modules/unicase/u8-toupper: New file.
9359
9360         New module 'unicase/u32-casemap'.
9361         * lib/unicase/u32-casemap.c: New file.
9362         * modules/unicase/u32-casemap: New file.
9363
9364         New module 'unicase/u16-casemap'.
9365         * lib/unicase/u16-casemap.c: New file.
9366         * modules/unicase/u16-casemap: New file.
9367
9368         New module 'unicase/u8-casemap'.
9369         * lib/unicase/unicasemap.h: New file.
9370         * lib/unicase/u8-casemap.c: New file.
9371         * lib/unicase/u-casemap.h: New file.
9372         * modules/unicase/u8-casemap: New file.
9373
9374         New module 'unicase/special-casing'.
9375         * lib/unicase/special-casing.h: New file.
9376         * lib/unicase/special-casing.c: New file.
9377         * lib/unicase/special-casing-table.gperf: New file, generated by
9378         gen-uni-tables.c.
9379         * modules/unicase/special-casing: New file.
9380
9381         Tests for module 'unicase/locale-language'.
9382         * modules/unicase/locale-language-tests: New file.
9383         * tests/unicase/test-locale-language.sh: New file.
9384         * tests/unicase/test-locale-language.c: New file.
9385
9386         New module 'unicase/locale-language'.
9387         * lib/unicase/locale-language.c: New file.
9388         * lib/unicase/locale-languages.gperf: New file.
9389         * modules/unicase/locale-language: New file.
9390
9391         Generate more tables for case conversion and case folding.
9392         * lib/gen-uni-tables.c (SCC_*): New enum items.
9393         (struct special_casing_rule): New type.
9394         (casing_rules, num_casing_rules, allocated_casing_rules): New
9395         variables.
9396         (add_casing_rule, fill_casing_rules): New functions.
9397         (struct casefold_rule): New type.
9398         (casefolding_rules, num_casefolding_rules,
9399         allocated_casefolding_rules): New variables.
9400         (fill_casefolding_rules): New function.
9401         (unicode_casefold): New variable.
9402         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
9403         sort_casing_rules, output_casing_rules): New functions.
9404         (main): Accept to more arguments: SpecialCasing.txt and
9405         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
9406         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
9407         Output mapping for casefolding.
9408
9409         * lib/unicase.h: Include stdbool.h, uninorm.h.
9410         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
9411         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
9412         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
9413         arguments.
9414         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
9415         resultp arguments.
9416         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
9417         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
9418         resultp arguments.
9419         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
9420         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
9421         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
9422         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
9423         declarations.
9424         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
9425
9426 2009-03-08  Bruno Haible  <bruno@clisp.org>
9427
9428         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
9429         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
9430         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
9431         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
9432
9433 2009-03-07  Bruno Haible  <bruno@clisp.org>
9434
9435         Adjust u*_normcmp, u*_normcoll API.
9436         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
9437         u16_normcoll, u32_normcoll): Change failure conventions.
9438         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
9439         errno and return -1.
9440         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
9441
9442 2009-03-07  Bruno Haible  <bruno@clisp.org>
9443
9444         Tests for module 'uninorm/u32-normcoll'.
9445         * modules/uninorm/u32-normcoll-tests: New file.
9446         * tests/uninorm/test-u32-normcoll.c: New file.
9447
9448         Tests for module 'uninorm/u16-normcoll'.
9449         * modules/uninorm/u16-normcoll-tests: New file.
9450         * tests/uninorm/test-u16-normcoll.c: New file.
9451
9452         Tests for module 'uninorm/u8-normcoll'.
9453         * modules/uninorm/u8-normcoll-tests: New file.
9454         * tests/uninorm/test-u8-normcoll.c: New file.
9455
9456 2009-03-07  Bruno Haible  <bruno@clisp.org>
9457
9458         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
9459         tests/uninorm/test-u32-normcmp.c.
9460         * tests/uninorm/test-u32-normcmp.c: Include it.
9461         (test_nonascii): New function, extracted from main. Add some more
9462         tests.
9463         (main): Invoke test_ascii and test_nonascii.
9464         * modules/uninorm/u32-normcmp-tests (Files): Add
9465         tests/uninorm/test-u32-normcmp.h.
9466         (Depends-on): Remove uninorm/u32-normcmp.
9467
9468         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
9469         tests/uninorm/test-u16-normcmp.c.
9470         * tests/uninorm/test-u16-normcmp.c: Include it.
9471         (test_nonascii): New function, extracted from main. Add some more
9472         tests.
9473         (main): Invoke test_ascii and test_nonascii.
9474         * modules/uninorm/u16-normcmp-tests (Files): Add
9475         tests/uninorm/test-u16-normcmp.h.
9476         (Depends-on): Remove uninorm/u16-normcmp.
9477
9478         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
9479         tests/uninorm/test-u8-normcmp.c.
9480         * tests/uninorm/test-u8-normcmp.c: Include it.
9481         (test_nonascii): New function, extracted from main. Add some more
9482         tests.
9483         (main): Invoke test_ascii and test_nonascii.
9484         * modules/uninorm/u8-normcmp-tests (Files): Add
9485         tests/uninorm/test-u8-normcmp.h.
9486         (Depends-on): Remove uninorm/u8-normcmp.
9487
9488 2009-03-07  Bruno Haible  <bruno@clisp.org>
9489
9490         New module 'uninorm/u32-normcoll'.
9491         * lib/uninorm/u32-normcoll.c: New file.
9492         * modules/uninorm/u32-normcoll: New file.
9493
9494         New module 'uninorm/u16-normcoll'.
9495         * lib/uninorm/u16-normcoll.c: New file.
9496         * modules/uninorm/u16-normcoll: New file.
9497
9498         New module 'uninorm/u8-normcoll'.
9499         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
9500         declarations.
9501         * lib/uninorm/u8-normcoll.c: New file.
9502         * lib/uninorm/u-normcoll.h: New file.
9503         * modules/uninorm/u8-normcoll: New file.
9504
9505         New module 'uninorm/u32-normxfrm'.
9506         * lib/uninorm/u32-normxfrm.c: New file.
9507         * modules/uninorm/u32-normxfrm: New file.
9508
9509         New module 'uninorm/u16-normxfrm'.
9510         * lib/uninorm/u16-normxfrm.c: New file.
9511         * modules/uninorm/u16-normxfrm: New file.
9512
9513         New module 'uninorm/u8-normxfrm'.
9514         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
9515         declarations.
9516         * lib/uninorm/u8-normxfrm.c: New file.
9517         * lib/uninorm/u-normxfrm.h: New file.
9518         * modules/uninorm/u8-normxfrm: New file.
9519
9520 2009-03-07  Bruno Haible  <bruno@clisp.org>
9521
9522         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
9523         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
9524         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
9525
9526 2009-03-07  Bruno Haible  <bruno@clisp.org>
9527
9528         New module 'memxfrm'.
9529         * lib/memxfrm.h: New file.
9530         * lib/memxfrm.c: New file.
9531         * modules/memxfrm: New file.
9532
9533 2009-03-07  Bruno Haible  <bruno@clisp.org>
9534
9535         New module 'memcmp2'.
9536         * lib/memcmp2.h: New file.
9537         * lib/memcmp2.c: New file.
9538         * modules/memcmp2: New file.
9539
9540 2009-03-07  Bruno Haible  <bruno@clisp.org>
9541
9542         Tests for module 'uninorm/decomposing-form'.
9543         * modules/uninorm/decomposing-form-tests: New file.
9544         * tests/uninorm/test-decomposing-form.c: New file.
9545
9546         New module 'uninorm/decomposing-form'.
9547         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
9548         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
9549         Add 'decomposing_variant' field.
9550         * lib/uninorm/decomposing-form.c: New file.
9551         * lib/uninorm/nfc.c (uninorm_nfc): Update.
9552         * lib/uninorm/nfd.c (uninorm_nfd): Update.
9553         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
9554         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
9555         * modules/uninorm/decomposing-form: New file.
9556         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
9557         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
9558
9559 2009-03-07  Bruno Haible  <bruno@clisp.org>
9560
9561         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
9562         strings.
9563
9564 2009-03-06  Bruno Haible  <bruno@clisp.org>
9565
9566         Tests for module 'uninorm/u32-normcmp'.
9567         * tests/uninorm/test-u32-normcmp.c: New file.
9568         * modules/uninorm/u32-normcmp-tests: New file.
9569
9570         Tests for module 'uninorm/u16-normcmp'.
9571         * tests/uninorm/test-u16-normcmp.c: New file.
9572         * modules/uninorm/u16-normcmp-tests: New file.
9573
9574         Tests for module 'uninorm/u8-normcmp'.
9575         * tests/uninorm/test-u8-normcmp.c: New file.
9576         * modules/uninorm/u8-normcmp-tests: New file.
9577
9578         New module 'uninorm/u32-normcmp'.
9579         * lib/uninorm/u32-normcmp.c: New file.
9580         * modules/uninorm/u32-normcmp: New file.
9581
9582         New module 'uninorm/u16-normcmp'.
9583         * lib/uninorm/u16-normcmp.c: New file.
9584         * modules/uninorm/u16-normcmp: New file.
9585
9586         New module 'uninorm/u8-normcmp'.
9587         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
9588         declarations.
9589         * lib/uninorm/u8-normcmp.c: New file.
9590         * lib/uninorm/u-normcmp.h: New file.
9591         * modules/uninorm/u8-normcmp: New file.
9592
9593 2009-03-06  Bruno Haible  <bruno@clisp.org>
9594
9595         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
9596         Reported by Eric Blake.
9597
9598 2009-03-06  Eric Blake  <ebb9@byu.net>
9599             Bruno Haible  <bruno@clisp.org>
9600
9601         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
9602         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
9603         condition.
9604         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
9605         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
9606         condition.
9607         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
9608
9609 2009-03-06  Eric Blake  <ebb9@byu.net>
9610
9611         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
9612         to avoid compiler warnings.
9613         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
9614
9615 2009-03-05  Bruno Haible  <bruno@clisp.org>
9616
9617         * tests/test-ftell.c (main): Disable test beyond end of file on
9618         FreeMiNT.
9619         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
9620
9621 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
9622
9623         * lib/filevercmp.c: Move hidden files up in ordering.
9624         * tests/test-filevercmp.c: Add tests for hidden files.
9625
9626 2009-03-04  Bruno Haible  <bruno@clisp.org>
9627
9628         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
9629         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
9630         AM_CFLAGS.
9631         Reported by Simon Josefsson.
9632
9633 2009-03-03  Bruno Haible  <bruno@clisp.org>
9634
9635         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
9636         Reported by Simon Josefsson.
9637
9638         * doc/ld-version-script.texi: Update node reference.
9639
9640 2009-03-03  Bruno Haible  <bruno@clisp.org>
9641
9642         * modules/visibility (License): Change to 'unlimited'.
9643         Suggested by Simon Josefsson.
9644
9645 2009-03-03  Jim Meyering  <meyering@redhat.com>
9646
9647         unlinkdir: cannot_unlink_dir may modify process state
9648         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
9649         it's neither thread-safe nor appropriate for use in a library.
9650
9651 2009-03-03  Eric Blake  <ebb9@byu.net>
9652
9653         test-closein: silence test under Darwin
9654         * tests/test-closein.sh: Ignore stderr from cat, since we don't
9655         care if it dies from EPIPE or EBADF.
9656
9657 2009-03-03  Bruno Haible  <bruno@clisp.org>
9658
9659         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
9660         earlier.
9661         * doc/visibility.texi: Fix @node and @section.
9662
9663 2009-03-03  Simon Josefsson  <simon@josefsson.org>
9664
9665         * doc/gnulib.texi: Link to sections for ld version script and
9666         visibility.
9667         * doc/visibility.texi: Add @node and @section.
9668         * modules/ld-version-script: New module.
9669         * m4/ld-version-script.m4: New file.
9670         * doc/ld-version-script.texi: New file.
9671
9672 2009-03-02  David Lutterkort  <lutter@redhat.com>
9673
9674         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
9675         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9676
9677 2009-03-02  Bruno Haible  <bruno@clisp.org>
9678
9679         * doc/visibility.texi: Mention libtool's -export-symbols option.
9680
9681 2009-03-02  Jim Meyering  <meyering@redhat.com>
9682
9683         announce-gen: new option: --no-print-checksums
9684         * build-aux/announce-gen (usage): Describe it.
9685         (print_checksums): Print a newline here, not in the [*] footnote.
9686         (main): Honor it.
9687
9688 2009-03-01  Bruno Haible  <bruno@clisp.org>
9689
9690         Use socklen_t in the native Windows replacements prototypes.
9691         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
9692         instead of 'int'.
9693         * lib/getsockopt.c (rpl_getsockopt): Likewise.
9694         * lib/setsockopt.c (rpl_setsockopt): Likewise.
9695         * modules/getsockopt (Depends-on): Add socklen.
9696         * modules/setsockopt (Depends-on): Add socklen.
9697
9698 2009-03-01  Bruno Haible  <bruno@clisp.org>
9699
9700         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
9701         least 4.2.
9702
9703 2009-03-01  Eric Blake  <ebb9@byu.net>
9704             Bruno Haible  <bruno@clisp.org>
9705
9706         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
9707         error messages.
9708         * lib/wait-process.c (wait_subprocess): Omit error message about
9709         deadly signal sent to the child of termsigp != NULL.
9710
9711 2009-03-01  Eric Blake  <ebb9@byu.net>
9712
9713         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
9714
9715 2009-03-01  Bruno Haible  <bruno@clisp.org>
9716
9717         Avoid a gcc warning.
9718         * tests/test-sched.c (b): Make global.
9719         Reported by Eric Blake.
9720
9721 2009-01-19  Martin Lambers  <marlam@marlam.de>
9722
9723         Provide POSIX semantics for socket timeout options on W32.
9724         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
9725         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
9726         * modules/setsockopt: Depend on sys_time module for struct timeval.
9727         * modules/getsockopt: Depend on sys_time module for struct timeval.
9728
9729 2009-03-01  Simon Josefsson  <simon@josefsson.org>
9730
9731         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
9732         __USE_GNU, for consistency with netdb.in.h.
9733         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9734
9735 2009-03-01  Bruno Haible  <bruno@clisp.org>
9736
9737         More support for FreeMiNT.
9738         * lib/fseeko.c (rpl_fseeko): Complete last commit.
9739         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9740
9741 2009-03-01  Bruno Haible  <bruno@clisp.org>
9742
9743         More support for FreeMiNT.
9744         * lib/fpurge.c (fpurge): Correct last commit.
9745         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9746
9747 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9748
9749         Fix unportable awk script in vc-list-files.
9750         * build-aux/vc-list-files: In the replacement awk script, use
9751         substr with a second argument of 1, not zero.
9752         Report by Simon Josefsson.
9753
9754 2009-02-28  Bruno Haible  <bruno@clisp.org>
9755
9756         More support for FreeMiNT.
9757         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
9758         to FreeMiNT today.
9759         * lib/fwriting.c (fwriting): Likewise.
9760         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
9761
9762 2009-02-28  Bruno Haible  <bruno@clisp.org>
9763
9764         * tests/test-freadseek.c (main): Disable test beyond end of file on
9765         FreeMiNT.
9766         * tests/test-ftello.c (main): Likewise.
9767         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
9768
9769 2009-02-28  Bruno Haible  <bruno@clisp.org>
9770
9771         Add tentative support for FreeMiNT.
9772         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
9773         * lib/fpurge.c (fpurge): Likewise.
9774         * lib/freadable.c (freadable): Likewise.
9775         * lib/freading.c (freading): Likewise.
9776         * lib/freadptr.c (freadptr): Likewise.
9777         * lib/freadseek.c (freadptrinc): Likewise.
9778         * lib/fseeko.c (rpl_fseeko): Likewise.
9779         * lib/fseterr.c (fseterr): Likewise.
9780         * lib/fwritable.c (fwritable): Likewise.
9781         * lib/fwriting.c (fwriting): Likewise.
9782         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
9783         Hourihane.
9784         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9785
9786 2009-02-28  Bruno Haible  <bruno@clisp.org>
9787
9788         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
9789         SIGCHLD.
9790         Reported by Jim Meyering.
9791
9792 2009-02-28  Bruno Haible  <bruno@clisp.org>
9793
9794         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
9795         Mention the results of these tests on various platforms.
9796         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
9797         order.
9798         * doc/posix-functions/printf.texi: Likewise.
9799         * doc/posix-functions/snprintf.texi: Likewise.
9800         * doc/posix-functions/sprintf.texi: Likewise.
9801         * doc/posix-functions/vfprintf.texi: Likewise.
9802         * doc/posix-functions/vprintf.texi: Likewise.
9803         * doc/posix-functions/vsnprintf.texi: Likewise.
9804         * doc/posix-functions/vsprintf.texi: Likewise.
9805         * doc/glibc-functions/obstack_printf.texi: Likewise.
9806         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
9807
9808 2009-02-28  Bruno Haible  <bruno@clisp.org>
9809
9810         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
9811         Reported by Loïc Minier <lool@dooz.org>.
9812
9813 2009-02-27  Bruno Haible  <bruno@clisp.org>
9814
9815         * gnulib-tool (func_import): Make the sed expression used to create the
9816         sed script for updating the .gitignore file POSIX compliant.
9817         Reported by Eric Blake.
9818
9819 2009-02-27  Bruno Haible  <bruno@clisp.org>
9820
9821         * gnulib-tool (sed): Don't alias as "sed --posix".
9822         Reported by Eric Blake.
9823
9824 2009-02-27  Bruno Haible  <bruno@clisp.org>
9825
9826         Avoid test link errors.
9827         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
9828         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
9829         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
9830         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
9831         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9832
9833 2009-02-27  Bruno Haible  <bruno@clisp.org>
9834
9835         Avoid spurious "(cached)" in configure output.
9836         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
9837         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
9838         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
9839         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
9840         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
9841         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
9842         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
9843         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
9844         Reported by Eric Blake.
9845
9846 2009-02-27  Eric Blake  <ebb9@byu.net>
9847
9848         printf: fix regression in previous patch
9849         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
9850
9851 2009-02-27  Bruno Haible  <bruno@clisp.org>
9852
9853         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
9854         value.
9855         * lib/stdint.in.h: Likewise.
9856         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
9857
9858 2009-02-27  Eric Blake  <ebb9@byu.net>
9859
9860         doc: mention more functions added in cygwin 1.7.0
9861         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
9862         addition.
9863         * doc/posix-functions/open_wmemstream.texi: Likewise.
9864         * doc/posix-functions/wcsnlen.texi: Likewise.
9865         * doc/posix-functions/wcsnrtombs.texi: Likewise.
9866         * doc/posix-functions/wcstod.texi: Likewise.
9867         * doc/posix-functions/wcstof.texi: Likewise.
9868         * doc/posix-functions/wcstoimax.texi: Likewise.
9869         * doc/posix-functions/wcstok.texi: Likewise.
9870         * doc/posix-functions/wcstoumax.texi: Likewise.
9871
9872         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
9873         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
9874         * doc/posix-functions/fprintf.texi: Update.
9875         * doc/posix-functions/printf.texi: Update.
9876         * doc/posix-functions/snprintf.texi: Update.
9877         * doc/posix-functions/sprintf.texi: Update.
9878         * doc/posix-functions/vfprintf.texi: Update.
9879         * doc/posix-functions/vprintf.texi: Update.
9880         * doc/posix-functions/vsnprintf.texi: Update.
9881         * doc/posix-functions/vsprintf.texi: Update.
9882         * doc/glibc-functions/obstack_printf.texi: Update.
9883         * doc/glibc-functions/obstack_vprintf.texi: Update.
9884
9885 2009-02-26  Eric Blake  <ebb9@byu.net>
9886
9887         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
9888         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
9889         compilation bug by using runtime conversion.
9890         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
9891         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
9892         * modules/ceill-tests (Files): Use nan.h.
9893         * modules/floorl-tests (Files): Likewise.
9894         * modules/frexpl-tests (Files): Likewise.
9895         * modules/isnanl-tests (Files): Likewise.
9896         * modules/ldexpl-tests (Files): Likewise.
9897         * modules/roundl-tests (Files): Likewise.
9898         * modules/truncl-tests (Files): Likewise.
9899         * tests/test-ceill.c (main): Use a working NaN.
9900         * tests/test-floorl.c (main): Likewise.
9901         * tests/test-frexpl.c (main): Likewise.
9902         * tests/test-isnan.c (test_long_double): Likewise.
9903         * tests/test-isnanl.h (main): Likewise.
9904         * tests/test-ldexpl.h (main): Likewise.
9905         * tests/test-roundl.h (main): Likewise.
9906         * tests/test-truncl.h (main): Likewise.
9907         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
9908
9909 2009-02-26  Eric Blake  <ebb9@byu.net>
9910             Bruno Haible  <bruno@clisp.org>
9911
9912         Work around a *printf bug with %ls on Solaris.
9913         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
9914         precision is specified, sprintf stops converting the wide string
9915         argument when the number of bytes that have been produced by this
9916         conversion equals or exceeds the precision.
9917         * doc/posix-functions/fprintf.texi: Update.
9918         * doc/posix-functions/printf.texi: Update.
9919         * doc/posix-functions/snprintf.texi: Update.
9920         * doc/posix-functions/sprintf.texi: Update.
9921         * doc/posix-functions/vfprintf.texi: Update.
9922         * doc/posix-functions/vprintf.texi: Update.
9923         * doc/posix-functions/vsnprintf.texi: Update.
9924         * doc/posix-functions/vsprintf.texi: Update.
9925         * doc/glibc-functions/obstack_printf.texi: Update.
9926         * doc/glibc-functions/obstack_vprintf.texi: Update.
9927
9928 2009-02-26  Eric Blake  <ebb9@byu.net>
9929
9930         stdlib: favor compiler check of random.h
9931         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
9932         to avoid an ObjC random.h installed by Swarm.
9933
9934 2009-02-26  Bruno Haible  <bruno@clisp.org>
9935
9936         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
9937         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
9938         Reported by Gary V. Vaughan <gary@gnu.org>.
9939
9940 2009-02-26  Bruno Haible  <bruno@clisp.org>
9941
9942         Fix *printf behaviour regarding the %ls directive.
9943         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
9944         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
9945         NEED_PRINTF_DIRECTIVE_LS.
9946         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
9947         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9948         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9949         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
9950         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
9951         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
9952         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
9953         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9954         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9955         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9956         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9957         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
9958         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9959         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9960         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9961         * doc/posix-functions/fprintf.texi: Update.
9962         * doc/posix-functions/printf.texi: Update.
9963         * doc/posix-functions/snprintf.texi: Update.
9964         * doc/posix-functions/sprintf.texi: Update.
9965         * doc/posix-functions/vfprintf.texi: Update.
9966         * doc/posix-functions/vprintf.texi: Update.
9967         * doc/posix-functions/vsnprintf.texi: Update.
9968         * doc/posix-functions/vsprintf.texi: Update.
9969         * doc/glibc-functions/obstack_printf.texi: Update.
9970         * doc/glibc-functions/obstack_vprintf.texi: Update.
9971         Reported by Eric Blake.
9972
9973 2009-02-25  Bruno Haible  <bruno@clisp.org>
9974
9975         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
9976         with known value.
9977         Reported by Gary V. Vaughan <gary@gnu.org>.
9978
9979 2009-02-25  Bruno Haible  <bruno@clisp.org>
9980
9981         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
9982         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
9983         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
9984         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
9985         Reported by Gary V. Vaughan <gary@gnu.org>.
9986
9987 2009-02-25  Bruno Haible  <bruno@clisp.org>
9988
9989         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
9990         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
9991         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
9992         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
9993         Reported by Gary V. Vaughan <gary@gnu.org>.
9994
9995 2009-02-25  Eric Blake  <ebb9@byu.net>
9996
9997         tests: skip fseek/ftell tests if ungetc is broken
9998         * m4/ungetc.m4: New file.
9999         * modules/fseek-tests: Split test, so ungetc dependency is
10000         separate from rest of test.
10001         * modules/fseeko-tests: Likewise.
10002         * modules/ftell-tests: Likewise.
10003         * modules/ftello-tests: Likewise.
10004         * tests/test-fseek.c (main): Isolate ungetc dependency.
10005         * tests/test-fseeko.c (main): Likewise.
10006         * tests/test-ftell.c (main): Likewise.
10007         * tests/test-ftello.c (main): Likewise.
10008         * tests/test-fseek2.sh: New file.
10009         * tests/test-fseeko2.sh: Likewise.
10010         * tests/test-ftell2.sh: Likewise.
10011         * tests/test-ftello2.sh: Likewise.
10012
10013 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
10014
10015         test-getaddrinfo: fix usage of skip return code 77
10016         * tests/test-gettaddrinfo.c: Return skip code 77 only
10017         for first occurance of skip (4x77 is not 77)
10018
10019 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
10020
10021         strtod: avoid C99 decl-after-statement
10022         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
10023
10024 2009-02-24  Eric Blake  <ebb9@byu.net>
10025
10026         strtod: detect HP-UX 11.31 bug
10027         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
10028         Reported by Gary V. Vaughan.
10029
10030 2009-02-23  Bruno Haible  <bruno@clisp.org>
10031
10032         Fix invalid read past end of memory block.
10033         * lib/vasnprintf.c (DCHAR_SET): Define.
10034         (local_wcslen): Define only when needed.
10035         (local_strnlen, local_wcsnlen): New functions.
10036         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
10037         directives that involve a conversion ourselves.
10038         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
10039         wcsnlen, mbrtowc, wcrtomb.
10040         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
10041         * tests/test-vasprintf-posix.c (test_function): Likewise.
10042         * tests/test-snprintf-posix.h (test_function): Likewise.
10043         * tests/test-sprintf-posix.h (test_function): Likewise.
10044         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10045
10046 2009-02-22  Bruno Haible  <bruno@clisp.org>
10047
10048         Implement new clarified decomposition of Hangul syllables.
10049         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
10050         of type LTV, return only a pairwise decomposition.
10051         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
10052         Likewise.
10053         * tests/uninorm/test-decomposition.c (main): Updated expected result.
10054         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
10055         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
10056
10057 2009-02-22  Bruno Haible  <bruno@clisp.org>
10058
10059         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
10060         zero-length results and shrink excess allocated memory.
10061         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
10062         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
10063         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
10064         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
10065         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
10066         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
10067         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
10068         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
10069         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
10070         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
10071         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
10072         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
10073
10074 2009-02-21  Bruno Haible  <bruno@clisp.org>
10075
10076         * doc/gnulib.texi: Include safe-alloc.texi earlier.
10077         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
10078         spaces after a period. Put a space between a macro name and its
10079         argument list. Trivial rewordings.
10080         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
10081         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
10082         (main): Return 0 explicitly.
10083
10084 2009-02-21  Bruno Haible  <bruno@clisp.org>
10085
10086         Tests for module 'uninorm/filter'.
10087         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
10088         * modules/uninorm/filter-tests: New file.
10089
10090         New module 'uninorm/filter'.
10091         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
10092         uninorm_filter_flush, uninorm_filter_free): New declarations.
10093         * lib/uninorm/uninorm-filter.c: New file.
10094         * modules/uninorm/filter: New file.
10095
10096 2009-02-21  Bruno Haible  <bruno@clisp.org>
10097
10098         Tests for module 'uninorm/nfkc'.
10099         * tests/uninorm/test-nfkc.c: New file.
10100         * tests/uninorm/test-u8-nfkc.c: New file.
10101         * tests/uninorm/test-u16-nfkc.c: New file.
10102         * tests/uninorm/test-u32-nfkc.c: New file.
10103         * tests/uninorm/test-u32-nfkc-big.sh: New file.
10104         * tests/uninorm/test-u32-nfkc-big.c: New file.
10105         * modules/uninorm/nfkc-tests: New file.
10106
10107         New module 'uninorm/nfkc'.
10108         * lib/uninorm/nfkc.c: New file.
10109         * modules/uninorm/nfkc: New file.
10110
10111         Tests for module 'uninorm/nfkd'.
10112         * tests/uninorm/test-nfkd.c: New file.
10113         * tests/uninorm/test-u8-nfkd.c: New file.
10114         * tests/uninorm/test-u16-nfkd.c: New file.
10115         * tests/uninorm/test-u32-nfkd.c: New file.
10116         * tests/uninorm/test-u32-nfkd-big.sh: New file.
10117         * tests/uninorm/test-u32-nfkd-big.c: New file.
10118         * modules/uninorm/nfkd-tests: New file.
10119
10120         New module 'uninorm/nfkd'.
10121         * lib/uninorm/nfkd.c: New file.
10122         * modules/uninorm/nfkd: New file.
10123
10124         Tests for module 'uninorm/nfc'.
10125         * tests/uninorm/test-nfc.c: New file.
10126         * tests/uninorm/test-u8-nfc.c: New file.
10127         * tests/uninorm/test-u16-nfc.c: New file.
10128         * tests/uninorm/test-u32-nfc.c: New file.
10129         * tests/uninorm/test-u32-nfc-big.sh: New file.
10130         * tests/uninorm/test-u32-nfc-big.c: New file.
10131         * modules/uninorm/nfc-tests: New file.
10132
10133         New module 'uninorm/nfc'.
10134         * lib/uninorm/nfc.c: New file.
10135         * modules/uninorm/nfc: New file.
10136
10137         Tests for module 'uninorm/nfd'.
10138         * tests/uninorm/test-nfd.c: New file.
10139         * tests/uninorm/test-u8-nfd.c: New file.
10140         * tests/uninorm/test-u16-nfd.c: New file.
10141         * tests/uninorm/test-u32-nfd.c: New file.
10142         * tests/uninorm/test-u32-nfd-big.sh: New file.
10143         * tests/uninorm/test-u32-nfd-big.c: New file.
10144         * tests/uninorm/test-u32-normalize-big.h: New file.
10145         * tests/uninorm/test-u32-normalize-big.c: New file.
10146         * tests/uninorm/NormalizationTest.txt: New file, created from
10147         Unicode 5.1.0 NormalizationTest.txt.
10148         * modules/uninorm/nfd-tests: New file.
10149
10150         New module 'uninorm/nfd'.
10151         * lib/uninorm/nfd.c: New file.
10152         * modules/uninorm/nfd: New file.
10153
10154         New module 'uninorm/u32-normalize'.
10155         * lib/uninorm/u32-normalize.c: New file.
10156         * modules/uninorm/u32-normalize: New file.
10157
10158         New module 'uninorm/u16-normalize'.
10159         * lib/uninorm/u16-normalize.c: New file.
10160         * modules/uninorm/u16-normalize: New file.
10161
10162         New module 'uninorm/u8-normalize'.
10163         * lib/uninorm/u8-normalize.c: New file.
10164         * lib/uninorm/normalize-internal.h: New file.
10165         * lib/uninorm/u-normalize-internal.h: New file.
10166         * modules/uninorm/u8-normalize: New file.
10167
10168         New module 'uninorm/decompose-internal'.
10169         * lib/uninorm/decompose-internal.c: New file.
10170         * modules/uninorm/decompose-internal: New file.
10171
10172         Tests for module 'uninorm/composition'.
10173         * tests/uninorm/test-composition.c: New file.
10174         * modules/uninorm/composition-tests: New file.
10175
10176         New module 'uninorm/composition'.
10177         * lib/uninorm/composition.c: New file.
10178         * lib/uninorm/composition-table.gperf: New file, generated by
10179         gen-uni-tables.
10180         * modules/uninorm/composition: New file.
10181
10182         Tests for module 'uninorm/compat-decomposition'.
10183         * tests/uninorm/test-compat-decomposition.c: New file.
10184         * modules/uninorm/compat-decomposition-tests: New file.
10185
10186         New module 'uninorm/compat-decomposition'.
10187         * lib/uninorm/decompose-internal.h: New file.
10188         * lib/uninorm/compat-decomposition.c: New file.
10189         * modules/uninorm/compat-decomposition: New file.
10190
10191         Tests for module 'uninorm/canonical-decomposition'.
10192         * tests/uninorm/test-canonical-decomposition.c: New file.
10193         * modules/uninorm/canonical-decomposition-tests: New file.
10194
10195         New module 'uninorm/canonical-decomposition'.
10196         * lib/uninorm/canonical-decomposition.c: New file.
10197         * modules/uninorm/canonical-decomposition: New file.
10198
10199         Tests for module 'uninorm/decomposition'.
10200         * tests/uninorm/test-decomposition.c: New file.
10201         * modules/uninorm/decomposition-tests: New file.
10202
10203         New module 'uninorm/decomposition'.
10204         * lib/uninorm/decomposition.c: New file.
10205         * modules/uninorm/decomposition: New file.
10206
10207         New module 'uninorm/decomposition-table'.
10208         * lib/uninorm/decomposition-table.h: New file.
10209         * lib/uninorm/decomposition-table.c: New file.
10210         * lib/uninorm/decomposition-table1.h: New file, generated by
10211         gen-uni-tables.
10212         * lib/uninorm/decomposition-table2.h: New file, generated by
10213         gen-uni-tables.
10214         * modules/uninorm/decomposition-table: New file.
10215
10216         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
10217         (UC_DECOMP_*): New enumeration items.
10218         (get_decomposition): New function.
10219         (struct decomp_table): New type.
10220         (output_decomposition, output_decomposition_tables): New functions.
10221         (unicode_composition_exclusions): New variable.
10222         (fill_composition_exclusions, debug_output_composition_tables): New
10223         functions.
10224         (main): Accept one more argument. Invoke fill_composition_exclusions.
10225         Output decomposition and composition tables.
10226
10227         New module 'uninorm/base'.
10228         * lib/uninorm.h: New file.
10229         * lib/unictype.h: Update comment.
10230         * modules/uninorm/base: New file.
10231
10232 2009-02-21  David Lutterkort  <lutter@redhat.com>
10233
10234         Tests for module 'safe-alloc'.
10235         * tests/test-safe-alloc.c: New file.
10236         * modules/safe-alloc-tests: New file.
10237
10238         New module 'safe-alloc'.
10239         * lib/safe-alloc.h: New file.
10240         * lib/safe-alloc.c: New file.
10241         * m4/safe-alloc.m4: New file.
10242         * modules/safe-alloc: New file.
10243         * doc/safe-alloc.texi: New file.
10244         * doc/gnulib.texi: Include it.
10245         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
10246         safe-alloc.
10247
10248 2009-02-18  Bruno Haible  <bruno@clisp.org>
10249
10250         Fix link error on non-glibc systems.
10251         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
10252         variable.
10253         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10254
10255 2009-02-18  Jim Meyering  <meyering@redhat.com>
10256
10257         fts: avoid used-uninitialized error due to recent change
10258         * lib/fts.c (fts_read): Guard uses of the new member,
10259         parent->fts_n_dirs_remaining, since it's not relevant for
10260         the parent of a directory specified on the command-line.
10261
10262 2009-02-17  James Youngman  <jay@gnu.org>
10263             Bruno Haible  <bruno@clisp.org>
10264
10265         * m4/include_next.m4: Reformulate comment.
10266
10267 2009-02-16  Jim Meyering  <meyering@redhat.com>
10268
10269         fts: add #if guards so that the fts_lgpl module still builds
10270         * lib/fts.c: Guard just-added hash-table-using parts with
10271         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
10272         Reported by Simon Josefsson.
10273
10274 2009-02-15  Bruno Haible  <bruno@clisp.org>
10275
10276         * modules/array-mergesort-tests: New file.
10277         * tests/test-array-mergesort.c: New file.
10278
10279         New module 'array-mergesort'.
10280         * modules/array-mergesort: New file.
10281         * lib/array-mergesort.h: New file.
10282
10283 2009-02-15  Bruno Haible  <bruno@clisp.org>
10284
10285         Fix 2009-02-07 commit.
10286         * lib/gen-uni-tables.c (output_predicate, output_category,
10287         output_combclass, output_bidi_category, output_decimal_digit,
10288         output_digit, output_numeric, output_mirror, output_scripts,
10289         output_ident_category, output_simple_mapping): Fix format directives.
10290         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
10291
10292 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
10293
10294         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
10295         fixes are available from IBM.
10296
10297 2009-02-13  Jim Meyering  <meyering@redhat.com>
10298
10299         fts: arrange not to stat non-directories in more cases
10300         This makes GNU find (when it doesn't need to stat each file)
10301         *much* more efficient at traversing reiserfs file systems.
10302         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
10303         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
10304         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
10305         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
10306         (leaf_optimization_applies): New function.
10307         (LCO_hash, LCO_compare): New helper functions.
10308         (link_count_optimize_ok): New function.
10309         (fts_stat): Initialize new member (if dir).
10310         (fts_read): Decrement parent's fts_n_dirs_remaining count if
10311         we've just stat'ed a directory.  Skip the stat call when possible.
10312         ---
10313         Note this AFS-related exchange:
10314         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
10315         and note find's pioctl call in find/fstype.c.
10316         But that is necessary only if you want to enable the
10317         optimization for AFS, and for now, I don't.
10318
10319         fts: move a function definition "up" (no semantic change)
10320         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
10321         "up" to precede upcoming use of a related function.
10322
10323 2009-02-11  Jim Meyering  <meyering@redhat.com>
10324
10325         fts: correct internal computation of nlinks (optimization-related)
10326         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
10327         whether the current entry is a directory, so don't test it.
10328
10329 2009-02-10  Bruno Haible  <bruno@clisp.org>
10330
10331         Tests for module 'uniwbrk/ulc-wordbreaks'.
10332         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
10333         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
10334         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
10335
10336         Tests for module 'uniwbrk/u32-wordbreaks'.
10337         * modules/uniwbrk/u32-wordbreaks-tests: New file.
10338         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
10339
10340         Tests for module 'uniwbrk/u16-wordbreaks'.
10341         * modules/uniwbrk/u16-wordbreaks-tests: New file.
10342         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
10343
10344         Tests for module 'uniwbrk/u8-wordbreaks'.
10345         * modules/uniwbrk/u8-wordbreaks-tests: New file.
10346         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
10347
10348 2009-02-10  Bruno Haible  <bruno@clisp.org>
10349
10350         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
10351         property.
10352         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
10353         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
10354         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
10355
10356 2009-02-10  Simon Josefsson  <simon@josefsson.org>
10357
10358         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
10359         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
10360
10361 2009-02-10  Bruno Haible  <bruno@clisp.org>
10362
10363         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
10364         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
10365         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
10366         * lib/unilbrk/u8-possible-linebreaks.c: Update.
10367         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
10368         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
10369
10370 2009-02-09  Simon Josefsson  <simon@josefsson.org>
10371
10372         * lib/sockets.h (gl_fd_to_handle): New function.
10373
10374         * tests/test-sockets.c: Call gl_fd_to_handle.
10375
10376 2009-02-09  Bruno Haible  <bruno@clisp.org>
10377
10378         * doc/havelib.texi: Document the conventions on bi-arch systems.
10379
10380 2009-02-08  Bruno Haible  <bruno@clisp.org>
10381
10382         Document the AC_LIB_LINKFLAGS macro.
10383         * doc/havelib.texi: New file, mostly written on 2005-05-24.
10384         * doc/gnulib.texi: Include it.
10385
10386 2009-02-08  Bruno Haible  <bruno@clisp.org>
10387
10388         Fix wrong order of sections, compared to TOC.
10389         * doc/gnulib.texi: Include relocatable-maint.texi after the
10390         "Regular expressions" node, not before.
10391
10392 2009-02-08  Bruno Haible  <bruno@clisp.org>
10393
10394         Tests for module 'unicase/totitle'.
10395         * modules/unicase/totitle-tests: New file.
10396
10397         Tests for module 'unicase/tolower'.
10398         * modules/unicase/tolower-tests: New file.
10399
10400         Tests for module 'unicase/toupper'.
10401         * modules/unicase/toupper-tests: New file.
10402         * tests/unicase/test-mapping-part1.h: New file.
10403         * tests/unicase/test-mapping-part2.h: New file.
10404
10405         New module 'unicase/totitle'.
10406         * modules/unicase/totitle: New file.
10407         * lib/unicase/totitle.c: New file.
10408
10409         New module 'unicase/tolower'.
10410         * modules/unicase/tolower: New file.
10411         * lib/unicase/tolower.c: New file.
10412
10413         New module 'unicase/toupper'.
10414         * modules/unicase/toupper: New file.
10415         * lib/unicase/toupper.c: New file.
10416         * lib/unicase/simple-mapping.h: New file.
10417
10418         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
10419         (mapping_table): New structure.
10420         (output_simple_mapping): New function.
10421         (main): Invoke output_simple_mapping_test and output_simple_mapping.
10422         * modules/gen-uni-tables (Description): Update.
10423         * lib/unicase/toupper.h: New file, automatically generated by
10424         gen-uni-tables.
10425         * lib/unicase/tolower.h: New file, automatically generated by
10426         gen-uni-tables.
10427         * lib/unicase/totitle.h: New file, automatically generated by
10428         gen-uni-tables.
10429         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
10430         gen-uni-tables.
10431         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
10432         gen-uni-tables.
10433         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
10434         gen-uni-tables.
10435
10436         New module 'unicase/base'.
10437         * modules/unicase/base: New file.
10438         * lib/unicase.h: New file.
10439
10440 2009-02-08  Bruno Haible  <bruno@clisp.org>
10441
10442         New module 'uniwbrk/ulc-wordbreaks'.
10443         * modules/uniwbrk/ulc-wordbreaks: New file.
10444         * lib/uniwbrk/ulc-wordbreaks.c: New file.
10445
10446         New module 'uniwbrk/u32-wordbreaks'.
10447         * modules/uniwbrk/u32-wordbreaks: New file.
10448         * lib/uniwbrk/u32-wordbreaks.c: New file.
10449
10450         New module 'uniwbrk/u16-wordbreaks'.
10451         * modules/uniwbrk/u16-wordbreaks: New file.
10452         * lib/uniwbrk/u16-wordbreaks.c: New file.
10453
10454         New module 'uniwbrk/u8-wordbreaks'.
10455         * modules/uniwbrk/u8-wordbreaks: New file.
10456         * lib/uniwbrk/u8-wordbreaks.c: New file.
10457         * lib/uniwbrk/u-wordbreaks.h: New file.
10458
10459         New module 'uniwbrk/table'.
10460         * modules/uniwbrk/table: New file.
10461         * lib/uniwbrk/wbrktable.h: New file.
10462         * lib/uniwbrk/wbrktable.c: New file.
10463
10464         New module 'uniwbrk/wordbreak-property'.
10465         * modules/uniwbrk/wordbreak-property: New file.
10466         * lib/uniwbrk/wordbreak-property.c: New file.
10467
10468         * lib/gen-uni-tables.c (WBP_*): New enum items.
10469         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
10470         (unicode_org_wbp): New variable.
10471         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
10472         New functions.
10473         (wbp_table): New structure.
10474         (output_wbp, output_wbrk_tables): New functions.
10475         (main): Accept additional argument. Invoke fill_org_wbp,
10476         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
10477         output_wbrk_tables.
10478         * modules/gen-uni-tables (Description): Update.
10479         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
10480         gen-uni-tables.
10481
10482         New module 'uniwbrk/base'.
10483         * modules/uniwbrk/base: New file.
10484         * lib/uniwbrk.h: New file.
10485
10486 2009-02-08  Bruno Haible  <bruno@clisp.org>
10487
10488         Update to Unicode 5.1.0.
10489         * lib/gen-uni-tables.c (is_property_alphabetic): Include
10490         U+2185..U+2188.
10491         (is_property_default_ignorable_code_point): Don't include characters
10492         of category Cc or Cs and not-a-characters.
10493         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
10494         U+0D79, U+109E, U+109F, U+A60C.
10495         * lib/unictype/bidi_of.h: Regenerated.
10496         * lib/unictype/blocks.h: Regenerated.
10497         * lib/unictype/categ_C.h: Regenerated.
10498         * lib/unictype/categ_Cf.h: Regenerated.
10499         * lib/unictype/categ_Cn.h: Regenerated.
10500         * lib/unictype/categ_L.h: Regenerated.
10501         * lib/unictype/categ_Ll.h: Regenerated.
10502         * lib/unictype/categ_Lm.h: Regenerated.
10503         * lib/unictype/categ_Lo.h: Regenerated.
10504         * lib/unictype/categ_Lu.h: Regenerated.
10505         * lib/unictype/categ_M.h: Regenerated.
10506         * lib/unictype/categ_Mc.h: Regenerated.
10507         * lib/unictype/categ_Me.h: Regenerated.
10508         * lib/unictype/categ_Mn.h: Regenerated.
10509         * lib/unictype/categ_N.h: Regenerated.
10510         * lib/unictype/categ_Nd.h: Regenerated.
10511         * lib/unictype/categ_Nl.h: Regenerated.
10512         * lib/unictype/categ_No.h: Regenerated.
10513         * lib/unictype/categ_P.h: Regenerated.
10514         * lib/unictype/categ_Pd.h: Regenerated.
10515         * lib/unictype/categ_Pe.h: Regenerated.
10516         * lib/unictype/categ_Pf.h: Regenerated.
10517         * lib/unictype/categ_Pi.h: Regenerated.
10518         * lib/unictype/categ_Po.h: Regenerated.
10519         * lib/unictype/categ_Ps.h: Regenerated.
10520         * lib/unictype/categ_S.h: Regenerated.
10521         * lib/unictype/categ_Sk.h: Regenerated.
10522         * lib/unictype/categ_Sm.h: Regenerated.
10523         * lib/unictype/categ_So.h: Regenerated.
10524         * lib/unictype/categ_of.h: Regenerated.
10525         * lib/unictype/combining.h: Regenerated.
10526         * lib/unictype/ctype_alnum.h: Regenerated.
10527         * lib/unictype/ctype_alpha.h: Regenerated.
10528         * lib/unictype/ctype_graph.h: Regenerated.
10529         * lib/unictype/ctype_lower.h: Regenerated.
10530         * lib/unictype/ctype_print.h: Regenerated.
10531         * lib/unictype/ctype_punct.h: Regenerated.
10532         * lib/unictype/ctype_upper.h: Regenerated.
10533         * lib/unictype/decdigit.h: Regenerated.
10534         * lib/unictype/digit.h: Regenerated.
10535         * lib/unictype/mirror.h: Regenerated.
10536         * lib/unictype/numeric.h: Regenerated.
10537         * lib/unictype/pr_alphabetic.h: Regenerated.
10538         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
10539         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
10540         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
10541         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
10542         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
10543         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
10544         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
10545         * lib/unictype/pr_combining.h: Regenerated.
10546         * lib/unictype/pr_dash.h: Regenerated.
10547         * lib/unictype/pr_decimal_digit.h: Regenerated.
10548         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
10549         * lib/unictype/pr_deprecated.h: Regenerated.
10550         * lib/unictype/pr_diacritic.h: Regenerated.
10551         * lib/unictype/pr_extender.h: Regenerated.
10552         * lib/unictype/pr_format_control.h: Regenerated.
10553         * lib/unictype/pr_grapheme_base.h: Regenerated.
10554         * lib/unictype/pr_grapheme_extend.h: Regenerated.
10555         * lib/unictype/pr_grapheme_link.h: Regenerated.
10556         * lib/unictype/pr_id_continue.h: Regenerated.
10557         * lib/unictype/pr_id_start.h: Regenerated.
10558         * lib/unictype/pr_ideographic.h: Regenerated.
10559         * lib/unictype/pr_ignorable_control.h: Regenerated.
10560         * lib/unictype/pr_lowercase.h: Regenerated.
10561         * lib/unictype/pr_math.h: Regenerated.
10562         * lib/unictype/pr_numeric.h: Regenerated.
10563         * lib/unictype/pr_other_alphabetic.h: Regenerated.
10564         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
10565         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
10566         * lib/unictype/pr_other_id_continue.h: Regenerated.
10567         * lib/unictype/pr_other_lowercase.h: Regenerated.
10568         * lib/unictype/pr_other_math.h: Regenerated.
10569         * lib/unictype/pr_punctuation.h: Regenerated.
10570         * lib/unictype/pr_sentence_terminal.h: Regenerated.
10571         * lib/unictype/pr_soft_dotted.h: Regenerated.
10572         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
10573         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
10574         * lib/unictype/pr_unified_ideograph.h: Regenerated.
10575         * lib/unictype/pr_uppercase.h: Regenerated.
10576         * lib/unictype/pr_xid_continue.h: Regenerated.
10577         * lib/unictype/pr_xid_start.h: Regenerated.
10578         * lib/unictype/pr_zero_width.h: Regenerated.
10579         * lib/unictype/scripts.h: Regenerated.
10580         * lib/unictype/scripts_byname.gperf: Regenerated.
10581         * lib/unictype/sy_java_ident.h: Regenerated.
10582         * lib/unilbrk/lbrkprop1.h: Regenerated.
10583         * lib/unilbrk/lbrkprop2.h: Regenerated.
10584         * tests/unictype/test-categ_C.c: Regenerated.
10585         * tests/unictype/test-categ_Cf.c: Regenerated.
10586         * tests/unictype/test-categ_Cn.c: Regenerated.
10587         * tests/unictype/test-categ_L.c: Regenerated.
10588         * tests/unictype/test-categ_Ll.c: Regenerated.
10589         * tests/unictype/test-categ_Lm.c: Regenerated.
10590         * tests/unictype/test-categ_Lo.c: Regenerated.
10591         * tests/unictype/test-categ_Lu.c: Regenerated.
10592         * tests/unictype/test-categ_M.c: Regenerated.
10593         * tests/unictype/test-categ_Mc.c: Regenerated.
10594         * tests/unictype/test-categ_Me.c: Regenerated.
10595         * tests/unictype/test-categ_Mn.c: Regenerated.
10596         * tests/unictype/test-categ_N.c: Regenerated.
10597         * tests/unictype/test-categ_Nd.c: Regenerated.
10598         * tests/unictype/test-categ_Nl.c: Regenerated.
10599         * tests/unictype/test-categ_No.c: Regenerated.
10600         * tests/unictype/test-categ_P.c: Regenerated.
10601         * tests/unictype/test-categ_Pd.c: Regenerated.
10602         * tests/unictype/test-categ_Pe.c: Regenerated.
10603         * tests/unictype/test-categ_Pf.c: Regenerated.
10604         * tests/unictype/test-categ_Pi.c: Regenerated.
10605         * tests/unictype/test-categ_Po.c: Regenerated.
10606         * tests/unictype/test-categ_Ps.c: Regenerated.
10607         * tests/unictype/test-categ_S.c: Regenerated.
10608         * tests/unictype/test-categ_Sk.c: Regenerated.
10609         * tests/unictype/test-categ_Sm.c: Regenerated.
10610         * tests/unictype/test-categ_So.c: Regenerated.
10611         * tests/unictype/test-ctype_alnum.c: Regenerated.
10612         * tests/unictype/test-ctype_alpha.c: Regenerated.
10613         * tests/unictype/test-ctype_graph.c: Regenerated.
10614         * tests/unictype/test-ctype_lower.c: Regenerated.
10615         * tests/unictype/test-ctype_print.c: Regenerated.
10616         * tests/unictype/test-ctype_punct.c: Regenerated.
10617         * tests/unictype/test-ctype_upper.c: Regenerated.
10618         * tests/unictype/test-decdigit.h: Regenerated.
10619         * tests/unictype/test-digit.h: Regenerated.
10620         * tests/unictype/test-numeric.h: Regenerated.
10621         * tests/unictype/test-pr_alphabetic.c: Regenerated.
10622         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
10623         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
10624         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
10625         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
10626         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
10627         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
10628         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
10629         * tests/unictype/test-pr_combining.c: Regenerated.
10630         * tests/unictype/test-pr_dash.c: Regenerated.
10631         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
10632         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
10633         * tests/unictype/test-pr_deprecated.c: Regenerated.
10634         * tests/unictype/test-pr_diacritic.c: Regenerated.
10635         * tests/unictype/test-pr_extender.c: Regenerated.
10636         * tests/unictype/test-pr_format_control.c: Regenerated.
10637         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
10638         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
10639         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
10640         * tests/unictype/test-pr_id_continue.c: Regenerated.
10641         * tests/unictype/test-pr_id_start.c: Regenerated.
10642         * tests/unictype/test-pr_ideographic.c: Regenerated.
10643         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
10644         * tests/unictype/test-pr_lowercase.c: Regenerated.
10645         * tests/unictype/test-pr_math.c: Regenerated.
10646         * tests/unictype/test-pr_numeric.c: Regenerated.
10647         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
10648         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
10649         Regenerated.
10650         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
10651         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
10652         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
10653         * tests/unictype/test-pr_other_math.c: Regenerated.
10654         * tests/unictype/test-pr_punctuation.c: Regenerated.
10655         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
10656         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
10657         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
10658         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
10659         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
10660         * tests/unictype/test-pr_uppercase.c: Regenerated.
10661         * tests/unictype/test-pr_xid_continue.c: Regenerated.
10662         * tests/unictype/test-pr_xid_start.c: Regenerated.
10663         * tests/unictype/test-pr_zero_width.c: Regenerated.
10664
10665         Update to Unicode 5.1.0.
10666         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
10667         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
10668         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
10669         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
10670         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
10671         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
10672         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
10673         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
10674         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
10675         (nonspacing_table_ind): Update.
10676         * tests/uniwidth/test-uc_width2.sh: Update expected result.
10677
10678         Update to Unicode 5.1.0.
10679         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
10680         code transform.
10681         * lib/uniname/uniname.c (unicode_character_name,
10682         unicode_name_character): Add the range 0x1Fxxx to the code transform.
10683         * lib/uniname/uninames.h: Regenerated.
10684         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
10685
10686 2009-02-07  Bruno Haible  <bruno@clisp.org>
10687
10688         Merge gen-ctype and gen-lbrk into a single program.
10689         * lib/gen-uni-tables.c: New file, incorporating
10690         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
10691         Add directory prefixes to the names of the generated files.
10692         * lib/unictype/gen-ctype.c: Remove file.
10693         * lib/unilbrk/gen-lbrk.c: Remove file.
10694         * modules/gen-uni-tables: New file.
10695         * modules/unictype/gen-ctype: Remove file.
10696         * modules/unilbrk/gen-lbrk: Remove file.
10697
10698 2009-02-07  Bruno Haible  <bruno@clisp.org>
10699
10700         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
10701
10702         New module 'unistr/u32-strcoll'.
10703         * modules/unistr/u32-strcoll: New file.
10704         * lib/unistr/u32-strcoll.c: New file.
10705
10706         New module 'unistr/u16-strcoll'.
10707         * modules/unistr/u16-strcoll: New file.
10708         * lib/unistr/u16-strcoll.c: New file.
10709
10710         New module 'unistr/u8-strcoll'.
10711         * modules/unistr/u8-strcoll: New file.
10712         * lib/unistr/u8-strcoll.c: New file.
10713         * lib/unistr/u-strcoll.h: New file.
10714
10715 2009-02-07  Bruno Haible  <bruno@clisp.org>
10716
10717         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
10718         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
10719         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
10720         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
10721         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
10722         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
10723
10724 2009-02-07  Bruno Haible  <bruno@clisp.org>
10725
10726         Make 64-bit clean.
10727         * lib/unictype/gen-ctype.c (output_predicate, output_category,
10728         output_combclass, output_bidi_category, output_decimal_digit,
10729         output_digit, output_numeric, output_mirror, output_scripts,
10730         output_ident_category): Use proper width specifier in format strings.
10731
10732 2009-02-07  Bruno Haible  <bruno@clisp.org>
10733
10734         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
10735         failure behaviour.
10736
10737 2009-02-07  Jim Meyering  <meyering@redhat.com>
10738
10739         regex: avoid compilation failure with upcoming gcc-4.4
10740         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
10741         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
10742         "... error: integer overflow in preprocessor expression".
10743
10744 2009-02-05  Ben Pfaff  <blp@gnu.org>
10745
10746         Fix link errors on Windows when close module is used.
10747         * modules/close: Add $(LIB_CLOSE) to Link section.
10748         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
10749         $(LIB_CLOSE) on Windows.
10750
10751 2009-02-05  Jim Meyering  <meyering@redhat.com>
10752
10753         still avoid unused-parameter warnings, but do it cleanly
10754         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
10755         (get_fs_usage): Cast to void instead.
10756         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
10757         (dev_from_mount_options, read_file_system_list): Cast to void.
10758         Prompted by Bruno Haible.
10759
10760 2009-02-04  Jim Meyering  <meyering@redhat.com>
10761
10762         fsusage.c: correct copyright year
10763         * lib/fsusage.c: Reflect year in which the change is pushed into
10764
10765         avoid misc. warnings
10766         * lib/fsusage.c (UNUSED_PARAM): Define.
10767         (get_fs_usage): Mark parameter "disk" as unused.
10768         * lib/getugroups.c (getgrent): Use "void" in prototype.
10769         * lib/mountlist.c: Mark unused parameters.
10770         (read_file_system_list): Declare a local with "const".
10771         * lib/nanosleep.c (getnow): Declare static.
10772         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
10773
10774         dirfd: set errno upon failure
10775         * lib/dirfd.c: Include <errno.h>.
10776         Set errno to ENOTSUP when returning -1.
10777         * modules/dirfd (Depends-on): Add errno.
10778         Suggested by John Kodis <kodis@comcast.net>.
10779
10780 2009-02-01  Bruno Haible  <bruno@clisp.org>
10781
10782         Don't assume sizeof (long) >= sizeof (void *).
10783         * lib/memcmp.c: Include stdint.h.
10784         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
10785         srcp2 to 'const byte *'.
10786         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
10787         types to uintptr_t.
10788         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
10789         * modules/memcmp (Depends-on): Add stdint.
10790         Reported by Ozkan Sezer <sezeroz@gmail.com>.
10791
10792 2009-01-30  Eric Blake  <ebb9@byu.net>
10793
10794         fix more require-before-expand issues
10795         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
10796         expand, AC_PROG_AWK.
10797         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
10798
10799 2009-01-28  Eric Blake  <ebb9@byu.net>
10800
10801         version-etc: use consistent URL formatting
10802         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
10803         Improve formatting.  Use fputs for string without %.
10804
10805 2009-01-28  Jim Meyering  <meyering@redhat.com>
10806
10807         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
10808         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
10809         "underquoted definition of NAME" from autoconf-2.59.
10810
10811 2009-01-28  Bruno Haible  <bruno@clisp.org>
10812
10813         * doc/gnulib.texi: Add "Obsolete modules" to index.
10814
10815 2009-01-28  Jim Meyering  <meyering@redhat.com>
10816
10817         useless-if-before-free: recognize more variants
10818         * build-aux/useless-if-before-free: Also recognize e.g.,
10819         if (NULL != p) free (p);
10820
10821 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
10822
10823         test-getaddrinfo: skip (don't fail) this test when there's no network
10824         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
10825         on the presumption that it means you lack network access.
10826
10827 2009-01-26  Jim Meyering  <meyering@redhat.com>
10828
10829         fflush: avoid warnings on modern systems
10830         * lib/fflush.c (rpl_fflush): Move declarations of locals,
10831         pos and result, into scopes where they're used.
10832
10833 2009-01-26  Eric Blake  <ebb9@byu.net>
10834
10835         Silence warning reintroduced by recent extensions patch.
10836         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
10837         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
10838         autoconf.
10839
10840         Backport improved autoconf semantics of AC_DEFUN_ONCE.
10841         * m4/00gnulib.m4: New file.
10842         * gnulib-tool (func_get_filelist): Always use it.
10843         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
10844         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
10845
10846 2009-01-25  Bruno Haible  <bruno@clisp.org>
10847
10848         Make test-quotearg work on MacOS X and AIX.
10849         * tests/test-quotearg.sh: New file.
10850         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
10851         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
10852         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
10853         include <libintl.h>.
10854         (fake_locale): Remove variable.
10855         (gettext, dgettext, dcgettext): Remove functions.
10856         (main): Instead of setting a fake locale, set a real locale. Call
10857         textdomain and bindtextdomain.
10858         * modules/quotearg-tests (Files): Add the new files.
10859         (Depends-on): Add gettext, setenv, unsetenv.
10860         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
10861         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
10862         Augment TESTS_ENVIRONMENT.
10863
10864 2009-01-25  Bruno Haible  <bruno@clisp.org>
10865
10866         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
10867         fr_FR.ISO8859-1 locale on MacOS X.
10868         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
10869         ja_JP.eucJP locale on MacOS X.
10870         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
10871         zh_CN.GB18030 locale on MacOS X.
10872
10873 2009-01-25  Bruno Haible  <bruno@clisp.org>
10874
10875         Avoid link errors on MacOS X 10.3.
10876         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
10877         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10878
10879 2009-01-25  Bruno Haible  <bruno@clisp.org>
10880
10881         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
10882         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
10883         * modules/pipe (Files): Remove m4/posix_spawn.m4.
10884         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
10885         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
10886         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
10887         posix_spawnattr_init, posix_spawnattr_setsigmask,
10888         posix_spawnattr_setflags, posix_spawnattr_destroy.
10889
10890         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
10891         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
10892         * modules/execute (Files): Remove m4/posix_spawn.m4.
10893         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
10894         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
10895         posix_spawnattr_init, posix_spawnattr_setsigmask,
10896         posix_spawnattr_setflags, posix_spawnattr_destroy.
10897
10898 2009-01-25  Bruno Haible  <bruno@clisp.org>
10899
10900         * lib/glthread/threadlib.c: Include <stdlib.h>.
10901
10902 2009-01-25  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/glthread/threadlib.c (dummy): New declaration.
10905
10906 2009-01-25  Bruno Haible  <bruno@clisp.org>
10907
10908         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
10909         multibyte characters also for the GB18030 encoding. Don't crash when
10910         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
10911
10912 2009-01-25  Bruno Haible  <bruno@clisp.org>
10913
10914         Avoid redefining 'struct random_data' on OSF/1 5.1.
10915         * lib/stdlib.in.h: Include <random.h> if it exists.
10916         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
10917         HAVE_RANDOM_H. Include <random.h> when testing whether
10918         'struct random_data' exists.
10919         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
10920
10921 2009-01-25  Bruno Haible  <bruno@clisp.org>
10922
10923         Don't install charset.alias on MacOS X >= 10.3.
10924         * lib/localcharset.c (DARWIN7): New macro.
10925         (get_charset_aliases): Hardcode the result for Darwin7.
10926         * modules/localcharset (install-exec-local): Don't install
10927         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
10928
10929 2009-01-25  Bruno Haible  <bruno@clisp.org>
10930
10931         Don't install charset.alias on mingw and Cygwin.
10932         * modules/localcharset (install-exec-local): Don't install
10933         charset.alias on mingw and Cygwin, if the file does not yet exist.
10934         The result for these platforms is hardcoded in localcharset.c.
10935
10936 2009-01-25  Bruno Haible  <bruno@clisp.org>
10937
10938         Make it possible again to use AC_GNU_SOURCE together with gnulib.
10939         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
10940         before requiring AC_USE_SYSTEM_EXTENSIONS.
10941
10942 2009-01-25  Jim Meyering  <meyering@redhat.com>
10943
10944         c-strtod: avoid warnings
10945         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
10946         "assignment discards qualifiers from pointer target type" warnings.
10947
10948 2009-01-24  Bruno Haible  <bruno@clisp.org>
10949
10950         Add support for non-UTF-8 locales on MacOS X.
10951         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
10952         canonical encodings. For Darwin 7 and newer, don't map traditional
10953         encodings to UTF-8.
10954         Reported by Vincent Lefevre <vincent@vinc17.org>
10955         at <http://savannah.gnu.org/bugs/?25235>.
10956
10957 2009-01-24  Bruno Haible  <bruno@clisp.org>
10958
10959         * doc/gnulib.texi (Obsolete modules): New section.
10960         Reported by Mike Frysinger <vapier@gentoo.org>.
10961
10962 2009-01-24  Bruno Haible  <bruno@clisp.org>
10963
10964         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
10965         (%.dvi): New rule.
10966
10967 2009-01-24  Bruno Haible  <bruno@clisp.org>
10968
10969         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
10970         Reported by Eric Blake.
10971
10972 2009-01-24  Bruno Haible  <bruno@clisp.org>
10973
10974         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
10975         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
10976         Reported by Gary V. Vaughan <gary@gnu.org>.
10977
10978 2009-01-24  Bruno Haible  <bruno@clisp.org>
10979
10980         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
10981
10982 2009-01-23  Bruno Haible  <bruno@clisp.org>
10983
10984         Make c-strtod, c-strtold usable in libraries.
10985         * lib/c-strtod.c: Include string.h instead of xalloc.h.
10986         (C_STRTOD): Call strdup instead of xstrdup.
10987         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
10988         * modules/c-strtold (Depends-on): Likewise.
10989         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
10990         * NEWS: Mention the change.
10991         Reported by Michael Gold <mgold@ncf.ca>.
10992
10993 2009-01-23  Jim Meyering  <meyering@redhat.com>
10994
10995         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
10996         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
10997         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
10998
10999 2009-01-23  Simon Josefsson  <simon@josefsson.org>
11000
11001         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
11002         GNU CoreUtils.
11003         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
11004         * modules/version-etc (Description): Update.
11005
11006 2009-01-22  Bruno Haible  <bruno@clisp.org>
11007
11008         Cache the C locale object.
11009         * lib/c-strtod.c (c_locale_cache): New variable.
11010         (c_locale): New function.
11011         (C_STRTOD): Use it, and don't call freelocale.
11012         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
11013         Suggested by Paolo Bonzini.
11014
11015 2009-01-21  Bruno Haible  <bruno@clisp.org>
11016
11017         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
11018         conditions other than overflow.
11019
11020 2009-01-21  Bruno Haible  <bruno@clisp.org>
11021
11022         * lib/c-strtod.c: Include errno.h.
11023         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
11024         value from STRTOD_L and STRTOD.
11025
11026 2009-01-21  Bruno Haible  <bruno@clisp.org>
11027         and Jim Meyering  <meyering@redhat.com>
11028
11029         nanosleep: skip configure test (fail it) for apple universal builds
11030         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
11031         universal builds, assume that nanosleep does not work.
11032         * modules/nanosleep (Depends-on): Add multiarch.
11033
11034         mktime: skip configure test (fail it) for apple universal builds
11035         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
11036         universal builds, assume that mktime does not work.
11037         * modules/mktime (Depends-on): Add multiarch.
11038
11039 2009-01-21  Eric Blake  <ebb9@byu.net>
11040
11041         multiarch: avoid expand-before-require warning
11042         * modules/multiarch (configure.ac): Require, rather than expand,
11043         gl_MULTIARCH.
11044         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
11045         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
11046         enforce that all clients require it.  Partial reversion of
11047         2008-12-29 patch.
11048
11049         error: avoid expand-before-require warning
11050         * modules/errno (configure.ac): Require, rather than expand,
11051         gl_HEADER_ERRNO_H.
11052         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
11053         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
11054         enforce that all clients require it.
11055
11056         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
11057         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
11058         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
11059         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
11060
11061 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
11062
11063         Revert:
11064         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
11065
11066         regex: do not depend on obsolete modules.
11067         * modules/regex: Remove memcmp and memmove.
11068
11069 2009-01-20  Bruno Haible  <bruno@clisp.org>
11070
11071         Make the 'link' module link on Windows NT 4.
11072         * lib/link.c (_WIN32_WINNT): Don't define.
11073         (CreateHardLinkFuncType): New type.
11074         (CreateHardLinkFunc, initialized): New variables.
11075         (initialize): New function.
11076         (link): Invoke CreateHardLink indirectly through the function pointer.
11077
11078 2009-01-20  Bruno Haible  <bruno@clisp.org>
11079
11080         Fix compilation failure on mingw.
11081         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
11082
11083 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
11084
11085         * doc/c-strtod.texi: Mention a couple of restrictions.
11086
11087 2009-01-20  Jim Meyering  <meyering@redhat.com>
11088
11089         gettimeofday: move more declarations out of functions
11090         * lib/gettimeofday.c: Move extern declarations of tzset and
11091         gmtime out of containing functions.  Prompted by Bruno Haible.
11092
11093 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
11094
11095         regex: do not depend on obsolete modules.
11096         * modules/regex: Remove memcmp and memmove.
11097
11098 2009-01-19  Bruno Haible  <bruno@clisp.org>
11099
11100         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
11101         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
11102         gl_BIGENDIAN, not AC_C_BIGENDIAN.
11103         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
11104         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
11105
11106 2009-01-19  Bruno Haible  <bruno@clisp.org>
11107
11108         * tests/test-link.c: Include <errno.h>.
11109         (main): Exit with code 77 when a hard link cannot be created due to
11110         the file system.
11111         * tests/test-link.sh: Skip test when a hard link cannot be created due
11112         to the file system.
11113         Suggested by Eric Blake.
11114
11115 2009-01-19  Martin Lambers  <marlam@marlam.de>
11116
11117         * modules/link-tests: New file.
11118         * tests/test-link.sh: New file.
11119         * tests/test-link.c: New file.
11120
11121 2009-01-19  Eric Blake  <ebb9@byu.net>
11122
11123         doc: mention another function added in cygwin 1.7.0
11124         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
11125         Another new function in cygwin 1.7.
11126
11127 2009-01-19  Bruno Haible  <bruno@clisp.org>
11128
11129         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
11130         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
11131         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
11132         gl_BIGENDIAN, not AC_C_BIGENDIAN.
11133         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11134         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
11135         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
11136         * m4/md4.m4 (gl_MD4): Likewise.
11137         * m4/md5.m4 (gl_MD5): Likewise.
11138         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
11139         * m4/sha1.m4 (gl_SHA1): Likewise.
11140         * m4/sha256.m4 (gl_SHA256): Likewise.
11141         * m4/sha512.m4 (gl_SHA512): Likewise.
11142
11143 2009-01-19  Bruno Haible  <bruno@clisp.org>
11144
11145         * modules/uniname/uniname-tests (Depends-on): Add progname.
11146         * tests/uniname/test-uninames.c: Include progname.h.
11147         (main): Call set_program_name.
11148
11149         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
11150         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
11151         (main): Call set_program_name.
11152
11153         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
11154         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
11155         (main): Call set_program_name.
11156
11157         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
11158         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
11159         (main): Call set_program_name.
11160
11161         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
11162         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
11163         (main): Call set_program_name.
11164
11165         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
11166         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
11167         (main): Call set_program_name.
11168
11169         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
11170         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
11171         (main): Call set_program_name.
11172
11173         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
11174         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
11175         (main): Call set_program_name.
11176
11177         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
11178         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
11179         (main): Call set_program_name.
11180
11181 2009-01-19  Eric Blake  <ebb9@byu.net>
11182
11183         test-unistd: test previous patch
11184         * tests/test-unistd.c: Test *_FILENO macros.
11185
11186         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
11187         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
11188         Guarantee a definition.
11189         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
11190         * modules/unistd-safer (Depends-on): Add dependency on unistd.
11191         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
11192         * lib/dup-safer.c (STDERR_FILENO): Likewise.
11193         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
11194         Likewise.
11195         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
11196         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
11197         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
11198         Likewise.
11199         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
11200         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
11201         (STDERR_FILENO): Likewise.
11202         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
11203         (STDERR_FILENO): Likewise.
11204         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
11205         (STDERR_FILENO): Likewise.
11206         Reported by Elbert Pol.
11207
11208 2009-01-19  Eric Blake  <ebb9@byu.net>
11209
11210         doc: mention more functions added in cygwin 1.7.0
11211         * doc/posix-functions/abort.texi (abort): Update wording related
11212         to cygwin.
11213         * doc/posix-functions/daylight.texi (daylight): Likewise.
11214         * doc/posix-functions/optarg.texi (optarg): Likewise.
11215         * doc/posix-functions/optarg.texi (opterr): Likewise.
11216         * doc/posix-functions/optarg.texi (optind): Likewise.
11217         * doc/posix-functions/optarg.texi (optopt): Likewise.
11218         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
11219         worked in 1.5.x, and was withdrawn in 1.7.
11220         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
11221         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
11222         cygwin versions.
11223         * doc/posix-functions/perror.texi (perror): Likewise.
11224         * doc/posix-functions/printf.texi (printf): Likewise.
11225         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
11226         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
11227         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
11228         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
11229         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
11230         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
11231         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
11232         Likewise.
11233         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
11234         Likewise.
11235         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
11236         this function.
11237         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
11238         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
11239         Likewise.
11240         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
11241         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
11242         * doc/posix-functions/confstr.texi (confstr): Likewise.
11243         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
11244         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
11245         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
11246         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
11247         * doc/posix-functions/fputws.texi (fputws): Likewise.
11248         * doc/posix-functions/fwide.texi (fwide): Likewise.
11249         * doc/posix-functions/getwc.texi (getwc): Likewise.
11250         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
11251         * doc/posix-functions/putwc.texi (putwc): Likewise.
11252         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
11253         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
11254         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
11255         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
11256         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
11257         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
11258         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
11259         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
11260         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
11261         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
11262         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
11263
11264 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
11265
11266         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
11267         * lib/ioctl.c: Include <sys/ioctl.h>.
11268
11269 2009-01-19  Simon Josefsson  <simon@josefsson.org>
11270
11271         * modules/getdate-tests (Depends-on): Add progname.
11272         * tests/test-getdate.c: Use progname module, to avoid link errors
11273         on non-glibc systems.
11274
11275 2009-01-18  Simon Josefsson  <simon@josefsson.org>
11276
11277         * modules/filenamecat-tests (Depends-on): Add progname.
11278         * modules/fstrcmp-tests (Depends-on): Likewise.
11279
11280         * tests/test-filenamecat.c: Use progname module, to avoid link
11281         errors on non-glibc systems.
11282         * tests/test-fstrcmp.c: Likewise.
11283
11284 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
11285
11286         gettimeofday: avoid warning: nested extern declaration of 'localtime'
11287         * lib/gettimeofday.c: Move extern declaration out of function.
11288
11289 2009-01-18  Bruno Haible  <bruno@clisp.org>
11290
11291         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
11292         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
11293         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
11294
11295 2009-01-18  Bruno Haible  <bruno@clisp.org>
11296
11297         * lib/strftime.c (MEMPCPY): Remove unused macro.
11298         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
11299
11300 2009-01-18  Martin Lambers  <marlam@marlam.de>
11301
11302         New module 'link'.
11303         * lib/unistd.in.h (link): New declaration.
11304         * lib/link.c: New file.
11305         * m4/link.m4: New file.
11306         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
11307         HAVE_LINK.
11308         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
11309         * modules/link: New file.
11310         * doc/posix-functions/link.texi: Mention the new module.
11311
11312 2009-01-18  Bruno Haible  <bruno@clisp.org>
11313
11314         * tests/test-avltree_list.c (main): Call set_program_name.
11315         * tests/test-avltree_oset.c (main): Likewise.
11316         * tests/test-obstack-printf.c: Include progname.h.
11317         (main): Call set_program_name.
11318         * tests/test-quotearg.c: Include progname.h.
11319         (main): Call set_program_name.
11320         * tests/test-xmemdup0.c: Include progname.h.
11321         (main): Call set_program_name.
11322
11323 2009-01-18  Bruno Haible  <bruno@clisp.org>
11324
11325         New module 'alphasort'.
11326         * lib/dirent.in.h (alphasort): New declaration.
11327         * lib/alphasort.c: New file, from glibc with modifications.
11328         * m4/alphasort.m4: New file.
11329         * modules/alphasort: New file.
11330         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
11331         HAVE_ALPHASORT.
11332         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
11333         HAVE_ALPHASORT.
11334         * doc/posix-functions/alphasort.texi: Mention the new module and the
11335         portability problems.
11336
11337 2009-01-18  Bruno Haible  <bruno@clisp.org>
11338
11339         New module 'scandir'.
11340         * lib/dirent.in.h (scandir): New declaration.
11341         * lib/scandir.c: New file, from glibc with modifications.
11342         * m4/scandir.m4: New file.
11343         * modules/scandir: New file.
11344         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
11345         HAVE_SCANDIR.
11346         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
11347         HAVE_SCANDIR.
11348         * doc/posix-functions/scandir.texi: Mention the new module and the
11349         portability problems.
11350
11351 2009-01-17  Bruno Haible  <bruno@clisp.org>
11352
11353         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
11354         Update documentation.
11355         (func_remove_suffix): Escape all dots in the suffix. Update
11356         documentation.
11357         (func_filter_filelist): Update documentation.
11358         Reported by Ralf Wildenhues.
11359
11360 2009-01-17  Bruno Haible  <bruno@clisp.org>
11361
11362         * modules/dprintf-posix-tests: New file.
11363         * tests/test-dprintf-posix.sh: New file.
11364         * tests/test-dprintf-posix.c: New file.
11365
11366         New modules 'dprintf', 'dprintf-posix'.
11367         * lib/stdio.in.h (dprintf): New declaration.
11368         * lib/dprintf.c: New file.
11369         * m4/dprintf.m4: New file.
11370         * m4/dprintf-posix.m4: New file.
11371         * modules/dprintf: New file.
11372         * modules/dprintf-posix: New file.
11373         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
11374         HAVE_DPRINTF, REPLACE_DPRINTF.
11375         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
11376         HAVE_DPRINTF, REPLACE_DPRINTF.
11377         * doc/posix-functions/dprintf.texi: Mention the new modules.
11378
11379 2009-01-17  Bruno Haible  <bruno@clisp.org>
11380
11381         * modules/vdprintf-posix-tests: New file.
11382         * tests/test-vdprintf-posix.sh: New file.
11383         * tests/test-vdprintf-posix.c: New file.
11384
11385         New modules 'vdprintf', 'vdprintf-posix'.
11386         * lib/stdio.in.h (vdprintf): New declaration.
11387         * lib/vdprintf.c: New file.
11388         * m4/vdprintf.m4: New file.
11389         * m4/vdprintf-posix.m4: New file.
11390         * modules/vdprintf: New file.
11391         * modules/vdprintf-posix: New file.
11392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
11393         HAVE_VDPRINTF, REPLACE_VDPRINTF.
11394         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
11395         HAVE_VDPRINTF, REPLACE_VDPRINTF.
11396         * doc/posix-functions/vdprintf.texi: Mention the new modules.
11397
11398 2009-01-17  Bruno Haible  <bruno@clisp.org>
11399
11400         Fix replacement of fopen on mingw.
11401         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
11402         mingw.
11403
11404 2009-01-17  Bruno Haible  <bruno@clisp.org>
11405
11406         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
11407         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
11408
11409 2009-01-17  Bruno Haible  <bruno@clisp.org>
11410
11411         Avoid test-fflush2.sh failure on mingw.
11412         * tests/test-fflush2.c: Include binary-io.h.
11413         (main): Put standard input into binary mode.
11414         * modules/fflush-tests (Depends-on): Add binary-io.
11415
11416 2009-01-17  Bruno Haible  <bruno@clisp.org>
11417
11418         * lib/wchar.in.h: In another particular situation, include only the
11419         system's <wchar.h> file.
11420         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
11421         Reported by Albert Chin-A-Young <china@thewrittenword.com>
11422         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
11423
11424 2009-01-17  Bruno Haible  <bruno@clisp.org>
11425
11426         Support for stripping executables in --enable-relocatable.
11427         * build-aux/install-reloc: Expect one more argument, or an environment
11428         variable RELOC_STRIP_PROG. If set, strip the destination program and
11429         its wrapper.
11430         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
11431         RELOC_STRIP_PROG.
11432         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
11433         to set RELOCATABLE_STRIP.
11434         * NEWS: Mention the new Makefile requirement.
11435
11436 2009-01-17  Bruno Haible  <bruno@clisp.org>
11437
11438         * build-aux/install-reloc: Remove debugging information left over by
11439         C compiler on MacOS X.
11440
11441 2009-01-17  Bruno Haible  <bruno@clisp.org>
11442
11443         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
11444         * lib/progreloc.c (find_executable): Fix type of pointer passed to
11445         _NSGetExecutablePath.
11446
11447 2009-01-16  Jim Meyering  <meyering@redhat.com>
11448
11449         strerror: avoid warnings about discarding "const"
11450         * lib/strerror.c (rpl_strerror): Instead of returning a const
11451         string from each and every "case", use a variable, and add a single
11452         cast after the switch.
11453
11454 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
11455
11456         * lib/arpa_inet.in.h: Add extern "C" block for C++.
11457
11458 2009-01-16  Bruno Haible  <bruno@clisp.org>
11459
11460         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
11461         array initializer syntax that also works in C++ mode.
11462         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11463
11464 2009-01-16  Jim Meyering  <meyering@redhat.com>
11465
11466         poll: suppress a warning
11467         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
11468         to ignore "...unsigned expression < 0 is always false" warnings.
11469
11470 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
11471
11472         poll: remove declarations of unused variables
11473         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
11474         sockbuf and optlen.
11475
11476 2009-01-15  Bruno Haible  <bruno@clisp.org>
11477
11478         Make fflush-after-ungetc POSIX compliant on BSD systems.
11479         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
11480         (clear_ungetc_buffer): Implement also for other systems.
11481         (rpl_fflush): On glibc systems, invoke
11482         clear_ungetc_buffer_preserving_position. Otherwise, invoke
11483         clear_ungetc_buffer after fetching the stream's position, not before.
11484
11485 2009-01-15  Bruno Haible  <bruno@clisp.org>
11486
11487         Make fflush-after-ungetc POSIX compliant on glibc systems.
11488         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
11489         after ungetc.
11490         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
11491         (rpl_fflush): On glibc systems, simply call the system's fflush
11492         function after clearing the ungetc buffer.
11493         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
11494         Instead, lseek only to the end of file, then use the system's fseeko
11495         for the rest. On glibc systems, reset the EOF indicator bit.
11496
11497 2009-01-15  Jim Meyering  <meyering@redhat.com>
11498
11499         openmp.m4: revert quote-adding change, for portability to older autoconf
11500         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
11501         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
11502         Simon Josefsson noticed the problem when using autoconf-2.61.
11503
11504 2009-01-15  Bruno Haible  <bruno@clisp.org>
11505
11506         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
11507         * tests/test-fflush2.c (ASSERT): Always fail.
11508         (main): Add two tests for fflush() after ungetc(), taking into account
11509         the Austin Group's clarification.
11510         Suggested by Eric Blake.
11511
11512 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
11513
11514         mktime.m4: remove K&R-style function prototypes
11515         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
11516         for the Sun C++ compiler.
11517
11518 2009-01-14  Bruno Haible  <bruno@clisp.org>
11519
11520         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
11521         while including <wchar.h>.
11522         * lib/wchar.in.h: In two particular situations on HP-UX, include only
11523         the system's <wchar.h> file.
11524         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11525
11526 2009-01-14  Bruno Haible  <bruno@clisp.org>
11527
11528         * m4/csharp.m4: Don't mention gettext on the serial number line.
11529         * m4/csharpexec.m4: Likewise.
11530         * m4/eaccess.m4: Likewise.
11531         * m4/javaexec.m4: Likewise.
11532         * m4/sig_atomic_t.m4: Likewise.
11533         * m4/tmpdir.m4: Likewise.
11534         * m4/intldir.m4: Bump gettext version.
11535         * m4/lib-ld.m4: Likewise.
11536
11537 2009-01-14  Bruno Haible  <bruno@clisp.org>
11538
11539         * lib/progname.c (set_program_name): Add more comments.
11540         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
11541
11542 2009-01-14  Simon Josefsson  <simon@josefsson.org>
11543
11544         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
11545         were sys/stat.h does not define it.
11546
11547 2009-01-14  Jim Meyering  <meyering@redhat.com>
11548
11549         many *.m4 files: improve m4 quoting
11550         99% of this change was performed by running the following commands:
11551         git ls-files | grep '\.m4$' | xargs perl -pi \
11552           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
11553           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
11554           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
11555           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
11556         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
11557         The remainder were to add Copyright dates, increment serial numbers,
11558         undo some changes in comments, exclude m4/intl.m4, and add quotes
11559         around the "1" in ",1" where the unusual spacing prohibited the
11560         above regexps from doing the job.  For more details, see
11561         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
11562         * m4/acl.m4: Modified.
11563         * m4/afs.m4: Likewise.
11564         * m4/alloca.m4: Likewise.
11565         * m4/argp.m4: Likewise.
11566         * m4/argz.m4: Likewise.
11567         * m4/atexit.m4: Likewise.
11568         * m4/bison-i18n.m4: Likewise.
11569         * m4/bison.m4: Likewise.
11570         * m4/byteswap.m4: Likewise.
11571         * m4/c-stack.m4: Likewise.
11572         * m4/c-strtod.m4: Likewise.
11573         * m4/calloc.m4: Likewise.
11574         * m4/canonicalize-lgpl.m4: Likewise.
11575         * m4/chown.m4: Likewise.
11576         * m4/clock_time.m4: Likewise.
11577         * m4/codeset.m4: Likewise.
11578         * m4/copy-file.m4: Likewise.
11579         * m4/csharp.m4: Likewise.
11580         * m4/csharpcomp.m4: Likewise.
11581         * m4/csharpexec.m4: Likewise.
11582         * m4/d-ino.m4: Likewise.
11583         * m4/d-type.m4: Likewise.
11584         * m4/dirfd.m4: Likewise.
11585         * m4/double-slash-root.m4: Likewise.
11586         * m4/eaccess.m4: Likewise.
11587         * m4/eealloc.m4: Likewise.
11588         * m4/environ.m4: Likewise.
11589         * m4/errno_h.m4: Likewise.
11590         * m4/euidaccess.m4: Likewise.
11591         * m4/execute.m4: Likewise.
11592         * m4/fatal-signal.m4: Likewise.
11593         * m4/fchdir.m4: Likewise.
11594         * m4/fcntl_h.m4: Likewise.
11595         * m4/fileblocks.m4: Likewise.
11596         * m4/filenamecat.m4: Likewise.
11597         * m4/findprog.m4: Likewise.
11598         * m4/flexmember.m4: Likewise.
11599         * m4/fnmatch.m4: Likewise.
11600         * m4/fopen.m4: Likewise.
11601         * m4/fpending.m4: Likewise.
11602         * m4/fprintf-posix.m4: Likewise.
11603         * m4/free.m4: Likewise.
11604         * m4/frexp.m4: Likewise.
11605         * m4/frexpl.m4: Likewise.
11606         * m4/fsusage.m4: Likewise.
11607         * m4/ftruncate.m4: Likewise.
11608         * m4/gc-camellia.m4: Likewise.
11609         * m4/gc-random.m4: Likewise.
11610         * m4/gc.m4: Likewise.
11611         * m4/getaddrinfo.m4: Likewise.
11612         * m4/getcwd-abort-bug.m4: Likewise.
11613         * m4/getcwd-path-max.m4: Likewise.
11614         * m4/getdate.m4: Likewise.
11615         * m4/getdomainname.m4: Likewise.
11616         * m4/getgroups.m4: Likewise.
11617         * m4/gethostname.m4: Likewise.
11618         * m4/gethrxtime.m4: Likewise.
11619         * m4/getline.m4: Likewise.
11620         * m4/getloadavg.m4: Likewise.
11621         * m4/getndelim2.m4: Likewise.
11622         * m4/getpass.m4: Likewise.
11623         * m4/gettext.m4: Likewise.
11624         * m4/gettime.m4: Likewise.
11625         * m4/gettimeofday.m4: Likewise.
11626         * m4/gnulib-common.m4: Likewise.
11627         * m4/group-member.m4: Likewise.
11628         * m4/host-os.m4: Likewise.
11629         * m4/iconv.m4: Likewise.
11630         * m4/iconv_open.m4: Likewise.
11631         * m4/inet_ntop.m4: Likewise.
11632         * m4/inet_pton.m4: Likewise.
11633         * m4/inline.m4: Likewise.
11634         * m4/intldir.m4: Likewise.
11635         * m4/intlmacosx.m4: Likewise.
11636         * m4/intmax.m4: Likewise.
11637         * m4/intmax_t.m4: Likewise.
11638         * m4/inttypes.m4: Likewise.
11639         * m4/inttypes_h.m4: Likewise.
11640         * m4/inttypes-pri.m4: Likewise.
11641         * m4/isapipe.m4: Likewise.
11642         * m4/isnand.m4: Likewise.
11643         * m4/isnanf.m4: Likewise.
11644         * m4/isnanl.m4: Likewise.
11645         * m4/javacomp.m4: Likewise.
11646         * m4/javaexec.m4: Likewise.
11647         * m4/jm-winsz1.m4: Likewise.
11648         * m4/jm-winsz2.m4: Likewise.
11649         * m4/lchown.m4: Likewise.
11650         * m4/lcmessage.m4: Likewise.
11651         * m4/ldexpl.m4: Likewise.
11652         * m4/lib-ld.m4: Likewise.
11653         * m4/lib-link.m4: Likewise.
11654         * m4/libsigsegv.m4: Likewise.
11655         * m4/link-follow.m4: Likewise.
11656         * m4/localcharset.m4: Likewise.
11657         * m4/locale-fr.m4: Likewise.
11658         * m4/locale-ja.m4: Likewise.
11659         * m4/locale-tr.m4: Likewise.
11660         * m4/locale-zh.m4: Likewise.
11661         * m4/lock.m4: Likewise.
11662         * m4/longlong.m4: Likewise.
11663         * m4/ls-mntd-fs.m4: Likewise.
11664         * m4/lstat.m4: Likewise.
11665         * m4/malloc.m4: Likewise.
11666         * m4/mathl.m4: Likewise.
11667         * m4/mbrtowc.m4: Likewise.
11668         * m4/mbstate_t.m4: Likewise.
11669         * m4/mbswidth.m4: Likewise.
11670         * m4/memchr.m4: Likewise.
11671         * m4/memcmp.m4: Likewise.
11672         * m4/memcpy.m4: Likewise.
11673         * m4/memmem.m4: Likewise.
11674         * m4/memmove.m4: Likewise.
11675         * m4/mempcpy.m4: Likewise.
11676         * m4/memrchr.m4: Likewise.
11677         * m4/memset.m4: Likewise.
11678         * m4/minmax.m4: Likewise.
11679         * m4/mkdir-slash.m4: Likewise.
11680         * m4/mkdtemp.m4: Likewise.
11681         * m4/mktime.m4: Likewise.
11682         * m4/mmap-anon.m4: Likewise.
11683         * m4/mountlist.m4: Likewise.
11684         * m4/nanosleep.m4: Likewise.
11685         * m4/nls.m4: Likewise.
11686         * m4/nocrash.m4: Likewise.
11687         * m4/open.m4: Likewise.
11688         * m4/openat.m4: Likewise.
11689         * m4/openmp.m4: Likewise.
11690         * m4/pathmax.m4: Likewise.
11691         * m4/perl.m4: Likewise.
11692         * m4/physmem.m4: Likewise.
11693         * m4/pipe.m4: Likewise.
11694         * m4/po.m4: Likewise.
11695         * m4/poll.m4: Likewise.
11696         * m4/posixtm.m4: Likewise.
11697         * m4/posixver.m4: Likewise.
11698         * m4/printf-frexp.m4: Likewise.
11699         * m4/printf-frexpl.m4: Likewise.
11700         * m4/printf-posix.m4: Likewise.
11701         * m4/printf-posix-rpl.m4: Likewise.
11702         * m4/printf.m4: Likewise.
11703         * m4/progtest.m4: Likewise.
11704         * m4/putenv.m4: Likewise.
11705         * m4/readline.m4: Likewise.
11706         * m4/readlink.m4: Likewise.
11707         * m4/readutmp.m4: Likewise.
11708         * m4/realloc.m4: Likewise.
11709         * m4/regex.m4: Likewise.
11710         * m4/relocatable.m4: Likewise.
11711         * m4/relocatable-lib.m4: Likewise.
11712         * m4/rename-dest-slash.m4: Likewise.
11713         * m4/rename.m4: Likewise.
11714         * m4/rmdir-errno.m4: Likewise.
11715         * m4/rmdir.m4: Likewise.
11716         * m4/roundf.m4: Likewise.
11717         * m4/roundl.m4: Likewise.
11718         * m4/rpmatch.m4: Likewise.
11719         * m4/save-cwd.m4: Likewise.
11720         * m4/selinux-selinux-h.m4: Likewise.
11721         * m4/setenv.m4: Likewise.
11722         * m4/settime.m4: Likewise.
11723         * m4/sig2str.m4: Likewise.
11724         * m4/sig_atomic_t.m4: Likewise.
11725         * m4/signalblocking.m4: Likewise.
11726         * m4/signbit.m4: Likewise.
11727         * m4/sigpipe.m4: Likewise.
11728         * m4/sockets.m4: Likewise.
11729         * m4/sockpfaf.m4: Likewise.
11730         * m4/st_dm_mode.m4: Likewise.
11731         * m4/stat-time.m4: Likewise.
11732         * m4/stdbool.m4: Likewise.
11733         * m4/stdint.m4: Likewise.
11734         * m4/stdint_h.m4: Likewise.
11735         * m4/stpcpy.m4: Likewise.
11736         * m4/stpncpy.m4: Likewise.
11737         * m4/strcase.m4: Likewise.
11738         * m4/strchrnul.m4: Likewise.
11739         * m4/strcspn.m4: Likewise.
11740         * m4/strdup.m4: Likewise.
11741         * m4/strftime.m4: Likewise.
11742         * m4/strndup.m4: Likewise.
11743         * m4/strnlen.m4: Likewise.
11744         * m4/strpbrk.m4: Likewise.
11745         * m4/strptime.m4: Likewise.
11746         * m4/strsep.m4: Likewise.
11747         * m4/strtod.m4: Likewise.
11748         * m4/strtoimax.m4: Likewise.
11749         * m4/strtok_r.m4: Likewise.
11750         * m4/strtol.m4: Likewise.
11751         * m4/strtoll.m4: Likewise.
11752         * m4/strtoul.m4: Likewise.
11753         * m4/strtoull.m4: Likewise.
11754         * m4/strtoumax.m4: Likewise.
11755         * m4/strverscmp.m4: Likewise.
11756         * m4/threadlib.m4: Likewise.
11757         * m4/timegm.m4: Likewise.
11758         * m4/tm_gmtoff.m4: Likewise.
11759         * m4/tmpdir.m4: Likewise.
11760         * m4/tmpfile.m4: Likewise.
11761         * m4/tzset.m4: Likewise.
11762         * m4/uintmax_t.m4: Likewise.
11763         * m4/unlinkdir.m4: Likewise.
11764         * m4/unlocked-io.m4: Likewise.
11765         * m4/uptime.m4: Likewise.
11766         * m4/userspec.m4: Likewise.
11767         * m4/utimbuf.m4: Likewise.
11768         * m4/utime.m4: Likewise.
11769         * m4/utimes-null.m4: Likewise.
11770         * m4/utimes.m4: Likewise.
11771         * m4/vararrays.m4: Likewise.
11772         * m4/vasnprintf.m4: Likewise.
11773         * m4/vfprintf-posix.m4: Likewise.
11774         * m4/vprintf-posix.m4: Likewise.
11775         * m4/wait-process.m4: Likewise.
11776         * m4/wchar_t.m4: Likewise.
11777         * m4/wint_t.m4: Likewise.
11778         * m4/write-any-file.m4: Likewise.
11779         * m4/yield.m4: Likewise.
11780
11781 2009-01-13  Bruno Haible  <bruno@clisp.org>
11782
11783         Avoid test-copy-file.sh failures when ACL support insufficient.
11784         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
11785         TESTS_ENVIRONMENT.
11786         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
11787         Reported by Jim Meyering.
11788
11789 2009-01-13  Bruno Haible  <bruno@clisp.org>
11790
11791         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
11792         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
11793         * modules/unistdio/u8-printf-parse (Files): Likewise.
11794         * modules/unistdio/u32-printf-parse (Files): Likewise.
11795         * modules/unistdio/ulc-printf-parse (Files): Likewise.
11796
11797 2009-01-13  Simon Josefsson  <simon@josefsson.org>
11798
11799         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
11800         and m4/inttypes_h.m4 too.
11801
11802 2009-01-12  Eric Blake  <ebb9@byu.net>
11803
11804         tests: IRIX 6.2 cc can't compile -0.0 into .data
11805         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
11806         rather than at compile-time.
11807         * tests/test-floorl.c (minus_zero): Likewise.
11808         * tests/test-frexpl.c (minus_zero): Likewise.
11809         * tests/test-isnan.c (minus_zerol): Likewise.
11810         * tests/test-isnanl.h (minus_zero): Likewise.
11811         * tests/test-ldexpl.c (minus_zero): Likewise.
11812         * tests/test-roundl.c (minus_zero): Likewise.
11813         * tests/test-signbit.c (minus_zerol): Likewise.
11814         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
11815         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
11816         * tests/test-truncl.c (minus_zero): Likewise.
11817         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
11818         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
11819         Reported by Tom G. Christensen and Nelson H. F. Beebe.
11820
11821 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11822
11823         regex: fix glibc bug 9697
11824         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
11825         handling.
11826
11827 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11828
11829         regex: fix glibc bug 697
11830         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
11831         being NULL also if there are no backreferences.
11832
11833 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
11834
11835         regex: merge glibc changes
11836         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
11837         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
11838         re_string_skip_chars, re_string_reconstruct): Likewise.
11839         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
11840
11841 2009-01-07  Jim Meyering  <meyering@redhat.com>
11842
11843         poll: filter through cppi
11844         * lib/poll.c: Indent cpp directives to reflect nesting.
11845
11846 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
11847
11848         poll: don't return uninitialized
11849         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
11850
11851 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
11852
11853         avoid compile failure on AIX 6.1
11854         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
11855         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
11856
11857 2009-01-04  Jim Meyering  <meyering@redhat.com>
11858
11859         remove duplicate inclusion of <stdio.h>
11860         * tests/test-fprintf-posix.c: Likewise.
11861         * tests/test-printf-posix.c: Likewise.
11862         * tests/test-snprintf-posix.c: Likewise.
11863         * tests/test-sprintf-posix.c: Likewise.
11864         * tests/test-vasprintf-posix.c: Likewise.
11865         * tests/test-vfprintf-posix.c: Likewise.
11866         * tests/test-vprintf-posix.c: Likewise.
11867         * tests/test-vsnprintf-posix.c: Likewise.
11868         * tests/test-vsprintf-posix.c: Likewise.
11869
11870 2009-01-03  Jim Meyering  <meyering@redhat.com>
11871
11872         gnulib-tool: fix sed-based filtering
11873         * gnulib-tool (func_filter_filelist): Remove extra backslash
11874         in sed_fff_filter definition.
11875
11876 2009-01-02  Jim Meyering  <meyering@redhat.com>
11877
11878         strftime: avoid compilation failure on Solaris 2.6
11879         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
11880         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
11881         Don't #define mbrlen or mbsinit, since now they're guaranteed to
11882         be available.  Reported by Tom G. Christensen.  Details in
11883         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
11884
11885 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11886             Bruno Haible  <bruno@clisp.org>
11887
11888         Speed up gnulib-tool by doing more string processing through shell
11889         built-ins.
11890         * gnulib-tool (fast_func_append): New variable.
11891         (func_remove_prefix, func_remove_suffix): New functions.
11892         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
11893         (func_filter_filelist): New function.
11894         (func_get_dependencies): Use func_remove_suffix instead of sed.
11895         (func_get_automake_snippet): Use func_filter_filelist instead of a
11896         subshell and sed invocation.
11897
11898 2009-01-01  Bruno Haible  <bruno@clisp.org>
11899
11900         Fix a security bug.
11901         * gnulib-tool (func_import, import, update): Don't allow the characters
11902         '"', '$', '`', '\' in macro arguments that become part of commands that
11903         are evaluated.
11904
11905 2009-01-01  Bruno Haible  <bruno@clisp.org>
11906
11907         * gnulib-tool (func_reset_sigpipe): Add more comments.
11908
11909 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11910
11911         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
11912         func_emit_tests_Makefile_am, func_import): Abort loops early if we
11913         already know the answer.
11914
11915 2009-01-01  Jim Meyering  <meyering@redhat.com>
11916
11917         * lib/version-etc.c (version_etc_va): Update copyright year.
11918
11919 2008-12-30  Bruno Haible  <bruno@clisp.org>
11920
11921         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
11922         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
11923         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
11924
11925 2008-12-29  Eric Blake  <ebb9@byu.net>
11926
11927         multiarch: avoid autoconf AC_REQUIRE bug
11928         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
11929         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
11930         2.63 and older.
11931         Reported by Bruno Haible, and analyzed in
11932         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
11933
11934 2008-12-29  Bruno Haible  <bruno@clisp.org>
11935
11936         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
11937         files in subdirectories correctly.
11938         Reported by Ralf Wildenhues.
11939
11940 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11941
11942         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
11943         rather than 'join FILE -', for Solaris join.
11944
11945 2008-12-29  Bruno Haible  <bruno@clisp.org>
11946
11947         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
11948         quoting.
11949         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
11950         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
11951         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
11952         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
11953         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
11954         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
11955         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
11956         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
11957         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11958         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
11959         * m4/nls.m4 (AM_NLS): Likewise.
11960         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
11961         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
11962         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
11963         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
11964         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
11965         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
11966         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
11967         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
11968         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
11969         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
11970         * m4/xsize.m4 (gl_XSIZE): Likewise.
11971         Suggested by Jim Meyering.
11972
11973 2008-11-17  Bruce Korb  <bkorb@gnu.org>
11974
11975         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
11976         * lib/parse-duration.c: use a switch instead of cascading if's.
11977
11978 2008-12-29  Eric Blake  <ebb9@byu.net>
11979
11980         wchar.h: supply WEOF on Irix 5.3
11981         * lib/wchar.in.h (wint_t): Also supply WEOF.
11982         * lib/wctype.in.h (wint_t): Likewise.
11983         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
11984         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
11985         Reported by Tom G. Christensen.
11986
11987 2008-12-26  Bruno Haible  <bruno@clisp.org>
11988
11989         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
11990         i486, i586, i686.
11991
11992 2008-12-26  Bruno Haible  <bruno@clisp.org>
11993
11994         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
11995
11996 2008-12-26  Bruno Haible  <bruno@clisp.org>
11997
11998         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
11999         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
12000         not __STDC_CONSTANT_MACROS.
12001         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
12002
12003 2008-12-25  Bruno Haible  <bruno@clisp.org>
12004
12005         Add support for universal builds to vasnprintf.
12006         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
12007         universal builds, guess no.
12008         * modules/vasnprintf-posix (Depends-on): Add multiarch.
12009         * modules/vasprintf-posix (Depends-on): Likewise.
12010         * modules/fprintf-posix (Depends-on): Likewise.
12011         * modules/vfprintf-posix (Depends-on): Likewise.
12012         * modules/snprintf-posix (Depends-on): Likewise.
12013         * modules/vsnprintf-posix (Depends-on): Likewise.
12014         * modules/sprintf-posix (Depends-on): Likewise.
12015         * modules/vsprintf-posix (Depends-on): Likewise.
12016         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12017         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12018         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12019         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12020         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12021         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12022         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12023
12024         Add support for universal builds to <inttypes.h>.
12025         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
12026         _SCNu64_PREFIX): In Apple
12027         universal builds, define directly, using _LP64.
12028         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
12029         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
12030         * modules/inttypes (Depends-on): Add multiarch.
12031         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
12032
12033         Add support for universal builds to <stdint.h>.
12034         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
12035         universal builds, define directly, using _LP64.
12036         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
12037         Apple universal builds, don't test for the size and suffix of ptrdiff_t
12038         and size_t.
12039         * modules/stdint (Depends-on): Add multiarch.
12040         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
12041
12042         New module 'multiarch'.
12043         * modules/multiarch: New file.
12044         * m4/multiarch.m4: New file.
12045
12046 2008-12-25  Bruno Haible  <bruno@clisp.org>
12047
12048         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
12049
12050 2008-12-25  Bruno Haible  <bruno@clisp.org>
12051
12052         * modules/btowc (License): Relicense under LGPLv2+.
12053         * modules/mbsinit (License): Likewise.
12054         * modules/mbrtowc (License): Likewise.
12055         * modules/wcrtomb (License): Likewise.
12056         * modules/streq (License): Likewise.
12057         Reported by David Lutterkort <lutter@redhat.com>.
12058
12059 2008-12-23  Bruno Haible  <bruno@clisp.org>
12060
12061         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
12062
12063 2008-12-23  Bruno Haible  <bruno@clisp.org>
12064
12065         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
12066         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
12067         GETADDRINFO_LIB, not in LIBS.
12068         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
12069         * modules/canon-host (Link): Likewise.
12070         * NEWS: Mention the change.
12071         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
12072         GETADDRINFO_LIB.
12073
12074 2008-12-22  Bruno Haible  <bruno@clisp.org>
12075
12076         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
12077         * doc/posix-functions/iswalpha_l.texi: Likewise.
12078         * doc/posix-functions/iswblank_l.texi: Likewise.
12079         * doc/posix-functions/iswcntrl_l.texi: Likewise.
12080         * doc/posix-functions/iswctype_l.texi: Likewise.
12081         * doc/posix-functions/iswdigit_l.texi: Likewise.
12082         * doc/posix-functions/iswgraph_l.texi: Likewise.
12083         * doc/posix-functions/iswlower_l.texi: Likewise.
12084         * doc/posix-functions/iswprint_l.texi: Likewise.
12085         * doc/posix-functions/iswpunct_l.texi: Likewise.
12086         * doc/posix-functions/iswspace_l.texi: Likewise.
12087         * doc/posix-functions/iswupper_l.texi: Likewise.
12088         * doc/posix-functions/iswxdigit_l.texi: Likewise.
12089         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
12090         * doc/posix-functions/open_wmemstream.texi: Likewise.
12091         * doc/posix-functions/swscanf.texi: Likewise.
12092         * doc/posix-functions/towctrans_l.texi: Likewise.
12093         * doc/posix-functions/towlower.texi: Likewise.
12094         * doc/posix-functions/towlower_l.texi: Likewise.
12095         * doc/posix-functions/towupper.texi: Likewise.
12096         * doc/posix-functions/towupper_l.texi: Likewise.
12097         * doc/posix-functions/vfwprintf.texi: Likewise.
12098         * doc/posix-functions/vfwscanf.texi: Likewise.
12099         * doc/posix-functions/vswscanf.texi: Likewise.
12100         * doc/posix-functions/vwprintf.texi: Likewise.
12101         * doc/posix-functions/vwscanf.texi: Likewise.
12102         * doc/posix-functions/wcpcpy.texi: Likewise.
12103         * doc/posix-functions/wcpncpy.texi: Likewise.
12104         * doc/posix-functions/wcscasecmp.texi: Likewise.
12105         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
12106         * doc/posix-functions/wcscoll_l.texi: Likewise.
12107         * doc/posix-functions/wcsdup.texi: Likewise.
12108         * doc/posix-functions/wcsncasecmp.texi: Likewise.
12109         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
12110         * doc/posix-functions/wcsnlen.texi: Likewise.
12111         * doc/posix-functions/wcsnrtombs.texi: Likewise.
12112         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
12113         * doc/posix-functions/wctrans_l.texi: Likewise.
12114         * doc/posix-functions/wctype_l.texi: Likewise.
12115         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
12116         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
12117         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
12118         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
12119         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
12120         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
12121         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
12122         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
12123         * doc/glibc-functions/wcschrnul.texi: Likewise.
12124         * doc/glibc-functions/wcsftime_l.texi: Likewise.
12125         * doc/glibc-functions/wcstod_l.texi: Likewise.
12126         * doc/glibc-functions/wcstof_l.texi: Likewise.
12127         * doc/glibc-functions/wcstol_l.texi: Likewise.
12128         * doc/glibc-functions/wcstold_l.texi: Likewise.
12129         * doc/glibc-functions/wcstoll_l.texi: Likewise.
12130         * doc/glibc-functions/wcstoq.texi: Likewise.
12131         * doc/glibc-functions/wcstoul_l.texi: Likewise.
12132         * doc/glibc-functions/wcstoull_l.texi: Likewise.
12133         * doc/glibc-functions/wcstouq.texi: Likewise.
12134         * doc/glibc-functions/wmempcpy.texi: Likewise.
12135
12136 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
12137             Eric Blake  <ebb9@byu.net>
12138             Paolo Bonzini  <bonzini@gnu.org>
12139             Bruno Haible  <bruno@clisp.org>
12140
12141         Make c-stack work on Haiku.
12142         * lib/c-stack.c (SA_ONSTACK): Define fallback.
12143         (c_stack_action): Use SA_ONSTACK flag.
12144
12145 2008-12-22  Bruno Haible  <bruno@clisp.org>
12146
12147         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
12148
12149 2008-12-22  Bruno Haible  <bruno@clisp.org>
12150
12151         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
12152         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
12153         being overridden.
12154         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
12155         New macros.
12156         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
12157         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
12158         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
12159         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
12160
12161 2008-12-22  Bruno Haible  <bruno@clisp.org>
12162
12163         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
12164         from test code.
12165
12166 2008-12-22  Eric Blake  <ebb9@byu.net>
12167
12168         Avoid gcc warnings on cygwin.
12169         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
12170         Avoid unused variable.
12171         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
12172         Likewise.
12173
12174 2008-12-22  Bruno Haible  <bruno@clisp.org>
12175
12176         Remove HAVE_MBRTOWC conditionals.
12177         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
12178         (mbscasecmp): Assume mbrtowc function.
12179         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
12180         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
12181         * lib/mbschr.c: Include mbuiter.h unconditionally.
12182         (mbschr): Assume mbrtowc function.
12183         * lib/mbscspn.c: Include mbuiter.h unconditionally.
12184         (mbscspn): Assume mbrtowc function.
12185         * lib/mbslen.c: Include mbuiter.h unconditionally.
12186         (mbslen): Assume mbrtowc function.
12187         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
12188         (mbsncasecmp): Assume mbrtowc function.
12189         * lib/mbsnlen.c: Include mbiter.h unconditionally.
12190         (mbsnlen): Assume mbrtowc function.
12191         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
12192         (mbspbrk): Assume mbrtowc function.
12193         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
12194         (mbspcasecmp): Assume mbrtowc function.
12195         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
12196         (mbsrchr): Assume mbrtowc function.
12197         * lib/mbssep.c: Include mbuiter.h unconditionally.
12198         (mbssep): Assume mbrtowc function.
12199         * lib/mbsspn.c: Include mbuiter.h unconditionally.
12200         (mbsspn): Assume mbrtowc function.
12201         * lib/mbsstr.c: Include mbuiter.h unconditionally.
12202         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
12203         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
12204         (mbstok_r): Assume mbrtowc function.
12205         * lib/propername.c: Include mbuiter.h unconditionally.
12206         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
12207         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
12208         (trim2): Assume mbrtowc function.
12209         * lib/mbswidth.c (mbsinit): Remove fallback definition.
12210         (mbsnwidth): Assume mbrtowc function.
12211         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
12212         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
12213         fallback definitions.
12214         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
12215
12216 2008-12-22  Bruno Haible  <bruno@clisp.org>
12217
12218         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
12219
12220 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
12221
12222         * modules/regex: Request emulations for the mb*/wc* functions we need.
12223         * m4/regex.m4: Don't look for those functions here.
12224         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
12225
12226 2008-12-22  Bruno Haible  <bruno@clisp.org>
12227
12228         * modules/fnmatch (Depends-on): Remove duplicated dependency.
12229
12230 2008-12-21  Bruno Haible  <bruno@clisp.org>
12231
12232         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
12233         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
12234         (Include): Remove conditionalization.
12235         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
12236         (Include): Remove conditionalization.
12237         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
12238         (Include): Remove conditionalization.
12239         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
12240         * m4/mbfile.m4 (gl_MBFILE): Likewise.
12241         * NEWS: Mention the change.
12242         Reported by Alan Hourihane <alanh@fairlite.co.uk>
12243         via Sergey Poznyakoff <gray@gnu.org.ua>.
12244
12245 2008-12-21  Bruno Haible  <bruno@clisp.org>
12246
12247         * MODULES.html.sh (Extended multibyte and wide character utilities
12248         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
12249         wcrtomb, wcsrtombs.
12250         (Support for systems lacking POSIX:2008): Add accept, bind, close,
12251         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
12252         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
12253         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
12254
12255 2008-12-21  Bruno Haible  <bruno@clisp.org>
12256
12257         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
12258
12259 2008-12-21  Bruno Haible  <bruno@clisp.org>
12260
12261         * modules/wcsnrtombs-tests: New file.
12262         * tests/test-wcsnrtombs1.sh: New file.
12263         * tests/test-wcsnrtombs2.sh: New file.
12264         * tests/test-wcsnrtombs3.sh: New file.
12265         * tests/test-wcsnrtombs4.sh: New file.
12266         * tests/test-wcsnrtombs.c: New file.
12267
12268         New module 'wcsnrtombs'.
12269         * lib/wchar.in.h (wcsnrtombs): New declaration.
12270         * lib/wcsnrtombs.c: New file.
12271         * lib/wcsrtombs-state.c: New file.
12272         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
12273         (internal_state): Remove variable.
12274         * m4/wcsnrtombs.m4: New file.
12275         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
12276         compilation units.
12277         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
12278         HAVE_WCSNRTOMBS.
12279         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
12280         HAVE_WCSNRTOMBS.
12281         * modules/wcsnrtombs: New file.
12282         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
12283         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
12284
12285 2008-12-21  Bruno Haible  <bruno@clisp.org>
12286
12287         * modules/wcsrtombs-tests: New file.
12288         * tests/test-wcsrtombs1.sh: New file.
12289         * tests/test-wcsrtombs2.sh: New file.
12290         * tests/test-wcsrtombs3.sh: New file.
12291         * tests/test-wcsrtombs4.sh: New file.
12292         * tests/test-wcsrtombs.c: New file.
12293
12294         New module 'wcsrtombs'.
12295         * lib/wchar.in.h (wcsrtombs): New declaration.
12296         * lib/wcsrtombs.c: New file.
12297         * m4/wcsrtombs.m4: New file.
12298         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
12299         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
12300         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
12301         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
12302         * modules/wcsrtombs: New file.
12303         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
12304         bugs.
12305
12306 2008-12-21  Bruno Haible  <bruno@clisp.org>
12307
12308         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
12309         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
12310         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
12311         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
12312         if not correct.
12313         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
12314         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
12315         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
12316         m4/locale-zh.m4, m4/codeset.m4.
12317         * doc/posix-functions/wcrtomb.texi: Document the bug.
12318
12319 2008-12-21  Bruno Haible  <bruno@clisp.org>
12320
12321         Work around a btowc() bug on IRIX 6.5.
12322         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
12323         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
12324         REPLACE_WTOBC if not.
12325         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
12326         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
12327         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
12328
12329 2008-12-21  Bruno Haible  <bruno@clisp.org>
12330
12331         * modules/wcrtomb-tests: New file.
12332         * tests/test-wcrtomb.sh: New file.
12333         * tests/test-wcrtomb.c: New file.
12334
12335         New module 'wcrtomb'.
12336         * lib/wchar.in.h (wcrtomb): New declaration.
12337         * lib/wcrtomb.c: New file.
12338         * m4/wcrtomb.m4: New file.
12339         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
12340         HAVE_WCRTOMB.
12341         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
12342         HAVE_WCRTOMB.
12343         * modules/wcrtomb: New file.
12344         * doc/posix-functions/wcrtomb.texi: Mention the new module.
12345
12346 2008-12-21  Bruno Haible  <bruno@clisp.org>
12347
12348         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
12349         * modules/mbsrtowcs (Files): Likewise.
12350         * modules/wctob (Files): Likewise.
12351         * modules/c-strcase-tests (Files): Likewise.
12352         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
12353         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
12354         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
12355         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
12356         * modules/vasnprintf-posix-tests (Files): Likewise.
12357
12358 2008-12-21  William Pursell  <bill.pursell@gmail.com>
12359
12360         gitlog-to-changelog: pass all command-line arguments to git-log
12361         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
12362         it is sometimes convenient to filter the commits in various ways.
12363         gitlog-to-changelog only allows --since to specify a start date,
12364         but git-log itself supports many other filtering mechanisms.
12365         At the moment, I want to filter by branch name.  Rather than
12366         adding a --branch option to gitlog-to-changelog, it seems more
12367         flexible to simply pass all options directly to git-log and let
12368         git do the work.  Notice that this effectively makes --since a
12369         redundant option for gitlog-to-changelog, but removing it would
12370         require current usage to change since calls would then require
12371         an additional '--'.
12372
12373 2008-12-21  Bruno Haible  <bruno@clisp.org>
12374
12375         * modules/mbsnrtowcs-tests: New file.
12376         * tests/test-mbsnrtowcs1.sh: New file.
12377         * tests/test-mbsnrtowcs2.sh: New file.
12378         * tests/test-mbsnrtowcs3.sh: New file.
12379         * tests/test-mbsnrtowcs4.sh: New file.
12380         * tests/test-mbsnrtowcs.c: New file.
12381
12382         New module 'mbsnrtowcs'.
12383         * lib/wchar.in.h (mbsnrtowcs): New declaration.
12384         * lib/mbsnrtowcs.c: New file.
12385         * lib/mbsrtowcs-state.c: New file.
12386         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
12387         (internal_state): Remove variable.
12388         * m4/mbsnrtowcs.m4: New file.
12389         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
12390         compilation units.
12391         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
12392         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
12393         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
12394         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
12395         * modules/mbsnrtowcs: New file.
12396         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
12397         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
12398         portability problem.
12399
12400 2008-12-21  Bruno Haible  <bruno@clisp.org>
12401
12402         Work around mbsrtowcs bug.
12403         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
12404         (gl_FUNC_MBSRTOWCS): Invoke it.
12405         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
12406         m4/locale-zh.m4.
12407         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
12408
12409 2008-12-21  Bruno Haible  <bruno@clisp.org>
12410
12411         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
12412
12413 2008-12-21  Bruno Haible  <bruno@clisp.org>
12414
12415         Update doc for AIX.
12416         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
12417         16-bit wchar_t type.
12418         * doc/posix-functions/btowc.texi: Likewise.
12419         * doc/posix-functions/fgetwc.texi: Likewise.
12420         * doc/posix-functions/fgetws.texi: Likewise.
12421         * doc/posix-functions/fputwc.texi: Likewise.
12422         * doc/posix-functions/fputws.texi: Likewise.
12423         * doc/posix-functions/fwide.texi: Likewise.
12424         * doc/posix-functions/fwprintf.texi: Likewise.
12425         * doc/posix-functions/fwscanf.texi: Likewise.
12426         * doc/posix-functions/getwchar.texi: Likewise.
12427         * doc/posix-functions/getwc.texi: Likewise.
12428         * doc/posix-functions/iswalnum.texi: Likewise.
12429         * doc/posix-functions/iswalpha.texi: Likewise.
12430         * doc/posix-functions/iswblank.texi: Likewise.
12431         * doc/posix-functions/iswcntrl.texi: Likewise.
12432         * doc/posix-functions/iswctype.texi: Likewise.
12433         * doc/posix-functions/iswdigit.texi: Likewise.
12434         * doc/posix-functions/iswgraph.texi: Likewise.
12435         * doc/posix-functions/iswlower.texi: Likewise.
12436         * doc/posix-functions/iswprint.texi: Likewise.
12437         * doc/posix-functions/iswpunct.texi: Likewise.
12438         * doc/posix-functions/iswspace.texi: Likewise.
12439         * doc/posix-functions/iswupper.texi: Likewise.
12440         * doc/posix-functions/iswxdigit.texi: Likewise.
12441         * doc/posix-functions/mbrtowc.texi: Likewise.
12442         * doc/posix-functions/mbsrtowcs.texi: Likewise.
12443         * doc/posix-functions/mbstowcs.texi: Likewise.
12444         * doc/posix-functions/mbtowc.texi: Likewise.
12445         * doc/posix-functions/putwchar.texi: Likewise.
12446         * doc/posix-functions/putwc.texi: Likewise.
12447         * doc/posix-functions/swprintf.texi: Likewise.
12448         * doc/posix-functions/tolower.texi: Likewise.
12449         * doc/posix-functions/toupper.texi: Likewise.
12450         * doc/posix-functions/towctrans.texi: Likewise.
12451         * doc/posix-functions/ungetwc.texi: Likewise.
12452         * doc/posix-functions/vswprintf.texi: Likewise.
12453         * doc/posix-functions/wcrtomb.texi: Likewise.
12454         * doc/posix-functions/wcscat.texi: Likewise.
12455         * doc/posix-functions/wcschr.texi: Likewise.
12456         * doc/posix-functions/wcscmp.texi: Likewise.
12457         * doc/posix-functions/wcscoll.texi: Likewise.
12458         * doc/posix-functions/wcscpy.texi: Likewise.
12459         * doc/posix-functions/wcscspn.texi: Likewise.
12460         * doc/posix-functions/wcsftime.texi: Likewise.
12461         * doc/posix-functions/wcslen.texi: Likewise.
12462         * doc/posix-functions/wcsncat.texi: Likewise.
12463         * doc/posix-functions/wcsncmp.texi: Likewise.
12464         * doc/posix-functions/wcsncpy.texi: Likewise.
12465         * doc/posix-functions/wcspbrk.texi: Likewise.
12466         * doc/posix-functions/wcsrchr.texi: Likewise.
12467         * doc/posix-functions/wcsrtombs.texi: Likewise.
12468         * doc/posix-functions/wcsspn.texi: Likewise.
12469         * doc/posix-functions/wcsstr.texi: Likewise.
12470         * doc/posix-functions/wcstod.texi: Likewise.
12471         * doc/posix-functions/wcstof.texi: Likewise.
12472         * doc/posix-functions/wcstoimax.texi: Likewise.
12473         * doc/posix-functions/wcstok.texi: Likewise.
12474         * doc/posix-functions/wcstold.texi: Likewise.
12475         * doc/posix-functions/wcstoll.texi: Likewise.
12476         * doc/posix-functions/wcstol.texi: Likewise.
12477         * doc/posix-functions/wcstombs.texi: Likewise.
12478         * doc/posix-functions/wcstoull.texi: Likewise.
12479         * doc/posix-functions/wcstoul.texi: Likewise.
12480         * doc/posix-functions/wcstoumax.texi: Likewise.
12481         * doc/posix-functions/wcswidth.texi: Likewise.
12482         * doc/posix-functions/wcsxfrm.texi: Likewise.
12483         * doc/posix-functions/wctob.texi: Likewise.
12484         * doc/posix-functions/wctomb.texi: Likewise.
12485         * doc/posix-functions/wctrans.texi: Likewise.
12486         * doc/posix-functions/wctype.texi: Likewise.
12487         * doc/posix-functions/wcwidth.texi: Likewise.
12488         * doc/posix-functions/wmemchr.texi: Likewise.
12489         * doc/posix-functions/wmemcmp.texi: Likewise.
12490         * doc/posix-functions/wmemcpy.texi: Likewise.
12491         * doc/posix-functions/wmemmove.texi: Likewise.
12492         * doc/posix-functions/wmemset.texi: Likewise.
12493         * doc/posix-functions/wprintf.texi: Likewise.
12494         * doc/posix-functions/wscanf.texi: Likewise.
12495
12496 2008-12-21  Bruno Haible  <bruno@clisp.org>
12497
12498         Update doc for HP-UX 11.11.
12499         * doc/posix-functions/btowc.texi: Clarify that the function is missing
12500         in HP-UX version 11.00, not in all versions of HP-UX 11.
12501         * doc/posix-functions/fwide.texi: Likewise.
12502         * doc/posix-functions/fwprintf.texi: Likewise.
12503         * doc/posix-functions/fwscanf.texi: Likewise.
12504         * doc/posix-functions/inet_ntop.texi: Likewise.
12505         * doc/posix-functions/inet_pton.texi: Likewise.
12506         * doc/posix-functions/mbrlen.texi: Likewise.
12507         * doc/posix-functions/mbrtowc.texi: Likewise.
12508         * doc/posix-functions/mbsinit.texi: Likewise.
12509         * doc/posix-functions/mbsrtowcs.texi: Likewise.
12510         * doc/posix-functions/swprintf.texi: Likewise.
12511         * doc/posix-functions/swscanf.texi: Likewise.
12512         * doc/posix-functions/towctrans.texi: Likewise.
12513         * doc/posix-functions/vfwprintf.texi: Likewise.
12514         * doc/posix-functions/vswprintf.texi: Likewise.
12515         * doc/posix-functions/vwprintf.texi: Likewise.
12516         * doc/posix-functions/wcrtomb.texi: Likewise.
12517         * doc/posix-functions/wcsrtombs.texi: Likewise.
12518         * doc/posix-functions/wcsstr.texi: Likewise.
12519         * doc/posix-functions/wctob.texi: Likewise.
12520         * doc/posix-functions/wctrans.texi: Likewise.
12521         * doc/posix-functions/wmemchr.texi: Likewise.
12522         * doc/posix-functions/wmemcmp.texi: Likewise.
12523         * doc/posix-functions/wmemcpy.texi: Likewise.
12524         * doc/posix-functions/wmemmove.texi: Likewise.
12525         * doc/posix-functions/wmemset.texi: Likewise.
12526         * doc/posix-functions/wprintf.texi: Likewise.
12527         * doc/posix-functions/wscanf.texi: Likewise.
12528
12529 2008-12-21  Bruno Haible  <bruno@clisp.org>
12530
12531         Work around a portability problem.
12532         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
12533         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
12534
12535 2008-12-20  Bruno Haible  <bruno@clisp.org>
12536
12537         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
12538         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
12539         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
12540         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
12541         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
12542
12543         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
12544         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
12545         set.
12546         (GNULIB_defined_mbstate_t): New macro.
12547         (mbsinit): Redefine if REPLACE_MBSINIT is set.
12548         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
12549         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
12550         reuses the system's mbrtowc function but works around the bugs.
12551         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
12552         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
12553         macros.
12554         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
12555         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
12556         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
12557         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
12558         REPLACE_MBSINIT if mbsinit needs to be overridden.
12559         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
12560         REPLACE_MBSINIT, REPLACE_MBRTOWC.
12561         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
12562         REPLACE_MBSINIT, REPLACE_MBRTOWC.
12563         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
12564         m4/locale-zh.m4.
12565         (Depends): Add mbsinit.
12566         * modules/mbsinit (Depends): Add mbrtowc.
12567         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
12568
12569 2008-12-20  Bruno Haible  <bruno@clisp.org>
12570
12571         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
12572         so that there are no conversion errors on AIX.
12573         * tests/test-mbsrtowcs.c (main): LIkewise.
12574
12575 2008-12-20  Bruno Haible  <bruno@clisp.org>
12576
12577         Work around wctob bug on Solaris <= 9.
12578         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
12579         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
12580         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
12581         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
12582         * modules/wctob (Files): Add m4/locale-fr.m4.
12583         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
12584
12585 2008-12-20  Bruno Haible  <bruno@clisp.org>
12586
12587         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
12588         /dev/null.
12589         * tests/test-select-in.sh: Likewise.
12590         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12591
12592 2008-12-20  Bruno Haible  <bruno@clisp.org>
12593
12594         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
12595         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
12596         Cygwin 1.5.x.
12597
12598 2008-12-20  Bruno Haible  <bruno@clisp.org>
12599
12600         Ensure mbstate_t is defined on HP-UX 11.11.
12601         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
12602         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
12603         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
12604         AC_USE_SYSTEM_EXTENSIONS.
12605         * modules/fnmatch (Depends-on): Add extensions.
12606         * modules/mbrlen (Depends-on): Likewise.
12607         * modules/mbrtowc (Depends-on): Likewise.
12608         * modules/mbsinit (Depends-on): Likewise.
12609         * modules/mbsrtowcs (Depends-on): Likewise.
12610         * modules/mbswidth (Depends-on): Likewise.
12611         * modules/quotearg (Depends-on): Likewise.
12612         * modules/strftime (Depends-on): Likewise.
12613
12614 2008-12-20  Bruno Haible  <bruno@clisp.org>
12615
12616         Ensure wctob is declared on IRIX 6.5.
12617         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
12618         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
12619         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
12620         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
12621         of HAVE_WCTOB.
12622         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
12623         HAVE_WCTOB.
12624         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
12625
12626 2008-12-19  Bruno Haible  <bruno@clisp.org>
12627
12628         * modules/mbsrtowcs-tests: New file.
12629         * tests/test-mbsrtowcs1.sh: New file.
12630         * tests/test-mbsrtowcs2.sh: New file.
12631         * tests/test-mbsrtowcs3.sh: New file.
12632         * tests/test-mbsrtowcs4.sh: New file.
12633         * tests/test-mbsrtowcs.c: New file.
12634
12635         New module 'mbsrtowcs'.
12636         * lib/wchar.in.h (mbsrtowcs): New declaration.
12637         * lib/mbsrtowcs.c: New file.
12638         * m4/mbsrtowcs.m4: New file.
12639         * modules/mbsrtowcs: New file.
12640         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
12641         HAVE_MBSRTOWCS.
12642         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
12643         HAVE_MBSRTOWCS.
12644         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
12645
12646 2008-12-19  Bruno Haible  <bruno@clisp.org>
12647
12648         New module 'mbrlen'.
12649         * lib/wchar.in.h (mbrlen): New declaration.
12650         * lib/mbrlen.c: New file.
12651         * m4/mbrlen.m4: New file.
12652         * modules/mbrlen: New file.
12653         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
12654         HAVE_MBRLEN.
12655         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
12656         HAVE_MBRLEN.
12657         * doc/posix-functions/mbrlen.texi: Document the new module.
12658
12659 2008-12-19  Bruno Haible  <bruno@clisp.org>
12660
12661         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
12662         * modules/mbrtowc (Depends-on): Add verify.
12663         Suggested by Paul Eggert.
12664
12665 2008-12-18  Bruno Haible  <bruno@clisp.org>
12666
12667         * modules/mbsinit-tests: New file.
12668         * tests/test-mbsinit.sh: New file.
12669         * tests/test-mbsinit.c: New file.
12670
12671 2008-12-18  Bruno Haible  <bruno@clisp.org>
12672
12673         * modules/mbrtowc-tests: New file.
12674         * tests/test-mbrtowc1.sh: New file.
12675         * tests/test-mbrtowc2.sh: New file.
12676         * tests/test-mbrtowc3.sh: New file.
12677         * tests/test-mbrtowc4.sh: New file.
12678         * tests/test-mbrtowc.c: New file.
12679
12680         New module 'mbrtowc'.
12681         * lib/wchar.in.h (mbstate_t): Override when the system does not have
12682         mbsinit and mbrtowc.
12683         (mbrtowc): New declaration.
12684         * lib/mbrtowc.c: New file.
12685         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
12686         * modules/mbrtowc: New file.
12687         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
12688         HAVE_MBRTOWC.
12689         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
12690         HAVE_MBRTOWC.
12691         * doc/posix-functions/mbrtowc.texi: Document the new module.
12692
12693 2008-12-18  Bruno Haible  <bruno@clisp.org>
12694
12695         New module 'wctob'.
12696         * lib/wchar.in.h (wctob): New declaration.
12697         * lib/wctob.c: New file.
12698         * m4/wctob.m4: New file.
12699         * modules/wctob: New file.
12700         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
12701         HAVE_WCTOB.
12702         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
12703         * doc/posix-functions/wctob.texi: Document the new module.
12704
12705 2008-12-18  Bruno Haible  <bruno@clisp.org>
12706
12707         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
12708         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
12709
12710 2008-12-18  Simon Josefsson  <simon@josefsson.org>
12711
12712         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
12713         G. Christensen" <tgc@jupiterrise.com>.
12714
12715         * lib/flock.c: Need to include errno.h.  Reported by "Tom
12716         G. Christensen" <tgc@jupiterrise.com>.
12717
12718         * lib/flock.c: Need to include string.h.  Reported by "Tom
12719         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
12720         <ebb9@byu.net>.
12721
12722 2008-12-18  Bruno Haible  <bruno@clisp.org>
12723
12724         * m4/locale-ja.m4: New file, from GNU gettext.
12725
12726 2008-12-17  Bruno Haible  <bruno@clisp.org>
12727
12728         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
12729         Suggested by Eric Blake.
12730
12731 2008-12-17  Bruno Haible  <bruno@clisp.org>
12732
12733         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
12734
12735 2008-12-17  Bruno Haible  <bruno@clisp.org>
12736
12737         * lib/mbsinit.c: Include verify.h. Verify an assumption.
12738         * modules/mbsinit (Depends-on): Add verify.
12739         Suggested by Paul Eggert.
12740
12741 2008-12-17  Bruno Haible  <bruno@clisp.org>
12742
12743         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
12744         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
12745         gl_FUNC_MBRTOWC.
12746         * m4/mbiter.m4 (gl_MBITER): LIkewise.
12747         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
12748         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
12749         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
12750         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
12751         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
12752         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
12753         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
12754         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
12755         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
12756         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
12757         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
12758         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
12759         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
12760         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
12761         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12762         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
12763         * modules/trim (configure.ac): Likewise.
12764
12765 2008-12-17  Bruno Haible  <bruno@clisp.org>
12766
12767         * modules/btowc-tests: New file.
12768         * tests/test-btowc1.sh: New file.
12769         * tests/test-btowc2.sh: New file.
12770         * tests/test-btowc.c: New file.
12771
12772         New module 'btowc'.
12773         * lib/wchar.in.h (btowc): New declaration.
12774         * lib/btowc.c: New file.
12775         * m4/btowc.m4: New file.
12776         * modules/btowc: New file.
12777         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
12778         HAVE_BTOWC.
12779         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
12780         * doc/posix-functions/btowc.texi: Document the new module.
12781
12782 2008-12-17  Bruno Haible  <bruno@clisp.org>
12783
12784         New module 'mbsinit'.
12785         * lib/wchar.in.h (mbsinit): New declaration.
12786         * lib/mbsinit.c: New file.
12787         * m4/mbsinit.m4: New file.
12788         * modules/mbsinit: New file.
12789         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
12790         HAVE_MBSINIT.
12791         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
12792         HAVE_MBSINIT.
12793         * doc/posix-functions/mbsinit.texi: Document the new module.
12794
12795 2008-12-16  Bruno Haible  <bruno@clisp.org>
12796
12797         * lib/unistd.in.h: Add comment.
12798         * tests/test-environ.c: Don't include <stdlib.h>.
12799
12800 2008-12-16  Bruno Haible  <bruno@clisp.org>
12801
12802         * lib/parse-duration.h (parse_duration): Document return value
12803         convention.
12804         * lib/parse-duration.c: Include specification header first. Add
12805         comments.
12806         (_): Remove macro.
12807         (parse_year_month_day, parse_hour_minute_second): Move side effects
12808         outside of strchr call.
12809         (parse_non_iso8601): Move side effects outside of isspace call.
12810         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
12811         call.
12812
12813 2008-12-16  Bruno Haible  <bruno@clisp.org>
12814
12815         * tests/test-parse-duration.sh: Produce no output when the test
12816         succeeds.
12817
12818 2008-12-16  Bruno Haible  <bruno@clisp.org>
12819
12820         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
12821         expressions.
12822
12823 2008-12-15  Bruno Haible  <bruno@clisp.org>
12824
12825         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
12826         * doc/glibc-functions/flistxattr.texi: Likewise.
12827         * doc/glibc-functions/fopencookie.texi: Likewise.
12828         * doc/glibc-functions/fremovexattr.texi: Likewise.
12829         * doc/glibc-functions/fsetxattr.texi: Likewise.
12830         * doc/glibc-functions/getxattr.texi: Likewise.
12831         * doc/glibc-functions/lgetxattr.texi: Likewise.
12832         * doc/glibc-functions/listxattr.texi: Likewise.
12833         * doc/glibc-functions/llistxattr.texi: Likewise.
12834         * doc/glibc-functions/lremovexattr.texi: Likewise.
12835         * doc/glibc-functions/lsetxattr.texi: Likewise.
12836         * doc/glibc-functions/removexattr.texi: Likewise.
12837         * doc/glibc-functions/setxattr.texi: Likewise.
12838         * doc/posix-functions/open_memstream.texi: Likewise.
12839
12840 2008-12-15  Eric Blake  <ebb9@byu.net>
12841
12842         Update doc for cygwin 1.7.
12843         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
12844         functions.
12845         * doc/posix-functions/fchmodat.texi: Likewise.
12846         * doc/posix-functions/fchownat.texi: Likewise.
12847         * doc/posix-functions/fdopendir.texi: Likewise.
12848         * doc/posix-functions/fmemopen.texi: Likewise.
12849         * doc/posix-functions/freeaddrinfo.texi: Likewise.
12850         * doc/posix-functions/fstatat.texi: Likewise.
12851         * doc/posix-functions/futimens.texi: Likewise.
12852         * doc/posix-functions/gai_strerror.texi: Likewise.
12853         * doc/posix-functions/getaddrinfo.texi: Likewise.
12854         * doc/posix-functions/getnameinfo.texi: Likewise.
12855         * doc/posix-functions/if_freenameindex.texi: Likewise.
12856         * doc/posix-functions/if_indextoname.texi: Likewise.
12857         * doc/posix-functions/if_nameindex.texi: Likewise.
12858         * doc/posix-functions/if_nametoindex.texi: Likewise.
12859         * doc/posix-functions/insque.texi: Likewise.
12860         * doc/posix-functions/linkat.texi: Likewise.
12861         * doc/posix-functions/llrint.texi: Likewise.
12862         * doc/posix-functions/llrintf.texi: Likewise.
12863         * doc/posix-functions/llrintl.texi: Likewise.
12864         * doc/posix-functions/lockf.texi: Likewise.
12865         * doc/posix-functions/lrintl.texi: Likewise.
12866         * doc/posix-functions/mkdirat.texi: Likewise.
12867         * doc/posix-functions/mkfifoat.texi: Likewise.
12868         * doc/posix-functions/mknodat.texi: Likewise.
12869         * doc/posix-functions/mq_close.texi: Likewise.
12870         * doc/posix-functions/mq_getattr.texi: Likewise.
12871         * doc/posix-functions/mq_notify.texi: Likewise.
12872         * doc/posix-functions/mq_open.texi: Likewise.
12873         * doc/posix-functions/mq_receive.texi: Likewise.
12874         * doc/posix-functions/mq_send.texi: Likewise.
12875         * doc/posix-functions/mq_setattr.texi: Likewise.
12876         * doc/posix-functions/mq_timedreceive.texi: Likewise.
12877         * doc/posix-functions/mq_timedsend.texi: Likewise.
12878         * doc/posix-functions/mq_unlink.texi: Likewise.
12879         * doc/posix-functions/open_memstream.texi: Likewise.
12880         * doc/posix-functions/openat.texi: Likewise.
12881         * doc/posix-functions/posix_fadvise.texi: Likewise.
12882         * doc/posix-functions/posix_fallocate.texi: Likewise.
12883         * doc/posix-functions/posix_madvise.texi: Likewise.
12884         * doc/posix-functions/posix_memalign.texi: Likewise.
12885         * doc/posix-functions/posix_openpt.texi: Likewise.
12886         * doc/posix-functions/readlinkat.texi: Likewise.
12887         * doc/posix-functions/remque.texi: Likewise.
12888         * doc/posix-functions/renameat.texi: Likewise.
12889         * doc/posix-functions/rintl.texi: Likewise.
12890         * doc/posix-functions/sem_unlink.texi: Likewise.
12891         * doc/posix-functions/shm_open.texi: Likewise.
12892         * doc/posix-functions/shm_unlink.texi: Likewise.
12893         * doc/posix-functions/signgam.texi: Likewise.
12894         * doc/posix-functions/sigset.texi: Likewise.
12895         * doc/posix-functions/stpcpy.texi: Likewise.
12896         * doc/posix-functions/stpncpy.texi: Likewise.
12897         * doc/posix-functions/strerror.texi: Likewise.
12898         * doc/posix-functions/strtod.texi: Likewise.
12899         * doc/posix-functions/symlinkat.texi: Likewise.
12900         * doc/posix-functions/unlinkat.texi: Likewise.
12901         * doc/posix-functions/utimensat.texi: Likewise.
12902         * doc/glibc-functions/bindresvport.texi: Likewise.
12903         * doc/glibc-functions/dn_expand.texi: Likewise.
12904         * doc/glibc-functions/exp10.texi: Likewise.
12905         * doc/glibc-functions/exp10f.texi: Likewise.
12906         * doc/glibc-functions/fgetxattr.texi: Likewise.
12907         * doc/glibc-functions/flistxattr.texi: Likewise.
12908         * doc/glibc-functions/fopencookie.texi: Likewise.
12909         * doc/glibc-functions/freeifaddrs.texi: Likewise.
12910         * doc/glibc-functions/fremovexattr.texi: Likewise.
12911         * doc/glibc-functions/fsetxattr.texi: Likewise.
12912         * doc/glibc-functions/getifaddrs.texi: Likewise.
12913         * doc/glibc-functions/getxattr.texi: Likewise.
12914         * doc/glibc-functions/lgetxattr.texi: Likewise.
12915         * doc/glibc-functions/listxattr.texi: Likewise.
12916         * doc/glibc-functions/llistxattr.texi: Likewise.
12917         * doc/glibc-functions/lremovexattr.texi: Likewise.
12918         * doc/glibc-functions/lsetxattr.texi: Likewise.
12919         * doc/glibc-functions/pow10.texi: Likewise.
12920         * doc/glibc-functions/pow10f.texi: Likewise.
12921         * doc/glibc-functions/rcmd_af.texi: Likewise.
12922         * doc/glibc-functions/removexattr.texi: Likewise.
12923         * doc/glibc-functions/res_init.texi: Likewise.
12924         * doc/glibc-functions/res_mkquery.texi: Likewise.
12925         * doc/glibc-functions/res_query.texi: Likewise.
12926         * doc/glibc-functions/res_querydomain.texi: Likewise.
12927         * doc/glibc-functions/res_send.texi: Likewise.
12928         * doc/glibc-functions/rresvport_af.texi: Likewise.
12929         * doc/glibc-functions/setxattr.texi: Likewise.
12930         * doc/glibc-functions/strcasestr.texi: Likewise.
12931
12932 2008-12-15  Bruno Haible  <bruno@clisp.org>
12933
12934         Fix compilation error on OSF/1 4.0.
12935         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
12936         <sys/time.h>, simply delegate to the system header.
12937         Reported by Daniel Richard G. <oss@teragram.com>.
12938
12939 2008-12-15  Bruno Haible  <bruno@clisp.org>
12940
12941         * doc/posix-functions/openat.texi: Mention the 'openat' module.
12942         * doc/posix-functions/fchmodat.texi: Likewise.
12943         * doc/posix-functions/fchownat.texi: Likewise.
12944         * doc/posix-functions/fdopendir.texi: Likewise.
12945         * doc/posix-functions/fstatat.texi: Likewise.
12946         * doc/posix-functions/mkdirat.texi: Likewise.
12947         * doc/posix-functions/unlinkat.texi: Likewise.
12948
12949 2008-12-14  Bruno Haible  <bruno@clisp.org>
12950
12951         Update doc for POSIX:2008.
12952         * doc/posix-functions/faccessat.texi: New file.
12953         * doc/posix-functions/fchmodat.texi: New file.
12954         * doc/posix-functions/fchownat.texi: New file.
12955         * doc/posix-functions/fdopendir.texi: New file.
12956         * doc/posix-functions/fstatat.texi: New file.
12957         * doc/posix-functions/futimens.texi: New file.
12958         * doc/posix-functions/linkat.texi: New file.
12959         * doc/posix-functions/mkdirat.texi: New file.
12960         * doc/posix-functions/mkfifoat.texi: New file.
12961         * doc/posix-functions/mknodat.texi: New file.
12962         * doc/posix-functions/open_wmemstream.texi: New file.
12963         * doc/posix-functions/openat.texi: New file.
12964         * doc/posix-functions/psiginfo.texi: New file.
12965         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
12966         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
12967         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
12968         * doc/posix-functions/readlinkat.texi: New file.
12969         * doc/posix-functions/renameat.texi: New file.
12970         * doc/posix-functions/strerror_l.texi: New file.
12971         * doc/posix-functions/symlinkat.texi: New file.
12972         * doc/posix-functions/unlinkat.texi: New file.
12973         * doc/posix-functions/utimensat.texi: New file.
12974         * doc/gnulib.texi (Function Substitutes): Add these subsections.
12975
12976 2008-12-14  Bruno Haible  <bruno@clisp.org>
12977
12978         Update doc for POSIX:2008.
12979         * doc/posix-functions/alphasort.texi: Renamed from
12980         doc/glibc-functions/alphasort.texi.
12981         * doc/posix-functions/dirfd.texi: Renamed from
12982         doc/glibc-functions/dirfd.texi.
12983         * doc/posix-functions/dprintf.texi: Renamed from
12984         doc/glibc-functions/dprintf.texi.
12985         * doc/posix-functions/duplocale.texi: Renamed from
12986         doc/glibc-functions/duplocale.texi.
12987         * doc/posix-functions/fexecve.texi: Renamed from
12988         doc/glibc-functions/fexecve.texi.
12989         * doc/posix-functions/fmemopen.texi: Renamed from
12990         doc/glibc-functions/fmemopen.texi.
12991         * doc/posix-functions/freelocale.texi: Renamed from
12992         doc/glibc-functions/freelocale.texi.
12993         * doc/posix-functions/getdate_err.texi: Renamed from
12994         doc/glibc-functions/getdate_err.texi.
12995         * doc/posix-functions/isalnum_l.texi: Renamed from
12996         doc/glibc-functions/isalnum_l.texi.
12997         * doc/posix-functions/isalpha_l.texi: Renamed from
12998         doc/glibc-functions/isalpha_l.texi.
12999         * doc/posix-functions/isblank_l.texi: Renamed from
13000         doc/glibc-functions/isblank_l.texi.
13001         * doc/posix-functions/iscntrl_l.texi: Renamed from
13002         doc/glibc-functions/iscntrl_l.texi.
13003         * doc/posix-functions/isdigit_l.texi: Renamed from
13004         doc/glibc-functions/isdigit_l.texi.
13005         * doc/posix-functions/isgraph_l.texi: Renamed from
13006         doc/glibc-functions/isgraph_l.texi.
13007         * doc/posix-functions/islower_l.texi: Renamed from
13008         doc/glibc-functions/islower_l.texi.
13009         * doc/posix-functions/isprint_l.texi: Renamed from
13010         doc/glibc-functions/isprint_l.texi.
13011         * doc/posix-functions/ispunct_l.texi: Renamed from
13012         doc/glibc-functions/ispunct_l.texi.
13013         * doc/posix-functions/isspace_l.texi: Renamed from
13014         doc/glibc-functions/isspace_l.texi.
13015         * doc/posix-functions/isupper_l.texi: Renamed from
13016         doc/glibc-functions/isupper_l.texi.
13017         * doc/posix-functions/iswalnum_l.texi: Renamed from
13018         doc/glibc-functions/iswalnum_l.texi.
13019         * doc/posix-functions/iswalpha_l.texi: Renamed from
13020         doc/glibc-functions/iswalpha_l.texi.
13021         * doc/posix-functions/iswblank_l.texi: Renamed from
13022         doc/glibc-functions/iswblank_l.texi.
13023         * doc/posix-functions/iswcntrl_l.texi: Renamed from
13024         doc/glibc-functions/iswcntrl_l.texi.
13025         * doc/posix-functions/iswctype_l.texi: Renamed from
13026         doc/glibc-functions/iswctype_l.texi.
13027         * doc/posix-functions/iswdigit_l.texi: Renamed from
13028         doc/glibc-functions/iswdigit_l.texi.
13029         * doc/posix-functions/iswgraph_l.texi: Renamed from
13030         doc/glibc-functions/iswgraph_l.texi.
13031         * doc/posix-functions/iswlower_l.texi: Renamed from
13032         doc/glibc-functions/iswlower_l.texi.
13033         * doc/posix-functions/iswprint_l.texi: Renamed from
13034         doc/glibc-functions/iswprint_l.texi.
13035         * doc/posix-functions/iswpunct_l.texi: Renamed from
13036         doc/glibc-functions/iswpunct_l.texi.
13037         * doc/posix-functions/iswspace_l.texi: Renamed from
13038         doc/glibc-functions/iswspace_l.texi.
13039         * doc/posix-functions/iswupper_l.texi: Renamed from
13040         doc/glibc-functions/iswupper_l.texi.
13041         * doc/posix-functions/iswxdigit_l.texi: Renamed from
13042         doc/glibc-functions/iswxdigit_l.texi.
13043         * doc/posix-functions/isxdigit_l.texi: Renamed from
13044         doc/glibc-functions/isxdigit_l.texi.
13045         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
13046         doc/glibc-functions/mbsnrtowcs.texi.
13047         * doc/posix-functions/mkdtemp.texi: Renamed from
13048         doc/glibc-functions/mkdtemp.texi.
13049         * doc/posix-functions/newlocale.texi: Renamed from
13050         doc/glibc-functions/newlocale.texi.
13051         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
13052         doc/glibc-functions/nl_langinfo_l.texi.
13053         * doc/posix-functions/open_memstream.texi: Renamed from
13054         doc/glibc-functions/open_memstream.texi.
13055         * doc/posix-functions/opterr.texi: Renamed from
13056         doc/glibc-functions/opterr.texi.
13057         * doc/posix-functions/optind.texi: Renamed from
13058         doc/glibc-functions/optind.texi.
13059         * doc/posix-functions/optopt.texi: Renamed from
13060         doc/glibc-functions/optopt.texi.
13061         * doc/posix-functions/psignal.texi: Renamed from
13062         doc/glibc-functions/psignal.texi.
13063         * doc/posix-functions/scandir.texi: Renamed from
13064         doc/glibc-functions/scandir.texi.
13065         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
13066         doc/glibc-functions/sched_get_priority_min.texi.
13067         * doc/posix-functions/signgam.texi: Renamed from
13068         doc/glibc-functions/signgam.texi.
13069         * doc/posix-functions/stpcpy.texi: Renamed from
13070         doc/glibc-functions/stpcpy.texi.
13071         * doc/posix-functions/stpncpy.texi: Renamed from
13072         doc/glibc-functions/stpncpy.texi.
13073         * doc/posix-functions/strcasecmp_l.texi: Renamed from
13074         doc/glibc-functions/strcasecmp_l.texi.
13075         * doc/posix-functions/strcoll_l.texi: Renamed from
13076         doc/glibc-functions/strcoll_l.texi.
13077         * doc/posix-functions/strfmon_l.texi: Renamed from
13078         doc/glibc-functions/strfmon_l.texi.
13079         * doc/posix-functions/strftime_l.texi: Renamed from
13080         doc/glibc-functions/strftime_l.texi.
13081         * doc/posix-functions/strncasecmp_l.texi: Renamed from
13082         doc/glibc-functions/strncasecmp_l.texi.
13083         * doc/posix-functions/strndup.texi: Renamed from
13084         doc/glibc-functions/strndup.texi.
13085         * doc/posix-functions/strnlen.texi: Renamed from
13086         doc/glibc-functions/strnlen.texi.
13087         * doc/posix-functions/strsignal.texi: Renamed from
13088         doc/glibc-functions/strsignal.texi.
13089         * doc/posix-functions/strxfrm_l.texi: Renamed from
13090         doc/glibc-functions/strxfrm_l.texi.
13091         * doc/posix-functions/timer_gettime.texi: Renamed from
13092         doc/glibc-functions/timer_gettime.texi.
13093         * doc/posix-functions/tolower_l.texi: Renamed from
13094         doc/glibc-functions/tolower_l.texi.
13095         * doc/posix-functions/toupper_l.texi: Renamed from
13096         doc/glibc-functions/toupper_l.texi.
13097         * doc/posix-functions/towctrans_l.texi: Renamed from
13098         doc/glibc-functions/towctrans_l.texi.
13099         * doc/posix-functions/towlower_l.texi: Renamed from
13100         doc/glibc-functions/towlower_l.texi.
13101         * doc/posix-functions/towupper_l.texi: Renamed from
13102         doc/glibc-functions/towupper_l.texi.
13103         * doc/posix-functions/uselocale.texi: Renamed from
13104         doc/glibc-functions/uselocale.texi.
13105         * doc/posix-functions/vdprintf.texi: Renamed from
13106         doc/glibc-functions/vdprintf.texi.
13107         * doc/posix-functions/wcpcpy.texi:
13108         Renamed from doc/glibc-functions/wcpcpy.texi.
13109         * doc/posix-functions/wcpncpy.texi: Renamed from
13110         doc/glibc-functions/wcpncpy.texi.
13111         * doc/posix-functions/wcscasecmp.texi: Renamed from
13112         doc/glibc-functions/wcscasecmp.texi.
13113         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
13114         doc/glibc-functions/wcscasecmp_l.texi.
13115         * doc/posix-functions/wcscoll_l.texi: Renamed from
13116         doc/glibc-functions/wcscoll_l.texi.
13117         * doc/posix-functions/wcsdup.texi: Renamed from
13118         doc/glibc-functions/wcsdup.texi.
13119         * doc/posix-functions/wcsncasecmp.texi: Renamed from
13120         doc/glibc-functions/wcsncasecmp.texi.
13121         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
13122         doc/glibc-functions/wcsncasecmp_l.texi.
13123         * doc/posix-functions/wcsnlen.texi: Renamed from
13124         doc/glibc-functions/wcsnlen.texi.
13125         * doc/posix-functions/wcsnrtombs.texi: Renamed from
13126         doc/glibc-functions/wcsnrtombs.texi.
13127         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
13128         doc/glibc-functions/wcsxfrm_l.texi.
13129         * doc/posix-functions/wctrans_l.texi: Renamed from
13130         doc/glibc-functions/wctrans_l.texi.
13131         * doc/posix-functions/wctype_l.texi: Renamed from
13132         doc/glibc-functions/wctype_l.texi.
13133         * doc/gnulib.texi (Function Substitutes): Add these subsections.
13134         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
13135         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
13136         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
13137         these subsections.
13138         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
13139         Remove sections.
13140
13141 2008-12-14  Bruno Haible  <bruno@clisp.org>
13142
13143         Update doc for POSIX:2008.
13144         * doc/posix-functions/*.texi: Update URL of POSIX specification.
13145
13146 2008-12-14  Bruno Haible  <bruno@clisp.org>
13147
13148         Update doc for POSIX:2008.
13149         * doc/pastposix-functions/bcmp.texi: Renamed from
13150         doc/posix-functions/bcmp.texi.
13151         * doc/pastposix-functions/bcopy.texi: Renamed from
13152         doc/posix-functions/bcopy.texi.
13153         * doc/pastposix-functions/bsd_signal.texi: Renamed from
13154         doc/posix-functions/bsd_signal.texi.
13155         * doc/pastposix-functions/bzero.texi: Renamed from
13156         doc/posix-functions/bzero.texi.
13157         * doc/pastposix-functions/ecvt.texi: Renamed from
13158         doc/posix-functions/ecvt.texi.
13159         * doc/pastposix-functions/fcvt.texi: Renamed from
13160         doc/posix-functions/fcvt.texi.
13161         * doc/pastposix-functions/ftime.texi: Renamed from
13162         doc/posix-functions/ftime.texi.
13163         * doc/pastposix-functions/gcvt.texi: Renamed from
13164         doc/posix-functions/gcvt.texi.
13165         * doc/pastposix-functions/getcontext.texi: Renamed from
13166         doc/posix-functions/getcontext.texi.
13167         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
13168         doc/posix-functions/gethostbyaddr.texi.
13169         * doc/pastposix-functions/gethostbyname.texi: Renamed from
13170         doc/posix-functions/gethostbyname.texi.
13171         * doc/pastposix-functions/getwd.texi: Renamed from
13172         doc/posix-functions/getwd.texi.
13173         * doc/pastposix-functions/h_errno.texi: Renamed from
13174         doc/posix-functions/h_errno.texi.
13175         * doc/pastposix-functions/index.texi: Renamed from
13176         doc/posix-functions/index.texi.
13177         * doc/pastposix-functions/makecontext.texi: Renamed from
13178         doc/posix-functions/makecontext.texi.
13179         * doc/pastposix-functions/mktemp.texi: Renamed from
13180         doc/posix-functions/mktemp.texi.
13181         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
13182         doc/posix-functions/pthread_attr_getstackaddr.texi.
13183         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
13184         doc/posix-functions/pthread_attr_setstackaddr.texi.
13185         * doc/pastposix-functions/rindex.texi: Renamed from
13186         doc/posix-functions/rindex.texi.
13187         * doc/pastposix-functions/scalb.texi: Renamed from
13188         doc/posix-functions/scalb.texi.
13189         * doc/pastposix-functions/setcontext.texi: Renamed from
13190         doc/posix-functions/setcontext.texi.
13191         * doc/pastposix-functions/swapcontext.texi: Renamed from
13192         doc/posix-functions/swapcontext.texi.
13193         * doc/pastposix-functions/ualarm.texi: Renamed from
13194         doc/posix-functions/ualarm.texi.
13195         * doc/pastposix-functions/usleep.texi: Renamed from
13196         doc/posix-functions/usleep.texi.
13197         * doc/pastposix-functions/vfork.texi: Renamed from
13198         doc/posix-functions/vfork.texi.
13199         * doc/pastposix-functions/wcswcs.texi: Renamed from
13200         doc/posix-functions/wcswcs.texi.
13201         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
13202         (Function Substitutes): Update.
13203
13204 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13205
13206         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
13207         m4/strerror.m4.
13208
13209 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13210             Bruno Haible  <bruno@clisp.org>
13211
13212         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
13213
13214 2008-12-13  Bruno Haible  <bruno@clisp.org>
13215
13216         * modules/strtoull (Depends-on): Remove unistd.
13217
13218 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13219
13220         * modules/strtoull (Depends-on): Add stdlib.
13221
13222 2008-12-11  Simon Josefsson  <simon@josefsson.org>
13223
13224         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
13225
13226 2008-12-10  Jim Meyering  <meyering@redhat.com>
13227
13228         gl_ASSERT: don't say assertions are disabled when they're not
13229         * m4/assert.m4 (gl_ASSERT): Do not make configure report
13230         "checking whether to enable assertions... no", when they are in
13231         fact enabled.  This is solely a bug in the output of configure.
13232         In spite of saying "no", NDEBUG was not defined in that case.
13233         Also, as noted by Eric Blake, leave assertions enabled upon
13234         --enable-assert=INVALID.
13235
13236 2008-12-10  Bruno Haible  <bruno@clisp.org>
13237
13238         Change MODULES.html to refer to POSIX:2008 where possible.
13239         * MODULES.html.sh (POSIX2008_URL): New variable.
13240         (posix_headers): Remove sys/timeb, ucontext.
13241         (posix2001_headers): New variable.
13242         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
13243         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
13244         index, makecontext, mktemp, pthread_attr_getstackaddr,
13245         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
13246         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
13247         (posix2001_functions): New variable.
13248         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
13249         otherwise.
13250
13251 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13252
13253         add missing include to parse-duration.c
13254         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
13255         * modules/parse-duration (Depends-on): Add xalloc.
13256
13257         fix sed script reading maint.mk
13258         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
13259         (syntax-check-rules): Use it.
13260
13261 2008-12-09  Bruno Haible  <bruno@clisp.org>
13262
13263         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
13264         MacOS X 10.4/PowerPC.
13265         Reported by Simon Josefsson.
13266
13267 2008-12-08  Jim Meyering  <meyering@redhat.com>
13268
13269         work around mingw's lack of some S_IF definitions
13270         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
13271         Reported by Simon Josefsson.
13272
13273 2008-12-08  Bruno Haible  <bruno@clisp.org>
13274
13275         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
13276         applied to variables. Needed on MacOS X 10.4/PowerPC.
13277         Reported by Simon Josefsson.
13278
13279 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
13280         and Eric Blake  <ebb9@byu.net>
13281
13282         assert: honor --enable-assert
13283         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
13284         order to honor --enable-assert, rather than treating it as a
13285         synonym for --disable-assert.
13286
13287 2008-12-08  Jim Meyering  <meyering@redhat.com>
13288
13289         * lib/posixtm.c: Remove now-useless declaration of mktime.
13290
13291         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
13292
13293 2008-12-07  Bruno Haible  <bruno@clisp.org>
13294
13295         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
13296         test_once): Mark functions as static.
13297         * tests/test-tls.c (test_tls): Likewise.
13298
13299 2008-12-07  Bruno Haible  <bruno@clisp.org>
13300
13301         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
13302         iconv_register_autodetect.
13303
13304 2008-12-07  Jim Meyering  <meyering@redhat.com>
13305
13306         posixtm.c: avoid a warning
13307         * lib/posixtm.c (posixtime): Don't initialize tm0.
13308         It's no longer needed to placate gcc4's -Wuninitialized,
13309         and the attempt to placate would elicit a new warning.
13310
13311         unicodeio.c: mark unused parameters
13312         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
13313         (fallback_failure_callback): Likewise.
13314
13315 2008-12-07  Bruno Haible  <bruno@clisp.org>
13316
13317         * gnulib-tool (func_create_testdir): When building the tests
13318         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
13319         Reported by Simon Josefsson.
13320
13321 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13322
13323         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
13324
13325 2008-12-06  Bruno Haible  <bruno@clisp.org>
13326
13327         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
13328         Suggested by Eric Blake.
13329
13330 2008-12-06  Bruno Haible  <bruno@clisp.org>
13331
13332         Fix a c-stack test failure on MacOS X.
13333         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
13334         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
13335         handler for SIGBUS as well.
13336         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
13337         install a signal handler for SIGBUS as well.
13338         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
13339
13340 2008-12-06  Bruno Haible  <bruno@clisp.org>
13341
13342         Advocacy documentation.
13343         * doc/gnulib-intro.texi (Benefits): New section.
13344         * doc/gnulib.texi: Update.
13345
13346 2008-12-06  Bruno Haible  <bruno@clisp.org>
13347
13348         Document the 'manywarnings' module.
13349         * doc/manywarnings.texi: New file.
13350         * doc/gnulib.texi: Include it.
13351
13352 2008-12-05  Eric Blake  <ebb9@byu.net>
13353
13354         tests: silence some gcc warnings
13355         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
13356         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
13357         type mismatches.
13358
13359 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13360             Bruno Haible  <bruno@clisp.org>
13361
13362         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
13363
13364 2008-11-29  Jim Meyering  <meyering@redhat.com>
13365
13366         unicodeio.c: mark unused parameters
13367         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
13368         (fallback_failure_callback): Likewise.
13369
13370         fts: fix a thinko
13371         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
13372         (set_stat_type): Return S_IF*-valued "type" directly.
13373         Prompted by James Youngman's spotting a related bug.
13374         Confirmed by further testing through find.
13375
13376         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
13377         * lib/fts.c (D_TYPE): Define.
13378         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
13379         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
13380         (s_ifmt_shift_bits): New function.
13381         (set_stat_type): New function.
13382         (fts_build): When not calling fts_stat, call set_stat_type
13383         to propagate dirent.d_type info to fts_read caller.
13384         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
13385         fts_statp->st_mode type information may be valid.
13386
13387 2008-11-28  Simon Josefsson  <simon@josefsson.org>
13388
13389         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
13390         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
13391         <sds@gnu.org>.
13392
13393 2008-11-20  Bruno Haible  <bruno@clisp.org>
13394
13395         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
13396         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
13397         INCLUDE_NEXT.
13398         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
13399         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
13400         * modules/math (Makefile.am): Substitute
13401         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
13402         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13403
13404 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
13405             Bruno Haible  <bruno@clisp.org>
13406
13407         * lib/stdint.in.h: Define all type macros so that their expansion is
13408         a single typedef'ed token. Fixes a compilation failure in Boost which
13409         does "using ::int8_t;".
13410
13411 2008-11-18  Simon Josefsson  <simon@josefsson.org>
13412
13413         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
13414         gl_MANYWARN_ALL_GCC.
13415         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
13416         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
13417         * modules/manywarnings: New file.
13418         * MODULES.html.sh: Mention manywarnings module.
13419
13420 2008-11-18  Bruno Haible  <bruno@clisp.org>
13421
13422         * doc/gnulib-tool.texi (Unit tests): New section.
13423
13424 2008-11-18  Simon Josefsson  <simon@josefsson.org>
13425
13426         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
13427         paths like 'lib/po/foo.po'.
13428
13429 2008-11-17  Simon Josefsson  <simon@josefsson.org>
13430
13431         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
13432         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
13433
13434 2008-11-17  Simon Josefsson  <simon@josefsson.org>
13435
13436         * m4/warnings.m4: Use CPPFLAGS to really check whether the
13437         parameter works.
13438
13439 2008-11-17  Simon Josefsson  <simon@josefsson.org>
13440
13441         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
13442
13443 2008-11-17  Bruce Korb  <bkorb@gnu.org>
13444
13445         * modules/parse-duration-tests: New file.
13446         * tests/test-parse-duration.sh: New file.
13447         * tests/test-parse-duration.c: New file.
13448
13449         New module 'parse-duration'.
13450         * lib/parse-duration.h: New file.
13451         * lib/parse-duration.c: New file.
13452         * modules/parse-duration: New file.
13453
13454 2008-11-17  Bruno Haible  <bruno@clisp.org>
13455
13456         * tests/test-select-out.sh: Comment out the first pipe test.
13457         Reported by Simon Josefsson.
13458
13459 2008-11-17  Bruno Haible  <bruno@clisp.org>
13460
13461         * modules/getaddrinfo (Depends-on): Add servent, hostent.
13462         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
13463         gl_HOSTENT.
13464
13465 2008-11-17  Bruno Haible  <bruno@clisp.org>
13466
13467         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
13468         -lnetwork and -lnet. Needed for Haiku and BeOS.
13469
13470 2008-11-16  Bruno Haible  <bruno@clisp.org>
13471
13472         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
13473
13474 2008-11-16  Bruno Haible  <bruno@clisp.org>
13475
13476         Avoid test failure on Haiku.
13477         * tests/test-fsync.c: Include <errno.h>.
13478         (main): Don't require that fsync (0) fails.
13479
13480 2008-11-15  Bruno Haible  <bruno@clisp.org>
13481
13482         New module 'hostent'.
13483         * modules/hostent: New file.
13484         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
13485
13486 2008-11-15  Bruno Haible  <bruno@clisp.org>
13487
13488         New module 'servent'.
13489         * modules/servent: New file.
13490         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
13491
13492 2008-11-15  Bruno Haible  <bruno@clisp.org>
13493
13494         Avoid generating same test program with two different rules.
13495         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
13496         test-frexp to test-frexp-nolibm.
13497         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
13498         test-frexpl to test-frexpl-nolibm.
13499
13500 2008-11-15  Bruno Haible  <bruno@clisp.org>
13501
13502         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
13503         $(FREXPL_LIBM).
13504
13505 2008-11-15  Bruno Haible  <bruno@clisp.org>
13506
13507         * lib/netdb.in.h: Activate the definitions also when the system's
13508         <netdb.h> has 'struct addrinfo'.
13509         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
13510         EAI_OVERFLOW or AI_NUMERICSERV.
13511         * doc/posix-headers/netdb.texi: Document the problem.
13512
13513 2008-11-15  Bruno Haible  <bruno@clisp.org>
13514
13515         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
13516
13517         Make the 'sched' module work on platforms where <sched.h> exists but
13518         is incomplete (such as Haiku).
13519         * lib/sched.in.h; Include the system's <sched.h> if it exists.
13520         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
13521         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
13522         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
13523         HAVE_STRUCT_SCHED_PARAM.
13524         * modules/sched (Depends-on): Add include_next.
13525         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
13526         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
13527         * doc/posix-headers/sched.texi: Document the issue.
13528
13529 2008-11-13  Jim Meyering  <meyering@redhat.com>
13530
13531         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
13532         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
13533         test would fail due to the difference in the Report bugs to ...
13534         line.  The expected address is empty, "<>", while the actual
13535         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
13536
13537 2008-11-12  Bruno Haible  <bruno@clisp.org>
13538
13539         lstat: don't compile lstat.c on systems lacking lstat
13540         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
13541         which don't have lstat; this is handled by lib/sys_stat.in.h already.
13542         Reported by Daniel P. Berrange via Jim Meyering.
13543
13544 2008-11-12  Jim Meyering  <meyering@redhat.com>
13545
13546         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
13547
13548 2008-11-12  Simon Josefsson  <simon@josefsson.org>
13549
13550         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
13551         instead.
13552
13553 2008-11-12  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/unicodeio.c: Include unistr.h.
13556         (utf8_wctomb): Remove function.
13557         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
13558
13559 2008-11-12  Simon Josefsson  <simon@josefsson.org>
13560
13561         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
13562         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
13563         <bruno@clisp.org>.
13564         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
13565
13566 2008-11-12  Simon Josefsson  <simon@josefsson.org>
13567
13568         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
13569         * doc/gnulib.texi: Add section for warnings.
13570
13571 2008-11-11  Bruno Haible  <bruno@clisp.org>
13572
13573         * lib/sockets.h: Add a comment.
13574
13575 2008-11-11  Karl Berry  <karl@gnu.org>
13576
13577         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
13578
13579 2008-11-11  Eric Blake  <ebb9@byu.net>
13580
13581         fdl.texi: avoid git symlinks
13582         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
13583
13584 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
13585
13586         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
13587
13588 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
13589
13590         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
13591         (gl_WARN_ADD): Substitute $2 if literal.
13592
13593 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
13594
13595         * m4/warning.m4: Remove.
13596
13597 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
13598
13599         * m4/warnings.m4: Almost complete rewrite. :-)
13600
13601 2008-11-10  Simon Josefsson  <simon@josefsson.org>
13602
13603         * modules/warnings: New module.
13604         * m4/warnings.m4: New file.
13605         * MODULES.html.sh: Mention warnings module.
13606         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
13607         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13608
13609 2008-11-10  Eric Blake  <ebb9@byu.net>
13610
13611         fdl.texi: make a symlink to the latest version
13612         * doc/standards.texi: Revert today's earlier change.
13613         * doc/fdl-1.2.texi: Rename from old fdl.texi...
13614         * doc/fdl.texi: ...and replace this with a symlink to the newer
13615         fdl-1.3.texi.
13616
13617 2008-11-10  Bruno Haible  <bruno@clisp.org>
13618
13619         * tests/test-select-fd.c (main): Accept the result file name as fourth
13620         argument.
13621         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
13622         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
13623
13624 2008-11-10  Bruno Haible  <bruno@clisp.org>
13625
13626         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
13627         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
13628         as autoconf-substituted macros.
13629         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
13630         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
13631         gl_NETDB_H_DEFAULTS. Set these variables.
13632         * modules/netdb (Makefile.am): Substitute these variables.
13633
13634 2008-11-10  Eric Blake  <ebb9@byu.net>
13635
13636         standards.texi: include correct file for FDL 1.3
13637         * doc/standards.texi (GNU Free Documentation License): Change
13638         include file to pull in FDL 1.3, not 1.2.
13639
13640         fdl.texi: revert accidental change to license
13641         * doc/fdl.texi: This is FDL 1.2, not 1.3.
13642
13643 2008-11-10  Bruno Haible  <bruno@clisp.org>
13644
13645         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
13646         cross-compiling guesses also when the native compile gives no result.
13647
13648 2008-11-10  Bruno Haible  <bruno@clisp.org>
13649
13650         * lib/spawni.c (__spawni): Force variable into the stack.
13651
13652 2008-11-10  Bruno Haible  <bruno@clisp.org>
13653
13654         Add support for Haiku.
13655         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
13656         glibc and BeOS, but also on Haiku.
13657         * lib/fpurge.c (fpurge): Likewise.
13658         * lib/freadable.c (freadable): Likewise.
13659         * lib/freadahead.c (freadahead): Likewise.
13660         * lib/freading.c (freading): Likewise.
13661         * lib/freadptr.c (freadptr): Likewise.
13662         * lib/freadseek.c (freadptrinc): Likewise.
13663         * lib/fseeko.c (rpl_fseeko): Likewise.
13664         * lib/fseterr.c (fseterr): Likewise.
13665         * lib/fwritable.c (fwritable): Likewise.
13666         * lib/fwriting.c (fwriting): Likewise.
13667         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
13668
13669 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
13670
13671         * lib/config.charset: Treat Haiku like BeOS.
13672
13673 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
13674
13675         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
13676         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
13677
13678 2008-11-08  Bruno Haible  <bruno@clisp.org>
13679
13680         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
13681         AC_CACHE_CHECK.
13682
13683 2008-11-08  Bruno Haible  <bruno@clisp.org>
13684
13685         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
13686
13687 2008-11-08  Bruno Haible  <bruno@clisp.org>
13688
13689         * tests/test-select-fd.c: New file.
13690         * tests/test-select-in.sh: New file.
13691         * tests/test-select-out.sh: New file.
13692         * tests/test-select-stdin.c: New file.
13693         * modules/select-tests (Files): Add the new files.
13694         (Depends-on): Add gettimeofday.
13695         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
13696         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
13697         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
13698
13699 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
13700             Bruno Haible  <bruno@clisp.org>
13701
13702         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
13703
13704 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
13705
13706         * build-aux/pmccabe2html: Added support for C++ source files.
13707
13708 2008-11-05  Ben Pfaff  <blp@gnu.org>
13709
13710         Fix lib/close.c build on Windows.
13711         * modules/close (Files): Add lib/w32sock.h.
13712
13713 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
13714
13715         Accept Bison's NEWS format.
13716         * build-aux/announce-gen (print_news_deltas): Tweak
13717         $re_prefix.
13718
13719 2008-11-04  Bruno Haible  <bruno@clisp.org>
13720
13721         * modules/random_r (Maintainer): Add glibc.
13722
13723 2008-11-04  Simon Josefsson  <simon@josefsson.org>
13724
13725         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
13726         by karl@freefriends.org (Karl Berry).
13727         * doc/alloca.texi: Likewise.
13728         * doc/c-ctype.texi: Likewise.
13729         * doc/c-strcase.texi: Likewise.
13730         * doc/c-strcaseeq.texi: Likewise.
13731         * doc/c-strcasestr.texi: Likewise.
13732         * doc/c-strstr.texi: Likewise.
13733         * doc/c-strtod.texi: Likewise.
13734         * doc/c-strtold.texi: Likewise.
13735         * doc/ctime.texi: Likewise.
13736         * doc/error.texi: Likewise.
13737         * doc/fdl.texi: Likewise.
13738         * doc/gcd.texi: Likewise.
13739         * doc/getdate.texi: Likewise.
13740         * doc/gnulib-intro.texi: Likewise.
13741         * doc/gnulib-tool.texi: Likewise.
13742         * doc/gnulib.texi: Likewise.
13743         * doc/inet_ntoa.texi: Likewise.
13744         * doc/maintain.texi: Likewise.
13745         * doc/make-stds.texi: Likewise.
13746         * doc/quote.texi: Likewise.
13747         * doc/regexprops-generic.texi: Likewise.
13748         * doc/standards.texi: Likewise.
13749         * doc/verify.texi: Likewise.
13750         * doc/visibility.texi: Likewise.
13751         * doc/gnulib.texi (GNU Free Documentation License): Include
13752         fdl-1.3.texi instead of fdl.texi.
13753
13754 2008-11-04  Simon Josefsson  <simon@josefsson.org>
13755
13756         * doc/fdl-1.3.texi: New file, from
13757         <http://www.gnu.org/licenses/fdl-1.3.texi>.
13758         * modules/fdl-1.3: Add.
13759         * MODULES.html.sh: Add fdl-1.3.
13760
13761 2008-11-03  Bruno Haible  <bruno@clisp.org>
13762
13763         Make determination of absolute name of header file work with AIX xlc.
13764         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
13765         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
13766         preprocessing.
13767         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13768         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13769
13770 2008-11-03  Simon Josefsson  <simon@josefsson.org>
13771
13772         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
13773         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
13774         <ludo@gnu.org>.
13775
13776 2008-11-02  Bruno Haible  <bruno@clisp.org>
13777
13778         Mark 'strpbrk' obsolete.
13779         * modules/strpbrk (Status, Notice): New sections.
13780         * modules/strtok_r (Depends-on): Add strpbrk.
13781
13782 2008-11-02  Bruno Haible  <bruno@clisp.org>
13783
13784         Mark 'strdup' obsolete.
13785         * modules/strdup (Status, Notice): New sections.
13786         * modules/findprog (Depends-on): Add strdup.
13787         * modules/getaddrinfo (Depends-on): Likewise.
13788         * modules/localename (Depends-on): Likewise.
13789         * modules/relocatable-lib (Depends-on): Likewise.
13790         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
13791         * modules/relocatable-prog (Depends-on): Likewise.
13792         * modules/trim (Depends-on): Likewise.
13793         * modules/unictype/gen-ctype (Depends-on): Likewise.
13794         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
13795
13796 2008-11-02  Bruno Haible  <bruno@clisp.org>
13797
13798         Mark 'strcspn' obsolete.
13799         * modules/strcspn (Status, Notice): New sections.
13800
13801 2008-11-02  Bruno Haible  <bruno@clisp.org>
13802
13803         Mark 'rmdir' obsolete.
13804         * modules/rmdir (Status, Notice): New sections.
13805         * modules/clean-temp (Depends-on): Add rmdir.
13806         * modules/openat (Depends-on): Likewise.
13807
13808 2008-11-02  Bruno Haible  <bruno@clisp.org>
13809
13810         Mark 'raise' obsolete.
13811         * modules/raise (Status, Notice): New sections.
13812         (Include): Specify <signal.h>.
13813         * modules/stdio (Depends-on): Add raise.
13814         * modules/write (Depends-on): Likewise.
13815
13816 2008-11-02  Bruno Haible  <bruno@clisp.org>
13817
13818         Mark 'memset' obsolete.
13819         * modules/memset (Status, Notice): New sections.
13820
13821 2008-11-02  Bruno Haible  <bruno@clisp.org>
13822
13823         Mark 'memmove' obsolete.
13824         * modules/memmove (Status, Notice): New sections.
13825         * modules/argp (Depends-on): Add memmove.
13826         * modules/argz (Depends-on): Likewise.
13827         * modules/canonicalize (Depends-on): Likewise.
13828         * modules/canonicalize-lgpl (Depends-on): Likewise.
13829         * modules/fts (Depends-on): Likewise.
13830         * modules/getcwd (Depends-on): Likewise.
13831         * modules/human (Depends-on): Likewise.
13832         * modules/regex (Depends-on): Likewise.
13833         * modules/striconveh (Depends-on): Likewise.
13834         * modules/trim (Depends-on): Likewise.
13835         * modules/unistr/u8-move (Depends-on): Likewise.
13836         * modules/unistr/u16-move (Depends-on): Likewise.
13837         * modules/unistr/u32-move (Depends-on): Likewise.
13838
13839 2008-11-02  Bruno Haible  <bruno@clisp.org>
13840
13841         Mark 'memcpy' obsolete.
13842         * modules/memcpy (Status, Notice): New sections.
13843
13844 2008-11-02  Bruno Haible  <bruno@clisp.org>
13845
13846         Mark 'memcmp' obsolete.
13847         * modules/memcmp (Status, Notice): New sections.
13848         * modules/argmatch (Depends-on): Add memchr.
13849         * modules/backupfile (Depends-on): Likewise.
13850         * modules/c-strcasestr (Depends-on): Likewise.
13851         * modules/crypto/des (Depends-on): Likewise.
13852         * modules/csharpcomp (Depends-on): Likewise.
13853         * modules/fnmatch (Depends-on): Likewise.
13854         * modules/git-merge-changelog (Depends-on): Likewise.
13855         * modules/isnand (Depends-on): Likewise.
13856         * modules/isnand-nolibm (Depends-on): Likewise.
13857         * modules/isnanf (Depends-on): Likewise.
13858         * modules/isnanf-nolibm (Depends-on): Likewise.
13859         * modules/isnanl (Depends-on): Likewise.
13860         * modules/isnanl-nolibm (Depends-on): Likewise.
13861         * modules/mbchar (Depends-on): Likewise.
13862         * modules/memcoll (Depends-on): Likewise.
13863         * modules/quotearg (Depends-on): Likewise.
13864         * modules/regex (Depends-on): Likewise.
13865         * modules/relocatable-prog (Depends-on): Likewise.
13866         * modules/same (Depends-on): Likewise.
13867         * modules/signbit (Depends-on): Likewise.
13868         * modules/strcasestr-simple (Depends-on): Likewise.
13869         * modules/unictype/gen-ctype (Depends-on): Likewise.
13870         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
13871         * modules/uniname/uniname (Depends-on): Likewise.
13872         * modules/unistr/u8-cmp (Depends-on): Likewise.
13873
13874 2008-11-02  Bruno Haible  <bruno@clisp.org>
13875
13876         Mark 'memchr' obsolete.
13877         * modules/memchr (Status, Notice): New sections.
13878         * modules/argp (Depends-on): Add memchr.
13879         * modules/base64 (Depends-on): Likewise.
13880         * modules/c-strcasestr (Depends-on): Likewise.
13881         * modules/chdir-long (Depends-on): Likewise.
13882         * modules/fnmatch (Depends-on): Likewise.
13883         * modules/getsubopt (Depends-on): Likewise.
13884         * modules/git-merge-changelog (Depends-on): Likewise.
13885         * modules/glob (Depends-on): Likewise.
13886         * modules/strcasestr-simple (Depends-on): Likewise.
13887         * modules/strnlen (Depends-on): Likewise.
13888
13889 2008-11-02  Bruno Haible  <bruno@clisp.org>
13890
13891         Mark 'atexit' obsolete.
13892         * modules/atexit (Status, Notice): New sections.
13893         * modules/chdir-long (Depends-on): Add atexit.
13894         * modules/wait-process (Depends-on): Likewise.
13895
13896 2008-11-02  Bruno Haible  <bruno@clisp.org>
13897
13898         * gnulib-tool: New option --with-obsolete.
13899         (func_usage): Document it.
13900         (func_modules_transitive_closure): Drop obsolete dependencies if
13901         incobsolete is not true.
13902         (func_import): Read and save the incobsolete variable to the cache.
13903
13904 2008-11-02  Bruno Haible  <bruno@clisp.org>
13905
13906         * modules/TEMPLATE-EXTENDED: New field 'Status'.
13907         * gnulib-tool: New option --extract-status.
13908         (func_usage): Document it.
13909         (sed_extract_prog): Recognize it.
13910         (func_get_status): New function.
13911
13912 2008-10-30  Simon Josefsson  <simon@josefsson.org>
13913
13914         * modules/sockets (License): Change from LGPL to LGPLv2+.
13915
13916 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13917
13918         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
13919
13920 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13921
13922         * MODULES.html.sh (Support for systems lacking POSIX:2001):
13923         Mention times and sys_times.
13924         * modules/sys_times, modules/sys_times-tests: New modules.
13925         * modules/times, modules/times-tests: Likewise
13926         * m4/sys_times_h.m4: New file.
13927         * lib/sys_times.in.h: Likewise
13928         * lib/times.c: Likewise.
13929         * tests/test-sys_times.c: Likewise.
13930         * tests/test-times.c: Likewise.
13931         * doc/posix-headers/sys_times.texi: Update.
13932         * doc/posix-functions/times.texi: Update.
13933
13934 2008-10-28  Jim Meyering  <meyering@redhat.com>
13935
13936         * modules/tempname (Depends-on): Add lstat.
13937
13938         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
13939
13940 2008-10-28  Simon Josefsson  <simon@josefsson.org>
13941
13942         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
13943         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
13944         using idiom used elsewhere in gnulib.
13945
13946 2008-10-27  Jim Meyering  <meyering@redhat.com>
13947
13948         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
13949
13950 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13951
13952         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
13953         TESTS_ENVIRONMENT, for shell scripts that needs to call built
13954         programs.
13955         * tests/test-argp-2.sh: Use $EXEEXT when needed.
13956
13957 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13958
13959         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
13960
13961 2008-10-27  Bruno Haible  <bruno@clisp.org>
13962
13963         * tests/test-lstat.c: Include <stdio.h>.
13964
13965 2008-10-27  Simon Josefsson  <simon@josefsson.org>
13966
13967         * modules/lstat-tests: New module.
13968         * tests/test-lstat.c: New file.
13969
13970 2008-10-26  Jim Meyering  <meyering@redhat.com>
13971
13972         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
13973
13974 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13975             Bruno Haible  <bruno@clisp.org>
13976
13977         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
13978         * modules/configmake (Include): Add a note that the include must come
13979         after all system headers.
13980         * lib/javaversion.c: Include configmake.h after all other includes.
13981
13982 2008-10-26  Bruno Haible  <bruno@clisp.org>
13983
13984         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
13985         HAVE_STRUCT_RANDOM_DATA to 1.
13986         (gl_STDLIB_H): Simplify.
13987
13988 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13989
13990         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
13991         substitute HAVE_STRUCT_RANDOM_DATA.
13992         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
13993         random_data.
13994         * modules/stdlib (Makefile.am): Substitute
13995         HAVE_STRUCT_RANDOM_DATA.
13996
13997 2008-10-26  Simon Josefsson  <simon@josefsson.org>
13998
13999         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
14000         * doc/gnulib-intro.texi (Copyright): Likewise.
14001
14002 2008-10-26  Simon Josefsson  <simon@josefsson.org>
14003
14004         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
14005         findings.
14006
14007 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
14008             Bruno Haible  <bruno@clisp.org>
14009
14010         * lib/unistd.in.h: Include <winsock2.h>.
14011         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
14012         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
14013         Provide dummy declarations.
14014         (gethostname): Override.
14015         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
14016         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
14017         gl_PREREQ_SYS_H_WINSOCK2.
14018         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
14019         * doc/posix-functions/gethostname.texi: More details.
14020
14021 2008-10-25  Bruno Haible  <bruno@clisp.org>
14022
14023         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
14024         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
14025         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
14026
14027         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
14028         here ...
14029         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
14030         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
14031         gl_UNISTD_H_DEFAULTS.
14032
14033 2008-10-25  Eric Blake  <ebb9@byu.net>
14034
14035         signbit: avoid spurious compiler failure
14036         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
14037         declarations inside function.
14038
14039 2008-10-24  Simon Josefsson  <simon@josefsson.org>
14040             Bruno Haible  <bruno@clisp.org>
14041
14042         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
14043         * modules/random_r (Depends-on): Add stdint.
14044
14045 2008-10-24  Bruno Haible  <bruno@clisp.org>
14046
14047         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
14048         Eggert.
14049         * modules/strerror (License): Likewise.
14050
14051 2008-10-24  Jim Meyering  <meyering@redhat.com>
14052
14053         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
14054         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
14055
14056 2008-10-24  Eric Blake  <ebb9@byu.net>
14057
14058         getgroups: fix compilation when getgroups is available
14059         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
14060         but with <config.h> override of getgroups disabled.
14061
14062 2008-10-24  Simon Josefsson  <simon@josefsson.org>
14063
14064         * doc/gnulib.texi (Header files): Add note about C++ problems.
14065         Explained by Bruno Haible <bruno@clisp.org>.
14066
14067 2008-10-23  Bruno Haible  <bruno@clisp.org>
14068
14069         Define a dummy SA_NODEFER macro on Interix.
14070         * lib/signal.in.h (SA_NODEFER): Define fallback.
14071         Reported by Aleksey Cheusov <cheusov@tut.by> via
14072         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
14073
14074 2008-10-23  Bruno Haible  <bruno@clisp.org>
14075
14076         * modules/freadahead (License): Change to LGPLv2+.
14077         Suggested by Simon Josefsson.
14078
14079 2008-10-23  Jim Meyering  <meyering@redhat.com>
14080
14081         random_r: new module
14082         * modules/random_r: New file.
14083         * m4/random_r.m4: New file.
14084         * lib/random_r.c: New file, from glibc.
14085         * modules/random_r-tests: New file.
14086         * tests/test-random_r.c: New file.
14087         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
14088          Declare.
14089         (RAND_MAX): Define.
14090         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
14091         * modules/stdlib: Substitute them, too.
14092         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
14093         * doc/glibc-functions/initstate_r.texi: Mention the new module.
14094         * doc/glibc-functions/random_r.texi: Likewise.
14095         * doc/glibc-functions/setstate_r.texi: Likewise.
14096         * doc/glibc-functions/srandom_r.texi: Likewise.
14097         * config/srclist.txt: Mention it.
14098
14099 2008-10-23  David Lutterkort  <lutter@redhat.com>
14100
14101         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
14102         link requirement
14103
14104 2008-10-23  Jim Meyering  <meyering@redhat.com>
14105
14106         selinux-h: mark parameters of stub functions as intentionally unused
14107         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
14108         * lib/se-context.in.h: Likewise.
14109
14110 2008-10-22  Simon Josefsson  <simon@josefsson.org>
14111
14112         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
14113
14114 2008-10-22  Simon Josefsson  <simon@josefsson.org>
14115
14116         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
14117
14118 2008-10-22  Eric Blake  <ebb9@byu.net>
14119
14120         glthread/thread: avoid compiler warning
14121         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
14122         Add unreachable abort to silence compiler.
14123
14124 2008-10-22  Eric Blake  <ebb9@byu.net>
14125
14126         netdb: also supply struct addrinfo for cygwin 1.5.x
14127         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
14128         older cygwin.
14129         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
14130         cygwin.
14131         * doc/posix-headers/netdb.texi (netdb.h): Document this.
14132
14133 2008-10-22  Bruno Haible  <bruno@clisp.org>
14134
14135         * users.txt: Update entry about pspp.
14136
14137 2008-10-21  Bruno Haible  <bruno@clisp.org>
14138
14139         Simplification.
14140         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
14141         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
14142
14143         Simplification.
14144         * lib/ioctl.c (ioctl): Don't undefine.
14145         * lib/socket.c (socket): Don't undefine.
14146
14147         Remove unused module indicator macros.
14148         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
14149         GNULIB_$1 as a C macro.
14150
14151         * doc/posix-functions/close.texi: Undo last change.
14152         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
14153         Windows platforms.
14154
14155 2008-10-21  Bruno Haible  <bruno@clisp.org>
14156
14157         Add gethostname() declaration to <unistd.h>.
14158         * lib/unistd.in.h (gethostname): New declaration.
14159         * lib/gethostname.c: Include <unistd.h>.
14160         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
14161         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
14162         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
14163         and HAVE_GETHOSTNAME.
14164         * modules/gethostname (Depends-on): Add unistd.
14165         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14166         (Include): Specify <unistd.h>.
14167         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
14168         HAVE_GETHOSTNAME.
14169         * tests/test-gethostname.c: Include <unistd.h> first.
14170
14171 2008-10-21  Bruno Haible  <bruno@clisp.org>
14172
14173         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
14174         * modules/select-tests (Depends-on): Likewise.
14175         Reported by Simon Josefsson.
14176
14177 2008-10-21  Simon Josefsson  <simon@josefsson.org>
14178
14179         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
14180         * lib/accept.c: New file, based on winsock.c.
14181         * lib/bind.c: New file, based on winsock.c.
14182         * lib/connect.c: New file, based on winsock.c.
14183         * lib/getpeername.c: New file, based on winsock.c.
14184         * lib/getsockname.c: New file, based on winsock.c.
14185         * lib/getsockopt.c: New file, based on winsock.c.
14186         * lib/ioctl.c: New file, based on winsock.c.
14187         * lib/listen.c: New file, based on winsock.c.
14188         * lib/recv.c: New file, based on winsock.c.
14189         * lib/recvfrom.c: New file, based on winsock.c.
14190         * lib/send.c: New file, based on winsock.c.
14191         * lib/sendto.c: New file, based on winsock.c.
14192         * lib/setsockopt.c: New file, based on winsock.c.
14193         * lib/shutdown.c: New file, based on winsock.c.
14194         * lib/socket.c: New file, based on winsock.c.
14195         * lib/w32sock.h: New file, based on winsock.c.
14196         * lib/winsock.c: Remove file.
14197         * modules/accept: Likewise.
14198         * modules/bind: Likewise.
14199         * modules/connect: Likewise.
14200         * modules/getpeername: Likewise.
14201         * modules/getsockname: Likewise.
14202         * modules/getsockopt: Likewise.
14203         * modules/ioctl: Likewise.
14204         * modules/listen: Likewise.
14205         * modules/recv: Likewise.
14206         * modules/recvfrom: Likewise.
14207         * modules/send: Likewise.
14208         * modules/sendto: Likewise.
14209         * modules/setsockopt: Likewise.
14210         * modules/shutdown: Likewise.
14211         * modules/socket: Use socket.c instead of winsock.c.
14212         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
14213         * doc/posix-functions/accept.texi: Doc fix.
14214         * doc/posix-functions/bind.texi: Doc fix.
14215         * doc/posix-functions/close.texi: Doc fix.
14216         * doc/posix-functions/connect.texi: Doc fix.
14217         * doc/posix-functions/getpeername.texi: Doc fix.
14218         * doc/posix-functions/getsockname.texi: Doc fix.
14219         * doc/posix-functions/getsockopt.texi: Doc fix.
14220         * doc/posix-functions/ioctl.texi: Doc fix.
14221         * doc/posix-functions/listen.texi: Doc fix.
14222         * doc/posix-functions/recv.texi: Doc fix.
14223         * doc/posix-functions/recvfrom.texi: Doc fix.
14224         * doc/posix-functions/send.texi: Doc fix.
14225         * doc/posix-functions/sendto.texi: Doc fix.
14226         * doc/posix-functions/setsockopt.texi: Doc fix.
14227         * doc/posix-functions/shutdown.texi: Doc fix.
14228         * doc/posix-functions/socket.texi: Doc fix.
14229
14230 2008-10-20  Bruno Haible  <bruno@clisp.org>
14231
14232         Take into account the role of SIGABRT_COMPAT on Windows 2008.
14233         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
14234         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
14235         as an alias for SIGABRT.
14236         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
14237         (sigaction): Map it to SIGABRT.
14238         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
14239
14240 2008-10-20  Bruno Haible  <bruno@clisp.org>
14241
14242         * lib/fts.c: Don't include lstat.h.
14243         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
14244
14245         Move the lstat() declaration to <sys/stat.h>.
14246         * lib/lstat.h: Remove file.
14247         * lib/sys_stat.in.h: Add special invocation convention.
14248         (lstat): New declaration.
14249         * lib/lstat.c (orig_lstat): New function.
14250         (rpl_lstat): Use orig_lstat instead of lstat.
14251         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
14252         AC_C_INLINE. Set REPLACE_LSTAT.
14253         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
14254         and REPLACE_LSTAT.
14255         * modules/lstat (Files): Remove lib/lstat.h.
14256         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
14257         (Include): Specify <sys/stat.h> instead of lstat.h.
14258         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
14259         REPLACE_LSTAT.
14260         * NEWS: Mention the change.
14261
14262 2008-10-20  Bruno Haible  <bruno@clisp.org>
14263
14264         * modules/posix_spawn-tests: New file.
14265         * tests/test-posix_spawn3.c: New file.
14266
14267 2008-10-20  Bruno Haible  <bruno@clisp.org>
14268
14269         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
14270         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
14271         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
14272         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
14273         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
14274
14275 2008-10-20  Bruno Haible  <bruno@clisp.org>
14276
14277         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
14278         of posix_spawn on AIX 5.3.
14279
14280 2008-10-20  Bruno Haible  <bruno@clisp.org>
14281
14282         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
14283
14284 2008-10-20  Bruno Haible  <bruno@clisp.org>
14285
14286         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
14287         of AC_LANG_PROGRAM.
14288
14289 2008-10-20  Simon Josefsson  <simon@josefsson.org>
14290
14291         * lib/netdb.in.h: Don't define GNU specific constants until they
14292         are supported or needed.  Reported by Bruno Haible
14293         <bruno@clisp.org>.
14294
14295 2008-10-20  Simon Josefsson  <simon@josefsson.org>
14296
14297         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
14298
14299 2008-10-20  Simon Josefsson  <simon@josefsson.org>
14300
14301         * lib/getaddrinfo.h: Remove file.
14302         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
14303         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
14304         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
14305         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
14306         * modules/netdb: Substitute GNULIB_GETADDRINFO.
14307         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
14308         * tests/test-getaddrinfo.c: Likewise.
14309         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
14310         * NEWS: Mention change.
14311
14312 2008-10-19  Bruno Haible  <bruno@clisp.org>
14313
14314         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
14315
14316 2008-10-19  Bruno Haible  <bruno@clisp.org>
14317
14318         * lib/wait-process.c: Include simply <sys/wait.h>.
14319         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
14320         WIFSTOPPED): Remove fallback definitions.
14321         * modules/wait-process (Depends-on): Add sys_wait.
14322
14323         New module 'sys_wait'.
14324         * modules/sys_wait: New file.
14325         * lib/sys_wait.in.h: New file, partially copied from
14326         lib/wait-process.c.
14327         * m4/sys_wait_h.m4: New file.
14328         * doc/posix-headers/sys_wait.texi: Mention the new module.
14329
14330 2008-10-19  Bruno Haible  <bruno@clisp.org>
14331
14332         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
14333
14334 2008-10-19  Bruno Haible  <bruno@clisp.org>
14335
14336         Assume that waitpid() fills an 'int' status, not a 'union wait'.
14337         * lib/wait-process.c (WAIT_T): Remove type.
14338         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
14339         (wait_subprocess): Update.
14340
14341 2008-10-19  Bruno Haible  <bruno@clisp.org>
14342
14343         New module 'atoll'.
14344         * modules/atoll: New file.
14345         * lib/stdlib.in.h (atoll): New declaration.
14346         * lib/atoll.c: New file, from glibc with modifications.
14347         * m4/atoll.m4: New file.
14348         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
14349         HAVE_ATOLL.
14350         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
14351         * doc/posix-functions/atoll.texi: Mention the new module.
14352
14353 2008-10-19  Bruno Haible  <bruno@clisp.org>
14354
14355         Add strtoull() declaration to <stdlib.h>.
14356         * lib/stdlib.in.h (strtoull): New declaration.
14357         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
14358         Set HAVE_STRTOULL.
14359         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
14360         HAVE_STRTOULL.
14361         * modules/strtoull (Depends-on): Add stdlib.
14362         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14363         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
14364         HAVE_STRTOULL.
14365
14366 2008-10-19  Bruno Haible  <bruno@clisp.org>
14367
14368         Add strtoll() declaration to <stdlib.h>.
14369         * lib/stdlib.in.h (strtoll): New declaration.
14370         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
14371         Set HAVE_STRTOLL.
14372         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
14373         HAVE_STRTOLL.
14374         * modules/strtoll (Depends-on): Add stdlib.
14375         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14376         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
14377
14378 2008-10-19  Bruno Haible  <bruno@clisp.org>
14379
14380         * modules/bcopy (Depends-on): Add strings.
14381         (Include): Specify <strings.h>.
14382
14383 2008-10-19  Bruno Haible  <bruno@clisp.org>
14384
14385         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
14386
14387 2008-10-19  Bruno Haible  <bruno@clisp.org>
14388
14389         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
14390         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
14391         mingw.
14392
14393 2008-10-19  Bruno Haible  <bruno@clisp.org>
14394
14395         * lib/atanl.c: Don't include isnanl.h.
14396         * lib/cosl.c: Likewise.
14397         * lib/ldexpl.c: Likewise.
14398         * lib/logl.c: Likewise.
14399         * lib/sinl.c: Likewise.
14400         * lib/sqrtl.c: Likewise.
14401         * lib/tanl.c: Likewise.
14402
14403         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
14404         * lib/isnanf.h: Remove file.
14405         * lib/isnand.h: Remove file.
14406         * lib/isnanl.h: Remove file.
14407         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
14408         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
14409         macros.
14410         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
14411         HAVE_ISNANF, don't define it as a C macro.
14412         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
14413         HAVE_ISNAND, don't define it as a C macro.
14414         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
14415         HAVE_ISNANL, don't define it as a C macro.
14416         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
14417         HAVE_ISNAN[FDL].
14418         * modules/isnanf (Files): Remove lib/isnanf.h.
14419         (Depends-on): Add math.
14420         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
14421         (Include): Specify <math.h> instead of isnanf.h.
14422         * modules/isnand (Files): Remove lib/isnand.h.
14423         (Depends-on): Add math.
14424         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
14425         (Include): Specify <math.h> instead of isnand.h.
14426         * modules/isnanl (Files): Remove lib/isnanl.h.
14427         (Depends-on): Add math.
14428         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
14429         (Include): Specify <math.h> instead of isnanl.h.
14430         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
14431         HAVE_ISNAN[FDL].
14432         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
14433         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
14434         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
14435         * NEWS: Mention the change.
14436
14437 2008-10-18  Bruno Haible  <bruno@clisp.org>
14438
14439         Add getusershell(), setusershell(), endusershell() declarations to
14440         <unistd.h>.
14441         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
14442         declarations.
14443         * lib/getusershell.c: Include unistd.h.
14444         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
14445         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
14446         HAVE_GETUSERSHELL.
14447         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
14448         and HAVE_GETUSERSHELL.
14449         * modules/getusershell (Depends-on): Add unistd, extensions.
14450         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14451         (Include): Specify <unistd.h>.
14452         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
14453         HAVE_GETUSERSHELL.
14454
14455 2008-10-18  Bruno Haible  <bruno@clisp.org>
14456
14457         Add a getloadavg() declaration to <stdlib.h>.
14458         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
14459         getloadavg declaration.
14460         (getloadavg): New declaration.
14461         * lib/getloadavg.c: Include <stdlib.h> first.
14462         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
14463         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
14464         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
14465         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
14466         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
14467         * modules/getloadavg (Depends-on): Add stdlib, extensions.
14468         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14469         (Include): Specify <stdlib.h>.
14470         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
14471         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
14472
14473 2008-10-18  Bruno Haible  <bruno@clisp.org>
14474
14475         * lib/dirchownmod.c: Don't include lchmod.h.
14476
14477         Move the lchmod() declaration to <sys/stat.h>.
14478         * lib/lchmod.h: Remove file.
14479         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
14480         (lchmod): New declaration, moved here from lib/lchown.h.
14481         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
14482         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
14483         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
14484         and HAVE_LCHMOD.
14485         * modules/lchmod (Files): Remove lib/lchmod.h.
14486         (Depends-on): Add sys_stat, extensions.
14487         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
14488         (Include): Specify <sys/stat.h> instead of lchmod.h.
14489         * modules/sys_stat (Depends-on): Add link-warning.
14490         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
14491         definition of GL_LINK_WARNING.
14492         * NEWS: Mention the change.
14493
14494 2008-10-18  Bruno Haible  <bruno@clisp.org>
14495
14496         * lib/fchdir.c: Don't include dirfd.h.
14497         * lib/fts.c: Likewise.
14498         * lib/getcwd.c: Likewise.
14499         * lib/glob.c: Likewise.
14500
14501         Move the dirfd() declaration to <dirent.h>.
14502         * lib/dirfd.h: Remove file.
14503         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
14504         (dirfd): New declaration.
14505         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
14506         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
14507         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
14508         HAVE_DECL_DIRFD.
14509         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
14510         HAVE_DECL_DIRFD.
14511         * modules/dirfd (Files): Remove lib/dirfd.h.
14512         (Depends-on): Add dirent, extensions.
14513         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
14514         (Include): Specify <dirent.h> instead of dirfd.h.
14515         * modules/dirent (Depends-on): Add link-warning.
14516         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
14517         definition of GL_LINK_WARNING.
14518         * NEWS: Mention the change.
14519
14520 2008-10-18  Bruno Haible  <bruno@clisp.org>
14521
14522         Move the euidaccess() declaration to <unistd.h>.
14523         * lib/euidaccess.h: Remove file.
14524         * lib/unistd.in.h (euidaccess): New declaration.
14525         * lib/euidaccess.c: Don't include euidaccess.h.
14526         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
14527         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
14528         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
14529         and HAVE_EUIDACCESS.
14530         * modules/euidaccess (Files): Remove lib/euidaccess.h.
14531         (Depends-on): Add unistd.
14532         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14533         (Include): Specify <unistd.h> instead of euidaccess.h.
14534         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
14535         HAVE_EUIDACCESS.
14536         * NEWS: Mention the change.
14537
14538 2008-10-18  Bruno Haible  <bruno@clisp.org>
14539
14540         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
14541
14542         Move the getdomainname() declaration to <unistd.h>.
14543         * lib/getdomainname.h: Remove file.
14544         * lib/unistd.in.h (getdomainname): New declaration.
14545         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
14546         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
14547         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
14548         HAVE_GETDOMAINNAME.
14549         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14550         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
14551         * modules/getdomainname (Files): Remove lib/getdomainname.h.
14552         (Depends-on): Add unistd, extensions.
14553         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14554         (Includes): Specify <unistd.h> instead of getdomainname.h.
14555         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
14556         HAVE_GETDOMAINNAME.
14557         * NEWS: Mention the change.
14558
14559 2008-10-18  Bruno Haible  <bruno@clisp.org>
14560
14561         * modules/dirent: New file.
14562         * m4/dirent_h.m4: New file.
14563         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
14564         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
14565         * modules/fchdir (Files): Remove lib/dirent.in.h.
14566         (Depends-on): Add dirent.
14567         (Makefile.am): Move rules to modules/dirent.
14568         * doc/posix-headers/dirent.texi: Mention the new module.
14569
14570 2008-10-18  Bruno Haible  <bruno@clisp.org>
14571
14572         Avoid -Wunused-parameter warnings in public gnulib header files.
14573         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
14574         macro.
14575         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
14576
14577 2008-10-18  Bruno Haible  <bruno@clisp.org>
14578
14579         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
14580         * doc/glibc-functions/error.texi: Mention the module 'error'.
14581         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
14582         * doc/glibc-functions/getdomainname.texi: Mention the module
14583         'getdomainname'.
14584         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
14585         * doc/glibc-functions/getpagesize.texi: Mention the module
14586         'getpagesize'.
14587         * doc/glibc-functions/getusershell.texi: Mention the module
14588         'getusershell'.
14589         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
14590         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
14591         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
14592         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
14593         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
14594         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
14595         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
14596         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
14597         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
14598         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
14599         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
14600         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
14601         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
14602         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
14603
14604 2008-10-17  Bruno Haible  <bruno@clisp.org>
14605
14606         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
14607         HP-UX and IRIX, use -0.0L.
14608         * tests/test-ceill.c (minus_zero): Likewise.
14609         * tests/test-floorl.c (minus_zero): Likewise.
14610         * tests/test-frexpl.c (minus_zero): Likewise.
14611         * tests/test-isnan.c (minus_zerol): Likewise.
14612         * tests/test-isnanl.h (minus_zero): Likewise.
14613         * tests/test-ldexpl.c (minus_zero): Likewise.
14614         * tests/test-roundl.c (minus_zero): Likewise.
14615         * tests/test-signbit.c (minus_zerol): Likewise.
14616         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
14617         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
14618         * tests/test-truncl.c (minus_zero): Likewise.
14619         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
14620         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
14621         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
14622         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
14623
14624 2008-10-17  Bruno Haible  <bruno@clisp.org>
14625
14626         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
14627         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
14628         that it gets activated only for gcc >= 3.0.
14629         * lib/dirent.in.h: Likewise.
14630         * lib/errno.in.h: Likewise.
14631         * lib/fcntl.in.h: Likewise.
14632         * lib/float.in.h: Likewise.
14633         * lib/iconv.in.h: Likewise.
14634         * lib/inttypes.in.h: Likewise.
14635         * lib/locale.in.h: Likewise.
14636         * lib/math.in.h: Likewise.
14637         * lib/netdb.in.h: Likewise.
14638         * lib/netinet_in.in.h: Likewise.
14639         * lib/search.in.h: Likewise.
14640         * lib/signal.in.h: Likewise.
14641         * lib/spawn.in.h: Likewise.
14642         * lib/stdarg.in.h: Likewise.
14643         * lib/stdint.in.h: Likewise.
14644         * lib/stdio.in.h: Likewise.
14645         * lib/stdlib.in.h: Likewise.
14646         * lib/string.in.h: Likewise.
14647         * lib/strings.in.h: Likewise.
14648         * lib/sys_file.in.h: Likewise.
14649         * lib/sys_ioctl.in.h: Likewise.
14650         * lib/sys_select.in.h: Likewise.
14651         * lib/sys_socket.in.h: Likewise.
14652         * lib/sys_stat.in.h: Likewise.
14653         * lib/sys_time.in.h: Likewise.
14654         * lib/sysexits.in.h: Likewise.
14655         * lib/time.in.h: Likewise.
14656         * lib/unistd.in.h: Likewise.
14657         * lib/wchar.in.h: Likewise.
14658         * lib/wctype.in.h: Likewise.
14659         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14660
14661 2008-10-17  Jim Meyering  <meyering@redhat.com>
14662
14663         ignore-value: don't depend on inline module
14664         * modules/ignore-value (Depends-on): Remove 'inline'.
14665         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
14666         Suggestion from Bruno Haible.
14667
14668 2008-10-17  Bruno Haible  <bruno@clisp.org>
14669
14670         New implementation of condition variables for Win32.
14671         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
14672         (gl_linked_waitqueue_t): New type.
14673         (gl_cond_t): Use it.
14674         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
14675         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
14676         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
14677         (glthread_cond_init_func, glthread_cond_wait_func,
14678         glthread_cond_timedwait_func, glthread_cond_signal_func,
14679         glthread_cond_broadcast_func, glthread_cond_destroy_func):
14680         Reimplemented on the basis of gl_linked_waitqueue_t.
14681         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
14682         gl_waitqueue_t.
14683         (gl_rwlock_t): Update.
14684         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
14685
14686 2008-10-17  Simon Josefsson  <simon@josefsson.org>
14687
14688         * modules/recvfrom (Depends-on): Add dependency on getpeername.
14689         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14690
14691 2008-10-17  Jim Meyering  <meyering@redhat.com>
14692
14693         ignore-value: new module
14694         * modules/ignore-value: New file.
14695         * lib/ignore-value.h: New file.
14696         * MODULES.html.sh (Compiler warning management): New section,
14697         just for this module.  More to come.
14698
14699 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14700
14701         open-safer.c: avoid 'signed and unsigned in conditional...' warning
14702         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
14703         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
14704
14705 2008-10-16  Jim Meyering  <meyering@redhat.com>
14706
14707         openat-die.c: avoid 'no previous prototype' warning
14708         * lib/openat-die.c: Include "openat.h".
14709         Reported by Reuben Thomas <rrt@sc3d.org>.
14710
14711 2008-10-16  Simon Josefsson  <simon@josefsson.org>
14712
14713         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
14714         * lib/netdb.in.h: Fix typo.
14715         Reported by Bruno Haible  <bruno@clisp.org>
14716
14717         * lib/netdb.in.h: Include sys/socket.h for platforms without
14718         netdb.h, to get structures like hostent on MinGW.
14719         * modules/netdb (Depends-on): Add sys_socket.
14720
14721 2008-10-15  Simon Josefsson  <simon@josefsson.org>
14722
14723         * modules/netdb, modules/netdb-tests: New file.
14724         * m4/netdb_h.m4: New file.
14725         * lib/netdb.in.h: Add, currently just an empty file pending
14726         definitions.
14727         * tests/test-netdb.c: New file.
14728         * doc/posix-headers/netdb.texi: Mention that we replace it if
14729         needed.
14730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14731         netdb.
14732
14733 2008-10-15  Simon Josefsson  <simon@josefsson.org>
14734
14735         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
14736         with code.
14737
14738 2008-10-13  Bruno Haible  <bruno@clisp.org>
14739
14740         * lib/glthread/cond.c (glthread_cond_wait_func,
14741         glthread_cond_timedwait_func): Add a comment.
14742
14743 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14744
14745         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
14746         * tests/test-select.c: Likewise,
14747
14748 2008-10-13  Bruno Haible  <bruno@clisp.org>
14749
14750         * lib/glthread/cond.c (glthread_cond_wait_func,
14751         glthread_cond_timedwait_func): Fix variable name.
14752         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14753
14754 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
14755
14756         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
14757         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
14758         struct sockaddr.sa_len.
14759         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
14760
14761 2008-10-13  Simon Josefsson  <simon@josefsson.org>
14762
14763         * build-aux/pmccabe2html: Add css and css_url parameters.
14764
14765 2008-10-12  Bruno Haible  <bruno@clisp.org>
14766
14767         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
14768         calling aclx_get.
14769         Reported by Rainer Tammer <tammer@tammer.net>.
14770
14771 2008-10-12  Bruno Haible  <bruno@clisp.org>
14772
14773         Use msvcrt aware primitives for creation/termination of Win32 threads.
14774         * lib/glthread/thread.c: Include <process.h>.
14775         (glthread_create_func): Use _beginthreadex instead of CreateThread.
14776         (wrapper_func): Update signature.
14777         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
14778
14779 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14780             Bruno Haible  <bruno@clisp.org>
14781
14782         Provide a Win32 implementation of the 'cond' module.
14783         * lib/glthread/cond.h [USE_WIN32]: New implementation.
14784         * lib/glthread/cond.c (glthread_cond_init_func,
14785         glthread_cond_wait_func, glthread_cond_timedwait_func,
14786         glthread_cond_signal_func, glthread_cond_broadcast_func,
14787         glthread_cond_destroy_func) [USE_WIN32]: New functions.
14788         * modules/cond (Dependencies): Add gettimeofday.
14789
14790 2008-10-11  Bruno Haible  <bruno@clisp.org>
14791
14792         Make sleep work on older versions of mingw.
14793         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
14794         only whether it exists.
14795         * doc/posix-functions/sleep.texi: Mention the problem with older
14796         versions of mingw.
14797
14798 2008-10-11  Bruno Haible  <bruno@clisp.org>
14799
14800         New module 'shutdown'.
14801         * modules/shutdown: New file.
14802         * lib/sys_socket.in.h (shutdown): New declaration.
14803         * lib/winsock.c (shutdown): New function.
14804         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
14805         GNULIB_SHUTDOWN.
14806         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
14807         * doc/posix-functions/shutdown.texi: Document the new module.
14808
14809 2008-10-11  Jim Meyering  <meyering@redhat.com>
14810
14811         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
14812
14813 2008-10-11  Bruno Haible  <bruno@clisp.org>
14814
14815         New module 'fclose'.
14816         * modules/fclose: New file.
14817         * lib/stdio.in.h (fclose): New declaration.
14818         * lib/fclose.c: New file.
14819         * m4/fclose.m4: New file.
14820         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
14821         REPLACE_FCLOSE.
14822         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
14823         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
14824         REPLACE_FCLOSE.
14825         * modules/close (Depends-on): fclose.
14826         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
14827
14828 2008-10-11  Bruno Haible  <bruno@clisp.org>
14829
14830         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
14831         set errno and don't call _close.
14832
14833 2008-10-10  Bruno Haible  <bruno@clisp.org>
14834
14835         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
14836         ACL, not afterwards. Fixes test failure on Cygwin.
14837
14838 2008-10-09  Ben Pfaff  <blp@gnu.org>
14839
14840         * build-aux/announce-gen: Fix gnulib version related part of usage
14841         message.  Die with a useful error message if no tarballs are
14842         found.
14843
14844 2008-10-10  Jim Meyering  <meyering@redhat.com>
14845
14846         bootstrap: use git's --depth=N option only if it's supported
14847         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
14848         recognize the --depth option.  Reported by Pádraig Brady.
14849
14850 2008-10-09  Bruno Haible  <bruno@clisp.org>
14851
14852         New module 'ioctl'.
14853         * modules/ioctl: New file.
14854         * lib/sys_socket.in.h (ioctl): Remove declaration.
14855         * lib/winsock.c: Include <sys/ioctl.h>.
14856         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
14857         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
14858         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
14859         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
14860         * doc/posix-functions/ioctl.texi: Mention the new module.
14861
14862 2008-10-09  Bruno Haible  <bruno@clisp.org>
14863
14864         New module 'sys_ioctl'.
14865         * lib/sys_ioctl.in.h: New file.
14866         * m4/sys_ioctl_h.m4: New file.
14867         * modules/sys_ioctl: New file.
14868         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
14869
14870 2008-10-09  Bruno Haible  <bruno@clisp.org>
14871
14872         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
14873         * lib/winsock.c: Include <stdarg.h>.
14874         (rpl_ioctl): Change to second argument 'int' and then varargs.
14875
14876 2008-10-09  Bruno Haible  <bruno@clisp.org>
14877
14878         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
14879         when the sys_socket module is present and the system has <winsock2.h>.
14880
14881 2008-10-09  Bruno Haible  <bruno@clisp.org>
14882
14883         * doc/posix-functions/close.texi: Mention module 'close' instead of
14884         module 'sys_socket'.
14885
14886 2008-10-09  Bruno Haible  <bruno@clisp.org>
14887
14888         * doc/glibc-headers/sys_ioctl.texi: New file.
14889         * doc/gnulib.texi: Include it.
14890
14891 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14892             Bruno Haible  <bruno@clisp.org>
14893
14894         Combine the two replacements of 'close'.
14895         * lib/sys_socket.in.h (close): Define to a reminder to include
14896         <unistd.h>.
14897         (_gl_close_fd_maybe_socket): New declaration.
14898         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
14899         * lib/winsock.c (close): Remove undefinition.
14900         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
14901         needed for the gnulib module 'close'.
14902         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
14903         define to an error symbol or to a warning, if suitable.
14904         * lib/close.c: Include <sys/socket.h>.
14905         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
14906         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
14907         UNISTD_H_HAVE_WINSOCK2_H.
14908         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
14909         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14910         UNISTD_H_HAVE_WINSOCK2_H.
14911         * modules/sys_socket (Files): Add m4/unistd_h.m4.
14912         (configure.ac): Set a module indicator.
14913         (Makefile.am): Substitute GNULIB_CLOSE.
14914         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
14915         * modules/poll-tests (Depends-on): Add close.
14916         * modules/select-tests (Depends-on): Likewise.
14917
14918 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14919             Bruno Haible  <bruno@clisp.org>
14920
14921         New module 'close'.
14922         * modules/close: New file.
14923         * lib/unistd.in.h (close): Move declaration out of the
14924         FCHDIR_REPLACEMENT scope.
14925         (_gl_unregister_fd): New declaration.
14926         * lib/close.c: New file.
14927         * lib/fchdir.c (rpl_close): Remove function.
14928         * m4/close.m4: New file.
14929         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
14930         close.
14931         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
14932         REPLACE_CLOSE.
14933         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
14934         REPLACE_CLOSE.
14935         * modules/fchdir (Depends-on): Add close.
14936
14937 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14938             Bruno Haible  <bruno@clisp.org>
14939
14940         * lib/fcntl.in.h (open): Simplify conditionals.
14941         (_gl_register_fd): New declaration.
14942         * lib/fchdir.c (rpl_open): Remove function.
14943         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
14944         also.
14945         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
14946         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
14947         open.
14948
14949 2008-10-09  Jim Meyering  <meyering@redhat.com>
14950
14951         GNUmakefile: use the more name-space-friendly "_version"
14952         * top/GNUmakefile (_dummy): Update.
14953         (_version): Rename from "version".
14954
14955 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14956             Bruno Haible  <bruno@clisp.org>
14957
14958         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
14959         rpl_close.
14960         (_gl_register_fd): New function, extracted from rpl_open.
14961         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
14962         (rpl_open, rpl_opendir): Use _gl_register_fd.
14963
14964 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
14965
14966         Fix organization of 'open' replacement.
14967         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
14968         (gl_FUNC_OPEN): Use it.
14969         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
14970
14971 2008-10-08  Bruno Haible  <bruno@clisp.org>
14972
14973         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
14974
14975 2008-10-08  Simon Josefsson  <simon@josefsson.org>
14976
14977         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
14978         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
14979         listen).
14980
14981 2008-10-08  Eric Blake  <ebb9@byu.net>
14982
14983         GNUmakefile: add 'make version' target
14984         * top/GNUmakefile (_curr-ver): Split version update rules...
14985         (version): ...into a target.
14986
14987 2008-10-07  Bruno Haible  <bruno@clisp.org>
14988
14989         Use a more portable replacement expression for -0.0L.
14990         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
14991         instead of -0.0L. Fix m4 quotation.
14992
14993         * tests/test-signbit.c: Include <float.h>.
14994         (minus_zero): New variable.
14995         (test_signbitl): Use minus_zero instead of -zero.
14996         * modules/signbit-tests (Depends-on): Add float.
14997
14998         * tests/test-ceill.c: Include <float.h>.
14999         (zero): Remove variable.
15000         (minus_zero): New variable.
15001         (main): Use minus_zero instead of -zero.
15002         * modules/ceill-tests (Depends-on): Add float.
15003
15004         * tests/test-floorl.c: Include <float.h>.
15005         (zero): Remove variable.
15006         (minus_zero): New variable.
15007         (main): Use minus_zero instead of -zero.
15008         * modules/floorl-tests (Depends-on): Add float.
15009
15010         * tests/test-roundl.c: Include <float.h>.
15011         (zero): Remove variable.
15012         (minus_zero): New variable.
15013         (main): Use minus_zero instead of -zero.
15014         * modules/roundl-tests (Depends-on): Add float.
15015
15016         * tests/test-truncl.c: Include <float.h>.
15017         (zero): Remove variable.
15018         (minus_zero): New variable.
15019         (main): Use minus_zero instead of -zero.
15020         * modules/truncl-tests (Depends-on): Add float.
15021
15022         * tests/test-frexpl.c (zero): Remove variable.
15023         (minus_zero): New variable.
15024         (main): Use minus_zero instead of -zero.
15025         * modules/frexpl-tests (Depends-on): Add float.
15026
15027         * tests/test-isnan.c (zerol): Remove variable.
15028         (minus_zerol): New variable.
15029         (test_long_double): Use minus_zerol instead of -zerol.
15030         * modules/isnan-tests (Depends-on): Add float.
15031
15032         * tests/test-isnanl.h (zero): Remove variable.
15033         (minus_zero): New variable.
15034         (main): Use minus_zero instead of -zero.
15035         * modules/isnanl-nolibm-tests (Depends-on): Add float.
15036         * modules/isnanl-tests (Depends-on): Add float.
15037
15038         * tests/test-ldexpl.c (zero): Remove variable.
15039         (minus_zero): New variable.
15040         (main): Use minus_zero instead of -zero.
15041         * modules/ldexpl-tests (Depends-on): Add float.
15042
15043         * tests/test-snprintf-posix.h (zerol): Remove variable.
15044         (minus_zerol): New variable.
15045         (test_function): Use minus_zerol instead of -zerol.
15046         * modules/snprintf-posix-tests (Depends-on): Add float.
15047         * modules/vsnprintf-posix-tests (Depends-on): Add float.
15048
15049         * tests/test-sprintf-posix.h (zerol): Remove variable.
15050         (minus_zerol): New variable.
15051         (test_function): Use minus_zerol instead of -zerol.
15052         * modules/sprintf-posix-tests (Depends-on): Add float.
15053         * modules/vsprintf-posix-tests (Depends-on): Add float.
15054
15055         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
15056         (minus_zerol): New variable.
15057         (test_function): Use minus_zerol instead of -zerol.
15058         * modules/vasnprintf-posix-tests (Depends-on): Add float.
15059
15060         * tests/test-vasprintf-posix.c (zerol): Remove variable.
15061         (minus_zerol): New variable.
15062         (test_function): Use minus_zerol instead of -zerol.
15063         * modules/vasprintf-posix-tests (Depends-on): Add float.
15064
15065 2008-10-07  Simon Josefsson  <simon@josefsson.org>
15066
15067         * MODULES.html.sh (Support for building documentation): Mention
15068         pmccabe2html.  Sort entries.
15069
15070         Add pmccabe2html module, from gnupdf.
15071         * build-aux/pmccabe.css: New file.
15072         * build-aux/pmccabe2html: New file.
15073         * m4/pmccabe2html.m4: New file.
15074         * modules/pmccabe2html: New file.
15075
15076 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
15077
15078         flock: new module
15079         * MODULES.html.sh: Add to list of modules.
15080         * lib/flock.c: flock implementation for Windows and Unix systems
15081         which have fcntl.
15082         * doc/glibc-functions/flock.texi: Update documentation.
15083         * lib/sys_file.in.h: <sys/file.h> header file.
15084         * m4/flock.m4: M4 macros.
15085         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
15086         * modules/flock: flock module.
15087         * modules/flock-tests: flock tests module.
15088         * modules/sys_file: sys/file.h module.
15089         * tests/test-flock.c: test suite for flock.
15090
15091 2008-10-06  Jim Meyering  <meyering@redhat.com>
15092
15093         bootstrap: check for LT_INIT more portably still ;-)
15094         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
15095         Spotted by Bruno Haible.
15096
15097 2008-10-06  Eric Blake  <ebb9@byu.net>
15098
15099         test-signbit: avoid tripping Irix cc bug on -0.0L
15100         * tests/test-signbit.c (minus_zerol): Delete, and replace with
15101         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
15102         entire testsuite consistent and avoids an Irix 6.2 bug.
15103
15104 2008-10-05  Bruno Haible  <bruno@clisp.org>
15105             Jim Meyering  <jim@meyering.net>
15106
15107         Add an option for ignoring EPIPE during close_stdout.
15108         * lib/closeout.h: Include <stdbool.h>.
15109         (close_stdout_set_ignore_EPIPE): New declaration.
15110         * lib/closeout.c: Include <stdbool.h>.
15111         (ignore_EPIPE): New variable.
15112         (close_stdout_set_ignore_EPIPE): New function.
15113         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
15114         * lib/close-stream.c (close_stream): Mention the possible EPIPE
15115         failure.
15116         * modules/closeout (Depends-on): Add stdbool.
15117
15118 2008-10-05  Bruno Haible  <bruno@clisp.org>
15119
15120         * modules/accept: New file.
15121         * modules/bind: New file.
15122         * modules/connect: New file.
15123         * modules/getpeername: New file.
15124         * modules/getsockname: New file.
15125         * modules/getsockopt: New file.
15126         * modules/listen: New file.
15127         * modules/recv: New file.
15128         * modules/recvfrom: New file.
15129         * modules/send: New file.
15130         * modules/sendto: New file.
15131         * modules/setsockopt: New file.
15132         * modules/socket: New file.
15133         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
15134         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
15135         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
15136         the particular module is requested. Add a link warning when the
15137         particular module is not requested.
15138         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
15139         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
15140         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
15141         the particular module is requested.
15142         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
15143         gl_SYS_SOCKET_H_DEFAULTS): New macros.
15144         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
15145         * modules/sys_socket (Depends-on): Add link-warning.
15146         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
15147         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
15148         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
15149         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
15150         GL_LINK_WARNING.
15151         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
15152         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
15153         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
15154         * doc/posix-functions/getpeername.texi: Mention the new module
15155         'getpeername'.
15156         * doc/posix-functions/getsockname.texi: Mention the new module
15157         'getsockname'.
15158         * doc/posix-functions/getsockopt.texi: Mention the new module
15159         'getsockopt'.
15160         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
15161         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
15162         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
15163         * doc/posix-functions/send.texi: Mention the new module 'send'.
15164         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
15165         * doc/posix-functions/setsockopt.texi: Mention the new module
15166         'setsockopt'.
15167         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
15168         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
15169         listen, connect, accept.
15170         * modules/select-tests (Depends-on): Likewise.
15171
15172 2008-10-05  Bruno Haible  <bruno@clisp.org>
15173
15174         * lib/winsock.c (strerror): Remove unused #undef.
15175         (rpl_close): Remove unused local variable.
15176
15177         * modules/sys_socket (Depends-on); Add errno.
15178
15179 2008-10-05  Bruno Haible  <bruno@clisp.org>
15180
15181         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
15182         (select): Add a link warning when the 'select' module is not used.
15183         * modules/sys_select (Depends-on): Add link-warning.
15184         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
15185         Suggested by Paolo Bonzini.
15186
15187 2008-10-05  Jim Meyering  <meyering@redhat.com>
15188
15189         bootstrap: check for LT_INIT more portably
15190         * build-aux/bootstrap: Avoid using grep -E, since it's not
15191         portable enough.  Suggestion from Bruno Haible.
15192
15193 2008-10-05  Bruno Haible  <bruno@clisp.org>
15194
15195         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
15196         as being fixed by gnulib.
15197
15198 2008-10-05  Bruno Haible  <bruno@clisp.org>
15199
15200         * modules/select-tests: New file, mostly copied from
15201         modules/sys_select-tests.
15202         * tests/test-select.c: New file, mostly copied from
15203         tests/test-sys_select.c.
15204         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
15205         * modules/sys_select-tests (Depends-on): Remove all dependencies.
15206         (Makefile.am): Remove test_sys_select_LDADD.
15207
15208         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
15209         to an undefined symbol, for an error message.
15210         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
15211         (gl_SYS_SELECT_H_DEFAULTS): New macro.
15212         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
15213         winsock-select.c here.
15214         * modules/sys_select (Files): Remove lib/winsock-select.c.
15215         (Depends-on): Remove alloca.
15216         (Makefile.am): Substitute GNULIB_SELECT.
15217         * modules/select: New file.
15218         * doc/posix-functions/select.texi: Update.
15219
15220 2008-10-05  Bruno Haible  <bruno@clisp.org>
15221
15222         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
15223         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
15224         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
15225         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
15226         getdtablesize.
15227         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
15228         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
15229
15230 2008-10-05  Bruno Haible  <bruno@clisp.org>
15231
15232         * modules/getdtablesize-tests: New file.
15233         * tests/test-getdtablesize.c: New file.
15234
15235         New module 'getdtablesize'.
15236         * lib/unistd.in.h (getdtablesize): New declaration.
15237         * lib/getdtablesize.c: New file.
15238         * m4/getdtablesize.m4: New file.
15239         * modules/getdtablesize: New file.
15240         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15241         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
15242         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
15243         HAVE_GETDTABLESIZE.
15244         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
15245
15246 2008-10-05  Bruno Haible  <bruno@clisp.org>
15247
15248         * modules/sched (Makefile.am): Fix typo.
15249         Reported by Simon Josefsson.
15250
15251 2008-10-05  Jim Meyering  <meyering@redhat.com>
15252
15253         bootstrap: check for LT_INIT, too
15254         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
15255         are deprecated.  Suggestion from Ralf Wildenhues.
15256
15257 2008-10-05  Bruno Haible  <bruno@clisp.org>
15258
15259         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
15260         overriding them by ours.
15261         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
15262
15263 2008-10-05  Jim Meyering  <meyering@redhat.com>
15264
15265         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
15266         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
15267         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
15268
15269 2008-10-04  Bruno Haible  <bruno@clisp.org>
15270
15271         * modules/dup2 (License): Change to LGPLv2+.
15272         * modules/sleep (License): Likewise.
15273         * modules/perror (License): Likewise.
15274         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
15275         Blake.
15276         * modules/signal (License): Likewise.
15277         * modules/sigprocmask (License): Likewise.
15278         * modules/raise (License): Change to LGPLv2+, with approval by Jim
15279         Meyering.
15280
15281 2008-10-04  Bruno Haible  <bruno@clisp.org>
15282
15283         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
15284         Reported by Rainer Tammer <tammer@tammer.net>.
15285
15286 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
15287             Bruno Haible  <bruno@clisp.org>
15288
15289         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
15290         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
15291         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
15292
15293 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
15294
15295         filevercmp: new module
15296         * lib/filevercmp.h: New function filevercmp comparing version strings.
15297         * lib/filevercmp.c: Implementation of filevercmp function.
15298         * modules/filevercmp: Module metadata.
15299         * tests/test-filevercmp.c: Unit test for new module.
15300         * modules/filevercmp-tests: Unit test metadata.
15301         * MODULES.html.sh: Add filevercmp module.
15302
15303 2008-10-03  Bruno Haible  <bruno@clisp.org>
15304
15305         * lib/c-ctype.h: Add comment.
15306         Reported by Jim Meyering.
15307
15308 2008-10-02  Bruno Haible  <bruno@clisp.org>
15309
15310         * modules/posix_spawn-internal (Depends-on): Add 'open'.
15311
15312 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
15313
15314         * build-aux/bootstrap: Allow renaming bootstrap, and change the
15315         name of bootstrap.conf accordingly.
15316
15317 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
15318
15319         * build-aux/bootstrap: Install git-merge-changelog configuration
15320         items into .gitconfig if needed.
15321
15322 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
15323
15324         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
15325         git repository, and initialize/update it accordingly.
15326
15327 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
15328
15329         * modules/fsync-tests: New file.
15330         * tests/test-fsync.c: New file.
15331
15332         New module 'fsync'.
15333         * lib/fsync.c: New file.
15334         * m4/fsync.m4: New file.
15335         * modules/fsync: New file.
15336         * lib/unistd.in.h (fsync): New declaration.
15337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
15338         GNULIB_FSYNC and HAVE_FSYNC.
15339         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
15340         * MODULES.html.sh (posix_functions): Add fsync.
15341         * doc/posix-functions/fsync.texi: Mention the new module.
15342
15343 2008-10-02  Jim Meyering  <meyering@redhat.com>
15344
15345         fts.c: sync with similar code from coreutils' remove.c
15346         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
15347         Guard also with "#if defined __linux__", since for now at least,
15348         this code is Linux-kernel-specific.
15349
15350 2008-10-02  Jim Meyering  <meyering@redhat.com>
15351
15352         fts: bug fixes
15353         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
15354         Include <sys/vfs.h>, not <sys/statfs.h>.
15355
15356         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
15357         Include <sys/vfs.h>, not <sys/statfs.h>.
15358
15359 2008-10-01  Bruno Haible  <bruno@clisp.org>
15360
15361         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
15362         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
15363         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
15364         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
15365         * doc/posix-functions/posix_spawnp.texi: Likewise.
15366         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
15367         whether posix_spawn actually works.
15368         * m4/pipe.m4 (gl_PIPE): Likewise.
15369         * modules/execute (Files): Add m4/posix_spawn.m4.
15370         * modules/pipe (Files): Add m4/posix_spawn.m4.
15371         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
15372
15373 2008-10-01  Jim Meyering  <meyering@redhat.com>
15374
15375         remove trailing spaces
15376         * NEWS: Likewise.
15377         * lib/poll.c (poll): Likewise.
15378         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
15379         * lib/winsock.c (rpl_close): Likewise.
15380         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
15381         * modules/yield: Likewise.
15382         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
15383         * tests/test-sys_select.c (connect_to_socket): Likewise.
15384
15385         fts.c: adjust a new interface to be more generally useful
15386         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
15387         (fts_build): Adjust caller.
15388
15389 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15390
15391         * modules/cond-tests: New file.
15392         * tests/test-cond.c: New file.
15393
15394 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15395             Bruno Haible  <bruno@clisp.org>
15396
15397         * modules/cond (Dependencies): Add errno, time.
15398         * lib/glthread/cond.h: Include <time.h>.
15399         (gl_cond_define, gl_cond_define_initialized): Use the same definition
15400         across platforms.
15401
15402 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15403             Bruno Haible  <bruno@clisp.org>
15404
15405         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
15406
15407 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15408             Bruno Haible  <bruno@clisp.org>
15409
15410         * modules/tls-tests (Depends-on): Add thread, yield.
15411         (configure.ac): Remove all checks.
15412         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
15413         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
15414         gl_thread_self): Remove definitions. Include glthread/thread.h and
15415         glthread/yield.h instead.
15416         (test_tls): Pass an additional NULL argument to gl_thread_join.
15417
15418 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15419             Bruno Haible  <bruno@clisp.org>
15420
15421         * modules/lock-tests (Depends-on): Add thread, yield.
15422         (configure.ac): Remove all checks.
15423         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
15424         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
15425         gl_thread_self): Remove definitions. Include glthread/thread.h and
15426         glthread/yield.h instead.
15427         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
15428         additional NULL argument to gl_thread_join.
15429
15430 2008-09-30  Bruno Haible  <bruno@clisp.org>
15431
15432         Fix the Win32 implementation of the 'thread' module.
15433         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
15434         pointer type.
15435         (gl_thread_self): Invoke gl_thread_self_func.
15436         (gl_thread_self_func): New declaration.
15437         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
15438         (do_init_self_key, init_self_key): New functions.
15439         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
15440         Remove some fields.
15441         (running_threads, running_lock): Remove variables.
15442         (get_current_thread_handle): New function.
15443         (gl_thread_self_func, wrapper_func, glthread_create_func,
15444         glthread_join_func, gl_thread_exit_func): Largely rewritten and
15445         simplified.
15446
15447 2008-09-30  Bruno Haible  <bruno@clisp.org>
15448
15449         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
15450         files.
15451
15452 2008-09-30  Jim Meyering  <meyering@redhat.com>
15453
15454         fts.m4: correct the test for statfs.f_type
15455         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
15456         when checking for statfs.f_type.
15457
15458 2008-09-15  Simon Josefsson  <simon@josefsson.org>
15459
15460         tests: avoid some compiler warnings
15461         * tests/test-memchr.c (main): Pass NULL indirectly.
15462         * tests/test-getdate.c (main): Remove unused variable 'ret'.
15463
15464 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
15465
15466         getdate.y: disallow countable dayshifts like "4 yesterday ago"
15467         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
15468         exactly specified dayshifts.
15469         (dayshift): New rule.
15470         (rel): Add dayshift.
15471         (relative_time_table) [tomorrow, yesterday, today, now]:
15472         Use tDAY_SHIFT in place of tDAY_UNIT.
15473         * tests/test-getdate.c: Add tests for now-disallowed countable
15474         dayshifts, e.g., "4 yesterday ago".
15475
15476 2008-09-29  Bruno Haible  <bruno@clisp.org>
15477
15478         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
15479         * tests/test-posix_spawn1.in.sh: Renamed from
15480         tests/test-posix_spawn.in.sh.
15481         * tests/test-posix_spawn2.c: New file.
15482         * tests/test-posix_spawn2.in.sh: New file.
15483         * modules/posix_spawnp-tests (Files): Update.
15484         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
15485
15486 2008-09-29  Bruno Haible  <bruno@clisp.org>
15487
15488         Propagate effects of putenv/setenv/unsetenv to child processes.
15489         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
15490         * lib/pipe.c (create_pipe): Likewise.
15491
15492 2008-09-29  Bruno Haible  <bruno@clisp.org>
15493
15494         Enable use of shell scripts as executables in mingw.
15495         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
15496         run the program as a shell script.
15497         * lib/pipe.c (create_pipe): Likewise.
15498         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
15499         resulting array.
15500
15501 2008-09-29  Eric Blake  <ebb9@byu.net>
15502
15503         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
15504
15505 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
15506
15507         * doc/posix-functions/accept.texi: Update mingw problems.
15508         * doc/posix-functions/bind.texi: Update mingw problems.
15509         * doc/posix-functions/close.texi: Update mingw problems.
15510         * doc/posix-functions/connect.texi: Update mingw problems.
15511         * doc/posix-functions/getpeername.texi: Update mingw problems.
15512         * doc/posix-functions/getsockname.texi: Update mingw problems.
15513         * doc/posix-functions/getsockopt.texi: Update mingw problems.
15514         * doc/posix-functions/ioctl.texi: Update mingw problems.
15515         * doc/posix-functions/listen.texi: Update mingw problems.
15516         * doc/posix-functions/recv.texi: Update mingw problems.
15517         * doc/posix-functions/recvfrom.texi: Update mingw problems.
15518         * doc/posix-functions/select.texi: Update mingw problems.
15519         * doc/posix-functions/send.texi: Update mingw problems.
15520         * doc/posix-functions/sendto.texi: Update mingw problems.
15521         * doc/posix-functions/setsockopt.texi: Update mingw problems.
15522         * doc/posix-functions/socket.texi: Update mingw problems.
15523
15524 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
15525             Bruno Haible  <bruno@clisp.org>
15526
15527         * lib/sys_select.in.h: Include sys/time.h.
15528         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
15529         * modules/sys_select: Depend on sys_time.
15530         * tests/test-sys_select.c: Test that sys/select.h defines struct
15531         timeval fully.
15532
15533 2008-09-29  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
15536         * lib/sys_select.in.h: Likewise.
15537
15538 2008-09-29  Bruno Haible  <bruno@clisp.org>
15539
15540         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
15541
15542 2008-09-29  Bruno Haible  <bruno@clisp.org>
15543
15544         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
15545         Set LIBSOCKET instead of augmenting LIBS.
15546         * modules/sockets (Link): New section.
15547         * modules/sockets-tests (test_sockets_LDADD): New variable.
15548         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
15549         * modules/poll-tests (test_poll_LDADD): New variable.
15550         * NEWS: Document the change.
15551
15552 2008-09-29  Bruno Haible  <bruno@clisp.org>
15553
15554         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
15555         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
15556         ARPA_INET_H directly.
15557         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
15558
15559 2008-09-28  Bruno Haible  <bruno@clisp.org>
15560
15561         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
15562         from gl_HEADER_SYS_SOCKET.
15563         (gl_HEADER_SYS_SOCKET): Invoke it.
15564         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
15565
15566 2008-09-28  Bruno Haible  <bruno@clisp.org>
15567
15568         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
15569         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
15570         Needed on OSF/1 4.0.
15571
15572 2008-09-28  Bruno Haible  <bruno@clisp.org>
15573
15574         Override open more carefully.
15575         * lib/open.c (orig_open): New function.
15576         (rpl_open): Use orig_open instead of open.
15577         * lib/fcntl.in.h: Add special invocation convention.
15578         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
15579         (gl_FUNC_OPEN): Invoke it.
15580
15581         Override freopen more carefully.
15582         * lib/freopen.c (orig_freopen): New function.
15583         (rpl_freopen): Use orig_freopen instead of freopen.
15584         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
15585         (gl_FUNC_FREOPEN): Invoke it.
15586
15587         Override fopen more carefully.
15588         * lib/fopen.c (orig_fopen): New function.
15589         (rpl_fopen): Use orig_fopen instead of fopen.
15590         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
15591         (gl_FUNC_FOPEN): Invoke it.
15592         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
15593
15594 2008-09-28  Bruno Haible  <bruno@clisp.org>
15595
15596         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
15597         SIGPIPE.
15598
15599 2008-09-28  Bruno Haible  <bruno@clisp.org>
15600
15601         * tests/test-sigaction.c (handler, main): Disable the check whether
15602         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
15603         glibc systems with LinuxThreads.
15604
15605 2008-09-28  Bruno Haible  <bruno@clisp.org>
15606
15607         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
15608
15609         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
15610         with AIX xlc.
15611         * lib/fcntl.in.h (open): Likewise.
15612         Reported by Rainer Tammer <tammer@tammer.net>.
15613
15614 2008-09-28  Bruno Haible  <bruno@clisp.org>
15615
15616         * modules/posix_spawnp-tests: New file.
15617         * tests/test-posix_spawn.c: New file.
15618         * tests/test-posix_spawn.in.sh: New file.
15619
15620         New module 'posix_spawnp'.
15621         * modules/posix_spawnp: New file.
15622         * lib/spawnp.c: New file, from GNU libc with modifications.
15623         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
15624
15625         New module 'posix_spawn'.
15626         * modules/posix_spawn: New file.
15627         * lib/spawn.c: New file, from GNU libc with modifications.
15628         * doc/posix-functions/posix_spawn.texi: Mention the new module.
15629
15630         New module 'posix_spawnattr_destroy'.
15631         * modules/posix_spawnattr_destroy: New file.
15632         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
15633         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
15634         module.
15635
15636         New module 'posix_spawnattr_setsigmask'.
15637         * modules/posix_spawnattr_setsigmask: New file.
15638         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
15639         modifications.
15640         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
15641         new module.
15642
15643         New module 'posix_spawnattr_getsigmask'.
15644         * modules/posix_spawnattr_getsigmask: New file.
15645         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
15646         modifications.
15647         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
15648         new module.
15649
15650         New module 'posix_spawnattr_setsigdefault'.
15651         * modules/posix_spawnattr_setsigdefault: New file.
15652         * lib/spawnattr_setdefault.c: New file, from GNU libc with
15653         modifications.
15654         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
15655         new module.
15656
15657         New module 'posix_spawnattr_getsigdefault'.
15658         * modules/posix_spawnattr_getsigdefault: New file.
15659         * lib/spawnattr_getdefault.c: New file, from GNU libc with
15660         modifications.
15661         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
15662         new module.
15663
15664         New module 'posix_spawnattr_setschedpolicy'.
15665         * modules/posix_spawnattr_setschedpolicy: New file.
15666         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
15667         modifications.
15668         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
15669         new module.
15670
15671         New module 'posix_spawnattr_getschedpolicy'.
15672         * modules/posix_spawnattr_getschedpolicy: New file.
15673         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
15674         modifications.
15675         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
15676         new module.
15677
15678         New module 'posix_spawnattr_setschedparam'.
15679         * modules/posix_spawnattr_setschedparam: New file.
15680         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
15681         modifications.
15682         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
15683         new module.
15684
15685         New module 'posix_spawnattr_getschedparam'.
15686         * modules/posix_spawnattr_getschedparam: New file.
15687         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
15688         modifications.
15689         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
15690         new module.
15691
15692         New module 'posix_spawnattr_setpgroup'.
15693         * modules/posix_spawnattr_setpgroup: New file.
15694         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
15695         modifications.
15696         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
15697         module.
15698
15699         New module 'posix_spawnattr_getpgroup'.
15700         * modules/posix_spawnattr_getpgroup: New file.
15701         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
15702         modifications.
15703         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
15704         module.
15705
15706         New module 'posix_spawnattr_setflags'.
15707         * modules/posix_spawnattr_setflags: New file.
15708         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
15709         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
15710         module.
15711
15712         New module 'posix_spawnattr_getflags'.
15713         * modules/posix_spawnattr_getflags: New file.
15714         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
15715         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
15716         module.
15717
15718         New module 'posix_spawnattr_init'.
15719         * modules/posix_spawnattr_init: New file.
15720         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
15721         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
15722         module.
15723
15724         New module 'posix_spawn_file_actions_destroy'.
15725         * modules/posix_spawn_file_actions_destroy: New file.
15726         * lib/spawn_faction_destroy.c: New file, from GNU libc with
15727         modifications.
15728         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
15729         the new module.
15730
15731         New module 'posix_spawn_file_actions_addopen'.
15732         * modules/posix_spawn_file_actions_addopen: New file.
15733         * lib/spawn_faction_addopen.c: New file, from GNU libc with
15734         modifications.
15735         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
15736         the new module.
15737
15738         New module 'posix_spawn_file_actions_adddup2'.
15739         * modules/posix_spawn_file_actions_adddup2: New file.
15740         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
15741         modifications.
15742         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
15743         the new module.
15744
15745         New module 'posix_spawn_file_actions_addclose'.
15746         * modules/posix_spawn_file_actions_addclose: New file.
15747         * lib/spawn_faction_addclose.c: New file, from GNU libc with
15748         modifications.
15749         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
15750         the new module.
15751
15752         New module 'posix_spawn_file_actions_init'.
15753         * modules/posix_spawn_file_actions_init: New file.
15754         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
15755         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
15756         new module.
15757
15758         New module 'posix_spawn-internal'.
15759         * modules/posix_spawn-internal: New file.
15760         * lib/spawn_int.h: New file, from GNU libc with modifications.
15761         * lib/spawni.c: New file, from GNU libc with modifications.
15762         * m4/posix_spawn.m4: New file.
15763
15764         New module 'spawn'.
15765         * modules/spawn: New file.
15766         * lib/spawn.in.h: New file, from GNU libc with modifications.
15767         * m4/spawn_h.m4: New file.
15768         * doc/posix-headers/spawn.texi: Mention the new module.
15769
15770 2008-09-28  Bruno Haible  <bruno@clisp.org>
15771
15772         * modules/sched-tests: New file.
15773         * tests/test-sched.c: New file.
15774
15775         New module 'sched'.
15776         * modules/sched: New file.
15777         * lib/sched.in.h: New file.
15778         * m4/sched_h.m4: New file.
15779         * doc/posix-headers/sched.texi: Mention the new module.
15780
15781 2008-09-27  Eric Blake  <ebb9@byu.net>
15782
15783         Fix previous patch, and tweak references to $0.
15784         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
15785         (func_version, func_gnulib_dir): Don't call this program
15786         gnulib-tool.
15787         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
15788         with using $0 in function.
15789         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
15790         (func_fatal_error): Reuse the name the user invoked us with.
15791
15792 2008-09-27  Bruno Haible  <bruno@clisp.org>
15793
15794         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
15795         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
15796         (gl_ICONV_H): Not here.
15797         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
15798         instead of assigning ICONV_H directly.
15799
15800         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
15801         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
15802         WCHAR_H directly.
15803
15804 2008-09-27  Bruno Haible  <bruno@clisp.org>
15805
15806         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
15807         * modules/arpa_inet (Depends-on): Add link-warning.
15808         (Makefile.am): Insert the definition of GL_LINK-WARNING.
15809         * modules/unistd (Makefile.am): Likewise.
15810
15811 2008-09-26  Bruno Haible  <bruno@clisp.org>
15812
15813         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
15814         variables.
15815         (func_version): Essentially copied from gnulib-tool.
15816         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
15817         func_readlink): Copied from gnulib-tool.
15818
15819 2008-09-26  Bruno Haible  <bruno@clisp.org>
15820
15821         * gnulib-tool (func_version): Change directory to $gnulib_dir before
15822         invoking git-version-gen.
15823
15824 2008-09-26  Bruno Haible  <bruno@clisp.org>
15825
15826         * posix-modules: Update to directory names changed on 2008-01-19.
15827         Remove commas in output before splitting into words. No more need to
15828         avoid 'ftruncate' since 2007-02-19.
15829
15830 2008-09-26  Bruno Haible  <bruno@clisp.org>
15831
15832         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
15833
15834 2008-09-26  Bruno Haible  <bruno@clisp.org>
15835
15836         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
15837         * modules/fwriteerror (Depends-on): Add errno.
15838
15839 2008-09-26  Bruno Haible  <bruno@clisp.org>
15840
15841         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
15842         * tests/test-vc-list-files-cvs.sh: Likewise.
15843
15844 2008-09-26  Bruno Haible  <bruno@clisp.org>
15845
15846         * doc/posix-headers/sys_resource.texi: Reorder items.
15847
15848 2008-09-26  Jim Meyering  <meyering@redhat.com>
15849
15850         fts: tweak inode comparison function
15851         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
15852         inode numbers, as documented.
15853
15854         fts: sort dirent entries on inode number before traversing
15855         This avoids a quadratic, seek-related performance penalty when
15856         operating on a directory containing many entries (measurable at 10k;
15857         3.5 hours at 2 million entries with a cold cache) on certain types
15858         of file systems, including ext3 and ext4, but not tmpfs.
15859         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
15860         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
15861         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
15862         (fs_handles_readdir_ordered_dirents_efficiently): New function.
15863         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
15864         (fts_build): Set the stat.st_ino member from D_INO.
15865         If it is likely to be useful, sort dirent entries on inode number.
15866
15867         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
15868         and the struct statfs.f_type member.
15869         * modules/fts (Depends-on): Add d-ino.
15870
15871 2008-09-26  Bruno Haible  <bruno@clisp.org>
15872
15873         * modules/sigpipe-die (Depends-on): Add sigpipe.
15874
15875         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
15876         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
15877         and GNULIB_STDIO_H_SIGPIPE are set.
15878         * lib/stdio-write.c: New file.
15879         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
15880         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15881         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15882         REPLACE_STDIO_WRITE_FUNCS.
15883         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
15884         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15885         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15886         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
15887         * modules/stdio (Files): Add lib/stdio-write.c.
15888         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
15889         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
15890         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
15891         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
15892         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
15893         REPLACE_FPRINTF_POSIX.
15894         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
15895         REPLACE_PRINTF_POSIX.
15896         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
15897         REPLACE_VFPRINTF_POSIX.
15898         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
15899         REPLACE_VPRINTF_POSIX.
15900         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
15901         SIGPIPE issue.
15902         * doc/posix-functions/fputc.texi: Likewise.
15903         * doc/posix-functions/fputs.texi: Likewise.
15904         * doc/posix-functions/fwrite.texi: Likewise.
15905         * doc/posix-functions/printf.texi: Likewise.
15906         * doc/posix-functions/putc.texi: Likewise.
15907         * doc/posix-functions/putchar.texi: Likewise.
15908         * doc/posix-functions/puts.texi: Likewise.
15909         * doc/posix-functions/vfprintf.texi: Likewise.
15910         * doc/posix-functions/vprintf.texi: Likewise.
15911
15912         * modules/safe-write (Depends-on): Add write.
15913
15914         * modules/sigpipe-tests: New file.
15915         * tests/test-sigpipe.c: New file.
15916         * tests/test-sigpipe.sh: New file.
15917
15918         * modules/write: New file.
15919         * lib/unistd.in.h: Include <sys/types.h>.
15920         (write): New declaration.
15921         * lib/write.c: New file.
15922         * m4/write.m4: New file.
15923         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
15924         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
15925         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
15926         GNULIB_WRITE, REPLACE_WRITE.
15927         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
15928         and the SIGPIPE issue.
15929
15930         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
15931         (raise): New declaration.
15932         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
15933         (ext_signal): New function.
15934         (rpl_raise): New function.
15935         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
15936         GNULIB_SIGNAL_H_SIGPIPE.
15937         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
15938         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
15939
15940         * modules/sigpipe: New file.
15941         * m4/sigpipe.m4: New file.
15942
15943 2008-09-25  Derek Price  <derek@ximbiot.com>
15944             Bruno Haible  <bruno@clisp.org>
15945
15946         * gnulib-tool (func_import): Report all license incompatibilities, not
15947         just the first one.
15948
15949 2008-09-25  Bruno Haible  <bruno@clisp.org>
15950
15951         * gnulib-tool (func_import): When computing the edits, consider not
15952         only the Makefile.ams that exist but also those that will be generated.
15953
15954 2008-09-25  Simon Josefsson  <simon@josefsson.org>
15955
15956         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
15957         fixes gnulib-tool --test warning about duplicate dependency.
15958
15959 2008-09-25  Bruno Haible  <bruno@clisp.org>
15960
15961         * gnulib-tool: Don't ask the user to perform edits in the generated
15962         Makefile.ams.
15963         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
15964         apply to the Makefile.am being generated.
15965         (func_emit_tests_Makefile_am): Execute edits that apply to the
15966         Makefile.am being generated.
15967         (func_import): Setup list of Makefile.am edits before emitting the
15968         Makefile.ams, not at the end.
15969         (func_create_testdir): Update.
15970         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15971
15972 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15973
15974         * gnulib-tool (func_import): Store the --tests-base option in the
15975         comment in gnulib-cache.m4.
15976
15977 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
15978
15979         * NEWS: Document increased portability that sys_select now provides.
15980
15981         * lib/sys_select.in.h: Install select wrapper.
15982         * lib/sys_socket.in.h: Use more descriptive name when there is no
15983         select wrapper.
15984         * lib/winsock-select.c: New.
15985         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
15986         Require gl_HEADER_SYS_SOCKET.
15987         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
15988         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
15989         * tests/test-sys_select.c: Add functional tests.
15990
15991 2008-09-24  Eric Blake  <ebb9@byu.net>
15992
15993         open, fopen: close fd leak in last patch
15994         * lib/open.c (rpl_open): Close fd before returning error.
15995         * lib/fopen.c (rpl_fopen): Close fd before returning error.
15996         * doc/posix-functions/open.texi (open): Document that Irix also
15997         has the bug.
15998         * doc/posix-functions/fopen.texi (fopen): Likewise.
15999         Reported by Paolo Bonzini.
16000
16001 2008-09-24  Bruno Haible  <bruno@clisp.org>
16002
16003         Ensure that a filename ending in a slash cannot be used to access a
16004         non-directory.
16005         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
16006         to check whether it's really a directory.
16007         * lib/fopen.c: Include fcntl.h, unistd.h.
16008         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
16009         and fdopen().
16010         * modules/fopen (Depends-on): Add unistd.
16011         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
16012         * tests/test-fopen.c (main): Likewise.
16013         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
16014         * doc/posix-functions/fopen.texi: Likewise.
16015         Reported by Eric Blake.
16016
16017 2008-09-23  Eric Blake  <ebb9@byu.net>
16018
16019         c-stack: avoid compiler optimizations when provoking overflow
16020         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
16021         recursion harder to optimize, to ensure a stack overflow occurs.
16022         * tests/test-c-stack.c (recurse): Likewise.
16023         Borrowed from libsigsegv.
16024
16025         c-stack: work around Irix sigaltstack bug
16026         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
16027         whether sigaltstack uses wrong end of stack_t (copied in part from
16028         libsigsegv).
16029         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
16030         Irix bug, without requiring an over-allocation.
16031         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
16032         bug.
16033
16034         fopen: document mingw bug on directories
16035         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
16036         not allowing a stream visiting a directory, even though reading
16037         from such a stream is not portable.
16038
16039 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
16040
16041         * lib/poll.c: Rewrite.
16042         * modules/poll: Depend on alloca.
16043
16044 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
16045
16046         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
16047         instead define prototypes for a full set of wrappers.  Ensure
16048         that Cygwin does not use the compatibility code, which is only
16049         for MinGW.
16050         * lib/winsock.c: New.
16051         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
16052         * modules/sys_socket: Add lib/winsock.c.
16053
16054         * modules/poll-tests: Add errno and perror.
16055         * tests/test-poll.c: Use ioctl, not ioctlsocket.
16056
16057 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
16058
16059         * tests/test-poll.c: Downgrade minimum needed Winsock version.
16060
16061 2008-09-23  Bruno Haible  <bruno@clisp.org>
16062
16063         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
16064         * doc/glibc-functions/*: Likewise.
16065
16066 2008-09-23  Simon Josefsson  <simon@josefsson.org>
16067
16068         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
16069         success.
16070
16071 2008-09-22  Eric Blake  <ebb9@byu.net>
16072             Bruno Haible  <bruno@clisp.org>
16073
16074         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
16075         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
16076         supply %A but mishandle pseudo-NaN.
16077         Reported by Simon Josefsson.
16078
16079 2008-09-21  Bruno Haible  <bruno@clisp.org>
16080
16081         * tests/test-lock.c (main): Tweak skip message.
16082         * tests/test-tls.c (main): Likewise.
16083
16084 2008-09-21  Bruno Haible  <bruno@clisp.org>
16085
16086         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
16087         whether 'struct sigaction' has sa_sigaction here...
16088         (gl_PREREQ_SIG_HANDLER_H): ... not here.
16089         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
16090
16091 2008-09-21  Bruno Haible  <bruno@clisp.org>
16092
16093         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
16094         section.
16095         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
16096         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
16097         the new section.
16098         (Support for obsolete systems lacking POSIX:2001): New section.
16099         (String handling <string.h>): Move strdup to the new section.
16100         Suggested by Simon Josefsson and Paolo Bonzini.
16101
16102 2008-09-21  Bruno Haible  <bruno@clisp.org>
16103
16104         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
16105         exponents in %e and %g results on 'long double'. Needed for mingw's
16106         improved *printf functions.
16107         * tests/test-vasprintf-posix.c (test_function): Likewise.
16108         * tests/test-snprintf-posix.h (test_function): Likewise.
16109         * tests/test-sprintf-posix.h (test_function): Likewise.
16110         Reported by Eric Blake.
16111
16112 2008-09-21  Bruno Haible  <bruno@clisp.org>
16113
16114         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
16115         * tests/test-sprintf-posix.h (test_function): Likewise.
16116
16117 2008-09-21  Bruno Haible  <bruno@clisp.org>
16118
16119         * modules/getpass (Depends-on): Add strdup-posix.
16120
16121         New module 'strdup-posix'.
16122         * modules/strdup-posix: New file.
16123         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
16124         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
16125         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16126         REPLACE_STRDUP.
16127         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
16128         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
16129         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16130         strdup-posix.
16131
16132         * modules/strdup (Depends-on): Remove malloc-posix.
16133
16134 2008-09-20  Bruno Haible  <bruno@clisp.org>
16135
16136         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
16137         Wildenhues.
16138
16139 2008-09-20  Bruno Haible  <bruno@clisp.org>
16140
16141         Ensure that wint_t gets defined on IRIX 5.3.
16142         * lib/wchar.in.h (wint_t): Define if not defined by the system.
16143         * lib/wctype.in.h (wint_t): Likewise.
16144         (__wctype_wint_t): Remove type.
16145         (isw*): Use wint_t instead of __wctype_wint_t.
16146         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
16147         * modules/wchar (Files): Add m4/wint_t.m4.
16148         (Makefile.am): Substitute HAVE_WINT_T.
16149         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
16150         * tests/test-wctype.c: Check that wint_t is defined.
16151         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
16152         * doc/posix-headers/wctype.texi: Likewise.
16153         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16154
16155 2008-09-18  Bruno Haible  <bruno@clisp.org>
16156
16157         * gnulib-tool (func_exit): Update comment.
16158
16159 2008-09-18  Simon Josefsson  <simon@josefsson.org>
16160
16161         * modules/getaddrinfo (Depends-on): Remove strdup, this module
16162         assumes strdup exists and does not depend on strdup to return
16163         ENOMEM on out of memory conditions.
16164
16165 2008-09-18  Bruno Haible  <bruno@clisp.org>
16166
16167         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
16168         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
16169         digits for the exponent.
16170
16171 2008-09-18  Jim Meyering  <meyering@redhat.com>
16172             Bruno Haible  <bruno@clisp.org>
16173
16174         * lib/vasnprintf.c (decimal_point_char): Define also if
16175         NEED_PRINTF_INFINITE_LONG_DOUBLE.
16176
16177 2008-09-16  Bruno Haible  <bruno@clisp.org>
16178         and Eric Blake  <ebb9@byu.net>
16179
16180         vasnprintf: support Irix 5.3
16181         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
16182         that mishandle long double infinity.
16183         Reported by Tom G. Christensen.
16184
16185 2008-09-16  Bruno Haible  <bruno@clisp.org>
16186
16187         * doc/glibc-functions/scandir.texi: Mention the function is missing on
16188         Solaris 9.
16189         * doc/glibc-functions/alphasort.texi: Likewise.
16190         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
16191
16192 2008-09-16  Jim Meyering  <meyering@redhat.com>
16193
16194         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
16195         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
16196         a umask modification leak out of a subshell.  Otherwise, the
16197         opensolaris /bin/sh would be accepted and thus cause unwarranted
16198         failures in the coreutils test suite.
16199
16200 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
16201
16202         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
16203         to succeed.
16204
16205 2008-09-16  Jim Meyering  <meyering@redhat.com>
16206
16207         avoid spurious test failure when library is built without ACL support
16208         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
16209         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
16210         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
16211         * tests/test-copy-acl.sh: Likewise.
16212
16213 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16214
16215         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
16216         based on character occurrence counts.
16217
16218 2008-09-15  Eric Blake  <ebb9@byu.net>
16219
16220         tests: avoid some compiler warnings
16221         * tests/test-memchr.c (main): Pass NULL indirectly.
16222         * tests/test-closein.c (main): Avoid unused variable.
16223
16224 2008-09-15  Bruno Haible  <bruno@clisp.org>
16225
16226         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
16227         are missing on OpenBSD 4.0 individually.
16228         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16229
16230 2008-09-15  Bruno Haible  <bruno@clisp.org>
16231
16232         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
16233         * doc/posix-functions/strerror.texi: Mention also Cygwin.
16234         * doc/posix-functions/perror.texi: Likewise.
16235         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
16236         is missing.
16237         Reported by Eric Blake.
16238
16239         * lib/errno.in.h: Use replacement values >= 2000.
16240         Reported by Eric Blake.
16241
16242 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16243
16244         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
16245         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
16246         limit.
16247         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
16248         compareseq was aborted.
16249
16250 2008-09-14  Bruno Haible  <bruno@clisp.org>
16251
16252         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
16253         yvec_edit_count.
16254         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
16255         (fstrcmp_bounded): Simplify result computation accordingly.
16256
16257 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16258
16259         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
16260         (fstrcmp): Define in terms of fstrcmp_bounded.
16261         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
16262         lower_bound argument.
16263         Return quickly if the result is certainly < lower_bound.
16264         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
16265
16266 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16267
16268         * lib/diffseq.h (EARLY_ABORT): New macro.
16269         (compareseq): Change return type to bool. Return true when EARLY_ABORT
16270         evaluates to true.
16271
16272 2008-09-14  Bruno Haible  <bruno@clisp.org>
16273
16274         * modules/perror-tests: New file.
16275         * tests/test-perror.sh: New file.
16276         * tests/test-perror.c: New file.
16277
16278         New module 'perror'.
16279         * lib/stdio.in.h (perror): New declaration.
16280         * lib/perror.c: New file.
16281         * m4/perror.m4: New file.
16282         * modules/perror: New file.
16283         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
16284         * doc/posix-functions/perror.texi: Mention the perror module.
16285         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
16286         REPLACE_PERROR.
16287         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
16288         REPLACE_PERROR.
16289
16290 2008-09-14  Bruno Haible  <bruno@clisp.org>
16291
16292         * modules/stdio (Makefile.am): Reorder to match the order in
16293         lib/stdio.in.h.
16294         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16295
16296 2008-09-13  Bruno Haible  <bruno@clisp.org>
16297
16298         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
16299
16300 2008-09-13  Bruno Haible  <bruno@clisp.org>
16301
16302         Extend strerror to cover the added errno values.
16303         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
16304         (rpl_strerror): Provide error messages for the added errno values and
16305         for the WSA* values.
16306         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
16307         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
16308         strerror.
16309         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
16310         * modules/strerror (Depends-on): Add errno.
16311         * doc/posix-functions/strerror.texi: Document the change.
16312         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
16313         and EOVERFLOW.
16314
16315 2008-09-13  Bruno Haible  <bruno@clisp.org>
16316
16317         * modules/EOVERFLOW: Remove file.
16318         * m4/eoverflow.m4: Remove file.
16319         * modules/EOVERFLOW-tests: Remove file.
16320         * tests/test-EOVERFLOW.c: Remove file.
16321         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
16322         * modules/ftell (Depends-on): Likewise.
16323         * modules/getdelim (Depends-on): Likewise.
16324         * modules/getugroups (Depends-on): Likewise.
16325         * modules/poll (Depends-on): Likewise.
16326         * modules/snprintf (Depends-on): Likewise.
16327         * modules/sprintf-posix (Depends-on): Likewise.
16328         * modules/vasnprintf (Depends-on): Likewise.
16329         * modules/vasprintf (Depends-on): Likewise.
16330         * modules/vfprintf-posix (Depends-on): Likewise.
16331         * modules/vsnprintf (Depends-on): Likewise.
16332         * modules/vsprintf-posix (Depends-on): Likewise.
16333         * modules/xvasprintf (Depends-on): Likewise.
16334         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16335         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
16336         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
16337         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
16338         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16339         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
16340         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
16341         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
16342         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16343         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
16344         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
16345         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
16346         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16347         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
16348         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
16349         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
16350         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16351         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
16352         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
16353         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
16354         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16355         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
16356         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
16357         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
16358         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
16359         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16360         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
16361         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
16362         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
16363         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
16364         * MODULES.html.sh: Remove EOVERFLOW.
16365         * NEWS: Mention the change.
16366
16367 2008-09-13  Bruno Haible  <bruno@clisp.org>
16368
16369         * modules/errno-tests: New file.
16370         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
16371
16372         * lib/errno.in.h: New file.
16373         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
16374         * modules/errno: New file.
16375         * doc/posix-headers/errno.texi: Update documentation.
16376         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
16377
16378 2008-09-13  Bruno Haible  <bruno@clisp.org>
16379
16380         * tests/test-poll.c: Use #if for native Windows, rather than testing
16381         __MSVCRT__.
16382
16383 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16384             Bruno Haible  <bruno@clisp.org>
16385
16386         * lib/glob.c: Don't include <pwd.h> on native Windows.
16387         (WINDOWS32): New macro.
16388         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
16389
16390 2008-09-13  Bruno Haible  <bruno@clisp.org>
16391
16392         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
16393         (ETIMEDOUT): Remove macro.
16394         (glthread_cond_timedwait_multithreaded): New declaration.
16395         (glthread_cond_timedwait): Use it.
16396         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
16397         (glthread_cond_timedwait_multithreaded): New function.
16398
16399 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
16400
16401         * modules/poll-tests: Do not check for io.h.
16402         * tests/test-poll.c: Check for __MSVCRT__ instead.
16403
16404 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
16405
16406         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
16407         * modules/poll-tests: Add inet_pton, stdbool, sockets.
16408         * tests/test-poll.c: Use them.  Use _pipe on Windows.
16409
16410 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
16411
16412         * modules/poll-tests: New.
16413         * tests/test-poll.c: New.
16414
16415 2008-09-12  Eric Blake  <ebb9@byu.net>
16416
16417         frexp: test for NetBSD failure on -0.0
16418         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
16419         not all, bugs from NetBSD 3.0 have been fixed.
16420         * doc/posix-functions/frexp.texi (frexp): Document bug.
16421         Reported by Thomas Klausner.
16422
16423         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
16424         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
16425         literal -0.0.
16426         Reported by Jonathan C. Patschke <jp@centtech.com>.
16427
16428 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16429
16430         * lib/glthread/cond.h: Use dummy implementation also if
16431         USE_WIN32_THREADS.
16432
16433 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16434
16435         * modules/fnmatch-posix (License): Change to LGPLv2+.
16436         * modules/fnmatch-gnu (License): Likewise.
16437
16438 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16439
16440         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
16441
16442 2008-09-11  Jim Meyering  <meyering@redhat.com>
16443
16444         * users.txt: Add gtk-vnc.
16445
16446 2008-09-08  Simon Josefsson  <simon@josefsson.org>
16447
16448         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
16449         rotate amounts.
16450
16451         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
16452         required for 16-bit and 8-bit rotates.
16453         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
16454         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
16455         UINT8_MAX instead of hard-coded constants.
16456         Suggested by Paul Eggert.
16457
16458 2008-09-07  Bruno Haible  <bruno@clisp.org>
16459
16460         * tests/test-striconveh.c (main): Check behaviour when converting from
16461         UTF-7.
16462
16463         Make striconveh work better with stateful encodings.
16464         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
16465         that iconv does not increment the inptr when returning -1/EINVAL.
16466
16467 2008-09-07  Bruno Haible  <bruno@clisp.org>
16468
16469         * build-aux/config.rpath: Update according to libtool-2.2.6.
16470         * build-aux/config.libpath: Likewise.
16471
16472 2008-09-06  Bruno Haible  <bruno@clisp.org>
16473
16474         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
16475         * lib/freadptr.c (freadptr): Likewise.
16476         * lib/freadseek.c (freadptrinc): Likewise.
16477         Reported by Simon Josefsson.
16478
16479 2008-09-06  Bruno Haible  <bruno@clisp.org>
16480
16481         * modules/freadptr (License): Change to LGPLv2+.
16482         * modules/freadseek (License): Likewise.
16483         Suggested by Eric Blake.
16484
16485         * modules/memchr2 (License): Change to LGPLv2+.
16486         Approved by Eric Blake.
16487
16488 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16489             Bruno Haible  <bruno@clisp.org>
16490
16491         Make gnulib-tool work with native 'sed' on AIX.
16492         * gnulib-tool (sed_noop): New variable.
16493         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
16494         func_add_or_update, func_create_testdir): Use it to initialize sed
16495         script variables.
16496         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16497
16498 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
16499             Bruno Haible  <bruno@clisp.org>
16500
16501         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
16502         also works after #include directives.
16503
16504 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
16505
16506         getdate.y: reject an out-of-range timezone value
16507         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
16508         the range [-24...+24].  When specified with only one or two digits,
16509         * tests/test-getdate.c: Tests for the fix.
16510         * doc/getdate.texi: Document this change.
16511
16512 2008-09-03  Bruno Haible  <bruno@clisp.org>
16513
16514         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
16515
16516 2008-09-02  Simon Josefsson  <simon@josefsson.org>
16517
16518         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
16519         <bruce.korb@gmail.com> with ideas from Ben Pfaff
16520         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
16521         Blake <ebb9@byu.net>.
16522
16523         * tests/test-bitrotate.c: Add more test vectors.
16524
16525 2008-09-02  Eric Blake  <ebb9@byu.net>
16526
16527         vasnprintf-posix: handle large precision via %.*d
16528         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
16529         when handling it ourselves.
16530         * tests/test-vasnprintf-posix.c (test_function): Add test.
16531         * tests/test-snprintf-posix.h (test_function): Likewise.
16532         * tests/test-sprintf-posix.h (test_function): Likewise.
16533         * tests/test-vasprintf-posix.c (test_function): Likewise.
16534         Reported by Alain Guibert.
16535
16536 2008-09-01  Eric Blake  <ebb9@byu.net>
16537
16538         c-stack: make configure-time check more robust
16539         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
16540         successful sigaction call.
16541         Reported by Tom G. Christensen.
16542
16543 2008-09-01  Bruno Haible  <bruno@clisp.org>
16544
16545         New module 'findprog-lgpl'.
16546         * modules/findprog-lgpl: New file.
16547         * lib/findprog-lgpl.c: New file.
16548         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
16549         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
16550         to decide whether to use strdup or xstrdup, concatenated_filename or
16551         xconcatenated_filename.
16552
16553 2008-09-01  Bruno Haible  <bruno@clisp.org>
16554
16555         Split module 'concat-filename' into 'concat-filename' (LGPL) and
16556         'xconcat-filename' (GPL).
16557         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
16558         (License): Change to LGPLv2+.
16559         * modules/xconcat-filename: New file.
16560         * lib/concat-filename.h (concatenated_filename): Change specification.
16561         (xconcatenated_filename): New declaration.
16562         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
16563         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
16564         memory situations.
16565         * lib/xconcat-filename.c: New file.
16566         * NEWS: Mention the change.
16567         * lib/findprog.c: Include concat-filename.h, not filename.h.
16568         (find_in_path): Use xconcatenated_filename instead of
16569         concatenated_filename.
16570         * lib/javacomp.c: Include concat-filename.h, not filename.h.
16571         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
16572         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
16573         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
16574         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
16575         instead of concatenated_filename.
16576         * lib/javaexec.c: Include concat-filename.h, not filename.h.
16577         (execute_java_class): Use xconcatenated_filename instead of
16578         concatenated_filename.
16579         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
16580         * modules/javacomp (Depends-on): Likewise.
16581         * modules/javaexec (Depends-on): Likewise.
16582
16583 2008-09-01  Bruno Haible  <bruno@clisp.org>
16584
16585         Split module 'filename' into 'filename' and 'concat-filename'.
16586         * modules/filename: Keep only lib/filename.h.
16587         (License): Change to LGPLv2+.
16588         * modules/concat-filename: New file, extracted from modules/filename.
16589         * lib/filename.h (concatenated_filename): Remove declaration.
16590         * lib/concat-filename.h: New file, extracted from lib/filename.h.
16591         * lib/concat-filename.c: Include concat-filename.h.
16592         * NEWS: Mention the change.
16593
16594 2008-09-01  Simon Josefsson  <simon@josefsson.org>
16595
16596         * lib/bitrotate.h (rotl8, rotr8): Add.
16597
16598         * modules/bitrotate (configure.ac): Need
16599         AC_REQUIRE([AC_C_INLINE]).
16600         (Description): Mention stdint.h.  Reported by Bruno Haible
16601         <bruno@clisp.org>.
16602
16603         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
16604         Paolo Bonzini <bonzini@gnu.org>.
16605
16606 2008-08-31  Bruno Haible  <bruno@clisp.org>
16607
16608         Assume Solaris specific bi-arch conventions on Solaris systems.
16609         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
16610         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
16611         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
16612         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
16613         like acl_libdirstem.
16614         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
16615         acl_libdirstem.
16616         * NEWS: Mention the change.
16617         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
16618
16619 2008-08-31  Jim Meyering  <meyering@redhat.com>
16620
16621         * lib/strftime.h: Add comments describing the two added arguments.
16622
16623         remove duplicate #include directives
16624         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
16625         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
16626
16627 2008-08-31  Bruno Haible  <bruno@clisp.org>
16628
16629         New module 'sigpipe-die'.
16630         * modules/sigpipe-die: New file.
16631         * lib/sigpipe-die.h: New file.
16632         * lib/sigpipe-die.c: New file.
16633         * MODULES.html.sh (Signal handling): Add sigpipe-die.
16634
16635 2008-08-31  Bruno Haible  <bruno@clisp.org>
16636
16637         Don't override previously installed signal handlers.
16638         * lib/fatal-signal.c (saved_sigactions): New variable.
16639         (uninstall_handlers): Reset the signal to the saved handler, not
16640         to SIG_DFL (except when ignored).
16641         (install_handlers): Save the previous handlers.
16642
16643 2008-08-30  Bruno Haible  <bruno@clisp.org>
16644
16645         * gnulib-tool (func_reset_sigpipe): New function.
16646         (func_get_automake_snippet, func_modules_transitive_closure,
16647         func_import): Invoke it before a join command that reads from stdin,
16648         to avoid "echo: write error: Broken pipe" error messages on stderr.
16649         Reported by Sam Steingold <sds@gnu.org>.
16650
16651 2008-08-30  Bruno Haible  <bruno@clisp.org>
16652
16653         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
16654         Code copied from m4/open.m4.
16655         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
16656         access and the filename ends in a slash. Code copied from lib/open.c.
16657         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
16658         * tests/test-fopen.c (main): Check against bug with trailing slash.
16659
16660 2008-08-29  Bruno Haible  <bruno@clisp.org>
16661
16662         Avoid some "gcc -pedantic" warnings.
16663         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
16664         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
16665         * lib/dirent.in.h: Likewise.
16666         * lib/fcntl.in.h: Likewise.
16667         * lib/float.in.h: Likewise.
16668         * lib/iconv.in.h: Likewise.
16669         * lib/inttypes.in.h: Likewise.
16670         * lib/locale.in.h: Likewise.
16671         * lib/math.in.h: Likewise.
16672         * lib/netinet_in.in.h: Likewise.
16673         * lib/search.in.h: Likewise.
16674         * lib/signal.in.h: Likewise.
16675         * lib/stdarg.in.h: Likewise.
16676         * lib/stdint.in.h: Likewise.
16677         * lib/stdio.in.h: Likewise.
16678         * lib/stdlib.in.h: Likewise.
16679         * lib/string.in.h: Likewise.
16680         * lib/strings.in.h: Likewise.
16681         * lib/sys_select.in.h: Likewise.
16682         * lib/sys_socket.in.h: Likewise.
16683         * lib/sys_stat.in.h: Likewise.
16684         * lib/sys_time.in.h: Likewise.
16685         * lib/sysexits.in.h: Likewise.
16686         * lib/time.in.h: Likewise.
16687         * lib/unistd.in.h: Likewise.
16688         * lib/wchar.in.h: Likewise.
16689         * lib/wctype.in.h: Likewise.
16690         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
16691         * modules/fchdir (Makefile.am): Likewise.
16692         * modules/fcntl (Makefile.am): Likewise.
16693         * modules/float (Makefile.am): Likewise.
16694         * modules/iconv_open (Makefile.am): Likewise.
16695         * modules/inttypes (Makefile.am): Likewise.
16696         * modules/locale (Makefile.am): Likewise.
16697         * modules/math (Makefile.am): Likewise.
16698         * modules/netinet_in (Makefile.am): Likewise.
16699         * modules/search (Makefile.am): Likewise.
16700         * modules/signal (Makefile.am): Likewise.
16701         * modules/stdarg (Makefile.am): Likewise.
16702         * modules/stdint (Makefile.am): Likewise.
16703         * modules/stdio (Makefile.am): Likewise.
16704         * modules/stdlib (Makefile.am): Likewise.
16705         * modules/string (Makefile.am): Likewise.
16706         * modules/strings (Makefile.am): Likewise.
16707         * modules/sys_select (Makefile.am): Likewise.
16708         * modules/sys_socket (Makefile.am): Likewise.
16709         * modules/sys_stat (Makefile.am): Likewise.
16710         * modules/sys_time (Makefile.am): Likewise.
16711         * modules/sysexits (Makefile.am): Likewise.
16712         * modules/time (Makefile.am): Likewise.
16713         * modules/unistd (Makefile.am): Likewise.
16714         * modules/wchar (Makefile.am): Likewise.
16715         * modules/wctype (Makefile.am): Likewise.
16716         Reported by Reuben Thomas <rrt@sc3d.org>.
16717
16718 2008-08-29  Bruno Haible  <bruno@clisp.org>
16719
16720         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
16721         any more.
16722
16723 2008-08-29  Simon Josefsson  <simon@josefsson.org>
16724
16725         * MODULES.html.sh (Misc): Add bitrotate.
16726
16727         * modules/bitrotate: New file.
16728
16729         * lib/bitrotate.h: New file.
16730
16731         * modules/bitrotate-tests: New file.
16732
16733         * tests/test-bitrotate.c: New file.
16734
16735         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
16736         on the bitrotate module.
16737
16738         * lib/arctwo.c: Use new bitrotate module.
16739
16740 2008-08-29  Jim Meyering  <meyering@redhat.com>
16741
16742         bootstrap: merge changes from coreutils
16743         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
16744         of copied files.  Remove a kludge, now that this is fixed.
16745         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
16746         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
16747         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
16748
16749 2008-08-29  Bruno Haible  <bruno@clisp.org>
16750
16751         * MODULES.html.sh: Remove --cvs-urls option.
16752
16753 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
16754
16755         maint.mk: adjust to file name change
16756         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
16757
16758 2008-08-28  Jim Meyering  <meyering@redhat.com>
16759
16760         * modules/getndelim2 (License): Relicense to LGPLv2+.
16761         Approved by Richard Stallman for the version of 1995, and by
16762         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
16763
16764 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
16765
16766         * lib/getdelim.c (flockfile, funlockfile): Make all of them
16767         dummy if one is not available.  Do not touch them if
16768         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
16769         (getc_maybe_unlocked): New.
16770         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
16771
16772 2008-08-26  Eric Blake  <ebb9@byu.net>
16773
16774         doc/INSTALL: resync from autoconf
16775         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
16776         (INSTALL_PRELUDE): Delete; this is done more efficiently by
16777         moving...
16778         * install.texi [!autoconf]: ...here.  Resync from autoconf.
16779         * INSTALL: Regenerate.
16780         * INSTALL.ISO: New file.
16781         * INSTALL.UTF-8: Likewise.
16782
16783 2008-08-26  Jim Meyering  <meyering@redhat.com>
16784
16785         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
16786         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
16787         these definitions conditional, so that they may be overridden, too.
16788
16789 2008-08-26  Bruno Haible  <bruno@clisp.org>
16790
16791         Generate INSTALL file variants with prettier quotes.
16792         * doc/Makefile (INSTALL_PRELUDE): New macro.
16793         (INSTALL): Use it.
16794         (INSTALL.ISO, INSTALL.UTF-8): New rules.
16795
16796 2008-08-26  Bruno Haible  <bruno@clisp.org>
16797
16798         Run makeinfo in an English locale.
16799         * doc/Makefile (MAKEINFO): New variable.
16800
16801 2008-08-26  Bruno Haible  <bruno@clisp.org>
16802
16803         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
16804         Suggested by Eric Blake.
16805
16806 2008-08-25  Bruno Haible  <bruno@clisp.org>
16807
16808         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
16809
16810 2008-08-25  Eric Blake  <ebb9@byu.net>
16811
16812         c-stack: test that stack overflow can be caught
16813         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
16814         that platform allows handling stack overflow; at least OS/2 EMX
16815         has sigaltstack, but crashes before transferring control to
16816         handler on stack overflow.
16817         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
16818         check for HAVE_STACK_OVERFLOW_HANDLING.
16819         Reported by Elbert Pol.
16820
16821 2008-08-25  Bruno Haible  <bruno@clisp.org>
16822
16823         * doc/posix-functions/strftime.texi: Fix description of strftime
16824         module.
16825
16826 2008-08-24  Bruno Haible  <bruno@clisp.org>
16827
16828         * tests/uniwidth/test-uc_width2.c: New file.
16829         * tests/uniwidth/test-uc_width2.sh: New file.
16830         * modules/uniwidth/width-tests (Files): Add the new files.
16831         (TESTS): Add uniwidth/test-uc_width2.sh.
16832         (TESTS_ENVIRONMENT): New variable.
16833         (check_PROGRAMS): Add test-uc_width2.
16834         (test_uc_width2_SOURCES): New variable.
16835
16836         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
16837         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
16838         not 0x00AB.
16839         Reported by Alexander V. Lukyanov <lav@netis.ru>.
16840
16841 2008-08-22  Eric Blake  <ebb9@byu.net>
16842
16843         test-lock, test-tls: mention why a test is skipped
16844         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
16845         skipped.
16846         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
16847
16848         count-one-bits: relax license
16849         * modules/count-one-bits (License): Relicense to LGPLv2+.
16850         Suggested by Ludovic Courtès, approved by Ben Pfaff.
16851
16852 2008-08-22  Andreas Schwab  <schwab@suse.de>
16853
16854         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
16855         Remove spurious space in assignment.
16856
16857 2008-08-21  Simon Josefsson  <simon@josefsson.org>
16858
16859         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
16860         Paul Eggert <eggert@CS.UCLA.EDU>.
16861
16862 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
16863
16864         * modules/gettext: Add m4/threadlib.m4.
16865
16866 2008-08-19  Eric Blake  <ebb9@byu.net>
16867
16868         test-c-stack: fix compilation failure on FreeBSD 5.0
16869         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
16870         headers before <sys/resource.h>.
16871         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
16872         the bug.
16873         Reported by Nelson H. F. Beebe.
16874
16875         strverscmp: migrate from "strverscmp.h" to <string.h>
16876         * modules/string (Makefile.am): Add new hooks.
16877         * modules/strverscmp (Files): Remove strverscmp.h.
16878         (Depends-on): Add string.
16879         (configure.ac): Add indicator.
16880         (Include): Mention new header.
16881         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
16882         defaults.
16883         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
16884         results.
16885         * lib/strverscmp.h: Delete.
16886         * lib/string.in.h (strverscmp): Provide declaration, when needed.
16887         * tests/test-strverscmp.c (includes): Adjust client.
16888         * lib/check-version.c (includes): Likewise.
16889         * NEWS: Document the change.
16890
16891         strverscmp: add unit test
16892         * modules/strverscmp-tests: New file.
16893         * tests/test-strverscmp.c: Likewise.
16894
16895 2008-08-19  Simon Josefsson  <simon@josefsson.org>
16896
16897         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
16898         regarding Windows crypto stuff, from Mono.
16899
16900 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
16901
16902         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
16903         if present, for intel RND.  Return error on failures.
16904
16905 2008-08-18  Ben Pfaff  <blp@gnu.org>
16906
16907         gitlog-to-changelog: give better diagnostic for failed pipe-open
16908         * build-aux/gitlog-to-changelog: Improve error message: suggest
16909         that the version of Git may be too old.
16910
16911 2008-08-18  Simon Josefsson  <simon@josefsson.org>
16912
16913         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
16914         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
16915
16916 2008-08-18  Bruno Haible  <bruno@clisp.org>
16917
16918         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
16919         pthread_in_use().
16920
16921 2008-08-18  Bruno Haible  <bruno@clisp.org>
16922
16923         * lib/glthread/threadlib.c: Include <pthread.h>.
16924
16925 2008-08-18  Bruno Haible  <bruno@clisp.org>
16926
16927         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
16928         glthread_recursive_lock_* macros.
16929         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
16930         Fix syntax error.
16931
16932 2008-08-18  Bruno Haible  <bruno@clisp.org>
16933
16934         * lib/glthread/thread.c: Avoid forcing a context switch right after
16935         thread creation.
16936
16937 2008-08-17  Bruno Haible  <bruno@clisp.org>
16938
16939         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
16940         * lib/glthread/thread.h: Provide Win32 specific implementation.
16941         * modules/thread (Files): Add lib/glthread/thread.c.
16942         (Depends-on): Add lock.
16943         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
16944
16945 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16946
16947         New module 'yield'.
16948         * modules/yield: New file.
16949         * lib/glthread/yield.h: New file.
16950         * m4/yield.m4: New file.
16951         * MODULES.html.sh (Multithreading): Add yield.
16952
16953 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16954
16955         New module 'thread'.
16956         * modules/thread: New file.
16957         * lib/glthread/thread.h: New file.
16958         * m4/thread.m4: New file.
16959         * MODULES.html.sh (Multithreading): Add thread.
16960
16961 2008-08-17  Bruno Haible  <bruno@clisp.org>
16962
16963         * lib/glthread/lock.h: Include <stdlib.h> always.
16964         * lib/glthread/tls.h: Likewise.
16965         * lib/glthread/cond.h: Likewise.
16966
16967 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16968
16969         New module 'cond'.
16970         * modules/cond: New file.
16971         * lib/glthread/cond.h: New file.
16972         * lib/glthread/cond.c: New file.
16973         * m4/cond.m4: New file.
16974         * MODULES.html.sh (Multithreading): Add cond.
16975
16976 2008-08-16  Eric Blake  <ebb9@byu.net>
16977
16978         c-stack: fix regression on Irix 5.3 from 2008-06-21
16979         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
16980         sa_sigaction...
16981         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
16982         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
16983         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
16984         * modules/signal (Makefile.am): Use the value.
16985         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
16986         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
16987         * doc/posix-headers/signal.texi (signal.h): Document this
16988         portability issue.
16989         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
16990         Reported by Tom G. Christensen.
16991
16992 2008-08-17  Bruno Haible  <bruno@clisp.org>
16993
16994         New module 'threadlib'.
16995         * modules/threadlib: New file.
16996         * lib/glthread/threadlib.c: New file, extracted from
16997         lib/glthread/lock.c.
16998         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
16999         functions.
17000         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
17001         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
17002         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
17003         macros.
17004         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
17005         (gl_DISABLE_THREADS): Remove macro.
17006         * modules/lock (Files): Remove build-aux/config.rpath.
17007         (Depends-on): Remove havelib. Add threadlib.
17008         (configure.ac-early): Remove section.
17009         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
17010         * modules/tls (Depends-on): Remove lock. Add threadlib.
17011         (Link): New section, copied from threadlib.
17012         * MODULES.html.sh (Multithreading): Add threadlib.
17013
17014 2008-08-14  Bruno Haible  <bruno@clisp.org>
17015
17016         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
17017         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
17018         glthread_rwlock_unlock, glthread_rwlock_destroy,
17019         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
17020         glthread_recursive_lock_destroy): Define as macros always.
17021         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
17022         glthread_lock_lock.
17023         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
17024         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
17025         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
17026         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
17027         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
17028         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
17029         (glthread_recursive_lock_lock_func): Renamed from
17030         glthread_recursive_lock_lock.
17031         (glthread_recursive_lock_unlock_func): Renamed from
17032         glthread_recursive_lock_unlock.
17033         (glthread_recursive_lock_destroy_func): Renamed from
17034         glthread_recursive_lock_destroy.
17035
17036 2008-08-14  Bruno Haible  <bruno@clisp.org>
17037
17038         * lib/glthread/lock.h: Renamed from lib/lock.h.
17039         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
17040         * lib/glthread/tls.h: Renamed from lib/tls.h.
17041         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
17042         * lib/fstrcmp.c: Update includes.
17043         * lib/strsignal.c: Update includes.
17044         * modules/lock (Files, Makefile.am): Update.
17045         (Include): Change to "glthread/lock.h".
17046         * modules/tls (Files, Makefile.am): Update.
17047         (Include): Change to "glthread/tls.h".
17048         * tests/test-lock.c: Update includes.
17049         * tests/test-tls.c: Update includes.
17050         * NEWS: Mention the renamed header files.
17051
17052 2008-08-11  Jim Meyering  <meyering@redhat.com>
17053
17054         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
17055
17056 2008-08-11  Eric Blake  <ebb9@byu.net>
17057
17058         test-c-stack: avoid C99-ism
17059         * tests/test-c-stack.c (main): Fix whitespace, move declaration
17060         before statement.
17061         Reported by Alain Guibert.
17062
17063 2008-08-10  Jim Meyering  <meyering@redhat.com>
17064
17065         ensure that return value of uinttostr et al are not ignored
17066         * lib/inttostr.h (__GNUC_PREREQ): Define.
17067         (__attribute_warn_unused_result__): Define.
17068         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
17069
17070 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
17071
17072         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
17073         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
17074
17075 2008-08-07  Jim Meyering  <meyering@redhat.com>
17076
17077         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
17078
17079         * modules/mkstemp (License): Relicense under LGPLv2+.
17080         * modules/tempname (License): Likewise.
17081
17082 2008-08-06  Bruno Haible  <bruno@clisp.org>
17083
17084         * lib/poll.c (poll): Further micro-optimization.
17085
17086 2008-08-06  Jim Meyering  <meyering@redhat.com>
17087
17088         inet_pton.c: use locale-independent tolower
17089         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
17090         (inet_pton6): Use c_tolower rather than tolower.
17091         * modules/inet_pton (Depends-on): Add c-ctype.
17092
17093 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
17094
17095         * lib/poll.c (poll): Avoid division when timeout is 0, cache
17096         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
17097
17098 2008-08-06  Jim Meyering  <meyering@redhat.com>
17099
17100         * modules/inet_pton (License): Relicense under LGPLv2+.
17101
17102 2008-08-03  Bruno Haible  <bruno@clisp.org>
17103
17104         Additional non-aborting API for lock and tls.
17105         * lib/lock.h: Include <errno.h>.
17106         (glthread_lock_init): New macro/function.
17107         (gl_lock_init): Define as wrapper around glthread_lock_init.
17108         (glthread_lock_lock): New macro/function.
17109         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
17110         (glthread_lock_unlock): New macro/function.
17111         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
17112         (glthread_lock_destroy): New macro/function.
17113         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
17114         (glthread_rwlock_init): New macro/function.
17115         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
17116         (glthread_rwlock_rdlock): New macro/function.
17117         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
17118         (glthread_rwlock_wrlock): New macro/function.
17119         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
17120         (glthread_rwlock_unlock): New macro/function.
17121         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
17122         (glthread_rwlock_destroy): New macro/function.
17123         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
17124         (glthread_recursive_lock_init): New macro/function.
17125         (gl_recursive_lock_init): Define as wrapper around
17126         glthread_recursive_lock_init.
17127         (glthread_recursive_lock_lock): New macro/function.
17128         (gl_recursive_lock_lock): Define as wrapper around
17129         glthread_recursive_lock_lock.
17130         (glthread_recursive_lock_unlock): New macro/function.
17131         (gl_recursive_lock_unlock): Define as wrapper around
17132         glthread_recursive_lock_unlock.
17133         (glthread_recursive_lock_destroy): New macro/function.
17134         (gl_recursive_lock_destroy): Define as wrapper around
17135         glthread_recursive_lock_destroy.
17136         (glthread_once): New macro/function.
17137         (gl_once): Define as wrapper around glthread_once.
17138         Update function declarations.
17139         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
17140         glthread_rwlock_init. Return error code.
17141         (glthread_rwlock_rdlock_multithreaded): Renamed from
17142         glthread_rwlock_rdlock. Return error code.
17143         (glthread_rwlock_wrlock_multithreaded): Renamed from
17144         glthread_rwlock_wrlock. Return error code.
17145         (glthread_rwlock_unlock_multithreaded): Renamed from
17146         glthread_rwlock_unlock. Return error code.
17147         (glthread_rwlock_destroy_multithreaded): Renamed from
17148         glthread_rwlock_destroy. Return error code.
17149         (glthread_recursive_lock_init_multithreaded): Renamed from
17150         glthread_recursive_lock_init. Return error code.
17151         (glthread_recursive_lock_lock_multithreaded): Renamed from
17152         glthread_recursive_lock_lock. Return error code.
17153         (glthread_recursive_lock_unlock_multithreaded): Renamed from
17154         glthread_recursive_lock_unlock. Return error code.
17155         (glthread_recursive_lock_destroy_multithreaded): Renamed from
17156         glthread_recursive_lock_destroy. Return error code.
17157         (glthread_once_call): Make static.
17158         (glthread_once_multithreaded): Renamed from glthread_once.
17159         * lib/tls.h: Include <errno.h>.
17160         (glthread_tls_key_init): New macro/function.
17161         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
17162         (glthread_tls_set): New macro/function.
17163         (gl_tls_set): Define as wrapper around glthread_tls_set.
17164         (glthread_tls_key_destroy): New macro/function.
17165         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
17166         Update function declarations.
17167         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
17168         glthread_tls_get.
17169         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17170
17171 2008-08-04  Eric Blake  <ebb9@byu.net>
17172
17173         gnumakefile: use space, not TAB, outside of targets
17174         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
17175
17176 2008-08-02  Jim Meyering  <meyering@redhat.com>
17177
17178         getdate.y: avoid locale-dependent date parsing failure
17179         In Turkish locales, getdate would fail to recognize keywords
17180         containing a lowercase "i".  The solution is not to rely on
17181         locale-sensitive case-conversion.
17182         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
17183         (lookup_word): Use c_toupper in place of toupper.
17184         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
17185         Reported by Vefa Bicakci <bicave@superonline.com> in
17186         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
17187         * modules/getdate (Depends-on): Add c-ctype.
17188
17189 2008-08-02  Bruno Haible  <bruno@clisp.org>
17190
17191         * gnulib-tool (func_import): When updating or creating a .gitignore
17192         file, prepend each added line with a slash, and ignore leading slashes
17193         from the existing lines.
17194         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17195
17196 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17197
17198         Portability fix for GNU make 3.79.1.
17199         * top/GNUmakefile: Avoid 'else COND', which older GNU make
17200         versions do not understand.
17201
17202 2008-08-01  Bruno Haible  <bruno@clisp.org>
17203
17204         Work around bug of HP-UX 10.20 cc with -0.0 literal.
17205         * tests/test-isnanf.h (zero): New variable.
17206         (main): Avoid literal -0.0f.
17207         * tests/test-isnand.h (zero): New variable.
17208         (main): Avoid literal -0.0.
17209         * tests/test-isnanl.h (zero): New variable.
17210         (main): Avoid literal -0.0L.
17211         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
17212         (test_float, test_double, test_long_double): Avoid literals -0.0f,
17213         -0.0, -0.0L.
17214         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
17215         (test_signbitd): Avoid literal -0.0.
17216         (test_signbitl): Avoid literal -0.0L.
17217         * tests/test-ceilf1.c (zero): New variable.
17218         (main): Avoid literal -0.0f.
17219         * tests/test-ceill.c (zero): New variable.
17220         (main): Avoid literal -0.0L.
17221         * tests/test-floorf1.c (zero): New variable.
17222         (main): Avoid literal -0.0f.
17223         * tests/test-floorl.c (zero): New variable.
17224         (main): Avoid literal -0.0L.
17225         * tests/test-roundf1.c (zero): New variable.
17226         (main): Avoid literal -0.0f.
17227         * tests/test-round1.c (zero): New variable.
17228         (main): Avoid literal -0.0.
17229         * tests/test-roundl.c (zero): New variable.
17230         (main): Avoid literal -0.0L.
17231         * tests/test-truncf1.c (zero): New variable.
17232         (main): Avoid literal -0.0f.
17233         * tests/test-trunc1.c (zero): New variable.
17234         (main): Avoid literal -0.0.
17235         * tests/test-truncl.c (zero): New variable.
17236         (main): Avoid literal -0.0L.
17237         * tests/test-frexp.c (zero): New variable.
17238         (main): Avoid literal -0.0.
17239         * tests/test-frexpl.c (zero): New variable.
17240         (main): Avoid literal -0.0L.
17241         * tests/test-ldexpl.c (zero): New variable.
17242         (main): Avoid literal -0.0L.
17243         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
17244         (zerod, zerol): New variables.
17245         (test_function): Avoid literals -0.0, -0.0L.
17246         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
17247         (zerod, zerol): New variables.
17248         (test_function): Avoid literals -0.0, -0.0L.
17249         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
17250         (zerod, zerol): New variables.
17251         (test_function): Avoid literals -0.0, -0.0L.
17252         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
17253         (zerod, zerol): New variables.
17254         (test_function): Avoid literals -0.0, -0.0L.
17255         * tests/test-strtod.c (zero): New variable.
17256         (main): Avoid literal -0.0.
17257         Reported by Jonathan C. Patschke <jp@centtech.com>.
17258
17259 2008-07-31  Jim Meyering  <meyering@redhat.com>
17260
17261         sha256.h: correct definition of SHA224_DIGEST_SIZE
17262         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
17263         Reported by Paulie Pena IV <paulie4@gmail.com>.
17264         Define as 224 / 8, rather than as a literal.
17265         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
17266         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
17267         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
17268
17269 2008-07-31  Bruno Haible  <bruno@clisp.org>
17270
17271         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
17272         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
17273         Reported by Jonathan Patschke <jp@centtech.com>.
17274
17275 2008-07-31  Bruno Haible  <bruno@clisp.org>
17276
17277         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
17278         Reported by Paolo Bonzini <bonzini@gnu.org>.
17279
17280 2008-07-30  Eric Blake  <ebb9@byu.net>
17281
17282         test-strtod: allow compilation without -lm
17283         * tests/test-strtod.c (main): Avoid link dependence on fabs.
17284         Reported by Dennis Clarke <blastwave@gmail.com>.
17285
17286 2008-07-28  Jim Meyering  <meyering@redhat.com>
17287
17288         bootstrap: work also when there are no .po files in po/
17289         * build-aux/bootstrap (update_po_files): Complete the change
17290         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
17291
17292 2008-07-27  Jim Meyering  <meyering@redhat.com>
17293
17294         * users.txt: Add zile.
17295
17296 2008-07-26  Ben Pfaff  <blp@gnu.org>
17297
17298         Add missing dependencies on new m4/exponent[fdl].m4 files.
17299         * modules/isnanf-nolibm: Add m4/exponentf.m4.
17300         * modules/isnand-nolibm: Add m4/exponentd.m4.
17301         * modules/isnanl-nolibm: Add m4/exponentl.m4.
17302         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
17303         m4/isnan[fdl].m4, because the macros actually used moved.
17304         Reported by Jim Meyering.
17305
17306 2008-07-14  Ben Pfaff  <blp@gnu.org>
17307
17308         Add isinf module.
17309         * lib/isinf.c: New file.
17310         * lib/math.in.h: Define isinf macro if we have decided to replace
17311         it.
17312         * m4/isinf.m4: New file.
17313         * m4/math_h.m4: Initialize and substitute variables for isinf
17314         module.
17315         * modules/isinf: New file.
17316         * modules/isinf-tests: New file.
17317         * modules/math: Add substitutions for new module.
17318         * tests/test-isinf.c: New file.
17319         * doc/posix-functions/isinf.texi: Mention new module.
17320         * MODULES.html.sh: Mention new module.
17321
17322 2008-07-14  Ben Pfaff  <blp@gnu.org>
17323
17324         Factor out some macros for use by additional modules.
17325         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
17326         exponentf.m4.
17327         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
17328         exponentd.m4.
17329         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
17330         file exponentl.m4.
17331         * m4/exponentf.m4: New file.
17332         * m4/exponentd.m4: New file.
17333         * m4/exponentl.m4: New file.
17334         * modules/isnanf: Use new file m4/exponentf.m4.
17335         * modules/isnand: Use new file m4/exponentd.m4.
17336         * modules/isnanl: Use new file m4/exponentl.m4.
17337
17338 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
17339
17340         mktime.c: normalize tp->tm_isdst value to -1/0/1.
17341         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
17342         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
17343         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
17344
17345         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
17346         readlink on platforms without PATH_MAX.
17347
17348 2008-07-21  Eric Blake  <ebb9@byu.net>
17349
17350         Warn, not fail, on stale version.
17351         * top/GNUmakefile (_curr-ver): Tone down previous patch.
17352
17353         Don't allow installation with stale devel version number.
17354         * top/GNUmakefile (_is-install-target): New macro.
17355         (_curr-ver): Forbid installation with stale version number.
17356
17357 2008-07-20  Bruno Haible  <bruno@clisp.org>
17358
17359         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
17360         TESTS_ENVIRONMENT.
17361         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
17362
17363 2008-07-20  Bruno Haible  <bruno@clisp.org>
17364
17365         * lib/c-stack.h (c_stack_action): Add documentation.
17366         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
17367
17368 2008-07-20  Bruno Haible  <bruno@clisp.org>
17369
17370         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
17371         * modules/readlink (License): Likewise.
17372
17373 2008-07-17  Eric Blake  <ebb9@byu.net>
17374
17375         * modules/c-stack (Link): Fix typo.
17376
17377         Make c-stack use libsigsegv, when available.
17378         * modules/c-stack (Depends-on): Add libsigsegv.
17379         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
17380         needed.
17381         * lib/c-stack.c (SIGSTKSZ): Define fallback.
17382         (segv_handler, overflow_handler, c_stack_action)
17383         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
17384         implementation when libsigsegv is available, but only when using
17385         the library is necessary.
17386         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
17387         comment, explaining why XSI check fails on Linux.
17388         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
17389         * tests/test-c-stack2.sh: Tweak skip message.
17390         * NEWS: Document new link-time requirements.
17391
17392 2008-07-16  Eric Blake  <ebb9@byu.net>
17393
17394         c-stack: Expose false positives when not using libsigsegv.
17395         * modules/c-stack-tests (Files): Expand test.
17396         * tests/test-c-stack.c (main): Add means to conditionally trigger
17397         non-overflow SIGSEGV.
17398         * tests/test-c-stack2.sh: New file.
17399
17400 2008-07-14  Bruno Haible  <bruno@clisp.org>
17401
17402         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
17403         Reported by Eric Blake.
17404
17405 2008-07-14  Sam Steingold  <sds@gnu.org>
17406             Bruno Haible  <bruno@clisp.org>
17407
17408         New module libsigsegv.
17409         * modules/libsigsegv: New file.
17410         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
17411         modifications.
17412         * MODULES.html.sh (Signal handling): New section.
17413
17414 2008-07-14  Bruno Haible  <bruno@clisp.org>
17415
17416         * modules/unictype/ctype-* (Description): Add the word "function".
17417         Improves the resulting doc in MODULES.html.
17418
17419 2008-07-12  Ben Pfaff  <blp@gnu.org>
17420
17421         Add longlong module.
17422         * modules/longlong: New file.
17423
17424 2008-07-12  Bruno Haible  <bruno@clisp.org>
17425
17426         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
17427         to empty.
17428
17429 2008-07-10  Ben Pfaff  <blp@gnu.org>
17430
17431         Add isnan module.
17432         * doc/posix-functions/isnan.texi: Mention new module.
17433         * lib/math.in.h: Define isnan macro if we have decided to replace
17434         it.
17435         * m4/isnan.m4: New file.
17436         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
17437         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
17438         also.
17439         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
17440         redundancy.
17441         * m4/math_h.m4: Initialize and substitute variables for isnan
17442         module.
17443         * modules/isnan: New file.
17444         * modules/isnan-tests: New file.
17445         * modules/math: Add substitutions for new module.
17446         * tests/test-isnan.c: New file.
17447         * MODULES.html.sh: Mention new module.
17448
17449 2008-07-10  Ben Pfaff  <blp@gnu.org>
17450
17451         Add isnanf module.
17452         * lib/isnanf.m4: New file.
17453         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
17454         (gl_HAVE_ISNANF_IN_LIBM): New macro.
17455         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
17456         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
17457         * modules/isnanf: New file.
17458         * modules/isnanf-tests: New file.
17459         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
17460         files.
17461         * tests/test-isnanf-nolibm.c: factored most of its contents into
17462         new file tests/test-isnanf.h.
17463         * tests/test-isnanf.h: New file.
17464         * tests/test-isnanf.c: New file.
17465         * MODULES.html.sh: Mention new module.
17466         * doc/glibc-functions/isnanf.texi: Mention new module.
17467
17468 2008-07-10  Ben Pfaff  <blp@gnu.org>
17469
17470         Add isnand module.
17471         * lib/isnand.h: New file.
17472         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
17473         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
17474         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
17475         functionality also.
17476         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
17477         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
17478         (gl_HAVE_ISNAND_IN_LIBM): New macro.
17479         * modules/isnand: New file.
17480         * modules/isnand-tests: New file.
17481         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
17482         files.
17483         * tests/test-isnand-nolibm.c: factored most of its contents into
17484         new file tests/test-isnand.h.
17485         * tests/test-isnand.h: New file.
17486         * tests/test-isnand.c: New file.
17487         * MODULES.html.sh: Mention new module.
17488
17489 2008-07-10  Ben Pfaff  <blp@gnu.org>
17490
17491         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
17492         * lib/isnand.h: Rename lib/isnand-nolibm.h.
17493         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
17494         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
17495         * modules/isnanf-nolibm: Update references to renamed files.
17496         * modules/isnand-nolibm: Likewise.
17497         * modules/isnanf-nolibm-tests: Likewise.
17498         * modules/isnand-nolibm-tests: Likewise.
17499         * lib/frexp.c: Likewise.
17500         * lib/isfinite.c: Likewise.
17501         * lib/signbitd.c: Likewise.
17502         * lib/signbitf.c: Likewise.
17503         * lib/vasnprintf.c: Likewise.
17504         * tests/test-ceilf1.c: Likewise.
17505         * tests/test-ceilf2.c: Likewise.
17506         * tests/test-floorf1.c: Likewise.
17507         * tests/test-floorf2.c: Likewise.
17508         * tests/test-frexp.c: Likewise.
17509         * tests/test-round1.c: Likewise.
17510         * tests/test-round2.c: Likewise.
17511         * tests/test-roundf1.c: Likewise.
17512         * tests/test-strtod.c: Likewise.
17513         * tests/test-trunc1.c: Likewise.
17514         * tests/test-trunc2.c: Likewise.
17515         * tests/test-truncf1.c: Likewise.
17516         * tests/test-truncf2.c: Likewise.
17517         * NEWS: Mention the renamed header files.
17518
17519 2008-07-11  Jim Meyering  <meyering@redhat.com>
17520
17521         vc-list-files: make the last-resort awk code more portable
17522         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
17523         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
17524         does not support it.
17525
17526 2008-07-10  Eric Blake  <ebb9@byu.net>
17527
17528         Work with tar's bootstrap.
17529         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
17530         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
17531         an m4 comment.
17532
17533 2008-07-09  Jim Meyering  <meyering@redhat.com>
17534
17535         posix-shell.m4: fix typo that made this test malfunction
17536         * m4/posix-shell.m4: Remove capitalization in variable name.
17537
17538 2008-07-08  Bruno Haible  <bruno@clisp.org>
17539
17540         * m4/onceonly.m4: Update comments.
17541         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17542
17543 2008-07-04  Jim Meyering  <meyering@redhat.com>
17544
17545         * users.txt: Add vc-dwim.
17546         (bison, coreutils): Use the gitweb URL.
17547
17548 2008-07-03  Jim Meyering  <meyering@redhat.com>
17549
17550         * users.txt: Add libffcall.  From Sam Steingold.
17551
17552 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
17553
17554         getdate.y: do not ignore TZ with relative day, month or year offset
17555         * lib/getdate.y (get_date): Move the tz-handling block to follow the
17556         relative-date-handling, since otherwise, the latter would clobber the
17557         sole output (an updated Start value) of the tz-handling block.
17558         * tests/test-getdate.c: Tests for the fix
17559
17560 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17561
17562         Recognize 'foo_LIBRARIES += libgnu.a'.
17563         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
17564         makefile snippet has already specified an installation location,
17565         also using '+='.
17566
17567 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
17568
17569         getdate.y: factor out common actions
17570         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
17571         Use them in place of open-coded actions.
17572
17573 2008-07-01  Simon Josefsson  <simon@josefsson.org>
17574
17575         Add self-test for getdate module.
17576         * modules/getdate-tests: New file.
17577         * tests/test-getdate.c: New file.
17578
17579 2008-06-29  Bruno Haible  <bruno@clisp.org>
17580
17581         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
17582         .gitignore.
17583         Reported by Sylvain Beucler <beuc@beuc.net>.
17584
17585 2008-06-29  Bruno Haible  <bruno@clisp.org>
17586
17587         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
17588         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
17589
17590 2008-06-29  Bruno Haible  <bruno@clisp.org>
17591
17592         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
17593         EXTRA_DIST.
17594         Reported by Sylvain Beucler <beuc@beuc.net>.
17595
17596 2008-06-26  Jim Meyering  <meyering@redhat.com>
17597
17598         make several modules depend on the "open" module
17599         This provides slightly increased consistency when opening-for-write
17600         the name of a non-directory spelled with a trailing slash.
17601         * modules/chdir-safer: Likewise.
17602         * modules/chown: Likewise.
17603         * modules/clean-temp: Likewise.
17604         * modules/copy-file: Likewise.
17605         * modules/fchdir: Likewise.
17606         * modules/fcntl-safer: Likewise.
17607         * modules/pipe: Likewise.
17608         * modules/utime: Likewise.
17609         Prompted by Eric Blake and Bruno Haible.
17610
17611 2008-06-24  Andreas Schwab  <schwab@suse.de>
17612
17613         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
17614         literals can be used as initializers for global variables.
17615
17616 2008-06-23  Eric Blake  <ebb9@byu.net>
17617
17618         Make gnulib-cache.m4 easier to diff.
17619         * gnulib-tool (func_import): Allow newlines when reading cached
17620         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
17621
17622 2008-06-23  Bruno Haible  <bruno@clisp.org>
17623
17624         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
17625         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
17626         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
17627         m4/signalblocking.m4.
17628         (gl_PREREQ_SIGACTION): Don't invoke it.
17629         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
17630         gl_PREREQ_SIG_HANDLER_H.
17631         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
17632         Don't check for sigaction here.
17633
17634 2008-06-23  Bruno Haible  <bruno@clisp.org>
17635
17636         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
17637         (install_handlers): Don't set the SA_RESETHAND flag.
17638
17639 2008-06-23  Bruno Haible  <bruno@clisp.org>
17640
17641         * m4/sigaction.m4: Comment fixes.
17642         * lib/signal.in.h: Likewise.
17643
17644 2008-06-23  Eric Blake  <ebb9@byu.net>
17645
17646         Fix typo.
17647         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
17648
17649         Avoid SA_ namespace.
17650         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
17651         Reported by Ralf Wildenhues.
17652
17653         Avoid test failure due to SA_RESTORER.
17654         * tests/test-sigaction.c (SA_MASK): New macro.
17655         (main): Avoid failing due to extension flags being set.
17656         Reported by Jim Meyering.
17657
17658         Revert use of sig-handler.h in sigprocmask.c.
17659         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
17660         it requires the existence of struct sigaction.
17661         * lib/sigprocmask.c (handler_t): Restore typedef.
17662         (rpl_signal, old_handlers): Use local type.
17663
17664 2008-06-22  Bruno Haible  <bruno@clisp.org>
17665
17666         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
17667         conditionally.
17668         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17669
17670 2008-06-22  Bruno Haible  <bruno@clisp.org>
17671
17672         * doc/posix-functions/siginterrupt.texi: Move note.
17673
17674         * lib/signal.in.h (SA_RESTART): New macro.
17675         * lib/sigaction.c: Update comment.
17676
17677         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
17678
17679         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
17680         (gl_PREREQ_SIGPROCMASK): Invoke it.
17681         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
17682
17683         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
17684
17685         * lib/sigprocmask.c: Update a comment.
17686
17687 2008-06-21  Eric Blake  <ebb9@byu.net>
17688
17689         Use sigaction module rather than signal().
17690         * modules/c-stack (Depends-on): Add sigaction.
17691         * modules/fatal-signal (Depends-on): Likewise.
17692         * modules/nanosleep (Depends-on): Likewise.
17693         * modules/sigprocmask (Files): Add sig-handler.h.
17694         * modules/sigaction (Files): Likewise.
17695         * lib/sig-handler.h (get_handler): New file, suggested by Paul
17696         Eggert.
17697         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
17698         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
17699         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
17700         (init_fatal_signals): Likewise.
17701         * lib/nanosleep.c (rpl_nanosleep): Likewise.
17702         (siginterrupt): Delete fallback.
17703         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
17704         instead.
17705         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
17706         siginterrupt.
17707
17708         New module sigaction, for mingw.
17709         * modules/sigaction: New module...
17710         * modules/sigaction-tests: ...and its test.
17711         * m4/sigaction.m4: New file.
17712         * lib/sigaction.c: Likewise.
17713         * tests/test-sigaction.c: Likewise.
17714         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
17715         * modules/signal (Makefile.am): Likewise.
17716         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
17717         needed.
17718         * doc/posix-headers/signal.texi (signal.h): Mention provided
17719         types.
17720         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
17721         that sigaction is preferable.
17722         * doc/posix-functions/sigaction.texi (sigaction): Mention new
17723         module.
17724         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17725         sigaction.
17726
17727         Improve robustness of sigprocmask by overriding signal.
17728         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
17729         is in use.
17730         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
17731         (SIGKILL, SIGSTOP): Provide fallbacks.
17732         (rpl_signal): Implement.
17733         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
17734         signal can be called inside handlers.
17735
17736         Fix nanosleep module on mingw.
17737         * modules/nanosleep (Depends-on): Add sys_select.
17738         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
17739
17740         Fix licensing of sigprocmask.
17741         * modules/raise (License): Relicense as LGPL.
17742
17743 2008-06-21  Bruno Haible  <bruno@clisp.org>
17744
17745         * lib/propername.c (proper_name_utf8): Don't use the transliterated
17746         result if it contains question marks.
17747         Reported by Michael Geng <linux@michaelgeng.de>.
17748
17749 2008-06-19  Bruno Haible  <bruno@clisp.org>
17750
17751         Fix CVS-ism.
17752         * doc/gnulib.texi: Include updated-stamp.texi.
17753         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
17754         (updated-stamp.texi): New rule.
17755         (gnulib.info): Depend on it.
17756         * doc/.gitignore: Add updated-stamp.texi.
17757         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
17758
17759 2008-06-19  Bruno Haible  <bruno@clisp.org>
17760
17761         * doc/Makefile (gnulib.info): Update and simplify dependencies.
17762         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
17763
17764 2008-06-19  Eric Blake  <ebb9@byu.net>
17765
17766         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
17767         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
17768         Reported by Stepan Kasal.
17769
17770 2008-06-18  Bruno Haible  <bruno@clisp.org>
17771
17772         * lib/fatal-signal.c (init_fatal_signals): Add comment.
17773         Reported by Eric Blake.
17774
17775 2008-06-18  Eric Blake  <ebb9@byu.net>
17776
17777         Work around cygwin 1.5.25 strsignal bug.
17778         * tests/test-strsignal.c: Allow for const char *.
17779         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
17780
17781 2008-06-18  Simon Josefsson  <simon@josefsson.org>
17782
17783         * users.txt: Update URL to article and add author/date
17784         information.
17785
17786 2008-06-17  Bruno Haible  <bruno@clisp.org>
17787
17788         New macro gl_DISABLE_THREADS.
17789         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
17790         if the user did not pass --enable-threads or --disable-threads option.
17791         (gl_DISABLE_THREADS): New macro.
17792         Reported by Eric Blake <ebb9@byu.net>.
17793
17794 2008-06-17  Bruno Haible  <bruno@clisp.org>
17795
17796         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
17797         when the macro ignores it.
17798         Based on a patch by Eric Blake <ebb9@byu.net>.
17799
17800 2008-06-17  Bruno Haible  <bruno@clisp.org>
17801
17802         * modules/tls (License): Change to LGPLv2+.
17803         Reported by Eric Blake.
17804
17805 2008-06-17  Eric Blake  <ebb9@byu.net>
17806
17807         Simplify c-stack prerequisites.
17808         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
17809         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
17810         no longer requires <ucontext.h> to exist.  Optimize setrlimit
17811         check.
17812         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
17813         <sys/resource.h>.
17814
17815         Move c-stack test into testsuite.
17816         * modules/c-stack-tests: New file.
17817         * lib/c-stack.c [DEBUG]: Move test program...
17818         * tests/test-c-stack.c: ...into this new file.  Skip rather than
17819         fail test if sigaltstack is lacking.
17820         * tests/test-c-stack.sh: New driver file.
17821
17822 2008-06-16  Eric Blake  <ebb9@byu.net>
17823
17824         Use raise module consistently.
17825         * modules/fatal-signal (Depends-on): Add raise.
17826         * modules/sigprocmask (Depends-on): Likewise.
17827         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
17828         * lib/sigprocmask.c (sigprocmask): Likewise.
17829         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
17830         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
17831
17832         Fix compliance bug in sigpending.
17833         * lib/sigprocmask.c (sigpending): Return pending array via
17834         parameter, not return value.
17835
17836 2008-06-14  Eric Blake  <ebb9@byu.net>
17837
17838         Improve obstack-printf test code.
17839         * tests/test-obstack-printf.c (test_function): Fix comment, and
17840         simplify usage of obstack_* in macros.  Add a test for coverage.
17841         Reported by Bruno Haible.
17842
17843 2008-06-14  Bruno Haible  <bruno@clisp.org>
17844
17845         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
17846         array size as a constant, not as a const variable.
17847         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
17848         AC_USE_SYSTEM_EXTENSIONS.
17849         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
17850         Test whether the obstack_printf function actually exists.
17851         * modules/obstack-printf (Depends-on): Add extensions.
17852         (Include): Remove obstack.h.
17853         * modules/obstack-printf-posix (Depends-on): Add extensions.
17854         (Include): Remove obstack.h.
17855
17856 2008-06-13  Eric Blake  <ebb9@byu.net>
17857
17858         Add obstack-printf and obstack-printf-posix modules.
17859         * modules/obstack-printf: New file.
17860         * modules/obstack-printf-posix: Likewise.
17861         * MODULES.html.sh (Misc): Mention them.
17862         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17863         Likewise.
17864         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17865         Likewise.
17866         * modules/stdio (Makefile.am): Accomodate new modules.
17867         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17868         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
17869         Declare.
17870         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
17871         functions.
17872         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
17873         (gl_REPLACE_OBSTACK_PRINTF): New macros
17874         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
17875         * tests/test-obstack-printf.c: New file.
17876         * modules/obstack-printf-tests: Likewise.
17877         * modules/obstack-printf-posix-tests: Likewise.
17878
17879 2008-06-11  Bruno Haible  <bruno@clisp.org>
17880
17881         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
17882         * lib/open.c: Include errno.h.
17883         (open): Fail when attempting to write to a file that has a trailing
17884         slash.
17885         * tests/test-open.c (main): Test against trailing slash bug.
17886         * doc/posix-functions/open.texi: Mention the trailing slash bug.
17887
17888 2008-06-10  Bruno Haible  <bruno@clisp.org>
17889
17890         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
17891         for $? to work inside the trap command, with various /bin/sh-s.
17892         * tests/test-vc-list-files-cvs.sh: Likewise.
17893
17894 2008-06-10  Bruno Haible  <bruno@clisp.org>
17895
17896         * lib/acl-internal.h: Don't include gettext.h here.
17897         * lib/set-mode-acl.c: Include gettext.h here.
17898         * lib/copy-acl.c: Likewise.
17899
17900 2008-06-10  Bruno Haible  <bruno@clisp.org>
17901
17902         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
17903         * lib/wait-process.c (wait_subprocess): Likewise.
17904         * lib/execute.h (execute): Add termsigp argument.
17905         * lib/execute.c (execute): Likewise.
17906         * lib/csharpcomp.c (compile_csharp_using_pnet,
17907         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
17908         * lib/csharpexec.c (execute_csharp_using_pnet,
17909         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
17910         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
17911         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
17912         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
17913         is_jikes_present): Update.
17914         * lib/javaexec.c (execute_java_class): Update.
17915         * lib/javaversion.c (execute_and_read_line): Update.
17916         * NEWS: Document the changes.
17917         Reported by Eric Blake.
17918
17919 2008-06-10  Eric Blake  <ebb9@byu.net>
17920
17921         Add missing include.
17922         * tests/test-strstr.c (includes): Add <signal.h>.
17923         * tests/test-strcasestr.c (includes): Likewise.
17924         * tests/test-memmem.c (includes): Likewise.
17925
17926 2008-06-10  Bruno Haible  <bruno@clisp.org>
17927
17928         * lib/wait-process.c (wait_subprocess): Add an assertion.
17929
17930 2008-06-10  Bruno Haible  <bruno@clisp.org>
17931
17932         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
17933
17934 2008-06-10  Bruno Haible  <bruno@clisp.org>
17935
17936         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
17937         using alarm().
17938         * tests/test-strcasestr.c (main): Likewise.
17939         * tests/test-strstr.c (main): Likewise.
17940
17941 2008-06-09  Bruno Haible  <bruno@clisp.org>
17942
17943         Work around the Solaris 10 ACE ACLs ABI change.
17944         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
17945         declare if ACL_NO_TRIVIAL is present.
17946         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
17947         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
17948         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
17949         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
17950         define if ACL_NO_TRIVIAL is present.
17951         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
17952         and use the current ABI.
17953         (file_has_acl): Use same #if condition as elsewhere.
17954         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
17955         in use, and use the current ABI.
17956         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
17957         Reported by Jim Meyering.
17958
17959 2008-06-09  Eric Blake  <ebb9@byu.net>
17960
17961         Work around environments that (stupidly) ignore SIGALRM.
17962         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
17963         before using alarm().
17964         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17965         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17966         Reported by Ian Beckwith <ianb@erislabs.net>.
17967
17968         Produce autobuild blurb earlier in log.
17969         * modules/autobuild (configure.ac-early): Move AB_INIT here.
17970
17971 2008-06-09  Jim Meyering  <meyering@redhat.com>
17972         and OndÅ™ej Vašík  <ovasik@redhat.com>
17973
17974         utimens.c: correct kernel bug work-around
17975         OndÅ™ej Vašík found that the invalid return value of 280 indicates
17976         failure, not success, and the kernel bug we're trying to work
17977         around affects not just the utimensat call, but also the fallback
17978         futimens call.
17979         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
17980         not success.
17981         [HAVE_FUTIMENS]: Use the same work-around, here.
17982
17983 2008-06-09  Jim Meyering  <meyering@redhat.com>
17984
17985         add more guards around definition of ACE_-related code
17986         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
17987         ALLOW and ACE_OWNER are also defined.
17988
17989 2008-06-08  Bruno Haible  <bruno@clisp.org>
17990
17991         * lib/acl-internal.h: Add me as co-author.
17992         * lib/file-has-acl.c: Likewise.
17993         * lib/set-mode-acl.c: Likewise.
17994         * lib/copy-acl.c: Likewise.
17995
17996 2008-06-08  Bruno Haible  <bruno@clisp.org>
17997
17998         Add support for AIX ACLs.
17999         * lib/acl-internal.h (acl_nontrivial): New declaration.
18000         * lib/file-has-acl.c (acl_nontrivial): New function.
18001         (file_has_acl): Add implementation using AIX 4 ACL API.
18002         * lib/set-mode-acl.c (qset_acl): Likewise.
18003         * lib/copy-acl.c (qcopy_acl): Likewise.
18004
18005 2008-06-08  Bruno Haible  <bruno@clisp.org>
18006
18007         Add support for HP-UX ACLs.
18008         * lib/acl-internal.h (acl_nontrivial): New declaration.
18009         * lib/file-has-acl.c (acl_nontrivial): New function.
18010         (file_has_acl): Add implementation using HP-UX 11 ACL API.
18011         * lib/set-mode-acl.c (qset_acl): Likewise.
18012         * lib/copy-acl.c (qcopy_acl): Likewise.
18013
18014 2008-06-08  Bruno Haible  <bruno@clisp.org>
18015
18016         Add support for Cygwin ACLs.
18017         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
18018         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
18019         the chmod_or_fchmod call.
18020         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
18021
18022 2008-06-08  Bruno Haible  <bruno@clisp.org>
18023
18024         Fix bug with setuid modes in Solaris 10+ code.
18025         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
18026         succeeded, when the mode contains some special bits.
18027
18028 2008-06-08  Bruno Haible  <bruno@clisp.org>
18029
18030         Add support for Solaris 7..10 ACLs.
18031         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
18032         declarations.
18033         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
18034         functions.
18035         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
18036         * lib/set-mode-acl.c (qset_acl): Likewise.
18037         * lib/copy-acl.c (qcopy_acl): Likewise.
18038
18039 2008-06-08  Bruno Haible  <bruno@clisp.org>
18040
18041         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
18042         declaration.
18043         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
18044         (acl_access_nontrivial): Remove MacOS X case.
18045         (file_has_acl): Use acl_extended_nontrivial.
18046         * lib/copy-acl.c (qcopy_acl): Likewise.
18047
18048 2008-06-08  Bruno Haible  <bruno@clisp.org>
18049
18050         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
18051
18052 2008-06-08  Jim Meyering  <meyering@redhat.com>
18053
18054         * modules/acl (Maintainer): Add Bruno Haible.
18055
18056 2008-06-07  Bruno Haible  <bruno@clisp.org>
18057
18058         Improve support for Tru64 ACLs.
18059         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
18060         ACL on OSF/1.
18061
18062 2008-06-07  Bruno Haible  <bruno@clisp.org>
18063
18064         Add support for MacOS X ACLs.
18065         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
18066         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
18067         * lib/set-mode-acl.c (qset_acl): Likewise.
18068         * lib/copy-acl.c (qcopy_acl): Likewise.
18069
18070 2008-06-07  Bruno Haible  <bruno@clisp.org>
18071
18072         Fix memory leak introduced on 2008-05-22.
18073         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
18074         use.
18075
18076 2008-06-07  Bruno Haible  <bruno@clisp.org>
18077
18078         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
18079         to construct an empty ACL.
18080
18081 2008-06-07  Bruno Haible  <bruno@clisp.org>
18082
18083         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
18084         precisely.
18085         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
18086
18087 2008-06-07  Bruno Haible  <bruno@clisp.org>
18088
18089         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
18090         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
18091
18092 2008-06-07  Bruno Haible  <bruno@clisp.org>
18093
18094         * doc/posix-functions/_setjmp.texi: Explain the use of this function
18095         regardless of POSIX.
18096         * doc/posix-functions/_longjmp.texi: Likewise.
18097         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
18098         SystemV platform in this case.
18099
18100 2008-06-06  Eric Blake  <ebb9@byu.net>
18101
18102         Document abort() bugs.
18103         * doc/posix-functions/abort.texi (abort): Mention anomalies.
18104
18105         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
18106         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
18107         sigsetjmp.
18108         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
18109         siglongjmp, but only as a macro.
18110         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
18111         is obsolete.
18112         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
18113
18114         Tweak documentation to cover cygwin argz bugs.
18115         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
18116         argz bug fix; no code change needed since no cygwin releases
18117         occurred between the last fix and the bug being tested.
18118         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
18119         module and recently fixed cygwin bugs.
18120         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
18121         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
18122         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
18123         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
18124         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
18125         Likewise.
18126         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
18127         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
18128         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
18129         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
18130         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
18131         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
18132         Likewise.
18133
18134         Avoid gcc warning on cygwin.
18135         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
18136         !ACL_NO_TRIVIAL]: Avoid unused variable.
18137
18138 2008-06-05  Eric Blake  <ebb9@byu.net>
18139
18140         Be tolerant of UNKNOWN version in gnulib-tool test dir.
18141         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
18142         git-version-gen fails to come up with a version.
18143         Reported by Simon Josefsson.
18144
18145 2008-06-05  Jim Meyering  <meyering@redhat.com>
18146             Paul Eggert  <eggert@cs.ucla.edu>
18147
18148         utimens.c: work around a probable Linux kernel bug
18149         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
18150         appears to be a kernel bug that causes utimensat to return 280
18151         instead of 0, indicating success.
18152
18153 2008-06-04  Bruno Haible  <bruno@clisp.org>
18154
18155         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
18156         2008-06-01 commit.
18157
18158 2008-06-04  Bruno Haible  <bruno@clisp.org>
18159
18160         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
18161         * lib/file-has-acl.c (acl_access_nontrivial): New function.
18162         (file_has_acl): Use it. Save errno afterwards.
18163         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
18164
18165 2008-06-03  Bruno Haible  <bruno@clisp.org>
18166
18167         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
18168         draft code. Simplify #ifs.
18169         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
18170         Put Solaris code after POSIX-draft code. Fix comments regarding
18171         Solaris 10, HP-UX. Mention Cygwin.
18172         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
18173
18174 2008-06-03  Eric Blake  <ebb9@byu.net>
18175
18176         Provide fallback for older kernels.
18177         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
18178         Provide runtime fallback if kernel lacks support.
18179         Reported by Mike Frysinger.
18180
18181 2008-06-02  Bruno Haible  <bruno@clisp.org>
18182
18183         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
18184         it exists.
18185
18186 2008-06-02  Bruno Haible  <bruno@clisp.org>
18187
18188         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
18189         * lib/copy-acl.c (qcopy_acl): Update comment.
18190
18191 2008-06-02  Bruno Haible  <bruno@clisp.org>
18192
18193         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
18194         like ACL APIs.
18195
18196 2008-06-02  Bruno Haible  <bruno@clisp.org>
18197
18198         * tests/test-file-has-acl.sh: Use different code for Cygwin.
18199         * tests/test-set-mode-acl.sh: Likewise.
18200         * tests/test-copy-acl.sh: Likewise.
18201         * tests/test-copy-file.sh: Likewise.
18202
18203 2008-06-02  Bruno Haible  <bruno@clisp.org>
18204
18205         * tests/test-file-has-acl.sh: Remove unused code.
18206
18207 2008-06-01  Bruno Haible  <bruno@clisp.org>
18208
18209         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
18210         (copy_acl): Just a wrapper around qcopy_acl that emits the error
18211         messages.
18212         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
18213
18214 2008-06-01  Bruno Haible  <bruno@clisp.org>
18215
18216         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
18217         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
18218         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
18219         APIs.
18220         * modules/acl-tests (configure.ac): Remove tests now contained in
18221         m4/acl.m4.
18222
18223 2008-06-02  Jim Meyering  <meyering@redhat.com>
18224
18225         announce-gen: use a better key-server host name
18226         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
18227         it may be more consistently reliable.  Suggested by Werner Koch
18228         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
18229
18230 2008-06-01  Bruno Haible  <bruno@clisp.org>
18231
18232         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
18233         Reported by Voroskoi Andras <voroskoi@gmail.com>.
18234
18235 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
18236
18237         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
18238
18239 2008-06-01  Bruno Haible  <bruno@clisp.org>
18240
18241         New ACL tests.
18242         * tests/test-file-has-acl.sh: New file.
18243         * tests/test-file-has-acl.c: New file.
18244         * tests/test-set-mode-acl.sh: New file.
18245         * tests/test-set-mode-acl.c: New file.
18246         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
18247         * tests/test-copy-acl.c: New file.
18248         * modules/acl-tests: New file, based on modules/copy-file-tests.
18249         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
18250         (Depends-on): Add acl-tests.
18251         (configure.ac): Remove checks.
18252         (Makefile.am): Don't create test-sameacls program here any more.
18253
18254 2008-06-01  Bruno Haible  <bruno@clisp.org>
18255
18256         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
18257         * tests/test-sameacls.c: Include progname.h.
18258         (main): Invoke set_program_name. Portability fixes for MacOS X,
18259         Solaris, HP-UX.
18260
18261 2008-06-01  Bruno Haible  <bruno@clisp.org>
18262
18263         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
18264         function.
18265         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
18266
18267 2008-06-01  Bruno Haible  <bruno@clisp.org>
18268
18269         * modules/rpmatch (Depends-on): Add strdup.
18270
18271 2008-06-01  Bruno Haible  <bruno@clisp.org>
18272
18273         * lib/pipe.c: Include unistd-safer.h.
18274         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
18275         * modules/pipe (Depends-on): Add unistd-safer.
18276
18277 2008-05-30  Simon Josefsson  <simon@josefsson.org>
18278
18279         * modules/autobuild (configure.ac): Call AB_INIT.
18280
18281 2008-05-30  Simon Josefsson  <simon@josefsson.org>
18282
18283         * tests/test-getaddrinfo.c: Don't print debug messages by default.
18284         Suggested by Bruno Haible <bruno@clisp.org>.
18285
18286 2008-05-30  Simon Josefsson  <simon@josefsson.org>
18287
18288         * tests/test-base64.c: Cast size_t to unsigned long when invoking
18289         printf.  Use %lu instead of %d.  Reported by Bruno Haible
18290         <bruno@clisp.org>.
18291
18292 2008-05-29  Eric Blake  <ebb9@byu.net>
18293
18294         Prefer new POSIX 200x interfaces over futimesat.
18295         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
18296         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
18297         when available.
18298         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
18299
18300 2008-05-28  Bruno Haible  <bruno@clisp.org>
18301
18302         * modules/stpcpy (License): Change to LGPLv2+.
18303         Requested by David Lutterkort <dlutter@redhat.com>.
18304
18305 2008-05-27  Bruno Haible  <bruno@clisp.org>
18306
18307         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
18308         current mingw.
18309         Reported by Jose E. Marchesi <jemarch@gnu.org>.
18310
18311 2008-05-27  Bruno Haible  <bruno@clisp.org>
18312
18313         * modules/iconv_open (Link): New section, from module 'iconv'.
18314         * modules/striconv (Link): Likewise.
18315         * modules/striconveh (Link): Likewise.
18316         * modules/xstriconv (Link): Likewise.
18317         * modules/unicodeio (Link): Likewise.
18318         * modules/propername (Link): Likewise.
18319         Reported by Jim Meyering.
18320
18321 2008-05-26  Jim Meyering  <meyering@redhat.com>
18322
18323         sha256: do not artificially restrict buffer length to be < 2^32
18324         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
18325         uint32_t to size_t.
18326         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
18327         to match.
18328
18329         avoid unaligned access errors, e.g., on sparc
18330         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
18331         direct access through a possibly-unaligned uint64* pointer.
18332         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
18333         direct access through a possibly-unaligned uint32* pointer.
18334         Prompted by this patch from Tom "spot" Callaway:
18335         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
18336
18337         sha512.c: fix typo in comment
18338         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
18339
18340 2008-05-25  Bruno Haible  <bruno@clisp.org>
18341
18342         * lib/set-mode-acl.c: Renamed from lib/acl.c.
18343         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
18344         (Makefile.am): Update lib_SOURCES.
18345
18346 2008-05-25  Bruno Haible  <bruno@clisp.org>
18347
18348         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
18349
18350 2008-05-25  Jim Meyering  <meyering@redhat.com>
18351
18352         useless-if-before-free: freed expr may have white-space differences
18353         * build-aux/useless-if-before-free: Recognize cases in which the
18354         freed expression differs from the tested one in embedded white
18355         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
18356         $1 was used, so we can't make any regexp shy.  Improved tests now
18357         detect this.
18358
18359         useless-if-before-free: accept white space in the expression.
18360         * build-aux/useless-if-before-free: For now, any white space
18361         in the expression must be identical in the free argument.
18362
18363         useless-if-before-free: efficiency tweak
18364         * build-aux/useless-if-before-free: Make the expression-matching
18365         regexp "shy".
18366         Make the *outer* regexp shy, not the expr-matching one.
18367
18368         update code-in-comment to accept cast of free arg
18369         * build-aux/useless-if-before-free: Update regexp.
18370
18371 2008-05-25  Bruno Haible  <bruno@clisp.org>
18372
18373         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
18374         * modules/copy-file-tests (Files, Makefile.am): Update.
18375         * tests/test-copy-file.c (func_test_copy): Update.
18376
18377 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
18378
18379         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
18380
18381 2008-05-23  Bruno Haible  <bruno@clisp.org>
18382
18383         Improve support for ACLs on OSF/1.
18384         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
18385         Remove fallback for unknown flavors of ACLs.
18386
18387 2008-05-22  Bruno Haible  <bruno@clisp.org>
18388
18389         Add support for ACLs on OSF/1.
18390         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
18391         replacements.
18392         (acl_free_text): New macro fallback.
18393         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
18394         acl_free.
18395         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
18396         acl_free_text function. Require AC_C_INLINE.
18397
18398 2008-05-22  Bruno Haible  <bruno@clisp.org>
18399
18400         Make copy_acl work on MacOS X 10.5.
18401         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
18402         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
18403         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
18404         If MODE_INSIDE_ACL, don't assume that every system has the same text
18405         representation for ACLs as FreeBSD.
18406         * lib/copy-acl.c (copy_acl): Add support for platforms with
18407         !MODE_INSIDE_ACL.
18408         * lib/file-has-acl.c (file_has_acl): Likewise.
18409         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
18410         FreeBSD, MacOS X, or IRIX, respectively.
18411
18412 2008-05-22  Bruno Haible  <bruno@clisp.org>
18413
18414         * lib/acl.h: Don't include <sys/acl.h>.
18415         (GETACLCNT): Move fallback to lib/acl-internal.h.
18416         * lib/acl-internal.h: Include <sys/acl.h> here.
18417         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
18418
18419 2008-05-22  Bruno Haible  <bruno@clisp.org>
18420
18421         Split off copy_acl function to separate file.
18422         * lib/copy-acl.c: New file, extracted from lib/acl.c.
18423         * lib/acl.c (copy_acl): Moved function to separate file.
18424         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
18425         * modules/acl (Files): Add lib/copy-acl.c.
18426         (Makefiles.am): Augment lib_SOURCES.
18427
18428 2008-05-22  Bruno Haible  <bruno@clisp.org>
18429
18430         * modules/copy-file-tests: New file.
18431         * tests/test-copy-file.sh: New file.
18432         * tests/test-copy-file.c: New file.
18433         * tests/test-copy-file-sameacls.c: New file.
18434
18435 2008-05-22  Eric Blake  <ebb9@byu.net>
18436
18437         Avoid gcc warning.
18438         * tests/test-memcmp.c (main): Pass NULL indirectly.
18439
18440 2008-05-21  Bruno Haible  <bruno@clisp.org>
18441
18442         Add reference doc about ACLs.
18443         * doc/acl-resources.txt: New file.
18444         * doc/acl-cygwin.txt: New file.
18445
18446 2008-05-21  Bruno Haible  <bruno@clisp.org>
18447
18448         Avoid one more warning from gcc.
18449         * lib/vasnprintf.c (IF_LINT): Update comments.
18450         (VASNPRINTF): Use it also for the 'prefix' array initializer.
18451
18452 2008-05-21  Jim Meyering  <meyering@redhat.com>
18453
18454         avoid a warning from gcc
18455         * lib/vasnprintf.c (IF_LINT): Define.
18456         (scale10_round_decimal_long_double):
18457         Use it to avoid a "may be used uninitialized" warning.
18458         (scale10_round_decimal_double): Likewise.
18459
18460 2008-05-21  Simon Josefsson  <simon@josefsson.org>
18461
18462         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
18463         declared.
18464
18465 2008-05-20  Bruno Haible  <bruno@clisp.org>
18466
18467         * tests/test-memcmp.c (main): Test also the sign of the result. Test
18468         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
18469
18470 2008-05-20  Simon Josefsson  <simon@josefsson.org>
18471
18472         * modules/memcmp-tests: New file.
18473         * tests/test-memcmp.c: New file.
18474
18475 2008-05-19  Bruno Haible  <bruno@clisp.org>
18476
18477         * modules/propername (Notice, configure.ac): Put quoted "..." into
18478         --keyword option.
18479         * lib/propername.h: Update comments accordingly.
18480         Reported by Eric Blake.
18481
18482 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
18483
18484         * modules/getpass-gnu (Depends-on): Add fseeko.
18485
18486 2008-05-19  Simon Josefsson  <simon@josefsson.org>
18487
18488         * modules/base64-tests: New file.
18489
18490 2008-05-19  Bo Borgerson <gigabo@gmail.com>
18491
18492         * lib/base64.c (base64_decode_ctx): If a decode context structure
18493         was passed in use it to ignore newlines.  If a context structure
18494         was _not_ passed in, continue to treat newlines as garbage (this
18495         is the historical behavior).  Formerly base64_decode.
18496         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
18497         takes a decode context structure.
18498         * lib/base64.h (base64_decode): Macro for four-argument calls.
18499         (base64_decode_alloc): Likewise.
18500         * lib/base64.c (base64_decode_ctx): If a decode context structure
18501         was passed in use it to ignore newlines.  If a context structure
18502         was _not_ passed in, continue to treat newlines as garbage (this
18503         is the historical behavior).  Formerly base64_decode.
18504         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
18505         takes a decode context structure.
18506         * lib/base64.h (base64_decode): Macro for four-argument calls.
18507         (base64_decode_alloc): Likewise.
18508
18509 2008-05-19  Jim Meyering  <meyering@redhat.com>
18510
18511         avoid a warning from gcc
18512         * lib/trim.c (IF_LINT): Define.
18513         (trim2): Use it to avoid a "may be used uninitialized" warning.
18514
18515         Fix doc typo.
18516         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
18517
18518 2008-05-19  Bruno Haible  <bruno@clisp.org>
18519
18520         * doc/glibc-functions/getpass.texi: Document limits of other
18521         implementations.
18522
18523 2008-05-19  Simon Josefsson  <simon@josefsson.org>
18524             Bruno Haible <bruno@clisp.org>
18525
18526         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
18527
18528 2008-05-18  Bruno Haible  <bruno@clisp.org>
18529
18530         * modules/propername: New file, from GNU gettext.
18531         * lib/propername.h: New file, from GNU gettext.
18532         * lib/propername.c: New file, from GNU gettext.
18533         * MODULES.html.sh (Internationalization functions): Add propername.
18534
18535 2008-05-16  Jim Meyering  <meyering@redhat.com>
18536             Bruno Haible  <bruno@clisp.org>
18537
18538         Avoid some warnings from "gcc -Wshadow".
18539         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
18540
18541 2008-05-15  Eric Blake  <ebb9@byu.net>
18542
18543         Extend previous patch to cygwin 1.7.0.
18544         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
18545         fast implementation in cygwin >= 1.7.0.
18546         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
18547         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18548
18549 2008-05-15  Bruno Haible  <bruno@clisp.org>
18550
18551         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
18552         implementation in glibc >= 2.9.
18553         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
18554         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18555
18556 2008-05-15  Bruno Haible  <bruno@clisp.org>
18557
18558         * MODULES.html.sh (Internationalization functions): Remove linebreak.
18559         (Unicode string functions): Add unilbrk/*.
18560         Reported by Karl Berry.
18561
18562 2008-05-15  Eric Blake  <ebb9@byu.net>
18563
18564         Fix violation of <stdbool.h> replacement in regex.
18565         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
18566         * lib/regexec.c (re_search_internal): Likewise.
18567         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
18568
18569 2008-05-15  Jim Meyering  <meyering@redhat.com>
18570
18571         avoid distracting test output when git or cvs is not found
18572         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
18573         * tests/test-vc-list-files-git.sh: Likewise.
18574
18575 2008-05-15  Eric Blake  <ebb9@byu.net>
18576
18577         Glibc finally accepted the memmem speedup code, bugzilla #5514.
18578         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
18579         glibc version.
18580         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
18581         * doc/posix-functions/strstr.texi (strstr): Likewise.
18582         * lib/str-two-way.h (MAX): Sychronize with glibc.
18583
18584 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
18585
18586         * lib/regcomp.c (optimize_utf8): Add a note on why we test
18587         opr.ctx_type.
18588         (calc_first): Initialize constraint field.
18589         (duplicate_node_closure): Use it instead of special casing ANCHORS.
18590         Fix grammar.
18591         (duplicate_node): Merge constraint field for all node types.
18592         (calc_eclosure_iter): Look at constraint field for all node types.
18593         * lib/regex_internal.c (create_cd_newstate): Don't look at
18594         opr.ctx_type.
18595
18596 2008-05-14  Bruno Haible  <bruno@clisp.org>
18597
18598         Help GCC to do better code generation.
18599         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
18600         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
18601         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
18602         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
18603         Declare with attribute 'malloc' if supported.
18604
18605 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
18606
18607         use "echo STR|wc -c" rather than unportable "expr length STR"
18608         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
18609         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
18610
18611 2008-05-14  Jim Meyering  <meyering@redhat.com>
18612
18613         use dd ibs=$n count=1 ... rather than less-portable head -c$n
18614         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
18615         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
18616         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
18617         via Collin Lasse.
18618
18619 2008-05-14  Eric Blake  <ebb9@byu.net>
18620
18621         Avoid quadratic growth in gl_LIBSOURCES.
18622         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
18623         Suggested by Bruno Haible.
18624
18625         Test xmemdup0.
18626         * modules/xmemdup0-tests: New file.
18627         * tests/test-xmemdup0.c: Likewise.
18628
18629 2008-05-13  Eric Blake  <ebb9@byu.net>
18630
18631         Split xmemdup0 into its own module.
18632         * modules/xmemdup0: New file.
18633         * lib/xmemdup0.h: Likewise.
18634         * lib/xmemdup0.c: Likewise.
18635         * MODULES.html.sh (Memory management functions): Add xmemdup0.
18636         * lib/xalloc.h (xmemdup0): Remove.
18637         * lib/xmalloc.c (xmemdup0): Likewise.
18638
18639 2008-05-13  Eric Blake  <ebb9@byu.net>
18640             Bruno Haible  <bruno@clisp.org>
18641
18642         Reduce number of forks required during autoconf.
18643         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
18644         and gl_LIBSOURCES_DIR.
18645         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
18646         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
18647         m4_syscmd per file.
18648         <m4_foreach_w>: Move...
18649         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
18650
18651 2008-05-13  Eric Blake  <ebb9@byu.net>
18652
18653         * gnulib-tool: Fix various comment typos.
18654
18655 2008-05-12  Bruno Haible  <bruno@clisp.org>
18656
18657         Tailor the linebreaking algorithm.
18658         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
18659
18660 2008-05-12  Bruno Haible  <bruno@clisp.org>
18661
18662         Update to Unicode 5.0.0.
18663         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
18664         LBP_JV, LBP_JT. Redistribute values.
18665         (unilbrk_table): Change size.
18666         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
18667         Unicode TR#14 rev. 22.
18668         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
18669         LBP_JV, LBP_JT. Redistribute values.
18670         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
18671         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
18672         Update.
18673         * lib/unilbrk/lbrkprop1.h: Regenerated.
18674         * lib/unilbrk/lbrkprop2.h: Regenerated.
18675         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
18676         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
18677         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
18678         Likewise.
18679         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
18680         Likewise.
18681         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
18682         result.
18683         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
18684         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
18685         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
18686         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
18687         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
18688         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
18689
18690 2008-05-11  Bruno Haible  <bruno@clisp.org>
18691
18692         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
18693
18694 2008-05-11  Bruno Haible  <bruno@clisp.org>
18695
18696         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
18697         * modules/unilbrk/gen-lbrk: New file.
18698
18699 2008-05-11  Bruno Haible  <bruno@clisp.org>
18700
18701         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
18702         * m4/sha512.m4 (gl_SHA512): Likewise.
18703
18704 2008-05-11  Jim Meyering  <meyering@redhat.com>
18705
18706         New modules: crypto/sha256, crypto/sha512 (from coreutils)
18707         * modules/crypto/sha256: New file.
18708         * modules/crypto/sha512: Likewise.
18709         * lib/sha256.c: Likewise.
18710         * lib/sha256.h: Likewise.
18711         * lib/sha512.c: Likewise.
18712         * lib/sha512.h: Likewise.
18713         * lib/u64.h: Likewise.
18714         * m4/sha256.m4: Likewise.
18715         * m4/sha512.m4: Likewise.
18716         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
18717
18718 2008-05-10  Bruno Haible  <bruno@clisp.org>
18719
18720         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
18721         (Input/Output <stdio.h>): Add xprintf.
18722         (Signal handling <signal.h>): Add strsignal.
18723         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
18724         (Core language properties): Add func.
18725         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
18726         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
18727         strings.
18728         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
18729         (Input/output): New section.
18730         (File system functions): Add openat-die, stat-macros.
18731         (Networking functions): Add sockets.
18732         (Unicode string functions): Add unictype/*.
18733         (Support for building libraries and executables): Add gperf.
18734         (Support for building documentation): Add agpl-3.0.
18735         (Misc): Add nocrash.
18736
18737 2008-05-10  Bruno Haible  <bruno@clisp.org>
18738
18739         * modules/unictype/gen-ctype: New file.
18740
18741 2008-05-10  Jim Meyering  <meyering@redhat.com>
18742
18743         Make chdir-safer.c more efficient on a system with no symlinks.
18744         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
18745         also if ELOOP is zero.  Suggested by Bruno Haible.
18746
18747         Make chdir-safer.c slightly safer.
18748         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
18749         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
18750
18751         Avoid compile failure on systems without ELOOP (like mingw).
18752         * lib/chdir-safer.c (ELOOP): Define if not already defined.
18753         Reported by Bruno Haible.
18754
18755 2008-05-10  Bruno Haible  <bruno@clisp.org>
18756
18757         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
18758         (is_utf8_encoding): Use a case-insensitive comparison.
18759         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
18760         streq.
18761
18762 2008-05-10  Bruno Haible  <bruno@clisp.org>
18763
18764         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
18765         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
18766         * lib/unilbrk/ulc-common.h (iconv_string_length,
18767         iconv_string_keeping_offsets): Remove declarations.
18768         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
18769         Don't include <iconv.h>, streq.h, xsize.h.
18770         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
18771         conversion.
18772         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
18773         <iconv.h>, streq.h, xsize.h.
18774         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
18775         conversion.
18776         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
18777         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
18778         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
18779         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
18780
18781 2008-05-10  Bruno Haible  <bruno@clisp.org>
18782
18783         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
18784         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
18785
18786         * modules/unilbrk/u32-width-linebreaks-tests: New file.
18787         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
18788
18789         * modules/unilbrk/u16-width-linebreaks-tests: New file.
18790         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
18791
18792         * modules/unilbrk/u8-width-linebreaks-tests: New file.
18793         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
18794
18795         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
18796         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
18797
18798         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
18799         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
18800
18801         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
18802         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
18803
18804         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
18805         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
18806
18807 2008-05-10  Bruno Haible  <bruno@clisp.org>
18808
18809         Split up 'linebreak' module.
18810         * lib/unilbrk.h: New file, based on lib/linebreak.h.
18811         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
18812         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
18813         modifications.
18814         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
18815         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
18816         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
18817         lib/linebreak.c.
18818         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
18819         lib/linebreak.c.
18820         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
18821         lib/linebreak.c.
18822         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
18823         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
18824         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
18825         lib/linebreak.c.
18826         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
18827         lib/linebreak.c.
18828         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
18829         lib/linebreak.c.
18830         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
18831         lib/linebreak.c.
18832         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
18833         lib/linebreak.c.
18834         * modules/unilbrk/base: New file.
18835         * modules/unilbrk/tables: New file.
18836         * modules/unilbrk/u8-possible-linebreaks: New file.
18837         * modules/unilbrk/u16-possible-linebreaks: New file.
18838         * modules/unilbrk/u32-possible-linebreaks: New file.
18839         * modules/unilbrk/ulc-common: New file.
18840         * modules/unilbrk/ulc-possible-linebreaks: New file.
18841         * modules/unilbrk/u8-width-linebreaks: New file.
18842         * modules/unilbrk/u16-width-linebreaks: New file.
18843         * modules/unilbrk/u32-width-linebreaks: New file.
18844         * modules/unilbrk/ulc-width-linebreaks: New file.
18845         * lib/linebreak.h: Remove file.
18846         * lib/linebreak.c: Remove file.
18847         * m4/linebreak.m4: Remove file.
18848         * modules/linebreak: Remove file.
18849         * NEWS: Mention the changes.
18850
18851 2008-05-09  Eric Blake  <ebb9@byu.net>
18852
18853         Add xmemdup0.
18854         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
18855         implementation.
18856         * lib/xmalloc.c (xmemdup0): New C implementation.
18857
18858 2008-05-08  Bruno Haible  <bruno@clisp.org>
18859
18860         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
18861
18862 2008-05-07  Eric Blake  <ebb9@byu.net>
18863
18864         Support cross-compilation of <wctype.h>.
18865         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
18866         AC_CACHE_CHECK.
18867
18868 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
18869
18870         * build-aux/vc-list-files: Add support for bzr.
18871
18872 2008-05-03  Jim Meyering  <meyering@redhat.com>
18873
18874         avoid failed assertion with tight malloc
18875         * tests/test-getndelim2.c: Correct an off-by-one assertion.
18876
18877 2008-05-03  Simon Josefsson  <simon@josefsson.org>
18878
18879         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
18880         are needed from arpa/inet.h.
18881         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
18882         Reported by Bruno Haible.
18883
18884 2008-05-02  Jim Meyering  <meyering@redhat.com>
18885
18886         avoid compilation error on FreeBSD 6
18887         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
18888
18889 2008-05-01  Jim Meyering  <meyering@redhat.com>
18890
18891         useless-if-before-free: correct --help's exit status description
18892         * build-aux/useless-if-before-free (usage): Like grep, exit 0
18893         for one or more matches, etc.  Reported by Bruno Haible.
18894
18895         vc-list-files: make the stand-alone gnulib test work
18896         * modules/vc-list-files-tests (configure.ac):
18897         Define and AC_SUBST abs_aux_dir.
18898         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
18899         $(abs_top_srcdir) to each script and having each of them
18900         duplicate the work of setting PATH, set PATH here, using
18901         the new variable, abs_aux_dir instead.
18902         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
18903         * tests/test-vc-list-files-git.sh: Likewise.
18904         Reported by Bruno Haible.
18905
18906 2008-05-01  Bruno Haible  <bruno@clisp.org>
18907
18908         * lib/getndelim2.c (getndelim2): Fix newsize computation during
18909         reallocation. Rename 'done' to 'found_delimiter'.
18910
18911 2008-05-01  Jim Meyering  <meyering@redhat.com>
18912
18913         vc-list-files: accommodate /bin/sh like the one from Solaris 10
18914         * build-aux/vc-list-files: Use `...`, not $(...).
18915
18916 2008-04-30  Jim Meyering  <meyering@redhat.com>
18917
18918         add tests for vc-list-files
18919         * modules/vc-list-files-tests: New module.
18920         * tests/test-vc-list-files-cvs.sh: New file.
18921         * tests/test-vc-list-files-git.sh: New file.
18922
18923         avoid a warning from gcc
18924         * lib/getndelim2.c (IF_LINT): Define.
18925         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
18926
18927         vc-list-files: work properly with build-aux/cvsu, too
18928         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
18929         to all cvs-based clauses.
18930
18931         vc-list-files: work properly in the CVS+awk case, too
18932         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
18933
18934         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
18935         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
18936         take more than one file argument, so .  Add quotes, just in case $dir
18937         ever contains a shell meta-character.  Prompted by Soren Hansen in
18938         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
18939
18940 2008-04-29  Eric Blake  <ebb9@byu.net>
18941
18942         Optimize getndelim2 to use block operations when possible.
18943         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
18944         freadseek, and memchr2.
18945         * lib/getndelim2.c (getndelim2): Use them for block reads.
18946
18947 2008-04-29  Bruno Haible  <bruno@clisp.org>
18948
18949         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
18950         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18951         * modules/inet_ntop (Depends-on): Add extensions.
18952         * modules/inet_pton (Depends-on): Likewise.
18953         Reported by Simon Josefsson.
18954
18955 2008-04-29  Jim Meyering  <meyering@redhat.com>
18956
18957         When the is more than one match in a block, match all of them.
18958         * build-aux/useless-if-before-free: Iterate through each block
18959         until there are no more matches.
18960
18961         Fix broken useless-if-before-free script.
18962         * build-aux/useless-if-before-free: Fix typo: missing "?" after
18963         the expression to match cast of argument to free-like function.
18964
18965 2008-04-29  Eric Blake  <ebb9@byu.net>
18966
18967         Use new header.
18968         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
18969
18970 2008-04-29  Jim Meyering  <meyering@redhat.com>
18971
18972         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
18973         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
18974         by gnulib to exist and to declare e.g., inet_ntop.
18975         Don't include "inet_ntop.h", now removed.
18976
18977         * m4/arpa_inet_h.m4: Remove trailing blanks.
18978
18979 2008-04-29  Eric Blake  <ebb9@byu.net>
18980
18981         Silence valgrind on safe reads beyond potential array bounds.
18982         * lib/rawmemchr.valgrind: New file.
18983         * lib/strchrnul.valgrind: Likewise.
18984         * modules/rawmemchr (Files): Distribute new file.
18985         * modules/strchrnul (Files): Likewise.
18986         Suggested by Bruno Haible.
18987
18988 2008-04-29  Bruno Haible  <bruno@clisp.org>
18989
18990         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
18991         (inet_ntop, inet_pton): Change portability warning's wording.
18992         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
18993         Invoke gl_CHECK_NEXT_HEADERS.
18994         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
18995         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
18996         set ARPA_INET_H.
18997         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18998         * modules/arpa_inet (Description): No longer only for systems that
18999         lack it.
19000         (Depends-on): Add include_next.
19001         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
19002         HAVE_ARPA_INET_H.
19003
19004 2008-04-29  Jim Meyering  <meyering@redhat.com>
19005
19006         * modules/mkdir (License): Re-license as LGPLv2+.
19007
19008 2008-04-29  Bruno Haible  <bruno@clisp.org>
19009
19010         * modules/rawmemchr (Maintainer): Set to Eric.
19011         * modules/strchrnul (Maintainer): Likewise.
19012
19013 2008-04-29  Simon Josefsson  <simon@josefsson.org>
19014
19015         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
19016         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
19017
19018         * modules/arpa_inet (arpa/inet.h): Use them.
19019
19020 2008-04-28  Eric Blake  <ebb9@byu.net>
19021
19022         Test getndelim2.
19023         * modules/getndelim2-tests: New file.
19024         * tests/test-getndelim2.c: Likewise.
19025         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
19026         stream.
19027         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
19028
19029         * MODULES.html.sh: Document new module.
19030
19031 2008-04-20  Bruno Haible  <bruno@clisp.org>
19032
19033         * lib/c-stack.c (die): Use raise.
19034         * modules/c-stack (Depends-on): Add raise.
19035
19036 2008-04-28  Bruno Haible  <bruno@clisp.org>
19037
19038         Expect rpmatch to be declared.
19039         * lib/yesno.c (rpmatch): Remove declaration.
19040
19041         Declare rpmatch.
19042         * lib/stdlib.in.h (rpmatch): New declaration.
19043         * lib/rpmatch.c: Include <stdlib.h> first.
19044         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
19045         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
19046         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
19047         HAVE_RPMATCH.
19048         * modules/rpmatch (Depends-on): Add stdlib, extensions.
19049         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19050         (Include): Set to <stdlib.h>.
19051         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
19052         HAVE_RPMATCH.
19053         * NEWS: Document the change.
19054
19055 2008-04-28  Bruno Haible  <bruno@clisp.org>
19056
19057         Change rpmatch to use nl_langinfo when appropriate.
19058         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
19059         (N_): New macro.
19060         (localized_pattern): New function/macro.
19061         (try): Remove match, nomatch arguments. Copy the pattern into safe
19062         memory before caching it.
19063         (rpmatch): Use localized_pattern. Add translator comments.
19064         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
19065         Suggested by Eric Blake.
19066         * modules/rpmatch (Depends-on): Add stdbool.
19067
19068 2008-04-28  Eric Blake  <ebb9@byu.net>
19069
19070         Add rawmemchr module, matching glibc.
19071         * modules/string (Makefile.am): New indicator.
19072         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
19073         * lib/string.in.h (rawmemchr): Declare when appropriate.
19074         * modules/rawmemchr: New file.
19075         * m4/rawmemchr.m4: Likewise.
19076         * lib/rawmemchr.c: Likewise.
19077         * modules/rawmemchr-tests: Likewise.
19078         * tests/test-rawmemchr.c: Likewise.
19079         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
19080         module.
19081         * modules/strchrnul (Depends-on): Add rawmemchr.
19082         * lib/strchrnul.c (strchrnul): Optimize a corner case.
19083
19084         Whitespace cleanup.
19085         * tests/test-strchrnul.c: Reindent.
19086         * lib/strchrnul.c: Likewise.
19087
19088         Optimize and test strchrnul.
19089         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
19090         * modules/strchrnul-tests: New file.
19091         * tests/test-strchrnul.c: Likewise.
19092
19093         Remove intprops dependency.
19094         * modules/memchr (Depends-on): Remove intprops.
19095         * modules/memrchr (Depends-on): Likewise.
19096         * modules/memchr2 (Depends-on): Likewise.
19097         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
19098         * lib/memrchr.c (__memrchr): Likewise.
19099         * lib/memrchr2.c (memchr2): Likewise.
19100         Reported by Simon Josefsson.
19101
19102 2008-04-28  Simon Josefsson  <simon@josefsson.org>
19103
19104         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
19105         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19106
19107 2008-04-28  Simon Josefsson  <simon@josefsson.org>
19108
19109         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
19110
19111         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
19112
19113         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
19114
19115         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
19116         declarations.
19117         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
19118
19119         * m4/inet_pton.m4: Don't check for header files.
19120
19121         * m4/inet_ntop.m4: Don't check for header files.
19122
19123 2008-04-28  Simon Josefsson  <simon@josefsson.org>
19124
19125         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
19126         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
19127         trigger for cygwin).
19128         Reported by Bruno Haible  <bruno@clisp.org>.
19129
19130 2008-04-28  Bruno Haible  <bruno@clisp.org>
19131
19132         * doc/posix-functions/strdup.texi: Mention mingw problem.
19133
19134 2008-04-27  Bruno Haible  <bruno@clisp.org>
19135
19136         * modules/stat-time-tests (Depends-on): Add sleep.
19137         * tests/test-stat-time.c (force_unlink): New function.
19138         (cleanup): Use it.
19139         (test_mtime): Remove the ctime related tests.
19140         (test_ctime): New function, containing the ctime related tests.
19141         (main): Call test_ctime, except on native Windows platforms.
19142
19143 2008-04-27  Bruno Haible  <bruno@clisp.org>
19144
19145         * lib/rpmatch.c (rpmatch): Add some comments.
19146         Reported by James Youngman <jay@gnu.org>.
19147
19148 2008-04-27  Bruno Haible  <bruno@clisp.org>
19149
19150         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
19151         quiet NaNs.
19152
19153 2008-04-27  Bruno Haible  <bruno@clisp.org>
19154
19155         Make test-yesno.sh work on mingw.
19156         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
19157         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
19158         (main): Set stdin to binary mode.
19159         * modules/yesno-tests (Depends-on): Add binary-io.
19160
19161 2008-04-27  Bruno Haible  <bruno@clisp.org>
19162
19163         Fix 'isfinite' on x86, x86_64, ia64 platforms.
19164         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
19165         argument that lie outside the IEEE 854 domain.
19166         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
19167         (gl_ISFINITE): Use it.
19168         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
19169
19170 2008-04-27  Bruno Haible  <bruno@clisp.org>
19171
19172         Allow local renaming in config.h.
19173         * lib/memrchr.c (memrchr): Don't undefine outside libc.
19174
19175 2008-04-27  Bruno Haible  <bruno@clisp.org>
19176
19177         * lib/memchr.c (__memchr): Change type of 'i'.
19178         * lib/memchr2.c (memchr2): Likewise.
19179
19180 2008-04-26  Eric Blake  <ebb9@byu.net>
19181         and Bruno Haible  <bruno@clisp.org>
19182
19183         Optimize and test memrchr.
19184         * modules/memrchr (Depends-on): Add intprops.
19185         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
19186         * modules/memrchr-tests: New file.
19187         * tests/test-memrchr.c: New file.
19188
19189 2008-04-26  Bruno Haible  <bruno@clisp.org>
19190
19191         Add tentative support for DragonFly BSD.
19192         * lib/stdio-impl.h: Add macros for DragonFly BSD.
19193         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
19194         fp.
19195         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
19196         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
19197         * lib/fpurge.c (fpurge): Likewise.
19198         * lib/freadable.c (freaadable): Likewise.
19199         * lib/freadahead.c (freadahead): Likewise.
19200         * lib/freading.c (freading): Likewise.
19201         * lib/freadptr.c (freadptr): Likewise.
19202         * lib/freadseek.c (freadptrinc): Likewise.
19203         * lib/fseeko.c (fseeko): Likewise.
19204         * lib/fseterr.c (fseterr): Likewise.
19205         * lib/fwritable.c (fwritable): Likewise.
19206         * lib/fwriting.c (fwriting): Likewise.
19207
19208 2008-04-26  Bruno Haible  <bruno@clisp.org>
19209
19210         * lib/stdio-impl.h: New file.
19211         * lib/fbufmode.c: Include stdio-impl.h.
19212         (fbufmode): Use fp_, remove redundant #defines.
19213         * lib/fflush.c: Include stdio-impl.h.
19214         (clear_ungetc_buffer): Remove redundant #defines.
19215         * lib/fpurge.c: Include stdio-impl.h.
19216         (fpurge): Remove redundant #defines.
19217         * lib/freadable.c: Include stdio-impl.h.
19218         (freadable): Remove redundant #defines.
19219         * lib/freadahead.c: Include stdio-impl.h.
19220         (freadahead): Remove redundant #defines.
19221         * lib/freading.c: Include stdio-impl.h.
19222         (freading): Remove redundant #defines.
19223         * lib/freadptr.c: Include stdio-impl.h.
19224         (freadptr): Remove redundant #defines.
19225         * lib/freadseek.c: Include stdio-impl.h.
19226         (freadptrinc): Remove redundant #defines.
19227         * lib/fseeko.c: Include stdio-impl.h.
19228         (rpl_fseeko): Remove redundant #defines.
19229         * lib/fseterr.c: Include stdio-impl.h.
19230         (fseterr): Remove redundant #defines.
19231         * lib/fwritable.c: Include stdio-impl.h.
19232         (fwritable: Remove redundant #defines.
19233         * lib/fwriting.c: Include stdio-impl.h.
19234         (fwriting): Remove redundant #defines.
19235         * modules/fbufmode (Files): Add lib/stdio-impl.h.
19236         * modules/fflush (Files): Likewise.
19237         * modules/fpurge (Files): Likewise.
19238         * modules/freadable (Files): Likewise.
19239         * modules/freadahead (Files): Likewise.
19240         * modules/freading (Files): Likewise.
19241         * modules/freadptr (Files): Likewise.
19242         * modules/freadseek (Files): Likewise.
19243         * modules/fseeko (Files): Likewise.
19244         * modules/fseterr (Files): Likewise.
19245         * modules/fwritable (Files): Likewise.
19246         * modules/fwriting (Files): Likewise.
19247
19248 2008-04-26  Bruno Haible  <bruno@clisp.org>
19249
19250         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
19251         restore_seek_optimization, update_fpos_cache): New functions, extracted
19252         from rpl_fflush.
19253         (rpl_fflush): Use them.
19254         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
19255         (gl_REPLACE_FFLUSH): Use it.
19256
19257 2008-04-26  Bruno Haible  <bruno@clisp.org>
19258
19259         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
19260         on Solaris.
19261         * tests/test-xstrtoimax.sh: Likewise.
19262         * tests/test-xstrtoumax.sh: Likewise.
19263         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19264
19265 2008-04-26  Bruno Haible  <bruno@clisp.org>
19266
19267         * modules/memchr-tests: New file.
19268         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
19269
19270 2008-04-26  Eric Blake  <ebb9@byu.net>
19271             Bruno Haible  <bruno@clisp.org>
19272
19273         * lib/memchr.c: Include intprops.h.
19274         (__memchr): Optimize parallel detection of matching bytes. Rename local
19275         variables. Add explanatory comments.
19276
19277 2008-04-26  Bruno Haible  <bruno@clisp.org>
19278
19279         Fix module 'memchr', broken since 2000-10-28.
19280         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
19281
19282 2008-04-26  Bruno Haible  <bruno@clisp.org>
19283
19284         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
19285         comments.
19286
19287 2008-04-25  Eric Blake  <ebb9@byu.net>
19288
19289         Use native fstatat on cygwin 1.7.0.
19290         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
19291         first.
19292
19293 2008-04-23  Eric Blake  <ebb9@byu.net>
19294
19295         Improve memchr2 performance.
19296         * lib/memchr2.c (memchr2): Further optimize parallel detection of
19297         NUL bytes.
19298         * modules/memchr2 (Depends-on): Use intprops.h.
19299
19300 2008-04-23  Simon Josefsson  <simon@josefsson.org>
19301
19302         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
19303         an inline function instead of a CPP macro.  Patch by Ben Pfaff
19304         <blp@cs.stanford.edu>.
19305
19306 2008-04-23  Simon Josefsson  <simon@josefsson.org>
19307
19308         * lib/arpa_inet.in.h: New file.
19309
19310         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
19311         (Makefile.am): Sed in substitute header file.
19312
19313         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
19314         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
19315
19316         * modules/inet_ntop (configure.ac): Use
19317         gl_ARPA_INET_MODULE_INDICATOR.
19318
19319         * modules/inet_pton (configure.ac): Use
19320         gl_ARPA_INET_MODULE_INDICATOR.
19321
19322 2008-04-22  Jim Meyering  <meyering@redhat.com>
19323
19324         * modules/verify (License): Re-license as LGPLv2+.
19325
19326 2008-04-22  Simon Josefsson  <simon@josefsson.org>
19327
19328         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
19329         parameter to void* as per POSIX standard (MinGW uses char*).
19330
19331 2008-04-21  Bruno Haible  <bruno@clisp.org>
19332
19333         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
19334         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
19335         Define to replacements if REPLACE_ISWCNTRL is 1.
19336         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
19337         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
19338         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
19339         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
19340         what it fixes.
19341         * doc/posix-functions/iswalpha.texi: Likewise.
19342         * doc/posix-functions/iswblank.texi: Likewise.
19343         * doc/posix-functions/iswcntrl.texi: Likewise.
19344         * doc/posix-functions/iswdigit.texi: Likewise.
19345         * doc/posix-functions/iswgraph.texi: Likewise.
19346         * doc/posix-functions/iswlower.texi: Likewise.
19347         * doc/posix-functions/iswprint.texi: Likewise.
19348         * doc/posix-functions/iswpunct.texi: Likewise.
19349         * doc/posix-functions/iswspace.texi: Likewise.
19350         * doc/posix-functions/iswupper.texi: Likewise.
19351         * doc/posix-functions/iswxdigit.texi: Likewise.
19352         Reported by Alain Guibert.
19353
19354 2008-04-21  Bruno Haible  <bruno@clisp.org>
19355
19356         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
19357         Patch by Alain Guibert.
19358
19359 2008-04-21  Bruno Haible  <bruno@clisp.org>
19360
19361         Fix test failures on mingw.
19362         * tests/test-xstrtol.c (print_no_progname): New function.
19363         (main): Install it in error_print_progname hook.
19364         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
19365         * tests/test-xstrtoimax.sh: Likewise.
19366         * tests/test-xstrtoumax.sh: Likewise.
19367
19368 2008-04-21  Bruno Haible  <bruno@clisp.org>
19369
19370         Fix test failure on mingw.
19371         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
19372
19373 2008-04-21  Bruno Haible  <bruno@clisp.org>
19374
19375         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
19376         Actually assign a value.
19377
19378 2008-04-20  Bruno Haible  <bruno@clisp.org>
19379
19380         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
19381         take 2.
19382         * lib/canonicalize.c (canonicalize_file_name): Elide if the
19383         'canonicalize-lgpl' module is also used.
19384         * lib/canonicalize-lgpl.c: Undo last change.
19385         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
19386
19387 2008-04-20  Bruno Haible  <bruno@clisp.org>
19388
19389         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
19390         config.h. Provide _mkdir based fallback for mingw.
19391         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
19392         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
19393         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
19394         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
19395         rather than defining mkdir in config.h.
19396         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
19397         (gl_SYS_STAT_H_DEFAULTS): New macro.
19398         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
19399         HAVE_IO_H any more.
19400         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
19401         HAVE_DECL_MKDIR and HAVE_IO_H.
19402
19403 2008-04-20  Bruno Haible  <bruno@clisp.org>
19404
19405         * lib/isapipe.c: Port to native Windows platforms.
19406
19407 2008-04-20  Bruno Haible  <bruno@clisp.org>
19408
19409         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
19410
19411 2008-04-21  Eric Blake  <ebb9@byu.net>
19412
19413         Work around preprocessors that don't handle UINTMAX_MAX.
19414         * lib/memchr2.c (memchr2): Avoid embedded #if.
19415         Reported by Alain Guibert, fix suggested by Bruno Haible.
19416
19417 2008-04-21  Simon Josefsson  <simon@josefsson.org>
19418
19419         * doc/posix-functions/strftime.texi (strftime): Explain better
19420         Windows incompatibility.  Suggested by Micah Cowan
19421         <micah@cowan.name>.
19422
19423 2008-04-20  Bruno Haible  <bruno@clisp.org>
19424
19425         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
19426         unistr/u8-mblen.
19427
19428 2008-04-20  Bruno Haible  <bruno@clisp.org>
19429
19430         Fix test failure on platforms with non-GNU iconv.
19431         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
19432         (U_TO_U8): Use it, rather than u16_to_u8.
19433         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
19434         units at the end of the input string.
19435         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
19436
19437 2008-04-20  Bruno Haible  <bruno@clisp.org>
19438
19439         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
19440         when the resulting length is 0.
19441         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
19442
19443 2008-04-20  Bruno Haible  <bruno@clisp.org>
19444
19445         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
19446         works.
19447         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
19448
19449 2008-04-20  Bruno Haible  <bruno@clisp.org>
19450
19451         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
19452         * modules/tsearch-tests (configure.ac): Test for initstate function.
19453
19454 2008-04-20  Bruno Haible  <bruno@clisp.org>
19455
19456         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
19457         for nlink_t if missing.
19458         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
19459
19460 2008-04-19  Bruno Haible  <bruno@clisp.org>
19461
19462         Work around snprintf bug on Linux libc5.
19463         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
19464         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19465         gl_SNPRINTF_SIZE1.
19466         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19467         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
19468         that test failed.
19469         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
19470         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
19471         * modules/snprintf (Files): Add m4/printf.m4.
19472         * modules/vsnprintf (Files): Likewise.
19473         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
19474         * doc/posix-functions/vsnprintf.texi: Likewise.
19475
19476 2008-04-19  Bruno Haible  <bruno@clisp.org>
19477
19478         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
19479         from 0.0058 to less than 10^-7.
19480
19481 2008-04-19  Bruno Haible  <bruno@clisp.org>
19482
19483         Fix rounding when a precision is given.
19484         * lib/vasnprintf.c (is_borderline): New function.
19485         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
19486         9...9x.
19487         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
19488         %e, %g.
19489         * tests/test-vasprintf-posix.c (test_function): Likewise.
19490         * tests/test-snprintf-posix.h (test_function): Likewise.
19491         * tests/test-sprintf-posix.h (test_function): Likewise.
19492         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
19493         * tests/test-printf-posix.h (test_function): Likewise.
19494         * tests/test-printf-posix.output: Update.
19495         Reported by John Darrington <john@darrington.wattle.id.au> via
19496         Ben Pfaff <blp@cs.stanford.edu>.
19497
19498 2008-04-18  Simon Josefsson  <simon@josefsson.org>
19499
19500         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
19501         Suggested by Bruno Haible <bruno@clisp.org>.
19502
19503 2008-04-17  Bruno Haible  <bruno@clisp.org>
19504
19505         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
19506         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
19507         implementation.
19508         Patch by Bruce Merry <bmerry@gmail.com>.
19509
19510 2008-04-17  Simon Josefsson  <simon@josefsson.org>
19511
19512         * doc/posix-functions/strftime.texi (strftime): Mention that %e
19513         doesn't work under Windows.
19514
19515 2008-04-16  Bruno Haible  <bruno@clisp.org>
19516
19517         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
19518         New macros.
19519         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
19520         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
19521         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
19522         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
19523         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
19524         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
19525         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
19526         macros.
19527         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
19528         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
19529         Northern Sotho, Uighur.
19530
19531 2008-04-16  Bruno Haible  <bruno@clisp.org>
19532
19533         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
19534         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
19535         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
19536         Reported by Daniel Bergström <daniel@octocode.com>.
19537
19538 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
19539             Bruno Haible  <bruno@clisp.org>
19540
19541         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
19542         function.
19543         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
19544         New functions, mostly extracted from gl_locale_name_default.
19545         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
19546
19547 2008-04-16  Eric Blake  <ebb9@byu.net>
19548
19549         Adjust strtod detection to catch glibc 2.7 bug.
19550         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
19551         Reported by John Gatewood Ham.
19552
19553 2008-04-16  Bruno Haible  <bruno@clisp.org>
19554
19555         Add tentative support for Linux libc5.
19556         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
19557         * lib/fpurge.c (fpurge): Likewise.
19558         * lib/freadable.c (freadable): Likewise.
19559         * lib/freadahead.c (freadahead): Likewise.
19560         * lib/freading.c (freading): Likewise.
19561         * lib/freadptr.c (freadptr): Likewise.
19562         * lib/freadseek.c (freadptrinc): Likewise.
19563         * lib/fseeko.c (rpl_fseeko): Likewise.
19564         * lib/fseterr.c (fseterr): Likewise.
19565         * lib/fwritable.c (fwritable): Likewise.
19566         * lib/fwriting.c (fwriting): Likewise.
19567         Reported by Alain Guibert <alguibert+bts@free.fr>.
19568
19569 2008-04-15  Bruno Haible  <bruno@clisp.org>
19570
19571         * modules/mathl (configure.ac): Define module indicator.
19572
19573 2008-04-15  Bruno Haible  <bruno@clisp.org>
19574
19575         * lib/logl.c (logl): Remove unused variables.
19576
19577 2008-04-15  Bruno Haible  <bruno@clisp.org>
19578
19579         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
19580         fails.
19581
19582 2008-04-15  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/trim.c (trim2): Fix argument of isspace() macro.
19585
19586 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
19587
19588         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
19589         to 0.
19590         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
19591
19592 2008-04-14  Bruno Haible  <bruno@clisp.org>
19593
19594         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
19595         AC_LANG_PROGRAM argument.
19596         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
19597         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
19598         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
19599         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
19600         * m4/math_h.m4 (gl_MATH_H): Likewise.
19601         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
19602         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
19603         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
19604         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
19605         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
19606         * m4/regex.m4 (gl_REGEX): Likewise.
19607         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
19608         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
19609         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19610         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
19611         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19612         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19613         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
19614         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
19615
19616 2008-04-14  Jim Meyering  <meyering@redhat.com>
19617
19618         test-strtod: fix typos: s/abs/fabs/
19619         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
19620
19621 2008-04-13  Bruno Haible  <bruno@clisp.org>
19622
19623         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
19624         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
19625         module is also used and while not building the reloc-wrapper.
19626
19627 2008-04-13  Bruno Haible  <bruno@clisp.org>
19628
19629         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
19630
19631 2008-04-13  Bruno Haible  <bruno@clisp.org>
19632
19633         Fix AIX compilation failure introduced on 2008-04-02.
19634         * tests/test-frexp.c (exp): Undefine before redefining.
19635         * tests/test-frexpl.c (exp): Likewise.
19636
19637 2008-04-13  Bruno Haible  <bruno@clisp.org>
19638
19639         Work around a HP-UX stdio bug.
19640         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
19641         * tests/test-ftello.c (main): Likewise.
19642         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
19643         * doc/posix-functions/ftello.texi: Likewise.
19644
19645 2008-04-13  Bruno Haible  <bruno@clisp.org>
19646
19647         Make test-signbit pass on HP-UX/hppa.
19648         * tests/test-signbit.c (minus_zerol): New variable.
19649         (test_signbitl): Use it.
19650
19651 2008-04-13  Bruno Haible  <bruno@clisp.org>
19652
19653         Make truncl work on OSF/1 4.0.
19654         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
19655         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
19656         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
19657         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
19658         HAVE_DECL_TRUNCL.
19659         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
19660         HAVE_DECL_TRUNCL.
19661         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
19662
19663 2008-04-13  Bruno Haible  <bruno@clisp.org>
19664
19665         * lib/unictype.h: Remove trailing comma from enumeration definitions.
19666
19667 2008-04-13  Bruno Haible  <bruno@clisp.org>
19668
19669         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
19670         expression, so as to avoid HP-UX 11 cc compiler bug.
19671
19672 2008-04-13  Bruno Haible  <bruno@clisp.org>
19673
19674         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
19675
19676 2008-04-13  Bruno Haible  <bruno@clisp.org>
19677
19678         * lib/git-merge-changelog.c: Remove empty declaration outside of
19679         functions.
19680
19681 2008-04-13  Bruno Haible  <bruno@clisp.org>
19682
19683         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
19684
19685 2008-04-13  Bruno Haible  <bruno@clisp.org>
19686
19687         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
19688         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
19689         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
19690         also if it exists but lacks definitions of the SHUT_* macros.
19691         * modules/sys_socket (Description): Update.
19692         Reported by Elbert Pol <e.pol@chello.nl>.
19693
19694 2008-04-13  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/localcharset.c (OS2): Don't redefine if already defined.
19697         Reported by Elbert Pol <e.pol@chello.nl>.
19698
19699 2008-04-13  Bruno Haible  <bruno@clisp.org>
19700
19701         * lib/binary-io.h [__EMX__]: Include <io.h>.
19702         Reported by Elbert Pol <e.pol@chello.nl>.
19703
19704 2008-04-12  Bruno Haible  <bruno@clisp.org>
19705
19706         * lib/fpucw.h: Enable the definitions also for x86_64.
19707         Needed for NetBSD/x86_64.
19708         Reported by Thomas Klausner <tk@giga.or.at>.
19709
19710 2008-04-12  Bruno Haible  <bruno@clisp.org>
19711
19712         * tests/test-strtod.c: Include isnand.h.
19713         (main): Use isnand instead of isnan.
19714         Reported by Jim Meyering.
19715
19716 2008-04-12  Bruno Haible  <bruno@clisp.org>
19717
19718         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
19719         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
19720
19721 2008-04-12  Jim Meyering  <meyering@redhat.com>
19722
19723         * m4/math_h.m4 (gl_MATH_H): Fix typos.
19724
19725 2008-04-12  Bruno Haible  <bruno@clisp.org>
19726
19727         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
19728         Reported by Elbert Pol <e.pol@chello.nl>.
19729
19730 2008-04-12  Eric Blake  <ebb9@byu.net>
19731
19732         Work around Solaris 10 math.h bug.
19733         * m4/math_h.m4 (gl_MATH_H): Check for bug.
19734         (gl_MATH_H_DEFAULTS): Set up default.
19735         * modules/math (Makefile.am): Replace new indicators.
19736         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
19737         * tests/test-math.c (main): Test this.
19738         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
19739         * doc/posix-headers/math.texi (math.h): Mention bug.
19740         Reported by Nelson H. F. Beebe and Jim Meyering.
19741
19742 2008-04-11  Bruno Haible  <bruno@clisp.org>
19743
19744         Adapt to future versions of Apple GCC.
19745         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
19746         Reported by Peter O'Gorman <peter@pogma.com>.
19747
19748 2008-04-11  Bruno Haible  <bruno@clisp.org>
19749
19750         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
19751
19752 2008-04-11  Bruno Haible  <bruno@clisp.org>
19753
19754         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
19755
19756         * modules/getaddrinfo-tests (Makefile.am): Define
19757         test_getaddrinfo_LDADD.
19758
19759 2008-04-11  Bruno Haible  <bruno@clisp.org>
19760
19761         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
19762         (init): Fix syntax error.
19763         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
19764         is declared.
19765
19766 2008-04-11  Bruno Haible  <bruno@clisp.org>
19767
19768         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
19769         * modules/glob (Depends-on): Add stdbool.
19770
19771 2008-04-11  Bruno Haible  <bruno@clisp.org>
19772
19773         * lib/trim.c: Include <string.h>.
19774
19775 2008-04-11  Eric Blake  <ebb9@byu.net>
19776
19777         Avoid compile failure on OS/2.
19778         * lib/regex_internal.h (internal_function): Disable optimization
19779         on OS/2 (__EMX__), where it caused compiler error.
19780         Reported by Elbert Pol.
19781
19782 2008-04-11  Bruno Haible  <bruno@clisp.org>
19783
19784         Flush the standard error stream before aborting. Needed on mingw.
19785         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
19786         * tests/test-array_list.c (ASSERT): Likewise.
19787         * tests/test-array_oset.c (ASSERT): Likewise.
19788         * tests/test-avltree_list.c (ASSERT): Likewise.
19789         * tests/test-avltree_oset.c (ASSERT): Likewise.
19790         * tests/test-avltreehash_list.c (ASSERT): Likewise.
19791         * tests/test-binary-io.c (ASSERT): Likewise.
19792         * tests/test-byteswap.c (ASSERT): Likewise.
19793         * tests/test-c-ctype.c (ASSERT): Likewise.
19794         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
19795         * tests/test-c-strcasestr.c (ASSERT): Likewise.
19796         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
19797         * tests/test-c-strstr.c (ASSERT): Likewise.
19798         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
19799         * tests/test-canonicalize.c (ASSERT): Likewise.
19800         * tests/test-carray_list.c (ASSERT): Likewise.
19801         * tests/test-ceilf1.c (ASSERT): Likewise.
19802         * tests/test-ceilf2.c (ASSERT): Likewise.
19803         * tests/test-ceill.c (ASSERT): Likewise.
19804         * tests/test-count-one-bits.c (ASSERT): Likewise.
19805         * tests/test-fbufmode.c (ASSERT): Likewise.
19806         * tests/test-fflush2.c (ASSERT): Likewise.
19807         * tests/test-floorf1.c (ASSERT): Likewise.
19808         * tests/test-floorf2.c (ASSERT): Likewise.
19809         * tests/test-floorl.c (ASSERT): Likewise.
19810         * tests/test-fopen.c (ASSERT): Likewise.
19811         * tests/test-fpending.c (ASSERT): Likewise.
19812         * tests/test-fprintf-posix.c (ASSERT): Likewise.
19813         * tests/test-fpurge.c (ASSERT): Likewise.
19814         * tests/test-freadable.c (ASSERT): Likewise.
19815         * tests/test-freadahead.c (ASSERT): Likewise.
19816         * tests/test-freading.c (ASSERT): Likewise.
19817         * tests/test-freadptr.c (ASSERT): Likewise.
19818         * tests/test-freadptr2.c (ASSERT): Likewise.
19819         * tests/test-freadseek.c (ASSERT): Likewise.
19820         * tests/test-freopen.c (ASSERT): Likewise.
19821         * tests/test-frexp.c (ASSERT): Likewise.
19822         * tests/test-frexpl.c (ASSERT): Likewise.
19823         * tests/test-fseek.c (ASSERT): Likewise.
19824         * tests/test-fseeko.c (ASSERT): Likewise.
19825         * tests/test-fstrcmp.c (ASSERT): Likewise.
19826         * tests/test-ftell.c (ASSERT): Likewise.
19827         * tests/test-ftello.c (ASSERT): Likewise.
19828         * tests/test-func.c (ASSERT): Likewise.
19829         * tests/test-fwritable.c (ASSERT): Likewise.
19830         * tests/test-fwriting.c (ASSERT): Likewise.
19831         * tests/test-getdelim.c (ASSERT): Likewise.
19832         * tests/test-getline.c (ASSERT): Likewise.
19833         * tests/test-i-ring.c (ASSERT): Likewise.
19834         * tests/test-iconv-utf.c (ASSERT): Likewise.
19835         * tests/test-iconv.c (ASSERT): Likewise.
19836         * tests/test-isfinite.c (ASSERT): Likewise.
19837         * tests/test-isnand.c (ASSERT): Likewise.
19838         * tests/test-isnanf.c (ASSERT): Likewise.
19839         * tests/test-isnanl.h (ASSERT): Likewise.
19840         * tests/test-ldexpl.c (ASSERT): Likewise.
19841         * tests/test-linked_list.c (ASSERT): Likewise.
19842         * tests/test-linkedhash_list.c (ASSERT): Likewise.
19843         * tests/test-localename.c (ASSERT): Likewise.
19844         * tests/test-lseek.c (ASSERT): Likewise.
19845         * tests/test-mbscasecmp.c (ASSERT): Likewise.
19846         * tests/test-mbscasestr1.c (ASSERT): Likewise.
19847         * tests/test-mbscasestr2.c (ASSERT): Likewise.
19848         * tests/test-mbscasestr3.c (ASSERT): Likewise.
19849         * tests/test-mbscasestr4.c (ASSERT): Likewise.
19850         * tests/test-mbschr.c (ASSERT): Likewise.
19851         * tests/test-mbscspn.c (ASSERT): Likewise.
19852         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
19853         * tests/test-mbspbrk.c (ASSERT): Likewise.
19854         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
19855         * tests/test-mbsrchr.c (ASSERT): Likewise.
19856         * tests/test-mbsspn.c (ASSERT): Likewise.
19857         * tests/test-mbsstr1.c (ASSERT): Likewise.
19858         * tests/test-mbsstr2.c (ASSERT): Likewise.
19859         * tests/test-mbsstr3.c (ASSERT): Likewise.
19860         * tests/test-memchr2.c (ASSERT): Likewise.
19861         * tests/test-memmem.c (ASSERT): Likewise.
19862         * tests/test-open.c (ASSERT): Likewise.
19863         * tests/test-printf-frexp.c (ASSERT): Likewise.
19864         * tests/test-printf-frexpl.c (ASSERT): Likewise.
19865         * tests/test-printf-posix.c (ASSERT): Likewise.
19866         * tests/test-quotearg.c (ASSERT): Likewise.
19867         * tests/test-rbtree_list.c (ASSERT): Likewise.
19868         * tests/test-rbtree_oset.c (ASSERT): Likewise.
19869         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
19870         * tests/test-round1.c (ASSERT): Likewise.
19871         * tests/test-roundf1.c (ASSERT): Likewise.
19872         * tests/test-roundl.c (ASSERT): Likewise.
19873         * tests/test-signbit.c (ASSERT): Likewise.
19874         * tests/test-sleep.c (ASSERT): Likewise.
19875         * tests/test-snprintf-posix.c (ASSERT): Likewise.
19876         * tests/test-snprintf.c (ASSERT): Likewise.
19877         * tests/test-sprintf-posix.c (ASSERT): Likewise.
19878         * tests/test-stat-time.c (ASSERT): Likewise.
19879         * tests/test-strcasestr.c (ASSERT): Likewise.
19880         * tests/test-strerror.c (ASSERT): Likewise.
19881         * tests/test-striconv.c (ASSERT): Likewise.
19882         * tests/test-striconveh.c (ASSERT): Likewise.
19883         * tests/test-striconveha.c (ASSERT): Likewise.
19884         * tests/test-strsignal.c (ASSERT): Likewise.
19885         * tests/test-strstr.c (ASSERT): Likewise.
19886         * tests/test-strtod.c (ASSERT): Likewise.
19887         * tests/test-trunc1.c (ASSERT): Likewise.
19888         * tests/test-trunc2.c (ASSERT): Likewise.
19889         * tests/test-truncf1.c (ASSERT): Likewise.
19890         * tests/test-truncf2.c (ASSERT): Likewise.
19891         * tests/test-truncl.c (ASSERT): Likewise.
19892         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
19893         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
19894         * tests/test-vasnprintf.c (ASSERT): Likewise.
19895         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
19896         * tests/test-vasprintf.c (ASSERT): Likewise.
19897         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
19898         * tests/test-vprintf-posix.c (ASSERT): Likewise.
19899         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
19900         * tests/test-vsnprintf.c (ASSERT): Likewise.
19901         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
19902         * tests/test-wcwidth.c (ASSERT): Likewise.
19903         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
19904         * tests/test-xprintf-posix.c (ASSERT): Likewise.
19905         * tests/test-xvasprintf.c (ASSERT): Likewise.
19906         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
19907         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
19908         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
19909         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
19910         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
19911         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
19912         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
19913         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
19914         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
19915         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
19916         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
19917         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
19918         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
19919         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
19920         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
19921         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
19922         * tests/unictype/test-block_list.c (ASSERT): Likewise.
19923         * tests/unictype/test-block_of.c (ASSERT): Likewise.
19924         * tests/unictype/test-block_test.c (ASSERT): Likewise.
19925         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
19926         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
19927         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
19928         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
19929         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
19930         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
19931         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
19932         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
19933         * tests/unictype/test-combining.c (ASSERT): Likewise.
19934         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
19935         * tests/unictype/test-digit.c (ASSERT): Likewise.
19936         * tests/unictype/test-mirror.c (ASSERT): Likewise.
19937         * tests/unictype/test-numeric.c (ASSERT): Likewise.
19938         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
19939         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
19940         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
19941         * tests/unictype/test-scripts.c (ASSERT): Likewise.
19942         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
19943         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
19944         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
19945         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
19946         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
19947         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
19948         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
19949         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
19950         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
19951         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
19952         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
19953         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
19954         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
19955         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
19956         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
19957         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
19958         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
19959         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
19960         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
19961         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
19962         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
19963         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
19964         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
19965         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
19966         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
19967         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
19968         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
19969         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
19970         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
19971         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
19972         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
19973         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
19974         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
19975         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
19976         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
19977         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
19978         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
19979         Reported by Eric Blake.
19980
19981 2008-04-11  Bruno Haible  <bruno@clisp.org>
19982
19983         * lib/wchar.in.h: Tweak comment.
19984
19985 2008-04-11  Bruno Haible  <bruno@clisp.org>
19986
19987         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
19988         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
19989         gl_COMMON.
19990         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
19991
19992 2008-04-11  Bruno Haible  <bruno@clisp.org>
19993
19994         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
19995
19996 2008-04-11  Simon Josefsson  <simon@josefsson.org>
19997
19998         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
19999         of attempting to use non-existing /dev/*random.  Based on patch
20000         from Adam Strzelecki <ono@java.pl> in
20001         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
20002
20003 2008-04-08  Bruno Haible  <bruno@clisp.org>
20004
20005         Add tentative support for emx+gcc.
20006         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
20007         * lib/fpurge.c (fpurge): Likewise.
20008         * lib/freadable.c (freadable): Likewise.
20009         * lib/freadahead.c (freadahead): Likewise.
20010         * lib/freading.c (freading): Likewise.
20011         * lib/freadptr.c (freadptr): Likewise.
20012         * lib/freadseek.c (freadptrinc): Likewise.
20013         * lib/fseeko.c (rpl_fseeko): Likewise.
20014         * lib/fseterr.c (fseterr): Likewise.
20015         * lib/fwritable.c (fwritable): Likewise.
20016         * lib/fwriting.c (fwriting): Likewise.
20017         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
20018
20019 2008-04-09  Eric Blake  <ebb9@byu.net>
20020
20021         Avoid some autoconf warnings.
20022         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
20023         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
20024         * m4/afs.m4 (gl_AFS): Likewise.
20025         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
20026         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
20027         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20028         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
20029         (gl_INTEGER_TYPE_SUFFIX): Likewise.
20030         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
20031         (AC_CHECK_DECLS_ONCE): Likewise.
20032         Rename file...
20033         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
20034         gnulib-tool requires autoconf 2.59 or better.
20035         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
20036
20037 2008-04-08  Eric Blake  <ebb9@byu.net>
20038
20039         Use 'git describe --match' if present (added in git 1.5.5).
20040         * build-aux/git-version-gen: Limit result to tags that match 'v*'
20041         if possible.
20042
20043 2008-04-08  Bruno Haible  <bruno@clisp.org>
20044
20045         Add tentative support for OpenServer.
20046         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
20047         _ptr, _cnt.
20048         * lib/fpurge.c (fpurge): Likewise.
20049         * lib/freadable.c (freadable): Likewise.
20050         * lib/freadahead.c (freadahead): Likewise.
20051         * lib/freading.c (freading): Likewise.
20052         * lib/freadptr.c (freadptr): Likewise.
20053         * lib/freadseek.c (freadptrinc): Likewise.
20054         * lib/fseeko.c (rpl_fseeko): Likewise.
20055         * lib/fseterr.c (fseterr): Likewise.
20056         * lib/fwritable.c (fwritable): Likewise.
20057         * lib/fwriting.c (fwriting): Likewise.
20058         Reported by Roger Cornelius <rac@tenzing.org> and
20059         Brian K. White <brian@aljex.com>.
20060
20061 2008-04-06  Jim Meyering  <meyering@redhat.com>
20062
20063         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
20064
20065 2008-04-06  Bruno Haible  <bruno@clisp.org>
20066
20067         Avoid possible error with non-ASCII bytes in UTF-8 locales.
20068         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
20069         * tests/test-printf-posix.sh: Likewise.
20070         * tests/test-vfprintf-posix.sh: Likewise.
20071         * tests/test-vprintf-posix.sh: Likewise.
20072         * tests/test-xprintf-posix.sh: Likewise.
20073
20074 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20075
20076         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
20077         hide error from 'ls', needed on OS/2.
20078         Report by Elbert Pol <elbert.pol@gmail.com>.
20079
20080 2008-04-04  Eric Blake  <ebb9@byu.net>
20081
20082         Make test-fseeko.c failures meaningful.
20083         * tests/test-fseeko.c: Print line number on failure.
20084         * tests/test-fseek.c: Likewise.
20085         Reported by Nelson H. F. Beebe.
20086
20087         Improve strtod bug detection check.
20088         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
20089         required for Solaris 10.
20090         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
20091
20092 2008-04-04  Bruno Haible  <bruno@clisp.org>
20093
20094         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
20095         by m4/setenv.m4.
20096
20097 2008-04-03  Eric Blake  <ebb9@byu.net>
20098
20099         Ensure sane .version contents.
20100         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
20101         version string.
20102         * build-aux/git-version-gen: Improve documentation.
20103
20104         Make GNU make output nicer.
20105         * top/GNUmakefile [!_have-Makefile]: Add dependency on
20106         MAKECMDGOALS to enforce message for all command line targets.  Set
20107         srcdir for use in maint.mk.
20108
20109         Another maintainer tweak.
20110         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
20111         a target that regenerates version.
20112
20113 2008-04-03  Jim Meyering  <meyering@redhat.com>
20114
20115         vc-list-files: don't cause coreutils "make po-check" failure
20116         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
20117
20118 2008-04-03  Eric Blake  <ebb9@byu.net>
20119
20120         Allow VPATH usage of vc-list-files.
20121         * build-aux/vc-list-files (scriptversion): Add timestamp.
20122         (options): Add --help, --version, -C.
20123         (CVS): Support installed cvsu.
20124
20125 2008-04-02  Bruno Haible  <bruno@clisp.org>
20126
20127         Avoid some "statement with no effect" warnings from gcc.
20128         * tests/test-wctype.c (main): Explicitly ignore unused values.
20129         Reported by Jim Meyering.
20130
20131 2008-04-02  Jim Meyering  <meyering@redhat.com>
20132
20133         Avoid some warnings from "gcc -Wshadow".
20134         * tests/test-frexp.c (exp): Define to a different identifier.
20135         * tests/test-frexpl.c (exp): Likewise.
20136
20137 2008-04-03  Jim Meyering  <meyering@redhat.com>
20138
20139         bootstrap: remove dangling *.[ch] symlinks from lib
20140         * build-aux/bootstrap [dangling symlink removal]: Move find's
20141         -depth option to precede all others, to avoid a warning.
20142         Remove *.[ch] files too, and from "$source_base" (usually lib/).
20143
20144 2008-04-02  Bruno Haible  <bruno@clisp.org>
20145
20146         Avoid some warnings from "gcc -Wshadow".
20147         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
20148         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
20149         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
20150         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
20151         Reported by Jim Meyering.
20152
20153 2008-04-01  Bruno Haible  <bruno@clisp.org>
20154
20155         Fix test to work on IRIX 6.5 with cc.
20156         * tests/test-math.c (numeric_equal): New function.
20157         (main): Use it.
20158
20159 2008-04-01  Bruno Haible  <bruno@clisp.org>
20160
20161         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
20162
20163 2008-04-01  Bruno Haible  <bruno@clisp.org>
20164
20165         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
20166         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
20167         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
20168         (Depends-on): Remove math.
20169
20170         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
20171         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
20172         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
20173         (Depends-on): Remove math.
20174
20175         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
20176         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
20177         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
20178         (Depends-on): Remove math.
20179         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
20180         (Depends-on): Remove math.
20181
20182         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
20183         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
20184         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
20185         (Depends-on): Remove math.
20186         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
20187         (Depends-on): Remove math.
20188
20189         * tests/test-round1.c: Include nan.h.
20190         (main): Use NaNd instead of NAN.
20191         * modules/round-tests (Files): Add tests/nan.h.
20192
20193         * tests/test-trunc1.c: Include nan.h.
20194         (main): Use NaNd instead of NAN.
20195         * modules/trunc-tests (Files): Add tests/nan.h.
20196
20197         * tests/test-roundf1.c: Include nan.h.
20198         (main): Use NaNf instead of NAN.
20199         * modules/roundf-tests (Files): Add tests/nan.h.
20200
20201         * tests/test-truncf1.c: Include nan.h.
20202         (main): Use NaNf instead of NAN.
20203         * modules/truncf-tests (Files): Add tests/nan.h.
20204
20205         * tests/test-ceilf1.c: Include nan.h.
20206         (main): Use NaNf instead of NAN.
20207         * modules/ceilf-tests (Files): Add tests/nan.h.
20208
20209         * tests/test-floorf1.c: Include nan.h.
20210         (main): Use NaNf instead of NAN.
20211         * modules/floorf-tests (Files): Add tests/nan.h.
20212
20213         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
20214         (main): Use NaNf instead of NAN.
20215         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
20216
20217         * tests/test-isnand.c: Include nan.h instead of <math.h>.
20218         (main): Use NaNd instead of NAN.
20219         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
20220
20221         * tests/test-frexp.c: Include nan.h.
20222         (main): Use NaNd instead of NAN.
20223         * modules/frexp-tests (Files): Add tests/nan.h.
20224
20225         * lib/isnan.c: Don't include <math.h>.
20226         (FUNC): Don't use NAN macro.
20227         * modules/isnand-nolibm (Depends-on): Remove math.
20228         * modules/isnanf-nolibm (Depends-on): Remove math.
20229         * modules/isnanl (Depends-on): Remove math.
20230         * modules/isnanl-nolibm (Depends-on): Remove math.
20231
20232         * tests/nan.h: New file.
20233
20234 2008-04-01  Eric Blake  <ebb9@byu.net>
20235
20236         Fix typos.
20237         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
20238         values to be the right type.
20239
20240         For now, cater to gnulib strtod inaccuracies.
20241         * tests/test-strtod.c (main): Allow 1-ulp error on expected
20242         fractional results.  While not as nice from a QoI perspective, it
20243         is a quicker patch than correctly implementing decimal to binary
20244         rounding.
20245
20246 2008-03-31  Eric Blake  <ebb9@byu.net>
20247
20248         Guarantee a definition of NAN.
20249         * lib/math.in.h (NAN): Define if missing.
20250         * tests/test-math.c (main): Test it.
20251         * doc/posix-headers/math.texi (math.h): Document this.
20252         * lib/isnan.c (rpl_isnand): Use it.
20253         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
20254         * tests/test-floorf1.c (NaN): Likewise.
20255         * tests/test-frexp.c (NaN): Likewise.
20256         * tests/test-isnand.c (NaN): Likewise.
20257         * tests/test-isnanf.c (NaN): Likewise.
20258         * tests/test-round1.c (NaN): Likewise.
20259         * tests/test-roundf1.c (NaN): Likewise.
20260         * tests/test-snprintf-posix.h (NaN): Likewise.
20261         * tests/test-sprintf-posix.h (NaN): Likewise.
20262         * tests/test-trunc1.c (NaN): Likewise.
20263         * tests/test-truncf1.c (NaN): Likewise.
20264         * tests/test-vasnprintf-posix.c (NaN): Likewise.
20265         * tests/test-vasprintf-posix.c (NaN): Likewise.
20266         * modules/isnand-nolibm (Depends-on): Add math.
20267         * modules/isnanf-nolibm (Depends-on): Likewise.
20268         * modules/isnanl (Depends-on): Likewise.
20269         * modules/isnanl-nolibm (Depends-on): Likewise.
20270         * modules/snprintf-posix-tests (Depends-on): Likewise.
20271         * modules/sprintf-posix-tests (Depends-on): Likewise.
20272         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
20273         * modules/vsprintf-posix-tests (Depends-on): Likewise.
20274         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
20275         * modules/vasprintf-posix-tests (Depends-on): Likewise.
20276
20277 2008-03-31  Bruno Haible  <bruno@clisp.org>
20278
20279         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
20280         * doc/posix-functions/strtod.texi: Likewise.
20281
20282 2008-03-31  Bruno Haible  <bruno@clisp.org>
20283
20284         * tests/test-strtod.c (main): Don't use C99 syntax.
20285
20286 2008-03-31  Bruno Haible  <bruno@clisp.org>
20287
20288         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
20289         Reported by Eric Blake.
20290
20291 2008-03-31  Jim Meyering  <meyering@redhat.com>
20292
20293         Don't compare actual signbit return values.
20294         * tests/test-strtod.c (main): Rather, compare only their
20295         zero/non-zero nature.
20296
20297 2008-03-31  Eric Blake  <ebb9@byu.net>
20298
20299         More strtod documentation.
20300         * doc/posix-functions/strtod.texi (strtod): Interpret more test
20301         failures as distinct bugs.
20302
20303 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
20304
20305         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
20306         Problem reported by Erik Benada in
20307         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
20308
20309 2008-03-30  Bruno Haible  <bruno@clisp.org>
20310
20311         * tests/test-strtod.c: Add comments about which assertion fails on which
20312         platform.
20313         * doc/posix-functions/strtod.texi: Add info about many more platforms.
20314
20315 2008-03-30  Eric Blake  <ebb9@byu.net>
20316
20317         Test signbit behavior on zeros.
20318         * tests/test-signbit.c (test_signbitf): Add tests for zero.
20319         (test_signbitd, test_signbitl): Likewise.
20320
20321         More strtod touchups.
20322         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
20323         sign of negative underflow, for now.  Use .5, not .1.
20324         * doc/posix-functions/strtod.texi (strtod): Mention these
20325         limitations.
20326         Reported by Jim Meyering.
20327
20328 2008-03-30  Bruno Haible  <bruno@clisp.org>
20329
20330         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
20331         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
20332
20333 2008-03-30  Bruno Haible  <bruno@clisp.org>
20334
20335         Avoid failure when attempting to return empty iconv results on some
20336         platforms.
20337         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
20338         allocation, don't report ENOMEM when the resulting string is empty.
20339
20340 2008-03-30  Bruno Haible  <bruno@clisp.org>
20341
20342         Fix buffer overrun.
20343         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
20344         Don't consider the width for tmp_length. Check count against tmp_length
20345         before doing the padding. Ensure enough allocation during padding.
20346
20347 2008-03-30  Eric Blake  <ebb9@byu.net>
20348
20349         strtod touchups.
20350         * lib/strtod.c (strtod): Avoid compiler warnings.
20351         Reported by Jim Meyering.
20352
20353 2008-03-30  Bruno Haible  <bruno@clisp.org>
20354
20355         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
20356         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
20357         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
20358         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
20359         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
20360         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
20361         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
20362         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
20363
20364         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
20365         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
20366         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
20367         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
20368         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
20369         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
20370         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
20371         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
20372
20373         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
20374         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
20375         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
20376         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
20377         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
20378         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
20379         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
20380         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
20381
20382         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
20383         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
20384
20385         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
20386         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
20387
20388         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
20389         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
20390
20391         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
20392         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
20393         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
20394
20395         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
20396         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
20397         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
20398
20399         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
20400         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
20401         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
20402
20403         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
20404         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
20405         * modules/vasprintf (Depends-on): Add EOVERFLOW.
20406
20407         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
20408         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
20409         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
20410         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
20411         (Depends-on): Add EOVERFLOW.
20412         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
20413         (Depends-on): Add EOVERFLOW.
20414         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
20415         (Depends-on): Add EOVERFLOW.
20416         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
20417         (Depends-on): Add EOVERFLOW.
20418         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
20419         (Depends-on): Add EOVERFLOW.
20420         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
20421         (Depends-on): Add EOVERFLOW.
20422         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
20423         (Depends-on): Add EOVERFLOW.
20424         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
20425         (Depends-on): Add EOVERFLOW.
20426
20427         * lib/sprintf.c (EOVERFLOW): Remove fallback.
20428         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
20429         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
20430
20431         * lib/snprintf.c (EOVERFLOW): Remove fallback.
20432         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
20433         * modules/snprintf (Depends-on): Add EOVERFLOW.
20434
20435         * lib/poll.c (EOVERFLOW): Remove fallback.
20436         * modules/poll (Depends-on): Add EOVERFLOW.
20437
20438         * lib/getugroups.c (EOVERFLOW): Remove fallback.
20439         * modules/getugroups (Depends-on): Add EOVERFLOW.
20440
20441         * lib/getdelim.c (EOVERFLOW): Remove fallback.
20442         * modules/getdelim (Depends-on): Add EOVERFLOW.
20443
20444         * lib/ftell.c (EOVERFLOW): Remove fallback.
20445         * modules/ftell (Depends-on): Add EOVERFLOW.
20446
20447         * lib/fprintf.c (EOVERFLOW): Remove fallback.
20448         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
20449         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
20450
20451         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
20452
20453         * modules/EOVERFLOW-tests: New file.
20454         * tests/test-EOVERFLOW.c: New file.
20455
20456         * modules/EOVERFLOW: New file.
20457         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
20458
20459 2008-03-30  Bruno Haible  <bruno@clisp.org>
20460
20461         Fix bug introduced on 2007-06-10.
20462         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
20463         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
20464
20465 2008-03-30  Bruno Haible  <bruno@clisp.org>
20466
20467         Improve freadseek's efficiency after ungetc.
20468         * lib/freadseek.c: Include freadahead.h.
20469         (freadptrinc): New function, extracted from freadseek.
20470         (freadseek): Use it in a loop. Use freadahead to determine the number
20471         of loop iterations.
20472         * modules/freadseek (Depends-on): Add freadahead.
20473         (configure.ac): Require AC_C_INLINE.
20474
20475 2008-03-30  Bruno Haible  <bruno@clisp.org>
20476
20477         * lib/freadseek.c (freadseek): Don't ignore the return value of
20478         freadptr.
20479
20480 2008-03-29  Eric Blake  <ebb9@byu.net>
20481
20482         Add hex float support.
20483         * modules/strtod (Depends-on): Add c-ctype.
20484         (Link): Mention POW_LIB.
20485         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
20486         whitespace between 'e' and exponent.
20487         * tests/test-strtod.c (main): Enable hex float tests.
20488         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
20489         now provides.
20490
20491         Document various strtod bugs, with some fixes.
20492         * doc/posix-functions/strtod.texi (strtod): Document bugs with
20493         "-0x", "inf", "nan", and hex constants.
20494         * doc/posix-functions/atof.texi (atof): Likewise.
20495         * modules/stdlib (Makefile.am): Support strtod.
20496         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
20497         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
20498         detect additional strtod bugs.
20499         * lib/stdlib.in.h (rpl_strtod): Add declarations.
20500         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
20501         bool where appropriate.  Parse 'inf' and 'nan'.
20502         * tests/test-strtod.c: New file.
20503         * modules/strtod (Depends-on): Add stdbool, stdlib.
20504         (configure.ac): Turn on module indicator.
20505         * modules/strtod-tests: New module.
20506
20507 2008-03-29  Eric Blake  <ebb9@byu.net>
20508
20509         Fix ftell on mingw.
20510         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
20511         * modules/ftell-tests (Depends-on): Add binary-io.
20512         * modules/ftello-tests (Depends-on): Likewise.
20513         * tests/test-ftell.c (main): Enhance test to cover behavior after
20514         ungetc.  Enforce binary mode.
20515         * tests/test-ftello.c (main): Likewise.
20516
20517         Pass test-freadseek on cygwin.
20518         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
20519         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
20520         ungetc buffer.
20521
20522         * tests/test-fflush2.c (main): Fix typo.
20523
20524 2008-03-29  Bruno Haible  <bruno@clisp.org>
20525
20526         * tests/test-fflush2.c (main): Temporarily disable the contents of
20527         this test.
20528         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
20529         Reported by Eric Blake.
20530
20531 2008-03-28  Simon Josefsson  <simon@josefsson.org>
20532
20533         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
20534         (GC_SHA224_DIGEST_SIZE): Add.
20535
20536         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
20537         (gc_hash_digest_length): Likewise.
20538         (gc_hash_buffer): Likewise.
20539
20540 2008-03-25  Bruno Haible  <bruno@clisp.org>
20541
20542         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
20543         detail which gettext release to use.
20544         Reported by Simon Josefsson.
20545
20546 2008-03-26  Jim Meyering  <meyering@redhat.com>
20547
20548         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
20549         * modules/gnumakefile (clean-GNUmakefile): Also, use
20550         test ... && ... || : syntax rather than if-then ... fi.
20551
20552         gnumakefile: Don't double-quote-expand $(VPATH) value.
20553         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
20554
20555 2008-03-24  Eric Blake  <ebb9@byu.net>
20556
20557         Alter GNUmakefile to install into top directory.
20558         * modules/maintainer-makefile: Split, and add dependency...
20559         * modules/gnumakefile: to this new module.
20560         * build-aux/GNUmakefile: Move...
20561         * top/GNUmakefile: ...here.
20562         * build-aux/maint.mk: Move...
20563         * top/maint.mk: ...here.
20564         * MODULES.html.sh (Support for maintaining...): Document new
20565         module.
20566
20567 2008-03-23  Bruno Haible  <bruno@clisp.org>
20568
20569         * gnulib-tool: New options --vc-files, --no-vc-files.
20570         (func_usage): Document them.
20571         (vc_files): New variable.
20572         (func_import): Consider vc_files.
20573         (func_create_testdir): Set vc_files to empty.
20574         Suggested by Jim Meyering and Karl Berry.
20575
20576 2008-03-23  Bruno Haible  <bruno@clisp.org>
20577
20578         Fix regex compilation error on HP-UX 11.
20579         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
20580         * modules/regex (Files): Add m4/mbstate_t.m4.
20581         Reported by Ton Voon <ton.voon@altinity.com>.
20582
20583 2008-03-23  Bruno Haible  <bruno@clisp.org>
20584
20585         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
20586
20587 2008-03-23  Eric Blake  <ebb9@byu.net>
20588             Bruno Haible  <bruno@clisp.org>
20589
20590         Install files from top/ in the destination directory.
20591         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
20592         augmentation also for the files from top/.
20593         (func_import, func_create_testdir): Rewrite file names:
20594         top/filename -> filename.
20595
20596 2008-03-23  Bruno Haible  <bruno@clisp.org>
20597
20598         Tweak "gnulib --version" output.
20599         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
20600
20601 2008-03-23  Bruno Haible  <bruno@clisp.org>
20602
20603         Tweak "gnulib --version" output.
20604         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
20605         rather than contents of ChangeLog, when possible.
20606
20607 2008-03-21  Eric Blake  <ebb9@byu.net>
20608
20609         More --version tweaks.
20610         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
20611         date of last ChangeLog entry.
20612
20613 2008-03-21  Jim Meyering  <meyering@redhat.com>
20614
20615         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
20616
20617 2008-03-20  Eric Blake  <ebb9@byu.net>
20618
20619         VPATH fix.
20620         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
20621
20622 2008-03-20  Simon Josefsson  <simon@josefsson.org>
20623
20624         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
20625         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
20626
20627 2008-03-20  Eric Blake  <ebb9@byu.net>
20628
20629         Sync GNUmakefile with coreutils.
20630         * build-aux/GNUmakefile (have-Makefile): Rename...
20631         (_have-Makefile): ...to this, for namespace consideration.
20632         (GNUmakefile.cfg): Include, if present.
20633         (_autoreconf): Define a default.
20634         (_is-dist-target): New rule for rebuilds to pick up intra-release
20635         version.
20636         (maint-cfg.mk): Rename...
20637         (cfg.mk): ...to this.
20638
20639 2008-03-18  Jim Meyering  <meyering@redhat.com>
20640
20641         New script and module: mktempd
20642         * MODULES.html.sh (maint+release support): Add mktempd.
20643         * build-aux/mktempd: New file.
20644         * modules/mktempd: New file.
20645
20646 2008-03-15  Jim Meyering  <meyering@redhat.com>
20647
20648         Undo last change.
20649         * lib/sha1.c, lib/md5.c: 63 != ~63.
20650         Reported by Andreas Schwab.
20651
20652         sha1.c, md5.c: Hoist a redundant expression.
20653         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
20654         "ctx->buflen" only once, before calling *_process_block.
20655         * lib/md5.c (md5_process_bytes): Likewise.
20656
20657 2008-03-14  Eric Blake  <ebb9@byu.net>
20658
20659         Bump copyright year in files generated by gnulib-tool.
20660         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
20661         gnulib-tool, rather than hard-coding it.
20662
20663         Fix 'gnulib-tool --version' output to work with git.
20664         * gnulib-tool (func_gnulib_dir): New function, extracted from...
20665         (startup): ...here.
20666         (func_version): Use it to invoke git-version-gen, rather than
20667         relying on CVS keyword expansion.  Modernize wording.
20668         (cvsdatestamp, last_checkin_date, version): Kill unused
20669         variables.
20670
20671 2008-03-12  Jim Meyering  <meyering@redhat.com>
20672
20673         Recognize optional cast of the argument to free.
20674         * build-aux/useless-if-before-free: Update regexps.
20675
20676         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
20677
20678 2008-03-11  Bruno Haible  <bruno@clisp.org>
20679
20680         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
20681         by a single package.
20682         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
20683         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
20684         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
20685         Reported by Sam Steingold <sds@gnu.org>.
20686
20687 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
20688
20689         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
20690         repositories.
20691
20692 2008-03-11  Bruno Haible  <bruno@clisp.org>
20693
20694         Avoid conflicts between local macro definitions.
20695         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
20696         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
20697
20698 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
20699             Bruno Haible  <bruno@clisp.org>
20700
20701         Make va_copy work with some version of xlc on AIX 5.1.
20702         * lib/stdarg.in.h: New file.
20703         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
20704         On AIX, use a <stdarg.h> file substitute.
20705         * modules/stdarg (Files): Add lib/stdarg.in.h.
20706         (Depends-on): Add include_next.
20707         (Makefile.am): Build a stdarg.h substitute if requested.
20708         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
20709
20710 2008-03-10  Bruno Haible  <bruno@clisp.org>
20711
20712         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
20713         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20714         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
20715
20716 2008-03-10  Bruno Haible  <bruno@clisp.org>
20717
20718         * modules/stdlib (Depends-on): Add include_next, remove
20719         absolute-header.
20720
20721 2008-03-09  Bruno Haible  <bruno@clisp.org>
20722
20723         * lib/freadahead.h (freadahead): Document more precisely.
20724         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
20725         the sum of both buffer sizes.
20726         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
20727         * NEWS: Document the change.
20728
20729 2008-03-09  Bruno Haible  <bruno@clisp.org>
20730
20731         Extend freadptr to return also the buffer size.
20732         * lib/freadptr.h (freadptr): Add sizep argument.
20733         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
20734         (freadptr): Add sizep argument. Determine buffer size like freadahead
20735         does.
20736         * tests/test-freadptr.c: Don't include freadahead.h.
20737         (main): Adapt for new calling convention of freadptr.
20738         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
20739         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
20740         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
20741         tests/test-freadptr2.sh.
20742         (Depends): Remove freadahead.
20743         (TESTS): Add test-freadptr2.sh.
20744         (check_PROGRAMS): Add test-freadptr2.
20745
20746 2008-03-09  Bruno Haible  <bruno@clisp.org>
20747
20748         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
20749         Report and solution by Simon Josefsson.
20750
20751 2008-03-06  Bruno Haible  <bruno@clisp.org>
20752
20753         Make fflush after ungetc work on BSD platforms.
20754         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
20755         * tests/test-fflush2.c: New file.
20756         * tests/test-fflush2.sh: New file.
20757         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
20758         tests/test-fflush2.c.
20759         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
20760         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
20761
20762 2008-03-06  Eric Blake  <ebb9@byu.net>
20763
20764         Likewise for ftello.
20765         * modules/ftello (Dependencies): Add extensions.
20766         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
20767
20768 2008-03-06  Bruno Haible  <bruno@clisp.org>
20769
20770         * modules/fseeko (Dependencies): Add extensions.
20771         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
20772         Needed on glibc systems.
20773
20774 2008-03-06  Bruno Haible  <bruno@clisp.org>
20775
20776         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
20777         email address.
20778         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20779
20780 2008-03-06  Bruno Haible  <bruno@clisp.org>
20781
20782         * users.txt: Add libgnupdf.
20783
20784 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
20785
20786         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
20787         (Header File Substitutes, Function Substitutes,
20788         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
20789         (Build robot for gnulib): Fix typo.
20790
20791 2008-03-06  Bruno Haible  <bruno@clisp.org>
20792
20793         * doc/gnulib-tool.texi (VCS Issues): Small updates.
20794         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20795
20796 2008-03-06  Bruno Haible  <bruno@clisp.org>
20797
20798         * doc/func.texi: New file, extracted from doc/gnulib.texi.
20799         * doc/gnulib.texi: Include it.
20800
20801 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20802
20803         * modules/func (License): Change license to unlimited; there was
20804         no LGPL parts in the module anyway.
20805
20806 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20807
20808         * modules/__func__: Renamed to modules/func.
20809         * modules/__func__-tests: Renamed to modules/func-tests.
20810         * tests/test-__func__.c: Renamed to tests/test-func.c.
20811         * m4/__func__.m4: Renamed to m4/func.m4.
20812         * doc/gnulib.texi (__func__): Section renamed to func.
20813         Suggested by Eric Blake <ebb9@byu.net>.
20814
20815 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20816
20817         * doc/gnulib.texi (__func__): Use C99 terminology when talking
20818         about __func__.  Make example self-contained.  Suggested by Eric
20819         Blake <ebb9@byu.net>.
20820
20821         * tests/test-__func__.c (main): Avoid extraneous () around __func.
20822         Suggested by Eric Blake <ebb9@byu.net>.
20823
20824 2008-03-06  Simon Josefsson  <simon@josefsson.org>
20825
20826         * modules/__func__: New file.
20827         * modules/__func__-tests: New file.
20828         * tests/test-__func__.c: New file.
20829         * m4/__func__.m4: New file.
20830         * doc/gnulib.texi (__func__): Document __func__ module.
20831
20832 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20833
20834         * modules/byteswap (License): Re-license as LGPLv2+.
20835
20836 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20837
20838         * doc/Makefile: Add pdf target.
20839
20840 2008-03-05  Simon Josefsson  <simon@josefsson.org>
20841
20842         * modules/inline (License): Use 'unlimited', since there are only
20843         *.m4 files in this module.
20844
20845 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
20846             Bruno Haible  <bruno@clisp.org>
20847
20848         Add support for HP C 7.1 on OpenVMS 8.3.
20849         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
20850
20851 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
20852
20853         Update VMS specifics.
20854         * lib/getopt.c [VMS]: Remove include of unixlib.h.
20855
20856 2008-03-02  Jim Meyering  <meyering@redhat.com>
20857
20858         Remove the last dependency on the "free" module.
20859         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
20860         Reported by Bob Proulx.
20861
20862         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
20863
20864         Remove useless "if" tests before free.  Deprecate "free" module.
20865         * doc/posix-functions/free.texi: Mention that this
20866         module is no longer useful.
20867         * modules/free (Notice): Say this module is obsolete.
20868         * modules/readutmp (Depends-on): Remove free.
20869         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
20870         * lib/putenv.c (putenv): Likewise.
20871         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
20872         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
20873         * tests/test-c-strcasestr.c (main): Likewise.
20874         * tests/test-c-strstr.c (main): Likewise.
20875         * tests/test-mbscasestr1.c (main): Likewise.
20876         * tests/test-mbscasestr2.c (main): Likewise.
20877         * tests/test-mbsstr1.c (main): Likewise.
20878         * tests/test-mbsstr2.c (main): Likewise.
20879         * tests/test-memmem.c (main): Likewise.
20880         * tests/test-strcasestr.c (main): Likewise.
20881         * tests/test-striconv.c (main): Likewise.
20882         * tests/test-striconveh.c (main): Likewise.
20883         * tests/test-striconveha.c (main): Likewise.
20884         * tests/test-strstr.c (main): Likewise.
20885
20886         * build-aux/git-version-gen: Adjust a comment and the Usage string.
20887
20888         bootstrap: sync from coreutils again
20889         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
20890
20891 2008-03-01  Jim Meyering  <meyering@redhat.com>
20892
20893         bootstrap: sync from coreutils
20894         * build-aux/bootstrap (update_po_files): Copy a .po file into place
20895         also when the target doesn't exist.
20896
20897 2008-03-01  Eric Blake  <ebb9@byu.net>
20898
20899         Fix bugs in last patch.
20900         * lib/memchr2.c (memchr2): Fix typo.
20901         * tests/test-memchr2.c: Test previous bug, and don't use GNU
20902         extension.
20903         Reported by Bruce Korb.
20904
20905         New module 'memchr2'.
20906         * modules/memchr2: New file.
20907         * modules/memchr2-tests: Likewise.
20908         * lib/memchr2.h: Likewise.
20909         * lib/memchr2.c: Likewise, based on memchr.c.
20910         * tests/test-memchr2.c: New test.
20911         * MODULES.html.sh (String handling): Add memchr2.
20912
20913 2008-02-29  Bruno Haible  <bruno@clisp.org>
20914
20915         * modules/freadseek-tests: New file.
20916         * tests/test-freadseek.sh: New file.
20917         * tests/test-freadseek.c: New file.
20918
20919         New module 'freadseek'.
20920         * modules/freadseek: New file.
20921         * lib/freadseek.h: New file.
20922         * lib/freadseek.c: New file.
20923         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
20924
20925 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20926
20927         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
20928         wydawca.
20929
20930         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
20931         program_invocation_name and program_invocation_short_name are
20932         present.
20933
20934 2008-02-28  Bruno Haible  <bruno@clisp.org>
20935
20936         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
20937         * tests/test-freadptr.sh: Also test non-seekable stdin.
20938
20939 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
20940
20941         * build-aux/bootstrap (source_base, m4_base)
20942         (doc_base, tests_base): New variables.
20943         (gnulib_tool_options): Do not hardcode base directories, use
20944         the above variables instead.
20945
20946 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
20947
20948         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
20949
20950 2008-02-28  Bruno Haible  <bruno@clisp.org>
20951
20952         * modules/freadptr-tests: New file.
20953         * tests/test-freadptr.sh: New file.
20954         * tests/test-freadptr.c: New file.
20955
20956         New module 'freadptr'.
20957         * modules/freadptr: New file.
20958         * lib/freadptr.h: New file.
20959         * lib/freadptr.c: New file.
20960         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
20961
20962 2008-02-26  Karl Berry  <karl@freefriends.org>
20963
20964         Sync from Libtool:
20965         * libltdl/argz.c (argz_add, argz_count): New functions.
20966         * libltdl/argz.in.h: Declare them.
20967         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
20968
20969 2008-02-22  Bruno Haible  <bruno@clisp.org>
20970
20971         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
20972         is a pointer type.  Needed for HP-UX 10.
20973         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
20974         * doc/posix-functions/gmtime_r.texi: Likewise.
20975         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
20976
20977 2008-02-24  Bruno Haible  <bruno@clisp.org>
20978
20979         * modules/environ-tests: New file.
20980         * tests/test-environ.c: New file.
20981
20982         New module 'environ'.
20983         * modules/environ: New file.
20984         * lib/unistd.in.h (environ): New declaration.
20985         * m4/environ.m4: New file.
20986         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
20987         after use.
20988         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
20989         HAVE_DECL_ENVIRON.
20990         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
20991         HAVE_DECL_ENVIRON.
20992         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
20993         wrong claim that 'environ' is missing on some systems.
20994         * modules/execute (Depends-on): Add environ.
20995         * lib/execute.c (environ): Remove fallback declaration.
20996         * modules/pipe (Depends-on): Add environ.
20997         * lib/pipe.c (environ): Remove fallback declaration.
20998         * modules/setenv (Depends-on): Add environ.
20999         * lib/setenv.c (environ): Remove fallback declaration.
21000         * modules/unsetenv (Depends-on): Add environ.
21001         * lib/unsetenv.c (environ): Remove fallback declaration.
21002         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
21003         m4/environ.m4.
21004         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
21005         (gl_PREREQ_UNSETENV): Likewise.
21006
21007 2008-02-24  Bruno Haible  <bruno@clisp.org>
21008
21009         * doc/posix-functions/environ.texi: Document the MacOS X problem.
21010
21011 2008-02-20  Bob Proulx  <bob@proulx.com>
21012
21013         Enable use of older two part flavor 'git describe'.
21014         * build-aux/git-version-gen: If using the older two part flavor of
21015         git version then recreate the third part now present in the
21016         newer three part flavor of git describe.
21017
21018 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
21019
21020         * lib/fts.c (fts_build): Typo correction to comment.
21021
21022 2008-02-17  Bruno Haible  <bruno@clisp.org>
21023
21024         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
21025         generating no-op conflicts.
21026
21027 2008-02-17  Bruno Haible  <bruno@clisp.org>
21028
21029         Speed up by 10%.
21030         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
21031         result_entries, rather than an index-based loop.
21032
21033 2008-02-17  Bruno Haible  <bruno@clisp.org>
21034
21035         Speed up by 25%.
21036         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
21037         'hashcode_cached'.
21038         (entry_create): New function.
21039         (entry_hashcode): Use the cached hashcode if possible.
21040         (read_changelog_file, try_split_merged_entry): Use entry_create.
21041
21042 2008-02-17  Bruno Haible  <bruno@clisp.org>
21043
21044         Speed up from O(n^2) to O(n) for long ChangeLog files.
21045         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
21046         (read_changelog_file): Change implementation of entries_reversed list
21047         to rbtreehash.
21048         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
21049
21050 2008-02-17  Bruno Haible  <bruno@clisp.org>
21051
21052         New option --split-merged-entry.
21053         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
21054         (find_paragraph_end, try_split_merged_entry): New functions.
21055         (long_options): Add option --split-merged-entry.
21056         (usage): Document option --split-merged-entry.
21057         (main): Implement option --split-merged-entry.
21058         Reported by Eric Blake.
21059
21060 2008-02-17  Bruno Haible  <bruno@clisp.org>
21061
21062         * lib/git-merge-changelog.c: Include c-strstr.h.
21063         (main): Support the "git pull --rebase" situation.
21064         * modules/git-merge-changelog (Depends-on): Add c-strstr.
21065         Reported by Eric Blake.
21066
21067 2008-02-16  Eric Blake  <ebb9@byu.net>
21068
21069         Avoid doubling \ in common case of "c-maybe" quoting style.
21070         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
21071         eliding outer quotes.
21072         * lib/quotearg.h: Document this.
21073         * tests/test-quotearg.c (result_strings, inputs, results_g)
21074         (flag_results, locale_results): Test it by adding a new string to
21075         each test group.
21076         (compare_strings): Test new string.
21077
21078 2008-02-13  Eric Blake  <ebb9@byu.net>
21079
21080         Avoid trigraph quoting in default output.
21081         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
21082         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
21083         unless explicitly requested.
21084         * tests/test-quotearg.c (flag_results, main): Add additional tests.
21085
21086 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
21087
21088         Don't rely on signed integer overflowing to negative value.
21089         * lib/getugroups.c (getugroups): Include <limits.h>.
21090         Instead, compare against INT_MAX, and increment only if the test passes.
21091
21092 2008-02-13  Jim Meyering  <meyering@redhat.com>
21093         and Eric Blake  <ebb9@byu.net>
21094
21095         Avoid shadowing warning and compile errors on Linux.
21096         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
21097         forwarding macros on Linux.
21098         (dcgettext): Define a stub, for Linux.
21099         (results_g, main): Avoid warnings.
21100
21101 2008-02-12  Eric Blake  <ebb9@byu.net>
21102
21103         Silence warning in last patch.
21104         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
21105
21106         Quotearg part 4: add tests, fix c-maybe colon quoting.
21107         * lib/quotearg.h: Improve documentation.
21108         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
21109         escapes when adding outer quotes.  When quoting trigraphs, use
21110         valid C notation.  When quoting NUL, omit extra characters if next
21111         character is not digit.  Alter prototype.
21112         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
21113         callers.
21114         * modules/quotearg-tests: New module.
21115         * tests/test-quotearg.c: New test.
21116
21117 2008-02-07  Eric Blake  <ebb9@byu.net>
21118
21119         Quotearg part 3: add flag to control outer quote elision.
21120         * lib/quotearg.h (c_maybe_quoting_style): New style.
21121         (enum quoting_flags): Better documentation of flags.
21122         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
21123         c-maybe style.
21124         (quotearg_buffer_restyled): Handle new flag to elide outer
21125         quotes.
21126
21127         Quotearg part 2: add flag that can control NUL elision.
21128         * lib/quotearg.h (set_quoting_flags): New prototype.
21129         * lib/quotearg.c (struct quoting_options): Add flag field.
21130         (set_quoting_flags): New function.
21131         (quotearg_buffer_restyled): Add flags parameter.
21132         (quotearg_alloc_mem): Set the flag if length cannot be returned.
21133         (quotearg_n_options): Set the flag, since length cannot be
21134         returned.
21135         (quoting_options_from_style): Default flags correctly.
21136
21137         Quotearg part 1: more wrappers, restore quotearg_char state.
21138         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
21139         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
21140         (quotearg_colon_mem): New wrappers.
21141         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
21142         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
21143         functions.
21144         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
21145         (quotearg_colon_mem): New functions.
21146
21147 2008-02-11  Bruno Haible  <bruno@clisp.org>
21148
21149         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
21150         library in the current directory: it does not work with parallel make.
21151         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21152
21153 2008-02-11  Bruno Haible  <bruno@clisp.org>
21154
21155         * .gitattributes: New file.
21156
21157 2008-02-11  Jim Meyering  <meyering@redhat.com>
21158
21159         useless-if-before-free: Fix reversed exit values.
21160         * build-aux/useless-if-before-free: Use correct values
21161         for EXIT_MATCH and EXIT_NO_MATCH.
21162
21163         * build-aux/useless-if-before-free: Close stdout carefully.
21164
21165 2008-02-10  Bruno Haible  <bruno@clisp.org>
21166
21167         New module 'git-merge-changelog'.
21168         * modules/git-merge-changelog: New file.
21169         * lib/git-merge-changelog.c: New file.
21170
21171 2008-02-10  Jim Meyering  <meyering@redhat.com>
21172
21173         useless-if-before-free: New option: --list (-l).
21174
21175         useless-if-before-free: Don't exit immediately upon open failure.
21176         * build-aux/useless-if-before-free: Exit 2 for errors.
21177         Upon failure to open a file, don't exit immediately.
21178         Rather, just warn and continue with any remaining files.
21179
21180 2008-02-10  Bruno Haible  <bruno@clisp.org>
21181
21182         New abstract list operation 'node_set_value'.
21183         * lib/gl_list.h (gl_list_node_set_value): New function.
21184         (struct gl_list_implementation): New field node_set_value.
21185         * lib/gl_list.c (gl_list_node_set_value): New function.
21186         * lib/gl_array_list.c (gl_array_node_set_value): New function.
21187         (gl_array_list_implementation): Update.
21188         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
21189         (gl_carray_list_implementation): Update.
21190         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
21191         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21192         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21193         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
21194         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21195         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21196         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21197         Update.
21198         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
21199         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
21200         (gl_sublist_list_implementation): Update.
21201
21202 2008-02-10  Bruno Haible  <bruno@clisp.org>
21203
21204         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
21205         Needed when ELEMENT is #defined to 'some_type *'.
21206
21207 2008-02-10  Jim Meyering  <meyering@redhat.com>
21208
21209         New script and module: useless-if-before-free
21210         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
21211         * build-aux/useless-if-before-free: New file.
21212         * modules/useless-if-before-free: New file.
21213
21214         * build-aux/gitlog-to-changelog: Use committer date, not author date.
21215
21216         xstrtol_error: Fix typo.
21217         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
21218         s/exit_failure/exit_status/.
21219
21220 2008-02-09  Jim Meyering  <meyering@redhat.com>
21221
21222         New script and module: gitlog-to-changelog
21223         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
21224         * modules/gitlog-to-changelog: New file.
21225         * build-aux/gitlog-to-changelog: New file.
21226
21227 2008-02-08  Jim Meyering  <meyering@redhat.com>
21228
21229         Avoid two "parameter unused" warnings.
21230         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
21231         Mark "st" as used.
21232
21233         Use "git COMMAND", not "git-COMMAND".
21234         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
21235         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
21236         * build-aux/git-version-gen: Use "git status", not "git-status".
21237
21238 2008-02-07  Bruno Haible  <bruno@clisp.org>
21239
21240         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
21241         Avoids a crash on Windows Vista.
21242         Reported by Adam Strzelecki <ono@java.pl> via
21243         Simon Josefsson <simon@josefsson.org>.
21244
21245 2008-02-06  Bruno Haible  <bruno@clisp.org>
21246
21247         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
21248         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
21249         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
21250         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
21251         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
21252         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21253         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
21254         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
21255         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21256         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21257         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21258         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21259         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21260         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21261         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21262         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
21263         left-adjust flag.
21264         * tests/test-snprintf-posix.h (test_function): Likewise.
21265         * tests/test-sprintf-posix.h (test_function): Likewise.
21266         * tests/test-vasprintf-posix.c (test_function): Likewise.
21267         * doc/posix-functions/fprintf.texi: Update.
21268         * doc/posix-functions/printf.texi: Update.
21269         * doc/posix-functions/snprintf.texi: Update.
21270         * doc/posix-functions/sprintf.texi: Update.
21271         * doc/posix-functions/vfprintf.texi: Update.
21272         * doc/posix-functions/vprintf.texi: Update.
21273         * doc/posix-functions/vsnprintf.texi: Update.
21274         * doc/posix-functions/vsprintf.texi: Update.
21275         Reported by Peter Fales <psfales@alcatel-lucent.com>.
21276
21277 2008-02-06  Bruno Haible  <bruno@clisp.org>
21278
21279         Fix bug introduced on 2008-01-26.
21280         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
21281
21282 2008-02-06  Bruno Haible  <bruno@clisp.org>
21283
21284         Fix bug introduced on 2007-06-10.
21285         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
21286         !NEED_PRINTF_FLAG_ZERO.
21287
21288 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
21289
21290         getloadavg: use libperfstat on AIX5
21291         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
21292
21293 2008-02-03  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/diffseq.h: Add comments about required #includes.
21296         Reported by Michael Biggs <gnulib@doubleplum.net>.
21297
21298 2008-02-01  Bruno Haible  <bruno@clisp.org>
21299
21300         * users.txt: Add gnuit.
21301
21302 2008-01-31  Bruno Haible  <bruno@clisp.org>
21303
21304         * lib/md4.c (set_uint32): Mark as inline.
21305         * lib/md5.c (set_uint32): Likewise.
21306         * lib/sha1.c (set_uint32): Likewise.
21307         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
21308         * m4/md5.m4 (gl_MD5): Likewise.
21309         * m4/sha1.m4 (gl_SHA1): Likewise.
21310
21311 2008-01-31  Jim Meyering  <meyering@redhat.com>
21312
21313         Use "sizeof VAR", rather than a literal "4".
21314         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
21315         * lib/md4.c (md4_read_ctx): Likewise.
21316         * lib/sha1.c (sha1_read_ctx): Likewise.
21317
21318 2008-01-31  Simon Josefsson  <simon@josefsson.org>
21319
21320         * tests/test-sha1.c: New file, based on test-md5.c.
21321
21322         * modules/crypto/sha1-tests: New file.
21323
21324 2008-01-31  Simon Josefsson  <simon@josefsson.org>
21325
21326         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
21327
21328 2008-01-31  Jim Meyering  <meyering@redhat.com>
21329
21330         Prefer "sizeof v" over the equivalent "4".
21331         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
21332         * lib/md5.c (set_uint32): Likewise.
21333         * lib/sha1.c (set_uint32): Likewise.
21334
21335 2008-01-31  Simon Josefsson  <simon@josefsson.org>
21336
21337         * lib/sha1.c (set_uint32): Mark function as static.
21338
21339 2008-01-31  Simon Josefsson  <simon@josefsson.org>
21340
21341         md2: clarify comments to say that alignment is not required.
21342         * lib/md2.h: Remove warning about alignment in comment.
21343         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
21344         never been required.
21345
21346 2008-01-31  Simon Josefsson  <simon@josefsson.org>
21347
21348         md4: adapt alignment constraint fix from sha1.
21349         * lib/md4.c (set_uint32): New function, from sha1.c
21350         (md4_read_ctx): Use it.
21351         (md4_finish_ctx): Doc fix.
21352         * lib/md4.h: Doc fix.
21353
21354 2008-01-31  Simon Josefsson  <simon@josefsson.org>
21355
21356         md5: adapt alignment constraint fix from sha1.
21357         * lib/md5.c (set_uint32): New function, from sha1.c
21358         (md5_read_ctx): Use it.
21359         (md5_finish_ctx): Doc fix.
21360         * lib/md5.h: Doc fix.
21361
21362 2008-01-30  Peter Palfrader  <weasel@debian.org>
21363
21364         sha1: remove the result buffer alignment constraint
21365         * lib/sha1.c (set_uint32): New function.
21366         (sha1_read_ctx): Rewrite to remove the result buffer alignment
21367         constraint.
21368         (sha1_finish_ctx): Remove comment warning about alignment constraint.
21369         * lib/sha1.h: Likewise.
21370
21371 2008-01-30  Andreas Schwab  <schwab@suse.de>
21372             Bruno Haible  <bruno@clisp.org>
21373
21374         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
21375         correct definition of LDBL_MIN_EXP.
21376
21377 2008-01-30  Karl Berry  <karl@gnu.org>
21378
21379         * config/srclist-update: try to preserve x bit on updates.
21380         * config/srclistvars.sh: update for karl.
21381
21382 2008-01-29  Jim Meyering  <meyering@redhat.com>
21383
21384         vasnprintf.c: Avoid warning about unused label
21385         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
21386         "overflow" label definition and associated code with the
21387         same cpp condition that guards the sole use of that label.
21388
21389 2008-01-26  Bruno Haible  <bruno@clisp.org>
21390
21391         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
21392         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
21393         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
21394         * lib/isnanl-nolibm.h (isnanl): Likewise.
21395         Reported by Paul Eggert <eggert@cs.ucla.edu>.
21396
21397 2008-01-26  Bruno Haible  <bruno@clisp.org>
21398
21399         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
21400         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
21401
21402 2008-01-26  Bruno Haible  <bruno@clisp.org>
21403
21404         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
21405         GCC >= 4.0 built-in.
21406         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
21407
21408 2008-01-26  Bruno Haible  <bruno@clisp.org>
21409
21410         Rename isnan, applicable to 'double' only, to isnand.
21411         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
21412         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
21413         (configure.ac): Update.
21414         (Include): Replace "isnan.h" with "isnand.h".
21415         * m4/isnand.m4: Renamed from m4/isnan.m4.
21416         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
21417         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
21418         instead of isnan.c.
21419         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
21420         instead of HAVE_ISNAN_IN_LIBC.
21421         (isnand): Renamed from isnan.
21422         * lib/isnand.c: New file.
21423         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
21424         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
21425         (Makefile.am): Update.
21426         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
21427         Include isnand.h instead of isnan.h.
21428         (main): Test isnand instead of isnan.
21429         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
21430         isnan-nolibm.
21431         * modules/frexp (Depends-on): Likewise.
21432         * modules/frexp-tests (Depends-on): Likewise.
21433         * modules/frexp-nolibm (Depends-on): Likewise.
21434         * modules/frexp-nolibm-tests (Depends-on): Likewise.
21435         * modules/isfinite (Depends-on): Likewise.
21436         * modules/round-tests (Depends-on): Likewise.
21437         * modules/signbit (Depends-on): Likewise.
21438         * modules/signbit-tests (Depends-on): Likewise.
21439         * modules/snprintf-posix (Depends-on): Likewise.
21440         * modules/sprintf-posix (Depends-on): Likewise.
21441         * modules/trunc-tests (Depends-on): Likewise.
21442         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
21443         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
21444         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
21445         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
21446         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
21447         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
21448         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
21449         * modules/vasnprintf-posix (Depends-on): Likewise.
21450         * modules/vasprintf-posix (Depends-on): Likewise.
21451         * modules/vfprintf-posix (Depends-on): Likewise.
21452         * modules/vsnprintf-posix (Depends-on): Likewise.
21453         * modules/vsprintf-posix (Depends-on): Likewise.
21454         * lib/frexp.c: Include isnand.h instead of isnan.h.
21455         (ISNAN): Set to isnand instead of isnan.
21456         * lib/isfinite.c: Include isnand.h instead of isnan.h.
21457         (gl_isfinited): Use isnand instead of isnan.
21458         * lib/signbitd.c: Include isnand.h instead of isnan.h.
21459         (gl_signbitd): Use isnand instead of isnan.
21460         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
21461         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
21462         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
21463         (main): Use isnand instead of isnan.
21464         * tests/test-round1.c: Include isnand.h.
21465         (main): Use isnand instead of isnan.
21466         * tests/test-round2.c: Include isnand.h instead of isnan.h.
21467         (ISNAN): Set to isnand instead of isnan.
21468         * tests/test-trunc1.c: Include isnand.h.
21469         (main): Use isnand instead of isnan.
21470         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
21471         (equal): Use isnand instead of isnan.
21472         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
21473         isnand-nolibm.
21474         * NEWS: Mention the change.
21475
21476 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
21477             Bruno Haible  <bruno@clisp.org>
21478
21479         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
21480         the GCC builtins for signbits are present and set
21481         REPLACE_SIGNBIT_USING_GCC if so.
21482         * lib/math.in.h (signbit): Define using GCC builtins if
21483         REPLACE_SIGNBIT_USING_GCC is set.
21484         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
21485         REPLACE_SIGNBIT_USING_GCC.
21486         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
21487
21488 2008-01-25  Jim Meyering  <meyering@redhat.com>
21489
21490         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
21491         * lib/poll.c: Include <config.h>, not "config.h".
21492         * tests/test-getaddrinfo.c: Likewise.
21493
21494 2008-01-25  Simon Josefsson  <simon@josefsson.org>
21495
21496         * modules/sockets-tests: New file.
21497
21498 2008-01-24  Simon Josefsson  <simon@josefsson.org>
21499
21500         * modules/sockets: New module, can be used to call WSA_Startup and
21501         WSA_Cleanup when needed.
21502
21503         * lib/sockets.h, lib/sockets.c: New files.
21504
21505         * m4/sockets.m4: New file.
21506
21507         * tests/test-sockets.c: New file.
21508
21509 2008-01-19  Bruno Haible  <bruno@clisp.org>
21510
21511         * doc/posix-headers: Renamed from doc/headers.
21512         * doc/posix-functions: Renamed from doc/functions.
21513         * doc/gnulib.texi: Update.
21514
21515 2008-01-19  Bruno Haible  <bruno@clisp.org>
21516
21517         * doc/glibc-functions/strcasestr.texi: Include contents of
21518         doc/functions/strcasestr.texi, fixing the list of platforms.
21519         * doc/functions/strcasestr.texi: Remove file.
21520
21521 2008-01-19  Bruno Haible  <bruno@clisp.org>
21522
21523         * doc/glibc-functions/memmem.texi: Include contents of
21524         doc/functions/memmem.texi.
21525         * doc/functions/memmem.texi: Remove file.
21526
21527 2008-01-18  Bruno Haible  <bruno@clisp.org>
21528
21529         * doc/glibc-functions/*.texi: New files.
21530         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
21531         to use the new files.
21532
21533 2008-01-17  Bruno Haible  <bruno@clisp.org>
21534
21535         * tests/test-gethostname.c (main): Fix printf statement.
21536
21537 2008-01-17  Simon Josefsson  <simon@josefsson.org>
21538
21539         * modules/gethostname-tests: New file.
21540
21541         * tests/test-gethostname.c: New file.
21542
21543 2008-01-17  Simon Josefsson  <simon@josefsson.org>
21544
21545         * lib/gethostname.c: Include string.h unconditionally, strncpy is
21546         used by the UNAME case.  Reported by Bruno Haible
21547         <bruno@clisp.org>.
21548
21549 2008-01-17  Eric Blake  <ebb9@byu.net>
21550
21551         Convert c-strcasestr to be more efficient.
21552         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
21553         (Depends-on): Add c-strcase, remove malloca, strnlen.
21554         * tests/test-c-strcasestr.c (main): Enhance test.
21555         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
21556
21557 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21558
21559         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
21560         Use it in creating po/Makevars.
21561
21562 2008-01-15  Simon Josefsson  <simon@josefsson.org>
21563
21564         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
21565         Applications that requires it should initialize libgcrypt
21566         manually.
21567
21568 2008-01-16  Simon Josefsson  <simon@josefsson.org>
21569
21570         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
21571
21572 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
21573
21574         Fix problem with getdate on mingw32 reported by Simon Josefsson
21575         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
21576         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
21577         tzname", when deciding whether to declare tzname.
21578         * lib/strftime.c (tzname): Likewise.
21579
21580 2008-01-15  Bruno Haible  <bruno@clisp.org>
21581
21582         Work around a MacOS X 10.5 bug in frexpl().
21583         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
21584         * doc/functions/frexpl.texi: Document the bug.
21585         Reported by Elias Pipping <pipping@gentoo.org>.
21586
21587 2008-01-14  Eric Blake  <ebb9@byu.net>
21588
21589         Touch up previous patch.
21590         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
21591         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
21592
21593         Convert strcasestr module to use Two-Way algorithm.
21594         * modules/strcasestr-simple: New module, based on the old
21595         strcasestr, but with Two-Way rather than KMP.
21596         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
21597         * lib/string.in.h (rpl_strcasestr): Declare.
21598         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
21599         performance.
21600         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
21601         * modules/string (Makefile.am): Support strcasestr.
21602         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
21603         * modules/strcasestr-tests (Depends-on): Check for alarm.
21604         * tests/test-strcasestr.c: Augment test.
21605         * lib/str-two-way.h: Clean up stray macro.
21606         * NEWS: Document new module.
21607         * MODULES.html.sh (string handling): Likewise.
21608         * doc/functions/strcasestr.texi: New file.
21609         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
21610         here, since it is not a POSIX function.
21611
21612 2008-01-14  Colin Watson  <cjwatson@debian.org>
21613             Bruno Haible  <bruno@clisp.org>
21614
21615         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
21616         works fine; if not, set REPLACE_STRSIGNAL.
21617         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
21618         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21619         REPLACE_STRSIGNAL.
21620         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
21621         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
21622         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
21623
21624 2008-01-14  Bruno Haible  <bruno@clisp.org>
21625
21626         * modules/strsignal (Include): Change to <string.h>.
21627
21628 2008-01-14  Colin Watson  <cjwatson@debian.org>
21629
21630         * modules/argp (Notice): Add a notice recommending to change
21631         XGETTEXT_OPTIONS.
21632         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
21633
21634 2008-01-13  Colin Watson  <cjwatson@debian.org>
21635
21636         * modules/strsignal-tests: New file.
21637         * tests/test-strsignal.c: New file.
21638
21639         * lib/strsignal.c: New file, from glibc with modifications.
21640         * lib/siglist.h: New file, from glibc with modifications.
21641         * lib/string.in.h (strsignal): New declaration.
21642         * m4/strsignal.m4: New file.
21643         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21644         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
21645         * modules/strsignal: New file.
21646         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
21647         HAVE_DECL_STRSIGNAL.
21648
21649 2008-01-13  Bruno Haible  <bruno@clisp.org>
21650
21651         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
21652         locale encoding is not ASCII. Needed for OpenBSD 4.0.
21653         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
21654         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
21655
21656 2008-01-13  Bruno Haible  <bruno@clisp.org>
21657
21658         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
21659         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
21660         * lib/argp.h (__attribute__): Likewise.
21661         * lib/c-stack.c (__attribute__): Likewise.
21662         * lib/error.h (__attribute__): Likewise.
21663         * lib/fts.c (__attribute__): Likewise.
21664         * lib/openat.h (__attribute__): Likewise.
21665         * lib/stdio.in.h (__attribute__): Likewise.
21666         * lib/string.in.h (__attribute__): Likewise.
21667         * lib/utimens.c (__attribute__): Likewise.
21668         * lib/vasnprintf.h (__attribute__): Likewise.
21669         * lib/xalloc.h (__attribute__): Likewise.
21670         * lib/xprintf.h (__attribute__): Likewise.
21671         * lib/xstrtol.h (__attribute__): Likewise.
21672         * lib/xvasprintf.h (__attribute__): Likewise.
21673
21674 2008-01-12  Bruno Haible  <bruno@clisp.org>
21675
21676         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
21677         * doc/glibc-headers/a.out.texi: New file.
21678         * doc/glibc-headers/aliases.texi: New file.
21679         * doc/glibc-headers/alloca.texi: New file.
21680         * doc/glibc-headers/ar.texi: New file.
21681         * doc/glibc-headers/argp.texi: New file.
21682         * doc/glibc-headers/argz.texi: New file.
21683         * doc/glibc-headers/byteswap.texi: New file.
21684         * doc/glibc-headers/crypt.texi: New file.
21685         * doc/glibc-headers/endian.texi: New file.
21686         * doc/glibc-headers/envz.texi: New file.
21687         * doc/glibc-headers/err.texi: New file.
21688         * doc/glibc-headers/error.texi: New file.
21689         * doc/glibc-headers/execinfo.texi: New file.
21690         * doc/glibc-headers/fpu_control.texi: New file.
21691         * doc/glibc-headers/fstab.texi: New file.
21692         * doc/glibc-headers/fts.texi: New file.
21693         * doc/glibc-headers/getopt.texi: New file.
21694         * doc/glibc-headers/ieee754.texi: New file.
21695         * doc/glibc-headers/ifaddrs.texi: New file.
21696         * doc/glibc-headers/libintl.texi: New file.
21697         * doc/glibc-headers/mcheck.texi: New file.
21698         * doc/glibc-headers/mntent.texi: New file.
21699         * doc/glibc-headers/obstack.texi: New file.
21700         * doc/glibc-headers/paths.texi: New file.
21701         * doc/glibc-headers/printf.texi: New file.
21702         * doc/glibc-headers/pty.texi: New file.
21703         * doc/glibc-headers/resolv.texi: New file.
21704         * doc/glibc-headers/shadow.texi: New file.
21705         * doc/glibc-headers/sysexits.texi: New file.
21706         * doc/glibc-headers/ttyent.texi: New file.
21707
21708 2008-01-12  Jim Meyering  <meyering@redhat.com>
21709
21710         announce-gen: emit Gnulib's git-based version string.
21711         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
21712         New option --gnulib-version=V, where V is expected to be
21713         the output of running git describe in the gnulib directory.
21714         (get_tool_versions): Request feedback on xdelta.  I suspect it's
21715         not useful, and plan to stop publishing an xdelta file with each
21716         coreutils release.
21717
21718         * build-aux/announce-gen: Also check for lzma-compressed files.
21719
21720 2008-01-11  Bruno Haible  <bruno@clisp.org>
21721
21722         * tests/test-memmem.c (main): Increase maximum allowed time.
21723         * tests/test-strstr.c (main): Likewise.
21724
21725 2008-01-11  Bruno Haible  <bruno@clisp.org>
21726
21727         * doc/functions/memmem.texi: Add more precisions about platforms.
21728         * doc/functions/strstr.texi: Likewise.
21729
21730 2008-01-10  Eric Blake  <ebb9@byu.net>
21731
21732         * m4/strstr.m4: Delete cruft from copy-n-paste.
21733         Reported by Bruno Haible.
21734
21735 2008-01-10  Bruno Haible  <bruno@clisp.org>
21736
21737         Make c-strstr rely on strstr.
21738         * lib/c-strstr.c: Don't include str-kmp.h.
21739         (c_strstr): Define in terms of strstr.
21740         * modules/c-strstr (Files): Remove lib/str-kmp.h.
21741         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
21742
21743 2008-01-10  Bruno Haible  <bruno@clisp.org>
21744
21745         * doc/gnulib.texi (String Functions in C Locale): New section.
21746         * doc/c-ctype.texi: New file.
21747         * doc/c-strcase.texi: New file.
21748         * doc/c-strcaseeq.texi: New file.
21749         * doc/c-strcasestr.texi: New file.
21750         * doc/c-strstr.texi: New file.
21751         * doc/c-strtod.texi: New file.
21752         * doc/c-strtold.texi: New file.
21753
21754 2008-01-10  Eric Blake  <ebb9@byu.net>
21755
21756         * lib/relocatable.h: Fix a comment.
21757
21758 2008-01-10  Eric Blake  <ebb9@byu.net>
21759
21760         Share two-way algorithm.
21761         * lib/str-two-way.h: New file, merged from...
21762         * lib/memmem.c: ...here...
21763         * lib/strstr.c: ...and here.
21764         * modules/memmem (Files): Use it.
21765         * modules/strstr (Files): Likewise.
21766
21767         Avoid quadratic strstr implementations.
21768         * lib/strstr.c: New file.
21769         * m4/strstr.m4: Likewise.
21770         * modules/strstr: Likewise.
21771         * modules/strstr-tests: Likewise.
21772         * tests/test-strstr.c: Likewise.
21773         * lib/string.in.h (rpl_strstr): Declare.
21774         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
21775         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
21776         * modules/string (Makefile.am): Likewise.
21777         * MODULES.html.sh (string handling): Mention new module.
21778         * doc/functions/strstr.texi (strstr): Document the bug.
21779
21780 2008-01-10  Bruno Haible  <bruno@clisp.org>
21781
21782         * lib/relocatable.h (relocate): State whether result is freshly
21783         allocated or not.
21784         * lib/relocatable.c (relocate): Return a freshly allocated string
21785         instead of a pointer to a privately held string.
21786         Reported by Sylvain Beucler <beuc@gnu.org>.
21787
21788 2008-01-10  Colin Watson  <cjwatson@debian.org>
21789
21790         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
21791         s/S_ISNLK/S_ISLNK/.
21792
21793 2008-01-09  Bruno Haible  <bruno@clisp.org>
21794
21795         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
21796         and other files.
21797         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
21798         if it's only a guess.
21799         * modules/memmem: Simplify by depending on memmem-simple.
21800
21801 2008-01-09  Bruno Haible  <bruno@clisp.org>
21802
21803         Work around OpenBSD 4.0 tdelete() bug.
21804         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
21805         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
21806         macros and don't redefine the enum values.
21807         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
21808         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
21809         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
21810
21811 2008-01-09  Bruno Haible  <bruno@clisp.org>
21812
21813         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
21814         (main): Don't perform the tests if setlocale did not install a UTF-8
21815         locale. Needed on OpenBSD 4.0.
21816         * modules/wcwidth-tests (Depends-on): Add localcharset.
21817
21818 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21819
21820         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
21821         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
21822         * NEWS: announce this.
21823         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
21824
21825 2008-01-09  Simon Josefsson  <simon@josefsson.org>
21826         and Eric Blake  <ebb9@byu.net>
21827
21828         Add memmem-simple module.
21829         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
21830         (gl_FUNC_MEMMEM): Separate performance from presence checks.
21831         * modules/memmem-simple: New file.
21832         * modules/memmem (Description): Tweak.
21833         * MODULES.html.sh (string handling): Mention new module.
21834         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
21835         addressed by memmem-simple.
21836         * NEWS: Document the difference.
21837
21838 2008-01-09  Eric Blake  <ebb9@byu.net>
21839
21840         Give gcc some memmem optimization hints.
21841         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
21842         (strcasestr): Declare as pure.
21843         * modules/memmem (Maintainer): Claim my implementation.
21844
21845 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21846
21847         Support AIX 6.1 and higher.
21848         * build-aux/config.libpath: Likewise.
21849         * build-aux/config.rpath: Likewise.
21850
21851 2008-01-08  Jim Meyering  <meyering@redhat.com>
21852             Bruno Haible  <bruno@clisp.org>
21853
21854         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
21855         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
21856         Reported by Peter Fales in
21857         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
21858
21859 2008-01-08  Bruno Haible  <bruno@clisp.org>
21860
21861         * modules/unictype/category-of (Depends-on): Add
21862         unictype/category-none.
21863         * modules/unictype/category-and-tests (Depends-on): Add
21864         unictype/category-{L,N,Lu,Nd}.
21865         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
21866         * modules/unictype/category-or-tests (Depends-on): Add
21867         unictype/category-{L,N}.
21868         * modules/unictype/category-name-tests (Depends-on): Add
21869         unictype/category-{Z,Nl}.
21870         Reported by Simon Josefsson.
21871
21872 2008-01-08  Bruno Haible  <bruno@clisp.org>
21873
21874         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
21875         convention better.
21876         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
21877         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
21878         Reported by Peter Miller <millerp@canb.auug.org.au>.
21879
21880 2008-01-08  Eric Blake  <ebb9@byu.net>
21881
21882         Rewrite memmem to guarantee linear complexity without malloc.
21883         * lib/memmem.c (memmem): Use Two-Way rather than
21884         Knuth-Morris-Pratt, to allow O(1) space usage.
21885         (critical_factorization, two_way_short_needle)
21886         (two_way_long_needle): New functions.
21887         (knuth_morris_pratt): Delete.
21888         * modules/memmem (Depends-on): No longer need malloca or stdbool.
21889         Add stdint.
21890         * tests/test-memmem.c (main): Add tests for periodic needle and
21891         sublinear performance.
21892         * doc/functions/memmem.texi (memmem): Document other deficiencies
21893         in cygwin and older glibc.
21894
21895 2008-01-08  Bruno Haible  <bruno@clisp.org>
21896
21897         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
21898         augmentation.
21899
21900 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
21901
21902         Add a configure time option: --disable-acl.
21903         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
21904         AC_ARG_ENABLE(acl).
21905
21906 2008-01-06  Simon Josefsson  <simon@josefsson.org>
21907
21908         * tests/test-localename.c: Don't include obsolete "setenv.h".
21909
21910         * modules/localename-tests (Depends-on): Need unsetenv.
21911
21912 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21913
21914         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
21915
21916 2008-01-06  Colin Watson  <cjwatson@debian.org>
21917
21918         * users.txt: Add man-db.
21919
21920 2008-01-07  Bruno Haible  <bruno@clisp.org>
21921
21922         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
21923         previous section name.
21924
21925 2008-01-07  Bruno Haible  <bruno@clisp.org>
21926
21927         * lib/progname.c (set_program_name): Don't strip off a leading
21928         "lt-" prefix outside a .libs directory.
21929         Suggested by Paul Eggert.
21930
21931 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
21932             Bruno Haible  <bruno@clisp.org>
21933
21934         Improve memory cleanup in 'relocatable' module.
21935         * lib/relocatable.h (compute_curr_prefix): Change return type to
21936         'char *'.
21937         * lib/relocatable.c (compute_curr_prefix): Change return type to
21938         'char *'. Free curr_installdir after use.
21939         (relocate): Free curr_prefix_better after use.
21940         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
21941
21942 2008-01-01  Bruno Haible  <bruno@clisp.org>
21943
21944         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
21945         failure on older glibc systems.
21946         Reported by Peter Fales <psfales@alcatel-lucent.com>.
21947
21948 2008-01-05  Eric Blake  <ebb9@byu.net>
21949
21950         Avoid quadratic system memmem.
21951         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
21952         Reported by Ralf Wildenhues.
21953
21954         Fix memmem test for mingw.
21955         * modules/memmem-tests (configure.ac): Check for alarm.
21956         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
21957         it.
21958         * doc/functions/memmem.texi: New file.
21959         * doc/gnulib.texi (Function Substitutes): Add memmem.
21960         Reported by Bruno Haible.
21961
21962 2008-01-04  Bruno Haible  <bruno@clisp.org>
21963
21964         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
21965         Require gl_HEADER_STRINGS_H_DEFAULTS, not
21966         gl_HEADER_STRING_H_DEFAULTS.
21967
21968 2008-01-04  Eric Blake  <ebb9@byu.net>
21969
21970         Shorten duration of memmem test.
21971         * tests/test-memmem.c (main): Use alarm to declare failure if test
21972         is taking too long.
21973         Reported by Ralf Wildenhues.
21974
21975 2007-12-21  Simon Josefsson  <simon@josefsson.org>
21976
21977         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
21978         string, needed by strerror.
21979
21980 2008-01-03  Colin Watson  <cjwatson@debian.org>
21981             Bruno Haible  <bruno@clisp.org>
21982
21983         * doc/gnulib-tool.texi (Localization): New section.
21984
21985 2008-01-02  Bruno Haible  <bruno@clisp.org>
21986
21987         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
21988         variables to 'unsigned char *' type.
21989         Reported by Paul Eggert.
21990
21991 2008-01-02  Jim Meyering  <jim@meyering.net>
21992
21993         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
21994
21995 2007-12-31  Jim Meyering  <jim@meyering.net>
21996
21997         Avoid use of private FTS type name.
21998         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
21999
22000 2007-12-30  Karl Berry  <karl@gnu.org>
22001
22002         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
22003         work around defect in Texinfo and/or the standalone Info browser.
22004
22005 2007-12-30  Bruno Haible  <bruno@clisp.org>
22006
22007         Unify 5 copies of the KMP code.
22008         * lib/str-kmp.h: New file.
22009         * lib/c-strcasestr.c: Include str-kmp.h.
22010         (knuth_morris_pratt): Remove function.
22011         (c_strcasestr): Update.
22012         * lib/c-strstr.c: Include str-kmp.h.
22013         (knuth_morris_pratt): Remove function.
22014         (c_strcasestr): Update.
22015         * lib/mbscasestr.c: Include str-kmp.h.
22016         (knuth_morris_pratt_unibyte): Remove function.
22017         * lib/mbsstr.c: Include str-kmp.h.
22018         (knuth_morris_pratt_unibyte): Remove function.
22019         * lib/strcasestr.c: Include str-kmp.h.
22020         (knuth_morris_pratt): Remove function.
22021         (strcasestr): Update.
22022         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
22023         * modules/c-strstr (Files): Likewise.
22024         * modules/mbscasestr (Files): Likewise.
22025         * modules/mbsstr (Files): Likewise.
22026         * modules/strcasestr (Files): Likewise.
22027         Suggested by Paul Eggert.
22028
22029 2007-12-30  Bruno Haible  <bruno@clisp.org>
22030
22031         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
22032         defined.
22033
22034 2007-12-30  Bruno Haible  <bruno@clisp.org>
22035
22036         * lib/xmalloca.h: Include xalloc.h.
22037         (xnmalloca): New macro.
22038
22039 2007-12-30  Bruno Haible  <bruno@clisp.org>
22040
22041         * lib/malloca.h (nmalloca): New macro.
22042         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
22043         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
22044         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
22045         knuth_morris_pratt_multibyte): Likewise.
22046         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
22047         knuth_morris_pratt_multibyte): Likewise.
22048         * lib/memmem.c (knuth_morris_pratt): Likewise.
22049         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
22050
22051 2007-12-25  Bruno Haible  <bruno@clisp.org>
22052
22053         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
22054         * lib/glob.c: Don't include openat.h.
22055         (link_exists2_p): Add back the code that deals with the
22056         !GLOB_ALTDIRFUNC case.
22057         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
22058         let it do the filename concatenation.
22059         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
22060         * modules/glob (Depends-on): Remove openat.
22061
22062 2007-12-31  Bruno Haible  <bruno@clisp.org>
22063
22064         * modules/dirfd (License): Change to LGPLv2+.
22065         Approved by Jim Meyering.
22066
22067 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
22068
22069         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
22070         when multiplying M by sizeof (size_t).
22071
22072 2007-12-10  Martin Lambers  <marlam@marlam.de>
22073
22074         Override getpagesize on mingw.
22075         * lib/getpagesize.c: New file.
22076         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
22077         * modules/getpagesize (Files): Add lib/getpagesize.c.
22078         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
22079         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22080         REPLACE_GETPAGESIZE.
22081         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
22082
22083 2007-12-25  Bruno Haible  <bruno@clisp.org>
22084
22085         * modules/localcharset (Notice): New field.
22086         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
22087         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
22088
22089 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22090             Bruno Haible  <bruno@clisp.org>
22091
22092         Avoid using the syntax symbol() in formatted documentation.
22093         * MODULES.html.sh (func_module): When replacing symbol() with a
22094         hyperlink, remove the parentheses. Show an error if some remain.
22095         Recognize and render the '...' syntax.
22096         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
22097         Rework. Add paragraph about GCC's inlining.
22098         * doc/alloca.texi: Likewise.
22099         * doc/error.texi: Remove parentheses from symbol reference.
22100         * doc/gnulib-intro.texi: Likewise.
22101         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
22102         * modules/fnmatch (Description): Reword to say "the ... function".
22103         * modules/full-read (Description): Likewise.
22104         * modules/full-write (Description): Likewise.
22105         * modules/safe-read (Description): Likewise.
22106         * modules/safe-write (Description): Likewise.
22107         * modules/strchrnul (Description): Likewise.
22108         * modules/trim (Description): Likewise.
22109         * modules/error (Description): Remove parentheses from symbol
22110         references.
22111         * modules/verror (Description): Likewise.
22112         Reported by Karl Berry.
22113
22114 2007-12-25  Bruno Haible  <bruno@clisp.org>
22115
22116         Fixup after 2007-10-16 commit.
22117         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
22118
22119 2007-12-24  Bruno Haible  <bruno@clisp.org>
22120
22121         Make --enable-relocatable work with DESTDIR.
22122         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
22123         to compute installdir from destprog.
22124         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
22125         also set the RELOC_DESTDIR variable.
22126         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
22127
22128 2007-12-24  Bruno Haible  <bruno@clisp.org>
22129
22130         Fix link error due to xalloc_die().
22131         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
22132         of xreadlink.
22133         * lib/relocwrapper.c: Update comments.
22134         * build-aux/install-reloc: Remove xreadlink.c from file list.
22135         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
22136         xreadlink.c.
22137         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
22138
22139 2007-12-24  Bruno Haible  <bruno@clisp.org>
22140
22141         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
22142         * lib/setenv.h: Remove file.
22143         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
22144         lib/setenv.h.
22145         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
22146         (Depends-on): Add stdlib.
22147         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
22148         gl_FUNC_UNSETENV.
22149         (Include): Replace setenv.h with <stdlib.h>.
22150         * modules/unsetenv: New file.
22151         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
22152         * lib/unsetenv.c: Include <stdlib.h> first.
22153         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
22154         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
22155         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
22156         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
22157         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
22158         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
22159         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
22160         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
22161         * doc/functions/unsetenv.texi: Update.
22162         * modules/xsetenv (Depends-on): Add unsetenv.
22163         * modules/getdate (Depends-on): Likewise.
22164         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
22165         * lib/xsetenv.c: Don't include setenv.h.
22166         * lib/getdate.y: Likewise.
22167         * lib/relocwrapper.c: Likewise.
22168         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
22169         (Depends-on): Add stdlib.
22170         * NEWS: Mention the changes.
22171         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
22172
22173 2007-12-23  Bruno Haible  <bruno@clisp.org>
22174
22175         * lib/memmem.c (memmem): Use lowercase variable names. Tab
22176         indentation.
22177
22178 2007-12-23  Bruno Haible  <bruno@clisp.org>
22179
22180         * lib/c-strcasestr.c: Add more comments.
22181         * lib/c-strstr.c: Likewise.
22182         * lib/mbscasestr.c: Likewise.
22183         * lib/mbsstr.c: Likewise.
22184         * lib/strcasestr.c: Likewise.
22185         * lib/memmem.c: Likewise.
22186
22187 2007-12-23  Bruno Haible  <bruno@clisp.org>
22188
22189         * tests/test-memmem.c: Include <string.h> first.
22190
22191 2007-12-22  Bruno Haible  <bruno@clisp.org>
22192
22193         * gnulib-tool (func_create_testdir): Change $auxdir while generating
22194         the contents of $testsbase.
22195         Reported by Ralf Wildenhues.
22196
22197 2007-12-22  Bruno Haible  <bruno@clisp.org>
22198
22199         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
22200         two variables local_ldadd_before, local_ldadd_last.
22201
22202 2007-12-20  Eric Blake  <ebb9@byu.net>
22203
22204         Work around circular library issue when cross-compiling.
22205         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
22206         that progname.o does not need to pull in rpl_memcmp.
22207
22208 2007-12-19  Eric Blake  <ebb9@byu.net>
22209
22210         Fix memmem to avoid O(n^2) worst-case complexity.
22211         * lib/memmem.c (knuth_morris_pratt): New function.
22212         (memmem): Use it if first few naive iterations fail.
22213         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
22214         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
22215         * modules/memchr (License): Likewise.
22216         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
22217         malloca.
22218         * tests/test-memmem.c: Rewrite, borrowing ideas from
22219         test-mbsstr1.c; the old version wouldn't even compile!
22220         * modules/memmem-tests: New file.
22221         * lib/string.in.h (rpl_memmem): Add declaration.
22222         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
22223         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
22224         REPLACE_MEMMEM.
22225
22226 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22227
22228         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
22229         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
22230         before any system include files, and undef after them all.  This
22231         should fix a problem on VMS reported by John E. Malmberg in
22232         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
22233
22234 2007-12-17  Eric Blake  <ebb9@byu.net>
22235
22236         Revert addition of verify, for BSD/OS.
22237         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
22238         can't handle large files, for the sake of obsolete platforms.
22239         * modules/fseeko (Depends-on): Remove verify.
22240         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
22241         * doc/functions/ftello.texi (ftello): Likewise.
22242         * doc/functions/fgetpos.texi (fgetpos): Likewise.
22243         Reported by Larry Jones.
22244
22245 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
22246
22247         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
22248         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
22249
22250 2007-12-17  Jim Meyering  <meyering@redhat.com>
22251
22252         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
22253         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
22254         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
22255         * modules/getcwd (Depends-on): Add openat.
22256         Reported by Petr Salinger.
22257
22258 2007-12-17  Bruno Haible  <bruno@clisp.org>
22259
22260         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
22261         avoid a segmentation fault of the configure test on x86_64 systems.
22262
22263 2007-12-15  Jim Meyering  <meyering@redhat.com>
22264
22265         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
22266
22267 2007-12-13  Eric Blake  <ebb9@byu.net>
22268
22269         Another fseek test.
22270         * tests/test-fseek.c (main): Also test ungetc handling.
22271         * tests/test-fseeko.c (main): Likewise.
22272         * modules/fseeko (Depends-on): Add verify.
22273         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
22274         large.
22275         Reported by Larry Jones.
22276
22277         Fix fseeko on mingw.
22278         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
22279         seek.
22280
22281         Beef up fseek tests.
22282         * tests/test-fseek.c (main): Also test eof handling.
22283         * tests/test-fseeko.c (main): Likewise.
22284         Reported by Larry Jones.
22285
22286 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
22287
22288         Fix fseeko on BSD-based platforms.
22289         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
22290         successful seek.
22291
22292 2007-12-12  Eric Blake  <ebb9@byu.net>
22293
22294         Allow circular dependency of separate libtests.a
22295         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
22296         when use_libtests.
22297
22298 2007-12-11  Eric Blake  <ebb9@byu.net>
22299
22300         Fix bug with -0.0L in previous patch.
22301         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
22302         * tests/test-isnan.c (main): Also test on zeroes.
22303         * tests/test-isnanf.c (main): Likewise.
22304         * tests/test-isnanl.h (main): Likewise.
22305
22306         Detect pseudo-denormals on x86 even when cross-compiling.
22307         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
22308         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
22309         invalid bit patterns that happen to satisfy ==.
22310
22311         Avoid link failures with separate libtests.a.
22312         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
22313         last, to satisfy circular dependencies.
22314
22315 2007-12-11  Eric Blake  <ebb9@byu.net>
22316         and Bruno Haible  <bruno@clisp.org>
22317
22318         Fix OpenBSD 4.0 <float.h> handling of long double.
22319         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
22320         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
22321         * doc/headers/float.texi (float.h): Document OpenBSD bug.
22322
22323 2007-12-11  Jim Meyering  <meyering@redhat.com>
22324
22325         * users.txt: Add libvirt.
22326
22327         Support versions of autoconf prior to 2.59c.
22328         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
22329         if it is not already defined.
22330
22331 2007-12-09  Bruno Haible  <bruno@clisp.org>
22332
22333         Let 'gnulib-tool --import' collect sources needed for the tests in
22334         tests/ rather than in lib/.
22335         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
22336         argument. If true, add rules to generate libtests.a, and put libtests.a
22337         into $(LDADD). Consider source files in subdirectories and set
22338         uses_subdirs.
22339         (func_emit_initmacro_start, func_emit_initmacro_end,
22340         func_emit_initmacro_done): Pass all arguments explicitly.
22341         (func_import): Determine two module lists main_modules,
22342         testsrelated_modules. Determine use_libtests. Determine two variables
22343         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
22344         instead of just sed_transform_lib_file. Determine two variables
22345         main_files and testsrelated_files. Compute 'files' as the union of
22346         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
22347         func_add_or_update. In the generated gnulib-comp.m4, collect the
22348         object files for tests/ in different variables than those for lib/.
22349         Substitute LIBTESTS_LIBDEPS.
22350         (func_create_testdir): Combine the uses_subdirs results from
22351         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
22352
22353 2007-12-09  Bruno Haible  <bruno@clisp.org>
22354
22355         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
22356         the build-aux directory.
22357
22358 2007-12-09  Bruno Haible  <bruno@clisp.org>
22359
22360         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
22361         introduced on 2006-09-09.
22362
22363 2007-12-07  Jim Meyering  <meyering@redhat.com>
22364
22365         Let these macros work also with autoconf-2.59.
22366         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
22367         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
22368         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
22369
22370 2007-12-06  Jim Meyering  <meyering@redhat.com>
22371
22372         Avoid a configure-time syntax error in gl_FUNC_ACL.
22373         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
22374         function in each branch, before testing the cache variable.
22375
22376 2007-12-04  Eric Blake  <ebb9@byu.net>
22377
22378         Make scripts executable.
22379         * build-aux/config.guess: Add execute permissions.
22380         * build-aux/config.sub: Likewise.
22381         * build-aux/gendocs.sh: Likewise.
22382
22383         Fix frexp on mingw.
22384         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
22385         cross-compiling.
22386         * doc/functions/frexp.texi (frexp): Document the bug.
22387
22388         Make cygwin fseeko check more reliable.
22389         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
22390         version numbers, rather than unrelated feature check.
22391         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
22392         * doc/functions/ftello.texi (ftello): Likewise.
22393         Reported by Bruno Haible.
22394
22395         * m4/strerror.m4: Bump version number.
22396
22397 2007-12-03  Bruno Haible  <bruno@clisp.org>
22398
22399         * doc/functions/mprotect.texi: Mention the mingw problem.
22400
22401 2007-12-03  Eric Blake  <ebb9@byu.net>
22402
22403         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
22404         REPLACE_STRERROR is initialized before this macro.
22405
22406 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22407
22408         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
22409         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
22410         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
22411         put -lsec in even for programs other than 'ls'.  This fixes a problem
22412         for gettext reported by Bruno Haible in
22413         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
22414         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
22415         Add support for Solaris 10.  This isn't efficient, but should get the
22416         job done for now.
22417
22418 2007-12-03  James Youngman  <jay@gnu.org>
22419
22420         * doc/regexprops-generic.texi: change "an close-group" to "a
22421         close-group" and "illegal" to "not allowed".
22422
22423 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22424
22425         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
22426         pr_byname.h. Needed for the rare case when the maintainer has done
22427         "make maintainer-clean" in the source directory and then attempts a
22428         build outside the source directory.
22429         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
22430         scripts_byname.h.
22431
22432 2007-12-02  Martin Lambers <marlam@marlam.de>
22433             Bruno Haible  <bruno@clisp.org>
22434
22435         * lib/getpagesize.h: Remove file.
22436         * lib/unistd.in.h: Include declaration of getpagesize here.
22437         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
22438         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
22439         HAVE_SYS_PARAM_H.
22440         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
22441         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
22442         * modules/getpagesize (Files): Remove lib/getpagesize.h.
22443         (Depends-on): Add unistd.
22444         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22445         (Include): Use <unistd.h> instead of getpagesize.h.
22446         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
22447         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
22448         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
22449         gl_GETPAGESIZE invocation, already handled by module dependency.
22450         * lib/pagealign_alloc.c: Don't include getpagesize.h.
22451
22452 2007-12-02  Bruno Haible  <bruno@clisp.org>
22453
22454         * modules/strings-tests: New file.
22455         * tests/test-strings.c: New file.
22456
22457         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
22458         * lib/strings.in.h: New file.
22459         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
22460         * m4/strings_h.m4: New file.
22461         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
22462         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
22463         * modules/strings: New file.
22464         * modules/string (Makefile.am): Update.
22465         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
22466         Reported by Karl Berry.
22467
22468 2007-12-01  Eric Blake  <ebb9@byu.net>
22469
22470         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
22471         accomodate fix in cygwin 1.5.25.
22472
22473 2007-12-01  Jim Meyering  <meyering@redhat.com>
22474
22475         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
22476         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
22477         that would inhibit utf8-optimization of a regexp containing line-
22478         or buffer-anchors, e.g., `^', `$'.
22479
22480 2007-11-30  Bruno Haible  <bruno@clisp.org>
22481
22482         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
22483         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
22484         glthread_recursive_lock_init.
22485         * lib/lock.c (glthread_recursive_lock_init)
22486         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
22487         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22488
22489 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
22490
22491         New function qset_acl, like set_acl but with syscall semantics.
22492         * lib/acl.h (qset_acl): New decl.
22493         * lib/acl.c (qset_acl): New function.
22494         (set_acl): Use new function.  Use more-consistent diagnostics.
22495
22496 2007-11-28  Jim Meyering  <meyering@redhat.com>
22497
22498         * modules/physmem (License): Change from GPL to LGPLv2+.
22499
22500 2007-11-26  Bruno Haible  <bruno@clisp.org>
22501
22502         * lib/vasnprintf.c (decode_long_double): Don't abort if the
22503         'long double' type has excess precision.
22504         Reported by Jim Meyering in
22505         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
22506
22507 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22508
22509         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
22510         Sync from <http://gnu.org/licenses>.
22511         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
22512         with license text from same location.
22513         * doc/maintain.texi, doc/standards.texi:  Sync from
22514         <http://savannah.gnu.org/projects/gnustandards>.
22515
22516 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
22517         and Jim Meyering  <meyering@redhat.com>
22518
22519         Adjust getdate' grammar to accept a slightly more regular language.
22520         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
22521         Before, the former was rejected.
22522         * lib/getdate.y (digits_to_date_time): New function, factored
22523         out of ...
22524         (number): ...here.  Just call digits_to_date_time.
22525         (hybrid): New non-terminal to handle an <unsigned number,
22526         signed relative offset> sequence consistently.
22527
22528 2007-11-18  Jim Meyering  <meyering@redhat.com>
22529
22530         Pull my changes from coreutils:
22531         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
22532         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
22533         use of $gnulib_tool_option_extras, so that it's separated from the
22534         preceding argument.
22535
22536         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
22537         * build-aux/bootstrap (cp_mark_as_generated): Create any required
22538         parent destination directories before copying a file into place.
22539
22540 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
22541
22542         bootstrap: work also with 4-argument variant of AC_INIT
22543         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
22544
22545 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22546
22547         Port test-getaddrinfo to Solaris.
22548         Problem reported by Bruno Haible in
22549         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
22550         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
22551         explanation of setting 'hints'.
22552         Don't reject an implementation merely because it returns EAI_SERVICE.
22553         (EAI_SERVICE): Define to 0 if not defined.
22554
22555 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
22556
22557         The license of gnu-make and posix-shell is now "GPLed build tool".
22558         * modules/gnu-make (License): Likewise.
22559         * modules/posix-shell (License): Likewise.
22560
22561         New module posix-shell, for determining a POSIX shell
22562         or perhaps something that is close enough to a POSIX shell.
22563         * m4/posix-shell.m4: New file.
22564         * modules/posix-shell: New file.
22565
22566         * MODULES.html.sh: Mention new module.
22567
22568         New module gnu-make, for determining whether we're using GNU Make.
22569         * m4/gnu-make.m4: New file.
22570         * modules/gnu-make: New file.
22571         * MODULES.html.sh: Mention new module.
22572
22573 2007-11-14  Jim Meyering  <meyering@redhat.com>
22574
22575         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
22576         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
22577         use this macro to create a function _definition_.
22578         Remove useless "#undef ARGMATCH_DIE".
22579
22580 2007-11-14  Bruno Haible  <bruno@clisp.org>
22581
22582         * lib/config.charset: Update for OpenBSD 4.1.
22583         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
22584
22585 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         Document 64-bit #if problems in stdint.texi.
22588         * doc/headers/stdint.texi (stdint.h): Mention problems with
22589         64-bit-#if, and how to work around them.
22590
22591         Don't insist on 'long long int' support in the preprocessor.  It
22592         breaks too many things.  For example, PRIdMAX still uses a 'long
22593         long int' format with the latest Sun compiler, even though
22594         HAVE_LONG_LONG_INT isn't defined due to that compiler's
22595         preprocessor problem.  This causes the latest coreutils to dump
22596         core on Solaris 10 sparc with the Sun C compiler.
22597         Instead, fix the 2007-10-16 problem in a different way, by evaluating
22598         the troublesome expressions at configure-time, not at #if-time.
22599         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
22600         preprocessor.
22601         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
22602         compile-time C checks, done at 'configure'-time.
22603         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
22604         * modules/inttypes (Makefile): Substitute the new symbols that
22605         gl_INTTYPES_H now generates.
22606         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
22607
22608 2007-11-12  Bruno Haible  <bruno@clisp.org>
22609
22610         Tests for Unicode character classification functions.
22611
22612         * modules/unictype/bidicategory-byname-tests: New file.
22613         * modules/unictype/bidicategory-name-tests: New file.
22614         * modules/unictype/bidicategory-of-tests: New file.
22615         * modules/unictype/bidicategory-test-tests: New file.
22616         * modules/unictype/block-list-tests: New file.
22617         * modules/unictype/block-of-tests: New file.
22618         * modules/unictype/block-test-tests: New file.
22619         * modules/unictype/category-C-tests: New file.
22620         * modules/unictype/category-Cc-tests: New file.
22621         * modules/unictype/category-Cf-tests: New file.
22622         * modules/unictype/category-Cn-tests: New file.
22623         * modules/unictype/category-Co-tests: New file.
22624         * modules/unictype/category-Cs-tests: New file.
22625         * modules/unictype/category-L-tests: New file.
22626         * modules/unictype/category-Ll-tests: New file.
22627         * modules/unictype/category-Lm-tests: New file.
22628         * modules/unictype/category-Lo-tests: New file.
22629         * modules/unictype/category-Lt-tests: New file.
22630         * modules/unictype/category-Lu-tests: New file.
22631         * modules/unictype/category-M-tests: New file.
22632         * modules/unictype/category-Mc-tests: New file.
22633         * modules/unictype/category-Me-tests: New file.
22634         * modules/unictype/category-Mn-tests: New file.
22635         * modules/unictype/category-N-tests: New file.
22636         * modules/unictype/category-Nd-tests: New file.
22637         * modules/unictype/category-Nl-tests: New file.
22638         * modules/unictype/category-No-tests: New file.
22639         * modules/unictype/category-P-tests: New file.
22640         * modules/unictype/category-Pc-tests: New file.
22641         * modules/unictype/category-Pd-tests: New file.
22642         * modules/unictype/category-Pe-tests: New file.
22643         * modules/unictype/category-Pf-tests: New file.
22644         * modules/unictype/category-Pi-tests: New file.
22645         * modules/unictype/category-Po-tests: New file.
22646         * modules/unictype/category-Ps-tests: New file.
22647         * modules/unictype/category-S-tests: New file.
22648         * modules/unictype/category-Sc-tests: New file.
22649         * modules/unictype/category-Sk-tests: New file.
22650         * modules/unictype/category-Sm-tests: New file.
22651         * modules/unictype/category-So-tests: New file.
22652         * modules/unictype/category-Z-tests: New file.
22653         * modules/unictype/category-Zl-tests: New file.
22654         * modules/unictype/category-Zp-tests: New file.
22655         * modules/unictype/category-Zs-tests: New file.
22656         * modules/unictype/category-and-not-tests: New file.
22657         * modules/unictype/category-and-tests: New file.
22658         * modules/unictype/category-byname-tests: New file.
22659         * modules/unictype/category-name-tests: New file.
22660         * modules/unictype/category-none-tests: New file.
22661         * modules/unictype/category-of-tests: New file.
22662         * modules/unictype/category-or-tests: New file.
22663         * modules/unictype/category-test-withtable-tests: New file.
22664         * modules/unictype/combining-class-tests: New file.
22665         * modules/unictype/ctype-alnum-tests: New file.
22666         * modules/unictype/ctype-alpha-tests: New file.
22667         * modules/unictype/ctype-blank-tests: New file.
22668         * modules/unictype/ctype-cntrl-tests: New file.
22669         * modules/unictype/ctype-digit-tests: New file.
22670         * modules/unictype/ctype-graph-tests: New file.
22671         * modules/unictype/ctype-lower-tests: New file.
22672         * modules/unictype/ctype-print-tests: New file.
22673         * modules/unictype/ctype-punct-tests: New file.
22674         * modules/unictype/ctype-space-tests: New file.
22675         * modules/unictype/ctype-upper-tests: New file.
22676         * modules/unictype/ctype-xdigit-tests: New file.
22677         * modules/unictype/decimal-digit-tests: New file.
22678         * modules/unictype/digit-tests: New file.
22679         * modules/unictype/mirror-tests: New file.
22680         * modules/unictype/numeric-tests: New file.
22681         * modules/unictype/property-alphabetic-tests: New file.
22682         * modules/unictype/property-ascii-hex-digit-tests: New file.
22683         * modules/unictype/property-bidi-arabic-digit-tests: New file.
22684         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
22685         * modules/unictype/property-bidi-block-separator-tests: New file.
22686         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
22687         * modules/unictype/property-bidi-common-separator-tests: New file.
22688         * modules/unictype/property-bidi-control-tests: New file.
22689         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
22690         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
22691         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
22692         * modules/unictype/property-bidi-european-digit-tests: New file.
22693         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
22694         * modules/unictype/property-bidi-left-to-right-tests: New file.
22695         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
22696         * modules/unictype/property-bidi-other-neutral-tests: New file.
22697         * modules/unictype/property-bidi-pdf-tests: New file.
22698         * modules/unictype/property-bidi-segment-separator-tests: New file.
22699         * modules/unictype/property-bidi-whitespace-tests: New file.
22700         * modules/unictype/property-byname-tests: New file.
22701         * modules/unictype/property-combining-tests: New file.
22702         * modules/unictype/property-composite-tests: New file.
22703         * modules/unictype/property-currency-symbol-tests: New file.
22704         * modules/unictype/property-dash-tests: New file.
22705         * modules/unictype/property-decimal-digit-tests: New file.
22706         * modules/unictype/property-default-ignorable-code-point-tests: New file.
22707         * modules/unictype/property-deprecated-tests: New file.
22708         * modules/unictype/property-diacritic-tests: New file.
22709         * modules/unictype/property-extender-tests: New file.
22710         * modules/unictype/property-format-control-tests: New file.
22711         * modules/unictype/property-grapheme-base-tests: New file.
22712         * modules/unictype/property-grapheme-extend-tests: New file.
22713         * modules/unictype/property-grapheme-link-tests: New file.
22714         * modules/unictype/property-hex-digit-tests: New file.
22715         * modules/unictype/property-hyphen-tests: New file.
22716         * modules/unictype/property-id-continue-tests: New file.
22717         * modules/unictype/property-id-start-tests: New file.
22718         * modules/unictype/property-ideographic-tests: New file.
22719         * modules/unictype/property-ids-binary-operator-tests: New file.
22720         * modules/unictype/property-ids-trinary-operator-tests: New file.
22721         * modules/unictype/property-ignorable-control-tests: New file.
22722         * modules/unictype/property-iso-control-tests: New file.
22723         * modules/unictype/property-join-control-tests: New file.
22724         * modules/unictype/property-left-of-pair-tests: New file.
22725         * modules/unictype/property-line-separator-tests: New file.
22726         * modules/unictype/property-logical-order-exception-tests: New file.
22727         * modules/unictype/property-lowercase-tests: New file.
22728         * modules/unictype/property-math-tests: New file.
22729         * modules/unictype/property-non-break-tests: New file.
22730         * modules/unictype/property-not-a-character-tests: New file.
22731         * modules/unictype/property-numeric-tests: New file.
22732         * modules/unictype/property-other-alphabetic-tests: New file.
22733         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
22734         * modules/unictype/property-other-grapheme-extend-tests: New file.
22735         * modules/unictype/property-other-id-continue-tests: New file.
22736         * modules/unictype/property-other-id-start-tests: New file.
22737         * modules/unictype/property-other-lowercase-tests: New file.
22738         * modules/unictype/property-other-math-tests: New file.
22739         * modules/unictype/property-other-uppercase-tests: New file.
22740         * modules/unictype/property-paired-punctuation-tests: New file.
22741         * modules/unictype/property-paragraph-separator-tests: New file.
22742         * modules/unictype/property-pattern-syntax-tests: New file.
22743         * modules/unictype/property-pattern-white-space-tests: New file.
22744         * modules/unictype/property-private-use-tests: New file.
22745         * modules/unictype/property-punctuation-tests: New file.
22746         * modules/unictype/property-quotation-mark-tests: New file.
22747         * modules/unictype/property-radical-tests: New file.
22748         * modules/unictype/property-sentence-terminal-tests: New file.
22749         * modules/unictype/property-soft-dotted-tests: New file.
22750         * modules/unictype/property-space-tests: New file.
22751         * modules/unictype/property-terminal-punctuation-tests: New file.
22752         * modules/unictype/property-test-tests: New file.
22753         * modules/unictype/property-titlecase-tests: New file.
22754         * modules/unictype/property-unassigned-code-value-tests: New file.
22755         * modules/unictype/property-unified-ideograph-tests: New file.
22756         * modules/unictype/property-uppercase-tests: New file.
22757         * modules/unictype/property-variation-selector-tests: New file.
22758         * modules/unictype/property-white-space-tests: New file.
22759         * modules/unictype/property-xid-continue-tests: New file.
22760         * modules/unictype/property-xid-start-tests: New file.
22761         * modules/unictype/property-zero-width-tests: New file.
22762         * modules/unictype/scripts-tests: New file.
22763         * modules/unictype/syntax-c-ident-tests: New file.
22764         * modules/unictype/syntax-c-whitespace-tests: New file.
22765         * modules/unictype/syntax-java-ident-tests: New file.
22766         * modules/unictype/syntax-java-whitespace-tests: New file.
22767         * tests/unictype/test-bidi_byname.c: New file.
22768         * tests/unictype/test-bidi_name.c: New file.
22769         * tests/unictype/test-bidi_of.c: New file.
22770         * tests/unictype/test-bidi_test.c: New file.
22771         * tests/unictype/test-block_list.c: New file.
22772         * tests/unictype/test-block_of.c: New file.
22773         * tests/unictype/test-block_test.c: New file.
22774         * tests/unictype/test-categ_and.c: New file.
22775         * tests/unictype/test-categ_and_not.c: New file.
22776         * tests/unictype/test-categ_byname.c: New file.
22777         * tests/unictype/test-categ_name.c: New file.
22778         * tests/unictype/test-categ_none.c: New file.
22779         * tests/unictype/test-categ_of.c: New file.
22780         * tests/unictype/test-categ_or.c: New file.
22781         * tests/unictype/test-categ_test_withtable.c: New file.
22782         * tests/unictype/test-combining.c: New file.
22783         * tests/unictype/test-decdigit.c: New file.
22784         * tests/unictype/test-digit.c: New file.
22785         * tests/unictype/test-mirror.c: New file.
22786         * tests/unictype/test-numeric.c: New file.
22787         * tests/unictype/test-pr_byname.c: New file.
22788         * tests/unictype/test-pr_test.c: New file.
22789         * tests/unictype/test-predicate-part1.h: New file.
22790         * tests/unictype/test-predicate-part2.h: New file.
22791         * tests/unictype/test-scripts.c: New file.
22792         * tests/unictype/test-sy_c_ident.c: New file.
22793         * tests/unictype/test-sy_java_ident.c: New file.
22794
22795         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
22796         for Unicode 5.0.0.
22797         * tests/unictype/test-categ_Cc.c: Likewise.
22798         * tests/unictype/test-categ_Cf.c: Likewise.
22799         * tests/unictype/test-categ_Cn.c: Likewise.
22800         * tests/unictype/test-categ_Co.c: Likewise.
22801         * tests/unictype/test-categ_Cs.c: Likewise.
22802         * tests/unictype/test-categ_L.c: Likewise.
22803         * tests/unictype/test-categ_Ll.c: Likewise.
22804         * tests/unictype/test-categ_Lm.c: Likewise.
22805         * tests/unictype/test-categ_Lo.c: Likewise.
22806         * tests/unictype/test-categ_Lt.c: Likewise.
22807         * tests/unictype/test-categ_Lu.c: Likewise.
22808         * tests/unictype/test-categ_M.c: Likewise.
22809         * tests/unictype/test-categ_Mc.c: Likewise.
22810         * tests/unictype/test-categ_Me.c: Likewise.
22811         * tests/unictype/test-categ_Mn.c: Likewise.
22812         * tests/unictype/test-categ_N.c: Likewise.
22813         * tests/unictype/test-categ_Nd.c: Likewise.
22814         * tests/unictype/test-categ_Nl.c: Likewise.
22815         * tests/unictype/test-categ_No.c: Likewise.
22816         * tests/unictype/test-categ_P.c: Likewise.
22817         * tests/unictype/test-categ_Pc.c: Likewise.
22818         * tests/unictype/test-categ_Pd.c: Likewise.
22819         * tests/unictype/test-categ_Pe.c: Likewise.
22820         * tests/unictype/test-categ_Pf.c: Likewise.
22821         * tests/unictype/test-categ_Pi.c: Likewise.
22822         * tests/unictype/test-categ_Po.c: Likewise.
22823         * tests/unictype/test-categ_Ps.c: Likewise.
22824         * tests/unictype/test-categ_S.c: Likewise.
22825         * tests/unictype/test-categ_Sc.c: Likewise.
22826         * tests/unictype/test-categ_Sk.c: Likewise.
22827         * tests/unictype/test-categ_Sm.c: Likewise.
22828         * tests/unictype/test-categ_So.c: Likewise.
22829         * tests/unictype/test-categ_Z.c: Likewise.
22830         * tests/unictype/test-categ_Zl.c: Likewise.
22831         * tests/unictype/test-categ_Zp.c: Likewise.
22832         * tests/unictype/test-categ_Zs.c: Likewise.
22833         * tests/unictype/test-ctype_alnum.c: Likewise.
22834         * tests/unictype/test-ctype_alpha.c: Likewise.
22835         * tests/unictype/test-ctype_blank.c: Likewise.
22836         * tests/unictype/test-ctype_cntrl.c: Likewise.
22837         * tests/unictype/test-ctype_digit.c: Likewise.
22838         * tests/unictype/test-ctype_graph.c: Likewise.
22839         * tests/unictype/test-ctype_lower.c: Likewise.
22840         * tests/unictype/test-ctype_print.c: Likewise.
22841         * tests/unictype/test-ctype_punct.c: Likewise.
22842         * tests/unictype/test-ctype_space.c: Likewise.
22843         * tests/unictype/test-ctype_upper.c: Likewise.
22844         * tests/unictype/test-ctype_xdigit.c: Likewise.
22845         * tests/unictype/test-decdigit.h: Likewise.
22846         * tests/unictype/test-digit.h: Likewise.
22847         * tests/unictype/test-numeric.h: Likewise.
22848         * tests/unictype/test-pr_alphabetic.c: Likewise.
22849         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
22850         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
22851         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
22852         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
22853         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
22854         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
22855         * tests/unictype/test-pr_bidi_control.c: Likewise.
22856         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
22857         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
22858         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
22859         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
22860         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
22861         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
22862         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
22863         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
22864         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
22865         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
22866         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
22867         * tests/unictype/test-pr_combining.c: Likewise.
22868         * tests/unictype/test-pr_composite.c: Likewise.
22869         * tests/unictype/test-pr_currency_symbol.c: Likewise.
22870         * tests/unictype/test-pr_dash.c: Likewise.
22871         * tests/unictype/test-pr_decimal_digit.c: Likewise.
22872         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
22873         * tests/unictype/test-pr_deprecated.c: Likewise.
22874         * tests/unictype/test-pr_diacritic.c: Likewise.
22875         * tests/unictype/test-pr_extender.c: Likewise.
22876         * tests/unictype/test-pr_format_control.c: Likewise.
22877         * tests/unictype/test-pr_grapheme_base.c: Likewise.
22878         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
22879         * tests/unictype/test-pr_grapheme_link.c: Likewise.
22880         * tests/unictype/test-pr_hex_digit.c: Likewise.
22881         * tests/unictype/test-pr_hyphen.c: Likewise.
22882         * tests/unictype/test-pr_id_continue.c: Likewise.
22883         * tests/unictype/test-pr_id_start.c: Likewise.
22884         * tests/unictype/test-pr_ideographic.c: Likewise.
22885         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
22886         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
22887         * tests/unictype/test-pr_ignorable_control.c: Likewise.
22888         * tests/unictype/test-pr_iso_control.c: Likewise.
22889         * tests/unictype/test-pr_join_control.c: Likewise.
22890         * tests/unictype/test-pr_left_of_pair.c: Likewise.
22891         * tests/unictype/test-pr_line_separator.c: Likewise.
22892         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
22893         * tests/unictype/test-pr_lowercase.c: Likewise.
22894         * tests/unictype/test-pr_math.c: Likewise.
22895         * tests/unictype/test-pr_non_break.c: Likewise.
22896         * tests/unictype/test-pr_not_a_character.c: Likewise.
22897         * tests/unictype/test-pr_numeric.c: Likewise.
22898         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
22899         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
22900         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
22901         * tests/unictype/test-pr_other_id_continue.c: Likewise.
22902         * tests/unictype/test-pr_other_id_start.c: Likewise.
22903         * tests/unictype/test-pr_other_lowercase.c: Likewise.
22904         * tests/unictype/test-pr_other_math.c: Likewise.
22905         * tests/unictype/test-pr_other_uppercase.c: Likewise.
22906         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
22907         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
22908         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
22909         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
22910         * tests/unictype/test-pr_private_use.c: Likewise.
22911         * tests/unictype/test-pr_punctuation.c: Likewise.
22912         * tests/unictype/test-pr_quotation_mark.c: Likewise.
22913         * tests/unictype/test-pr_radical.c: Likewise.
22914         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
22915         * tests/unictype/test-pr_soft_dotted.c: Likewise.
22916         * tests/unictype/test-pr_space.c: Likewise.
22917         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
22918         * tests/unictype/test-pr_titlecase.c: Likewise.
22919         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
22920         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
22921         * tests/unictype/test-pr_uppercase.c: Likewise.
22922         * tests/unictype/test-pr_variation_selector.c: Likewise.
22923         * tests/unictype/test-pr_white_space.c: Likewise.
22924         * tests/unictype/test-pr_xid_continue.c: Likewise.
22925         * tests/unictype/test-pr_xid_start.c: Likewise.
22926         * tests/unictype/test-pr_zero_width.c: Likewise.
22927         * tests/unictype/test-sy_c_whitespace.c: Likewise.
22928         * tests/unictype/test-sy_java_whitespace.c: Likewise.
22929
22930 2007-11-12  Bruno Haible  <bruno@clisp.org>
22931
22932         Unicode character classification functions.
22933         * lib/unictype.h: New file.
22934         * modules/unictype/base: New file.
22935         * modules/unictype/category-L: New file.
22936         * modules/unictype/category-Lu: New file.
22937         * modules/unictype/category-Ll: New file.
22938         * modules/unictype/category-Lt: New file.
22939         * modules/unictype/category-Lm: New file.
22940         * modules/unictype/category-Lo: New file.
22941         * modules/unictype/category-M: New file.
22942         * modules/unictype/category-Mn: New file.
22943         * modules/unictype/category-Mc: New file.
22944         * modules/unictype/category-Me: New file.
22945         * modules/unictype/category-N: New file.
22946         * modules/unictype/category-Nd: New file.
22947         * modules/unictype/category-Nl: New file.
22948         * modules/unictype/category-No: New file.
22949         * modules/unictype/category-P: New file.
22950         * modules/unictype/category-Pc: New file.
22951         * modules/unictype/category-Pd: New file.
22952         * modules/unictype/category-Ps: New file.
22953         * modules/unictype/category-Pe: New file.
22954         * modules/unictype/category-Pi: New file.
22955         * modules/unictype/category-Pf: New file.
22956         * modules/unictype/category-Po: New file.
22957         * modules/unictype/category-S: New file.
22958         * modules/unictype/category-Sm: New file.
22959         * modules/unictype/category-Sc: New file.
22960         * modules/unictype/category-Sk: New file.
22961         * modules/unictype/category-So: New file.
22962         * modules/unictype/category-Z: New file.
22963         * modules/unictype/category-Zs: New file.
22964         * modules/unictype/category-Zl: New file.
22965         * modules/unictype/category-Zp: New file.
22966         * modules/unictype/category-C: New file.
22967         * modules/unictype/category-Cc: New file.
22968         * modules/unictype/category-Cf: New file.
22969         * modules/unictype/category-Cs: New file.
22970         * modules/unictype/category-Co: New file.
22971         * modules/unictype/category-Cn: New file.
22972         * modules/unictype/category-or: New file.
22973         * modules/unictype/category-of: New file.
22974         * modules/unictype/category-test: New file.
22975         * modules/unictype/category-test-withtable: New file.
22976         * modules/unictype/category-byname: New file.
22977         * modules/unictype/category-none: New file.
22978         * modules/unictype/category-and: New file.
22979         * modules/unictype/category-and-not: New file.
22980         * modules/unictype/category-name: New file.
22981         * modules/unictype/combining-class: New file.
22982         * modules/unictype/category-all: New file.
22983         * modules/unictype/bidicategory-all: New file.
22984         * modules/unictype/bidicategory-byname: New file.
22985         * modules/unictype/bidicategory-name: New file.
22986         * modules/unictype/bidicategory-of: New file.
22987         * modules/unictype/bidicategory-test: New file.
22988         * modules/unictype/decimal-digit: New file.
22989         * modules/unictype/digit: New file.
22990         * modules/unictype/numeric: New file.
22991         * modules/unictype/mirror: New file.
22992         * modules/unictype/property-white-space: New file.
22993         * modules/unictype/property-alphabetic: New file.
22994         * modules/unictype/property-other-alphabetic: New file.
22995         * modules/unictype/property-not-a-character: New file.
22996         * modules/unictype/property-default-ignorable-code-point: New file.
22997         * modules/unictype/property-other-default-ignorable-code-point: New
22998         file.
22999         * modules/unictype/property-deprecated: New file.
23000         * modules/unictype/property-logical-order-exception: New file.
23001         * modules/unictype/property-variation-selector: New file.
23002         * modules/unictype/property-private-use: New file.
23003         * modules/unictype/property-unassigned-code-value: New file.
23004         * modules/unictype/property-uppercase: New file.
23005         * modules/unictype/property-other-uppercase: New file.
23006         * modules/unictype/property-lowercase: New file.
23007         * modules/unictype/property-other-lowercase: New file.
23008         * modules/unictype/property-titlecase: New file.
23009         * modules/unictype/property-soft-dotted: New file.
23010         * modules/unictype/property-id-start: New file.
23011         * modules/unictype/property-other-id-start: New file.
23012         * modules/unictype/property-id-continue: New file.
23013         * modules/unictype/property-other-id-continue: New file.
23014         * modules/unictype/property-xid-start: New file.
23015         * modules/unictype/property-xid-continue: New file.
23016         * modules/unictype/property-pattern-white-space: New file.
23017         * modules/unictype/property-pattern-syntax: New file.
23018         * modules/unictype/property-join-control: New file.
23019         * modules/unictype/property-grapheme-base: New file.
23020         * modules/unictype/property-grapheme-extend: New file.
23021         * modules/unictype/property-other-grapheme-extend: New file.
23022         * modules/unictype/property-grapheme-link: New file.
23023         * modules/unictype/property-bidi-control: New file.
23024         * modules/unictype/property-bidi-left-to-right: New file.
23025         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
23026         * modules/unictype/property-bidi-arabic-right-to-left: New file.
23027         * modules/unictype/property-bidi-european-digit: New file.
23028         * modules/unictype/property-bidi-eur-num-separator: New file.
23029         * modules/unictype/property-bidi-eur-num-terminator: New file.
23030         * modules/unictype/property-bidi-arabic-digit: New file.
23031         * modules/unictype/property-bidi-common-separator: New file.
23032         * modules/unictype/property-bidi-block-separator: New file.
23033         * modules/unictype/property-bidi-segment-separator: New file.
23034         * modules/unictype/property-bidi-whitespace: New file.
23035         * modules/unictype/property-bidi-non-spacing-mark: New file.
23036         * modules/unictype/property-bidi-boundary-neutral: New file.
23037         * modules/unictype/property-bidi-pdf: New file.
23038         * modules/unictype/property-bidi-embedding-or-override: New file.
23039         * modules/unictype/property-bidi-other-neutral: New file.
23040         * modules/unictype/property-hex-digit: New file.
23041         * modules/unictype/property-ascii-hex-digit: New file.
23042         * modules/unictype/property-ideographic: New file.
23043         * modules/unictype/property-unified-ideograph: New file.
23044         * modules/unictype/property-radical: New file.
23045         * modules/unictype/property-ids-binary-operator: New file.
23046         * modules/unictype/property-ids-trinary-operator: New file.
23047         * modules/unictype/property-zero-width: New file.
23048         * modules/unictype/property-space: New file.
23049         * modules/unictype/property-non-break: New file.
23050         * modules/unictype/property-iso-control: New file.
23051         * modules/unictype/property-format-control: New file.
23052         * modules/unictype/property-dash: New file.
23053         * modules/unictype/property-hyphen: New file.
23054         * modules/unictype/property-punctuation: New file.
23055         * modules/unictype/property-line-separator: New file.
23056         * modules/unictype/property-paragraph-separator: New file.
23057         * modules/unictype/property-quotation-mark: New file.
23058         * modules/unictype/property-sentence-terminal: New file.
23059         * modules/unictype/property-terminal-punctuation: New file.
23060         * modules/unictype/property-currency-symbol: New file.
23061         * modules/unictype/property-math: New file.
23062         * modules/unictype/property-other-math: New file.
23063         * modules/unictype/property-paired-punctuation: New file.
23064         * modules/unictype/property-left-of-pair: New file.
23065         * modules/unictype/property-combining: New file.
23066         * modules/unictype/property-composite: New file.
23067         * modules/unictype/property-decimal-digit: New file.
23068         * modules/unictype/property-numeric: New file.
23069         * modules/unictype/property-diacritic: New file.
23070         * modules/unictype/property-extender: New file.
23071         * modules/unictype/property-ignorable-control: New file.
23072         * modules/unictype/property-test: New file.
23073         * modules/unictype/property-byname: New file.
23074         * modules/unictype/property-all: New file.
23075         * modules/unictype/scripts: New file.
23076         * modules/unictype/scripts-all: New file.
23077         * modules/unictype/block-of: New file.
23078         * modules/unictype/block-test: New file.
23079         * modules/unictype/block-list: New file.
23080         * modules/unictype/block-all: New file.
23081         * modules/unictype/syntax-c-whitespace: New file.
23082         * modules/unictype/syntax-java-whitespace: New file.
23083         * modules/unictype/syntax-c-ident: New file.
23084         * modules/unictype/syntax-java-ident: New file.
23085         * modules/unictype/ctype-alnum: New file.
23086         * modules/unictype/ctype-alpha: New file.
23087         * modules/unictype/ctype-cntrl: New file.
23088         * modules/unictype/ctype-digit: New file.
23089         * modules/unictype/ctype-graph: New file.
23090         * modules/unictype/ctype-lower: New file.
23091         * modules/unictype/ctype-print: New file.
23092         * modules/unictype/ctype-punct: New file.
23093         * modules/unictype/ctype-space: New file.
23094         * modules/unictype/ctype-upper: New file.
23095         * modules/unictype/ctype-xdigit: New file.
23096         * modules/unictype/ctype-blank: New file.
23097         * lib/unictype/bidi_byname.c: New file.
23098         * lib/unictype/bidi_name.c: New file.
23099         * lib/unictype/bidi_of.c: New file.
23100         * lib/unictype/bidi_test.c: New file.
23101         * lib/unictype/bitmap.h: New file.
23102         * lib/unictype/block_test.c: New file.
23103         * lib/unictype/blocks.c: New file.
23104         * lib/unictype/categ_C.c: New file.
23105         * lib/unictype/categ_Cc.c: New file.
23106         * lib/unictype/categ_Cf.c: New file.
23107         * lib/unictype/categ_Cn.c: New file.
23108         * lib/unictype/categ_Co.c: New file.
23109         * lib/unictype/categ_Cs.c: New file.
23110         * lib/unictype/categ_L.c: New file.
23111         * lib/unictype/categ_Ll.c: New file.
23112         * lib/unictype/categ_Lm.c: New file.
23113         * lib/unictype/categ_Lo.c: New file.
23114         * lib/unictype/categ_Lt.c: New file.
23115         * lib/unictype/categ_Lu.c: New file.
23116         * lib/unictype/categ_M.c: New file.
23117         * lib/unictype/categ_Mc.c: New file.
23118         * lib/unictype/categ_Me.c: New file.
23119         * lib/unictype/categ_Mn.c: New file.
23120         * lib/unictype/categ_N.c: New file.
23121         * lib/unictype/categ_Nd.c: New file.
23122         * lib/unictype/categ_Nl.c: New file.
23123         * lib/unictype/categ_No.c: New file.
23124         * lib/unictype/categ_P.c: New file.
23125         * lib/unictype/categ_Pc.c: New file.
23126         * lib/unictype/categ_Pd.c: New file.
23127         * lib/unictype/categ_Pe.c: New file.
23128         * lib/unictype/categ_Pf.c: New file.
23129         * lib/unictype/categ_Pi.c: New file.
23130         * lib/unictype/categ_Po.c: New file.
23131         * lib/unictype/categ_Ps.c: New file.
23132         * lib/unictype/categ_S.c: New file.
23133         * lib/unictype/categ_Sc.c: New file.
23134         * lib/unictype/categ_Sk.c: New file.
23135         * lib/unictype/categ_Sm.c: New file.
23136         * lib/unictype/categ_So.c: New file.
23137         * lib/unictype/categ_Z.c: New file.
23138         * lib/unictype/categ_Zl.c: New file.
23139         * lib/unictype/categ_Zp.c: New file.
23140         * lib/unictype/categ_Zs.c: New file.
23141         * lib/unictype/categ_and.c: New file.
23142         * lib/unictype/categ_and_not.c: New file.
23143         * lib/unictype/categ_byname.c: New file.
23144         * lib/unictype/categ_name.c: New file.
23145         * lib/unictype/categ_none.c: New file.
23146         * lib/unictype/categ_of.c: New file.
23147         * lib/unictype/categ_or.c: New file.
23148         * lib/unictype/categ_test.c: New file.
23149         * lib/unictype/combining.c: New file.
23150         * lib/unictype/ctype_alnum.c: New file.
23151         * lib/unictype/ctype_alpha.c: New file.
23152         * lib/unictype/ctype_blank.c: New file.
23153         * lib/unictype/ctype_cntrl.c: New file.
23154         * lib/unictype/ctype_digit.c: New file.
23155         * lib/unictype/ctype_graph.c: New file.
23156         * lib/unictype/ctype_lower.c: New file.
23157         * lib/unictype/ctype_print.c: New file.
23158         * lib/unictype/ctype_punct.c: New file.
23159         * lib/unictype/ctype_space.c: New file.
23160         * lib/unictype/ctype_upper.c: New file.
23161         * lib/unictype/ctype_xdigit.c: New file.
23162         * lib/unictype/decdigit.c: New file.
23163         * lib/unictype/digit.c: New file.
23164         * lib/unictype/identsyntaxmap.h: New file.
23165         * lib/unictype/mirror.c: New file.
23166         * lib/unictype/numeric.c: New file.
23167         * lib/unictype/pr_alphabetic.c: New file.
23168         * lib/unictype/pr_ascii_hex_digit.c: New file.
23169         * lib/unictype/pr_bidi_arabic_digit.c: New file.
23170         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
23171         * lib/unictype/pr_bidi_block_separator.c: New file.
23172         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
23173         * lib/unictype/pr_bidi_common_separator.c: New file.
23174         * lib/unictype/pr_bidi_control.c: New file.
23175         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
23176         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
23177         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
23178         * lib/unictype/pr_bidi_european_digit.c: New file.
23179         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
23180         * lib/unictype/pr_bidi_left_to_right.c: New file.
23181         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
23182         * lib/unictype/pr_bidi_other_neutral.c: New file.
23183         * lib/unictype/pr_bidi_pdf.c: New file.
23184         * lib/unictype/pr_bidi_segment_separator.c: New file.
23185         * lib/unictype/pr_bidi_whitespace.c: New file.
23186         * lib/unictype/pr_byname.c: New file.
23187         * lib/unictype/pr_byname.gperf: New file.
23188         * lib/unictype/pr_combining.c: New file.
23189         * lib/unictype/pr_composite.c: New file.
23190         * lib/unictype/pr_currency_symbol.c: New file.
23191         * lib/unictype/pr_dash.c: New file.
23192         * lib/unictype/pr_decimal_digit.c: New file.
23193         * lib/unictype/pr_default_ignorable_code_point.c: New file.
23194         * lib/unictype/pr_deprecated.c: New file.
23195         * lib/unictype/pr_diacritic.c: New file.
23196         * lib/unictype/pr_extender.c: New file.
23197         * lib/unictype/pr_format_control.c: New file.
23198         * lib/unictype/pr_grapheme_base.c: New file.
23199         * lib/unictype/pr_grapheme_extend.c: New file.
23200         * lib/unictype/pr_grapheme_link.c: New file.
23201         * lib/unictype/pr_hex_digit.c: New file.
23202         * lib/unictype/pr_hyphen.c: New file.
23203         * lib/unictype/pr_id_continue.c: New file.
23204         * lib/unictype/pr_id_start.c: New file.
23205         * lib/unictype/pr_ideographic.c: New file.
23206         * lib/unictype/pr_ids_binary_operator.c: New file.
23207         * lib/unictype/pr_ids_trinary_operator.c: New file.
23208         * lib/unictype/pr_ignorable_control.c: New file.
23209         * lib/unictype/pr_iso_control.c: New file.
23210         * lib/unictype/pr_join_control.c: New file.
23211         * lib/unictype/pr_left_of_pair.c: New file.
23212         * lib/unictype/pr_line_separator.c: New file.
23213         * lib/unictype/pr_logical_order_exception.c: New file.
23214         * lib/unictype/pr_lowercase.c: New file.
23215         * lib/unictype/pr_math.c: New file.
23216         * lib/unictype/pr_non_break.c: New file.
23217         * lib/unictype/pr_not_a_character.c: New file.
23218         * lib/unictype/pr_numeric.c: New file.
23219         * lib/unictype/pr_other_alphabetic.c: New file.
23220         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
23221         * lib/unictype/pr_other_grapheme_extend.c: New file.
23222         * lib/unictype/pr_other_id_continue.c: New file.
23223         * lib/unictype/pr_other_id_start.c: New file.
23224         * lib/unictype/pr_other_lowercase.c: New file.
23225         * lib/unictype/pr_other_math.c: New file.
23226         * lib/unictype/pr_other_uppercase.c: New file.
23227         * lib/unictype/pr_paired_punctuation.c: New file.
23228         * lib/unictype/pr_paragraph_separator.c: New file.
23229         * lib/unictype/pr_pattern_syntax.c: New file.
23230         * lib/unictype/pr_pattern_white_space.c: New file.
23231         * lib/unictype/pr_private_use.c: New file.
23232         * lib/unictype/pr_punctuation.c: New file.
23233         * lib/unictype/pr_quotation_mark.c: New file.
23234         * lib/unictype/pr_radical.c: New file.
23235         * lib/unictype/pr_sentence_terminal.c: New file.
23236         * lib/unictype/pr_soft_dotted.c: New file.
23237         * lib/unictype/pr_space.c: New file.
23238         * lib/unictype/pr_terminal_punctuation.c: New file.
23239         * lib/unictype/pr_test.c: New file.
23240         * lib/unictype/pr_titlecase.c: New file.
23241         * lib/unictype/pr_unassigned_code_value.c: New file.
23242         * lib/unictype/pr_unified_ideograph.c: New file.
23243         * lib/unictype/pr_uppercase.c: New file.
23244         * lib/unictype/pr_variation_selector.c: New file.
23245         * lib/unictype/pr_white_space.c: New file.
23246         * lib/unictype/pr_xid_continue.c: New file.
23247         * lib/unictype/pr_xid_start.c: New file.
23248         * lib/unictype/pr_zero_width.c: New file.
23249         * lib/unictype/scripts.c: New file.
23250         * lib/unictype/sy_c_ident.c: New file.
23251         * lib/unictype/sy_c_whitespace.c: New file.
23252         * lib/unictype/sy_java_ident.c: New file.
23253         * lib/unictype/sy_java_whitespace.c: New file.
23254
23255         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
23256         Unicode 5.0.0.
23257         * lib/unictype/blocks.h: Likewise.
23258         * lib/unictype/categ_C.h: Likewise.
23259         * lib/unictype/categ_Cc.h: Likewise.
23260         * lib/unictype/categ_Cf.h: Likewise.
23261         * lib/unictype/categ_Cn.h: Likewise.
23262         * lib/unictype/categ_Co.h: Likewise.
23263         * lib/unictype/categ_Cs.h: Likewise.
23264         * lib/unictype/categ_L.h: Likewise.
23265         * lib/unictype/categ_Ll.h: Likewise.
23266         * lib/unictype/categ_Lm.h: Likewise.
23267         * lib/unictype/categ_Lo.h: Likewise.
23268         * lib/unictype/categ_Lt.h: Likewise.
23269         * lib/unictype/categ_Lu.h: Likewise.
23270         * lib/unictype/categ_M.h: Likewise.
23271         * lib/unictype/categ_Mc.h: Likewise.
23272         * lib/unictype/categ_Me.h: Likewise.
23273         * lib/unictype/categ_Mn.h: Likewise.
23274         * lib/unictype/categ_N.h: Likewise.
23275         * lib/unictype/categ_Nd.h: Likewise.
23276         * lib/unictype/categ_Nl.h: Likewise.
23277         * lib/unictype/categ_No.h: Likewise.
23278         * lib/unictype/categ_P.h: Likewise.
23279         * lib/unictype/categ_Pc.h: Likewise.
23280         * lib/unictype/categ_Pd.h: Likewise.
23281         * lib/unictype/categ_Pe.h: Likewise.
23282         * lib/unictype/categ_Pf.h: Likewise.
23283         * lib/unictype/categ_Pi.h: Likewise.
23284         * lib/unictype/categ_Po.h: Likewise.
23285         * lib/unictype/categ_Ps.h: Likewise.
23286         * lib/unictype/categ_S.h: Likewise.
23287         * lib/unictype/categ_Sc.h: Likewise.
23288         * lib/unictype/categ_Sk.h: Likewise.
23289         * lib/unictype/categ_Sm.h: Likewise.
23290         * lib/unictype/categ_So.h: Likewise.
23291         * lib/unictype/categ_Z.h: Likewise.
23292         * lib/unictype/categ_Zl.h: Likewise.
23293         * lib/unictype/categ_Zp.h: Likewise.
23294         * lib/unictype/categ_Zs.h: Likewise.
23295         * lib/unictype/categ_of.h: Likewise.
23296         * lib/unictype/combining.h: Likewise.
23297         * lib/unictype/ctype_alnum.h: Likewise.
23298         * lib/unictype/ctype_alpha.h: Likewise.
23299         * lib/unictype/ctype_blank.h: Likewise.
23300         * lib/unictype/ctype_cntrl.h: Likewise.
23301         * lib/unictype/ctype_digit.h: Likewise.
23302         * lib/unictype/ctype_graph.h: Likewise.
23303         * lib/unictype/ctype_lower.h: Likewise.
23304         * lib/unictype/ctype_print.h: Likewise.
23305         * lib/unictype/ctype_punct.h: Likewise.
23306         * lib/unictype/ctype_space.h: Likewise.
23307         * lib/unictype/ctype_upper.h: Likewise.
23308         * lib/unictype/ctype_xdigit.h: Likewise.
23309         * lib/unictype/decdigit.h: Likewise.
23310         * lib/unictype/digit.h: Likewise.
23311         * lib/unictype/mirror.h: Likewise.
23312         * lib/unictype/numeric.h: Likewise.
23313         * lib/unictype/pr_alphabetic.h: Likewise.
23314         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
23315         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
23316         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
23317         * lib/unictype/pr_bidi_block_separator.h: Likewise.
23318         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
23319         * lib/unictype/pr_bidi_common_separator.h: Likewise.
23320         * lib/unictype/pr_bidi_control.h: Likewise.
23321         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
23322         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
23323         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
23324         * lib/unictype/pr_bidi_european_digit.h: Likewise.
23325         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
23326         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
23327         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
23328         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
23329         * lib/unictype/pr_bidi_pdf.h: Likewise.
23330         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
23331         * lib/unictype/pr_bidi_whitespace.h: Likewise.
23332         * lib/unictype/pr_combining.h: Likewise.
23333         * lib/unictype/pr_composite.h: Likewise.
23334         * lib/unictype/pr_currency_symbol.h: Likewise.
23335         * lib/unictype/pr_dash.h: Likewise.
23336         * lib/unictype/pr_decimal_digit.h: Likewise.
23337         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
23338         * lib/unictype/pr_deprecated.h: Likewise.
23339         * lib/unictype/pr_diacritic.h: Likewise.
23340         * lib/unictype/pr_extender.h: Likewise.
23341         * lib/unictype/pr_format_control.h: Likewise.
23342         * lib/unictype/pr_grapheme_base.h: Likewise.
23343         * lib/unictype/pr_grapheme_extend.h: Likewise.
23344         * lib/unictype/pr_grapheme_link.h: Likewise.
23345         * lib/unictype/pr_hex_digit.h: Likewise.
23346         * lib/unictype/pr_hyphen.h: Likewise.
23347         * lib/unictype/pr_id_continue.h: Likewise.
23348         * lib/unictype/pr_id_start.h: Likewise.
23349         * lib/unictype/pr_ideographic.h: Likewise.
23350         * lib/unictype/pr_ids_binary_operator.h: Likewise.
23351         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
23352         * lib/unictype/pr_ignorable_control.h: Likewise.
23353         * lib/unictype/pr_iso_control.h: Likewise.
23354         * lib/unictype/pr_join_control.h: Likewise.
23355         * lib/unictype/pr_left_of_pair.h: Likewise.
23356         * lib/unictype/pr_line_separator.h: Likewise.
23357         * lib/unictype/pr_logical_order_exception.h: Likewise.
23358         * lib/unictype/pr_lowercase.h: Likewise.
23359         * lib/unictype/pr_math.h: Likewise.
23360         * lib/unictype/pr_non_break.h: Likewise.
23361         * lib/unictype/pr_not_a_character.h: Likewise.
23362         * lib/unictype/pr_numeric.h: Likewise.
23363         * lib/unictype/pr_other_alphabetic.h: Likewise.
23364         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
23365         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
23366         * lib/unictype/pr_other_id_continue.h: Likewise.
23367         * lib/unictype/pr_other_id_start.h: Likewise.
23368         * lib/unictype/pr_other_lowercase.h: Likewise.
23369         * lib/unictype/pr_other_math.h: Likewise.
23370         * lib/unictype/pr_other_uppercase.h: Likewise.
23371         * lib/unictype/pr_paired_punctuation.h: Likewise.
23372         * lib/unictype/pr_paragraph_separator.h: Likewise.
23373         * lib/unictype/pr_pattern_syntax.h: Likewise.
23374         * lib/unictype/pr_pattern_white_space.h: Likewise.
23375         * lib/unictype/pr_private_use.h: Likewise.
23376         * lib/unictype/pr_punctuation.h: Likewise.
23377         * lib/unictype/pr_quotation_mark.h: Likewise.
23378         * lib/unictype/pr_radical.h: Likewise.
23379         * lib/unictype/pr_sentence_terminal.h: Likewise.
23380         * lib/unictype/pr_soft_dotted.h: Likewise.
23381         * lib/unictype/pr_space.h: Likewise.
23382         * lib/unictype/pr_terminal_punctuation.h: Likewise.
23383         * lib/unictype/pr_titlecase.h: Likewise.
23384         * lib/unictype/pr_unassigned_code_value.h: Likewise.
23385         * lib/unictype/pr_unified_ideograph.h: Likewise.
23386         * lib/unictype/pr_uppercase.h: Likewise.
23387         * lib/unictype/pr_variation_selector.h: Likewise.
23388         * lib/unictype/pr_white_space.h: Likewise.
23389         * lib/unictype/pr_xid_continue.h: Likewise.
23390         * lib/unictype/pr_xid_start.h: Likewise.
23391         * lib/unictype/pr_zero_width.h: Likewise.
23392         * lib/unictype/scripts.h: Likewise.
23393         * lib/unictype/scripts_byname.gperf: Likewise.
23394         * lib/unictype/sy_c_ident.h: Likewise.
23395         * lib/unictype/sy_c_whitespace.h: Likewise.
23396         * lib/unictype/sy_java_ident.h: Likewise.
23397         * lib/unictype/sy_java_whitespace.h: Likewise.
23398
23399         * lib/unictype/Makefile: New file.
23400         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
23401         glibc.
23402         * lib/unictype/3level.h: New file, copied from glibc.
23403         * lib/unictype/3levelbit.h: New file.
23404
23405 2007-11-11  Bruno Haible  <bruno@clisp.org>
23406
23407         * modules/gperf: New file.
23408         * modules/iconv_open (Depends-on): Add it.
23409         (Makefile.am): Remove the GPERF definition.
23410
23411 2007-11-11  Bruno Haible  <bruno@clisp.org>
23412
23413         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
23414         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
23415
23416 2007-11-11  Bruno Haible  <bruno@clisp.org>
23417
23418         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
23419         (usage): Remove function.
23420
23421 2007-11-11  Bruno Haible  <bruno@clisp.org>
23422
23423         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
23424         gl_FUNC_CEILF_LIBS.
23425         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
23426         gl_FUNC_CEIL_LIBS.
23427         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
23428         gl_FUNC_CEILL_LIBS.
23429         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
23430         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
23431         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
23432
23433 2007-11-11  Bruno Haible  <bruno@clisp.org>
23434
23435         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
23436         roundf were declared but do not exist on functions.
23437         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
23438         roundl were declared but do not exist on functions.
23439         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
23440         HAVE_FLOORL_AND_CEILL, respectively.
23441         Needed for Sun C on Solaris 10.
23442
23443 2007-11-11  Bruno Haible  <bruno@clisp.org>
23444
23445         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
23446         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
23447         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
23448         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
23449         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
23450         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
23451         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
23452         HAVE_DECL_ROUNDF.
23453         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
23454         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
23455         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
23456         of HAVE_DECL_ROUND*.
23457         * modules/math (Makefile.am): Update.
23458
23459 2007-11-10  Bruno Haible  <bruno@clisp.org>
23460
23461         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
23462         ptrdiff_t as m4/intl.m4.
23463
23464 2007-11-10  Jim Meyering  <meyering@redhat.com>
23465
23466         Avoid link failure for the argmatch test.
23467         * tests/test-argmatch.c (usage): Define function to avoid a link
23468         failure: argmatch_die requires a usage function.
23469
23470 2007-11-09  Bruno Haible  <bruno@clisp.org>
23471
23472         * doc/functions/snprintf.texi: Mention BeOS deficiency.
23473         * doc/functions/vsnprintf.texi: Likewise.
23474         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
23475         with a size argument < 2.
23476
23477 2007-11-09  Bruno Haible  <bruno@clisp.org>
23478
23479         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
23480         buffer. Fixes an inefficiency introduced on 2007-11-03.
23481
23482 2007-11-09  Bruno Haible  <bruno@clisp.org>
23483
23484         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
23485         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
23486
23487 2007-11-08  Jim Meyering  <meyering@redhat.com>
23488
23489         Change cache variable name prefix "jm_" to "gl_" everywhere.
23490         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
23491         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
23492         * m4/uptime.m4: s/gl_/jm_/
23493
23494 2007-11-07  Bruno Haible  <bruno@clisp.org>
23495
23496         Update to GNU gettext 0.17.
23497         * m4/intl.m4: Update to GNU gettext 0.17.
23498         * m4/po.m4: Likewise.
23499         * modules/gettext (Files): Remove m4/ulonglong.m4.
23500         (configure.ac): Require gettext infrastructure from version 0.17.
23501
23502 2007-11-06  Bruno Haible  <bruno@clisp.org>
23503
23504         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
23505         symbolic values are not defined in a public header.
23506         * lib/freadable.c (freadable) [QNX]: Likewise.
23507         * lib/freadahead.c (freadahead) [QNX]: Likewise.
23508         * lib/freading.c (freading) [QNX]: Likewise.
23509         * lib/fseterr.c (fseterr) [QNX]: Likewise.
23510         * lib/fwritable.c (fwritable) [QNX]: Likewise.
23511         * lib/fwriting.c (fwriting) [QNX]: Likewise.
23512         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
23513         Reported by Alain Magloire.
23514
23515         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
23516
23517 2007-11-05  Bruno Haible  <bruno@clisp.org>
23518
23519         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
23520         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
23521         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
23522         Reported by Eric Blake.
23523
23524 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23525             Bruno Haible  <bruno@clisp.org>
23526
23527         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
23528         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
23529         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
23530         (malloc): Undefine also before including <stdlib.h>.
23531         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
23532         Needed on OSF/1 4.0.
23533
23534 2007-11-05  Jim Meyering  <meyering@redhat.com>
23535
23536         git-version-gen: sync from coreutils.
23537         * build-aux/git-version-gen: Add comments.
23538         Change the first '-' to '.' in the snapshot version string,
23539         e.g., 6.9-377-08144 -> 6.9.377-08144
23540         Remove first parameter.
23541         Don't declare a version "-dirty" merely because a time
23542         stamp has changed.
23543
23544 2007-11-04  Bruno Haible  <bruno@clisp.org>
23545
23546         * lib/lock.h: Protect all macro definitions containing an 'if'
23547         statement through a "do { ... } while (0)".
23548         * lib/tls.h: Likewise.
23549
23550 2007-11-04  Bruno Haible  <bruno@clisp.org>
23551
23552         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
23553
23554 2007-11-04  Bruno Haible  <bruno@clisp.org>
23555
23556         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
23557         * modules/fprintf-posix (Depends-on): Add nocrash.
23558         * modules/snprintf-posix (Depends-on): Likewise.
23559         * modules/sprintf-posix (Depends-on): Likewise.
23560         * modules/vasnprintf-posix (Depends-on): Likewise.
23561         * modules/vasprintf-posix (Depends-on): Likewise.
23562         * modules/vfprintf-posix (Depends-on): Likewise.
23563         * modules/vsnprintf-posix (Depends-on): Likewise.
23564         * modules/vsprintf-posix (Depends-on): Likewise.
23565         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23566         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23567         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23568         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23569         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23570         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23571         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23572
23573 2007-11-04  Bruno Haible  <bruno@clisp.org>
23574
23575         * modules/nocrash: New file.
23576         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
23577         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
23578
23579 2007-11-04  Bruno Haible  <bruno@clisp.org>
23580
23581         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
23582         precision handling.
23583         * tests/test-vasprintf-posix.c (test_function): Likewise.
23584         * tests/test-snprintf-posix.h (test_function): Likewise.
23585         * tests/test-sprintf-posix.h (test_function): Likewise.
23586
23587         Fix *printf behaviour for large precisions on mingw and BeOS.
23588         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
23589         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
23590         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
23591         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
23592         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23593         gl_PRINTF_PRECISION and test its result. Invoke
23594         gl_PREREQ_VASNPRINTF_PRECISION.
23595         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23596         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23597         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23598         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23599         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23600         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23601         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23602         * doc/functions/fprintf.texi: Update.
23603         * doc/functions/printf.texi: Update.
23604         * doc/functions/snprintf.texi: Update.
23605         * doc/functions/sprintf.texi: Update.
23606         * doc/functions/vfprintf.texi: Update.
23607         * doc/functions/vprintf.texi: Update.
23608         * doc/functions/vsnprintf.texi: Update.
23609         * doc/functions/vsprintf.texi: Update.
23610
23611 2007-11-04  Bruno Haible  <bruno@clisp.org>
23612
23613         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
23614
23615 2007-11-04  Bruno Haible  <bruno@clisp.org>
23616
23617         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
23618         Reported by Sylvain Beucler <beuc@gnu.org>.
23619
23620 2007-11-03  Bruno Haible  <bruno@clisp.org>
23621
23622         * tests/test-fprintf-posix2.sh: New file.
23623         * tests/test-fprintf-posix2.c: New file.
23624         * modules/fprintf-posix-tests (Files): Add them.
23625         (TESTS): Add test-fprintf-posix2.sh.
23626         (configure.ac): Check for getrlimit and setrlimit.
23627         (check_PROGRAMS): Add test-fprintf-posix2.
23628
23629         * tests/test-printf-posix2.sh: New file.
23630         * tests/test-printf-posix2.c: New file.
23631         * modules/printf-posix-tests (Files): Add them.
23632         (TESTS): Add test-printf-posix2.sh.
23633         (configure.ac): Check for getrlimit and setrlimit.
23634         (check_PROGRAMS): Add test-printf-posix2.
23635
23636         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
23637         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
23638         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
23639         (decode_double): New function, copied from decode_long_double.
23640         (scale10_round_decimal_decoded): New function, extracted from
23641         scale10_round_decimal_long_double.
23642         (scale10_round_decimal_long_double): Use it.
23643         (scale10_round_decimal_double): New function.
23644         (floorlog10): New function.
23645         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
23646         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
23647         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
23648         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23649         gl_PRINTF_ENOMEM and test its result. Invoke
23650         gl_PREREQ_VASNPRINTF_ENOMEM.
23651         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23652         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23653         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23654         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23655         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23656         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23657         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23658         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
23659         * modules/snprintf-posix (Depends-on): Likewise.
23660         * modules/sprintf-posix (Depends-on): Likewise.
23661         * modules/vasnprintf-posix (Depends-on): Likewise.
23662         * modules/vasprintf-posix (Depends-on): Likewise.
23663         * modules/vfprintf-posix (Depends-on): Likewise.
23664         * modules/vsnprintf-posix (Depends-on): Likewise.
23665         * modules/vsprintf-posix (Depends-on): Likewise.
23666         * doc/functions/fprintf.texi: Update.
23667         * doc/functions/printf.texi: Update.
23668         * doc/functions/snprintf.texi: Update.
23669         * doc/functions/sprintf.texi: Update.
23670         * doc/functions/vfprintf.texi: Update.
23671         * doc/functions/vprintf.texi: Update.
23672         * doc/functions/vsnprintf.texi: Update.
23673         * doc/functions/vsprintf.texi: Update.
23674
23675 2007-11-03  Bruno Haible  <bruno@clisp.org>
23676
23677         * modules/frexp-nolibm-tests: New file.
23678
23679         * modules/frexp-nolibm: New file.
23680         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
23681
23682 2007-11-03  Bruno Haible  <bruno@clisp.org>
23683
23684         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
23685         value is C99 compliant.
23686         Needed for OSF/1 5.1.
23687
23688 2007-11-03  Bruno Haible  <bruno@clisp.org>
23689
23690         Fix out-of-memory handling of vasnprintf.
23691         * lib/printf-parse.c: Include <errno.h>.
23692         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
23693         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
23694         is already set.
23695
23696 2007-11-02  Eric Blake  <ebb9@byu.net>
23697
23698         Fix tests on cygwin.
23699         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
23700
23701 2007-11-01  Bruno Haible  <bruno@clisp.org>
23702
23703         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
23704         warning.
23705         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
23706         needed for POSIX compatibility.
23707
23708 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23709
23710         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
23711         for compatibility with GNU.
23712
23713 2007-11-01  Bruno Haible  <bruno@clisp.org>
23714
23715         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
23716         (putenv): Renamed from rpl_putenv. Change argument type from
23717         'const char *' to 'char *'.
23718         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
23719         of defining putenv in config.h, just set REPLACE_PUTENV.
23720         * modules/putenv (Depends-on): Add stdlib.
23721         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23722         (Include): Use <stdlib.h>.
23723         * lib/stdlib.in.h (putenv): New declaration.
23724         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
23725         REPLACE_PUTENV.
23726         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
23727         REPLACE_PUTENV.
23728         Needed for MacOS X 10.5.0.
23729         Reported by Peter O'Gorman <peter@pogma.com>.
23730
23731 2007-11-01  Jim Meyering  <meyering@redhat.com>
23732
23733         Treat an empty date string exactly like "0".
23734         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
23735         if the remaining date string (to be parsed) is empty, use "0".
23736         Reported by Mischa Molhoek and discussed in this thread:
23737         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
23738
23739 2007-10-31  Bruno Haible  <bruno@clisp.org>
23740
23741         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
23742         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
23743         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
23744         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
23745         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
23746         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
23747
23748 2007-10-31  Bruno Haible  <bruno@clisp.org>
23749
23750         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
23751         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
23752         (AC_TYPE_LONG_LONG_INT): Use it.
23753         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
23754         it as well.
23755         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
23756         to m4/longlong.m4.
23757         * modules/stdint (Files): Remove m4/ulonglong.m4.
23758         * modules/strtoull (Files): Use m4/longlong.m4 instead of
23759         m4/ulonglong.m4.
23760         * modules/strtoumax (Files): Likewise.
23761
23762 2007-10-30  Bruno Haible  <bruno@clisp.org>
23763
23764         * modules/xvasprintf-posix: New file.
23765         Suggested by Eric Blake.
23766
23767 2007-10-30  Bruno Haible  <bruno@clisp.org>
23768
23769         * modules/xprintf-posix-tests: New file.
23770         * tests/test-xprintf-posix.sh: New file.
23771         * tests/test-xprintf-posix.c: New file.
23772         * tests/test-xfprintf-posix.c: New file.
23773
23774         * modules/xprintf-posix: New file.
23775
23776 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23777
23778         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
23779         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
23780         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
23781
23782 2007-10-29  Bruno Haible  <bruno@clisp.org>
23783
23784         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
23785         contain the special marker '_cv_'.
23786         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
23787         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
23788         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
23789         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
23790         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
23791         Reported by Ralf Wildenhues.
23792
23793 2007-10-29  Bruno Haible  <bruno@clisp.org>
23794
23795         * gnulib-tool (func_import): When --lgpl is not specified, set
23796         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
23797         GPLv3.
23798         Reported by Simon Josefsson.
23799
23800 2007-10-28  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
23803         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
23804         HAVE_DECL_ISFINITE.
23805         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
23806         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
23807         HAVE_DECL_ISFINITE.
23808
23809 2007-10-28  Bruno Haible  <bruno@clisp.org>
23810
23811         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
23812         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
23813
23814 2007-10-28  Bruno Haible  <bruno@clisp.org>
23815
23816         Fix link errors with Sun C 5.0 on Solaris 10.
23817         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
23818         function is declared but not present in the compiler's libm.
23819         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
23820         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
23821         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
23822         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
23823         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
23824         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
23825         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
23826         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
23827         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
23828         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
23829         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
23830         HAVE_DECL_FLOORL.
23831
23832 2007-10-28  Bruno Haible  <bruno@clisp.org>
23833
23834         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
23835         gl_FUNC_FLOORL. Cache the result.
23836         (gl_FUNC_FLOORL): Use it.
23837         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
23838         gl_FUNC_CEILL. Cache the result.
23839         (gl_FUNC_CEILL): Use it.
23840
23841         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
23842         gl_FUNC_FLOOR. Cache the result.
23843         (gl_FUNC_FLOOR): Use it.
23844         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
23845         gl_FUNC_CEIL. Cache the result.
23846         (gl_FUNC_CEIL): Use it.
23847
23848         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
23849         gl_FUNC_FLOORF. Cache the result.
23850         (gl_FUNC_FLOORF): Use it.
23851         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
23852         gl_FUNC_CEILF. Cache the result.
23853         (gl_FUNC_CEILF): Use it.
23854
23855 2007-10-28  Bruno Haible  <bruno@clisp.org>
23856
23857         * gnulib-tool: Allow specifying the LGPL version number through
23858         --lgpl=2 or --lgpl=3.
23859         (func_usage): Document --lgpl with argument.
23860         Handle --lgpl=... arguments.
23861         (func_import): Recognize also gl_LGPL calls with an argument. When
23862         --lgpl=2 is used and the module's license is just LGPL, report an
23863         error. Set sed_transform_lib_file according to the lgpl variable. In
23864         the generated files, use --lgpl or gl_LGPL invocations with argument,
23865         if necessary.
23866         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
23867         an LGPv2+ license.
23868         * doc/gnulib-tool.texi (Modified imports): Update explanation of
23869         gl_LGPL macro.
23870
23871 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23872             Bruno Haible  <bruno@clisp.org>
23873
23874         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
23875         (u16_uctomb_aux): Likewise.
23876         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
23877         !HAVE_INLINE.
23878         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
23879
23880 2007-10-28  Bruno Haible  <bruno@clisp.org>
23881
23882         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
23883         Invoke AM_GETTEXT_OPTION if it exists.
23884         * modules/vasprintf: Likewise.
23885         * modules/verror: Likewise.
23886         * modules/xprintf: Likewise.
23887         * modules/xvasprintf: Likewise.
23888
23889 2007-10-27  Ben Pfaff  <blp@gnu.org>
23890
23891         * lib/math.in.h: Define isfinite macro and prototypes for
23892         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
23893         implementations.
23894         * m4/math_h.m4: New substitutions for isfinite module.
23895         * lib/isfinite.c: New file.
23896         * m4/isfinite.m4: New file.
23897         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
23898         * modules/isfinite: New file.
23899         * modules/isfinite-tests: New file.
23900         * tests/tests-isfinite.c: New file.
23901         * doc/functions/isfinite.texi: Mention isfinite module.
23902         * MODULES.html.sh: Mention new module.
23903
23904 2007-10-27  Ben Pfaff  <blp@gnu.org>
23905
23906         Ralf Wildenhues reported that Tru64 4.0D declares the round
23907         functions but does not have definitions.
23908         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
23909         cannot be found in any library, set the output variable to
23910         "missing" instead of "".
23911         * m4/round.m4: Also use our substitute if we cannot find round in
23912         any library, even if it is declared.
23913         * m4/roundf.m4: Likewise for roundf.
23914         * m4/roundl.m4: Likewise for roundl.
23915         * lib/math.in.h: Undefine roundf, round, roundl before defining
23916         their replacements, to allow for hypothetical systems where these
23917         may be defined as macros but not available in libraries.
23918
23919 2007-10-27  Bruno Haible  <bruno@clisp.org>
23920
23921         * doc/gnulib.texi: Invoke @firstparagraphindent.
23922         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
23923         changes in gnulib.
23924         (Source changes): New section.
23925
23926 2007-10-26  Bruno Haible  <bruno@clisp.org>
23927
23928         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
23929         borrowed from autoconf.
23930
23931 2007-10-26  Bruno Haible  <bruno@clisp.org>
23932
23933         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
23934         strerror returned the empty string. Needed on HP-UX 11.00.
23935
23936 2007-10-24  Micah Cowan  <micah@cowan.name>
23937
23938         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
23939         * build-aux/bootstrap: Remove support for now-unnecessary option,
23940         --cvs-user, and envvars CVS_USER, CVS_RSH.
23941
23942 2007-10-24  Jim Meyering  <meyering@redhat.com>
23943
23944         Avoid diagnostics from sha1sum when there is no cached checksum.
23945         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
23946         if the po.s1 file hasn't been created yet.
23947
23948         * build-aux/bootstrap: Sync from coreutils:
23949         2007-10-24  Jim Meyering  <meyering@redhat.com>
23950         Get gnulib from the git repository, not from an obsolete cvs one.
23951         * build-aux/bootstrap: Suggestion from Micah Cowan.
23952         2007-10-04  Jim Meyering  <jim@meyering.net>
23953         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
23954         (update_po_files): Work also when there are no .po files in po/.
23955
23956 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23957
23958         * README: Append ".git" to git and cg examples.
23959         Problem reported by Benoit Sigoure.
23960
23961 2007-10-23  Micah Cowan  <micah@cowan.name>
23962
23963         * users.txt: Add wget.
23964
23965 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23966
23967         Fix linking of some unistdio tests on FreeBSD.
23968         * modules/unistdio/u16-vsnprintf-tests
23969         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
23970         * modules/unistdio/u16-vsprintf-tests
23971         (test_u16_vsnprintf1_LDADD): Likewise.
23972         * modules/unistdio/u32-vsnprintf-tests
23973         (test_u32_vsnprintf1_LDADD): Likewise.
23974         * modules/unistdio/u32-vsprintf-tests
23975         (test_u32_vsprintf1_LDADD): Likewise.
23976         * modules/unistdio/u8-vsnprintf-tests
23977         (test_u8_vsnprintf1_LDADD): Likewise.
23978         * modules/unistdio/u8-vsprintf-tests
23979         (test_u8_vsprintf1_LDADD): Likewise.
23980         * modules/unistdio/ulc-vsnprintf-tests
23981         (test_ulc_vsnprintf1_LDADD): Likewise.
23982         * modules/unistdio/ulc-vsprintf-tests
23983         (test_ulc_vsprintf1_LDADD): Likewise.
23984
23985         Fix linking of some uniconv tests on FreeBSD.
23986         * modules/uniconv/u16-conv-from-enc-tests
23987         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
23988         * modules/uniconv/u16-conv-to-enc-tests
23989         (test_u16_conv_to_enc_LDADD): Likewise.
23990         * modules/uniconv/u16-strconv-from-enc-tests
23991         (test_u16_strconv_from_enc_LDADD): Likewise.
23992         * modules/uniconv/u16-strconv-to-enc-tests
23993         (test_u16_strconv_to_enc_LDADD): Likewise.
23994         * modules/uniconv/u32-conv-from-enc-tests
23995         (test_u32_conv_from_enc_LDADD): Likewise.
23996         * modules/uniconv/u32-conv-to-enc-tests
23997         (test_u32_conv_to_enc_LDADD): Likewise.
23998         * modules/uniconv/u32-strconv-from-enc-tests
23999         (test_u32_strconv_from_enc_LDADD): Likewise.
24000         * modules/uniconv/u32-strconv-to-enc-tests
24001         (test_u32_strconv_to_enc_LDADD): Likewise.
24002         * modules/uniconv/u8-conv-from-enc-tests
24003         (test_u8_conv_from_enc_LDADD): Likewise.
24004         * modules/uniconv/u8-conv-to-enc-tests
24005         (test_u8_conv_to_enc_LDADD): Likewise.
24006         * modules/uniconv/u8-strconv-from-enc-tests
24007         (test_u8_strconv_from_enc_LDADD): Likewise.
24008         * modules/uniconv/u8-strconv-to-enc-tests
24009         (test_u8_strconv_to_enc_LDADD): Likewise.
24010
24011 2007-10-22  Bruno Haible  <bruno@clisp.org>
24012
24013         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
24014         size.
24015
24016 2007-10-22  Eric Blake  <ebb9@byu.net>
24017
24018         Tweak x*printf documentation.
24019         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
24020         variable name and comments.
24021         Suggested by Bruno Haible.
24022
24023 2007-10-22  Bruno Haible  <bruno@clisp.org>
24024
24025         * lib/acl.c (copy_acl): Fix file name in comment.
24026
24027 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24028
24029         Fix Tru64 problem with stdbool.h.
24030         * lib/stdbool.in.h (false, true):
24031         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
24032         Don't declare as an enum in this situation; it runs afoul of Tru64.
24033         Problem reported by Steven M. Schweda in
24034         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
24035
24036 2007-10-22  Eric Blake  <ebb9@byu.net>
24037
24038         Also wrap vf?printf.
24039         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
24040         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
24041         (xvprintf, xvfprintf): New functions.
24042
24043 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24044
24045         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
24046         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
24047
24048         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
24049         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
24050
24051 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24052
24053         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
24054         by Bruno Haible.
24055
24056 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24057
24058         * lib/getloadavg.c
24059         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
24060         Undef `sys' after including sys/table.h, for Tru64 4.0D.
24061
24062         * tests/test-i-ring.c: Work for C89.
24063
24064 2007-10-22  Bruno Haible  <bruno@clisp.org>
24065
24066         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
24067         -1u, in preprocessor expression, so that we don't test for the bug
24068         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
24069         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
24070
24071 2007-10-22  Eric Blake  <ebb9@byu.net>
24072
24073         * tests/test-yesno.sh: Silence stderr during test.
24074
24075 2007-10-22  Simon Josefsson  <simon@josefsson.org>
24076
24077         * modules/crypto/gc-camellia: New file.
24078
24079         * m4/gc-camellia.m4: New file.
24080
24081         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
24082
24083         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
24084
24085 2007-10-22  Simon Josefsson  <simon@josefsson.org>
24086
24087         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
24088         --help to stdout.  Reported by sms@antinode.org (Steven
24089         M. Schweda).
24090
24091 2007-10-22  Simon Josefsson  <simon@josefsson.org>
24092
24093         * users.txt: Fix link to libksba.
24094
24095 2007-10-21  Ben Pfaff  <blp@gnu.org>
24096
24097         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
24098         round.c roundf implementation that depends on floorf and ceilf to
24099         be tested unconditionally.
24100
24101 2007-10-21  Ben Pfaff  <blp@gnu.org>
24102
24103         * m4/check-libm-func.m4: Removed.
24104         * m4/check-math-lib.m4: New file.
24105         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
24106         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
24107         definition and lack of AC_LIBOBJ([roundf]).
24108         * m4/roundl.m4: Ditto, and similarly for roundl.
24109         * modules/round: Reference new m4 file.
24110         * modules/roundf: Ditto.
24111         * modules/roundl: Ditto.
24112         * tests/test-round2.c (main): Use ROUND instead of round.
24113         Bug report from Bruno Haible.
24114
24115 2007-10-21  Bruno Haible  <bruno@clisp.org>
24116
24117         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
24118         context.
24119
24120 2007-10-21  Bruno Haible  <bruno@clisp.org>
24121
24122         * tests/test-wcwidth.c (main): Allow negative result for some control
24123         characters.
24124
24125         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
24126         Needed on OSF/1 5.1.
24127
24128 2007-10-21  Bruno Haible  <bruno@clisp.org>
24129
24130         * tests/test-floorf1.c: Include isnanf.h.
24131         (main): Use isnanf() instead of isnan().
24132         * tests/test-ceilf1.c: Include isnanf.h.
24133         (main): Use isnanf() instead of isnan().
24134         * tests/test-truncf1.c: Include isnanf.h.
24135         (main): Use isnanf() instead of isnan().
24136         * tests/test-roundf1.c: Include isnanf.h.
24137         (main): Use isnanf() instead of isnan().
24138
24139 2007-10-21  Eric Blake  <ebb9@byu.net>
24140
24141         * users.txt: Update URL for m4.
24142
24143 2007-10-21  Bruno Haible  <bruno@clisp.org>
24144
24145         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
24146
24147 2007-10-21  Bruno Haible  <bruno@clisp.org>
24148
24149         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
24150         Git's management files if the CVS files are not present.
24151
24152 2007-10-20  Bruno Haible  <bruno@clisp.org>
24153
24154         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
24155         gcc-3.4.x.
24156
24157 2007-10-20  Ben Pfaff  <blp@gnu.org>
24158
24159         * lib/math.in.h: Declare round, roundf, roundl if we are providing
24160         implementations.
24161         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
24162         * lib/round.c: New file.
24163         * lib/roundf.c: New file.
24164         * lib/roundl.c: New file.
24165         * m4/round.m4: New file.
24166         * m4/roundf.m4: New file.
24167         * m4/roundl.m4: New file.
24168         * m4/check-libm-func-m4: New file.
24169         * modules/math: Replace round, roundf, roundl related @VARS@ in
24170         math.in.h.
24171         * modules/round: New file.
24172         * modules/round-tests: New file.
24173         * modules/roundf: New file.
24174         * modules/roundf-tests: New file.
24175         * modules/roundl: New file.
24176         * modules/roundl-tests: New file.
24177         * tests/test-round1.c: New file.
24178         * tests/test-round2.c: New file.
24179         * tests/test-roundf1.c: New file.
24180         * tests/test-roundf2.c: New file.
24181         * tests/test-roundl.c: New file.
24182         * doc/functions/round.texi: Mention round module.
24183         * doc/functions/roundf.texi: Mention roundf module.
24184         * doc/functions/roundl.texi: Mention roundl module.
24185         * MODULES.html.sh: Mention new modules.
24186         Thanks to Bruno Haible for suggestions.
24187
24188 2007-10-20  Jim Meyering  <meyering@redhat.com>
24189
24190         * lib/xprintf.c: Include <config.h> unconditionally.
24191
24192         Change xprintf's license to GPL.
24193         * modules/xprintf (License): s/LGPL/GPL/, since this module
24194         depends on modules (exit and exitfail) which are GPL.
24195         Suggestion from Bruno Haible.
24196
24197         xprintf fixes.
24198         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
24199         Use a clearer diagnostic.
24200         Patch from Bruno Haible.
24201
24202 2007-10-20  Bruno Haible  <bruno@clisp.org>
24203
24204         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
24205         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
24206         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24207
24208 2007-10-20  Bruno Haible  <bruno@clisp.org>
24209
24210         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
24211         precision in the comparison result > x - 1 or similar.
24212         * tests/test-ceilf2.c (correct_result_p): Likewise.
24213         * tests/test-truncf2.c (correct_result_p): Likewise.
24214         * tests/test-trunc2.c (correct_result_p): Likewise.
24215         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24216
24217 2007-10-20  Bruno Haible  <bruno@clisp.org>
24218
24219         * modules/ceil: New file.
24220         * m4/ceil.m4: New file.
24221         * doc/functions/ceil.texi: Mention the 'ceil' module.
24222
24223 2007-10-20  Bruno Haible  <bruno@clisp.org>
24224
24225         * modules/floor: New file.
24226         * m4/floor.m4: New file.
24227         * doc/functions/floor.texi: Mention the 'floor' module.
24228
24229 2007-10-20  Bruno Haible  <bruno@clisp.org>
24230
24231         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
24232         of %a.
24233         * modules/floorf-tests (Depends-on): Likewise.
24234         * modules/truncf-tests (Depends-on): Likewise.
24235         * modules/trunc-tests (Depends-on): Likewise.
24236         Reported by Ben Pfaff.
24237
24238 2007-10-19  Jim Meyering  <meyering@redhat.com>
24239
24240         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
24241         Don't bother testing specific errno values.  Just test ferror.
24242
24243         New module: xprintf
24244         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
24245
24246 2007-10-19  Bruno Haible  <bruno@clisp.org>
24247
24248         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
24249         syntax.
24250         * modules/javaexec (Makefile.am): Likewise.
24251         * modules/relocatable-prog (Makefile.am): Likewise.
24252         Suggested by Jim Meyering.
24253
24254 2007-10-18  Bruno Haible  <bruno@clisp.org>
24255
24256         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
24257         Reported by Jim Meyering.
24258
24259 2007-10-18  Eric Blake  <ebb9@byu.net>
24260
24261         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
24262
24263 2007-10-18  Bruno Haible  <bruno@clisp.org>
24264
24265         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
24266         the format string into writable memory. Needed in Fortify conditions.
24267
24268 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
24269             Bruno Haible  <bruno@clisp.org>
24270
24271         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
24272         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
24273         * modules/trim (Depends-on): Add mbchar.
24274         (configure.ac): Add gl_FUNC_MBRTOWC.
24275         (Makefile.am): Augment lib_SOURCES.
24276
24277 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24278
24279         Modify glob.c to use fstatat and dirfd, to simplify it.
24280         Suggested by Eric Blake.
24281         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
24282         Don't include <stdbool.h>; not used.
24283         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
24284         (link_exists_p): Simplify implementation, since we can now assume
24285         dirfd and fstatat.
24286         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
24287
24288 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24289
24290         * gnulib-tool (func_get_dependencies): Fix sed script to
24291         match only tests.
24292
24293 2007-10-17  Bruno Haible  <bruno@clisp.org>
24294
24295         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
24296         allow locale names without encoding suffix.
24297         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
24298         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
24299
24300 2007-10-16  Bruno Haible  <bruno@clisp.org>
24301
24302         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
24303         * lib/getgroups.c (getgroups): Likewise.
24304         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
24305
24306 2007-10-16  Bruno Haible  <bruno@clisp.org>
24307
24308         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
24309         * modules/malloc-posix (License): Likewise.
24310         * modules/realloc-posix (License): Likewise.
24311         * modules/calloc-posix (License): Likewise.
24312         * modules/intprops (License): Change from GPL to LGPL, with
24313         Paul Eggert's approval.
24314
24315 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
24316
24317         Merge glibc changes into lib/glob.c.
24318
24319         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
24320         2007-10-15 04:59:03 UTC.  Here are the changes:
24321
24322         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
24323
24324         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
24325
24326         * lib/glob.c: Add some branch prediction throughout.
24327
24328         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
24329
24330         [BZ #5103]
24331         * lib/glob.c (glob): Recognize patterns starting \/.
24332
24333         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
24334
24335         [BZ #3996]
24336         * lib/glob.c (attribute_hidden): Define if not defined.
24337         (glob): Unescape dirname, filename or username when needed and not
24338         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
24339         is NULL.  Handle unescaped [ in pattern without closing ].
24340         Don't pass GLOB_CHECK down to recursive glob for directories.
24341         (__glob_pattern_type): New function.
24342         (__glob_pattern_p): Implement using __glob_pattern_type.
24343         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
24344         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
24345         Remove unreachable code.
24346
24347         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
24348
24349         * lib/glob.c (glob_in_dir): Add some comments and asserts to
24350         explain why there are no leaks.
24351
24352         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
24353
24354         [BZ #3253]
24355         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
24356         time, rather allocate increasingly bigger arrays of pointers, if
24357         possible with alloca, if too large with malloc.
24358
24359 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
24360
24361         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
24362         Problem reported by H.Merijn Brand in
24363         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
24364         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
24365         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
24366
24367 2007-10-15  Bruno Haible  <bruno@clisp.org>
24368
24369         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
24370         with explicit rpl_ prefix.
24371         * lib/fopen.c (fopen): Likewise.
24372         * lib/freopen.c (freopen): Likewise.
24373         * lib/iconv.c (iconv): Likewise.
24374         * lib/iconv_close.c (iconv_close): Likewise.
24375
24376 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24377
24378         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
24379
24380 2007-10-15  Bruno Haible  <bruno@clisp.org>
24381
24382         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
24383         <stddef.h> instead of <stdlib.h> since we only need NULL.
24384         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24385
24386 2007-10-15  Bruno Haible  <bruno@clisp.org>
24387
24388         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
24389         Replace paragraph talking about LIBOBJS.
24390         Reported by Colin Watson <cjwatson@debian.org>.
24391
24392 2007-10-15  Bruno Haible  <bruno@clisp.org>
24393
24394         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
24395         <stdlib.h> before using NULL.
24396
24397 2007-10-15  Simon Josefsson  <simon@josefsson.org>
24398
24399         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
24400         Reported by Albert Chin <china@thewrittenword.com>.
24401
24402 2007-10-14  Bruno Haible  <bruno@clisp.org>
24403
24404         * modules/iconv_open-utf-tests: New file.
24405         * tests/test-iconv-utf.c: New file.
24406
24407         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
24408         * modules/iconv_open-utf: New file.
24409         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
24410         (iconv, iconv_close): New declarations.
24411         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
24412         be defined.
24413         (iconv_open): Add special handling of conversion between UTF-8 and
24414         UTF-{16,32}{BE,LE}.
24415         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
24416         * lib/iconv_close.c: New file.
24417         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
24418         gl_FUNC_ICONV_OPEN.
24419         (gl_FUNC_ICONV_OPEN): Use it.
24420         (gl_FUNC_ICONV_OPEN_UTF): New macro.
24421         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
24422         and REPLACE_ICONV_UTF.
24423         * modules/iconv_open (Depends-on): Add c-strcase.
24424         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
24425         ICONV_CONST.
24426         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
24427
24428 2007-10-13  Albert Chin  <china@thewrittenword.com>
24429             Bruno Haible  <bruno@clisp.org>
24430
24431         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
24432         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
24433
24434 2007-10-13  Bruno Haible  <bruno@clisp.org>
24435
24436         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
24437         defined, use the ISO C99 inline semantics.
24438         * lib/argp.h (ARGP_EI): Likewise.
24439
24440 2007-10-13  Bruno Haible  <bruno@clisp.org>
24441
24442         Handle 'inline' change in gcc 4.3.0.
24443         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
24444         argp_fmtstream_write, argp_fmtstream_set_lmargin,
24445         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
24446         argp_fmtstream_point): Disable 'extern' declaration if the function
24447         definition is going to be provided inline.
24448         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
24449         semantics, not the ISO C99 inline semantics.
24450         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
24451         'extern' declaration if the function definition is going to be provided
24452         inline.
24453         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
24454         the GNU C inline semantics, not the ISO C99 inline semantics. With
24455         GCC 4.2, avoid a warning.
24456
24457 2007-10-13  Bruno Haible  <bruno@clisp.org>
24458
24459         * lib/freading.h (freading): Enable the use of __freading for
24460         glibc >= 2.7.
24461         * lib/freading.c (freading): Likewise.
24462
24463 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
24464
24465         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
24466         "warning: C99 inline functions are not supported; using GNU89".
24467
24468 2007-10-12  Bruno Haible  <bruno@clisp.org>
24469
24470         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
24471         of 2.
24472         * tests/test-ceilf2.c: New file.
24473         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
24474
24475         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
24476         * modules/ceilf-tests: Update.
24477
24478 2007-10-12  Bruno Haible  <bruno@clisp.org>
24479
24480         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
24481         of 2.
24482         * tests/test-floorf2.c: New file.
24483         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
24484
24485         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
24486         * modules/floorf-tests: Update.
24487
24488 2007-10-12  Bruno Haible  <bruno@clisp.org>
24489
24490         * tests/test-trunc2.c: New file.
24491         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
24492
24493         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
24494         * modules/trunc-tests: Update.
24495
24496 2007-10-12  Bruno Haible  <bruno@clisp.org>
24497
24498         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
24499         of 2.
24500         * tests/test-truncf2.c: New file.
24501         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
24502
24503         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
24504         * modules/truncf-tests: Update.
24505
24506 2007-10-11  Eric Blake  <ebb9@byu.net>
24507
24508         Don't claim strerror is broken on Interix.
24509         * doc/functions/strerror.texi (strerror): Known broken systems are
24510         now Solaris 8, and not Interix.
24511         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
24512         Interix on cross-compile.
24513         Reported by Martin Koeppe in
24514         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
24515
24516 2007-10-11  Bruno Haible  <bruno@clisp.org>
24517
24518         * modules/i-ring-tests: New file.
24519         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
24520         instead of assert.
24521
24522 2007-10-11  Bruno Haible  <bruno@clisp.org>
24523
24524         * modules/filenamecat-tests: New file.
24525         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
24526         * lib/filenamecat.c: Remove test code.
24527
24528 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
24529
24530         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
24531
24532         * lib/strerror.c: Include <string.h> always, to test interface,
24533         and to remove the need for the dummy.
24534         Include intprops.h to compute width instead of doing it ourselves
24535         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
24536         (strerror): Define it to return NULL if there's no system strerror.
24537         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
24538         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
24539         ancient pre-strerror Unix systems well any more.  Saying "unknown
24540         system error" is enough.
24541         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
24542         simpler strerror.c implementation.
24543         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
24544         Simplify the tests to reflect the simpler strerror implementation.
24545         * modules/strerror (Depends-on): Add intprops.
24546
24547 2007-10-09  Eric Blake  <ebb9@byu.net>
24548
24549         Silence test-fpending.
24550         * modules/fpending-tests (Files): Add wrapper script.
24551         * tests/test-fpending.sh: New file.
24552
24553 2007-10-09  Bruno Haible  <bruno@clisp.org>
24554
24555         * MODULES.html.sh (func_module): Don't create a hyperlink for
24556         function names like 'printf_frexp'.
24557         (Misc): Add crc, memxor.
24558         (Characteristics of floating types): New section.
24559         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
24560         isnanf-nolibm, signbit, trunc, truncf, truncl.
24561         (Enhancements for ISO C 99 functions): New subsection Input/output.
24562         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
24563         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
24564         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
24565         (Compatibility checks for POSIX:2001 functions): Add clock-time.
24566         (Enhancements for POSIX:2001 functions): Add chdir-long.
24567         (File system functions): Add areadlink, chdir-safer, read-file.
24568         Remove cycle-check.
24569         (File system as inode set): New section.
24570         (Date and time): Add gethrxtime.
24571         (Multithreading): Add openmp.
24572         (Internationalization functions): Add localename.
24573         (Unicode string functions): Add unistr/u*-mbsnlen.
24574         (Support for maintaining and releasing projects): Add git-version-gen.
24575         (Lone files): Remove directories.
24576
24577 2007-10-08  Ben Pfaff  <blp@gnu.org>
24578
24579         * lib/xmalloca.h: Fix typo in comment.
24580
24581 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24582
24583         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
24584         when avoiding problems with integer overflow.  Use a portable test
24585         instead.
24586
24587 2007-10-08  Simon Josefsson  <simon@josefsson.org>
24588
24589         * modules/dummy (License): Change to LGPLv2+.
24590         * modules/float (License): Likewise
24591         * modules/realloc (License): Likewise
24592         * modules/stdlib (License): Likewise
24593
24594 2007-10-07  Bruno Haible  <bruno@clisp.org>
24595
24596         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
24597         * floor.c (TWO_MANT_DIG): Likewise.
24598         * ceil.c (TWO_MANT_DIG): Likewise.
24599         Reported by Ben Pfaff.
24600
24601 2007-10-07  Bruno Haible  <bruno@clisp.org>
24602
24603         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
24604         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
24605         * lib/frexp.c (FUNC): Likewise.
24606         * lib/printf-frexp.h (printf_frexp): Likewise.
24607         * lib/printf-frexpl.h (printf_frexpl): Likewise.
24608         * lib/printf-frexp.c (FUNC): Likewise.
24609         Suggested by Jim Meyering.
24610
24611 2007-10-07  Jim Meyering  <meyering@redhat.com>
24612
24613         Make xnanosleep's integer overflow test more robust.
24614         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
24615         so that gcc-4.3.0 doesn't optimize away this test for overflow.
24616
24617 2007-10-07  Bruno Haible  <bruno@clisp.org>
24618
24619         * NEWS: Mention the license change.
24620
24621         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
24622         abbreviations in the modules files.
24623
24624         Change copyright notice from GPLv2+ to GPLv3+.
24625         * README: Change copyright notice.
24626         * MODULES.html.sh: Likewise.
24627         * build-aux/bootstrap.conf: Likewise.
24628         * build-aux/config.libpath: Likewise.
24629         * build-aux/csharpcomp.sh.in: Likewise.
24630         * build-aux/csharpexec.sh.in: Likewise.
24631         * build-aux/install-reloc: Likewise.
24632         * build-aux/javacomp.sh.in: Likewise.
24633         * build-aux/javaexec.sh.in: Likewise.
24634         * build-aux/ldd.sh.in: Likewise.
24635         * build-aux/reloc-ldflags: Likewise.
24636         * build-aux/relocatable.sh.in: Likewise.
24637         * build-aux/x-to-1.in: Likewise.
24638         * check-module: Likewise.
24639         * config/srclistvars.sh: Likewise.
24640         * gnulib-tool: Likewise.
24641         * lib/acl-internal.h: Likewise.
24642         * lib/acl.c: Likewise.
24643         * lib/acl.h: Likewise.
24644         * lib/acl_entries.c: Likewise.
24645         * lib/areadlink-with-size.c: Likewise.
24646         * lib/areadlink.c: Likewise.
24647         * lib/areadlink.h: Likewise.
24648         * lib/argmatch.c: Likewise.
24649         * lib/argmatch.h: Likewise.
24650         * lib/argp-ba.c: Likewise.
24651         * lib/argp-eexst.c: Likewise.
24652         * lib/argp-fmtstream.c: Likewise.
24653         * lib/argp-fmtstream.h: Likewise.
24654         * lib/argp-fs-xinl.c: Likewise.
24655         * lib/argp-help.c: Likewise.
24656         * lib/argp-namefrob.h: Likewise.
24657         * lib/argp-parse.c: Likewise.
24658         * lib/argp-pin.c: Likewise.
24659         * lib/argp-pv.c: Likewise.
24660         * lib/argp-pvh.c: Likewise.
24661         * lib/argp-xinl.c: Likewise.
24662         * lib/argp.h: Likewise.
24663         * lib/at-func.c: Likewise.
24664         * lib/atanl.c: Likewise.
24665         * lib/backupfile.c: Likewise.
24666         * lib/backupfile.h: Likewise.
24667         * lib/basename.c: Likewise.
24668         * lib/binary-io.h: Likewise.
24669         * lib/byteswap.in.h: Likewise.
24670         * lib/c-stack.c: Likewise.
24671         * lib/c-stack.h: Likewise.
24672         * lib/c-strcasestr.c: Likewise.
24673         * lib/c-strcasestr.h: Likewise.
24674         * lib/c-strstr.c: Likewise.
24675         * lib/c-strstr.h: Likewise.
24676         * lib/c-strtod.c: Likewise.
24677         * lib/calloc.c: Likewise.
24678         * lib/canon-host.c: Likewise.
24679         * lib/canon-host.h: Likewise.
24680         * lib/canonicalize-lgpl.c: Likewise.
24681         * lib/canonicalize.c: Likewise.
24682         * lib/canonicalize.h: Likewise.
24683         * lib/ceil.c: Likewise.
24684         * lib/ceilf.c: Likewise.
24685         * lib/ceill.c: Likewise.
24686         * lib/chdir-long.c: Likewise.
24687         * lib/chdir-long.h: Likewise.
24688         * lib/chdir-safer.c: Likewise.
24689         * lib/chdir-safer.h: Likewise.
24690         * lib/chown.c: Likewise.
24691         * lib/classpath.c: Likewise.
24692         * lib/classpath.h: Likewise.
24693         * lib/clean-temp.c: Likewise.
24694         * lib/clean-temp.h: Likewise.
24695         * lib/cloexec.c: Likewise.
24696         * lib/close-stream.c: Likewise.
24697         * lib/closein.c: Likewise.
24698         * lib/closein.h: Likewise.
24699         * lib/closeout.c: Likewise.
24700         * lib/closeout.h: Likewise.
24701         * lib/concat-filename.c: Likewise.
24702         * lib/copy-file.c: Likewise.
24703         * lib/copy-file.h: Likewise.
24704         * lib/count-one-bits.h: Likewise.
24705         * lib/crc.c: Likewise.
24706         * lib/crc.h: Likewise.
24707         * lib/creat-safer.c: Likewise.
24708         * lib/csharpcomp.c: Likewise.
24709         * lib/csharpcomp.h: Likewise.
24710         * lib/csharpexec.c: Likewise.
24711         * lib/csharpexec.h: Likewise.
24712         * lib/cycle-check.c: Likewise.
24713         * lib/cycle-check.h: Likewise.
24714         * lib/diacrit.c: Likewise.
24715         * lib/diacrit.h: Likewise.
24716         * lib/diffseq.h: Likewise.
24717         * lib/dirchownmod.c: Likewise.
24718         * lib/dirent.in.h: Likewise.
24719         * lib/dirfd.c: Likewise.
24720         * lib/dirfd.h: Likewise.
24721         * lib/dirname.c: Likewise.
24722         * lib/dirname.h: Likewise.
24723         * lib/dummy.c: Likewise.
24724         * lib/dup-safer.c: Likewise.
24725         * lib/dup2.c: Likewise.
24726         * lib/eealloc.h: Likewise.
24727         * lib/error.c: Likewise.
24728         * lib/error.h: Likewise.
24729         * lib/euidaccess.c: Likewise.
24730         * lib/exclude.c: Likewise.
24731         * lib/exclude.h: Likewise.
24732         * lib/execute.c: Likewise.
24733         * lib/execute.h: Likewise.
24734         * lib/exitfail.c: Likewise.
24735         * lib/exitfail.h: Likewise.
24736         * lib/expl.c: Likewise.
24737         * lib/fatal-signal.c: Likewise.
24738         * lib/fatal-signal.h: Likewise.
24739         * lib/fbufmode.c: Likewise.
24740         * lib/fbufmode.h: Likewise.
24741         * lib/fchdir.c: Likewise.
24742         * lib/fchmodat.c: Likewise.
24743         * lib/fchownat.c: Likewise.
24744         * lib/fcntl--.h: Likewise.
24745         * lib/fcntl-safer.h: Likewise.
24746         * lib/fcntl.in.h: Likewise.
24747         * lib/fd-safer.c: Likewise.
24748         * lib/fflush.c: Likewise.
24749         * lib/file-has-acl.c: Likewise.
24750         * lib/file-set.c: Likewise.
24751         * lib/file-type.c: Likewise.
24752         * lib/file-type.h: Likewise.
24753         * lib/fileblocks.c: Likewise.
24754         * lib/filemode.c: Likewise.
24755         * lib/filemode.h: Likewise.
24756         * lib/filename.h: Likewise.
24757         * lib/filenamecat.c: Likewise.
24758         * lib/filenamecat.h: Likewise.
24759         * lib/findprog.c: Likewise.
24760         * lib/findprog.h: Likewise.
24761         * lib/float.in.h: Likewise.
24762         * lib/floor.c: Likewise.
24763         * lib/floorf.c: Likewise.
24764         * lib/floorl.c: Likewise.
24765         * lib/fopen-safer.c: Likewise.
24766         * lib/fopen.c: Likewise.
24767         * lib/fpending.c: Likewise.
24768         * lib/fpending.h: Likewise.
24769         * lib/fprintf.c: Likewise.
24770         * lib/fprintftime.h: Likewise.
24771         * lib/fpucw.h: Likewise.
24772         * lib/fpurge.c: Likewise.
24773         * lib/fpurge.h: Likewise.
24774         * lib/freadable.c: Likewise.
24775         * lib/freadable.h: Likewise.
24776         * lib/freadahead.c: Likewise.
24777         * lib/freadahead.h: Likewise.
24778         * lib/freading.c: Likewise.
24779         * lib/freading.h: Likewise.
24780         * lib/free.c: Likewise.
24781         * lib/freopen.c: Likewise.
24782         * lib/frexp.c: Likewise.
24783         * lib/frexpl.c: Likewise.
24784         * lib/fseek.c: Likewise.
24785         * lib/fseterr.c: Likewise.
24786         * lib/fseterr.h: Likewise.
24787         * lib/fstatat.c: Likewise.
24788         * lib/fstrcmp.c: Likewise.
24789         * lib/fstrcmp.h: Likewise.
24790         * lib/fsusage.c: Likewise.
24791         * lib/fsusage.h: Likewise.
24792         * lib/ftell.c: Likewise.
24793         * lib/ftello.c: Likewise.
24794         * lib/fts-cycle.c: Likewise.
24795         * lib/fts.c: Likewise.
24796         * lib/fts_.h: Likewise.
24797         * lib/full-read.c: Likewise.
24798         * lib/full-read.h: Likewise.
24799         * lib/full-write.c: Likewise.
24800         * lib/full-write.h: Likewise.
24801         * lib/fwritable.c: Likewise.
24802         * lib/fwritable.h: Likewise.
24803         * lib/fwriteerror.c: Likewise.
24804         * lib/fwriteerror.h: Likewise.
24805         * lib/fwriting.c: Likewise.
24806         * lib/fwriting.h: Likewise.
24807         * lib/gcd.c: Likewise.
24808         * lib/gcd.h: Likewise.
24809         * lib/getcwd.c: Likewise.
24810         * lib/getdate.h: Likewise.
24811         * lib/getdate.y: Likewise.
24812         * lib/getdomainname.c: Likewise.
24813         * lib/getdomainname.h: Likewise.
24814         * lib/getgroups.c: Likewise.
24815         * lib/gethostname.c: Likewise.
24816         * lib/gethrxtime.c: Likewise.
24817         * lib/gethrxtime.h: Likewise.
24818         * lib/getloadavg.c: Likewise.
24819         * lib/getndelim2.c: Likewise.
24820         * lib/getndelim2.h: Likewise.
24821         * lib/getnline.c: Likewise.
24822         * lib/getnline.h: Likewise.
24823         * lib/getopt.c: Likewise.
24824         * lib/getopt.in.h: Likewise.
24825         * lib/getopt1.c: Likewise.
24826         * lib/getopt_int.h: Likewise.
24827         * lib/getpagesize.h: Likewise.
24828         * lib/getsubopt.c: Likewise.
24829         * lib/gettime.c: Likewise.
24830         * lib/getugroups.c: Likewise.
24831         * lib/getugroups.h: Likewise.
24832         * lib/getusershell.c: Likewise.
24833         * lib/gl_anyavltree_list1.h: Likewise.
24834         * lib/gl_anyavltree_list2.h: Likewise.
24835         * lib/gl_anyhash_list1.h: Likewise.
24836         * lib/gl_anyhash_list2.h: Likewise.
24837         * lib/gl_anylinked_list1.h: Likewise.
24838         * lib/gl_anylinked_list2.h: Likewise.
24839         * lib/gl_anyrbtree_list1.h: Likewise.
24840         * lib/gl_anyrbtree_list2.h: Likewise.
24841         * lib/gl_anytree_list1.h: Likewise.
24842         * lib/gl_anytree_list2.h: Likewise.
24843         * lib/gl_anytree_oset.h: Likewise.
24844         * lib/gl_anytreehash_list1.h: Likewise.
24845         * lib/gl_anytreehash_list2.h: Likewise.
24846         * lib/gl_array_list.c: Likewise.
24847         * lib/gl_array_list.h: Likewise.
24848         * lib/gl_array_oset.c: Likewise.
24849         * lib/gl_array_oset.h: Likewise.
24850         * lib/gl_avltree_list.c: Likewise.
24851         * lib/gl_avltree_list.h: Likewise.
24852         * lib/gl_avltree_oset.c: Likewise.
24853         * lib/gl_avltree_oset.h: Likewise.
24854         * lib/gl_avltreehash_list.c: Likewise.
24855         * lib/gl_avltreehash_list.h: Likewise.
24856         * lib/gl_carray_list.c: Likewise.
24857         * lib/gl_carray_list.h: Likewise.
24858         * lib/gl_linked_list.c: Likewise.
24859         * lib/gl_linked_list.h: Likewise.
24860         * lib/gl_linkedhash_list.c: Likewise.
24861         * lib/gl_linkedhash_list.h: Likewise.
24862         * lib/gl_list.c: Likewise.
24863         * lib/gl_list.h: Likewise.
24864         * lib/gl_oset.c: Likewise.
24865         * lib/gl_oset.h: Likewise.
24866         * lib/gl_rbtree_list.c: Likewise.
24867         * lib/gl_rbtree_list.h: Likewise.
24868         * lib/gl_rbtree_oset.c: Likewise.
24869         * lib/gl_rbtree_oset.h: Likewise.
24870         * lib/gl_rbtreehash_list.c: Likewise.
24871         * lib/gl_rbtreehash_list.h: Likewise.
24872         * lib/gl_sublist.c: Likewise.
24873         * lib/gl_sublist.h: Likewise.
24874         * lib/group-member.c: Likewise.
24875         * lib/group-member.h: Likewise.
24876         * lib/hard-locale.c: Likewise.
24877         * lib/hard-locale.h: Likewise.
24878         * lib/hash-pjw.c: Likewise.
24879         * lib/hash-pjw.h: Likewise.
24880         * lib/hash-triple.c: Likewise.
24881         * lib/hash.c: Likewise.
24882         * lib/hash.h: Likewise.
24883         * lib/human.c: Likewise.
24884         * lib/human.h: Likewise.
24885         * lib/i-ring.c: Likewise.
24886         * lib/i-ring.h: Likewise.
24887         * lib/idcache.c: Likewise.
24888         * lib/imaxabs.c: Likewise.
24889         * lib/imaxdiv.c: Likewise.
24890         * lib/inet_pton.c: Likewise.
24891         * lib/inet_pton.h: Likewise.
24892         * lib/intprops.h: Likewise.
24893         * lib/inttostr.c: Likewise.
24894         * lib/inttostr.h: Likewise.
24895         * lib/inttypes.in.h: Likewise.
24896         * lib/isapipe.c: Likewise.
24897         * lib/isdir.c: Likewise.
24898         * lib/isnan.c: Likewise.
24899         * lib/isnan.h: Likewise.
24900         * lib/isnanf.c: Likewise.
24901         * lib/isnanf.h: Likewise.
24902         * lib/isnanl-nolibm.h: Likewise.
24903         * lib/isnanl.c: Likewise.
24904         * lib/isnanl.h: Likewise.
24905         * lib/javacomp.c: Likewise.
24906         * lib/javacomp.h: Likewise.
24907         * lib/javaexec.c: Likewise.
24908         * lib/javaexec.h: Likewise.
24909         * lib/javaversion.c: Likewise.
24910         * lib/javaversion.h: Likewise.
24911         * lib/javaversion.java: Likewise.
24912         * lib/lbrkprop.h: Likewise.
24913         * lib/lchmod.h: Likewise.
24914         * lib/lchown.c: Likewise.
24915         * lib/ldexpl.c: Likewise.
24916         * lib/linebreak.c: Likewise.
24917         * lib/linebreak.h: Likewise.
24918         * lib/linebuffer.c: Likewise.
24919         * lib/linebuffer.h: Likewise.
24920         * lib/locale.in.h: Likewise.
24921         * lib/logl.c: Likewise.
24922         * lib/long-options.c: Likewise.
24923         * lib/long-options.h: Likewise.
24924         * lib/lstat.c: Likewise.
24925         * lib/lstat.h: Likewise.
24926         * lib/math.in.h: Likewise.
24927         * lib/mbchar.c: Likewise.
24928         * lib/mbchar.h: Likewise.
24929         * lib/mbfile.h: Likewise.
24930         * lib/mbiter.h: Likewise.
24931         * lib/mbscasecmp.c: Likewise.
24932         * lib/mbscasestr.c: Likewise.
24933         * lib/mbschr.c: Likewise.
24934         * lib/mbscspn.c: Likewise.
24935         * lib/mbslen.c: Likewise.
24936         * lib/mbsncasecmp.c: Likewise.
24937         * lib/mbsnlen.c: Likewise.
24938         * lib/mbspbrk.c: Likewise.
24939         * lib/mbspcasecmp.c: Likewise.
24940         * lib/mbsrchr.c: Likewise.
24941         * lib/mbssep.c: Likewise.
24942         * lib/mbsspn.c: Likewise.
24943         * lib/mbsstr.c: Likewise.
24944         * lib/mbstok_r.c: Likewise.
24945         * lib/mbswidth.c: Likewise.
24946         * lib/mbswidth.h: Likewise.
24947         * lib/mbuiter.h: Likewise.
24948         * lib/memcasecmp.c: Likewise.
24949         * lib/memcasecmp.h: Likewise.
24950         * lib/memchr.c: Likewise.
24951         * lib/memcmp.c: Likewise.
24952         * lib/memcoll.c: Likewise.
24953         * lib/memcoll.h: Likewise.
24954         * lib/memcpy.c: Likewise.
24955         * lib/memrchr.c: Likewise.
24956         * lib/mkancesdirs.c: Likewise.
24957         * lib/mkdir-p.c: Likewise.
24958         * lib/mkdir-p.h: Likewise.
24959         * lib/mkdir.c: Likewise.
24960         * lib/mkdirat.c: Likewise.
24961         * lib/mkdtemp.c: Likewise.
24962         * lib/mkstemp-safer.c: Likewise.
24963         * lib/mkstemp.c: Likewise.
24964         * lib/modechange.c: Likewise.
24965         * lib/modechange.h: Likewise.
24966         * lib/mountlist.c: Likewise.
24967         * lib/mountlist.h: Likewise.
24968         * lib/mpsort.c: Likewise.
24969         * lib/nanosleep.c: Likewise.
24970         * lib/obstack.c: Likewise.
24971         * lib/obstack.h: Likewise.
24972         * lib/open-safer.c: Likewise.
24973         * lib/open.c: Likewise.
24974         * lib/openat-die.c: Likewise.
24975         * lib/openat-priv.h: Likewise.
24976         * lib/openat-proc.c: Likewise.
24977         * lib/openat.c: Likewise.
24978         * lib/openat.h: Likewise.
24979         * lib/pagealign_alloc.c: Likewise.
24980         * lib/pagealign_alloc.h: Likewise.
24981         * lib/physmem.c: Likewise.
24982         * lib/physmem.h: Likewise.
24983         * lib/pipe-safer.c: Likewise.
24984         * lib/pipe.c: Likewise.
24985         * lib/pipe.h: Likewise.
24986         * lib/posixtm.c: Likewise.
24987         * lib/posixtm.h: Likewise.
24988         * lib/posixver.c: Likewise.
24989         * lib/printf-frexp.c: Likewise.
24990         * lib/printf-frexp.h: Likewise.
24991         * lib/printf-frexpl.c: Likewise.
24992         * lib/printf-frexpl.h: Likewise.
24993         * lib/printf.c: Likewise.
24994         * lib/progname.c: Likewise.
24995         * lib/progname.h: Likewise.
24996         * lib/progreloc.c: Likewise.
24997         * lib/putenv.c: Likewise.
24998         * lib/quote.c: Likewise.
24999         * lib/quote.h: Likewise.
25000         * lib/quotearg.c: Likewise.
25001         * lib/quotearg.h: Likewise.
25002         * lib/raise.c: Likewise.
25003         * lib/readline.c: Likewise.
25004         * lib/readline.h: Likewise.
25005         * lib/readlink.c: Likewise.
25006         * lib/readtokens.c: Likewise.
25007         * lib/readtokens.h: Likewise.
25008         * lib/readtokens0.c: Likewise.
25009         * lib/readtokens0.h: Likewise.
25010         * lib/readutmp.c: Likewise.
25011         * lib/readutmp.h: Likewise.
25012         * lib/realloc.c: Likewise.
25013         * lib/relocwrapper.c: Likewise.
25014         * lib/rename-dest-slash.c: Likewise.
25015         * lib/rename.c: Likewise.
25016         * lib/rmdir.c: Likewise.
25017         * lib/rpmatch.c: Likewise.
25018         * lib/safe-read.c: Likewise.
25019         * lib/safe-read.h: Likewise.
25020         * lib/safe-write.c: Likewise.
25021         * lib/safe-write.h: Likewise.
25022         * lib/same-inode.h: Likewise.
25023         * lib/same.c: Likewise.
25024         * lib/same.h: Likewise.
25025         * lib/save-cwd.c: Likewise.
25026         * lib/save-cwd.h: Likewise.
25027         * lib/savedir.c: Likewise.
25028         * lib/savedir.h: Likewise.
25029         * lib/savewd.c: Likewise.
25030         * lib/savewd.h: Likewise.
25031         * lib/search.in.h: Likewise.
25032         * lib/setenv.c: Likewise.
25033         * lib/setenv.h: Likewise.
25034         * lib/settime.c: Likewise.
25035         * lib/sh-quote.c: Likewise.
25036         * lib/sh-quote.h: Likewise.
25037         * lib/sig2str.c: Likewise.
25038         * lib/sig2str.h: Likewise.
25039         * lib/signal.in.h: Likewise.
25040         * lib/signbitd.c: Likewise.
25041         * lib/signbitf.c: Likewise.
25042         * lib/signbitl.c: Likewise.
25043         * lib/sigprocmask.c: Likewise.
25044         * lib/sincosl.c: Likewise.
25045         * lib/sleep.c: Likewise.
25046         * lib/sprintf.c: Likewise.
25047         * lib/sqrtl.c: Likewise.
25048         * lib/stat-time.h: Likewise.
25049         * lib/stdio--.h: Likewise.
25050         * lib/stdio-safer.h: Likewise.
25051         * lib/stdlib--.h: Likewise.
25052         * lib/stdlib-safer.h: Likewise.
25053         * lib/stdlib.in.h: Likewise.
25054         * lib/stpcpy.c: Likewise.
25055         * lib/stpncpy.c: Likewise.
25056         * lib/strchrnul.c: Likewise.
25057         * lib/strcspn.c: Likewise.
25058         * lib/strerror.c: Likewise.
25059         * lib/strftime.c: Likewise.
25060         * lib/strftime.h: Likewise.
25061         * lib/striconveh.c: Likewise.
25062         * lib/striconveh.h: Likewise.
25063         * lib/striconveha.c: Likewise.
25064         * lib/striconveha.h: Likewise.
25065         * lib/stripslash.c: Likewise.
25066         * lib/strnlen1.c: Likewise.
25067         * lib/strnlen1.h: Likewise.
25068         * lib/strtod.c: Likewise.
25069         * lib/strtoimax.c: Likewise.
25070         * lib/strtok_r.c: Likewise.
25071         * lib/strtol.c: Likewise.
25072         * lib/strtoll.c: Likewise.
25073         * lib/strtoul.c: Likewise.
25074         * lib/strtoull.c: Likewise.
25075         * lib/sysexits.in.h: Likewise.
25076         * lib/tempname.c: Likewise.
25077         * lib/tempname.h: Likewise.
25078         * lib/timespec.h: Likewise.
25079         * lib/tls.c: Likewise.
25080         * lib/tls.h: Likewise.
25081         * lib/tmpdir.c: Likewise.
25082         * lib/tmpdir.h: Likewise.
25083         * lib/tmpfile-safer.c: Likewise.
25084         * lib/tmpfile.c: Likewise.
25085         * lib/trigl.c: Likewise.
25086         * lib/trigl.h: Likewise.
25087         * lib/trim.c: Likewise.
25088         * lib/trim.h: Likewise.
25089         * lib/trunc.c: Likewise.
25090         * lib/truncf.c: Likewise.
25091         * lib/truncl.c: Likewise.
25092         * lib/tsearch.c: Likewise.
25093         * lib/unicodeio.c: Likewise.
25094         * lib/unicodeio.h: Likewise.
25095         * lib/unistd--.h: Likewise.
25096         * lib/unistd-safer.h: Likewise.
25097         * lib/unistdio/ulc-fprintf.c: Likewise.
25098         * lib/unistdio/ulc-vfprintf.c: Likewise.
25099         * lib/unlinkdir.c: Likewise.
25100         * lib/unlinkdir.h: Likewise.
25101         * lib/unlocked-io.h: Likewise.
25102         * lib/unsetenv.c: Likewise.
25103         * lib/userspec.c: Likewise.
25104         * lib/utime.c: Likewise.
25105         * lib/utimecmp.c: Likewise.
25106         * lib/utimecmp.h: Likewise.
25107         * lib/utimens.c: Likewise.
25108         * lib/verify.h: Likewise.
25109         * lib/verror.c: Likewise.
25110         * lib/verror.h: Likewise.
25111         * lib/version-etc-fsf.c: Likewise.
25112         * lib/version-etc.c: Likewise.
25113         * lib/version-etc.h: Likewise.
25114         * lib/vfprintf.c: Likewise.
25115         * lib/vprintf.c: Likewise.
25116         * lib/vsprintf.c: Likewise.
25117         * lib/w32spawn.h: Likewise.
25118         * lib/wait-process.c: Likewise.
25119         * lib/wait-process.h: Likewise.
25120         * lib/wcwidth.c: Likewise.
25121         * lib/write-any-file.c: Likewise.
25122         * lib/xalloc-die.c: Likewise.
25123         * lib/xalloc.h: Likewise.
25124         * lib/xasprintf.c: Likewise.
25125         * lib/xgetcwd.c: Likewise.
25126         * lib/xgetcwd.h: Likewise.
25127         * lib/xgetdomainname.c: Likewise.
25128         * lib/xgetdomainname.h: Likewise.
25129         * lib/xgethostname.c: Likewise.
25130         * lib/xmalloc.c: Likewise.
25131         * lib/xmalloca.c: Likewise.
25132         * lib/xmalloca.h: Likewise.
25133         * lib/xmemcoll.c: Likewise.
25134         * lib/xnanosleep.c: Likewise.
25135         * lib/xreadlink.c: Likewise.
25136         * lib/xreadlink.h: Likewise.
25137         * lib/xsetenv.c: Likewise.
25138         * lib/xsetenv.h: Likewise.
25139         * lib/xstriconv.c: Likewise.
25140         * lib/xstriconv.h: Likewise.
25141         * lib/xstrndup.c: Likewise.
25142         * lib/xstrndup.h: Likewise.
25143         * lib/xstrtod.c: Likewise.
25144         * lib/xstrtod.h: Likewise.
25145         * lib/xstrtol-error.c: Likewise.
25146         * lib/xstrtol.c: Likewise.
25147         * lib/xstrtol.h: Likewise.
25148         * lib/xtime.h: Likewise.
25149         * lib/xvasprintf.c: Likewise.
25150         * lib/xvasprintf.h: Likewise.
25151         * lib/yesno.c: Likewise.
25152         * lib/yesno.h: Likewise.
25153         * posix-modules: Likewise.
25154         * tests/test-alloca-opt.c: Likewise.
25155         * tests/test-arcfour.c: Likewise.
25156         * tests/test-arctwo.c: Likewise.
25157         * tests/test-argmatch.c: Likewise.
25158         * tests/test-argp-2.sh: Likewise.
25159         * tests/test-argp.c: Likewise.
25160         * tests/test-arpa_inet.c: Likewise.
25161         * tests/test-array_list.c: Likewise.
25162         * tests/test-array_oset.c: Likewise.
25163         * tests/test-atexit.c: Likewise.
25164         * tests/test-avltree_list.c: Likewise.
25165         * tests/test-avltree_oset.c: Likewise.
25166         * tests/test-avltreehash_list.c: Likewise.
25167         * tests/test-base64.c: Likewise.
25168         * tests/test-binary-io.c: Likewise.
25169         * tests/test-byteswap.c: Likewise.
25170         * tests/test-c-ctype.c: Likewise.
25171         * tests/test-c-strcasecmp.c: Likewise.
25172         * tests/test-c-strcasestr.c: Likewise.
25173         * tests/test-c-strncasecmp.c: Likewise.
25174         * tests/test-c-strstr.c: Likewise.
25175         * tests/test-canonicalize-lgpl.c: Likewise.
25176         * tests/test-canonicalize.c: Likewise.
25177         * tests/test-carray_list.c: Likewise.
25178         * tests/test-ceilf.c: Likewise.
25179         * tests/test-ceill.c: Likewise.
25180         * tests/test-count-one-bits.c: Likewise.
25181         * tests/test-crc.c: Likewise.
25182         * tests/test-dirname.c: Likewise.
25183         * tests/test-fbufmode.c: Likewise.
25184         * tests/test-fcntl.c: Likewise.
25185         * tests/test-fflush.c: Likewise.
25186         * tests/test-floorf.c: Likewise.
25187         * tests/test-floorl.c: Likewise.
25188         * tests/test-fopen.c: Likewise.
25189         * tests/test-fprintf-posix.c: Likewise.
25190         * tests/test-fprintf-posix.h: Likewise.
25191         * tests/test-fpurge.c: Likewise.
25192         * tests/test-freadable.c: Likewise.
25193         * tests/test-freadahead.c: Likewise.
25194         * tests/test-freading.c: Likewise.
25195         * tests/test-freopen.c: Likewise.
25196         * tests/test-frexp.c: Likewise.
25197         * tests/test-frexpl.c: Likewise.
25198         * tests/test-fseek.c: Likewise.
25199         * tests/test-fseeko.c: Likewise.
25200         * tests/test-fseterr.c: Likewise.
25201         * tests/test-fstrcmp.c: Likewise.
25202         * tests/test-ftell.c: Likewise.
25203         * tests/test-ftello.c: Likewise.
25204         * tests/test-fwritable.c: Likewise.
25205         * tests/test-fwriting.c: Likewise.
25206         * tests/test-getaddrinfo.c: Likewise.
25207         * tests/test-getpass.c: Likewise.
25208         * tests/test-gettimeofday.c: Likewise.
25209         * tests/test-hmac-md5.c: Likewise.
25210         * tests/test-hmac-sha1.c: Likewise.
25211         * tests/test-iconv.c: Likewise.
25212         * tests/test-iconvme.c: Likewise.
25213         * tests/test-inttypes.c: Likewise.
25214         * tests/test-isnan.c: Likewise.
25215         * tests/test-isnanf.c: Likewise.
25216         * tests/test-isnanl-nolibm.c: Likewise.
25217         * tests/test-isnanl.c: Likewise.
25218         * tests/test-isnanl.h: Likewise.
25219         * tests/test-ldexpl.c: Likewise.
25220         * tests/test-linked_list.c: Likewise.
25221         * tests/test-linkedhash_list.c: Likewise.
25222         * tests/test-locale.c: Likewise.
25223         * tests/test-localename.c: Likewise.
25224         * tests/test-lock.c: Likewise.
25225         * tests/test-lseek.c: Likewise.
25226         * tests/test-malloca.c: Likewise.
25227         * tests/test-math.c: Likewise.
25228         * tests/test-mbscasecmp.c: Likewise.
25229         * tests/test-mbscasestr1.c: Likewise.
25230         * tests/test-mbscasestr2.c: Likewise.
25231         * tests/test-mbscasestr3.c: Likewise.
25232         * tests/test-mbscasestr4.c: Likewise.
25233         * tests/test-mbschr.c: Likewise.
25234         * tests/test-mbscspn.c: Likewise.
25235         * tests/test-mbsncasecmp.c: Likewise.
25236         * tests/test-mbspbrk.c: Likewise.
25237         * tests/test-mbspcasecmp.c: Likewise.
25238         * tests/test-mbsrchr.c: Likewise.
25239         * tests/test-mbsspn.c: Likewise.
25240         * tests/test-mbsstr1.c: Likewise.
25241         * tests/test-mbsstr2.c: Likewise.
25242         * tests/test-mbsstr3.c: Likewise.
25243         * tests/test-md5.c: Likewise.
25244         * tests/test-memmem.c: Likewise.
25245         * tests/test-netinet_in.c: Likewise.
25246         * tests/test-open.c: Likewise.
25247         * tests/test-printf-frexp.c: Likewise.
25248         * tests/test-printf-frexpl.c: Likewise.
25249         * tests/test-printf-posix.c: Likewise.
25250         * tests/test-printf-posix.h: Likewise.
25251         * tests/test-rbtree_list.c: Likewise.
25252         * tests/test-rbtree_oset.c: Likewise.
25253         * tests/test-rbtreehash_list.c: Likewise.
25254         * tests/test-read-file.c: Likewise.
25255         * tests/test-rijndael.c: Likewise.
25256         * tests/test-search.c: Likewise.
25257         * tests/test-signbit.c: Likewise.
25258         * tests/test-sleep.c: Likewise.
25259         * tests/test-snprintf-posix.c: Likewise.
25260         * tests/test-snprintf-posix.h: Likewise.
25261         * tests/test-snprintf.c: Likewise.
25262         * tests/test-sprintf-posix.c: Likewise.
25263         * tests/test-sprintf-posix.h: Likewise.
25264         * tests/test-stat-time.c: Likewise.
25265         * tests/test-stdbool.c: Likewise.
25266         * tests/test-stdint.c: Likewise.
25267         * tests/test-stdio.c: Likewise.
25268         * tests/test-stdlib.c: Likewise.
25269         * tests/test-stpncpy.c: Likewise.
25270         * tests/test-strcasestr.c: Likewise.
25271         * tests/test-striconv.c: Likewise.
25272         * tests/test-striconveh.c: Likewise.
25273         * tests/test-striconveha.c: Likewise.
25274         * tests/test-string.c: Likewise.
25275         * tests/test-sys_select.c: Likewise.
25276         * tests/test-sys_socket.c: Likewise.
25277         * tests/test-sys_stat.c: Likewise.
25278         * tests/test-sys_time.c: Likewise.
25279         * tests/test-sysexits.c: Likewise.
25280         * tests/test-time.c: Likewise.
25281         * tests/test-tls.c: Likewise.
25282         * tests/test-trunc.c: Likewise.
25283         * tests/test-truncf.c: Likewise.
25284         * tests/test-truncl.c: Likewise.
25285         * tests/test-unistd.c: Likewise.
25286         * tests/test-vasnprintf-posix.c: Likewise.
25287         * tests/test-vasnprintf-posix2.c: Likewise.
25288         * tests/test-vasnprintf.c: Likewise.
25289         * tests/test-vasprintf-posix.c: Likewise.
25290         * tests/test-vasprintf.c: Likewise.
25291         * tests/test-verify.c: Likewise.
25292         * tests/test-vfprintf-posix.c: Likewise.
25293         * tests/test-vprintf-posix.c: Likewise.
25294         * tests/test-vsnprintf-posix.c: Likewise.
25295         * tests/test-vsnprintf.c: Likewise.
25296         * tests/test-vsprintf-posix.c: Likewise.
25297         * tests/test-wchar.c: Likewise.
25298         * tests/test-wctype.c: Likewise.
25299         * tests/test-wcwidth.c: Likewise.
25300         * tests/test-xstrtol.c: Likewise.
25301         * tests/test-xvasprintf.c: Likewise.
25302         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
25303         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
25304         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
25305         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
25306         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
25307         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
25308         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
25309         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
25310         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
25311         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
25312         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
25313         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
25314         * tests/uniname/test-uninames.c: Likewise.
25315         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
25316         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
25317         * tests/unistdio/test-u16-printf1.h: Likewise.
25318         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
25319         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
25320         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
25321         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
25322         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
25323         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
25324         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
25325         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
25326         * tests/unistdio/test-u32-printf1.h: Likewise.
25327         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
25328         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
25329         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
25330         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
25331         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
25332         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
25333         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
25334         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
25335         * tests/unistdio/test-u8-printf1.h: Likewise.
25336         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
25337         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
25338         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
25339         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
25340         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
25341         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
25342         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
25343         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
25344         * tests/unistdio/test-ulc-printf1.h: Likewise.
25345         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
25346         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
25347         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
25348         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
25349         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
25350         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
25351         * tests/uniwidth/test-u16-strwidth.c: Likewise.
25352         * tests/uniwidth/test-u16-width.c: Likewise.
25353         * tests/uniwidth/test-u32-strwidth.c: Likewise.
25354         * tests/uniwidth/test-u32-width.c: Likewise.
25355         * tests/uniwidth/test-u8-strwidth.c: Likewise.
25356         * tests/uniwidth/test-u8-width.c: Likewise.
25357         * tests/uniwidth/test-uc_width.c: Likewise.
25358         * config/srclist-update: Likewise.
25359         (fixlicense): Update to GPLv3+.
25360
25361         Change copyright notice from LGPLv2.1+ to LGPLv3+.
25362         * tests/test-tsearch.c: Change copyright notice.
25363
25364         Change copyright notice from LGPLv2.0+ to LGPLv3+.
25365         * lib/c-strcaseeq.h: Change copyright notice.
25366         * lib/streq.h: Likewise.
25367         * lib/uniconv.h: Likewise.
25368         * lib/uniconv/u-conv-from-enc.h: Likewise.
25369         * lib/uniconv/u-conv-to-enc.h: Likewise.
25370         * lib/uniconv/u-strconv-from-enc.h: Likewise.
25371         * lib/uniconv/u-strconv-to-enc.h: Likewise.
25372         * lib/uniconv/u16-conv-from-enc.c: Likewise.
25373         * lib/uniconv/u16-conv-to-enc.c: Likewise.
25374         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
25375         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
25376         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
25377         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
25378         * lib/uniconv/u32-conv-from-enc.c: Likewise.
25379         * lib/uniconv/u32-conv-to-enc.c: Likewise.
25380         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
25381         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
25382         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
25383         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
25384         * lib/uniconv/u8-conv-from-enc.c: Likewise.
25385         * lib/uniconv/u8-conv-to-enc.c: Likewise.
25386         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
25387         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
25388         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
25389         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
25390         * lib/uniname.h: Likewise.
25391         * lib/uniname/uniname.c: Likewise.
25392         * lib/unistdio.h: Likewise.
25393         * lib/unistdio/u-asnprintf.h: Likewise.
25394         * lib/unistdio/u-asprintf.h: Likewise.
25395         * lib/unistdio/u-printf-args.c: Likewise.
25396         * lib/unistdio/u-printf-args.h: Likewise.
25397         * lib/unistdio/u-printf-parse.h: Likewise.
25398         * lib/unistdio/u-snprintf.h: Likewise.
25399         * lib/unistdio/u-sprintf.h: Likewise.
25400         * lib/unistdio/u-vasprintf.h: Likewise.
25401         * lib/unistdio/u-vsnprintf.h: Likewise.
25402         * lib/unistdio/u-vsprintf.h: Likewise.
25403         * lib/unistdio/u16-asnprintf.c: Likewise.
25404         * lib/unistdio/u16-asprintf.c: Likewise.
25405         * lib/unistdio/u16-printf-parse.c: Likewise.
25406         * lib/unistdio/u16-snprintf.c: Likewise.
25407         * lib/unistdio/u16-sprintf.c: Likewise.
25408         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
25409         * lib/unistdio/u16-u16-asprintf.c: Likewise.
25410         * lib/unistdio/u16-u16-snprintf.c: Likewise.
25411         * lib/unistdio/u16-u16-sprintf.c: Likewise.
25412         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
25413         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
25414         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
25415         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
25416         * lib/unistdio/u16-vasnprintf.c: Likewise.
25417         * lib/unistdio/u16-vasprintf.c: Likewise.
25418         * lib/unistdio/u16-vsnprintf.c: Likewise.
25419         * lib/unistdio/u16-vsprintf.c: Likewise.
25420         * lib/unistdio/u32-asnprintf.c: Likewise.
25421         * lib/unistdio/u32-asprintf.c: Likewise.
25422         * lib/unistdio/u32-printf-parse.c: Likewise.
25423         * lib/unistdio/u32-snprintf.c: Likewise.
25424         * lib/unistdio/u32-sprintf.c: Likewise.
25425         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
25426         * lib/unistdio/u32-u32-asprintf.c: Likewise.
25427         * lib/unistdio/u32-u32-snprintf.c: Likewise.
25428         * lib/unistdio/u32-u32-sprintf.c: Likewise.
25429         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
25430         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
25431         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
25432         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
25433         * lib/unistdio/u32-vasnprintf.c: Likewise.
25434         * lib/unistdio/u32-vasprintf.c: Likewise.
25435         * lib/unistdio/u32-vsnprintf.c: Likewise.
25436         * lib/unistdio/u32-vsprintf.c: Likewise.
25437         * lib/unistdio/u8-asnprintf.c: Likewise.
25438         * lib/unistdio/u8-asprintf.c: Likewise.
25439         * lib/unistdio/u8-printf-parse.c: Likewise.
25440         * lib/unistdio/u8-snprintf.c: Likewise.
25441         * lib/unistdio/u8-sprintf.c: Likewise.
25442         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
25443         * lib/unistdio/u8-u8-asprintf.c: Likewise.
25444         * lib/unistdio/u8-u8-snprintf.c: Likewise.
25445         * lib/unistdio/u8-u8-sprintf.c: Likewise.
25446         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
25447         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
25448         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
25449         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
25450         * lib/unistdio/u8-vasnprintf.c: Likewise.
25451         * lib/unistdio/u8-vasprintf.c: Likewise.
25452         * lib/unistdio/u8-vsnprintf.c: Likewise.
25453         * lib/unistdio/u8-vsprintf.c: Likewise.
25454         * lib/unistdio/ulc-asnprintf.c: Likewise.
25455         * lib/unistdio/ulc-asprintf.c: Likewise.
25456         * lib/unistdio/ulc-printf-parse.c: Likewise.
25457         * lib/unistdio/ulc-snprintf.c: Likewise.
25458         * lib/unistdio/ulc-sprintf.c: Likewise.
25459         * lib/unistdio/ulc-vasnprintf.c: Likewise.
25460         * lib/unistdio/ulc-vasprintf.c: Likewise.
25461         * lib/unistdio/ulc-vsnprintf.c: Likewise.
25462         * lib/unistdio/ulc-vsprintf.c: Likewise.
25463         * lib/unistr.h: Likewise.
25464         * lib/unistr/u-cpy-alloc.h: Likewise.
25465         * lib/unistr/u-cpy.h: Likewise.
25466         * lib/unistr/u-endswith.h: Likewise.
25467         * lib/unistr/u-move.h: Likewise.
25468         * lib/unistr/u-set.h: Likewise.
25469         * lib/unistr/u-startswith.h: Likewise.
25470         * lib/unistr/u-stpcpy.h: Likewise.
25471         * lib/unistr/u-stpncpy.h: Likewise.
25472         * lib/unistr/u-strcat.h: Likewise.
25473         * lib/unistr/u-strcpy.h: Likewise.
25474         * lib/unistr/u-strcspn.h: Likewise.
25475         * lib/unistr/u-strdup.h: Likewise.
25476         * lib/unistr/u-strlen.h: Likewise.
25477         * lib/unistr/u-strncat.h: Likewise.
25478         * lib/unistr/u-strncpy.h: Likewise.
25479         * lib/unistr/u-strnlen.h: Likewise.
25480         * lib/unistr/u-strpbrk.h: Likewise.
25481         * lib/unistr/u-strspn.h: Likewise.
25482         * lib/unistr/u-strstr.h: Likewise.
25483         * lib/unistr/u-strtok.h: Likewise.
25484         * lib/unistr/u16-check.c: Likewise.
25485         * lib/unistr/u16-chr.c: Likewise.
25486         * lib/unistr/u16-cmp.c: Likewise.
25487         * lib/unistr/u16-cpy-alloc.c: Likewise.
25488         * lib/unistr/u16-cpy.c: Likewise.
25489         * lib/unistr/u16-endswith.c: Likewise.
25490         * lib/unistr/u16-mblen.c: Likewise.
25491         * lib/unistr/u16-mbsnlen.c: Likewise.
25492         * lib/unistr/u16-mbtouc-aux.c: Likewise.
25493         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
25494         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
25495         * lib/unistr/u16-mbtouc.c: Likewise.
25496         * lib/unistr/u16-mbtoucr.c: Likewise.
25497         * lib/unistr/u16-move.c: Likewise.
25498         * lib/unistr/u16-next.c: Likewise.
25499         * lib/unistr/u16-prev.c: Likewise.
25500         * lib/unistr/u16-set.c: Likewise.
25501         * lib/unistr/u16-startswith.c: Likewise.
25502         * lib/unistr/u16-stpcpy.c: Likewise.
25503         * lib/unistr/u16-stpncpy.c: Likewise.
25504         * lib/unistr/u16-strcat.c: Likewise.
25505         * lib/unistr/u16-strchr.c: Likewise.
25506         * lib/unistr/u16-strcmp.c: Likewise.
25507         * lib/unistr/u16-strcpy.c: Likewise.
25508         * lib/unistr/u16-strcspn.c: Likewise.
25509         * lib/unistr/u16-strdup.c: Likewise.
25510         * lib/unistr/u16-strlen.c: Likewise.
25511         * lib/unistr/u16-strmblen.c: Likewise.
25512         * lib/unistr/u16-strmbtouc.c: Likewise.
25513         * lib/unistr/u16-strncat.c: Likewise.
25514         * lib/unistr/u16-strncmp.c: Likewise.
25515         * lib/unistr/u16-strncpy.c: Likewise.
25516         * lib/unistr/u16-strnlen.c: Likewise.
25517         * lib/unistr/u16-strpbrk.c: Likewise.
25518         * lib/unistr/u16-strrchr.c: Likewise.
25519         * lib/unistr/u16-strspn.c: Likewise.
25520         * lib/unistr/u16-strstr.c: Likewise.
25521         * lib/unistr/u16-strtok.c: Likewise.
25522         * lib/unistr/u16-to-u32.c: Likewise.
25523         * lib/unistr/u16-to-u8.c: Likewise.
25524         * lib/unistr/u16-uctomb-aux.c: Likewise.
25525         * lib/unistr/u16-uctomb.c: Likewise.
25526         * lib/unistr/u32-check.c: Likewise.
25527         * lib/unistr/u32-chr.c: Likewise.
25528         * lib/unistr/u32-cmp.c: Likewise.
25529         * lib/unistr/u32-cpy-alloc.c: Likewise.
25530         * lib/unistr/u32-cpy.c: Likewise.
25531         * lib/unistr/u32-endswith.c: Likewise.
25532         * lib/unistr/u32-mblen.c: Likewise.
25533         * lib/unistr/u32-mbsnlen.c: Likewise.
25534         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
25535         * lib/unistr/u32-mbtouc.c: Likewise.
25536         * lib/unistr/u32-mbtoucr.c: Likewise.
25537         * lib/unistr/u32-move.c: Likewise.
25538         * lib/unistr/u32-next.c: Likewise.
25539         * lib/unistr/u32-prev.c: Likewise.
25540         * lib/unistr/u32-set.c: Likewise.
25541         * lib/unistr/u32-startswith.c: Likewise.
25542         * lib/unistr/u32-stpcpy.c: Likewise.
25543         * lib/unistr/u32-stpncpy.c: Likewise.
25544         * lib/unistr/u32-strcat.c: Likewise.
25545         * lib/unistr/u32-strchr.c: Likewise.
25546         * lib/unistr/u32-strcmp.c: Likewise.
25547         * lib/unistr/u32-strcpy.c: Likewise.
25548         * lib/unistr/u32-strcspn.c: Likewise.
25549         * lib/unistr/u32-strdup.c: Likewise.
25550         * lib/unistr/u32-strlen.c: Likewise.
25551         * lib/unistr/u32-strmblen.c: Likewise.
25552         * lib/unistr/u32-strmbtouc.c: Likewise.
25553         * lib/unistr/u32-strncat.c: Likewise.
25554         * lib/unistr/u32-strncmp.c: Likewise.
25555         * lib/unistr/u32-strncpy.c: Likewise.
25556         * lib/unistr/u32-strnlen.c: Likewise.
25557         * lib/unistr/u32-strpbrk.c: Likewise.
25558         * lib/unistr/u32-strrchr.c: Likewise.
25559         * lib/unistr/u32-strspn.c: Likewise.
25560         * lib/unistr/u32-strstr.c: Likewise.
25561         * lib/unistr/u32-strtok.c: Likewise.
25562         * lib/unistr/u32-to-u16.c: Likewise.
25563         * lib/unistr/u32-to-u8.c: Likewise.
25564         * lib/unistr/u32-uctomb.c: Likewise.
25565         * lib/unistr/u8-check.c: Likewise.
25566         * lib/unistr/u8-chr.c: Likewise.
25567         * lib/unistr/u8-cmp.c: Likewise.
25568         * lib/unistr/u8-cpy-alloc.c: Likewise.
25569         * lib/unistr/u8-cpy.c: Likewise.
25570         * lib/unistr/u8-endswith.c: Likewise.
25571         * lib/unistr/u8-mblen.c: Likewise.
25572         * lib/unistr/u8-mbsnlen.c: Likewise.
25573         * lib/unistr/u8-mbtouc-aux.c: Likewise.
25574         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
25575         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
25576         * lib/unistr/u8-mbtouc.c: Likewise.
25577         * lib/unistr/u8-mbtoucr.c: Likewise.
25578         * lib/unistr/u8-move.c: Likewise.
25579         * lib/unistr/u8-next.c: Likewise.
25580         * lib/unistr/u8-prev.c: Likewise.
25581         * lib/unistr/u8-set.c: Likewise.
25582         * lib/unistr/u8-startswith.c: Likewise.
25583         * lib/unistr/u8-stpcpy.c: Likewise.
25584         * lib/unistr/u8-stpncpy.c: Likewise.
25585         * lib/unistr/u8-strcat.c: Likewise.
25586         * lib/unistr/u8-strchr.c: Likewise.
25587         * lib/unistr/u8-strcmp.c: Likewise.
25588         * lib/unistr/u8-strcpy.c: Likewise.
25589         * lib/unistr/u8-strcspn.c: Likewise.
25590         * lib/unistr/u8-strdup.c: Likewise.
25591         * lib/unistr/u8-strlen.c: Likewise.
25592         * lib/unistr/u8-strmblen.c: Likewise.
25593         * lib/unistr/u8-strmbtouc.c: Likewise.
25594         * lib/unistr/u8-strncat.c: Likewise.
25595         * lib/unistr/u8-strncmp.c: Likewise.
25596         * lib/unistr/u8-strncpy.c: Likewise.
25597         * lib/unistr/u8-strnlen.c: Likewise.
25598         * lib/unistr/u8-strpbrk.c: Likewise.
25599         * lib/unistr/u8-strrchr.c: Likewise.
25600         * lib/unistr/u8-strspn.c: Likewise.
25601         * lib/unistr/u8-strstr.c: Likewise.
25602         * lib/unistr/u8-strtok.c: Likewise.
25603         * lib/unistr/u8-to-u16.c: Likewise.
25604         * lib/unistr/u8-to-u32.c: Likewise.
25605         * lib/unistr/u8-uctomb-aux.c: Likewise.
25606         * lib/unistr/u8-uctomb.c: Likewise.
25607         * lib/unitypes.h: Likewise.
25608         * lib/uniwidth.h: Likewise.
25609         * lib/uniwidth/cjk.h: Likewise.
25610         * lib/uniwidth/u16-strwidth.c: Likewise.
25611         * lib/uniwidth/u16-width.c: Likewise.
25612         * lib/uniwidth/u32-strwidth.c: Likewise.
25613         * lib/uniwidth/u32-width.c: Likewise.
25614         * lib/uniwidth/u8-strwidth.c: Likewise.
25615         * lib/uniwidth/u8-width.c: Likewise.
25616         * lib/uniwidth/width.c: Likewise.
25617
25618 2007-10-07  Bruno Haible  <bruno@clisp.org>
25619
25620         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
25621         The file is still under LGPL (see modules/inttypes).
25622
25623 2007-10-06  Bruno Haible  <bruno@clisp.org>
25624
25625         * modules/trunc (Dependencies): Add 'extensions'.
25626         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
25627         Reported by Ben Pfaff <blp@gnu.org>.
25628
25629 2007-10-06  Bruno Haible  <bruno@clisp.org>
25630
25631         * modules/freopen-tests: New file.
25632         * tests/test-freopen.c: New file.
25633
25634         * modules/fopen-tests: New file.
25635         * tests/test-fopen.c: New file.
25636
25637         * modules/fopen: New file.
25638         * lib/fopen.c: New file.
25639         * m4/fopen.m4: New file.
25640         * modules/freopen: New file.
25641         * lib/freopen.c: New file.
25642         * m4/freopen.m4: New file.
25643         * lib/stdio.in.h (fopen, freopen): New declarations.
25644         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
25645         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
25646         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
25647         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
25648         * doc/functions/fopen.texi: Mention the 'fopen' module.
25649         * doc/functions/freopen.texi: Mention the 'freopen' module.
25650
25651 2007-10-06  Bruno Haible  <bruno@clisp.org>
25652
25653         * modules/open-tests: New file.
25654         * tests/test-open.c: New file.
25655
25656         * modules/open: New file.
25657         * lib/open.c: New file.
25658         * m4/open.m4: New file.
25659         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
25660         lib/open.c does.
25661         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
25662         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
25663         macros.
25664         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
25665         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
25666         REPLACE_OPEN.
25667         * doc/functions/open.texi: Mention the 'open' module.
25668
25669 2007-10-04  Bruno Haible  <bruno@clisp.org>
25670
25671         * modules/ceill-tests: New file.
25672         * tests/test-ceill.c: New file.
25673
25674         * modules/ceill: New file.
25675         * lib/ceill.c: Replace entire file.
25676         * m4/ceill.m4: New file.
25677         * lib/math.in.h (ceill): Replace declaration.
25678         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
25679         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
25680         * doc/functions/ceill.texi: Mention the 'ceill' module.
25681         * modules/mathl (Files): Remove lib/ceill.c.
25682         (Depends-on): Add ceill.
25683
25684 2007-10-04  Bruno Haible  <bruno@clisp.org>
25685
25686         * modules/ceilf-tests: New file.
25687         * tests/test-ceilf.c: New file.
25688
25689         * modules/ceilf: New file.
25690         * lib/ceil.c: New file.
25691         * lib/ceilf.c: New file.
25692         * m4/ceilf.m4: New file.
25693         * lib/math.in.h (ceilf): New declaration.
25694         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
25695         HAVE_DECL_CEILF.
25696         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
25697         HAVE_DECL_CEILF.
25698         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
25699
25700 2007-10-04  Bruno Haible  <bruno@clisp.org>
25701
25702         * modules/floorl-tests: New file.
25703         * tests/test-floorl.c: New file.
25704
25705         * modules/floorl: New file.
25706         * lib/floorl.c: Replace entire file.
25707         * m4/floorl.m4: New file.
25708         * lib/math.in.h (floorl): Replace declaration.
25709         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
25710         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
25711         * doc/functions/floorl.texi: Mention the 'floorl' module.
25712         * modules/mathl (Files): Remove lib/floorl.c.
25713         (Depends-on): Add floorl.
25714
25715 2007-10-04  Bruno Haible  <bruno@clisp.org>
25716
25717         * modules/floorf-tests: New file.
25718         * tests/test-floorf.c: New file.
25719
25720         * modules/floorf: New file.
25721         * lib/floor.c: New file.
25722         * lib/floorf.c: New file.
25723         * m4/floorf.m4: New file.
25724         * lib/math.in.h (floorf): New declaration.
25725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
25726         HAVE_DECL_FLOORF.
25727         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
25728         HAVE_DECL_FLOORF.
25729         * doc/functions/floorf.texi: Mention the 'floorf' module.
25730
25731 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
25732             Bruno Haible  <bruno@clisp.org>
25733
25734         Advertise for the Git server instead of the CVS server.
25735         * doc/gnulib-intro.texi (Steady Development): Mention the Git
25736         repository instead of the CVS one.
25737         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
25738         about all VCS systems generically.
25739         * doc/gnulib.texi (Introduction): Capitalize `Git'.
25740
25741 2007-10-04  Bruno Haible  <bruno@clisp.org>
25742
25743         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
25744         means.
25745         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
25746
25747 2007-10-04  Bruno Haible  <bruno@clisp.org>
25748
25749         * modules/truncl-tests: New file.
25750         * tests/test-truncl.c: New file.
25751
25752         * modules/truncl: New file.
25753         * lib/truncl.c: New file.
25754         * m4/truncl.m4: New file.
25755         * lib/math.in.h (truncl): New declaration.
25756         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
25757         HAVE_DECL_TRUNCL.
25758         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
25759         HAVE_DECL_TRUNCL.
25760         * doc/functions/truncl.texi: Mention the 'truncl' module.
25761
25762 2007-10-04  Bruno Haible  <bruno@clisp.org>
25763
25764         * modules/truncf-tests: New file.
25765         * tests/test-truncf.c: New file.
25766
25767         * modules/truncf: New file.
25768         * lib/trunc.c: Make paramerizable through USE_* macros.
25769         * lib/truncf.c: New file.
25770         * m4/truncf.m4: New file.
25771         * lib/math.in.h (truncf): New declaration.
25772         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
25773         HAVE_DECL_TRUNCF.
25774         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
25775         HAVE_DECL_TRUNCF.
25776         * doc/functions/truncf.texi: Mention the 'truncf' module.
25777
25778 2007-10-03  Bruno Haible  <bruno@clisp.org>
25779
25780         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
25781         augmentation also for tests modules.
25782         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
25783         * modules/atexit-tests (Makefile.am): Likewise.
25784         * modules/binary-io-tests (Makefile.am): Likewise.
25785         * modules/c-strcase-tests (Makefile.am): Likewise.
25786         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
25787         * modules/canonicalize-tests (Makefile.am): Likewise.
25788         * modules/closein-tests (Makefile.am): Likewise.
25789         * modules/fprintf-posix-tests (Makefile.am): Likewise.
25790         * modules/freadahead-tests (Makefile.am): Likewise.
25791         * modules/fseek-tests (Makefile.am): Likewise.
25792         * modules/fseeko-tests (Makefile.am): Likewise.
25793         * modules/ftell-tests (Makefile.am): Likewise.
25794         * modules/ftello-tests (Makefile.am): Likewise.
25795         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
25796         * modules/isnanl-tests (Makefile.am): Likewise.
25797         * modules/lseek-tests (Makefile.am): Likewise.
25798         * modules/mbscasecmp-tests (Makefile.am): Likewise.
25799         * modules/mbscasestr-tests (Makefile.am): Likewise.
25800         * modules/mbschr-tests (Makefile.am): Likewise.
25801         * modules/mbscspn-tests (Makefile.am): Likewise.
25802         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
25803         * modules/mbspbrk-tests (Makefile.am): Likewise.
25804         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
25805         * modules/mbsrchr-tests (Makefile.am): Likewise.
25806         * modules/mbsspn-tests (Makefile.am): Likewise.
25807         * modules/mbsstr-tests (Makefile.am): Likewise.
25808         * modules/printf-posix-tests (Makefile.am): Likewise.
25809         * modules/snprintf-posix-tests (Makefile.am): Likewise.
25810         * modules/sprintf-posix-tests (Makefile.am): Likewise.
25811         * modules/tsearch-tests (Makefile.am): Likewise.
25812         * modules/uniname/uniname-tests (Makefile.am): Likewise.
25813         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
25814         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
25815         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
25816         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
25817         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
25818         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
25819         * modules/vprintf-posix-tests (Makefile.am): Likewise.
25820         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
25821         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
25822         * modules/xstrtoimax-tests (Makefile.am): Likewise.
25823         * modules/xstrtol-tests (Makefile.am): Likewise.
25824         * modules/xstrtoumax-tests (Makefile.am): Likewise.
25825         * modules/yesno-tests (Makefile.am): Likewise.
25826
25827 2007-10-03  Bruno Haible  <bruno@clisp.org>
25828
25829         * modules/trunc-tests: New file.
25830         * tests/test-trunc.c: New file.
25831
25832         * modules/trunc: New file.
25833         * lib/trunc.c: New file.
25834         * m4/trunc.m4: New file.
25835         * lib/math.in.h (trunc): New declaration.
25836         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
25837         HAVE_DECL_TRUNC.
25838         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
25839         HAVE_DECL_TRUNC.
25840         * doc/functions/trunc.texi: Mention the 'trunc' module.
25841
25842 2007-10-03  Bruno Haible  <bruno@clisp.org>
25843
25844         * tests/test-fpending.c: New file, mostly copied
25845         from coreutils/lib/t-fpending.c.
25846         * modules/fpending-tests: New file.
25847
25848 2007-10-03  Bruno Haible  <bruno@clisp.org>
25849
25850         Port the stdio extensions to QNX (untested).
25851         * lib/fseterr.c (fseterr): Add support for QNX.
25852         * lib/fbufmode.c (fbufmode): Likewise.
25853         * lib/freadable.c (freadable): Likewise.
25854         * lib/fwritable.c (fwritable): Likewise.
25855         * lib/freading.c (freading): Likewise.
25856         * lib/fwriting.c (fwriting): Likewise.
25857         * lib/freadahead.c (freadahed): Likewise.
25858         * lib/fpurge.c (fpurge): Likewise.
25859         * lib/fseeko.c (rpl_fseeko): Likewise.
25860
25861 2007-10-03  Bruno Haible  <bruno@clisp.org>
25862             Jim Meyering  <jim@meyering.net>
25863             Eric Blake  <ebb9@byu.net>
25864
25865         * doc/relocatable.texi: Use @command instead of @program.
25866
25867 2007-10-02  Jim Meyering  <jim@meyering.net>
25868
25869         Perform one more "_.h" -> ".in.h" substitution.
25870         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
25871         instead of unistd_.h here, too.
25872
25873 2007-10-01  Bruno Haible  <bruno@clisp.org>
25874
25875         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
25876         Needed for the alloca-opt module.
25877
25878 2007-09-30  Bruno Haible  <bruno@clisp.org>
25879
25880         * lib/alloca.in.h: Renamed from lib/alloca_.h.
25881         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
25882         alloca_.h.
25883         * lib/argz.in.h: Renamed from lib/argz_.h.
25884         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
25885         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
25886         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
25887         byteswap_.h.
25888         * lib/dirent.in.h: Renamed from lib/dirent_.h.
25889         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
25890         dirent_.h.
25891         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
25892         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
25893         fcntl_.h.
25894         * lib/float.in.h: Renamed from lib/float_.h.
25895         * modules/float (Files, Makefile.am): Use float.in.h instead of
25896         float_.h.
25897         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
25898         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
25899         fnmatch_.h.
25900         * lib/getopt.in.h: Renamed from lib/getopt_.h.
25901         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
25902         getopt_.h.
25903         * lib/glob.in.h: Renamed from lib/glob_.h.
25904         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
25905         * lib/iconv.in.h: Renamed from lib/iconv_.h.
25906         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
25907         iconv_.h.
25908         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
25909         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
25910         inttypes_.h.
25911         * lib/locale.in.h: Renamed from lib/locale_.h.
25912         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
25913         locale_.h.
25914         * lib/math.in.h: Renamed from lib/math_.h.
25915         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
25916         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
25917         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
25918         of netinet_in_.h. Add dependency.
25919         * lib/poll.in.h: Renamed from lib/poll_.h.
25920         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
25921         * lib/search.in.h: Renamed from lib/search_.h.
25922         * modules/search (Files, Makefile.am): Use search.in.h instead of
25923         search_.h.
25924         * lib/signal.in.h: Renamed from lib/signal_.h.
25925         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
25926         _signal.h.
25927         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
25928         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
25929         stdbool_.h.
25930         * lib/stdint.in.h: Renamed from lib/stdint_.h.
25931         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
25932         stdint_.h.
25933         * lib/stdio.in.h: Renamed from lib/stdio_.h.
25934         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
25935         stdio_.h.
25936         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
25937         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
25938         stdlib_.h.
25939         * lib/string.in.h: Renamed from lib/string_.h.
25940         * modules/string (Files, Makefile.am): Use string.in.h instead of
25941         string_.h.
25942         * doc/gnulib-tool.texi (Initial import): Update.
25943         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
25944         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
25945         of sys_select_.h. Add dependency.
25946         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
25947         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
25948         of sys_socket_.h.
25949         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
25950         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
25951         sys_stat_.h.
25952         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
25953         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
25954         sys_time_.h.
25955         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
25956         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
25957         sysexits_.h.
25958         * lib/time.in.h: Renamed from lib/time_.h.
25959         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
25960         * lib/unistd.in.h: Renamed from lib/unistd_.h.
25961         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
25962         unistd_.h.
25963         * lib/wchar.in.h: Renamed from lib/wchar_.h.
25964         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
25965         wchar_.h.
25966         * lib/wctype.in.h: Renamed from lib/wctype_.h.
25967         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
25968         wctype_.h.
25969         * build-aux/bootstrap (slurp): Update.
25970         * lib/.cppi-disable: Update.
25971
25972 2007-09-30  Bruno Haible  <bruno@clisp.org>
25973
25974         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
25975         Needed on BeOS.
25976
25977 2007-09-30  Bruno Haible  <bruno@clisp.org>
25978
25979         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
25980
25981 2007-09-29  Bruno Haible  <bruno@clisp.org>
25982
25983         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
25984
25985 2007-09-29  Bruno Haible  <bruno@clisp.org>
25986
25987         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
25988         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
25989         * build-aux/install-reloc: Compile also areadlink.c.
25990         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
25991
25992 2007-09-29  Bruno Haible  <bruno@clisp.org>
25993
25994         * gnulib-tool (func_emit_initmacro_done): Indentation.
25995
25996 2007-09-29  Bruno Haible  <bruno@clisp.org>
25997
25998         * README: Add CVS checkout update instructions.
25999         Info from Bob Proulx <bob@proulx.com>.
26000
26001 2007-09-28  Eric Blake  <ebb9@byu.net>
26002
26003         Provide move-if-change.
26004         * build-aux/move-if-change: New file, based on best practice
26005         rather than any canonical upstream location.
26006
26007 2007-09-28  Jim Meyering  <jim@meyering.net>
26008
26009         Fix canonicalize loop-detection corner case.
26010         Do not attempt to stat the symlink values stored via seen_triple.
26011         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
26012         on linux-2.6.18, (but not 2.6.22).
26013         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
26014         triple_compare.  The former compares dev,ino,filename, while the latter
26015         would actually stat dirname(filename) when dev and ino were equal.
26016         * lib/hash-triple.c: Install <string.h>.
26017         (STREQ): Define.
26018         (triple_compare_ino_str): New function.
26019         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
26020
26021 2007-09-28  Eric Blake  <ebb9@byu.net>
26022
26023         Enforce that AC_REPLACE_FUNCS files exist.
26024         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
26025         override check for typos.
26026
26027         Fix test-closein on Solaris 10.
26028         * tests/test-closein.c (main): Don't assume stdin can be inherited
26029         closed on all systems.
26030         * tests/test-closein.sh: Likewise.
26031         Reported by Piotr Tarnowski.
26032
26033 2007-09-28  Jim Meyering  <jim@meyering.net>
26034
26035         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
26036
26037 2007-09-27  Jim Meyering  <jim@meyering.net>
26038
26039         canonicalize: Avoid a false-positive cycle failure.
26040         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
26041         Sort.  Remove cycle-check.
26042         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
26043         not cycle-check.h.
26044         (seen_triple): New function.
26045         (canonicalize_filename_mode): Use it instead of cycle-check.
26046         * tests/test-canonicalize.c: Add a test for this bug.
26047         * tests/test-canonicalize.sh: Set up and run the test.
26048
26049         New module, file-set, from coreutils.
26050         * modules/file-set: Define it.
26051         * lib/file-set.c, lib/file-set.h: Implement.
26052
26053         New module, hash-triple, from coreutils.
26054         * modules/hash-triple: Define it.
26055         * lib/hash-triple.c, lib/hash-triple.h: Implement.
26056
26057 2007-09-25  Eric Blake  <ebb9@byu.net>
26058
26059         Fix strerror on Interix.
26060         * lib/string_.h (strerror): Declare replacement.
26061         * doc/functions/strerror.texi (strerror): Document the Interix
26062         shortcoming.
26063         * modules/string (Makefile.am): Support new hooks.
26064         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
26065         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
26066         gl_FUNC_STRERROR_SEPARATE.
26067         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
26068         * lib/strerror.c (rpl_strerror): Provide replacement.
26069         * modules/strerror (Depends-on): Add string.
26070         (configure.ac): Detect use of module.
26071         * tests/test-strerror.c: New file.
26072         * modules/strerror-tests: New test module.
26073         * modules/argp (Depends-on): Add strerror.
26074         * modules/error (Depends-on): Likewise.
26075         Reported by Martin Koeppe.
26076
26077 2007-09-24  Bruno Haible  <bruno@clisp.org>
26078
26079         * README: Update git instructions.
26080
26081 2007-09-24  Eric Blake  <ebb9@byu.net>
26082
26083         Revert fpending breakage from 2007-09-08.
26084         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
26085         __fpending.c.
26086
26087 2007-09-24  Jim Meyering  <jim@meyering.net>
26088
26089         filenamecat.c: Add a test.
26090         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
26091         showing how the function works when DIR is the empty string.
26092
26093 2007-09-21  Simon Josefsson  <simon@josefsson.org>
26094
26095         * tests/test-canonicalize.sh: Turn on executable bit.
26096
26097 2007-09-19  Eric Blake  <ebb9@byu.net>
26098
26099         * README: Update CVS instructions.
26100
26101 2007-09-18  Bruno Haible  <bruno@clisp.org>
26102
26103         * modules/areadlink: New file.
26104         * lib/areadlink.h (areadlink): New declaration.
26105         * lib/areadlink.c: New file, based on lib/xreadlink.c.
26106
26107 2007-09-17  Jim Meyering  <jim@meyering.net>
26108
26109         * lib/savewd.c (ESTALE) [!defined]: Define.
26110         Reported to be required on Interix by Martin Koeppe.
26111
26112 2007-09-17  Bruno Haible  <bruno@clisp.org>
26113
26114         * gnulib-tool (func_version): Use $version.
26115
26116 2007-09-16  Bruno Haible  <bruno@clisp.org>
26117
26118         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
26119         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
26120         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
26121         Reported by Greg Schafer <gschafer@zip.com.au>.
26122
26123 2007-09-15  Bruno Haible  <bruno@clisp.org>
26124
26125         * gnulib-tool (sed): Try a little harder to make bash understand the
26126         alias.
26127         Reported by Bruce Korb <bruce.korb@gmail.com>.
26128
26129 2007-09-13  Eric Blake  <ebb9@byu.net>
26130
26131         * ChangeLog: Remove conflict markers.
26132
26133 2007-09-13  Simon Josefsson  <simon@josefsson.org>
26134
26135         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
26136         Reported by Bruno Haible <bruno@clisp.org>.
26137
26138 2007-09-12  Bruno Haible  <bruno@clisp.org>
26139
26140         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
26141         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
26142         is not defined.
26143
26144 2007-09-12  Eric Blake  <ebb9@byu.net>
26145
26146         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
26147         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
26148         Autoconf definition.
26149         * modules/euidaccess (Depends-on): Add extensions, for
26150         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
26151         * modules/fnmatch (Depends-on): Likewise.
26152         * modules/getaddrinfo (Depends-on): Likewise.
26153         * modules/getdelim (Depends-on): Likewise.
26154         * modules/getline (Depends-on): Likewise.
26155         * modules/getsubopt (Depends-on): Likewise.
26156         * modules/gettext (Depends-on): Likewise.
26157         * modules/group-member (Depends-on): Likewise.
26158         * modules/mbchar (Depends-on): Likewise.
26159         * modules/memmem (Depends-on): Likewise.
26160         * modules/mempcpy (Depends-on): Likewise.
26161         * modules/memrchr (Depends-on): Likewise.
26162         * modules/pagealign_alloc (Depends-on): Likewise.
26163         * modules/readutmp (Depends-on): Likewise.
26164         * modules/stpcpy (Depends-on): Likewise.
26165         * modules/stpncpy (Depends-on): Likewise.
26166         * modules/strchrnul (Depends-on): Likewise.
26167         * modules/strndup (Depends-on): Likewise.
26168         * modules/strsep (Depends-on): Likewise.
26169         * modules/strverscmp (Depends-on): Likewise.
26170         * modules/vasprintf (Depends-on): Likewise.
26171         * modules/wcwidth (Depends-on): Likewise.
26172         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
26173         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
26174         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
26175         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
26176         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
26177         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
26178         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
26179         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26180         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
26181         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
26182         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26183         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
26184         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
26185         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
26186         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
26187         * m4/readutmp.m4 (gl_READUTMP): Likewise.
26188         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
26189         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
26190         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
26191         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
26192         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26193         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
26194         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
26195         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
26196         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
26197         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
26198         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
26199         so that lock.m4 can be used in gettext without extensions module.
26200
26201 2007-09-11  Bruno Haible  <bruno@clisp.org>
26202
26203         * m4/isc-posix.m4: Remove file.
26204         Suggested by Eric Blake.
26205
26206 2007-09-11  Eric Blake  <ebb9@byu.net>
26207
26208         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
26209
26210 2007-09-10  Bruno Haible  <bruno@clisp.org>
26211
26212         * posix-modules: Fix typo in error message.
26213         Reported by Matt <mkraai@beckman.com>.
26214
26215 2007-09-09  Bruno Haible  <bruno@clisp.org>
26216
26217         * doc/functions/getdelim.texi: Update list of platforms lacking the
26218         function.
26219         * doc/functions/getline.texi: Likewise.
26220
26221 2007-09-09  Jim Meyering  <jim@meyering.net>
26222
26223         * lib/hash.c (hash_initialize): Detect calloc failure.
26224         Reported by Bruno Haible.
26225
26226 2007-09-09  Bruno Haible  <bruno@clisp.org>
26227
26228         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
26229         malloc or realloc fails.
26230
26231 2007-09-09  Bruno Haible  <bruno@clisp.org>
26232
26233         * modules/getcwd (Depends-on): Add malloc-posix.
26234         * modules/glob (Depends-on): Likewise.
26235         * modules/putenv (Depends-on): Likewise.
26236         * modules/strdup (Depends-on): Likewise.
26237         * modules/getdelim (Depends-on): Add realloc-posix.
26238         * modules/read-file (Depends-on): Likewise.
26239
26240 2007-09-09  Bruno Haible  <bruno@clisp.org>
26241
26242         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
26243         (gl_FUNC_MALLOC_POSIX): Require it.
26244         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
26245         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
26246         * modules/realloc (Files): Add m4/malloc.m4.
26247         * modules/calloc (Files): Likewise.
26248
26249 2007-09-09  Bruno Haible  <bruno@clisp.org>
26250
26251         * modules/malloc-posix: New file.
26252         * modules/malloc (Depends-on): Add malloc-posix.
26253         * lib/malloc.c: Include errno.h.
26254         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
26255         and a POSIX-compatible malloc into a single function. Set ENOMEM
26256         when returning NULL.
26257         * m4/malloc.m4: New file.
26258         * doc/functions/malloc.texi: Mention the malloc-posix module.
26259         * lib/stdlib_.h (malloc): New declaration.
26260         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
26261         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
26262         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
26263         and HAVE_MALLOC_POSIX.
26264
26265 2007-09-09  Bruno Haible  <bruno@clisp.org>
26266
26267         * modules/realloc-posix: New file.
26268         * modules/realloc (Depends-on): Add realloc-posix.
26269         * lib/realloc.c: Include errno.h.
26270         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
26271         and a POSIX-compatible realloc into a single function. Set ENOMEM
26272         when returning NULL.
26273         * m4/realloc.m4: New file.
26274         * doc/functions/realloc.texi: Mention the realloc-posix module.
26275         * lib/stdlib_.h (realloc): New declaration.
26276         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
26277         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
26278         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
26279         and HAVE_REALLOC_POSIX.
26280
26281 2007-09-09  Bruno Haible  <bruno@clisp.org>
26282
26283         * modules/calloc-posix: New file.
26284         * modules/calloc (Depends-on): Add calloc-posix.
26285         * lib/calloc.c: Include errno.h.
26286         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
26287         and a POSIX-compatible calloc into a single function. Set ENOMEM
26288         when returning NULL.
26289         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
26290         * doc/functions/calloc.texi: Mention the calloc-posix module.
26291         * lib/stdlib_.h (calloc): New declaration.
26292         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
26293         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
26294         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
26295         and HAVE_CALLOC_POSIX.
26296
26297 2007-09-09  Bruno Haible  <bruno@clisp.org>
26298
26299         Allow for modules to show an arbitrary notice.
26300         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
26301         * gnulib-tool: New option --extract-notice.
26302         (func_usage): Document it.
26303         (sed_extract_prog): Update.
26304         (func_get_notice): New function.
26305         (func_modules_notice): New function.
26306         (func_import, func_create_testdir): Invoke it.
26307         Suggested by Jim Meyering.
26308
26309 2007-09-09  Bruno Haible  <bruno@clisp.org>
26310
26311         * gnulib-tool: New options --verbose, --quiet.
26312         (func_usage): Document them.
26313         (verbose): New variable.
26314         (func_execute_command): New function.
26315         (func_import): Don't show the module list and the file list if
26316         $verbose < 0.
26317         (func_create_testdir): Likewise. Use func_execute_command.
26318         (func_create_megatestdir): Use func_execute_command.
26319
26320 2007-09-08  Bruno Haible  <bruno@clisp.org>
26321
26322         * gnulib-tool (func_import): Prefer rsync over wget when available,
26323         for fetching the PO files.
26324
26325 2007-09-08  Bruno Haible  <bruno@clisp.org>
26326
26327         * posix-modules: New file. Portions copied from gnulib-tool.
26328         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
26329
26330 2007-09-08  Jim Meyering  <jim@meyering.net>
26331
26332         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
26333         * lib/fpending.h: Rename from __fpending.h.
26334         * lib/fpending.c: Rename from __fpending.c.
26335         Include "fpending.h", not "__fpending.h".
26336         * lib/__fpending.h, lib/__fpending.c: Remove files.
26337         * modules/fpending (Files): Reflect new file names.
26338         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
26339
26340 2007-09-08  Bruno Haible  <bruno@clisp.org>
26341
26342         * m4/inttypes-h.m4: Remove stub file.
26343
26344 2007-09-07  Simon Josefsson  <simon@josefsson.org>
26345
26346         * doc/headers/stdint.texi: Discuss #include_next issue.
26347
26348 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26349
26350         * build-aux/bootstrap: Remove obsolete comment about wget --help.
26351
26352 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26353
26354         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
26355         in variable name.
26356
26357 2007-09-03  Jim Meyering  <jim@meyering.net>
26358
26359         New module: git-version-gen.
26360         * modules/git-version-gen: New file.
26361
26362         Import changes from coreutils for bootstrap script.
26363
26364         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
26365
26366         bootstrap: uses rsync to download the .po files
26367         * build-aux/bootstrap (po_download_command_format): New global.
26368         (download_po_files): Use rsync.
26369         (update_po_files): Don't remove .po files after download,
26370         so future rsync runs can take advantage of the copies.
26371
26372         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
26373
26374         Solve the unnecessary-.po-file-regeneration problem once and for all.
26375         * build-aux/bootstrap (download_po_files): New function, renamed from
26376         get_translations.  Now, downloads, but doesn't update LINGUAS.
26377         (update_po_files): New function.
26378
26379         bootstrap: Ignore more.
26380         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
26381         uniwidth to e.g., lib/.gitignore.
26382         (slurp): Handle the sys_stat_.h -> sys mapping, too.
26383
26384         * build-aux/bootstrap: New setting: vc_ignore.
26385         (insert_sorted_if_absent): Create $file if absent.
26386         Adapt to new, possibly empty, list: $vc_ignore.
26387
26388         bootstrap: generate more ignorable names
26389         * build-aux/bootstrap (slurp): When generating ignorable names,
26390         also map .sin to .sed, .gperf to .c, and .y to .c.
26391
26392 2007-09-03  Jim Meyering  <jim@meyering.net>
26393
26394         * build-aux/git-version-gen: New file, from coreutils.  For details, see
26395         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
26396
26397 2007-09-02  Bruno Haible  <bruno@clisp.org>
26398
26399         Fix mis-recognition of 'mcs' on QNX 6.
26400         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
26401         output contains the string "Mono".
26402         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
26403         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
26404
26405 2007-09-01  Bruno Haible  <bruno@clisp.org>
26406
26407         Fix collision between uniwidth/* and linebreak modules.
26408         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
26409         u32_width): Remove declarations.
26410         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
26411         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
26412         streq3, streq2, streq1, streq0): Remove functions.
26413         (STREQ): Remove macro.
26414         (is_cjk_encoding): Remove function.
26415         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
26416         (uc_width, u8_width, u16_width, u32_width): Remove functions.
26417         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
26418         * NEWS: Document the change.
26419
26420 2007-09-01  Bruno Haible  <bruno@clisp.org>
26421
26422         * lib/streq.h: Add double-inclusion guard.
26423
26424 2007-09-01  Karl Berry  <karl@gnu.org>
26425
26426         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
26427
26428 2007-08-28  Jim Meyering  <jim@meyering.net>
26429
26430         Rename mreadlink_with_size to areadlink_with_size.
26431         * NEWS: Document the change.
26432         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
26433         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
26434         * lib/mreadlink.h: Rename this to...
26435         * lib/areadlink.h: ...this.
26436         * modules/mreadlink-with-size: Rename this to...
26437         * modules/areadlink-with-size: ...this.
26438         * lib/canonicalize.c: Reflect the renaming.
26439         * modules/canonicalize: Likewise.
26440
26441 2007-08-26  Bruno Haible  <bruno@clisp.org>
26442
26443         * gnulib-tool (func_import): When deciding which files to remove,
26444         consider also dangling symbolic links.
26445         Reported by Eric Blake.
26446
26447 2007-08-26  Bruno Haible  <bruno@clisp.org>
26448
26449         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
26450
26451 2007-08-23  Simon Josefsson  <simon@josefsson.org>
26452
26453         * lib/readline.c: Don't include getline.h, the prototype is now
26454         found in stdio.h.
26455
26456 2007-08-23  Jim Meyering  <jim@meyering.net>
26457
26458         Getdelim touchup.
26459         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
26460         around the funlockfile call, since funlockfile never sets errno.
26461         Don't set errno upon failed realloc.
26462
26463 2007-08-22  Eric Blake  <ebb9@byu.net>
26464
26465         Getline touchups.
26466         * lib/getdelim.c (getdelim): Revert regression that required *n to
26467         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
26468         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
26469         getdelim, rather than whether implementation is missing.
26470         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
26471         * lib/stdio_.h (getline): Also declare if replacement is
26472         required.
26473         * doc/functions/getdelim.texi: New file.
26474         * doc/functions/getline.texi: Likewise.
26475         * doc/gnulib.texi (Function Substitutes): Add new files.
26476         Reported by Bruno Haible.
26477
26478 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
26479
26480         * users.txt: Add Guile.
26481
26482 2007-08-22  Eric Blake  <ebb9@byu.net>
26483
26484         * tests/test-getdelim.c (main): Use remove, not unlink.
26485         * tests/test-getline.c (main): Likewise.
26486
26487         Move getline and getdelim into stdio.h, per POSIX 200x.
26488         * modules/getline (Files): Remove getline.h.
26489         (Depends-on): Add stdio.
26490         (configure.ac): Add module indicator.
26491         * modules/getdelim (Files): Remove getdelim.h.
26492         (Depends-on): Add stdio.
26493         (configure.ac): Add module indicator.
26494         * modules/stdio (Makefile.am): Work with new indicators.
26495         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
26496         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
26497         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
26498         * lib/getdelim.h: Delete.
26499         * lib/getline.h: Delete.
26500         * lib/stdio_.h (getdelim, getline): Declare.
26501         * modules/getdelim-tests: New module.
26502         * modules/getline-tests: Likewise.
26503         * tests/test-getdelim.c: New file.
26504         * tests/test-getline.c: Likewise.
26505         * NEWS: Document the change.
26506         * lib/getline.c: Update choice of header.
26507         * lib/csharpcomp.c: Likewise.
26508         * lib/getpass.c: Likewise.
26509         * lib/javacomp.c: Likewise.
26510         * lib/javaversion.c: Likewise.
26511         * lib/yesno.c: Likewise.
26512         * lib/getdelim.c: Likewise.
26513         (getdelim): Set errno on failure, and avoid memory leak.
26514
26515 2007-08-19  Bruno Haible  <bruno@clisp.org>
26516
26517         * modules/closein (Depends-on): Add freadahead.
26518         * lib/closein.c: Include freadahead.h.
26519         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
26520         is zero.
26521
26522 2007-08-19  Bruno Haible  <bruno@clisp.org>
26523
26524         * modules/freadahead-tests: New file.
26525         * tests/test-freadahead.sh: New file.
26526         * tests/test-freadahead.c: New file.
26527
26528         * modules/freadahead: New file.
26529         * lib/freadahead.h: New file.
26530         * lib/freadahead.c: New file.
26531         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
26532         fbufmode, fpurge, freadable, fwritable.
26533
26534 2007-08-19  Eric Blake  <ebb9@byu.net>
26535
26536         Test yesno in combination with closein.
26537         * lib/yesno.c (yesno): Document use of stdin.
26538         * modules/yesno-tests (Files): New module.
26539         * tests/test-yesno.c (main): New file.
26540         * tests/test-yesno.sh: Likewise.
26541
26542 2007-08-19  Bruno Haible  <bruno@clisp.org>
26543
26544         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
26545         * lib/fseeko.c (rpl_fseeko): Likewise.
26546         * lib/fseterr.c (fseterr): Likewise.
26547
26548 2007-08-19  Bruno Haible  <bruno@clisp.org>
26549
26550         * tests/test-lseek.c (main): Disable a test for BeOS.
26551         * doc/functions/lseek.texi: Document the BeOS bug.
26552
26553 2007-08-19  Bruno Haible  <bruno@clisp.org>
26554             Eric Blake  <ebb9@byu.net>
26555
26556         * lib/lseek.c: Include <sys/stat.h>.
26557         (rpl_lseek): Add workaround code also for Unix platforms.
26558         Needed for BeOS.
26559         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
26560         * doc/functions/lseek.texi: Document BeOS definiency.
26561
26562 2007-08-18  Bruno Haible  <bruno@clisp.org>
26563
26564         * modules/fstrcmp-tests: New file.
26565         * tests/test-fstrcmp.c: New file.
26566
26567 2007-08-18  Bruno Haible  <bruno@clisp.org>
26568
26569         * modules/fstrcmp: New file, from GNU gettext with modifications.
26570         * lib/fstrcmp.h: New file, from GNU gettext.
26571         * lib/fstrcmp.c: New file, from GNU gettext.
26572         * MODULES.html.sh (String handling): Add fstrcmp.
26573
26574 2007-08-18  Bruno Haible  <bruno@clisp.org>
26575
26576         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
26577         'bool'.
26578         (diag, compareseq): Remove const from the ctxt argument.
26579         (USE_HEURISTIC): Undefine at the end.
26580
26581 2007-08-18  Jim Meyering  <jim@meyering.net>
26582
26583         New file: lib/idcache.h
26584         * NEWS: Mention the addition.
26585         * modules/idcache (Files): Add lib/idcache.h
26586         * lib/idcache.c: Include "idcache.h".
26587         Don't include <sys/types.h>.
26588         Add a FIXME comment.
26589         Move file-scoped "static" declarations to the top.
26590         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
26591
26592 2007-08-17  Bruno Haible  <bruno@clisp.org>
26593         and Paul Eggert  <eggert@cs.ucla.edu>
26594
26595         * MODULES.html.sh: Add diffseq.
26596         * modules/diffseq: New file.
26597         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
26598         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
26599
26600 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26601
26602         Import changes from coreutils for bootstrap script.
26603
26604         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
26605
26606         * build-aux/bootstrap (slurp): Work even in environments where
26607         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
26608         current code does not slurp files whose names start with ".", and
26609         this looks like it might be a troublesome area.
26610
26611         2007-07-11  Jim Meyering  <jim@meyering.net>
26612
26613         If there's a GPL vN copyright comment, require that N == 3.
26614
26615         2007-07-08  Jim Meyering  <jim@meyering.net>
26616
26617         Run the coreutils-specific code only if tests/Makefile.am.in exists.
26618         * build-aux/bootstrap (mam_template): Move definition out of loop.
26619
26620         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
26621
26622         * build-aux/bootstrap (symlink_to_dir): Rename function from
26623         symlink_to_gnulib.  Add a directory parameter.  Update all
26624         callers.
26625         (cp_mark_as_generated): Also check for -- and link to -- files in
26626         gl/.
26627
26628         2007-07-08  Jim Meyering  <jim@meyering.net>
26629
26630         Adapt to deeper hierarchy in gnulib.
26631         * build-aux/bootstrap (symlink_to_dir): If the destination
26632         directory doesn't exist, create it. This is required at least for
26633         "lib/uniwidth/cjk.h".
26634
26635         2007-05-15  Jim Meyering  <jim@meyering.net>
26636
26637         * build-aux/bootstrap: Now that generated Makefile.am files
26638         are no longer under version control, they must be created at
26639         bootstrap time.
26640
26641 2007-08-14  Ben Pfaff  <blp@gnu.org>
26642
26643         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
26644
26645 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26646
26647         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
26648         given the changes below.
26649         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
26650         even on hosts that have padding bits beyond the supported 64.
26651
26652 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26653
26654         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
26655         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
26656         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
26657         depends on it.
26658         (xstrtol_error): Remove.
26659         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
26660         but with a different signature.
26661         (ATTRIBUTE_NORETURN, __attribute__): New macros.
26662         * lib/xstrtol-error.c: Include exitfail.h.
26663         (xstrtol_fatal): New function, with a different signature from the
26664         old xstrtol_error, so that the caller need not worry about passing
26665         in an exit status, or about storage management of the option argument.
26666         (xstrtol_error): Now a static function.  Redo signature to
26667         implement xstrtol_fatal.  Output the correct number of hyphens in
26668         front of the option so that the caller need not worry about
26669         storage management.
26670         (N_): New macro.
26671         (_): Remove; not used now.
26672         * modules/xstrtol: Depend on getopt.
26673         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
26674         of old STRTOL_FATAL_ERROR macro.
26675         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
26676         of test program.
26677         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
26678         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
26679
26680 2007-08-08  Eric Blake  <ebb9@byu.net>
26681
26682         * lib/xstrtol-error.c: Add missing include.
26683
26684         Move xstrtol messages into gnulib domain, when --pobase is used.
26685         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
26686         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
26687         * modules/xstrtol (Files): Distribute new file.
26688         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
26689         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
26690         * tests/test-xstrtol.c: ...into new file.
26691         * tests/test-xstrtoul.c: Also test xstrtoul.
26692         * tests/test-xstrtoimax.c: Also test xstrtoimax.
26693         * tests/test-xstrtoumax.c: Also test xstrtoumax.
26694         * tests/test-xstrtol.sh: Drive the tests.
26695         * tests/test-xstrtoimax.sh: Likewise.
26696         * tests/test-xstrtoumax.sh: Likewise.
26697         * modules/xstrtol-tests: New module.
26698         * modules/xstrtoimax-tests: Likewise.
26699         * modules/xstrtoumax-tests: Likewise.
26700
26701 2007-08-08  Jim Meyering  <jim@meyering.net>
26702
26703         New function: mfile_name_concat.
26704         * lib/filenamecat.c (mfile_name_concat): New function, just like
26705         file_name_concat, but return NULL upon failure rather than exiting
26706         with a diagnostic.
26707         * lib/filenamecat.h: Declare it.
26708
26709 2007-08-07  Bruno Haible  <bruno@clisp.org>
26710
26711         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
26712         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
26713         warning from gcc.
26714         Reported by Eric Blake.
26715
26716 2007-08-07  Simon Josefsson  <simon@josefsson.org>
26717
26718         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
26719         * modules/crypto/arcfour (License): Likewise.
26720         * modules/crypto/des-tests (License): Likewise.
26721         * modules/crypto/gc-arctwo-tests (License): Likewise.
26722         * modules/crypto/gc-des-tests (License): Likewise.
26723         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
26724         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
26725         * modules/crypto/gc-md2-tests (License): Likewise.
26726         * modules/crypto/gc-md4-tests (License): Likewise.
26727         * modules/crypto/gc-md5-tests (License): Likewise.
26728         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
26729         * modules/crypto/gc-rijndael-tests (License): Likewise.
26730         * modules/crypto/gc-sha1-tests (License): Likewise.
26731         * modules/crypto/gc-tests (License): Likewise.
26732         * modules/crypto/hmac-md5 (License): Likewise.
26733         * modules/crypto/hmac-sha1 (License): Likewise.
26734         * modules/crypto/md2-tests (License): Likewise.
26735         * modules/crypto/md4-tests (License): Likewise.
26736         * modules/crypto/md5 (License): Likewise.
26737         * modules/crypto/rijndael (License): Likewise.
26738         * modules/crypto/sha1 (License): Likewise.
26739         * modules/memxor (License): Likewise.
26740
26741 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26742         and Bruno Haible  <bruno@clisp.org>
26743
26744         * NEWS: Describe interface changes to human, xstrtol.
26745         * lib/human.h: Include <xstrtol.h>.
26746         (human_options): Return enum strtol_error, not int.  Remove
26747         bool arg; take int * instead.
26748         * lib/human.c: Don't include "gettext.h".
26749         (_): Remove; no longer used.
26750         Don't include <xstrtol.h>, since human.h does it.
26751         (human_options): Adjust to abovementioned interface changes.
26752         Do not report error to stderr; that's now the caller's
26753         responsibility.
26754         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
26755         interface change.
26756         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
26757         Str, Argument_type_string.  All uses changed.  Put " argument"
26758         in diagnostics to make them clearer.  Change wording of suffix
26759         message for clarity.
26760         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
26761         Argument_type_string.
26762         (STRTOL_FATAL_WARN): Remove; no longer used.
26763         * modules/human (Depends-on): Remove gettext-h.
26764
26765 2007-08-06  Simon Josefsson  <simon@josefsson.org>
26766
26767         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
26768
26769 2007-07-31  Bruno Haible  <bruno@clisp.org>
26770
26771         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
26772         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
26773         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
26774
26775 2007-07-31  Bruno Haible  <bruno@clisp.org>
26776
26777         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
26778         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
26779
26780 2007-07-30  Bruno Haible  <bruno@clisp.org>
26781
26782         * modules/base64 (License): Use the synonymous term "LGPLv2+".
26783         * modules/c-ctype (License): Likewise.
26784         * modules/c-strcase (License): Likewise.
26785         * modules/check-version (License): Likewise.
26786         * modules/iconv (License): Likewise.
26787         * modules/iconv_open (License): Likewise.
26788         * modules/read-file (License): Likewise.
26789         * modules/striconv (License): Likewise.
26790         * modules/strverscmp (License): Likewise.
26791         * modules/vasprintf (License): Likewise.
26792         * modules/crypto/des (License): Likewise.
26793         * modules/crypto/gc (License): Likewise.
26794         * modules/crypto/gc-arcfour (License): Likewise.
26795         * modules/crypto/gc-arctwo (License): Likewise.
26796         * modules/crypto/gc-des (License): Likewise.
26797         * modules/crypto/gc-hmac-md5 (License): Likewise.
26798         * modules/crypto/gc-hmac-sha1 (License): Likewise.
26799         * modules/crypto/gc-md2 (License): Likewise.
26800         * modules/crypto/gc-md4 (License): Likewise.
26801         * modules/crypto/gc-md5 (License): Likewise.
26802         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
26803         * modules/crypto/gc-random (License): Likewise.
26804         * modules/crypto/gc-rijndael (License): Likewise.
26805         * modules/crypto/gc-sha1 (License): Likewise.
26806         * modules/crypto/md2 (License): Likewise.
26807         * modules/crypto/md4 (License): Likewise.
26808
26809 2007-07-30  Jim Meyering  <jim@meyering.net>
26810
26811         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
26812         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
26813         it has valid stat data.  This bug would cause du not to count the
26814         sizes of inaccessible directories.
26815         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
26816         in <http://bugzilla.redhat.com/250077>.
26817
26818 2007-07-25  Peter O'Gorman  <peter@pogma.com>
26819             Bruno Haible  <bruno@clisp.org>
26820
26821         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
26822         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
26823         #include_next, gives a diagnostic about it, but reports no error in
26824         the exit code.
26825         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
26826
26827 2007-07-24  Ben Pfaff  <blp@gnu.org>
26828
26829         Improve name: "count-one-bits" is better than "popcount".
26830         * MODULES.html.sh: Update name.
26831         * lib/popcount.h: Renamed lib/count-one-bits.h.
26832         (popcount): Renamed count_one_bits.
26833         (popcountl): Renamed count_one_bits_l.
26834         (popcountll): Renamed count_one_bits_ll.
26835         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
26836         * modules/popcount: Renamed module/count-one-bits.
26837         * modules/popcount-tests: Renamed module/count-one-bits-tests.
26838         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
26839
26840 2007-07-23  Ben Pfaff  <blp@gnu.org>
26841
26842         * lib/popcount.h (popcount32): Reduce size of constants, to allow
26843         better code generation, and add U to large constants to avoid
26844         warnings, in non-GCC case.
26845         Suggested by Bruno Haible.
26846
26847 2007-07-23  Ben Pfaff  <blp@gnu.org>
26848
26849         * lib/popcount.h: Use verify_true instead of if...abort.
26850         * modules/popcount: Depend on verify module.
26851         Suggested by Jim Meyering.
26852
26853 2007-07-23  Bruno Haible  <bruno@clisp.org>
26854
26855         * gnulib-tool (func_import): Create a .cvsignore file also when the
26856         directory is not yet in CVS but the toplevel directory is. When
26857         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
26858         Reported by Karl Berry.
26859
26860 2007-07-22  Ben Pfaff  <blp@gnu.org>
26861
26862         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
26863         case.
26864         Suggested by Eric Blake.
26865
26866 2007-07-22  Ben Pfaff  <blp@gnu.org>
26867
26868         New module: popcount.
26869         * MODULES.html.sh: Add popcount.
26870         * modules/popcount: New file.
26871         * modules/popcount-tests: New file.
26872         * tests/test-popcount.c: New file.
26873         * lib/popcount.h: New file.
26874         * m4/popcount.m4: New file.
26875
26876 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26877
26878         * build-aux/announce-gen: Update to GPLv3.
26879
26880         * build-aux/config.guess: Update from config.
26881
26882 2007-07-21  Bruno Haible  <bruno@clisp.org>
26883
26884         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
26885         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
26886
26887 2007-07-20  Jim Meyering  <jim@meyering.net>
26888
26889         * check-module: Diagnose a self-dependency.
26890
26891 2007-07-19  Bruno Haible  <bruno@clisp.org>
26892
26893         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
26894         empty.
26895         Reported by Eric Blake.
26896
26897 2007-07-18  Bruno Haible  <bruno@clisp.org>
26898
26899         * gnulib-tool: New options --po-base, --po-domain.
26900         (func_usage): Document them.
26901         (pobase, po_domain): New variables.
26902         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
26903         DEFAULT_TEXT_DOMAIN.
26904         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
26905         (func_import): Consider pobase and po_domain. Create a po/ directory.
26906         (func_create_testdir): Set pobase and po_domain to empty.
26907         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
26908         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
26909
26910 2007-07-18  Bruno Haible  <bruno@clisp.org>
26911
26912         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26913         EXTRA_DIST augmentation for files in build-aux/.
26914
26915 2007-07-16  Bruno Haible  <bruno@clisp.org>
26916
26917         * modules/lseek (License): Use the synonymous term "LGPLv2+".
26918         * modules/getdelim (License): Likewise.
26919
26920 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26921
26922         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
26923         * modules/d-type (License): Likewise.
26924         * modules/extensions (License): Likewise.
26925         * modules/fnmatch (License): Likewise.
26926         * modules/fseeko (License): Likewise.
26927         * modules/getaddrinfo (License): Likewise.
26928         * modules/getline (License): Likewise.
26929         * modules/getlogin_r (License): Likewise.
26930         * modules/getpass (License): Likewise.
26931         * modules/gettimeofday (License): Likewise.
26932         * modules/glob (License): Likewise.
26933         * modules/inet_ntop (License): Likewise.
26934         * modules/malloc (License): Likewise.
26935         * modules/malloca (License): Likewise.
26936         * modules/memmem (License): Likewise.
26937         * modules/mempcpy (License): Likewise.
26938         * modules/memset (License): Likewise.
26939         * modules/minmax (License): Likewise.
26940         * modules/mktime (License): Likewise.
26941         * modules/netinet_in (License): Likewise.
26942         * modules/pathmax (License): Likewise.
26943         * modules/poll (License): Likewise.
26944         * modules/regex (License): Likewise.
26945         * modules/snprintf (License): Likewise.
26946         * modules/stdbool (License): Likewise.
26947         * modules/stdint (License): Likewise.
26948         * modules/stdio (License): Likewise.
26949         * modules/strcase (License): Likewise.
26950         * modules/strcasestr (License): Likewise.
26951         * modules/strdup (License): Likewise.
26952         * modules/string (License): Likewise.
26953         * modules/strndup (License): Likewise.
26954         * modules/strnlen (License): Likewise.
26955         * modules/strpbrk (License): Likewise.
26956         * modules/strptime (License): Likewise.
26957         * modules/strsep (License): Likewise.
26958         * modules/sys_select (License): Likewise.
26959         * modules/sys_socket (License): Likewise.
26960         * modules/sys_stat (License): Likewise.
26961         * modules/sys_time (License): Likewise.
26962         * modules/time (License): Likewise.
26963         * modules/time_r (License): Likewise.
26964         * modules/timegm (License): Likewise.
26965         * modules/unistd (License): Likewise.
26966         * modules/vsnprintf (License): Likewise.
26967         * modules/wctype (License): Likewise.
26968
26969 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26970
26971         * modules/argz (License): LGPLv2+.
26972
26973 2007-07-15  Karl Berry  <karl@gnu.org>
26974
26975         * doc/gnulib.texi: revise node structure per new fdl.texi.
26976
26977 2007-07-14  Bruno Haible  <bruno@clisp.org>
26978
26979         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
26980         the output file.
26981         * lib/uniname/uninames.h: Regenerated.
26982
26983 2007-07-14  Karl Berry  <karl@gnu.org>
26984
26985         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
26986         omitting sectioning and index commands.
26987
26988 2007-07-13  Bruno Haible  <bruno@clisp.org>
26989
26990         New gnulib-tool option --more-symlinks.
26991         * gnulib-tool (func_usage): Document --more-symlinks.
26992         (do_copyrights): New variable.
26993         Recognize option --more-symlinks.
26994         (func_import): Don't add a copyright notice transform to
26995         sed_transform_lib_file if do_copyrights is empty.
26996
26997 2007-07-13  Bruno Haible  <bruno@clisp.org>
26998
26999         * lib/vasnprintf.c (decimal_point_char): Define also if
27000         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
27001         && !NEED_PRINTF_DIRECTIVE_A.
27002         Reported by Clemens Koller <clemens.koller@anagramm.de> via
27003         Gary V. Vaughan <gary@gnu.org>.
27004
27005 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
27006
27007         * lib/inttypes_.h: Undo previous change, since it was fixed
27008         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
27009
27010 2007-07-13  Bruno Haible  <bruno@clisp.org>
27011
27012         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
27013         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
27014
27015 2007-07-13  Jim Meyering  <jim@meyering.net>
27016
27017         df: Don't fail for Tru64's "file-on-file mount".
27018         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
27019         so we fall through and use statfs instead.  Details here:
27020         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
27021         Reported by Albert Chin.
27022
27023 2007-07-13  Bruno Haible  <bruno@clisp.org>
27024
27025         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
27026         * modules/configmake (License): Likewise.
27027         * modules/gettext (License): Likewise.
27028         * modules/gettext-h (License): Likewise.
27029         * modules/include_next (License): Likewise.
27030         * modules/link-warning (License): Likewise.
27031         * modules/localcharset (License): Likewise.
27032         * modules/localename (License): Likewise.
27033         * modules/lock (License): Likewise.
27034         * modules/relocatable-lib-lgpl (License): Likewise.
27035         * modules/size_max (License): Likewise.
27036         * modules/vasnprintf (License): Likewise.
27037         * modules/wchar (License): Likewise.
27038         * modules/xsize (License): Likewise.
27039
27040 2007-07-13  Bruno Haible  <bruno@clisp.org>
27041
27042         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
27043         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
27044
27045 2007-07-12  Bruno Haible  <bruno@clisp.org>
27046
27047         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
27048         in the modules files.
27049
27050 2007-07-11  Karl Berry  <karl@gnu.org>
27051
27052         * MODULES.html.sh (func_module): use
27053          sed -e '\|^'"${includefile}"'$|d'
27054          instead of /.../d, to avoid errors on $includefile's containing /.
27055
27056 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27057
27058         * gnulib-tool (func_import): Avoid duplication of --avoid
27059         statements
27060         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
27061         names to `_' in variable names.
27062
27063 2007-07-10  Eric Blake  <ebb9@byu.net>
27064
27065         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
27066         * NEWS: Document this change.
27067
27068 2007-07-08  Bruno Haible  <bruno@clisp.org>
27069
27070         Update to Unicode 5.0.
27071         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
27072         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
27073         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
27074         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
27075         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
27076         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
27077         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
27078         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
27079         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
27080         U+10A3F, U+1D242..U+1D244.
27081         (nonspacing_table_ind): Update.
27082         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
27083         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
27084
27085 2007-07-08  Bruno Haible  <bruno@clisp.org>
27086
27087         Update to Unicode 5.0.
27088         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
27089         code transform. Extend the name index field of unicode_name_to_code and
27090         unicode_code_to_name from 16 to 24 bits.
27091         * lib/uniname/uniname.c (unicode_character_name,
27092         unicode_name_character): Add the range 0x12xxx to the code transform.
27093         * lib/uniname/uninames.h: Regenerated.
27094         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
27095
27096 2007-07-07  Bruno Haible  <bruno@clisp.org>
27097
27098         * modules/wcwidth-tests: New file.
27099         * tests/test-wcwidth.c: New file.
27100
27101         Work around MacOS X wcwidth() bug.
27102         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
27103         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
27104         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
27105         original wcwidth in non-UTF-8 locales.
27106         * modules/wcwidth (Depends-on): Add localcharset, streq,
27107         uniwidth/width.
27108         * doc/functions/wcwidth.texi: Update.
27109
27110 2007-07-07  Bruno Haible  <bruno@clisp.org>
27111
27112         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
27113         (wcwidth): New declaration.
27114         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
27115         macros.
27116         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
27117         here. Prepare for creating <wchar.h> unconditionally.
27118         * modules/wchar (Depends-on): Add link-warning.
27119         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
27120         REPLACE_WCWIDTH, and GL_LINK_WARNING.
27121         * lib/wcwidth.h: Remove file.
27122         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
27123         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
27124         * modules/wcwidth (Files): Remove lib/wcwidth.h.
27125         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
27126         (Include): Replace wcwidth.h with <wchar.h>.
27127         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
27128         * lib/mbchar.h: Don't include wcwidth.h.
27129         * lib/mbswidth.c: Likewise.
27130         * NEWS: Mention the change.
27131
27132 2007-07-07  Bruno Haible  <bruno@clisp.org>
27133
27134         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
27135         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
27136         definition with an external declaration.
27137         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
27138         defined as a function. Remove AC_C_INLINE requirement.
27139         * modules/wcwidth (Files): Add lib/wcwidth.c.
27140         (Makefile.am): Remove redundant statement.
27141
27142 2007-07-07  Bruno Haible  <bruno@clisp.org>
27143
27144         * MODULES.html.sh (Unicode string functions): Add the new modules.
27145
27146         * tests/uniwidth/test-u32-strwidth.c: New file.
27147         * modules/uniwidth/u32-strwidth-tests: New file.
27148
27149         * lib/uniwidth/u32-strwidth.c: New file.
27150         * modules/uniwidth/u32-strwidth: New file.
27151
27152         * tests/uniwidth/test-u16-strwidth.c: New file.
27153         * modules/uniwidth/u16-strwidth-tests: New file.
27154
27155         * lib/uniwidth/u16-strwidth.c: New file.
27156         * modules/uniwidth/u16-strwidth: New file.
27157
27158         * tests/uniwidth/test-u8-strwidth.c: New file.
27159         * modules/uniwidth/u8-strwidth-tests: New file.
27160
27161         * lib/uniwidth/u8-strwidth.c: New file.
27162         * modules/uniwidth/u8-strwidth: New file.
27163
27164         * tests/uniwidth/test-u32-width.c: New file.
27165         * modules/uniwidth/u32-width-tests: New file.
27166
27167         * lib/uniwidth/u32-width.c: New file.
27168         * modules/uniwidth/u32-width: New file.
27169
27170         * tests/uniwidth/test-u16-width.c: New file.
27171         * modules/uniwidth/u16-width-tests: New file.
27172
27173         * lib/uniwidth/u16-width.c: New file.
27174         * modules/uniwidth/u16-width: New file.
27175
27176         * tests/uniwidth/test-u8-width.c: New file.
27177         * modules/uniwidth/u8-width-tests: New file.
27178
27179         * lib/uniwidth/u8-width.c: New file.
27180         * modules/uniwidth/u8-width: New file.
27181
27182         * tests/uniwidth/test-uc_width.c: New file.
27183         * modules/uniwidth/width-tests: New file.
27184
27185         * lib/uniwidth/width.c: New file, from GNU libiconv.
27186         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
27187         * modules/uniwidth/width: New file.
27188
27189         * lib/uniwidth.h: New file, from GNU libiconv.
27190         * modules/uniwidth/base: New file.
27191
27192 2007-07-07  Bruno Haible  <bruno@clisp.org>
27193
27194         * lib/uniname.h: New file, from GNU gettext.
27195         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
27196         * lib/uniname/uninames.h: New file, from GNU gettext.
27197         * lib/uniname/uniname.c: New file, from GNU gettext.
27198         * tests/uniname/test-uninames.sh: New file.
27199         * tests/uniname/test-uninames.c: New file, from GNU gettext.
27200         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
27201         * modules/uniname/base: New file.
27202         * modules/uniname/uniname: New file.
27203         * modules/uniname/uniname-tests: New file.
27204         * MODULES.html.sh (Unicode string functions): Add the new modules.
27205
27206 2007-07-06  Bruno Haible  <bruno@clisp.org>
27207
27208         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
27209
27210 2007-07-06  Bruno Haible  <bruno@clisp.org>
27211
27212         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
27213         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
27214         includes <cygwin/sys_time.h> which includes <sys/select.h> which
27215         include <sys/time.h>.
27216         Reported by Eric Blake.
27217
27218 2007-07-06  Eric Blake  <ebb9@byu.net>
27219
27220         Fix testing canonicalize on cygwin.
27221         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
27222         Revert patch from 2007-06-19.
27223         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
27224         canonicalize module is also in use.
27225         * tests/test-canonicalize.c: New file.
27226         * tests/test-canonicalize.sh: Likewise.
27227         * modules/canonicalize-tests: Likewise.
27228
27229 2007-07-06  Jim Meyering  <jim@meyering.net>
27230
27231         * lib/getugroups.c (getugroups): Detect getgrent failure.
27232         Adjust comment to reflect reality: this function may return -1.
27233
27234 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
27235
27236         * build-aux/bootstrap (TP_URL,get_translations): Update to use
27237         the new TP address.
27238         (usage): Fix typo
27239         (gnulib_mk): New variable.
27240
27241 2007-07-05  Jim Meyering  <jim@meyering.net>
27242
27243         Don't let endgrent clobber errno, no matter how improbable.
27244         * lib/getugroups.c (getugroups): Save and restore errno around
27245         endgrent call.
27246
27247         Close the group DB even when failing with 2^31 or more members.
27248         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
27249
27250 2007-07-04  Jim Meyering  <jim@meyering.net>
27251
27252         * lib/getugroups.h: New file.
27253         * lib/getugroups.c: Include "getugroups.h".
27254         Remove uses of "register" keyword.
27255         Move local variable, "cp", down into scope where used.
27256         Give "username" parameter the "const" attribute.
27257         * modules/getugroups (Files): Add lib/getugroups.h
27258
27259 2007-07-04  Karl Berry  <karl@gnu.org>
27260
27261         * MODULES.html.sh (func_all_modules): Complete rename of
27262         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
27263
27264 2007-07-02  Bruno Haible  <bruno@clisp.org>
27265
27266         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
27267         mode, when inttypes.h comes from gnulib.
27268         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
27269
27270 2007-07-02  Simon Josefsson  <simon@josefsson.org>
27271
27272         * NEWS: Mention lgpl module name change.
27273
27274         * modules/lgpl-2.1: Renamed from lgpl.
27275
27276         * NEWS: Mention gpl module name change.
27277
27278         * modules/gpl-3.0: New file, based on gpl-2.0.
27279
27280         * modules/gpl-2.0: Renamed from gpl.
27281
27282         * modules/gpl: Fix filename, doc/gpl.texi is now found at
27283         doc/gpl-2.0.texi.
27284
27285 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27286
27287         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
27288         #define __STDC_LIMIT_MACROS temporarily while including
27289         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
27290         Problem reported by Joel E. Denny in
27291         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
27292
27293 2007-07-01  Bruno Haible  <bruno@clisp.org>
27294
27295         * lib/unistdio.h: New file.
27296         * lib/unistdio/u-asnprintf.h: New file.
27297         * lib/unistdio/u-asprintf.h: New file.
27298         * lib/unistdio/u-printf-args.c: New file.
27299         * lib/unistdio/u-printf-args.h: New file.
27300         * lib/unistdio/u-printf-parse.h: New file.
27301         * lib/unistdio/u-snprintf.h: New file.
27302         * lib/unistdio/u-sprintf.h: New file.
27303         * lib/unistdio/u-vasprintf.h: New file.
27304         * lib/unistdio/u-vsnprintf.h: New file.
27305         * lib/unistdio/u-vsprintf.h: New file.
27306         * lib/unistdio/ulc-asnprintf.c: New file.
27307         * lib/unistdio/ulc-asprintf.c: New file.
27308         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
27309         * lib/unistdio/ulc-printf-parse.c: New file.
27310         * lib/unistdio/ulc-snprintf.c: New file.
27311         * lib/unistdio/ulc-sprintf.c: New file.
27312         * lib/unistdio/ulc-vasnprintf.c: New file.
27313         * lib/unistdio/ulc-vasprintf.c: New file.
27314         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
27315         * lib/unistdio/ulc-vsnprintf.c: New file.
27316         * lib/unistdio/ulc-vsprintf.c: New file.
27317         * lib/unistdio/u8-asnprintf.c: New file.
27318         * lib/unistdio/u8-asprintf.c: New file.
27319         * lib/unistdio/u8-printf-parse.c: New file.
27320         * lib/unistdio/u8-snprintf.c: New file.
27321         * lib/unistdio/u8-sprintf.c: New file.
27322         * lib/unistdio/u8-vasnprintf.c: New file.
27323         * lib/unistdio/u8-vasprintf.c: New file.
27324         * lib/unistdio/u8-vsnprintf.c: New file.
27325         * lib/unistdio/u8-vsprintf.c: New file.
27326         * lib/unistdio/u8-u8-asnprintf.c: New file.
27327         * lib/unistdio/u8-u8-asprintf.c: New file.
27328         * lib/unistdio/u8-u8-snprintf.c: New file.
27329         * lib/unistdio/u8-u8-sprintf.c: New file.
27330         * lib/unistdio/u8-u8-vasnprintf.c: New file.
27331         * lib/unistdio/u8-u8-vasprintf.c: New file.
27332         * lib/unistdio/u8-u8-vsnprintf.c: New file.
27333         * lib/unistdio/u8-u8-vsprintf.c: New file.
27334         * lib/unistdio/u16-asnprintf.c: New file.
27335         * lib/unistdio/u16-asprintf.c: New file.
27336         * lib/unistdio/u16-printf-parse.c: New file.
27337         * lib/unistdio/u16-snprintf.c: New file.
27338         * lib/unistdio/u16-sprintf.c: New file.
27339         * lib/unistdio/u16-vasnprintf.c: New file.
27340         * lib/unistdio/u16-vasprintf.c: New file.
27341         * lib/unistdio/u16-vsnprintf.c: New file.
27342         * lib/unistdio/u16-vsprintf.c: New file.
27343         * lib/unistdio/u16-u16-asnprintf.c: New file.
27344         * lib/unistdio/u16-u16-asprintf.c: New file.
27345         * lib/unistdio/u16-u16-snprintf.c: New file.
27346         * lib/unistdio/u16-u16-sprintf.c: New file.
27347         * lib/unistdio/u16-u16-vasnprintf.c: New file.
27348         * lib/unistdio/u16-u16-vasprintf.c: New file.
27349         * lib/unistdio/u16-u16-vsnprintf.c: New file.
27350         * lib/unistdio/u16-u16-vsprintf.c: New file.
27351         * lib/unistdio/u32-asnprintf.c: New file.
27352         * lib/unistdio/u32-asprintf.c: New file.
27353         * lib/unistdio/u32-printf-parse.c: New file.
27354         * lib/unistdio/u32-snprintf.c: New file.
27355         * lib/unistdio/u32-sprintf.c: New file.
27356         * lib/unistdio/u32-vasnprintf.c: New file.
27357         * lib/unistdio/u32-vasprintf.c: New file.
27358         * lib/unistdio/u32-vsnprintf.c: New file.
27359         * lib/unistdio/u32-vsprintf.c: New file.
27360         * lib/unistdio/u32-u32-asnprintf.c: New file.
27361         * lib/unistdio/u32-u32-asprintf.c: New file.
27362         * lib/unistdio/u32-u32-snprintf.c: New file.
27363         * lib/unistdio/u32-u32-sprintf.c: New file.
27364         * lib/unistdio/u32-u32-vasnprintf.c: New file.
27365         * lib/unistdio/u32-u32-vasprintf.c: New file.
27366         * lib/unistdio/u32-u32-vsnprintf.c: New file.
27367         * lib/unistdio/u32-u32-vsprintf.c: New file.
27368         * tests/unistdio/test-ulc-asnprintf1.c: New file.
27369         * tests/unistdio/test-ulc-asnprintf1.h: New file.
27370         * tests/unistdio/test-ulc-printf1.h: New file.
27371         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
27372         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
27373         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
27374         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
27375         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
27376         * tests/unistdio/test-ulc-vasprintf1.c: New file.
27377         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
27378         * tests/unistdio/test-ulc-vsprintf1.c: New file.
27379         * tests/unistdio/test-u8-asnprintf1.c: New file.
27380         * tests/unistdio/test-u8-asnprintf1.h: New file.
27381         * tests/unistdio/test-u8-printf1.h: New file.
27382         * tests/unistdio/test-u8-vasnprintf1.c: New file.
27383         * tests/unistdio/test-u8-vasnprintf2.c: New file.
27384         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
27385         * tests/unistdio/test-u8-vasnprintf3.c: New file.
27386         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
27387         * tests/unistdio/test-u8-vasprintf1.c: New file.
27388         * tests/unistdio/test-u8-vsnprintf1.c: New file.
27389         * tests/unistdio/test-u8-vsprintf1.c: New file.
27390         * tests/unistdio/test-u16-asnprintf1.c: New file.
27391         * tests/unistdio/test-u16-asnprintf1.h: New file.
27392         * tests/unistdio/test-u16-printf1.h: New file.
27393         * tests/unistdio/test-u16-vasnprintf1.c: New file.
27394         * tests/unistdio/test-u16-vasnprintf2.c: New file.
27395         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
27396         * tests/unistdio/test-u16-vasnprintf3.c: New file.
27397         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
27398         * tests/unistdio/test-u16-vasprintf1.c: New file.
27399         * tests/unistdio/test-u16-vsnprintf1.c: New file.
27400         * tests/unistdio/test-u16-vsprintf1.c: New file.
27401         * tests/unistdio/test-u32-asnprintf1.c: New file.
27402         * tests/unistdio/test-u32-asnprintf1.h: New file.
27403         * tests/unistdio/test-u32-printf1.h: New file.
27404         * tests/unistdio/test-u32-vasnprintf1.c: New file.
27405         * tests/unistdio/test-u32-vasnprintf2.c: New file.
27406         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
27407         * tests/unistdio/test-u32-vasnprintf3.c: New file.
27408         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
27409         * tests/unistdio/test-u32-vasprintf1.c: New file.
27410         * tests/unistdio/test-u32-vsnprintf1.c: New file.
27411         * tests/unistdio/test-u32-vsprintf1.c: New file.
27412         * modules/unistdio/base: New file.
27413         * modules/unistdio/u-printf-args: New file.
27414         * modules/unistdio/ulc-asnprintf: New file.
27415         * modules/unistdio/ulc-asprintf: New file.
27416         * modules/unistdio/ulc-fprintf: New file.
27417         * modules/unistdio/ulc-printf-parse: New file.
27418         * modules/unistdio/ulc-snprintf: New file.
27419         * modules/unistdio/ulc-sprintf: New file.
27420         * modules/unistdio/ulc-vasnprintf: New file.
27421         * modules/unistdio/ulc-vasprintf: New file.
27422         * modules/unistdio/ulc-vfprintf: New file.
27423         * modules/unistdio/ulc-vsnprintf: New file.
27424         * modules/unistdio/ulc-vsprintf: New file.
27425         * modules/unistdio/u8-asnprintf: New file.
27426         * modules/unistdio/u8-asprintf: New file.
27427         * modules/unistdio/u8-printf-parse: New file.
27428         * modules/unistdio/u8-snprintf: New file.
27429         * modules/unistdio/u8-sprintf: New file.
27430         * modules/unistdio/u8-vasnprintf: New file.
27431         * modules/unistdio/u8-vasprintf: New file.
27432         * modules/unistdio/u8-vsnprintf: New file.
27433         * modules/unistdio/u8-vsprintf: New file.
27434         * modules/unistdio/u8-u8-asnprintf: New file.
27435         * modules/unistdio/u8-u8-asprintf: New file.
27436         * modules/unistdio/u8-u8-snprintf: New file.
27437         * modules/unistdio/u8-u8-sprintf: New file.
27438         * modules/unistdio/u8-u8-vasnprintf: New file.
27439         * modules/unistdio/u8-u8-vasprintf: New file.
27440         * modules/unistdio/u8-u8-vsnprintf: New file.
27441         * modules/unistdio/u8-u8-vsprintf: New file.
27442         * modules/unistdio/u16-asnprintf: New file.
27443         * modules/unistdio/u16-asprintf: New file.
27444         * modules/unistdio/u16-printf-parse: New file.
27445         * modules/unistdio/u16-snprintf: New file.
27446         * modules/unistdio/u16-sprintf: New file.
27447         * modules/unistdio/u16-vasnprintf: New file.
27448         * modules/unistdio/u16-vasprintf: New file.
27449         * modules/unistdio/u16-vsnprintf: New file.
27450         * modules/unistdio/u16-vsprintf: New file.
27451         * modules/unistdio/u16-u16-asnprintf: New file.
27452         * modules/unistdio/u16-u16-asprintf: New file.
27453         * modules/unistdio/u16-u16-snprintf: New file.
27454         * modules/unistdio/u16-u16-sprintf: New file.
27455         * modules/unistdio/u16-u16-vasnprintf: New file.
27456         * modules/unistdio/u16-u16-vasprintf: New file.
27457         * modules/unistdio/u16-u16-vsnprintf: New file.
27458         * modules/unistdio/u16-u16-vsprintf: New file.
27459         * modules/unistdio/u32-asnprintf: New file.
27460         * modules/unistdio/u32-asprintf: New file.
27461         * modules/unistdio/u32-printf-parse: New file.
27462         * modules/unistdio/u32-snprintf: New file.
27463         * modules/unistdio/u32-sprintf: New file.
27464         * modules/unistdio/u32-vasnprintf: New file.
27465         * modules/unistdio/u32-vasprintf: New file.
27466         * modules/unistdio/u32-vsnprintf: New file.
27467         * modules/unistdio/u32-vsprintf: New file.
27468         * modules/unistdio/u32-u32-asnprintf: New file.
27469         * modules/unistdio/u32-u32-asprintf: New file.
27470         * modules/unistdio/u32-u32-snprintf: New file.
27471         * modules/unistdio/u32-u32-sprintf: New file.
27472         * modules/unistdio/u32-u32-vasnprintf: New file.
27473         * modules/unistdio/u32-u32-vasprintf: New file.
27474         * modules/unistdio/u32-u32-vsnprintf: New file.
27475         * modules/unistdio/u32-u32-vsprintf: New file.
27476         * modules/unistdio/ulc-asnprintf-tests: New file.
27477         * modules/unistdio/ulc-vasnprintf-tests: New file.
27478         * modules/unistdio/ulc-vasprintf-tests: New file.
27479         * modules/unistdio/ulc-vsnprintf-tests: New file.
27480         * modules/unistdio/ulc-vsprintf-tests: New file.
27481         * modules/unistdio/u8-asnprintf-tests: New file.
27482         * modules/unistdio/u8-vasnprintf-tests: New file.
27483         * modules/unistdio/u8-vasprintf-tests: New file.
27484         * modules/unistdio/u8-vsnprintf-tests: New file.
27485         * modules/unistdio/u8-vsprintf-tests: New file.
27486         * modules/unistdio/u16-asnprintf-tests: New file.
27487         * modules/unistdio/u16-vasnprintf-tests: New file.
27488         * modules/unistdio/u16-vasprintf-tests: New file.
27489         * modules/unistdio/u16-vsnprintf-tests: New file.
27490         * modules/unistdio/u16-vsprintf-tests: New file.
27491         * modules/unistdio/u32-asnprintf-tests: New file.
27492         * modules/unistdio/u32-vasnprintf-tests: New file.
27493         * modules/unistdio/u32-vasprintf-tests: New file.
27494         * modules/unistdio/u32-vsnprintf-tests: New file.
27495         * modules/unistdio/u32-vsprintf-tests: New file.
27496         * MODULES.html.sh (Unicode string functions): Add the new modules.
27497
27498 2007-07-01  Bruno Haible  <bruno@clisp.org>
27499
27500         * lib/sprintf.c (sprintf): Limit the available length estimation,
27501         to avoid address wraparound.
27502         * lib/vsprintf.c (vsprintf): Likewise.
27503         * modules/sprintf-posix (Dependencies): Add stdint.
27504         * modules/vsprintf-posix (Dependencies): Likewise.
27505
27506 2007-07-01  Bruno Haible  <bruno@clisp.org>
27507
27508         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
27509         Windows PATH as well. Conservative double-quoting. Comments.
27510
27511 2007-07-01  Bruno Haible  <bruno@clisp.org>
27512             Eric Blake  <ebb9@byu.net>
27513             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27514
27515         * gnulib-tool (self_abspathname): Fix algorithm to cope with
27516         empty components in $PATH, denoting '.'.
27517
27518 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27519
27520         * gnulib-tool: Fix indentation.
27521         (func_create_megatestdir): Likewise.
27522         Report by Bruno Haible.
27523
27524 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27525
27526         Sync from Automake.
27527         * build-aux/gnupload: Fix shell portability issues with for loops.
27528         Report by Karl Berry.
27529
27530 2007-06-29  Simon Josefsson  <simon@josefsson.org>
27531
27532         * build-aux/maint.mk (POURL): Use translationproject.org.
27533
27534 2007-06-27  Simon Josefsson  <simon@josefsson.org>
27535             Bruno Haible  <bruno@clisp.org>
27536
27537         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
27538         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
27539         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
27540         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
27541         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
27542
27543 2007-06-27  Bruno Haible  <bruno@clisp.org>
27544
27545         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
27546         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
27547
27548 2007-06-26  Karl Berry  <karl@gnu.org>
27549
27550         * MODULES.html.sh: remove xreadlink-with-size.
27551
27552 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
27553
27554         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
27555         method that I hope also handles the double-include problem noted
27556         by Bruno Haible in
27557         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
27558
27559 2007-06-23  Bruno Haible  <bruno@clisp.org>
27560
27561         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27562         Don't let the 'mostlyclean' target fail if the last subdirectory could
27563         not be removed.
27564         Reported by Karl Berry.
27565
27566 2007-06-23  Bruno Haible  <bruno@clisp.org>
27567
27568         * gnulib-tool (echo): Add a speedier workaround for ksh.
27569         * tests/test-echo.sh: Likewise.
27570
27571 2007-06-23  Bruno Haible  <bruno@clisp.org>
27572
27573         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
27574         * tests/test-echo.sh: Likewise.
27575
27576 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27577
27578         * gnulib-tool (IFS): Initialize early, so we don't set it to
27579         empty later.
27580         (self_abspathname): Rewrite algorithm to set it, reindent.
27581         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
27582         (func_create_megatestdir): Merge some sed scripts.
27583
27584 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
27585
27586         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
27587         exposed by Sun Studio 11 cc on Solaris 8.
27588
27589 2007-06-22  Bruno Haible  <bruno@clisp.org>
27590
27591         * gnulib-tool (echo): Ensure the echo primitive does not interpret
27592         backslashes.
27593         * tests/test-echo.sh: New file.
27594
27595 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27596
27597         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
27598         simplify `sed_replace_build_aux' scripts, they are portable but
27599         echoing them with `echo' is not.
27600         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
27601
27602 2007-06-21  Karl Berry  <karl@gnu.org>
27603
27604         * config/srclist.txt: guess we can't handle the licenses via
27605         srclist at the moment.
27606
27607 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
27608
27609         * MODULES.html.sh: Add include_next.
27610         * modules/include_next: New file.
27611
27612 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
27613
27614         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
27615         INCLUDE_NEXT.
27616         (gl_CHECK_NEXT_HEADERS): New macro.
27617         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
27618         the obsolescent gl_ABSOLUTE_HEADER.
27619         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
27620         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
27621         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
27622         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
27623         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
27624         * m4/math_h.m4 (gl_MATH_H): Likewise.
27625         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
27626         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
27627         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
27628         * m4/stdint.m4 (gl_STDINT_H): Likewise.
27629         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
27630         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
27631         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
27632         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
27633         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
27634         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
27635         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
27636         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
27637         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
27638         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
27639         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
27640         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
27641         * m4/inttypes.m4 (gl_INTTYPES_H): Define
27642         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
27643         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
27644         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
27645         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
27646         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
27647         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
27648         * lib/float_.h: Likewise.
27649         * lib/inttypes_.h: Likewise.
27650         * lib/math_.h: Likewise.
27651         * lib/search_.h: Likewise.
27652         * lib/signal_.h: Likewise.
27653         * lib/stdint_.h: Likewise.
27654         * lib/stdio_.h: Likewise.
27655         * lib/stdlib_.h: Likewise.
27656         * lib/string_.h: Likewise.
27657         * lib/sys_stat_.h: Likewise.
27658         * lib/sys_time_.h: Likewise.
27659         * lib/time_.h: Likewise.
27660         * lib/unistd_.h: Likewise.
27661         * lib/wchar_.h: Likewise.
27662         * lib/wctype_.h: Likewise.
27663         * lib/dirent_.h: Likewise.
27664         * lib/iconv_.h: Likewise.
27665         * lib/locale_.h: Likewise.
27666         * lib/netinet_in_.h: Likewise.
27667         * lib/sys_select_.h: Likewise.
27668         * lib/sys_socket_.h: Likewise.
27669         * lib/sysexits_.h: Likewise.
27670         * modules/fcntl (Depends-on): Depend on include_next, not
27671         absolute_header.
27672         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
27673         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
27674         * modules/fchdir: Likewise.
27675         * modules/float: Likewise.
27676         * modules/iconv_open: Likewise.
27677         * modules/inttypes: Likewise.
27678         * modules/locale: Likewise.
27679         * modules/math: Likewise.
27680         * modules/netinet_in: Likewise.
27681         * modules/search: Likewise.
27682         * modules/signal: Likewise.
27683         * modules/stdint: Likewise.
27684         * modules/stdio: Likewise.
27685         * modules/stdlib: Likewise.
27686         * modules/string: Likewise.
27687         * modules/sys_select: Likewise.
27688         * modules/sys_socket: Likewise.
27689         * modules/sys_stat: Likewise.
27690         * modules/sys_time: Likewise.
27691         * modules/sysexits: Likewise.
27692         * modules/time: Likewise.
27693         * modules/unistd: Likewise.
27694         * modules/wchar: Likewise.
27695         * modules/wctype: Likewise.
27696         * modules/sys_stat: Change maintainer to "all".
27697         * modules/unistd: Likewise.
27698
27699 2007-06-20  Karl Berry  <karl@gnu.org>
27700
27701         * config/srclist.txt: track www changes in license files.
27702
27703 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
27704
27705         * build-aux/bootstrap: Remove stray dot.
27706         Make sure build_aux settings are honored when linking
27707         gnulib_extra_files.
27708
27709 2007-06-19  Eric Blake  <ebb9@byu.net>
27710
27711         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
27712         Allow compilation on cygwin.
27713
27714 2007-06-19  Jim Meyering  <jim@meyering.net>
27715
27716         xreadlink-with-size: Remove module.  No longer used.
27717         Ex-callers now use xreadlink or mreadlink-with-size.
27718         * modules/xreadlink-with-size: Remove module.
27719         * lib/xreadlink-with-size.c: Remove file.
27720         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
27721         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
27722         just before the function definition *is* accurate.
27723
27724         Eliminate one way canonicalize_filename_mode could exit.
27725         * lib/canonicalize.c (canonicalize_filename_mode):
27726         Use mreadlink_with_size, not xreadlink_with_size.
27727
27728 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
27729
27730         Detect porting problems to FreeBSD/arm, which has time_t wider than
27731         long int.  Original problem reported for GNU diff by Xin Li in
27732         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
27733         * modules/getdate (Depends-on): Add intprops, verify.
27734         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
27735         is an integer type no wider than long int.
27736
27737 2007-06-18  Jim Meyering  <jim@meyering.net>
27738
27739         New module: mreadlink-with-size.
27740         * MODULES.html.sh: Add mreadlink-with-size.
27741         * modules/mreadlink-with-size: New module
27742         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
27743         not xreadlink-with-size.
27744         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
27745
27746 2007-06-16  Bruno Haible  <bruno@clisp.org>
27747
27748         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
27749         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
27750         Reported by Gary V. Vaughan <gary@gnu.org>.
27751
27752 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
27753
27754         Revamp lchown so that it lives in unistd.h where it belongs.
27755         * lib/lchown.h: Remove.
27756         * lib/dirchownmod.c: Don't include lib/lchown.h.
27757         * lib/fchownat.c: Likewise.
27758         * lib/openat.c: Likewise.
27759         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
27760         does not follow symlinks.
27761         (EOPNOTSUPP): Define if not defined.
27762         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
27763         is defined to 0.
27764         (lchown): New decl.
27765         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
27766         Do not check for lchown decl.
27767         Set REPLACE_LCHOWN.
27768         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
27769         REPLACE_LCHOWN.
27770         * modules/chown: Make it clear it follows symlinks.
27771         * modules/lchown: Make it clear it doesn't follow symlinks.
27772         (Files): Remove lib/lchown.h
27773         (Depends-on): Add unistd.
27774         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
27775         (Include): Include <unistd.h>, not "lchown.h".
27776         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
27777         REPLACE_LCHOWN.
27778
27779 2007-06-15  Jim Meyering  <jim@meyering.net>
27780
27781         Change license (GPL to LGPL) of fsusage and dependents.
27782         * modules/fsusage (License): Change to LGPL.
27783         * modules/full-read (License): Likewise.
27784         * modules/full-write (License): Likewise.
27785         * modules/safe-read (License): Likewise.
27786         * modules/safe-write (License): Likewise.
27787
27788 2007-06-14  Ben Pfaff  <blp@gnu.org>
27789
27790         Missing part of allocsa -> malloca transition.
27791         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
27792         gl_MALLOCA.
27793
27794 2007-06-12  Bruno Haible  <bruno@clisp.org>
27795
27796         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
27797         to ia64, x86_64, i386.
27798         Reported by Eric Blake.
27799
27800 2007-06-12  Bruno Haible  <bruno@clisp.org>
27801
27802         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
27803         cross-compiling to x86_64.
27804
27805 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
27806
27807         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
27808         glitch reported by Ralf Wildenhues in
27809         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
27810
27811         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
27812         Vin Shelton.
27813
27814 2007-06-11  Bruno Haible  <bruno@clisp.org>
27815
27816         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
27817         replacement string.
27818         Reported by Eric Blake.
27819
27820 2007-06-10  Bruno Haible  <bruno@clisp.org>
27821
27822         Prepare vasnprintf code for use with Unicode strings.
27823         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
27824         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
27825         TYPE_U32_STRING.
27826         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
27827         a_u32_string variants.
27828         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
27829         * lib/printf-args.c: Don't include config.h and the specification
27830         header if PRINTF_FETCHARGS is already defined.
27831         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
27832         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
27833         TYPE_U16_STRING, TYPE_U32_STRING.
27834         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
27835         u16_directive, u16_directives, u32_directive, u32_directives): New
27836         types.
27837         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
27838         New declarations.
27839         * lib/printf-parse.c: Don't include config.h and the specification
27840         header if PRINTF_PARSE is already defined. Eliminate the set of
27841         parameters for WIDE_CHAR_VERSION; the user of this file must provide
27842         them now. Include c-ctype.h.
27843         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
27844         directive and CHAR_T_ONLY_ASCII.
27845         * lib/vasnprintf.c: Don't include config.h and the specification header
27846         if VASNPRINTF is already defined.
27847         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
27848         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
27849         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
27850         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
27851         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
27852         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
27853         code accordingly.
27854         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
27855         pad_ourselves also in this case, with the 'c' and 's' directives, and
27856         with a different notion of "width".
27857         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
27858
27859 2007-06-10  Bruno Haible  <bruno@clisp.org>
27860
27861         * modules/unistr/u32-mbsnlen: New file.
27862         * lib/unistr/u32-mbsnlen.c: New file.
27863
27864         * modules/unistr/u16-mbsnlen: New file.
27865         * lib/unistr/u16-mbsnlen.c: New file.
27866
27867         * modules/unistr/u8-mbsnlen: New file.
27868         * lib/unistr/u8-mbsnlen.c: New file.
27869
27870         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
27871         declarations.
27872
27873 2007-06-10  Bruno Haible  <bruno@clisp.org>
27874
27875         * lib/string_.h (mbsnlen): New declaration.
27876         * lib/mbsnlen.c: New file.
27877         * m4/mbsnlen.m4: New file.
27878         * modules/mbsnlen: New file.
27879         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
27880         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
27881         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
27882
27883 2007-06-10  Bruno Haible  <bruno@clisp.org>
27884
27885         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
27886
27887 2007-06-10  Bruno Haible  <bruno@clisp.org>
27888
27889         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
27890         * lib/mbuiter.h: Likewise.
27891
27892 2007-06-10  Bruno Haible  <bruno@clisp.org>
27893
27894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
27895         declaration.
27896
27897 2007-06-10  Karl Berry  <karl@gnu.org>
27898
27899         * config/srclist.txt: remove gettext entries, Bruno prefers
27900         to update individually.
27901
27902 2007-06-10  Bruno Haible  <bruno@clisp.org>
27903
27904         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
27905         'maxlen'. Ensure only length + width bytes are allocated, not
27906         length + 1 + width.
27907
27908 2007-06-09  Bruno Haible  <bruno@clisp.org>
27909
27910         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
27911         (CHAR_T): Remove macro.
27912         (VASNPRINTF): Update.
27913
27914 2007-06-09  Bruno Haible  <bruno@clisp.org>
27915
27916         * MODULES.html.sh (Unicode string functions): Add the new modules.
27917
27918         * modules/uniconv/u32-conv-to-enc: New file.
27919         * lib/uniconv/u32-conv-to-enc.c: New file.
27920         * modules/uniconv/u32-conv-to-enc-tests: New file.
27921         * tests/uniconv/test-u32-conv-to-enc.c: New file.
27922
27923         * modules/uniconv/u16-conv-to-enc: New file.
27924         * lib/uniconv/u16-conv-to-enc.c: New file.
27925         * lib/uniconv/u-conv-to-enc.h: New file.
27926         * modules/uniconv/u16-conv-to-enc-tests: New file.
27927         * tests/uniconv/test-u16-conv-to-enc.c: New file.
27928
27929         * modules/uniconv/u8-conv-to-enc: New file.
27930         * lib/uniconv/u8-conv-to-enc.c: New file.
27931         * modules/uniconv/u8-conv-to-enc-tests: New file.
27932         * tests/uniconv/test-u8-conv-to-enc.c: New file.
27933
27934         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
27935         u32_conv_to_encoding): New declarations.
27936
27937 2007-06-09  Bruno Haible  <bruno@clisp.org>
27938
27939         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
27940
27941 2007-06-09  Bruno Haible  <bruno@clisp.org>
27942
27943         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
27944         * modules/malloca: Renamed from modules/allocsa, updated.
27945         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
27946         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
27947         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
27948         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
27949         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
27950         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
27951         * modules/xmalloca: Renamed from modules/xallocsa, updated.
27952         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
27953         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
27954         * modules/c-strcasestr (Depends-on): Update.
27955         * lib/c-strcasestr.c: Update.
27956         * modules/c-strstr (Depends-on): Update.
27957         * lib/c-strstr.c: Update.
27958         * modules/canonicalize-lgpl (Depends-on): Update.
27959         * lib/canonicalize-lgpl.c: Update.
27960         * modules/clean-temp (Depends-on): Update.
27961         * lib/clean-temp.c: Update.
27962         * modules/csharpcomp (Depends-on): Update.
27963         * lib/csharpcomp.c: Update.
27964         * modules/csharpexec (Depends-on): Update.
27965         * lib/csharpexec.c: Update.
27966         * modules/javacomp (Depends-on): Update.
27967         * lib/javacomp.c: Update.
27968         * modules/javaexec (Depends-on): Update.
27969         * lib/javaexec.c: Update.
27970         * modules/mbscasestr (Depends-on): Update.
27971         * lib/mbscasestr.c: Update.
27972         * modules/mbsstr (Depends-on): Update.
27973         * lib/mbsstr.c: Update.
27974         * modules/setenv (Depends-on): Update.
27975         * lib/setenv.c: Update.
27976         * modules/strcasestr (Depends-on): Update.
27977         * lib/strcasestr.c: Update.
27978         * modules/striconveha (Depends-on): Update.
27979         * lib/striconveha.c: Update.
27980         * modules/relocatable-prog-wrapper (Files): Update.
27981         * lib/relocwrapper.c: Update.
27982         * build-aux/install-reloc: Update.
27983         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
27984
27985 2007-06-08  Bruno Haible  <bruno@clisp.org>
27986
27987         Port to uClibc.
27988         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
27989         * lib/fpurge.c (fpurge): Likewise.
27990         * lib/freading.c (freading): Likewise.
27991         * lib/fseeko.c (rpl_fseeko): Likewise.
27992         * lib/fseterr.c (fseterr): Likewise.
27993         * lib/fwriting.c (fwriting): Likewise.
27994         * tests/test-fflush.c (main): Avoid a failure on uClibc.
27995
27996 2007-06-08  Bruno Haible  <bruno@clisp.org>
27997
27998         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
27999         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
28000         * modules/gettext (Files): Add m4/intlmacosx.m4.
28001
28002 2007-06-07  Bruno Haible  <bruno@clisp.org>
28003
28004         * modules/localename-tests: New file.
28005         * tests/test-localename.c: New file.
28006
28007         New module 'localename'.
28008         * lib/localename.h: New file.
28009         * lib/localename.c: New file, from GNU gettext.
28010         * m4/localename.m4: New file.
28011         * modules/localename: New file.
28012
28013 2007-06-07  Bruno Haible  <bruno@clisp.org>
28014
28015         Work around the lack of <wchar.h> on some builds of uClibc.
28016         * doc/headers/wchar.texi: Update.
28017         * lib/wchar_.h: Include <wchar.h> only if it exists.
28018         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
28019         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
28020         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
28021         doesn't exist.
28022         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
28023         * modules/mbfile (Depends-on): Add wchar.
28024         * modules/mbiter (Depends-on): Likewise.
28025         * modules/mbuiter (Depends-on): Likewise.
28026         Reported by Simon Josefsson.
28027
28028 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
28029
28030         Work around problem reported by Steven M. Schweda in
28031         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
28032         Tru64 5.1B with the Compaq compiler environment installed declares
28033         an 'isblank' function but does not define it in the C library.
28034         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
28035         * lib/regex_internal.h (isblank): Likewise.
28036         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
28037         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28038
28039 2007-06-05  Bruno Haible  <bruno@clisp.org>
28040
28041         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
28042         ia64.
28043         * modules/printf-safe: New file.
28044         * modules/fprintf-posix (Depends-on): Add printf-safe.
28045         * modules/printf-posix (Depends-on): Likewise.
28046         * modules/snprintf-posix (Depends-on): Likewise.
28047         * modules/sprintf-posix (Depends-on): Likewise.
28048         * modules/vasnprintf-posix (Depends-on): Likewise.
28049         * modules/vasprintf-posix (Depends-on): Likewise.
28050         * modules/vfprintf-posix (Depends-on): Likewise.
28051         * modules/vprintf-posix (Depends-on): Likewise.
28052         * modules/vsnprintf-posix (Depends-on): Likewise.
28053         * modules/vsprintf-posix (Depends-on): Likewise.
28054         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
28055         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
28056         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
28057         "no" on i386, x86_64, ia64.
28058         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
28059         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28060         on i386, x86_64, ia64.
28061         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
28062         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28063         on i386, x86_64, ia64.
28064         * tests/test-vasnprintf-posix.c: Include float.h.
28065         (LDBL80_WORDS): New macro.
28066         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28067         on i386, x86_64, ia64.
28068         * tests/test-vasprintf-posix.c: Include float.h.
28069         (LDBL80_WORDS): New macro.
28070         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
28071         on i386, x86_64, ia64.
28072         * tests/test-snprintf-posix.c: Include float.h.
28073         * tests/test-sprintf-posix.c: Likewise.
28074         * tests/test-vsnprintf-posix.c: Likewise.
28075         * tests/test-vsprintf-posix.c: Likewise.
28076
28077 2007-06-05  Bruno Haible  <bruno@clisp.org>
28078
28079         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
28080         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
28081         non-IEEE numbers on i386, x86_64, ia64.
28082         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
28083         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
28084         * tests/test-isnanl.h: Include float.h.
28085         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
28086
28087 2007-06-05  Bruno Haible  <bruno@clisp.org>
28088
28089         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
28090         also the %a / %A. Handle the %a / %A code before this extra handling.
28091
28092 2007-06-05  Bruno Haible  <bruno@clisp.org>
28093
28094         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
28095         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
28096
28097 2007-06-05  Bruno Haible  <bruno@clisp.org>
28098
28099         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
28100         typo in variable name.
28101
28102 2007-06-05  Eric Blake  <ebb9@byu.net>
28103
28104         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
28105         Reported by Simon Josefsson.
28106
28107 2007-06-04  Bruno Haible  <bruno@clisp.org>
28108
28109         Avoid test failures on some PowerPC platforms.
28110         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
28111         Define differently for PowerPC.
28112         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
28113         Reported by Gary V. Vaughan <gary@gnu.org>.
28114
28115 2007-06-02  Bruno Haible  <bruno@clisp.org>
28116
28117         Fix test-stdint failure on FreeBSD/ia64.
28118         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
28119         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
28120         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
28121         * doc/headers/stdint.texi: Update.
28122
28123 2007-06-01  Bruno Haible  <bruno@clisp.org>
28124
28125         * tests/test-binary-io.c (main): Pass a third argument to open().
28126         Reported by Gary V. Vaughan <gary@gnu.org>.
28127
28128 2007-06-01  Bruno Haible  <bruno@clisp.org>
28129
28130         * doc/functions/frexpl.texi: Update for mingw.
28131
28132 2007-06-01  Bruno Haible  <bruno@clisp.org>
28133
28134         * tests/test-lseek.c (main): Disable test of errno for invalid third
28135         argument.
28136         * doc/functions/lseek.texi: Update.
28137         Reported by Gary V. Vaughan <gary@gnu.org>.
28138
28139 2007-05-28  Bruno Haible  <bruno@clisp.org>
28140
28141         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
28142
28143 2007-05-31  Eric Blake  <ebb9@byu.net>
28144
28145         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
28146         cross compiling.
28147
28148 2007-05-30  Eric Blake  <ebb9@byu.net>
28149         and Bruno Haible  <bruno@clisp.org>
28150
28151         Work around mingw test failures exposed by m4-1.4.9b.
28152         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
28153         * tests/test-unistd.c: Disable uid_t and git_t tests for the
28154         moment.
28155
28156 2007-05-30  Bruno Haible  <bruno@clisp.org>
28157
28158         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
28159         assuming that they are closed. Needed on HP-UX 11.
28160
28161 2007-05-29  Bruno Haible  <bruno@clisp.org>
28162
28163         Fix a problem with #include_next.
28164         * lib/dirent_.h: Split the double-inclusion guard.
28165         * lib/fcntl_.h: Likewise.
28166         * lib/float_.h: Likewise.
28167         * lib/iconv_.h: Likewise.
28168         * lib/inttypes_.h: Likewise.
28169         * lib/locale_.h: Likewise.
28170         * lib/math_.h: Likewise.
28171         * lib/netinet_in_.h: Likewise.
28172         * lib/search_.h: Likewise.
28173         * lib/signal_.h: Likewise.
28174         * lib/stdint_.h: Likewise.
28175         * lib/stdio_.h: Likewise.
28176         * lib/stdlib_.h: Likewise.
28177         * lib/string_.h: Likewise.
28178         * lib/sys_select_.h: Likewise.
28179         * lib/sys_socket_.h: Likewise.
28180         * lib/sys_stat_.h: Likewise.
28181         * lib/sys_time_.h: Likewise.
28182         * lib/sysexits_.h: Likewise.
28183         * lib/time_.h: Likewise.
28184         * lib/unistd_.h: Likewise.
28185         * lib/wchar_.h: Likewise.
28186         * lib/wctype_.h: Likewise.
28187
28188 2007-05-29  Bruno Haible  <bruno@clisp.org>
28189
28190         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
28191         for the moment.
28192
28193 2007-05-29  Bruno Haible  <bruno@clisp.org>
28194
28195         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
28196         invocation.
28197         Reported by Eric Blake.
28198
28199 2007-05-29  Bruno Haible  <bruno@clisp.org>
28200
28201         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
28202         compiling case.
28203
28204 2007-05-29  Eric Blake  <ebb9@byu.net>
28205             Bruno Haible  <bruno@clisp.org>
28206
28207         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
28208         cross compiles.
28209
28210 2007-05-28  Eric Blake  <ebb9@byu.net>
28211
28212         * modules/closein-tests (test_closein_LDADD): Support test on
28213         cygwin with libtool.
28214
28215 2007-05-28  Bruno Haible  <bruno@clisp.org>
28216
28217         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
28218         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
28219         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
28220         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
28221         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
28222         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
28223         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
28224         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
28225         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
28226
28227 2007-05-28  Eric Blake  <ebb9@byu.net>
28228
28229         Unconditionally include <config.h> in unit tests.
28230         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
28231         * tests/test-allocsa.c, tests/test-arcfour.c,
28232         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
28233         tests/test-array_list.c, tests/test-array_oset.c,
28234         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
28235         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
28236         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
28237         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
28238         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
28239         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
28240         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
28241         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
28242         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
28243         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
28244         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
28245         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
28246         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
28247         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
28248         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
28249         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
28250         test-md5.c, test-memmem.c, test-printf-posix.c,
28251         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
28252         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
28253         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
28254         test-strcasestr.c, test-striconv.c, test-striconveh.c,
28255         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
28256         test-vasnprintf-posix2.c, test-vasnprintf.c,
28257         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
28258         test-vfprintf-posix.c, test-vprintf-posix.c,
28259         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
28260         test-xvasprintf.c: Likewise.
28261
28262 2007-05-28  Bruno Haible  <bruno@clisp.org>
28263
28264         * gnulib-tool (func_import): Remember the --with-tests command-line
28265         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
28266         Reported by Eric Blake.
28267
28268 2007-05-28  Bruno Haible  <bruno@clisp.org>
28269
28270         * modules/ftell-tests: New file.
28271         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
28272         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
28273
28274         * lib/ftell.c: New file.
28275         * modules/ftell: New file.
28276         * m4/ftell.m4: New file.
28277         * doc/functions/ftell.texi: Update.
28278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
28279         REPLACE_FTELL.
28280         * lib/stdio_.h (rpl_ftell): New declaration.
28281         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
28282         REPLACE_FTELL.
28283
28284 2007-05-28  Eric Blake  <ebb9@byu.net>
28285
28286         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
28287
28288 2007-05-28  Bruno Haible  <bruno@clisp.org>
28289
28290         * modules/fseek-tests: New file.
28291         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
28292         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
28293
28294         * lib/fseek.c: New file.
28295         * modules/fseek: New file.
28296         * m4/fseek.m4: New file.
28297         * doc/functions/fseek.texi: Update.
28298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
28299         REPLACE_FSEEK.
28300         * lib/stdio_.h (rpl_fseek): New declaration.
28301         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
28302         REPLACE_FSEEK.
28303
28304 2007-05-28  Bruno Haible  <bruno@clisp.org>
28305
28306         * lib/stdio_.h (fflush): More comments.
28307
28308 2007-05-28  Bruno Haible  <bruno@clisp.org>
28309
28310         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
28311         runtime test.
28312
28313 2007-05-28  Eric Blake  <ebb9@byu.net>
28314
28315         Improve lseek module.
28316         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
28317         * lib/unistd_.h (lseek): Scale back link warning message.
28318         * tests/test-lseek.c: Beef up test.
28319         * tests/test-lseek.sh: Exercise more facets of lseek.
28320         Reported by Bruno Haible.
28321
28322 2007-05-28  Bruno Haible  <bruno@clisp.org>
28323
28324         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
28325         to define.
28326
28327 2007-05-27  Bruno Haible  <bruno@clisp.org>
28328
28329         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
28330
28331 2007-05-27  Bruno Haible  <bruno@clisp.org>
28332
28333         * modules/openmp: New file.
28334         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
28335         Noah Misch.
28336
28337 2007-05-26  Bruno Haible  <bruno@clisp.org>
28338
28339         * modules/chdir-long (Depends-on): Add fchdir.
28340         * modules/chdir-safer (Depends-on): Likewise.
28341         * modules/fts (Depends-on): Likewise.
28342         * modules/fts-lgpl (Depends-on): Likewise.
28343         * modules/openat (Depends-on): Likewise.
28344         * modules/savewd (Depends-on): Likewise.
28345
28346 2007-05-24  Eric Blake  <ebb9@byu.net>
28347
28348         Fix lseek on mingw.
28349         * modules/lseek: New module.
28350         * m4/lseek.m4: New file.
28351         * lib/lseek.c: New file.
28352         * modules/lseek-tests: New file.
28353         * tests/test-lseek.c: New file.
28354         * tests/test-lseek.sh: New file.
28355         * MODULES.html.sh: Document lseek module.
28356         * modules/fflush (Depends-on): Add lseek, fseeko.
28357         * modules/fseeko (Depends-on): Likewise.
28358         * modules/ftello (Depends-on): Likewise.
28359         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
28360         broken.
28361         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
28362         broken.
28363         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
28364         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
28365         * lib/ftello.c (rpl_ftello): Likewise.
28366         * tests/test-fseeko.c (main): Test this.
28367         * tests/test-fseeko.sh: Likewise.
28368         * tests/test-ftello.c (main): Likewise.
28369         * tests/test-ftello.sh: Likewise.
28370         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
28371         implies replacing fseek.
28372         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
28373         HAVE_FTELLO.
28374         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
28375         * modules/unistd (Makefile.am): Likewise.
28376         * lib/unistd_.h (lseek): Declare a replacement.
28377         * doc/functions/lseek.texi (lseek): Document this fix.
28378         * doc/functions/fseek.texi (fseek): Likewise.
28379         * doc/functions/ftell.texi (ftell): Likewise.
28380
28381 2007-05-24  Bruno Haible  <bruno@clisp.org>
28382
28383         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
28384         in the printed representation of a NaN.
28385         * tests/test-vasprintf-posix.c (test_function): Likewise.
28386         * tests/test-snprintf-posix.h (test_function): Likewise.
28387         * tests/test-sprintf-posix.h (test_function): Likewise.
28388         Reported by Eric Blake.
28389
28390 2007-05-23  Eric Blake  <ebb9@byu.net>
28391
28392         Fix fseeko/ftello on cygwin 1.5.24.
28393         * doc/functions/fseeko.texi (fseeko): Document the fix.
28394         * doc/functions/ftello.texi (ftello): Document the fix.
28395         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
28396         * doc/functions/stdout.text (stdout): New file.
28397         * doc/functions/stderr.text (stderr): New file.
28398         * doc/gnulib.texi (Function Substitutes): Use new files.
28399         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
28400         prior to 1.7.0.
28401         * tests/test-ftello.c (main): Likewise for ftello.
28402         * tests/test-fseeko.sh: New file.
28403         * tests/test-ftello.sh: New file.
28404         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
28405         with seekable stdin.
28406         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
28407         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
28408         (gl_REPLACE_FSEEKO): New macro.
28409         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
28410         * modules/fseeko (Files): Distribute fseeko.c.
28411         * modules/ftello (Files): Distribute ftello.c.
28412         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
28413         mode.
28414         * lib/ftello.c (rpl_ftello): New file.
28415         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
28416         fseeko, ftello.
28417         (gl_STDIN_LARGE_OFFSET): New macro.
28418         * modules/stdio (Makefile.am): Perform the replacement.
28419         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
28420
28421 2007-05-23  Bruno Haible  <bruno@clisp.org>
28422
28423         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
28424         GNULIB_POSIXCHECK is defined.
28425
28426 2007-05-21  Bruno Haible  <bruno@clisp.org>
28427
28428         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
28429         Check also the output for NaN arguments. When cross-compiling, guess
28430         no on IRIX.
28431         * lib/vasnprintf.c: Update comments.
28432         * tests/test-vasnprintf-posix.c (strisnan): New function.
28433         (test_function): Use it.
28434         * tests/test-vasprintf-posix.c (strisnan): New function.
28435         (test_function): Use it.
28436         * tests/test-snprintf-posix.h (strisnan): New function.
28437         (test_function): Use it.
28438         * tests/test-sprintf-posix.h (strisnan): New function.
28439         (test_function): Use it.
28440         Reported by Eric Blake.
28441
28442 2007-05-20  Bruno Haible  <bruno@clisp.org>
28443
28444         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
28445         numbers that fails on BeOS.
28446         * doc/functions/frexpl.texi: Update.
28447
28448 2007-05-20  Jim Meyering  <jim@meyering.net>
28449
28450         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
28451         forced upon us by glibc-2.6.
28452
28453 2007-05-20  Bruno Haible  <bruno@clisp.org>
28454
28455         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
28456         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
28457         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
28458         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
28459         NEED_PRINTF_INFINITE.
28460         (is_infinitel): New function.
28461         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
28462         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
28463         gl_PREREQ_VASNPRINTF_INFINITE.
28464         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
28465         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28466         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
28467         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
28468         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
28469         gl_PREREQ_VASNPRINTF_INFINITE.
28470         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28471         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28472         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28473         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28474         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28475         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28476         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28477         * doc/functions/fprintf.texi: Update.
28478         * doc/functions/printf.texi: Update.
28479         * doc/functions/snprintf.texi: Update.
28480         * doc/functions/sprintf.texi: Update.
28481         * doc/functions/vfprintf.texi: Update.
28482         * doc/functions/vprintf.texi: Update.
28483         * doc/functions/vsnprintf.texi: Update.
28484         * doc/functions/vsprintf.texi: Update.
28485
28486 2007-05-20  Bruno Haible  <bruno@clisp.org>
28487
28488         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
28489         was not found in libc.
28490         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
28491
28492 2007-05-20  Bruno Haible  <bruno@clisp.org>
28493
28494         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
28495         printed as "-nan" instead of "nan".
28496         * tests/test-vasprintf-posix.c (test_function): Likewise.
28497         * tests/test-snprintf-posix.h (test_function): Likewise.
28498         * tests/test-sprintf-posix.h (test_function): Likewise.
28499         Needed for HP-UX 11.
28500
28501 2007-05-20  Jim Meyering  <jim@meyering.net>
28502
28503         Fix buggy test for the fchownat-deref bug.
28504         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
28505         symlink required for the run-test.  Without it, this test would
28506         always declare that fchownat doesn't work, and client code would
28507         unnecessarily use the replacement function with fixed libc.
28508         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
28509         Reported by Greg Schafer.
28510
28511 2007-05-19  Bruno Haible  <bruno@clisp.org>
28512
28513         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
28514         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
28515         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
28516         Needed for IRIX 6.5 and Solaris 2.5.1.
28517
28518 2007-05-19  Bruno Haible  <bruno@clisp.org>
28519
28520         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
28521         (test_function): Skip tests involving -0.0 on platforms where
28522         -0.0 = 0.0.
28523         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
28524         (test_function): Skip tests involving -0.0 on platforms where
28525         -0.0 = 0.0.
28526         * tests/test-snprintf-posix.h (have_minus_zero): New function.
28527         (test_function): Skip tests involving -0.0 on platforms where
28528         -0.0 = 0.0.
28529         * tests/test-sprintf-posix.h (have_minus_zero): New function.
28530         (test_function): Skip tests involving -0.0 on platforms where
28531         -0.0 = 0.0.
28532         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
28533         tests.
28534         * tests/test-printf-posix.h (test_function): Likewise.
28535         * tests/test-printf-posix.output: Remove all -0.0 related results.
28536         Needed for IRIX 6.5.
28537
28538 2007-05-19  Bruno Haible  <bruno@clisp.org>
28539
28540         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
28541         printed as "nan0x7fffffff" instead of "nan".
28542         * tests/test-vasprintf-posix.c (test_function): Likewise.
28543         * tests/test-snprintf-posix.h (test_function): Likewise.
28544         * tests/test-sprintf-posix.h (test_function): Likewise.
28545         * tests/test-fprintf-posix.h (NaN): Remove macro.
28546         (test_function): Remove all NaN related tests.
28547         * tests/test-printf-posix.h (NaN): Remove macro.
28548         (test_function): Remove all NaN related tests.
28549         * tests/test-printf-posix.output: Remove all NaN related results.
28550         Needed for IRIX 6.5.
28551
28552 2007-05-19  Bruno Haible  <bruno@clisp.org>
28553
28554         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
28555         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
28556
28557 2007-05-19  Bruno Haible  <bruno@clisp.org>
28558
28559         * lib/float_.h: New file.
28560         * m4/float_h.m4: New file.
28561         * modules/float: New file.
28562         * modules/isnanl (Dependencies): Add float.
28563         * modules/isnanl-nolibm (Dependencies): Likewise.
28564         * modules/mathl (Dependencies): Likewise.
28565         * modules/printf-frexpl (Dependencies): Likewise.
28566         * modules/signbit (Dependencies): Likewise.
28567         * modules/vasnprintf (Dependencies): Likewise.
28568         * doc/headers/float.texi: Update.
28569
28570 2007-05-19  Jim Meyering  <jim@meyering.net>
28571
28572         * lib/utimens.c (gl_futimens): Rename from futimens,
28573         now that glibc-2.6 declares futimens.
28574         * lib/utimens.h: Likewise.
28575
28576 2007-05-19  Bruno Haible  <bruno@clisp.org>
28577
28578         Avoid test failures on mingw.
28579         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
28580         * tests/test-printf-posix.sh: Likewise.
28581         * tests/test-vfprintf-posix.sh: Likewise.
28582         * tests/test-vprintf-posix.sh: Likewise.
28583
28584 2007-05-19  Bruno Haible  <bruno@clisp.org>
28585
28586         Fix *printf result for NaN, Inf, -0.0 on mingw.
28587         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
28588         * lib/vasnprintf.c: Include math.h and isnan.h.
28589         (is_infinite_or_zero): New function.
28590         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
28591         values in the %f, %F, %e, %E, %g, %G directives.
28592         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
28593         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28594         gl_PRINTF_INFINITE and test its result. Invoke
28595         gl_PREREQ_VASNPRINTF_INFINITE.
28596         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28597         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28598         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28599         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28600         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28601         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28602         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28603         * doc/functions/fprintf.texi: Update.
28604         * doc/functions/printf.texi: Update.
28605         * doc/functions/snprintf.texi: Update.
28606         * doc/functions/sprintf.texi: Update.
28607         * doc/functions/vfprintf.texi: Update.
28608         * doc/functions/vprintf.texi: Update.
28609         * doc/functions/vsnprintf.texi: Update.
28610         * doc/functions/vsprintf.texi: Update.
28611
28612 2007-05-19  Bruno Haible  <bruno@clisp.org>
28613
28614         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
28615         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
28616         Instead of multiplying with 10^k, set extra_zeroes to k.
28617         (scale10_round_long_double): Remove function.
28618
28619 2007-05-18  Bruno Haible  <bruno@clisp.org>
28620
28621         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
28622         introduced on 2007-05-06.
28623
28624 2007-05-18  Bruno Haible  <bruno@clisp.org>
28625
28626         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
28627         %g directives.
28628         * tests/test-vasprintf-posix.c (test_function): Likewise.
28629         * tests/test-snprintf-posix.h (test_function): Likewise.
28630         * tests/test-sprintf-posix.h (test_function): Likewise.
28631
28632 2007-05-18  Bruno Haible  <bruno@clisp.org>
28633
28634         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
28635         (strmatch): New function.
28636         (test_function): Test the %f directive on numbers of various exponents.
28637         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
28638         (strmatch): New function.
28639         (test_function): Test the %f directive on numbers of various exponents.
28640         * tests/test-snprintf-posix.h (strmatch): New function.
28641         (test_function): Test the %f directive on numbers of various exponents.
28642         * tests/test-sprintf-posix.h (strmatch): New function.
28643         (test_function): Test the %f directive on numbers of various exponents.
28644         * tests/test-snprintf-posix.c (SIZEOF): New macro.
28645         * tests/test-sprintf-posix.c (SIZEOF): New macro.
28646         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
28647         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
28648
28649 2007-05-18  Bruno Haible  <bruno@clisp.org>
28650
28651         Add support for 'long double' number output.
28652         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
28653         * lib/vasnprintf.c: Include math.h and float+.h.
28654         (mp_limb_t): New type.
28655         (GMP_LIMB_BITS): New macro.
28656         (mp_twolimb_t): New type.
28657         (GMP_TWOLIMB_BITS): New macro.
28658         (mpn_t): New type.
28659         (multiply, divide, convert_to_decimal, decode_long_double,
28660         scale10_round_long_double, scale10_round_decimal_long_double,
28661         floorlog10l): New functions.
28662         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
28663         for the %f, %F, %e, %E, %g, %G directives.
28664         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
28665         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28666         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
28667         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
28668         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28669         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28670         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28671         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28672         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28673         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28674         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28675         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
28676         * modules/snprintf-posix (Depends-on): Likewise.
28677         * modules/sprintf-posix (Depends-on): Likewise.
28678         * modules/vasnprintf-posix (Depends-on): Likewise.
28679         * modules/vasprintf-posix (Depends-on): Likewise.
28680         * modules/vfprintf-posix (Depends-on): Likewise.
28681         * modules/vsnprintf-posix (Depends-on): Likewise.
28682         * modules/vsprintf-posix (Depends-on): Likewise.
28683         * modules/vasnprintf (Files): Add lib/float+.h.
28684         * doc/functions/fprintf.texi: Update.
28685         * doc/functions/printf.texi: Update.
28686         * doc/functions/snprintf.texi: Update.
28687         * doc/functions/sprintf.texi: Update.
28688         * doc/functions/vfprintf.texi: Update.
28689         * doc/functions/vprintf.texi: Update.
28690         * doc/functions/vsnprintf.texi: Update.
28691         * doc/functions/vsprintf.texi: Update.
28692
28693 2007-05-18  Bruno Haible  <bruno@clisp.org>
28694
28695         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
28696
28697 2007-05-18  Bruno Haible  <bruno@clisp.org>
28698
28699         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
28700         for printing 64-bit integers. Needed for mingw.
28701
28702 2007-05-18  Bruno Haible  <bruno@clisp.org>
28703
28704         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
28705         gl_FUNC_FREXPL_WORKS.
28706         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
28707
28708 2007-05-18  Bruno Haible  <bruno@clisp.org>
28709
28710         * modules/frexpl-nolibm-tests: New file.
28711
28712         * modules/frexpl-nolibm: New file.
28713         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
28714
28715 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
28716
28717         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
28718         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
28719         GCC 4.2, which otherwise issues a lot of warnings.
28720         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
28721         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
28722         Likewise.
28723         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
28724         * modules/iconv_open (iconv.h): Likewise.
28725         * modules/locale (locale.h): Likewise.
28726         * modules/netinet_in (netinet/in.h): Likewise.
28727         * modules/sys_select (sys_select.h): Likewise.
28728         * modules/sys_socket (sys/socket.h): Likewise.
28729         * modules/sys_stat (sys/stat.h): Likewise.
28730         * modules/sysexits (sysexits.h): Likewise.
28731         * modules/unistd (unistd.h): Likewise.
28732
28733 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28734
28735         * modules/closein-tests (Makefile.am): Distribute
28736         `test-closein.sh'.
28737
28738 2007-05-17  Bruno Haible  <bruno@clisp.org>
28739
28740         * tests/test-printf-posix.output: Renamed from
28741         tests/test-fprintf-posix.out.
28742         * modules/fprintf-posix-tests: Update.
28743         * modules/printf-posix-tests: Update.
28744         * modules/vfprintf-posix-tests: Update.
28745         * modules/vprintf-posix-tests: Update.
28746         * tests/test-fprintf-posix.sh: Update.
28747         * tests/test-printf-posix.sh: Update.
28748         * tests/test-vfprintf-posix.sh: Update.
28749         * tests/test-vprintf-posix.sh: Update.
28750         Reported by Ralf Wildenhues.
28751
28752 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
28753
28754         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
28755         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
28756         GCC 4.2, which otherwise issues a lot of warnings.
28757         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
28758         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
28759         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
28760         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
28761         it should no longer be needed.
28762         * lib/string_.h: Likewise.
28763         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
28764         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
28765         * modules/inttypes (inttypes.h): Likewise.
28766         * modules/math (math.h): Likewise.
28767         * modules/search (search.h): Likewise.
28768         * modules/signal (signal.h): Likewise.
28769         * modules/stdint (stdint.h): Likewise.
28770         * modules/stdio (stdio.h): Likewise.
28771         * modules/stdlib (stdlib.h): Likewise.
28772         * modules/string (string.h): Likewise.
28773         * modules/sys_time (sys/time.h): Likewise.
28774         * modules/time (time.h): Likewise.
28775         * modules/wchar (wchar.h): Likewise.
28776         * modules/wctype (wtype.h): Likewise.
28777
28778 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
28779
28780         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
28781
28782 2007-05-13  Bruno Haible  <bruno@clisp.org>
28783
28784         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
28785         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28786         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
28787         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28788         (gl_PREREQ_STRTOK_R): Don't require it here.
28789
28790 2007-05-13  Bruno Haible  <bruno@clisp.org>
28791
28792         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
28793         when used in C++ mode.
28794
28795 2007-05-12  Bruno Haible  <bruno@clisp.org>
28796
28797         * lib/linebuffer.h: Tweak doc.
28798         * lib/linebuffer.c: Likewise.
28799
28800 2007-05-12  James Youngman  <jay@gnu.org>
28801
28802         * lib/linebuffer.c (readlinebuffer_delim): New function,
28803         like readlinebuffer, but use a caller-specified delimiter.
28804         (readlinebuffer): Just call readlinebuffer_delim with '\n'
28805         as the delimiter.
28806         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
28807
28808 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28809
28810         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
28811         * modules/openat (Files): Remove openat-die.c.
28812         (Depends-on): Add openat-die.
28813         * modules/openat-die: New module.
28814
28815 2007-05-06  Bruno Haible  <bruno@clisp.org>
28816
28817         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
28818         Update with info about Cygwin.
28819         * doc/functions/fprintf.texi: Update.
28820         * doc/functions/printf.texi: Update.
28821         * doc/functions/snprintf.texi: Update.
28822         * doc/functions/sprintf.texi: Update.
28823         * doc/functions/vfprintf.texi: Update.
28824         * doc/functions/vprintf.texi: Update.
28825         * doc/functions/vsnprintf.texi: Update.
28826         * doc/functions/vsprintf.texi: Update.
28827         Reported by Eric Blake.
28828
28829 2007-05-06  Bruno Haible  <bruno@clisp.org>
28830
28831         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
28832         padding ourselves for the floating-point directives.
28833         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
28834         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
28835         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28836         gl_PRINTF_FLAG_ZERO and test its result. Invoke
28837         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
28838         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28839         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
28840         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28841         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28842         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28843         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28844         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28845         * tests/test-snprintf-posix.h (test_function): Also check the width
28846         and some flags in the %f directive.
28847         * tests/test-sprintf-posix.h (test_function): Likewise.
28848         * tests/test-vasnprintf-posix.c (test_function): Likewise.
28849         * tests/test-vasprintf-posix.c (test_function): Likewise.
28850         * doc/functions/fprintf.texi: Update.
28851         * doc/functions/printf.texi: Update.
28852         * doc/functions/snprintf.texi: Update.
28853         * doc/functions/sprintf.texi: Update.
28854         * doc/functions/vfprintf.texi: Update.
28855         * doc/functions/vprintf.texi: Update.
28856         * doc/functions/vsnprintf.texi: Update.
28857         * doc/functions/vsprintf.texi: Update.
28858
28859 2007-05-06  Bruno Haible  <bruno@clisp.org>
28860
28861         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
28862         pass the ' flag character to sprintf or snprintf.
28863         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
28864         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
28865         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
28866         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
28867         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
28868         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28869         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
28870         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28871         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28872         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28873         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28874         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28875         * tests/test-snprintf-posix.h (test_function): Also check the grouping
28876         flag.
28877         * tests/test-sprintf-posix.h (test_function): Likewise.
28878         * tests/test-vasnprintf-posix.c (test_function): Likewise.
28879         * tests/test-vasprintf-posix.c (test_function): Likewise.
28880         * doc/functions/fprintf.texi: Update.
28881         * doc/functions/printf.texi: Update.
28882         * doc/functions/snprintf.texi: Update.
28883         * doc/functions/sprintf.texi: Update.
28884         * doc/functions/vfprintf.texi: Update.
28885         * doc/functions/vprintf.texi: Update.
28886         * doc/functions/vsnprintf.texi: Update.
28887         * doc/functions/vsprintf.texi: Update.
28888
28889 2007-05-01  Bruno Haible  <bruno@clisp.org>
28890
28891         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
28892
28893 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
28894
28895         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
28896         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
28897
28898 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28899
28900         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
28901         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
28902         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
28903
28904 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
28905
28906         * lib/argp-help.c (struct hol_entry): New member `ord'.
28907         (HOL_ENTRY_PTRCMP): Use ord for comparison
28908         (hol_sort): Initialize ord.
28909
28910 2007-05-01  Bruno Haible  <bruno@clisp.org>
28911
28912         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
28913         Reported by Eric Blake.
28914         * doc/gnulib.texi (Function Substitutes): Update.
28915
28916 2007-05-01  Bruno Haible  <bruno@clisp.org>
28917
28918         * doc/functions.texi: Remove file, now redundant through
28919         doc/functions/*.texi.
28920
28921 2007-05-01  Bruno Haible  <bruno@clisp.org>
28922
28923         * modules/argp (Depends-on): Add sleep.
28924
28925 2007-05-01  Bruno Haible  <bruno@clisp.org>
28926
28927         * modules/sleep-tests: New file.
28928         * tests/test-sleep.c: New file.
28929
28930         * modules/sleep: New file.
28931         * lib/sleep.c: New file.
28932         * m4/sleep.m4: New file.
28933         * lib/unistd_.h (sleep): New declaration.
28934         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
28935         HAVE_SLEEP.
28936         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
28937         * doc/functions/sleep.texi: Document the sleep module.
28938
28939 2007-05-01  Bruno Haible  <bruno@clisp.org>
28940
28941         * lib/sigprocmask.h: Remove file.
28942         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
28943         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
28944         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
28945         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
28946         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
28947         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
28948         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
28949         HAVE_SIGSET_T as a shell variable.
28950         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
28951         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
28952         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
28953         (Depends-on): Add signal. Remove verify.
28954         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
28955         (Include): Mention <signal.h> instead of sigprocmask.h.
28956         * NEWS: Mention the change.
28957         * lib/fatal-signal.c: Don't include sigprocmask.h.
28958
28959 2007-05-01  Bruno Haible  <bruno@clisp.org>
28960
28961         * modules/signal: New file.
28962         * lib/signal_.h: New file.
28963         * m4/signal_h.m4: New file.
28964
28965 2007-05-01  Bruno Haible  <bruno@clisp.org>
28966
28967         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
28968         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
28969         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
28970         HAVE_WCTYPE_CTMP_BUG into wctype.h.
28971
28972 2007-05-01  Bruno Haible  <bruno@clisp.org>
28973
28974         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
28975         configure time.
28976         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
28977         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
28978         * modules/sys_stat (Makefile.am): Substitute their values into
28979         sys/stat.h.
28980
28981 2007-05-01  Bruno Haible  <bruno@clisp.org>
28982
28983         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
28984         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
28985         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
28986
28987 2007-05-01  Bruno Haible  <bruno@clisp.org>
28988
28989         * doc/header/assert.texi: Undo last change: don't mention the gnulib
28990         'assert' module here.
28991
28992 2007-05-01  Bruno Haible  <bruno@clisp.org>
28993
28994         * doc/functions/*.texi: New files.
28995         * doc/functions/google-ranking.txt: New file.
28996         * doc/gnulib.texi (Function Substitutes): New chapter.
28997         (ctime, inet_ntoa): Remove sections.
28998         * doc/ctime.texi: Remove file.
28999         * doc/inet_ntoa.texi: Remove file.
29000         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
29001         dependencies.
29002         (%.info): New rule, specifying a --reference-limit.
29003
29004 2007-05-01  Bruno Haible  <bruno@clisp.org>
29005
29006         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
29007
29008 2007-05-01  Bruno Haible  <bruno@clisp.org>
29009
29010         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
29011         the portability of 'mkdir' to mingw systems.
29012
29013 2007-05-01  Bruno Haible  <bruno@clisp.org>
29014
29015         * doc/headers/google-ranking.txt: New file.
29016
29017 2007-04-30  Eric Blake  <ebb9@byu.net>
29018
29019         Prefer fseeko to fseek.
29020         * modules/getpass (Depends-on): Add fseeko.
29021         * lib/getpass.c (getpass): Use fseeko, not fseek.
29022
29023 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
29024
29025         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
29026         assumes the sorting is stable, while most qsort implementations
29027         are not.  Use argument addresses to ensure they never compare as
29028         equal.
29029
29030         * tests/test-argp-2.sh (usage-indent test): Fix output
29031         (func_compare): Restore diff options
29032         * tests/test-argp.c: Restore #include "progname.h"
29033
29034 2007-04-29  Bruno Haible  <bruno@clisp.org>
29035
29036         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
29037         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29038         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
29039         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29040         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
29041         (configure.ac): Define CHECK_SNPRINTF_POSIX.
29042         (TESTS, check_PROGRAMS): Add test-snprintf.
29043         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
29044         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
29045         (TESTS, check_PROGRAMS): Add test-vsnprintf.
29046         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
29047         assertions that fail on HP-UX, OSF/1, or IRIX.
29048         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
29049
29050 2007-04-29  Bruno Haible  <bruno@clisp.org>
29051
29052         * MODULES.html.sh (posix_functions): Remove 'contents'.
29053
29054 2007-04-29  Karl Berry  <karl@gnu.org>
29055
29056         * config/srclist.txt (gendocs_template_min): new entry.
29057
29058 2007-04-29  Bruno Haible  <bruno@clisp.org>
29059
29060         Work around fpurge bug on BSD systems.
29061         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
29062         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
29063         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
29064         fpurge to rpl_fpurge if the system already has this function.
29065         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
29066         the case where the system already has this function. Correct invariants
29067         on BSD systems.
29068         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
29069         BSD systems.
29070
29071 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
29072
29073         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
29074         proposed by Sven Verdoolaege.
29075
29076         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
29077         options.
29078         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
29079         (usage and help tests): Update
29080
29081 2007-04-29  Bruno Haible  <bruno@clisp.org>
29082
29083         * tests/test-fflush.c (main): Use a file of size 17, not 10.
29084         Print more information in case of failure. Disable a test on BeOS.
29085
29086 2007-04-29  Bruno Haible  <bruno@clisp.org>
29087
29088         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
29089         This helps debugging on systems on which no gdb is available.
29090
29091 2007-04-29  Bruno Haible  <bruno@clisp.org>
29092
29093         * lib/freading.h: Improve comments.
29094         * lib/fwriting.h: Likewise.
29095         * tests/test-freading.c (main): Don't check freading immediately after
29096         repositioning. Needed for glibc.
29097
29098 2007-04-29  Bruno Haible  <bruno@clisp.org>
29099
29100         * lib/freading.c (freading): Trivial simplification.
29101
29102 2007-04-28  Bruno Haible  <bruno@clisp.org>
29103
29104         * tests/test-fwriting.c (main): Also test the interaction between
29105         fflush and fwriting.
29106         * modules/fwriting-tests (Depends-on): Add fflush.
29107
29108         * tests/test-freading.c (main): Also test the interaction between
29109         fflush and freading.
29110         * modules/freading-tests (Depends-on): Add fflush.
29111
29112 2007-04-28  Bruno Haible  <bruno@clisp.org>
29113
29114         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
29115         fseeko and ftello.
29116         Suggested by Eric Blake.
29117
29118 2007-04-28  Jim Meyering  <jim@meyering.net>
29119
29120         Avoid false-negative in gl_STDINT_H's C99 conformance test.
29121         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
29122         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
29123
29124 2007-04-27  Eric Blake  <ebb9@byu.net>
29125
29126         * doc/headers/assert.texi (assert.h): Document assert module use.
29127
29128 2007-04-27  Bruno Haible  <bruno@clisp.org>
29129
29130         * doc/headers/*.texi: New files.
29131         * doc/gnulib.texi (Header File Substitutes): New chapter.
29132         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
29133         dependencies.
29134         (standards.info ,standards.html, standards.dvi): Update dependencies.
29135         (mostlyclean, clean): New targets.
29136
29137 2007-04-27  Bruno Haible  <bruno@clisp.org>
29138
29139         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
29140         * modules/sysexits (Files, Makefile.am): Update.
29141
29142         * lib/sys_socket_.h: Renamed from lib/socket_.h.
29143         * modules/sys_socket (Files, Makefile.am): Update.
29144
29145         * lib/sys_stat_.h: Renamed from lib/stat_.h.
29146         * modules/sys_stat (Files, Makefile.am): Update.
29147
29148 2007-04-27  Eric Blake  <ebb9@byu.net>
29149
29150         * lib/freading.h: Improve comments.
29151         * lib/fwriting.h: Likewise.
29152         * lib/fflush.c: Likewise.
29153
29154         Fix closein for mingw.
29155         * modules/closein-tests: Add tests for closein.
29156         * tests/test-closein.c: New file.
29157         * tests/test-closein.sh: Likewise.
29158         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
29159         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
29160
29161 2007-04-27  Bruno Haible  <bruno@clisp.org>
29162
29163         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
29164         version is < 6.
29165         * lib/math_.h [__DECC]: Likewise.
29166         * lib/stdio_.h [__DECC]: Likewise.
29167         * lib/stdlib_.h [__DECC]: Likewise.
29168         * lib/string_.h [__DECC]: Likewise.
29169         * lib/time_.h [__DECC]: Likewise.
29170         * lib/wchar_.h [__DECC]: Likewise.
29171         * lib/wctype_.h [__DECC]: Likewise.
29172
29173 2007-04-27  Bruno Haible  <bruno@clisp.org>
29174
29175         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
29176
29177 2007-04-27  Bruno Haible  <bruno@clisp.org>
29178
29179         * lib/fflush.c: Add comments.
29180         * modules/fpurge-tests (Depends-on): Add fflush.
29181         * modules/freadable-tests (Depends-on): Likewise.
29182         * modules/fwritable-tests (Depends-on): Likewise.
29183
29184 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
29185
29186         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
29187         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
29188         Report by Bruno Haible <bruno@clisp.org>.
29189
29190 2007-04-26  Eric Blake  <ebb9@byu.net>
29191
29192         Fix fflush on mingw.
29193         * modules/fflush (Depends-on): Add freading.
29194         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
29195         but unread data.
29196
29197 2007-04-26  Eric Blake  <ebb9@byu.net>
29198         and Bruno Haible  <bruno@clisp.org>
29199
29200         Implement freading and fwriting.
29201         * lib/freading.c: New file.
29202         * lib/freading.h: Likewise.
29203         * m4/freading.m4: Likewise.
29204         * modules/freading: Likewise.
29205         * modules/freading-tests: Likewise.
29206         * tests/test-freading.c: Likewise.
29207         * lib/fwriting.c: New file.
29208         * lib/fwriting.h: Likewise.
29209         * m4/fwriting.m4: Likewise.
29210         * modules/fwriting: Likewise.
29211         * modules/fwriting-tests: Likewise.
29212         * tests/test-fwriting.c: Likewise.
29213         * MODULES.html.sh (File stream based Input/Output): Mention them.
29214
29215 2007-04-26  Bruno Haible  <bruno@clisp.org>
29216
29217         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
29218         'long' when we assume it.
29219         Suggested by Eric Blake.
29220
29221 2007-04-26  Bruno Haible  <bruno@clisp.org>
29222
29223         Ensure fseeko, ftello are declared on glibc systems.
29224         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
29225         * modules/fseeko (configure.ac-early): Likewise.
29226         * modules/ftello (configure.ac-early): Likewise.
29227         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
29228         AC_FUNC_FSEEKO for this.
29229         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
29230         (gl_CHECK_FSEEKO): Remove macro.
29231
29232 2007-04-26  Bruno Haible  <bruno@clisp.org>
29233
29234         * tests/test-fflush.c (main): Also check the ftell result after
29235         fflush and fseek/fseeko.
29236         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
29237         file descriptor position cache in the stream.
29238         * lib/fseeko.c (rpl_fseeko): Likewise.
29239
29240 2007-04-26  Bruno Haible  <bruno@clisp.org>
29241
29242         * modules/fflush-tests (Depends-on): Add fseeko.
29243
29244 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
29245             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29246
29247         * lib/argz_.h: ensure error_t definition is obtained in same
29248         mechanism system argz.h would have.
29249         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
29250         argz facilities are known bad.  Err on the side of caution if
29251         cross-compiling.
29252
29253 2007-04-25  Eric Blake  <ebb9@byu.net>
29254
29255         * lib/fpurge.c (includes): Use stdlib.h for free.
29256         * tests/test-fflush.c (main): Also test fflush-fseeko.
29257
29258 2007-04-25  Bruno Haible  <bruno@clisp.org>
29259
29260         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
29261         * lib/fseeko.c: New file.
29262         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
29263         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
29264         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
29265         gl_FUNC_FSEEKO.
29266         (gl_FUNC_FSEEKO): Invoke it.
29267         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
29268         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
29269         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
29270
29271 2007-04-25  Bruno Haible  <bruno@clisp.org>
29272
29273         * modules/fflush (Depends-on): Add ftello.
29274
29275 2007-04-25  Bruno Haible  <bruno@clisp.org>
29276
29277         * modules/ftello-tests: New file.
29278         * tests/test-ftello.c: New file.
29279
29280         * modules/ftello: New file.
29281         * m4/ftello.m4: New file.
29282         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
29283         HAVE_FTELLO.
29284         * lib/stdio_.h (ftello): New declaration.
29285         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
29286         HAVE_FTELLO.
29287
29288 2007-04-25  Bruno Haible  <bruno@clisp.org>
29289
29290         * modules/fseeko-tests: New file.
29291         * tests/test-fseeko.c: New file.
29292
29293         * modules/fseeko: New file.
29294         * m4/fseeko.m4: New file.
29295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
29296         HAVE_FSEEKO.
29297         * lib/stdio_.h (fseeko): New declaration.
29298         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
29299         HAVE_FSEEKO.
29300
29301 2007-04-25  Bruno Haible  <bruno@clisp.org>
29302
29303         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
29304
29305 2007-04-25  Bruno Haible  <bruno@clisp.org>
29306
29307         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
29308         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
29309         * tests/test-unistd.c: Likewise.
29310         * tests/test-fcntl.c: Likewise.
29311
29312 2007-04-23  Eric Blake  <ebb9@byu.net>
29313
29314         * lib/fflush.c: Fix missing include.
29315         Reported by Bruno Haible.
29316
29317 2007-04-23  Bruno Haible  <bruno@clisp.org>
29318
29319         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
29320         Reported by Eric Blake.
29321
29322 2007-04-23  Bruno Haible  <bruno@clisp.org>
29323
29324         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
29325
29326 2007-04-23  Bruno Haible  <bruno@clisp.org>
29327
29328         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
29329
29330 2007-04-23  Bruno Haible  <bruno@clisp.org>
29331
29332         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
29333         Needed on HP-UX 11.
29334
29335 2007-04-16  Eric Blake  <ebb9@byu.net>
29336
29337         Make fflush rely on fpurge.
29338         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
29339         open coding all variants.
29340         * modules/fflush (Depends-on): Add fpurge and unistd.
29341         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
29342         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
29343
29344         Fix --with-tests compilation on cygwin.
29345         * modules/argmatch-tests (Makefile.am): List gnulib library first
29346         in LDADD.
29347         * modules/argp-tests (Makefile.am): Likewise.
29348         * modules/array-list-tests (Makefile.am): Likewise.
29349         * modules/array-oset-tests (Makefile.am): Likewise.
29350         * modules/avltree-list-tests (Makefile.am): Likewise.
29351         * modules/avltree-oset-tests (Makefile.am): Likewise.
29352         * modules/avltreehash-list-tests (Makefile.am): Likewise.
29353         * modules/carray-list-tests (Makefile.am): Likewise.
29354         * modules/dirname-tests (Makefile.am): Likewise.
29355         * modules/frexp-tests (Makefile.am): Likewise.
29356         * modules/isnanl-tests (Makefile.am): Likewise.
29357         * modules/linked-list-tests (Makefile.am): Likewise.
29358         * modules/linkedhash-list-tests (Makefile.am): Likewise.
29359         * modules/lock-tests (Makefile.am): Likewise.
29360         * modules/rbtree-list-tests (Makefile.am): Likewise.
29361         * modules/rbtree-oset-tests (Makefile.am): Likewise.
29362         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
29363         * modules/tls-tests (Makefile.am): Likewise.
29364         * modules/tsearch-tests (Makefile.am): Likewise.
29365         * modules/xvasprintf-tests (Makefile.am): Likewise.
29366
29367         Fix fpurge for cygwin.
29368         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
29369         value.
29370         * modules/fpurge-tests (Depends-on): Clean up trash.
29371
29372 2007-04-16  Simon Josefsson  <simon@josefsson.org>
29373
29374         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
29375
29376         * m4/autobuild.m4: Re-indent.
29377
29378 2007-04-13  Bruno Haible  <bruno@clisp.org>
29379
29380         * modules/fpurge-tests: New file.
29381         * tests/test-fpurge.c: New file.
29382
29383         * modules/fpurge: New file.
29384         * lib/fpurge.h: New file.
29385         * lib/fpurge.c: New file.
29386         * m4/fpurge.m4: New file.
29387
29388 2007-04-13  Bruno Haible  <bruno@clisp.org>
29389
29390         * modules/fbufmode-tests: New file.
29391         * tests/test-fbufmode.c: New file.
29392
29393         * modules/fbufmode: New file.
29394         * lib/fbufmode.h: New file.
29395         * lib/fbufmode.c: New file.
29396         * m4/fbufmode.m4: New file.
29397
29398 2007-04-13  Bruno Haible  <bruno@clisp.org>
29399
29400         * modules/fwritable-tests: New file.
29401         * tests/test-fwritable.c: New file.
29402
29403         * modules/fwritable: New file.
29404         * lib/fwritable.h: New file.
29405         * lib/fwritable.c: New file.
29406         * m4/fwritable.m4: New file.
29407
29408 2007-04-13  Bruno Haible  <bruno@clisp.org>
29409
29410         * modules/freadable-tests: New file.
29411         * tests/test-freadable.c: New file.
29412
29413         * modules/freadable: New file.
29414         * lib/freadable.h: New file.
29415         * lib/freadable.c: New file.
29416         * m4/freadable.m4: New file.
29417
29418 2007-04-13  Bruno Haible  <bruno@clisp.org>
29419
29420         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
29421         MOSTLYCLEANFILES.
29422
29423 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
29424
29425         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
29426         gzip bootstrap.conf to avoid dragging in i18n machinery.
29427         (gnulib_tool_option): Use it.
29428
29429 2007-04-13  Bruno Haible  <bruno@clisp.org>
29430
29431         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
29432         %F directives.
29433         * tests/test-vasprintf-posix.c (test_function): Likewise.
29434         * tests/test-snprintf-posix.h (test_function): Likewise.
29435         * tests/test-sprintf-posix.h (test_function): Likewise.
29436         * tests/test-fprintf-posix.h (test_function): Likewise.
29437         * tests/test-printf-posix.h (test_function): Likewise.
29438         * tests/test-fprintf-posix.out: Likewise.
29439
29440 2007-04-13  Bruno Haible  <bruno@clisp.org>
29441
29442         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
29443         * modules/tls-tests (configure.ac): Likewise.
29444         Reported by Arto C. Nirkko <anirkko@insel.ch>.
29445
29446 2007-04-13  Bruno Haible  <bruno@clisp.org>
29447
29448         * lib/tls.c (glthread_tls_get): Fix return type.
29449         Patch by Arto C. Nirkko <anirkko@insel.ch>.
29450
29451 2007-04-12  Eric Blake  <ebb9@byu.net>
29452
29453         * modules/gettime (Depends-on): Remove gettime.
29454         Reported by Dmitry V. Levin.
29455
29456 2007-04-12  Bruno Haible  <bruno@clisp.org>
29457
29458         * modules/fflush (Include): Mention <stdio.h>.
29459         * modules/strtoimax (Include): Mention <inttypes.h>.
29460         * modules/strtoumax (Include): Likewise.
29461
29462 2007-04-12  Eric Blake  <ebb9@byu.net>
29463
29464         * .cvsignore: New file.
29465         * .gitignore: Likewise.
29466
29467 2007-04-12  Bruno Haible  <bruno@clisp.org>
29468
29469         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
29470         not before, since $(LDADD) often contains libgnu.a.
29471         * modules/striconv-tests (test_striconv_LDADD): Likewise.
29472         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
29473         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
29474         Needed on Cygwin.
29475
29476 2007-04-12  Eric Blake  <ebb9@byu.net>
29477
29478         Work around glibc's failure to flush stdin on fclose.
29479         * lib/closein.c (close_stdin): Flush stdin before closing.
29480
29481         Work around glibc's failure to reset seekable stdin on exit.
29482         * modules/closein: New module.
29483         * lib/closein.c: New file.
29484         * lib/closein.h: Likewise.
29485         * m4/closein.m4: Likewise.
29486         * MODULES.html.sh (File stream based Input/Output): Document it.
29487
29488 2007-04-12  Simon Josefsson  <simon@josefsson.org>
29489
29490         * gnulib-tool: Rename generated 'autobuild' script to
29491         'do-autobuild' in --create-megatestdir output.
29492
29493         * doc/gnulib.texi (Build robot for gnulib): Fix.
29494
29495 2007-04-12  Simon Josefsson  <simon@josefsson.org>
29496
29497         * modules/sysexits (Depends-on): Add absolute-header.
29498
29499 2007-04-12  Eric Blake  <ebb9@byu.net>
29500
29501         No need to preserve errno on success.
29502         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
29503         Reported by Bruno Haible.
29504
29505 2007-04-12  Simon Josefsson  <simon@josefsson.org>
29506
29507         * MODULES.html.sh (Support for maintaining and releasing
29508         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
29509
29510 2007-04-12  Simon Josefsson  <simon@josefsson.org>
29511
29512         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
29513
29514 2007-04-12  Simon Josefsson  <simon@josefsson.org>
29515
29516         * modules/autobuild: New module.
29517
29518         * m4/autobuild.m4: New file.
29519
29520 2007-04-11  Bruno Haible  <bruno@clisp.org>
29521
29522         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
29523         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
29524         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
29525         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
29526         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29527         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29528         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29529         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
29530         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29531         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29532         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
29533         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29534         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29535         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
29536         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29537         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29538         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
29539         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29540         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29541         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
29542         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29543         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29544         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
29545         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29546         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29547         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
29548         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
29549         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
29550         Reported by Eric Blake.
29551
29552 2007-04-11  Bruno Haible  <bruno@clisp.org>
29553
29554         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
29555
29556 2007-04-10  Bruno Haible  <bruno@clisp.org>
29557
29558         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
29559         for NaN and Infinity. Needed on FreeBSD 6.1.
29560         * tests/test-vasnprintf-posix.c (test_function): Undo last change
29561         regarding results for "%010a" of Infinity and NaN.
29562         * tests/test-vasprintf-posix.c (test_function): Likewise.
29563         * tests/test-snprintf-posix.h (test_function): Likewise.
29564         * tests/test-sprintf-posix.h (test_function): Likewise.
29565         * tests/test-fprintf-posix.h (test_function): Likewise.
29566         * tests/test-printf-posix.h (test_function): Likewise.
29567         * tests/test-fprintf-posix.out: Likewise.
29568
29569 2007-04-10  Bruno Haible  <bruno@clisp.org>
29570
29571         * modules/locale-tests: New file.
29572         * tests/test-locale.c: New file.
29573
29574         * modules/locale: New file.
29575         * lib/locale_.h: New file.
29576         * m4/locale_h.m4: New file.
29577
29578 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
29579             Bruno Haible  <bruno@clisp.org>
29580
29581         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
29582         be determined, test for availability of the copysignf, copysign,
29583         copysignl functions.
29584         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
29585         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
29586         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
29587
29588 2007-04-09  Eric Blake  <ebb9@byu.net>
29589
29590         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
29591         * modules/stdio (Makefile.am): Support fflush.
29592         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
29593         * modules/fflush: New file.
29594         * lib/fflush.c: Likewise.
29595         * m4/fflush.m4: Likewise.
29596         * modules/fflush-tests: New test.
29597         * tests/test-fflush.c: Likewise.
29598         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
29599
29600 2007-04-06  Bruno Haible  <bruno@clisp.org>
29601
29602         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
29603         (VASNPRINTF): Use signbit for faster determination whether to print a
29604         minus sign.
29605         * modules/vasnprintf (Files): Remove lib/float+.h.
29606         * modules/fprintf-posix (Depends-on): Add signbit.
29607         * modules/snprintf-posix (Depends-on): Likewise.
29608         * modules/sprintf-posix (Depends-on): Likewise.
29609         * modules/vasnprintf-posix (Depends-on): Likewise.
29610         * modules/vasprintf-posix (Depends-on): Likewise.
29611         * modules/vfprintf-posix (Depends-on): Likewise.
29612         * modules/vsnprintf-posix (Depends-on): Likewise.
29613         * modules/vsprintf-posix (Depends-on): Likewise.
29614
29615 2007-04-06  Bruno Haible  <bruno@clisp.org>
29616
29617         * tests/test-frexp.c (main): Test also the sign bit of zero results.
29618         * tests/test-frexpl.c (main): Likewise.
29619         * tests/test-ldexpl.c (main): Likewise.
29620         * modules/frexp-tests (Depends-on): Add signbit.
29621         * modules/frexpl-tests (Depdends-on): Likewise.
29622         * modules/ldexpl-tests (Depdends-on): Likewise.
29623
29624 2007-04-06  Bruno Haible  <bruno@clisp.org>
29625
29626         * modules/signbit-tests: New file.
29627         * tests/test-signbit.c: New file.
29628
29629         * modules/signbit: New file.
29630         * lib/signbitf.c: New file.
29631         * lib/signbitd.c: New file.
29632         * lib/signbitl.c: New file.
29633         * m4/signbit.m4: New file.
29634         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
29635         (signbit): New macro.
29636         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
29637         REPLACE_SIGNBIT.
29638         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
29639         REPLACE_FREXPL into math.h.
29640
29641 2007-04-06  Bruno Haible  <bruno@clisp.org>
29642
29643         * modules/isnanf-nolibm-tests: New file.
29644         * tests/test-isnanf.c: New file.
29645
29646         * modules/isnanf-nolibm: New file.
29647         * lib/isnanf.h: New file.
29648         * lib/isnanf.c: New file.
29649         * lib/isnan.c: Consider the USE_FLOAT macro.
29650         * m4/isnanf.m4: New file.
29651
29652 2007-04-06  Bruno Haible  <bruno@clisp.org>
29653
29654         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
29655         (Link): New section.
29656
29657         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
29658
29659 2007-04-06  Bruno Haible  <bruno@clisp.org>
29660
29661         Assume the 'long double' type.
29662         * m4/longdouble.m4: Remove file.
29663         * config/srclist.txt: Don't mention longdouble.m4.
29664         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
29665         * lib/float+.h: Likewise.
29666         * lib/frexp.c: Likewise.
29667         * lib/printf-args.h: Likewise.
29668         * lib/printf-args.c: Likewise.
29669         * lib/printf-frexp.c: Likewise.
29670         * lib/printf-parse.c: Likewise.
29671         * lib/vasnprintf.c: Likewise.
29672         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
29673         * m4/intl.m4: Likewise.
29674         * m4/isnanl.m4: Likewise.
29675         * m4/printf.m4: Likewise.
29676         * m4/printf-frexpl.m4: Likewise.
29677         * m4/vasnprintf.m4: Likewise.
29678         * modules/allocsa (Files): Remove m4/longdouble.m4.
29679         * modules/gettext (Files): Likewise.
29680         * modules/relocatable-prog-wrapper (Files): Likewise.
29681         * modules/vasnprintf (Files): Likewise.
29682         * modules/isnanl (Files): Likewise.
29683         (Include): Simplify.
29684         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
29685         (Include): Simplify.
29686         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
29687         (Include): Simplify.
29688         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
29689         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29690         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
29691         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29692         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
29693         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29694         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
29695         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29696         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
29697         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29698         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
29699         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
29700         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
29701         * tests/test-isnanl.c: Likewise.
29702         * tests/test-snprintf-posix.h: Likewise.
29703         * tests/test-sprintf-posix.h: Likewise.
29704         * tests/test-vasnprintf-posix.c: Likewise.
29705         * tests/test-vasnprintf-posix2.c: Likewise.
29706         * tests/test-vasprintf-posix.c: Likewise.
29707
29708 2007-04-06  Bruno Haible  <bruno@clisp.org>
29709
29710         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
29711         * lib/math_.h [__DECC]: Include the overridden include file through
29712         #include_next, outside the double-inclusion guard.
29713         * lib/stdio_.h [__DECC]: Likewise.
29714         * lib/stdlib_.h [__DECC]: Likewise.
29715         * lib/string_.h [__DECC]: Likewise.
29716         * lib/time_.h [__DECC]: Likewise.
29717         * lib/wchar_.h [__DECC]: Likewise.
29718         * lib/wctype_.h [__DECC]: Likewise.
29719         * lib/inttypes_.h [__DECC]: Likewise.
29720         Reported by Albert Chin <china@thewrittenword.com> in
29721         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
29722
29723 2007-04-04  Eric Blake  <ebb9@byu.net>
29724
29725         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
29726         1.5.x.
29727
29728 2007-04-04  Bruno Haible  <bruno@clisp.org>
29729
29730         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
29731         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
29732
29733 2007-04-04  Bruno Haible  <bruno@clisp.org>
29734
29735         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
29736         results for "%010a" of Infinity and NaN.
29737         * tests/test-vasprintf-posix.c (test_function): Likewise.
29738         * tests/test-snprintf-posix.h (test_function): Likewise.
29739         * tests/test-sprintf-posix.h (test_function): Likewise.
29740         * tests/test-fprintf-posix.h (test_function): Remove these tests.
29741         * tests/test-printf-posix.h (test_function): Likewise.
29742         * tests/test-fprintf-posix.out: Update.
29743         Needed for FreeBSD 6.1.
29744
29745 2007-04-04  Bruno Haible  <bruno@clisp.org>
29746
29747         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
29748         directly used by the gnulib modules nor by gnulib-tool.
29749
29750 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29751
29752         * DEPENDENCIES: Give overall description of version dependency
29753         desirability.  Use more-typical names for apps.
29754         Add shell, coreutils, diffutils, grep, tar, gzip.
29755
29756 2007-04-04  Simon Josefsson  <simon@josefsson.org>
29757
29758         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
29759
29760 2007-04-04  Karl Berry  <karl@gnu.org>
29761
29762         * MODULES.html.sh (func_module): missing '.
29763
29764 2007-04-03  Bruno Haible  <bruno@clisp.org>
29765
29766         * modules/argmatch-tests (Makefile.am): New variable
29767         test_argmatch_LDADD.
29768         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
29769         * modules/array-list-tests (Makefile.am): New variable
29770         test_array_list_LDADD.
29771         * modules/array-oset-tests (Makefile.am): New variable
29772         test_array_oset_LDADD.
29773         * modules/avltree-list-tests (Makefile.am): New variable
29774         test_avltree_list_LDADD.
29775         * modules/avltree-oset-tests (Makefile.am): New variable
29776         test_avltree_oset_LDADD.
29777         * modules/avltreehash-list-tests (Makefile.am): New variable
29778         test_avltreehash_list_LDADD.
29779         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
29780         test_canonicalize_lgpl_LDADD.
29781         * modules/carray-list-tests (Makefile.am): New variable
29782         test_carray_list_LDADD.
29783         * modules/dirname-tests (Makefile.am): New variable
29784         test_dirname_LDADD.
29785         * modules/linked-list-tests (Makefile.am): New variable
29786         test_linked_list_LDADD.
29787         * modules/linkedhash-list-tests (Makefile.am): New variable
29788         test_linkedhash_list_LDADD.
29789         * modules/rbtree-list-tests (Makefile.am): New variable
29790         test_rbtree_list_LDADD.
29791         * modules/rbtree-oset-tests (Makefile.am): New variable
29792         test_rbtree_oset_LDADD.
29793         * modules/rbtreehash-list-tests (Makefile.am): New variable
29794         test_rbtreehash_list_LDADD.
29795         * modules/xvasprintf-tests (Makefile.am): New variable
29796         test_xvasprintf_LDADD.
29797         Reported by Eric Blake.
29798
29799 2007-04-03  Eric Blake  <ebb9@byu.net>
29800
29801         * DEPENDENCIES: Weaken m4 requirements.
29802
29803 2007-04-03  Bruno Haible  <bruno@clisp.org>
29804
29805         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
29806         * modules/isnanl-tests (configure.ac): Likewise.
29807
29808 2007-04-03  Ben Pfaff  <blp@gnu.org>
29809
29810         * modules/iconv_open: Add $(srcdir)/ to source directory
29811         references in Makefile fragments that call gperf, to fix VPATH
29812         builds.
29813
29814 2007-04-03  Bruno Haible  <bruno@clisp.org>
29815
29816         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
29817         * lib/ldexpl.c: Undo last change.
29818
29819 2007-04-03  Bruno Haible  <bruno@clisp.org>
29820
29821         * modules/printf-frexpl (Depends-on): Undo last change.
29822         (Files): Add m4/ldexpl.m4.
29823
29824 2007-04-03  Bruno Haible  <bruno@clisp.org>
29825
29826         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
29827         * modules/isnanl (Link): New section.
29828
29829         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
29830         * modules/frexp (Link): New section.
29831
29832         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
29833         * modules/frexpl (Link): New section.
29834
29835         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
29836         * modules/ldexpl (Link): New section.
29837
29838 2007-04-03  Bruno Haible  <bruno@clisp.org>
29839
29840         * modules/TEMPLATE-EXTENDED: New file.
29841         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
29842
29843 2007-04-03  Bruno Haible  <bruno@clisp.org>
29844
29845         * DEPENDENCIES: New file.
29846         Suggested by Simon Josefsson.
29847
29848 2007-04-03  Bruno Haible  <bruno@clisp.org>
29849
29850         * doc/gnulib.texi: Escape @.
29851
29852 2007-04-03  James Youngman  <jay@gnu.org>
29853         and Paul Eggert  <eggert@cs.ucla.edu>
29854
29855         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
29856         birthtime on all systems that have birthtime, not just those which
29857         use st_birthtimensec rather than st_birthtim.  Putting zero in
29858         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
29859         that the birth time is not available for files on an NFS mount.
29860
29861 2007-04-03  Simon Josefsson  <simon@josefsson.org>
29862
29863         * modules/memxor: Move back from crypto/, suggested by Bruno.
29864         * modules/crypto/hmac-sha1: Fix memxor dependency.
29865
29866         * modules/crypto/gc: Moved from ../.
29867
29868 2007-04-02  Eric Blake  <ebb9@byu.net>
29869
29870         * lib/ldexpl.c (includes): Avoid libm.
29871
29872         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
29873
29874 2007-04-02  Bruno Haible  <bruno@clisp.org>
29875
29876         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
29877         on IRIX.
29878
29879 2007-04-02  Bruno Haible  <bruno@clisp.org>
29880
29881         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
29882         x86 or x86_64 platforms running MacOS X.
29883         Reported by Ryan Schmidt <@ryandesign.com>.
29884
29885 2007-04-02  Bruno Haible  <bruno@clisp.org>
29886
29887         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
29888         i386.
29889
29890 2007-04-01  Simon Josefsson  <simon@josefsson.org>
29891
29892         * modules/crypto/arcfour: Moved from ../.
29893         * modules/crypto/arcfour-tests: Moved from ../.
29894         * modules/crypto/arctwo: Moved from ../.
29895         * modules/crypto/arctwo-tests: Moved from ../.
29896         * modules/crypto/des: Moved from ../.
29897         * modules/crypto/des-tests: Moved from ../.
29898         * modules/crypto/gc-arcfour: Moved from ../.
29899         * modules/crypto/gc-arcfour-tests: Moved from ../.
29900         * modules/crypto/gc-arctwo: Moved from ../.
29901         * modules/crypto/gc-arctwo-tests: Moved from ../.
29902         * modules/crypto/gc-des: Moved from ../.
29903         * modules/crypto/gc-des-tests: Moved from ../.
29904         * modules/crypto/gc-hmac-md5: Moved from ../.
29905         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
29906         * modules/crypto/gc-hmac-sha1: Moved from ../.
29907         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
29908         * modules/crypto/gc-md2: Moved from ../.
29909         * modules/crypto/gc-md2-tests: Moved from ../.
29910         * modules/crypto/gc-md4: Moved from ../.
29911         * modules/crypto/gc-md4-tests: Moved from ../.
29912         * modules/crypto/gc-md5: Moved from ../.
29913         * modules/crypto/gc-md5-tests: Moved from ../.
29914         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
29915         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
29916         * modules/crypto/gc-random: Moved from ../.
29917         * modules/crypto/gc-rijndael: Moved from ../.
29918         * modules/crypto/gc-rijndael-tests: Moved from ../.
29919         * modules/crypto/gc-sha1: Moved from ../.
29920         * modules/crypto/gc-sha1-tests: Moved from ../.
29921         * modules/crypto/gc-tests: Moved from ../.
29922         * modules/crypto/hmac-md5: Moved from ../.
29923         * modules/crypto/hmac-md5-tests: Moved from ../.
29924         * modules/crypto/hmac-sha1: Moved from ../.
29925         * modules/crypto/hmac-sha1-tests: Moved from ../.
29926         * modules/crypto/md2: Moved from ../.
29927         * modules/crypto/md2-tests: Moved from ../.
29928         * modules/crypto/md4: Moved from ../.
29929         * modules/crypto/md4-tests: Moved from ../.
29930         * modules/crypto/md5: Moved from ../.
29931         * modules/crypto/md5-tests: Moved from ../.
29932         * modules/crypto/memxor: Moved from ../.
29933         * modules/crypto/rijndael: Moved from ../.
29934         * modules/crypto/rijndael-tests: Moved from ../.
29935         * modules/crypto/sha1: Moved from ../.
29936
29937 2007-03-30  James Youngman  <jay@gnu.org>
29938
29939         * tests/test-stat-time.c (prepare_test): use chmod() rather than
29940         rename() to change the ctime of a file (because ctime is unaffected
29941         by rename on jfs2 on AIX 5.1).
29942         (main): Start by doing cleanup, in case a previous run failed leaving
29943         test files behind.
29944
29945 2007-03-31  Bruno Haible  <bruno@clisp.org>
29946
29947         Support old proprietary implementations of iconv.
29948         * modules/iconv_open: New file.
29949         * lib/iconv_.h: New file.
29950         * m4/iconv_h.m4: New file.
29951         * lib/iconv_open.c: New file.
29952         * lib/iconv_open-aix.gperf: New file.
29953         * lib/iconv_open-hpux.gperf: New file.
29954         * lib/iconv_open-irix.gperf: New file.
29955         * lib/iconv_open-osf.gperf: New file.
29956         * m4/iconv_open.m4: New file.
29957         * modules/linebreak (Depends-on): Add iconv_open.
29958         * modules/striconv (Depends-on): Likewise.
29959         * modules/striconveh (Depends-on): Likewise.
29960         * modules/unicodeio (Depends-on): Likewise.
29961         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
29962         (iconv_t)(-1).
29963         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
29964         conversion if cd is (iconv_t)(-1).
29965         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
29966         is not possible.
29967
29968 2007-03-31  Bruno Haible  <bruno@clisp.org>
29969
29970         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
29971         work on Solaris either. Protect also second use of "autodetect_jp".
29972
29973 2007-03-31  Bruno Haible  <bruno@clisp.org>
29974
29975         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
29976         the function is not present.
29977
29978 2007-03-31  Bruno Haible  <bruno@clisp.org>
29979
29980         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
29981         the function is not present.
29982
29983 2007-03-31  Bruno Haible  <bruno@clisp.org>
29984
29985         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
29986         a bug in HP-UX iconv_open().
29987
29988 2007-03-31  Bruno Haible  <bruno@clisp.org>
29989
29990         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
29991         (Mathematics <math.h>): New section, add fpieee.
29992         (Input/output <stdio.h>): Add fseterr.
29993         (Mathematics <math.h>): New section, add printf-frexp.
29994         (Container data structures): Add sublist.
29995         (Core language properties): Add fpucw, inline.
29996         (Functions for greatest-width integer types <inttypes.h>): Add
29997         imaxabs, imaxdiv, inttypes.
29998         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
29999         isnanl-nolibm, ldexp.
30000         (Mathematics <math.h>): New section, add printf-frexpl.
30001         (Support for systems lacking POSIX:2001): Add fprintf-posix,
30002         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
30003         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
30004         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
30005         (Unicode string functions): Add unistr/u*-mbtoucr.
30006         (Java): Add javacomp-script, javaexec-script.
30007         (C#): Add csharpcomp-script, csharpexec-script.
30008         (Support for building libraries and executables): Add havelib,
30009         relocatable-*.
30010         (Support for maintaining and releasing projects): Renamed from
30011         'Support for maintaining and release projects'. Add announce-gen.
30012
30013 2007-03-31  Bruno Haible  <bruno@clisp.org>
30014
30015         * README: Talk primarily about git.
30016         (git and CVS): Renamed from CVS.
30017         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
30018         gnulib is available through git.
30019         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
30020
30021 2007-03-30  Bruno Haible  <bruno@clisp.org>
30022
30023         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
30024         * lib/poll_.h: Likewise.
30025         * lib/stat_.h: Likewise.
30026         * lib/sys_time_.h: Likewise.
30027         * lib/sysexit_.h: Likewise.
30028         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
30029         * lib/stdbool_.h: Likewise.
30030         * lib/byteswap_.h: Add double-inclusion guard.
30031
30032 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
30033
30034         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
30035
30036 2007-03-30  Karl Berry  <karl@gnu.org>
30037
30038         * config/srclist-update: double space after USA in the license
30039         substitution, since that's how it's usually (?) written.
30040
30041 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30042
30043         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
30044         reported by Bruno Haible.
30045
30046 2007-03-29  Bruno Haible  <bruno@clisp.org>
30047
30048         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
30049         a bug in AIX iconv().
30050
30051 2007-03-29  Bruno Haible  <bruno@clisp.org>
30052
30053         * modules/ldexpl-tests: New file.
30054         * tests/test-ldexpl.c: New file.
30055
30056 2007-03-29  Bruno Haible  <bruno@clisp.org>
30057
30058         * lib/ldexpl.c: Include fpucw.h.
30059         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
30060         multiplication.
30061         * modules/ldexpl (Depends-on): Add fpucw.
30062
30063 2007-03-29  Bruno Haible  <bruno@clisp.org>
30064
30065         * modules/ldexpl: New file.
30066         * m4/ldexpl.m4: New file.
30067         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
30068         set.
30069         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
30070         REPLACE_LDEXPL.
30071         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
30072         REPLACE_LDEXPL.
30073         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
30074         gl_FUNC_LDEXPL_WORKS.
30075         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
30076         * modules/mathl (Files): Remove lib/ldexpl.c.
30077         (Depends-on): Add ldexpl.
30078
30079 2007-03-29  Bruno Haible  <bruno@clisp.org>
30080
30081         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
30082
30083 2007-03-29  Bruno Haible  <bruno@clisp.org>
30084
30085         * tests/test-striconveh.c (main): Don't assume that a direct conversion
30086         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
30087         and possibly also HP-UX.
30088         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
30089         work on AIX, IRIX, HP-UX, OSF/1.
30090         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
30091         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
30092         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
30093         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
30094         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
30095         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
30096
30097 2007-03-29  Bruno Haible  <bruno@clisp.org>
30098
30099         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
30100
30101 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
30102
30103         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
30104         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
30105
30106 2007-03-29  Eric Blake  <ebb9@byu.net>
30107
30108         * lib/acl-internal.h: Remove redundant include.
30109         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
30110         Cygwin when a file is locked.
30111
30112 2007-03-29  Bruno Haible  <bruno@clisp.org>
30113
30114         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
30115         file.
30116         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
30117
30118 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
30119
30120         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
30121         try to remove a parent directory if the child couldn't be removed
30122         (except for the first rmdir, which could fail because the child
30123         doesn't exist).  Problem reported by Jeff Blaine in
30124         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
30125
30126 2007-03-28  Bruno Haible  <bruno@clisp.org>
30127
30128         * lib/striconveh.c (utf8conv_carefully): New function.
30129         (mem_cd_iconveh_internal): Invoke it.
30130
30131 2007-03-28  Bruno Haible  <bruno@clisp.org>
30132
30133         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
30134         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
30135         input.
30136         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
30137         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
30138         unistr/u8-uctomb.
30139
30140 2007-03-28  Bruno Haible  <bruno@clisp.org>
30141
30142         * modules/unistr/u8-mbtoucr: New file.
30143         * lib/unistr/u8-mbtoucr.c: New file.
30144         * modules/unistr/u16-mbtoucr: New file.
30145         * lib/unistr/u16-mbtoucr.c: New file.
30146         * modules/unistr/u16-mbtoucr: New file.
30147         * lib/unistr/u16-mbtoucr.c: New file.
30148         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
30149
30150 2007-03-27  Simon Josefsson  <simon@josefsson.org>
30151             Bruno Haible  <bruno@clisp.org>
30152
30153         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
30154         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
30155         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
30156
30157         * m4/stdio_h.m4: Add stubs for vasprintf too.
30158
30159         * modules/stdio: Support vasprintf in sed command.
30160
30161         * modules/vasprintf: Depend on stdio for prototypes.  Remove
30162         vasprintf.h.  Add stdio module indicator.
30163
30164         * lib/stdio_.h: Declare asprintf and vasprintf, based on
30165         vasprintf.h.
30166
30167         * lib/vasprintf.h: File removed.
30168
30169         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
30170         * lib/vasprintf.c: Ditto.
30171         * lib/xvasprintf.c: Ditto.
30172         * tests/test-vasprintf-posix.c: Ditto.
30173         * tests/test-vasprintf.c: Ditto.
30174
30175 2007-03-27  Bruno Haible  <bruno@clisp.org>
30176
30177         Make vasnprintf multithread-safe.
30178         * lib/vasnprintf.c (decimal_point_char): New function.
30179         (VASNPRINTF): Use it.
30180         Suggested by Simon Josefsson.
30181
30182 2007-03-27  Eric Blake  <ebb9@byu.net>
30183
30184         Support sub-second birthtime on cygwin.
30185         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
30186         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
30187         (get_stat_birthtime): Also work with st_birthtim.
30188
30189 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
30190
30191         * lib/stat-time.h (USE_BIRTHTIME): Remove.
30192         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
30193         (get_stat_birthtime_ns): Do not try to use "spare" fields.
30194         (get_stat_birthtime_ns): Simplify compile-time tests.
30195         (get_stat_birthtime): Change the API to look like
30196         get_stat_mtime etc., except return a negative tv_nsec on error.
30197         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
30198         Don't check for "spare" fields.
30199         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
30200         or for struct stat.st_birthtime, as these tests aren't used.
30201         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
30202
30203 2007-03-27  Bruno Haible  <bruno@clisp.org>
30204
30205         * lib/stat-time.h: Include <sys/stat.h>.
30206
30207 2007-03-27  James Youngman  <jay@gnu.org>
30208
30209         * lib/stat-time.h (get_stat_birthtime): New function for
30210           retrieving st_birthtime as provided by UFS2 (hence *BSD).
30211         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
30212           and its variants.
30213         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
30214         * modules/stat-time-test: New file.
30215         * tests/test-stat-time.c: New test, devised by Bruno Haible.
30216
30217 2007-03-26  Bruno Haible  <bruno@clisp.org>
30218
30219         Better support of signalling NaNs.
30220         * lib/atanl.c: Include isnanl.h.
30221         (atanl): Perform test for NaN at the beginning of the function and
30222         through a call to isnanl.
30223         * lib/cosl.c: Include isnanl.h.
30224         (cosl): Perform test for NaN at the beginning of the function and
30225         through a call to isnanl.
30226         * lib/ldexpl.c: Include isnanl.h.
30227         (ldexpl): Perform test for NaN through a call to isnanl.
30228         * lib/logl.c: Include isnanl.h.
30229         (logl): Perform test for NaN at the beginning of the function and
30230         through a call to isnanl.
30231         * lib/sinl.c: Include isnanl.h.
30232         (sinl): Perform test for NaN at the beginning of the function and
30233         through a call to isnanl.
30234         * lib/sqrtl.c: Include isnanl.h.
30235         (sqrtl): Perform test for NaN at the beginning of the function and
30236         through a call to isnanl.
30237         * lib/tanl.c: Include isnanl.h.
30238         (tanl): Perform test for NaN at the beginning of the function and
30239         through a call to isnanl.
30240         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
30241         * modules/mathl (Depends-on): Add isnanl.
30242
30243 2007-03-26  Eric Blake  <ebb9@byu.net>
30244
30245         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
30246         regression in logic sense of previous patch.
30247
30248 2007-03-26  Bruno Haible  <bruno@clisp.org>
30249
30250         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
30251         unportable shell command "if ! ...".
30252         Reported by Ralf Wildenhues.
30253
30254 2007-03-25  Bruno Haible  <bruno@clisp.org>
30255
30256         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
30257         <sysexits.h> file, and only add EX_CONFIG.
30258         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
30259         absolute file name and whether it is sufficient. Substitute also
30260         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
30261         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
30262         ABSOLUTE_SYSEXITS_H into sysexits.h.
30263
30264 2007-03-25  Bruno Haible  <bruno@clisp.org>
30265
30266         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
30267         hints is NULL.
30268
30269 2007-03-25  Bruno Haible  <bruno@clisp.org>
30270
30271         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
30272         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
30273
30274 2007-03-25  Bruno Haible  <bruno@clisp.org>
30275
30276         * lib/vasnprintf.c: Include langinfo.h.
30277         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
30278         multithread-safe.
30279         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
30280         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
30281         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30282         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30283         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30284         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30285         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30286         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
30287         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30288         Reported by Simon Josefsson.
30289
30290 2007-03-25  Bruno Haible  <bruno@clisp.org>
30291
30292         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
30293         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
30294         * modules/vasnprintf (Depends-on): Add stdint.
30295
30296 2007-03-25  Bruno Haible  <bruno@clisp.org>
30297
30298         * modules/fpieee: New file.
30299         * m4/fpieee.m4: New file.
30300         * modules/isnan-nolibm (Depends-on): Add fpieee.
30301         * modules/isnanl-nolibm (Depends-on): Add fpieee.
30302         * modules/isnanl (Depends-on): Add fpieee.
30303
30304 2007-03-25  Bruno Haible  <bruno@clisp.org>
30305
30306         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
30307
30308 2007-03-25  Bruno Haible  <bruno@clisp.org>
30309
30310         Avoid test failures on IRIX 6.5.
30311         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
30312         (main): Use it.
30313         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
30314         macros.
30315         (main): Use them.
30316
30317 2007-03-25  Bruno Haible  <bruno@clisp.org>
30318
30319         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
30320         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
30321         exists but doesn't work.
30322         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
30323         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
30324         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
30325         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
30326
30327 2007-03-25  Bruno Haible  <bruno@clisp.org>
30328
30329         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
30330         returns inf. Needed on IRIX 6.5.
30331
30332 2007-03-25  Bruno Haible  <bruno@clisp.org>
30333
30334         * tests/test-frexpl.c: Include isnanl-nolibm.h.
30335         (main): Use isnanl instead of x != x idiom.
30336         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
30337
30338         * tests/test-frexp.c: Include isnan.h.
30339         (main): Use isnan instead of x != x idiom.
30340         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
30341
30342 2007-03-25  Bruno Haible  <bruno@clisp.org>
30343
30344         * tests/test-frexp.c (NaN): New function/macro.
30345         (main): Use it instead of 0.0 / 0.0.
30346         * tests/test-isnan.c (NaN): New function/macro.
30347         (main): Use it instead of 0.0 / 0.0.
30348         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
30349         (test_function): Use it instead of 0.0 / 0.0.
30350         * tests/test-vasprintf-posix.c (NaN): New function/macro.
30351         (test_function): Use it instead of 0.0 / 0.0.
30352         * tests/test-snprintf-posix.h (NaN): New function/macro.
30353         (test_function): Use it instead of 0.0 / 0.0.
30354         * tests/test-sprintf-posix.h (NaN): New function/macro.
30355         (test_function): Use it instead of 0.0 / 0.0.
30356         * tests/test-fprintf-posix.h (NaN): New function/macro.
30357         (test_function): Use it instead of 0.0 / 0.0.
30358         * tests/test-printf-posix.h (NaN): New function/macro.
30359         (test_function): Use it instead of 0.0 / 0.0.
30360
30361         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
30362
30363 2007-03-25  Bruno Haible  <bruno@clisp.org>
30364
30365         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
30366
30367 2007-03-25  Bruno Haible  <bruno@clisp.org>
30368
30369         * lib/regexec.c (merge_state_with_log): Make static.
30370
30371 2007-03-25  Bruno Haible  <bruno@clisp.org>
30372
30373         * lib/trigl.c (kernel_rem_pio2): Make static.
30374
30375 2007-03-25  Bruno Haible  <bruno@clisp.org>
30376
30377         * lib/sincosl.c (sincosl_table): Make static.
30378
30379 2007-03-25  Bruno Haible  <bruno@clisp.org>
30380
30381         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
30382         if the compiler does not support C99.
30383
30384 2007-03-25  Bruno Haible  <bruno@clisp.org>
30385
30386         * modules/time (Makefile.am): Ensure all rule action lines start with a
30387         tab.
30388
30389 2007-03-24  Bruno Haible  <bruno@clisp.org>
30390
30391         * modules/tsearch-tests: New file.
30392         * tests/test-tsearch.sh: New file.
30393         * tests/test-tsearch.c: New file, mostly copied from glibc.
30394
30395         * modules/search-tests: New file.
30396         * tests/test-search.c: New file.
30397
30398         * modules/search: New file.
30399         * lib/search_.h: New file, incorporating lib/tsearch.h.
30400         * m4/search_h.m4: New file.
30401         * lib/tsearch.h: Remove file.
30402         * lib/tsearch.c: Include search.h instead of tsearch.h.
30403         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
30404         HAVE_TSEARCH.
30405         * modules/tsearch (Files): Remove lib/tsearch.h.
30406         (Depends-on): Add search.
30407         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
30408         (Include): Change tsearch.h into search.h.
30409
30410 2007-03-24  Bruno Haible  <bruno@clisp.org>
30411
30412         * modules/fpucw: New file.
30413         * lib/fpucw.h: New file.
30414         * lib/frexp.c: Include fpucw.h.
30415         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
30416         (FUNC): Use them.
30417         * lib/printf-frexp.c: Include fpucw.h.
30418         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
30419         (FUNC): Use them.
30420         * lib/vasnprintf.c: Include fpucw.h.
30421         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
30422         'long double' calculations.
30423         * tests/test-frexpl.c: Include fpucw.h.
30424         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
30425         * tests/test-printf-frexpl.c: Include fpucw.h.
30426         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
30427         * modules/frexpl (Depends-on): Add fpucw.
30428         * modules/printf-frexpl (Depends-on): Likewise.
30429         * modules/fprintf-posix (Depends-on): Likewise.
30430         * modules/snprintf-posix (Depends-on): Likewise.
30431         * modules/sprintf-posix (Depends-on): Likewise.
30432         * modules/vasnprintf-posix (Depends-on): Likewise.
30433         * modules/vasprintf-posix (Depends-on): Likewise.
30434         * modules/vfprintf-posix (Depends-on): Likewise.
30435         * modules/vsnprintf-posix (Depends-on): Likewise.
30436         * modules/vsprintf-posix (Depends-on): Likewise.
30437         * modules/frexpl-tests (Depends-on): Likewise.
30438         * modules/printf-frexpl-tests (Depends-on): Likewise.
30439
30440 2007-03-24  Bruno Haible  <bruno@clisp.org>
30441
30442         * lib/float+.h: New file.
30443         * lib/isnan.c: Include float+.h.
30444         (SIZE): New macro.
30445         (FUNC): Compare only SIZE bytes of the value.
30446         * lib/vasnprintf.c: Include float+.h.
30447         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
30448         SIZEOF_LDBL or SIZEOF_DBL bytes.
30449         * modules/isnan-nolibm (Files): Add lib/float+.h.
30450         * modules/isnanl-nolibm (Files): Add lib/float+.h.
30451         * modules/isnanl (Files): Add lib/float+.h.
30452         * modules/vasnprintf (Files): Add lib/float+.h.
30453
30454 2007-03-24  Bruno Haible  <bruno@clisp.org>
30455
30456         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
30457         include isnanl-nolibm.h.
30458
30459 2007-03-24  Bruno Haible  <bruno@clisp.org>
30460
30461         * tests/test-read-file.c (main): Don't produce spurious output for
30462         expected situations. Make the test fail if it encountered unexpected
30463         results.
30464
30465 2007-03-24  Bruno Haible  <bruno@clisp.org>
30466
30467         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
30468         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
30469
30470 2007-03-24  Bruno Haible  <bruno@clisp.org>
30471
30472         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
30473
30474 2007-03-24  Bruno Haible  <bruno@clisp.org>
30475
30476         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
30477         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
30478
30479         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
30480         * modules/utf8-ucs4: Turn into a symbolic link to module
30481         unistr/u8-mbtouc.
30482
30483         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
30484         utf8-ucs4-unsafe.
30485         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
30486         unistr/u8-mbtouc-unsafe.
30487
30488         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
30489         * modules/utf16-ucs4: Turn into a symbolic link to module
30490         unistr/u16-mbtouc.
30491
30492         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
30493         utf16-ucs4-unsafe.
30494         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
30495         unistr/u16-mbtouc-unsafe.
30496
30497         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
30498         * modules/ucs4-utf8: Turn into a symbolic link to module
30499         unistr/u8-ubtomb.
30500
30501         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
30502         * modules/ucs4-utf16: Turn into a symbolic link to module
30503         unistr/u16-ubtomb.
30504
30505 2007-03-24  Bruno Haible  <bruno@clisp.org>
30506
30507         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
30508         Enable the function only if HAVE_INLINE.
30509         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
30510         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
30511         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
30512         Enable the function only if HAVE_INLINE.
30513         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
30514         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
30515         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
30516         Enable the function only if HAVE_INLINE.
30517         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
30518         Enable the function only if HAVE_INLINE.
30519         * modules/utf8-ucs4: Update.
30520         * modules/utf8-ucs4-unsafe: Update.
30521         * modules/utf16-ucs4: Update.
30522         * modules/utf16-ucs4-unsafe: Update.
30523         * modules/ucs4-utf8: Update.
30524         * modules/ucs4-utf16: Update.
30525
30526 2007-03-24  Bruno Haible  <bruno@clisp.org>
30527
30528         * lib/utf8-ucs4.h: Remove file.
30529         * lib/utf8-ucs4-unsafe.h: Remove file.
30530         * lib/utf16-ucs4.h: Remove file.
30531         * lib/utf16-ucs4-unsafe.h: Remove file.
30532         * lib/ucs4-utf8.h: Remove file.
30533         * lib/ucs4-utf16.h: Remove file.
30534         * lib/unistr.h: Include their previous contents.
30535         * m4/utf-ucs4.m4: Remove file.
30536         * m4/ucs4-utf.m4: Remove file.
30537         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
30538         (Depends-on): Add unistr/base.
30539         (configure.ac): Remove gl_UTF_UCS4.
30540         (Makefile.am): Update.
30541         (Include): Change to unistr.h.
30542         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
30543         (Depends-on): Add unistr/base.
30544         (configure.ac): Remove gl_UTF_UCS4.
30545         (Makefile.am): Update.
30546         (Include): Change to unistr.h.
30547         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
30548         (Depends-on): Add unistr/base.
30549         (configure.ac): Remove gl_UTF_UCS4.
30550         (Makefile.am): Update.
30551         (Include): Change to unistr.h.
30552         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
30553         (Depends-on): Add unistr/base.
30554         (configure.ac): Remove gl_UTF_UCS4.
30555         (Makefile.am): Update.
30556         (Include): Change to unistr.h.
30557         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
30558         (Depends-on): Add unistr/base.
30559         (configure.ac): Remove gl_UCS4_UTF.
30560         (Makefile.am): Update.
30561         (Include): Change to unistr.h.
30562         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
30563         (Depends-on): Add unistr/base.
30564         (configure.ac): Remove gl_UCS4_UTF.
30565         (Makefile.am): Update.
30566         (Include): Change to unistr.h.
30567         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
30568         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
30569         utf8-ucs4-unsafe.h.
30570         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
30571         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
30572         utf16-ucs4-unsafe.h.
30573         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
30574         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
30575         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
30576         * lib/unistr/u8-strchr.c: Likewise.
30577         * lib/unistr/u8-strrchr.c: Likewise.
30578         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
30579         * lib/unistr/u16-strchr.c: Likewise.
30580         * lib/unistr/u16-strrchr.c: Likewise.
30581         * lib/striconveh.c: Update.
30582         * lib/linebreak.c: Update.
30583
30584 2007-03-24  Bruno Haible  <bruno@clisp.org>
30585
30586         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
30587         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
30588
30589 2007-03-22  Bruno Haible  <bruno@clisp.org>
30590
30591         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
30592
30593 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
30594
30595         * MODULES.html.sh (File system functions): New module write-any-file.
30596         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
30597         * m4/write-any-file.m4: New files.
30598
30599 2007-03-23  Eric Blake  <ebb9@byu.net>
30600
30601         * gnulib-tool: Rearrange space-tab sequences, since some editors
30602         like to eat them.
30603
30604 2007-03-23  Eric Blake  <ebb9@byu.net>
30605
30606         * lib/version-etc.c (version_etc_va): Update license wording to
30607         be more concise.  Recommended by Richard Stallman.
30608
30609 2007-03-22  Bruno Haible  <bruno@clisp.org>
30610
30611         * lib/poll.c (MSG_PEEK): New fallback definition.
30612
30613 2007-03-22  Bruno Haible  <bruno@clisp.org>
30614
30615         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
30616         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
30617         (main): Update.
30618         Fixes a compilation error on BeOS.
30619
30620 2007-03-22  Bruno Haible  <bruno@clisp.org>
30621
30622         * modules/frexpl-tests: New file.
30623         * tests/test-frexpl.c: New file.
30624
30625         * modules/frexpl: New file.
30626         * m4/frexpl.m4: New file.
30627         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
30628         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
30629         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
30630         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
30631         (Depends-on): Add frexpl. Remove isnanl-nolibm.
30632         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
30633
30634 2007-03-22  Bruno Haible  <bruno@clisp.org>
30635
30636         * lib/frexpl.c: Share code with lib/frexp.c.
30637         * modules/mathl (Files): Add lib/frexp.c.
30638         (Depends-on): Add isnanl-nolibm.
30639
30640 2007-03-22  Bruno Haible  <bruno@clisp.org>
30641
30642         * modules/printf-frexp (Files): Add m4/frexp.m4.
30643         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
30644         only if the found frexp function actually works.
30645
30646 2007-03-22  Bruno Haible  <bruno@clisp.org>
30647
30648         * lib/frexp.c: Remove older implementation that uses divisions.
30649
30650 2007-03-21  Bruno Haible  <bruno@clisp.org>
30651
30652         * modules/frexp-tests: New file.
30653         * tests/test-frexp.c: New file.
30654
30655         * modules/frexp: New file.
30656         * lib/frexp.c: New file.
30657         * m4/frexp.m4: New file.
30658         * lib/math_.h (frexp): New declaration.
30659         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
30660         REPLACE_FREXP.
30661         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
30662
30663 2007-03-21  Bruno Haible  <bruno@clisp.org>
30664
30665         * modules/isnanl-tests: New file.
30666         * tests/test-isnanl.c: New file.
30667
30668         * modules/isnanl: New file.
30669         * lib/isnanl.h: New file.
30670         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
30671         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
30672         gl_FUNC_ISNANL_WORKS.
30673         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
30674         New macros.
30675
30676 2007-03-21  Bruno Haible  <bruno@clisp.org>
30677
30678         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
30679         lib/isnanl.h.
30680         (Include): Update.
30681         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
30682         * lib/vasnprintf.c: Update.
30683         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
30684         tests/test-isnanl.h, remove tests/test-isnanl.c.
30685         (Makefile.am): Update.
30686         * tests/test-isnanl-nolibm.c: New file.
30687         * tests/test-isnanl.h: New file.
30688         * tests/test-isnanl.c: Remove file.
30689
30690 2007-03-21  Jim Meyering  <jim@meyering.net>
30691
30692         When trying to open ".", treat ESTALE like EACCES.
30693         * lib/savewd.c (savewd_save): Resort to forking not just upon
30694         failure with EACCES, but also when errno is ESTALE.
30695
30696 2007-03-20  Bruno Haible  <bruno@clisp.org>
30697
30698         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
30699         Needed on AIX 5.1. Reported by Matthew Woehlke.
30700
30701 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
30702
30703         Suggestions by Bruno Haible:
30704         * lib/acl-internal.h: Include "gettext.h" rather than rolling
30705         our own.
30706         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
30707         * modules/acl (Depends-on): Add gettext.
30708
30709 2007-03-19  Bruno Haible  <bruno@clisp.org>
30710
30711         * modules/iconvme: Remove file.
30712         * lib/iconvme.h: Remove file.
30713         * lib/iconvme.c: Remove file.
30714         * m4/iconvme.m4: Remove file.
30715
30716 2007-03-19  Bruno Haible  <bruno@clisp.org>
30717
30718         * doc/relocatable-maint.texi: Break long shell script line.
30719         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
30720
30721 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
30722
30723         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
30724         handle file_has_acl.
30725         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
30726         * lib/acl.c: Move header inclusions and related macro defns into
30727         lib/acl-internal.h.
30728         (S_ISLNK): Remove defn, since that's now done for us.
30729         (file_has_acl): Move to lib/file-has-acl.c.
30730         Call acl_trivial if available.  This is the crucial part of the fix.
30731         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
30732         shared within the library.  Rewrite a bit, partly to make it compatible
30733         with the GNU coding style.
30734         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
30735         Remove unnecessary double-quotes.
30736         Don't test for acl_to_text; the build will catch that.
30737         Replace acl_entries if it doesn't exist and it is needed.
30738         Check for -lsec and acl_trivial (as used on Solaris 10).
30739         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
30740         lib/file-has-acl.c.
30741         (Depends-on): Add sys_stat, for S_ISLNK.
30742
30743 2007-03-19  Ben Pfaff  <blp@gnu.org>
30744
30745         * doc/gnulib.texi: Fix typos.
30746         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
30747
30748 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
30749
30750         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
30751         If size is zero here, buf must be zero.
30752
30753 2007-03-19  Simon Josefsson  <simon@josefsson.org>
30754
30755         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
30756         <bruno@clisp.org>.
30757
30758 2007-03-18  Bruno Haible  <bruno@clisp.org>
30759
30760         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
30761         Suggested by Eric Blake.
30762
30763 2007-03-18  Ben Pfaff  <blp@gnu.org>
30764
30765         * doc/relocatable.texi: Recommend using as prefix a directory
30766         that does not exist and will never be created.  Based on
30767         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
30768         and others.
30769
30770 2007-03-17  Bruno Haible  <bruno@clisp.org>
30771
30772         * lib/fchownat.c: Include lchown.h.
30773
30774 2007-03-17  Bruno Haible  <bruno@clisp.org>
30775
30776         Fix endless loop when the given allocated size was > INT_MAX.
30777         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
30778         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
30779         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
30780         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
30781         * lib/sprintf.c (sprintf): Likewise.
30782
30783 2007-03-17  Bruno Haible  <bruno@clisp.org>
30784
30785         * tests/test-argp-2.sh (func_compare): Output a context diff.
30786
30787 2007-03-17  Bruno Haible  <bruno@clisp.org>
30788
30789         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
30790         locale's decimal-point character.
30791
30792 2007-03-17  Bruno Haible  <bruno@clisp.org>
30793
30794         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
30795         before comparing it. Needed because on some platforms (e.g. x86) a
30796         'long double' occupies less bytes than sizeof (long double).
30797
30798 2007-03-17  Bruno Haible  <bruno@clisp.org>
30799
30800         * tests/test-crc.c (main): Make printf statements 64-bit clean.
30801         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
30802         * tests/test-getaddrinfo.c (simple): Likewise.
30803         * tests/test-read-file.c (main): Likewise.
30804
30805 2007-03-17  Bruno Haible  <bruno@clisp.org>
30806
30807         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
30808
30809 2007-03-17  Bruno Haible  <bruno@clisp.org>
30810
30811         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
30812         unused variable.
30813
30814 2007-03-17  Bruno Haible  <bruno@clisp.org>
30815
30816         * tests/test-c-strcasecmp.c: Include c-strcase.h.
30817         * tests/test-c-strncasecmp.c: Likewise.
30818
30819 2007-03-17  Bruno Haible  <bruno@clisp.org>
30820
30821         * modules/stdlib (Depends-on): Add unistd.
30822         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
30823         Needed for MacOS X 10.3.
30824
30825 2007-03-17  Bruno Haible  <bruno@clisp.org>
30826
30827         * lib/unistr/u-strdup.h: Include <stdlib.h>.
30828
30829 2007-03-17  Bruno Haible  <bruno@clisp.org>
30830
30831         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
30832
30833 2007-03-17  Bruno Haible  <bruno@clisp.org>
30834
30835         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
30836         to reflect files copied from gnulib (with or without modifications).
30837         Suggested by Jim Meyering.
30838
30839 2007-03-17  Eric Blake  <ebb9@byu.net>
30840
30841         * NEWS: Document stdlib change from 2007-02-18.
30842
30843 2007-03-17  Jim Meyering  <jim@meyering.net>
30844
30845         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
30846         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
30847         someone uses a name containing shell meta-characters.
30848         Reported by Alfred M. Szmidt.
30849
30850         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
30851
30852 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
30853
30854         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
30855         and copy gettext configuration files only if configure.ac contains
30856         a use of AM_GNU_GETTEXT_VERSION.
30857
30858 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
30859
30860         * build-aux/bootstrap (gnulib_name): New variable.
30861         (gnulib_tool_options): Use it.
30862
30863 2007-03-13  Simon Josefsson  <simon@josefsson.org>
30864
30865         * tests/test-des.c: Use new namespace.
30866
30867 2007-03-15  Bruno Haible  <bruno@clisp.org>
30868
30869         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
30870         Reported by James Youngman <jay@gnu.org>.
30871
30872 2007-03-15  Bruno Haible  <bruno@clisp.org>
30873
30874         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
30875         declared prototype. Needed with cc on OSF/1 5.1.
30876
30877 2007-03-15  Bruno Haible  <bruno@clisp.org>
30878
30879         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
30880         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
30881         (struct gl_list_implementation): Add dispose_fn argument to the
30882         'create_empty', 'create' methods.
30883         (struct gl_list_impl_base): Add field 'dispose_fn'.
30884         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
30885         argument.
30886         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
30887         dispose_fn argument.
30888         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
30889         dispose_fn on the dropped values.
30890         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
30891         dispose_fn argument.
30892         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
30893         dropped values.
30894         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
30895         (gl_tree_remove_node): Call dispose_fn on the dropped value.
30896         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
30897         (gl_tree_remove_node): Call dispose_fn on the dropped value.
30898         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
30899         argument.
30900         (gl_tree_list_free): Call dispose_fn on the dropped values.
30901         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
30902         the dropped values.
30903         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
30904         Add dispose_fn argument.
30905         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
30906         Call dispose_fn on the dropped values.
30907         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
30908         Add dispose_fn argument.
30909         (gl_sublist_create): Initialize the 'dispose_fn' field.
30910         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
30911         * tests/test-array_list.c (main): Update.
30912         * tests/test-carray_list.c (main): Update.
30913         * tests/test-avltree_list.c (main): Update.
30914         * tests/test-rbtree_list.c (main): Update.
30915         * tests/test-avltreehash_list.c (main): Update.
30916         * tests/test-rbtreehash_list.c (main): Update.
30917         * tests/test-linked_list.c (main): Update.
30918         * tests/test-linkedhash_list.c (main): Update.
30919         * tests/test-array_oset.c (main): Update.
30920
30921 2007-03-15  Bruno Haible  <bruno@clisp.org>
30922
30923         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
30924         (gl_oset_create_empty): Add dispose_fn argument.
30925         (struct gl_oset_implementation): Add dispose_fn argument to
30926         'create_empty' method.
30927         (struct gl_oset_impl_base): Add dispose_fn field.
30928         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
30929         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
30930         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
30931         values.
30932         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
30933         (gl_tree_oset_free): Call dispose_fn on the dropped values.
30934         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
30935         dropped value.
30936         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
30937         dropped value.
30938         * tests/test-array_oset.c (main): Update.
30939         * tests/test-avltree_oset.c (main): Update.
30940         * tests/test-rbtree_oset.c (main): Update.
30941         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
30942
30943 2007-03-13  Bruno Haible  <bruno@clisp.org>
30944
30945         * tests/test-stdbool.c (i): Update after last patch.
30946
30947 2007-03-12  Bruno Haible  <bruno@clisp.org>
30948
30949         * lib/quotearg.c: Include <wctype.h> early, before the definition of
30950         the iswprint macro. Needed on Solaris 2.5.1.
30951
30952 2007-03-12  Bruno Haible  <bruno@clisp.org>
30953
30954         * tests/test-printf-frexp.c (main): Declare x as volatile.
30955
30956 2007-03-12  Simon Josefsson  <simon@josefsson.org>
30957
30958         * doc/gnulib.texi (Build robot for gnulib): New section.
30959
30960 2007-03-12  Jim Meyering  <jim@meyering.net>
30961
30962         * build-aux/bootstrap: New file.
30963         * build-aux/bootstrap.conf: New file, from coreutils.
30964
30965 2007-03-11  Bruno Haible  <bruno@clisp.org>
30966
30967         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
30968
30969 2007-03-12  Simon Josefsson  <simon@josefsson.org>
30970
30971         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
30972         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
30973         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
30974
30975 2007-03-11  Bruno Haible  <bruno@clisp.org>
30976
30977         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
30978         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
30979
30980 2007-03-11  Bruno Haible  <bruno@clisp.org>
30981
30982         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
30983         formula. Needed for SunPRO C 5.0.
30984
30985 2007-03-11  Bruno Haible  <bruno@clisp.org>
30986
30987         * modules/long-options (Depends-on): Add getopt.
30988
30989 2007-03-11  Bruno Haible  <bruno@clisp.org>
30990
30991         * modules/modechange (Depends-on): Add stdbool.
30992
30993 2007-03-11  Bruno Haible  <bruno@clisp.org>
30994
30995         * modules/i-ring (Depends-on): Add stdbool.
30996
30997 2007-03-11  Bruno Haible  <bruno@clisp.org>
30998
30999         * modules/gc-des (Depends-on): Add stdbool.
31000
31001 2007-03-11  Bruno Haible  <bruno@clisp.org>
31002
31003         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
31004
31005 2007-03-11  Bruno Haible  <bruno@clisp.org>
31006
31007         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
31008
31009 2007-03-11  Bruno Haible  <bruno@clisp.org>
31010
31011         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
31012
31013 2007-03-11  Bruno Haible  <bruno@clisp.org>
31014
31015         * lib/vasnprintf.c (sprintf): Undefine.
31016
31017 2007-03-11  Bruno Haible  <bruno@clisp.org>
31018
31019         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
31020         initializers in SunPRO C and Compaq C compilers.
31021
31022 2007-03-11  Bruno Haible  <bruno@clisp.org>
31023
31024         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
31025         decrementing code ANSI C compliant.
31026
31027 2007-03-11  Bruno Haible  <bruno@clisp.org>
31028
31029         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
31030         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
31031
31032 2007-03-11  Bruno Haible  <bruno@clisp.org>
31033
31034         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
31035         <stdbool.h> substitute doesn't pass.
31036
31037 2007-03-11  Bruno Haible  <bruno@clisp.org>
31038
31039         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
31040
31041 2007-03-11  Bruno Haible  <bruno@clisp.org>
31042
31043         * gnulib-tool (func_create_megatestdir): Create also an autobuild
31044         script, for submission to autobuild.josefsson.org.
31045
31046 2007-03-10  Bruno Haible  <bruno@clisp.org>
31047
31048         * modules/canonicalize-lgpl-tests: New file.
31049         * tests/test-canonicalize-lgpl.sh: New file.
31050         * tests/test-canonicalize-lgpl.c: New file.
31051
31052         * modules/c-strcase-tests: New file.
31053         * tests/test-c-strcase.sh: New file.
31054         * tests/test-c-strcasecmp.c: New file.
31055         * tests/test-c-strncasecmp.c: New file.
31056
31057         * modules/atexit-tests: New file.
31058         * tests/test-atexit.sh: New file.
31059         * tests/test-atexit.c: New file.
31060
31061 2007-03-10  Bruno Haible  <bruno@clisp.org>
31062
31063         * tests/test-binary-io.sh: Use temporary filenames that are not so
31064         likely to clash with those of other tests (in a parallel make).
31065         * tests/test-binary-io.c: Likewise.
31066
31067 2007-03-10  Bruno Haible  <bruno@clisp.org>
31068
31069         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
31070         fallback; use #error instead.
31071         Suggested by Simon Josefsson.
31072
31073 2007-03-10  Bruno Haible  <bruno@clisp.org>
31074
31075         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
31076         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
31077         first and the last.
31078
31079 2007-03-10  Bruno Haible  <bruno@clisp.org>
31080
31081         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
31082
31083 2007-03-10  Bruno Haible  <bruno@clisp.org>
31084
31085         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
31086         "make distcheck".
31087         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
31088         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
31089         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
31090
31091 2007-03-10  Bruno Haible  <bruno@clisp.org>
31092
31093         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
31094         variable.
31095         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
31096         variable.
31097
31098 2007-03-09  Eric Blake  <ebb9@byu.net>
31099         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
31100
31101         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
31102         types are not being provided by gnulib.
31103         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
31104         types are supported.
31105
31106 2007-03-10  Bruno Haible  <bruno@clisp.org>
31107
31108         * lib/stdio_.h (__attribute__): New macro.
31109         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
31110         vsprintf): Specify __attribute__ __format__ for GCC.
31111         Suggested by Eric Blake.
31112
31113 2007-03-09  Bruno Haible  <bruno@clisp.org>
31114
31115         * modules/printf-posix-tests: New file.
31116         * tests/test-printf-posix.sh: New file.
31117         * tests/test-printf-posix.c: New file.
31118
31119         * modules/printf-posix: New file.
31120         * lib/printf.c: New file.
31121         * m4/printf-posix-rpl.m4: New file.
31122         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
31123         REPLACE_PRINTF.
31124         * lib/stdio_.h (printf): New declaration.
31125         (format, __format__, ____printf____, ____scanf____, ____strftime____,
31126         ____strfmon____): New macros.
31127         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
31128         REPLACE_PRINTF.
31129
31130 2007-03-09  Bruno Haible  <bruno@clisp.org>
31131
31132         * tests/test-vasnprintf-posix2.sh: New file.
31133         * tests/test-vasnprintf-posix2.c: New file.
31134         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
31135         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
31136         (Makefile.am): Activate test-vasnprintf-posix2.sh.
31137
31138         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
31139         a locale dependent decimal point, rather than always '.'.
31140
31141 2007-03-09  Eric Blake  <ebb9@byu.net>
31142
31143         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
31144         spite of platforms like Tandem/NSK that define it to -1.
31145
31146 2007-03-08  Bruno Haible  <bruno@clisp.org>
31147
31148         * modules/vprintf-posix-tests: New file.
31149         * tests/test-vprintf-posix.sh: New file.
31150         * tests/test-vprintf-posix.c: New file.
31151         * tests/test-printf-posix.h: New file.
31152
31153         * modules/vprintf-posix: New file.
31154         * lib/vprintf.c: New file.
31155         * m4/vprintf-posix.m4: New file.
31156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
31157         REPLACE_VPRINTF.
31158         * lib/stdio_.h (vprintf): New declaration.
31159         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
31160         REPLACE_VPRINTF.
31161
31162 2007-03-08  Bruno Haible  <bruno@clisp.org>
31163
31164         * modules/fprintf-posix-tests: New file.
31165         * tests/test-fprintf-posix.sh: New file.
31166         * tests/test-fprintf-posix.c: New file.
31167
31168         * modules/fprintf-posix: New file.
31169         * lib/fprintf.c: New file.
31170         * m4/fprintf-posix.m4: New file.
31171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
31172         REPLACE_FPRINTF.
31173         * lib/stdio_.h (fprintf): New declaration.
31174         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
31175         REPLACE_FPRINTF.
31176
31177 2007-03-08  Bruno Haible  <bruno@clisp.org>
31178
31179         * modules/vfprintf-posix-tests: New file.
31180         * tests/test-vfprintf-posix.sh: New file.
31181         * tests/test-vfprintf-posix.c: New file.
31182         * tests/test-fprintf-posix.h: New file.
31183         * tests/test-fprintf-posix.out: New file.
31184
31185         * modules/vfprintf-posix: New file.
31186         * lib/vfprintf.c: New file.
31187         * m4/vfprintf-posix.m4: New file.
31188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
31189         REPLACE_VFPRINTF.
31190         * lib/stdio_.h (vfprintf): New declaration.
31191         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
31192         REPLACE_VFPRINTF.
31193
31194 2007-03-08  Bruno Haible  <bruno@clisp.org>
31195
31196         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
31197
31198 2007-03-08  Bruno Haible  <bruno@clisp.org>
31199
31200         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
31201         instead of 'expr' invocations.
31202         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31203         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31204         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31205         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31206         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31207         Suggested by Paul Eggert.
31208
31209 2007-03-08  Bruno Haible  <bruno@clisp.org>
31210
31211         * modules/fseterr-tests: New file.
31212         * tests/test-fseterr.c: New file.
31213
31214         * modules/fseterr: New file.
31215         * lib/fseterr.h: New file.
31216         * lib/fseterr.c: New file.
31217
31218 2007-03-08  Bruno Haible  <bruno@clisp.org>
31219
31220         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
31221         * lib/getopt_.h: Likewise.
31222         * lib/mbswidth.h: Likewise.
31223         * lib/setenv.h: Likewise.
31224         * lib/vasnprintf.h: Likewise.
31225         * lib/vasprintf.h: Likewise.
31226         * lib/verror.h: Likewise.
31227         * lib/xsetenv.h: Likewise.
31228         * lib/xvasprintf.h: Likewise.
31229
31230 2007-03-08  Jim Meyering  <jim@meyering.net>
31231
31232         * users.txt: Add parted.
31233
31234         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
31235
31236 2007-03-07  Bruno Haible  <bruno@clisp.org>
31237
31238         * m4/printf.m4: Make the shell script snippets copy&pastable.
31239
31240 2007-03-02  Bruno Haible  <bruno@clisp.org>
31241
31242         * lib/netinet_in_.h: New file.
31243         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
31244         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
31245         * modules/netinet_in (Files): Add lib/netinet_in_.h.
31246         (Depends-on): Add absolute-header.
31247         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
31248         into netinet/in.h.
31249
31250 2007-03-03  Bruno Haible  <bruno@clisp.org>
31251
31252         * lib/sys_select_.h: New file.
31253         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
31254         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
31255         * modules/sys_select (Files): Add lib/sys_select_.h.
31256         (Depends-on): Add absolute-header.
31257         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
31258         into sys/select.h.
31259
31260 2007-03-02  Bruno Haible  <bruno@clisp.org>
31261
31262         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
31263         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
31264         values.
31265         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
31266         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
31267         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
31268         * modules/sys_socket (Depends-on): Add absolute-header.
31269         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
31270         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
31271         (Include): Remove requirement of inclusion of <sys/types.h>.
31272
31273 2007-03-02  Bruno Haible  <bruno@clisp.org>
31274
31275         * lib/byteswap_.h (bswap_32): Fix formula.
31276
31277 2007-03-06  Bruno Haible  <bruno@clisp.org>
31278
31279         * modules/sprintf-posix-tests: New file.
31280         * tests/test-sprintf-posix.c: New file.
31281
31282         * modules/sprintf-posix: New file.
31283         * lib/sprintf.c: New file.
31284         * m4/sprintf-posix.m4: New file.
31285         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
31286         REPLACE_SPRINTF.
31287         * lib/stdio_.h (sprintf): New declaration.
31288         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
31289         REPLACE_SPRINTF.
31290
31291 2007-03-06  Bruno Haible  <bruno@clisp.org>
31292
31293         * modules/vsprintf-posix-tests: New file.
31294         * tests/test-vsprintf-posix.c: New file.
31295         * tests/test-sprintf-posix.h: New file.
31296
31297         * modules/vsprintf-posix: New file.
31298         * lib/vsprintf.c: New file.
31299         * m4/vsprintf-posix.m4: New file.
31300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
31301         REPLACE_VSPRINTF.
31302         * lib/stdio_.h (vsprintf): New declaration.
31303         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
31304         REPLACE_VSPRINTF.
31305
31306 2007-03-06  Bruno Haible  <bruno@clisp.org>
31307
31308         * modules/vsnprintf (Depend-on): Remove minmax.
31309
31310 2007-03-06  Bruno Haible  <bruno@clisp.org>
31311
31312         * modules/snprintf-posix-tests: New file.
31313         * tests/test-snprintf-posix.c: New file.
31314
31315         * modules/snprintf-posix: New file.
31316         * m4/snprintf-posix.m4: New file.
31317         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
31318         gl_FUNC_SNPRINTF.
31319         (gl_FUNC_SNPRINTF): Invoke it.
31320         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
31321         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
31322         is set.
31323         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
31324
31325 2007-03-06  Bruno Haible  <bruno@clisp.org>
31326
31327         * modules/vsnprintf-posix-tests: New file.
31328         * tests/test-vsnprintf-posix.c: New file.
31329         * tests/test-snprintf-posix.h: New file.
31330
31331         * modules/vsnprintf-posix: New file.
31332         * m4/vsnprintf-posix.m4: New file.
31333         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
31334         gl_FUNC_VSNPRINTF.
31335         (gl_FUNC_VSNPRINTF): Invoke it.
31336         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
31337         * lib/stdio_.h (vsnprintf): Define as a replacement if
31338         REPLACE_VSNPRINTF is set.
31339         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
31340
31341 2007-03-06  Bruno Haible  <bruno@clisp.org>
31342
31343         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
31344         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
31345
31346 2007-03-06  Bruno Haible  <bruno@clisp.org>
31347
31348         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
31349         (asinl): Declare also if HAVE_DECL_ASINL is set.
31350         (atanl): Declare also if HAVE_DECL_ATANL is set.
31351         (ceill): Declare also if HAVE_DECL_CEILL is set.
31352         (cosl): Declare also if HAVE_DECL_COSL is set.
31353         (expl): Declare also if HAVE_DECL_EXPL is set.
31354         (floorl): Declare also if HAVE_DECL_FLOORL is set.
31355         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
31356         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
31357         (logl): Declare also if HAVE_DECL_LOGL is set.
31358         (sinl): Declare also if HAVE_DECL_SINL is set.
31359         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
31360         (tanl): Declare also if HAVE_DECL_TANL is set.
31361         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
31362         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
31363         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
31364         declaration of frexpl, ldexpl.
31365         * modules/printf-frexpl (Depends-on): Add math.
31366         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
31367
31368 2007-03-05  Bruno Haible  <bruno@clisp.org>
31369
31370         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
31371         frexpl and ldexpl are declared.
31372         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
31373
31374 2007-03-05  Bruno Haible  <bruno@clisp.org>
31375
31376         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
31377         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
31378
31379 2007-03-05  Bruno Haible  <bruno@clisp.org>
31380
31381         * lib/stdio_.h: Include <stddef.h>.
31382
31383 2007-03-05  Bruno Haible  <bruno@clisp.org>
31384
31385         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
31386
31387 2007-03-05  Bruno Haible  <bruno@clisp.org>
31388
31389         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
31390         NetBSD 4, from Ralf Wildenhues.
31391
31392 2007-03-04  Bruno Haible  <bruno@clisp.org>
31393
31394         * lib/vasprintf.h: Update #if logic for the case when the functions
31395         exist but are overridden.
31396
31397 2007-03-04  Bruno Haible  <bruno@clisp.org>
31398
31399         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
31400         implementations: glibc-2.4 and MacOS X 10.3.
31401         * tests/test-vasnprintf-posix.c (test_function): Test also the case
31402         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
31403         * tests/test-vasprintf-posix.c (test_function): Likewise.
31404
31405 2007-03-04  Bruno Haible  <bruno@clisp.org>
31406
31407         * modules/vasprintf-posix-tests: New file.
31408         * tests/test-vasprintf-posix.c: New file.
31409
31410         * modules/vasprintf-posix: New file.
31411         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
31412         defined.
31413         * m4/vasprintf-posix.m4: New file.
31414         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
31415         gl_FUNC_VASPRINTF.
31416         (gl_FUNC_VASPRINTF): Invoke it.
31417         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
31418         here.
31419         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
31420
31421 2007-03-04  Bruno Haible  <bruno@clisp.org>
31422
31423         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
31424         REPLACE_GETTIMEOFDAY.
31425         * modules/sys_time (Makefile.am): Likewise.
31426         * m4/sys_time_h.m4: Likewise.
31427         * m4/gettimeofday.m4: Likewise.
31428
31429 2007-03-04  Bruno Haible  <bruno@clisp.org>
31430
31431         * modules/vasnprintf-posix-tests: New file.
31432         * tests/test-vasnprintf-posix.c: New file.
31433
31434         * modules/vasnprintf-posix: New file.
31435         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
31436         printf-frexpl.h.
31437         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
31438         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
31439         REPLACE_VASNPRINTF is defined.
31440         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
31441         gl_FUNC_VASNPRINTF.
31442         (gl_FUNC_VASNPRINTF): Invoke it.
31443         * m4/vasnprintf-posix.m4: New file.
31444         * m4/printf.m4: New file.
31445
31446 2007-03-04  Bruno Haible  <bruno@clisp.org>
31447
31448         Compile progreloc.c only if --enable-relocatable is specified.
31449         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
31450         if --enable-relocatable was specified.
31451         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
31452         lib_SOURCES.
31453
31454 2007-03-04  Jim Meyering  <jim@meyering.net>
31455
31456         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
31457         Use it consistently, rather than enumerating errno constants.
31458
31459 2007-03-04  Bruno Haible  <bruno@clisp.org>
31460
31461         * modules/xvasprintf-tests: New file.
31462         * tests/test-xvasprintf.c: New file.
31463
31464         * modules/vasprintf-tests: New file.
31465         * tests/test-vasprintf.c: New file.
31466
31467         * modules/vasnprintf-tests: New file.
31468         * tests/test-vasnprintf.c: New file.
31469
31470         * modules/vsnprintf-tests: New file.
31471         * tests/test-vsnprintf.c: New file.
31472
31473         * modules/snprintf-tests: New file.
31474         * tests/test-snprintf.c: New file.
31475
31476 2007-03-04  Bruno Haible  <bruno@clisp.org>
31477
31478         Compile relocatable.c only if --enable-relocatable is specified.
31479         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
31480         gl_RELOCATABLE_LIBRARY.
31481         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
31482         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
31483         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
31484         gl_RELOCATABLE_LIBRARY.
31485         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
31486         (Makefile.am): Remove lib_SOURCES.
31487         * modules/relocatable-lib-lgpl (configure.ac): Invoke
31488         gl_RELOCATABLE_LIBRARY.
31489         (Makefile.am): Remove lib_SOURCES.
31490         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
31491         always.
31492         * modules/relocatable-prog-wrapper (configure.ac): Invoke
31493         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
31494
31495 2007-03-04  Bruno Haible  <bruno@clisp.org>
31496
31497         * modules/argmatch-tests: New file.
31498         * tests/test-argmatch.c: New file.
31499
31500         * tests/test-allocsa.c (main): Halve the number of loop runs.
31501
31502         * modules/alloca-opt-tests: New file.
31503         * tests/test-alloca-opt.c: New file.
31504
31505 2007-03-04  Jim Meyering  <jim@meyering.net>
31506
31507         Work around difference between Linux ACLs and Solaris 10 ZFS.
31508         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
31509         for EINVAL.
31510
31511 2007-03-03  Bruno Haible  <bruno@clisp.org>
31512
31513         * modules/relocatable-prog (Depends-on): Add back progreloc's
31514         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
31515
31516 2007-03-03  Bruno Haible  <bruno@clisp.org>
31517
31518         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
31519         * modules/relocatable-lib: New file.
31520
31521 2007-03-03  Bruno Haible  <bruno@clisp.org>
31522
31523         * modules/relocatable-prog: Renamed from modules/relocatable.
31524         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
31525
31526 2007-03-03  Bruno Haible  <bruno@clisp.org>
31527
31528         * modules/relocatable-script (Files): Add doc/relocatable.texi,
31529         m4/relocatable-lib.m4.
31530         (Depends-on): Remove 'relocatable'.
31531         (configure.ac): Add gl_RELOCATABLE_NOP.
31532
31533 2007-03-03  Bruno Haible  <bruno@clisp.org>
31534
31535         * modules/relocatable-prog-wrapper: New file.
31536         * modules/relocatable (Depends-on): Add it. Remove all other
31537         dependencies except progname.
31538         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
31539
31540         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
31541         (gl_FUNC_STRERROR): Nop.
31542         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
31543
31544         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
31545         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
31546
31547         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
31548         (gl_FUNC_READLINK): Update.
31549
31550         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
31551
31552 2007-03-03  Bruno Haible  <bruno@clisp.org>
31553
31554         * lib/xreadlink.c: Include <unistd.h> unconditionally.
31555         * modules/xreadlink (Depends-on): Add unistd.
31556         * modules/xreadlink-with-size (Depends-on): Likewise.
31557
31558 2007-03-03  Bruno Haible  <bruno@clisp.org>
31559
31560         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
31561         extracted from gt_FUNC_SETENV.
31562         (gt_FUNC_SETENV): Remove macro.
31563         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
31564         remove gt_FUNC_SETENV.
31565
31566 2007-03-03  Bruno Haible  <bruno@clisp.org>
31567
31568         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
31569         ENABLE_RELOCATABLE here.
31570         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
31571
31572 2007-03-03  Bruno Haible  <bruno@clisp.org>
31573
31574         * modules/rbtreehash-list-tests (Depends-on): Add progname.
31575         * tests/test-rbtreehash_list.c: Include progname.h.
31576         (main): Call set_program_name.
31577
31578         * modules/rbtree-oset-tests (Depends-on): Add progname.
31579         * tests/test-rbtree_oset.c: Include progname.h.
31580         (main): Call set_program_name.
31581
31582         * modules/rbtree-list-tests (Depends-on): Add progname.
31583         * tests/test-rbtree_list.c: Include progname.h.
31584         (main): Call set_program_name.
31585
31586         * modules/linked-list-tests (Depends-on): Add progname.
31587         * tests/test-linked_list.c: Include progname.h.
31588         (main): Call set_program_name.
31589
31590 2007-03-03  Bruno Haible  <bruno@clisp.org>
31591
31592         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
31593         All uses of __restrict changed to _Restrict_.
31594         * lib/glob_.h (__restrict): Remove macro.
31595
31596 2007-03-02  Bruno Haible  <bruno@clisp.org>
31597
31598         * modules/gettext (configure.ac): Require gettext infrastructure
31599         from version 0.16.1.
31600
31601 2007-03-02  Bruno Haible  <bruno@clisp.org>
31602
31603         * modules/linkedhash-list-tests (Depends-on): Add progname.
31604         * tests/test-linkedhash_list.c: Include progname.h.
31605         (main): Call set_program_name.
31606
31607         * modules/carray-list-tests (Depends-on): Add progname.
31608         * tests/test-carray_list.c: Include progname.h.
31609         (main): Call set_program_name.
31610
31611         * modules/avltreehash-list-tests (Depends-on): Add progname.
31612         * tests/test-avltreehash_list.c: Include progname.h.
31613         (main): Call set_program_name.
31614
31615         * modules/avltree-oset-tests (Depends-on): Add progname.
31616         * tests/test-avltree_oset.c: Include progname.h.
31617         (main): Call set_program_name.
31618
31619         * modules/avltree-list-tests (Depends-on): Add progname.
31620         * tests/test-avltree_list.c: Include progname.h.
31621         (main): Call set_program_name.
31622
31623         * modules/array-oset-tests (Depends-on): Add progname.
31624         * tests/test-array_oset.c: Include progname.h.
31625         (main): Call set_program_name.
31626
31627         * modules/array-list-tests (Depends-on): Add progname.
31628         * tests/test-array_list.c: Include progname.h.
31629         (main): Call set_program_name.
31630
31631         * modules/argp-tests (Depends-on): Add progname.
31632         * tests/test-argp.c: Include argp.h first. Include progname.h.
31633         (main): Call set_program_name.
31634
31635 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
31636
31637         * doc/gnulib-tool.texi (Initial import): Reword description of
31638         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
31639         limited effect even if defined after the first system include.
31640
31641 2007-03-01  Bruno Haible  <bruno@clisp.org>
31642
31643         * build-aux/config.libpath: Update to libtool-1.5.22.
31644         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
31645
31646 2007-03-01  Bruno Haible  <bruno@clisp.org>
31647
31648         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
31649         foo_CFLAGS.
31650         Reported by Ralf Wildenhues.
31651
31652 2007-03-01  Bruno Haible  <bruno@clisp.org>
31653
31654         * build-aux/install-reloc: Remove object files left over by some
31655         compilers.
31656         Reported by Ralf Wildenhues.
31657
31658 2007-03-01  Bruno Haible  <bruno@clisp.org>
31659
31660         * build-aux/install-reloc: Break long lines.
31661
31662 2007-03-01  Bruno Haible  <bruno@clisp.org>
31663
31664         * doc/relocatable.texi: Document that it may not work on OpenBSD.
31665         Reported by Ralf Wildenhues.
31666
31667 2007-03-01  Bruno Haible  <bruno@clisp.org>
31668
31669         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
31670         include ordering constraints.
31671
31672 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31673
31674         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
31675         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
31676         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
31677         as another example.
31678         * lib/time_.h: Fix misspelling.
31679         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
31680         Require gl_HEADER_TIME_H_DEFAULTS.
31681         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
31682         * m4/time_r.m4 (gl_TIME_R): Likewise.
31683         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
31684
31685 2007-03-01  Bruno Haible  <bruno@clisp.org>
31686
31687         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
31688         * m4/utimens.m4 (gl_UTIMENS): Likewise.
31689
31690 2007-03-01  Jim Meyering  <jim@meyering.net>
31691
31692         * modules/xreadlink (Maintainer): Add my name.
31693         * modules/xreadlink-with-size (Depends-on): Alphabetize.
31694
31695 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
31696             Bruno Haible  <bruno@clisp.org>
31697
31698         * build-aux/install-reloc: Compile also c-ctype.c.
31699         * build-aux/relocatable.sh.in: New file.
31700         * doc/relocatable.texi: New file.
31701         * doc/relocatable-maint.texi: New file.
31702         * doc/gnulib.texi: Include relocatable-maint.texi.
31703         * lib/progreloc.c: Include unistd.h unconditionally.
31704         * lib/relocwrapper.c: Include unistd.h unconditionally.
31705         Include c-ctype.h.
31706         (add_dotbin): Use c_tolower.
31707         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
31708         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
31709         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
31710         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
31711         to m4/relocatable-lib.m4.
31712         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
31713         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
31714         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
31715         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
31716         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
31717         * modules/relocatable: New file.
31718         * modules/relocatable-lib: New file.
31719         * modules/relocatable-script: New file.
31720
31721 2007-02-28  Bruno Haible  <bruno@clisp.org>
31722
31723         Import --enable-relocatable infrastructure.
31724         * build-aux/config.libpath: New file, from GNU gettext.
31725         * build-aux/install-reloc: New file, from GNU gettext.
31726         * build-aux/reloc-ldflags: New file, from GNU gettext.
31727         * lib/relocatable.h: New file, from GNU gettext.
31728         * lib/relocatable.c: New file, from GNU gettext.
31729         * lib/relocwrapper.c: New file, from GNU gettext.
31730         * m4/relocatable.m4: New file, from GNU gettext.
31731
31732 2007-02-28  Bruno Haible  <bruno@clisp.org>
31733
31734         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
31735
31736         * modules/xreadlink: New file, from GNU gettext with modifications.
31737         * lib/xreadlink.c: New file, from GNU gettext.
31738         * lib/xreadlink.h: Add comments.
31739         (xreadlink): New declaration.
31740
31741         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
31742         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
31743         lib/xreadlink-with-size.c.
31744         (configure.ac): Remove gl_XREADLINK invocation.
31745         (Makefile.am): Augment lib_SOURCES.
31746         * m4/xreadlink.m4: Remove file.
31747         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
31748         (xreadlink_with_size): Renamed from xreadink.
31749         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
31750         * modules/canonicalize (Depends-on): Replace xreadlink with
31751         xreadlink-with-size.
31752         * lib/canonicalize.c (canonicalize_filename_mode): Update.
31753
31754 2007-02-25  Jim Meyering  <jim@meyering.net>
31755
31756         * build-aux/announce-gen: When complaining about excess arguments,
31757         list them.
31758
31759 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31760
31761         * README: Document signed integer overflow situation more
31762         accurately.
31763
31764 2007-02-25  Bruno Haible  <bruno@clisp.org>
31765
31766         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
31767         'a' or 'A' conversion.
31768
31769 2007-02-25  Bruno Haible  <bruno@clisp.org>
31770
31771         * modules/filename: Renamed from modules/pathname.
31772         (Files): Replace lib/pathname.h with lib/filename.h. Replace
31773         lib/concatpath.c with lib/concat-filename.c.
31774         (Makefile.am): Update.
31775         (Include): Replace pathname.h with filename.h.
31776         * lib/filename.h: Renamed from lib/pathname.h.
31777         (concatenated_filename): Renamed from concatenated_pathname.
31778         * lib/concat-filename.c: Renamed from lib/concatpath.c.
31779         (concatenated_filename): Renamed from concatenated_pathname.
31780         * lib/findprog.c: Include filename.h instead of pathname.h.
31781         (find_in_path): Update.
31782         * lib/javacomp.c: Include filename.h instead of pathname.h.
31783         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
31784         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
31785         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
31786         is_oldgcj_14_13_usable, is_javac_usable): Update.
31787         * lib/javaexec.c: Include filename.h instead of pathname.h.
31788         (execute_java_class): Update.
31789         * modules/findprog: Update.
31790         * modules/javacomp: Update.
31791         * modules/javaexec: Update.
31792         * MODULES.html.sh (File system functions): Add 'filename', remove
31793         'pathname'.
31794
31795 2007-02-25  Bruno Haible  <bruno@clisp.org>
31796
31797         * modules/printf-frexpl-tests: New file.
31798         * tests/test-printf-frexpl.c: New file.
31799
31800         * modules/printf-frexpl: New file.
31801         * lib/printf-frexpl.h: New file.
31802         * lib/printf-frexpl.c: New file.
31803         * m4/printf-frexpl.m4: New file.
31804
31805 2007-02-25  Bruno Haible  <bruno@clisp.org>
31806
31807         * modules/printf-frexp-tests: New file.
31808         * tests/test-printf-frexp.c: New file.
31809
31810         * modules/printf-frexp: New file.
31811         * lib/printf-frexp.h: New file.
31812         * lib/printf-frexp.c: New file.
31813         * m4/printf-frexp.m4: New file.
31814
31815 2007-02-25  Bruno Haible  <bruno@clisp.org>
31816
31817         Assume automake >= 1.10 for the tests.
31818         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
31819         * modules/arctwo-tests: Likewise.
31820         * modules/argp-tests: Likewise.
31821         * modules/avltree-list-tests: Likewise.
31822         * modules/avltree-oset-tests: Likewise.
31823         * modules/avltreehash-list-tests: Likewise.
31824         * modules/carray-list-tests: Likewise.
31825         * modules/crc-tests: Likewise.
31826         * modules/des-tests: Likewise.
31827         * modules/gc-arcfour-tests: Likewise.
31828         * modules/gc-arctwo-tests: Likewise.
31829         * modules/gc-des-tests: Likewise.
31830         * modules/gc-hmac-md5-tests: Likewise.
31831         * modules/gc-hmac-sha1-tests: Likewise.
31832         * modules/gc-md2-tests: Likewise.
31833         * modules/gc-md4-tests: Likewise.
31834         * modules/gc-md5-tests: Likewise.
31835         * modules/gc-pbkdf2-sha1-tests: Likewise.
31836         * modules/gc-rijndael-tests: Likewise.
31837         * modules/gc-sha1-tests: Likewise.
31838         * modules/gc-tests: Likewise.
31839         * modules/getaddrinfo-tests: Likewise.
31840         * modules/hmac-md5-tests: Likewise.
31841         * modules/hmac-sha1-tests: Likewise.
31842         * modules/linked-list-tests: Likewise.
31843         * modules/linkedhash-list-tests: Likewise.
31844         * modules/lock-tests: Likewise.
31845         * modules/md2-tests: Likewise.
31846         * modules/md4-tests: Likewise.
31847         * modules/md5-tests: Likewise.
31848         * modules/rbtree-list-tests: Likewise.
31849         * modules/rbtree-oset-tests: Likewise.
31850         * modules/rbtreehash-list-tests: Likewise.
31851         * modules/read-file-tests: Likewise.
31852         * modules/rijndael-tests: Likewise.
31853         * modules/stdint-tests: Likewise.
31854         * modules/tls-tests: Likewise.
31855
31856 2007-02-24  Bruno Haible  <bruno@clisp.org>
31857
31858         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
31859         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
31860         function; instead check whether isnan with a double argument links.
31861         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
31862         function; instead check whether isnan with a 'long double' argument
31863         links.
31864         Reported by Eric Blake <ebb9@byu.net>.
31865
31866 2007-02-24  Bruno Haible  <bruno@clisp.org>
31867
31868         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
31869         defined.
31870         * lib/isnanl.c: Remove all code. Just include isnan.c.
31871         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
31872
31873 2007-02-25  Jim Meyering  <jim@meyering.net>
31874
31875         Avoid conflicting types for 'unsetenv' on FreeBSD.
31876         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
31877         conflicting with FreeBSD's (5.0 and 6.1) function declaration
31878         in stdlib.h.
31879
31880 2007-02-24  Bruno Haible  <bruno@clisp.org>
31881
31882         * modules/isnanl-nolibm-tests: New file.
31883         * tests/test-isnanl.c: New file.
31884
31885         * modules/isnanl-nolibm: New file.
31886         * lib/isnanl.h: New file.
31887         * lib/isnanl.c: New file.
31888         * m4/isnanl.m4: New file.
31889
31890 2007-02-24  Bruno Haible  <bruno@clisp.org>
31891
31892         * modules/isnan-nolibm-tests: New file.
31893         * tests/test-isnan.c: New file.
31894
31895         * modules/isnan-nolibm: New file.
31896         * lib/isnan.h: New file.
31897         * lib/isnan.c: New file.
31898         * m4/isnan.m4: New file.
31899
31900 2007-02-24  Bruno Haible  <bruno@clisp.org>
31901
31902         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
31903         assume that an exponent fits in 20 bits.
31904
31905 2007-02-24  Jim Meyering  <jim@meyering.net>
31906
31907         * m4/regex.m4: Update the description of the configure-time option,
31908         --without-included-regex, to state accurately what the defaults are,
31909         and perhaps to give people an idea why using this option is risky.
31910
31911 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
31912
31913         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
31914         loops on small arguments.  This attempts to avoid the problem
31915         Bruno Haible reported for AIX 4.3.2 in
31916         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
31917
31918 2007-02-23  Bruno Haible  <bruno@clisp.org>
31919
31920         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
31921         Needed for help2man.
31922
31923 2007-02-23  Karl Berry  <karl@gnu.org>
31924
31925         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
31926         exists, foo.h should be cvs-ignored, not committed.
31927
31928 2007-02-23  Eric Blake  <ebb9@byu.net>
31929
31930         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
31931         * lib/stat-time.h (includes): Likewise.
31932         * lib/utimecmp.c (includes): Likewise.
31933         * lib/utimens.h (includes): Likewise.
31934         * lib/getdate.y (includes): Also include "timespec.h" for use
31935         internal to the module.
31936         * modules/utimens (Depends-on): Revert yesterday's patch.
31937         * modules/nanosleep (Depends-on): Add missing dependency.
31938
31939 2007-02-22  Bruno Haible  <bruno@clisp.org>
31940
31941         * lib/glob.c: Don't include getlogin_r.h.
31942
31943 2007-02-22  Jim Meyering  <jim@meyering.net>
31944
31945         * modules/utimens (Depends-on): Add timespec, required for
31946         utimens.h's inclusion of timespec.h.
31947
31948 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
31949
31950         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
31951         long unreadable paths in GNU/Linux.  Problem reported by Andreas
31952         Schwab in
31953         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
31954         I'll try to think of a better way to fix the Solaris problem.
31955
31956         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
31957         like glibc; on Solaris 10, it fails with errno == EINVAL.
31958         POSIX says the behavior is unspecified if the first argument is NULL,
31959         so play it safe and never pass NULL to the system getcwd.
31960
31961 2007-02-21  Jim Meyering  <jim@meyering.net>
31962
31963         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
31964         of gettimeofday.  It would conflict with the one now always
31965         provided via sys_time_.h.  Reported by Matthew Woehlke, as
31966         an IRIX 6.5 build failure.
31967
31968 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
31969
31970         Minor fixups to port to Solaris 10 with Sun C 5.8.
31971         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
31972         * modules/getcwd (Depends-on): Add dirfd.
31973         * lib/putenv.c (putenv): #undef it.
31974         (rpl_putenv): New decl.
31975         (malloc, free): Include <stdlib.h> rather than prototyping separately.
31976
31977 2007-02-20  Bruno Haible  <bruno@clisp.org>
31978
31979         * modules/stdio-tests: New file.
31980         * tests/test-stdio.c: New file.
31981
31982         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
31983         (Depends-on): Add stdio.
31984         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
31985         (Include): Use <stdio.h> instead of vsnprintf.h.
31986         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
31987         HAVE_DECL_VSNPRINTF.
31988         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
31989
31990         * modules/snprintf (Files): Remove lib/snprintf.h.
31991         (Depends-on): Add stdio.
31992         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
31993         (Include): Use <stdio.h> instead of snprintf.h.
31994         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
31995         HAVE_DECL_SNPRINTF.
31996         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
31997         * lib/getaddrinfo.c: Likewise.
31998
31999         * modules/stdio: New file.
32000         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
32001         * lib/snprintf.h: Remove file.
32002         * lib/vsnprintf.h: Remove file.
32003         * lib/.cppi-disable: Remove snprintf.h.
32004         * m4/stdio_h.m4: New file.
32005         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
32006
32007 2007-02-20  Jim Meyering  <jim@meyering.net>
32008
32009         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
32010         used by e.g., mingw.  From Bruno Haible.
32011
32012 2007-02-19  Bruno Haible  <bruno@clisp.org>
32013
32014         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
32015         warnings.
32016         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32017
32018 2007-02-19  Bruno Haible  <bruno@clisp.org>
32019
32020         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
32021         from mingw users.
32022
32023 2007-02-19  Bruno Haible  <bruno@clisp.org>
32024
32025         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
32026         warnings.
32027         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
32028
32029 2007-02-19  Jim Meyering  <jim@meyering.net>
32030
32031         Don't use FD after a successful "fdopendir (fd)".
32032         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
32033         Reset it by calling dirfd on the just-obtained DIR*.
32034
32035         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
32036         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
32037
32038 2007-02-18  Bruno Haible  <bruno@clisp.org>
32039
32040         * lib/readlink.c: Include <unistd.h>.
32041         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
32042         HAVE_READLINK.
32043         * modules/readlink (Depends-on): Add unistd.
32044         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32045         (Include): Add <unistd.h>.
32046
32047         * lib/getlogin_r.h: Remove file.
32048         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
32049         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
32050         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
32051         HAVE_DECL_GETLOGIN_R.
32052         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
32053         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32054         (Include): Use <unistd.h> instead of getlogin_r.h.
32055
32056         * lib/getcwd.h: Remove file.
32057         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
32058         * lib/xgetcwd.c: Likewise.
32059         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
32060         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
32061         * modules/getcwd (Files): Remove lib/getcwd.h.
32062         (Depends-on): Add unistd.
32063         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32064         (Include): Use <unistd.h> instad of getcwd.h.
32065
32066         * lib/ftruncate.c: Include <unistd.h> first.
32067         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
32068         Set HAVE_FTRUNCATE.
32069         * modules/ftruncate (Depends-on): Add unistd.
32070         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32071
32072         * lib/fchdir.c: Include <unistd.h> first.
32073         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
32074         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
32075         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
32076         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32077         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
32078
32079         * lib/dup2.c: Include <unistd.h> first.
32080         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
32081         HAVE_DUP2.
32082         * modules/dup2 (Depends-on): Add unistd.
32083         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32084
32085         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
32086         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
32087         REPLACE_CHOWN. Don't define chown as a macro here.
32088         * modules/chown (Depends-on): Add unistd.
32089         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
32090
32091         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
32092         Add definition for GL_LINK_WARNING.
32093         (chown, dup2): New declarations.
32094         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
32095         link warning.
32096         (ftruncate): New declaration.
32097         (getcwd): New declaration, taken from old getcwd.h.
32098         (getlogin_r): New declaration, taken from old getlogin_r.h.
32099         (readlink): New declaration.
32100         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
32101         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
32102         (gl_PREREQ_UNISTD): Remove macro.
32103         (gl_UNISTD_MODULE_INDICATOR): New macro.
32104         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
32105         many new variables. Don't set UNISTD_H.
32106         * modules/unistd (Description): Change.
32107         (Depends-on): Add link-warning.
32108         (configure.ac): Update.
32109         (Makefile.am): Create unistd.h always. Substitute many new variables
32110         into it.
32111
32112 2007-02-18  Bruno Haible  <bruno@clisp.org>
32113
32114         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
32115         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
32116         HAVE_GETSUBOPT.
32117         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
32118         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
32119         * lib/getsubopt.h: Remove file.
32120         * modules/getsubopt (Files): Remove lib/getsubopt.h.
32121         (Depends-on): Add stdlib.
32122         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
32123         (Includes): Use <stdlib.h> instead of getsubopt.h.
32124         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
32125         Set HAVE_GETSUBOPT.
32126         * lib/getsubopt.c: Don't include getsubopt.h.
32127
32128 2007-02-18  Bruno Haible  <bruno@clisp.org>
32129
32130         * modules/fchdir (Depends-on): Add dup2.
32131
32132 2007-02-18  Bruno Haible  <bruno@clisp.org>
32133
32134         * lib/stdlib_.h: Handle glibc's special invocation convention
32135         specially.
32136
32137 2007-02-18  Bruno Haible  <bruno@clisp.org>
32138
32139         * modules/stdlib-tests: New file.
32140         * tests/test-stdlib.c: New file.
32141
32142         * modules/mkstemp (Files): Remove lib/mkstemp.h.
32143         (Depends-on): Add stdlib.
32144         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
32145         (Includes): Use <stdlib.h> instead of mkstemp.h.
32146         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
32147         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
32148         * lib/mkstemp.c: Don't include mkstemp.h.
32149         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
32150         * lib/stdlib--.h: Don't include mkstemp.h.
32151
32152         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
32153         (Depends-on): Add stdlib.
32154         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
32155         (Includes): Use <stdlib.h> instead of mkdtemp.h.
32156         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
32157         HAVE_MKDTEMP.
32158         * lib/mkdtemp.c: Don't include mkdtemp.h.
32159         * lib/clean-temp.c: Don't include mkdtemp.h.
32160
32161         * modules/exit (Files): Remove lib/exit.h.
32162         (Depends-on): Add stdlib.
32163         (Makefile.am): Remove lib_SOURCES.
32164         (Include): Use <stdlib.h> instead of exit.h.
32165         * lib/argmatch.c: Don't include exit.h.
32166         * lib/execute.c: Likewise.
32167         * lib/pagealign_alloc.c: Likewise.
32168         * lib/pipe.c: Likewise.
32169         * lib/wait-process.c: Likewise.
32170         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
32171         * lib/exitfail.c: Likewise.
32172         * lib/savewd.c: Likewise.
32173         * lib/xsetenv.c: Likewise.
32174
32175         * modules/stdlib: New file.
32176         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
32177         and extra comments about mkstemp().
32178         * lib/exit.h: Remove file.
32179         * lib/mkdtemp.h: Remove file.
32180         * lib/mkstemp.h: Remove file.
32181         * m4/stdlib_h.m4: New file.
32182         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
32183
32184 2007-02-18  Bruno Haible  <bruno@clisp.org>
32185
32186         * modules/math-tests: New file.
32187         * tests/test-math.c: New file.
32188
32189         * modules/math: New file.
32190         * modules/mathl (Files): Remove lib/mathl.h.
32191         (Depends-on): Add math.
32192         (Makefile.am): Don't mention mathl.h.
32193         (Include): Use <math.h> instead of mathl.h.
32194         * lib/math_.h: New file.
32195         * lib/mathl.h: Remove file.
32196         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
32197         mathl.h.
32198         * lib/asinl.c: Likewise.
32199         * lib/atanl.c: Likewise.
32200         * lib/ceill.c: Likewise.
32201         * lib/cosl.c: Likewise.
32202         * lib/expl.c: Likewise.
32203         * lib/floorl.c: Likewise.
32204         * lib/frexpl.c: Likewise.
32205         * lib/ldexpl.c: Likewise.
32206         * lib/logl.c: Likewise.
32207         * lib/sincosl.c: Likewise.
32208         * lib/sinl.c: Likewise.
32209         * lib/sqrtl.c: Likewise.
32210         * lib/tanl.c: Likewise.
32211         * lib/trigl.c: Likewise.
32212         * m4/math_h.m4: New file.
32213         * MODULES.html.sh (Mathematics): Add math.
32214
32215 2007-02-17  Bruno Haible  <bruno@clisp.org>
32216
32217         * modules/wctype-tests: New file.
32218         * tests/test-wctype.c: New file.
32219
32220         * modules/wchar-tests: New file.
32221         * tests/test-wchar.c: New file.
32222
32223         * modules/unistd-tests: New file.
32224         * tests/test-unistd.c: New file.
32225
32226         * modules/time-tests: New file.
32227         * tests/test-time.c: New file.
32228
32229         * modules/sysexits-tests: New file.
32230         * tests/test-sysexits.c: New file.
32231
32232         * modules/sys_time-tests: New file.
32233         * tests/test-sys_time.c: New file.
32234
32235         * modules/sys_stat-tests: New file.
32236         * tests/test-sys_stat.c: New file.
32237
32238         * modules/sys_socket-tests: New file.
32239         * tests/test-sys_socket.c: New file.
32240
32241         * modules/sys_select-tests: New file.
32242         * tests/test-sys_select.c: New file.
32243
32244         * modules/string-tests: New file.
32245         * tests/test-string.c: New file.
32246
32247         * modules/stdbool-tests: New file.
32248         * tests/test-stdbool.c: New file.
32249
32250         * modules/netinet_in-tests: New file.
32251         * tests/test-netinet_in.c: New file.
32252
32253         * modules/inttypes-tests: New file.
32254         * tests/test-inttypes.c: New file.
32255
32256         * modules/fcntl-tests: New file.
32257         * tests/test-fcntl.c: New file.
32258
32259         * modules/byteswap-tests: New file.
32260         * tests/test-byteswap.c: New file.
32261
32262         * modules/arpa_inet-tests: New file.
32263         * tests/test-arpa_inet.c: New file.
32264
32265 2007-02-17  Bruno Haible  <bruno@clisp.org>
32266
32267         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
32268         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
32269         if the corresponding module is not enabled. Emit link warnings if
32270         the function is used nevertheless.
32271         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
32272         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
32273         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
32274         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
32275         * modules/inttypes (Depends-on): Add link-warning.
32276         (Makefile.am): Copy the contents of build-aux/link-warning.h into
32277         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
32278         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
32279         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
32280         * modules/imaxdiv (configure.ac): Likewise.
32281         * modules/strtoimax (configure.ac): Likewise.
32282         * modules/strtoumax (configure.ac): Likewise.
32283
32284 2007-02-17  Bruno Haible  <bruno@clisp.org>
32285
32286         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
32287         gl_STRING_MODULE_INDICATOR_DEFAULTS.
32288         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
32289         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
32290
32291 2007-02-17  Bruno Haible  <bruno@clisp.org>
32292
32293         * modules/link-warning: New file.
32294         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
32295         * lib/string_.h (GL_LINK_WARNING): Remove definition.
32296         * modules/string (Depends-on): Add link-warning.
32297         (Makefile.am): Copy the contents of build-aux/link-warning.h into
32298         string.h.
32299         * MODULES.html.sh (Support for building libraries and executables): Add
32300         link-warning.
32301
32302 2007-02-17  Bruno Haible  <bruno@clisp.org>
32303
32304         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
32305         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
32306         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
32307         long lines.
32308
32309 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
32310             Bruno Haible  <bruno@clisp.org>
32311
32312         * modules/tmpfile: New file.
32313         * lib/tmpfile.c: New file.
32314         * m4/tmpfile.m4: New file.
32315         * MODULES.html.sh (func_all_modules): New section "Input/output".
32316
32317 2007-02-15  Bruno Haible  <bruno@clisp.org>
32318
32319         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
32320         (supports_delete_on_close): New function.
32321         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
32322
32323 2007-02-14  Bruno Haible  <bruno@clisp.org>
32324
32325         * modules/mbspcasecmp-tests: New file.
32326         * tests/test-mbspcasecmp.sh: New file.
32327         * tests/test-mbspcasecmp.c: New file.
32328
32329         New module mbspcasecmp.
32330         * modules/mbspcasecmp: New file.
32331         * lib/mbspcasecmp.c: New file.
32332         * lib/string_.h (strncasecmp): Change warning message.
32333         (mbspcasecmp): New declaration.
32334         * m4/mbspcasecmp.m4: New file.
32335         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32336         GNULIB_MBSPCASECMP.
32337         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
32338         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
32339
32340 2007-02-14  Bruno Haible  <bruno@clisp.org>
32341
32342         * modules/mbsncasecmp-tests: New file.
32343         * tests/test-mbsncasecmp.sh: New file.
32344         * tests/test-mbsncasecmp.c: New file.
32345
32346         New module mbsncasecmp.
32347         * modules/mbsncasecmp: New file.
32348         * lib/mbsncasecmp.c: New file.
32349         * lib/string_.h (mbsncasecmp): New declaration.
32350         * m4/mbsncasecmp.m4: New file.
32351         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32352         GNULIB_MBSNCASECMP.
32353         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
32354         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
32355
32356 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
32357
32358         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
32359         Verify that it doesn't overlap with our flags.
32360         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
32361         do not have the desired effect in multibyte locales; instead, use
32362         mbscasecmp.
32363         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
32364         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
32365         we don't require GNU fnmatch ourselves (if our users require it, they
32366         should do so explicitly).
32367
32368         Fix regex code so it doesn't rely on strcasecmp.
32369         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
32370         Otherwise, include gnulib's langinfo.h.
32371         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
32372         undesirable behavior in non-C locales.  Instead, rely on localecharset.
32373         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
32374         * modules/regex (FILES): Remove m4/codeset.m4.
32375         (Depends-on): Add localcharset.  Remove strcase.
32376
32377 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32378
32379         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
32380         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
32381
32382 2007-02-13  Bruno Haible  <bruno@clisp.org>
32383
32384         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
32385         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32386
32387 2007-02-12  Bruno Haible  <bruno@clisp.org>
32388
32389         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
32390         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
32391         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
32392         time warning rather than a link error.
32393
32394 2007-02-12  Bruno Haible  <bruno@clisp.org>
32395
32396         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
32397         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
32398         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32399
32400 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
32401
32402         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
32403         args, not 2.
32404
32405 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
32406
32407         New module 'time', so that apps can include <time.h> as per
32408         POSIX and GNU instead of separate include files like time_r.h
32409         and timegm.h.  This implementation tries out a simpler approach
32410         for replacing decls in standard include files (as compared to
32411         the string module), somewhat as an experiment.
32412
32413         * config/srclist.txt: Comment out mktime.c for now.
32414         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
32415         since it doesn't apply any more.  Use generic wording instead.
32416         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
32417         'time'.
32418         * lib/time_.h, m4/time_h.m4, modules/time: New files.
32419         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
32420         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
32421         Don't include <sys/types.h>; no longer needed since we assume C89.
32422         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
32423         * lib/strftime.c: Likewise.
32424         * lib/time_r.c: Likewise.
32425         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
32426         * lib/nanosleep.c: Include <time.h> first, to check interface.
32427         * lib/strptime.c: Likewise.
32428         * lib/time_r.c: Likewise.
32429         * lib/timegm.c: Likewise.
32430         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
32431         needed.
32432         * lib/timegm.c: Don't include timegm.h; no longer needed.
32433         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
32434         time.h now handles any problems in that area.
32435         (struct timespec, nanosleep): Remove; time.h now arranges for these.
32436         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
32437         that time.h defines struct timespec.
32438         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
32439         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
32440         handles that.
32441         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
32442         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
32443         needed.  Set REPLACE_LOCALTIME.
32444         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
32445         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
32446         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
32447         nanosleep; time_h.m4 now does that.  Don't require
32448         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
32449         module handles this now.
32450         * modules/getdate (Depends-on): Remove timespec.  Add time.
32451         * modules/nanosleep (Depends-on): Likewise.
32452         * modules/stat-time (Depends-on): Likewise.
32453         * modules/nanosleep (Include): Include time.h, not timespec.h.
32454         * modules/strptime (Files): Remove lib/strptime.h.
32455         (Depends-on): Add extensions, time.
32456         (Include): Include time.h, not strptime.h.
32457         * modules/time_r (Files): Remove lib/time_r.h.
32458         (Depends-on): Add time.
32459         (Include): Include time.h, not time_r.h.
32460         * modules/timegm: Likewise.
32461         * modules/timespec (Description): Now does timespec-related decls
32462         of our own, instead of struct timespec itself.
32463         (Depends-on): Add time; remove extensions.
32464         (Maintainer): Add self.
32465         * modules/utimecmp (Depends-on): Add time; remove timespec.
32466         * modules/utimens (Depends-on): Likewise.
32467         * modules/xnanosleep (Depends-on): Likewise.
32468
32469 2007-02-11  Bruno Haible  <bruno@clisp.org>
32470
32471         * lib/c-strstr.c: Include allocsa.h.
32472         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
32473         * lib/c-strcasestr.c: Include allocsa.h.
32474         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
32475         * lib/strcasestr.c: Include allocsa.h.
32476         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
32477         * lib/mbsstr.c: Include allocsa.h.
32478         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
32479         allocsa/freesa instead of malloc/free.
32480         * lib/mbscasestr.c: Include allocsa.h.
32481         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
32482         allocsa/freesa instead of malloc/free.
32483         * modules/c-strstr (Depends-on): Add allocsa.
32484         * modules/c-strcasestr (Depends-on): Likewise.
32485         * modules/strcasestr (Depends-on): Likewise.
32486         * modules/mbsstr (Depends-on): Likewise.
32487         * modules/mbscasestr (Depends-on): Likewise.
32488
32489 2007-02-11  Bruno Haible  <bruno@clisp.org>
32490
32491         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
32492
32493         * modules/mbsspn-tests: New file.
32494         * tests/test-mbsspn.sh: New file.
32495         * tests/test-mbsspn.c: New file.
32496
32497 2007-02-11  Bruno Haible  <bruno@clisp.org>
32498
32499         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
32500
32501         * modules/mbspbrk-tests: New file.
32502         * tests/test-mbspbrk.sh: New file.
32503         * tests/test-mbspbrk.c: New file.
32504
32505 2007-02-11  Bruno Haible  <bruno@clisp.org>
32506
32507         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
32508         unneeded cast.
32509
32510         * modules/mbscspn-tests: New file.
32511         * tests/test-mbscspn.sh: New file.
32512         * tests/test-mbscspn.c: New file.
32513
32514 2007-02-11  Bruno Haible  <bruno@clisp.org>
32515
32516         * modules/mbscasecmp-tests: New file.
32517         * tests/test-mbscasecmp.sh: New file.
32518         * tests/test-mbscasecmp.c: New file.
32519
32520 2007-02-11  Bruno Haible  <bruno@clisp.org>
32521
32522         Ensure O(n) worst-case complexity of mbscasestr.
32523         * lib/mbscasestr.c: Include stdbool.h.
32524         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
32525         functions.
32526         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
32527         the bookkeeping indicates that it's worth it.
32528         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
32529
32530         * modules/mbscasestr-tests: New file.
32531         * tests/test-mbscasestr1.c: New file.
32532         * tests/test-mbscasestr2.sh: New file.
32533         * tests/test-mbscasestr2.c: New file.
32534         * tests/test-mbscasestr3.sh: New file.
32535         * tests/test-mbscasestr3.c: New file.
32536         * tests/test-mbscasestr4.sh: New file.
32537         * tests/test-mbscasestr4.c: New file.
32538         * m4/locale-tr.m4: New file.
32539
32540 2007-02-11  Bruno Haible  <bruno@clisp.org>
32541
32542         Ensure O(n) worst-case complexity of mbsstr.
32543         * lib/mbsstr.c: Include stdbool.h.
32544         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
32545         functions.
32546         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
32547         bookkeeping indicates that it's worth it.
32548         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
32549
32550         * modules/mbsstr-tests: New file.
32551         * tests/test-mbsstr1.c: New file.
32552         * tests/test-mbsstr2.sh: New file.
32553         * tests/test-mbsstr2.c: New file.
32554         * tests/test-mbsstr3.sh: New file.
32555         * tests/test-mbsstr3.c: New file.
32556         * m4/locale-fr.m4: New file.
32557
32558 2007-02-11  Bruno Haible  <bruno@clisp.org>
32559
32560         * lib/mbsrchr.c (mbsrchr): Fix bug.
32561
32562         * modules/mbsrchr-tests: New file.
32563         * tests/test-mbsrchr.sh: New file.
32564         * tests/test-mbsrchr.c: New file.
32565
32566 2007-02-11  Bruno Haible  <bruno@clisp.org>
32567
32568         * lib/mbschr.c (mbschr): Fix bug.
32569
32570         * modules/mbschr-tests: New file.
32571         * tests/test-mbschr.sh: New file.
32572         * tests/test-mbschr.c: New file.
32573         * m4/locale-zh.m4: New file.
32574
32575 2007-02-11  Bruno Haible  <bruno@clisp.org>
32576
32577         Support for copying multibyte string iterators.
32578         * lib/mbiter.h: Include <string.h>.
32579         (mbiter_multi_copy): New function.
32580         (mbi_copy): New macro.
32581         * lib/mbuiter.h: Include <string.h>.
32582         (mbuiter_multi_copy): New function.
32583         (mbui_copy): New macro.
32584
32585 2007-02-11  Bruno Haible  <bruno@clisp.org>
32586
32587         New module mbslen.
32588         * modules/mbslen: New file.
32589         * lib/mbslen.c: New file.
32590         * lib/string_.h (mbslen): New declaration.
32591         * m4/mbslen.m4: New file.
32592         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32593         GNULIB_MBSLEN.
32594         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
32595         * MODULES.html.sh (Internationalization functions): Add mbslen.
32596
32597 2007-02-11  Bruno Haible  <bruno@clisp.org>
32598
32599         Ensure O(n) worst-case complexity of strcasestr substitute.
32600         * lib/strcasestr.c: Include stdbool.h.
32601         (knuth_morris_pratt): New function.
32602         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
32603         bookkeeping indicates that it's worth it.
32604         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
32605
32606         * modules/strcasestr-tests: New file.
32607         * tests/test-strcasestr.c: New file.
32608
32609 2007-02-11  Bruno Haible  <bruno@clisp.org>
32610
32611         Ensure O(n) worst-case complexity of c_strcasestr.
32612         * lib/c-strcasestr.c: Include stdbool.h, string.h.
32613         (knuth_morris_pratt): New function.
32614         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
32615         the bookkeeping indicates that it's worth it.
32616         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
32617
32618         * modules/c-strcasestr-tests: New file.
32619         * tests/test-c-strcasestr.c: New file.
32620
32621 2007-02-11  Bruno Haible  <bruno@clisp.org>
32622
32623         Ensure O(n) worst-case complexity of c_strstr.
32624         * lib/c-strstr.c: Include stdbool.h, string.h.
32625         (knuth_morris_pratt): New function.
32626         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
32627         bookkeeping indicates that it's worth it.
32628         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
32629
32630         * lib/c-strstr.c: Complete rewrite for maintainability.
32631
32632         * modules/c-strstr-tests: New file.
32633         * tests/test-c-strstr.c: New file.
32634
32635 2007-02-11  Bruno Haible  <bruno@clisp.org>
32636
32637         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
32638         5.2.1 and earlier, whereby \055 was treated just like the range
32639         delimiter '-'.
32640         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
32641
32642 2007-02-08  Bruno Haible  <bruno@clisp.org>
32643
32644         * modules/regex (Depends-on): Add stdbool.
32645         Reported by Dalibor Topic <robilad@kaffe.org>.
32646
32647 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
32648
32649         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
32650         Prefer returning from main to exiting from it.
32651         Remove unnecessary parens after sizeof.
32652
32653 2007-02-05  Bruno Haible  <bruno@clisp.org>
32654
32655         New module mbssep.
32656         * modules/mbssep: New file.
32657         * lib/mbssep.c: New file.
32658         * lib/string_.h (strsep): Add a conditional link warning.
32659         (mbssep): New declaration.
32660         * m4/mbssep.m4: New file.
32661         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32662         GNULIB_MBSSEP.
32663         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
32664         * MODULES.html.sh (Internationalization functions): Add mbssep.
32665
32666 2007-02-05  Bruno Haible  <bruno@clisp.org>
32667
32668         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
32669         Optimize search in case of 1 delimiter.
32670
32671 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
32672
32673         * lib/acl.h: Include sys/types.h before sys/acl.h.
32674
32675 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
32676
32677         Merge upstream fix for glibc bugzilla #3957:
32678
32679         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
32680
32681         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
32682         bit for RE_HAT_LISTS_NOT_NEWLINE.
32683         (build_charclass_op): Remove bogus comment.
32684
32685 2007-02-05  Simon Josefsson  <simon@josefsson.org>
32686
32687         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
32688
32689 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
32690
32691         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
32692         * lib/memmem.c [!defined _LIBC]: Include config.h.
32693
32694 2007-02-04  Bruno Haible  <bruno@clisp.org>
32695
32696         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
32697         warning message.
32698
32699 2007-02-04  Bruno Haible  <bruno@clisp.org>
32700
32701         New module mbstok_r.
32702         * modules/mbstok_r: New file.
32703         * lib/mbstok_r.c: New file.
32704         * lib/string_.h (strtok_r): Change argument names to match the
32705         comments. Add a conditional link warning.
32706         (mbstok_r): New declaration.
32707         * m4/mbstok_r.m4: New file.
32708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32709         GNULIB_MBSTOK_R.
32710         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
32711         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
32712
32713 2007-02-04  Bruno Haible  <bruno@clisp.org>
32714
32715         New module mbsspn.
32716         * modules/mbsspn: New file.
32717         * lib/mbsspn.c: New file.
32718         * lib/string_.h (strspn): Add a conditional link warning.
32719         (mbsspn): New declaration.
32720         * m4/mbsspn.m4: New file.
32721         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32722         GNULIB_MBSSPN.
32723         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
32724         * MODULES.html.sh (Internationalization functions): Add mbsspn.
32725
32726 2007-02-04  Bruno Haible  <bruno@clisp.org>
32727
32728         New module mbspbrk.
32729         * modules/mbspbrk: New file.
32730         * lib/mbspbrk.c: New file.
32731         * lib/string_.h (strpbrk): Add a conditional link warning.
32732         (mbspbrk): New declaration.
32733         * m4/mbspbrk.m4: New file.
32734         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32735         GNULIB_MBSPBRK.
32736         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
32737         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
32738
32739 2007-02-04  Bruno Haible  <bruno@clisp.org>
32740
32741         New module mbscspn.
32742         * modules/mbscspn: New file.
32743         * lib/mbscspn.c: New file.
32744         * lib/string_.h (strcspn): Add a conditional link warning.
32745         (mbscspn): New declaration.
32746         * m4/mbscspn.m4: New file.
32747         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32748         GNULIB_MBSCSPN.
32749         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
32750         * MODULES.html.sh (Internationalization functions): Add mbscspn.
32751
32752 2007-02-04  Bruno Haible  <bruno@clisp.org>
32753
32754         New module mbscasestr, reduced goal of strcasestr.
32755         * modules/mbscasestr: New file.
32756         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
32757         (mbscasestr): Renamed from strcasestr.
32758         * lib/strcasestr.c: Don't include mbuiter.h.
32759         (strcasestr): Remove support for multibyte locales.
32760         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
32761         Change the conditional link warning.
32762         (mbscasestr): New declaration.
32763         * m4/mbscasestr.m4: New file.
32764         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
32765         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
32766         REPLACE_STRCASESTR.
32767         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
32768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
32769         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
32770         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
32771         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
32772         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
32773         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
32774         (Depends-on): Remove mbuiter.
32775         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
32776
32777 2007-02-04  Bruno Haible  <bruno@clisp.org>
32778
32779         Simplify handling of strncasecmp.
32780         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
32781         the conditional link warning.
32782         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
32783         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
32784         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
32785         * modules/strcase (configure.ac): Don't invoke
32786         gl_STRING_MODULE_INDICATOR.
32787         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
32788
32789 2007-02-04  Bruno Haible  <bruno@clisp.org>
32790
32791         New module mbscasecmp, reduced goal of strcasecmp.
32792         * modules/mbscasecmp: New file.
32793         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
32794         (mbscasecmp): Renamed from strcasecmp.
32795         * lib/strcasecmp.c: Don't include mbuiter.h.
32796         (strcasecmp): Remove support for multibyte locales.
32797         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
32798         Change the conditional link warning.
32799         (mbscasecmp): New declaration.
32800         * m4/mbscasecmp.m4: New file.
32801         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
32802         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
32803         REPLACE_STRCASECMP.
32804         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
32805         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32806         GNULIB_MBSCASECMP.
32807         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
32808         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
32809         * modules/strcase (Files): Remove m4/mbrtowc.m4.
32810         (Depends-on): Remove mbuiter.
32811         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
32812
32813 2007-02-04  Bruno Haible  <bruno@clisp.org>
32814
32815         New module mbsstr. Remove module strstr.
32816         * modules/mbsstr: New file.
32817         * modules/strstr: Remove file.
32818         * lib/mbsstr.c: Renamed from lib/strstr.c.
32819         (mbsstr): Renamed from strstr.
32820         * lib/string_.h (strstr): Remove declaration. Change the conditional
32821         link warning.
32822         (mbsstr): New declaration.
32823         * m4/mbsstr.m4: New file.
32824         * m4/strstr.m4: Remove file.
32825         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
32826         REPLACE_STRSTR.
32827         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
32828         Don't initialize GNULIB_STRSTR.
32829         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
32830         substitute GNULIB_STRSTR and REPLACE_STRSTR.
32831         * MODULES.html.sh (Internationalization functions): Add mbsstr.
32832         (Support for systems lacking ANSI C 89): Remove strstr.
32833
32834 2007-02-04  Bruno Haible  <bruno@clisp.org>
32835
32836         New module mbsrchr.
32837         * modules/mbsrchr: New file.
32838         * lib/mbsrchr.c: New file.
32839         * lib/string_.h (strrchr): Add a conditional link warning.
32840         (mbsrchr): New declaration.
32841         * m4/mbsrchr.m4: New file.
32842         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32843         GNULIB_MBSRCHR.
32844         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
32845         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
32846
32847 2007-02-04  Bruno Haible  <bruno@clisp.org>
32848
32849         New module mbschr.
32850         * modules/mbschr: New file.
32851         * lib/mbschr.c: New file.
32852         * lib/string_.h (strchr): Add a conditional link warning.
32853         (mbschr): New declaration.
32854         * m4/mbschr.m4: New file.
32855         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
32856         GNULIB_MBSCHR.
32857         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
32858         * MODULES.html.sh (Internationalization functions): Add mbschr.
32859
32860 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
32861
32862         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
32863
32864         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
32865
32866 2007-02-04  Bruno Haible  <bruno@clisp.org>
32867
32868         New module description section 'configure.ac-early'.
32869         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
32870         (func_get_autoconf_early_snippet): New function.
32871         (func_import, func_create_testdir): Use it. Remove special cases for
32872         modules 'extensions' and 'lock'.
32873         * modules/extensions (configure.ac-early): Require
32874         gl_USE_SYSTEM_EXTENSIONS.
32875         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
32876
32877 2007-02-04  Bruno Haible  <bruno@clisp.org>
32878
32879         Make use of gcj-4.3's -fsource and -ftarget option.
32880         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
32881         and if so try the options -fsource and -ftarget.
32882         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
32883         source_version, ftarget_option, target_version arguments.
32884         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
32885         (is_envjavac_oldgcj_14_14_usable): Renamed from
32886         is_envjavac_gcj_14_14_usable.
32887         (is_envjavac_oldgcj_14_13_usable): Renamed from
32888         is_envjavac_gcj_14_13_usable.
32889         (is_gcj_present): Update.
32890         (is_gcj_43, is_gcj43_usable): New functions.
32891         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
32892         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
32893         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
32894         try the options -fsource and -ftarget.
32895
32896 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32897
32898         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
32899         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
32900         larger value.
32901
32902 2007-02-03  Jim Meyering  <jim@meyering.net>
32903
32904         Give tools a better chance to allocate space for very large buffers.
32905         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
32906
32907         Make pwd and readlink work also when run with an unreadable parent dir
32908         on systems with openat support.
32909         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
32910         provided getcwd function, even when we have openat support.
32911         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
32912
32913 2007-02-02  Bruno Haible  <bruno@clisp.org>
32914
32915         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
32916         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
32917         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
32918         portability problems if one of these functions is only used on specific
32919         platforms.
32920         Reported by Paul Eggert.
32921
32922 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
32923
32924         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
32925         is causing more trouble than it's curing.
32926         * lib/regex_internal.h (__mempcpy): Remove.
32927         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
32928         (and make the code a tad smaller to boot).
32929         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
32930
32931 2007-02-02  Jim Meyering  <jim@meyering.net>
32932
32933         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
32934         section, not in the Makefile.am: one.
32935
32936 2007-02-02  Eric Blake  <ebb9@byu.net>
32937
32938         * lib/strchrnul.c: Always include config.h first.
32939
32940         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
32941         gnulib strstr is not necessary here.
32942
32943 2007-02-02  Simon Josefsson  <simon@josefsson.org>
32944
32945         * m4/socklen.m4: Fix typo.
32946
32947 2007-02-02  Eric Blake  <ebb9@byu.net>
32948
32949         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
32950         * modules/netinet_in (Makefile.am): Likewise.
32951
32952 2007-02-01  Bruno Haible  <bruno@clisp.org>
32953
32954         * lib/string_.h (GL_LINK_WARNING): New macro.
32955         (strcasecmp, strstr, strcasestr): If provided by the system,
32956         conditionally define as a macro that leads to a warning instead of to
32957         an error.
32958         (strncasecmp): Conditionally define as a macro that leads to a warning.
32959
32960 2007-02-01  Karl Berry  <karl@gnu.org>
32961
32962         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
32963
32964 2007-02-01  Bruno Haible  <bruno@clisp.org>
32965
32966         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
32967         renamings.
32968
32969 2007-02-01  Eric Blake  <ebb9@byu.net>
32970
32971         * modules/regex (Depends-on): Revert dependence on mempcpy.
32972         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
32973         module's definition of mempcpy.
32974         Reported by Paul Eggert.
32975
32976 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
32977
32978         * lib/string_.h: If the gnulib module XYZ is not present, undefine
32979         the symbol XYZ before redefining it.  This fixes a problem with
32980         programs that don't use XYZ, when compiled on systems that define
32981         XYZ to something else.
32982
32983 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
32984
32985         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
32986         occurs when "mkdir -m foo" creates a setgid directory that is (1)
32987         writeable to group or other and (2) is intended to have a special
32988         mode bit that is set or cleared.  In such a case, the directory
32989         should be neither group- nor other-writeable until the special
32990         mode bits are right.
32991
32992 2007-01-31  Eric Blake  <ebb9@byu.net>
32993
32994         * modules/mountlist (Depends-on): Add strstr.
32995
32996         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
32997         bug.
32998         * modules/string (Makefile.am): Remove redundant replacement.
32999         * modules/regex (Depends-on): Add mempcpy.
33000
33001 2007-01-31  Bruno Haible  <bruno@clisp.org>
33002
33003         New module description field 'Link'.
33004         * gnulib-tool (func_usage): Document --extract-link-directive.
33005         (sed_extract_prog): Recognize 'Link' directive.
33006         (func_get_link_directive): New function.
33007         (func_import): Show summary of link directives.
33008         Handle --extract-link-directive option.
33009         * modules/acl (Link): New section.
33010         * modules/clock-time (Link): New section.
33011         * modules/euidaccess (Link): New section.
33012         * modules/gettext (Link): New section.
33013         * modules/iconv (Link): New section.
33014         * modules/lock (Link): New section.
33015         * modules/nanosleep (Link): New section.
33016         * modules/readline (Link): New section.
33017
33018 2007-01-27  Bruno Haible  <bruno@clisp.org>
33019
33020         Enforce the use of gnulib modules for unportable <string.h> functions.
33021         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
33022         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
33023         (gl_HEADER_STRING_H_BODY): Require it.
33024         * lib/string_.h: If the gnulib module XYZ is not present, redefine
33025         the symbol XYZ to one that gives a link error.
33026         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
33027         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
33028         * modules/mempcpy (configure.ac): Likewise.
33029         * modules/memrchr (configure.ac): Likewise.
33030         * modules/stpcpy (configure.ac): Likewise.
33031         * modules/stpncpy (configure.ac): Likewise.
33032         * modules/strcase (configure.ac): Likewise.
33033         * modules/strcasestr (configure.ac): Likewise.
33034         * modules/strchrnul (configure.ac): Likewise.
33035         * modules/strdup (configure.ac): Likewise.
33036         * modules/strndup (configure.ac): Likewise.
33037         * modules/strnlen (configure.ac): Likewise.
33038         * modules/strpbrk (configure.ac): Likewise.
33039         * modules/strsep (configure.ac): Likewise.
33040         * modules/strstr (configure.ac): Likewise.
33041         * modules/strtok_r (configure.ac): Likewise.
33042
33043 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
33044
33045         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
33046
33047 2007-01-30  Jim Meyering  <jim@meyering.net>
33048
33049         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
33050
33051 2007-01-29  Bruno Haible  <bruno@clisp.org>
33052
33053         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
33054         * lib/execute.c: Likewise.
33055         * lib/pipe.c: Likewise.
33056         * lib/printf-args.h: Likewise.
33057         * lib/printf-args.c: Likewise.
33058         * lib/printf-parse.c: Likewise.
33059         * lib/vasnprintf.c: Likewise.
33060
33061 2007-01-29  Eric Blake  <ebb9@byu.net>
33062
33063         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
33064         declaration.
33065
33066 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
33067
33068         * lib/strptime.h (strptime): Use 'restrict' for args where
33069         POSIX requires this.
33070         * lib/strptime.c (strptime): Likewise.
33071         Change license notice from LGPL to GPL, since gnulib-tool will
33072         change this as needed.
33073         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
33074         defined.
33075         Include "strptime.h" first, to check interface.
33076         Do not #undef _LIBC and _NL_CURRENT.
33077         Do not include <stdlib.h>; no longer needed.
33078         Include "time_r.h" and declare ptime_locale_status
33079         only if _LIBC is not defined.
33080         (__P): Remove unused macro.
33081         (match_string): Bring back glibc version, but use it only if _LIBC
33082         is defined.
33083         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
33084         Remove unnecessary assertion and abort() call.
33085         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
33086         * m4/strptime.m4: Fix serial number comment.
33087         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
33088         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
33089         (Depends-on): Add time_r.
33090
33091 2007-01-29  Bruno Haible  <bruno@clisp.org>
33092
33093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33094         strptime.
33095         * modules/strptime (Depends-on): Add stdbool.
33096         * lib/strptime.h: Include <time.h> always. Add comments.
33097
33098 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33099
33100         * modules/strptime: New file.
33101         * lib/strptime.h: New file.
33102         * lib/strptime.c: New file.
33103         * m4/strptime.m4: New file.
33104
33105 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33106
33107         * MODULES.html.sh: New module mpsort.
33108         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
33109
33110         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
33111         a circularity problem with HP-UX ia64 reported by Bob Proulx in
33112         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
33113         All uses changed.
33114         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
33115         All uses changed.
33116         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
33117         to _Restrict_.
33118         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
33119         the parameter matches the prototype.
33120
33121 2007-01-28  Jim Meyering  <jim@meyering.net>
33122
33123         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
33124         sys/time.h here, reverting that part of the previous patch:
33125         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
33126
33127 2007-01-28  Bruno Haible  <bruno@clisp.org>
33128
33129         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
33130         value of $(SYS_TIME_H).
33131         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
33132         remove it conditionally, too. [added by Jim Meyering]
33133         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
33134         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
33135         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
33136         GETTIMEOFDAY_REPLACEMENT to 1.
33137
33138 2007-01-28  Bruno Haible  <bruno@clisp.org>
33139
33140         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
33141         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
33142         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
33143         Set UNISTD_H instead of UNISTD_H2.
33144         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
33145
33146 2007-01-28  Bruno Haible  <bruno@clisp.org>
33147
33148         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
33149         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
33150
33151 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33152
33153         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
33154         (func_create_testdir): Ensure C locale for `grep' and `tr'
33155         character ranges.
33156         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
33157         ACLOCAL_AMFLAGS parsing state machine.
33158
33159 2007-01-27  Bruno Haible  <bruno@clisp.org>
33160
33161         * modules/unistr/base: Update.
33162
33163 2007-01-27  Bruno Haible  <bruno@clisp.org>
33164
33165         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
33166         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
33167         * modules/unistr/u32-mbtouc-unsafe: Renamed from
33168         modules/unistr/u32-mbtouc.
33169         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
33170         * lib/unistr.h: Update.
33171         * lib/linebreak.c: Update.
33172         * modules/unistr/u32-mbtouc: Renamed from
33173         modules/unistr/u32-mbtouc-safe.
33174         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
33175         * lib/unistr.h: Update.
33176         * lib/unistr/u32-to-u8.c: Update.
33177         * lib/unistr/u32-to-u16.c: Update.
33178
33179 2007-01-27  Bruno Haible  <bruno@clisp.org>
33180
33181         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
33182         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
33183         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
33184         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
33185         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
33186         * modules/unistr/u16-mbtouc-unsafe: Renamed from
33187         modules/unistr/u16-mbtouc.
33188         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
33189         * lib/unistr.h: Update.
33190         * lib/linebreak.c: Update.
33191         * modules/linebreak: Update.
33192         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
33193         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
33194         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
33195         * modules/unistr/u16-mbtouc: Renamed from
33196         modules/unistr/u16-mbtouc-safe.
33197         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
33198         * lib/unistr.h: Update.
33199         * lib/unistr/u16-to-u8.c: Update.
33200         * modules/unistr/u16-to-u8: Update.
33201         * lib/unistr/u16-to-u32.c: Update.
33202         * modules/unistr/u16-to-u32: Update.
33203
33204 2007-01-27  Bruno Haible  <bruno@clisp.org>
33205
33206         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
33207         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
33208         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
33209         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
33210         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
33211         * modules/unistr/u8-mbtouc-unsafe: Renamed from
33212         modules/unistr/u8-mbtouc.
33213         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
33214         * lib/unistr.h: Update.
33215         * lib/striconveh.c: Update.
33216         * modules/striconveh: Update.
33217         * lib/linebreak.c: Update.
33218         * modules/linebreak: Update.
33219         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
33220         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
33221         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
33222         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
33223         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
33224         * lib/unistr.h: Update.
33225         * lib/striconveh.c: Update.
33226         * modules/striconveh: Update.
33227         * lib/unistr/u8-to-u16.c: Update.
33228         * modules/unistr/u8-to-u16: Update.
33229         * lib/unistr/u8-to-u32.c: Update.
33230         * modules/unistr/u8-to-u32: Update.
33231
33232 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33233
33234         Sync from Libtool.
33235         * lib/argz.c: Do not include strings.h nor memory.h, include
33236         string.h unconditionally.  Patch by Simon Josefsson.
33237
33238 2007-01-27  Bruno Haible  <bruno@clisp.org>
33239
33240         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
33241         from gl_HEADER_STRING_H_BODY.
33242         (gl_HEADER_STRING_H_BODY): Require it.
33243         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
33244         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33245         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33246         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33247         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33248         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
33249         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
33250         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33251         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
33252         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33253         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33254         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
33255         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33256         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
33257         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
33258
33259 2007-01-27  Bruno Haible  <bruno@clisp.org>
33260
33261         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
33262         check_PROGRAMS into noinst_PROGRAMS.
33263         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
33264         check_PROGRAMS in this case.
33265         (func_import): Set for_test to false.
33266         (func_create_testdir): Set for_test to true.
33267
33268 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
33269             Bruno Haible  <bruno@clisp.org>
33270
33271         * modules/strcasestr (Files): Remove lib/strcasestr.h.
33272         (Depends-on): Add string.
33273         (Includes): Use <string.h> instead of strcasestr.h.
33274         * modules/string (Makefile.am): Also substitute the value of
33275         REPLACE_STRCASESTR.
33276         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
33277         assume strcasestr is declared in <string.h> not <strings.h>. Also
33278         set REPLACE_STRCASESTR.
33279         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
33280         REPLACE_STRCASESTR.
33281         * lib/strcasestr.h: Remove file.
33282         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
33283         * lib/string_.h (strcasestr): New declaration.
33284
33285 2007-01-27  Bruno Haible  <bruno@clisp.org>
33286
33287         * lib/string_.h: Use 'extern'.
33288
33289 2007-01-27  Jim Meyering  <jim@meyering.net>
33290
33291         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
33292         of set-but-not-used local, "q".
33293
33294         * lib/mempcpy.c: Include <config.h> before <string.h>.
33295         This fixes a compilation error on HP-UX, due to the system's
33296         "restrict"-using mempcpy prototype.
33297
33298 2007-01-26  Bruno Haible  <bruno@clisp.org>
33299
33300         Small optimization.
33301         * lib/javacomp.c: Include c-strstr.h.
33302          (is_envjavac_gcj): Use c_strstr instead of strstr.
33303         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
33304
33305 2007-01-26  Bruno Haible  <bruno@clisp.org>
33306
33307         * MODULES.html.sh (Unicode string functions): Add the new modules.
33308
33309         * modules/uniconv/u32-strconv-to-locale: New file.
33310         * lib/uniconv/u32-strconv-to-locale.c: New file.
33311
33312         * modules/uniconv/u16-strconv-to-locale: New file.
33313         * lib/uniconv/u16-strconv-to-locale.c: New file.
33314
33315         * modules/uniconv/u8-strconv-to-locale: New file.
33316         * lib/uniconv/u8-strconv-to-locale.c: New file.
33317
33318         * modules/uniconv/u32-strconv-from-locale: New file.
33319         * lib/uniconv/u32-strconv-from-locale.c: New file.
33320
33321         * modules/uniconv/u16-strconv-from-locale: New file.
33322         * lib/uniconv/u16-strconv-from-locale.c: New file.
33323
33324         * modules/uniconv/u8-strconv-from-locale: New file.
33325         * lib/uniconv/u8-strconv-from-locale.c: New file.
33326
33327         * modules/uniconv/u32-strconv-to-enc: New file.
33328         * lib/uniconv/u32-strconv-to-enc.c: New file.
33329         * modules/uniconv/u32-strconv-to-enc-tests: New file.
33330         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
33331
33332         * modules/uniconv/u16-strconv-to-enc: New file.
33333         * lib/uniconv/u16-strconv-to-enc.c: New file.
33334         * lib/uniconv/u-strconv-to-enc.h: New file.
33335         * modules/uniconv/u16-strconv-to-enc-tests: New file.
33336         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
33337
33338         * modules/uniconv/u8-strconv-to-enc: New file.
33339         * lib/uniconv/u8-strconv-to-enc.c: New file.
33340         * modules/uniconv/u8-strconv-to-enc-tests: New file.
33341         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
33342
33343         * modules/uniconv/u32-strconv-from-enc: New file.
33344         * lib/uniconv/u32-strconv-from-enc.c: New file.
33345         * modules/uniconv/u32-strconv-from-enc-tests: New file.
33346         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
33347
33348         * modules/uniconv/u16-strconv-from-enc: New file.
33349         * lib/uniconv/u16-strconv-from-enc.c: New file.
33350         * modules/uniconv/u16-strconv-from-enc-tests: New file.
33351         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
33352
33353         * modules/uniconv/u8-strconv-from-enc: New file.
33354         * lib/uniconv/u8-strconv-from-enc.c: New file.
33355         * lib/uniconv/u-strconv-from-enc.h: New file.
33356         * modules/uniconv/u8-strconv-from-enc-tests: New file.
33357         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
33358
33359         * modules/uniconv/u32-conv-from-enc: New file.
33360         * lib/uniconv/u32-conv-from-enc.c: New file.
33361         * modules/uniconv/u32-conv-from-enc-tests: New file.
33362         * tests/uniconv/test-u32-conv-from-enc.c: New file.
33363
33364         * modules/uniconv/u16-conv-from-enc: New file.
33365         * lib/uniconv/u16-conv-from-enc.c: New file.
33366         * lib/uniconv/u-conv-from-enc.h: New file.
33367         * modules/uniconv/u16-conv-from-enc-tests: New file.
33368         * tests/uniconv/test-u16-conv-from-enc.c: New file.
33369
33370         * modules/uniconv/u8-conv-from-enc: New file.
33371         * lib/uniconv/u8-conv-from-enc.c: New file.
33372         * modules/uniconv/u8-conv-from-enc-tests: New file.
33373         * tests/uniconv/test-u8-conv-from-enc.c: New file.
33374
33375         * modules/uniconv/base: New file.
33376         * lib/uniconv.h: New file.
33377
33378 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
33379
33380         * doc/gnulib-tool.texi (Initial import): Update to match current
33381         behavior with strdup module.
33382         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
33383         * lib/memmem.h: Remove; all uses removed.  This is now done
33384         by <string.h>.
33385         * lib/mempcpy.h: Likewise.
33386         * lib/memrchr.h: Likewise.
33387         * lib/stpcpy.h: Likewise.
33388         * lib/stpncpy.h: Likewise.
33389         * lib/strcase.h: Likewise.
33390         * lib/strchrnul.h: Likewise.
33391         * lib/strdup.h: Likewise.
33392         * lib/strndup.h: Likewise.
33393         * lib/strnlen.h: Likewise.
33394         * lib/strpbrk.h: Likewise.
33395         * lib/strsep.h: Likewise.
33396         * lib/strstr.h: Likewise.
33397         * lib/strtok_r.h: Likewise.
33398         * lib/string_.h: New file.
33399         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
33400         Rely on <string.h> instead.
33401         * lib/canon-host.c: Likewise.
33402         * lib/chdir-long.c: Likewise.
33403         * lib/concatpath.c: Likewise.
33404         * lib/exclude.c: Likewise.
33405         * lib/fchdir.c: Likewise.
33406         * lib/getaddrinfo.c: Likewise.
33407         * lib/getcwd.c: Likewise.
33408         * lib/getsubopt.c: Likewise.
33409         * lib/glob.c: Likewise.
33410         * lib/hard-locale.c: Likewise.
33411         * lib/iconvme.c: Likewise.
33412         * lib/javacomp.c: Likewise.
33413         * lib/mempcpy.c: Likewise.
33414         * lib/memrchr.c: Likewise.
33415         * lib/regex_internal.h: Likewise.
33416         * lib/stpncpy.c: Likewise.
33417         * lib/strcasecmp.c: Likewise.
33418         * lib/strchrnul.c: Likewise.
33419         * lib/strdup.c: Likewise.
33420         * lib/striconv.c: Likewise.
33421         * lib/striconveh.c: Likewise.
33422         * lib/striconveha.c: Likewise.
33423         * lib/strncasecmp.c: Likewise.
33424         * lib/strndup.c: Likewise.
33425         * lib/strnlen.c: Likewise.
33426         * lib/strsep.c: Likewise.
33427         * lib/strstr.c: Likewise.
33428         * lib/strtok_r.c: Likewise.
33429         * lib/userspec.c: Likewise.
33430         * lib/w32spawn.h: Likewise.
33431         * lib/xstrndup.c: Likewise.
33432         * lib/mountlist.c (strstr): Remove decl.
33433         * m4/string_h.m4: New file.
33434         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
33435         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
33436         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
33437         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
33438         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
33439         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
33440         Set REPLACE_STRCASECMP if necessary.
33441         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
33442         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
33443         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
33444         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
33445         HAVE_DECL_STRDUP if necessary.
33446         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
33447         since gl_FUNC_STRNDUP does that now.
33448         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
33449         Check for decl here...
33450         (gl_PREREQ_STRNLEN): ... not here.
33451         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
33452         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
33453         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
33454         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
33455         necessary.
33456         * modules/string: New file.
33457         * modules/memmem (Files): Remove special-purpose include file.
33458         (Depends-on): Add string.
33459         (Include): Include <string.h>, not the removed file.
33460         * modules/mempcpy: Likewise.
33461         * modules/memrchr: Likewise.
33462         * modules/stpcpy: Likewise.
33463         * modules/stpncpy: Likewise.
33464         * modules/strcase: Likewise.
33465         * modules/strchrnul: Likewise.
33466         * modules/strdup: Likewise.
33467         * modules/strndup: Likewise.
33468         * modules/strnlen: Likewise.
33469         * modules/strpbrk: Likewise.
33470         * modules/strsep: Likewise.
33471         * modules/strstr: Likewise.
33472         * modules/strtok_r: Likewise.
33473         * tests/test-dirname.c: Don't include "strdup.h", since
33474         <string.h> now suffices.
33475         * tests/test-memmem.c: Don't include "memmem.h", since
33476         <string.h> now suffices.
33477
33478 2007-01-25  Bruno Haible  <bruno@clisp.org>
33479
33480         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
33481         *resultp is 0.
33482
33483         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
33484         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
33485         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
33486         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
33487
33488         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
33489         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
33490         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
33491         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
33492         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
33493         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
33494
33495 2007-01-24  Bruno Haible  <bruno@clisp.org>
33496
33497         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
33498         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
33499         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
33500         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
33501         gl_FUNC_FTS_CORE.
33502         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
33503         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
33504         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33505         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
33506         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
33507         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
33508         gl_FUNC_FCHOWNAT.
33509         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
33510         gl_FUNC_STRFTIME.
33511         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
33512         Reported by Ralf Wildenhues.
33513
33514 2007-01-24  Bruno Haible  <bruno@clisp.org>
33515
33516         Drop AC_REQUIRE calls that are redundant with the module dependencies.
33517         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
33518         gl_GETADDRINFO.
33519         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
33520         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
33521         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
33522
33523 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
33524
33525         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
33526         Don't use 'exit'; just return from 'main'.
33527         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
33528
33529         * lib/fnmatch_.h: Readjust white space and comments to match
33530         glibc, to avoid spurious diffs.
33531
33532 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33533
33534         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
33535         2004-12-01 change by Jakub Jelinek, since this code won't compile
33536         if !LIBC.  Problem reported by Bob Proulx.
33537
33538 2007-01-23  Bruno Haible  <bruno@clisp.org>
33539
33540         * lib/striconveh.c: Include c-strcaseeq.h.
33541         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
33542         * modules/striconveh (Depends-on): Add c-strcaseeq.
33543
33544 2007-01-23  Bruno Haible  <bruno@clisp.org>
33545
33546         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
33547
33548         * modules/c-strcaseeq: New file.
33549         * lib/c-strcaseeq.h: New file.
33550
33551         * modules/streq: New file.
33552         * lib/streq.h: New file.
33553
33554 2007-01-23  Bruno Haible  <bruno@clisp.org>
33555
33556         * modules/striconveha-tests: New file.
33557         * tests/test-striconveha.c: New file.
33558
33559         * lib/striconveha.h: Include <stdbool.h>.
33560         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
33561         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
33562         (mem_iconveha_notranslit): Renamed from mem_iconveha.
33563         (mem_iconveha): New function.
33564         (str_iconveha_notranslit): Renamed from str_iconveha.
33565         (str_iconveha): New function.
33566         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
33567         c-strcase.
33568
33569 2007-01-23  Bruno Haible  <bruno@clisp.org>
33570
33571         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
33572         encodings without forgiving before trying any encoding with handler.
33573         (str_iconveha): Try all encodings without forgiving before trying any
33574         encoding with handler.
33575
33576 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33577
33578         Import the following changes from libc.
33579
33580         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
33581
33582         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
33583
33584         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
33585
33586         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
33587         normal_bracket label.
33588
33589         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
33590
33591         [BZ #361]
33592         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
33593         to normal_bracket after fetching the next character.
33594
33595 2007-01-22  Bruno Haible  <bruno@clisp.org>
33596
33597         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
33598         argument.
33599         * lib/striconveh.c (iconv_carefully_1): New function.
33600         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
33601         argument.
33602         (str_cd_iconveh): Update.
33603         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
33604         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
33605         * tests/test-striconveh.c (MAGIC): New macro.
33606         (new_offsets): New function.
33607         (main): Test call with and without offsets.
33608
33609 2007-01-22  Bruno Haible  <bruno@clisp.org>
33610
33611         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
33612         * modules/sys_select (Makefile.am): Likewise.
33613         * modules/sys_socket (Makefile.am): Likewise.
33614         * modules/sys_time (Makefile.am): Likewise.
33615
33616 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
33617
33618         * modules/gettimeofday (License): Change from GPL to LGPL, since
33619         gettimeofday is a library function.
33620
33621 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33622
33623         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
33624
33625 2007-01-21  Bruno Haible  <bruno@clisp.org>
33626
33627         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
33628
33629 2007-01-21  Bruno Haible  <bruno@clisp.org>
33630
33631         * modules/striconveha: New file.
33632         * lib/striconveha.h: New file.
33633         * lib/striconveha.c: New file.
33634         * MODULES.html.sh (Internationalization functions): Add striconveha.
33635         * lib/striconv.c (str_iconv): Optimize the case of an empty input
33636         string.
33637         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
33638
33639 2007-01-21  Bruno Haible  <bruno@clisp.org>
33640
33641         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
33642         * lib/striconveh.c (str_iconveh): Likewise.
33643
33644 2007-01-21  Bruno Haible  <bruno@clisp.org>
33645
33646         * lib/striconveh.h (mem_iconveh): New declaration.
33647         * lib/striconveh.c (mem_iconveh): New function.
33648         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
33649
33650 2007-01-21  Bruno Haible  <bruno@clisp.org>
33651
33652         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
33653
33654         * lib/striconveh.h (mem_cd_iconveh): Change specification.
33655         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
33656         original result buffer.
33657         (str_cd_iconveh): Update.
33658         * tests/test-striconveh.c (main): Update.
33659
33660         * lib/striconv.h (mem_cd_iconv): Change specification.
33661         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
33662         result buffer.
33663         (str_cd_iconv): Update.
33664         * tests/test-striconv.c (main): Update.
33665
33666 2007-01-21  Bruno Haible  <bruno@clisp.org>
33667
33668         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
33669
33670 2007-01-20  Jim Meyering  <jim@meyering.net>
33671
33672         * lib/userspec.c (parse_with_separator): If a user or group string
33673         starts with "+", skip the corresponding name-to-ID look-up, since
33674         such a look-up must fail: user and group names may not include "+".
33675
33676 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33677
33678         * lib/poll.c: Include sys/time.h and time.h unconditionally,
33679         since we now assume the sys_time module.
33680         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
33681         check for sys/time.h; no longer needed.
33682         * modules/poll (Depends-on): Depend on sys_time.
33683
33684 2007-01-18  Bruno Haible  <bruno@clisp.org>
33685
33686         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
33687         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
33688
33689         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
33690         gettimeofday.
33691
33692         * tests/test-gettimeofday.c: Include <time.h>.
33693         (dummy): Remove variable.
33694
33695         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
33696         gl_HEADER_SYS_TIME_H.
33697         (gl_HEADER_SYS_TIME_H): New macro.
33698
33699         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
33700         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33701         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
33702         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
33703         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33704         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
33705         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
33706         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33707         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
33708         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
33709         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33710
33711         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
33712         last change; it caused a compilation error when cross-compiling to
33713         Cygwin.
33714
33715 2007-01-18  Jim Meyering  <jim@meyering.net>
33716
33717         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
33718         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
33719         than the race-prone "test -d sys || mkdir sys".
33720         (configure.ac): Use AC_PROG_MKDIR_P.
33721         * modules/sys_select: Likewise.
33722         * modules/sys_socket: Likewise.
33723         * modules/sys_time: Likewise.
33724
33725 2007-01-18  Eric Blake  <ebb9@byu.net>
33726
33727         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
33728         replace gettimeofday.
33729         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
33730         name, to avoid infinite recursion.
33731
33732 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
33733
33734         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
33735         module sys_time.
33736         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
33737         assume timespec.h defines struct timeval.
33738         * lib/settime.c: Likewise.
33739         * lib/utimens.c: Likewise.
33740         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
33741         since we now assume the gettimeofday module.
33742         * lib/tempname.c (__gen_tempname): Likewise.
33743         * lib/gettimeofday.h: Remove.
33744         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
33745         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
33746         Include <time.h>, for 'time()'.
33747         (localtime_buffer_addr): Also use this workaround if
33748         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
33749         to simplify the uses.  All uses changed.
33750         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
33751         that #undef is inside {}, and 'const' follows type name consistently.
33752         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
33753         (gettimeofday): Do not use the maximum possible value for
33754         tv->tv_usec, since that might break usages other than ls.c.
33755         Instead, we'll leave ls.c alone.  This undoes today's patch
33756         by Bruno.  Add a compile-time warning for 1s-clock resolution;
33757         we've never observed the problem but might as well keep the
33758         canary.
33759         * lib/nanosleep.c: Include timespec.h first, for interface check.
33760         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
33761         now assume the sys_time module.
33762         * lib/tempname.c: Likewise.
33763         * lib/timespec.h: Likewise.
33764         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
33765         needed.
33766         * lib/strftime.c: Likewise.
33767         * lib/timespec.h: Likewise.
33768         * lib/posixtm.c: Include posixtm.h first, for interface check.
33769         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
33770         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
33771         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
33772         * lib/sys_time_.h: New file.
33773         * lib/timespec.h (struct timespec): Use long int, not long.
33774         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
33775         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
33776         Remove obsolescent call to AC_HEADER_TIME.
33777         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
33778         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
33779         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
33780         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
33781         Likewise.
33782         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
33783         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
33784         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
33785         into the sys_time module.  Check for gettimeofday just once.
33786         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
33787         for gettimeofday signature to just check the signature.  Merely
33788         compile it, since linking doesn't test signature.  Improve test for
33789         whether gettimeofday.o is actually needed.
33790         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
33791         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
33792         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
33793         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33794         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
33795         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
33796         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
33797         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
33798         than worrying about sys/time.h.
33799         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33800         Don't bother worrying about TIME_WITH_SYS_TIME.
33801         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
33802         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
33803         * m4/sys_time_h.m4: New file.
33804         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
33805         Don't include sys/time.h.  Return from main rather than exiting.
33806         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
33807         all uses changed.
33808         * modules/gethrxtime (Depends-on): Add sys_time.
33809         * modules/gettime (Depends-on): Likewise.
33810         * modules/gettimeofday (Depends-on): Likewise.
33811         * modules/nanosleep (Depends-on): Likewise.
33812         * modules/settime (Depends-on): Likewise.
33813         * modules/tempname (Depends-on): Likewise.
33814         * modules/utimens (Depends-on): Likewise.
33815         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
33816         (Include:) Change back to <sys/time.h>.
33817         (Maintainer:) Add self.
33818         * modules/sys_time: New file.
33819         * modules/tempname (Depends-on): Add gettimeofday.
33820         * tests/test-gettimeofday.c: Include <sys/time.h>
33821         rather than gettimeofday.h.
33822
33823 2007-01-17  Bruno Haible  <bruno@clisp.org>
33824
33825         * gnulib-tool (func_get_license): Revert last patch. Instead, let
33826         the license default to GPL.
33827         (func_create_testdir): Don't complain if a module is LGPL and its
33828         tests module depends on GPLed modules.
33829
33830 2007-01-17  Bruno Haible  <bruno@clisp.org>
33831
33832         * lib/gettimeofday.c (gettimeofday): Add code for the case
33833         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
33834         maximum possible value for tv->tv_usec, rather than the minimum one.
33835
33836 2005-10-08  Martin Lambers  <marlam@marlam.de>
33837 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
33838 2007-01-16  Bruno Haible  <bruno@clisp.org>
33839
33840         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
33841         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
33842         gl_FUNC_GETTIMEOFDAY.
33843         (Include): Add gettimeofday.h.
33844         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
33845         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
33846         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
33847         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
33848         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
33849         * lib/gettimeofday.h: New file.
33850         * lib/gettimeofday.c: Include <sys/timeb.h>.
33851         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
33852         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
33853         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
33854         fall back on time().
33855
33856         * tests/test-gettimeofday.c: New file.
33857         * modules/gettimeofday-tests: New file.
33858
33859 2007-01-16  Eric Blake  <ebb9@byu.net>
33860
33861         * modules/fnmatch (Depends-on): Depend on wchar.
33862         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
33863         * m4/fnmatch.m4: Likewise.
33864         * modules/mbchar (Makefile.am): Assume <wchar.h>.
33865         * m4/mbchar.m4: Likewise.
33866         * modules/mbswidth (Depends-on): Depend on wchar.
33867         * lib/mbswidth.c: Assume <wchar.h>.
33868         * m4/mbswidth.m4: Likewise.
33869         * modules/quotearg (Depends-on): Depend on wchar.
33870         * lib/quotearg.c: Assume <wchar.h>.
33871         * m4/quotearg.m4: Likewise.
33872         * modules/regex (Depends-on): Depend on wchar.
33873         * lib/regex_internal.h: Assume <wchar.h>.
33874         * m4/regex.m4: Likewise.
33875         * modules/stdint (Depends-on): Depend on wchar.
33876         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
33877         * m4/stdint.m4: Likewise.
33878         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
33879         * modules/strftime (Depends-on): Depend on wchar.
33880         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
33881         * modules/strtol (Depends-on): Depend on wchar.
33882         * lib/strtol.c: Assume <wchar.h>.
33883         * modules/wcwidth (Depends-on): Depend on wchar.
33884         * lib/wcwidth.h: Assume <wchar.h>.
33885         * m4/wcwidth.m4: Likewise.
33886
33887 2007-01-16  Bruno Haible  <bruno@clisp.org>
33888
33889         * modules/csharpexec-script: New, created from...
33890         * modules/csharpexec: ... this.
33891
33892 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
33893
33894         * modules/javaexec-script: New, created from...
33895         * modules/javaexec: ... this.
33896
33897 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33898
33899         * modules/poll (Dependencies): Add sys_select.
33900
33901 2007-01-15  Jim Meyering  <jim@meyering.net>
33902
33903         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
33904         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
33905         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
33906         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
33907
33908 2007-01-15  Bruno Haible  <bruno@clisp.org>
33909
33910         * modules/striconveh: New file.
33911         * lib/striconveh.h: New file.
33912         * lib/striconveh.c: New file.
33913         * MODULES.html.sh (Internationalization functions): Add striconveh.
33914
33915         * modules/striconveh-tests: New file.
33916         * tests/test-striconveh.c: New file.
33917
33918 2007-01-15  Bruno Haible  <bruno@clisp.org>
33919
33920         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
33921         not from GNU libiconv or GNU libc.
33922
33923 2007-01-15  Bruno Haible  <bruno@clisp.org>
33924
33925         * doc/gnulib-intro.texi (Copyright): Explain the different license
33926         terms for module descriptions, autoconf macros, tests, documentation.
33927
33928 2007-01-14  Bruno Haible  <bruno@clisp.org>
33929
33930         * modules/striconv-tests: New file.
33931         * tests/test-striconv.c: New file.
33932
33933 2007-01-14  Bruno Haible  <bruno@clisp.org>
33934
33935         * modules/iconv-tests: New file.
33936         * tests/test-iconv.c: New file.
33937
33938 2007-01-14  Bruno Haible  <bruno@clisp.org>
33939
33940         * gnulib-tool (func_get_license): For test modules, use the license of
33941         the main module.
33942
33943 2007-01-14  Bruno Haible  <bruno@clisp.org>
33944
33945         * modules/iconv (Include): Clarify that <iconv.h> can only be included
33946         if iconv is found to exist.
33947
33948 2007-01-14  Bruno Haible  <bruno@clisp.org>
33949
33950         * modules/c-ctype-tests: New file.
33951         * tests/test-c-ctype.c: New file.
33952
33953 2007-01-14  Bruno Haible  <bruno@clisp.org>
33954
33955         * modules/binary-io-tests: New file.
33956         * tests/test-binary-io.sh: New file.
33957         * tests/test-binary-io.c: New file.
33958
33959 2007-01-14  Bruno Haible  <bruno@clisp.org>
33960
33961         * modules/array-oset-tests: New file.
33962         * tests/test-array_oset.c: New file.
33963
33964 2007-01-14  Bruno Haible  <bruno@clisp.org>
33965
33966         * modules/array-list-tests: New file.
33967         * tests/test-array_list.c: New file.
33968
33969 2007-01-14  Bruno Haible  <bruno@clisp.org>
33970
33971         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
33972         and make.
33973         Reported by Simon Josefsson in
33974         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
33975
33976 2007-01-14  Bruno Haible  <bruno@clisp.org>
33977
33978         * modules/allocsa-tests: New file.
33979         * tests/test-allocsa.c: New file.
33980
33981 2007-01-14  Bruno Haible  <bruno@clisp.org>
33982
33983         * modules/fchdir (Depends-on): Add absolute-header.
33984         * modules/unistd (Depends-on): Likewise.
33985
33986 2006-12-30  Bruno Haible  <bruno@clisp.org>
33987
33988         * modules/fchdir: New file.
33989         * modules/unistd (Files): Add lib/unistd_.h.
33990         (Makefile.am): Generate unistd.h from unistd_.h.
33991         * lib/fchdir.c: New file.
33992         * lib/dirent_.h: New file.
33993         * lib/unistd_.h: New file.
33994         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
33995         * m4/fchdir.m4: New file.
33996         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
33997         (gl_HEADER_UNISTD): Invoke it.
33998         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
33999         function.
34000         * lib/backupfile.c (opendir, closedir): Undefine.
34001         * lib/chown.c (open, close): Undefine.
34002         * lib/clean-temp.c (open, close): Undefine.
34003         * lib/copy-file.c (open, close): Undefine.
34004         * lib/execute.c (open, close): Undefine.
34005         * lib/fsusage.c (open, close): Undefine.
34006         * lib/gc-gnulib.c (open, close): Undefine.
34007         * lib/getcwd.c (opendir, closedir): Undefine.
34008         * lib/glob.c (opendir, closedir): Undefine.
34009         * lib/javacomp.c (open, close): Undefine.
34010         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
34011         * lib/openat-proc.c (open, close): Undefine.
34012         * lib/pagealign_alloc.c (open, close): Undefine.
34013         * lib/pipe.c (open, close): Undefine.
34014         * lib/progreloc.c (open, close): Undefine.
34015         * lib/savedir.c (opendir, closedir): Undefine.
34016         * lib/utime.c (open, close): Undefine.
34017         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
34018
34019 2007-01-10  Bruno Haible  <bruno@clisp.org>
34020
34021         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
34022
34023 2007-01-12  Eric Blake  <ebb9@byu.net>
34024
34025         Provide a robust <wchar.h>.  Further simplifications are now
34026         possible in other modules, but not included here.
34027         * modules/wchar: New module.
34028         * m4/wchar.m4: New file.
34029         * lib/wchar_.h: Likewise.
34030         * modules/mbchar (Depends-on): Depend on wchar, as the first use
34031         of the new module.
34032         * MODULES.html.sh (Extended multibyte and wide character utilities):
34033         New section.
34034
34035 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
34036
34037         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
34038         to a reasonable default for memory allocation.
34039         (xreadlink): Don't allocate a huge buffer, to work around a buggy
34040         file system that reports garbage st_size values for symlinks.
34041         Problem reported by Liyang Hu.
34042
34043 2007-01-11  Simon Josefsson  <simon@josefsson.org>
34044
34045         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
34046         Emacs .#* auto-save files).
34047
34048 2007-01-11  Bruno Haible  <bruno@clisp.org>
34049
34050         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
34051         directory.
34052
34053 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
34054
34055         Use @...@ consistently in lib/wctype_.h.
34056         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
34057         on it being set to 1 or 0.
34058         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
34059         go back to AC_SUBSTing it.
34060         * modules/wctype (Makefile.am): Undo previous change.
34061
34062 2007-01-10  Eric Blake  <ebb9@byu.net>
34063
34064         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
34065         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
34066         * modules/wctype (Makefile.am): Likewise.
34067         Reported by Chris McGuire.
34068
34069 2007-01-10  Jim Meyering  <jim@meyering.net>
34070
34071         fts.c: a small readability/maintainability improvement
34072         * lib/fts.c (fts_read): Make this code slightly more readable and
34073         maintainable by hoisting the "sp->fts_cur = p" assignments to
34074         immediately follow the statements that set P.  Derived from
34075         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
34076
34077 2007-01-10  Eric Blake  <ebb9@byu.net>
34078
34079         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
34080         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
34081         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
34082         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
34083         Reported by Chris McGuire.
34084
34085 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34086
34087         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
34088         in sed script.
34089
34090 2007-01-09  Bruno Haible  <bruno@clisp.org>
34091
34092         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
34093         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
34094         variables.
34095         (func_module): Use them.
34096
34097 2007-01-09  Bruno Haible  <bruno@clisp.org>
34098
34099         * modules/unistr/base: New file.
34100         * lib/unistr.h: New file.
34101
34102         * modules/unistr/u8-to-u16: New file.
34103         * lib/unistr/u8-to-u16.c: New file.
34104
34105         * modules/unistr/u8-to-u32: New file.
34106         * lib/unistr/u8-to-u32.c: New file.
34107
34108         * modules/unistr/u16-to-u8: New file.
34109         * lib/unistr/u16-to-u8.c: New file.
34110
34111         * modules/unistr/u16-to-u32: New file.
34112         * lib/unistr/u16-to-u32.c: New file.
34113
34114         * modules/unistr/u32-to-u8: New file.
34115         * lib/unistr/u32-to-u8.c: New file.
34116
34117         * modules/unistr/u32-to-u16: New file.
34118         * lib/unistr/u32-to-u16.c: New file.
34119
34120         * modules/unistr/u8-check: New file.
34121         * modules/unistr/u16-check: New file.
34122         * modules/unistr/u32-check: New file.
34123         * lib/unistr/u8-check.c: New file.
34124         * lib/unistr/u16-check.c: New file.
34125         * lib/unistr/u32-check.c: New file.
34126
34127         * modules/unistr/u8-chr: New file.
34128         * modules/unistr/u16-chr: New file.
34129         * modules/unistr/u32-chr: New file.
34130         * lib/unistr/u8-chr.c: New file.
34131         * lib/unistr/u16-chr.c: New file.
34132         * lib/unistr/u32-chr.c: New file.
34133
34134         * modules/unistr/u8-cmp: New file.
34135         * modules/unistr/u16-cmp: New file.
34136         * modules/unistr/u32-cmp: New file.
34137         * lib/unistr/u8-cmp.c: New file.
34138         * lib/unistr/u16-cmp.c: New file.
34139         * lib/unistr/u32-cmp.c: New file.
34140
34141         * modules/unistr/u8-cpy: New file.
34142         * modules/unistr/u16-cpy: New file.
34143         * modules/unistr/u32-cpy: New file.
34144         * lib/unistr/u8-cpy.c: New file.
34145         * lib/unistr/u16-cpy.c: New file.
34146         * lib/unistr/u32-cpy.c: New file.
34147         * lib/unistr/u-cpy.h: New file.
34148
34149         * modules/unistr/u8-cpy-alloc: New file.
34150         * modules/unistr/u16-cpy-alloc: New file.
34151         * modules/unistr/u32-cpy-alloc: New file.
34152         * lib/unistr/u8-cpy-alloc.c: New file.
34153         * lib/unistr/u16-cpy-alloc.c: New file.
34154         * lib/unistr/u32-cpy-alloc.c: New file.
34155         * lib/unistr/u-cpy-alloc.h: New file.
34156
34157         * modules/unistr/u8-endswith: New file.
34158         * modules/unistr/u16-endswith: New file.
34159         * modules/unistr/u32-endswith: New file.
34160         * lib/unistr/u8-endswith.c: New file.
34161         * lib/unistr/u16-endswith.c: New file.
34162         * lib/unistr/u32-endswith.c: New file.
34163         * lib/unistr/u-endswith.h: New file.
34164
34165         * modules/unistr/u8-mblen: New file.
34166         * modules/unistr/u16-mblen: New file.
34167         * modules/unistr/u32-mblen: New file.
34168         * lib/unistr/u8-mblen.c: New file.
34169         * lib/unistr/u16-mblen.c: New file.
34170         * lib/unistr/u32-mblen.c: New file.
34171
34172         * modules/unistr/u8-mbtouc: New file.
34173         * modules/unistr/u16-mbtouc: New file.
34174         * modules/unistr/u32-mbtouc: New file.
34175         * lib/unistr/u8-mbtouc.c: New file.
34176         * lib/unistr/u16-mbtouc.c: New file.
34177         * lib/unistr/u32-mbtouc.c: New file.
34178
34179         * modules/unistr/u8-mbtouc-safe: New file.
34180         * modules/unistr/u16-mbtouc-safe: New file.
34181         * modules/unistr/u32-mbtouc-safe: New file.
34182         * lib/unistr/u8-mbtouc-safe.c: New file.
34183         * lib/unistr/u16-mbtouc-safe.c: New file.
34184         * lib/unistr/u32-mbtouc-safe.c: New file.
34185
34186         * modules/unistr/u8-move: New file.
34187         * modules/unistr/u16-move: New file.
34188         * modules/unistr/u32-move: New file.
34189         * lib/unistr/u8-move.c: New file.
34190         * lib/unistr/u16-move.c: New file.
34191         * lib/unistr/u32-move.c: New file.
34192         * lib/unistr/u-move.h: New file.
34193
34194         * modules/unistr/u8-next: New file.
34195         * modules/unistr/u16-next: New file.
34196         * modules/unistr/u32-next: New file.
34197         * lib/unistr/u8-next.c: New file.
34198         * lib/unistr/u16-next.c: New file.
34199         * lib/unistr/u32-next.c: New file.
34200
34201         * modules/unistr/u8-prev: New file.
34202         * modules/unistr/u16-prev: New file.
34203         * modules/unistr/u32-prev: New file.
34204         * lib/unistr/u8-prev.c: New file.
34205         * lib/unistr/u16-prev.c: New file.
34206         * lib/unistr/u32-prev.c: New file.
34207
34208         * modules/unistr/u8-set: New file.
34209         * modules/unistr/u16-set: New file.
34210         * modules/unistr/u32-set: New file.
34211         * lib/unistr/u8-set.c: New file.
34212         * lib/unistr/u16-set.c: New file.
34213         * lib/unistr/u32-set.c: New file.
34214         * lib/unistr/u-set.h: New file.
34215
34216         * modules/unistr/u8-startswith: New file.
34217         * modules/unistr/u16-startswith: New file.
34218         * modules/unistr/u32-startswith: New file.
34219         * lib/unistr/u8-startswith.c: New file.
34220         * lib/unistr/u16-startswith.c: New file.
34221         * lib/unistr/u32-startswith.c: New file.
34222         * lib/unistr/u-startswith.h: New file.
34223
34224         * modules/unistr/u8-stpcpy: New file.
34225         * modules/unistr/u16-stpcpy: New file.
34226         * modules/unistr/u32-stpcpy: New file.
34227         * lib/unistr/u8-stpcpy.c: New file.
34228         * lib/unistr/u16-stpcpy.c: New file.
34229         * lib/unistr/u32-stpcpy.c: New file.
34230         * lib/unistr/u-stpcpy.h: New file.
34231
34232         * modules/unistr/u8-stpncpy: New file.
34233         * modules/unistr/u16-stpncpy: New file.
34234         * modules/unistr/u32-stpncpy: New file.
34235         * lib/unistr/u8-stpncpy.c: New file.
34236         * lib/unistr/u16-stpncpy.c: New file.
34237         * lib/unistr/u32-stpncpy.c: New file.
34238         * lib/unistr/u-stpncpy.h: New file.
34239
34240         * modules/unistr/u8-strcat: New file.
34241         * modules/unistr/u16-strcat: New file.
34242         * modules/unistr/u32-strcat: New file.
34243         * lib/unistr/u8-strcat.c: New file.
34244         * lib/unistr/u16-strcat.c: New file.
34245         * lib/unistr/u32-strcat.c: New file.
34246         * lib/unistr/u-strcat.h: New file.
34247
34248         * modules/unistr/u8-strchr: New file.
34249         * modules/unistr/u16-strchr: New file.
34250         * modules/unistr/u32-strchr: New file.
34251         * lib/unistr/u8-strchr.c: New file.
34252         * lib/unistr/u16-strchr.c: New file.
34253         * lib/unistr/u32-strchr.c: New file.
34254
34255         * modules/unistr/u8-strcmp: New file.
34256         * modules/unistr/u16-strcmp: New file.
34257         * modules/unistr/u32-strcmp: New file.
34258         * lib/unistr/u8-strcmp.c: New file.
34259         * lib/unistr/u16-strcmp.c: New file.
34260         * lib/unistr/u32-strcmp.c: New file.
34261
34262         * modules/unistr/u8-strcpy: New file.
34263         * modules/unistr/u16-strcpy: New file.
34264         * modules/unistr/u32-strcpy: New file.
34265         * lib/unistr/u8-strcpy.c: New file.
34266         * lib/unistr/u16-strcpy.c: New file.
34267         * lib/unistr/u32-strcpy.c: New file.
34268         * lib/unistr/u-strcpy.h: New file.
34269
34270         * modules/unistr/u8-strcspn: New file.
34271         * modules/unistr/u16-strcspn: New file.
34272         * modules/unistr/u32-strcspn: New file.
34273         * lib/unistr/u8-strcspn.c: New file.
34274         * lib/unistr/u16-strcspn.c: New file.
34275         * lib/unistr/u32-strcspn.c: New file.
34276         * lib/unistr/u-strcspn.h: New file.
34277
34278         * modules/unistr/u8-strdup: New file.
34279         * modules/unistr/u16-strdup: New file.
34280         * modules/unistr/u32-strdup: New file.
34281         * lib/unistr/u8-strdup.c: New file.
34282         * lib/unistr/u16-strdup.c: New file.
34283         * lib/unistr/u32-strdup.c: New file.
34284         * lib/unistr/u-strdup.h: New file.
34285
34286         * modules/unistr/u8-strlen: New file.
34287         * modules/unistr/u16-strlen: New file.
34288         * modules/unistr/u32-strlen: New file.
34289         * lib/unistr/u8-strlen.c: New file.
34290         * lib/unistr/u16-strlen.c: New file.
34291         * lib/unistr/u32-strlen.c: New file.
34292         * lib/unistr/u-strlen.h: New file.
34293
34294         * modules/unistr/u8-strmblen: New file.
34295         * modules/unistr/u16-strmblen: New file.
34296         * modules/unistr/u32-strmblen: New file.
34297         * lib/unistr/u8-strmblen.c: New file.
34298         * lib/unistr/u16-strmblen.c: New file.
34299         * lib/unistr/u32-strmblen.c: New file.
34300
34301         * modules/unistr/u8-strmbtouc: New file.
34302         * modules/unistr/u16-strmbtouc: New file.
34303         * modules/unistr/u32-strmbtouc: New file.
34304         * lib/unistr/u8-strmbtouc.c: New file.
34305         * lib/unistr/u16-strmbtouc.c: New file.
34306         * lib/unistr/u32-strmbtouc.c: New file.
34307
34308         * modules/unistr/u8-strncat: New file.
34309         * modules/unistr/u16-strncat: New file.
34310         * modules/unistr/u32-strncat: New file.
34311         * lib/unistr/u8-strncat.c: New file.
34312         * lib/unistr/u16-strncat.c: New file.
34313         * lib/unistr/u32-strncat.c: New file.
34314         * lib/unistr/u-strncat.h: New file.
34315
34316         * modules/unistr/u8-strncmp: New file.
34317         * modules/unistr/u16-strncmp: New file.
34318         * modules/unistr/u32-strncmp: New file.
34319         * lib/unistr/u8-strncmp.c: New file.
34320         * lib/unistr/u16-strncmp.c: New file.
34321         * lib/unistr/u32-strncmp.c: New file.
34322
34323         * modules/unistr/u8-strncpy: New file.
34324         * modules/unistr/u16-strncpy: New file.
34325         * modules/unistr/u32-strncpy: New file.
34326         * lib/unistr/u8-strncpy.c: New file.
34327         * lib/unistr/u16-strncpy.c: New file.
34328         * lib/unistr/u32-strncpy.c: New file.
34329         * lib/unistr/u-strncpy.h: New file.
34330
34331         * modules/unistr/u8-strnlen: New file.
34332         * modules/unistr/u16-strnlen: New file.
34333         * modules/unistr/u32-strnlen: New file.
34334         * lib/unistr/u8-strnlen.c: New file.
34335         * lib/unistr/u16-strnlen.c: New file.
34336         * lib/unistr/u32-strnlen.c: New file.
34337         * lib/unistr/u-strnlen.h: New file.
34338
34339         * modules/unistr/u8-strpbrk: New file.
34340         * modules/unistr/u16-strpbrk: New file.
34341         * modules/unistr/u32-strpbrk: New file.
34342         * lib/unistr/u8-strpbrk.c: New file.
34343         * lib/unistr/u16-strpbrk.c: New file.
34344         * lib/unistr/u32-strpbrk.c: New file.
34345         * lib/unistr/u-strpbrk.h: New file.
34346
34347         * modules/unistr/u8-strrchr: New file.
34348         * modules/unistr/u16-strrchr: New file.
34349         * modules/unistr/u32-strrchr: New file.
34350         * lib/unistr/u8-strrchr.c: New file.
34351         * lib/unistr/u16-strrchr.c: New file.
34352         * lib/unistr/u32-strrchr.c: New file.
34353
34354         * modules/unistr/u8-strspn: New file.
34355         * modules/unistr/u16-strspn: New file.
34356         * modules/unistr/u32-strspn: New file.
34357         * lib/unistr/u8-strspn.c: New file.
34358         * lib/unistr/u16-strspn.c: New file.
34359         * lib/unistr/u32-strspn.c: New file.
34360         * lib/unistr/u-strspn.h: New file.
34361
34362         * modules/unistr/u8-strstr: New file.
34363         * modules/unistr/u16-strstr: New file.
34364         * modules/unistr/u32-strstr: New file.
34365         * lib/unistr/u8-strstr.c: New file.
34366         * lib/unistr/u16-strstr.c: New file.
34367         * lib/unistr/u32-strstr.c: New file.
34368         * lib/unistr/u-strstr.h: New file.
34369
34370         * modules/unistr/u8-strtok: New file.
34371         * modules/unistr/u16-strtok: New file.
34372         * modules/unistr/u32-strtok: New file.
34373         * lib/unistr/u8-strtok.c: New file.
34374         * lib/unistr/u16-strtok.c: New file.
34375         * lib/unistr/u32-strtok.c: New file.
34376         * lib/unistr/u-strtok.h: New file.
34377
34378         * modules/unistr/u8-uctomb: New file.
34379         * modules/unistr/u16-uctomb: New file.
34380         * modules/unistr/u32-uctomb: New file.
34381         * lib/unistr/u8-uctomb.c: New file.
34382         * lib/unistr/u16-uctomb.c: New file.
34383         * lib/unistr/u32-uctomb.c: New file.
34384
34385         * MODULES.html.sh (Unicode string functions): Add the new modules.
34386
34387 2007-01-08  Bruno Haible  <bruno@clisp.org>
34388
34389         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
34390         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
34391         subdirectories.
34392
34393 2007-01-08  Karl Berry  <karl@gnu.org>
34394
34395         * doc/error.texi: mention that main() fns must set program_name
34396         when progname is used.
34397
34398 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
34399
34400         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
34401         WCTYPE_H is empty, for the benefit of builds from non-distclean
34402         directories.  Problem reported by Eric Blake in
34403         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
34404
34405 2007-01-08  Bruno Haible  <bruno@clisp.org>
34406
34407         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
34408         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
34409         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
34410         PROVIDE_CANONICALIZE_FILENAME_MODE.
34411         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
34412
34413 2007-01-08  Bruno Haible  <bruno@clisp.org>
34414
34415         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
34416         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
34417         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
34418         * lib/fts.c: Likewise.
34419         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
34420
34421 2006-12-25  Bruno Haible  <bruno@clisp.org>
34422
34423         * modules/utf8-ucs4-safe: New file.
34424         * lib/utf8-ucs4-safe.h: New file.
34425         * lib/unistr/utf8-ucs4-safe.c: New file.
34426
34427         * modules/utf16-ucs4-safe: New file.
34428         * lib/utf16-ucs4-safe.h: New file.
34429         * lib/unistr/utf16-ucs4-safe.c: New file.
34430
34431         * MODULES.html.sh (Unicode string functions): Add the new modules.
34432
34433 2007-01-08  Bruno Haible  <bruno@clisp.org>
34434
34435         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
34436         (Depends-on): Add unitypes.
34437         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
34438         (u8_mbtouc_aux): Move out to separate file.
34439         (u8_mbtouc): Use ucs4_t, uint8_t types.
34440         * lib/unistr/utf8-ucs4.c: New file.
34441
34442         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
34443         (Depends-on): Add unitypes.
34444         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
34445         (u16_mbtouc_aux): Move out to separate file.
34446         (u16_mbtouc): Use ucs4_t, uint16_t types.
34447         * lib/unistr/utf16-ucs4.c: New file.
34448
34449         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
34450         (Depends-on): Add unitypes.
34451         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
34452         (u8_uctomb_aux): Move out to separate file.
34453         (u8_uctomb): Use ucs4_t, uint8_t types.
34454         * lib/unistr/ucs4-utf8.c: New file.
34455
34456         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
34457         (Depends-on): Add unitypes.
34458         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
34459         (u16_uctomb_aux): Move out to separate file.
34460         (u16_uctomb): Use ucs4_t, uint16_t types.
34461         * lib/unistr/ucs4-utf16.c: New file.
34462
34463 2006-12-25  Bruno Haible  <bruno@clisp.org>
34464
34465         * modules/unitypes: New file.
34466         * lib/unitypes.h: New file.
34467         * MODULES.html.sh (func_all_modules): New section "Unicode string
34468         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
34469         this section. Add unitypes.
34470
34471 2007-01-08  Bruno Haible  <bruno@clisp.org>
34472
34473         Avoid variable names that conflict with those from libtool.
34474         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
34475         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
34476         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
34477         library_names_spec to acl_library_names_spec, hardcode_* to
34478         acl_hardcode_*.
34479         Reported by Ralf Wildenhues.
34480
34481 2007-01-08  Bruno Haible  <bruno@clisp.org>
34482
34483         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
34484         definition.
34485         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
34486         definition.
34487         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
34488         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
34489         definition.
34490         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
34491         definition.
34492         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
34493         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
34494         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
34495         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
34496         definition.
34497         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
34498         definition.
34499         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
34500         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
34501         GC_USE_<algorithm>.
34502         * lib/gc-libgcrypt.c: Likewise.
34503         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
34504         * modules/gc-arctwo (configure.ac): Likewise.
34505         * modules/gc-des (configure.ac): Likewise.
34506         * modules/gc-hmac-md5 (configure.ac): Likewise.
34507         * modules/gc-hmac-sha1 (configure.ac): Likewise.
34508         * modules/gc-md2 (configure.ac): Likewise.
34509         * modules/gc-md4 (configure.ac): Likewise.
34510         * modules/gc-md5 (configure.ac): Likewise.
34511         * modules/gc-random (configure.ac): Likewise.
34512         * modules/gc-rijndael (configure.ac): Likewise.
34513         * modules/gc-sha1 (configure.ac): Likewise.
34514
34515 2007-01-08  Bruno Haible  <bruno@clisp.org>
34516
34517         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
34518         macro definition.
34519         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
34520         definition.
34521         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
34522         definition.
34523         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
34524         * modules/fcntl-safer (configure.ac): Likewise.
34525         * modules/fopen-safer (configure.ac): Likewise.
34526         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
34527         GNULIB_FWRITEERROR macro definition.
34528
34529 2007-01-08  Bruno Haible  <bruno@clisp.org>
34530
34531         * m4/gnulib-common.m4: New file.
34532         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
34533         (func_get_filelist): Add m4/gnulib-common.m4.
34534
34535 2007-01-08  Bruno Haible  <bruno@clisp.org>
34536
34537         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
34538         command.
34539
34540 2007-01-08  Jim Meyering  <jim@meyering.net>
34541
34542         Use a more robust test for a "can't happen" condition.
34543         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
34544         narrowed the st_size value.  Presuming the "can't happen" condition
34545         is true, that narrowing could conceivably convert an invalid st_size
34546         value into a valid one.  Instead, use a change based on Matthew
34547         Woehlke's original patch.
34548
34549         Slight readability improvement: use an assert-like macro
34550         in place of literal "abort ()" uses.
34551         * lib/fts.c (fts_assert): Define.
34552         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
34553         Use this macro instead of a bare 'abort'.
34554
34555 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
34556
34557         Don't worry about using IRIX 5.3's wctype.h broken definitions;
34558         simply work around them.
34559         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
34560         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
34561         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
34562         declaring.
34563         Don't bother to define as macros, since the standard doesn't require it.
34564         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
34565         longer worry about IRIX 5.3.
34566         (HAVE_WCTYPE_CTMP_BUG): Remove.
34567
34568 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34569
34570         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
34571         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
34572         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34573         Problems reported by Georg Schwarz for IRIX 5.3.
34574
34575         * gnulib-tool (autoconf_minversion): Take the maximum version number
34576         found, not the minimum.  Problem reported by James Youngman.
34577
34578 2007-01-03  Karl Berry  <karl@gnu.org>
34579
34580         * doc/error.texi: new file, explaining interaction with progname.
34581         * doc/gnulib.texi: include it.  Update copyright.
34582
34583 2007-01-03  Simon Josefsson  <simon@josefsson.org>
34584
34585         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
34586         AC_CANONICAL_HOST, to improve autobuild outputs.
34587
34588 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
34589             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
34590
34591         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
34592         sockets, server sockets, and other file descriptors.  Count errors
34593         to compute the return value.  Reorder the code a bit to be easier
34594         to follow.  Don't set event bits that were not requested (except
34595         POLLERR and POLLHUP).
34596
34597 2007-01-01  Bruno Haible  <bruno@clisp.org>
34598
34599         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
34600
34601 2007-01-03  Jim Meyering  <jim@meyering.net>
34602
34603         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
34604
34605 2007-01-02  Bruno Haible  <bruno@clisp.org>
34606
34607         * modules/settime (Include): Require timespec.h.
34608         * modules/nanosleep (Include): Likewise.
34609
34610 2007-01-01  Bruno Haible  <bruno@clisp.org>
34611
34612         * gnulib-tool (func_emit_copyright_notice): Bump year.
34613         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
34614
34615 2007-01-01  Bruno Haible  <bruno@clisp.org>
34616
34617         Improve support for OpenBSD.
34618         * build-aux/config.rpath (libname_spec): Export.
34619         (library_names_spec): New variable. Export.
34620         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
34621         library_names_spec from the config.rpath output. Locate shared library
34622         through the name pattern in library_names_spec.
34623
34624 2007-01-01  Eric Blake  <ebb9@byu.net>
34625
34626         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
34627
34628 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
34629
34630         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
34631         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
34632         assume the C locale, and avoid an "eval" that could cause trouble.
34633         Problem with SORT reported by Bob Proulx.
34634
34635         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
34636         Define.  Trivial patch from Henning Nielsen Lund, originally
34637         sent to bug-grep@gnu.org today.
34638
34639 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
34640
34641         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
34642         struct stat.  Problem reported by Henning Nielsen Lund.
34643         * lib/acl.c: Include acl.h first, to check interface.  Don't
34644         bother to include sys/types.h and sys/stat.h again.
34645
34646 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34647
34648         Import the following change from libc; problem reported by
34649         Sven Verdoolaege.
34650
34651         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
34652
34653         [BZ #1373]
34654         * lib/argp.h: Remove __NTH for __argp_usage inline function.
34655
34656 2006-12-28  Jim Meyering  <jim@meyering.net>
34657
34658         * build-aux/announce-gen: Do not assume that the package
34659         builds any of tar.gz, tar.bz2, and .xdelta files.
34660         Suggestion from Simon Josefsson.
34661
34662 2006-12-28  Simon Josefsson  <simon@josefsson.org>
34663
34664         * modules/announce-gen: New file.
34665
34666 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
34667
34668         * lib/mbchar.h: Just include <wctype.h>; the wctype module
34669         handles its gotchas now.
34670         * lib/mbswidth.c: Likewise.
34671         * lib/wcwidth.h: Likewise.
34672         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
34673         and iswcntrl; the wctype module does this stuff now.
34674         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
34675         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
34676         * modules/mbchar (Depends-on): Add wctype.
34677         * modules/mbswidth (Depends-on): Likewise.
34678         * modules/wcwidth (Depends-on): Likewise.
34679
34680 2006-12-27  Eric Blake  <ebb9@byu.net>
34681
34682         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
34683         module uses more than what <wctype.h> is required to provide.
34684
34685 2006-12-26  Eric Blake  <ebb9@byu.net>
34686
34687         * gnulib-tool (sed_extract_prog): Avoid space-tab.
34688
34689 2006-12-26  Eric Blake  <ebb9@byu.net>
34690
34691         * modules/absolute-header: New module.
34692         * modules/fcntl (Depends-on): Depend on it.
34693         * modules/inttypes (Depends-on): Likewise.
34694         * modules/stdint (Depends-on): Likewise.
34695         * modules/sys_stat (Depends-on): Likewise.
34696         * modules/wctype (Depends-on): Likewise.
34697         * MODULES.html.sh (Support for building libraries and
34698         executables): Document it.
34699
34700 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
34701
34702         * gnulib-tool (SED): Remove, undoing previous change.
34703         The problem was that it broke coreutils on Solaris, because
34704         "sed --posix" leaked into a makefile.
34705         (sed): New alias, if 'alias' and GNU sed.
34706
34707 2006-12-24  Jim Meyering  <jim@meyering.net>
34708
34709         Work around an fchownat bug in glibc-2.4:
34710         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
34711         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
34712         in spite of the -P option.
34713         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
34714         New macros.
34715         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
34716         * modules/openat (Files): Add lib/fchownat.c.
34717         * lib/openat.c (fchownat): Don't define here.  Move to...
34718         * lib/fchownat.c: ...this new file.
34719
34720 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34721
34722         Fix bug reported by Bruno Haible in
34723         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
34724         where quotearg.c didn't compile on Mac OS X 10.2 because it
34725         lacks <wchar.h> and wint_t.
34726         * lib/wctype_.h (__wctype_wint_t): New type.
34727         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
34728         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
34729         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
34730         Arg is now of type __wctype_wint_t, not wint_t.
34731         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
34732         substitute HAVE_WINT_T.
34733         * modules/wctype (Files): Add m4/wint_t.m4.
34734         (wctype.h): Substitute HAVE_WINT_T.
34735
34736 2006-12-23  Bruno Haible  <bruno@clisp.org>
34737
34738         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
34739
34740 2006-12-23  Bruno Haible  <bruno@clisp.org>
34741
34742         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
34743         S_ISLNK.
34744         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
34745         mingw.
34746
34747 2006-12-22  Bruno Haible  <bruno@clisp.org>
34748
34749         * lib/copy-file.c: Include acl.h.
34750         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
34751         Close the file descriptors only after being done with copy_acl.
34752         * modules/copy-file (Depends-on): Add acl.
34753
34754 2006-12-22  Bruno Haible  <bruno@clisp.org>
34755
34756         * gnulib-tool (SED): New variable.
34757         Use $SED instead of sed everywhere.
34758
34759 2006-12-22  Bruno Haible  <bruno@clisp.org>
34760
34761         * modules/no-c++: New file.
34762         * m4/no-c++.m4: New file.
34763         * MODULES.html.sh (Support for building libraries and executables):
34764         Add no-c++.
34765
34766 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
34767
34768         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
34769         Include <limits.h>, and use its INT_MAX to rewrite the
34770         j loop so that it does not overflow 'int'.  Problem reported by
34771         Ralf Wildenhues in
34772         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
34773         Play it safe by shifting left by 1 rather than multiplying by 2,
34774         as GCC is less likely to optimize this away when the value
34775         is signed (when it assumes overflow leads to undefined behavior).
34776         Also, don't assume time_t uses two's complement.
34777
34778 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
34779
34780         * MODULES.html.sh: New module wctype.
34781         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
34782         * lib/fnmatch.c: Don't bother to include <wchar.h> before
34783         <wctype.h>, since the new wctype module should fix this.
34784         * lib/quotearg.c: Include <wctype.h> unconditionally, since
34785         the wctype module should arrange for it.
34786         * lib/regex_internal.h: Likewise.
34787         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
34788         since the wctype module should handle this now.
34789         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
34790         * modules/fnmatch (Depends-on): Add wctype.
34791         * modules/quotearg (Depends-on): Likewise.
34792         * modules/regex (Depends-on): Likewise.
34793
34794 2006-12-19  Bruno Haible  <bruno@clisp.org>
34795
34796         * lib/strdup.h [C++]: Wrap definitions in extern "C".
34797         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
34798
34799 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34800
34801         * modules/savewd (Depends-on): Fix dependency on fcntl.
34802
34803 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
34804
34805         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
34806         conforms to C99, rather than relying on the user's environment
34807         setting of STDINT_H.
34808
34809 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
34810         and Eric Blake  <ebb9@byu.net>
34811
34812         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
34813         This is more consistent with the other defines here.
34814         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
34815         Port to z/OS.  Problem reported by Paul Gilmartin.
34816         Change local vars to use gl_ prefix rather than ac_.
34817         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
34818         with other defines.
34819         * modules/double-slash-root: New module.
34820         * modules/dirname (Files): Remove m4/double-slash-root.m4.
34821         (Depends-on): Add double-slash-root.
34822         * MODULES.html.sh (File system functions): Mention new module.
34823
34824 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
34825
34826         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
34827         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
34828         This is for the benefit of gzip, which doesn't do i18n.
34829
34830 2006-12-12  Jim Meyering  <jim@meyering.net>
34831
34832         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
34833         Reported by Andreas Schwab <schwab@suse.de>.
34834
34835 2006-12-12  Bruno Haible  <bruno@clisp.org>
34836
34837         Merge these changes.
34838         2006-09-05  Bruno Haible  <bruno@clisp.org>
34839         * lib/iconvme.c (iconv_string): No need to save and restore errno when
34840         iconv_alloc succeeded.
34841         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
34842         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
34843         test for " && dest " at the end - dest is always != NULL there. Call
34844         iconv with 4xNULL arguments initially, to reset the state. Call iconv
34845         with 2xNULL arguments, also to flush the state storage. Handle the
34846         IRIX iconv behaviour. Realloc the final result, to throw away unused
34847         memory.
34848
34849 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
34850
34851         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
34852         and fchmodat unconditionally, since glibc 2.4 has them.
34853         Problem reported by Arkadiusz Miskiewicz.
34854
34855 2006-12-10  Bruno Haible  <bruno@clisp.org>
34856
34857         * gnulib-tool (func_import): Show the include files only for those
34858         modules that are copied and specified.
34859         Reported by Karl Berry.
34860
34861 2006-12-08  Jim Meyering  <jim@meyering.net>
34862
34863         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
34864         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
34865
34866         * build-aux/announce-gen: Add two new options, both optional:
34867         --bootstrap-tools=TOOL_LIST
34868               a comma-separated list of tools, e.g.,
34869               autoconf,automake,bison,gnulib
34870         --gnulib-snapshot-date=DATE
34871               if gnulib is in the bootstrap tool list,
34872               then report this as the snapshot date.
34873               If not specified, use the current date/time.
34874               If you specify a date here, be sure it's UTC.
34875
34876 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34877
34878         * tests/test-argp-2.sh: Fix test to match actual output.
34879         (func_compare): Fix sed script to be portable.
34880
34881 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
34882
34883         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
34884         workaround for this case.  It is not autoconfigured now; offhand
34885         it's hard to see how to autoconfigure it.
34886
34887 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
34888
34889         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
34890         a directory that is about to be chowned.  Such a directory's
34891         initial file permissions should permit the owner only and this
34892         should not be changed until after the chown, since the group and
34893         other bits would be incorrect if they granted permission before
34894         the chown.
34895
34896         Fix porting problem for iswctype reported by Georg Schwarz in:
34897         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
34898         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
34899         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
34900         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
34901         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34902
34903 2006-12-03  Jim Meyering  <jim@meyering.net>
34904
34905         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
34906         p->fts_statp may not yet be defined.
34907         (fts_read): Instead, set it in the caller, once p->fts_statp is
34908         sure to be defined, and corresponds to a top-level directory.
34909         This bug made du -x fail.  Here's the coreutils test case:
34910         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
34911         Reported by Mike Frysinger.
34912
34913 2006-12-01  Jim Meyering  <jim@meyering.net>
34914
34915         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
34916         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
34917         Reported by Simon Josefsson.
34918
34919 2006-11-30  Jim Meyering  <jim@meyering.net>
34920
34921         * m4/warning.m4: Use the all-permissive copyright notice
34922         recommended by RMS (rather than LGPL).
34923         * m4/vararrays.m4: Likewise.
34924         * m4/flexmember.m4: Likewise.
34925
34926 2006-11-29  Bruno Haible  <bruno@clisp.org>
34927
34928         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34929         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
34930         using +=.
34931         Reported by Simon Josefsson <simon@josefsson.org>.
34932
34933 2006-11-28  James Youngman <jay@gnu.org>
34934
34935         * README: Advise users that they might find the bug-gnulib@gnu.org
34936         and autotools-announce@gnu.org mailing lists useful.
34937
34938 2006-11-28  Bruno Haible  <bruno@clisp.org>
34939
34940         * m4/ptrdiff_max.m4: Remove file.
34941
34942 2006-11-21  Bruno Haible  <bruno@clisp.org>
34943
34944         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
34945         _AC_COMPUTE_INT.
34946         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34947         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
34948         _AC_COMPUTE_INT.
34949         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34950         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
34951         _AC_COMPUTE_INT.
34952         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34953
34954 2006-11-28  Jim Meyering  <jim@meyering.net>
34955
34956         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
34957         warning from "gcc -Wshadow" about shadowing the builtin.
34958
34959 2006-11-27  Bruno Haible  <bruno@clisp.org>
34960
34961         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
34962         _AC_COMPUTE_INT.
34963         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
34964
34965 2006-11-27  Bruno Haible  <bruno@clisp.org>
34966             Paul Eggert  <eggert@cs.ucla.edu>
34967
34968         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
34969
34970 2006-11-26  Bruno Haible  <bruno@clisp.org>
34971
34972         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34973         noinst_LTLIBRARIES.
34974
34975 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34976             Bruno Haible  <bruno@clisp.org>
34977
34978         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
34979         if compiling with "gcc -ansi".
34980
34981 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34982
34983         Fix some incompatibilities with gcc -ansi -pedantic.
34984         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
34985         if compiling pedantically with GCC, unless it's C99 or later.
34986         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
34987         it mishandles gcc -ansi -pedantic as well.
34988         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
34989         if gcc -pedantic.
34990         * lib/regexec.c (check_node_accept_bytes): Don't use auto
34991         initializers for struct if -pedantic, unless it's C99 or later.
34992
34993 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
34994
34995         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
34996         Don't close an fd more than once. Identical atimes indicate
34997         success, not failure.
34998
34999 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
35000
35001         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
35002
35003 2006-11-23  Jim Meyering  <jim@meyering.net>
35004
35005         * build-aux/announce-gen: New file.  From coreutils.
35006
35007 2006-11-22  Jim Meyering  <jim@meyering.net>
35008
35009         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
35010         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
35011         (fts_read): Use a temporary to narrow the overused st_size member
35012         before using it in a switch statement.  Reported by Matthew Woehlke.
35013
35014         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
35015         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
35016
35017 2006-11-20  Bruno Haible  <bruno@clisp.org>
35018
35019         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
35020         changequote instead of pairs of brackets.
35021         Reported by Andreas Schwab <schwab@suse.de>.
35022
35023 2006-11-21  Jim Meyering  <jim@meyering.net>
35024
35025         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
35026         so as to remain compatible with older compilers.
35027         Patch from Michael Deutschmann.
35028
35029 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35030
35031         * MODULES.html.sh (File system functions): Add openat.
35032
35033         * lib/openat.h (rpl_fstatat): New macro, if
35034         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
35035         (fstatat): Define to rpl_fstatat under the same conditions,
35036         unless COMPILING_FSTATAT.
35037         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
35038         seems to have the bug.
35039         * lib/fstatat.c: New file.
35040         * modules/openat (Files): Add it.
35041
35042 2006-11-20  Bruno Haible  <bruno@clisp.org>
35043
35044         * Makefile: New file.
35045
35046 2006-11-20  Jim Meyering  <jim@meyering.net>
35047
35048         The beginnings of syntax-related checks for gnulib.
35049         * lib/Makefile: New file.
35050         * lib/t-idcache: New script.  Ensure that the two halves of
35051         idcache.c stay in sync.
35052
35053         * lib/idcache.c: Adjust comments in user- and group- portions to
35054         be more accurate, and to be consistent with one another.
35055
35056 2006-11-20  Jim Meyering  <jim@meyering.net>
35057
35058         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
35059         continue using the flexible array member (thus, this module performs
35060         half as many malloc calls), with the addition that...
35061         (getgroup, getuser): Consistently record a non-match via an empty
35062         "name" string, and map an empty string match to a NULL return value.
35063         * modules/idcache (Depends-on): Re-add flexmember.
35064
35065         * lib/idcache.c (getuser): Remove all uses of the register keyword.
35066         (getuidbyname, getgroup, getgidbyname): Likewise.
35067
35068         Use cleaner syntax: NULL rather than 0.
35069         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
35070
35071 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35072
35073         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
35074         It mishandled the case where the group was missing.
35075         Problem reported by Greg Schafer.
35076         * modules/idcache: Likewise.
35077
35078 2006-11-18  Jim Meyering  <jim@meyering.net>
35079
35080         * check-module (%exempt_header): Add exception for some
35081         conditionally-included headers.
35082
35083         * modules/i-ring (Depends-on): Add verify.
35084         (License): Change to LGPL.
35085
35086 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35087
35088         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
35089         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
35090         and inttostr.h.  Use snprintf rather than uinttostr, so that
35091         LGPLed code doesn't depend on GPLed.
35092
35093 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35094
35095         * modules/inline (License): Change from GPL to LGPL.
35096
35097 2006-11-17  Jim Meyering  <jim@meyering.net>
35098
35099         * modules/d-type (License): Switch to LGPL.
35100
35101 2006-11-15  Bruno Haible  <bruno@clisp.org>
35102
35103         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
35104
35105 2006-11-15  Eric Blake  <ebb9@byu.net>
35106
35107         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
35108         the module dependency.
35109
35110 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35111             Bruno Haible  <bruno@clisp.org>
35112
35113         * gnulib-tool (func_create_testdir): Add license consistency check.
35114
35115 2006-11-15  Eric Blake  <ebb9@byu.net>
35116
35117         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
35118         random "(cached)" in configure output.
35119
35120 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35121
35122         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
35123         test for conforming inttypes.h is both announced and cached.
35124
35125         * MODULES.html.sh (seen_modules, seen_files): New variables.
35126         (func_module): Rewrite to use a few less gnulib-tool and sed
35127         invocations.  Avoid a couple of quadratic algorithms for ...
35128         (missed_modules, missed_files): ... these, with ...
35129         (func_append, func_tmpdir): ... these new functions, from
35130         gnulib-tool.  Analogously, install traps for cleanup.
35131
35132         * tests/test-gc.c (main): Remove unused variables.
35133         * tests/test-read-file.c: Include stdlib.h, for 'free'.
35134
35135 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
35136
35137         * modules/inttostr (License): Change to LGPL.
35138
35139 2006-11-14  Eric Blake  <ebb9@byu.net>
35140
35141         * modules/tempname (License): Change to LGPL.
35142
35143 2006-11-14  Eric Blake  <ebb9@byu.net>
35144
35145         * doc/functions.texi (Function Portability): *printf functions on
35146         Cygwin now understand all POSIX size specifiers.
35147
35148 2006-11-14  Bruno Haible  <bruno@clisp.org>
35149
35150         * modules/c-ctype (License): Change to LGPL.
35151
35152 2006-11-12  Bruno Haible  <bruno@clisp.org>
35153
35154         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
35155         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
35156         for GNOME libraries, for which the include files are installed in
35157         subdirectories of $prefix/include.
35158
35159 2006-11-12  Bruno Haible  <bruno@clisp.org>
35160
35161         * m4/lib-link.m4: Require at least autoconf-2.54.
35162         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
35163         name to underscores for the --with option.
35164
35165 2006-11-13  Bruno Haible  <bruno@clisp.org>
35166
35167         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
35168         the tests directory.
35169         Reported by Ralf Wildenhues.
35170
35171 2006-11-13  Bruno Haible  <bruno@clisp.org>
35172
35173         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
35174         (func_emit_initmacro_end): Undo the override here.
35175         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
35176         Works around the famous automake error in coreutils.
35177
35178 2006-11-13  Eric Blake  <ebb9@byu.net>
35179
35180         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
35181         element, not its node.
35182
35183 2006-11-12  Bruno Haible  <bruno@clisp.org>
35184
35185         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
35186         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
35187
35188 2006-11-12  Bruno Haible  <bruno@clisp.org>
35189
35190         * gnulib-tool: New option --local-symlink.
35191         (func_usage): Document it.
35192         (lsymbolic): New variable.
35193         (func_import, func_create_testdir): If --symlink was not specified,
35194         test whether --local-symlink was specified and the file comes from
35195         the local_gnulib_dir.
35196
35197 2006-11-12  Bruno Haible  <bruno@clisp.org>
35198
35199         * gnulib-tool (func_ln): New function.
35200         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
35201
35202 2006-11-12  Bruno Haible  <bruno@clisp.org>
35203
35204         Finish support for source files in subdirectories.
35205         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
35206         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
35207         AUTOMAKE_OPTIONS.
35208         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
35209
35210 2006-11-12  Bruno Haible  <bruno@clisp.org>
35211
35212         * gnulib-tool (func_get_automake_snippet): Synthesize also an
35213         EXTRA_lib_SOURCES augmentation.
35214         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
35215
35216 2006-11-12  Jim Meyering  <jim@meyering.net>
35217
35218         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
35219         file descriptors.  This also averts a failure on systems with
35220         native openat support when a traversed directory lacks "x" access.
35221         * lib/fts_.h: Include "i-ring.h"
35222         (struct FTS) [fts_fd_ring]: New member.
35223         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
35224         (FCHDIR): Add parentheses.
35225         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
35226         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
35227         When descending, rather than simply closing the previous
35228         fts_cwd_fd value, push that file descriptor onto the ring.
35229         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
35230         (fts_open): Initialize the new fd_ring member.
35231         (fts_close): Clear the ring.
35232         (fts_safe_changedir): When possible, use our new fd_ring to skip
35233         the diropen and fstat and dev/ino comparison that would normally
35234         accompany a virtual `chdir ("..")'.
35235
35236         * modules/fts (Depends-on): Add i-ring.
35237         * modules/i-ring: New module.
35238         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
35239         * m4/i-ring.m4: New file.
35240
35241 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35242
35243         * gnulib-tool (func_create_testdir): Fix replacement of
35244         `build-aux' in configure.ac.  Run autotools in gltests
35245         subdirectory.
35246         (func_create_testdir, func_create_megatestdir, test): There is
35247         no need for '--force' in most autotool invocations in a new
35248         tree.  Actually fail the whole test if any of the tools, or the
35249         configure or make stages fail.
35250
35251         Sync from Automake.
35252         * build-aux/gnupload: Revert last change.  Add pointer to upload
35253         instructions of the GNU Maintenance Instructions.
35254         Suggestion by Karl Berry.
35255
35256 2006-11-10  Jim Meyering  <jim@meyering.net>
35257
35258         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
35259
35260 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35261
35262         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
35263         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
35264         (bind_textdomain_codeset) [! ENABLE_NLS]:
35265         Evaluate all the arguments.  That way, callers get compatible behavior
35266         if the arguments have side effects.  Also, it avoids some GCC
35267         diagnostics in some cases; Joel E. Denny reported problems when Bison
35268         was configured with --enable-gcc-warnigs.
35269
35270 2006-11-10  Jim Meyering  <jim@meyering.net>
35271
35272         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
35273         relevant options in CFLAGS (like -O, -fno-inline) are taken into
35274         account.
35275
35276 2006-11-10  Jim Meyering  <jim@meyering.net>
35277
35278         * modules/inline: New file/module.
35279         * modules/xalloc (Files): Remove m4/inline.m4.
35280         (Depends-on): Add inline, instead.
35281         * modules/oset: Likewise.
35282         * modules/list: Likewise.
35283
35284 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35285
35286         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
35287         Problem reported by Matthew Woehlke.
35288
35289 2006-11-09  Bruno Haible  <bruno@clisp.org>
35290
35291         * lib/tempname.c (gen_tempname): Remove variant that invokes
35292         __gen_tempname.
35293         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
35294         __gen_tempname.
35295
35296 2006-11-08  Bruno Haible  <bruno@clisp.org>
35297
35298         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
35299         to 'yes' instead of 'cross-compiling'.
35300
35301 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
35302
35303         * lib/quotearg.h (quotearg_free): New decl.
35304         * lib/quotearg.c (quotearg_free): New function.
35305         (slot0, nslots, slotvec0, slotvec):
35306         Now file-scope so that quotearg_free can get at them.
35307
35308 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35309
35310         Sync from Automake.
35311         * build-aux/gnupload: Add missing 'gnu' to example URL.
35312         Report by Karl Berry.
35313
35314 2006-11-08  Bruno Haible  <bruno@clisp.org>
35315
35316         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
35317         Suggested by Paul Eggert.
35318
35319 2006-11-08  Jim Meyering  <jim@meyering.net>
35320
35321         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
35322         It's already included if !_LIBC.
35323         (fts_safe_changedir): Add a comment.
35324
35325 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
35326
35327         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
35328         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
35329         Matthew Woehlke.
35330
35331         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
35332         definitions up, to avoid colliding with change below.
35333         (static_inline) [HAVE_INLINE]: New macro.
35334         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
35335         Provide extern decls when !HAVE_INLINE.  Do not define unless
35336         static_inline is defined, either by us or by xmalloc.c.  Use
35337         static_inline rather than static inline.
35338         (XCALLOC): Optimize sizeof(T) = 1 case.
35339         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
35340
35341 2006-11-07  Bruno Haible  <bruno@clisp.org>
35342
35343         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
35344         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
35345         AC_C_INLINE.
35346         * modules/xalloc (Files): Add m4/inline.m4.
35347
35348 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35349
35350         * README: Fix typo.
35351         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
35352         (Miscellanous Notes): ...from this.
35353
35354 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
35355
35356         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
35357         Mention that offsetof should be used instead of sizeof.
35358         From Bruno Haible.
35359
35360 2006-11-07  Bruno Haible  <bruno@clisp.org>
35361
35362         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
35363
35364 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
35365
35366         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
35367         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
35368         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
35369         (gl_tree_add_before, gl_tree_add_after):
35370         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
35371         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
35372         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
35373         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
35374         (gl_linked_add_after, gl_linked_add_at): Likewise.
35375         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
35376         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
35377         (gl_tree_add_before, gl_tree_add_after): Likewise.
35378         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
35379         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
35380         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
35381
35382 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35383
35384         * lib/gl_oset.h: Use C comment style, not C++ comment style.
35385
35386 2006-11-06  Bruno Haible  <bruno@clisp.org>
35387
35388         * m4/inline.m4: New file.
35389         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
35390         * modules/list (Files): Add m4/inline.m4.
35391         * modules/oset (Files): Likewise.
35392
35393 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
35394
35395         * lib/idcache.c: Include <stddef.h>, for offsetof.
35396         (struct userid.name): Change from char * to a flexible array member.
35397         All uses changed.
35398         * modules/idcache (Depends-on): Add flexmember.
35399
35400         * MODULES.html.sh (Core language properties): New module flexmember.
35401         * modules/flexmember, m4/flexmember.m4: New files.
35402
35403         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
35404         inline functions that are identical with the old xnmalloc_inline,
35405         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
35406         that we can avoid some unnecessary integer multiplications and
35407         divisions in the common case where the element size is known at
35408         compile time.
35409         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
35410         needed.
35411         (xnboundedmalloc): Remove.
35412         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
35413         arguments, for consistency with rest of this header.
35414         (xcharalloc): Rewrite using XNMALLOC.
35415         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
35416         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
35417         versions have been moved to lib/xalloc.h and renamed to be the
35418         non-*_inline versions.
35419         (xmalloc, xrealloc): Implement without reference to the xnmalloc
35420         and xnrealloc functions, since those functions are now inline and
35421         now call us.
35422         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
35423         renaming described above.
35424         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
35425         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
35426         captures the dependency in AC_C_INLINE.
35427
35428         New module canonicalize-lgpl, proposed by Charles Wilson in
35429         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
35430         with a few small changes afterwards.
35431         * MODULES.html.sh (File system functions): New module
35432         canonicalize-lgpl.
35433         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
35434         and canonicalize_file_name.
35435         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
35436         * modules/canonicalize-lgpl: New files.
35437
35438 2006-11-05  Bruno Haible  <bruno@clisp.org>
35439
35440         * gnulib-tool (func_import, func_create_testdir): Create directories
35441         also for files in subdirectories of lib/.
35442
35443 2006-11-05  Bruno Haible  <bruno@clisp.org>
35444
35445         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
35446         ANSI C compliant.
35447
35448 2006-11-03  Bruno Haible  <bruno@clisp.org>
35449
35450         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
35451         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
35452         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
35453         (xnboundedmalloc): New inline function.
35454         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
35455         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
35456         xmalloc.
35457         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
35458         xmalloc.
35459         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
35460         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
35461         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
35462         xmalloc.
35463         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
35464         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
35465         xmalloc.
35466         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
35467         gl_tree_add_after): Use XMALLOC instead of xmalloc.
35468         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
35469         xmalloc.
35470         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
35471         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
35472         gl_tree_add_after): Use XMALLOC instead of xmalloc.
35473         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
35474         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
35475         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
35476         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
35477
35478 2006-11-03  Bruno Haible  <bruno@clisp.org>
35479
35480         * lib/c-ctype.h [C++]: Define functions without name mangling.
35481         * lib/fwriteerror.h [C++]: Likewise.
35482         * lib/gcd.h [C++]: Likewise.
35483         * lib/linebreak.h [C++]: Likewise.
35484
35485 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35486
35487         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
35488         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
35489         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
35490         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
35491         Check for functions and headers just once.
35492         Check for declaration of canonicalize_file_name.
35493         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
35494
35495 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
35496
35497         * gnulib-tool (func_import): Fix typo in actioncmd.
35498
35499 2006-11-02  Bruno Haible  <bruno@clisp.org>
35500
35501         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
35502         newline sequence in the Makefile.am snippet as a space, like "make"
35503         does.
35504         Reported by Roger Persson <perrog@gmail.com>.
35505
35506 2006-11-01  Bruno Haible  <bruno@clisp.org>
35507
35508         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
35509         already declared in <string.h>.
35510         * lib/strcase.h (strncasecmp): Don't declare it if yes.
35511
35512 2006-11-01  Bruno Haible  <bruno@clisp.org>
35513
35514         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
35515         * lib/strcase.h: Include <string.h>.
35516         (strcasecmp): Define to rpl_strcasecmp here.
35517
35518 2006-11-01  Bruno Haible  <bruno@clisp.org>
35519
35520         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
35521
35522 2006-11-01  Eric Blake  <ebb9@byu.net>
35523
35524         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
35525
35526         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
35527
35528 2006-10-29  Bruno Haible  <bruno@clisp.org>
35529
35530         Make it compile in C++ mode.
35531         * lib/full-write.c (full_rw): Add a cast.
35532
35533 2006-11-01  Bruno Haible  <bruno@clisp.org>
35534
35535         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
35536         be POSIX compliant.
35537         Reported by Roger Persson <perrog@gmail.com>.
35538
35539 2006-11-01  Eric Blake  <ebb9@byu.net>
35540
35541         * lib/getopt_.h: Fix comments.
35542
35543 2006-10-31  Eric Blake  <ebb9@byu.net>
35544
35545         * modules/tmpdir (Depends-on): Add sys_stat.
35546         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
35547         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
35548         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
35549         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
35550         tempname.
35551
35552 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
35553
35554         Avoid some C++ diagnostics reported by Bruno Haible.
35555         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
35556         xmalloc.
35557         (quotearg_alloc): Use xcharalloc rather than xmalloc.
35558         (struct slotvec): Move to top level.
35559         (quotearg_n_options): Rewrite to avoid xmalloc.
35560         * lib/xalloc.h (xcharalloc): New function.
35561         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
35562         [defined __cplusplus]: Add function template that provides result
35563         type propagation.  This part of the change is from Bruno Haible.
35564
35565 2006-10-29  Bruno Haible  <bruno@clisp.org>
35566
35567         Make it compile in C++ mode.
35568         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
35569         * lib/strnlen1.c (strnlen1): Cast memchr result.
35570         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
35571         * lib/clean-temp.c (string_equals, string_hash): Add casts.
35572         (create_temp_dir): Rename local variable 'template'.
35573         (compile_csharp_using_sscli): Add cast.
35574         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
35575         * lib/findprog.c (find_in_path): Likewise.
35576         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
35577         * lib/wait-process.c (register_slave_subprocess): Likewise.
35578
35579 2006-10-22  Bruno Haible  <bruno@clisp.org>
35580
35581         * modules/tsearch: New file.
35582         * lib/tsearch.h: New file.
35583         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
35584         * m4/tsearch.m4: New file.
35585         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
35586
35587 2006-10-29  Eric Blake  <ebb9@byu.net>
35588
35589         * lib/arcfour.c: Assume config.h.
35590         * lib/arctwo.c: Likewise.
35591         * lib/base64.c: Likewise.
35592         * lib/check-version.c: Likewise.
35593         * lib/crc.c: Likewise.
35594         * lib/des.c: Likewise.
35595         * lib/gc-gnulib.c: Likewise.
35596         * lib/gc-libgcrypt.c: Likewise.
35597         * lib/gc-pbkdf2-sha1.c: Likewise.
35598         * lib/getaddrinfo.c: Likewise.
35599         * lib/getdelim.c: Likewise.
35600         * lib/getline.c: Likewise.
35601         * lib/hmac-md5.c: Likewise.
35602         * lib/hmac-sha1.c: Likewise.
35603         * lib/iconvme.c: Likewise.
35604         * lib/md2.c: Likewise.
35605         * lib/md4.c: Likewise.
35606         * lib/memxor.c: Likewise.
35607         * lib/read-file.c: Likewise.
35608         * lib/readline.c: Likewise.
35609         * lib/rijndael-alg-fst.c: Likewise.
35610         * lib/rijndael-api-fst.c: Likewise.
35611         * lib/xgetdomainname.c: Likewise.
35612
35613 2006-10-28  Eric Blake  <ebb9@byu.net>
35614
35615         * lib/xstrndup.c: Assume config.h.
35616
35617 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
35618
35619         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
35620         stat-macros.h is now for our own macros, whereas stat_h is for
35621         macros in the <sys/stat.h> name space.
35622         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
35623         (STAT_MACROS_H): Remove.
35624         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
35625         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
35626         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
35627         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
35628         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
35629         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
35630         Move these macros to ...
35631         * lib/stat_.h: here.  Don't include stat-macros.h.
35632         * lib/canonicalize.c: Don't include stat-macros.h.
35633         * lib/chown.c: Likewise.
35634         * lib/euidaccess.c: Likewise.
35635         * lib/file-type.c: Likewise.
35636         * lib/filemode.c: Likewise.
35637         * lib/glob.c: Likewise.
35638         * lib/isapipe.c: Likewise.
35639         * lib/lchown.c: Likewise.
35640         * lib/lstat.c: Likewise.
35641         * lib/mkdir-p.c: Likewise.
35642         * lib/rmdir.c: Likewise.
35643         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
35644         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
35645         unless mkdir isn't declared, to speed up 'configure'.
35646         Always create sys/stat.h, since it's unlikely any real sys/stat.h
35647         would define all the S_* symbols.
35648         * modules/canonicalize (Depends-on):
35649         Depend on sys_stat, not stat-macros.
35650         * modules/chown: Likewise.
35651         * modules/euidaccess: Likewise.
35652         * modules/filemode: Likewise.
35653         * modules/file-type: Likewise.
35654         * modules/glob: Likewise.
35655         * modules/isapipe: Likewise.
35656         * modules/lchown: Likewise.
35657         * modules/lstat: Likewise.
35658         * modules/mkancesdirs: Likewise.
35659         * modules/rmdir: Likewise.
35660         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
35661         * modules/modechange: Likewise.
35662         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
35663         (configure.ac): Remove gl_STAT_MACROS.
35664         * modules/sys_stat (Depends-on): Remove stat-macros.
35665
35666 2006-10-27  Bruno Haible  <bruno@clisp.org>
35667
35668         * m4/signed.m4: Remove file.
35669         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
35670         invocation.
35671         * modules/vasnprintf (Files): Remove m4/signed.m4.
35672
35673 2006-10-27  Bruno Haible  <bruno@clisp.org>
35674
35675         Update to GNU gettext 0.16.
35676         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
35677         m4/inttypes-h.m4, m4/signed.m4.
35678         * m4/gettext.m4: Update to GNU gettext 0.16.
35679         * m4/intl.m4: New file, from GNU gettext.
35680         * m4/intldir.m4: New file, from GNU gettext.
35681         * config/srclist.txt: Update
35682
35683 2006-10-27  Eric Blake  <ebb9@byu.net>
35684
35685         * MODULES.html.sh: Document tempname.
35686         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
35687         dependencies.
35688         (Files): Move lib/tempname.c...
35689         * modules/tempname: ...to this new module.
35690         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
35691         (gl_PREREQ_TEMPNAME): Move...
35692         * m4/tempname.m4: ...to this new file.
35693         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
35694         * modules/sys_stat (Depends-on): Add stat-macros.
35695         * lib/stat_.h (includes): Pick up stat macros.
35696         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
35697         if stat macros are broken.
35698         * lib/tempname.c (includes): No need to include "stat-macros.h".
35699         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
35700         (direxists, __path_search) [!_LIBC]: Don't compile these in
35701         gnulib; the tmpdir module covers that.
35702         * lib/tempname.h: New file.
35703
35704 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
35705
35706         * COPYING: Explain how gnulib-tool converts licence headers.
35707         Almost all wording by Eric Blake.
35708
35709 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
35710
35711         * lib/mbchar.h (is_basic_table): Make read-only.
35712         * lib/mbchar.c (is_basic_table): Likewise.
35713         Reported by John Darrington.
35714
35715 2006-10-25  Bruno Haible  <bruno@clisp.org>
35716
35717         * lib/progname.h (set_program_name): Undefine before defining.
35718
35719 2006-10-25  Bruno Haible  <bruno@clisp.org>
35720
35721         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
35722         false for non-gcc C++ compilers.
35723         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
35724
35725 2006-10-24  Bruno Haible  <bruno@clisp.org>
35726
35727         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
35728         iconv implementations like Irix iconv.
35729
35730 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35731
35732         * modules/vararrays: New file.
35733         * m4/vararrays.m4: New file, taken from diffutils.
35734         * MODULES.html.sh: New module vararrays.
35735
35736 2006-10-24  Karl Berry  <karl@gnu.org>
35737
35738         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
35739         Don't call GNU Unix.
35740
35741 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35742
35743         * users.txt: Add Libtool.
35744
35745         Sync from Libtool:
35746
35747         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35748
35749         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
35750         to gnulib's policy of including config.h unconditionally.
35751
35752 2006-10-24  Bruno Haible  <bruno@clisp.org>
35753
35754         * modules/wcwidth (Files): Add m4/wint_t.m4.
35755         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
35756         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
35757
35758 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35759
35760         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
35761         to pacify GCC with some -W flags enabled.  Problem reported by
35762         Bruno Haible.
35763
35764 2006-10-24  Jim Meyering  <jim@meyering.net>
35765
35766         * MODULES.html.sh: Remove uinttostr.  It's not a module.
35767         Reported by Karl Berry.
35768
35769 2006-10-23  Bruno Haible  <bruno@clisp.org>
35770
35771         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
35772
35773 2006-10-24  Bruno Haible  <bruno@clisp.org>
35774
35775         * lib/gl_list.h: Use C comment style, not C++ comment style.
35776
35777 2006-10-23  Eric Blake  <ebb9@byu.net>
35778
35779         * lib/getaddrinfo.c (includes): Add missing include.
35780
35781 2006-10-23  Bruno Haible  <bruno@clisp.org>
35782             Paul Eggert  <eggert@cs.ucla.edu>
35783
35784         Ability to rename obstack_free.
35785         * lib/obstack.h (__obstack_free): New macro. Declare instead of
35786         obstack_free.
35787         (obstack_free): Invoke the __obstack_free macro.
35788         * lib/obstack.c (obstack_free): Use __obstack_free macro.
35789
35790 2006-10-23  Bruno Haible  <bruno@clisp.org>
35791             Paul Eggert  <eggert@cs.ucla.edu>
35792
35793         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
35794         __argc, __argv from the declaration. (They are defined as macros on
35795         mingw.)
35796
35797 2006-10-22  Bruno Haible  <bruno@clisp.org>
35798
35799         * doc/gnulib-intro.texi: New file.
35800         * doc/gnulib.texi: Include it.
35801
35802 2006-10-21  Bruno Haible  <bruno@clisp.org>
35803
35804         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
35805         "Introduction", "Miscellanous Notes", "Particular Modules".
35806
35807 2006-10-21  Bruno Haible  <bruno@clisp.org>
35808
35809         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35810         Change mostlyclean-local rule to avoid sh syntax error from bash
35811         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
35812
35813 2006-10-23  Jim Meyering  <jim@meyering.net>
35814
35815         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
35816         in place of snprintf.
35817
35818         * modules/inttostr (Files): Add lib/uinttostr.c.
35819         * lib/uinttostr.c (inttostr): New file/function.
35820         * lib/inttostr.h (uinttostr): Declare.
35821         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
35822         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
35823         Add uinttostr.
35824         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
35825
35826 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
35827
35828         * lib/canonicalize.c (ELOOP): Define if not already defined.
35829         Problem reported by Bruno Haible in
35830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
35831
35832 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
35833
35834         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
35835         Problem reported by Perry Smith and Ville Laurikari.
35836
35837         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
35838         uses.
35839
35840 2006-10-19  Bruno Haible  <bruno@clisp.org>
35841
35842         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
35843         for mingw.
35844
35845 2006-10-19  Bruno Haible  <bruno@clisp.org>
35846
35847         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
35848         Needed for mingw.
35849
35850 2006-10-19  Bruno Haible  <bruno@clisp.org>
35851
35852         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
35853
35854 2006-10-19  Bruno Haible  <bruno@clisp.org>
35855
35856         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
35857         it.
35858
35859 2006-10-19  Bruno Haible  <bruno@clisp.org>
35860
35861         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
35862         invocation.
35863
35864 2006-10-19  Bruno Haible  <bruno@clisp.org>
35865
35866         * gnulib-tool (func_create_testdir): Don't include ftruncate and
35867         mountlist by default.
35868
35869 2006-10-16  Bruno Haible  <bruno@clisp.org>
35870
35871         * lib/c-strstr.c: Include c-strstr.h.
35872
35873 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
35874
35875         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
35876         in a slash.
35877
35878 2006-10-18  Bruno Haible  <bruno@clisp.org>
35879
35880         * lib/lock.h [C++]: Wrap definitions in extern "C".
35881
35882 2006-10-18  Bruno Haible  <bruno@clisp.org>
35883
35884         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
35885         gl_LIBOBJS list.
35886
35887 2006-10-18  Bruno Haible  <bruno@clisp.org>
35888
35889         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
35890
35891 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
35892
35893         * lib/xstrtol.h: Include gettext.h.
35894         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
35895         Problem reported by Eric Blake.
35896         * modules/xstrtol (Depends-on): Add gettext-h.
35897
35898 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
35899
35900         * lib/strftime.c (advance): New macro.
35901         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
35902         incomplete type, so you can't add 0 to it.  Problem and patch
35903         reported by Eelco Dolstra for dietlibc.
35904
35905 2006-10-18  Jim Meyering  <jim@meyering.net>
35906
35907         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
35908         type for a local, and rename it: s/up/user_proc/.
35909
35910 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
35911
35912         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
35913         READ_UTMP_USER_PROCESS.
35914         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
35915
35916 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35917
35918         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
35919         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
35920
35921 2006-10-17  Eric Blake  <ebb9@byu.net>
35922
35923         * lib/sigprocmask.c (sigprocmask): Fix typo.
35924
35925         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
35926
35927         * modules/clean-temp (Makefile.am): Don't add to make output...
35928         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
35929         config.h.
35930
35931 2006-10-17  Bruno Haible  <bruno@clisp.org>
35932
35933         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
35934         differently if DEFAULT_TEXT_DOMAIN is set.
35935
35936 2006-10-16  Bruno Haible  <bruno@clisp.org>
35937
35938         * lib/clean-temp.c: Include fwriteerror.h.
35939
35940 2006-10-16  Bruno Haible  <bruno@clisp.org>
35941
35942         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
35943
35944 2006-10-16  Bruno Haible  <bruno@clisp.org>
35945
35946         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
35947         * lib/sigprocmask.h: Include <sys/types.h>.
35948         (sigset_t): Use the system's definition if present.
35949
35950 2006-10-17  Eric Blake  <ebb9@byu.net>
35951
35952         * lib/xvasprintf.c (includes): Assume config.h.
35953         * lib/xasprintf.c (includes): Likewise.
35954
35955 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
35956
35957         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
35958         at least as wide as intmax_t.
35959
35960 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
35961
35962         (Imported from Automake.)
35963         * build-aux/gnupload: Update to version 1.1 of directive file.
35964
35965 2006-10-16  Eric Blake  <ebb9@byu.net>
35966
35967         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
35968         match Automake 1.10a.
35969
35970 2006-10-14  Bruno Haible  <bruno@clisp.org>
35971
35972         * modules/sigprocmask: New file.
35973         * lib/sigprocmask.h: New file.
35974         * lib/sigprocmask.c: New file.
35975         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
35976         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
35977         request sigprocmask.o.
35978         (gl_PREREQ_SIGPROCMASK): New macro.
35979         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
35980         (Depends-on): Add sigprocmask.
35981         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
35982         gt_SIGNALBLOCKING. Test for 'raise' only once.
35983         * lib/fatal-signal.c: Include sigprocmask.h.
35984         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
35985         unblock_fatal_signals): Define always.
35986         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35987         sigprocmask.
35988
35989 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
35990
35991         Sync from Automake.
35992         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
35993         which incorrectly sets the mode of an existing destination
35994         directory.  In some cases the unpatched install-sh could do the
35995         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
35996         system.  We hope this is rare in practice, but it's clearly worth
35997         fixing.  Problem reported by Alex Unleashed in
35998         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
35999         Also, don't bother to check for -m bugs unless we're using -m;
36000         suggested by Stepan Kasal.
36001
36002 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36003
36004         Sync from Automake.
36005         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
36006         `-c' flag, so they appear at the same position as in %FASTDEP%
36007         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
36008         which ignores unknown options only after the first non-option.
36009         Bug report against M4 by Nelson H. F. Beebe.
36010
36011 2006-10-13  Jim Meyering  <jim@meyering.net>
36012
36013         Fix a bug in yesterday's change.
36014         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
36015         p->fts_statp->st_dev would be used uninitialized.
36016         Ensures that we always call fts_stat on the very first entry.
36017         Miklos Szeredi reported that find -xdev stopped working.
36018
36019 2006-10-12  Bruno Haible  <bruno@clisp.org>
36020
36021         * gnulib-tool (func_get_automake_snippet): Append an automatically
36022         computed EXTRA_DIST augmentation.
36023         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
36024         * modules/alloca-opt (Makefile.am): Likewise.
36025         * modules/allocsa (Makefile.am): Likewise.
36026         * modules/arcfour (Makefile.am): Likewise.
36027         * modules/arctwo (Makefile.am): Likewise.
36028         * modules/argmatch (Makefile.am): Likewise.
36029         * modules/argz (Makefile.am): Likewise.
36030         * modules/atexit (Makefile.am): Likewise.
36031         * modules/backupfile (Makefile.am): Likewise.
36032         * modules/byteswap (Makefile.am): Likewise.
36033         * modules/c-strtod (Makefile.am): Likewise.
36034         * modules/c-strtold (Makefile.am): Likewise.
36035         * modules/calloc (Makefile.am): Likewise.
36036         * modules/canon-host (Makefile.am): Likewise.
36037         * modules/canonicalize (Makefile.am): Likewise.
36038         * modules/chdir-long (Makefile.am): Likewise.
36039         * modules/chdir-safer (Makefile.am): Likewise.
36040         * modules/check-version (Makefile.am): Likewise.
36041         * modules/chown (Makefile.am): Likewise.
36042         * modules/cloexec (Makefile.am): Likewise.
36043         * modules/close-stream (Makefile.am): Likewise.
36044         * modules/closeout (Makefile.am): Likewise.
36045         * modules/crc (Makefile.am): Likewise.
36046         * modules/csharpexec (Makefile.am): Likewise.
36047         * modules/cycle-check (Makefile.am): Likewise.
36048         * modules/des (Makefile.am): Likewise.
36049         * modules/dev-ino (Makefile.am): Likewise.
36050         * modules/dirfd (Makefile.am): Likewise.
36051         * modules/dirname (Makefile.am): Likewise.
36052         * modules/dup2 (Makefile.am): Likewise.
36053         * modules/eealloc (Makefile.am): Likewise.
36054         * modules/error (Makefile.am): Likewise.
36055         * modules/euidaccess (Makefile.am): Likewise.
36056         * modules/exclude (Makefile.am): Likewise.
36057         * modules/exitfail (Makefile.am): Likewise.
36058         * modules/fcntl-safer (Makefile.am): Likewise.
36059         * modules/fcntl (Makefile.am): Likewise.
36060         * modules/file-type (Makefile.am): Likewise.
36061         * modules/fileblocks (Makefile.am): Likewise.
36062         * modules/filemode (Makefile.am): Likewise.
36063         * modules/filenamecat (Makefile.am): Likewise.
36064         * modules/fnmatch (Makefile.am): Likewise.
36065         * modules/fopen-safer (Makefile.am): Likewise.
36066         * modules/fpending (Makefile.am): Likewise.
36067         * modules/fprintftime (Makefile.am): Likewise.
36068         * modules/free (Makefile.am): Likewise.
36069         * modules/fsusage (Makefile.am): Likewise.
36070         * modules/ftruncate (Makefile.am): Likewise.
36071         * modules/fts (Makefile.am): Likewise.
36072         * modules/gc-arcfour (Makefile.am): Likewise.
36073         * modules/gc-des (Makefile.am): Likewise.
36074         * modules/gc-hmac-md5 (Makefile.am): Likewise.
36075         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
36076         * modules/gc-md4 (Makefile.am): Likewise.
36077         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
36078         * modules/gc-sha1 (Makefile.am): Likewise.
36079         * modules/gc (Makefile.am): Likewise.
36080         * modules/getaddrinfo (Makefile.am): Likewise.
36081         * modules/getcwd (Makefile.am): Likewise.
36082         * modules/getdelim (Makefile.am): Likewise.
36083         * modules/getdomainname (Makefile.am): Likewise.
36084         * modules/getgroups (Makefile.am): Likewise.
36085         * modules/gethostname (Makefile.am): Likewise.
36086         * modules/gethrxtime (Makefile.am): Likewise.
36087         * modules/getline (Makefile.am): Likewise.
36088         * modules/getloadavg (Makefile.am): Likewise.
36089         * modules/getlogin_r (Makefile.am): Likewise.
36090         * modules/getndelim2 (Makefile.am): Likewise.
36091         * modules/getopt (Makefile.am): Likewise.
36092         * modules/getpagesize (Makefile.am): Likewise.
36093         * modules/getpass-gnu (Makefile.am): Likewise.
36094         * modules/getpass (Makefile.am): Likewise.
36095         * modules/getsubopt (Makefile.am): Likewise.
36096         * modules/gettime (Makefile.am): Likewise.
36097         * modules/gettimeofday (Makefile.am): Likewise.
36098         * modules/getugroups (Makefile.am): Likewise.
36099         * modules/getusershell (Makefile.am): Likewise.
36100         * modules/glob (Makefile.am): Likewise.
36101         * modules/group-member (Makefile.am): Likewise.
36102         * modules/hard-locale (Makefile.am): Likewise.
36103         * modules/hash (Makefile.am): Likewise.
36104         * modules/hmac-md5 (Makefile.am): Likewise.
36105         * modules/hmac-sha1 (Makefile.am): Likewise.
36106         * modules/human (Makefile.am): Likewise.
36107         * modules/idcache (Makefile.am): Likewise.
36108         * modules/imaxabs (Makefile.am): Likewise.
36109         * modules/imaxdiv (Makefile.am): Likewise.
36110         * modules/inet_ntop (Makefile.am): Likewise.
36111         * modules/inet_pton (Makefile.am): Likewise.
36112         * modules/intprops (Makefile.am): Likewise.
36113         * modules/inttostr (Makefile.am): Likewise.
36114         * modules/inttypes (Makefile.am): Likewise.
36115         * modules/isapipe (Makefile.am): Likewise.
36116         * modules/javaversion (Makefile.am): Likewise.
36117         * modules/lchmod (Makefile.am): Likewise.
36118         * modules/lchown (Makefile.am): Likewise.
36119         * modules/localcharset (Makefile.am): Likewise.
36120         * modules/long-options (Makefile.am): Likewise.
36121         * modules/lstat (Makefile.am): Likewise.
36122         * modules/malloc (Makefile.am): Likewise.
36123         * modules/mathl (Makefile.am): Likewise.
36124         * modules/mbchar (Makefile.am): Likewise.
36125         * modules/md2 (Makefile.am): Likewise.
36126         * modules/md4 (Makefile.am): Likewise.
36127         * modules/md5 (Makefile.am): Likewise.
36128         * modules/memcasecmp (Makefile.am): Likewise.
36129         * modules/memchr (Makefile.am): Likewise.
36130         * modules/memcmp (Makefile.am): Likewise.
36131         * modules/memcoll (Makefile.am): Likewise.
36132         * modules/memcpy (Makefile.am): Likewise.
36133         * modules/memmem (Makefile.am): Likewise.
36134         * modules/memmove (Makefile.am): Likewise.
36135         * modules/mempcpy (Makefile.am): Likewise.
36136         * modules/memrchr (Makefile.am): Likewise.
36137         * modules/memset (Makefile.am): Likewise.
36138         * modules/memxor (Makefile.am): Likewise.
36139         * modules/mkancesdirs (Makefile.am): Likewise.
36140         * modules/mkdir-p (Makefile.am): Likewise.
36141         * modules/mkdir (Makefile.am): Likewise.
36142         * modules/mkdtemp (Makefile.am): Likewise.
36143         * modules/mkstemp (Makefile.am): Likewise.
36144         * modules/mktime (Makefile.am): Likewise.
36145         * modules/modechange (Makefile.am): Likewise.
36146         * modules/mountlist (Makefile.am): Likewise.
36147         * modules/nanosleep (Makefile.am): Likewise.
36148         * modules/obstack (Makefile.am): Likewise.
36149         * modules/openat (Makefile.am): Likewise.
36150         * modules/pagealign_alloc (Makefile.am): Likewise.
36151         * modules/pathmax (Makefile.am): Likewise.
36152         * modules/physmem (Makefile.am): Likewise.
36153         * modules/poll (Makefile.am): Likewise.
36154         * modules/posixtm (Makefile.am): Likewise.
36155         * modules/posixver (Makefile.am): Likewise.
36156         * modules/putenv (Makefile.am): Likewise.
36157         * modules/quote (Makefile.am): Likewise.
36158         * modules/quotearg (Makefile.am): Likewise.
36159         * modules/raise (Makefile.am): Likewise.
36160         * modules/read-file (Makefile.am): Likewise.
36161         * modules/readline (Makefile.am): Likewise.
36162         * modules/readlink (Makefile.am): Likewise.
36163         * modules/readtokens (Makefile.am): Likewise.
36164         * modules/readutmp (Makefile.am): Likewise.
36165         * modules/realloc (Makefile.am): Likewise.
36166         * modules/regex (Makefile.am): Likewise.
36167         * modules/rename-dest-slash (Makefile.am): Likewise.
36168         * modules/rename (Makefile.am): Likewise.
36169         * modules/rijndael (Makefile.am): Likewise.
36170         * modules/rmdir (Makefile.am): Likewise.
36171         * modules/rpmatch (Makefile.am): Likewise.
36172         * modules/safe-read (Makefile.am): Likewise.
36173         * modules/safe-write (Makefile.am): Likewise.
36174         * modules/same-inode (Makefile.am): Likewise.
36175         * modules/same (Makefile.am): Likewise.
36176         * modules/save-cwd (Makefile.am): Likewise.
36177         * modules/savedir (Makefile.am): Likewise.
36178         * modules/setenv (Makefile.am): Likewise.
36179         * modules/settime (Makefile.am): Likewise.
36180         * modules/sha1 (Makefile.am): Likewise.
36181         * modules/sig2str (Makefile.am): Likewise.
36182         * modules/snprintf (Makefile.am): Likewise.
36183         * modules/stat-macros (Makefile.am): Likewise.
36184         * modules/stat-time (Makefile.am): Likewise.
36185         * modules/stdbool (Makefile.am): Likewise.
36186         * modules/stdint (Makefile.am): Likewise.
36187         * modules/stdlib-safer (Makefile.am): Likewise.
36188         * modules/stpcpy (Makefile.am): Likewise.
36189         * modules/stpncpy (Makefile.am): Likewise.
36190         * modules/strcase (Makefile.am): Likewise.
36191         * modules/strcasestr (Makefile.am): Likewise.
36192         * modules/strchrnul (Makefile.am): Likewise.
36193         * modules/strcspn (Makefile.am): Likewise.
36194         * modules/strdup (Makefile.am): Likewise.
36195         * modules/strerror (Makefile.am): Likewise.
36196         * modules/strftime (Makefile.am): Likewise.
36197         * modules/strndup (Makefile.am): Likewise.
36198         * modules/strnlen (Makefile.am): Likewise.
36199         * modules/strpbrk (Makefile.am): Likewise.
36200         * modules/strsep (Makefile.am): Likewise.
36201         * modules/strstr (Makefile.am): Likewise.
36202         * modules/strtod (Makefile.am): Likewise.
36203         * modules/strtoimax (Makefile.am): Likewise.
36204         * modules/strtok_r (Makefile.am): Likewise.
36205         * modules/strtol (Makefile.am): Likewise.
36206         * modules/strtoll (Makefile.am): Likewise.
36207         * modules/strtoul (Makefile.am): Likewise.
36208         * modules/strtoull (Makefile.am): Likewise.
36209         * modules/strtoumax (Makefile.am): Likewise.
36210         * modules/strverscmp (Makefile.am): Likewise.
36211         * modules/sys_socket (Makefile.am): Likewise.
36212         * modules/sys_stat (Makefile.am): Likewise.
36213         * modules/sysexits (Makefile.am): Likewise.
36214         * modules/time_r (Makefile.am): Likewise.
36215         * modules/timegm (Makefile.am): Likewise.
36216         * modules/timespec (Makefile.am): Likewise.
36217         * modules/tmpfile-safer (Makefile.am): Likewise.
36218         * modules/trim (Makefile.am): Likewise.
36219         * modules/unistd-safer (Makefile.am): Likewise.
36220         * modules/unlinkdir (Makefile.am): Likewise.
36221         * modules/unlocked-io (Makefile.am): Likewise.
36222         * modules/userspec (Makefile.am): Likewise.
36223         * modules/utime (Makefile.am): Likewise.
36224         * modules/utimecmp (Makefile.am): Likewise.
36225         * modules/utimens (Makefile.am): Likewise.
36226         * modules/vasnprintf (Makefile.am): Likewise.
36227         * modules/vasprintf (Makefile.am): Likewise.
36228         * modules/vsnprintf (Makefile.am): Likewise.
36229         * modules/xalloc (Makefile.am): Likewise.
36230         * modules/xgetcwd (Makefile.am): Likewise.
36231         * modules/xnanosleep (Makefile.am): Likewise.
36232         * modules/xreadlink (Makefile.am): Likewise.
36233         * modules/xstrtod (Makefile.am): Likewise.
36234         * modules/xstrtol (Makefile.am): Likewise.
36235         * modules/xstrtold (Makefile.am): Likewise.
36236         * modules/yesno (Makefile.am): Likewise.
36237         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
36238
36239 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
36240
36241         * modules/error (Makefile.am): Distribute files through
36242         EXTRA_DIST, not lib_SOURCES.
36243
36244 2006-10-12  Eric Blake  <ebb9@byu.net>
36245
36246         * modules/error (Makefile.am): Distribute files in /lib.
36247         * modules/obstack (Makefile.am): Likewise.
36248
36249 2006-10-12  Bruno Haible  <bruno@clisp.org>
36250
36251         * modules/acl (Makefile.am): Distribute all files in lib/ through
36252         EXTRA_DIST.
36253         * modules/arcfour (Makefile.am): Likewise.
36254         * modules/arctwo (Makefile.am): Likewise.
36255         * modules/argmatch (Makefile.am): Likewise.
36256         * modules/argz (Makefile.am): Likewise.
36257         * modules/atexit (Makefile.am): Likewise.
36258         * modules/backupfile (Makefile.am): Likewise.
36259         * modules/c-strtod (Makefile.am): Likewise.
36260         * modules/c-strtold (Makefile.am): Likewise.
36261         * modules/calloc (Makefile.am): Likewise.
36262         * modules/canon-host (Makefile.am): Likewise.
36263         * modules/canonicalize (Makefile.am): Likewise.
36264         * modules/chdir-long (Makefile.am): Likewise.
36265         * modules/chdir-safer (Makefile.am): Likewise.
36266         * modules/check-version (Makefile.am): Likewise.
36267         * modules/chown (Makefile.am): Likewise.
36268         * modules/cloexec (Makefile.am): Likewise.
36269         * modules/close-stream (Makefile.am): Likewise.
36270         * modules/closeout (Makefile.am): Likewise.
36271         * modules/crc (Makefile.am): Likewise.
36272         * modules/cycle-check (Makefile.am): Likewise.
36273         * modules/des (Makefile.am): Likewise.
36274         * modules/dirfd (Makefile.am): Likewise.
36275         * modules/dirname (Makefile.am): Likewise.
36276         * modules/dup2 (Makefile.am): Likewise.
36277         * modules/euidaccess (Makefile.am): Likewise.
36278         * modules/exclude (Makefile.am): Likewise.
36279         * modules/exitfail (Makefile.am): Likewise.
36280         * modules/fcntl-safer (Makefile.am): Likewise.
36281         * modules/file-type (Makefile.am): Likewise.
36282         * modules/fileblocks (Makefile.am): Likewise.
36283         * modules/filemode (Makefile.am): Likewise.
36284         * modules/filenamecat (Makefile.am): Likewise.
36285         * modules/fnmatch (Makefile.am): Likewise.
36286         * modules/fopen-safer (Makefile.am): Likewise.
36287         * modules/fpending (Makefile.am): Likewise.
36288         * modules/fprintftime (Makefile.am): Likewise.
36289         * modules/free (Makefile.am): Likewise.
36290         * modules/fsusage (Makefile.am): Likewise.
36291         * modules/ftruncate (Makefile.am): Likewise.
36292         * modules/fts (Makefile.am): Likewise.
36293         * modules/gc (Makefile.am): Likewise.
36294         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
36295         * modules/getaddrinfo (Makefile.am): Likewise.
36296         * modules/getcwd (Makefile.am): Likewise.
36297         * modules/getdelim (Makefile.am): Likewise.
36298         * modules/getdomainname (Makefile.am): Likewise.
36299         * modules/getgroups (Makefile.am): Likewise.
36300         * modules/gethostname (Makefile.am): Likewise.
36301         * modules/gethrxtime (Makefile.am): Likewise.
36302         * modules/getline (Makefile.am): Likewise.
36303         * modules/getloadavg (Makefile.am): Likewise.
36304         * modules/getlogin_r (Makefile.am): Likewise.
36305         * modules/getopt (Makefile.am): Likewise.
36306         * modules/getpass (Makefile.am): Likewise.
36307         * modules/getpass-gnu (Makefile.am): Likewise.
36308         * modules/getsubopt (Makefile.am): Likewise.
36309         * modules/gettime (Makefile.am): Likewise.
36310         * modules/gettimeofday (Makefile.am): Likewise.
36311         * modules/getugroups (Makefile.am): Likewise.
36312         * modules/getusershell (Makefile.am): Likewise.
36313         * modules/glob (Makefile.am): Likewise.
36314         * modules/group-member (Makefile.am): Likewise.
36315         * modules/hard-locale (Makefile.am): Likewise.
36316         * modules/hash (Makefile.am): Likewise.
36317         * modules/hmac-md5 (Makefile.am): Likewise.
36318         * modules/hmac-sha1 (Makefile.am): Likewise.
36319         * modules/human (Makefile.am): Likewise.
36320         * modules/idcache (Makefile.am): Likewise.
36321         * modules/imaxabs (Makefile.am): Likewise.
36322         * modules/imaxdiv (Makefile.am): Likewise.
36323         * modules/inet_ntop (Makefile.am): Likewise.
36324         * modules/inet_pton (Makefile.am): Likewise.
36325         * modules/inttostr (Makefile.am): Likewise.
36326         * modules/isapipe (Makefile.am): Likewise.
36327         * modules/lchown (Makefile.am): Likewise.
36328         * modules/long-options (Makefile.am): Likewise.
36329         * modules/lstat (Makefile.am): Likewise.
36330         * modules/malloc (Makefile.am): Likewise.
36331         * modules/mathl (Makefile.am): Likewise.
36332         * modules/mbchar (Makefile.am): Likewise.
36333         * modules/md2 (Makefile.am): Likewise.
36334         * modules/md4 (Makefile.am): Likewise.
36335         * modules/md5 (Makefile.am): Likewise.
36336         * modules/memcasecmp (Makefile.am): Likewise.
36337         * modules/memchr (Makefile.am): Likewise.
36338         * modules/memcmp (Makefile.am): Likewise.
36339         * modules/memcoll (Makefile.am): Likewise.
36340         * modules/memcpy (Makefile.am): Likewise.
36341         * modules/memmem (Makefile.am): Likewise.
36342         * modules/memmove (Makefile.am): Likewise.
36343         * modules/mempcpy (Makefile.am): Likewise.
36344         * modules/memrchr (Makefile.am): Likewise.
36345         * modules/memset (Makefile.am): Likewise.
36346         * modules/memxor (Makefile.am): Likewise.
36347         * modules/mkancesdirs (Makefile.am): Likewise.
36348         * modules/mkdir (Makefile.am): Likewise.
36349         * modules/mkdir-p (Makefile.am): Likewise.
36350         * modules/mkdtemp (Makefile.am): Likewise.
36351         * modules/mkstemp (Makefile.am): Likewise.
36352         * modules/mktime (Makefile.am): Likewise.
36353         * modules/modechange (Makefile.am): Likewise.
36354         * modules/mountlist (Makefile.am): Likewise.
36355         * modules/nanosleep (Makefile.am): Likewise.
36356         * modules/openat (Makefile.am): Likewise.
36357         * modules/pagealign_alloc (Makefile.am): Likewise.
36358         * modules/physmem (Makefile.am): Likewise.
36359         * modules/poll (Makefile.am): Likewise.
36360         * modules/posixtm (Makefile.am): Likewise.
36361         * modules/posixver (Makefile.am): Likewise.
36362         * modules/putenv (Makefile.am): Likewise.
36363         * modules/quote (Makefile.am): Likewise.
36364         * modules/quotearg (Makefile.am): Likewise.
36365         * modules/raise (Makefile.am): Likewise.
36366         * modules/read-file (Makefile.am): Likewise.
36367         * modules/readline (Makefile.am): Likewise.
36368         * modules/readlink (Makefile.am): Likewise.
36369         * modules/readtokens (Makefile.am): Likewise.
36370         * modules/readutmp (Makefile.am): Likewise.
36371         * modules/realloc (Makefile.am): Likewise.
36372         * modules/regex (Makefile.am): Likewise.
36373         * modules/rename (Makefile.am): Likewise.
36374         * modules/rename-dest-slash (Makefile.am): Likewise.
36375         * modules/rijndael (Makefile.am): Likewise.
36376         * modules/rmdir (Makefile.am): Likewise.
36377         * modules/rpmatch (Makefile.am): Likewise.
36378         * modules/safe-read (Makefile.am): Likewise.
36379         * modules/safe-write (Makefile.am): Likewise.
36380         * modules/same (Makefile.am): Likewise.
36381         * modules/save-cwd (Makefile.am): Likewise.
36382         * modules/savedir (Makefile.am): Likewise.
36383         * modules/setenv (Makefile.am): Likewise.
36384         * modules/settime (Makefile.am): Likewise.
36385         * modules/sha1 (Makefile.am): Likewise.
36386         * modules/sig2str (Makefile.am): Likewise.
36387         * modules/snprintf (Makefile.am): Likewise.
36388         * modules/stdlib-safer (Makefile.am): Likewise.
36389         * modules/stpcpy (Makefile.am): Likewise.
36390         * modules/stpncpy (Makefile.am): Likewise.
36391         * modules/strcase (Makefile.am): Likewise.
36392         * modules/strcasestr (Makefile.am): Likewise.
36393         * modules/strchrnul (Makefile.am): Likewise.
36394         * modules/strcspn (Makefile.am): Likewise.
36395         * modules/strdup (Makefile.am): Likewise.
36396         * modules/strerror (Makefile.am): Likewise.
36397         * modules/strftime (Makefile.am): Likewise.
36398         * modules/strndup (Makefile.am): Likewise.
36399         * modules/strnlen (Makefile.am): Likewise.
36400         * modules/strpbrk (Makefile.am): Likewise.
36401         * modules/strsep (Makefile.am): Likewise.
36402         * modules/strstr (Makefile.am): Likewise.
36403         * modules/strtod (Makefile.am): Likewise.
36404         * modules/strtoimax (Makefile.am): Likewise.
36405         * modules/strtok_r (Makefile.am): Likewise.
36406         * modules/strtol (Makefile.am): Likewise.
36407         * modules/strtoll (Makefile.am): Likewise.
36408         * modules/strtoul (Makefile.am): Likewise.
36409         * modules/strtoull (Makefile.am): Likewise.
36410         * modules/strtoumax (Makefile.am): Likewise.
36411         * modules/strverscmp (Makefile.am): Likewise.
36412         * modules/time_r (Makefile.am): Likewise.
36413         * modules/timegm (Makefile.am): Likewise.
36414         * modules/tmpfile-safer (Makefile.am): Likewise.
36415         * modules/unistd-safer (Makefile.am): Likewise.
36416         * modules/unlinkdir (Makefile.am): Likewise.
36417         * modules/userspec (Makefile.am): Likewise.
36418         * modules/utime (Makefile.am): Likewise.
36419         * modules/utimecmp (Makefile.am): Likewise.
36420         * modules/utimens (Makefile.am): Likewise.
36421         * modules/vasnprintf (Makefile.am): Likewise.
36422         * modules/vasprintf (Makefile.am): Likewise.
36423         * modules/vsnprintf (Makefile.am): Likewise.
36424         * modules/xalloc (Makefile.am): Likewise.
36425         * modules/xgetcwd (Makefile.am): Likewise.
36426         * modules/xnanosleep (Makefile.am): Likewise.
36427         * modules/xreadlink (Makefile.am): Likewise.
36428         * modules/xstrtod (Makefile.am): Likewise.
36429         * modules/xstrtol (Makefile.am): Likewise.
36430         * modules/xstrtold (Makefile.am): Likewise.
36431         * modules/yesno (Makefile.am): Likewise.
36432
36433 2006-10-12  Jim Meyering  <jim@meyering.net>
36434
36435         * m4/getloadavg.m4: Revert the change below.
36436
36437         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
36438         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
36439         fail with a symlink, which is what coreutils' ./bootstrap now
36440         creates by default.
36441
36442 2006-10-12  Bruno Haible  <bruno@clisp.org>
36443
36444         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
36445         mingw.
36446         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
36447         MSVC and mingw explicitly.
36448
36449 2006-10-11  Simon Josefsson  <jas@extundo.com>
36450             Bruno Haible  <bruno@clisp.org>
36451
36452         Add support for multiple gnulib-tool invocations in the scope of a
36453         single configure.ac file.
36454         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
36455         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
36456         with the same contents as the _LIBADD variable.
36457         (func_emit_initmacro_start, func_emit_initmacro_end,
36458         func_emit_initmacro_done): New functions.
36459         (func_import, func_create_testdir): Invoke them. Allow the identifiers
36460         gl_LIBOBJS and gl_LTLIBOBJS.
36461
36462 2006-10-11  Bruno Haible  <bruno@clisp.org>
36463
36464         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
36465         (func_create_testdir): Don't create po/Makefile.am, don't invoke
36466         autoreconf. Instead, invoke autopoint explicitly but move back the
36467         *.m4 files from gnulib.
36468
36469 2006-10-11  Bruno Haible  <bruno@clisp.org>
36470
36471         * gnulib-tool (func_usage): Make module names after --create-testdir
36472         optional.
36473         (func_create_testdir): If no module was specified, use nearly all
36474         modules.
36475
36476 2006-10-12  Jim Meyering  <jim@meyering.net>
36477
36478         Big performance improvement for fts-based tools that use FTS_NOSTAT.
36479         Avoid spurious inode-mismatch problems on non-POSIX file systems.
36480         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
36481         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
36482         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
36483         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
36484         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
36485         (fts_set_stat_required): New function.
36486         (fts_open): Defer the calls to fts_stat, if possible or requested.
36487         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
36488         into fts_stat itself.
36489         (fts_read): Perform any required (deferred) fts_stat call.
36490         (fts_build): Likewise, for the directory we're about to open and read.
36491         In the readdir loop, carefully decide whether each entry will require
36492         an eventual call to fts_stat, using dirent.d_type info if available.
36493         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
36494         a command line argument into this function.  Update all callers.
36495         Map a return value of FTS_DOT to FTS_D for a command line argument.
36496         * modules/fts (Depends-on): Add d-type.  Alphabetize.
36497         Thanks to Miklos Szeredi for his tenacity and for the initial
36498         bug report about "find" failing on a FUSE-based file system.
36499
36500         * lib/fts.c (fts_open): Use consistent indentation.
36501
36502 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
36503
36504         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
36505         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
36506         reported by Jim Meyering.  All uses of cache variables renamed
36507         to match Autoconf's.
36508         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
36509         the other one.
36510
36511         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
36512         Fix misspelling in diagnostic.
36513
36514 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
36515
36516         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
36517         defined.  Problem reported by Matthew Woehlke.
36518
36519         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
36520         Add support for Tandem NonStop R series.
36521         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
36522         Use new macro.
36523
36524         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
36525         (has_trailing_slash): Omit size arg; all callers changed.
36526         Omit 'inline', since it doesn't help performance and we'd
36527         need to configure it.
36528         Don't count //, ///, etc. as having a trailing slash.
36529         As a side effect, this removes a C99ism reported by Matthew Woehlke.
36530         (rpl_rename_dest_slash): On failure, use rename's errno rather
36531         than (in some cases) an incorrect or junk errno.
36532         Simplify code by removing need to compute length; this does
36533         cause it to make two passes instead of one over the file name,
36534         but it's worth it.
36535
36536         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
36537         change, since Autoconf's version may no longer be appropriate now
36538         that we are using CVS Autoconf's version.  Add support for Tandem.
36539
36540 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
36541             Bruno Haible  <bruno@clisp.org>
36542
36543         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
36544         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
36545         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
36546         gl_AC_TYPE_LONG_LONG.
36547
36548         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
36549         instead of HAVE_LONG_LONG.
36550         * lib/printf-args.c (printf_fetchargs): Likewise.
36551         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
36552         * lib/vasnprintf.c (VASNPRINTF): Likewise.
36553         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
36554         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
36555         gl_AC_TYPE_LONG_LONG.
36556
36557 2006-10-11  Bruno Haible  <bruno@clisp.org>
36558
36559         * m4/longlong.m4: Add comments.
36560         * m4/ulonglong.m4: Likewise.
36561
36562 2006-10-10  Bruno Haible  <bruno@clisp.org>
36563
36564         Make it possible to #define stpcpy, strdup to aliases.
36565         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
36566         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
36567
36568 2006-10-10  Bruno Haible  <bruno@clisp.org>
36569
36570         Make it possible to #define gcd to an alias.
36571         * lib/gcd.c: Include config.h.
36572
36573 2006-10-10  Bruno Haible  <bruno@clisp.org>
36574
36575         Make it possible to #define c_isascii to an alias.
36576         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
36577         defined. Undefine the macros before defining them, to avoid gcc
36578         warnings.
36579         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
36580         define NO_C_CTYPE_MACROS early.
36581
36582 2006-10-10  Bruno Haible  <bruno@clisp.org>
36583
36584         Make it possible to #define set_program_name to an alias.
36585         * lib/progname.c: Don't undefine set_program_name; instead, undefine
36586         ENABLE_RELOCATABLE early.
36587
36588 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36589
36590         Port to Tandem NSK OSS, which has 64-bit signed int but at most
36591         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
36592         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
36593         More generally, don't assume that 64-bit signed int is available
36594         if unsigned int is, and vice versa.
36595         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
36596         unsigned symbols, not on their signed counterparts.
36597         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
36598         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
36599         (UINT64_C, UINTMAX_C):
36600         Likewise.
36601         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
36602         unsigned counterparts.
36603         (Have_long_long, Unsigned): New macros.
36604         (Int): Renamed from INT.
36605         (strtoimax): Use the new macros.
36606         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
36607         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
36608         * modules/inttypes (inttypes.h): Substitute
36609         HAVE_UNSIGNED_LONG_LONG_INT.
36610         * modules/stdint (stdint.h): Likewise.
36611         (Files): Add m4/ulonglong.m4.
36612
36613 2006-10-10  Bruno Haible  <bruno@clisp.org>
36614
36615         Fix a gcc -Wshadow warning.
36616         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
36617         to 'bucket'.
36618         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
36619         gl_linked_indexof_from_to): Likewise.
36620         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
36621         Likewise.
36622         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
36623         Likewise.
36624         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
36625         Reported by Eric Blake.
36626
36627 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
36628
36629         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
36630         for NetBSD.  Problem reported by Bruno Haible.
36631
36632 2006-10-09  Jim Meyering  <jim@meyering.net>
36633
36634         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
36635         Patch from Bruno Haible.
36636
36637 2006-10-09  Jim Meyering  <jim@meyering.net>
36638
36639         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
36640         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
36641         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
36642
36643 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
36644
36645         Don't include <config.h> twice; this doesn't work in some cases,
36646         e.g., when config.h has "#define intmax_t long long int" and
36647         we include <config.h>, <inttypes.h>, <config.h> in that order.
36648         Problem reported by Matthew Woehlke in:
36649         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
36650         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
36651         * lib/fts-cycle.c: Don't include config.h.
36652         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
36653         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
36654         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
36655         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
36656         inttypes.h.
36657         * lib/xstrtoumax.c: Likewise.
36658         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
36659         __strtol and the like, so that this module is more like its siblings.
36660         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
36661         Remove; no longer needed now that we assume gnulib inttypes.h.
36662
36663 2006-10-08  Bruno Haible  <bruno@clisp.org>
36664
36665         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
36666         option.
36667
36668 2006-10-07  Jim Meyering  <jim@meyering.net>
36669
36670         * modules/inttypes (inttypes.h): Revert what seems to have been
36671         an inadvertent part of today's change: use "|", not "/" in the
36672         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
36673
36674 2006-10-07  Bruno Haible  <bruno@clisp.org>
36675
36676         * modules/sublist: New file.
36677
36678 2006-10-07  Bruno Haible  <bruno@clisp.org>
36679
36680         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
36681         * modules/argz (argz.h): Likewise.
36682         * modules/arpa_inet (arpa/inet.h): Likewise.
36683         * modules/byteswap (byteswap.h): Likewise.
36684         * modules/configmake (configmake.h): Likewise.
36685         * modules/fcntl (fcntl.h): Likewise.
36686         * modules/fnmatch (fnmatch.h): Likewise.
36687         * modules/getopt (getopt.h): Likewise.
36688         * modules/glob (glob.h): Likewise.
36689         * modules/inttypes (inttypes.h): Likewise.
36690         * modules/netinet_in (netinet/in.h): Likewise.
36691         * modules/poll (poll.h): Likewise.
36692         * modules/stdbool (stdbool.h): Likewise.
36693         * modules/stdint (stdint.h): Likewise.
36694         * modules/sys_select (sys/select.h): Likewise.
36695         * modules/sys_socket (sys/socket.h): Likewise.
36696         * modules/sys_stat (sys/stat.h): Likewise.
36697         * modules/sysexits (sysexits.h): Likewise.
36698         * modules/unistd (unistd.h): Likewise.
36699         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36700         Add a "DO NOT EDIT" comment to the generated file.
36701         (func_import): Likewise for gnulib-comp.m4.
36702
36703 2006-10-07  Bruno Haible  <bruno@clisp.org>
36704
36705         * lib/gl_sublist.h: New file.
36706         * lib/gl_sublist.c: New file.
36707
36708 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36709
36710         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
36711         name (relative to the original working directory) and the file
36712         name component (relative to the temporary working directory).  All
36713         callers changed.
36714         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
36715         * lib/mkdir-p.c (make_dir_parents): Likewise.
36716         * lib/mkdir-p.h (make_dir_parents): Likewise.
36717
36718 2006-10-06  Eric Blake  <ebb9@byu.net>
36719
36720         Define several macros for use by the clean-temp module.
36721         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
36722         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
36723         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
36724
36725         * lib/clean-temp.h (close_stream_temp): New declaration.
36726         * lib/clean-temp.c (includes): Pull in headers according to what
36727         other modules are in use.
36728         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
36729
36730 2006-10-06  Bruno Haible  <bruno@clisp.org>
36731
36732         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
36733         instead of fopen, fwriteerror.
36734
36735 2006-10-06  Bruno Haible  <bruno@clisp.org>
36736
36737         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
36738         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
36739         int.
36740         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
36741         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
36742         Return an error indicator.
36743         Suggested by Eric Blake.
36744
36745 2006-10-06  Bruno Haible  <bruno@clisp.org>
36746
36747         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
36748         Reported by Eric Blake.
36749
36750 2006-10-06  Bruno Haible  <bruno@clisp.org>
36751
36752         * modules/closeout (Description): Mention stderr too.
36753
36754 2006-10-06  Bruno Haible  <bruno@clisp.org>
36755         and Paul Eggert  <eggert@cs.ucla.edu>
36756
36757         * lib/closeout.c (close_stdout): Also close stderr.
36758         * lib/closeout.h: Update comment.
36759
36760 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
36761
36762         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
36763         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
36764         * lib/dirchownmod.c: Include lchown.h.
36765         * lib/lchown.c: Don't include files that lchown.h now includes.
36766         Don't declare chown, since lchown.h now does that.
36767         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
36768         (lchown): Define to rpl_chown if lchown is declared but
36769         does not exist.  Declare using a prototype if lchown is not
36770         declared.  Add a copyright notice.
36771         * lib/mkstemp.h: Include <unistd.h>.
36772         * lib/openat.c: Include lchown.h.
36773
36774         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
36775         we now test for that separately.
36776         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
36777         rather than O_NOFOLLOW, when testing whether it's possible to
36778         avoid a race condition reliably.
36779         * lib/savewd.c (savewd_chdir): Likewise.
36780
36781         Remove macros that are no longer needed now that stdint.h is
36782         reliable.
36783         * lib/fsusage.c (UINTMAX_MAX): Remove.
36784         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
36785         * lib/utimecmp.c (SIZE_MAX): Remove.
36786
36787         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
36788
36789         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
36790         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
36791         O_NOATIME works.
36792
36793 2006-10-05  Bruno Haible  <bruno@clisp.org>
36794
36795         * lib/gl_list.h (gl_sortedlist_search_from_to,
36796         gl_sortedlist_indexof_from_to): New declarations.
36797         (gl_list_implementation): New fields sortedlist_search_from_to,
36798         sortedlist_indexof_from_to.
36799         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
36800         inline functions.
36801         * lib/gl_list.c (gl_sortedlist_search_from_to,
36802         gl_sortedlist_indexof_from_to): New functions.
36803         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
36804         function.
36805         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
36806         (gl_array_sortedlist_search_from_to): New function.
36807         (gl_array_list_implementation): Update.
36808         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
36809         function.
36810         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
36811         (gl_carray_sortedlist_search_from_to): New function.
36812         (gl_carray_list_implementation): Update.
36813         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
36814         gl_linked_sortedlist_indexof_from_to): New functions.
36815         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
36816         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
36817         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
36818         gl_tree_sortedlist_indexof_from_to): New functions.
36819         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
36820         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
36821         Update.
36822         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
36823         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
36824         Update.
36825
36826 2006-10-05  Bruno Haible  <bruno@clisp.org>
36827
36828         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
36829         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
36830         (struct gl_list_implementation): Add fields search_from_to,
36831         indexof_from_to. Remove fields search, indexof.
36832         (gl_list_search): Use the search_from_to method.
36833         (gl_list_search_from, gl_list_search_from_to): New functions.
36834         (gl_list_indexof): Use the indexof_from_to method.
36835         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
36836         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
36837         (gl_list_search_from, gl_list_search_from_to): New functions.
36838         (gl_list_indexof): Use the indexof_from_to method.
36839         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
36840         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
36841         gl_array_indexof. Add start_index, end_index arguments.
36842         (gl_array_search_from_to): Renamed from gl_array_search. Add
36843         start_index, end_index arguments.
36844         (gl_array_remove, gl_array_list_implementation): Update.
36845         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
36846         gl_carray_indexof. Add start_index, end_index arguments.
36847         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
36848         start_index, end_index arguments.
36849         (gl_carray_remove, gl_carray_list_implementation): Update.
36850         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
36851         gl_linked_search. Add start_index, end_index arguments.
36852         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
36853         start_index, end_index arguments.
36854         (gl_linked_remove): Update.
36855         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
36856         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
36857         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
36858         field to 'size_t'.
36859         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
36860         gl_tree_search. Add start_index, end_index arguments.
36861         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
36862         start_index, end_index arguments.
36863         (gl_tree_remove): Update.
36864         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
36865         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
36866         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
36867         function.
36868         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
36869         gl_tree_search. Add start_index, end_index arguments.
36870         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
36871         start_index, end_index arguments.
36872         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
36873         Update.
36874         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
36875
36876 2006-10-05  Bruno Haible  <bruno@clisp.org>
36877
36878         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
36879
36880         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
36881         fwriteerror_temp): New declarations.
36882         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
36883         (descriptors): New variable.
36884         (cleanup): First, close the descriptors.
36885         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
36886         fclose_temp, fwriteerror_temp): New functions.
36887
36888 2006-10-04  Jim Meyering  <jim@meyering.net>
36889
36890         * lib/fts.c (fts_open): Tiny comment change.
36891
36892 2006-10-04  Bruno Haible  <bruno@clisp.org>
36893
36894         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
36895         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
36896         gl_LOCK_BODY.
36897         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
36898         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
36899         gl_LOCK_EARLY_BODY.
36900         (gl_LOCK): Require gl_LOCK_BODY.
36901
36902 2006-10-04  Bruno Haible  <bruno@clisp.org>
36903
36904         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
36905         (gl_oset_search_atleast): New declaration.
36906         (struct gl_oset_implementation): Add field 'search_atleast'.
36907         (gl_oset_search_atleast): New inline function.
36908         * lib/gl_oset.c (gl_oset_search_atleast): New function.
36909         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
36910         (gl_array_oset_implementation): Update.
36911         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
36912         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
36913         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
36914
36915 2006-10-04  Bruno Haible  <bruno@clisp.org>
36916
36917         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
36918
36919 2006-10-03  Bruno Haible  <bruno@clisp.org>
36920
36921         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
36922         from gl_avltreehash_list_implementation.
36923
36924 2006-10-03  Bruno Haible  <bruno@clisp.org>
36925
36926         * lib/gl_oset.c (gl_oset_add): Fix return type.
36927
36928 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
36929
36930         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
36931
36932 2006-10-02  Eric Blake  <ebb9@byu.net>
36933
36934         * modules/strnlen (Depends-on): Add extensions.
36935
36936 2006-10-02  Eric Blake  <ebb9@byu.net>
36937
36938         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
36939         definition in 2.60+.
36940
36941 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36942
36943         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
36944         checks.
36945
36946 2006-10-02  Bruno Haible  <bruno@clisp.org>
36947
36948         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
36949         to the AUTOMAKE_OPTIONS.
36950         Reported by Jim Meyering.
36951
36952 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
36953
36954         Work around bug in Solaris 10 /proc file system:
36955         /proc/self/fd/NNN/.. isn't the parent directory of
36956         the directory whose file descriptor is NNN.  This needs to
36957         be worked around at run time, not compile time, since a
36958         program might be built on Solaris 8, where things work, and
36959         run on Solaris 10.
36960         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
36961         to use the following interface instead:
36962         (OPENAT_BUFFER_SIZE): New macro.
36963         (openat_proc_name): New function.
36964         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
36965         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
36966         Likewise.
36967         * lib/openat-proc.c: New file.
36968         * modules/openat (Files): Add lib/openat-proc.c.
36969         (Depends-on): Add same-inode, stdbool.
36970         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
36971
36972 2006-09-29  Bruno Haible  <bruno@clisp.org>
36973
36974         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
36975         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
36976         argument. Set stdout_closed before testing for ferror, not after.
36977         (fwriteerror, fwriteerror_no_ebadf): New functions.
36978
36979 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36980
36981         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
36982
36983 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
36984
36985         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
36986         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
36987
36988 2006-09-28  Jim Meyering  <jim@meyering.net>
36989
36990         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
36991         Include <unistd.h>.
36992
36993 2006-09-28  Bruno Haible  <bruno@clisp.org>
36994
36995         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
36996         * modules/linkedhash-list (Depends-on): Likewise.
36997         * modules/rbtreehash-list (Depends-on): Likewise.
36998
36999 2006-09-28  Bruno Haible  <bruno@clisp.org>
37000
37001         * lib/strndup.h: Simplify the redefinition of strndup.
37002         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
37003         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
37004
37005 2006-09-28  Bruno Haible  <bruno@clisp.org>
37006
37007         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
37008         * lib/gl_linkedhash_list.c: Likewise.
37009         * lib/gl_rbtreehash_list.c: Likewise.
37010
37011 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
37012
37013         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
37014         getaddrinfo.
37015
37016         * lib/__fpending.h: Don't include <stdio_ext.h> unless
37017         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
37018         it causes <stdio_ext.h> to cause a compile-time error.
37019         Problem reported by Nelson H. F. Beebe.
37020         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
37021         of HAVE_DECL___PENDING.
37022
37023         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
37024         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
37025         declaration.
37026
37027 2006-09-27  Jim Meyering  <jim@meyering.net>
37028
37029         This file could end up with a definition for a function
37030         named __strndup, rather than rpl_strndup on a system with
37031         incomplete weak_alias support.
37032         * lib/strndup.c (strndup): Rename from __strndup.
37033         Remove #defines that used to map __strndup to strndup.
37034         Don't use K&R prototypes.
37035         Remove LIBC-related code, since this file is not sync'd with glibc.
37036         * lib/strndup.h: Revamp, accordingly.
37037         * m4/strndup.m4: Modernize.
37038
37039 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
37040
37041         * modules/savewd (Depends-on): Add 'raise'.
37042         * lib/savewd.c: Include <signal.h>, for 'raise'.
37043
37044 2006-09-26  Jim Meyering  <jim@meyering.net>
37045
37046         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
37047         when we detect Darwin 8.7.0's acl_get_file bug.
37048         Rearrange to perform the new (below) run-test while $LIBS
37049         contains any acl-related library.  Set USE_ACL at the end.
37050         (gl_ACL_GET_FILE): New function.
37051
37052 2006-09-26  Eric Blake  <ebb9@byu.net>
37053
37054         * lib/verror.c: Include <config.h> unconditionally.
37055
37056 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
37057
37058         * modules/clock-time (Maintainer): Add self.
37059         * modules/getlogin_r (Depends-on): Add extensions.
37060
37061 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37062
37063         * modules/clock-time: New module.
37064         * modules/nanosleep (Depends-on): Add clock-time.
37065         * modules/gethrxtime (Depends-on): Likewise.
37066         * modules/gettime (Depends-on): Likewise.
37067         * modules/settime (Depends-on): Likewise.
37068
37069         * modules/fts-lgpl: Depend on openat.
37070         * modules/mkancesdirs: Depend on savewd.
37071         * modules/mkdir-p: Likewise.
37072
37073 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37074
37075         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
37076
37077         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
37078         `gl_have_arbitrary_file_name_length_limit' to
37079         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
37080         actually works between configure runs.
37081
37082 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37083             Bruno Haible  <bruno@clisp.org>
37084
37085         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
37086
37087 2006-09-25  Jim Meyering  <jim@meyering.net>
37088
37089         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
37090         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
37091
37092 2006-09-25  Eric Blake  <ebb9@byu.net>
37093
37094         * gnulib-tool (func_import, func_create_testdir): Fix typos in
37095         exec's in 2006-09-18 patch when shuffling fds.
37096
37097 2006-09-25  Bruno Haible  <bruno@clisp.org>
37098
37099         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
37100         Reported by Jim Meyering.
37101
37102 2006-09-24  Jim Meyering  <jim@meyering.net>
37103
37104         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
37105         compare a pointer against a literal "0".  That caused failures with
37106         at least HP-UX's hpcc.
37107
37108 2006-09-22  Simon Josefsson  <jas@extundo.com>
37109
37110         * modules/gc-sha1:
37111         * modules/gc-md4:
37112         * modules/gc-hmac-sha1:
37113         * modules/gc-hmac-md5:
37114         * modules/gc-des:
37115         * modules/gc-arcfour: Distribute more files.
37116
37117 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37118
37119         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
37120         (gl_linked_iterator_from_to): Initialize struct completely.
37121         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
37122         (gl_tree_iterator_from_to): Likewise
37123         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
37124         * lib/gl_array_list.c [lint] (gl_array_iterator)
37125         (gl_array_iterator_from_to): Likewise.
37126         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
37127         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
37128         (gl_carray_iterator_from_to): Likewise.
37129
37130         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
37131         * lib/md4.c (md4_process_block): Remove unused variable.
37132         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
37133         parentheses for clarity.
37134
37135 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37136
37137         * modules/bison-i18n (Depends-on): Add gettext.
37138
37139 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37140
37141         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
37142         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
37143         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
37144         also add missing comma that caused broken test.
37145         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
37146         stdlib.h, for `abort'.
37147         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
37148         variables.
37149         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
37150         include unistd.h if present, for `rmdir'.
37151         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
37152         variables.
37153         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
37154         in the process include standard headers for prototypes.
37155         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
37156         gets declared on GNU/Linux.
37157         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
37158         unistd.h, for `rmdir'.
37159         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
37160
37161         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
37162         always true.
37163         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
37164
37165         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
37166
37167 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37168
37169         * gnulib-tool (func_version): Create output all at once.  This
37170         may help avoid triggering unnecessary SIGPIPEs, and at any
37171         rate it doesn't hurt.
37172
37173 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37174             Bruno Haible  <bruno@clisp.org>
37175
37176         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
37177         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
37178         * m4/signed.m4 (bh_C_SIGNED): Likewise.
37179
37180         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
37181         (gl_FUNC_VASPRINTF): Invoke it.
37182
37183 2006-09-22  Bruno Haible  <bruno@clisp.org>
37184
37185         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
37186         getloadavg.c as first argument.
37187
37188 2006-09-22  Bruno Haible  <bruno@clisp.org>
37189
37190         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
37191         at the beginning of the gl_INIT macro.
37192         * modules/getloadavg (configure.ac): Pass $gl_source_base to
37193         gl_GETLOADAVG.
37194
37195 2006-09-22  Bruno Haible  <bruno@clisp.org>
37196
37197         * gnulib-tool (func_create_megatestdir): Don't include the config-h
37198         module.
37199         Suggested by Ralf Wildenhues.
37200
37201 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
37202
37203         Import this patch from libc:
37204
37205         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
37206
37207         * lib/regex_internal.c (re_string_reconstruct): Handle
37208         offset < pstr->valid_raw_len && pstr->offsets_needed case.
37209         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
37210         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
37211         re_string_context_at.
37212
37213         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
37214         now requires it.
37215         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
37216         gl_REGEX now does it for us.
37217         (gl_REGEX): Add test taken from
37218         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
37219
37220         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
37221         Check that large offsets work.  Modernize Autoconf usages.
37222         Prefer "yes" to mean a good thing rather than a bad.
37223         Don't put "#define mkstemp" in config.h, as this might interfere
37224         with standard system headers that "#define mkstemp mkstemp64".
37225
37226         * modules/mkstemp (Depends-on): Add extensions, so that
37227         mkstemp is visible on some platforms.
37228         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
37229         (Include): Change to "mkstemp.h" from <stdlib.h>.
37230         (Files): Add mkstemp.h.
37231
37232         * lib/mkstemp.h: New file, since some standard headers
37233         #define mkstemp.
37234         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
37235         Include "mkstemp.h".
37236         Make the _LIBC code resemble glibc original more,
37237         e.g., use K&R style.
37238         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
37239         (mkstemp): Remove, since mkstemp.h does this for us.
37240         * lib/stdlib--.h: Include mkstemp.h.
37241
37242         Import this patch from libc:
37243
37244         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
37245
37246         * lib/tempname.c (__gen_tempname): Change attempts_min
37247         into a macro.  Use preprocessor to decide how to initialize
37248         attempts [Coverity CID 67].
37249
37250 2006-09-20  Bruno Haible  <bruno@clisp.org>
37251
37252         * lib/mkdtemp.c: Import from libc.
37253         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
37254                 * sysdeps/posix/tempname.c (__gen_tempname): Change
37255                 attempts_min into a macro.  Use preprocessor to decide how to
37256                 initialize attempts [Coverity CID 67].
37257         2001-11-27  Paul Eggert  <eggert@twinsun.com>
37258                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
37259                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
37260
37261 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37262
37263         * gnulib-tool (func_exit): New function, to allow to pass the
37264         exit status portably through the trap.  Use everywhere.
37265         (--help, --version): Signal a write error.
37266         (trap): catch SIGPIPE, for write errors.
37267         Exit at the end of the trap, with the correct exit status.
37268
37269 2006-09-19  Karl Berry  <karl@gnu.org>
37270
37271         * doc/gnulib.texi: note about the license texinfo files.
37272
37273 2006-09-19  Eric Blake  <ebb9@byu.net>
37274
37275         * gnulib-tool: Avoid space-tab.
37276
37277 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
37278
37279         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
37280         that prevented coreutils 6.1 from building.  Problem reported
37281         by Petter Reinholdtsen.
37282
37283 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
37284
37285         * gnulib-tool (avoidlist): Fix typo that broke options like
37286         --avoid=lock that are used by coreutils bootstrap.
37287
37288 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
37289
37290         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
37291         more systematically.
37292
37293 2006-09-18  Jim Meyering  <jim@meyering.net>
37294
37295         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
37296
37297 2006-09-18  Bruno Haible  <bruno@clisp.org>
37298
37299         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
37300
37301 2006-09-18  Bruno Haible  <bruno@clisp.org>
37302
37303         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
37304         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
37305         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
37306         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
37307         * m4/gettext.m4: Require autoconf >= 2.52.
37308         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
37309         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
37310         of gl_cv_header_inttypes_h.
37311
37312 2006-09-18  Bruno Haible  <bruno@clisp.org>
37313
37314         * lib/javaversion.c: Include configmake.h.
37315
37316 2006-09-18  Bruno Haible  <bruno@clisp.org>
37317
37318         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
37319         avoid that the while loops be executed in a subshell.
37320
37321 2006-09-18  Bruno Haible  <bruno@clisp.org>
37322
37323         * MODULES.html.sh (func_module): Break long lines.
37324         Suggested by Bruce Korb <bkorb@gnu.org>.
37325
37326 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37327
37328         Speed up by a factor of 1.12.
37329         * gnulib-tool (nl): New variable.
37330         (func_import): Rewrite include directive extraction to only read each
37331         directive once.
37332
37333 2006-09-17  Bruno Haible  <bruno@clisp.org>
37334
37335         * modules/javaversion (Makefile.am): Remove DEFS setting.
37336         (Depends-on): Add configmake, for PKGDATADIR definition.
37337
37338 2006-09-17  Bruno Haible  <bruno@clisp.org>
37339
37340         * gnulib-tool (func_create_testdir): Rewrite all files at once.
37341
37342 2006-09-17  Bruno Haible  <bruno@clisp.org>
37343
37344         * gnulib-tool (func_append): New function, stolen from libtool.m4.
37345         (func_modules_transitive_closure, func_modules_add_dummy,
37346         func_modules_to_filelist, func_import, func_create_testdir,
37347         func_create_megatestdir, ...): Use it wherever possible.
37348         Suggested by Ralf Wildenhues.
37349
37350 2006-09-16  Karl Berry  <karl@gnu.org>
37351
37352         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
37353         to avoid sectioning errors.
37354         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
37355         [ifinfo]: blank line after @center-ed titles.
37356         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
37357         Spell FSF address consistently with others.
37358         (These changes approved by rms.)
37359
37360 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37361
37362         Speed up by a factor of 1.61.
37363         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
37364         already checked module names again.
37365
37366 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37367
37368         Speed up by a factor of 1.13.
37369         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
37370         for new_files, and the input to func_add_or_update.
37371
37372 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37373
37374         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
37375         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
37376
37377 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
37378
37379         * modules/mkancesdirs (Depends-on): Add fcntl.
37380         * modules/savewd: New file.
37381         * MODULES.html.sh (File system functions): Add savewd.
37382
37383         * modules/configmake (Makefile.am): Add support for the
37384         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
37385
37386 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
37387
37388         * m4/savewd.m4: New file.
37389
37390 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
37391
37392         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
37393         (dirchownmod): New arg FD.  All callers changed.
37394         Use FD rather than opening the directory ourself, as opening is
37395         now the caller's responsibility.
37396         * lib/dirchownmod.h: Likewise.
37397         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
37398         hosts that require <sys/types.h> before <sys/stat.h>.  Include
37399         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
37400         (test_dir): Remove.
37401         (mkancesdirs): Return length of prefix of FILE that has already
37402         been made, or -2 if there is a child doing the work.  Redo
37403         algorithm so that it is O(N) rather than O(N**2).  Optimize away
37404         ".", and treat ".." specially since it might stray back into
37405         already-created areas.  Use a subprocess if necessary.  New arg
37406         WD; all users changed.  MAKE_DIR function should now return 1
37407         if it creates a directory that is not readable.  Return -2 if
37408         a child process is spun off.
37409         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
37410         Adjust signature to match code.
37411         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
37412         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
37413         all users changed.
37414         * lib/savewd.c, lib/savewd.h: New files.
37415
37416 2006-09-15  Jim Meyering  <jim@meyering.net>
37417
37418         * modules/rename-dest-slash: New module.
37419         * MODULES.html.sh (posix_compat): Add it here.
37420
37421         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
37422
37423 2006-09-15  Jim Meyering  <jim@meyering.net>
37424
37425         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
37426         file.
37427
37428         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
37429
37430 2006-09-15  Jim Meyering  <jim@meyering.net>
37431
37432         * lib/rename-dest-slash.c (has_trailing_slash): Use
37433         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
37434         (rpl_rename_dest_slash): Perform the cheaper trailing slash
37435         test before testing whether SRC is a directory.
37436         Suggestions from Bruno Haible.
37437
37438         Avoid a warning about an unused variable.
37439         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
37440         into the #ifdef block where it's used.
37441
37442         * lib/rename-dest-slash.c: New file.
37443
37444 2006-09-14  Bruno Haible  <bruno@clisp.org>
37445
37446         * lib/allocsa.c: Include <config.h> unconditionally.
37447         * lib/asnprintf.c: Likewise.
37448         * lib/asprintf.c: Likewise.
37449         * lib/c-strcasecmp.c: Likewise.
37450         * lib/c-strcasestr.c: Likewise.
37451         * lib/c-strncasecmp.c: Likewise.
37452         * lib/c-strstr.c: Likewise.
37453         * lib/classpath.c: Likewise.
37454         * lib/clean-temp.c: Likewise.
37455         * lib/concatpath.c: Likewise.
37456         * lib/copy-file.c: Likewise.
37457         * lib/csharpcomp.c: Likewise.
37458         * lib/csharpexec.c: Likewise.
37459         * lib/execute.c: Likewise.
37460         * lib/fatal-signal.c: Likewise.
37461         * lib/findprog.c: Likewise.
37462         * lib/fwriteerror.c: Likewise.
37463         * lib/gl_array_list.c: Likewise.
37464         * lib/gl_array_oset.c: Likewise.
37465         * lib/gl_avltree_list.c: Likewise.
37466         * lib/gl_avltree_oset.c: Likewise.
37467         * lib/gl_avltreehash_list.c: Likewise.
37468         * lib/gl_carray_list.c: Likewise.
37469         * lib/gl_linked_list.c: Likewise.
37470         * lib/gl_linkedhash_list.c: Likewise.
37471         * lib/gl_list.c: Likewise.
37472         * lib/gl_oset.c: Likewise.
37473         * lib/gl_rbtree_list.c: Likewise.
37474         * lib/gl_rbtree_oset.c: Likewise.
37475         * lib/gl_rbtreehash_list.c: Likewise.
37476         * lib/imaxabs.c: Likewise.
37477         * lib/imaxdiv.c: Likewise.
37478         * lib/javacomp.c: Likewise.
37479         * lib/javaexec.c: Likewise.
37480         * lib/javaversion.c: Likewise.
37481         * lib/linebreak.c: Likewise.
37482         * lib/localcharset.c: Likewise.
37483         * lib/lock.c: Likewise.
37484         * lib/mbchar.c: Likewise.
37485         * lib/mbswidth.c: Likewise.
37486         * lib/mkdtemp.c: Likewise.
37487         * lib/pipe.c: Likewise.
37488         * lib/printf-args.c: Likewise.
37489         * lib/printf-parse.c: Likewise.
37490         * lib/progname.c: Likewise.
37491         * lib/progreloc.c: Likewise.
37492         * lib/readlink.c: Likewise.
37493         * lib/sh-quote.c: Likewise.
37494         * lib/stpcpy.c: Likewise.
37495         * lib/stpncpy.c: Likewise.
37496         * lib/strcasecmp.c: Likewise.
37497         * lib/strcasestr.c: Likewise.
37498         * lib/strcspn.c: Likewise.
37499         * lib/striconv.c: Likewise.
37500         * lib/strncasecmp.c: Likewise.
37501         * lib/strnlen1.c: Likewise.
37502         * lib/strstr.c: Likewise.
37503         * lib/strtok_r.c: Likewise.
37504         * lib/tls.c: Likewise.
37505         * lib/tmpdir.c: Likewise.
37506         * lib/unicodeio.c: Likewise.
37507         * lib/unsetenv.c: Likewise.
37508         * lib/vasnprintf.c: Likewise.
37509         * lib/vasprintf.c: Likewise.
37510         * lib/wait-process.c: Likewise.
37511         * lib/xallocsa.c: Likewise.
37512         * lib/xsetenv.c: Likewise.
37513         * lib/xstriconv.c: Likewise.
37514
37515 2006-09-13  Simon Josefsson  <jas@extundo.com>
37516
37517         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
37518         that internally, suggested by Ralf Wildenhues
37519         <Ralf.Wildenhues@gmx.de>.
37520
37521 2006-09-13  Simon Josefsson  <jas@extundo.com>
37522
37523         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
37524         @LIBOBJS@.
37525         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37526
37527 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
37528
37529         * lib/_fpending.c: Include <config.h> unconditionally, since we no
37530         longer worry about uses that don't define HAVE_CONFIG_H.
37531         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
37532         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
37533         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
37534         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
37535         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
37536         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
37537         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
37538         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
37539         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
37540         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
37541         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
37542         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
37543         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
37544         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
37545         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
37546         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
37547         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
37548         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
37549         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
37550         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
37551         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
37552         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
37553         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
37554         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
37555         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
37556         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
37557         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
37558         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
37559         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
37560         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
37561         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
37562         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
37563         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
37564         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
37565         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
37566         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
37567         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
37568         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
37569         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
37570         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
37571         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
37572         Likewise.
37573
37574 2006-09-13  Eric Blake  <ebb9@byu.net>
37575
37576         * lib/getopt.c: Fix typo in last commit.
37577
37578 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
37579
37580         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
37581         dgettext.
37582
37583 2006-09-12  Jim Meyering  <jim@meyering.net>
37584
37585         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
37586         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
37587         Reported by Nelson H. F. Beebe.
37588
37589 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
37590
37591         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
37592         program_invocation_name and program_invocation_short_name are
37593         initialized.
37594         * lib/argp-namefrob.h: Move declarations of program_invocation_name
37595         and program_invocation_short_name to argp.h, so they are visible
37596         to user programs.
37597         * lib/argp.h: Likewise
37598
37599 2006-09-10  Bruno Haible  <bruno@clisp.org>
37600
37601         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
37602         m4/inttypes_h.m4, m4/uintmax_t.m4.
37603
37604 2006-09-10  Bruno Haible  <bruno@clisp.org>
37605
37606         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
37607         gl_AC_TYPE_UINTMAX_T.
37608
37609 2006-09-10  Bruno Haible  <bruno@clisp.org>
37610
37611         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
37612
37613 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37614
37615         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
37616         convention.  Text proposed by Bruno Haible.
37617         (struct argp_option): Document the use of N_() wrappers.
37618
37619         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
37620         '\v', and translate the two parts separately, instead of feeding
37621         the whole string to gettext.  This allows to exclude
37622         '\v' from the strings visible to the translator by writing doc
37623         strings as N_("..") "\v" N_("..").
37624
37625 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
37626
37627         * config/srclist.txt: Undo latest change; the bug was fixed.
37628
37629 2006-09-09  Bruno Haible  <bruno@clisp.org>
37630
37631         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
37632         assignments if building a library without libtool.
37633         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
37634         in func_emit_lib_Makefile_am.
37635         (func_import): When building a static library libfoo.a, arrange to
37636         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
37637         (func_create_testdir): Likewise.
37638         * modules/gc (configure.ac, Makefile.am): If building statically,
37639         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
37640         * modules/iconvme (configure.ac, Makefile.am): Likewise.
37641         * modules/striconv (configure.ac, Makefile.am): Likewise.
37642         Based on a suggestion by Ralf Wildenhues.
37643
37644 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37645
37646         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
37647         Check for unistd.h too, since Autoconf doesn't assume POSIX.
37648         Also:
37649
37650         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37651         Add year_2050_test to catch glibc bug 2821
37652         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
37653
37654         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37655         Prefer #ifdef to #if.
37656
37657         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
37658         Return from 'main' instead of calling 'exit'.
37659
37660 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37661
37662         * lib/mktime.c (guess_time_tm): Fix bug where mktime
37663         returned the maximum time_t value rather than (time_t) -1.
37664         Problem originally reported by William Bardwell
37665         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
37666
37667         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
37668         Moved to here ...
37669         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
37670         ... from here.
37671
37672 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37673
37674         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
37675         2821 is fixed.
37676
37677 2006-09-08  Jim Meyering  <jim@meyering.net>
37678
37679         Don't make generated files read-only.  That would bother too many
37680         people.  However, do retain the ability to work when targets are
37681         read-only: remove the destination and temporary files before writing
37682         them (when generated via sed or echo), or by using the -f option for
37683         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
37684         * modules/alloca-opt, modules/argz, modules/arpa_inet:
37685         * modules/byteswap, modules/configmake, modules/fcntl:
37686         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
37687         * modules/localcharset, modules/netinet_in, modules/poll:
37688         * modules/stdbool, modules/stdint, modules/sys_select:
37689         * modules/sys_socket, modules/sys_stat, modules/sysexits:
37690
37691 2006-09-08  Jim Meyering  <jim@meyering.net>
37692
37693         Avoid new build failure on FreeBSD 6.0.
37694         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
37695         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
37696         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
37697
37698 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37699
37700         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
37701
37702 2006-09-07  Jim Meyering  <jim@meyering.net>
37703
37704         Fix global typo in last change: use chmod u-w, not chmod u-x.
37705         Spotted by Paul Eggert and Bruce Korb.
37706         * modules/alloca-opt, modules/argz, modules/arpa_inet:
37707         * modules/byteswap, modules/configmake, modules/fcntl:
37708         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
37709         * modules/localcharset, modules/netinet_in, modules/poll:
37710         * modules/stdbool, modules/stdint, modules/sys_select:
37711         * modules/sys_socket, modules/sys_stat, modules/sysexits:
37712
37713 2006-09-06  Jim Meyering  <jim@meyering.net>
37714
37715         Make generated files be read-only.
37716         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
37717         Ensure that each generated file is now read-only.
37718         * modules/argz: Likewise.
37719         * modules/arpa_inet: Likewise.
37720         * modules/byteswap: Likewise.
37721         * modules/configmake: Likewise.
37722         * modules/fcntl: Likewise.
37723         * modules/fnmatch: Likewise.
37724         * modules/getopt: Likewise.
37725         * modules/glob: Likewise.
37726         * modules/inttypes: Likewise.
37727         * modules/netinet_in: Likewise.
37728         * modules/poll: Likewise.
37729         * modules/stdbool: Likewise.
37730         * modules/stdint: Likewise.
37731         * modules/sys_select: Likewise.
37732         * modules/sys_socket: Likewise.
37733         * modules/sys_stat: Likewise.
37734         * modules/sysexits: Likewise.
37735         * modules/localcharset: Same as above, but continue using temporary
37736         file named "t-$@" (why different?) rather than the "$@-t" used
37737         everywhere else.
37738
37739         * modules/sysexits (Makefile.am): Replace literal occurrences
37740         of "sysexit.h" more readable, and more consistent, "$@".
37741
37742 2006-09-06  Bruno Haible  <bruno@clisp.org>
37743
37744         * modules/striconv: New file.
37745         * modules/xstriconv: New file.
37746         * MODULES.html.sh (Internationalization functions): Add striconv,
37747         xstriconv.
37748
37749 2006-09-06  Bruno Haible  <bruno@clisp.org>
37750
37751         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
37752         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
37753         not using libtool correctly.
37754
37755 2006-09-06  Bruno Haible  <bruno@clisp.org>
37756
37757         * lib/striconv.h: New file.
37758         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
37759         iconvstring.c.
37760         * lib/xstriconv.h: New file.
37761         * lib/xstriconv.c: New file.
37762
37763 2006-09-06  Bruno Haible  <bruno@clisp.org>
37764
37765         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37766         lib_..._LDFLAGS.
37767
37768 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37769
37770         * lib/argz_.h: Sync from Libtool.
37771
37772         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
37773                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
37774
37775         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
37776
37777 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
37778
37779         * modules/trim: New file.
37780
37781 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
37782
37783         * lib/trim.h: New file.
37784         * lib/trim.c: New file.
37785
37786 2006-09-05  Bruno Haible  <bruno@clisp.org>
37787
37788         * MODULES.html.sh (String handling): Add trim.
37789
37790 2006-09-04  Karl Berry  <karl@gnu.org>
37791
37792         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
37793         until next release.
37794
37795 2006-09-03  Bruno Haible  <bruno@clisp.org>
37796
37797         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
37798         correctly.
37799
37800 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37801
37802         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
37803         not gl_GETLOADAVG.  Omit unneeded semicolons.
37804         Problems reported by Ralf Wildenhues in
37805         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
37806         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
37807         at the end, which is the usual gnulib style.
37808
37809         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
37810         of doing all the work ourselves.
37811         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
37812         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
37813
37814 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37815
37816         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
37817         Problem reported by Ralf Wildenhues in
37818         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
37819
37820         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
37821         HAVE_STRUCT_STATFS_F_FSTYPENAME.
37822
37823 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37824
37825         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
37826         yesterday's patch by changing test -n to test -z.
37827
37828 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37829
37830         * modules/getloadavg (Files): Add m4/getloadavg.m4.
37831         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
37832         the former is now obsolescent.
37833
37834         * modules/chdir-long (Depends-on): Add fcntl.
37835
37836 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37837
37838         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
37839         obsolescent, and programs should use gnulib instead.
37840         * m4/getloadavg.m4: New file, with contents taken from Autoconf
37841         but with prefixes changed.
37842
37843 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37844
37845         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
37846         or stdbool.h, because they might not exist while configuring.
37847
37848         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
37849         Don't include unistd.h or limits.h; not needed, since chdir-long.h
37850         does that for us.
37851         (O_DIRECTORY): Remove.
37852
37853 2006-08-31  Eric Blake  <ebb9@byu.net>
37854
37855         * gnulib-tool: Don't let emacs change spaces to TAB.
37856
37857 2006-08-31  Bruno Haible  <bruno@clisp.org>
37858
37859         * gnulib-tool: When calling func_import more than once, do it in a
37860         subshell.
37861         Reported by Eric Blake <ebb9@byu.net>.
37862
37863 2006-08-31  Bruno Haible  <bruno@clisp.org>
37864
37865         * gnulib-tool (nl): Remove variable.
37866         (sed_transform_lib_file): Use more robust test for config-h module.
37867         (func_import): Fix typo in 2006-08-25 patch.
37868
37869 2006-08-31  Bruno Haible  <bruno@clisp.org>
37870
37871         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
37872         specified, augment Makefile.am variables instead of assigning them.
37873
37874 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37875
37876         Work around a bug in both the Linux and SunOS 64-bit kernels:
37877         nanosleep mishandles sleeps for longer than 2**31 seconds.
37878         Problem reported by Frank v Waveren in
37879         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
37880         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
37881         Check for nanosleep bug.
37882         (LIB_NANOSLEEP): Append clock_gettime library if needed.
37883
37884 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37885
37886         Work around a bug in both the Linux and SunOS 64-bit kernels:
37887         nanosleep mishandles sleeps for longer than 2**31 seconds.
37888         Problem reported by Frank v Waveren in
37889         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
37890         * lib/nanosleep.c (BILLION): New constant.
37891         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
37892         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
37893         implementation.
37894
37895 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37896
37897         * modules/nanosleep (Depends-on): Add gettime.
37898
37899 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
37900         and Simon Josefsson  <jas@extundo.com>
37901         and Oskar Liljeblad  <oskar@osk.mine.nu>
37902
37903         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
37904         * gnulib-tool (func_import): New license type 'unmodifiable license
37905         text'.
37906         * modules/fdl: Use it.  Longer description.
37907         * module/gpl, module/lgpl: New files.
37908
37909 2006-08-30  Jim Meyering  <jim@meyering.net>
37910
37911         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
37912         shadowing the parameter.
37913
37914 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37915
37916         Sync from Libtool:
37917
37918         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37919
37920         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
37921         sharing with gnulib.  Report by Eric Blake.
37922
37923 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37924
37925         * modules/isapipe: New file.
37926         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
37927
37928 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37929
37930         * modules/configmake (Makefile.am): Add a comment, and omit
37931         the CONFIGMAKE_ prefix from generated macro names.  Suggested
37932         by Bruno Haible.
37933
37934 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37935
37936         * m4/isapipe.m4: New file.
37937
37938 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
37939
37940         * lib/isapipe.c, lib/isapipe.h: New files.
37941
37942 2006-08-29  Jim Meyering  <jim@meyering.net>
37943
37944         * modules/configmake (Makefile.am): Make configmake.h depend on
37945         Makefile.  Otherwise, a stale configmake.h could hang around.
37946
37947 2006-08-29  Eric Blake  <ebb9@byu.net>
37948
37949         * lib/error.c (error_at_line, print_errno_message): Match libc, after
37950         resolution of upstream bug 3044.
37951
37952 2006-08-29  Bruno Haible  <bruno@clisp.org>
37953
37954         * modules/localcharset (Depends-on): Add configmake.
37955         (Makefile.am): Remove setting of LIBDIR through DEFS.
37956
37957 2006-08-29  Bruno Haible  <bruno@clisp.org>
37958
37959         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
37960         defined.
37961
37962 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37963
37964         * modules/fcntl: New file.
37965         * modules/chdir-safer (Depends-on): Add fcntl.
37966         * modules/fts: Likewise.
37967         * modules/mkdir-p: Likewise.
37968
37969         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
37970         This undoes the most recent change, since we're now addressing the
37971         problem in a different way.
37972
37973         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
37974         into output, since the output might be called Makefile.am even
37975         if $makefile_name is something different.
37976         (func_import): Use $makefile_am rather than
37977         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
37978         empty.
37979
37980         * modules/inttypes (Files): Add m4/inttypes-h.m4.
37981
37982 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37983
37984         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
37985         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
37986         recent change to stdint.m4, since we're now addressing the problem in a
37987         different way.
37988
37989 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37990
37991         * m4/fcntl_h.m4: New file.
37992
37993 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
37994
37995         * lib/fcntl_.h: New file.
37996         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
37997         the fcntl module.
37998         * lib/dirchownmod.c: Likewise.
37999         * lib/fts.c: Likewise.
38000
38001         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
38002         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
38003         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
38004         just before including <inttypes.h>, to avoid circular inclusion.
38005
38006 2006-08-28  Jim Meyering  <jim@meyering.net>
38007
38008         * doc/visibility.texi: Actually read and correct the grammar of the
38009         sentence affected by yesterday's change.
38010
38011 2006-08-28  Eric Blake  <ebb9@byu.net>
38012
38013         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
38014         needs wrapper.
38015
38016 2006-08-28  Eric Blake  <ebb9@byu.net>
38017
38018         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
38019
38020 2006-08-28  Eric Blake  <ebb9@byu.net>
38021
38022         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
38023
38024 2006-08-28  Bruno Haible  <bruno@clisp.org>
38025
38026         * modules/c-strstr: New file, from GNU gettext.
38027         * MODULES.html.sh (String handling): Add c-strstr.
38028
38029 2006-08-28  Bruno Haible  <bruno@clisp.org>
38030
38031         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
38032         macros.
38033         Reported by Eric Blake.
38034
38035 2006-08-28  Bruno Haible  <bruno@clisp.org>
38036
38037         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
38038         (VASNPRINTF): Return a string of length > INT_MAX without failing.
38039         * lib/vasprintf.c: Include errno.h, limits.h.
38040         (EOVERFLOW): New fallback definition.
38041         (vasprintf): Test here whether the string length is > INT_MAX.
38042         * lib/vsnprintf.c: Include errno.h, limits.h.
38043         (EOVERFLOW): New fallback definition.
38044         (vsnprintf): Fix bug when generated string was too long for the buffer.
38045         Test here whether the string length is > INT_MAX.
38046
38047 2006-08-28  Bruno Haible  <bruno@clisp.org>
38048
38049         * lib/inttypes_.h (SCNX*): Remove definitions.
38050         Reported by Eric Blake.
38051
38052 2006-08-28  Bruno Haible  <bruno@clisp.org>
38053
38054         * lib/c-strstr.h: New file, from GNU gettext.
38055         * lib/c-strstr.c: New file, from GNU gettext.
38056
38057 2006-08-28  Bruno Haible  <bruno@clisp.org>
38058
38059         * gnulib-tool: Reorder some statements.
38060
38061 2006-08-28  Bruno Haible  <bruno@clisp.org>
38062
38063         * gnulib-tool: New option --makefile-name.
38064         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
38065         $makefile_name.
38066         (func_import): Write $makefile_name to the cache file, and read it from
38067         there unless explicitly specified. Use $makefile_name as file name
38068         instead of Makefile.am. Adjust the recommendations accordingly.
38069
38070 2006-08-28  Bruno Haible  <bruno@clisp.org>
38071
38072         * gnulib-tool (func_verify_module): Check against misapplying patch.
38073
38074 2006-08-28  Bruno Haible  <bruno@clisp.org>
38075
38076         * gnulib-tool (func_relativize, func_relconcat): New functions.
38077         Give an error if --local-dir is given with --update.
38078         Remove trailing slashes from $local_gnulib_dir.
38079         (func_import): Store the relativized $local_gnulib_dir in
38080         gnulib-cache.m4, and read it from there if not specified explicitly.
38081
38082 2006-08-28  Bruno Haible  <bruno@clisp.org>
38083
38084         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
38085         is the current directory. Respect also $local_gnulib_dir.
38086
38087 2006-08-28  Bruno Haible  <bruno@clisp.org>
38088             Simon Josefsson  <jas@extundo.com>
38089
38090         BeOS portability.
38091         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
38092
38093 2006-08-27  Jim Meyering  <jim@meyering.net>
38094
38095         * doc/visibility.texi: Remove duplicate word: "pointer".
38096
38097 2006-08-26  Bruno Haible  <bruno@clisp.org>
38098
38099         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
38100         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
38101         (Makefile.am): Create inttypes.h from inttypes_.h.
38102         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
38103
38104         * modules/imaxabs: New file.
38105
38106         * modules/imaxdiv: New file.
38107
38108 2006-08-26  Bruno Haible  <bruno@clisp.org>
38109
38110         * m4/inttypes.m4: New file.
38111         * m4/_inttypes_h.m4: Remove file.
38112         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
38113         PRI_MACROS_BROKEN.
38114         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
38115
38116         * m4/imaxabs.m4: New file.
38117
38118         * m4/imaxdiv.m4: New file.
38119
38120 2006-08-26  Bruno Haible  <bruno@clisp.org>
38121
38122         * lib/inttypes_.h: New file.
38123         * lib/inttypes.h: Remove file.
38124         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
38125
38126         * lib/imaxabs.c: New file.
38127
38128         * lib/imaxdiv.c: New file.
38129
38130 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
38131
38132         New config-h module, so that "make" output needn't be cluttered
38133         by -DHAVE_CONFIG_H.
38134         * MODULES.html.sh (Support for building libraries and executables):
38135         Add config-h.
38136         * modules/config-h: New file.
38137         * gnulib-tool (nl, sed_transform_lib_file): New vars.
38138         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
38139         the config-h module is used.
38140
38141         New configmake module, so that "make" output needn't be cluttered
38142         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
38143         * MODULES.html.sh (Support for building libraries and executables):
38144         Add configmake.
38145         * modules/configmake: New file.
38146
38147 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
38148
38149         * m4/config-h.m4: New file.
38150
38151 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
38152
38153         * config/srclist.txt: Add elisp-comp.
38154
38155 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
38156
38157         * MODULES.html.sh (Support for building libraries and executables):
38158         Add elisp-comp.
38159         * build-aux/elisp-comp: New file.
38160         * modules/elisp-comp: New file.
38161
38162 2006-08-24  Bruno Haible  <bruno@clisp.org>
38163
38164         * gnulib-tool (func_create_testdir): Use non-default values of
38165         sourcebase and m4base.
38166
38167 2006-08-24  Bruno Haible  <bruno@clisp.org>
38168
38169         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
38170         HTML structure.
38171
38172 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
38173
38174         * modules/openat (Depends-on): Add lchown.
38175
38176 2006-08-23  Bruno Haible  <bruno@clisp.org>
38177
38178         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
38179         of gl_LOCK_EARLY instead of gl_LOCK.
38180
38181 2006-08-23  Bruno Haible  <bruno@clisp.org>
38182
38183         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
38184         on OSF/1 to no.
38185         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
38186
38187 2006-08-23  Bruno Haible  <bruno@clisp.org>
38188
38189         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
38190         as unusable.
38191
38192         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
38193         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
38194         (gl_LOCK): New macro.
38195
38196 2006-08-22  Simon Josefsson  <jas@extundo.com>
38197
38198         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
38199         to md5 module.
38200
38201 2006-08-22  Simon Josefsson  <jas@extundo.com>
38202
38203         * MODULES.html.sh: Add "Support for maintaining and release
38204         projects".
38205
38206         * build-aux/gnupload: New file, from coreutils.
38207
38208 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
38209
38210         Avoid the need for AC_LIBSOURCES in m4 macros.
38211         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
38212         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
38213         * modules/check-version (EXTRA_DIST): Add check-version.h.
38214         * modules/crc (EXTRA_DIST): Add crc.h.
38215         * modules/des (EXTRA_DIST): Add des.h.
38216         * modules/gc (EXTRA_DIST): Add gc.h.
38217         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
38218         * modules/getline (EXTRA_DIST): Add getline.h.
38219         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
38220         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
38221         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
38222         * modules/md2 (EXTRA_DIST): Add md2.h.
38223         * modules/md4 (EXTRA_DIST): Add md4.h.
38224         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
38225         * modules/read-file (EXTRA_DIST): Add read-file.h.
38226         * modules/readline (EXTRA_DIST): Add readline.h.
38227         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
38228         rijndael-api-fst.h.
38229
38230 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
38231
38232         * m4/rijndael.m4 (gl_ARCFOUR):
38233         * m4/arctwo.m4 (gl_ARCTWO):
38234         * m4/check-version.m4 (gl_CHECK_VERSION):
38235         * m4/crc.m4 (gl_CRC):
38236         * m4/des.m4 (gl_DES):
38237         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
38238         * m4/gc.m4 (gl_GC):
38239         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
38240         * m4/getline.m4 (gl_FUNC_GETLINE):
38241         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
38242         * m4/hmac-md5.m4 (gl_HMAC_MD5):
38243         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
38244         * m4/md2.m4 (gl_MD2):
38245         * m4/md4.m4 (gl_MD4):
38246         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
38247         * m4/read-file.m4 (gl_FUNC_READ_FILE):
38248         * m4/readline.m4 (gl_FUNC_READLINE):
38249         * m4/rijndael.m4 (gl_RIJNDAEL):
38250         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
38251         to get the necessary .h files and whatnot.
38252
38253 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
38254
38255         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
38256         gnulib rather than the other way around.
38257         * config/srclistvars.sh (COREUTILS): Remove.
38258
38259 2006-08-22  Jim Meyering  <jim@meyering.net>
38260
38261         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
38262
38263         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
38264
38265 2006-08-22  Eric Blake  <ebb9@byu.net>
38266
38267         * modules/regexprops-generic: New file.
38268         * MODULES.html.sh (Support for building documentation): List it.
38269
38270 2006-08-22  Eric Blake  <ebb9@byu.net>
38271
38272         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
38273         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
38274         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
38275         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
38276
38277 2006-08-22  Bruno Haible  <bruno@clisp.org>
38278
38279         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
38280         and lib_LTLIBRARIES like the other lib_* variables.
38281
38282 2006-08-22  Bruno Haible  <bruno@clisp.org>
38283
38284         * build-aux/x-to-1.in: New file, from GNU gettext.
38285
38286 2006-08-22  Bruno Haible  <bruno@clisp.org>
38287
38288         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
38289         <utmpx.h> exists.
38290
38291 2006-08-22  Bruno Haible  <bruno@clisp.org>
38292
38293         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
38294         <utmpx.h> exists.
38295
38296 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
38297
38298         BeOS portability.
38299         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
38300         exist.
38301         Problem reported by Bruno Haible.
38302
38303 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
38304
38305         Avoid the need for AC_LIBSOURCES in m4 macros.
38306         * modules/acl (EXTRA_DIST): Add acl.h.
38307         * modules/argmatch (Files): Add m4/argmatch.m4.
38308         (configure.ac): Add gl_ARGMATCH.
38309         (EXTRA_DIST): Renamed from lib_SOURCES, for
38310         consistency with the other modules.  Remove argmatch.c.
38311         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
38312         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
38313         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
38314         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
38315         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
38316         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
38317         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
38318         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
38319         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
38320         * modules/closeout (EXTRA_DIST): Add closeout.h.
38321         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
38322         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
38323         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
38324         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
38325         dirname.h; remove basename.c and stripslash.c.
38326         * modules/exclude (EXTRA_DIST): Add exclude.h.
38327         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
38328         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
38329         * modules/file-type (EXTRA_DIST): Add file-type.h.
38330         * modules/filemode (EXTRA_DIST): Add filemode.h.
38331         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
38332         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
38333         * modules/fpending (EXTRA_DIST): Add __fpending.h.
38334         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
38335         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
38336         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
38337         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
38338         * modules/getdate (EXTRA_DIST): Add getdate.c.
38339         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
38340         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
38341         * modules/getpass (EXTRA_DIST): Add getpass.h.
38342         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
38343         * modules/group-member (EXTRA_DIST): Add group-member.h.
38344         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
38345         * modules/hash (EXTRA_DIST): Add hash.h.
38346         * modules/human (EXTRA_DIST): Add human.h.
38347         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
38348         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
38349         * modules/lchown (EXTRA_DIST): Add lchown.h.
38350         * modules/long-options (EXTRA_DIST): Add long-options.h.
38351         * modules/lstat (EXTRA_DIST): Add lstat.h.
38352         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
38353         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
38354         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
38355         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
38356         * modules/memxor (EXTRA_DIST): Add memxor.h.
38357         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
38358         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
38359         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
38360         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
38361         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
38362         * modules/physmem (EXTRA_DIST): Add physmem.h.
38363         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
38364         * modules/posixver (EXTRA_DIST): Add posixver.h.
38365         * modules/quote (EXTRA_DIST): Add quote.h.
38366         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
38367         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
38368         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
38369         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
38370         regex_internal.h regexec.c.
38371         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
38372         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
38373         * modules/same (EXTRA_DIST): Add same.h.
38374         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
38375         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
38376         * modules/savedir (EXTRA_DIST): Add savedir.h.
38377         * modules/sha1 (EXTRA_DIST): Add sha1.h.
38378         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
38379         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
38380         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
38381         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
38382         * modules/strdup (EXTRA_DIST): Add strdup.h.
38383         * modules/strftime (EXTRA_DIST): Add strftime.h.
38384         * modules/strndup (EXTRA_DIST): Add strndup.h.
38385         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
38386         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
38387         * modules/time_r (EXTRA_DIST): Add time_r.h.
38388         * modules/timespec (EXTRA_DIST): Add timespec.h.
38389         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
38390         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
38391         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
38392         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
38393         * modules/userspec (EXTRA_DIST): Add userspec.h.
38394         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
38395         * modules/utimens (EXTRA_DIST): Add utimens.h.
38396         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
38397         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
38398         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
38399         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
38400         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
38401         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
38402         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
38403         * modules/yesno (EXTRA_DIST): Add yesno.h.
38404
38405 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
38406
38407         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
38408
38409         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
38410         * m4/dev-ino.m4, same-inode.m4: Remove.
38411
38412         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
38413         * m4/acl.m4 (AC_FUNC_ACL):
38414         * m4/backupfile.m4 (gl_BACKUPFILE):
38415         * m4/c-strtod.m4 (gl_C99_STRTOLD):
38416         * m4/canon-host.m4 (gl_CANON_HOST):
38417         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
38418         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
38419         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
38420         * m4/cloexec.m4 (gl_CLOEXEC):
38421         * m4/close-stream.m4 (gl_CLOSE_STREAM):
38422         * m4/closeout.m4 (gl_CLOSEOUT):
38423         * m4/dirfd.m4 (gl_FUNC_DIRFD):
38424         * m4/dirname.m4 (gl_DIRNAME):
38425         * m4/exclude.m4 (gl_EXCLUDE):
38426         * m4/exitfail.m4 (gl_EXITFAIL):
38427         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
38428         * m4/file-type.m4 (gl_FILE_TYPE):
38429         * m4/filemode.m4 (gl_FILEMODE):
38430         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
38431         * m4/fpending.m4 (gl_FUNC_FPENDING):
38432         * m4/fprintftime.m4 (gl_FPRINTFTIME):
38433         * m4/fts.m4 (gl_FUNC_FTS):
38434         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
38435         * m4/getdate.m4 (gl_GETDATE):
38436         * m4/gethrxtime.m4 (gl_GETHRXTIME):
38437         * m4/getpagesize.m4 (gl_GETPAGESIZE):
38438         * m4/getpass.m4 (gl_FUNC_GETPASS):
38439         * m4/gettime.m4 (gl_GETTIME):
38440         * m4/getugroups.m4 (gl_GETUGROUPS):
38441         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
38442         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
38443         * m4/hard-locale.m4 (gl_HARD_LOCALE):
38444         * m4/hash.m4 (gl_HASH):
38445         * m4/idcache.m4 (gl_IDCACHE):
38446         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
38447         * m4/lchown.m4 (gl_FUNC_LCHOWN):
38448         * m4/long-options.m4 (gl_LONG_OPTIONS):
38449         * m4/lstat.m4 (gl_FUNC_LSTAT):
38450         * m4/md5.m4 (gl_MD5):
38451         * m4/memcasecmp.m4 (gl_MEMCASECMP):
38452         * m4/memcoll.m4 (gl_MEMCOLL):
38453         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
38454         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
38455         * m4/memxor.m4 (gl_MEMXOR):
38456         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
38457         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
38458         * m4/modechange.m4 (gl_MODECHANGE):
38459         * m4/mountlist.m4 (gl_MOUNTLIST):
38460         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38461         * m4/openat.m4 (gl_FUNC_OPENAT):
38462         * m4/pathmax.m4 (gl_PATHMAX):
38463         * m4/physmem.m4 (gl_PHYSMEM):
38464         * m4/posixtm.m4 (gl_POSIXTM):
38465         * m4/posixver.m4 (gl_POSIXVER):
38466         * m4/quote.m4 (gl_QUOTE):
38467         * m4/quotearg.m4 (gl_QUOTEARG):
38468         * m4/readtokens.m4 (gl_READTOKENS):
38469         * m4/readutmp.m4 (gl_READUTMP):
38470         * m4/regex.m4 (gl_REGEX):
38471         * m4/safe-read.m4 (gl_SAFE_READ):
38472         * m4/safe-write.m4 (gl_SAFE_WRITE):
38473         * m4/same.m4 (gl_SAME):
38474         * m4/save-cwd.m4 (gl_SAVE_CWD):
38475         * m4/savedir.m4 (gl_SAVEDIR):
38476         * m4/settime.m4 (gl_SETTIME):
38477         * m4/sha1.m4 (gl_SHA1):
38478         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
38479         * m4/stat-macros.m4 (gl_STAT_MACROS):
38480         * m4/stat-time.m4 (gl_STAT_TIME):
38481         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
38482         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
38483         * m4/strdup.m4 (gl_FUNC_STRDUP):
38484         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
38485         * m4/strndup.m4 (gl_FUNC_STRNDUP):
38486         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
38487         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
38488         * m4/time_r.m4 (gl_TIME_R):
38489         * m4/timespec.m4 (gl_TIMESPEC):
38490         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
38491         * m4/unlinkdir.m4 (gl_UNLINKDIR):
38492         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
38493         * m4/userspec.m4 (gl_USERSPEC):
38494         * m4/utimecmp.m4 (gl_UTIMECMP):
38495         * m4/utimens.m4 (gl_UTIMENS):
38496         * m4/xalloc.m4 (gl_XALLOC):
38497         * m4/xgetcwd.m4 (gl_XGETCWD):
38498         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
38499         * m4/xreadlink.m4 (gl_XREADLINK):
38500         * m4/xstrtod.m4 (gl_XSTRTOD):
38501         * m4/yesno.m4 (gl_YESNO):
38502         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
38503         to get the necessary .h files and whatnot.
38504
38505 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
38506             Bruno Haible  <bruno@clisp.org>
38507
38508         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
38509         /bin/sh understanding of '!' conditional negation.
38510
38511 2006-08-21  Jim Meyering  <jim@meyering.net>
38512
38513         * modules/openat (Depends-on): Really alphabetize.
38514
38515         * modules/acl (Depends-on): Add error and quote.
38516
38517         * check-module (find_included_lib_files): Add at-func.c to the
38518         ok-to-include-more-than-once white list.
38519
38520         * modules/openat (Depends-on): Add lstat.  Alphabetize.
38521
38522 2006-08-21  Bruno Haible  <bruno@clisp.org>
38523
38524         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38525         Emit a pkgdata_DATA variable only if some snippets add contents to it.
38526         Reported by Martin Lambers <marlam@marlam.de>.
38527
38528 2006-08-21  Bruno Haible  <bruno@clisp.org>
38529
38530         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
38531         specify an installation location, don't emit a noinst_LIBRARIES or
38532         noinst_LTLIBRARIES assignment.
38533
38534 2006-08-21  Bruno Haible  <bruno@clisp.org>
38535
38536         BeOS portability.
38537         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
38538         BeOS has mbrtowc() but no <wctype.h>.
38539
38540 2006-08-21  Bruno Haible  <bruno@clisp.org>
38541
38542         BeOS portability.
38543         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
38544         exist.
38545
38546 2006-08-21  Bruno Haible  <bruno@clisp.org>
38547
38548         BeOS portability.
38549         * lib/mbchar.h: Include <wctype.h> only if it exists.
38550
38551 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38552
38553         Remove files that are no longer needed by their respective modules.
38554         * m4/obstack.m4: Remove.
38555         * m4/strerror_r.m4: Remove.
38556         * m4/uint32_t.m4: Remove.
38557         * m4/uintptr_t.m4: Remove.
38558         * m4/ullong_max.m4: Remove.
38559         * m4/xstrtoimax.m4: Remove.
38560         * m4/xstrtoumax.m4: Remove.
38561
38562         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
38563         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
38564         dependencies now capture this.
38565
38566         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
38567         Do not use AC_LIBSOURCES, since gnulib modules now do this.
38568         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
38569         * m4/human.m4 (gl_HUMAN): Likewise.
38570         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
38571         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
38572
38573         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
38574
38575         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
38576         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
38577         stdint.
38578         * m4/human.m4 (gl_HUMAN): Likewise.
38579         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
38580         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
38581         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
38582         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
38583         * m4/xstrtol (gl_XSTRTOL): Likewise.
38584
38585         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
38586         AC_TYPE_LONG_LONG_INT.
38587         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
38588         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
38589         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
38590         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
38591
38592         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
38593         on stdbool.
38594
38595         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
38596         (gl_PREREQ_XSTRTOUL): Remove.
38597
38598         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
38599
38600         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
38601         mode.
38602
38603 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38604
38605         Add and change modules to make it easier for coreutils to use
38606         gnulib-tool.
38607         * modules/backupfile (Files): Remove m4/d-ino.m4.
38608         (Depends-on): Add d-ino.
38609         * modules/cycle-check (Depends-on): Add stdint.
38610         (lib_SOURCES): Add cycle-check.h.
38611         * modules/d-ino: New module.
38612         * modules/d-type: New module.
38613         * modules/error (Files): Remove m4/strerror_r.m4.
38614         * modules/filemode (Files): Add m4/st_dm_mode.m4.
38615         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
38616         m4/inttypes_h.m4, m4/uintmax_t.m4.
38617         (Depends-on): Add stdint.
38618         (lib_SOURCES): Add fsusage.h.
38619         * modules/getcwd (Files): Remove d-ino.m4.
38620         (Depends-on): Add d-ino.
38621         * modules/getndelim2 (Depends-on): Add stdint.
38622         * modules/glob (Files): Remove m4/d-type.m4.
38623         (Depends-on): Add d-type.
38624         * modules/host-os: New module.
38625         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
38626         m4/inttypes_h.m4, m4/uintmax_t.m4.
38627         * Depends-on: Add stdint.
38628         (lib_SOURCES): Add human.h.
38629         * modules/inttostr (Files): Remove m4/intmax_t.m4,
38630         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
38631         m4/uintmax_t.m4, m4/ulonglong.m4.
38632         (Depends-on): Add stdint.
38633         (EXTRA_DIST): Add inttostr.h.
38634         * modules/lchmod: New module.
38635         * modules/link-follow: New module.
38636         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
38637         (Depends-on): Add lchmod.
38638         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
38639         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
38640         (Depends-on): Add stdint.
38641         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
38642         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
38643         (Depends-on): Add stdint.
38644         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
38645         * modules/perl: New module.
38646         * modules/regex (Depends-on): Add stdint.
38647         * modules/rmdir-errno: New module.
38648         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
38649         m4/intmax_t.m4.
38650         (Depends-on): Add stdint.
38651         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
38652         m4/uintmax_t.m4.
38653         (Depends-on): Add stdint.
38654         * modules/unlink-busy: New module.
38655         * modules/utimecmp (Depends-on): Add stdint.
38656         * modules/uptime: New module.
38657         * modules/winsz-ioctl: New module.
38658         * modules/winsz-termios: New module.
38659         * modules/xnanosleep (Depends-on): Add nanosleep.
38660         * modules/ullong_max: Remove.
38661         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
38662         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
38663         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
38664         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
38665         (Depends-on): Add inttypes.
38666         (lib_SOURCES): Add xstrtol.h.
38667         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
38668         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
38669         * MODULES.html.sh: Move 'assert' into the assert section.
38670         Move 'dummy' into the linking section.
38671         Remove ullong_max.
38672         Add section for compatibility checks for POSIX:2001 functions,
38673         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
38674         winsz-ioctl, and winsz-termios into it.
38675         Add lchmod.
38676         Add top-level Misc section and put host-os, perl, and uptime
38677         into it.
38678
38679 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38680
38681         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
38682         now assume the stdint module.  Do not include inttypes.h.
38683         * lib/fsusage.h: Likewise.
38684         * lib/getndelim2.c: Likewise.
38685         * lib/human.h: Likewise.
38686         * lib/inttostr.h: Likewise.
38687         * lib/obstack.c: Likewise.
38688         * lib/regex_internal.h: Likewise.
38689         * lib/tempname.c: Likewise.
38690         * lib/utimecmp.c: Likewise.
38691         * lib/xstrtol.h: Likewise.
38692
38693         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
38694
38695         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
38696         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
38697         * lib/xtime.h: Likewise.
38698
38699 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38700
38701         * modules/openat (Files): Add lib/fchmodat.c.
38702         Fixes problem reported by Jay Youngman.
38703
38704 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38705
38706         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
38707         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
38708
38709 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
38710             Bruno Haible  <bruno@clisp.org>
38711
38712         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
38713         and is a script that invokes bison. Tighten the code. Add comments.
38714
38715 2006-08-18  Jim Meyering  <jim@meyering.net>
38716
38717         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
38718         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
38719         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
38720         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
38721
38722 2006-08-18  Bruno Haible  <bruno@clisp.org>
38723
38724         * modules/bison-i18n: New file.
38725         * MODULES.html.sh (Internationalization functions): Add it.
38726
38727 2006-08-18  Bruno Haible  <bruno@clisp.org>
38728
38729         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
38730         sys/statvfs.h. When getmntinfo was found, check its declaration and
38731         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
38732
38733 2006-08-18  Bruno Haible  <bruno@clisp.org>
38734
38735         * m4/bison-i18n.m4: New file, from bison.
38736
38737 2006-08-18  Bruno Haible  <bruno@clisp.org>
38738
38739         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
38740         (ME_DUMMY): Treat "kernfs" as a dummy.
38741         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
38742
38743 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38744
38745         Update from coreutils.
38746
38747         2006-08-15  Jim Meyering  <jim@meyering.net>
38748
38749         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
38750
38751         2006-01-17  Jim Meyering  <jim@meyering.net>
38752
38753         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
38754
38755         2006-01-11  Jim Meyering  <jim@meyering.net>
38756
38757         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
38758         Check for the lchmod function.
38759
38760 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38761
38762         Update from coreutils.
38763
38764         * lib/__fpending.h: Add copyright notice.
38765         * lib/fprintftime.h: Likewise.
38766         * lib/savedir.c: Use (C) in copyright notice.
38767         * lib/savedir.h: Likewise.
38768
38769         2006-08-15  Jim Meyering  <jim@meyering.net>
38770
38771         * lib/at-func.c: New file, with the logic of all emulated at-functions.
38772         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
38773         in support of the EXPECTED_ERRNO macro.
38774         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
38775         definitions.  Instead, define the appropriate symbols and include
38776         "at-func.c".
38777         * lib/mkdirat.c (mkdirat): Likewise.
38778         * lib/fchmodat.c (fchmodat): Likewise.
38779         (ENOSYS): Remove definition.
38780         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
38781         it.  Don't include "unistd--.h" -- it wasn't ever used.
38782
38783         2006-01-17  Jim Meyering  <jim@meyering.net>
38784
38785         Rewrite fts.c not to change the current working directory,
38786         by using openat, fstatat, fdopendir, etc..
38787
38788         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
38789         (HAVE_OPENAT_SUPPORT): Define.
38790         [_LIBC] (fchdir): Don't undef or define; no longer used.
38791         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
38792         Now, this `function' always succeeds, and consumes its file descriptor
38793         parameter -- so callers must not close such FDs.  Update callers.
38794         (diropen_fd, opendirat, cwd_advance_fd): New functions.
38795         (diropen): Add parameter, SP.  Adjust all callers.
38796         Implement using diropen_fd, rather than open.
38797         (fts_open): Initialize new member, fts_cwd_fd.
38798         Remove fts_rft-setting code.
38799         (fts_close): Close fts_cwd_fd, if necessary.
38800         (__opendir2): Define in terms of opendir or opendirat,
38801         depending on whether the FST_NOCHDIR flag is set.
38802         (fts_build): Since fts_safe_changedir consumes its FD, and since
38803         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
38804         and close the dup'd file descriptor upon failure.
38805         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
38806         (fts_safe_changedir): Tweak semantics to reflect that this function
38807         now calls cwd_advance_fd and hence consumes its FD argument.
38808         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
38809         [struct FTS] (fts_rft): Remove now-unused member.
38810         [struct FTS] (fts_cycle.state): Improve comment.
38811
38812         * lib/openat.c (openat_needs_fchdir): New function.
38813         * lib/openat.h (openat_needs_fchdir): Declare it.
38814
38815 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
38816
38817         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
38818         Problem and fix reported by Pádraig Brady in
38819         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
38820
38821 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38822
38823         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
38824
38825 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38826
38827         * lib/memcoll.c (memcoll): Optimize for the common case where the
38828         arguments are bytewise equal.
38829
38830 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38831
38832         * doc/regexprops-generic.texi: Add a copyright notice.
38833
38834 2006-08-15  Bruno Haible  <bruno@clisp.org>
38835
38836         * modules/tmpdir (License): Change to LGPL.
38837
38838 2006-08-15  Bruno Haible  <bruno@clisp.org>
38839
38840         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
38841         module.
38842
38843 2006-08-14  Simon Josefsson  <jas@extundo.com>
38844
38845         * config/srclist.txt: Add gnupload.
38846
38847 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38848
38849         Change copyright notice from LGPL 2 to GPL 2, since that's the
38850         standard form used in the gnulib repository.
38851         * tests/test-lock.c: Likewise.
38852         * tests/test-stdint.c: Likewise.
38853         * tests/test-tls.c: Likewise.
38854
38855         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
38856         prelude-manager.  User shorter URLs for GNU projects, without '?'.
38857         Add copyright notice.
38858
38859         * check-module: Add copyright notice.  Output a copyright
38860         notice if "--version" is specified.
38861         * modules/COPYING: New file.
38862         * tests/test-getaddrinfo.c: Add copyright notice.
38863         * tests/test-verify.c: Likewise.
38864
38865 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38866
38867         Change copyright notice from LGPL 2 to GPL 2, since that's the
38868         standard form used in the gnulib repository.
38869         * lib/lock.c: LGPL -> GPL.
38870         * lib/lock.h: Likewise.
38871         * lib/strnlen1.c: Likewise.
38872         * lib/strnlen1.h: Likewise.
38873         * lib/tls.c: Likewise.
38874         * lib/tls.h: Likewise.
38875         * lib/tmpdir.c: Likewise.
38876
38877         * lib/TODO: Remove; this belongs only in coreutils.
38878
38879 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38880
38881         Add copyright notices to long-enough files that lack them, since
38882         otherwise the files aren't clearly free.  Use the same notice that
38883         getdate.texi already uses.
38884         * doc/alloca-opt.texi: Add copyright notice.
38885         * doc/alloca.texi: Likewise.
38886         * doc/ctime.texi: Likewise.
38887         * doc/functions.texi: Likewise.
38888         * doc/gcd.texi: Likewise.
38889         * doc/gnulib-tool.texi: Likewise.
38890         * doc/inet_ntoa.texi: Likewise.
38891         * doc/visibility.texi: Likewise.
38892
38893         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
38894         * doc/quote.texi: Add copyright notice.
38895
38896         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
38897         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
38898         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
38899         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
38900         is now obsolete, and give a pointer to the Sun list.
38901         Add copyright notice.
38902
38903 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
38904
38905         * config/srclistvars.sh: Add copyright notice.
38906
38907 2006-08-14  Eric Blake  <ebb9@byu.net>
38908
38909         Import the following change from libc:
38910
38911         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
38912
38913         Upstream bug 2997.
38914         * lib/misc/error.c: Add space between program name and message if file
38915         name is missing.
38916
38917 2006-08-12  Karl Berry  <karl@gnu.org>
38918
38919         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
38920         remove, these originate in gnulib now.
38921
38922 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38923
38924         * doc/Makefile (standards.info standards.html standards.dvi):
38925         Also depend on make-stds.texi.
38926
38927 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38928
38929         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
38930         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
38931
38932         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
38933         in wchar_t.  Problem reported by Eric Blake.
38934
38935         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
38936         LEN is smaller than SIZE.  Suggested by Bruno Haible.
38937         Also, help the compiler to keep LEN in a register.
38938
38939 2006-08-11  Eric Blake  <ebb9@byu.net>
38940
38941         * users.txt: Sort.  Add tar.
38942
38943 2006-08-11  Bruno Haible  <bruno@clisp.org>
38944
38945         * users.txt: New file.
38946
38947 2006-08-11  Bruno Haible  <bruno@clisp.org>
38948
38949         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
38950         before <wchar.h>. Needed for OSF/1 and BSD/OS.
38951
38952 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
38953
38954         * modules/snprintf (Depends-on): Remove minmax.
38955         (Maintainer): Add self and Bruno.
38956
38957 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
38958
38959         * lib/.cppi-disable: Add snprintf.h, socket_.h.
38960         * lib/snprintf.c: Include <errno.h> and <limits.h>.
38961         (EOVERFLOW): Define if the system does not.
38962         Do not include "minmax.h"; it wasn't used.
38963         (snprintf): Don't assume size_t promotes to an unsigned type.
38964         Fix bug when generated string was too long for the buffer: the
38965         buffer's contents are supposed to be the initial prefix of the
38966         output.  Don't assume vasnprintf returns EOVERFLOW if the size
38967         exceeds INT_MAX; do the check ourselves.
38968
38969         Import the following changes from libc:
38970
38971         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
38972
38973         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
38974         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
38975         set wc to the byte which couldn't be converted.
38976         (re_string_reconstruct): Don't clear valid_raw_len before calling
38977         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
38978         tip_context using re_string_context_at.
38979
38980         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
38981
38982         * lib/posix/regex.h: g++ still cannot handled [restrict].
38983
38984         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
38985
38986         * lib/posix/regex.h: Remove special handling for VMS.
38987
38988 2006-08-10  Jim Meyering  <jim@meyering.net>
38989
38990         * modules/same-inode: New module.
38991         * modules/dev-ino: New module.
38992         * modules/cycle-check: Depend on these modules, rather than simply
38993         including their .h files.
38994         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
38995         required via m4/cycle-check.m4.
38996         * modules/same: Depend on new same-inode module, rather than
38997         including same-inode.h.
38998         * modules/chdir-safer: New file.
38999
39000         * modules/chown (Depends-on): Add stat-macros.
39001
39002 2006-08-10  Jim Meyering  <jim@meyering.net>
39003
39004         * m4/cycle-check.m4: New file.
39005         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
39006         * m4/dev-ino.m4, m4/same-inode.m4: New files.
39007
39008 2006-08-10  Eric Blake  <ebb9@byu.net>
39009
39010         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
39011         in from original proposal.
39012
39013 2006-08-10  Eric Blake  <ebb9@byu.net>
39014         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39015
39016         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
39017         namespace.
39018
39019 2006-08-10  Bruno Haible  <bruno@clisp.org>
39020
39021         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
39022         as well.
39023
39024 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39025
39026         Sync from coreutils.
39027
39028         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
39029
39030         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
39031         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
39032
39033 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39034
39035         * modules/restrict: Remove; no longer needed now that we assume
39036         Autoconf 2.59 or later.
39037         * MODULES.html.sh: Remove 'restrict'.
39038         * modules/argp (Depends-on): Remove 'restrict'.
39039         * modules/base64 (Depends-on): Likewise.
39040         * modules/gc (Depends-on): Likewise.
39041         * modules/getaddrinfo (Depends-on): Likewise.
39042         * modules/glob (Depends-on): Likewise.
39043         * modules/inet_ntop (Depends-on): Likewise.
39044         * modules/inet_pton (Depends-on): Likewise.
39045         * modules/memxor (Depends-on): Likewise.
39046         * modules/regex (Depends-on): Likewise.
39047         * modules/strtok_r (Depends-on): Likewise.
39048         * modules/time_r (Depends-on): Likewise.
39049
39050 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39051
39052         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
39053         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
39054         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
39055         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
39056         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
39057         * m4/memxor.m4 (gl_MEMXOR): Likewise.
39058         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
39059         gl_C_RESTRICT replaced by AC_C_RESTRICT.
39060
39061         Merge from coreutils.
39062         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
39063         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
39064         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39065         * m4/time_r.m4 (gl_TIME_R): Likewise.
39066
39067 2006-08-09  Karl Berry  <karl@gnu.org>
39068
39069         * config/srclist.txt: no more gettext-tools, per Bruno.
39070
39071 2006-08-08  Eric Blake  <ebb9@byu.net>
39072
39073         * modules/verror: New module.
39074         * MODULES.html.sh: Document it.
39075
39076 2006-08-08  Eric Blake  <ebb9@byu.net>
39077
39078         * lib/verror.h, lib/verror.c: New files.
39079
39080 2006-08-08  Eric Blake  <ebb9@byu.net>
39081
39082         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
39083         verror_at_line output complies with GNU Coding Standards even when
39084         file is NULL.
39085
39086 2006-08-07  Bruno Haible  <bruno@clisp.org>
39087
39088         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
39089         versions of AIX.
39090         Reported by Ralf Wildenhues.
39091
39092 2006-08-07  Bruno Haible  <bruno@clisp.org>
39093
39094         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
39095         in an AC_DEFUN. Needed so that the autoconf snippets can use
39096         AC_REQUIRE.
39097
39098 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39099
39100         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39101         Initialize pkgdata_DATA.
39102         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
39103         overriding it.
39104
39105 2006-08-06  Eric Blake  <ebb9@byu.net>
39106
39107         * lib/error.h: Fold in some upstream changes from glibc.
39108         * lib/error.c: Likewise.
39109
39110 2006-08-04  Bruno Haible  <bruno@clisp.org>
39111
39112         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39113         Make the mostlyclean-local rule depend on mostlyclean-generic.
39114         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
39115
39116 2006-07-31  Bruno Haible  <bruno@clisp.org>
39117
39118         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
39119         <stdlib.h>, <string.h>.
39120
39121 2006-07-30  Bruno Haible  <bruno@clisp.org>
39122
39123         * modules/readlink (License): Change to LGPL.
39124
39125 2006-07-30  Bruno Haible  <bruno@clisp.org>
39126
39127         * modules/javaversion (Makefile.am): Distribute javaversion.java and
39128         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
39129         set PKGDATADIR to point to it.
39130
39131 2006-07-30  Bruno Haible  <bruno@clisp.org>
39132
39133         * modules/csharpexec (configure.ac): Comment out macro invocation.
39134         * modules/javaexec (configure.ac): Likewise.
39135         * modules/javacomp-script (configure.ac): Likewise.
39136
39137         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
39138
39139 2006-07-30  Bruno Haible  <bruno@clisp.org>
39140
39141         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
39142         linked-list.
39143
39144 2006-07-30  Bruno Haible  <bruno@clisp.org>
39145
39146         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
39147
39148 2006-07-30  Bruno Haible  <bruno@clisp.org>
39149
39150         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39151         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
39152         get removed.
39153
39154 2006-07-29  Bruno Haible  <bruno@clisp.org>
39155
39156         Make it possible for gnulib-tool to work with locally modified or
39157         augmented gnulib repositories.
39158         * gnulib-tool (func_usage): Document --local-dir option.
39159         (local_gnulib_dir): New variable.
39160         Handle --local-dir option.
39161         (func_lookup_file): New function.
39162         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
39163         (func_get_description, func_get_filelist, func_get_description,
39164         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
39165         func_get_automake_snippet, func_get_include_directive,
39166         func_get_license, func_get_maintainer): Use func_lookup_file.
39167         (func_import, func_create_testdir): Use func_lookup_file.
39168
39169 2006-07-29  Bruno Haible  <bruno@clisp.org>
39170
39171         * modules/setenv (Depends-on): Add unistd.
39172
39173 2006-07-29  Bruno Haible  <bruno@clisp.org>
39174
39175         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
39176
39177 2006-07-29  Bruno Haible  <bruno@clisp.org>
39178
39179         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
39180
39181 2006-07-29  Bruno Haible  <bruno@clisp.org>
39182
39183         * gnulib-tool (import, update): If there is no Makefile.am, look at
39184         aclocal.m4, instead of bailing out.
39185
39186 2006-07-29  Bruno Haible  <bruno@clisp.org>
39187
39188         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
39189         Categorize the options by when they are useful.
39190
39191 2006-07-29  Bruno Haible  <bruno@clisp.org>
39192
39193         * gnulib-tool (func_usage): Document option --no-libtool.
39194         Handle option --no-libtool.
39195         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
39196         for changed semantics of $libtool variable.
39197         (func_import): Likewise. If libtool is not used, show this through
39198         an option --no-libtool.
39199         (func_create_testdir): Update.
39200
39201 2006-07-29  Bruno Haible  <bruno@clisp.org>
39202
39203         * gnulib-tool (func_import): Extend error message about missing
39204         --doc-base.
39205
39206 2006-07-29  Bruno Haible  <bruno@clisp.org>
39207
39208         * gnulib-tool (func_import): Don't create the $docbase directory if
39209         there is no file to store there.
39210
39211 2006-07-29  Bruno Haible  <bruno@clisp.org>
39212
39213         * gnulib-tool (autoconf_minversion): If a --dir option is given and
39214         relevant, look for configure.ac there, not in the current directory.
39215         Also use a simple search for AC_PREREQ, not "autoconf --trace".
39216
39217 2006-07-29  Bruno Haible  <bruno@clisp.org>
39218
39219         * gnulib-tool (SORT): New variable.
39220         (func_usage): Undocument --assume-autoconf option.
39221         Remove --assume-autoconf option handling.
39222         (autoconf_minversion): Determine from the contents of configure.ac.
39223         (func_import): Remove autoconf_minversion handling.
39224         Suggested by Eric Blake.
39225
39226 2006-07-29  Bruno Haible  <bruno@clisp.org>
39227
39228         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
39229
39230 2006-07-29  Bruno Haible  <bruno@clisp.org>
39231
39232         * config/srclist.txt (*setenv.[ch]): Remove rules.
39233
39234 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39235
39236         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
39237
39238 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39239
39240         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
39241         arpa/inet.h.
39242
39243 2006-07-28  Simon Josefsson  <jas@extundo.com>
39244
39245         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
39246         * modules/inet_pton (Depends-on): Likewise.
39247
39248 2006-07-28  Simon Josefsson  <jas@extundo.com>
39249
39250         * m4/netinet_in_h.m4: New file.
39251
39252 2006-07-28  Simon Josefsson  <jas@extundo.com>
39253
39254         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
39255         #include's.
39256
39257 2006-07-28  Simon Josefsson  <jas@extundo.com>
39258
39259         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
39260         #include's.
39261
39262 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
39263
39264         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
39265         setgid on directories only if they set these bits.
39266         * lib/modechange.h: Remove obsolete comment about masks.
39267
39268 2006-07-28  Eric Blake  <ebb9@byu.net>
39269
39270         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
39271         macro expansion.
39272
39273 2006-07-28  Bruno Haible  <bruno@clisp.org>
39274
39275         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
39276
39277 2006-07-28  Bruno Haible  <bruno@clisp.org>
39278
39279         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
39280
39281 2006-07-28  Bruno Haible  <bruno@clisp.org>
39282
39283         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
39284         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
39285         Define fallbacks.
39286         Avoids link error on FreeBSD 4.x.
39287         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
39288
39289         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
39290         encoding.
39291         * lib/mbswidth.c (iswcntrl): Likewise.
39292
39293 2006-07-27  Bruno Haible  <bruno@clisp.org>
39294
39295         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
39296         test.
39297
39298 2006-07-27  Bruno Haible  <bruno@clisp.org>
39299
39300         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
39301         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
39302         defined.
39303
39304 2006-07-26  Eric Blake  <ebb9@byu.net>
39305
39306         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
39307
39308 2006-07-26  Eric Blake  <ebb9@byu.net>
39309
39310         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
39311         like mingw that lack mkstemp.
39312         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
39313         avoid compilation warning on mingw.
39314
39315 2006-07-26  Bruno Haible  <bruno@clisp.org>
39316
39317         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
39318         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
39319         INT_FAST*_MIN, INTPTR_MIN.
39320
39321 2006-07-25  Bruno Haible  <bruno@clisp.org>
39322
39323         * modules/version-etc (Depends-on): Add stdarg.
39324
39325 2006-07-25  Bruno Haible  <bruno@clisp.org>
39326
39327         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
39328         complex commands.
39329
39330 2006-07-25  Bruno Haible  <bruno@clisp.org>
39331
39332         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
39333         defined in <stdarg.h> or config.h.
39334
39335 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
39336
39337         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
39338         (gl_STDIO_SAFER): Remove.
39339
39340 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         * MODULES.html.sh (File stream based Input/Output):
39343         Add fopen-safer, tmpfile-safer; remove stdio-safer.
39344         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
39345         * modules/fopen-safer, modules/tmpfile-safer: New files.
39346         * modules/stdio-safer: Remove.
39347
39348 2006-07-24  Bruno Haible  <bruno@clisp.org>
39349
39350         * modules/tmpdir: New file.
39351         * MODULES.html.sh (File system functions): Add it.
39352
39353 2006-07-24  Bruno Haible  <bruno@clisp.org>
39354
39355         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
39356         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
39357
39358 2006-07-24  Bruno Haible  <bruno@clisp.org>
39359
39360         * modules/clean-temp: New file.
39361
39362 2006-07-24  Bruno Haible  <bruno@clisp.org>
39363
39364         * m4/tmpdir.m4: New file, from GNU gettext.
39365
39366 2006-07-24  Bruno Haible  <bruno@clisp.org>
39367
39368         * lib/tmpdir.h: New file, from GNU gettext.
39369         * lib/tmpdir.c: New file, from GNU gettext.
39370
39371 2006-07-24  Bruno Haible  <bruno@clisp.org>
39372
39373         * lib/clean-temp.h: New file, from GNU gettext.
39374         * lib/clean-temp.c: New file, from GNU gettext.
39375
39376 2006-07-23  Eric Blake  <ebb9@byu.net>
39377
39378         * modules/stdio-safer (Files): Add tmpfile-safer.c.
39379         (Depends-on): Add binary-io.
39380
39381 2006-07-23  Eric Blake  <ebb9@byu.net>
39382
39383         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
39384
39385 2006-07-23  Eric Blake  <ebb9@byu.net>
39386
39387         * lib/tmpfile-safer.c: New file.
39388         * lib/stdio-safer.h (fopen_safer): Add prototype.
39389         * lib/stdio--.h (tmpfile): Make safer.
39390
39391 2006-07-23  Bruno Haible  <bruno@clisp.org>
39392
39393         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
39394         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
39395         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
39396         gl_linked_remove_at): Use it.
39397
39398 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39399         and Simon Josefsson <jas@extundo.com>
39400
39401         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
39402
39403         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
39404
39405 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
39406
39407         * modules/close-stream: New file.
39408         * modules/closeout (Description): Make it clear that it exits
39409         with a diagnostic on error.
39410         (Depends-on): Add close-stream.  Remove fpending, stdbool.
39411         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
39412
39413 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
39414
39415         * m4/close-stream.m4: New file.
39416
39417 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
39418
39419         * lib/close-stream.c, lib/close-stream.h: New files.
39420
39421 2006-07-22  Bruno Haible  <bruno@clisp.org>
39422
39423         Merge from GNU gettext 0.15.
39424
39425         2006-05-01  Bruno Haible  <bruno@clisp.org>
39426
39427                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
39428
39429         2006-07-22  Bruno Haible  <bruno@clisp.org>
39430
39431                 * modules/javaversion: New file.
39432                 * MODULES.html.sh (Java): Add javaversion.
39433
39434         2006-03-12  Bruno Haible  <bruno@clisp.org>
39435
39436                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
39437
39438         2005-12-04  Bruno Haible  <bruno@clisp.org>
39439
39440                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
39441                 (untested).
39442
39443         2006-06-21  Bruno Haible  <bruno@clisp.org>
39444
39445                 Avoid warnings from recent versions of mcs.
39446                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
39447                 -o, -L, -r any more. Use options documented since mcs-1.0
39448                 instead. Similarly for -g.
39449
39450         2005-12-04  Bruno Haible  <bruno@clisp.org>
39451
39452                 * build-aux/csharpcomp.sh.in: Suffix for resources is
39453                 .resources, not .resource.
39454
39455         2005-07-09  Bruno Haible  <bruno@clisp.org>
39456
39457                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
39458                 add a .dll suffix.
39459                 Reported by Mark Junker <mjscod@gmx.de>.
39460
39461         2006-07-22  Bruno Haible  <bruno@clisp.org>
39462
39463                 * modules/gettext: Upgrade to gettext-0.15.
39464                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
39465                 m4/visibility.m4.
39466                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
39467
39468 2006-07-22  Bruno Haible  <bruno@clisp.org>
39469
39470         Merge from GNU gettext 0.15.
39471
39472         2006-03-25  Bruno Haible  <bruno@clisp.org>
39473
39474                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
39475
39476         2006-07-21  Bruno Haible  <bruno@clisp.org>
39477
39478                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
39479                 "1.1".
39480
39481         2006-05-09  Bruno Haible  <bruno@clisp.org>
39482
39483                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
39484                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
39485                 for the conftestver execution.
39486
39487         2006-05-01  Bruno Haible  <bruno@clisp.org>
39488
39489                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
39490                 optional target-version argument. Verify that the compiler
39491                 groks source of the specified source-version, or add -source
39492                 option as necessary. Verify that the compiler produces
39493                 bytecode in the specified target-version, or add -target and
39494                 -source options as necessary. Make the result of the test
39495                 available as variable CONF_JAVAC. Also log error output in
39496                 config.log.
39497
39498         2006-03-11  Bruno Haible  <bruno@clisp.org>
39499
39500                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
39501
39502         2006-05-09  Bruno Haible  <bruno@clisp.org>
39503
39504                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
39505                 CLASSPATH_SEPARATOR to a semicolon.
39506
39507         2006-03-12  Bruno Haible  <bruno@clisp.org>
39508
39509                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
39510                 available as variable CONF_JAVA, for subsequent autoconf
39511                 tests. Also log error output in config.log.
39512
39513         2006-07-19  Bruno Haible  <bruno@clisp.org>
39514
39515                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
39516                 that getline works on glibc2 systems. Needed to avoid trouble
39517                 in relocatable.c.
39518                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
39519
39520         2005-12-04  Bruno Haible  <bruno@clisp.org>
39521
39522                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
39523                 launcher (untested).
39524
39525         2005-12-04  Bruno Haible  <bruno@clisp.org>
39526
39527                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
39528
39529         2006-07-22  Bruno Haible  <bruno@clisp.org>
39530
39531                 * gettext.m4: Update from GNU gettext-0.15.
39532                 * nls.m4: Likewise.
39533                 * po.m4: Likewise.
39534                 * inttypes-pri.m4: Likewise.
39535                 * inttypes-h.m4: Renamed from inttypes.m4.
39536                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
39537
39538 2006-07-22  Bruno Haible  <bruno@clisp.org>
39539
39540         Merge from GNU gettext 0.15.
39541
39542         2005-07-05  Bruno Haible  <bruno@clisp.org>
39543
39544                 * printf-args.c (printf_fetchargs): Work around broken
39545                 definition of wint_t on mingw.
39546
39547         2005-02-12  Bruno Haible  <bruno@clisp.org>
39548
39549                 * xallocsa.h: Add extern "C" for C++.
39550
39551         2006-05-17  Bruno Haible  <bruno@clisp.org>
39552
39553                 Cygwin portability.
39554                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
39555
39556         2006-04-30  Bruno Haible  <bruno@clisp.org>
39557
39558                 * progreloc.c: Include <mach-o/dyld.h> if available.
39559                 (find_executable): Use _NSGetExecutablePath when possible.
39560
39561         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39562
39563                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
39564                 function.
39565
39566         2005-12-29  Bruno Haible  <bruno@clisp.org>
39567
39568                 * progreloc.c (set_program_name_and_installdir): Fix
39569                 compilation error.
39570
39571         2005-12-04  Bruno Haible  <bruno@clisp.org>
39572
39573                 Cygwin portability.
39574                 * progreloc.c: Include <windows.h> also on Cygwin.
39575                 (find_executable): Add support for Cygwin.
39576                 (set_program_name_and_installdir): Handle also platforms with
39577                 nonempty EXEEXT.
39578
39579         2006-07-11  Bruno Haible  <bruno@clisp.org>
39580
39581                 * javacomp.c: Fix a comment.
39582                 Reported by Jim Meyering.
39583
39584         2006-04-30  Bruno Haible  <bruno@clisp.org>
39585
39586                 * javacomp.h (compile_java_class): Add source_version,
39587                 target_version arguments.
39588                 * javacomp.c: Rewritten to choose only a compiler that
39589                 respects the specified source_version and target_version.
39590
39591         2006-06-27  Bruno Haible  <bruno@clisp.org>
39592
39593                 Assume correct S_ISDIR macro.
39594                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
39595
39596         2006-07-22  Bruno Haible  <bruno@clisp.org>
39597
39598                 * javaversion.h: New file, from GNU gettext.
39599                 * javaversion.c: New file, from GNU gettext.
39600                 * javaversion.java: New file, from GNU gettext.
39601                 * javaversion.class: New file, from GNU gettext.
39602
39603         2006-05-17  Bruno Haible  <bruno@clisp.org>
39604
39605                 Cygwin portability.
39606                 * javaexec.c (execute_java_class): Test for jview program
39607                 also on Cygwin.
39608
39609         2006-04-09  Bruno Haible  <bruno@clisp.org>
39610
39611                 * fatal-signal.c: Don't include string.h.
39612                 (at_fatal_signal): Use a copying loop instead of memcpy.
39613
39614         2005-12-04  Bruno Haible  <bruno@clisp.org>
39615
39616                 * csharpexec.c: Add support for 'clix' launcher (untested).
39617                 (execute_csharp_using_sscli): New function.
39618                 (execute_csharp_program): Call it.
39619
39620         2006-06-21  Bruno Haible  <bruno@clisp.org>
39621
39622                 Avoid warnings from recent versions of mcs.
39623                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
39624                 -o, -L, -r any more. Use options documented since mcs-1.0
39625                 instead. Similarly for -g.
39626
39627         2005-07-09  Bruno Haible  <bruno@clisp.org>
39628
39629                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
39630                 add a .dll suffix.
39631                 Reported by Mark Junker <mjscod@gmx.de>.
39632
39633         2006-06-17  Bruno Haible  <bruno@clisp.org>
39634
39635                 * config.charset: Update for NetBSD 3.0.
39636
39637         2006-05-17  Bruno Haible  <bruno@clisp.org>
39638
39639                 Cygwin portability.
39640                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
39641
39642         2006-05-16  Bruno Haible  <bruno@clisp.org>
39643
39644                 * localcharset.c [CYGWIN]: Include <windows.h>.
39645                 (get_charset_aliases): For Cygwin, return the same CPxxx
39646                 aliases list as under WIN32.
39647                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
39648                 the environment variables. Fall back to GetACP().
39649
39650         2006-04-05  Bruno Haible  <bruno@clisp.org>
39651
39652                 * config.charset: Update Juan Manuel Guerrero's address.
39653
39654         2005-02-12  Bruno Haible  <bruno@clisp.org>
39655
39656                 * allocsa.h: Add extern "C" for C++.
39657
39658         2005-02-10  Bruno Haible  <bruno@clisp.org>
39659
39660                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
39661                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
39662
39663         2006-07-22  Bruno Haible  <bruno@clisp.org>
39664
39665                 * gettext.h: Update to GNU gettext-0.15.
39666
39667 2006-07-22  Bruno Haible  <bruno@clisp.org>
39668
39669         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
39670         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
39671         lib-prefix.m4, longdouble.m4, ssize_t.m4.
39672
39673 2006-07-21  Eric Blake  <ebb9@byu.net>
39674
39675         * modules/stdlib-safer: New file.
39676         * MODULES.html.sh (File stream based Input/Output): Add
39677         stdlib-safer.
39678
39679 2006-07-21  Eric Blake  <ebb9@byu.net>
39680
39681         * lib/stdlib-safer.h: New file from coreutils, required by
39682         stdlib--.h.
39683
39684 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
39685
39686         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
39687
39688 2006-07-20  Bruno Haible  <bruno@clisp.org>
39689
39690         * gnulib-tool: Recognize new option --assume-autoconf.
39691         (autoconf_minversion): New variable.
39692         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
39693
39694 2006-07-20  Bruno Haible  <bruno@clisp.org>
39695
39696         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
39697
39698 2006-07-19  Derek R. Price  <derek@ximbiot.com>
39699
39700         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
39701         Reindent and repaginate.
39702
39703 2006-07-19  Derek Price  <derek@ximbiot.com>
39704
39705         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
39706         Correct grammar.
39707
39708 2006-07-17  Bruno Haible  <bruno@clisp.org>
39709
39710         * modules/list: New file.
39711         * modules/array-list: New file.
39712         * modules/carray-list, modules/carray-list-tests: New files.
39713         * modules/linked-list, modules/linked-list-tests: New files.
39714         * modules/avltree-list, modules/avltree-list-tests: New files.
39715         * modules/rbtree-list, modules/rbtree-list-tests: New files.
39716         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
39717         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
39718         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
39719         * modules/oset: New file.
39720         * modules/array-oset: New file.
39721         * modules/avltree-oset, modules/avltree-oset-tests: New files.
39722         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
39723         * tests/test-carray_list.c: New file.
39724         * tests/test-linked_list.c: New file.
39725         * tests/test-avltree_list.c: New file.
39726         * tests/test-rbtree_list.c: New file.
39727         * tests/test-linkedhash_list.c: New file.
39728         * tests/test-avltreehash_list.c: New file.
39729         * tests/test-rbtreehash_list.c: New file.
39730         * tests/test-avltree_oset.c: New file.
39731         * tests/test-rbtree_oset.c: New file.
39732         * MODULES.html.sh (Container data structures): New section.
39733
39734 2006-07-17  Bruno Haible  <bruno@clisp.org>
39735
39736         * m4/gl_list.m4: New file.
39737
39738 2006-07-17  Bruno Haible  <bruno@clisp.org>
39739
39740         * lib/gl_list.h: New file.
39741         * lib/gl_list.c: New file.
39742         * lib/gl_array_list.h: New file.
39743         * lib/gl_array_list.c: New file.
39744         * lib/gl_carray_list.h: New file.
39745         * lib/gl_carray_list.c: New file.
39746         * lib/gl_linked_list.h: New file.
39747         * lib/gl_linked_list.c: New file.
39748         * lib/gl_anylinked_list1.h: New file.
39749         * lib/gl_anylinked_list2.h: New file.
39750         * lib/gl_avltree_list.h: New file.
39751         * lib/gl_avltree_list.c: New file.
39752         * lib/gl_anyavltree_list1.h: New file.
39753         * lib/gl_anyavltree_list2.h: New file.
39754         * lib/gl_rbtree_list.h: New file.
39755         * lib/gl_rbtree_list.c: New file.
39756         * lib/gl_anyrbtree_list1.h: New file.
39757         * lib/gl_anyrbtree_list2.h: New file.
39758         * lib/gl_anytree_list1.h: New file.
39759         * lib/gl_anytree_list2.h: New file.
39760         * lib/gl_linkedhash_list.h: New file.
39761         * lib/gl_linkedhash_list.c: New file.
39762         * lib/gl_anyhash_list1.h: New file.
39763         * lib/gl_anyhash_list2.h: New file.
39764         * lib/gl_avltreehash_list.h: New file.
39765         * lib/gl_avltreehash_list.c: New file.
39766         * lib/gl_rbtreehash_list.h: New file.
39767         * lib/gl_rbtreehash_list.c: New file.
39768         * lib/gl_anytreehash_list1.h: New file.
39769         * lib/gl_anytreehash_list2.h: New file.
39770
39771         * lib/gl_oset.h: New file.
39772         * lib/gl_oset.c: New file.
39773         * lib/gl_array_oset.h: New file.
39774         * lib/gl_array_oset.c: New file.
39775         * lib/gl_avltree_oset.h: New file.
39776         * lib/gl_avltree_oset.c: New file.
39777         * lib/gl_rbtree_oset.h: New file.
39778         * lib/gl_rbtree_oset.c: New file.
39779         * lib/gl_anytree_oset.h: New file.
39780
39781 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39782
39783         * m4/mkancesdirs.m4: New file.
39784         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
39785         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
39786         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
39787         it.
39788
39789 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39790
39791         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
39792         * lib/mkancesdirs.h: New files.
39793         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
39794         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
39795         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
39796         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
39797         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
39798         callers changed.  Revamp internals significantly, by not
39799         attempting to create directories that are temporarily more
39800         permissive than the final results.  Do not attempt to use
39801         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
39802         This removes some race conditions, fixes some bugs, and simplifies
39803         things.  Use new dirchownmod function to do owner and mode changes.
39804         * lib/mkdir-p.h: Likewise.
39805         * lib/modechange.c (octal_to_mode): New function.
39806         (struct mode_change): New member mentioned.
39807         (make_node_op_equals): New arg mentioned.  All callers changed.
39808         (mode_compile): Keep track of which mode bits the user has explicitly
39809         mentioned.
39810         (mode_adjust): New arg DIR, so that we implement the X op correctly.
39811         New arg PMODE_BITS, to keep track of which mode bits the user
39812         mentioned; it treats S_ISUID and S_ISGID speciall.
39813         All callers changed.
39814         * lib/modechange.h: Likewise.
39815
39816 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
39817
39818         * MODULES.html.sh: Add mkancestors.
39819         * modules/mkancesdirs: New module.
39820         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
39821         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
39822         The chdir-safer and afs files are now orphans; I'll remove them
39823         unless someone speaks up.
39824         Add lib/dirchownmod.c, lib/dirchownmod.h.
39825         (Depends-on): Remove alloca, chown, save-cwd, dirname.
39826         Add lchown, mkancesdirs.
39827         (Maintainer): Add self.
39828
39829 2006-07-15  Karl Berry  <karl@gnu.org>
39830
39831         * gnulib-tool: help message wording/arrangement.
39832
39833 2006-07-14  Simon Josefsson  <jas@extundo.com>
39834
39835         * doc/gnulib.texi (Libtool and Windows): New section.
39836
39837 2006-07-12  Simon Josefsson  <jas@extundo.com>
39838
39839         * modules/gendocs (License): Fix license, approved by Karl.
39840
39841 2006-07-12  Eric Blake  <ebb9@byu.net>
39842
39843         * MODULES.html.sh: Add gendocs.
39844
39845 2006-07-11  Eric Blake  <ebb9@byu.net>
39846
39847         * modules/fdl: New module, to install doc/fdl.texi.
39848         * MODULES.html.sh: Add new section for documentation modules.
39849         * gnulib-tool: Avoid space-tab.
39850         (--doc-base): New option, to manage files from doc.
39851
39852 2006-07-11  Eric Blake  <ebb9@byu.net>
39853
39854         * m4/absolute-header.m4: Fix comments to match recent change.
39855
39856 2006-07-11  Eric Blake  <ebb9@byu.net>
39857
39858         * gnulib-tool: List --doc-base before --tests-base.
39859
39860 2006-07-11  Derek R. Price  <derek@ximbiot.com>
39861
39862         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
39863
39864 2006-07-11  Bruno Haible  <bruno@clisp.org>
39865
39866         * README: Mention where to put documentation.
39867
39868 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39869
39870         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
39871
39872 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
39873
39874         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
39875         to stdint.m4.
39876
39877 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
39878
39879         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
39880         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
39881         "no/such/file/stdint.h" when there is no such file, so that
39882         the resulting C code can be parsed by dodgy compilers.
39883         Problems reported by Bob Proulx.
39884
39885 2006-07-10  Derek R. Price  <derek@ximbiot.com>
39886
39887         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
39888         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
39889         macros into the GNU _D_EXACT_NAMLEN.
39890         * lib/savedir.c:  Likewise.
39891         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
39892
39893 2006-07-10  Derek R. Price  <derek@ximbiot.com>
39894         and Paul Eggert  <eggert@cs.ucla.edu>
39895
39896         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
39897         * m4/savedir.m4:
39898         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
39899         macros into the GNU _D_EXACT_NAMLEN.
39900
39901 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39902
39903         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
39904         around the absolute name, to work around a problem with the HP-UX
39905         11.23 native C compiler, reported by Bob Proulx.
39906
39907 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39908
39909         * doc/maintain.texi, make-stds.texi: Sync from
39910         <http://savannah.gnu.org/projects/gnustandards>.
39911
39912 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39913
39914         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
39915
39916 2006-07-09  Jim Meyering  <jim@meyering.net>
39917
39918         * m4/glob.m4: Remove a doubled word in a comment.
39919
39920 2006-07-09  Jim Meyering  <jim@meyering.net>
39921
39922         * lib/argp-pv.c: Remove a doubled word in a comment.
39923         * lib/check-version.c (check_version): Likewise.
39924         * lib/javacomp.c (compile_java_class): Likewise.
39925
39926 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
39927
39928         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
39929         for the benefit of people using Autoconf 2.60.  If you want to
39930         support older Autoconf versions you can copy m4/onceonly_2_57.m4
39931         (or m4/onceonly.m4, if pre-2.57) manually.
39932
39933 2006-07-08  Jim Meyering  <jim@meyering.net>
39934
39935         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
39936         comment.
39937         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
39938         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
39939         comment.
39940
39941 2006-07-08  Jim Meyering  <jim@meyering.net>
39942
39943         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
39944
39945 2006-07-07  Simon Josefsson  <jas@extundo.com>
39946
39947         * tests/test-crc.c: Change expected crc value, the test vector
39948         were probably computed using the old broken crc.c?
39949
39950 2006-07-06  Simon Josefsson  <jas@extundo.com>
39951
39952         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
39953         now the canonical place for the M4 file).
39954
39955         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
39956         from the sys_socket dependency now.
39957
39958         * modules/inet_pton (Files): Ditto.
39959
39960         * modules/inet_ntop (Files): Ditto.
39961
39962 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39963
39964         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
39965         not gl_PREREQ_GETUSERSHELL.
39966
39967 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39968
39969         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
39970         with only one argument, for Autoconf 2.60.
39971         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
39972         expand to nothing, so add a shell command to avoid syntax error.
39973         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
39974
39975 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39976
39977         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
39978
39979 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39980
39981         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
39982         no longer needed.  Check for isblank decl.
39983         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
39984         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
39985         of existence.
39986
39987 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39988
39989         * lib/getloadavg.c: Use __VMS, not VMS.
39990         * lib/getopt.c: Likewise.
39991         * lib/getpagesize.h: Likewise.
39992         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
39993         and probably does not work.
39994
39995 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
39996
39997         * lib/.cppi-disable: Add wcwidth.
39998         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
39999         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
40000         (ISGRAPH): Remove.  All uses changed to isgraph.
40001         (FOLD) [!defined _LIBC]: Remove special case.
40002         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
40003         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
40004         HAVE_ISBLANK.
40005         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
40006         case.
40007
40008 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
40009
40010         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
40011         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
40012         brackets.  Other minor changes to suppress some compiler
40013         warnings.
40014
40015 2006-07-06  Derek R. Price  <derek@ximbiot.com>
40016         and Paul Eggert  <eggert@cs.ucla.edu>
40017
40018         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
40019         of invoking obsolescent AC_HEADER_DIRENT macro.
40020         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
40021         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
40022         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
40023         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
40024         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
40025         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
40026         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
40027         * m4/readdir.m4: Remove; no longer needed.
40028
40029 2006-07-06  Derek R. Price  <derek@ximbiot.com>
40030         and Paul Eggert  <eggert@cs.ucla.edu>
40031
40032         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
40033         Don't worry about this obsolete case any more.
40034         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
40035         directories.
40036         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
40037         worry about this obsolete case any more.
40038         * lib/fts.c: Likewise.
40039         * lib/getcwd.c: Likewise.
40040         * lib/glob.h: Likewise.
40041         * lib/savedir.c: Likewise.
40042
40043 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
40044
40045         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
40046         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
40047         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
40048         needed.
40049         All uses removed.
40050         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
40051         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
40052         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
40053         needed.
40054         * m4/getdate.m4 (gl_GETDATE): Likewise.
40055         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
40056         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
40057         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
40058         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
40059         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
40060         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40061         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
40062         needed.
40063
40064 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
40065
40066         * lib/memcasecmp.c: Include <limits.h>.
40067         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
40068         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
40069         Don't assume isdigit succeeds only on '0' through '9'.
40070
40071 2006-07-05  Eric Blake  <ebb9@byu.net>
40072
40073         * modules/getaddrinfo (Depends-on): Add snprintf.
40074
40075 2006-07-05  Eric Blake  <ebb9@byu.net>
40076
40077         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
40078         to avoid 'header present but could not be compiled' on cygwin.
40079
40080 2006-07-05  Eric Blake  <ebb9@byu.net>
40081
40082         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
40083         missing from netdb.h.
40084         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
40085
40086 2006-07-05  Derek R. Price  <derek@ximbiot.com>
40087
40088         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
40089         no longer needed.
40090         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
40091         * m4/getdate.m4 (gl_GETDATE): Likewise.
40092         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
40093         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
40094         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
40095         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
40096         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40097
40098 2006-07-05  Derek R. Price  <derek@ximbiot.com>
40099
40100         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
40101         All uses of is_space replaced by isspace.
40102         * lib/exit.h: Don't talk about STDC_HEADERS.
40103         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
40104         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
40105         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
40106         replaced by isprint etc.
40107         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
40108         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
40109         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
40110         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
40111         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
40112         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
40113
40114 2006-07-05  Bruno Haible  <bruno@clisp.org>
40115
40116         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
40117         the function exists, before testing against AIX.
40118         Reported by Martin Lambers <marlam@marlam.de>.
40119
40120 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
40121
40122         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
40123         From Mark D. Baushke.
40124
40125 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
40126
40127         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
40128         to the absolute name, not just one, to bypass Sun C 5.8's
40129         "warning: #include of /usr/include/... may be non-portable".
40130
40131 2006-07-04  Eric Blake  <ebb9@byu.net>
40132
40133         * modules/dirname-tests: New test module.
40134         * tests/test-dirname.c: New file, replacing dirname.c
40135         TEST_DIRNAME section that was recently deleted.
40136
40137 2006-07-04  Bruno Haible  <bruno@clisp.org>
40138
40139         Assume ANSI C header files and <ctype.h> functions.
40140         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
40141         (mbsnwidth): Use isprint, iscntrl instead.
40142
40143 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40144
40145         Merge from coreutils.
40146         * MODULES.html.sh: Add xstrtold.
40147         * modules/xstrtold: New file.
40148         * modules/cycle-check (Files): Add lib/same-inode.h.
40149         * modules/dirname (Files): Add m4/double-slash-root.m4.
40150         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
40151         * modules/mkdir-p (Files): Add lib/same-inode.h.
40152         * modules/same (Files): Add lib/same-inode.h.
40153
40154 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40155
40156         * m4/absolute-header.m4: Renamed from full-header-path.m4.
40157         This is to keep the terminology clean; POSIX talks about
40158         "absolute pathnames", not "full pathnames", but the GNU
40159         Coding Standards say to use "path" for something else;
40160         so use "absolute" to keep both sides happy.
40161         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
40162         Set gl_absolute_header, not gl_full_header_path.
40163         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
40164         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
40165         All uses changed.
40166
40167         Merge from coreutils.
40168
40169         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
40170
40171         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
40172         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
40173         want to require the building of c-strtod.o.
40174         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
40175         needs -lm directly.
40176         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
40177
40178         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
40179
40180         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
40181         --as-needed option if available.  Problem reported by Albert Chin in
40182         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
40183         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
40184         cc merely issues a bunch of annoying warnings for --as-needed
40185         (this problem was reported by Bob Proulx).  Also, try linking with
40186         -lm to detect a bug in binutils 2.16 (this problem was reported
40187         by Ralf Wildenhues).
40188
40189         2006-06-18  Jim Meyering  <jim@meyering.net>
40190
40191         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
40192         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
40193         macro.
40194         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
40195         also check for glibc-2.4's abort-inducing bug.
40196
40197         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
40198         Low-probability clean-up should be to use rmdir to get rid of
40199         the just-created directory, not unlink.
40200
40201         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
40202         configure fail, and request a bug report to inform us about it.
40203         Add a comment that, barring reports to the contrary, in 2007 we'll
40204         assume ftruncate is universally available.
40205
40206         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
40207
40208         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
40209
40210         2006-03-12  Jim Meyering  <jim@meyering.net>
40211
40212         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
40213         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
40214         * m4/same.m4 (gl_SAME): Likewise.
40215         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
40216
40217         2006-03-11  Eric Blake  <ebb9@byu.net>
40218
40219         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
40220         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
40221         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
40222         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
40223
40224 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40225
40226         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
40227         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
40228         reported by Mark D. Baushke, one in
40229         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
40230
40231         Merge from coreutils.
40232
40233         * lib/.cppi-disable: Add stdint_.h.
40234         * lib/.cvsignore: Add stdint.h.
40235
40236         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
40237
40238         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
40239         both double and long double versions.
40240         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
40241         * lib/xstrtold.c: New file.
40242         * lib/xstrtod.h (xstrtold): New decl.
40243
40244         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
40245
40246         * lib/filemode.c (setst): Remove.
40247         (strmode): Rewrite to avoid setst.  This makes the code shorter,
40248         (arguably) clearer, and the generated code is a bit smaller on my
40249         Debian GNU/Linux stable x86 host.
40250
40251         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
40252
40253         * lib/filemode.c: Include "filemode.h" first, to test the interface.
40254         Assume that filemode.h includes sys/types.h and sys/stat.h.
40255         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
40256         (ftypelet): Reorder to put common cases first, for efficiency.
40257         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
40258         to do 'M'.
40259         (strmode): Renamed from mode_string, and now stores 12 bytes instead
40260         of 10, for compatibility with FreeBSD.  All callers changed.
40261         (filemodestring): Now stores 12 bytes instead of 10, and sets file
40262         types that can't be deduced solely from st_mode.  First arg is now a
40263         const pointer.
40264         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
40265         (strmode): Renamed from mode_string.
40266         (filemodestring): New decl.
40267         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
40268         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
40269         needed.
40270         (S_ISPORT, S_ISWHT): New macros, if not already defined.
40271
40272         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
40273
40274         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
40275         fsusage.h now does that.  Include fsusage.h first, to test interface.
40276         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
40277         at most one method (the old code could have generated decls that
40278         didn't conform to C89, not that this was ever exercised).
40279         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
40280
40281         2006-03-19  Jim Meyering  <jim@meyering.net>
40282
40283         Work even in a chroot where d_ino values for entries in "/"
40284         don't match the stat.st_ino values for the same names.
40285         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
40286         number, iterate through all entries again, using lstat instead.
40287         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
40288         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
40289
40290         * lib/getcwd.c (__getcwd): Clarify a comment.
40291         Use memcpy in place of a call to strcpy.
40292
40293         2006-03-12  Jim Meyering  <jim@meyering.net>
40294
40295         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
40296         matches that of the current directory (which we're about to chdir ".."
40297         out of), then save the dev-ino of the parent, instead.
40298
40299         * lib/same-inode.h (SAME_INODE): New file/macro.
40300         * lib/chdir-safer.c (SAME_INODE): Remove definition.
40301         Include "same-inode.h", instead.
40302         * lib/same.c: Likewise.
40303         * lib/cycle-check.h: Include "same-inode.h".
40304         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
40305         * lib/cycle-check.c (SAME_INODE): Remove definition.
40306         * lib/root-dev-ino.h: Include "same-inode.h".
40307
40308         2006-03-11  Eric Blake  <ebb9@byu.net>
40309
40310         * lib/same.c (same_name): s/base_name/last_component/
40311         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
40312         * lib/filenamecat.c (file_name_concat): Likewise.
40313
40314         2006-03-11  Eric Blake  <ebb9@byu.net>,
40315                     Paul Eggert  <eggert@cs.ucla.edu>
40316
40317         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
40318         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
40319         drive prefix.
40320         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
40321         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
40322         (last_component): New method.
40323         * lib/dirname.c (dir_len): Determine when drive letters need a
40324         subsequent slash.  Preserve // when it is special.
40325         (dir_name): Don't append dot when drive letter is absolute.
40326         [TEST_DIRNAME]: Move into a full-blown gnulib test.
40327         * lib/basename.c (base_name): New semantics - malloc the result.
40328         Preserve // when it is special.  Preserve relative files that look
40329         like drive letters.
40330         (base_len): Preserve // when it is special.
40331         (last_component): New method, similar to old base_name semantics.
40332         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
40333         base_name.  Strip redundant slashes from ///.
40334
40335 2006-07-03  Jim Meyering  <jim@meyering.net>
40336
40337         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
40338         macro is used before the first cycle_check call.
40339
40340 2006-07-03  Eric Blake  <ebb9@byu.net>
40341
40342         * modules/dirname (Depends-on): Add xstrndup.
40343
40344 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
40345
40346         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
40347         test cases, so that config.log is a bit easier to follow.
40348
40349 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
40350
40351         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
40352         both are 64 bits, since this seems to be the tradition, and this
40353         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
40354         we ever run into a host that prefers long long to long in this
40355         case, we'll need another configure-time test.  Problem reported by
40356         Jim Meyering.
40357
40358 2006-07-02  Eric Blake  <ebb9@byu.net>
40359
40360         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
40361
40362 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
40363
40364         * modules/inttypes (Depends-on): No longer depends on stdint.
40365         * modules/stdint (Description): Say more about assumptions.
40366         Say that the fast types might differ.  Say macros are used.
40367         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
40368         (Makefile.am): Revise list of substituted symbols to match
40369         new stdint.m4.
40370         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
40371         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
40372         * tests/test-stdint.c (verify_same_types)
40373         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
40374         the code conforms to C99/C89.
40375         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
40376         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
40377
40378 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
40379
40380         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
40381         but fix a bug, by requiring at least 64 bits.
40382         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
40383         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
40384         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
40385         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
40386
40387         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
40388         changes.  Make 2.59 a prerequisite.  Check and substitute for
40389         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
40390         inttypes.h.  Do not use special include files; just use the
40391         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
40392         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
40393         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
40394         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
40395         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
40396         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
40397         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
40398         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
40399         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
40400         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
40401         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
40402         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
40403         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
40404         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
40405         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
40406         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
40407         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
40408         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
40409         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
40410         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
40411         WINT_MAX.  Check for C99 conformance more strictly, by detecting
40412         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
40413         not check for things that C99 does not require, e.g., int8_t.  If
40414         a test isn't needed unless <stdint.h> isn't working, and is
40415         unlikely to be needed for any other reason, then don't do it
40416         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
40417         size_t, since we assume C89 freestanding at least.  Do not check
40418         for sig_atomic_t, wchar_t, or wint_t, since the code now does
40419         the right thing even if the types are not defined.  Instead use:
40420         (gl_STDINT_TYPE_PROPERTIES): New macro.
40421         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
40422         testing whether <sys/types.h> clashes, as Autoconf does this for
40423         us now.  All uses removed.
40424         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
40425         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
40426         (gl_CHECK_TYPE_SAME):
40427         Remove; no longer needed.
40428         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
40429         exists, since we'll return 0 anyway in that case.
40430         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
40431
40432 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
40433
40434         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
40435         possible collision with system files.
40436         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
40437         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
40438         WCHAR_MIN and WCHAR_MAX in this case.
40439         (<stddef.h>): Do not include; no longer needed.
40440         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
40441         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
40442         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
40443         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
40444         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
40445         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
40446         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
40447         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
40448         !defined(__c99))]: Include in this case too, since it's harmless
40449         now.
40450         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
40451         dangerous to do so.
40452         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
40453         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
40454         (_STDINT_MIN, _STDINT_MAX): New macros.
40455         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
40456         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
40457         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
40458         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
40459         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
40460         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
40461         macros, not typedefs; this simplifies things quite a bit.
40462         Use long int for all types narrower than int64_t.
40463         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
40464         Define in terms of long long int or int64_t or long int,
40465         not int64_t or int32_t.  This saves some compile-time testing.
40466         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
40467         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
40468         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
40469         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
40470         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
40471         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
40472         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
40473         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
40474         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
40475         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
40476         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
40477         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
40478         undef any previous version and define our own version, for
40479         simplicity and consistency with the new macros for types.
40480         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
40481         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
40482         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
40483         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
40484         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
40485         @WINT_T_SUFFIX@ to keep things simple here.
40486         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
40487         Simplify by assuming typical 8/16/32/64 host, since we're
40488         already doing that elsewhere anyway.
40489         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
40490         and assume long long int is 64 bits if available.  This
40491         speeds up 'configure'.
40492
40493 2006-07-01  Eric Blake  <ebb9@byu.net>
40494
40495         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
40496         Reported by Andreas Buening.
40497
40498 2006-07-01  Eric Blake  <ebb9@byu.net>
40499
40500         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
40501
40502 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
40503
40504         * lib/getaddrinfo.c: fixed typo
40505
40506 2006-06-29  Jim Meyering  <jim@meyering.net>
40507
40508         * modules/strftime (Maintainer): Add my name, since with the
40509         FPRINTFTIME changes strftime.c has forked from glibc.
40510
40511 2006-06-29  Eric Blake  <ebb9@byu.net>
40512
40513         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
40514
40515 2006-06-29  Eric Blake  <ebb9@byu.net>
40516
40517         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
40518
40519 2006-06-29  Eric Blake  <ebb9@byu.net>
40520
40521         * lib/stat_.h: New file.
40522
40523 2006-06-29  Eric Blake  <ebb9@byu.net>
40524
40525         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
40526         unused static function.
40527
40528 2006-06-29  Eric Blake  <ebb9@byu.net>
40529
40530         * doc/functions.texi (Function Portability): Document missing lstat
40531         on mingw.
40532
40533 2006-06-29  Eric Blake  <ebb9@byu.net>
40534
40535         * MODULES.html.sh: Add sys_stat.
40536         * modules/sys_stat: New module.
40537         * modules/mkstemp (Depends-on): Add sys_stat.
40538
40539 2006-06-29  Derek R. Price  <derek@ximbiot.com>
40540
40541         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
40542
40543 2006-06-29  Derek R. Price  <derek@ximbiot.com>
40544
40545         * m4/c-bs-a.m4: Removed.
40546
40547 2006-06-29  Derek R. Price  <derek@ximbiot.com>
40548
40549         * lib/strftime.c: Assume strftime() exists.
40550
40551 2006-06-29  Derek Price  <derek@ximbiot.com>
40552
40553         * modules/c-bs-a: Removed - \a is C89.
40554         * MODULES.html.sh: Remove c-bs-a.
40555
40556 2006-06-29  Bruno Haible  <bruno@clisp.org>
40557
40558         * modules/wcwidth (License): Change to LGPL.
40559
40560 2006-06-28  Simon Josefsson  <jas@extundo.com>
40561
40562         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
40563         on _WIN32.
40564
40565         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
40566         getnameinfo.
40567
40568 2006-06-28  Simon Josefsson  <jas@extundo.com>
40569
40570         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
40571
40572 2006-06-28  Simon Josefsson  <jas@extundo.com>
40573
40574         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
40575         functions there.  It will succeed on Windows XP, but on Windows
40576         2000 and (presumably) earlier, it will fail, and use the internal
40577         re-implementation.
40578         (use_win32_p): New function.
40579         (getaddrinfo): Use strtoul on servname, to support numeric ports.
40580         Support AI_NUMERICSERV to disable getservbyname.
40581         (getnameinfo): New function, only supports
40582         NI_NUMERICHOST|NI_NUMERICSERV for now.
40583
40584         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
40585         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
40586         getnameinfo.
40587
40588 2006-06-28  Eric Blake  <ebb9@byu.net>
40589
40590         * modules/wcwidth: New file.
40591         * modules/mbchar (Depends-on): Add wcwidth.
40592         * modules/mbswidth (Depends-on): Add wcwidth.
40593         * MODULES.html.sh: Add wcwidth.
40594
40595 2006-06-28  Eric Blake  <ebb9@byu.net>
40596
40597         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
40598         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
40599
40600 2006-06-28  Eric Blake  <ebb9@byu.net>
40601
40602         * lib/xvasprintf.h: Fix comments.
40603
40604 2006-06-28  Eric Blake  <ebb9@byu.net>
40605
40606         * lib/mbchar.h (wcwidth): Include wcwidth.h.
40607         * lib/mbswidth.c (wcwidth): Move from here...
40608         * lib/wcwidth.h: ...to this new file.
40609
40610 2006-06-28  Derek R. Price  <derek@ximbiot.com>
40611
40612         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
40613
40614         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
40615         it's obsolete.
40616         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
40617
40618 2006-06-28  Derek R. Price  <derek@ximbiot.com>
40619
40620         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
40621         Autoconf 2.60 says this stuff was obsolete.
40622
40623 2006-06-28  Bruno Haible  <bruno@clisp.org>
40624
40625         * modules/wcwidth (Files): Add m4/wchar_t.m4.
40626
40627 2006-06-28  Bruno Haible  <bruno@clisp.org>
40628
40629         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
40630         gt_TYPE_WCHAR_T.
40631
40632 2006-06-28  Bruno Haible  <bruno@clisp.org>
40633
40634         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
40635         declaration for wcwidth.
40636         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
40637
40638 2006-06-28  Bruno Haible  <bruno@clisp.org>
40639
40640         * lib/mkdtemp.c [MINGW]: Include <io.h>.
40641         (mkdir): Define using _mkdir.
40642
40643 2006-06-28  Bruno Haible  <bruno@clisp.org>
40644
40645         * lib/getaddrinfo.h: Fix POSIX URL.
40646         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
40647         _WIN32.
40648         (use_win32_p): Make static.
40649         (getaddrinfo): Reject service name if it is empty or does not consist
40650         solely of decimal digits, or if its value is > 65535.
40651         (getnameinfo): Remove useless casts.
40652
40653 2006-06-27  Simon Josefsson  <jas@extundo.com>
40654
40655         * modules/sys_select: New file, suggested by Bruno Haible, Paul
40656         Eggert and Martin Lambers.
40657
40658 2006-06-27  Simon Josefsson  <jas@extundo.com>
40659
40660         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
40661         Eggert and Martin Lambers.
40662
40663 2006-06-27  Bruno Haible  <bruno@clisp.org>
40664
40665         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
40666         result to 0, not to empty.
40667         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
40668
40669 2006-06-27  Bruno Haible  <bruno@clisp.org>
40670
40671         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
40672
40673 2006-06-26  Simon Josefsson  <jas@extundo.com>
40674
40675         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
40676         present.
40677
40678 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
40679
40680         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
40681         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
40682         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
40683
40684 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
40685
40686         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
40687
40688 2006-06-26  Bruno Haible  <bruno@clisp.org>
40689
40690         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
40691
40692 2006-06-26  Bruno Haible  <bruno@clisp.org>
40693
40694         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
40695
40696 2006-06-26  Bruno Haible  <bruno@clisp.org>
40697
40698         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
40699         SGI C compiler in pre-C99 mode.
40700         Suggested by Mark D. Baushke and Larry Jones.
40701
40702 2006-06-26  Bruno Haible  <bruno@clisp.org>
40703
40704         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
40705         WCHAR_MAX.
40706         Reported by Mark D. Baushke and Larry Jones.
40707
40708 2006-06-26  Bruno Haible  <bruno@clisp.org>
40709
40710         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
40711         in pre-C99 mode.
40712         Suggested by Mark D. Baushke and Larry Jones.
40713
40714 2006-06-23  Simon Josefsson  <jas@extundo.com>
40715             Bruno Haible  <bruno@clisp.org>
40716
40717         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
40718         Emit mostlyclean-local rule.
40719         (func_emit_tests_Makefile_am): Likewise.
40720         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
40721
40722 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
40723
40724         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
40725
40726 2006-06-23  Bruno Haible  <bruno@clisp.org>
40727
40728         * tests/test-stdint.c: Update to match ISO C 99 Technical
40729         Corrigendum 1.
40730
40731 2006-06-23  Bruno Haible  <bruno@clisp.org>
40732
40733         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
40734
40735 2006-06-23  Bruno Haible  <bruno@clisp.org>
40736
40737         * lib/stdint_.h: Treat IRIX like OpenBSD.
40738
40739 2006-06-23  Bruno Haible  <bruno@clisp.org>
40740
40741         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
40742         ISO C 99 Technical Corrigendum 1.
40743
40744 2006-06-22  Simon Josefsson  <jas@extundo.com>
40745
40746         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
40747         MinGW.
40748
40749 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40750
40751         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
40752         needed.  Some compiler complained about some of them.  Problem reported
40753         by Larry Jones in
40754         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
40755
40756 2006-06-21  Simon Josefsson  <jas@extundo.com>
40757
40758         * tests/test-getaddrinfo.c: New file.
40759
40760         * modules/getaddrinfo-tests: New file.
40761
40762         * MODULES.html.sh: Add inet_pton.
40763
40764         * modules/inet_pton: New file.
40765
40766 2006-06-21  Simon Josefsson  <jas@extundo.com>
40767
40768         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
40769         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
40770         of using the (limited) gnulib implementation on Windows XP.
40771
40772         * m4/inet_pton.m4: New file.
40773
40774 2006-06-21  Simon Josefsson  <jas@extundo.com>
40775
40776         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
40777         variable.
40778
40779         * lib/socket_.h: Don't define WINVER.
40780
40781         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
40782         slightly modified to work in gnulib.
40783
40784 2006-06-21  Simon Josefsson  <jas@extundo.com>
40785
40786         * doc/gnulib.texi (Windows sockets): Add.
40787
40788 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
40789
40790         * lib/read-file.c (fread_file): Start with buffer allocation of
40791         0 bytes rather than 1 byte; this simplifies the code.
40792         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
40793         code to free buffer and save/restore errno.
40794         (internal_read_file): Remove unused local.
40795
40796 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
40797
40798         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
40799         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
40800         Problem reported by Denis Excoffier in
40801         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
40802
40803 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40804
40805         * modules/sys_socket, modules/socklen: Include sys/types since
40806         FreeBSD 4.x's sys/socket.h needs it.
40807
40808 2006-06-19  Simon Josefsson  <jas@extundo.com>
40809
40810         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
40811
40812 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
40813
40814         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
40815
40816 2006-06-19  Bruno Haible  <bruno@clisp.org>
40817
40818         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
40819         and FULL_PATH_INTTYPES_H in angle brackets.
40820         Reported by Mark D. Baushke <mdb@gnu.org>.
40821
40822 2006-06-17  Eric Blake  <ebb9@byu.net>
40823
40824         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
40825         errno.
40826
40827 2006-06-17  Bruno Haible  <bruno@clisp.org>
40828
40829         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
40830         <sys/inttypes.h>.
40831
40832 2006-06-17  Bruno Haible  <bruno@clisp.org>
40833
40834         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
40835         whether errno is declared. Assume <errno.h> declares errno.
40836
40837 2006-06-17  Bruno Haible  <bruno@clisp.org>
40838
40839         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
40840
40841 2006-06-17  Bruno Haible  <bruno@clisp.org>
40842
40843         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
40844         problem on Solaris 2.5.1.
40845
40846 2006-06-16  Eric Blake  <ebb9@byu.net>
40847
40848         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
40849         * lib/unicodeio.c [!defined errno]: Likewise.
40850         * lib/strtol.c [!defined errno]: Likewise.
40851         * lib/strtod.c [!defined errno]: Likewise.
40852
40853 2006-06-15  Eric Blake  <ebb9@byu.net>
40854
40855         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
40856
40857 2006-06-15  Eric Blake  <ebb9@byu.net>
40858
40859         * config/srclist.txt (ssize_t.m4): Lose sync.
40860
40861 2006-06-15  Bruno Haible  <bruno@clisp.org>
40862
40863         * modules/stdint (Files): Include m4/full-header-path.m4,
40864         m4/size_max.m4, m4/wchar_t.m4.
40865         (Makefile.am): Many more substitutions.
40866         * modules/stdint-tests: New file.
40867         * tests/test-stdint.c: New file.
40868
40869 2006-06-15  Bruno Haible  <bruno@clisp.org>
40870
40871         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
40872         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
40873         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
40874         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
40875         gl_CHECK_TYPE_SAME): New macros.
40876
40877 2006-06-15  Bruno Haible  <bruno@clisp.org>
40878
40879         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
40880
40881 2006-06-15  Bruno Haible  <bruno@clisp.org>
40882
40883         * lib/stdint_.h: Rewritten to be fully auto-configured.
40884         Fixes bug on HP-UX/IA64.
40885
40886 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
40887
40888         * lib/getdate.y (__attribute__): Don't define if already defined.
40889         Problem reported by Larry Jones.
40890         * lib/utimens.c (__attribute__): Likewise.
40891
40892 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
40893
40894         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
40895         reported by Andreas Schwab.
40896
40897 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40898             Bruno Haible  <bruno@clisp.org>
40899
40900         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
40901         check for the declaration of strnlen and a run test that exposes the
40902         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
40903         rpl_strndup.
40904
40905 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40906             Bruno Haible  <bruno@clisp.org>
40907
40908         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
40909
40910 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40911
40912         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
40913         compile test, for Tru64 4.0D.
40914
40915 2006-05-28  Karl Berry  <karl@gnu.org>
40916
40917         * config/srclist.txt (printf-args.c): lose sync.
40918
40919 2006-05-26  Martin Lambers  <marlam@marlam.de>
40920
40921         * lib/getpass.c: Updates the test for the native W32 API, and adds
40922         missing includes, thus fixing compilation warnings.
40923
40924 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
40925
40926         * lib/exclude.c (exclude_fnmatch): New function.
40927         (excluded_file_name): Call exclude_fnmatch.
40928         * lib/exclude.h (excluded_file_name): New prototype
40929
40930 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
40931
40932         * lib/tempname.c (small_open, large_open): New macros.
40933         (__open, __open64) [!_LIBC]: Remove.
40934         (__gen_tempname): Use small_open and large_open instead of __open
40935         and __open64.  This fixes a portability bug on HP-UX 11.11i
40936         reported by Simon Wing-Tang in
40937         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
40938
40939 2006-05-24  Bruno Haible  <bruno@clisp.org>
40940
40941         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
40942         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
40943         Reported by Thorsten Maerz <torte@netztorte.de> via
40944         Aaron Stone <aaron@serendipity.cx>.
40945
40946 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40947
40948         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
40949         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
40950         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
40951         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
40952         not really conditional on the cache.
40953         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
40954
40955 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40956
40957         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
40958         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
40959         (my_usleep): Don't mishandle maximum value.
40960
40961 2006-05-19  Jim Meyering  <jim@meyering.net>
40962
40963         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
40964
40965 2006-05-17  Bruno Haible  <bruno@clisp.org>
40966
40967         Cygwin portability.
40968         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
40969
40970 2006-05-17  Bruno Haible  <bruno@clisp.org>
40971
40972         * lib/stdint_.h: Fix recognition of Cygwin.
40973
40974 2006-05-15  Bruno Haible  <bruno@clisp.org>
40975
40976         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
40977         on libtool patch by Ralf Wildenhues.
40978
40979 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
40980
40981         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
40982         test for C99 conformance; (bool) 0.5 is an integer constant
40983         expression, but (bool) -0.5 is not.  Problem reported by Fedor
40984         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
40985
40986 2006-05-11  Simon Josefsson  <jas@extundo.com>
40987
40988         * m4/xvasprintf.m4: Fix obvious typo.
40989
40990 2006-05-11  Jim Meyering  <jim@meyering.net>
40991
40992         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
40993         James Lemley.
40994
40995 2006-05-10  Simon Josefsson  <jas@extundo.com>
40996
40997         * lib/md4.c: Typo fix, update copyright years.
40998         (K1, K2): Don't use L because it turn computations into 64-bit on
40999         64-bit platforms.
41000
41001 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41002
41003         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
41004         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
41005         unwanted sign propagation, e.g., on hosts with 64-bit int.
41006         There still are some problems with reeelly weird theoretical hosts
41007         (e.g., 33-bit int) but it's not worth worrying about now.
41008         * lib/sha1.c (rol): Likewise.
41009         (K1, K2, K3, K4): Remove unnecessary L suffix.
41010
41011 2006-05-10  Bruno Haible  <bruno@clisp.org>
41012
41013         * lib/des.c: Cast to avoid warnings.
41014
41015 2006-05-09  Bruno Haible  <bruno@clisp.org>
41016
41017         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
41018         (Depends-on): Depend also on xsize, stdarg.
41019         (configure.ac): Add gl_XVASPRINTF.
41020
41021 2006-05-09  Bruno Haible  <bruno@clisp.org>
41022
41023         * m4/xvasprintf.m4: New file.
41024
41025 2006-05-09  Bruno Haible  <bruno@clisp.org>
41026
41027         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
41028         (EOVERFLOW): Define fallback value.
41029         (xstrcat): New function.
41030         (xvasprintf): Recognize the special case of a string concatenation.
41031
41032 2006-05-08  Eric Blake  <ebb9@byu.net>
41033
41034         * gnulib-tool (func_version): Base copyright year on CVS date.
41035         (func_emit_copyright_notice): New function.
41036         (func_emit_lib_Makefile_am): Use it.
41037         (func_emit_tests_Makefile_am): Likewise.
41038         (func_import): Likewise.
41039
41040 2006-05-08  Bruno Haible  <bruno@clisp.org>
41041
41042         * modules/stdarg: New file.
41043         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
41044
41045 2006-05-08  Bruno Haible  <bruno@clisp.org>
41046
41047         * m4/stdarg.m4: New file, from GNU gettext.
41048
41049 2006-05-08  Bruno Haible  <bruno@clisp.org>
41050
41051         * config/srclist.txt (build-aux/config.rpath): different from latest
41052         release.
41053
41054 2006-05-08  Bruno Haible  <bruno@clisp.org>
41055
41056         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
41057
41058 2006-05-05  Jim Meyering  <jim@meyering.net>
41059
41060         * m4/warning.m4: New file, derived from bison's file by the same name.
41061
41062 2006-05-03  Bruno Haible  <bruno@clisp.org>
41063
41064         * lib/stdint_.h: Shorter URL.
41065         * lib/inttypes.h: Likewise.
41066
41067 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
41068
41069         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
41070
41071 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
41072
41073         * lib/verify.h: Document the internals better.  Most of this change
41074         was written by Bruno Haible.
41075
41076 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
41077
41078         * doc/verify.texi: New file, partly based on a proposal by
41079         Bruno Haible.
41080
41081 2006-05-02  Bruno Haible  <bruno@clisp.org>
41082
41083         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
41084         test from here...
41085         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
41086
41087 2006-04-29  Bruno Haible  <bruno@clisp.org>
41088
41089         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
41090         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
41091
41092 2006-04-29  Bruno Haible  <bruno@clisp.org>
41093
41094         * gnulib-tool: Make --update option actually work.
41095
41096 2006-04-29  Bruno Haible  <bruno@clisp.org>
41097
41098         * doc/gcd.texi: New file.
41099         * doc/gnulib.texi: Include it.
41100
41101 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
41102
41103         * lib/getdate.y (get_date): When adding relative date, start with the
41104         initial time, not with the result of the first mktime call.
41105
41106 2006-04-25  Bruno Haible  <bruno@clisp.org>
41107
41108         * gnulib-tool (func_import): Output the include directives in three
41109         blocks, sorted separately.
41110         Reported by Ben Pfaff <blp@cs.stanford.edu>.
41111
41112 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
41113
41114         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
41115         to define main with arguments, for C++.  Reported by Eric Blake.
41116         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
41117         Prefer 'int main ()' to 'int main (void)', for C++.
41118         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
41119         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
41120         for 'main', for C99 and C++.
41121
41122 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
41123
41124         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
41125         Don't assume that exit status -1 is valid.
41126         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
41127         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
41128         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
41129         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
41130         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
41131         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
41132         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
41133         functions can be used without declaring them, or that you can
41134         exit with status -1.
41135         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
41136
41137 2006-04-24  Karl Berry  <karl@gnu.org>
41138
41139         * config/srclist.txt (longdouble.m4): sync lost.
41140
41141 2006-04-24  Eric Blake  <ebb9@byu.net>
41142
41143         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
41144
41145 2006-04-24  Bruno Haible  <bruno@clisp.org>
41146
41147         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
41148         poll() implementation in AIX.
41149         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41150
41151 2006-04-24  Bruno Haible  <bruno@clisp.org>
41152
41153         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
41154         assigned exactly once.
41155
41156 2006-04-23  Claudio Fontana  <claudio@gnu.org>
41157             Bruno Haible  <bruno@clisp.org>
41158
41159         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
41160         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
41161         for AM_CPPFLAGS.
41162
41163 2006-04-23  Bruno Haible  <bruno@clisp.org>
41164
41165         * modules/copy-file: Depend on unistd.
41166         * modules/execute: Likewise.
41167         * modules/fatal-signal: Likewise.
41168         * modules/findprog: Likewise.
41169         * modules/mkdtemp : Likewise.
41170         * modules/pipe: Likewise.
41171         * modules/wait-process: Likewise.
41172
41173 2006-04-23  Bruno Haible  <bruno@clisp.org>
41174
41175         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
41176         condition was already detected.
41177         Reported by Ben Pfaff <blp@cs.stanford.edu>.
41178
41179 2006-04-23  Bruno Haible  <bruno@clisp.org>
41180
41181         * lib/copy-file.c: Include <unistd.h> unconditionally.
41182         * lib/execute.c: Likewise.
41183         * lib/fatal-signal.c: Likewise.
41184         * lib/findprog.c: Likewise.
41185         * lib/mkdtemp.c: Likewise.
41186         * lib/pipe.h: Likewise.
41187         * lib/pipe.c: Likewise.
41188         * lib/wait-process.h: Likewise.
41189
41190 2006-04-23  Bruno Haible  <bruno@clisp.org>
41191
41192         * gnulib-tool (func_usage): Fix --import description. Document
41193         --update.
41194         (func_import): Create temporary file in a temporary directory, if
41195         --dry-run is specified. Silence errors from 'grep' when there are no
41196         m4 files in $m4dir.
41197         (func_create_testdir): Silence errors from 'grep' when there are no
41198         m4 files in $m4dir.
41199         Reported by Karl Berry <karl@freefriends.org>.
41200
41201 2006-04-20  Bruno Haible  <bruno@clisp.org>
41202
41203         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
41204         one argument, so that the code will be portable to Autoconf 2.60.
41205         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
41206         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
41207         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
41208
41209 2006-04-19  Derek Price  <derek@ximbiot.com>
41210             Eric Blake  <ebb9@byu.net>
41211
41212         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
41213         rather than "/full/path.h".  Update comment to match.  Shorten &
41214         generalize m4_translit call via AS_TR_CPP.
41215
41216 2006-04-19  Derek Price  <derek@ximbiot.com>
41217             Eric Blake  <ebb9@byu.net>
41218
41219         * lib/inttypes.h: Correct grammar in comment.
41220
41221 2006-04-18  Derek Price  <derek@ximbiot.com>
41222             Paul Eggert  <eggert@cs.ucla.edu>
41223
41224         * modules/inttypes: New file.
41225         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
41226
41227 2006-04-18  Derek Price  <derek@ximbiot.com>
41228             Paul Eggert  <eggert@cs.ucla.edu>
41229
41230         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
41231         New files.
41232
41233 2006-04-18  Derek Price  <derek@ximbiot.com>
41234             Paul Eggert  <eggert@cs.ucla.edu>
41235
41236         * lib/inttypes.h: New file.
41237         * lib/strtoimax.c: Assume <inttypes.h>.
41238
41239 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
41240
41241         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
41242         isn't mounted.  Problem reported by Kir Kolyshkin.
41243
41244 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
41245
41246         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
41247         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
41248         Derek R. Price.
41249         * lib/regex.h (RE_DUP_MAX): Update comment to match current
41250         implementation.
41251
41252 2006-04-12  Eric Blake  <ebb9@byu.net>
41253
41254         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
41255         is now done automatically by the corresponding Autoconf macro.
41256
41257 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
41258
41259         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
41260         time_r.h.
41261
41262 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
41263
41264         Merge regex changes from libc, removing some of our
41265         POSIX-conformance changes that were rejected and redoing them in a
41266         less-intrusive way.
41267
41268         * lib/regcomp.c (re_compile_internal, init_dfa):
41269         Length arg is now size_t, not Idx.  All uses changed.
41270         (peek_token): Forward decl now says internal_function.
41271         (__re_error_msgid, __re_error_msgid_idx):
41272         Now static rather than extern with attribute_hidden.
41273         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
41274         For some reason libc prefers K&R style defns for external functions.
41275         (regerror) [!defined _LIBC]: Likewise.
41276         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
41277         (seek_collating_symbol_entry, lookup_collation_sequence_value):
41278         (build_range_exp, build_collating_symbol):
41279         Use K&R-style defn.
41280         (re_compile_fastmap): Use '\0' to memset, not 0.
41281         (utf8_sb_map): Make the calculations more obvious.
41282         (init_dfa, parse_bracket_exp, build_charclass_op):
41283         Call calloc and cast result, as glibc does.
41284         (init_word_char, fetch_token, peek_token, peek_token_bracket):
41285         (build_range_exp, build_collating_symbol):
41286         Now internal functions.
41287
41288         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
41289
41290         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
41291         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
41292         Don't depend on VMS; depend on __VMS instead, for POSIX
41293         namespace cleanness.
41294         (regoff_t): Define to ssize_t, not long int.
41295
41296         Remove the REG_ macros named below.  Instead, make the old names
41297         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
41298         __USE_GNU_REGEX.
41299         (REG_BACKSLASH_ESCAPE_IN_LISTS):
41300         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
41301         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
41302         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
41303         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
41304         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
41305         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
41306         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
41307         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
41308         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
41309         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
41310         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
41311         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
41312         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
41313         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
41314         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
41315         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
41316         (REG_NREGS):
41317         Remove.  All uses replaced by the old RE_* names.
41318         (RE_BACKSLASH_ESCAPE_IN_LISTS):
41319         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
41320         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
41321         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
41322         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
41323         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
41324         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
41325         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
41326         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
41327         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
41328         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
41329         Don't bother having these macros be independent of each others'
41330         values, since they no longer exist in the POSIX name space.
41331
41332         Rename the following member names back to their old names,
41333         unless !__USE_GNU_REGEX.  All uses changed back.
41334         (buffer): Renamed from re_buffer.
41335         (allocated): Renamed from re_allocated.
41336         (used): Renamed from re_used.
41337         (syntax): Renamed from re_syntax.
41338         (fastmap): Renamed from re_fastmap.
41339         (translate): Renamed from re_translate.
41340         (can_be_null): Renamed from re_can_be_null.
41341         (regs_allocated): Renamed from re_regs_allocated.
41342         (fastmap_accurate): Renamed from re_fastmap_accurate.
41343         (no_sub): Renamed from re_no_sub.
41344         (not_bol): Renamed from re_not_bol.
41345         (not_eol): Renamed from re_not_eol.
41346         (newline_anchor): Renamed from re_newline_anchor.
41347         (num_regs): Renamed from rm_num_regs.
41348         (start): Renamed from rm_start.
41349         (end): Renamed from rm_end.
41350
41351         (free_state): Move up a bit.
41352
41353         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
41354         #define to be empty.
41355         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
41356         when that is what is intended.
41357         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
41358         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
41359         (MAX): New macro.
41360         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
41361         All uses changed back to re_malloc, etc.  It's now the caller's
41362         responsibility to check for overflow; all callers changed.
41363         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
41364         (re_x2nrealloc): Remove.
41365         (free_state): Remove decl.
41366
41367         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
41368         (re_set_registers, re_exec):
41369         Use K&R-style defn.
41370
41371         2006-01-31  Roland McGrath  <roland@redhat.com>
41372
41373         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
41374         Reported by Mike Frysinger <vapier@gentoo.org>.
41375
41376         2006-01-15  Andreas Jaeger  <aj@suse.de>
41377
41378         [BZ #1950]
41379         * lib/regex_internal.c (re_string_reconstruct): Adjust for
41380         build_wcs_upper_buffer change.
41381         (build_wcs_upper_buffer): Change return type.
41382
41383         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
41384
41385         * lib/regex_internal.h: Include <stdint.h> if available.
41386
41387         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
41388
41389         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
41390
41391         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
41392
41393         * lib/regcomp.c: Adjust for changed secondary hash function.
41394
41395         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
41396
41397         * lib/regex.h: Pretty printing.
41398         Clean up namespace a bit.
41399
41400         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
41401
41402         * lib/regexec.c (update_cur_sifted_state, check_arrival,
41403         check_arrival_add_next_nodes): Avoid using uninitialized variable.
41404
41405         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
41406                     Ulrich Drepper  <drepper@redhat.com>
41407
41408         [BZ #1302]
41409         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
41410         changed.
41411         (bitset_word_t): Renamed from bitset_word.  All uses changed.
41412
41413         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
41414
41415         [BZ #281]
41416         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
41417         * lib/regcomp.c: Remove unnecessary uses of
41418         unsigned RE_TRANSLATE_TYPE.
41419         * lib/regex_internal.h: Likewise.
41420         * lib/regex_internal.c: Likewise.
41421         * lib/regexec.c: Likewise.
41422         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
41423
41424         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
41425
41426         * lib/regexec.c (find_recover_state): Remove unnecessary
41427         initialization.
41428         (transit_state_bkref): Make DFA a const pointer.
41429         (get_subexp): Likewise.
41430         (check_arrival): Likewise.
41431         (update_cur_sifted_state): Likewise.
41432         (re_search_internal): Likewise.
41433         (prune_impossible_nodes): Likewise.
41434         (acquire_init_state_context): Likewise.
41435         (proceed_next_node): Likewise.
41436         (set_regs): Likewise.
41437         (free_fail_stack_return): Likewise.
41438         (check_arrival_expand_ecl): Mark DFA parameter as const.
41439         (check_arrival_expand_ecl_sub): Likewise.
41440         (check_subexp_limits): Likewise.
41441         (sub_epsilon_src_nodes):  Likewise.
41442         (add_epsilon_src_nodes):  Likewise.
41443         (merge_state_array): Likewise.
41444         (update_regs): Likewise.
41445         (build_trtable): Likewise.
41446         (sift_states_backward): Mark MCTX parameter as const.
41447         (build_sifted_states): Likewise.
41448         (update_cur_sifted_state): Likewise.
41449         (sift_states_mkref): Likewise.
41450         (check_arrival_expand_ecl): Mark eclosure as const.
41451         (check_dst_limits_calc_pos_1): Likewise.
41452         * lib/regex_internal.h (re_match_context_t): Make dfa a const
41453         pointer.
41454
41455         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
41456
41457         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
41458         (transit_state_sb): Likewise.
41459         (transit_state_mb): Likewise.
41460         (sift_states_iter_mb): Likewise.
41461         (check_arrival_add_next_nodes): Likewise.
41462         (check_node_accept_bytes): Change first parameter to pointer-to-const.
41463         [_LIBC] (re_search_2_stub): Use mempcpy.
41464
41465         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
41466         mbrtowc for very simple UTF-8 case.
41467
41468         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
41469         a pointer-to-const.
41470         (re_acquire_state_context): Likewise.
41471         * lib/regex_internal.h: Adjust prototypes.
41472
41473         * lib/regex.c: Prevent using C++ compilers.
41474
41475         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
41476         (re_acquire_state_context): Likewise.
41477
41478 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
41479
41480         * modules/regex (Depends-on): Add ssize_t.
41481
41482 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
41483
41484         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
41485         translation table.
41486
41487 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
41488
41489         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
41490
41491 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
41492             Bruno Haible  <bruno@clisp.org>
41493
41494         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
41495         <sys/types.h> and <inttypes.h>.
41496
41497 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41498
41499         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
41500         `__error_t_defined', so argp.h will not typedef the former.
41501
41502 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
41503
41504         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
41505         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
41506         glibc names.  Even if glibc is changed to conform to POSIX, the
41507         traditional names will be available anyway, since regex depends on
41508         the extensions module.  Also, fix a longstanding typo in the
41509         implementation of Spencer ERE test #75 from grep 2.3.  Problems
41510         reported by Emanuele Giaquinta.  Also, change sense of cached
41511         variable, so that the message makes sense.
41512
41513 2006-03-24  Simon Josefsson  <jas@extundo.com>
41514
41515         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
41516         including some doc fixes.
41517         (base64_encode_alloc): Fix +1 bug on allocation failures.
41518
41519 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41520
41521         * lib/base64.c (base64_encode): Do not read past end of array with
41522         unsanitized input on systems with CHAR_BIT > 8.
41523
41524 2006-03-24  Eric Blake  <ebb9@byu.net>
41525
41526         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
41527
41528 2006-03-22  Karl Berry  <karl@gnu.org>
41529
41530         * config/srclist.txt (*setenv.[ch]): get from coreutils.
41531         * config/srclistvars.sh (COREUTILS): new var.
41532
41533 2006-03-17  Jim Meyering  <jim@meyering.net>
41534
41535         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
41536         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
41537
41538 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
41539
41540         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
41541         no longer needs it.  Instead, check that regoff_t is as least
41542         as wide as ptrdiff_t.
41543
41544         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
41545         so that our regex.h stays compatible with the installed regex.
41546         This is helpful for installers who configure --without-included-regex.
41547         Problem reported by Emanuele Giaquinta.
41548
41549 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
41550
41551         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
41552         Typedef to long int, not to off_, as POSIX will likely change
41553         in that direction.
41554
41555 2006-03-15  Eric Blake  <ebb9@byu.net>
41556
41557         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
41558
41559 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
41560
41561         * lib/argp-help.c (validate_uparams): Fix typo
41562         * lib/argp-parse.c (argp_default_options): Consistently begin help
41563         messages with a lowercase letter.
41564
41565 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
41566
41567         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
41568         overrun buffers and shouldn't be used (much as gets shouldn't be
41569         used).
41570         * lib/time_r.c (asctime_r, ctime_r): Likewise.
41571
41572 2006-03-08  Simon Josefsson  <jas@extundo.com>
41573
41574         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
41575         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41576
41577 2006-03-08  Simon Josefsson  <jas@extundo.com>
41578
41579         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
41580         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41581
41582 2006-03-08  Simon Josefsson  <jas@extundo.com>
41583
41584         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
41585         signal that configure disabled the device.
41586
41587 2006-03-08  Simon Josefsson  <jas@extundo.com>
41588
41589         * build-aux/maint.mk: Fix refresh-po, to handle no translated
41590         languages.
41591
41592 2006-03-07  Simon Josefsson  <jas@extundo.com>
41593
41594         * modules/getopt (Depends-on): Add unistd.
41595
41596         * modules/unistd: New file.
41597
41598 2006-03-07  Simon Josefsson  <jas@extundo.com>
41599
41600         * modules/gc-random: New file.
41601
41602 2006-03-07  Simon Josefsson  <jas@extundo.com>
41603
41604         * m4/unistd_h.m4: New file.
41605
41606 2006-03-07  Simon Josefsson  <jas@extundo.com>
41607
41608         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
41609         test to be side-effect free by storing the result in the cache
41610         variable gl_cv_lib_readline, and moving the assignment of
41611         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
41612         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41613
41614 2006-03-07  Simon Josefsson  <jas@extundo.com>
41615
41616         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
41617         error on missing devices (the functions will return an error).
41618
41619         * m4/gc.m4: Move random stuff to gc-random.m4
41620
41621 2006-03-07  Simon Josefsson  <jas@extundo.com>
41622
41623         * lib/unistd_.h: New file.
41624
41625 2006-03-07  Simon Josefsson  <jas@extundo.com>
41626
41627         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
41628
41629 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
41630
41631         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
41632         Problem reported by Juan Manuel Guerrero.
41633
41634 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
41635
41636         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
41637         the unistd module.
41638         * lib/getlogin_r.c: Likewise.
41639         * lib/getlogin_r.h: Likewise.
41640         * lib/glob.c: Likewise.
41641         * lib/pagealign_alloc.c: Likewise.
41642         * lib/unistd_.h: Remove; no longer needed.
41643
41644 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
41645
41646         * MODULES.html.sh (Support for systems lacking POSIX:2001):
41647         Add unistd.
41648         * modules/c-stack (Depends-on): Add unistd.
41649         * modules/getlogin_r: Likewise.
41650         * modules/glob: Likewise.
41651         * modules/pagealign_alloc: Likewise.
41652         * modules/unistd (Files): Remove lib/unistd_.h.
41653         (EXTRA_DIST): Remove.
41654         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
41655         need unistd_.h.
41656         (MOSTLYCLEANFILES): Remove unistd.h-t.
41657
41658 2006-03-03  Simon Josefsson  <jas@extundo.com>
41659
41660         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
41661
41662 2006-03-03  Simon Josefsson  <jas@extundo.com>
41663
41664         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
41665         libidn and bison.
41666
41667 2006-03-03  Simon Josefsson  <jas@extundo.com>
41668
41669         * build-aux/maint.mk: Add indent target.
41670
41671 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
41672
41673         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
41674         our replacement poll.h in any case, to avoid a differing
41675         declaration from a system header.  Seen on AIX.
41676
41677 2006-03-01  Simon Josefsson  <jas@extundo.com>
41678
41679         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
41680         <kasal@ucw.cz>.
41681
41682 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41683
41684         * modules/gettime (Depends-on): Add extensions module.
41685         * modules/nanosleep (Depends-on): Likewise.
41686         * modules/settime (Depends-on): Likewise.
41687
41688 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41689
41690         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
41691         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
41692         pedantically.
41693         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
41694         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
41695
41696         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
41697         not "==".  Reported by Ralf Wildenhues.
41698
41699 2006-03-01  Karl Berry  <karl@gnu.org>
41700
41701         * doc/Copyright/request-*: new files, synced from gnuorg.
41702
41703 2006-03-01  Karl Berry  <karl@gnu.org>
41704
41705         * config/srclist.txt (Copyright/*): new entries.
41706
41707 2006-02-28  Simon Josefsson  <jas@extundo.com>
41708
41709         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
41710
41711 2006-02-27  Simon Josefsson  <jas@extundo.com>
41712
41713         * lib/base64.h: Indent #define's.  From Jim Meyering
41714         <jim@meyering.net>.
41715
41716 2006-02-27  Jim Meyering  <jim@meyering.net>
41717
41718         Revert the change of 2006-02-24, so these files can continue
41719         to be sync'd from gettext.
41720         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
41721         of `config.h'.
41722
41723 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
41724
41725         * modules/intprops: New file.
41726         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41727         Add intprops.
41728         * modules/getloadavg (Files): Remove lib/intprops.h.
41729         (Depends-on): Add intprops.
41730         * modules/human: Likewise.
41731         * modules/inttostr: Likewise.
41732         * modules/openat: Likewise.
41733         * modules/sig2str: Likewise.
41734         * modules/userspec: Likewise.
41735         * modules/utimecmp: Likewise.
41736         * modules/xnanosleep: Likewise.
41737         * modules/xstrtol: Likewise.
41738
41739 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
41740
41741         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
41742         * modules/lock-tests (TESTS): Use $(EXEEXT).
41743         * modules/tls-tests: Likewise.
41744         * modules/argp-tests: Likewise.
41745         (check_PROGRAMS): New var, replacing...
41746         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
41747
41748 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41749
41750         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
41751         `config.h'.
41752
41753 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
41754
41755         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
41756
41757 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41758
41759         Sync from coreutils.
41760         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
41761         gl_CHDIR_SAFER.
41762
41763 2006-02-22  Jim Meyering  <jim@meyering.net>
41764
41765         Sync from coreutils.
41766         * m4/chdir-safer.m4: New file.
41767
41768 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
41769
41770         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
41771         AT_FDCWD exceeds INT_MAX.
41772         * lib/openat.h (AT_FDCWD): Likewise.
41773
41774 2006-02-17  Eric Blake  <address@hidden>
41775
41776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
41777
41778 2006-02-16  Simon Josefsson  <jas@extundo.com>
41779
41780         * modules/getaddrinfo (Depends-on): Add sys_socket.
41781
41782 2006-02-15  Simon Josefsson  <jas@extundo.com>
41783
41784         * build-aux/maint.mk: Add dsyntax-check rule.
41785
41786 2006-02-15  Eric Blake  <ebb9@byu.net>
41787
41788         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
41789         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
41790         'present but cannot compile' warnings on cygwin.
41791         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
41792         use ws2tcpip.h if sys/socket.h works.
41793         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
41794         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
41795
41796 2006-02-14  Simon Josefsson  <jas@extundo.com>
41797
41798         * modules/maintainer-makefile (Files): Rename.
41799
41800         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
41801         and (the local) Makefile.cfg to maint-cfg.mk.
41802
41803         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
41804         to the latter.
41805
41806         * modules/maintainer-makefile: New module.
41807
41808         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
41809         severaly stripped to make it possible to build it up from scratch
41810         with reliable tests.
41811
41812         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
41813         fixes to permit overriding the default actions when configure and
41814         makefile are not available.
41815
41816 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
41817
41818         Sync from coreutils.
41819         * modules/lstat (Depends-on): Don't depend on xalloc.
41820         (License): Change from GPL to LGPL, since this is now simply a
41821         replacement for a libc function.
41822
41823 2006-02-14  Jim Meyering  <jim@meyering.net>
41824
41825         Sync from coreutils.
41826
41827         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
41828         failure on deficient systems, and simplify gnulib lgpl dependencies.
41829         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
41830         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
41831
41832         * lib/xalloc-die.c: Remove unused definition of N_.
41833
41834 2006-02-14  Jim Meyering  <jim@meyering.net>
41835
41836         Sync from coreutils.
41837         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
41838         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
41839         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
41840         double-quote uses of that variable, to accommodate the rare case in
41841         which getmntent is available in none of the libraries checked.  This
41842         happens at least on FreeBSD 5.0.
41843
41844 2006-02-13  Simon Josefsson  <jas@extundo.com>
41845
41846         * gnulib-tool (Usage): Fix --import, from
41847         karl@freefriends.org (Karl Berry).
41848
41849 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
41850
41851         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
41852
41853 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
41854
41855         * lib/argp-namefrob.h: Restore changes accidentally lost during the
41856         "autoupdate" on 2005-12-12.
41857
41858 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
41859
41860         * modules/closeout (Depends-on): Remove atexit.
41861
41862 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
41863
41864         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
41865         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
41866
41867 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
41868
41869         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
41870         __EXTENSIONS__ if this causes compilation to fail.  Problem
41871         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
41872         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
41873
41874 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
41875
41876         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
41877         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
41878         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
41879         All uses changed.
41880
41881 2006-01-26  Simon Josefsson  <jas@extundo.com>
41882
41883         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
41884         prototype is visible on mingw32.
41885
41886         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
41887         for mingw32.
41888
41889         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
41890         mingw32).
41891
41892 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
41893
41894         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
41895         attempt to open for write; this always fails, at least on POSIX
41896         hosts.  This reinstates the 2006-01-09 change, which was
41897         inadvertently removed.
41898
41899 2006-01-26  Bruno Haible  <bruno@clisp.org>
41900
41901         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
41902         Reported by Paul Eggert.
41903
41904 2006-01-26  Bruno Haible  <bruno@clisp.org>
41905             Paul Eggert  <eggert@cs.ucla.edu>
41906
41907         * lib/stdbool_.h (_Bool)
41908         [(! (defined __cplusplus || defined __BEOS__)
41909           && !defined __GNUC__
41910           && !(defined __HP_cc || defined __xlc__
41911                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
41912                || defined __sgi))]:
41913         #define to signed char in these cases too; this simplifies
41914         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
41915         etc., separately) and makes it more conservative.
41916
41917 2006-01-25  Simon Josefsson  <jas@extundo.com>
41918
41919         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
41920         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
41921         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
41922
41923 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
41924
41925         * lib/argp-namefrob.h: Bugfix. Remove stray #
41926
41927 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
41928
41929         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
41930         so that we test the test.
41931         Check for yet another HP-UX cc bug involving *bool |= bool.
41932
41933 2006-01-25  Karl Berry  <karl@gnu.org>
41934
41935         * config/srclist.txt (vasnprintf.c): sync lost.
41936
41937 2006-01-25  Jim Meyering  <jim@meyering.net>
41938
41939         Sync from the stable (b5) branch of coreutils:
41940
41941         * lib/fts.c (fts_children): Don't let close() clobber errno from
41942         failed fchdir().
41943
41944         * lib/fts.c (fts_stat): When following a symlink-to-directory,
41945         don't necessarily interpret stat-fails+lstat-succeeds as indicating
41946         a dangling symlink.  That can also happen at least for ELOOP.
41947         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
41948         FYI, this bug predates the inclusion of fts.c in coreutils.
41949
41950         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
41951         in their own block, so pre-c99 compilers don't object.
41952
41953         Avoid the double-free (first in fts_read, second in fts_close) that
41954         would occur when an `active' directory is made inaccessible (e.g.,
41955         via chmod a-x) during a traversal.
41956         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
41957         before returning.  Reproduce this failure by
41958         mkdir -p a/b; cd a; chmod a-x . b
41959         Reported by Stavros Passas.
41960
41961 2006-01-25  Jim Meyering  <jim@meyering.net>
41962
41963         * lib/fileblocks.c: Remove more useless parentheses.
41964         * lib/readutmp.h: Likewise.
41965
41966 2006-01-25  Bruno Haible  <bruno@clisp.org>
41967
41968         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
41969         warnings.
41970         Reported by Paul Eggert.
41971
41972 2006-01-25  Bruno Haible  <bruno@clisp.org>
41973
41974         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
41975         rid of a trap command. For Solaris sh.
41976         Reported by Mark D. Baushke <mdb@gnu.org>.
41977
41978 2006-01-24  Simon Josefsson  <jas@extundo.com>
41979
41980         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
41981         Bruno.
41982
41983 2006-01-24  Karl Berry  <karl@gnu.org>
41984
41985         * config/srclist.txt (argp-namefrob.h): sync lost.
41986
41987 2006-01-24  Jim Meyering  <jim@meyering.net>
41988
41989         * modules/openat (Files): Add lib/intprops.h.
41990         From Mark D. Baushke.
41991
41992 2006-01-24  Jim Meyering  <jim@meyering.net>
41993
41994         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
41995         Reported by Mark D. Baushke.
41996
41997 2006-01-24  Jim Meyering  <jim@meyering.net>
41998
41999         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
42000
42001 2006-01-24  Bruno Haible  <bruno@clisp.org>
42002
42003         * modules/strnlen (Maintainer): Change from glibc to all.
42004
42005 2006-01-24  Bruno Haible  <bruno@clisp.org>
42006
42007         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
42008         Patch by Paul Eggert.
42009
42010 2006-01-24  Bruno Haible  <bruno@clisp.org>
42011
42012         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
42013         already has it.
42014         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
42015         2005-11-26.
42016
42017         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
42018         'signed char' to avoid problems with the built-in _Bool type.
42019         Reported by Paul Eggert on 2005-11-26.
42020
42021 2006-01-24  Bruno Haible  <bruno@clisp.org>
42022
42023         * gnulib-tool (func_import): Avoid constructing complicated sed
42024         expressions inside backquote.
42025         Report and solution by Mark D. Baushke <mdb@gnu.org>.
42026
42027 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
42028
42029         These changes imported from libc.
42030         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
42031         test and two separate function calls.
42032         * lib/strndup.c (__strndup): Add libc_hidden_def.
42033
42034 2006-01-23  Simon Josefsson  <jas@extundo.com>
42035
42036         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
42037         Remove the test_*_SOURCES variable: automake infers it by default.
42038         * modules/tls-tests: Likewise.
42039
42040 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42041
42042         Work around porting bugs reported by Dieter in
42043         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
42044         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
42045         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
42046         Include "getopt.h" first, to check interface.
42047         (getenv): Declare only if defined HAVE_DECL_GETENV &&
42048         !HAVE_DECL_GETENV.
42049         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
42050         (__strndup): Revert to K&R-style function dfns, the glibc style.
42051         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
42052         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
42053         Include strnlen.h first, to get prototype properly.
42054         (strnlen): Renamed from __strnlen.
42055         Remove weak alias.
42056
42057 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42058
42059         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
42060
42061 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42062
42063         * config/srclist.txt: Adjust to reflect glibc reorganization.
42064         This affects only comments.
42065
42066 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42067
42068          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
42069          Reported by Bruce Korb <bkorb@gnu.org>.
42070
42071 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
42072
42073         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
42074         to pacify gcc -Wswitch-default.
42075
42076 2006-01-22  Bruno Haible  <bruno@clisp.org>
42077
42078         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
42079         temporary buffer for sprintf, take into account the precision also
42080         for 'd', 'i', 'u', 'o', 'x', 'X'.
42081
42082 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
42083
42084         * modules/argp-tests: New module
42085         * tests/test-argp.c: New file
42086         * tests/test-argp-2.sh: New file
42087
42088 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
42089
42090         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
42091         (__argp_base_name): Removed
42092         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
42093         typo.
42094         (__argp_base_name): Provide macro definition or extern declaration
42095         depending on the configuration
42096
42097 2006-01-20  Simon Josefsson  <jas@extundo.com>
42098
42099         * modules/inet_ntop (Depends-on): Depend on sys_socket.
42100
42101 2006-01-20  Simon Josefsson  <jas@extundo.com>
42102
42103         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
42104
42105 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42106
42107         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
42108         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
42109         Suggested by Bruno Haible.
42110
42111 2006-01-20  Karl Berry  <karl@gnu.org>
42112
42113         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
42114         until changes propagate, I guess.
42115
42116 2006-01-19  Simon Josefsson  <jas@extundo.com>
42117
42118         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
42119
42120 2006-01-19  Simon Josefsson  <jas@extundo.com>
42121
42122         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
42123
42124 2006-01-19  Simon Josefsson  <jas@extundo.com>
42125
42126         * gnulib-tool: Set check_PROGRAMS.
42127
42128         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
42129         modules/des-tests, modules/gc-arcfour-tests,
42130         modules/gc-arctwo-tests, modules/gc-des-tests,
42131         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
42132         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
42133         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
42134         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
42135         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
42136         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
42137         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
42138         test_*_SOURCES.
42139
42140 2006-01-18  Simon Josefsson  <jas@extundo.com>
42141
42142         * modules/socklen (Depends-on): Depend on sys_socket.
42143
42144 2006-01-18  Simon Josefsson  <jas@extundo.com>
42145
42146         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
42147         modules/des-tests, modules/gc-arcfour-tests,
42148         modules/gc-arctwo-tests, modules/gc-des-tests,
42149         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
42150         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
42151         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
42152         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
42153         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
42154         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
42155         $(EXEEXT) to automake TESTS variable, for mingw32.
42156
42157 2006-01-17  Simon Josefsson  <jas@extundo.com>
42158
42159         * modules/socklen (Include): Need sys/socket.h.
42160
42161 2006-01-17  Bruno Haible  <bruno@clisp.org>
42162
42163         * modules/ssize_t (Include): Add <sys/types.h>.
42164
42165 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
42166
42167         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
42168         it's not portable and it doesn't work with cross-compiles.
42169         Problem reported by Bruno Haible.  Fix missing-$ typo in
42170         'test "gl_cv_ignore_unused_libraries" ...' that prevented
42171         -zignore from being used with Sun's C compiler.
42172
42173 2006-01-12  Simon Josefsson  <jas@extundo.com>
42174
42175         * lib/base64.c: Fix warning, reported by Bruno Haible
42176         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
42177
42178 2006-01-12  Bruno Haible  <bruno@clisp.org>
42179
42180         * modules/ldd: New file.
42181         * build-aux/ldd.sh.in: New file.
42182         * MODULES.html.sh (Support for building libraries and executables): Add
42183         ldd.
42184
42185 2006-01-12  Bruno Haible  <bruno@clisp.org>
42186
42187         * m4/ldd.m4: New file.
42188
42189 2006-01-12  Bruno Haible  <bruno@clisp.org>
42190
42191         * gnulib-tool (func_import, func_create_testdir): Don't go into an
42192         endless loop while replacing $auxdir with build-aux.
42193
42194 2006-01-11  Simon Josefsson  <jas@extundo.com>
42195
42196         * lib/stdint_.h (SIZE_MAX): Add missing (.
42197
42198 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
42199
42200         Sync from coreutils.
42201         * lib/md5.c: Fix commentary typos.
42202         (alignof, UNALIGNED_P): No need for a GCC-specific version.
42203         * lib/md5.h (__attribute__): Remove; unused.
42204         * lib/sha1.c: Fix commentary to match md5 better.
42205         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
42206         so that we don't need to worry about alignment.  All uses changed.
42207         This merges the 2005-10-28 md5 change into sha1.
42208
42209 2006-01-11  Jim Meyering  <jim@meyering.net>
42210
42211         Sync from coreutils.
42212         * lib/md5.c (OP): Fix spacing.
42213
42214 2006-01-11  Bruno Haible  <bruno@clisp.org>
42215
42216         Ensure automatic ordering between gl_LOCK and gl_ARGP.
42217         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
42218         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
42219
42220 2006-01-11  Bruno Haible  <bruno@clisp.org>
42221
42222         Ensure automatic ordering between gl_LOCK and gl_ARGP.
42223         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
42224         the "early" section as well.
42225
42226 2006-01-11  Bruno Haible  <bruno@clisp.org>
42227
42228         Avoid "ar: no archive members specified" error on MacOS X.
42229         * gnulib-tool (func_modules_add_dummy): New function.
42230         (func_import, func_create_testdir): Invoke it.
42231
42232 2006-01-11  Bruno Haible  <bruno@clisp.org>
42233
42234         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
42235         with $auxdir in AC_CONFIG_FILES statements.
42236
42237 2006-01-11  Bruno Haible  <bruno@clisp.org>
42238
42239         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42240         Initialize also noinst_HEADERS to empty.
42241
42242 2006-01-11  Bruno Haible  <bruno@clisp.org>
42243
42244         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
42245         variables.
42246         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
42247         autoreconf.
42248
42249 2006-01-11  Bruno Haible  <bruno@clisp.org>
42250
42251         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
42252         overridable by the user.
42253         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42254
42255 2006-01-10  Simon Josefsson  <jas@extundo.com>
42256
42257         * modules/sys_socket: New file.
42258
42259 2006-01-10  Simon Josefsson  <jas@extundo.com>
42260
42261         * m4/sys_socket_h.m4: New file.
42262
42263 2006-01-10  Simon Josefsson  <jas@extundo.com>
42264
42265         * lib/socket_.h: New file.
42266
42267 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
42268
42269         * modules/readutmp (Maintainer): Add myself.
42270
42271 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
42272
42273         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
42274         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
42275         People who are still concerned with buggy memcmp implementations
42276         can invoke gl_FUNC_MEMCMP themselves.
42277
42278 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
42279
42280         * lib/regex_internal.h (BITSET_WORD_BITS):
42281         Work around a bug in 64-bit PGC (before version 6.1-2), where the
42282         preprocessor mishandles large unsigned values as if they were signed.
42283         Problem reported by Claudio Fontana in
42284         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
42285
42286 2006-01-10  Jim Meyering  <jim@meyering.net>
42287
42288         Avoid the double-free (first in fts_read, second in fts_close) that
42289         would occur when an `active' directory is made inaccessible (e.g.,
42290         via chmod a-x) during a traversal.
42291         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
42292         before returning.  Reproduce this failure by
42293         mkdir -p a/b; cd a; chmod a-x . b
42294         Reported by Stavros Passas.
42295
42296         Sync from coreutils.
42297         * lib/sha1.c: Tweak grammar in a comment.
42298
42299 2006-01-10  Jim Meyering  <jim@meyering.net>
42300
42301         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
42302         Patch by Joerg Sonnenberger.
42303
42304 2006-01-10  Bruno Haible  <bruno@clisp.org>
42305
42306         * modules/readutmp: Depend on module free.
42307         * modules/strtok_r: Depend on module restrict.
42308
42309 2006-01-10  Bruno Haible  <bruno@clisp.org>
42310
42311         * modules/gettext (configure.ac): Add an invocation of
42312         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
42313
42314 2006-01-10  Bruno Haible  <bruno@clisp.org>
42315
42316         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
42317         Reported by Werner Lemberg <wl@gnu.org>.
42318
42319 2006-01-10  Bruno Haible  <bruno@clisp.org>
42320
42321         * lib/localcharset.c: Update from GNU gettext.
42322
42323 2006-01-10  Bruno Haible  <bruno@clisp.org>
42324
42325         * lib/argp.h (__const): Remove macro. Use const instead.
42326         * lib/argp-fmtstream.h (__const): Likewise.
42327         * lib/glob_.h (__const): Remove macro.
42328         * lib/glob-libc.h: Use const instead of __const.
42329
42330 2006-01-10  Bruno Haible  <bruno@clisp.org>
42331
42332         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
42333         variable.
42334         Needed to avoid an automake error regarding the 'gettext' module.
42335
42336 2006-01-09  Simon Josefsson  <jas@extundo.com>
42337
42338         * modules/inet_ntop (Depends-on): Add restrict.
42339
42340 2006-01-09  Simon Josefsson  <jas@extundo.com>
42341
42342         * modules/gc-rijndael-tests (License): Put under LGPL.
42343
42344         * modules/gc-des-tests (License): Likewise.
42345
42346         * modules/gc-arcfour-tests (License): Likewise.
42347
42348         * modules/gc-arctwo-tests (License): Likewise.
42349
42350         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
42351
42352         * modules/gc-hmac-sha1-tests (Files): Likewise.
42353
42354         * modules/gc-hmac-md5-tests (License): Likewise.
42355
42356         * modules/gc-sha1-tests (License): Likewise.
42357
42358         * modules/gc-md5-tests (License): Likewise.
42359
42360         * modules/gc-md4-tests (License): Likewise.
42361
42362         * modules/gc-md2-tests (License): Likewise.
42363
42364         * modules/gc-tests (License): Likewise.
42365
42366         * modules/des-tests (License): Likewise.
42367
42368         * modules/md4-tests (License): Likewise.
42369
42370         * modules/md2-tests (License): Likewise.
42371
42372 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
42373
42374         Sync from coreutils:
42375
42376         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
42377         * modules/lib-ignore: New file.
42378         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
42379         chdir-safer.m4, lchmod.m4.
42380         * modules/openat: Add mkdirat.c, openat-priv.h.
42381
42382 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
42383
42384         Sync from coreutils.
42385         * m4/lib-ignore.m4: New file.
42386         * m4/lchmod.m4: New file.
42387
42388 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
42389
42390         Sync from coreutils.
42391         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
42392         for write access: POSIX says that must fail.
42393         * lib/fts.c (diropen): Likewise.
42394         * lib/save-cwd.c (save_cwd): Likewise.
42395         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
42396         well, for minor improvements on hosts that lack O_DIRECTORY.
42397         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
42398         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
42399         Fall back on chown if open failed with EACCES.
42400
42401         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
42402         Report an error at compile-time if only a 1-second nominal clock
42403         resolution is found.
42404
42405         * lib/lchmod.h: New file.
42406         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
42407         (make_dir_parents): Use lchown rather than chown, and
42408         lchmod rather than chmod.
42409
42410         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
42411         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
42412         "proc" reported by n0dalus.
42413
42414         * lib/mountlist.c: Include <limits.h>.
42415         (dev_from_mount_options)
42416         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
42417         New function.  It no longer assumes "dev=" has the System V meaning
42418         on Linux (since it doesn't).  It also parses "dev=" more carefully.
42419         (read_file_system_list)
42420         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
42421         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
42422         dev= in that case.
42423
42424         * lib/posixtm.h (PDS_PRE_2000): New macro.
42425         * lib/posixtm.c (year): Arg is now syntax_bits rather than
42426         allow_century.  All usages changed.  Reject dates outside the range
42427         1969-1999 if PDS_PRE_2000 is used.
42428
42429 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
42430
42431         Sync from coreutils.
42432         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
42433         (Time of day items): Mention the possibility of leap seconds.
42434         Problem reported by Dr. David Alan Gilbert.
42435
42436 2006-01-09  Jim Meyering  <jim@meyering.net>
42437
42438         Sync from coreutils.
42439
42440         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
42441
42442         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
42443
42444         * lib/modechange.c (mode_compile): Reject an invalid mode string
42445         that starts with an octal digit.  From Andreas Gruenbacher.
42446
42447         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
42448         and dup to open_safer and dup_safer, respectively.
42449         (openat_permissive): Fix typo in comment.
42450
42451         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
42452         "gettext.h"; either no longer needed or are guaranteed by openat.h.
42453         (_): Remove; no longer needed.
42454         (openat): Renamed from rpl_openat; no need for rpl_openat
42455         since openat.h renames openat for us.
42456         Replace most of the body with a call to openat_permissive,
42457         to avoid duplicate code.
42458         Port to (probably hypothetical) environments were mode_t is
42459         wider than int.
42460         (openat_permissive): Require mode arg, so that we can check
42461         types better.  Put it just after flags.  Change cwd failure
42462         indicator from pointer-to-bool to pointer-to-errno-value.
42463         All callers changed.
42464         Invoke openat_save_fail and/or openat_restore_fail if
42465         cwd_errno is null, so that openat can call us.
42466         (openat_permissive, fdopendir, fstatat, unlinkat):
42467         Simplify errno handling to avoid some duplicate code,
42468         as it's OK to set errno on success.
42469         * lib/openat.h: Revamp code so that function macros depend on
42470         __OPENAT_PREFIX only, not also on AT_FDCWD.
42471         (openat_ro): Remove.  Caller changed to use openat_permissive.
42472         (openat_permissive): Now a macro, if not a function.
42473         (openat_restore_fail, openat_save_fail): Now always functions,
42474         since mkdirat needs them even if __OPENAT_PREFIX is defined.
42475
42476         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
42477         and openat.c.
42478         * lib/mkdirat.c: Include openat-priv.h.
42479         Remove definitions of macros defined therein.
42480         * lib/openat.c: Likewise.
42481
42482         * lib/mkdirat.c (mkdirat): New file and function.
42483         * lib/openat.h (mkdirat): Declare.
42484
42485         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
42486
42487         * lib/openat.h (openat_permissive): Declare.
42488         (openat_ro): Define.
42489
42490         * lib/openat.c (EXPECTED_ERRNO): New macro.
42491         (openat_permissive): New function -- used in remove.c rewrite.
42492         (all functions): Set errno just before returning, only if there
42493         was an actual failure.
42494         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
42495
42496         Emulate openat-family functions using Linux's procfs, if possible.
42497         Idea and some code based on Ulrich Drepper's glibc changes.
42498
42499         * lib/openat.c: (BUILD_PROC_NAME): New macro.
42500         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
42501         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
42502         before falling back on save_cwd and restore_cwd.
42503         (fdopendir, fstatat, unlinkat): Likewise.
42504
42505         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
42506         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
42507
42508         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
42509         as second argument to va_arg.  Otherwise, some versions of gcc
42510         warn that `if this code is reached, the program will abort'.
42511
42512 2006-01-09  Jim Meyering  <jim@meyering.net>
42513
42514         Sync from coreutils.
42515         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
42516         Require openat-priv.h.
42517
42518 2006-01-09  Bruno Haible  <bruno@clisp.org>
42519
42520         * modules/strnlen (Include): Use strnlen.h.
42521
42522 2006-01-09  Bruno Haible  <bruno@clisp.org>
42523
42524         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
42525
42526 2006-01-09  Bruno Haible  <bruno@clisp.org>
42527
42528         * lib/sysexit_.h (EX_OK): New macro.
42529         Suggested by Martin Lambers <marlam@marlam.de>.
42530
42531 2006-01-09  Bruno Haible  <bruno@clisp.org>
42532
42533         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
42534         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
42535
42536 2006-01-09  Bruno Haible  <bruno@clisp.org>
42537
42538         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
42539         numbers.
42540
42541 2006-01-09  Bruno Haible  <bruno@clisp.org>
42542
42543         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
42544         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
42545         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
42546         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
42547
42548 2006-01-09  Bruno Haible  <bruno@clisp.org>
42549
42550         * build-aux/javacomp.sh.in: New file, moved from lib/.
42551         * modules/javacomp-script (Files): Update.
42552         (configure.ac): Add AC_CONFIG_FILES invocation.
42553         (EXTRA_DIST): Remove variable.
42554
42555         * build-aux/javaexec.sh.in: New file, moved from lib/.
42556         * modules/javaexec (Files): Update.
42557         (configure.ac): Add AC_CONFIG_FILES invocation.
42558         (EXTRA_DIST): Remove javaexec.sh.in.
42559
42560         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
42561         * modules/csharpcomp-script (Files): Update.
42562         (configure.ac): Add AC_CONFIG_FILES invocation.
42563         (EXTRA_DIST): Remove variable.
42564
42565         * build-aux/csharpexec.sh.in: New file, moved from lib/.
42566         * modules/csharpexec (Files): Update.
42567         (configure.ac): Add AC_CONFIG_FILES invocation.
42568         (EXTRA_DIST): Remove csharpexec.sh.in.
42569
42570 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
42571
42572         Sync from coreutils.
42573
42574         Add POSIX ACL support
42575         * lib/acl.h (copy_acl, set_acl): Add declarations.
42576         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
42577         systems other than Linux.
42578         (chmod_or_fchmod): New function: use fchmod when possible,
42579         and chmod otherwise.
42580         (file_has_acl): Add a POSIX ACL implementation, with a
42581         Linux-specific subcase.
42582         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
42583         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
42584         acls are unsupported.
42585         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
42586         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
42587         are unsupported.
42588
42589 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
42590
42591         Sync from coreutils.
42592         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
42593
42594 2006-01-07  Bruno Haible  <bruno@clisp.org>
42595
42596         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
42597         gl_EARLY.
42598
42599 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
42600
42601         * lib/strftime.c (tzname): Don't declare if it is already #defined.
42602         Problem reported for Mingw by Mark Junker.
42603
42604 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
42605
42606         * README: Gnulib normally doesn't generate a tarball.
42607
42608 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
42609
42610         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
42611         long int, not int, for nanosecond counts, so that people who are
42612         used to POSIX struct timespec won't be surprised.  Reported by Jim
42613         Meyering.
42614
42615 2005-12-28  Bruno Haible  <bruno@clisp.org>
42616
42617         * build-aux/config.rpath: Update from GNU gettext.
42618
42619 2005-12-16  Jim Meyering  <jim@meyering.net>
42620
42621         * modules/fprintftime: New module.
42622         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
42623
42624 2005-12-16  Jim Meyering  <jim@meyering.net>
42625
42626         * m4/fprintftime.m4: New file.
42627
42628 2005-12-16  Jim Meyering  <jim@meyering.net>
42629
42630         * lib/fprintftime.c, lib/fprintftime.h: New files.
42631
42632 2005-12-15  Simon Josefsson  <jas@extundo.com>
42633
42634         * modules/socklen (configure.ac): Fix M4 macro name, to align with
42635         new m4/socklen.m4.
42636
42637 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
42638
42639         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
42640         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
42641
42642 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
42643
42644         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
42645         * lib/argp-help.c (fill_in_uparams): Check if the constructed
42646         struct uparams is valid. Fall back to the default values if it is
42647         not.
42648
42649 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42650
42651         * modules/argp (Files): Add argp-pin.c
42652         (Depends-on): dirname
42653         (lib_SOURCES): Add argp-pin.c
42654
42655 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42656
42657         * m4/argp.m4:  Check if program_invocation_name and
42658         program_invocation_short_name are declared and define appropriate
42659         macros if they are not.
42660
42661 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42662
42663         * lib/argp-help.c (__argp_base_name): New function
42664         (__argp_short_program_name): Rewrite using __argp_base_name
42665         * lib/argp-namefrob.h: Define program_invocation_name and
42666         program_invocation_short_name if requested
42667         (__argp_base_name): Add prototype
42668         * lib/argp-parse.c (argp_def): Use gettext wrappers
42669         (argp_default_parser): Use __argp_base_name
42670         * lib/argp-pin.c: New file. Defines program_invocation_name and
42671         program_invocation_short_name on systems that lack them.
42672
42673 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
42674
42675         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
42676         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
42677         porting problem reported by Georg Schwarz in
42678         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
42679
42680 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
42681
42682         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
42683         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
42684         porting problem reported by Georg Schwarz in
42685         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
42686
42687 2005-12-05  Bruno Haible  <bruno@clisp.org>
42688
42689         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
42690         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
42691         Reported by Mark Junker <mjscod@gmx.de>.
42692
42693 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
42694
42695         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
42696         Use implementation from Albert Chin, with some
42697         comments/corrections by Stepan Kasal and myself.
42698
42699 2005-12-02  Bruno Haible  <bruno@clisp.org>
42700
42701         * gnulib-tool (func_import): Accept GPLed build tool modules when
42702         --lgpl is given.
42703         * modules/csharpcomp-script: New file.
42704         * modules/csharpcomp: Depend on it.
42705         * modules/javacomp-script: New file.
42706         * modules/javacomp: Depend on it.
42707         Suggested by Simon Josefsson.
42708
42709 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
42710
42711         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
42712         statement, to work around an HP-UX 10.20 compiler bug reported by
42713         Peter O'Gorman.
42714
42715 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
42716
42717         * modules/savedir (Depends-on): Add openat.
42718
42719 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
42720
42721         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
42722         (uintmax_t) [defined uintmax_t]: Do not declare.
42723         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
42724         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
42725         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
42726         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
42727         sake of portability to weird hosts that C allows (though we don't
42728         know of any practical examples).
42729
42730         * lib/savedir.h (fdsavedir): New decl.
42731         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
42732         contains most of the former guts of savedir.
42733         (savedir): Use savedirstream.
42734         Include "openat.h".
42735
42736 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
42737
42738         * modules/obstack (Files): Add m4/ulonglong.m4.
42739         Problem reported by Davide Angelocola.
42740
42741 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
42742
42743         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
42744         coreutils no longer futzes with rounding modes.
42745
42746 2005-11-14  Jim Meyering  <jim@meyering.net>
42747
42748         * lib/mkstemp-safer.c: Include <config.h>, required for possible
42749         replacement of mkstemp.
42750
42751 2005-11-10  Simon Josefsson  <jas@extundo.com>
42752
42753         * lib/readline.c: Remove EOL.
42754
42755 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42756
42757         * modules/gethrxtime (Depends-on): Add gettime.
42758
42759 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42760
42761         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
42762         or gettimeofday; no longer needed.
42763
42764 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42765
42766         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
42767         time business.
42768         (gethrxtime) [! (HAVE_NANOUPTIME
42769         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
42770         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
42771         our own approximation.
42772
42773 2005-11-08  Eric Blake  <ebb9@byu.net>
42774
42775         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
42776
42777 2005-11-08  Eric Blake  <ebb9@byu.net>
42778
42779         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
42780
42781 2005-11-04  Bruno Haible  <bruno@clisp.org>
42782
42783         * gnulib-tool: Implement --update mode.
42784
42785 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
42786
42787         Fix porting problem reported by Theodoros V. Kalamatianos.
42788         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
42789         Don't assume that futimes failing means we must fail.
42790
42791 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
42792
42793         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
42794         variables to suggest the intended function of the PATH_MAX check.
42795
42796 2005-10-30  Kean Johnston  <jkj@sco.com>
42797
42798         Trivial changes to support SCO systems.
42799         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
42800         as PATH_MAX.
42801         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
42802         where __ptr is null when no I/O is pending.
42803
42804 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
42805
42806         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
42807         leave errno alone.  Problem reported by Dmitry V. Levin.
42808
42809 2005-10-28  Simon Josefsson  <jas@extundo.com>
42810
42811         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
42812         Test more.
42813
42814         * tests/test-gc-md2.c, tests/test-md2.c: New files.
42815
42816         * modules/md2, modules/md2-tests: New files.
42817
42818 2005-10-28  Simon Josefsson  <jas@extundo.com>
42819
42820         * m4/inet_ntop.m4: More tests.
42821
42822         * m4/gc-md2.m4, md2.m4: New file.
42823
42824 2005-10-28  Simon Josefsson  <jas@extundo.com>
42825
42826         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
42827         "restrict" keywords, as per POSIX.  Protect the function
42828         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
42829         Don't use K&R prototypes.  Check the sprintf return values.
42830         Re-define EAFNOSUPPORT if not present.  Indent.
42831
42832         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
42833         suggested by Bruno Haible <bruno@clisp.org>.
42834
42835         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
42836
42837         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
42838
42839         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
42840         libgcrypt).
42841
42842         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
42843
42844         * lib/md2.h, lib/md2.c: New files.
42845
42846 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
42847
42848         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
42849         errno alone.  Problem reported by Frederic Jolliton.
42850
42851 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42852
42853         * modules/verify (License): Change from GPL to LGPL.  This is a
42854         tiny module and there are apparently near-equivalents that are
42855         under the BSD license.
42856
42857 2005-10-24  Simon Josefsson  <jas@extundo.com>
42858
42859         * modules/sha1: Relicense to LGPL.
42860
42861 2005-10-24  Simon Josefsson  <jas@extundo.com>
42862
42863         * lib/md4.h: Shrink buffer size, now that we changed the type.
42864
42865 2005-10-23  Simon Josefsson  <jas@extundo.com>
42866
42867         * gnulib-tool (func_import): Fix --tests-base.
42868
42869 2005-10-22  Simon Josefsson  <jas@extundo.com>
42870
42871         * modules/arcfour (Depends-on): Need stdint.
42872
42873 2005-10-22  Simon Josefsson  <jas@extundo.com>
42874
42875         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
42876         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
42877
42878 2005-10-22  Simon Josefsson  <jas@extundo.com>
42879
42880         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
42881         suggested by Bruno Haible <bruno@clisp.org>.
42882
42883 2005-10-22  Simon Josefsson  <jas@extundo.com>
42884
42885         * lib/crc.h: Include stddef.h, for size_t.
42886
42887 2005-10-22  Simon Josefsson  <jas@extundo.com>
42888
42889         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
42890         arcfour_context struct (simplify test vector testing in GNU
42891         Shishi).
42892
42893 2005-10-21  Simon Josefsson  <jas@extundo.com>
42894
42895         * modules/des, modules/des-tests: New files.
42896
42897         * modules/gc-des, modules/gc-des-tests: New files.
42898
42899         * tests/test-des.c, tests/test-gc-des.c: New file.
42900
42901 2005-10-21  Simon Josefsson  <jas@extundo.com>
42902
42903         * modules/arctwo, modules/arctwo-tests: New files.
42904
42905         * tests/test-arctwo.c: New file.
42906
42907         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
42908
42909         * tests/test-gc-arctwo.c: New file.
42910
42911 2005-10-21  Simon Josefsson  <jas@extundo.com>
42912
42913         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
42914         Bruno Haible <bruno@clisp.org>.
42915
42916         * m4/gc-des.m4: New file.
42917
42918 2005-10-21  Simon Josefsson  <jas@extundo.com>
42919
42920         * m4/arctwo.m4: New file.
42921
42922         * m4/gc-arctwo.m4: New file.
42923
42924 2005-10-21  Simon Josefsson  <jas@extundo.com>
42925
42926         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
42927         block.
42928
42929 2005-10-21  Simon Josefsson  <jas@extundo.com>
42930
42931         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
42932         <bruno@clisp.org>.
42933
42934         * lib/hmac-sha1.c (hmac_sha1): Likewise.
42935
42936         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
42937         Bruno Haible <bruno@clisp.org>.
42938
42939         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
42940         <bruno@clisp.org>.
42941
42942 2005-10-21  Simon Josefsson  <jas@extundo.com>
42943
42944         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
42945
42946 2005-10-21  Simon Josefsson  <jas@extundo.com>
42947
42948         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
42949
42950 2005-10-21  Simon Josefsson  <jas@extundo.com>
42951
42952         * lib/des.h, lib/des.c: New files.
42953
42954         * lib/gc-gnulib.c: Support DES.c
42955
42956 2005-10-21  Simon Josefsson  <jas@extundo.com>
42957
42958         * lib/arctwo.h, lib/arctwo.c: New files.
42959
42960         * lib/gc-gnulib.c: Support ARCTWO.
42961
42962 2005-10-21  Simon Josefsson  <jas@extundo.com>
42963
42964         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
42965         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42966
42967 2005-10-21  Simon Josefsson  <jas@extundo.com>
42968
42969         * gnulib-tool (func_import, func_create_testdir): Define automake
42970         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
42971         Makefile.am snippet),
42972         suggested by Bruno Haible <bruno@clisp.org>.
42973
42974         * modules/gc (Makefile.am): Use it.
42975
42976 2005-10-21  Bruno Haible  <bruno@clisp.org>
42977
42978         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
42979         patch.
42980
42981 2005-10-19  Simon Josefsson  <jas@extundo.com>
42982
42983         * tests/test-gc-rijndael.c: New file.
42984
42985         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
42986
42987 2005-10-19  Simon Josefsson  <jas@extundo.com>
42988
42989         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
42990         interface too.
42991
42992 2005-10-19  Simon Josefsson  <jas@extundo.com>
42993
42994         * tests/test-gc-arcfour.c: New file.
42995
42996         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
42997
42998 2005-10-19  Simon Josefsson  <jas@extundo.com>
42999
43000         * modules/gc-md4, modules/gc-md4-tests: New file.
43001
43002         * tests/test-gc-md4.c: New file.
43003
43004 2005-10-19  Simon Josefsson  <jas@extundo.com>
43005
43006         * m4/gc-md4.m4: New file.
43007
43008 2005-10-19  Simon Josefsson  <jas@extundo.com>
43009
43010         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
43011         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
43012         <kasal@ucw.cz>.
43013
43014 2005-10-19  Simon Josefsson  <jas@extundo.com>
43015
43016         * m4/gc-arcfour.m4: New file.
43017
43018         * m4/gc-rijndael.m4: New file.
43019
43020 2005-10-19  Simon Josefsson  <jas@extundo.com>
43021
43022         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
43023
43024 2005-10-19  Simon Josefsson  <jas@extundo.com>
43025
43026         * lib/gc-gnulib.c: Support ARCFOUR.
43027
43028 2005-10-19  Simon Josefsson  <jas@extundo.com>
43029
43030         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
43031         support.
43032
43033         * lib/gc.h: Add ECB enum type.
43034
43035         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
43036
43037 2005-10-18  Simon Josefsson  <jas@extundo.com>
43038
43039         * tests/test-md5.c: New file.
43040
43041         * modules/md5-tests: New file.
43042
43043 2005-10-18  Simon Josefsson  <jas@extundo.com>
43044
43045         * tests/test-md4.c: New file.
43046
43047         * modules/md4, modules/md4-tests: New files.
43048
43049 2005-10-18  Simon Josefsson  <jas@extundo.com>
43050
43051         * m4/md4.m4: New file.
43052
43053 2005-10-18  Simon Josefsson  <jas@extundo.com>
43054
43055         * lib/md4.h, lib/md4.c: New files, based on md5.?.
43056
43057 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
43058
43059         * gnulib-tool (func_create_testdir): Omit the second check whether
43060         BUILT_SOURCES in nonempty.
43061
43062 2005-10-17  Simon Josefsson  <jas@extundo.com>
43063
43064         * tests/test-rijndael.c: New file.
43065
43066 2005-10-17  Simon Josefsson  <jas@extundo.com>
43067
43068         * modules/sha1: Depend on stdint instead of md5.
43069
43070         * modules/md5: Depend on stdint, remove uint32_t.
43071
43072 2005-10-17  Simon Josefsson  <jas@extundo.com>
43073
43074         * modules/gc-sha1-tests: New file.
43075
43076         * tests/test-gc-sha1.c: New file.
43077
43078 2005-10-17  Simon Josefsson  <jas@extundo.com>
43079
43080         * m4/md5.m4: Remove call to uint32_t.m4.
43081
43082 2005-10-17  Simon Josefsson  <jas@extundo.com>
43083
43084         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
43085
43086         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
43087         md5.h.
43088
43089         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
43090
43091         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
43092
43093 2005-10-17  Simon Josefsson  <jas@extundo.com>
43094
43095         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
43096
43097 2005-10-17  Simon Josefsson  <jas@extundo.com>
43098
43099         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
43100
43101 2005-10-17  Simon Josefsson  <jas@extundo.com>
43102
43103         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
43104
43105         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
43106
43107 2005-10-17  Bruno Haible  <bruno@clisp.org>
43108
43109         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
43110         that it can also be used in a test.
43111
43112 2005-10-16  Bruno Haible  <bruno@clisp.org>
43113
43114         * gnulib-tool (func_emit_tests_Makefile_am): Also define
43115         TESTS_ENVIRONMENT, so that individual tests can augment it.
43116
43117         * gnulib-tool (func_create_testdir): Use an intermediate target for
43118         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
43119         macros, like $(ALLOCA_H), which cannot be passed through the command
43120         line.
43121
43122 2005-10-15  Simon Josefsson  <jas@extundo.com>
43123
43124         * modules/rijndael-tests: New file.
43125
43126         * modules/rijndael: New file.
43127
43128 2005-10-15  Simon Josefsson  <jas@extundo.com>
43129
43130         * m4/rijndael.m4: New file.
43131
43132 2005-10-15  Simon Josefsson  <jas@extundo.com>
43133
43134         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
43135
43136         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
43137
43138 2005-10-14  Simon Josefsson  <jas@extundo.com>
43139
43140         * tests/test-arcfour.c: New file.
43141
43142         * modules/arcfour, modules/arcfour-tests: New files.
43143
43144 2005-10-14  Simon Josefsson  <jas@extundo.com>
43145
43146         * m4/arcfour.m4: New file.
43147
43148 2005-10-14  Simon Josefsson  <jas@extundo.com>
43149
43150         * lib/arcfour.h, lib/arcfour.c: New files.
43151
43152 2005-10-14  Roland McGrath  <roland@redhat.com>
43153
43154         Import from libc.  [BZ #1331]
43155         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
43156         macro argument.
43157         Reported by Matej Vela <vela@debian.org>.
43158
43159 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
43160
43161         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
43162         include <wchar.h>; no longer needed.
43163
43164 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
43165
43166         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
43167
43168 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
43169         and  Ulrich Drepper  <drepper@redhat.com>
43170
43171         Import from libc.
43172         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
43173         instead of inline stream orientation test and two separate
43174         function calls.  Pay no attention to USE_IN_LIBIO.
43175
43176 2005-10-13  Simon Josefsson  <jas@extundo.com>
43177
43178         * modules/gc-hmac-md5-tests: New file.
43179
43180         * tests/test-gc-hmac-sha1.c: New file.
43181
43182         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
43183
43184         * modules/gc-hmac-md5-tests: New file.
43185
43186         * tests/test-gc-md5.c: New file.
43187
43188         * modules/gc-md5-tests: New file.
43189
43190 2005-10-13  Simon Josefsson  <jas@extundo.com>
43191
43192         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
43193         Move memory allocation outside of loop.
43194
43195 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
43196
43197         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
43198         intermediate directory is in a read-only file system.  Problem
43199         reported by Eric Blake.
43200
43201 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
43202
43203         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
43204
43205 2005-10-12  Simon Josefsson  <jas@extundo.com>
43206
43207         * tests/test-hmac-sha1.c: New file.
43208
43209         * modules/hmac-sha1-tests: New file.
43210
43211         * modules/hmac-sha1: New file.
43212
43213 2005-10-12  Simon Josefsson  <jas@extundo.com>
43214
43215         * modules/gc-sha1: New file.
43216
43217 2005-10-12  Simon Josefsson  <jas@extundo.com>
43218
43219         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
43220
43221         * tests/test-gc-pbkdf2-sha1.c: New file.
43222
43223 2005-10-12  Simon Josefsson  <jas@extundo.com>
43224
43225         * modules/gc-md5, modules/gc-hmac-md5: New files.
43226
43227         * modules/gc (Files): Remove md5, memxor and hmac files.
43228
43229 2005-10-12  Simon Josefsson  <jas@extundo.com>
43230
43231         * m4/gc-pbkdf2-sha1.m4: New file.
43232
43233         * m4/gc-hmac-sha1.m4: New file.
43234
43235         * m4/gc-sha1: New file.
43236
43237         * m4/hmac-sha1.m4: New file.
43238
43239 2005-10-12  Simon Josefsson  <jas@extundo.com>
43240
43241         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
43242
43243         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
43244
43245 2005-10-12  Simon Josefsson  <jas@extundo.com>
43246
43247         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
43248         suggested by Bruno Haible <bruno@clisp.org>.
43249
43250 2005-10-12  Simon Josefsson  <jas@extundo.com>
43251
43252         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
43253
43254 2005-10-12  Simon Josefsson  <jas@extundo.com>
43255
43256         * lib/gc-pbkdf2-sha1.c: New file.
43257
43258         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
43259
43260 2005-10-12  Simon Josefsson  <jas@extundo.com>
43261
43262         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
43263
43264         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
43265
43266 2005-10-12  Simon Josefsson  <jas@extundo.com>
43267
43268         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
43269         GC_USE_HMAC_MD5, respectively.
43270
43271         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
43272         (gc_md5): Fix typo.
43273
43274         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
43275
43276         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
43277
43278         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
43279
43280 2005-10-12  Bruno Haible  <bruno@clisp.org>
43281
43282         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
43283         Reported by Stepan Kasal <kasal@ucw.cz>.
43284
43285 2005-10-11  Simon Josefsson  <jas@extundo.com>
43286
43287         * tests/test-crc.c: New file.
43288
43289         * modules/crc, modules/crc-tests: New files.
43290
43291 2005-10-11  Simon Josefsson  <jas@extundo.com>
43292
43293         * m4/crc.m4: New file.
43294
43295 2005-10-11  Simon Josefsson  <jas@extundo.com>
43296
43297         * lib/gc.h: Add gc_hash and gc_hash_buffer.
43298
43299         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
43300
43301         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
43302
43303 2005-10-11  Simon Josefsson  <jas@extundo.com>
43304
43305         * lib/crc.h, lib/crc.c: New files.
43306
43307         * lib/gc.h (gc_hash_buffer): Add doc.
43308
43309 2005-10-11  Bruno Haible  <bruno@clisp.org>
43310
43311         * modules/c-strcasestr: New file.
43312         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
43313
43314 2005-10-11  Bruno Haible  <bruno@clisp.org>
43315
43316         * modules/c-strcase: New file.
43317         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
43318
43319 2005-10-11  Bruno Haible  <bruno@clisp.org>
43320
43321         * lib/strcasecmp.c: Include limits.h.
43322         (strcasecmp): Avoid integer overflow on exotic platforms.
43323         * lib/strncasecmp.c: Include limits.h.
43324         (strncasecmp): Avoid integer overflow on exotic platforms.
43325         Reported by Paul Eggert.
43326
43327 2005-10-11  Bruno Haible  <bruno@clisp.org>
43328
43329         * lib/c-strcasestr.h: New file, from GNU gettext.
43330         * lib/c-strcasestr.c: New file, from GNU gettext.
43331
43332 2005-10-11  Bruno Haible  <bruno@clisp.org>
43333
43334         * lib/c-strcase.h: New file, from GNU gettext.
43335         * lib/c-strcasecmp.c: New file, from GNU gettext.
43336         * lib/c-strncasecmp.c: New file, from GNU gettext.
43337
43338 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43339
43340         * modules/mempcpy (License): GPL -> LGPL.
43341         * modules/strchrnul (License): Likewise.
43342         * modules/sysexits (License): Likewise.
43343
43344 2005-10-08  Simon Josefsson  <jas@extundo.com>
43345
43346         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
43347
43348 2005-10-07  Simon Josefsson  <jas@extundo.com>
43349
43350         * m4/memxor.m4: Remove gl_C_RESTRICT call.
43351
43352 2005-10-06  Simon Josefsson  <jas@extundo.com>
43353
43354         * tests/test-hmac-md5.c: New file.
43355
43356         * modules/hmac-md5-tests: New file.
43357
43358         * modules/hmac-md5: New file.
43359
43360 2005-10-06  Simon Josefsson  <jas@extundo.com>
43361
43362         * m4/hmac-md5.m4: New file.
43363
43364         * m4/memxor.m4: Require gl_C_RESTRICT.
43365
43366 2005-10-06  Simon Josefsson  <jas@extundo.com>
43367
43368         * lib/memxor.c (memxor): Avoid casts and warnings.
43369
43370 2005-10-06  Simon Josefsson  <jas@extundo.com>
43371
43372         * lib/hmac-md5.c: New file.
43373
43374         * lib/hmac.h: New file.
43375
43376 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43377
43378         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
43379         promotes to int, not unsigned int, to catch the AIX 5.3
43380         compiler bug.
43381
43382 2005-10-05  Simon Josefsson  <jas@extundo.com>
43383
43384         * modules/memxor: New file.
43385
43386         * modules/iconv (Files): Move config.rpath to havelib, it is used
43387         there.
43388
43389         * modules/havelib (Files): Add config.rpath.
43390
43391 2005-10-05  Simon Josefsson  <jas@extundo.com>
43392
43393         * m4/memxor.m4: New file.
43394
43395 2005-10-05  Simon Josefsson  <jas@extundo.com>
43396
43397         * lib/memxor.c (memxor): Fix compiler error.
43398
43399         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
43400         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
43401
43402         * lib/memxor.h, lib/memxor.c: New files.
43403
43404         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
43405         we assume all systems have it, suggested by Jim Meyering
43406         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
43407         any systems lack sys/socket.h; mingw32 is known to lack it, but we
43408         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
43409         same reasons.
43410
43411 2005-10-05  Simon Josefsson  <jas@extundo.com>
43412
43413         * config/srclist.txt: Add glibc bug 1423 for md5.h.
43414
43415 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43416
43417         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
43418         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
43419         needed, since the source code now assumes these .h files.
43420
43421 2005-10-05  Derek Price  <derek@ximbiot.com>
43422
43423         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
43424
43425 2005-10-05  Bruno Haible  <bruno@clisp.org>
43426
43427         * modules/stdint (License): Change to LGPL.
43428
43429 2005-10-04  Simon Josefsson  <jas@extundo.com>
43430
43431         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
43432         D. Baushke" <mdb@gnu.org>.
43433
43434 2005-10-04  Bruno Haible  <bruno@clisp.org>
43435
43436         * lib/verify.h (verify_true): Provide alternative definition for C++.
43437
43438 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
43439
43440         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
43441         (SSIZE_MAX): New macro, if not already defined.
43442         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
43443         than 2 GiB.
43444
43445 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
43446
43447         Sync from coreutils.
43448         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
43449         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
43450         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
43451         ULLONG_MAX doesn't work with 2.7.2.1.
43452
43453 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
43454
43455         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
43456         From Ben Pfaff.
43457
43458         * modules/exclude (Depends-on): Depend on verify.
43459         * modules/strtoimax (Depends-on): Likewise.
43460         * modules/utimecmp (Depends-on): Likewise.
43461
43462 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
43463
43464         * lib/exclude.c: Include verify.h.
43465         (verify): Remove.  All callers changed to use verify.h's version.
43466         * lib/strtoimax.c: Likewise.
43467         * lib/utimecmp.c: Likewis.e
43468
43469         Sync from coreutils.
43470         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
43471         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
43472         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
43473         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
43474         bother returning ENOSYS if settimeofday or stime fails; just let
43475         them return whatever errno they want to return.
43476         * lib/utimens.c: Include unistd.h, for dup2.
43477         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
43478         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
43479
43480 2005-10-02  Jim Meyering  <jim@meyering.net>
43481
43482         Sync from coreutils.
43483         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
43484         from glibc-2.2.5 that fails for read-only files.
43485
43486 2005-10-02  Jim Meyering  <jim@meyering.net>
43487
43488         Sync from coreutils.
43489         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
43490         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
43491         `#if HAVE_CONFIG_H'.
43492         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
43493         Remove AT_FDCWD test.
43494         Do not consume the fd unless successful.
43495         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
43496         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
43497         block, so that we don't even try to compile it if settimeofday is
43498         available.  This works around a compilation failure on OSF1 V5.1,
43499         due to stime requiring a `long int*' while tv_sec is `int'.
43500
43501 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
43502
43503         Sync from coreutils.
43504         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
43505         against `yes', rather than just testing for nonempty.
43506
43507 2005-10-01  Simon Josefsson  <jas@extundo.com>
43508
43509         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
43510         and Darwin.
43511
43512         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
43513         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
43514         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
43515         freeaddrinfo and gai_strerror are declared by the POSIX headers.
43516         Check if struct addrinfo is declared.
43517
43518 2005-10-01  Simon Josefsson  <jas@extundo.com>
43519
43520         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
43521         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
43522         AI_* and EAI_* definitions.  Protect function declarations.
43523
43524 2005-10-01  Jim Meyering  <jim@meyering.net>
43525
43526         Sync from coreutils.
43527
43528         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
43529         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
43530         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
43531         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
43532         in the inet and nsl libraries.  Required on Solaris 5.7.
43533
43534 2005-10-01  Jim Meyering  <jim@meyering.net>
43535
43536         Sync from coreutils.
43537         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
43538         in the inet and nsl libraries.  Required on Solaris 5.7.
43539
43540 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
43541
43542         * lib/getdelim.c (getdelim): Remove unused variables.
43543
43544 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43545
43546         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
43547         so that the code works even with ancient cpp.  Portability problem
43548         with GCC 2.7.2.1 reported by Thomas M.Ott.
43549
43550 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43551
43552         * modules/regex (Depends-on): Add strcase.
43553
43554         * modules/gethostname (Licence): Change from GPL to LGPL, since
43555         gethostname.c is a trivial implementation of a standard library
43556         function.
43557         * modules/poll (License): Change from GPL to LGPL, since it's
43558         derived from LGPL code.
43559
43560 2005-09-27  Jim Meyering  <jim@meyering.net>
43561
43562         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
43563         HAVE_CONFIG_H.
43564
43565         * lib/intprops.h (signed_type_or_expr__): Define.
43566         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
43567         for unsigned types.
43568
43569 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43570
43571         * lib/verify.h (verify_expr): Remove, replacing with:
43572         (verify_true): New macro that returns true instead of void.
43573         (verify_type__): Remove.
43574         (verify): Use verify_true rather than verify_type__.
43575
43576 2005-09-26  Bruno Haible  <bruno@clisp.org>
43577
43578         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
43579         is necessary.
43580         (lib_SOURCES): Remove mbchar.c.
43581         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
43582         (Files): Add m4/mbrtowc.m4.
43583         * modules/mbiter: Likewise.
43584         * modules/mbuiter: Likewise.
43585
43586 2005-09-26  Bruno Haible  <bruno@clisp.org>
43587
43588         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
43589         compile mbchar.c if they are not both present.
43590         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
43591         * m4/mbiter.m4 (gl_MBITER): Likewise.
43592         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
43593         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
43594         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
43595
43596 2005-09-25  Jim Meyering  <jim@meyering.net>
43597
43598         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
43599         also uses socklen_t.
43600
43601 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
43602
43603         * lib/utimens.c (ENOSYS): Define if not already defined.
43604         (futimens): Support having a null PATH if the file descriptor
43605         is nonnegative.
43606
43607         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
43608         Remove.
43609         (__attribute): Define to empty unless GCC 3.1 or later.
43610         This works around a core dump on OpenBSD 3.4, which has GCC
43611         2.95.3, which dumps core when given __attribute__(()).  It also
43612         simplifies other tests, since we really don't want to bother with
43613         worrying about which ancient version of GCC supported what.
43614         Original problem reported by Yoann Vandoorselaere, with part of
43615         the fix suggested by Derek Price.
43616
43617 2005-09-24  Jim Meyering  <jim@meyering.net>
43618
43619         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
43620         so we can once again use a positive bitfield width of 1 -- now we
43621         don't have to explain why we were using a bitfield width of 2.
43622
43623 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
43624
43625         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
43626         and similarly for the other external symbols.  Problem reported
43627         by James Gallager.
43628
43629         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
43630         bug reported by Jim Meyering.
43631
43632         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
43633         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
43634         not needed, since socklen is a prerequisite module.
43635
43636 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
43637
43638         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
43639         Problem reported by Eric Blake.
43640         (getaddrinfo): Initialize se so that it's not garbage.
43641         Redo internal storage allocation so that it doesn't make unportable
43642         assumptions about alignment.
43643         Fix a memory leak.
43644
43645         * lib/utimens.c (futimens): Use futimesat if available.
43646         Prefer it to futimes since it doesn't have the futimes bug.
43647
43648         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
43649         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
43650         Instead, declare a function that returns a pointer to an array,
43651         and use verify_type__ to declare the size of the array.
43652         Problem and germ of a solution reported by Bruno Haible.
43653         (verify_type__): Use 2, not 1, for bitfield size, to avoid
43654         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
43655
43656 2005-09-23  Jim Meyering  <jim@meyering.net>
43657
43658         Sync from coreutils.
43659         Correct build failure (socklen_t not defined) on at least
43660         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
43661         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
43662
43663 2005-09-23  Jim Meyering  <jim@meyering.net>
43664
43665         * modules/getaddrinfo (Depends-on): Add socklen.
43666
43667 2005-09-23  Bruno Haible  <bruno@clisp.org>
43668
43669         * tests/test-verify.c: New file.
43670
43671 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43672
43673         Sync from coreutils.
43674
43675         * modules/argmatch (Depends-on): Add verify.
43676         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
43677         unistd-safer.
43678         * modules/save-cwd (Depends-on): Likewise.
43679
43680         * modules/openat (Files): Add lib/openat-die.c.
43681         (Depends-on): Remove error, exitfail.
43682         Add dirname.
43683
43684         * modules/verify: New file.
43685         * MODULES.html.sh (Diagnostics <assert.h>): New section,
43686         with "verify" module.
43687
43688 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43689
43690         Sync from coreutils.
43691
43692         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
43693         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
43694         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
43695         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
43696         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
43697         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
43698         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
43699         Don't bother checking for string.h, stdlib.h, unistd.h.
43700         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
43701         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
43702         module's job.
43703         * m4/jm-macros.m4 (gl_MACROS): Likewise.
43704         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
43705
43706         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
43707         (gl_GETDATE): Use it.
43708
43709         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
43710
43711 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43712
43713         Sync from coreutils.
43714
43715         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
43716         stat-time.h.
43717         * lib/argmatch.h: Include verify.h
43718         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
43719         (ARGMATCH_ASSERT): Remove; unused.
43720         * lib/canonicalize.c: Assume STDC_HEADERS.
43721         * lib/exclude.c: Include "strcase.h".
43722         * lib/regex_internal.h [!defined _LIBC]: Likewise.
43723         * lib/getusershell.c: Include stdio--.h rather than stdio.h
43724         and stdio-safer.h.
43725         (getusershell): Call fopen, not fopen_safer.
43726         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
43727         Do not include unistd-safer.h.
43728         (save_cwd): Don't call fd_safer; no longer needed
43729         now that we include fcntl--.h.
43730
43731         * lib/getdate.y (relative_time): New type.
43732         (RELATIVE_TIME_0): New constant.
43733         (parser_control): Use relative_time instead of doing it ourselves.
43734         (%union): Add new relative_time rel member.
43735         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
43736         Now typeless.
43737         (relunit, relunit_snumber): Now of type rel.
43738         (zone, rel, relunit, get_date): Adjust to above changes.
43739
43740         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
43741         Do not include unistd-safer.h.
43742         (getloadavg): Don't call fd_safer; no longer needed
43743         now that we include fcntl--.h.
43744
43745         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
43746         (make_dir_parents): Treat ENOSYS like EEXIST.
43747
43748         Improve quality of diagnostics on restore_cwd failure.
43749         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
43750         (make_dir_parents): Last arg is now int * (for errno), not bool *.
43751         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
43752         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
43753         each time through the loop.  Do not diagnose restore_cwd failure;
43754         that is the caller's job (and perhaps the caller does not care).
43755
43756         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
43757         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
43758         If the file already exists but is not a directory, don't bother
43759         to try to make its parents.
43760         Close potential file descriptor leak if we can't chdir("/") (!).
43761         Don't always return true if chdir($PWD) fails; return true only
43762         if the requested action was done successfully (except for the
43763         chdir($PWD)).
43764         Don't log final directory unless we actually made it.
43765         Refactor to avoid duplicate code to fix up permissions.
43766         Don't attempt to fix up parent permissions if chdir($PWD) fails.
43767
43768         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
43769         to make it a bit faster and (I hope) clearer.
43770         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
43771         Fix bug in formats like %2N.
43772
43773         * lib/verify.h: New file.
43774
43775 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
43776
43777         Sync from coreutils.
43778         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
43779
43780 2005-09-22  Jim Meyering  <jim@meyering.net>
43781
43782         Sync from coreutils.
43783
43784         * m4/lstat.m4 (gl_FUNC_LSTAT):
43785         Use AC_LIBSOURCES to require lstat.c and lstat.h.
43786         Remove obsolete comment.
43787         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
43788         * m4/xstrtod.m4: Likewise.
43789
43790         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
43791
43792 2005-09-22  Jim Meyering  <jim@meyering.net>
43793
43794         Sync from coreutils.
43795
43796         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
43797
43798         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
43799         the .tm_year member, since otherwise gcc-4.0 would now warn about
43800         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
43801
43802         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
43803         order to avoid an unsuppressible warning from gcc on 64-bit systems.
43804
43805         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
43806         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
43807         when run in a time zone for which daylight savings time is in effect
43808         for the starting date.
43809
43810         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
43811         stop us from restricting permissions of just-created absolute-named
43812         directories.
43813         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
43814         to restore initial working directory.
43815         * lib/mkdir-p.c (make_dir_parents): New parameter:
43816         different_working_dir, to tell caller if/when we change the working
43817         directory and are unable to return to the initial one.
43818         * lib/mkdir-p.h (make_dir_parents): Update prototype.
43819         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
43820         `return false'.  This fixes a bug introduced on 2004-07-30.
43821
43822         * lib/openat.c (fdopendir): Be sure to close the supplied
43823         file descriptor before returning.  This makes our replacement
43824         implementation a little closer to Solaris's, where fdopendir
43825         ties the file descriptor to the returned DIR* pointer.
43826         * lib/openat.c (unlinkat): New function.
43827         * lib/openat.h (unlinkat): Add prototype.
43828         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
43829         (openat_restore_fail): Rename from openat_restore_die.
43830         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
43831
43832         Provide an alternative to exiting immediately upon save_cwd or
43833         restore_cwd failure.  Now, an application can arrange e.g.,
43834         to perform a longjump in that case.
43835         * lib/openat.c: Include dirname.h.
43836         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
43837         (rpl_openat, fdopendir, fstatat): Call openat_save_die
43838         and openat_restore_die rather than calling error directly.
43839         Don't include "error.h" or "exitfail.h"; they're no longer needed.
43840
43841         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
43842         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
43843         define.
43844
43845         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
43846         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
43847                             int utc, int nanoseconds);
43848         Background:
43849         date should not have to allocate a megabyte of virtual memory to
43850         handle a format argument like +%1048575T.  When implemented with
43851         strftime, it must allocate such a buffer, use strftime to fill it
43852         in, print it, then free it.
43853         With fprintftime, it simply prints everything and exits.
43854         With no need for memory allocation, that's one fewer way to fail.
43855         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
43856         optional field width, not before, so we accept %9:z, not %:9z.
43857         (my_strftime): Be sure to use L_('x') for literals.
43858
43859         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
43860         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
43861         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
43862         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
43863         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
43864         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
43865         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
43866         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
43867         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
43868         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
43869         * lib/xgethostname.c, lib/xreadlink.c:
43870         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
43871
43872         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
43873         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
43874         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
43875         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
43876         and don't include <sys/file.h>).
43877
43878 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
43879
43880         Sync from coreutils.
43881
43882         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
43883         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
43884         [!LDAV_DONE]: Avoid unused variable warning.
43885
43886 2005-09-21  Bruno Haible  <bruno@clisp.org>
43887
43888         * lib/unicodeio.h (unicode_to_mb): New declaration.
43889
43890 2005-09-20  Derek Price  <derek@ximbiot.com>
43891
43892         * lib/getaddrinfo.c: Don't include <netdb.h> included from
43893         getaddrinfo.h.
43894
43895 2005-09-20  Bruno Haible  <bruno@clisp.org>
43896
43897         * gnulib-tool: Remove trailing slashes from the values specified for
43898         --source-base, --m4-base, --tests-base, --aux-dir.
43899         Suggested by Simon Josefsson <jas@extundo.com>.
43900
43901 2005-09-20  Bruno Haible  <bruno@clisp.org>
43902
43903         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
43904         func_modules_to_filelist, func_import, func_create_testdir): Make all
43905         sorting results locale-independent, so that gnulib-cache.m4 doesn't
43906         change when gnulib-tool is invoked in a different locale.
43907
43908 2005-09-19  Simon Josefsson  <jas@extundo.com>
43909
43910         * m4/socklen.m4: Fix typo.
43911
43912 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43913
43914         Use a consistent style for including <config.h>.
43915         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
43916         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
43917         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
43918         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
43919         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
43920         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
43921         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
43922         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
43923         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
43924         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
43925         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
43926         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
43927         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
43928         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
43929         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
43930         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
43931         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
43932         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
43933         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
43934         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
43935         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
43936         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
43937         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
43938         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
43939         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
43940         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
43941         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
43942         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
43943         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
43944         lib/xstrtoumax.c, lib/yesno.c:
43945         Standardize inclusion of config.h.
43946         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
43947         lib/inttostr.h:  Removed inclusion of config.h from header files.
43948         * lib/inttostr.c:  Adjusted in-tree users.
43949         * lib/timespec.h: Remove superfluous warning to include config.h.
43950         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
43951         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
43952         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
43953         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
43954         config.h with HAVE_CONFIG_H.
43955
43956 2005-09-19  Jim Meyering  <jim@meyering.net>
43957
43958         * modules/pathmax (License): Change to LGPL.
43959
43960 2005-09-19  Derek Price  <derek@ximbiot.com>
43961
43962         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
43963
43964 2005-09-19  Bruno Haible  <bruno@clisp.org>
43965
43966         * gnulib-tool (import): Provide default for --tests-base.
43967
43968 2005-09-19  Bruno Haible  <bruno@clisp.org>
43969
43970         * doc/quote.texi: New file, extracted from gnulib.texi.
43971         * doc/ctime.texi: New file, extracted from gnulib.texi.
43972         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
43973         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
43974         * doc/gnulib.texi: Include them.
43975
43976 2005-09-18  Bruno Haible  <bruno@clisp.org>
43977
43978         Portability fix.
43979         * gnulib-tool (func_readlink): New function.
43980         (func_ln_if_changed): Use it.
43981
43982 2005-09-18  Bruno Haible  <bruno@clisp.org>
43983
43984         * gnulib-tool: Support --with-tests also with --import.
43985         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
43986         (func_import): Use variables $testsbase and $inctests. Emit a
43987         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
43988         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
43989         SUBDIRS += $testsdir.
43990         (func_create_testdir): Update.
43991
43992 2005-09-18  Bruno Haible  <bruno@clisp.org>
43993
43994         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
43995         instead of $dry_run.
43996         (func_cp_if_changed, func_mv_if_changed): Remove functions.
43997         (func_ln_if_changed): Don't handle dry-run here.
43998         (func_import): In dry-run mode, detect more precisely which actions
43999         would be performed, and don't use "...ing" verbs.
44000
44001 2005-09-18  Bruno Haible  <bruno@clisp.org>
44002
44003         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
44004         (func_import): Use join on two temporary files instead of three nested
44005         loops, in order to determine which files are new or old.
44006
44007 2005-09-18  Bruno Haible  <bruno@clisp.org>
44008
44009         * gnulib-tool (func_import): Comment out code that spits out the
44010         new files with --dry-run.
44011
44012 2005-09-18  Bruno Haible  <bruno@clisp.org>
44013
44014         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
44015
44016 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44017
44018         * lib/stat-time.h: New file.
44019         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
44020         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
44021         in a different way.
44022         (timespec_cmp): New function.
44023         * lib/utimecmp.c: Include stat-time.h.
44024         (SYSCALL_RESOLUTION): Depend on whether various struct stat
44025         members exist, not on the obsolescent ST_MTIM_NSEC.
44026         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
44027
44028 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44029
44030         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
44031
44032 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
44033
44034         * MODULES.html.sh (File system functions): Add stat-time.
44035         * modules/stat-time: New file.
44036         * modules/timespec (Files): Remove m4/st_mtim.m4; this
44037         is now done in a different way, by the stat-time module.
44038         * modules/utimecmp (Depends-on): Add stat-time.
44039
44040 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44041
44042         * m4/st_mtim.m4: Remove.  Superseded by...
44043         * m4/stat-time.m4: New file.
44044         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
44045         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
44046
44047 2005-09-15  Derek Price  <derek@ximbiot.com>
44048
44049         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
44050
44051 2005-09-15  Derek Price  <derek@ximbiot.com>
44052
44053         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
44054         * lib/regex_internal.c: Ditto, using this...
44055         (__GNUC_PREREQ): ...new macro.
44056         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
44057         using...
44058         (__GNUC_PREREQ): ...this new macro.
44059
44060         * lib/strstr.h: Include string.h. Define strstr as a macro here.
44061
44062 2005-09-15  Derek Price  <derek@ximbiot.com>
44063             Paul Eggert  <eggert@cs.ucla.edu>
44064
44065         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
44066         changes, consolidating in...
44067         * lib/regex_internal.h: ...this file.
44068
44069 2005-09-13  Jim Meyering  <jim@meyering.net>
44070
44071         * lib/canon-host.c: Filter through gnu indent and reword comments
44072         slightly.
44073         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
44074
44075 2005-09-13  Derek Price  <derek@ximbiot.com>
44076
44077         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
44078         failure.
44079         Reported by Jim Meyering  <jim@meyering.net>.
44080
44081 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44082
44083         * lib/base64.c: Typo.
44084         (base64_encode): Put b64str in initialized data section.
44085
44086 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
44087
44088         Merge glibc and coreutils changes into gnulib, plus a few
44089         extra fixes.
44090         * lib/md5.c: Use #error rather than a string.
44091         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
44092         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
44093         (__attribute__): Define to empty for non recent-GCC.
44094         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
44095         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
44096         Renamed from their non-__ counterparts, with new macros replacing
44097         them if not _LIBC.  Add __THROW attribute.
44098         (rol): Remove.
44099         (struct md5_ctx): Align buffer if using GCC.
44100         * lib/sha1.h (struct sha1_ctx): Likewise.
44101         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
44102         The old name was backwards.
44103         (NOTSWAP): Remove; not used.
44104         (rol): New macro, moved here from md5.h.
44105         (sha1_process_block): Remove a FIXME that doesn't make sense.
44106
44107 2005-09-12  Derek Price  <derek@ximbiot.com>
44108
44109         Return usable errors from canon-host.
44110         * lib/canon-host.h: New file.
44111         * lib/canon-host.c (canon_host): Wrap...
44112         (canon_host_r): ...this new function, which now relies exclusively on
44113         getaddrinfo.
44114         (ch_strerror): New function.
44115         (last_cherror): New global.
44116         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
44117         interface.
44118         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
44119         void *.
44120         (freeaddrinfo): Free ai->ai_canonname when set.
44121
44122 2005-09-12  Derek Price  <derek@ximbiot.com>
44123
44124         Make canon-host require getaddrinfo.
44125         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
44126         AC_LIBSOURCE canon-host.h.  Call...
44127         (gl_PREREQ_CANON_HOST): ...this new function, which requires
44128         gl_GETADDRINFO.
44129         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
44130
44131 2005-09-12  Derek Price  <derek@ximbiot.com>
44132
44133         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
44134         LGPL.
44135         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
44136
44137 2005-09-12  Derek Price  <derek@ximbiot.com>
44138
44139         * lib/gai_strerror.c: Include config.h when available.  Include
44140         getaddrinfo.h before other headers to test interface.
44141         Reported by Larry Jones <lawrence.jones@ugs.com>.
44142
44143 2005-09-12  Derek Price  <derek@ximbiot.com>
44144             Paul Eggert  <eggert@cs.ucla.edu>
44145
44146         * modules/glob (Files): Add glob-libc.h.
44147
44148 2005-09-12  Derek Price  <derek@ximbiot.com>
44149             Paul Eggert  <eggert@cs.ucla.edu>
44150
44151         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
44152         glob_.h, glob-libc.h.
44153         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
44154
44155 2005-09-12  Derek Price  <derek@ximbiot.com>
44156             Paul Eggert  <eggert@cs.ucla.edu>
44157
44158         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
44159         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
44160         protecting things that should be done only in gnulib contexts.
44161         * lib/glob_.h: New file, containing only the glob things needed for
44162         gnulib.
44163         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
44164         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
44165         (glob, globfree, glob_pattern_p): Now defined simply in terms of
44166         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
44167         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
44168         and to respect the namespace rules better.
44169
44170 2005-09-08  Simon Josefsson  <jas@extundo.com>
44171
44172         * modules/socklen: New file.
44173
44174 2005-09-08  Simon Josefsson  <jas@extundo.com>
44175
44176         * m4/socklen.m4: New file.
44177
44178 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44179
44180         * modules/utimens (Files): Add m4/utimbuf.m4, since
44181         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
44182         Reported by Sergey Poznyakoff.
44183
44184 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44185
44186         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
44187         definitions, since that's the preferred style in glibc.
44188         Fix a minor spacing issue, and update copyright notice to match
44189         glibc's.
44190
44191 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44192
44193         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
44194
44195 2005-09-06  Simon Josefsson  <jas@extundo.com>
44196
44197         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
44198         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
44199
44200 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
44201
44202         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
44203         warning.
44204
44205 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
44206
44207         * config/srclist.txt: Add glibc bug 1302.
44208
44209 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
44210
44211         Change bitset word type from unsigned int to unsigned long int,
44212         as this has better performance on typical 64-bit hosts.
44213         Port bitset code to hosts with unusual word sizes.
44214         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
44215         (build_collating_symbol):
44216         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
44217         argument is a bitset.  This is merely a style issue, but it makes
44218         it clearer that an entire array is expected.
44219         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
44220         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
44221         Port to the case where bitset_word is not the same as unsigned int.
44222         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
44223         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
44224         Likewise.
44225         * lib/regexec.c (check_dst_limits_calc_pos_1,
44226         check_subexp_matching_top):
44227         (build_trtable, group_nodes_into_DFAstates):
44228         Likewise.
44229         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
44230         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
44231         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
44232         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
44233         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
44234         * lib/regcomp.c (optimize_subexps, lower_subexp):
44235         Work even if bitset_word has holes in its bitwise representation.
44236         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
44237         * lib/regexec.c (check_dst_limits_calc_pos_1,
44238         check_subexp_matching_top):
44239         Likewise.
44240         * lib/regex_internal.c (re_string_reconstruct):
44241         Don't assume UCHAR_MAX == 255.
44242         * lib/regex_internal.h (bitset_set_all): Likewise.
44243         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
44244         All uses changed.
44245         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
44246         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
44247         All uses changed.
44248         (BITSET_WORD_MAX): New macro.
44249         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
44250         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
44251         (bitset_empty, bitset_copy):
44252         Prefer sizeof (bitset) to multiplying it out ourselves.
44253         (bitset_not_merge): Remove; unused.
44254         (bitset_contain): Return bool, not unsigned int with one bit on.
44255         All callers changed.
44256         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
44257         alignment than re_node_set; do this by defining a new internal
44258         type struct dests_alloc and using it to allocate memory.
44259
44260 2005-09-05  Bruno Haible  <bruno@clisp.org>
44261
44262         * gnulib-tool (func_import): Fix comparison in handling of symbolic
44263         links.
44264
44265 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
44266
44267         * modules/size_max (Makefile.am): Add size_max.h
44268
44269 2005-09-04  Derek Price  <derek@ximbiot.com>
44270
44271         * gnulib-tool (func_import): Fix reversed $symbolic logic.
44272
44273 2005-09-03  Simon Josefsson  <jas@extundo.com>
44274
44275         * gnulib-tool: Fix typo.
44276
44277 2005-09-03  Simon Josefsson  <jas@extundo.com>
44278
44279         * config/srclist.txt: Add glibc bug 1293.
44280
44281 2005-09-03  Derek Price  <derek@ximbiot.com>
44282
44283         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
44284         From Larry Jones <lawrence.jones@ugs.com>.
44285
44286 2005-09-02  Simon Josefsson  <jas@extundo.com>
44287
44288         * modules/socklen: New file.
44289
44290 2005-09-02  Simon Josefsson  <jas@extundo.com>
44291
44292         * modules/havelib: New module.
44293
44294         * modules/gettext, modules/iconv, modules/lock, modules/readline:
44295         Use havelib.
44296
44297 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
44298
44299         Check for arithmetic overflow when calculating sizes, to prevent
44300         some buffer-overflow issues.  These patches are conservative, in the
44301         sense that when I couldn't determine whether an overflow was possible,
44302         I inserted a run-time check.
44303         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
44304         macros.
44305         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
44306         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
44307         (re_xnrealloc, re_x2nrealloc): New inline functions.
44308         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
44309         parse_bracket_exp):
44310         (build_equiv_class, build_charclass): Check for arithmetic overflow
44311         in size expression calculations.
44312         * lib/regex_internal.c (re_string_realloc_buffers):
44313         (build_wcs_upper_buffer, re_node_set_add_intersect):
44314         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
44315         (re_dfa_add_node, register_state): Likewise.
44316         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
44317         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
44318         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
44319         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
44320
44321 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
44322
44323         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
44324         m4/ulonglong.m4.  Problem reported by Martin Lambers.
44325
44326 2005-09-02  Bruno Haible  <bruno@clisp.org>
44327
44328         Support for lib vs. lib64 distinction on biarch platforms.
44329         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
44330         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
44331         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
44332
44333 2005-09-02  Bruno Haible  <bruno@clisp.org>
44334
44335         * gnulib-tool (import): In the other first-use case, provide defaults
44336         as well.
44337
44338 2005-09-02  Bruno Haible  <bruno@clisp.org>
44339
44340         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
44341         patches not yet found in the latest gettext release.
44342
44343 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44344
44345         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
44346         to avoid a collision with bits/local_lim.h in glibc.
44347         All uses changed.  Problem reported by Dmitry V. Levin in
44348         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
44349
44350         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
44351         bugs in int versus size_t comparisons.
44352         (re_string_context_at): Fix bug where the code assumed that
44353         Idx is signed.
44354
44355         Use bool where appropriate.
44356         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
44357         All callers changed.
44358         (calc_eclosure_iter): Likewise, for ROOT arg.
44359         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
44360         (build_charclass_op): Likewise, for NON_MATCH arg.
44361         * lib/regex_internal.c (re_string_allocate, re_string_construct):
44362         (re_string_construct_common): Likewise, for ICASE arg.
44363         * lib/regexec.c (re_search_2_stub, re_search_stub):
44364         Likewise, for RET_LEN arg.
44365         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
44366         (set_regs): Likewise, for FL_BACKTRACK arg.
44367         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
44368         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
44369         (calc_eclosure_iter, parse_bracket_exp):
44370         Use bool for internal variables that are booleans.
44371         * lib/regexec.c (re_search_internal, check_matching,
44372         proceed_next_node):
44373         (set_regs, build_sifted_states, sift_states_bkref):
44374         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
44375         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
44376         (find_collation_sequence_value):
44377         Likewise.
44378         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
44379         (re_node_set_compare):
44380         Return bool, not int. All callers changed.
44381         * lib/regexec.c (check_halt_node_context, check_dst_limits):
44382         (build_trtable, check_node_accept): Likewise.
44383         * lib/regex_internal.h: Include stdbool.h.
44384
44385         Fix bugs uncovered when converting to bool.
44386         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
44387         failure instead of charging ahead blindly.
44388         * lib/regex_internal.c (register_state): Likewise.
44389         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
44390         for freeing internal storage.
44391         (group_nodes_into_DFA_states): Use unsigned int, not int, for
44392         bitset pieces used as boolean, to avoid undefined behavior
44393         on hosts that do int overflow checking.
44394
44395 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44396
44397         * config/srclist.txt: Add glibc bugs 1285-1287.
44398
44399 2005-09-01  Jim Meyering  <jim@meyering.net>
44400
44401         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
44402         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
44403         Require gl_STAT_MACROS, too.
44404
44405 2005-09-01  Bruno Haible  <bruno@clisp.org>
44406
44407         * gnulib-tool (import): In the first-use case, provide defaults.
44408
44409 2005-09-01  Bruno Haible  <bruno@clisp.org>
44410
44411         * gnulib-tool (func_import): Remove the .tmp files.
44412
44413 2005-09-01  Bruno Haible  <bruno@clisp.org>
44414
44415         * gnulib-tool (func_import): Fix handling of symbolic links.
44416
44417 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44418
44419         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
44420         old glibc regex code mishandles strings longer than 2**31 bytes.
44421         This patch fixes this when the regex code is used in gnulib
44422         (i.e., outside glibc).
44423
44424         This patch should not affect the use of the regex code inside
44425         glibc.  No doubt this problem also needs to be handled for glibc
44426         as well, but the result will be an incompatible change to the
44427         glibc ABI, and the old ABI will have to be supported too.  That
44428         can be the the subject for another patch.
44429
44430         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
44431         governing whether the rest of this patch is active.  By default,
44432         the macro is disabled and the patch has no effect.
44433         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
44434         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
44435         (struct re_pattern_buffer, re_search, re_search_2, re_match):
44436         (re_match_2, re_set_registers): Use the new types.
44437         * lib/regex_internal.h (Idx, re_hashval_t): New types.
44438         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
44439         New macros.
44440         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
44441         (re_string_context_at, bin_tree_t, re_dfastate_t):
44442         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
44443         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
44444         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
44445         (re_string_char_size_at, re_string_wchar_at):
44446         (re_string_elem_size_at):
44447         Use the new types and macros to port to 64-bit hosts.
44448         Use unsigned types for internal values, so that the code
44449         mostly works even for arrays larger than SSIZE_MAX.
44450         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
44451         (search_duplicated_node, calc_eclosure_iter, fetch_number):
44452         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
44453         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
44454         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
44455         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
44456         (calc_inveclosure, parse_dup_op, build_range_exp):
44457         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
44458         (fetch_number, create_token_tree, mark_opt_subexp):
44459         Likewise.
44460         * lib/regex_internal.c (re_string_construct_common,
44461         create_ci_newstate):
44462         (create_cd_newstate, re_string_allocate, re_string_construct):
44463         (re_string_realloc_buffers, build_wcs_upper_buffer):
44464         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
44465         (re_string_reconstruct, re_string_peek_byte_case):
44466         (re_string_fetch_byte_case, re_string_context_at):
44467         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
44468         (re_node_set_init_copy, re_node_set_add_intersect):
44469         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
44470         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
44471         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
44472         (re_acquire_state, re_acquire_state_context, register_state):
44473         Likewise.
44474         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
44475         search_cur_bkref_entry):
44476         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
44477         (re_search_internal, re_search_2_stub, re_search_stub)
44478         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
44479         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
44480         (update_cur_sifted_state, check_dst_limits):
44481         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
44482         (check_subexp_limits, sift_states_bkref, merge_state_array):
44483         (check_subexp_matching_top, get_subexp, get_subexp_sub):
44484         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
44485         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
44486         (expand_bkref_cache, check_node_accept_bytes):
44487         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
44488         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
44489         (acquire_init_state_context, check_halt_node_context):
44490         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
44491         (sift_states_backward, clean_state_log_if_needed):
44492         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
44493         (find_recover_state, transit_state_sb, transit_state_mb):
44494         (transit_state_bkref, build_trtable, match_ctx_clean):
44495         Likewise.
44496         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
44497         to work around an assumption that REG_MISSING is negative.
44498
44499         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
44500         (seek_collating_symbol_entry) [defined _LIBC]:
44501         (lookup_collation_sequence_value) [defined _LIBC]:
44502         (build_range_exp, build_collating_symbol) [defined _LIBC]:
44503         Use prototypes rather than old-style function definitions.
44504         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
44505         (transit_state_sb) [0]:
44506         (find_collation_sequence_value) [defined _LIBC]: Likewise.
44507
44508         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
44509         rm_eo.
44510
44511         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
44512         (optimize_subexps, lower_subexp):
44513         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
44514         since the signed shift might overflow.  Use 1u<<31 instead.
44515         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
44516         Likewise.
44517         * lib/regexec.c (check_dst_limits_calc_pos_1,
44518         check_subexp_matching_top): Likewise.
44519
44520         * lib/regcomp.c (optimize_subexps, lower_subexp):
44521         Use CHAR_BIT rather than 8, for clarity.
44522         * lib/regexec.c (check_dst_limits_calc_pos_1):
44523         (check_subexp_matching_top): Likewise.
44524         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
44525         have to worry about portability issues when shifting it left.
44526         Remove no-longer-needed test for table_size > 0.
44527         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
44528         in a word, as the resulting behavior is undefined.
44529         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
44530         in one case, a <= should have been an <, and in another case the
44531         whole test was missing.
44532         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
44533         the standard name CHAR_BIT.
44534         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
44535         this is not true on one's complement and signed-magnitude hosts.
44536
44537         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
44538         next_last_offset.
44539         (struct re_dfa_t): Remove unused member states_alloc.
44540         * lib/regcomp.c (init_dfa): Don't initialize unused members.
44541
44542 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44543
44544         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
44545         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
44546         and large-file glibc and in 32-bit large-file Solaris.
44547
44548 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44549
44550         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
44551         lengths fit in regoff_t; this isn't true if regoff_t is the same
44552         width as size_t.
44553         * lib/regex.c (re_search_internal): 5th arg is LAST_START
44554         (= START + RANGE) instead of RANGE.  This avoids overflow
44555         problems when regoff_t is the same width as size_t.
44556         All callers changed.
44557         (re_search_2_stub): Check for overflow when adding the
44558         sizes of the two strings.
44559         (re_search_stub): Check for overflow when adding START
44560         to RANGE; if it occurs, substitute the extreme value.
44561
44562 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44563
44564         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
44565
44566 2005-08-31  Jim Meyering  <jim@meyering.net>
44567
44568         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
44569         a pointer-to-const.
44570         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
44571         (register_state): Likewise.
44572         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
44573         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
44574         (group_nodes_into_DFAstates): Likewise.
44575
44576 2005-08-31  Jim Meyering  <jim@meyering.net>
44577
44578         * check-module: Add a FIXME comment.
44579
44580 2005-08-31  Eric Blake  <ebb9@byu.net>
44581
44582         * modules/unistd-safer (Files): Add unistd--.h.
44583         * modules/stdio-safer (Files): Add stdio--.h.
44584
44585 2005-08-31  Derek Price  <derek@ximbiot.com>
44586
44587         * lib/getdelim.c (getdelim): Return EOF on EOF.
44588         Reported by Larry Jones <lawrence.jones@ugs.com>.
44589
44590 2005-08-31  Bruno Haible  <bruno@clisp.org>
44591
44592         Avoid unnecessary diffs in the generated lib/Makefile.am.
44593         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
44594         the generated files.
44595         (func_import): Don't set cmd.
44596
44597 2005-08-31  Bruno Haible  <bruno@clisp.org>
44598
44599         * lib/strstr.c: Include <stddef.h>, for NULL.
44600         * lib/strcasestr.c: Likewise.
44601         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
44602
44603 2005-08-31  Bruno Haible  <bruno@clisp.org>
44604
44605         * gnulib-tool: New option --macro-prefix.
44606         (func_import): Use macro_prefix.
44607         (import): Handle option --macro-prefix.
44608
44609 2005-08-31  Bruno Haible  <bruno@clisp.org>
44610
44611         * gnulib-tool (import): Rename most ac_* variables to cached_*.
44612         Also use new variables cached_lgpl, cached_libtool.
44613
44614 2005-08-31  Bruno Haible  <bruno@clisp.org>
44615
44616         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
44617         always instantiating them.
44618
44619 2005-08-31  Bruno Haible  <bruno@clisp.org>
44620
44621         * gnulib-tool (func_import): Read the previous cached settings
44622         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
44623         earlier added by gnulib but are now dropped. Warn when a gnulib file
44624         overwrites a non-gnulib file.
44625
44626 2005-08-31  Bruno Haible  <bruno@clisp.org>
44627
44628         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
44629         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
44630         projects that don't keep autogenerated files in CVS. Put into
44631         actioncmd only the specified modules, not the transitive closure.
44632
44633 2005-08-31  Bruno Haible  <bruno@clisp.org>
44634
44635         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
44636         Create directories that shall be filled.
44637         (import): Don't look for gl_* macros in configure.ac. Recurse across
44638         all directories containing a gnulib-cache.m4 files, if meaningful.
44639
44640 2005-08-31  Bruno Haible  <bruno@clisp.org>
44641
44642         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
44643         (import): Set seen_libtool when we see gl_LIBTOOL.
44644
44645 2005-08-31  Bruno Haible  <bruno@clisp.org>
44646
44647         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
44648         declaration macro definitions from generated gnulib.m4.
44649
44650 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
44651
44652         * lib/iconvme.h: Add prototype for iconv_alloc.
44653
44654 2005-08-29  Simon Josefsson  <jas@extundo.com>
44655
44656         * lib/iconvme.c: Fix errno.
44657
44658 2005-08-29  Bruno Haible  <bruno@clisp.org>
44659
44660         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
44661         that it works when the directory contains spaces.
44662
44663 2005-08-29  Bruno Haible  <bruno@clisp.org>
44664
44665         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
44666
44667 2005-08-29  Bruno Haible  <bruno@clisp.org>
44668
44669         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
44670         Emit more advice.
44671
44672 2005-08-29  Bruno Haible  <bruno@clisp.org>
44673         and Stepan Kasal  <kasal@ucw.cz>
44674
44675         * check-module: If more parameters are given, check each of them
44676         separately; add more exceptions, as noted by Jim Meyering.
44677         (check_module): New procedure.
44678         (%exempt_header): Now contains all exceptions.
44679
44680 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
44681
44682         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
44683
44684 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
44685
44686         * lib/iconvme.c: Split iconv_string into iconv_alloc.
44687
44688 2005-08-28  Bruno Haible  <bruno@clisp.org>
44689
44690         * m4/gnulib-tool.m4: New file.
44691
44692 2005-08-27  Jim Meyering  <jim@meyering.net>
44693
44694         * modules/unistd-safer (Files): Add pipe-safer.c.
44695         * modules/fcntl-safer (Files): Add creat-safer.c.
44696
44697 2005-08-27  Jim Meyering  <jim@meyering.net>
44698
44699         * m4/stdlib-safer.m4: New file.  From coreutils.
44700         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
44701         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
44702         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
44703         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
44704         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
44705
44706 2005-08-27  Jim Meyering  <jim@meyering.net>
44707
44708         * lib/fopen-safer.c: Merge minor changes from coreutils.
44709         * lib/dup-safer.c: Likewise.
44710         * lib/fd-safer.c: Likewise.
44711
44712         Merge from coreutils.
44713         * lib/stdio--.h: New file.
44714         * lib/stdlib--.h: New file.
44715         * lib/mkstemp-safer.c: New file.
44716
44717         GNU tar needs these.
44718         * lib/pipe-safer.c: New file.
44719         * lib/creat-safer.c: New file.
44720         * lib/fcntl--.h (creat): Define to creat_safer.
44721         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
44722         * lib/unistd--.h (pipe): Define to pipe_safer.
44723         * lib/unistd-safer.h: Declare pipe_safer.
44724
44725 2005-08-26  Simon Josefsson  <jas@extundo.com>
44726
44727         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
44728         Haible <bruno@clisp.org>.
44729
44730 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
44731
44732         * lib/regex_internal.h: Remove all references to
44733         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
44734         or better.
44735         (bitset_not, bitset_merge, bitset_not_merge):
44736         (bitset_mask, re_string_allocate, re_string_construct):
44737         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
44738         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
44739         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
44740         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
44741         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
44742         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
44743         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
44744         (re_acquire_state_context):
44745         Remove unnecessary forward decls.
44746         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
44747         Put __attribute at function definition,
44748         now that the function decl has been removed.
44749         * lib/regex_internal.c (re_string_peek_byte_case):
44750         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
44751         Likewise.
44752
44753 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
44754
44755         * m4/regex.m4: Add AC_PREREQ(2.50).
44756         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
44757
44758 2005-08-25  Simon Josefsson  <jas@extundo.com>
44759
44760         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
44761         __fsetlocking.
44762
44763 2005-08-25  Simon Josefsson  <jas@extundo.com>
44764
44765         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
44766         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
44767         GLIBC specific code.
44768
44769 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44770
44771         Make regex safe for g++.  This fixes one real bug (an "err"
44772         that should have been "*err").  g++ problem reported by
44773         Sam Steingold.
44774         * lib/regex_internal.h (re_calloc): New macro, consistent with
44775         re_malloc etc.  All callers of calloc changed to use re_calloc.
44776         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
44777         not int.  All callers changed.
44778         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
44779         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
44780         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
44781         (find_recover_state): Change "err" to "*err"; this fixes what
44782         appears to be a real bug.
44783         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
44784         versus int.
44785
44786 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44787
44788         * modules/regex (Depends-on): Add malloc, since the code
44789         assumes that !malloc(0) means failure.
44790
44791 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44792
44793         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
44794
44795         alloca modernization/simplification for regex.
44796         * lib/regex.c: Remove portability cruft for alloca.  This no longer
44797         needs to be at the start of the file, and can be moved into
44798         regex_internal.h and simplified.
44799         * lib/regex_internal.h: Include <alloca.h>.
44800         (__libc_use_alloca) [!defined _LIBC]: New macro.
44801         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
44802         now works outside glibc.
44803
44804 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44805
44806         * config/srclist.txt: Add glibc bugs 1241, 1245.
44807
44808 2005-08-25  Jim Meyering  <jim@meyering.net>
44809
44810         * lib/open-safer.c: Include <config.h>.
44811         Otherwise, we'd lose LARGEFILE support in any file using
44812         e.g. "fcntl--.h"
44813
44814 2005-08-25  Bruno Haible  <bruno@clisp.org>
44815
44816         * m4/minmax.m4: Require autoconf 2.52.
44817         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
44818         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
44819         alternatives of translit over the alphabet.
44820         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
44821
44822 2005-08-24  Simon Josefsson  <jas@extundo.com>
44823
44824         * tests/test-getpass.c: New file.
44825
44826 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44827
44828         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
44829         for GNU regex features.
44830
44831 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44832
44833         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
44834         * lib/regex.h (regerror): Likewise.
44835
44836         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
44837         requires this.  (The code never needed it.)
44838
44839         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
44840         All uses of recently-renamed identifiers changed to use the new,
44841         POSIX-compliant names.  The code will build and run just fine
44842         without these changes, but it's better to eat our own dog food
44843         and use the standard-conforming names.
44844
44845         * lib/regex.h: Fix a multitude of POSIX name space violations.
44846         These changes have an effect only for programs that define
44847         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
44848         do not change anything for programs compiled in the normal way.
44849         Also, there is no effect on the ABI.
44850
44851         (_REGEX_SOURCE): New macro.
44852         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
44853         defined and _GNU_SOURCE is not; this fixes a name space violation.
44854
44855         Rename the following macros to obey POSIX requirements.
44856         The old names are still visible as macros if _REGEX_SOURCE is defined.
44857         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
44858         RE_BACKSLASH_ESCAPE_IN_LISTS.
44859         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
44860         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
44861         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
44862         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
44863         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
44864         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
44865         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
44866         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
44867         (REG_INTERVALS): renamed from RE_INTERVALS.
44868         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
44869         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
44870         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
44871         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
44872         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
44873         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
44874         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
44875         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
44876         RE_UNMATCHED_RIGHT_PAREN_ORD.
44877         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
44878         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
44879         (REG_DEBUG): renamed from RE_DEBUG.
44880         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
44881         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
44882         unusual, since we can't clash with the POSIX REG_ICASE.
44883         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
44884         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
44885         (REG_NO_SUB): renamed from RE_NO_SUB.
44886         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
44887         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
44888         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
44889         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
44890         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
44891         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
44892         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
44893         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
44894         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
44895         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
44896         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
44897         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
44898         RE_SYNTAX_POSIX_MINIMAL_BASIC.
44899         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
44900         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
44901         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
44902         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
44903         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
44904         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
44905         (REG_FIXED): Renamed from REGS_FIXED.
44906         (REG_NREGS): Renamed from RE_NREGS.
44907
44908         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
44909         of other REG_* macros, since POSIX says the user is allowed to
44910         #undef these macros selectively.
44911
44912         (reg_errcode_t): Update comment stating what other tables need
44913         to be consistent.
44914
44915         Rename the following enum values to obey POSIX requirements.
44916         The old names are still visible as macros.
44917         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
44918         is not defined, since GNU is supposed to be a superset of POSIX as
44919         much as possible, and since we want reg_errcode_t to be a signed
44920         type for implementation consistency.
44921         (_REG_NOERROR): Renamed from REG_NOERROR.
44922         (_REG_NOMATCH): Renamed from REG_NOMATCH.
44923         (_REG_BADPAT): Renamed from REG_BADPAT.
44924         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
44925         (_REG_ECTYPE): Renamed from REG_ECTYPE.
44926         (_REG_EESCAPE): Renamed from REG_EESCAPE.
44927         (_REG_ESUBREG): Renamed from REG_ESUBREG.
44928         (_REG_EBRACK): Renamed from REG_EBRACK.
44929         (_REG_EPAREN): Renamed from REG_EPAREN.
44930         (_REG_EBRACE): Renamed from REG_EBRACE.
44931         (_REG_BADBR): Renamed from REG_BADBR.
44932         (_REG_ERANGE): Renamed from REG_ERANGE.
44933         (_REG_ESPACE): Renamed from REG_ESPACE.
44934         (_REG_BADRPT): Renamed from REG_BADRPT.
44935         (_REG_EEND): Renamed from REG_EEND.
44936         (_REG_ESIZE): Renamed from REG_ESIZE.
44937         (_REG_ERPAREN): Renamed from REG_ERPAREN.
44938         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
44939         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
44940         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
44941         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
44942
44943         (_REG_RE_NAME, _REG_RM_NAME): New macros.
44944         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
44945         changed.  But support the old name if the new one is not defined
44946         and if _REGEX_SOURCE.
44947
44948         Change the following member names in struct re_pattern_buffer.
44949         The old names are still supported if !_REGEX_SOURCE.
44950         The new names are always supported, regardless of _REGEX_SOURCE.
44951         (re_buffer): Renamed from buffer.
44952         (re_allocated): Renamed from allocated.
44953         (re_used): Renamed from used.
44954         (re_syntax): Renamed from syntax.
44955         (re_fastmap): Renamed from fastmap.
44956         (re_translate): Renamed from translate.
44957         (re_can_be_null): Renamed from can_be_null.
44958         (re_regs_allocated): Renamed from regs_allocated.
44959         (re_fastmap_accurate): Renamed from fastmap_accurate.
44960         (re_no_sub): Renamed from no_sub.
44961         (re_not_bol): Renamed from not_bol.
44962         (re_not_eol): Renamed from not_eol.
44963         (re_newline_anchor): Renamed from newline_anchor.
44964
44965         Change the following member names in struct re_registers.
44966         The old names are still supported if !_REGEX_SOURCE.
44967         The new names are always supported, regardless of _REGEX_SOURCE.
44968         (rm_num_regs): Renamed from num_regs.
44969         (rm_start): Renamed from start.
44970         (rm_end): Renamed from end.
44971
44972         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
44973         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
44974         Prepend __ to parameter names.
44975
44976         Undo yesterday's changes.
44977
44978 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44979
44980         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
44981         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
44982         lib/regex.c.
44983
44984 2005-08-24  Jim Meyering  <jim@meyering.net>
44985
44986         Sync from coreutils.
44987         * m4/fcntl-safer.m4: New file.
44988
44989         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
44990         and object files for this module.
44991
44992 2005-08-24  Jim Meyering  <jim@meyering.net>
44993
44994         Sync from coreutils.
44995         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
44996
44997 2005-08-24  Jim Meyering  <jim@meyering.net>
44998
44999         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
45000         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
45001
45002 2005-08-24  Jim Meyering  <jim@meyering.net>
45003
45004         * modules/fcntl-safer: New module.
45005         * modules/fts (Depends-on): Add fcntl-safer.
45006         * MODULES.html.sh (File descriptor based Input/Output):
45007         Add fcntl-safer.
45008
45009 2005-08-24  Bruno Haible  <bruno@clisp.org>
45010
45011         Support for unit test modules.
45012         * modules/README: Mention tests modules.
45013         * modules/TEMPLATE-TESTS: New file.
45014         * gnulib-tool: New options --extract-tests-module, --with-tests and
45015         --tests-base (unused for the moment).
45016         (testsbase, inctests): New variables.
45017         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
45018         (func_verify_module): Exclude TEMPLATE-TESTS.
45019         (func_verify_nontests_module, func_verify_tests_module): New functions.
45020         (func_get_dependencies): Add implicit dependency for tests modules.
45021         (func_get_tests_module): New function.
45022         (func_modules_transitive_closure): When --with-tests was specified,
45023         include the unit tests as well, unless explicitly avoided.
45024         (func_emit_lib_Makefile_am): Ignore the tests modules here.
45025         (func_emit_tests_Makefile_am): New function.
45026         (func_create_testdir): When --with-tests was specified, emit a
45027         tests/ directory.
45028         * MODULES.html.sh (Future developments): Update.
45029
45030 2005-08-24  Bruno Haible  <bruno@clisp.org>
45031
45032         * modules/tls-tests: New file.
45033         * tests/test-tls.c: New file, from GNU gettext.
45034
45035 2005-08-24  Bruno Haible  <bruno@clisp.org>
45036
45037         * modules/lock-tests: New file.
45038         * tests/test-lock.c: New file, from GNU gettext.
45039
45040 2005-08-24  Bruno Haible  <bruno@clisp.org>
45041
45042         * lib/lock.h: Add multiple inclusion guard.
45043         * lib/tls.h: Add multiple inclusion guard.
45044
45045 2005-08-24  Bruno Haible  <bruno@clisp.org>
45046
45047         * gnulib-tool: Add support for the --aux-dir option to
45048         --create-testdir, --create-megatestdir, --test, --megatest.
45049         (func_create_testdir, func_create_megatestdir): Optionally emit a
45050         AC_CONFIG_AUX_DIR directive.
45051         (create-testdir, create-megatestdir, test, megatest): Provide a
45052         default value for $auxdir.
45053
45054 2005-08-24  Bruno Haible  <bruno@clisp.org>
45055
45056         * gnulib-tool (import): Use compound statement instead of subshell
45057         where possible.
45058
45059 2005-08-24  Bruno Haible  <bruno@clisp.org>
45060
45061         * gnulib-tool (import): Change --aux-dir default to "build-aux".
45062
45063 2005-08-24  Bruno Haible  <bruno@clisp.org>
45064
45065         * gnulib-tool (func_version): Update.
45066
45067 2005-08-24  Bruno Haible  <bruno@clisp.org>
45068
45069         * gnulib-tool (func_import, func_create_testdir,
45070         func_create_megatestdir): Quote all autoconf macro arguments.
45071
45072 2005-08-24  Bruno Haible  <bruno@clisp.org>
45073
45074         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
45075         option --force, because --force causes the aclocal.m4 of each
45076         subdirectory to be newer than the corresponding config.h.in.
45077
45078 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45079
45080         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
45081         All contents moved to gl_REGEX.
45082         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
45083         assume that it does.
45084
45085 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45086
45087         * lib/regex.h (REG_NOSYS)
45088         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
45089         Define, since POSIX requires it as of 2001.
45090         (_REG_ENOSYS)
45091         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
45092         New private symbol, used to keep the enum signed in all cases.
45093         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
45094         Youngman in
45095         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
45096
45097         * lib/regex_internal.c (re_string_skip_chars, register_state):
45098         (calc_state_hash):
45099         Remove forward decls; no longer needed now that we use prototypes.
45100         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
45101         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
45102         (clean_state_log_if_needed): Likewise.
45103
45104 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45105
45106         * config/srclist.txt: Add glibc bugs 1231-1233.
45107
45108 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45109
45110         Fix problems reported by Sam Steingold in
45111         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
45112         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
45113         assumed that reg_errcode_t is a signed type, which is not
45114         necessarily true if _XOPEN_SOURCE is not defined.
45115         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
45116         since some compilers warn about it otherwise.
45117
45118 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45119
45120         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
45121         (init_word_char, create_initial_state, duplicate_node_closure):
45122         (fetch_token, peek_token_bracket, build_range_exp):
45123         (build_collating_symbol): Remove forward decls; no longer needed
45124         now that we use prototypes.
45125
45126         * lib/regcomp.c:
45127         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
45128         (re_compile_fastmap_iter, regcomp, regerror, regfree):
45129         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
45130         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
45131         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
45132         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
45133         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
45134         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
45135         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
45136         (build_range_exp, build_collating_symbol, parse_bracket_exp):
45137         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
45138         (build_charclass, build_charclass_op, fetch_number, create_tree):
45139         (create_token_tree, mark_opt_subexp, duplicate_tree):
45140         Use prototypes rather than old-style definitions.
45141
45142         * lib/regex_internal.c:
45143         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
45144         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
45145         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
45146         (re_string_reconstruct, re_string_peek_byte_case):
45147         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
45148         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
45149         (re_node_set_init_copy, re_node_set_add_intersect):
45150         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
45151         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
45152         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
45153         (re_acquire_state, re_acquire_state_context, register_state):
45154         (create_ci_newstate, create_cd_newstate, free_state):
45155         Likewise.
45156         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
45157         re_search_2):
45158         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
45159         (re_search_internal, prune_impossible_nodes):
45160         (acquire_init_state_context, check_matching, static):
45161         (check_halt_node_context, check_halt_state_context, proceed_next_node):
45162         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
45163         (update_regs, sift_states_backward, build_sifted_states):
45164         (clean_state_log_if_needed, merge_state_array):
45165         (update_cur_sifted_state, add_epsilon_src_nodes):
45166         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
45167         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
45168         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
45169         (find_recover_state, check_subexp_matching_top, transit_state_mb):
45170         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
45171         (check_arrival, check_arrival_add_next_nodes):
45172         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
45173         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
45174         (check_node_accept_bytes, check_node_accept, extend_buffers):
45175         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
45176         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
45177         (sift_ctx_init):
45178         Likewise.
45179
45180         * lib/regex_internal.h:
45181         (re_string_allocate, re_string_construct, re_string_reconstruct):
45182         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
45183         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
45184         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
45185         (re_string_context_at, re_string_peek_byte_case):
45186         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
45187         is defined, since we now use prototypes always.
45188
45189         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
45190         C89 or better.  All uses removed.
45191
45192 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45193
45194         * config/srclist.txt: Add glibc bugs 1220-1227.
45195
45196 2005-08-20  Jim Meyering  <jim@meyering.net>
45197
45198         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
45199         of unused local, dfa.
45200
45201 2005-08-20  Bruno Haible  <bruno@clisp.org>
45202
45203         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
45204
45205 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45206
45207         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
45208         (re_node_set_insert_last, re_dfa_add_node):
45209         Rename local variables to avoid GCC shadowing warnings.
45210
45211 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45212
45213         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
45214         [defined lint]: Suppress bogus uninitialized-variable warnings.
45215
45216         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
45217         and let the caller return REG_ESPACE if out of space.  This
45218         removes an uninitialied-variable warning with GCC 4.0.1, and also
45219         avoids taking the address of a local variable.  All callers
45220         changed.
45221
45222 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45223
45224         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
45225         $LIBCSRC/posix/regexec.c.
45226         Add glibc bug 1217 for regcomp.c.
45227
45228 2005-08-19  Jim Meyering  <jim@meyering.net>
45229
45230         * lib/regexec.c (proceed_next_node): Redo local variables to
45231         avoid GCC shadowing warnings.
45232
45233 2005-08-18  Bruno Haible  <bruno@clisp.org>
45234
45235         * lib/strstr.c (strstr): Fix return value in multibyte case.
45236         * lib/strcasestr.c (strcasestr): Likewise.
45237
45238 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45239
45240         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
45241
45242 2005-08-17  Jim Meyering  <jim@meyering.net>
45243
45244         Make the %s format (seconds since the epoch) work for a negative
45245         number and when used with a zero-padded field width, e.g. %015s.
45246
45247         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
45248         label so that it precedes the code to set `digits'.  Otherwise,
45249         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
45250         print `00-22'.  Now, it prints `-0022', as it should.
45251
45252 2005-08-17  Bruno Haible  <bruno@clisp.org>
45253
45254         * modules/strstr (Files): Add m4/mbrtowc.m4.
45255         (Depends-on): Add mbuiter.
45256
45257 2005-08-17  Bruno Haible  <bruno@clisp.org>
45258
45259         * modules/strcasestr: New file.
45260         * MODULES.html.sh (String handling, based on ANSI C 89): Add
45261         strcasestr.
45262
45263 2005-08-17  Bruno Haible  <bruno@clisp.org>
45264
45265         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
45266
45267 2005-08-17  Bruno Haible  <bruno@clisp.org>
45268
45269         * modules/mbuiter: New file.
45270         * MODULES.html.sh (Extended multibyte and wide character utilities):
45271         Add mbuiter.
45272
45273 2005-08-17  Bruno Haible  <bruno@clisp.org>
45274
45275         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
45276         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
45277
45278 2005-08-17  Bruno Haible  <bruno@clisp.org>
45279
45280         * m4/strcasestr.m4: New file.
45281
45282 2005-08-17  Bruno Haible  <bruno@clisp.org>
45283
45284         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
45285         * lib/strstr.c: Completely rewritten, with multibyte locale support.
45286
45287 2005-08-17  Bruno Haible  <bruno@clisp.org>
45288
45289         * lib/strcasestr.h: New file.
45290         * lib/strcasestr.c: New file.
45291
45292 2005-08-17  Bruno Haible  <bruno@clisp.org>
45293
45294         * lib/strcasecmp.c: Use mbuiter.h.
45295
45296 2005-08-17  Bruno Haible  <bruno@clisp.org>
45297
45298         * lib/mbuiter.h: New file.
45299
45300 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45301
45302         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
45303         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
45304         and gl_GETOPT are both invoked via different paths (as happens
45305         with GNU tar CVS because it uses both argp and getopt), the former
45306         wins.
45307
45308 2005-08-16  Bruno Haible  <bruno@clisp.org>
45309
45310         * modules/tls: New file.
45311         * MODULES.html.sh (Multithreading): Add tls.
45312
45313 2005-08-16  Bruno Haible  <bruno@clisp.org>
45314
45315         * modules/strnlen1: New file.
45316         * MODULES.html.sh (String handling): Add strnlen1.
45317
45318 2005-08-16  Bruno Haible  <bruno@clisp.org>
45319
45320         * modules/strcase (Files): Add m4/mbrtowc.m4.
45321         (Depends-on): Add strnlen1, mbchar.
45322
45323 2005-08-16  Bruno Haible  <bruno@clisp.org>
45324
45325         * modules/mbiter: New file.
45326         * MODULES.html.sh (Extended multibyte and wide character utilities):
45327         Add mbiter.
45328
45329 2005-08-16  Bruno Haible  <bruno@clisp.org>
45330
45331         * modules/mbfile: New file.
45332         * MODULES.html.sh (Extended multibyte and wide character utilities):
45333         Add mbfile.
45334
45335 2005-08-16  Bruno Haible  <bruno@clisp.org>
45336
45337         * modules/mbchar: New file.
45338         * MODULES.html.sh (Extended multibyte and wide character utilities):
45339         New section.
45340
45341 2005-08-16  Bruno Haible  <bruno@clisp.org>
45342
45343         * m4/tls.m4: New file, from GNU gettext.
45344
45345 2005-08-16  Bruno Haible  <bruno@clisp.org>
45346
45347         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
45348         always.
45349         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
45350
45351 2005-08-16  Bruno Haible  <bruno@clisp.org>
45352
45353         * m4/mbiter.m4: New file.
45354
45355 2005-08-16  Bruno Haible  <bruno@clisp.org>
45356
45357         * m4/mbfile.m4: New file.
45358
45359 2005-08-16  Bruno Haible  <bruno@clisp.org>
45360
45361         * m4/mbchar.m4: New file.
45362
45363 2005-08-16  Bruno Haible  <bruno@clisp.org>
45364
45365         * lib/tls.h: New file, from GNU gettext.
45366         * lib/tls.c: New file, from GNU gettext.
45367
45368 2005-08-16  Bruno Haible  <bruno@clisp.org>
45369
45370         * lib/strnlen1.h: New file.
45371         * lib/strnlen1.c: New file.
45372
45373 2005-08-16  Bruno Haible  <bruno@clisp.org>
45374
45375         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
45376         (mbi_init): Update.
45377         (mbi_avail, mbi_advance): Let the iteration end before the terminating
45378         NUL byte, not after it.
45379
45380 2005-08-16  Bruno Haible  <bruno@clisp.org>
45381
45382         * lib/strcase.h (strcasecmp): Add note in comments.
45383         * lib/strncasecmp.c: Use code from strcasecmp.c.
45384         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
45385         (strcasecmp): Work correctly in multibyte locales.
45386
45387 2005-08-16  Bruno Haible  <bruno@clisp.org>
45388
45389         * lib/mbiter.h: New file.
45390
45391 2005-08-16  Bruno Haible  <bruno@clisp.org>
45392
45393         * lib/mbfile.h: New file.
45394
45395 2005-08-16  Bruno Haible  <bruno@clisp.org>
45396
45397         * lib/mbchar.h: New file.
45398         * lib/mbchar.c: New file.
45399
45400 2005-08-16  Bruno Haible  <bruno@clisp.org>
45401
45402         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
45403         the valid ones. Makes the comparison operations transitive:
45404         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
45405         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
45406
45407 2005-08-15  Simon Josefsson  <jas@extundo.com>
45408
45409         * modules/ssize_t (License): Change to 'unlimited'.
45410
45411         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
45412
45413 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45414
45415         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
45416         Add comments for each pending glibc patch.
45417
45418 2005-08-15  Bruno Haible  <bruno@clisp.org>
45419
45420         * lib/regex.h (__restrict_arr): Don't define to __restrict if
45421         __cplusplus is defined.
45422
45423 2005-08-14  Jim Meyering  <jim@meyering.net>
45424
45425         Sync from coreutils.
45426
45427         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
45428         Use the hash-table-based cycle-detection code not just when
45429         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
45430         Reported by James Youngman in
45431         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
45432         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
45433         FTS_TIGHT_CYCLE_CHECK.
45434         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
45435         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
45436         once again.
45437         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
45438         * lib/fts.c (fd_safer): Remove decl.
45439         Include fcntl--.h rather than unistd-safer.h
45440         (fts_safe_changedir): Don't call fd_safer; no longer needed
45441         now that we include fcntl--.h.
45442
45443 2005-08-12  Simon Josefsson  <jas@extundo.com>
45444
45445         * modules/getndelim2: Use ssize_t module.
45446         * modules/getnline: Likewise.
45447         * modules/safe-read: Likewise.
45448         * modules/xreadlink: Likewise.
45449
45450         * modules/ssize_t: New file.
45451
45452 2005-08-12  Simon Josefsson  <jas@extundo.com>
45453
45454         * m4/readline.m4: Look for termcap, curses or ncurses if required.
45455
45456 2005-08-12  Simon Josefsson  <jas@extundo.com>
45457
45458         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
45459         ssize_t.
45460
45461 2005-08-12  Simon Josefsson  <jas@extundo.com>
45462
45463         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
45464         readline, getdelim and check_version.
45465         (Support for systems lacking ISO C 99: Sizes of integer types):
45466         Add size_max.
45467
45468 2005-08-12  Bruno Haible  <bruno@clisp.org>
45469
45470         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
45471
45472 2005-08-11  Simon Josefsson  <jas@extundo.com>
45473
45474         * modules/readline: New file.
45475
45476         * modules/strnlen (Files): Add strnlen.h.
45477
45478 2005-08-11  Simon Josefsson  <jas@extundo.com>
45479
45480         * m4/readline.m4: New file.
45481
45482 2005-08-11  Simon Josefsson  <jas@extundo.com>
45483
45484         * lib/readline.h, readline.c: New file.
45485
45486 2005-08-11  Simon Josefsson  <jas@extundo.com>
45487
45488         * doc/gnulib.texi (Initial import, Finishing touches): Mention
45489         gl_AVOID.
45490
45491 2005-08-11  Bruno Haible  <bruno@clisp.org>
45492
45493         * lib/strnlen.h (strnlen): Change parameter name to match comment.
45494
45495 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
45496
45497         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
45498
45499 2005-08-10  Simon Josefsson  <jas@extundo.com>
45500
45501         * tests/test-iconvme.c: New file.
45502
45503 2005-08-10  Simon Josefsson  <jas@extundo.com>
45504
45505         * m4/strnlen.m4: New file.
45506
45507         * m4/strndup.m4: Don't check for strnlen declaration, done in
45508         strnlen.m4.
45509
45510 2005-08-10  Simon Josefsson  <jas@extundo.com>
45511
45512         * lib/strndup.c: Use strnlen.h.
45513
45514         * lib/strnlen.h: New file.
45515
45516 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45517
45518         * README: Typos.
45519
45520 2005-08-02  Simon Josefsson  <jas@extundo.com>
45521
45522         * modules/readline: New file.
45523
45524 2005-08-02  Simon Josefsson  <jas@extundo.com>
45525
45526         * modules/getdelim: New file.
45527
45528         * modules/getline: Rewrite, don't use getndelim2.
45529
45530 2005-08-02  Simon Josefsson  <jas@extundo.com>
45531
45532         * m4/getline.m4: Separate out getdelim stuff into separate module.
45533
45534         * m4/getdelim.m4: New file.
45535
45536 2005-08-02  Simon Josefsson  <jas@extundo.com>
45537
45538         * lib/getline.h, getline.c: Rewrite.
45539
45540         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
45541
45542 2005-07-31  Bruno Haible  <bruno@clisp.org>
45543
45544         * lib/lock.h (gl_lock_initializer): New macro.
45545         (gl_lock_define_initialized): Use it.
45546         (gl_rwlock_initializer): New macro.
45547         (gl_rwlock_define_initialized): Use it.
45548         (gl_recursive_lock_initializer): New macro.
45549         (gl_recursive_lock_define_initialized): Use it.
45550
45551 2005-07-30  Karl Berry  <karl@gnu.org>
45552
45553         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
45554         Report from Ben Pfaff, regarding getopt.
45555
45556 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
45557
45558         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
45559         normal way.
45560         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
45561         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
45562         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
45563         (gl_GETOPT): Use the new macros.  Most of the implementation
45564         is moved to the new macros.  This is for programs like Emacs
45565         that don't want all the functionality of gl_GETOPT.
45566
45567 2005-07-26  Bruno Haible  <bruno@clisp.org>
45568
45569         * m4/lock.m4: Update from GNU gettext.
45570
45571 2005-07-26  Bruno Haible  <bruno@clisp.org>
45572
45573         * lib/lock.h: Update from GNU gettext.
45574         * lib/lock.c: Update from GNU gettext.
45575
45576 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
45577
45578         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
45579         obsolescent AC_TRY_RUN.  Include the default includes files, for
45580         'exit'.
45581
45582 2005-07-24  Bruno Haible  <bruno@clisp.org>
45583
45584         * modules/visibility: New file.
45585         * MODULES.html.sh (Misc): Add visibility.
45586
45587 2005-07-24  Bruno Haible  <bruno@clisp.org>
45588
45589         * m4/visibility.m4: New file.
45590
45591 2005-07-24  Bruno Haible  <bruno@clisp.org>
45592
45593         * doc/visibility.texi: New file.
45594
45595 2005-07-22  Bruno Haible  <bruno@clisp.org>
45596
45597         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
45598         $(ALLOCA_H), redundant through BUILT_SOURCES.
45599         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
45600         redundant through BUILT_SOURCES.
45601         * modules/byteswap (Makefile.am): Remove explicit dependency on
45602         $(BYTESWAP_H), redundant through BUILT_SOURCES.
45603         * modules/fnmatch (Makefile.am): Remove explicit dependency on
45604         $(FNMATCH_H), redundant through BUILT_SOURCES.
45605         * modules/getopt (Makefile.am): Remove explicit dependency on
45606         $(GETOPT_H), redundant through BUILT_SOURCES.
45607         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
45608         redundant through BUILT_SOURCES.
45609         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
45610         redundant through BUILT_SOURCES.
45611         * modules/stdbool (Makefile.am): Remove explicit dependency on
45612         $(STDBOOL_H), redundant through BUILT_SOURCES.
45613         * modules/stdint (Makefile.am): Remove explicit dependency on
45614         $(STDINT_H), redundant through BUILT_SOURCES.
45615         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
45616         Remove explicit dependency on $(SYSEXITS_H).
45617         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
45618
45619 2005-07-18  Simon Josefsson  <jas@extundo.com>
45620
45621         * lib/check-version.c (check_version): Accept identical versions too.
45622
45623 2005-07-18  Bruno Haible  <bruno@clisp.org>
45624
45625         * modules/lock: New file.
45626         * MODULES.html.sh (Multithreading): New section.
45627
45628 2005-07-18  Bruno Haible  <bruno@clisp.org>
45629
45630         * m4/lock.m4: New file, from GNU gettext.
45631
45632 2005-07-18  Bruno Haible  <bruno@clisp.org>
45633
45634         * lib/lock.h: New file, from GNU gettext.
45635         * lib/lock.c: New file, from GNU gettext.
45636
45637 2005-07-18  Bruno Haible  <bruno@clisp.org>
45638
45639         * lib/lock.h (gl_once_t): New type.
45640         (gl_once_define, gl_once): New macros.
45641         * lib/lock.c (fresh_once): New variable.
45642         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
45643         functions.
45644
45645 2005-07-16  Simon Josefsson  <jas@extundo.com>
45646
45647         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
45648         workaround, suggested by Bruno.
45649
45650 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
45651
45652         * modules/xalloc (Depends-on): Add xalloc-die.
45653         * modules/xvasprintf (Depends-on): Add xalloc-die.
45654
45655 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
45656
45657         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
45658         with a minor change.
45659
45660 2005-07-15  Bruno Haible  <bruno@clisp.org>
45661
45662         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
45663         When using lib/poll.c, define poll as rpl_poll.
45664
45665 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
45666
45667         * modules/argp (Depends-on): Remove unlocked-io.
45668
45669 2005-07-14  Derek Price  <derek@ximbiot.com>
45670
45671         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
45672         for glob symlink bug.
45673
45674 2005-07-14  Bruno Haible  <bruno@clisp.org>
45675
45676         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
45677         Instead, test for *_unlocked function declarations directly.
45678
45679 2005-07-11  Simon Josefsson  <jas@extundo.com>
45680
45681         * modules/size_max: New file.
45682
45683         * modules/xsize: Depend on size_max module for size_max.m4.
45684
45685 2005-07-11  Simon Josefsson  <jas@extundo.com>
45686
45687         * lib/size_max.h: New file.
45688
45689 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
45690
45691         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
45692         copyright symbol and the year.
45693         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
45694         (version_etc_va): Use parameterized copyright notice.
45695         Reword to conform to the current GNU coding standards.
45696
45697 2005-07-11  Karl Berry  <karl@gnu.org>
45698
45699         * doc/gnulib.texi (Quoting): new node.
45700         (Initial import): more info, from Patrice.
45701
45702 2005-07-11  Bruno Haible  <bruno@clisp.org>
45703
45704         * gnulib-tool (func_usage): Document option --avoid.
45705         (Command line options): Handle --avoid.
45706         (func_acceptable): New function.
45707         (func_modules_transitive_closure): Use it.
45708
45709 2005-07-11  Bruno Haible  <bruno@clisp.org>
45710
45711         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
45712         Reported by Jim Meyering.
45713
45714 2005-07-10  Bruno Haible  <bruno@clisp.org>
45715
45716         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
45717         Needed when size_t is smaller than 'unsigned int'.
45718         Reported by Paul Eggert.
45719
45720 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45721
45722         * modules/argp (Depends-on): Add unlocked-io
45723
45724 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45725
45726         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
45727         block of defines.
45728
45729 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45730
45731         * config/srclist.txt: Comment out regcomp.c, since we have a porting
45732         fix now.
45733
45734 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
45735         and Paul Eggert  <eggert@cs.ucla.edu>
45736
45737         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
45738         in wint_t, not wchar_t.  Remove now-unnecessary cast.
45739
45740 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45741
45742         * modules/regex (Files): Add lib/regex_internal.c,
45743         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
45744         (Depends-on): Add extensions.
45745         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
45746
45747 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45748
45749         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
45750         pathconf.
45751         * m4/same.m4 (gl_SAME): Likewise.
45752         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
45753
45754         * m4/regex.m4: Adjust to new libc regex implementation.
45755         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
45756         all the .c and .h parts of (the new) regex.
45757         Quote the m4 stuff better.
45758         Check for RE_ICASE bug of old gnulib.
45759         Check for REG_STARTEND of recent libc.
45760         Rename local variables from jm_* to gl_*.
45761         Quote operand of "test -f".
45762         Say "recent enough" version of libc, not "version 2".
45763         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
45764         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
45765         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
45766         Remove check for btowc, isascii.
45767         Require AM_LANGINFO_CODESET.
45768
45769 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45770
45771         * lib/regex.c, regex.h: Sync from libc.
45772         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
45773         * lib/regexec.c:
45774         New files, synced from libc, except that regex_internal.h
45775         currently has a small porting fix.
45776
45777 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
45778
45779         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
45780         regex_internal.c, regexec.c.
45781         Add regex_internal.h too, but as a comment, since the libc version
45782         is currently broken in gnulib mode.
45783
45784 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45785
45786         Support programs like Emacs that use gnulib but not gettext.
45787         * MODULES.html.sh (Internationalization functions): Add gettext-h.
45788         * modules/gettext-h: New file.
45789         * modules/gettext (Files): Remove lib/gettext.h.
45790         (Depends-on): Add gettext-h.
45791         (Makefile.am): Remove lib_SOURCES.
45792         * modules/argmatch, modules/c-stack, modules/closeout:
45793         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
45794         * modules/execute, modules/file-type, modules/getaddrinfo:
45795         * modules/getopt, modules/human, modules/javacomp:
45796         * modules/javaexec, modules/mkdir-p, modules/obstack:
45797         * modules/openat, modules/pagealign_alloc, modules/pipe:
45798         * modules/quotearg, modules/regex, modules/rpmatch:
45799         * modules/unicodeio, modules/userspec, modules/version-etc:
45800         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
45801         * modules/xsetenv:
45802         Depend on gettext-h, not gettext.
45803
45804 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45805
45806         * gnulib-tool (func_import): Add support for 'public domain' license.
45807         * modules/alloca, modules/atexit, modules/memmove:
45808         Now public domain, not GPL.
45809         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
45810         * modules/realloc, modules/strerror, modules/strtod:
45811         Now LGPL, not GPL.
45812
45813 2005-07-05  Bruno Haible  <bruno@clisp.org>
45814
45815         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
45816         autoconf CVS. Needed for mingw.
45817
45818 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45819
45820         Remove the dependency of the strftime module on the tzset module.
45821         * modules/strftime (Depends-on): Remove dependency on tzset.
45822
45823 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45824
45825         Remove the dependency of the strftime module on the tzset module.
45826         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
45827         gl_FUNC_TZSET_CLOBBER.
45828
45829 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45830
45831         Remove the dependency of the strftime module on the tzset module.
45832         * lib/strftime.c (my_strftime)
45833         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
45834         Copy the input structure, to work around some of the bug with
45835         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
45836         Solaris releases, you should also use the tzset module, but we won't
45837         require it as a dependency any more since we don't want LGPLed code
45838         to depend on GPLed code.
45839
45840 2005-07-02  Jim Meyering  <jim@meyering.net>
45841
45842         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
45843         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
45844         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
45845         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
45846
45847 2005-07-02  Jim Meyering  <jim@meyering.net>
45848
45849         * lib/backupfile.c (backup_args): Change a `0' to NULL.
45850
45851 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45852
45853         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
45854         declares only 'struct timespec;' (!).
45855
45856 2005-07-01  Jim Meyering  <jim@meyering.net>
45857
45858         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
45859         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
45860         * lib/save-cwd.c, tempname.c:
45861         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
45862         and don't include <sys/file.h>).
45863
45864 2005-06-29  Jim Meyering  <jim@meyering.net>
45865
45866         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
45867         type name.  Use the variable name instead.
45868         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
45869         Likewise.
45870
45871 2005-06-28  Simon Josefsson  <jas@extundo.com>
45872
45873         * modules/check-version (Files): Add check-version.m4.
45874
45875 2005-06-28  Simon Josefsson  <jas@extundo.com>
45876
45877         * m4/check-version.m4: New file, suggested by Jim Meyering
45878         <jim@meyering.net>.
45879
45880 2005-06-28  Simon Josefsson  <jas@extundo.com>
45881
45882         * lib/check-version.h, lib/check-version.c: New files.
45883
45884 2005-06-28  Simon Josefsson  <jas@extundo.com>
45885
45886         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
45887         collision with global variable.  Better indentation.  Don't
45888         increment buffer pointer beyond buffer end.  Based on comments
45889         from Paul Eggert <eggert@cs.ucla.edu>.
45890
45891         * lib/base64.h: Indent.
45892
45893 2005-06-28  Simon Josefsson  <jas@extundo.com>
45894
45895         * doc/gnulib.texi (Library version handling): New section.
45896
45897 2005-06-28  Jim Meyering  <jim@meyering.net>
45898
45899         * check-module (find_included_lib_files): Hard-code another
45900         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
45901         but modules/fts-lgpl (correctly) does not list those files.
45902
45903         * modules/canonicalize (Files): Add lib/pathmax.h.
45904
45905 2005-06-25  Simon Josefsson  <jas@extundo.com>
45906
45907         * modules/check-version: New file.
45908
45909 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
45910
45911         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
45912         initializer of struct addrinfo, as an indication that we don't
45913         care how many members the structure has.
45914
45915 2005-06-24  Derek Price  <derek@ximbiot.com>
45916         and Bruno Haible  <bruno@clisp.org>
45917
45918         Remove stat module & update lstat.
45919         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
45920         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45921         * m4/stat.m4: Remove this file.
45922
45923 2005-06-24  Derek Price  <derek@ximbiot.com>
45924         and Bruno Haible  <bruno@clisp.org>
45925
45926         Remove stat module & update lstat.
45927         * lib/stat.c: Remove this file...
45928         (slash_aware_lstat): ...moving this content and its support...
45929         * lib/lstat.c (rpl_lstat): ...into here.
45930         * lib/lstat.h: New file.
45931
45932 2005-06-24  Derek Price  <derek@ximbiot.com>
45933         and Bruno Haible  <bruno@clisp.org>
45934
45935         Remove stat module & update lstat.
45936         * config/srclist.txt (libc sources): Remove stat.
45937
45938 2005-06-24  Derek Price  <derek@ximbiot.com>
45939         and Bruno Haible  <bruno@clisp.org>
45940
45941         Remove stat module & update lstat.
45942         * MODULES.html.sh (stat): Remove.
45943         * MODULES.html: Regenerated.
45944         * modules/lstat (Description): Correct function name.
45945         (Files): Add "lstat.h".
45946         (Depends-on): Remove stat, add xalloc, stat-macros.
45947         * modules/stat: Remove this file.
45948         (Include): Add "lstat.h", remove <sys/stat.h>.
45949
45950 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
45951
45952         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
45953         (ranged_convert): Don't save conversion in a temporary struct.
45954         This causes a warning with GCC 4.0.0, and anyway in the typical
45955         case it's not worth the extra 100 bytes or so of code.
45956         (ranged_convert, __mktime_internal): When calling a function via a
45957         pointer P, use P () rather than (*P) (), as we now assume C89 or
45958         better.
45959
45960 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45961
45962         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
45963         "who -r" failed to give output.  Problem reported by Tim Waugh.
45964
45965         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
45966         (xcalloc): Use it to avoid needless tests.
45967         Problem reported by Jim Meyering.
45968
45969 2005-06-20  Derek Price  <derek@ximbiot.com>
45970
45971         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
45972         unnecessary for Autoconfs > 2.59c.
45973
45974 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45975
45976         * lib/argp.h (__option_is_short): Check upper limit of
45977         __key. Isprint() requires its argument to have the value
45978         of an unsigned char or EOF.
45979
45980 2005-06-16  Jim Meyering  <jim@meyering.net>
45981
45982         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
45983         when either N or S is zero.
45984
45985 2005-06-16  Derek Price  <derek@ximbiot.com>
45986
45987         * m4/bison.m4: Declare YACC & YFLAGS precious.
45988
45989 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
45990
45991         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
45992         multibyte string or pattern, fall back on unibyte matching.
45993         Problem reported by James Youngman.
45994
45995 2005-06-08  Bruno Haible  <bruno@clisp.org>
45996
45997         * modules/csharpcomp: New file.
45998         * MODULES.html.sh (C#): Add csharpcomp.
45999
46000 2005-06-08  Bruno Haible  <bruno@clisp.org>
46001
46002         * m4/csharpcomp.m4: New file, from GNU gettext.
46003
46004 2005-06-08  Bruno Haible  <bruno@clisp.org>
46005
46006         * lib/csharpcomp.h: New file, from GNU gettext.
46007         * lib/csharpcomp.c: New file, from GNU gettext.
46008         * lib/csharpcomp.sh.in: New file, from GNU gettext.
46009
46010 2005-06-08  Bruno Haible  <bruno@clisp.org>
46011
46012         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
46013         warning on mingw.
46014
46015 2005-06-07  Derek Price  <derek@ximbiot.com>
46016
46017         Sync from CVS.
46018         * lib/glob_.h: Indent nested #ifdef.
46019
46020 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
46021
46022         Sync from coreutils.
46023         Use "file name" when talking about file names, instead of "filename"
46024         or "path", as per the GNU coding standards.
46025         * lib/mkdir-p.c: Renamed from makepath.c.
46026         (make_dir_parents): Renamed from make_path.  All callers changed.
46027         * lib/mkdir-p.h: Likewise.  All includers changed.
46028         * lib/filenamecat.c: Renamed from path-concat.c.
46029         (file_name_concat): Renamed from path_concat.  All callers changed.
46030         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
46031         * lib/filenamecat.h: Likewise.  All includers changed.
46032         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
46033         in comments or local variable names.
46034         * lib/basename.c: Likewise.
46035         * lib/canonicalize.c, canonicalize.h: Likewise.
46036         * lib/dirname.c, dirname.h: Likewise.
46037         * lib/euidaccess.c: Likewise.
46038         * lib/exclude.c: Likewise
46039         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
46040         * lib/fsusage.c, fsuage.h: Likewise.
46041         * lib/fts.c, fts_.h: Likewise.
46042         * lib/getcwd.c: Likewise.
46043         * lib/getloadavg.c: Likewise.
46044         * lib/mkstemp.c: Likewise.
46045         * lib/mountlist.c, mountlist.h: Likewise.
46046         * lib/openat.c, openat.h: Likewise.
46047         * lib/readlink-stub.c: Likewise.
46048         * lib/readutmp.c, readutmp.h: Likewise.
46049         * lib/rename.c: Likewise.
46050         * lib/rmdir.c: Likewise.
46051         * lib/same.c: Likewise.
46052         * lib/savedir.c: Likewise.
46053         * lib/stripslash.c: Likewise.
46054         * lib/tempname.c: Likewise.
46055         * lib/xreadlink.c: Likewise.
46056         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
46057         All uses changed.
46058         * lib/exclude.h: Likewise.
46059
46060         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
46061         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
46062         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
46063         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
46064         * lib/pathmax.h: Include <limits.h> unconditionally, since other
46065         files have been getting away with it for years (MORE/BSD 4.3
46066         is extinct now).
46067         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
46068         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
46069
46070         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
46071         Define to 256, not 255, as per modern POSIX.
46072
46073 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
46074
46075         Sync from coreutils.
46076         Use "file name" when talking about file names, instead of "filename"
46077         or "path", as per the GNU coding standards.
46078         * MODULES.html.sh: mkdir-p renamed from makepath.
46079         filenamecat renamed from path-concat.
46080         * modules/filenamecat: Renamed from modules/path-concat.
46081         (Files): filenamecat.h and filenamecat.c renamed from
46082         path-concat.h and path-concat.c.
46083         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
46084         (Include): filenamecat.h, not path-concat.h.
46085         * modules/mkdir-p: Renamed from modules/makepath.
46086         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
46087         makepath.c.
46088         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
46089         (Include): mkdir-p.h, not makepath.h.
46090
46091 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
46092
46093         Sync from coreutils.
46094         * m4/mkdir-p.m4: Renamed from makepath.m4.
46095         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
46096         Rename files from makepath.c to mkdir-p.c, and from
46097         makepath.h to mkdir-p.h.
46098         * m4/filenamecat.m4: Renamed from path-concat.m4.
46099         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
46100         Rename files from path-concat.c to filenamecat.c,
46101         and from path-concat.h to filenamecat.h.
46102         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
46103         "file name" in local variables or comments.
46104         * m4/rename.m4: Likewise.
46105
46106 2005-06-01  Bruno Haible  <bruno@clisp.org>
46107
46108         * modules/csharpexec: New file.
46109         * MODULES.html.sh (C#): New section.
46110
46111 2005-06-01  Bruno Haible  <bruno@clisp.org>
46112
46113         * m4/csharp.m4: New file, from GNU gettext.
46114         * m4/csharpexec.m4: New file, from GNU gettext.
46115
46116 2005-06-01  Bruno Haible  <bruno@clisp.org>
46117
46118         * lib/csharpexec.h: New file, from GNU gettext.
46119         * lib/csharpexec.c: New file, from GNU gettext.
46120         * lib/csharpexec.sh.in: New file, from GNU gettext.
46121
46122 2005-05-31  Derek Price  <derek@ximbiot.com>
46123             Paul Eggert  <eggert@cs.ucla.edu>
46124
46125         Sync from cvs.
46126         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
46127
46128 2005-05-31  Derek Price  <derek@ximbiot.com>
46129             Paul Eggert  <eggert@cs.ucla.edu>
46130
46131         Sync from cvs.
46132         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
46133
46134 2005-05-29  Derek Price  <derek@ximbiot.com>
46135
46136         * config/srclist.txt (glob_.h, glob.c): Add these files.
46137
46138 2005-05-29  Derek Price  <derek@ximbiot.com>
46139
46140         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
46141         * modules/glob: New file.
46142         * modules/getlogin_r: Add link to POSIX spec in description.
46143
46144 2005-05-29  Derek Price  <derek@ximbiot.com>
46145             Paul Eggert  <eggert@cs.ucla.edu>
46146
46147         * m4/glob.m4: New file.
46148
46149 2005-05-29  Derek Price  <derek@ximbiot.com>
46150             Paul Eggert  <eggert@cs.ucla.edu>
46151
46152         * lib/glob_.h, lib/glob.c: New files.
46153
46154 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
46155
46156         * modules/fts (Files): Remove m4/inttypes-pri.m4.
46157         * modules/fts-lgpl (Depends-on): Remove gettext.
46158
46159 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
46160
46161         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
46162         and don't require gt_INTTYPES_PRI.
46163
46164 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
46165
46166         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
46167
46168         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
46169         the configuration hassle isn't worth it.
46170         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
46171         (LONGEST_MODIFIER, PRIuMAX): Remove.
46172
46173 2005-05-27  Bruno Haible  <bruno@clisp.org>
46174
46175         * lib/getlogin_r.h: Remove second include of <stddef.h>.
46176
46177 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
46178
46179         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
46180         _POSIX_PTHREAD_SEMANTICS for Solaris.
46181
46182 2005-05-25  Derek Price  <derek@ximbiot.com>
46183
46184         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
46185
46186 2005-05-25  Derek Price  <derek@ximbiot.com>
46187             Paul Eggert  <eggert@cs.ucla.edu>
46188
46189         * modules/getlogin_r, m4/getlogin_r.m4: New files.
46190         * lib/getlogin_r.c, getlogin_r.h: New files.
46191
46192 2005-05-25  Bruno Haible  <bruno@clisp.org>
46193             Derek Price  <derek@ximbiot.com>
46194
46195         * lib/getlogin_r.h: Simplify API documentation.
46196
46197 2005-05-23  Derek Price  <derek@ximbiot.com>
46198
46199         * modules/minmax (Files): Add m4/minmax.m4.
46200         (configure.ac): Add gl_MINMAX.
46201
46202 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46203
46204         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
46205         so that unistd-safer.h (GPL'ed code) need not be included.
46206
46207 2005-05-22  Bruno Haible  <bruno@clisp.org>
46208
46209         * m4/minmax.m4: New file.
46210         Based on a patch by Derek Price <derek@ximbiot.com>.
46211
46212 2005-05-22  Bruno Haible  <bruno@clisp.org>
46213
46214         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
46215         (INT64_MIN): Fix definition.
46216         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
46217
46218         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
46219         NEED_SIGNED_INT_TYPES.
46220
46221         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
46222         HAVE_SYSTEM_INTTYPES.
46223
46224 2005-05-22  Bruno Haible  <bruno@clisp.org>
46225
46226         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
46227         Also include <sys/param.h> if it defines MIN, MAX.
46228         Based on a patch by Derek Price <derek@ximbiot.com>.
46229
46230 2005-05-21  Jim Meyering  <jim@meyering.net>
46231
46232         * modules/fts (Files): Add m4/inttypes-pri.m4.
46233         (Depends-on): Add lstat and remove gettext.  Alphabetize.
46234
46235 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
46236
46237         New fts module.
46238         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
46239         (setup_dir, free_dir): New functions.
46240         (enter_dir, leave_dir): Define trivial
46241         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
46242         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
46243         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
46244         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
46245         Move to fts-cycle.c.
46246         (fts_open): Use setup_dir.
46247         (fts_close): Use free_dir.
46248         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
46249         This adds a label and some gotos, but the alternatives were messier.
46250         Check for memory allocation failure when entering a dir.
46251         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
46252         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
46253         (FTS): New member fts_cycle, that is a union that contains the
46254         old active_dir_ht and cycle_state.  All uses changed to mention
46255         fts_cycle.ht and fts_cycle.state.
46256         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
46257         fts.c, with the following changes:
46258         (setup_dir, free_dir): New functions.
46259         (enter_dir): Now returns bool.  Return true if successful, false
46260         if memory exhausted.  All callers changed.
46261         Do not bother partly cleaning up on
46262         memory allocation failure; that is free_dir's job.
46263         However, free ad if hash_insert fails, to avoid memory leak.
46264         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
46265         fts->fts_options to see which union member to use.
46266
46267 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
46268
46269         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
46270         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
46271
46272 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
46273
46274         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
46275
46276 2005-05-20  Jim Meyering  <jim@meyering.net>
46277
46278         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
46279         Now a macro, to pacify GCC.
46280
46281 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
46282
46283         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
46284         of -1.
46285
46286 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
46287
46288         * lib/chown.c (rpl_chown): Return -1 on failure.
46289
46290 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
46291
46292         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
46293         Don't check for stddef.h.
46294         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
46295         don't use its results.
46296         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
46297         since we include them unconditionally.  Don't require
46298         AM_STDBOOL_H, since stdbool is a prerequisite.
46299         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
46300         since we assume C89 or better.
46301         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
46302         as we don't use their results.
46303         Don't check for fchdir, memmove, memset, strrchr, as we use
46304         them unconditionally.
46305         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
46306         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
46307
46308 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
46309
46310         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
46311         Include <stddef.h> unconditionally, since we assume C89 now.
46312         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
46313         * lib/fts.c: Include fts_.h first, to check interface.
46314         Do not include intprops.h; no longer needed.
46315         Include cycle-check.h and hash.h, since fts_.h no longer does.
46316         Remove unnecessary casts of closedir to void.
46317         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
46318         decide whether to decrement nlinks.
46319         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
46320         (FTS): Use struct hash_table * instead of Hash_table, so that
46321         we no longer need to include hash.h here.
46322
46323 2005-05-18  Jim Meyering  <jim@meyering.net>
46324
46325         * modules/dirfd (License): Change to LGPL.  Most of the code
46326         is already in the public domain.
46327
46328 2005-05-18  Jim Meyering  <jim@meyering.net>
46329
46330         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
46331         Reported by Yoann Vandoorselaere.
46332
46333 2005-05-17  Jim Meyering  <jim@meyering.net>
46334
46335         * m4/fts.m4: New file, from coreutils.
46336
46337 2005-05-17  Jim Meyering  <jim@meyering.net>
46338
46339         * lib/fts.c, lib/fts_.h: New files, from coreutils.
46340
46341 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46342
46343         Sync from coreutils.
46344         * m4/unlinkdir.m4: New file.
46345
46346 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46347
46348         Sync from coreutils.
46349         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
46350         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
46351         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
46352         White space changes only.
46353         * lib/makepath.c (make_path): Port to hosts where leading "//" is
46354         special.
46355         * lib/yesno.c: Include getline.h, not ctype.h.
46356         (yesno): Don't remove leading white space; POSIX doesn't allow it.
46357         Use getline to remove arbitrary restriction on response length.
46358
46359 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46360
46361         * config/srclist-update: Spell out "Street" in FSF postal
46362         mail address; this is the style the FSF seems to prefer.
46363
46364         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
46365         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
46366         this updates FSF postal mail address.
46367
46368         Sync from coreutils.
46369         * modules/unlinkdir: New file.
46370         * modules/yesno (Depends-on): Add getline.
46371         * MODULES.html.sh (File system functions): Add unlinkdir.
46372
46373 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
46374
46375         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
46376         lib/strsep.h:
46377         Change the initial comment to refer to GPL, not LGPL.
46378         gnulib-tool will change it to LGPL as needed.
46379
46380         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
46381         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
46382         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
46383         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
46384         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
46385         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
46386         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
46387         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
46388         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
46389         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
46390         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
46391         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
46392         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
46393         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
46394         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
46395         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
46396         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
46397         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
46398         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
46399         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
46400         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
46401         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
46402         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
46403         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
46404         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
46405         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
46406         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
46407         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
46408         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
46409         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
46410         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
46411         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
46412         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
46413         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
46414         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
46415         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
46416         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
46417         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
46418         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
46419         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
46420         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
46421         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
46422         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
46423         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
46424         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
46425         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
46426         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
46427         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
46428         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
46429         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
46430         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
46431         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
46432         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
46433         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
46434         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
46435         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
46436         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
46437         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
46438         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
46439         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
46440         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
46441         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
46442         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
46443         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
46444         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
46445         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
46446         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
46447         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
46448         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
46449         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
46450         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
46451         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
46452         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
46453         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
46454         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
46455         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
46456         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
46457         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
46458         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
46459         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
46460         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
46461         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
46462         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
46463         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
46464         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
46465         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
46466         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
46467         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
46468         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
46469         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
46470         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
46471         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
46472         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
46473         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
46474         lib/yesno.c, lib/yesno.h:
46475         Update FSF postal mail address.
46476
46477 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
46478
46479         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
46480         tests/test-memmem.c, tests/test-stpncpy.c:
46481         Update FSF postal mail address.
46482
46483 2005-05-13  Bruno Haible  <bruno@clisp.org>
46484
46485         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
46486         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
46487         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
46488         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
46489         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
46490         Add support for 64-bit integers in the MSVC compiler.
46491
46492 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46493
46494         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
46495
46496 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
46497
46498         * gnulib-tool (func_import): Sort and uniquify recommended includes.
46499
46500 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
46501
46502         * doc/getdate.texi (General date syntax): Don't say that date
46503         date --iso-8601=ns generates acceptable dates; it doesn't yet.
46504         Problem reported by Nic Ferrier.
46505
46506 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46507
46508         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
46509         specified in ai_socktype. Fix invalid ai_protocol
46510         check. ai_protocol is usually set to 0 or depending on
46511         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
46512         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
46513         ai_socktype / ai_protocol in the returned addrinfo structure.
46514
46515 2005-05-10  Simon Josefsson  <jas@extundo.com>
46516
46517         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
46518         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46519
46520 2005-05-10  Karl Berry  <karl@gnu.org>
46521
46522         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
46523         (from http://www.gnu.org/licenses).
46524         * doc/COPYING.LIB: also rename to COPYING.LESSER.
46525         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
46526         fdl.texi suffices.
46527
46528 2005-05-10  Karl Berry  <karl@gnu.org>
46529
46530         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
46531         (COPYING.DOC): remove.
46532
46533         * config/srclist-update: new FSF address.
46534
46535 2005-05-10  Derek Price  <derek@ximbiot.com>
46536
46537         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
46538         possible.
46539
46540 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46541             Bruno Haible  <bruno@clisp.org>
46542
46543         * modules/inet_ntop: New file.
46544         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
46545         inet_ntop.
46546
46547 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46548             Bruno Haible  <bruno@clisp.org>
46549
46550         * m4/inet_ntop.m4: New file.
46551
46552 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46553             Bruno Haible  <bruno@clisp.org>
46554
46555         * lib/inet_ntop.h: New file.
46556         * lib/inet_ntop.c: New file, from glibc with modifications.
46557
46558 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
46559
46560         * modules/time_r (License): Change to LGPL.
46561         * modules/extensions (License): Change to LGPL.  Actually,
46562         the license is more permissive than that, but currently gnulib-tool
46563         doesn't know how to handle more-permissive licenses.
46564
46565         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
46566         Problem reported by Dave Love.
46567
46568 2005-05-08  Jim Meyering  <jim@meyering.net>
46569
46570         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
46571         blank.
46572
46573 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
46574
46575         * modules/argmatch (Depends-on): Add stdbool.
46576         * modules/backupfile (Depends-on): Likewise.
46577         * modules/chdir-long (Depends-on): Likewise.
46578         * modules/closeout (Depends-on): Likewise.
46579         * modules/cycle-check (Depends-on): Likewise.
46580         * modules/dirname (Depends-on): Likewise.
46581         * modules/fnmatch (Depends-on): Likewise.
46582         * modules/fsusage (Depends-on): Likewise.
46583         * modules/fwriteerror (Depends-on): Likewise.
46584         * modules/getcwd (Depends-on): Likewise.
46585         * modules/getloadavg (Depends-on): Likewise.
46586         * modules/hard-locale (Depends-on): Likewise.
46587         * modules/makepath (Depends-on): Likewise.
46588         * modules/mountlist (Depends-on): Likewise.
46589         * modules/nanosleep (Depends-on): Likewise.
46590         * modules/posixtm (Depends-on): Likewise.
46591         * modules/quotearg (Depends-on): Likewise.
46592         * modules/readtokens (Depends-on): Likewise.
46593         * modules/readtokens0 (Depends-on): Likewise.
46594         * modules/readutmp (Depends-on): Likewise.
46595         * modules/save-cwd (Depends-on): Likewise.
46596         * modules/strftime (Depends-on): Likewise.
46597         * modules/userspec (Depends-on): Likewise.
46598         * modules/utimecmp (Depends-on): Likewise.
46599         * modules/xgetcwd (Depends-on): Likewise.
46600         * modules/xnanosleep (Depends-on): Likewise.
46601         * modules/xstrtod (Depends-on): Likewise.
46602         * modules/yesno (Depends-on): Likewise.
46603
46604 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
46605
46606         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
46607         needless checks.
46608
46609 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46610
46611         Merge from coreutils.  Among other things,
46612         add bulletproofing for cases where stdin, stdout, or stderr are closed.
46613         * lib/fd-safer.c: New file.
46614         * lib/fcntl-safer.h, open-safer.c: Remove.
46615         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
46616         * lib/dup-safer.c: Include unistd-safer.h first.
46617         Don't include errno.h.
46618         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
46619         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
46620         * lib/file-type.c: Rely on file-type.h change.
46621         * lib/getloadavg.c: Include unistd-safer.h.
46622         (getloadavg): Use safer open.
46623         * lib/getusershell.c: Include "stdio-safer.h".
46624         (getusershell): Use safer fopen.
46625         * lib/long-options.c (long_options): Use NULL rather than 0.
46626         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
46627         'free'.
46628         * lib/modechange.c: Likewise.
46629         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
46630         (MODE_DONE): New constant.
46631         (struct mode_change): Remove 'next' member.
46632         (make_node_op_equals): New function; like the old one of the
46633         same name, except it allocates an array.
46634         (mode_compile, mode_create_from_ref): Use it.
46635         (mode_compile): Allocate result as an array, not a linked list.
46636         Parse octal string ourself, so that we catch mistakes like "+0".
46637         (mode_adjust): Arg is an array, not a linked list.
46638         * lib/modechange.c: Include stat-macros.h, xalloc.h.
46639         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
46640         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
46641         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
46642         Remove.  This is now stat-macros.h's job.
46643         (talloc): Remove.  All callers replaced by xalloc, so that
46644         our invokers don't have to worry about reporting memory failures.
46645         (make_node_op_equals): Remove.
46646         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
46647         New constants.
46648         (struct mode_change): Moved here from modechange.h.
46649         (mode_append_entry): Remove.
46650         (mode_compile): Remove MASKED_OPS arg, since it encouraged
46651         apps to have incorrect behavior.  Use simpler algorithm for head
46652         and tail.  Don't futz with umask; that's now the job of mode_adjust.
46653         Detect more invalid usages rather than having somewhat-random behavior.
46654         Don't insert an "a=" action, as that leads to incorrect behavior.
46655         (mode_compile, mode_create_from_ref): Return NULL on error instead
46656         of an enum, since now there's only one way to have an error.  All
46657         callers changed.
46658         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
46659         at the correct time.  Simplify calculation of "+u" and its ilk.
46660         Don't mishandle "+X".
46661         (mode_free): Remove "register" and localize decls.
46662         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
46663         (struct mode_change): Move to modechange.c; callers don't
46664         need to see this stuff.
46665         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
46666         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
46667         (mode_change, mode_adjust): Reflect the new signatures noted above.
46668         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
46669         that might redefine system include files.
46670         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
46671         (my_usleep): Use NULL rather than (void *) 0.
46672         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
46673         Use siginterrupt to specify that system calls should be interrupted.
46674         (rpl_nanosleep): Move initialization of suspended closer to call of
46675         my_usleep.
46676         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
46677         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
46678         (desirable_utmp_entry): New function.
46679         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
46680         using x2nrealloc, to simplify logic.
46681         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
46682         size calculation.  Do not assume utmp file is a regular file.
46683         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
46684         (READ_UTMP_CHECK_PIDS): New constant.
46685         * lib/save-cwd.c: Include unistd-safer.h.
46686         (save_cwd): Use fd_safer.
46687         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
46688         [!_LIBC] Include "stat-macros.h" instead.
46689         * lib/unistd-safer.h (fd_safer): New decl.
46690
46691 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46692
46693         * modules/getloadavg (Depends-on): Add unistd-safer.
46694         * modules/getusershell (Depends-on): Add stdio-safer.
46695         * modules/lstat (Depends-on): Remove xalloc.
46696         * modules/mkstemp (Depends-on): Add stat-macros.
46697         * modules/modechange (Depends-on): Remove xstrtol.
46698         Add stat-macros, xalloc.
46699         * modules/save-cwd (Depends-on): Add unistd-safer.
46700         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
46701         * modules/unistd-safer (Files): Add lib/fd-safer.c
46702         (Makefile.am): Remove lib_SOURCES.
46703
46704         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
46705         Remove fcntl-safer; unistd-safer supersedes it.
46706
46707 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46708
46709         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
46710         AC_HEADER_STAT.
46711         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
46712         (gl_PREREQ_CHOWN): Remove.
46713         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
46714         it.  Don't require AC_HEADER_STAT.
46715         (gl_PREREQ_LSTAT): Remove.
46716         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
46717         Don't require AC_HEADER_STAT.
46718         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
46719         (gl_PREREQ_RMDIR): Remove.
46720         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
46721         mention stat-macros.h or AC_HEADER_STAT, since we'll make
46722         the stat-macros module a prerequisite.
46723         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
46724         * m4/filemode.m4 (gl_FILEMODE): Likewise.
46725         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
46726         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
46727         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
46728         variable names.
46729         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
46730         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
46731         variable prefixes.
46732         * m4/fcntl-safer.m4: Remove.
46733         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
46734         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
46735         Invoke gl_PREREQ_FD_SAFER.
46736         (gl_PREREQ_FD_SAFER): New macro.
46737         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
46738         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
46739         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
46740         Remove duplicate call to AC_LIBOBJ(readutmp).
46741         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
46742
46743         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
46744         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
46745
46746 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
46747
46748         * MODULES.html.sh (Misc): Add byteswap.
46749
46750 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46751
46752         * modules/getcwd (Depends-on): Add extensions.
46753         * modules/openat (Depends-on): Likewise.
46754
46755 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46756
46757         * modules/byteswap: New file.
46758
46759 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46760
46761         * m4/byteswap.m4: New file.
46762
46763 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
46764
46765         * lib/byteswap_.h: New file.
46766
46767 2005-04-25  Karl Berry  <karl@gnu.org>
46768
46769         * m4/gettext.m4: Update from GNU gettext 0.14.4.
46770
46771 2005-04-25  Albert Chin  <china@thewrittenword.com>
46772
46773         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
46774         Toolkit C bug.
46775
46776 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
46777
46778         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
46779         (func_ln_if_changed) Remove forcibly for no error message
46780         in case file does not exist.
46781
46782 2005-04-19  Simon Josefsson  <jas@extundo.com>
46783
46784         * gnulib-tool (Options): Make --symlink mean --symbolic.
46785
46786 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
46787
46788         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
46789
46790 2005-04-16  Simon Josefsson  <jas@extundo.com>
46791
46792         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
46793
46794 2005-04-15  Simon Josefsson  <jas@extundo.com>
46795
46796         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
46797
46798 2005-04-15  Simon Josefsson  <jas@extundo.com>
46799
46800         * gnulib-tool: Rename --symlink to --symbolic.
46801
46802 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
46803
46804         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
46805         symbolic links to files instead of copying/moving.  Add --aux-dir,
46806         specifying directory relative --dir where auxiliary build tools
46807         are placed.
46808
46809 2005-04-14  Bruno Haible  <bruno@clisp.org>
46810
46811         * modules/allocsa (License): Change to LGPL.
46812         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
46813
46814 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46815
46816         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
46817         that "UTC +1 second" continues to work.  Problem reported
46818         by Dmitry V. Levin.
46819         (relunit_snumber): New rule.
46820         (relunit): Use it.
46821
46822 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46823
46824         * lib/getdate.y (universal_time_zone_table): New constant.
46825         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
46826         universal_time_zone_table.
46827         (lookup_zone): Prefer universal_time_zone_table to
46828         local_time_zone_table, so that "GMT" time stamps are allowed in
46829         London during the summer.  Problem reported by Ian Abbott.
46830
46831 2005-04-12  Jim Meyering  <jim@meyering.net>
46832
46833         * lib/human.c (humblock): Set *options even when returning due to
46834         xstrtoumax conversion failure.  Thanks to a used-uninitialized
46835         warning from gcc-4.
46836
46837 2005-04-09  Jim Meyering  <jim@meyering.net>
46838
46839         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
46840         -Wuninitialized: initialize tm0.tm_year.
46841
46842 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
46843
46844         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
46845         count, since there's no maximum.  All uses changed.
46846         Add member dsts_seen.
46847         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
46848         not being INT_MAX.
46849         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
46850         Use pc_rels_seen to decide whther a date is absolute.
46851
46852         * lib/getdate.y (number): Don't overwrite year.
46853         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
46854         check.
46855
46856 2005-04-02  Simon Josefsson  <jas@extundo.com>
46857
46858         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
46859         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
46860
46861 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
46862
46863         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
46864         where no absolute path name can be longer than PATH_MAX.
46865
46866 2005-03-27  Jim Meyering  <jim@meyering.net>
46867
46868         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
46869
46870 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
46871
46872         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
46873         "one's complement" -> "ones' complement" in comment, as per Knuth.
46874         "value of type" -> "type or expression" in comment.
46875         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
46876
46877 2005-03-26  Jim Meyering  <jim@meyering.net>
46878
46879         Comment nits.
46880         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
46881         Correct typos: s/or/of/.
46882
46883 2005-03-26  Jim Meyering  <jim@meyering.net>
46884
46885         * modules/check-include-files: Move to ../ and rename to...
46886         * check-module: ...this.
46887
46888 2005-03-25  Jim Meyering  <jim@meyering.net>
46889
46890         * modules/xvasprintf (Files): Add xalloc.h.
46891
46892 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
46893
46894         * modules/gettext (Files): config/config.rpath ->
46895         build-aux/config.rpath
46896         * modules/iconv (Files): Likewise.
46897         Problem reported by Oskar Liljeblad.
46898
46899 2005-03-23  Jim Meyering  <jim@meyering.net>
46900
46901         * modules/check-include-files: New script to check for
46902         missing dependencies, multiple includes, etc.
46903
46904         * modules/c-strtold (Depends-on): Add xalloc.
46905         * modules/c-strtod (Depends-on): Add xalloc.
46906         * modules/hash (Depends-on): Add xalloc.
46907         (Files): Remove lib/xalloc.h.
46908
46909         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
46910         * modules/userspec (Files): Add lib/inttostr.h.
46911
46912 2005-03-23  Jim Meyering  <jim@meyering.net>
46913
46914         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
46915
46916 2005-03-22  Jim Meyering  <jim@meyering.net>
46917
46918         * modules/stat-macros: New module.
46919         * modules/canonicalize, modules/euidaccess, modules/file-type,
46920         * modules/filemode, modules/lchown, modules/makepath,
46921         * modules/rmdir, modules/stat: Depend on new stat-macros module
46922         rather than listing lib/stat-macros.h manually.
46923         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
46924
46925 2005-03-22  Jim Meyering  <jim@meyering.net>
46926
46927         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
46928
46929 2005-03-22  Bruno Haible  <bruno@clisp.org>
46930
46931         * config/srclist.txt: Replace target directory 'config' with
46932         'build-aux'.
46933         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
46934         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
46935         ../build-aux/.
46936
46937 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
46938
46939         * modules/chdir-long (Depends-on): Add mempcpy.
46940
46941         * modules/acl, modules/backupfile, modules/c-strtod,
46942         modules/c-strtold, modules/canon-host, modules/canonicalize,
46943         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
46944         modules/exclude, modules/exitfail, modules/file-type,
46945         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
46946         modules/getdate, modules/getline, modules/getpagesize,
46947         modules/getpass, modules/getugroups, modules/group-member,
46948         modules/hard-locale, modules/hash, modules/human, modules/idcache,
46949         modules/inttostr, modules/long-options, modules/makepath,
46950         modules/md5, modules/memcasecmp, modules/memcoll,
46951         modules/modechange, modules/mountlist, modules/path-concat,
46952         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
46953         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
46954         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
46955         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
46956         modules/strftime, modules/strndup, modules/strverscmp,
46957         modules/timespec, modules/unlocked-io, modules/userspec,
46958         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
46959         modules/yesno:
46960         Remove lib_SOURCES line from Makefile.am section, as this is now
46961         done automatically by the corresponding Autoconf macro.
46962
46963 2005-03-21  Jim Meyering  <jim@meyering.net>
46964
46965         Changes imported from coreutils.
46966
46967         * lib/cycle-check.c: Don't include xalloc.h.
46968
46969         * lib/path-concat.c: Don't include assert.h.
46970         (path_concat): Remove assertion that would have triggered
46971         for ABASE starting with more than one slash.
46972         Reported by Andreas Schwab.
46973
46974         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
46975         properly when ABASE is an absolute file name.
46976         Correct the description of this function.
46977         Include <assert.h>.
46978         Add an assertion and a test driver.
46979         This fixes a bug introduced on 2004-07-02.
46980         Andreas Schwab reported the resulting failure of cp --parents:
46981         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
46982
46983 2005-03-21  Jim Meyering  <jim@meyering.net>
46984
46985         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
46986         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
46987
46988 2005-03-21  Jim Meyering  <jim@meyering.net>
46989         and  Paul Eggert  <eggert@cs.ucla.edu>
46990
46991         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
46992         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
46993         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
46994         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
46995         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
46996         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
46997         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
46998         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
46999         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
47000         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
47001         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
47002         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
47003         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
47004         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
47005         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
47006         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
47007         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
47008         for these modules.
47009
47010 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
47011
47012         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
47013         (which shouldn't happen), generate nothing instead of returning 0
47014         immediately, so that nstrftime (NULL, ...) doesn't return 0.
47015
47016 2005-03-16  Bruno Haible  <bruno@clisp.org>
47017
47018         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
47019         HAVE_LONGLONG_64BIT.
47020
47021 2005-03-16  Bruno Haible  <bruno@clisp.org>
47022
47023         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
47024         HAVE_LONGLONG_64BIT.
47025
47026 2005-03-16  Bruno Haible  <bruno@clisp.org>
47027
47028         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
47029         HAVE_LONGLONG_64BIT.
47030
47031 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
47032
47033         * lib/strftime.c (my_strftime): Prepend space to format so that we can
47034         reliably distinguish strftime failure from empty output on POSIX
47035         hosts.
47036
47037 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
47038
47039         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
47040         (iconv_string): Don't guess a size-zero buffer, as that might cause
47041         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
47042         result would be 'too large', where 'too large' is (heuristically)
47043         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
47044         overflow concerns.  This will prevent some unwanted malloc failures
47045         when the inputs are very large.
47046
47047 2005-03-15  Karl Berry  <karl@gnu.org>
47048
47049         * config/srclist.txt (config.rpath): from gettext.
47050         * config/config.rpath: update.
47051
47052 2005-03-15  Bruno Haible  <bruno@clisp.org>
47053
47054         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
47055         to 'negate'.
47056
47057         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
47058         variable.
47059
47060         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
47061         results.
47062
47063 2005-03-14  Simon Josefsson  <jas@extundo.com>
47064
47065         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
47066         <fx@gnu.org>.
47067
47068 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
47069
47070         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
47071         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
47072         intprops.h.
47073         * lib/strtol.c: Likewise.
47074
47075 2005-03-14  Jim Meyering  <jim@meyering.net>
47076
47077         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
47078         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
47079         to be nonzero so that we (and caller) can detect the difference
47080         between a valid zero-length expansion and an error return, even
47081         when the underlying strftime fails before writing anything into
47082         that location.
47083
47084 2005-03-14  Bruno Haible  <bruno@clisp.org>
47085
47086         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
47087         Update from GNU gettext 0.14.3.
47088
47089 2005-03-10  Jim Meyering  <jim@meyering.net>
47090
47091         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
47092
47093 2005-03-10  Jim Meyering  <jim@meyering.net>
47094
47095         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
47096         so that this module works on systems without fchdir.
47097
47098 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47099
47100         Factor int-properties macros into a single file, except for
47101         glibc-related files.
47102         * lib/intprops.h: New file.
47103         * lib/getloadavg.c: Include it instead of limits.h.
47104         (INT_STRLEN_BOUND): Remove.
47105         * lib/human.c: Include intprops.h.
47106         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
47107         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
47108         302/1000.
47109         * lib/inttostr.h: Include intprops.h instead of limits.h.
47110         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
47111         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
47112         for consistency with intprops.h.
47113         (time_t_is_integer, twos_complement_arithmetic): Use them.
47114         * lib/sig2str.h: Include <signal.h>, intprops.h.
47115         (INT_STRLEN_BOUND): Remove.
47116         * lib/strftime.c (TYPE_SIGNED): Remove.
47117         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
47118         * lib/strtol.c: Adjust comments to match intprops.h.
47119         * lib/userspec.c: Include intprops.h.
47120         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
47121         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
47122         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
47123         instead of rolling our own expressions.
47124         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
47125
47126         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
47127         instead of int.
47128         (my_strftime): Do not mishandle years close to INT_MAX, by doing
47129         the right thing even if adding 1900 would overflow.  Similarly
47130         for tm_mon + 1 and tm_yday + 1.
47131         Make %Y always equivalent to %C%y, and similarly for %G and %g.
47132         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
47133         (DO_SIGNED_NUMBER): New macro.
47134         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
47135
47136 2005-03-07  Bruno Haible  <bruno@clisp.org>
47137
47138         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
47139
47140 2005-03-07  Bruno Haible  <bruno@clisp.org>
47141
47142         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
47143
47144 2005-03-04  Derek R. Price  <derek@ximbiot.com>
47145
47146         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
47147         (func_import): Only replace files via --import when they have actually
47148         changed.
47149
47150 2005-03-03  Derek R. Price  <derek@ximbiot.com>
47151
47152         * m4/mmap-anon.m4: New file.
47153         * m4/pagealign_alloc.m4: New file.
47154
47155 2005-03-03  Derek R. Price  <derek@ximbiot.com>
47156             Bruno Haible  <bruno@clisp.org>
47157
47158         * modules/pagealign_alloc: New file.
47159         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
47160
47161 2005-03-03  Derek R. Price  <derek@ximbiot.com>
47162             Bruno Haible  <bruno@clisp.org>
47163
47164         * lib/pagealign_alloc.h: New file.
47165         * lib/pagealign_alloc.c: New file.
47166
47167 2005-03-03  Bruno Haible  <bruno@clisp.org>
47168
47169         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
47170         Use an all-permissive copyright notice, recommended by RMS.
47171
47172 2005-03-02  Bruno Haible  <bruno@clisp.org>
47173
47174         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
47175         of AIX, the replacement has to be done only after <string.h> is
47176         included, therefore not in config.h. stpncpy.h does the replacement,
47177         and stpncpy.c uses it.
47178
47179 2005-03-02  Bruno Haible  <bruno@clisp.org>
47180
47181         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
47182         stpncpy.c uses it.
47183
47184 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47185
47186         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
47187         The workaround isn't strictly needed for POSIX conformance, and
47188         it's too much of a pain to configure and maintain.  We'll ask
47189         people to fix their kernels instead.
47190         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
47191         (NANOSLEEP_BUG_WORKAROUND): Remove.
47192         (xnanosleep): Remove the workaround.
47193
47194 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47195
47196         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
47197         Reported by Derek Price.
47198         (Include): Add "timespec.h".
47199
47200         * modules/xnanosleep (Depends-on): Remove gethrxtime.
47201
47202 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47203
47204         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
47205         to detect nanosleep bug.
47206
47207 2005-03-01  Bruno Haible  <bruno@clisp.org>
47208
47209         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
47210
47211 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47212
47213         * modules/gethrxtime: New file.
47214         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
47215         (Depends-on): Add gethrxtime.
47216         (configure.ac): Add gl_XNANOSLEEP.
47217         (Makefile.am): Remove lib_SOURCES line.
47218
47219 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
47220
47221         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
47222         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
47223
47224 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
47225
47226         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
47227         * lib/timespec.h (gettime): Return void, since it always
47228         succeeds now.  All uses changed.
47229         * lib/gettime.c (gettime) Likewise.
47230         [HAVE_NANOTIME]: Prefer nanotime.
47231         Assume gettimeofday succeeds, as POSIX requires.
47232         Assime time () succeeds, since other code already does.
47233         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
47234         (timespec_subtract): Remove.
47235         (NANOSLEEP_BUG_WORKAROUND): New constant.
47236         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
47237         things considerably.  Use it only on GNU/Linux hosts, since the
47238         workaround shouldn't be needed elsewhere.
47239
47240 2005-02-24  Bruno Haible  <bruno@clisp.org>
47241
47242         * modules/gettext (Files): Add m4/glibc2.m4.
47243
47244 2005-02-24  Bruno Haible  <bruno@clisp.org>
47245
47246         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
47247         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
47248         * m4/progtest.m4:
47249         Update from GNU gettext 0.14.2.
47250         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
47251
47252 2005-02-24  Bruno Haible  <bruno@clisp.org>
47253
47254         * lib/localcharset.c: Update from GNU gettext 0.14.2.
47255         * lib/config.charset: Update from GNU gettext 0.14.2.
47256
47257 2005-02-24  Bruno Haible  <bruno@clisp.org>
47258
47259         * lib/gettext.h: Update from GNU gettext 0.14.2.
47260
47261 2005-02-23  Simon Josefsson  <jas@extundo.com>
47262
47263         * m4/iconvme.m4: New file.
47264
47265 2005-02-23  Jim Meyering  <jim@meyering.net>
47266
47267         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
47268         change.
47269         Thanks to Bruno Haible for catching it.
47270
47271 2005-02-22  Simon Josefsson  <jas@extundo.com>
47272
47273         * modules/iconvme: New file.
47274
47275         * MODULES.html.sh: Add iconvme.
47276
47277 2005-02-22  Simon Josefsson  <jas@extundo.com>
47278
47279         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
47280
47281 2005-02-22  Simon Josefsson  <jas@extundo.com>
47282
47283         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
47284
47285 2005-02-22  Jim Meyering  <jim@meyering.net>
47286
47287         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
47288         s/ifndef/ifdef/.
47289
47290 2005-02-20  Neil Conway  <neilc@samurai.com>
47291
47292         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
47293         returned by OSX/Darwin if the specified buffer is not large
47294         enough for the hostname.
47295
47296 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47297
47298         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
47299         pass it to _help, otherwise the latter coredumps trying to
47300         dereference state.root_argp.
47301
47302 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
47303
47304         * modules/chdir-long (Depends-on): Add memrchr.
47305         * modules/memrchr (Files): Add lib/memrchr.h.
47306         (Include): "memrchr.h".
47307
47308 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
47309
47310         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
47311
47312 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
47313
47314         * lib/memrchr.h: New file.
47315         * lib/chdir-long.c: Include it.
47316         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
47317         Don't bother including stddef.h.
47318
47319 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
47320
47321         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
47322         inclusion.
47323         Include <sys/types.h>, for dev_t.
47324         (ME_DUMMY, ME_REMOTE): Move from here....
47325         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
47326         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
47327         Dmitry V. Levin.
47328         Include mountlist.h first, to test the interface.
47329
47330 2005-01-29  Bruno Haible  <bruno@clisp.org>
47331
47332         * lib/progname.c (program_name): Initialize.
47333         Needed when linking statically on MacOS X.
47334
47335 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
47336
47337         Sync from coreutils.
47338         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
47339         (Depends-on): Add c-strtod.
47340         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
47341
47342 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
47343
47344         Sync from coreutils.
47345         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
47346
47347         Remove files that are specific to coreutils.
47348         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
47349
47350 2005-01-28  Bruno Haible  <bruno@clisp.org>
47351
47352         * modules/javacomp: New file.
47353         * MODULES.html.sh (Java): Add javacomp.
47354
47355 2005-01-28  Bruno Haible  <bruno@clisp.org>
47356
47357         * m4/javacomp.m4: New file, from GNU gettext.
47358
47359 2005-01-28  Bruno Haible  <bruno@clisp.org>
47360
47361         * lib/javacomp.sh.in: New file, from GNU gettext.
47362         * lib/javacomp.h: New file, from GNU gettext.
47363         * lib/javacomp.c: New file, from GNU gettext.
47364
47365 2005-01-26  Simon Josefsson  <jas@extundo.com>
47366
47367         * lib/gai_strerror.c: Use GPL in header.
47368
47369 2005-01-26  Bruno Haible  <bruno@clisp.org>
47370
47371         * modules/javaexec: New file.
47372         * MODULES.html.sh (Java): Add javaexec.
47373
47374 2005-01-26  Bruno Haible  <bruno@clisp.org>
47375
47376         * m4/javaexec.m4: New file, from GNU gettext.
47377
47378 2005-01-26  Bruno Haible  <bruno@clisp.org>
47379
47380         * lib/javaexec.sh.in: New file, from GNU gettext.
47381         * lib/javaexec.h: New file, from GNU gettext.
47382         * lib/javaexec.c: New file, from GNU gettext.
47383
47384 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47385
47386         * modules/lchown (Depends-on): Remove lchown.h
47387
47388 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47389
47390         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
47391         must be defined if the header file was not found, in order
47392         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
47393
47394 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47395
47396         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
47397         initializers for struct pentry_state.
47398         (__argp_error): Check return value of __asprintf
47399         (__argp_failure): Translate error message
47400
47401         * lib/argp-parse.c: Removed braces around the expansion of N_()
47402
47403 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47404
47405         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
47406         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
47407         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
47408         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
47409         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
47410         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
47411         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
47412         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
47413         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
47414         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
47415         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
47416         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
47417         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
47418         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
47419         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
47420         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
47421         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
47422         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
47423         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
47424         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
47425         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
47426         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
47427         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
47428         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
47429         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
47430         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
47431         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
47432         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
47433         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
47434         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
47435         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
47436         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
47437         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
47438         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
47439         xstrtol.m4, xstrtoumax.m4, yesno.m4:
47440         Use an all-permissive copyright notice, recommended by RMS.
47441
47442 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
47443
47444         * modules/chdir-long (Depends-on): Remove mempcpy.
47445
47446 2005-01-21  Jim Meyering  <jim@meyering.net>
47447
47448         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
47449         same value as for Solaris 9.
47450
47451         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
47452         component length.  This included changing the parameter to be
47453         of type `char *' rather than `char const *'.
47454         * lib/chdir-long.h (chdir_long): Update prototype.
47455
47456         * lib/openat.c (fdopendir, fstatat): New functions.
47457         * lib/openat.h: Include headers required for use of DIR and struct
47458         stat.
47459         [AT_SYMLINK_NOFOLLOW]: Define.
47460         (fdopendir, fstatat): Add prototypes.
47461
47462 2005-01-21  Bruno Haible  <bruno@clisp.org>
47463
47464         * modules/classpath: New file.
47465         * MODULES.html.sh (Java): Add classpath.
47466
47467 2005-01-21  Bruno Haible  <bruno@clisp.org>
47468
47469         * lib/classpath.h: New file, from GNU gettext.
47470         * lib/classpath.c: New file, from GNU gettext.
47471
47472 2005-01-20  Simon Josefsson  <jas@extundo.com>
47473
47474         * modules/version-etc-fsf: New file.
47475
47476 2005-01-20  Simon Josefsson  <jas@extundo.com>
47477
47478         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
47479         * lib/version-etc.c: Remove version_etc_copyright.
47480         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
47481         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
47482
47483 2005-01-20  Simon Josefsson  <jas@extundo.com>
47484
47485         * lib/base64.h (isbase64): Add.
47486
47487         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
47488         using a unsigned prototype, don't inline.
47489         (base64_decode): Use it.
47490
47491 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47492
47493         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
47494         it.
47495
47496 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47497
47498         * lib/save-cwd.c (save_cwd): Remove code to support the case
47499         where fchdir is missing or flaky.
47500
47501 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47502
47503         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
47504
47505 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
47506
47507         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
47508         AC_LIBSOURCES now does this.
47509         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
47510         with new ullong_max module.
47511
47512 2005-01-19  Bruno Haible  <bruno@clisp.org>
47513
47514         * modules/sh-quote: New file.
47515         * MODULES.html.sh (Executing programs): Add sh-quote.
47516
47517 2005-01-19  Bruno Haible  <bruno@clisp.org>
47518
47519         * lib/sh-quote.h: New file, from GNU gettext.
47520         * lib/sh-quote.c: New file, from GNU gettext.
47521
47522 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
47523
47524         Merge from coreutils.
47525         * m4/ullong_max.m4: New file.
47526         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
47527         (gl_MACROS): Assume localeconv exists.
47528
47529 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
47530
47531         Merge changes from coreutils, as described below in several
47532         changelogs dated today.
47533
47534         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
47535         (O_DIRECTORY): Remove; not needed here, since "." must be
47536         a directory.  All uses removed.
47537         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
47538         universal on Suns, and we also need to test for IRIX.
47539         Revamp code to use 'if' rather than '#if'.
47540         Avoid unnecessary comparison of cwd->desc to 0.
47541
47542         * lib/utimens.c (futimens): Robustify the previous patch, by checking
47543         for known valid error numbers rather than observed invalid ones.
47544
47545 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
47546
47547         * modules/ullong_max: New file.
47548
47549         * modules/chdir-long, modules/openat: New files.
47550         * modules/save-cwd (Depends-on): Depend on chdir-long.
47551         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
47552
47553 2005-01-18  Jim Meyering  <jim@meyering.net>
47554
47555         Merge from coreutils.
47556         * m4/chdir-long.m4, m4/openat.m4: New files.
47557         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
47558         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
47559         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
47560         is sane and DOES follow symlinks.  Besides, testing 20 different
47561         systems found no broken chown implementations.
47562         Prompted by a change in rsync's copy of this macro.
47563         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
47564
47565         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
47566
47567         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
47568         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
47569         NULL-means-set-to-current-time semantics.
47570         Remove temporary file immediately, rather than waiting
47571         for configure's at-exit trap code to do it.
47572
47573 2005-01-18  Jim Meyering  <jim@meyering.net>
47574
47575         * lib/version-etc.c (version_etc_copyright): Update copyright date.
47576
47577         * lib/utimens.c (futimens): Account for the fact that futimes
47578         can also fail with errno == ENOSYS or errno == ENOENT.
47579         Patch from Dmitry V. Levin.
47580
47581         Change the name of the robust chdir function from chdir to chdir_long.
47582         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
47583         (restore_cwd): Use chdir_long, not chdir.
47584         * lib/chdir-long.c: Renamed from chdir.c.
47585         * lib/chdir-long.h: Renamed from chdir.h.
47586         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
47587         Hurd.
47588
47589 2005-01-18  Bruno Haible  <bruno@clisp.org>
47590
47591         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
47592         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
47593         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
47594         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
47595         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
47596         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
47597         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
47598         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
47599         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
47600         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
47601         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
47602         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
47603         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
47604         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
47605         Use an all-permissive copyright notice, recommended by RMS.
47606
47607 2005-01-18  Bob Proulx  <bob@proulx.com>
47608
47609         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
47610         simplify offsetof() macro construct to avoid compile failure with
47611         native HP-UX 11.0 ANSI C compiler.
47612
47613 2005-01-17  Bruno Haible  <bruno@clisp.org>
47614
47615         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
47616         redundant because stpncpy.m4 takes care of it.
47617
47618 2005-01-17  Bruno Haible  <bruno@clisp.org>
47619
47620         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
47621
47622 2005-01-17  Bruno Haible  <bruno@clisp.org>
47623
47624         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
47625         used.
47626
47627 2005-01-17  Bruno Haible  <bruno@clisp.org>
47628
47629         * lib/fwriteerror.h (fwriteerror): Change specification to include
47630         fclose.
47631         * lib/fwriteerror.c: Include <stdbool.h>.
47632         (fwriteerror): At the end, close the file stream. Record whether
47633         stdout was already closed.
47634
47635 2005-01-17  Bruno Haible  <bruno@clisp.org>
47636
47637         * lib/execute.c (environ): Declare if needed.
47638         * lib/pipe.c (environ): Likewise.
47639         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
47640
47641 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47642
47643         * modules/argp: Depend on vsnprintf
47644
47645 2005-01-10  Jim Meyering  <jim@meyering.net>
47646
47647         * modules/closeout (Depends-on): Add atexit.
47648
47649 2005-01-06  Bruno Haible  <bruno@clisp.org>
47650
47651         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
47652
47653 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
47654
47655         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
47656         definitions to be after all include files, to avoid collisions.
47657         Problem reported by Bob Proulx.
47658
47659 2005-01-04  Jim Meyering  <jim@meyering.net>
47660
47661         Changes imported from coreutils.
47662         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
47663         as the mkstemp template, use a temporary directory and an
47664         8.3-friendly template to avoid trouble on systems like DJGPP.
47665         Reported by Juan M. Guerrero via Stepan Kasal.
47666         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
47667         close. Remove the temporary directory right away, rather than waiting
47668         for configure's at-exit trap code to do it.
47669         Suggestion from Stepan Kasal.
47670
47671 2005-01-01  Simon Josefsson  <jas@extundo.com>
47672
47673         * gnulib-tool: Print #include directives when --import'ing.
47674
47675 2004-12-28  Simon Josefsson  <jas@extundo.com>
47676
47677         * tests/test-base64.c: Include required header files.  Remove
47678         unused variables.
47679
47680 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
47681
47682         * modules/error (Depends-on): Remove gettext.
47683
47684 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
47685
47686         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
47687         not needed.  This removes a dependency on the gettext module.
47688         [defined _LIBC]: Do not include <libintl.h>; not needed.
47689
47690 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
47691
47692         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
47693         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
47694
47695 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
47696
47697         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
47698         HAVE_DECL_STRTOLD.
47699
47700 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
47701
47702         * modules/getdate (Depends-on): Remove alloca-opt.
47703
47704 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
47705
47706         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
47707
47708 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
47709
47710         * lib/argp-parse.c: Include <stddef.h>.
47711         (alignof, alignto): New macros.
47712         (parser_init): Don't assume that void * is aligned sufficiently
47713         for struct option.
47714
47715         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
47716         need to extend the stack.
47717         (YYINITDEPTH): New macro, so that the initial stack isn't overly
47718         large.
47719
47720 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47721
47722         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
47723
47724 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
47725
47726         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
47727         (2004-10-24) change.  Apparently this was a false alarm.
47728
47729         * modules/getdate: Depend on alloca-opt, not alloca.
47730
47731 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
47732
47733         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
47734         Remove now-obsolete comment about AIX.
47735         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
47736         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
47737         (YYMAXDEPTH): New macro.
47738
47739 2004-12-18  Simon Josefsson  <jas@extundo.com>
47740
47741         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
47742
47743 2004-12-18  Bruno Haible  <bruno@clisp.org>
47744
47745         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
47746
47747 2004-12-18  Bruno Haible  <bruno@clisp.org>
47748
47749         * lib/fatal-signal.c (fatal_signals): Make non-const.
47750         (init_fatal_signals): New function.
47751         (uninstall_handlers, install_handlers): Ignore signals that were set to
47752         SIG_IGN.
47753         (at_fatal_signal): Call init_fatal_signals.
47754         (init_fatal_signal_set): Likewise. Ignore signals that were set to
47755         SIG_IGN.
47756         Reported by Paul Eggert.
47757
47758 2004-12-18  Bruno Haible  <bruno@clisp.org>
47759
47760         * doc/alloca.texi: New file.
47761         * doc/alloca-opt.texi: New file.
47762
47763 2004-12-17  Jim Meyering  <jim@meyering.net>
47764
47765         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
47766         Otherwise, install-sh could exit with improper exit status when
47767         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
47768
47769 2004-12-16  Simon Josefsson  <jas@extundo.com>
47770
47771         * tests/test-base64.c: Add license.
47772
47773 2004-12-15  Stepan Kasal  <address@hidden>
47774
47775         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
47776
47777 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
47778
47779         * modules/getcwd (Files): Add m4/d-ino.m4.
47780         Suggested by Mark D. Baushke.
47781
47782 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
47783
47784         * lib/getdate.y (textint): New member "negative".
47785         (time_zone_hhmm): New function.
47786         Expect 14 shift-reduce conflicts, not 13.
47787         (o_colon_minutes): New rule.
47788         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
47789         (yylex): Set the "negative" member of signed numbers.
47790
47791 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
47792
47793         * doc/getdate.texi (Time of day items, Time zone items):
47794         Describe new formats +00:00, UTC+00:00.
47795
47796 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
47797
47798         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
47799         spurious "-l"s.  Problem reported by Stepan Kasal.
47800
47801 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
47802
47803         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
47804         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
47805
47806 2004-12-04  Simon Josefsson  <jas@extundo.com>
47807
47808         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
47809         Vandoorselaere <yoann@prelude-ids.org>.
47810
47811 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47812
47813         Changes imported from coreutils.
47814         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
47815         exist.
47816         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
47817
47818 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47819
47820         Changes imported from coreutils.
47821         * lib/hard-locale.c: Assume <locale.h> exists.
47822         Include "strdup.h".
47823         (GLIBC_VERSION): New macro.
47824         (hard_locale): Assume setlocale exists.
47825         Rewrite to avoid #ifdef.
47826         Use strdup rather than malloc + strcpy.
47827         * lib/human.c: Assume <locale.h> exists.
47828         (human_readable): Assume localeconv exists.
47829
47830 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
47831
47832         * modules/hard-locale (Depends-on): Add strdup.
47833
47834 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
47835
47836         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
47837         convert T2, not T.  (Imported from libc.)
47838
47839 2004-11-30  Simon Josefsson  <jas@extundo.com>
47840
47841         * modules/restrict (License): Change to LGPL.
47842
47843 2004-11-30  Simon Josefsson  <jas@extundo.com>
47844
47845         * m4/restrict.m4: Add copyright and copying conditions.
47846
47847 2004-11-30  Simon Josefsson  <jas@extundo.com>
47848
47849         * m4/base64.m4: New file.
47850
47851 2004-11-30  Simon Josefsson  <jas@extundo.com>
47852
47853         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
47854         base64.
47855
47856         * tests/test-base64.c: New file.
47857
47858         * modules/base64: New file.
47859
47860 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
47861
47862         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
47863         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
47864
47865         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
47866
47867 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
47868
47869         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
47870         (__getcwd.c): Don't restore errno; glibc doesn't.
47871         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
47872         first, falling back to our code only if its results look suspicious.
47873         Ensure that the resulting buffer is only as large as necessary.
47874
47875         * lib/readutmp.c: Include readutmp.h first.
47876         Include <errno.h>, since readutmp.h no longer does that.
47877         * lib/readutmp.h: Don't include <errno.h>,
47878         <sys/param.h>, <time.h>; not needed to establish interface.
47879         (errno): Remove decl.
47880         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
47881         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
47882         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
47883
47884 2004-11-28  Simon Josefsson  <jas@extundo.com>
47885
47886         * lib/base64.h, base64.c: New file.
47887
47888 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
47889
47890         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
47891
47892 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
47893
47894         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
47895         (Depends-on): Remove pathmax, same.  Add mempcpy.
47896         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
47897         (Makefile.am): Append getcwd.h to lib_SOURCES.
47898         (Include): Add getcwd.h.
47899         (Maintainer): Change from Jim Meyering to "all, glibc",
47900         since getdate now uses intended-for-glibc code.
47901         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
47902         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
47903
47904 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47905
47906         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
47907         HP's ANSI C compiler.
47908         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
47909         Declaring int functions causes warnings on some modern systems and
47910         shouldn't be needed to compile on ancient ones.
47911         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
47912         defined.
47913
47914         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
47915         with the following changes.
47916         (__set_errno): Parenthesize properly.
47917         Include <stdbool.h>.
47918         (MIN, MAX, MATCHING_INO): New macros.
47919         (__getcwd): Define with prototype, not K&R form.
47920         Use heuristics to allocate default buffer on stack if possible.
47921         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
47922         behavior, and to avoid the PATH_MAX limit when computing
47923         ../../../../...
47924         Use MATCHING_INO to compare inode number to file.
47925         Check for arithmetic overflow in size calculations.
47926         Fix bug in reallocation of dot array that caused getcwd to fail
47927         on directories nested deeper than 75.
47928         Be more careful about saving errno on error.
47929         Do not use realloc; use only free+malloc, as this is a bit
47930         more flexible and avoids a needless copy operation.
47931         Do not inspect st_dev and st_ino for symbolic links; POSIX
47932         doesn't specify the latter.
47933         Check for closedir errors.
47934         Avoid needless casts.
47935         Use "#ifdef weak_alias" around weak_alias, to be like other
47936         glibc code.
47937         The following changes to getcwd.c have effect only when used in
47938         gnulib; they have no effect inside glibc proper.
47939         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
47940         as alloca isn't used.
47941         (alloca, __alloca): Likewise.
47942         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
47943         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
47944         unconditionally, as gnulib assumes C89 or better.
47945         Do not include <sys/param.h>.
47946         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
47947         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
47948         better.
47949         (NULL) [!defined NULL]: Remove; we assume C89 or better.
47950         Include <dirent.h> in a way that is compatible with modern Autoconf.
47951         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
47952         New macros, if not already defined.
47953         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
47954         Use "_LIBC", not "defined _LIBC", for consistency.
47955         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
47956         a mempcpy module.
47957         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
47958         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
47959         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
47960         credit only to Jim Meyering and adjust the copyright dates.
47961         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
47962         <stdlib.h>, <unistd.h>, "pathmax.h".
47963         Instead, include "xgetcwd.h" (first) and "getcwd.h".
47964         (INITIAL_BUFFER_SIZE): Remove.
47965         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
47966
47967 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47968
47969         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
47970         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
47971         Use the _ONCE methods, for efficiency.
47972         Check for fcntl.h.  In test program, include <errno.h>
47973         and <fcntl.h> if available.  Remove old K&R cruft from
47974         test program.  Check for common errors in GNU/Linux,
47975         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
47976         don't do AC_LIBOBJ, as that's getcwd.m4's job.
47977         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
47978         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
47979         name accordingly.
47980         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
47981         accommodate new getcwd.c.
47982         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
47983         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
47984         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
47985         that's all we need now.
47986
47987 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47988
47989         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
47990         argp-parse.c depends on getopt internals, that means we should
47991         always use our getopt, to be on the safe side.
47992         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
47993         order not to spoil the result of an eventual previous invocation
47994         of gl_GETOPT_SUBSTITUTE.
47995
47996 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47997
47998         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
47999         redefinition warnings. To avoid them, include the defines
48000         in `#if !defined __need_getopt ... #endif'. The only place
48001         where __getopt_argv_const is used is in definitions
48002         of getopt_long and getopt_long_only below, which are as well
48003         protected by `#ifndef __need_getopt'.
48004         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
48005         __need_getopt after including <stdio.h> and <unistd.h> These
48006         headers might have defined it.
48007
48008 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
48009
48010         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
48011
48012 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
48013
48014         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
48015         (futimens): New function, which uses futimes if available.
48016         (futimens, utimens): Support timespec==NULL, with same semantics
48017         as utime and utimens.
48018         * lib/utimens.h (futimens): New decl.
48019
48020 2004-11-23  Jim Meyering  <jim@meyering.net>
48021
48022         * lib/getopt_.h: Remove trailing blanks.
48023
48024 2004-11-23  Jim Meyering  <jim@meyering.net>
48025
48026         * lib/__fpending.c: Add comment.
48027
48028 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
48029
48030         * modules/canonicalize (Depends-on): Add xreadlink.
48031         Problem reported by James Youngman.
48032
48033 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
48034
48035         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
48036         New macros.
48037         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
48038         optopt): Use them instead of invoking ## directly; otherwise, the
48039         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
48040
48041 2004-11-19  Bruno Haible  <bruno@clisp.org>
48042
48043         * lib/strtok_r.c: Move comments from here...
48044         * lib/strtok_r.h: ... to here.
48045
48046 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
48047
48048         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
48049         implementations that mishandle size_t overflow.
48050
48051 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
48052
48053         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
48054         might fail.  Problem reported by Yoann Vandoorselaere.
48055         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
48056         implementations that mishandle size_t overflow.
48057
48058 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48059
48060         * modules/canon-host (Depends-on): Add strdup.
48061
48062 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48063
48064         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
48065
48066 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48067
48068         * lib/canon-host.c: Include "strdup.h".
48069         (canon_host): Use getaddrinfo if available, so that IPv6 works.
48070         Use strdup instead of malloc/strcpy to duplicate strings.
48071
48072         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
48073         (human_space_before_unit): New constant.
48074         * lib/human.c (human_readable): Support it.
48075
48076         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
48077         (xgetcwd): Set errno correctly when failing.
48078         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
48079         the failure is actually due to a PATH_MAX problem.
48080
48081         Further getopt changes to make it more likely that glibc will
48082         buy the changes back.
48083         * lib/getopt.c (POSIXLY_CORRECT): New constant.
48084         (getopt): Use it, so to preserve glibc semantic
48085         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
48086         when compiling for libc.
48087         * lib/getopt_.h (__getopt_argv_const): Bring it back.
48088         (getopt_long, getopt_long_only): Use it.
48089
48090         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
48091         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
48092         (getopt): Argv is now char * const *, as per standard.
48093         (_getopt_internal_r, _getopt_internal): Argv is now char **,
48094         not char *__getopt_argv_const *.
48095         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
48096         _getopt_long_only_r): Likewise.
48097         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
48098         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
48099         _getopt_long_r, _getopt_long_only_r): Likewise.
48100         * lib/getopt_.h (__getopt_argv_const): Remove.
48101         (getopt): Argv is now char * const *, as per standard.
48102
48103         * lib/getdate.y (tORDINAL): New token.
48104         (day, relunit): Allow it for relative times.
48105         (relative_time_table): Use tORDINAL for ordinals.
48106
48107 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
48108
48109         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
48110         Document that "second" isn't allowed as an ordinal number.
48111
48112 2004-11-16  Jim Meyering  <jim@meyering.net>
48113
48114         * modules/closeout (Depends-on): Add fpending.
48115
48116 2004-11-15  Jim Meyering  <jim@meyering.net>
48117
48118         * lib/closeout.c: Include "__fpending.h" once again.
48119         Include <stdbool.h>.
48120         (close_stdout): Don't fail just because stdout was closed initially,
48121         since some programs don't write to stdout in the normal course of
48122         operation (other than --version and --help), and we don't want this
48123         function to make e.g. `touch file >&-' fail.
48124         But do fail if it was closed and someone has tried to write to it.
48125         E.g., `printf foo >&-' must fail.
48126
48127 2004-11-13  Jim Meyering  <jim@meyering.net>
48128
48129         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
48130
48131 2004-11-12  Simon Josefsson  <jas@extundo.com>
48132
48133         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
48134         small doc fix is still pending.
48135
48136 2004-11-11  Simon Josefsson  <jas@extundo.com>
48137
48138         * modules/strtok_r: New file.
48139
48140         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48141         strtok_r.
48142
48143 2004-11-11  Simon Josefsson  <jas@extundo.com>
48144
48145         * m4/strtok_r.m4: New file.
48146
48147         * m4/getopt.m4: Replace opterr.
48148
48149 2004-11-11  Simon Josefsson  <jas@extundo.com>
48150
48151         * lib/strtok_r.h, strtok_r.c: New file.
48152
48153 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
48154
48155         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
48156         of replacing opterr, getopt, etc.  This should handle the
48157         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
48158
48159 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
48160
48161         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
48162         we can stop lying to compilers about the constness of argv when we
48163         are compiled outside glibc.
48164         (getopt, getopt_long, getopt_long_only): Use it.
48165         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
48166         _getopt_internal, getopt): Likewise.
48167         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
48168         _getopt_long_only_r): Likewise.
48169         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
48170         _getopt_long_r, _getopt_long_only_r): Likewise.
48171
48172         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
48173         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
48174         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
48175         the other external symbols.
48176         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
48177         declaration, since the above renaming now works around collisions.
48178
48179 2004-11-11  Jim Meyering  <jim@meyering.net>
48180
48181         * lib/linebreak.c: Remove trailing blanks.
48182         * lib/alloca_.h: Likewise.
48183         * lib/acosl.c: Likewise.
48184         * lib/euidaccess.c: Likewise.
48185         * lib/allocsa.h: Likewise.
48186
48187 2004-11-10  Simon Josefsson  <jas@extundo.com>
48188
48189         * m4/getaddrinfo.m4: New file.
48190
48191 2004-11-10  Simon Josefsson  <jas@extundo.com>
48192
48193         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
48194
48195 2004-11-10  Simon Josefsson  <jas@extundo.com>
48196
48197         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48198         getaddrinfo.
48199
48200         * modules/getaddrinfo: New file.
48201
48202 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48203
48204         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
48205
48206 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48207
48208         * lib/mktime.c (SHR): New macro, which is a portable
48209         substitute for >> that should work even on Crays.
48210         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
48211         Problem reported by Mark D. Baushke in
48212         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
48213         * lib/getdate.y (SHR): Likewise.
48214         (tm_diff): Use it.
48215         * lib/strftime.c (SHR): Likewise.
48216         (tm_diff): Use it.
48217         * lib/quotearg.c (struct quoting_options): Use unsigned int for
48218         quote_these_too, so that right shifts are well defined.  All uses
48219         changed.
48220
48221 2004-11-10  Jim Meyering  <jim@meyering.net>
48222
48223         Ensure that no close failure goes unreported.
48224         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
48225         return early when it seems there's nothing to flush.
48226         Don't include __fpending.h.
48227
48228 2004-11-10  Jim Meyering  <jim@meyering.net>
48229
48230         * modules/closeout (Depends-on): Remove fpending.
48231
48232 2004-11-10  Jim Meyering  <jim@meyering.net>
48233
48234         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
48235
48236 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
48237
48238         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
48239         gl_FUNC_STRFTIME.
48240         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
48241         and AC_REQUIRE when possible, to avoid duplicate checks.
48242         Check for <wchar.h>.
48243
48244 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
48245
48246         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
48247
48248 2004-11-09  Bruno Haible  <bruno@clisp.org>
48249
48250         * m4/sockpfaf.m4: New file.
48251
48252 2004-11-05  Bruno Haible  <bruno@clisp.org>
48253
48254         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
48255         Reported by Mark D. Baushke <mdb@cvshome.org>.
48256
48257 2004-11-04  Bruno Haible  <bruno@clisp.org>
48258
48259         2004-09-11  Bruno Haible  <bruno@clisp.org>
48260                 * allocsa.valgrind: New file.
48261         2004-02-06  Bruno Haible  <bruno@clisp.org>
48262                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
48263                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
48264                 Reported by Christopher Seip <chris.seip@hp.com>.
48265
48266 2004-11-04  Bruno Haible  <bruno@clisp.org>
48267
48268         * modules/allocsa (Files): Add lib/allocsa.valgrind.
48269         (Makefile.am): Distribute it.
48270
48271 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
48272
48273         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
48274         with errno == ERANGE if the buffer is too small.
48275         Problem reported by Mark D. Baushke.
48276
48277 2004-11-03  Albert Chin  <china@thewrittenword.com>
48278             Paul Eggert  <eggert@cs.ucla.edu>
48279
48280         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
48281         equivalent, substitute $ac_type for equivalent type rather than
48282         blindly using uint32_t *always* which won't work if uint32_t is not
48283         available.  Define _UINT32_T to work around typedef of uint32_t if
48284         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
48285         2.5.1.
48286
48287 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
48288
48289         * m4/jm-macros.m4: Sync from coreutils.
48290         (gl_MACROS): Check for mbrlen, for pathchk.
48291         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
48292
48293 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
48294
48295         * lib/xreadlink.c (MAXSIZE): New macro.
48296         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
48297         size does not exceed MAXSIZE.  Avoid cast.
48298         As suggested by Mark D. Baushke in
48299         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
48300         if readlink fails with buffer size just under MAXSIZE, try again
48301         with MAXSIZE.
48302
48303 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
48304
48305         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
48306
48307 2004-11-02  Derek R. Price  <derek@ximbiot.com>
48308         and  Paul Eggert  <eggert@cs.ucla.edu>
48309
48310         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
48311         (get_date): Overparenthesize to avoid GCC warning.
48312
48313 2004-11-02  Bruno Haible  <bruno@clisp.org>
48314
48315         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
48316         returns void.
48317
48318 2004-11-02  Bruno Haible  <bruno@clisp.org>
48319
48320         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
48321         function returns void.
48322
48323 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
48324
48325         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
48326         fflush_unlocked, flockfile, funlockfile, funlockfile,
48327         fputs_unlocked, putc_unlocked.
48328
48329 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
48330
48331         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
48332         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
48333         already declared.
48334
48335 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48336
48337         * modules/getdate (Files): Add doc/getdate.texi.
48338         (Depends-on): Add setenv, xalloc.
48339
48340 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48341
48342         * lib/getdate.y: Add support for TZ="foo" within a date string.
48343         Fix some bugs near time_t boundaries.  Reject dates with
48344         out-of-range components, e.g., "Sept 31".
48345         Include <stdlib.h>, "setenv.h", "xalloc.h".
48346         (ISDIGIT_LOCALE): Remove; unused.
48347         Note that the TZ and time functions used here are not reentrant.
48348         (mktime_ok, get_tz): New functions.
48349         (TZBUFSIZE): New constant.
48350         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
48351         This requires that we sometimes generate our own TZ="XXX..." setting.
48352
48353 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48354
48355         * doc/getdate.texi: New file, from coreutils with modifications for
48356         the new TZ parsing.
48357
48358 2004-10-27  Derek R. Price  <derek@ximbiot.com>
48359
48360         * lib/mktime.c (not_equal_tm): Remove redundant check.
48361
48362 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
48363
48364         * modules/regex (lib_SOURCES): Add regex.c.
48365         Reported by James Youngman in
48366         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
48367
48368 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
48369
48370         * lib/getdate.y: Use Bison 1.875 features, and some minor
48371         code cleanups.  This change does not affect semantics.
48372         Don't include <stdlib.h>; no longer needed.
48373         Don't include unlocked-io.h; only the "#if TEST" code uses
48374         stdio, and performance isn't crucial there.
48375         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
48376         Bison 1.875 features as described below.
48377         All uses of "PC." replaced by "pc->".
48378         (YYSTYPE): Add a forward declaration.
48379         (yylex, yyerror): Use full prototypes in forward decls.
48380         Use "%pure-parser" rather than obsolescent "%pure_parser".
48381         Use %parse-param and %lex-param instead of obsolescent
48382         YYPARSE_PARAM and YYLEX_PARAM.
48383         (meridian_table, month_and_day_table, time_units_table,
48384         relative_time_table, time_zone_table, military_table,
48385         lookup_zone, lookup_word, get_date):
48386         Use NULL instead of 0 where appropriate.
48387         (to_hour): Avoid abort (), to avoid a dependency on
48388         stdlib.h.
48389         (yyerror, yylex): Now accepts parser_control * arg.
48390         (main) [TEST]: Use '\0' rather than 0 for char.
48391
48392 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
48393
48394         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
48395
48396 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
48397
48398         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
48399         It's now the caller's responsibility to handle the case where
48400         !HAVE_GETPAGESIZE && !defined getpagesize.
48401
48402         * lib/mktime.c (leapyear): Arg is long int, not int.
48403
48404 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
48405
48406         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
48407
48408 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
48409
48410         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
48411         missing.  Problem reported by James Youngman.
48412
48413 2004-10-16  Simon Josefsson  <jas@extundo.com>
48414
48415         * gnulib-tool: Fix comments.  Fix parse problem.
48416         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
48417
48418 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
48419
48420         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
48421         implementation of getopt_long.  Problem reported by Alexander Taler in:
48422         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
48423
48424 2004-10-15  Bruno Haible  <bruno@clisp.org>
48425
48426         * gnulib-tool: Untabify. Initialize supplied_libname.
48427         (func_usage): More homogenous output.
48428         (func_modules_transitive_closure, func_modules_to_filelist,
48429         func_emit_lib_Makefile_am): New functions.
48430         (func_import): New function, extracted from big case statement. Use
48431         func_get_license, func_modules_transitive_closure,
48432         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
48433         opt_lgpl. Don't use test -a, as it's not portable.
48434         (func_create_testdir): Use func_modules_transitive_closure,
48435         func_modules_to_filelist, func_emit_lib_Makefile_am.
48436
48437 2004-10-15  Bruno Haible  <bruno@clisp.org>
48438
48439         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
48440
48441 2004-10-15  Bruno Haible  <bruno@clisp.org>
48442
48443         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
48444         the portions belonging to each module.
48445         Suggested by Derek Robert Price <derek@ximbiot.com>.
48446
48447 2004-10-12  Simon Josefsson  <jas@extundo.com>
48448
48449         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
48450         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
48451         to real functions.
48452
48453 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
48454
48455         * modules/vsnprintf: New file.
48456
48457 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
48458
48459         * m4/vsnprintf.m4: New file.
48460
48461 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
48462
48463         * lib/vsnprintf.h: New file.
48464         * lib/vsnprintf.c: New file.
48465
48466 2004-10-11  Bruno Haible  <bruno@clisp.org>
48467
48468         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
48469         vsnprintf.
48470
48471 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
48472
48473         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
48474
48475 2004-10-07  Bruno Haible  <bruno@clisp.org>
48476
48477         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
48478         fits into the provided buffer.
48479
48480 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
48481
48482         * lib/diacrit.c, diacrit.h: Add GPL notice.
48483
48484         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
48485         notice.
48486         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
48487         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
48488         This avoids a potential constant-folding bug.
48489
48490 2004-10-05  Bruno Haible  <bruno@clisp.org>
48491
48492         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
48493         for the declaration of strsep.
48494
48495 2004-10-05  Bruno Haible  <bruno@clisp.org>
48496
48497         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
48498
48499 2004-10-04  Simon Josefsson  <jas@extundo.com>
48500
48501         * modules/memmem: New file.
48502         * tests/test-memmem.c: New file.
48503         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
48504
48505 2004-10-04  Simon Josefsson  <jas@extundo.com>
48506
48507         * m4/memmem.m4: New file.
48508
48509 2004-10-04  Simon Josefsson  <jas@extundo.com>
48510
48511         * lib/memmem.h: New file.
48512         * lib/memmem.c: New file, taken from glibc.
48513
48514 2004-10-04  Simon Josefsson  <jas@extundo.com>
48515
48516         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
48517         '#ifdef USE_UNLOCKED_IO'.
48518
48519 2004-10-04  Simon Josefsson  <jas@extundo.com>
48520
48521         * config/srclist.txt: Add memmem from glibc.
48522
48523 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
48524
48525         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
48526
48527         * modules/argmatch, modules/argp, modules/closeout, modules/error,
48528         modules/exclude, modules/getdate, modules/getline,
48529         modules/getndelim2, modules/getpass, modules/getpass-gnu,
48530         modules/getusershell, modules/linebuffer, modules/md5,
48531         modules/mountlist, modules/posixtm, modules/readtokens,
48532         modules/readutmp, modules/regex, modules/sha1,
48533         modules/version-etc, modules/yesno:
48534         Remove dependency on unlocked-io.
48535
48536 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
48537
48538         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
48539
48540         * m4/unlocked-io.m4: Add copyright notice.
48541         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
48542
48543 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
48544
48545         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
48546         * lib/xmalloc.c (xmemdup): Likewise.
48547         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
48548         XFREE): Remove these long-obsolescent macros.
48549         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
48550         * lib/xstrdup.c: Remove.
48551
48552         * lib/regex.c (re_comp): Cast gettext return value to char *,
48553         Problem reported by Martin Neitzel via Mark D. Baushke.
48554
48555 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
48556
48557         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
48558         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
48559         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
48560         regex.c, sha1.c, version-etc.c, yesno.c:
48561         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
48562         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
48563         the includer's responsibility.
48564
48565         Sync from coreutils.
48566
48567         * lib/modechange.c (mode_compile): Don't decrement a pointer that
48568         points to the start of a string, as the C Standard says the
48569         resulting behavior is undefined.
48570
48571         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
48572         simple -> simple_backups, numbered_existing ->
48573         numbered_existing_backups, numbered -> numbered_backups
48574         to avoid shadowing problems.  All uses changed.
48575         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
48576         * lib/backupfile.c (check_extension, numbered_backup):
48577         Rename locals to avoid shadowing 'basename'.
48578         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
48579         once.
48580
48581         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
48582         * lib/.cvsignore: Add getopt.h.
48583
48584 2004-10-04  Bruno Haible  <bruno@clisp.org>
48585
48586         * modules/README: New file.
48587         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
48588         not a module.
48589
48590 2004-10-02  Jim Meyering  <jim@meyering.net>
48591
48592         * lib/dirfd.h, getpagesize.h: Add copyright notice.
48593
48594 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
48595
48596         * modules/strsep: New file.
48597
48598 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
48599
48600         * m4/strsep.m4: New file.
48601
48602 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
48603
48604         * lib/strsep.h: New file.
48605         * lib/strsep.c: New file.
48606
48607 2004-10-01  Simon Josefsson  <jas@extundo.com>
48608
48609         * lib/snprintf.c (snprintf): Handle size==0.
48610
48611 2004-10-01  Simon Josefsson  <jas@extundo.com>
48612             Bruno Haible  <bruno@clisp.org>
48613
48614         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
48615         (snprintf): Declare 'args'.
48616
48617 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
48618
48619         * lib/snprintf.c: Remove comments as to why each header is needed.
48620
48621 2004-10-01  Bruno Haible  <bruno@clisp.org>
48622
48623         * MODULES.html.sh: Add strsep.
48624
48625 2004-09-30  Simon Josefsson  <jas@extundo.com>
48626
48627         * modules/snprintf: New file.
48628
48629 2004-09-30  Simon Josefsson  <jas@extundo.com>
48630
48631         * m4/snprintf.m4: New file.
48632
48633 2004-09-30  Simon Josefsson  <jas@extundo.com>
48634
48635         * lib/snprintf.h, lib/snprintf.c: New files.
48636
48637 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48638
48639         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
48640         (hol_entry_help): Never translate an empty string.
48641         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
48642         * lib/argp.h (OPTION_NO_TRANS): New option.
48643
48644 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
48645
48646         * modules/argp (Maintainer): Replace Simon Josefsson
48647         by Sergey Poznyakoff.
48648
48649 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
48650
48651         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
48652         changes merged back into glibc.
48653
48654 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
48655
48656         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
48657
48658 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
48659
48660         * lib/xvasprintf.c: Include xalloc.h.
48661         (xvasprintf): Use xalloc_die, not xmalloc_die.
48662
48663 2004-09-29  Bruno Haible  <bruno@clisp.org>
48664
48665         * modules/alloca-opt: New file, derived from modules/alloca.
48666         * modules/allocsa: Depend on alloca-opt instead of alloca.
48667         * modules/setenv: Likewise.
48668         * modules/vasnprintf: Likewise.
48669         * MODULES.html.sh: Add alloca-opt.
48670
48671 2004-09-28  Simon Josefsson  <jas@extundo.com>
48672
48673         * gnulib-tool: New parameter --lgpl, to asseert that modules are
48674         LGPL, and to replace license template from GPL to LGPL.
48675
48676 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
48677
48678         * modules/dummy: Change license to LGPL.
48679
48680 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
48681
48682         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
48683
48684 2004-09-24  Simon Josefsson  <jas@extundo.com>
48685
48686         * modules/minmax (License): Change from GPL to LGPL.
48687
48688 2004-09-23  Simon Josefsson  <jas@extundo.com>
48689
48690         * gnulib-tool (--import): Typo.
48691
48692 2004-09-23  Simon Josefsson  <jas@extundo.com>
48693
48694         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
48695
48696 2004-09-22  Bruno Haible  <bruno@clisp.org>
48697
48698         * modules/*: Add 'License' field.
48699         * gnulib-tool: Accept --extract-license option.
48700         (func_get_license): New function.
48701
48702 2004-09-21  Bruno Haible  <bruno@clisp.org>
48703
48704         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
48705         Reported by Simon Josefsson.
48706
48707 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
48708
48709         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
48710         gl_AC_TYPE_LONG_LONG.
48711
48712 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
48713
48714         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
48715
48716 2004-09-18  Simon Josefsson  <jas@extundo.com>
48717         and  Paul Eggert  <eggert@cs.ucla.edu>
48718
48719         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
48720         calls with autoreconf.  Define GL_LIB.
48721
48722 2004-09-14  Karl Berry  <karl@gnu.org>
48723
48724         * config/srclist.txt: unsync setenv.c, sigh.
48725
48726 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
48727
48728         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
48729         Problem reported by Bruno Haible in:
48730         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
48731
48732 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
48733
48734         * config/srclist.txt: Comment out argp-pvh.c.
48735
48736 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
48737
48738         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
48739         in case some system header has #define'd it.  Problem reported by
48740         Soeren D. Schulze in
48741         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
48742
48743 2004-09-09  Karl Berry  <karl@gnu.org>
48744
48745         * regex.[ch]: delete from the root.  These were supposed to be
48746                 synced with emacs cvs, but this has not happened for about
48747                 a year, and anyway nothing else uses emacs regex.[ch].
48748                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
48749                 lib/regex[.ch] is untouched.
48750
48751 2004-09-09  Bruno Haible  <bruno@clisp.org>
48752
48753         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
48754
48755 2004-09-09  Bruno Haible  <bruno@clisp.org>
48756
48757         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
48758         modifications.
48759         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
48760
48761 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
48762
48763         * modules/xvasprintf: New file.
48764         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
48765
48766 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
48767
48768         * lib/xvasprintf.h: New file.
48769         * lib/xvasprintf.c: New file.
48770         * lib/xasprintf.c: New file.
48771
48772 2004-09-08  Bruno Haible  <bruno@clisp.org>
48773
48774         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
48775
48776 2004-09-08  Bruno Haible  <bruno@clisp.org>
48777
48778         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
48779         length is > INT_MAX.
48780         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
48781         more.
48782
48783 2004-09-08  Bruno Haible  <bruno@clisp.org>
48784
48785         * lib/stdint_.h: New file, taken from GNU clisp.
48786
48787 2004-09-08  Bruno Haible  <bruno@clisp.org>
48788             Oskar Liljeblad  <oskar@osk.mine.nu>
48789
48790         * modules/stdint: New file.
48791         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
48792
48793 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48794
48795         Import from coreutils.
48796         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
48797         strings on unbounded length.  alloca's performance benefits aren't
48798         that important here.
48799         (V_STRDUP): Remove.
48800         (parse_with_separator): New function, with most of the internals
48801         of the old parse_user_spec.  Allow user to omit both user and group,
48802         for compatibility with FreeBSD.
48803         Clone only the user name, not the entire spec.
48804         Do not set *uid, *gid unless entirely successful.
48805         Avoid memory leak in some failing cases.
48806         Fix regression for USER.GROUP reported by Dmitry V. Levin in
48807         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
48808         (parse_user_spec): Rewrite to use parse_with_separator.
48809
48810 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48811
48812         * modules/userspec: Don't depend on alloca.
48813
48814 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48815
48816         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
48817
48818 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
48819
48820         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
48821         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
48822         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
48823
48824 2004-08-16  Simon Josefsson  <jas@extundo.com>
48825
48826         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
48827         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
48828         Add --dry-run for --import.
48829         Let user provided command line parameters override configure.ac
48830         settings.
48831
48832 2004-08-12  Simon Josefsson  <jas@extundo.com>
48833
48834         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
48835         as discussed with Paul Eggert in threads rooted at
48836         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
48837         and
48838         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
48839         Before, the test was empty, and relied on ELIDE_CODE in source
48840         code.)
48841         (gl_PREREQ_GETOPT): New macro.
48842         (gl_GETOPT): Use them.
48843
48844 2004-08-12  Simon Josefsson  <jas@extundo.com>
48845
48846         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
48847         * lib/getopt_.h: Renamed from getopt.h.
48848
48849 2004-08-12  Simon Josefsson  <jas@extundo.com>
48850
48851         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
48852         Change default library name from libfoo to libgnu.
48853         Now, if you have a configure.ac that says:
48854                 gl_SOURCE_BASE(gl)
48855                 gl_M4_BASE(gl/m4)
48856                 gl_MODULES(error getopt etcetera)
48857                 gl_INIT
48858         you can import all you need by running:
48859                 ../gnulib/gnulib-tool --import
48860
48861         * modules/getopt (Files): Rename getopt.h to getopt_.h.
48862         (Makefile.am): Rewrite, use logic from argz.
48863         (Include): Use <getopt.h> instead of "getopt.h".
48864
48865 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48866
48867         * modules/argp (Files): Add m4/unlocked-io.m4.
48868         (Depends-on): Add extensions.
48869
48870 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48871
48872         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
48873         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
48874         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
48875         Check for program_invocation_name, program_invocation_short_name,
48876         flockfile, funlockfile, features.h, _getopt_long_only_r.
48877
48878 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48879
48880         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
48881         its complicated substitute.
48882         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
48883         and program_invocation_name.
48884         (__argp_basename) [!_LIBC]: Remove; the only use was
48885         replaced by its body.
48886         (__argp_short_program_name): Change condition from
48887         !defined __argp_short_program_name to
48888         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
48889         to match argp-namefrob.h.
48890         (__argp_failure): Don't assume strerror_r returns char *.
48891         * lib/argp-parse.c (N_): Define unconditionally.
48892         (argp_default_options): Fill out initializers with 0 to avoid
48893         gcc warnings.
48894
48895 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
48896
48897         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
48898         getopt1.c.
48899
48900 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48901
48902         Merge from coreutils.
48903
48904         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
48905
48906         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
48907         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
48908
48909 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48910
48911         Merge from coreutils.
48912
48913         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
48914         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
48915         for Reliant Unix 5.43.
48916
48917         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
48918         (union fooround): Use uintmax_t, not long int.
48919         The rest is a merge from libc:
48920         [defined _LIBC]: Include <shlib-compat.h>.
48921         (_obstack) [defined _LIBC]: Remove after 2.3.4.
48922
48923         * lib/settime.c (settime): Recode to avoid warning with
48924         Sun Forte C 6U2.
48925
48926         * lib/strverscmp.c: Convert to UTF-8.
48927
48928 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
48929
48930         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48931         m4/uintmax_t.m4.
48932
48933 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48934
48935         * modules/xalloc-die: New file.
48936         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
48937
48938         * modules/md5 (Files): Add m4/uint32_t.m4.
48939         * modules/sha1: Renamed from modules/sha.
48940         (Files):
48941         Rename lib/sha.h to lib/sha1.h.
48942         Rename lib/sha.c to lib/sha1.c.
48943         Rename m4/sha.m4 to m4/sha1.m4.
48944         (lib_SOURCES): Likewise.
48945         (configure.ac): Rename gl_SHA to gl_SHA1.
48946         (Include): sha.h -> sha1.h.
48947
48948 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48949
48950         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
48951         * m4/sha1.m4: Renamed from sha.m4.
48952         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
48953
48954 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
48955
48956         * lib/obstack.h (obstack_empty_p):
48957         Don't assume that chunk->contents is suitably aligned.
48958         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
48959         Likewise. Problem reported by Benno in
48960         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
48961
48962         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
48963         readable.  This could be improved further but it'd take some work.
48964
48965 2004-08-08  Simon Josefsson  <jas@extundo.com>
48966
48967         * modules/xgethostname (Depends-on): Remove exit and error (not
48968         used).
48969
48970         * modules/getpass-gnu: Add getpass.h.
48971         (Depends-on): Add stdbool.
48972         * modules/getpass: Add getpass.h.
48973
48974 2004-08-08  Simon Josefsson  <jas@extundo.com>
48975
48976         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
48977         Check getpass declaration.
48978
48979 2004-08-08  Simon Josefsson  <jas@extundo.com>
48980
48981         * lib/xgethostname.c: Don't include error.h (not used).
48982
48983         * lib/getpass.h: Add.
48984         * lib/getpass.c: Include getpass.h first.
48985
48986 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
48987
48988         * lib/xalloc-die.c: New file.
48989         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
48990         All uses removed.
48991         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
48992         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
48993         xalloc-die.c.
48994         (_, N_, xalloc_die): Move to xalloc-die.c.
48995         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
48996         so that we needn't mess with xalloc_msg_memory_exhausted.
48997
48998         * lib/sha1.h: Renamed from sha.h.
48999         (SHA1_H): Renamed from _SHA_H.
49000         (sha1_ctx): Renamed from sha_ctx.
49001         (sha1_init_ctx): Renamed from sha_init_ctx.
49002         (sha1_process_block): Renamed from sha_process_block.
49003         (sha1_process_bytes): Renamed from sha_process_bytes.
49004         (sha1_finish_ctx): Renamed from sha_finish_ctx.
49005         (sha1_read_ctx): Renamed from sha_read_ctx.
49006         (sha1_stream): Renamed from sha_stream.
49007         (sha1_buffer): Renamed from sha_buffer.
49008         * lib/sha1.c: Likewise; renamed from sha.c.
49009         Do not include <sys/types.h>.
49010         Include <stddef.h> rather than <stdlib.h>.
49011
49012 2004-08-08  Bruno Haible  <bruno@clisp.org>
49013
49014         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
49015         FILESYSTEM_PREFIX_LEN.
49016         * lib/progreloc.c: Likewise.
49017         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
49018
49019 2004-08-06  Simon Josefsson  <jas@extundo.com>
49020
49021         * modules/progname (Depends-on): Don't depend on stdbool.
49022
49023 2004-08-06  Simon Josefsson  <jas@extundo.com>
49024
49025         * modules/getsubopt: New file.
49026         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49027         getsubopt.
49028
49029 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
49030
49031         More merge from coreutils.
49032
49033         * m4/utimens.m4, m4/utimecmp.m4: New files.
49034         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
49035         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
49036         prereq.m4, sha.m4: Import changes from coreutils.
49037
49038 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
49039
49040         More merge from coreutils.
49041         * modules/raise, modules/readtokens0, modules/utimens:
49042         * modules/utimecmp, module/xnanosleep: New files.
49043         * modules/strftime: Add lib/strftime.h.
49044         Change include from <time.h> to "strftime.h".
49045         * modules/yesno: Add lib/yesno.h.
49046         * modules/backupfile: Remove lib/addext.c.
49047         * modules/euidaccess: Add stat-macros.h.
49048         * modules/canonicalize, modules/euidaccess,
49049         modules/filemode, modules/lchown, modules/makepath,
49050         modules/rmdir, modules/stat: Likewise.
49051
49052 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
49053
49054         Merge from tar.
49055         * lib/argp-help.c (make_hol, hol_append): Don't assume that
49056         SIZE_MAX is a valid preprocessor constant.
49057         (__argp_basename): Change from "#ifndef _LIBC"
49058         to "#ifndef __argp_short_program_name", so that
49059         we don't compile these functions for tar.
49060
49061         More merges from coreutils.
49062         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
49063         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
49064         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
49065         * lib/addext.c: Remove; no longer needed.
49066         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
49067         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
49068         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
49069         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
49070         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
49071         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
49072         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
49073         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
49074         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
49075         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
49076         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
49077         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
49078         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
49079         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
49080         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
49081         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
49082         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
49083         Import changes from coreutils.
49084
49085 2004-08-05  Simon Josefsson  <jas@extundo.com>
49086
49087         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
49088
49089 2004-08-05  Simon Josefsson  <jas@extundo.com>
49090
49091         * m4/getsubopt.m4: New file.
49092
49093 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
49094
49095         Merge from coreutils.
49096
49097         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
49098         * m4/getcwd-path-max.m4: New files.
49099
49100         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
49101         FILESYSTEM_PREFIX_LEN ->
49102         FILE_SYSTEM_PREFIX_LEN.
49103         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
49104         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
49105         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
49106         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
49107
49108         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
49109         prerequisite modules now handle the DOS stuff.
49110         Don't check for unistd.h.
49111
49112 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
49113
49114         Merge from coreutils.
49115
49116         * lib/.gdb-history: Remove; this doesn't belong here.
49117
49118         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
49119         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
49120         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
49121         * lib/getcwd.c: New files.
49122
49123         * lib/dirname.h: Include <stdbool.h>.
49124         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
49125         for consistency with POSIX terminology.  All uses changed.
49126         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
49127         (strip_trailing_slashes): Use bool for booleans.
49128         * lib/stripslash.c (strip_trailing_slashes): Likewise.
49129
49130         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
49131         sometimes returns a positive errno value even when it succeeds.
49132         (print_errno_message) [!LIBC]: Fall back on strerror if
49133         __strerror_r fails.
49134
49135         * lib/path-concat.c (mempcpy): Don't define if a system header defines
49136         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
49137         (longest_relative_suffix): New function.
49138         (path_concat): Use it.  Assume first argument is not NULL.
49139         Port to DOS.  Omit redundant separators.
49140         Report an error instead of returning NULL.
49141         Use mempcpy instead of memcpy.
49142         (xpath_concat): Remove: not declared or used.
49143
49144         * lib/same.h: Include <stdbool.h>
49145         (same_name): Return bool, not int.
49146         * lib/same.c (same_name): Likewise.
49147         (errno): Don't declare; we assume C89 or better now.
49148
49149         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
49150         if not already defined.
49151
49152         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
49153         * lib/dup-safer.c (errno): Likewise.
49154
49155 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
49156
49157         Merge from coreutils.
49158         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
49159         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
49160         * modules/path-concat: Don't depend on strdup.
49161
49162 2004-08-03  Simon Josefsson  <jas@extundo.com>
49163
49164         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
49165         * lib/progname.h: Don't include stdbool.h.
49166
49167 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
49168
49169         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
49170         * MODULES.html.sh (func_all_modules): Remove fatal.
49171
49172 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
49173
49174         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
49175
49176 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
49177
49178         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
49179         working.
49180
49181 2004-08-02  Simon Josefsson  <jas@extundo.com>
49182
49183         * lib/getsubopt.h: New file, with comments from Bruno Haible.
49184         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
49185         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
49186
49187 2004-08-01  Simon Josefsson  <jas@extundo.com>
49188
49189         * lib/xgetdomainname.c: Include stdlib.h, for free().
49190
49191 2004-07-19  Bruno Haible  <bruno@clisp.org>
49192
49193         * MODULES.html.sh (func_all_modules): Add dummy.
49194
49195 2004-07-16  Simon Josefsson  <jas@extundo.com>
49196
49197         * modules/dummy: New file.
49198
49199 2004-07-16  Simon Josefsson  <jas@extundo.com>
49200
49201         * lib/dummy.c: New file.
49202
49203 2004-07-16  Bruno Haible  <bruno@clisp.org>
49204
49205         * lib/backupfile.h: Add extern "C" for C++.
49206         * lib/closeout.h: Likewise.
49207         * lib/copy-file.h: Likewise.
49208         * lib/findprog.h: Likewise.
49209         * lib/full-write.h: Likewise.
49210         * lib/pathname.h: Likewise.
49211         * lib/progname.h: Likewise.
49212         * lib/stpcpy.h: Likewise.
49213         * lib/stpncpy.h: Likewise.
49214         * lib/strcase.h: Likewise.
49215         * lib/strstr.h: Likewise.
49216         * lib/xalloc.h: Likewise.
49217
49218         * lib/mbswidth.h: Add extern "C" for C++.
49219         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
49220
49221 2004-07-13  Robert Millan  <robertmh@gnu.org>
49222
49223         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
49224
49225 2004-07-09  Simon Josefsson  <jas@extundo.com>
49226
49227         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
49228         failed without this.)
49229
49230 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
49231
49232         * modules/chown (Files): Add lib/fchown-stub.c, since
49233         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
49234
49235 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
49236
49237         * lib/fchown-stub.c: New file.
49238
49239 2004-06-24  Jim Meyering  <jim@meyering.net>
49240
49241         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
49242
49243 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
49244
49245         * modules/argz: Omit "#include".
49246
49247         * MODULES.html.sh (func_all_modules): Add calloc, to match
49248         2004-06-01 addition of calloc module.
49249
49250 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
49251
49252         * m4/argz.m4: New file, which is autoupdated from libtool.
49253
49254 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
49255
49256         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
49257         libtool.
49258
49259 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
49260
49261         * config/srclist-update: Don't insist on "USA." before the
49262         close-comment, as libtool omits the period and puts the */ on a
49263         separate line.
49264         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
49265         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
49266
49267 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
49268
49269         * modules/argz: New file.
49270         * MODULES.html.sh (func_all_modules): Add argz.
49271
49272 2004-06-12  Jim Meyering  <jim@meyering.net>
49273         and  Paul Eggert  <eggert@cs.ucla.edu>
49274
49275         * modules/hash (Files): Add lib/xalloc.h.
49276         * modules/pipe (Depends-on): Add wait-process.
49277         * modules/stat (Depends-on): Add xalloc.
49278         * modules/userspec (Files): Add lib/userspec.h.
49279         * modules/xstrto
49280
49281         Upgrade from gettext-0.13.
49282         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
49283         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
49284         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
49285
49286 2004-06-10  Jim Meyering  <jim@meyering.net>
49287
49288         * lib/calloc.c: New file.
49289
49290 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
49291
49292         * lib/getdate.y (yylex): Allow space between sign and number.
49293         Problem reported by Dan Jacobson.
49294
49295 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
49296
49297         Merge from coreutils CVS.
49298
49299         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
49300         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
49301         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
49302         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
49303         xstrtol.m4: Fix copyright date and/or serial number.
49304
49305         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
49306         See if we need an fchown replacement.
49307         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
49308         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
49309         and use the replacement function if we detect either defect.
49310
49311         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
49312         gl_UTIMECMP.
49313
49314 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
49315         and  Jim Meyering  <jim@meyering.net>
49316
49317         Merge from coreutils CVS.
49318
49319         * lib/stat-macros.h: New file, with contents from file-type.h
49320         and coreutils' system.h.
49321         * lib/file-type.c: Include "stat-macros.h".
49322         * lib/file-type.h (file_type): Move all macro definitions to new file,
49323         stat-macros.h.
49324
49325         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
49326         Wrap old code with this conditional.
49327         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
49328         function that does not dereference symlinks.
49329         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
49330
49331         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
49332         dependency problems.
49333         (xreadlink): Accept new arg SIZE, for efficiency.
49334         All decls and uses changed.
49335         * lib/xreadlink.h: Include <stddef.h>, for size_t.
49336
49337         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
49338         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
49339
49340         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
49341         sysexits.h.
49342
49343 2004-06-01  Jim Meyering  <jim@meyering.net>
49344
49345         * m4/calloc.m4: New file.
49346
49347 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
49348
49349         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
49350         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
49351         Also, fix a typo in a diagnostic.
49352
49353 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
49354
49355         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
49356         or AC_FUNC_REALLOC.
49357
49358 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
49359
49360         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
49361         macros to be defined.
49362         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
49363         the allocator returns NULL because the requested size is zero.
49364
49365 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
49366
49367         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
49368         var.  Add comment explaining why libc still defines it.  This
49369         merges the following patch from glibc:
49370         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
49371
49372 2004-05-20  Andreas Schwab  <schwab@suse.de>
49373
49374         * m4/free.m4: Replace free if it not known to work, not the other
49375         way round.
49376
49377 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
49378
49379         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
49380         present in glibc since revision 1.1 of this file.
49381         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
49382         obstack_alignment_mask, obstack_alloc, obstack_base,
49383         obstack_blank, obstack_blank_fast, obstack_chunk_size,
49384         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
49385         obstack_grow0, obstack_init, obstack_int_grow,
49386         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
49387         obstack_next_free, obstack_object_size, obstack_ptr_grow,
49388         obstack_ptr_grow_fast, obstack_room): Remove declarations of
49389         nonexistent functions.
49390
49391 2004-05-18  Karl Berry  <karl@gnu.org>
49392
49393         * config/srclist.txt: break link for vasnprintf.c.
49394
49395 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
49396
49397         Port obstack to the AS/400, where pointers are 16 bytes wide and
49398         you cannot cast an integer to a valid pointer.  This patch is
49399         currently waiting to be integrated into glibc; see
49400         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
49401
49402         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
49403         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
49404         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
49405         (struct obstack): temp member is now a union of a pointer and
49406         an integer, instead of an integer.  All integer uses changed.
49407         This does not affect the physical layout of struct obstack,
49408         except on hosts (like the AS/400) where the size or alignment of
49409         void * is greater than that of ptrdiff_t.
49410         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
49411         __STDC__)]: Store temporary in pointer member of union, not
49412         integer member.
49413         * lib/obstack.c: Include <stddef.h>, for offsetof.
49414         (struct fooalign): Remove; it doesn't need a name.
49415         (union fooround): Change double to long double, and add void *.
49416         (DEFAULT_ALIGNMENT): Use offsetof to compute.
49417         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
49418         not a macro.  Hence the values are always int; so remove all
49419         casts-to-int in uses.
49420
49421 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
49422
49423         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
49424         we can get this patch merged into glibc.
49425
49426 2004-05-17  Derek R. Price  <derek@ximbiot.com>
49427             Paul Eggert  <eggert@cs.ucla.edu>
49428
49429         * m4/argp: Depend on alloca.
49430
49431 2004-05-17  Derek R. Price  <derek@ximbiot.com>
49432             Paul Eggert  <eggert@cs.ucla.edu>
49433
49434         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
49435         freecoding.
49436
49437 2004-05-17  Bruno Haible  <bruno@clisp.org>
49438
49439         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
49440         precision that consists of a '.' followed by an empty digit string.
49441         Patch by Tor Lillqvist <tml@iki.fi>.
49442
49443 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
49444
49445         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
49446         for backward compatibility with older code.  We need our own
49447         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
49448         it under some other name, and our alloca.h will define it.
49449
49450 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
49451             Derek Price  <derek@ximbiot.com>
49452
49453         * lib/alloca.c: Include <alloca.h>, to get our interface.
49454         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
49455         include <alloca.h> first.  Use C89 prototype for alloca; this
49456         requires including <stddef.h> for size_t.  Use extern "C" if C++.
49457         Use #elif for simplicity, since we can assume C89 now.
49458         Don't try to source the system alloca.h since it will not be found
49459         and to prevent recursively including its replacement.
49460         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
49461         * lib/regex.c: Likewise.
49462
49463 2004-05-16  Derek Price  <derek@ximbiot.com>
49464             Paul Eggert  <eggert@cs.ucla.edu>
49465
49466         getline cleanup.  This changes the getndelim2 API: both order of
49467         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
49468         no delimiter).
49469
49470         * lib/getline.c: Don't include stddef.h or stdio.h, since our
49471         interface does that.
49472         (getline): Always use getdelim, so that we don't have two
49473         copies of this code.
49474         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
49475         if available.
49476         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
49477         (GETNDELIM2_MAXIMUM): New macro.
49478         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
49479         instead of the old practice of delim2==0.  All callers changed.
49480         Return -1 on overflow, instead of returning junk.
49481         Do not set *linesize unless allocation succeeds.
49482         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
49483         that we include sys/types.h.
49484         * lib/getnline.h: Likewise.
49485         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
49486         (getndelim2): Reorder arguments.
49487         * lib/getnline.c (getnline, getndelim):
49488         Don't discard the NMAX argument.
49489         (getnline): Invoke getndelim, to avoid code duplication.
49490         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
49491         of (size_t) -1 by callers of the getnline family.
49492
49493 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
49494
49495         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
49496         Check for gettimeofday.
49497         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
49498         Check for settimeofday, stime.
49499
49500 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
49501
49502         * lib/nanosleep.c (suspended): Change its type from int to
49503         sig_atomic_t volatile.
49504         (first_call): Make it private to rpl_nanosleep, and have it
49505         be zero initially as that's a bit faster.
49506         (my_usleep): Round up fractional times instead of truncating them,
49507         as this is the usual meaning for 'sleep'.
49508
49509         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
49510         doesn't work.
49511         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
49512         (ENOSYS): Define if not defined.
49513         (settime): Fall back on stime if it exists and settimeofday fails.
49514         But don't bother with fallbacks if a method fails with errno == EPERM.
49515
49516 2004-05-11  Jim Meyering  <jim@meyering.net>
49517
49518         Prior to this change, the save_cwd caller required read access to the
49519         current directory on most systems (ones with the fchdir function).
49520
49521         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
49522         fails, try write-only, and finally, resort to using xgetcwd.
49523
49524 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
49525
49526         * lib/obstack.c, obstack.h: Import changes from libc.
49527
49528 2004-04-28  Bruno Haible  <bruno@clisp.org>
49529
49530         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
49531         also implicitly appends .exe to executables.
49532         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
49533         accepts Windows pathnames.
49534         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
49535         Treat Cygwin like Windows, since it now accepts Windows pathnames.
49536         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
49537         Treat Cygwin like Windows, since it now accepts Windows pathnames.
49538         Reported by Derek Robert Price <derek@ximbiot.com>.
49539
49540 2004-04-21  Karl Berry  <karl@gnu.org>
49541
49542         * config/srclist.txt (localcharset.c): break sync.
49543
49544 2004-04-20  Paul Eggert  <eggert@twinsun.com>
49545
49546         * m4/host-os.m4: Add a copyright notice.
49547
49548 2004-04-20  Jim Meyering  <jim@meyering.net>
49549
49550         Change UTILS_ to gl_ in AC_DEFINE'd names.
49551         Change utils_- and jm_-prefixed variables, too.
49552         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
49553         UTILS_FUNC_MKDIR_TRAILING_SLASH.
49554         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
49555
49556         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
49557         Don't emit trailing blanks.
49558         Also rename jm_-prefixed variables to have gl_ prefix.
49559
49560         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
49561         Also rename jm_-prefixed variables to have gl_ prefix.
49562
49563         * m4/jm-macros.m4: Reflect the renamings.
49564         * m4/prereq.m4: Likewise.
49565
49566 2004-04-20  Jim Meyering  <jim@meyering.net>
49567
49568         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
49569         memory.
49570
49571 2004-04-20  Jim Meyering  <jim@meyering.net>
49572             Bruno Haible  <bruno@clisp.org>
49573
49574         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
49575         memory when realloc fails.
49576
49577 2004-04-19  Jim Meyering  <jim@meyering.net>
49578
49579         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
49580         now that readutmp.c may call `free (0)'.
49581
49582 2004-04-19  Bruno Haible  <bruno@clisp.org>
49583
49584         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
49585         * m4/inttypes_h.m4: Likewise.
49586         * m4/stdint_h.m4: Likewise.
49587         * m4/intmax_t.m4: Likewise.
49588         * m4/uintmax_t.m4: Likewise.
49589
49590 2004-04-18  Jim Meyering  <jim@meyering.net>
49591
49592         * m4/prereq.m4: Don't forbid jm_ prefix.
49593
49594         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
49595         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
49596         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
49597         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
49598         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
49599         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
49600         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
49601         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
49602         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
49603         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
49604         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
49605         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
49606         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
49607         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
49608         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
49609         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
49610         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
49611         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
49612         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
49613
49614 2004-04-18  Jim Meyering  <jim@meyering.net>
49615
49616         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
49617         failure, don't leak memory and do call END_UTMP_ENT.
49618
49619 2004-04-16  Jim Meyering  <jim@meyering.net>
49620
49621         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
49622         coreutils' stat program.
49623         (gl_PREREQ): Don't require jm_PREREQ_STAT.
49624
49625 2004-04-11  Paul Eggert  <eggert@twinsun.com>
49626
49627         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
49628         C89.
49629         (CHAR_BIT): Remove, since we assume C89.
49630         Include <stdint.h> if available, as per current Autoconf CVS advice.
49631
49632 2004-03-31  Jim Meyering  <jim@meyering.net>
49633
49634         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
49635         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
49636         * m4/xalloc.m4: Likewise.
49637
49638 2004-03-30  Paul Eggert  <eggert@twinsun.com>
49639
49640         Merge from coreutils.
49641
49642         * m4/inttostr.m4: New file.
49643         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
49644         Require AM_STDBOOL_H and gl_TIMESPEC instead.
49645         Require gl_CLOCK_TIME.
49646         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
49647
49648 2004-03-30  Paul Eggert  <eggert@twinsun.com>
49649
49650         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
49651         not bool, to be more consistent with Unix conventions.
49652         Suggested by Bruno Haible.
49653
49654         Merge from coreutils.
49655
49656         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
49657         * lib/umaxtostr.c: New files.
49658
49659         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
49660         the usual <time.h> dance.
49661         (get_date): Change signature to support fractional time stamps.
49662         All callers changed.
49663         * lib/getdate.y: Include "getdate.h" first, as we can now
49664         assume C89 and don't need to worry about 'const'.
49665         Similarly, include "unlocked-io.h" near start, not in middle.
49666         Include <limits.h>.
49667         (textint.value): Use long int rather than int.
49668         (textint.digits): Use size_t rather than int.
49669         (BILLION, LOG10_BILLION): New constants.
49670         (parser_control): New member rel_ns.  Members day_ordinal,
49671         time_zone, month, day, hour, minutes, rel_year, rel_month,
49672         rel_day, rel_hour, rel_minutes, rel_seconds
49673         are now long int, not int.  Member seconds is now struct timespec,
49674         not int.  New member timespec_seen.  Members dates_seen, days_seen,
49675         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
49676         not int.
49677         (%union.intval): Now long int, not int.
49678         New member timespec.
49679         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
49680         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
49681         (spec): Now is a timespec or an item list.
49682         (timespec, items): New nonterminals.
49683         (time, rel, relunit, number, get_date):
49684         Add support for fractional seconds.
49685         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
49686         (gmtime, localtime, mktime): Remove decls; not needed with C89.
49687         (to_hour): First arg is now long int, not int.
49688         (to_year): Returns long int, not int.
49689         Don't treat year -70 like 70.
49690         (tm_diff): Returns long int, not int.
49691         (lookup_word): Use bool instead of int when appropriate.
49692         (yylex): Use size_t for count, not int.
49693         Detect overflow when parsing large integer constants.
49694         Add support for fractions.
49695         (get_date): Make pointers 'const' if possible.
49696         Use more-portable code to detect integer overflow.
49697         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
49698         Don't use ctime; it's not reliable if the year has >4 digits.
49699
49700         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
49701         This is for compatibility with BSD.
49702
49703         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
49704         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
49705         From coreutils' system.h.
49706
49707         * lib/userspec.c: Don't include "posixver.h".
49708         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
49709         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
49710         compatible extension.  Simplify code by removing a boolean int
49711         that was always nonzero if a string was nonnull.
49712
49713 2004-03-30  Jim Meyering  <jim@meyering.net>
49714
49715         Merge from coreutils.
49716
49717         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
49718         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
49719         on some systems one must include <grp.h> before it.
49720         Reported by Christian Krackowizer.
49721
49722 2004-03-30  Jim Meyering  <jim@meyering.net>
49723
49724         Merge from coreutils.
49725
49726         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
49727
49728         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
49729         an empty input stream.
49730
49731         * lib/readtokens.c: Include <stdbool.h>.
49732         (readtoken): Use `size_t' rather than int/long.
49733         All callers adjusted.
49734         Use `bool' rather than `int' where appropriate.
49735         Use memset rather than an explicit loop.
49736         Use x2nrealloc rather than xrealloc.
49737         Allow the use of `\0' as a delimiter.
49738         (readtokens): Likewise.
49739         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
49740
49741 2004-03-30  Jim Meyering  <jim@meyering.net>
49742
49743         * m4/realloc.m4: Remove file, since now it does no more than
49744         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
49745         the `configure.ac' section of module/realloc.
49746         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
49747
49748 2004-03-30  Bruno Haible  <bruno@clisp.org>
49749
49750         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
49751         nonnull.
49752
49753 2004-03-29  Paul Eggert  <eggert@twinsun.com>
49754
49755         Merge changes to getloadavg.c from coreutils and Emacs.
49756
49757         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
49758         Define to an expression, not to the empty string.
49759         Include cloexec.h and xalloc.h.
49760         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
49761         Use set_cloexec_flag rather than rolling our own.
49762         * lib/cloexec.c, lib/cloexec.h: New files.
49763
49764 2004-03-29  Paul Eggert  <eggert@twinsun.com>
49765
49766         * m4/cloexec.m4: New file.
49767
49768 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49769
49770         * lib/getopt.h: Sync with libc CVS.
49771
49772 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49773             Bruno Haible  <bruno@clisp.org>
49774
49775         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
49776         mbswidth.
49777
49778 2004-03-18  Paul Eggert  <eggert@twinsun.com>
49779             Bruno Haible  <bruno@clisp.org>
49780
49781         * lib/mbswidth.h: Include <wchar.h> only if
49782         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
49783         <wchar.h>.
49784         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
49785
49786 2004-03-09  Paul Eggert  <eggert@twinsun.com>
49787
49788         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
49789         Sync with libc CVS.
49790         * lib/getopt_int.h: New file, also synced from libc.
49791
49792 2004-03-09  Paul Eggert  <eggert@twinsun.com>
49793
49794         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
49795         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
49796         Bring back getopt.c, getopt.h, getopt1.c.
49797
49798 2004-03-07  Paul Eggert  <eggert@twinsun.com>
49799
49800         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
49801         All uses changed.  Check for sa_sigaction member; this fixes
49802         a bug first reported by Jason Andrade in
49803         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
49804
49805 2004-03-07  Paul Eggert  <eggert@twinsun.com>
49806
49807         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
49808         '#if' expressions.  Unlike the code it replaces, it does not
49809         depend on (defined _SC_PAGESIZE).  However, it does depend on
49810         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
49811         first reported by Jason Andrade in
49812         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
49813
49814 2004-02-25  Simon Josefsson  <jas@extundo.com>
49815
49816         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
49817
49818 2004-02-25  Simon Josefsson  <jas@extundo.com>
49819
49820         * lib/strdup.h: New file.
49821         * lib/strdup.c: Include it.
49822         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
49823         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
49824
49825 2004-02-23  Karl Berry  <karl@gnu.org>
49826
49827         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
49828         (from fencepost.gnu.org:/gd/gnuorg).
49829
49830 2004-02-23  Karl Berry  <karl@gnu.org>
49831
49832         * config/srclistvars.sh (GNUORG) [karl]: redefine.
49833         * config/srclist.txt: add maintain/standards documents.
49834
49835 2004-02-18  Bruno Haible  <bruno@clisp.org>
49836
49837         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
49838         Reported by Derek Robert Price <derek@ximbiot.com>.
49839
49840 2004-02-16  Karl Berry  <karl@gnu.org>
49841
49842         * config/mkinstalldirs, install-sh: update from automake.
49843
49844 2004-02-06  Karl Berry  <karl@gnu.org>
49845
49846         * m4/po.m4: update from gettext 0.14.1.
49847
49848 2004-02-06  Karl Berry  <karl@gnu.org>
49849
49850         * lib/config.charset: update from gettext 0.14.1.
49851
49852 2004-02-05  Paul Eggert  <eggert@twinsun.com>
49853
49854         Add comments and code, prompted by suggestions from Bruno Haible
49855         for sh-quote.
49856         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
49857         describing the enum quoting_style values.
49858         * lib/quotearg.c (quotearg_alloc): New function.
49859         (quotearg_buffer_restyled): Treat lone { and } as special.
49860         Treat = as special.  Work around bug with older shells
49861         that "see" a '\' that is really the 2nd byte of a multibyte char.
49862         Quote empty string with shell_quoting_style.
49863
49864 2004-02-03  Bruno Haible  <bruno@clisp.org>
49865
49866         * m4/pipe.m4: New file, from GNU gettext.
49867
49868 2004-02-03  Bruno Haible  <bruno@clisp.org>
49869
49870         * lib/pipe.h: New file, from GNU gettext.
49871         * lib/pipe.c: New file, from GNU gettext.
49872
49873 2004-01-27  Bruno Haible  <bruno@clisp.org>
49874
49875         * m4/execute.m4: New file, from GNU gettext.
49876
49877 2004-01-27  Bruno Haible  <bruno@clisp.org>
49878
49879         * lib/execute.h: New file, from GNU gettext.
49880         * lib/execute.c: New file, from GNU gettext.
49881         * lib/w32spawn.h: New file, from GNU gettext.
49882
49883 2004-01-24  Paul Eggert  <eggert@twinsun.com>
49884
49885         Merge from diffutils.
49886
49887         * lib/file-type.c (file_type): Add typed memory objects.
49888         * lib/file-type.h (S_TYPEISTMO): New macro.
49889
49890         * lib/c-stack.h (c_stack_action): Remove argv argument.
49891         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
49892         (die): Don't calculate message unless segv_action returns.
49893         (get_stack_location, min_address_from_argv, max_address_from_argv,
49894         volatile stack_base, volatile_stack_size): Remove.
49895         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
49896         that every segmentation violation is a stack overflow.  (Ouch!)
49897         See Debian bug 136249 (still outstanding) for more info about why
49898         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
49899
49900 2004-01-24  Paul Eggert  <eggert@twinsun.com>
49901
49902         Exit-status fix from coreutils.
49903
49904         Use exit_failure consistently in place of EXIT_FAILURE,
49905         so that program exit statuses are consistent on failure.
49906
49907         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
49908         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
49909         * lib/argmatch.h: Comment fix to match the above.
49910         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
49911         Now a macro referring to exit_failure, instead of a separate
49912         variable.  Include "exitfail.h" to get it.
49913         * lib/xstrtol.h: Include "exitfail.h".
49914         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
49915
49916         * lib/long-options.c (parse_long_options): Use prototype
49917         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
49918         for clarity.
49919
49920 2004-01-21  Jim Meyering  <jim@meyering.net>
49921
49922         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
49923         so as not to conflict with a different-sized __mktime_internal
49924         function in GNU libc.
49925         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
49926         Problem building statically-linked `ls' reported by Michael Brunnbauer.
49927
49928 2004-01-20  Karl Berry  <karl@gnu.org>
49929
49930         * config/config.guess: update from config.
49931
49932         * config/srclistvars.sh: GNUWWWLICENSES for karl.
49933
49934 2004-01-20  Bruno Haible  <bruno@clisp.org>
49935
49936         Safer stack allocation.
49937         * lib/setenv.c: Include allocsa.h.
49938         (alloca): Remove fallback definition.
49939         (freea): Remove macro.
49940         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
49941         instead of freea.
49942
49943 2004-01-20  Bruno Haible  <bruno@clisp.org>
49944
49945         * m4/eealloc.m4: New file, from GNU gettext.
49946
49947 2004-01-20  Bruno Haible  <bruno@clisp.org>
49948
49949         * m4/allocsa.m4: New file, from GNU gettext.
49950
49951 2004-01-20  Bruno Haible  <bruno@clisp.org>
49952
49953         * lib/xallocsa.h: New file, from GNU gettext.
49954         * lib/xallocsa.c: New file, from GNU gettext.
49955
49956 2004-01-20  Bruno Haible  <bruno@clisp.org>
49957
49958         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
49959
49960 2004-01-20  Bruno Haible  <bruno@clisp.org>
49961
49962         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
49963         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
49964         specially.
49965
49966 2004-01-20  Bruno Haible  <bruno@clisp.org>
49967
49968         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
49969         patch.
49970
49971 2004-01-20  Bruno Haible  <bruno@clisp.org>
49972
49973         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
49974
49975 2004-01-20  Bruno Haible  <bruno@clisp.org>
49976
49977         * lib/eealloc.h: New file.
49978
49979 2004-01-20  Bruno Haible  <bruno@clisp.org>
49980
49981         * lib/binary-io.h: Avoid warnings on Cygwin.
49982
49983 2004-01-20  Bruno Haible  <bruno@clisp.org>
49984
49985         * lib/allocsa.h: New file, from GNU gettext.
49986         * lib/allocsa.c: New file, from GNU gettext.
49987
49988 2004-01-18  Karl Berry  <karl@gnu.org>
49989
49990         * doc/gpl.texi, doc/lgpl.texi: new files.
49991
49992 2004-01-18  Karl Berry  <karl@gnu.org>
49993
49994         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
49995         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
49996
49997 2004-01-15  Paul Eggert  <eggert@twinsun.com>
49998
49999         Merge from coreutils.
50000
50001         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
50002         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
50003         (gl_DEFAULT_POSIX2_VERSION): Move
50004         the documentation from 'configure' into 'config.hin',
50005         so that 'configure --help' isn't burdened by it and
50006         we don't have to worry about its formatting there.
50007         Reword the documentation so that it's more succinct
50008         and can be run together into a single paragraph.
50009         * m4/same.m4 (gl_SAME): Check for pathconf.
50010
50011 2004-01-15  Paul Eggert  <eggert@twinsun.com>
50012
50013         Merge from coreutils.
50014
50015         * lib/posixver.c: Include posixver.h.
50016
50017         * lib/same.c: Include <stdbool.h>, <limits.h>.
50018         (_POSIX_NAME_MAX): Define if not defined.
50019         (MIN): New macro.
50020         (same_name): If file names are silently truncated, report
50021         that the file names are the same if they are the same after
50022         the silent truncation.
50023
50024         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
50025         conversion function.
50026         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
50027         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
50028         longer needed.
50029
50030 2004-01-15  Jim Meyering  <jim@meyering.net>
50031
50032         Merge from coreutils.
50033
50034         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
50035         if no library is required.
50036         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
50037         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
50038         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
50039         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
50040         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
50041         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
50042         value, $ac_cv_search_crypt, if it's "none required".
50043         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
50044         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
50045         not gl_FUNC_GETLOADAVG.
50046         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
50047         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
50048
50049 2004-01-15  Jim Meyering  <jim@meyering.net>
50050
50051         Merge from coreutils.
50052
50053         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
50054         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
50055         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
50056
50057         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
50058         optional configure-time default.
50059
50060         * lib/version-etc.c (version_etc_copyright): Update copyright date.
50061
50062         * lib/xreadlink.c (xreadlink): Correct outdated comment.
50063
50064 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
50065
50066         Merge from coreutils.
50067
50068         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
50069         value, $ac_cv_search_nanosleep, if it's "none required".
50070
50071 2004-01-14  Paul Eggert  <eggert@twinsun.com>
50072
50073         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
50074         with like-named macro in fnmatch.c.
50075         (EXT): Use an internal constant instead.
50076
50077         Merge fnmatch patches from glibc.
50078         * lib/fnmatch.c (mbsinit): Remove define.
50079         Add libc_hidden_ver (__fnmatch, fnmatch).
50080         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
50081         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
50082
50083 2004-01-14  Karl Berry  <karl@gnu.org>
50084
50085         * config/install-sh: update from automake.
50086
50087 2004-01-13  Karl Berry  <karl@gnu.org>
50088
50089         * config/install-sh: update from automake.
50090
50091 2004-01-09  Karl Berry  <karl@gnu.org>
50092
50093         * config/install-sh: update from automake.
50094
50095 2004-01-05  Karl Berry  <karl@gnu.org>
50096
50097         * config/config.{sub,guess}: update from config.
50098
50099 2003-12-31  Karl Berry  <karl@gnu.org>
50100
50101         * config/depcomp: update from automake.
50102
50103 2003-12-14  Karl Berry  <karl@gnu.org>
50104
50105         * lib/config.charset: update from gettext-runtime.
50106
50107 2003-12-03  Paul Eggert  <eggert@twinsun.com>
50108
50109         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
50110         Bug reported by Alfred M. Szmidt.
50111
50112 2003-12-03  Bruno Haible  <bruno@clisp.org>
50113
50114         * m4/gettext.m4: Upgrade from gettext-0.13.
50115         * m4/po.m4: Upgrade from gettext-0.13.
50116         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
50117         * m4/intmax.m4: New file, from gettext-0.13.
50118         * m4/printf-posix.m4: New file, from gettext-0.13.
50119
50120 2003-11-29  Karl Berry  <karl@gnu.org>
50121
50122         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
50123
50124 2003-11-25  Paul Eggert  <eggert@twinsun.com>
50125             Bruno Haible  <bruno@clisp.org>
50126
50127         * lib/printf-parse.h: Don't include sys/types.h.
50128         (ARG_NONE): New macro.
50129         (char_directive): Change type of *arg_index fields to size_t.
50130         * lib/printf-parse.c: Don't include sys/types.h.
50131         (SSIZE_MAX): Remove macro.
50132         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
50133         Remove unnecessary overflow check.
50134         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
50135         fields.
50136
50137 2003-11-25  Bruno Haible  <bruno@clisp.org>
50138
50139         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
50140
50141 2003-11-25  Bruno Haible  <bruno@clisp.org>
50142
50143         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
50144         gt_TYPE_SSIZE_T.
50145
50146 2003-11-24  Paul Eggert  <eggert@twinsun.com>
50147
50148         * modules/alloca: Remove dependency on xalloc.
50149
50150 2003-11-24  Paul Eggert  <eggert@twinsun.com>
50151
50152         * lib/alloca.c: Remove dependency on xalloc module.
50153         (xalloc_die): Remove.
50154         (memory_full) [!defined emacs]: New macro.
50155         [!defined emacs]: Don't include xalloc.h.
50156         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
50157         address arithmetic overflows.  Change datatypes a bit to avoid
50158         unnecessary casts.
50159
50160 2003-11-22  Jim Meyering  <jim@meyering.net>
50161
50162         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
50163         s/size/size_t/.
50164
50165 2003-11-21  Karl Berry  <karl@gnu.org>
50166
50167         * config/config.{sub,guess}: update from config.
50168
50169 2003-11-18  Karl Berry  <karl@gnu.org>
50170
50171         * config/config.{sub,guess}: update from config.
50172
50173         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
50174
50175 2003-11-17  Paul Eggert  <eggert@twinsun.com>
50176
50177         * README: Mention that S+T cannot overflow if S is the size of
50178         an existing object and T is sufficiently small.
50179
50180 2003-11-17  Jim Meyering  <jim@meyering.net>
50181
50182         On systems without utime and without a utimes function capable of
50183         dealing with a NULL struct utimbuf* argument, this utime replacement
50184         could -- in unusual circumstances -- leak a file descriptor.
50185         * lib/utime.c: Include <unistd.h> and <errno.h>.
50186         (utime_null): Be sure to close `fd' and to preserve errno.
50187         Reported by Geoff Collyer via Arnold Robbins.
50188
50189 2003-11-17  Bruno Haible  <bruno@clisp.org>
50190
50191         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
50192         (Depends-on): Add xsize.
50193
50194 2003-11-17  Bruno Haible  <bruno@clisp.org>
50195
50196         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
50197
50198 2003-11-17  Bruno Haible  <bruno@clisp.org>
50199
50200         * lib/vasnprintf.c (alloca): Remove fallback definition.
50201         (freea): Remove definition.
50202         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
50203         Reported by Paul Eggert.
50204
50205 2003-11-16  Paul Eggert  <eggert@twinsun.com>
50206             Bruno Haible  <bruno@clisp.org>
50207
50208         Protect against address arithmetic overflow.
50209         * lib/printf-args.h: Include stddef.h.
50210         (arguments): Change type of field 'count' to size_t.
50211         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
50212         'unsigned int' where appropriate.
50213         * lib/printf-parse.h: Include sys/types.h.
50214         (char_directive): Change type of *arg_index fields to ssize_t.
50215         (char_directives): Change type of fields 'count', max_*_length to
50216         size_t.
50217         * lib/printf-parse.c: Include sys/types.h and xsize.h.
50218         (SSIZE_MAX): Define fallback value.
50219         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
50220         instead of 'int' where appropriate. Check a_allocated, d_allocated
50221         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
50222         * lib/vasnprintf.c: Include xsize.h.
50223         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
50224         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
50225         overflow. Avoid wraparound when converting a width or precision from
50226         decimal to binary.
50227
50228 2003-11-16  Bruno Haible  <bruno@clisp.org>
50229
50230         Update from GNU gettext.
50231         * lib/printf-parse.c: Generalize to it can be compiled for wide
50232         strings.
50233         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
50234         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
50235         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
50236         SNPRINTF): New macros.
50237         Don't include <alloca.h> if the file is used inside libintl.
50238         (local_wcslen): New function, for Solaris 2.5.1.
50239         (VASNPRINTF): Use it instead of wcslen.
50240
50241 2003-11-16  Bruno Haible  <bruno@clisp.org>
50242
50243         * lib/xsize.h (xmax): New function.
50244         (xsum, xsum3, xsum4): Declare as "pure" functions.
50245
50246 2003-11-12  Paul Eggert  <eggert@twinsun.com>
50247
50248         * modules/xalloc (Files): Undo latest change, since xalloc.h
50249         no longer needs SIZE_MAX or PTRDIFF_MAX.
50250
50251 2003-11-12  Paul Eggert  <eggert@twinsun.com>
50252
50253         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
50254         gl_PTRDIFF_MAX.
50255
50256 2003-11-12  Paul Eggert  <eggert@twinsun.com>
50257
50258         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
50259         "return", to pacify some unknown compiler.  Problem reported
50260         by Joerg Schilling.
50261
50262 2003-11-12  Paul Eggert  <eggert@twinsun.com>
50263
50264         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
50265         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
50266         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
50267         heuristic is just as accurate as far as we know, and it removes a
50268         dependency on size_max.m4 and ptrdiff_max.m4.
50269
50270 2003-11-11  Bruno Haible  <bruno@clisp.org>
50271
50272         * modules/xsize (Files): Add m4/size_max.m4.
50273         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
50274
50275 2003-11-11  Bruno Haible  <bruno@clisp.org>
50276
50277         * m4/size_max.m4: New file.
50278         * m4/ptrdiff_max.m4: New file.
50279         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
50280         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
50281         (gl_XALLOC): Invoke it.
50282
50283 2003-11-11  Bruno Haible  <bruno@clisp.org>
50284
50285         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
50286         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
50287         defined.
50288
50289 2003-11-10  Paul Eggert  <eggert@twinsun.com>
50290
50291         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
50292         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
50293         rejected some allocations of exactly SIZE_MAX - 2 bytes.
50294         From Bruno Haible.
50295         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
50296         not (size_t) -1, since it's defined here.
50297
50298 2003-11-09  Karl Berry  <karl@gnu.org>
50299
50300         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
50301
50302 2003-11-06  Paul Eggert  <eggert@twinsun.com>
50303
50304         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
50305         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
50306         Reject sizes of exactly SIZE_MAX bytes.
50307         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
50308         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
50309
50310 2003-11-05  Bruno Haible  <bruno@clisp.org>
50311
50312         * lib/xsize.h: Include limits.h, to avoid a possible collision with
50313         SIZE_MAX defined in <limits.h> on Solaris.
50314
50315 2003-11-04  Jim Meyering  <jim@meyering.net>
50316
50317         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
50318         variable names, rather than @VAR@.
50319         * modules/poll: Likewise.
50320
50321 2003-11-04  Bruno Haible  <bruno@clisp.org>
50322
50323         * modules/xsize: New file.
50324         * modules/linebreak: Depend on xsize.
50325         * MODULES.html.sh (func_all_modules): Add xsize.
50326
50327 2003-11-04  Bruno Haible  <bruno@clisp.org>
50328
50329         * m4/xsize.m4: New file.
50330
50331 2003-11-04  Bruno Haible  <bruno@clisp.org>
50332
50333         * lib/xsize.h: New file.
50334         * lib/linebreak.c: Include xsize.h.
50335         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
50336         argument for overflow.
50337         Suggested by Paul Eggert.
50338
50339 2003-11-03  Karl Berry  <karl@gnu.org>
50340
50341         * config/config.{guess,sub}: update from config.
50342
50343 2003-11-03  Jim Meyering  <jim@meyering.net>
50344
50345         * modules/userspec (lib_SOURCES): Add userspec.h.
50346         (Include): Add "userspec.h".
50347         Improve description.
50348
50349 2003-11-03  Jim Meyering  <jim@meyering.net>
50350
50351         * lib/userspec.c: Include "userspec.h".
50352         * lib/userspec.h: New file.
50353
50354 2003-11-03  Bruno Haible  <bruno@clisp.org>
50355
50356         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
50357
50358 2003-11-03  Bruno Haible  <bruno@clisp.org>
50359
50360         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
50361         available, to avoid (extremely rare) race condition.
50362         Suggested by Paul Eggert.
50363
50364 2003-11-02  Karl Berry  <karl@gnu.org>
50365
50366         * config/srclist.txt (vasprintf.c): sync broken, sigh.
50367
50368 2003-10-31  Paul Eggert  <eggert@twinsun.com>
50369
50370         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
50371         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
50372         (read_filesystem_list): Set and use me_type_malloced.
50373         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
50374         whatever the type happens to be), for brevity and consistency.
50375         Check for size calculation overflow on Alphas running OSF/1.
50376
50377 2003-10-31  Jim Meyering  <jim@meyering.net>
50378
50379         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
50380
50381         * lib/linebuffer.c: Include <string.h> for declaration of memset.
50382
50383 2003-10-30  Paul Eggert  <eggert@twinsun.com>
50384             Bruno Haible  <bruno@clisp.org>
50385
50386         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
50387         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
50388
50389 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
50390
50391         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
50392         netbsd*-gnu*.  Suggested by Robert Millan.
50393
50394 2003-10-29  Paul Eggert  <eggert@twinsun.com>
50395
50396         * modules/group-member: Depend on stdbool.
50397
50398 2003-10-29  Paul Eggert  <eggert@twinsun.com>
50399
50400         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
50401
50402 2003-10-29  Paul Eggert  <eggert@twinsun.com>
50403
50404         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
50405         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
50406         after the 'gnu' in these cases.  This fixes some bugs in the
50407         previous change, and is based on suggestions by Robert Millan.
50408
50409 2003-10-29  Paul Eggert  <eggert@twinsun.com>
50410
50411         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
50412         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
50413         no longer needed.
50414         * lib/quotearg.c (quotearg_n_options): Use it.
50415         * lib/group-member.c: Include <stdbool.h>.
50416         (free_group_info): Arg is now const *; don't free arg.
50417         (get_group_info): Now returns bool and accepts struct group_info *,
50418         rather than returning a malloc'ed struct group_info *.
50419         All uses changed.  Check for overflow in internal size calculation.
50420
50421         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
50422         rather than xmalloc/xrealloc.
50423         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
50424         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
50425         conformance bug: the old code used a pointer after freeing the
50426         storage that it addressed.
50427         * lib/hash.c (hash_initialize): Simplify the code by using
50428         xalloc_oversized rather than doing it by hand.
50429         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
50430         the buffer preserved.  Use free and xmalloc instead.
50431         * lib/quotearg.c (quotearg_n_options): Likewise.
50432         Use a simpler test for size overflow.  Don't use xalloc_oversized
50433         because unsigned int might be wider than size_t (!); this suggests
50434         that we should switch from unsigned int to size_t for slot numbers.
50435
50436 2003-10-28  Paul Eggert  <eggert@twinsun.com>
50437
50438         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
50439         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
50440         NetBSD kernels.  Requested by Richard Stallman.
50441
50442 2003-10-27  Paul Eggert  <eggert@twinsun.com>
50443
50444         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
50445         to allocate the returned structure.  Do not allocate a subarray,
50446         as x2nrealloc will do that.
50447         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
50448         instead of xnrealloc.
50449         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
50450
50451 2003-10-27  Bruno Haible  <bruno@clisp.org>
50452
50453         * lib/stdbool_.h: Better support for BeOS.
50454
50455 2003-10-26  Paul Eggert  <eggert@twinsun.com>
50456
50457         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
50458         now uses inline.
50459
50460 2003-10-26  Paul Eggert  <eggert@twinsun.com>
50461
50462         * lib/xalloc.h (xalloc_oversized): New static inline function, for
50463         callers that want to do their own size-overflow checking.  Include
50464         <stdbool.h>, since xalloc_oversized returns bool.
50465         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
50466         to use xalloc_oversized.
50467
50468         Add two functions x2realloc, x2nrealloc, for programs that grow
50469         arrays dynamically by doubling their sizes.
50470         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
50471         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
50472         New functions.
50473
50474         Port to C99 semantics for 'inline' of external functions.
50475         Bug reported by Bruno Haible.
50476         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
50477         with the old contents of xnmalloc.
50478         (xnmalloc, xmalloc): Use it.
50479         (xnrealloc_inline): New static inline function,
50480         with the old contents of xnrealloc.
50481         (xnrealloc, xrealloc): Use it.
50482
50483         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
50484         that.
50485
50486 2003-10-26  Karl Berry  <karl@gnu.org>
50487
50488         * config/srclist.txt (COPYING.DOC): no longer available from
50489         /gd/gnuorg; don't know where the ultimate source is.
50490
50491 2003-10-25  Paul Eggert  <eggert@twinsun.com>
50492
50493         Fix several address-calculation bugs in the hash modules,
50494         plus some minor code cleanup.
50495
50496         * lib/hash.h: Include <stdbool.h>, for bool.
50497         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
50498         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
50499         hash_get_n_entries, hash_get_max_bucket_length,
50500         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
50501         hash_rehash): Use size_t rather than unsigned.
50502         * lib/hash.c (struct hash_table, hash_get_n_buckets,
50503         hash_get_n_buckets_used, hash_get_n_entries,
50504         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
50505         hash_get_entries, hash_do_for_each, hash_string, is_prime,
50506         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
50507         Likewise.
50508         (SIZE_MAX): Define if not defined.
50509         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
50510         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
50511         hash_print):
50512         Use const * when possible.
50513         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
50514         (check_tuning): Fix bug: if tuning parameters were very close to
50515         0 or 1, rounding errors could have caused subscript violations.
50516         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
50517         (hash_initialize): Add 'fail:' label
50518         to free table and return NULL, and use it to simplify code.
50519         Use calloc rather than clearing the storage ourself.
50520         (hash_initialize, hash_rehash): Check for arithmetic overflow in
50521         buffer size calculations.
50522         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
50523         Include <stddef.h>, for size_t.
50524         * lib/hash-pjw.c (hash_pjw): Likewise.
50525         Switch to method described by Bruno Haible.
50526         Include <limits.h>, for CHAR_BIT.
50527         (SIZE_BITS): New macro.
50528
50529 2003-10-23  Paul Eggert  <eggert@twinsun.com>
50530
50531         * m4/getline.m4 (AM_FUNC_GETLINE):
50532         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
50533         hosts.  Problem reported by Derek Robert Price in
50534         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
50535         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
50536         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
50537
50538 2003-10-21  Paul Eggert  <eggert@twinsun.com>
50539
50540         * lib/getndelim2.c (getndelim2): When size calculation overflows,
50541         ceiling the allocation at NMAX bytes rather than silently
50542         discarding input bytes before NMAX is reached.  This makes
50543         a difference only if NMAX exceeds SIZE_MAX / 2.
50544
50545         * lib/obstack.c: Merge from glibc.
50546         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
50547         Add libc_hidden_def (_obstack_newchunk).
50548         (_obstack_free) [! defined _LIBC]: Remove.
50549         [defined _LIBC]: Make a strong alias from obstack_free, rather than
50550         a clone of the function body.
50551         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
50552         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
50553
50554         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
50555         glibc.
50556         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
50557         arg to memcpy.
50558
50559         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
50560         (obstack_ptr_grow_fast, obstack_int_grow_fast):
50561         Don't use lvalue casts, as GCC plans to remove support for them
50562         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
50563         was also present in the non-GCC version, indicating that this
50564         code had always been buggy and had never been widely used.
50565         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
50566         Use the fast variant of each macro, rather than copying the
50567         definiens of the fast variant; that way, we'll be more likely to
50568         catch future bugs in the fast variants.
50569
50570 2003-10-20  Bruno Haible  <bruno@clisp.org>
50571
50572         * modules/wait-process: New file.
50573         * MODULES.html.sh (func_all_modules): Add wait-process.
50574
50575 2003-10-20  Bruno Haible  <bruno@clisp.org>
50576
50577         * m4/wait-process.m4: New file.
50578
50579 2003-10-20  Bruno Haible  <bruno@clisp.org>
50580
50581         * lib/wait-process.h: New file, from GNU gettext.
50582         * lib/wait-process.c: New file, from GNU gettext.
50583
50584 2003-10-19  Jim Meyering  <jim@meyering.net>
50585
50586         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
50587         HPUX 10.20.
50588
50589 2003-10-18  Karl Berry  <karl@gnu.org>
50590
50591         * config/config.guess: update from config.
50592
50593 2003-10-16  Paul Eggert  <eggert@twinsun.com>
50594
50595         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
50596         (getgroups): First arg is int, not size_t.
50597         Don't let 'free' mangle errno.
50598
50599 2003-10-16  Paul Eggert  <eggert@twinsun.com>
50600
50601         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
50602
50603 2003-10-16  Karl Berry  <karl@gnu.org>
50604
50605         * config/config.{guess,sub}: update from config.
50606
50607 2003-10-16  Jim Meyering  <jim@meyering.net>
50608
50609         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
50610         memcpy.
50611
50612 2003-10-15  Paul Eggert  <eggert@twinsun.com>
50613
50614         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
50615         (SIZE_MAX): Remove.
50616         (new_exclude, add_exclude_file): Initial size no longer needs to
50617         be a power of 2.
50618         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
50619         our own address arithmetic overflow checking.
50620
50621         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
50622         (fnmatch): Do not alloca more than 2000 wide characters;
50623         instead, use malloc for large buffers.
50624         Check for address arithmetic overflow, and return -1
50625         with errno set to ENOMEM in that case.
50626         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
50627         (NEW_PATTERN): Do not alloca more than 8000 bytes;
50628         instead, return -1.  Check for address arithmetic overflow.
50629
50630 2003-10-14  Paul Eggert  <eggert@twinsun.com>
50631
50632         Handle invalid suffixes and overflow independently, so that
50633         callers can treat them independently as needed.  Fix some bugs in
50634         suffix handling, e.g., "100k@" was not diagnosed as an invalid
50635         suffix for a human-readable blocksize.  The major caller-visible
50636         change is the addition of a new
50637         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
50638         that both overflow and suffix chars were found.
50639
50640         * lib/human.c (humblock): Don't check separately for invalid suffix
50641         char; that is xstrtoumax's job (now that its bug is fixed).
50642         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
50643         INTMAX_MAX]: New macros.
50644         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
50645         TYPE_MAXIMUM): New macros.
50646         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
50647         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
50648         if overflow occurs, as it's what __strtol does and it's more useful
50649         in practice.
50650         (__xstrtol): If __strtol reports some error other than ERANGE,
50651         reflect it to the caller as LONGINT_INVALID.  If it reports
50652         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
50653         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
50654         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
50655         value.
50656         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
50657         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
50658         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
50659         [defined UINTMAX_MAX]: New macros.
50660
50661 2003-10-14  Bruno Haible  <bruno@clisp.org>
50662
50663         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
50664
50665 2003-10-14  Bruno Haible  <bruno@clisp.org>
50666
50667         * m4/sig_atomic_t: New file, from GNU gettext.
50668         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
50669
50670 2003-10-14  Bruno Haible  <bruno@clisp.org>
50671
50672         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
50673         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
50674         Also use volatile where needed.
50675
50676 2003-10-12  Paul Eggert  <eggert@twinsun.com>
50677
50678         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
50679         Change maintainer from Bruno Haible to 'all'.
50680
50681 2003-10-12  Paul Eggert  <eggert@twinsun.com>
50682
50683         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
50684
50685 2003-10-12  Paul Eggert  <eggert@twinsun.com>
50686
50687         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
50688         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
50689         and define in terms of the other primitives.
50690         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
50691         (SIZE_MAX): Define if not already defined.
50692         (array_size_overflow): New function.
50693         (xalloc_die): Abort instead of exiting if 'error' returns.
50694         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
50695         (xmalloc, xrealloc): Use them.
50696         (xcalloc): Check for address arithmetic overflow.
50697         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
50698         a bit faster than strcpy.
50699
50700 2003-10-10  Simon Josefsson  <jas@extundo.com>
50701
50702         * modules/argp (Depends-on): Add restrict and strcase.
50703
50704 2003-10-10  Simon Josefsson  <jas@extundo.com>
50705
50706         * m4/argp.m4: Add AC_C_INLINE.
50707
50708 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50709
50710         Merge getpass from libc, plus a few fixes.
50711
50712         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
50713         Include <stdbool.h>.
50714         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
50715         __fsetlocking to empty.
50716         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
50717         do include <bits/libc-lock.h>.
50718         Do not include <fcntl.h>; not needed.
50719         [_LIBC]: Include <wchar.h>.
50720         (NOTCANCEL_MODE): New macro.
50721         (flockfile, funlockfile) [_LIBC]: New macros.
50722         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
50723         [!_LIBC]: New macros.
50724         (call_fclose): New function.
50725         (getpass): Use it.  Save tty stream separately; this simplifies the
50726         code and makes it more reliable if stdin happens to equal stdout.
50727         Invoke __fsetlocking on tty.
50728         Handle thread cancellation if needed.
50729         Namespace cleanup (use __tcgetattr, __getline).
50730         Use bool for Booleans.
50731         [USE_IN_LIBIO]: Handle wide streams.
50732         [!_LIBC]: Unconditionally do the fseek, since we don't know what
50733         stream might go where.
50734
50735         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
50736         doesn't have to include <stdio.h> before us.
50737         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
50738         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
50739         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
50740         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
50741         if not declared, so that we can use getpass.c code from libc without
50742         rewriting it.
50743         (flockfile, ftrylockfile, funlockfile): New macros.
50744
50745 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50746
50747         * modules/getpass: Depend on stdbool.
50748
50749 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50750
50751         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
50752
50753 2003-10-07  Karl Berry  <karl@gnu.org>
50754
50755         * config/config.{guess,sub}: update from config.
50756
50757 2003-10-06  Jim Meyering  <jim@meyering.net>
50758             Bruno Haible  <bruno@clisp.org>
50759
50760         This lets translators provide better translations for the
50761         "Written by ..." part of --version output.
50762         * lib/version-etc.h: Include stdarg.h.
50763         (version_etc_copyright): Declare as readonly.
50764         (version_etc): Make this function variadic with a NULL-terminated list
50765         of author name strings.
50766         (version_etc_va): New declaration.
50767         * lib/version-etc.c: Include stdarg.h, stdlib.h.
50768         (version_etc_copyright): Declare as readonly.
50769         (version_etc_va): New function. Provide a different translatable string
50770         for each possible number of authors < 10. Abbreviate when there are 10
50771         authors or more.
50772         (version_etc): Make this function variadic. Call version_etc_va.
50773         Suggestion from Gary V. Vaughan.
50774
50775         * lib/long-options.h (parse_long_options): Change prototype: the
50776         authors string is moved to the end and becomes variadic.
50777         * lib/long-options.c: Include stdarg.h.
50778         (parse_long_options): Make this function variadic, too.
50779         Call version_etc_va, not version_etc.
50780
50781 2003-10-06  Bruno Haible  <bruno@clisp.org>
50782
50783         * modules/version-etc-2: Remove file.
50784         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
50785
50786 2003-10-06  Bruno Haible  <bruno@clisp.org>
50787
50788         * modules/fatal-signal: New file.
50789         * MODULES.html.sh (func_all_modules): Add fatal-signal.
50790
50791 2003-10-06  Bruno Haible  <bruno@clisp.org>
50792
50793         * m4/fatal-signal.m4: New file.
50794         * m4/signalblocking.m4: New file, from GNU gettext.
50795
50796 2003-10-06  Bruno Haible  <bruno@clisp.org>
50797
50798         * lib/version-etc-2.h: Remove file.
50799         * lib/version-etc-2.c: Remove file.
50800
50801 2003-10-06  Bruno Haible  <bruno@clisp.org>
50802
50803         * lib/fatal-signal.h: New file, from GNU gettext.
50804         * lib/fatal-signal.c: New file, from GNU gettext.
50805
50806 2003-10-05  Paul Eggert  <eggert@twinsun.com>
50807
50808         * README: Rework advice for preventing empty .o files.
50809         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
50810         not <sys/types.h>.
50811
50812 2003-10-04  Karl Berry  <karl@gnu.org>
50813
50814         * lib/argp*: update from libc.
50815
50816 2003-10-04  Karl Berry  <karl@gnu.org>
50817
50818         * config/config.{guess,sub}: update from config.
50819
50820 2003-10-02  Bruno Haible  <bruno@clisp.org>
50821
50822         * modules/lchown (Include): Add lchown.h.
50823         * modules/time_r (Include): Use "..." syntax.
50824         * modules/xgetdomainname (Include): Add xgetdomainname.h.
50825
50826 2003-10-01  Simon Josefsson  <jas@extundo.com>
50827
50828         * MODULES.html.sh (func_all_modules): Move gethostname from section
50829         'based on' to section 'lacking' POSIX:2001.
50830
50831 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
50832
50833         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
50834         to output mode on the same stream.
50835
50836 2003-09-29  Paul Eggert  <eggert@twinsun.com>
50837
50838         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
50839         Fix arg typo in previous patch.
50840
50841 2003-09-28  Jim Meyering  <jim@meyering.net>
50842
50843         * lib/error.c: Correct cpp indentation.
50844
50845 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50846
50847         * modules/free: New file.
50848
50849 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50850
50851         * m4/free.m4: New file.
50852
50853 2003-09-27  Paul Eggert  <eggert@twinsun.com>
50854
50855         * lib/minmax.h (MIN, MAX)
50856         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
50857         Omit the special code that used __typeof__, since we worry that
50858         it could be more trouble than it's worth.  See:
50859         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
50860         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
50861
50862         * lib/free.c: New file.
50863
50864 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
50865
50866         Trivial fixes to Makefile.am parts of module listings.
50867         * modules/strstr: Append strstr.h to lib_SOURCES.
50868         * modules/strcase: Likewise, for strcase.h.
50869
50870 2003-09-27  Karl Berry  <karl@gnu.org>
50871
50872         * config/mkinstalldirs: update from automake.
50873
50874 2003-09-26  Paul Eggert  <eggert@twinsun.com>
50875
50876         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
50877         (error_tail): Do not loop, reallocating temporary buffer, since
50878         the output cannot contain more wide characters than the input
50879         contains bytes, the size must be big enough already.  This avoids
50880         one potential size overflow calculation.  Check for size overflow
50881         when calculating temporary buffer size.  Free temporary buffer
50882         when done, if it was allocated with malloc; this plugs a memory
50883         leak.  Remove casts from void * to pointers, that are no longer
50884         needed now that we're assuming C89 or better.
50885
50886         Merge error changes from glibc.
50887
50888         * lib/error.c, error.h: Update copyright notice header to match glibc.
50889         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
50890         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
50891         Disable cancellation while printing error.
50892         * lib/error.h: Prepend __ to parameter names.
50893
50894 2003-09-26  Jim Meyering  <jim@meyering.net>
50895
50896         * lib/error.c (error_tail): Move some declarations
50897         into inner scope where the local variables are used.
50898
50899 2003-09-26  Bruno Haible  <bruno@clisp.org>
50900
50901         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
50902         stpncpy().
50903         Don't define stpncpy through config.h; it's now done through stpncpy.h.
50904
50905 2003-09-26  Bruno Haible  <bruno@clisp.org>
50906
50907         * lib/stpncpy.h (gnu_stpncpy): New declaration.
50908         (stpncpy): Define as alias for gnu_stpncpy.
50909         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
50910
50911 2003-09-25  Simon Josefsson  <jas@extundo.com>
50912
50913         * lib/xgetdomainname.h: New file.
50914         * lib/xgetdomainname.c: New file.
50915
50916 2003-09-25  Simon Josefsson  <jas@extundo.com>
50917             Bruno Haible  <bruno@clisp.org>
50918
50919         * modules/getdomainname: New file.
50920         * modules/xgetdomainname: New file.
50921         * MODULES.html.sh (func_all_modules): Add getdomainname,
50922         xgetdomainname.
50923
50924 2003-09-25  Simon Josefsson  <jas@extundo.com>
50925             Bruno Haible  <bruno@clisp.org>
50926
50927         * m4/getdomainname.m4: New file.
50928
50929 2003-09-25  Simon Josefsson  <jas@extundo.com>
50930             Bruno Haible  <bruno@clisp.org>
50931
50932         * lib/getdomainname.h: New file.
50933         * lib/getdomainname.c: New file.
50934
50935 2003-09-25  Karl Berry  <karl@gnu.org>
50936
50937         * lib/argp-fmtstream.c, argp-help.c: update from libc.
50938
50939 2003-09-25  Karl Berry  <karl@gnu.org>
50940
50941         * config/install-sh: update from automake.
50942
50943 2003-09-25  Bruno Haible  <bruno@clisp.org>
50944
50945         * modules/version-etc-2: New file, from modules/version-etc with
50946         modifications.
50947         * MODULES.html.sh (func_all_modules): Add version-etc-2.
50948
50949 2003-09-25  Bruno Haible  <bruno@clisp.org>
50950
50951         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
50952         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
50953
50954 2003-09-24  Simon Josefsson  <jas@extundo.com>
50955
50956         * modules/xgethostname: Add xgethostname.h.
50957
50958 2003-09-24  Paul Eggert  <eggert@twinsun.com>
50959
50960         * lib/linebuffer.c (freebuffer): Don't free the argument, just
50961         the buffer associated with the argument.  Bug reported by
50962         Simon Josefsson.
50963
50964 2003-09-24  Paul Eggert  <eggert@twinsun.com>
50965
50966         * README: Document assumptions that 'int' is at least 32 bits
50967         wide, that integer arithmetic is 2's complement without overflow,
50968         that there are no holes in integer values, that adding sizes of
50969         two nonoverlapping objects can't overflow, and that all-bits-zero
50970         yields scalar zero.  Fix spelling and capitalization typos.
50971
50972 2003-09-19  Karl Berry  <karl@gnu.org>
50973
50974         * lib/argp.h: update from libc.
50975
50976 2003-09-17  Paul Eggert  <eggert@twinsun.com>
50977
50978         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
50979         to avoid spurious warnings like "AC_RUN_IFELSE was called before
50980         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
50981
50982 2003-09-17  Paul Eggert  <eggert@twinsun.com>
50983
50984         * gnulib-tool: Use "test -h", not "test -L", for portability
50985         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
50986         (tags_regexp): Remove, since \| doesn't conform to POSIX.
50987         (sed_extract_prog): Issue s commands one-by-one, rather than
50988         using \| in one s command.
50989
50990 2003-09-16  Paul Eggert  <eggert@twinsun.com>
50991
50992         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
50993         input error, instead of returning NULL the next time we are called
50994         (and therefore losing track of errno).
50995
50996 2003-09-16  Bruno Haible  <bruno@clisp.org>
50997
50998         * gnulib-tool (func_create_testdir): Warn about duplicated
50999         dependencies.
51000
51001 2003-09-15  Paul Eggert  <eggert@twinsun.com>
51002
51003         * modules/argmatch, modules/fatal, modules/obstack,
51004         modules/xalloc, modules/xgethostname: Sort dependencies by
51005         importance, not alphabetically.
51006
51007 2003-09-15  Paul Eggert  <eggert@twinsun.com>
51008
51009         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
51010         fails, so that the caller gets the proper errno.
51011
51012         * lib/readutmp.c (read_utmp): Likewise.
51013         Check for fstat error.  Close stream and free storage
51014         when failing.
51015
51016 2003-09-14  Karl Berry  <karl@gnu.org>
51017
51018         * config/srclist.txt (strdup.c): disable for c89 changes.
51019
51020 2003-09-14  Jim Meyering  <jim@meyering.net>
51021
51022         * lib/getloadavg.c: Correct cpp indentation.
51023         * lib/strdup.c: Likewise.
51024         * lib/vasnprintf.c: Likewise.
51025
51026 2003-09-14  Bruno Haible  <bruno@clisp.org>
51027
51028         * modules/fwriteerror: New file.
51029         * MODULES.html.sh (func_all_modules): Add fwriteerror.
51030
51031 2003-09-14  Bruno Haible  <bruno@clisp.org>
51032
51033         * lib/fwriteerror.h: New file.
51034         * lib/fwriteerror.c: New file.
51035
51036 2003-09-12  Paul Eggert  <eggert@twinsun.com>
51037
51038         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
51039         modules/xgethostname, modules/xalloc: Depend on exit.
51040
51041 2003-09-12  Paul Eggert  <eggert@twinsun.com>
51042
51043         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
51044
51045         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
51046         and AC_MINIX, too, so that their extensions are available.
51047
51048         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
51049         This macro has been superseded by gl_BACKUPFILE.
51050
51051         More patches to assume C89 or better.
51052
51053         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
51054
51055         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
51056         unconditionally.
51057         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
51058         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
51059         Include <string.h>, <stdlib.h> unconditionally.
51060         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
51061         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
51062         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
51063         headers or for string.h.
51064         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
51065         or strtoul.
51066
51067         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
51068         headers.
51069         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
51070         * m4/userspec.m4 (gl_USERSPEC): Likewise.
51071         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
51072         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
51073         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
51074         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
51075         memcpy, memset.
51076         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
51077         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
51078         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
51079         strtol.
51080         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
51081         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
51082         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
51083         strtoul.
51084
51085 2003-09-12  Paul Eggert  <eggert@twinsun.com>
51086
51087         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
51088         * lib/obstack.c [!defined _LIBC]: Likewise.
51089         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
51090         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
51091         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
51092
51093         More changes to assume C89 or better.
51094
51095         * lib/error.c (error_tail): Assume vprintf.
51096
51097         * lib/argmatch.c (getenv): Remove decl.
51098         * lib/progreloc.c (get_full_program_name): Define via prototype.
51099         * lib/setenv.c (clearenv): Likewise.
51100         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
51101         needed.
51102         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
51103         (malloc, memcpy): Remove decls.
51104         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
51105         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
51106         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
51107         (memcpy): Remove macro.
51108         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
51109         (__P): Remove.  All uses removed.
51110         (PTR): Remove.  All uses changed to void *.
51111         (CHAR_BIT, NULL): Remove.
51112         (spaces, zeros, memset_space, memset_zero)
51113         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
51114         Remove.
51115         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
51116         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
51117         Define with prototype.
51118         Remove now-unnecessary prototype decl.
51119         (extra_args_spec): Assume ANSI C.  All uses changed.
51120         (extra_args_spec_iso): Remove.
51121         (my_strftime, emacs_strftimeu): Define via prototype.
51122         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
51123         unconditionally.
51124         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
51125         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
51126         (strtoul, strtol): Remove decls.
51127         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
51128         LONG_MAX): Remove.
51129         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
51130         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
51131         (LOCALE_PARAM_PROTO): New macro.
51132         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
51133         (INTERNAL (strtol), strtol): Define with a prototype.
51134         (PARAMS): Remove.  All uses removed.
51135         * lib/tempname.c: Include <string.h> unconditionally.
51136         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
51137         * lib/xgethostname.c (main): Define with a prototype.
51138         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
51139         Include <stdlib.h> unconditionally.
51140         (calloc, malloc, realloc, free): Remove decls.
51141         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
51142         Include <stdlib.h> unconditionally.  Sort include file names.
51143         (strtod): Remove.
51144         (xstrtod): Define with a prototype.
51145         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
51146         (strtol, strtoul): Remove decls.
51147
51148 2003-09-11  Paul Eggert  <eggert@twinsun.com>
51149
51150         More patches to assume C89 or better.
51151         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
51152         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
51153         string.h, memchr, STDC_HEADERS.
51154
51155 2003-09-11  Paul Eggert  <eggert@twinsun.com>
51156
51157         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
51158         Include <stdlib.h>, <string.h> unconditionally.
51159         Remove now-unnecessary cast to char *.
51160         * lib/strnlen.c: Include <string.h> unconditionally.
51161         * lib/yesno.c (yesno): Define with a prototype.
51162
51163 2003-09-11  Bruno Haible  <bruno@clisp.org>
51164
51165         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
51166
51167 2003-09-10  Jim Meyering  <jim@meyering.net>
51168
51169         * lib/error.c: Correct indentation of cpp directives.
51170
51171 2003-09-10  Bruno Haible  <bruno@clisp.org>
51172
51173         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
51174         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
51175         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
51176         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
51177         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
51178         <stdlib.h> and <string.h> checks.
51179         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
51180         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
51181
51182 2003-09-10  Bruno Haible  <bruno@clisp.org>
51183
51184         * lib/strcspn.c: Include <string.h> unconditionally.
51185         * lib/strpbrk.c: Include <string.h> unconditionally.
51186         * lib/strstr.c: Include <string.h> unconditionally.
51187         * lib/unicodeio.c: Include <string.h> unconditionally.
51188         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
51189         * lib/unsetenv.c: Likewise.
51190         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
51191         * lib/yesno.c: Include <stdlib.h> unconditionally.
51192         (rpmatch): Add prototype.
51193
51194 2003-09-09  Paul Eggert  <eggert@twinsun.com>
51195
51196         More patches to assume C89 or better.
51197         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
51198         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
51199         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
51200         or for string.h.
51201         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
51202         stdlib.h.
51203         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
51204         C headers.
51205         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
51206         string.h.
51207         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
51208         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
51209         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
51210         or for string.h.
51211         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
51212         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
51213         C headers.
51214         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
51215         memcpy.
51216         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
51217         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
51218         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
51219         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
51220         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
51221         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
51222         string.h, free.
51223         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
51224         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
51225         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
51226         C headers, or for string.h.
51227         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
51228         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
51229         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
51230         headers, memory.h, stdlib.h, string.h, strings.h.
51231         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
51232         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
51233         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
51234         strchr.
51235         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
51236         headers, memory.h, string.h.
51237         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
51238         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
51239         free.
51240         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
51241         headers.
51242         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
51243         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
51244         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
51245         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
51246         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
51247
51248 2003-09-09  Paul Eggert  <eggert@twinsun.com>
51249
51250         More K&R removal.
51251
51252         * lib/acosl.c (main): Use a prototype.
51253         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
51254         tanl.c: Likewise.
51255
51256         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
51257
51258         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
51259         (getopt, etopt_long, getopt_long_only, _getopt_internal)
51260         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
51261         with a prototype.
51262         * lib/getopt.c (const): Remove macro.
51263         Include <string.h> unconditionally.
51264         (my_index): Remove; all uses changed to strchr.
51265         (strlen): Remove decl.
51266         (exchange): Remove forward decl; no longer needed.
51267         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
51268         Define with prototype.
51269         * lib/getopt1.c (const): Remove macro.
51270         (getopt_long, getopt_long_only, main): Define with prototype.
51271
51272         * lib/getugroups.c: Include <string.h> unconditionally.
51273
51274         * lib/getusershell.c: Include <stdlib.h> unconditionally.
51275         (getusershell, setusershell, endusershell, readname, main):
51276         Define with prototypes.
51277
51278         * lib/group-member.c: Include group-member.h first.
51279         Include <stdlib.h> unconditionally.
51280
51281         * lib/hard-locale.c: Include hard-locale.h first.
51282         Include <stdlib.h>, <string.h> unconditionally.
51283
51284         * lib/hash.c (free, malloc): Remove decls.
51285         Include <stdlib.h> unconditionally.
51286
51287         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
51288         (getenv): Do not declare.
51289
51290         * lib/idcache.c: Include <string.h> unconditionally.
51291
51292         * lib/long-options.c: Include long-options.h first, to test interface.
51293         Include <stdlib.h> unconditionally.
51294
51295         * lib/makepath.c: Include makepath.h first, to test interface.
51296         Include <stdlib.h> and <string.h> unconditionally.
51297
51298         * lib/linebuffer.c: Include <stdlib.h>.
51299         (free): Remove decl.
51300
51301         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
51302         stddef.h. rpl_malloc returns void *, not char *.
51303         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
51304         prototype.
51305
51306         * lib/md5.h: Include <limits.h> unconditionally.
51307         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
51308         (__P): Remove; all uses removed.
51309         * lib/md5.c: Include "md5.h" first.
51310         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
51311         md5_buffer, md5_process_bytes, md5_process_block):
51312         Define with prototypes.
51313         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
51314         * lib/sha.c: Include "sha.h" first.
51315         Include <stdlib.h>, <string.h> unconditionally.
51316
51317         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
51318         * lib/memcmp.c (__ptr_t): Likewise.
51319         * lib/memrchr.c (__ptr_t): Likewise.
51320         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
51321         Include <string.h> unconditionally.
51322         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
51323         * lib/memchr.c: Include <stdlib.h> unconditionally.
51324         * lib/memchr.c (LONG_MAX): Remove.
51325         * lib/memrchr.c (LONG_MAX): Likewise.
51326         * lib/memchr.c (__memchr): Define via a prototype.
51327         * lib/memrchr.c (__memrchr): Likewise.
51328         * lib/memcmp.c (__P): Remove, and remove all uses.
51329         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
51330         Remove forward decls; no longer needed.
51331         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
51332         Use types required by C89 in prototype.
51333
51334         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
51335         * lib/savedir.c: Likewise.
51336         * lib/mkdir.c (free): Remove decl.
51337         * lib/rmdir.c (rmdir): Define with a prototype.
51338         * lib/savedir.c: Include savedir.h first, to test interface.
51339
51340         * lib/mktime.c (STDC_HEADERS): Remove.
51341         Include <stdlib.h>, <string.h> unconditionally.
51342
51343         * lib/modechange.c: Include <stdlib.h> unconditionally.
51344         (malloc): Remove decl.
51345
51346         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
51347         (free): Remove decl.
51348
51349         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
51350         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
51351         (This type really should be intptr_t, but that's a C99ism.)
51352         (_obstack_memcpy): Remove: all uses changed to memcpy.
51353         Include <string.h> unconditionally.
51354         (struct obstack): Assume __STDC__ for types of members
51355         chunkfun, freefun, extra_arg.
51356         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
51357         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
51358         obstack_begin, obstack_specify_allocation,
51359         obstack_specify_allocation_with_arg, obstack_chunkfun,
51360         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
51361         Remove unprototyped decls and the macros that use them.
51362         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
51363         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
51364         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
51365         (defined __STDC__ && __STDC__)]:
51366         Remove nonprototyped code.
51367         Include <stdlib.h> unconditionally.
51368         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
51369         _obstack_allocated_p, _obstack_free, obstack_free,
51370         _obstack_memory_used, print_and_abort):
51371         Define using prototypes.
51372         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
51373         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
51374         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
51375         obstack_next_free, obstack_object_size, obstack_room) [0]:
51376         Remove unused, unprototyped code.
51377
51378         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
51379
51380         * lib/physmem.c (physmem_total, physmem_available, main): Define
51381         with prototypes.
51382
51383         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
51384         (main): Define with a prototype.
51385
51386         * lib/posixver.c (getenv): Remove decl.
51387
51388         * lib/putenv.c (malloc): Returns void *, not char *.
51389         Include <string.h> unconditionally.
51390         (strchr, memcpy, NULL): Do not define.
51391
51392         * lib/readtokens.c: Include readtokens.h first, to test interface.
51393         Include <stdlib.h>, <string.h> unconditionally.
51394         (init_tokenbuffer): Define with a prototype.
51395
51396         * lib/regex.c (PARAMS): Remove.  All uses removed.
51397         All uses of _RE_ARGS removed, too.
51398         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
51399         unconditionally.
51400         (bzero): Assume memset exists.
51401         (memcmp, memcpy, NULL): Remove.
51402         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
51403         char, or assignments to local vars of type signed char.
51404         (init_syntax_once, PREFIX(extract_number_and_incr),
51405         PREFIX(print_partial_compiled_pattern),
51406         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
51407         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
51408         PREFIX(regex_grow_registers), PREFIX(regex_compile),
51409         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
51410         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
51411         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
51412         wcs_compile_range, byte_compile_range, truncate_wchar,
51413         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
51414         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
51415         count_mbs_length, wcs_re_match_2_internal,
51416         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
51417         PREFIX(alt_match_null_string_p),
51418         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
51419         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
51420         regfree, PREFIX(extract_number)): Define with prototype.  Remove
51421         now-unnecessary declaration, if any.
51422         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
51423         regcomp, regexec):
51424         Remove now-unnecessary casts among pointer types.
51425         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
51426
51427         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
51428         (free): Remove decl.
51429
51430         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
51431
51432         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
51433         (free): Remove decl.
51434
51435         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
51436         * lib/xgetcwd.c: Likewise.
51437
51438         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
51439         (free): Remove decl.
51440
51441         * lib/strchrnul.c (strchrnul): Define with a prototype.
51442         Fix bug: c_in was not converted to char before searching.
51443
51444         The following changes are not K&R related:
51445
51446         * lib/group-member.h: Include <sys/types.h>, so that this file is
51447         self-contained.
51448         * lib/makepath.h: Likewise.
51449
51450         * lib/getusershell.c (readname, default_index, line_size, readname):
51451         Use size_t, not int, for sizes.
51452         (readname): If the size overflows, report an error instead of
51453         looping forever.
51454
51455 2003-09-09  Paul Eggert  <eggert@twinsun.com>
51456
51457         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
51458         libc.
51459
51460 2003-09-09  Paul Eggert  <eggert@twinsun.com>
51461
51462         * README: New section: portability guidelines.
51463
51464 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
51465
51466         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
51467         C89 spec.
51468
51469 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
51470
51471         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
51472
51473 2003-09-08  Paul Eggert  <eggert@twinsun.com>
51474
51475         Assume C89 or better; remove K&R cruft.
51476         A few of these changes were first proposed by Derek Robert Price
51477         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
51478
51479         * lib/addext.c: Include <string.h> unconditionally.
51480         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
51481         Don't declare getenv or malloc.
51482
51483         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
51484         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
51485         (NULL): Remove.
51486         (find_stack_direction, alloca): Use prototypes.
51487
51488         * lib/atexit.c (atexit): Define using a prototype.
51489
51490         * lib/basename.c, dirname.c, stripslash.c:
51491         Include <string.h> unconditionally.
51492
51493         * lib/bcopy.c: Include <stddef.h>.
51494         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
51495
51496         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
51497
51498         * lib/error.h (error, error_at_line, error_print_progname)
51499         [! (defined (__STDC__) && __STDC__)]: Remove decls.
51500         * lib/error.c: Include error.h first, to check interface.
51501         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
51502         (VA_START): Remove; all uses changeed to va_start.
51503         (exit, strerror): Remove decls.
51504         (error_print_progname): Prototype uncondionally.
51505         Don't include <errno.h>; no longer needed.
51506         (private_strerror): Remove.
51507         (error_tail): Always define.
51508         (error, error_at_line): Assume C89 or better; always use prototypes.
51509         * lib/fatal.c: Include "fatal.h" first, to test interface.
51510         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
51511         (VA_START): Remove; all uses changed to va_start.
51512         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
51513         this case.
51514         (exit): Remove decl.
51515         (fatal): Prototype unconditionally.  Assume va_start works.
51516         Abort at end, to pacify gcc.
51517
51518         * lib/euidaccess.c (main): Define with a prototype.
51519
51520         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
51521
51522         * lib/exitfail.c: Include <stdlib.h> unconditionally.
51523
51524         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
51525         prototypes.
51526         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
51527         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
51528         (getenv): Remove decl.
51529         (fnmatch): Define using a prototype.
51530         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
51531         (FCT): Define using a prototype.
51532
51533         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
51534
51535         * lib/gethostname.c: Include <stddef.h>.
51536         (gethostname): Define with prototype.  Length is size_t, not int.
51537
51538 2003-09-08  Paul Eggert  <eggert@twinsun.com>
51539
51540         Assume C89 or better; remove K&R cruft.
51541         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
51542         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
51543         string.h, getenv, malloc.
51544         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
51545         headers.
51546         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
51547         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
51548         do not check for strerror.
51549         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
51550         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
51551         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
51552         do not check for doprnt or vprintf.
51553         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
51554         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
51555
51556 2003-09-08  Paul Eggert  <eggert@twinsun.com>
51557
51558         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
51559         getversion.c should have been removed then, but was accidentally
51560         preserved.
51561
51562         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
51563         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
51564
51565 2003-09-08  Karl Berry  <karl@gnu.org>
51566
51567         * config/config.sub, config.guess, srclistvars.sh: update from savannah
51568                 config, forget about prep.
51569
51570         * config/depcomp, missing: update from automake.
51571
51572 2003-09-07  Paul Eggert  <eggert@twinsun.com>
51573
51574         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
51575         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
51576
51577 2003-09-07  Paul Eggert  <eggert@twinsun.com>
51578
51579         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
51580         copy_tm_result.  Bug reported by Simon Josefsson in
51581         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
51582
51583 2003-09-06  Paul Eggert  <eggert@twinsun.com>
51584
51585         * m4/time_r.m4: New file.
51586         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
51587         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
51588         is. Check for timegm declaration.
51589         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
51590         Do not check for gmtime_r.
51591         Replace mktime if __mktime_internal does not exist and if mktime
51592         hasn't been replaced already.
51593
51594 2003-09-06  Paul Eggert  <eggert@twinsun.com>
51595
51596         * lib/time_r.c, lib/time_r.h: New files.
51597
51598         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
51599         __localtime_r.
51600         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
51601         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
51602
51603         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
51604         __gmtime_r.
51605         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
51606         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
51607         Include <time_r.h>.
51608
51609         * lib/timegm.c: Switch to glibc implementation, with the following
51610         changes:
51611         [defined HAVE_CONFIG_H]: Include <config.h>.
51612         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
51613         (__mktime_internal) [!defined _LIBC]: New decl.
51614         (__gmtime_r) [!defined _LIBC]: New macro and function.
51615         (timegm): Use a prototype, since gnulib assumes C89.
51616         Do not bother declaring tmp to be const, as it's not really usefu.
51617         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
51618         (timegm): Declare only if HAVE_DECL_TIMEGM.
51619
51620 2003-09-06  Paul Eggert  <eggert@twinsun.com>
51621
51622         * MODULES.html.sh (func_all_modules): Add time_r.
51623         * modules/time_r: New file.
51624         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
51625         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
51626
51627 2003-09-03  Paul Eggert  <eggert@twinsun.com>
51628
51629         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
51630         Bug reported by Lute Kamstra in
51631         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
51632
51633         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
51634         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
51635         course with correspondingly smaller numbers for tomorrow and
51636         yesterday.  From Tadayoshi Funaba.  Originally installed into
51637         sh-utils on 1999-08-07, but the patch got lost (I guess during the
51638         coreutils merge?).
51639
51640 2003-08-31  Simon Josefsson  <jas@extundo.com>
51641
51642         * modules/timegm: New file.
51643         * MODULES.html.sh (func_all_modules): Add timegm.
51644
51645 2003-08-31  Simon Josefsson  <jas@extundo.com>
51646
51647         * m4/timegm.m4: New file.
51648
51649 2003-08-31  Simon Josefsson  <jas@extundo.com>
51650
51651         * lib/timegm.h: New file.
51652         * lib/timegm.c: New file.  Based on
51653         wget-1.8.2/src/http.c:mktime_from_utc.
51654
51655 2003-08-31  Karl Berry  <karl@gnu.org>
51656
51657         * lib/argp.h: update from libc.
51658
51659 2003-08-28  Bruno Haible  <bruno@clisp.org>
51660
51661         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
51662         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
51663         followed by '#define fnmatch fnmatch_posix' gives an error.
51664
51665 2003-08-28  Bruno Haible  <bruno@clisp.org>
51666
51667         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
51668         warning on QNX, which defines O_BINARY to 000000.
51669
51670 2003-08-27  Jim Meyering  <jim@meyering.net>
51671
51672         * m4/mkstemp.m4: Require that the system mkstemp be able to create
51673         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
51674         would fail after 32.  Reported by Danny Levinson.  Details here:
51675         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
51676
51677 2003-08-24  Bruno Haible  <bruno@clisp.org>
51678
51679         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
51680         MSVC7 <stdio.h> is included later.
51681
51682 2003-08-22  Simon Josefsson  <jas@extundo.com>
51683
51684         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
51685
51686 2003-08-20  Karl Berry  <karl@gnu.org>
51687
51688         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
51689
51690 2003-08-20  Bruno Haible  <bruno@clisp.org>
51691
51692         * modules/progname: New file.
51693         * MODULES.html.sh (func_all_modules): Add progname.
51694
51695 2003-08-20  Bruno Haible  <bruno@clisp.org>
51696
51697         * lib/progname.h: New file, from GNU gettext.
51698         * lib/progname.c: New file, from GNU gettext.
51699         * lib/progreloc.c: New file, from GNU gettext.
51700
51701 2003-08-19  Jim Meyering  <jim@meyering.net>
51702
51703         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
51704         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
51705
51706 2003-08-19  Bruno Haible  <bruno@clisp.org>
51707
51708         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
51709         more.
51710
51711 2003-08-19  Bruno Haible  <bruno@clisp.org>
51712
51713         * lib/xstrdup.c: Assume <string.h> exists.
51714
51715 2003-08-18  Paul Eggert  <eggert@twinsun.com>
51716
51717         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
51718         in makefile rules.
51719
51720 2003-08-18  Jim Meyering  <jim@meyering.net>
51721
51722         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
51723         * m4/lib-ld.m4: Likewise.
51724
51725 2003-08-18  Jim Meyering  <jim@meyering.net>
51726
51727         * lib/setenv.h: Indent nested cpp directive.
51728         * lib/vasnprintf.c: Remove trailing blanks.
51729
51730 2003-08-17  Simon Josefsson  <jas@extundo.com>
51731
51732         * modules/xstrndup: New file.
51733         * MODULES.html.sh (func_all_modules): Add xstrndup.
51734
51735 2003-08-17  Simon Josefsson  <jas@extundo.com>
51736
51737         * modules/argp: Fix autoconf macro name. Add more dependencies.
51738
51739 2003-08-17  Simon Josefsson  <jas@extundo.com>
51740
51741         * m4/xstrndup.m4: New file.
51742
51743 2003-08-17  Simon Josefsson  <jas@extundo.com>
51744
51745         * m4/argp.m4: New file.
51746
51747 2003-08-17  Simon Josefsson  <jas@extundo.com>
51748             Bruno Haible  <bruno@clisp.org>
51749
51750         * lib/xstrndup.h: New file.
51751         * lib/xstrndup.c: New file.
51752
51753 2003-08-17  Bruno Haible  <bruno@clisp.org>
51754
51755         * modules/strndup (Files, Include): Add lib/strndup.h.
51756
51757 2003-08-17  Bruno Haible  <bruno@clisp.org>
51758
51759         * modules/euidaccess (Files): Add lib/euidaccess.h.
51760
51761 2003-08-17  Bruno Haible  <bruno@clisp.org>
51762
51763         * lib/strndup.h: New file.
51764
51765 2003-08-17  Bruno Haible  <bruno@clisp.org>
51766
51767         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
51768         like AC_GNU_SOURCE.
51769         * modules/extensions (configure.ac): Comment out the invocation of
51770         gl_USE_SYSTEM_EXTENSIONS.
51771
51772 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51773
51774         Merges from coreutils, etc.
51775         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
51776         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
51777         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
51778         fixing a typo.
51779         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
51780         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
51781
51782 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51783
51784         Document merge from coreutils.
51785         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
51786         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
51787         * modules/utime: Add m4/utimes-null.m4.
51788
51789 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51790
51791         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
51792         space, undoing this 2003-08-12 change:
51793         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
51794
51795 2003-08-16  Paul Eggert  <eggert@twinsun.com>
51796
51797         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
51798         strtoul.c from libc, undoing this 2003-08-12 change:
51799         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
51800
51801 2003-08-16  Jim Meyering  <jim@meyering.net>
51802
51803         Merges from coreutils.
51804         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
51805         prefix.  Adjust cache variables similarly.  Create 500 rather than
51806         just 300 files, to exercise bug on Darwin6.5, too.
51807         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
51808         $missing_dir.
51809         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
51810         AM_SYS_POSIX_TERMIOS.
51811         Reported by mkc@mathdogs.com.
51812         Also change use of $am_cv_sys_posix_termios
51813         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
51814         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
51815         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
51816         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
51817         in /proc/mounts until it finds one with matching device number.  This
51818         is unnecessary when the FILE argument *is* a mount point.  No stat call
51819         is necessary in that case.  So, disable the statvfs-testing code on
51820         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
51821         as RedHat bug# 84846.
51822         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
51823         to 1MB, so as not to render systems with no stack size limit (e.g.,
51824         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
51825         Include <unistd.h>.  On some systems,
51826         it is required for the definition of _SC_PAGESIZE.
51827
51828 2003-08-16  Jim Meyering  <jim@meyering.net>
51829
51830         Merge from coreutils.
51831         * lib/xstrtoimax.c: #else #if -> #elif.
51832         * lib/xstrtoumax.c: Likewise.
51833
51834 2003-08-16  Jim Meyering  <jim@meyering.net>
51835
51836         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
51837         * m4/utimes.m4: Removed.
51838         * m4/utimes-null.m4: Renamed from utimes.m4.
51839
51840         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
51841         to 1MB, so as not to render systems with no stack size limit (e.g.,
51842         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
51843         Include <unistd.h>.  On some systems,
51844         it is required for the definition of _SC_PAGESIZE.
51845
51846 2003-08-16  Jim Meyering  <jim@meyering.net>
51847         and Paul Eggert  <eggert@cs.ucla.edu>
51848
51849         Merges from coreutils, etc.
51850
51851         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
51852         using the latest version from cvs.  This avoids problems with #line
51853         directives using a vendor (Sun) compiler.
51854         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
51855         Don't set GETGROUPS_LIB here; now it's
51856         done via getgroups.m4's wrapper function.
51857         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
51858         rather than just in sh-util/configure.in, so that the
51859         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
51860         same.
51861         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
51862         AC_FUNC_GETLOADAVG where to find getloadavg.c.
51863         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
51864         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
51865         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
51866         Remove code that is now done by the newly-required macros.
51867         Append $(EXEEXT) to DF_PROG.
51868         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
51869         Do not invoke or require the following here,
51870         since prereq.m4 or some gnulib .m4 now does this for us:
51871         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
51872         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
51873         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
51874         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
51875         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
51876         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
51877         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
51878         AC_FUNC_OBSTACK.
51879         Do not replace the following functions, as this is now the job
51880         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
51881         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
51882         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
51883         atexit getpass, strdup, getpagesize.
51884         Replace 'raise'.
51885         Do not check for the following functions, as this is now the job
51886         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
51887         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
51888         setregid.
51889         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
51890         Check for sys/sysctl.h.
51891         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
51892         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
51893         of checking for ssize_t ourselves.
51894
51895         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
51896         Require every macro that gnulib/modules/* suggests for us.
51897         (jm_PREREQ_ADDEXT): New macro.
51898         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
51899         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
51900
51901         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
51902         (gl_PHYSMEM): Use it.
51903         Also check for `table' function.
51904         Check for new headers and functions.
51905         Add check for sys/sysmp.h.
51906         With suggestions from Kaveh Ghazi.
51907         Ignore headers that are present but cannot be compiled.  This
51908         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
51909         C 5.4.
51910
51911 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51912
51913         Document merge from coreutils.
51914         * modules/userspec: Depend on posixver.
51915         * modules/strftime: Depend on tzset.
51916
51917 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51918
51919         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
51920         rather than tab, after '#' in shell-script copyright notices.
51921         Suggested by Bruno Haible.
51922
51923 2003-08-15  Paul Eggert  <eggert@twinsun.com>
51924
51925         * config/srclist-update: Use three spaces, rather than tab, after '#'
51926         in shell-script copyright notices.  Suggested by Bruno Haible.
51927         Remove unnecessary parenthesization in regular expression.
51928
51929 2003-08-15  Jim Meyering  <jim@meyering.net>
51930
51931         Merge from coreutils.
51932         * lib/xgethostname.c: Include <stdlib.h>.
51933         (xghostname): Don't exit for anything other than memory-related
51934         failure; just return NULL.
51935         * lib/userspec.c: Include "posixver.h".
51936         (parse_user_spec): Accept `.' as a separator only
51937         in pre-POSIX-200112 mode.
51938         * lib/strtoimax.c: Use #elif rather than #else #if.
51939         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
51940         Remove function, now that we can rely on a working tzset function.
51941         [!_LIBC]: Ensure that the required autoconf test has been run.
51942         [!defined _NL_CURRENT && HAVE_STRFTIME]:
51943         Use underlying_strftime for %r.
51944         * lib/sha.c: Merge in some clean-up and optimization changes from
51945         glibc.
51946         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
51947         Ensure that it is a multiple of 64.
51948         Rearrange loop exit tests so as to avoid performing an
51949         additional fread after encountering an error or EOF.
51950         * lib/realloc.c: Update copyright date.
51951
51952 2003-08-15  Jim Meyering  <jim@meyering.net>
51953         and Paul Eggert  <eggert@twinsun.com>
51954
51955         Merge from coreutils.
51956         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
51957         member but strut utmpx does not.  Needed for AIX 4.3.3.
51958         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
51959
51960 2003-08-15  Jim Meyering  <jim@meyering.net>
51961         and Paul Eggert  <eggert@cs.ucla.edu>
51962
51963         Merges from coreutils, etc.
51964         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
51965         Require gl_FUNC_TZSET_CLOBBER.
51966         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
51967         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
51968         members.
51969
51970 2003-08-14  Paul Eggert  <eggert@twinsun.com>
51971
51972         Help the merge from coreutils.
51973         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
51974         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
51975         * m4/tzset.m4: Use it too.
51976
51977 2003-08-14  Paul Eggert  <eggert@twinsun.com>
51978
51979         * modules/tzset: New file.
51980
51981 2003-08-14  Jim Meyering  <jim@meyering.net>
51982
51983         Merges from coreutils.
51984         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
51985         variable names, rather than @FNMATCH_H@.
51986         * modules/alloca: Likewise for $(ALLOCA_H).
51987
51988         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
51989         the three copies of the literal target, `fnmatch.h'.
51990         * modules/alloca (alloca.h): Likewise.
51991
51992 2003-08-14  Jim Meyering  <jim@meyering.net>
51993
51994         Merge from coreutils.
51995         * m4/tzset.m4: New file.
51996         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
51997         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
51998         otherwise, AIX 5.1 systems would end up using the latter.
51999         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
52000         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
52001         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
52002         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
52003
52004 2003-08-14  Jim Meyering  <jim@meyering.net>
52005
52006         Merge from coreutils.
52007         * lib/obstack.h: Whitespace changes.
52008         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
52009         and xcalloc return values.
52010         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
52011         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
52012         hang on OSF/1 5.1 for DIR on both local and remote file systems.
52013         Reported by (and fix confirmed by) Nelson H. F. Beebe.
52014         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
52015         error from mntctl.
52016         Use mntctl's return value to drive the entry-processing loop, since
52017         we can't rely on the value of the vmt_length member in the last
52018         entry.  On some systems doing so could result in exhausting
52019         virtual memory.  Based in part on a patch from Mike Jetzer.
52020
52021 2003-08-14  Jim Meyering  <jim@meyering.net>
52022         and Paul Eggert  <eggert@twinsun.com>
52023
52024         Merges from coreutils, plus other fixes.
52025         * lib/physmem.c: Merge in portability changes from gcc/libiberty
52026         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
52027         for credits and details.  Thanks to Kaveh Ghazi for helping
52028         to keep these files in sync.
52029         (ARRAY_SIZE): Define it.
52030         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
52031         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
52032         (memcasecmp): Don't assume size_t fits in unsigned int.
52033         Remove casts and duplicate code.
52034         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
52035         (memcpy): Remove definition.
52036         Merge in some clean-up and optimization changes from glibc.
52037         [BLOCKSIZE]: Move definition to top of file.
52038         Ensure that it is a multiple of 64.
52039         Rearrange loop exit tests so as to avoid performing an
52040         additional fread after encountering an error or EOF.
52041         * lib/md5.h (md5_uintptr): Define.
52042         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
52043         return to the initial working directory.  Preserve errno
52044         for caller.
52045         * lib/idcache.c: Include "xalloc.h".
52046         (xmalloc, xrealloc): Remove decls.
52047         (getuser): Remove casts no longer required in C89.
52048         * lib/human.c: Include stdio.h, for sprintf.
52049         * lib/group-member.c: Include "xalloc.h".
52050         (xmalloc, xrealloc): Remove decls.
52051         (get_group_info): Remove casts no longer required in C89.
52052         * lib/getusershell.c (readname): Remove casts no longer required in
52053         C89.
52054         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
52055         * lib/getline.c: Whitespace fix, from coreutils.
52056
52057 2003-08-13  Paul Eggert  <eggert@twinsun.com>
52058
52059         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
52060         Check for isascii.
52061
52062         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
52063         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
52064         Undo previous (whitespace-only) change.
52065
52066 2003-08-13  Paul Eggert  <eggert@twinsun.com>
52067
52068         * lib/exclude.c: Include <ctype.h>
52069         (IN_CTYPE_DOMAIN): New macro.
52070         (is_space): New fn.
52071         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
52072         and empty lines.
52073
52074         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
52075         Undo previous (whitespace-only) change.
52076
52077 2003-08-13  Paul Eggert  <eggert@twinsun.com>
52078
52079         * config/srclist-update: Change update back to the old behavior,
52080         leaving whitespace alone.  Use one 'sed' command rather than a
52081         pipeline.
52082         (fixlicense): Now a variable, not a function.
52083         (remove_trailing_blanks): Remove.
52084         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
52085         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
52086         Undo previous (whitespace-only) change.
52087
52088 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52089
52090         Merge from coreutils.
52091         * modules/euidaccess: Add lib_SOURCES, include for new
52092         file euidaccess.h
52093
52094 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52095
52096         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
52097         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
52098         Normalize leading white space and remove trailing white space.
52099
52100         Merge from coreutils
52101         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
52102
52103         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
52104         0.12.1.  These files are now being upgraded automatically by
52105         ../config/srclist-update.
52106
52107 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52108
52109         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
52110         Normalize leading white space and remove trailing white space.
52111         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
52112         notice, as per ../config/srclist-update.
52113
52114         Merge from coreutils.
52115         * lib/euidaccess.h: New file.
52116         * lib/euidaccess.c: Include it.
52117         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
52118         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
52119         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
52120
52121 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52122
52123         * config/srclist-update: Add copyright notice.
52124         (remove_id_lines, remove_trailing_blanks): New constants.
52125         (fixfile): Use them to normalize spacing a bit in copied files.
52126         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
52127         Normalize leading white space and remove trailing white space.
52128
52129         * config/texinfo.tex: Sync with texinfo.
52130
52131         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
52132         strtoul.c from libc, to merge coreutils whitespace changes.
52133
52134         * config/srclist.txt: Get the following m4 files from gettext:
52135         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
52136         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
52137         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
52138         wint_t.m4.
52139
52140 2003-08-12  Karl Berry  <karl@gnu.org>
52141
52142         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
52143         been made.
52144
52145 2003-08-11  Paul Eggert  <eggert@twinsun.com>
52146
52147         * modules/gnu-source, m4/gnu-source.m4:
52148         Remove; we're assuming Autoconf 2.54 or later now.
52149         Suggested by Bruno Haible.
52150         * MODULES.html.sh (func_all_modules): Remove gnu-source.
52151
52152 2003-08-11  Bruno Haible  <bruno@clisp.org>
52153
52154         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
52155
52156 2003-08-11  Bruno Haible  <bruno@clisp.org>
52157
52158         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
52159         (vasnprintf): Use it instead of wcslen.
52160
52161 2003-08-11  Bruno Haible  <bruno@clisp.org>
52162
52163         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
52164         value to ensure that _Bool promotes to int. Use #define for _Bool when
52165         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
52166
52167 2003-08-10  Karl Berry  <karl@gnu.org>
52168
52169         * lib/regex.h: update from libc (whitespace fix).
52170
52171 2003-08-09  Paul Eggert  <eggert@twinsun.com>
52172
52173         Merge some files from coreutils.  These changes were
52174         originally made by Jim Meyering.
52175         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
52176         many older Unixes require this.
52177         * lib/alloca.c (alloca): Remove cast to argument of free;
52178         no longer needed in C89.
52179         * lib/alloca_.h, regex.h: Fix white space to match
52180         what GNU indent does.
52181
52182 2003-08-09  Paul Eggert  <eggert@twinsun.com>
52183
52184         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
52185         apparently Emacs's Unicode mode got confused before my 2003-08-05
52186         checkin.
52187
52188 2003-08-08  Paul Eggert  <eggert@twinsun.com>
52189
52190         * m4/extensions.m4: New file.
52191         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
52192         Require gl_USE_SYSTEM_EXTENSIONS.
52193         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
52194         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
52195
52196 2003-08-08  Paul Eggert  <eggert@twinsun.com>
52197
52198         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
52199         * modules/extensions, modules/gnu-source: New files.
52200         * modules/timespec, modules/unlocked-io: Depend on extensions.
52201
52202 2003-08-07  Paul Eggert  <eggert@twinsun.com>
52203
52204         * modules/restrict: New file.
52205         * MODULES.html.sh (func_all_modules): Add restrict.
52206         * modules/regex: Depend on restrict.
52207
52208 2003-08-07  Paul Eggert  <eggert@twinsun.com>
52209
52210         * m4/restrict.m4: New file.
52211         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
52212
52213 2003-08-07  Bruno Haible  <bruno@clisp.org>
52214
52215         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
52216         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
52217
52218 2003-08-07  Bruno Haible  <bruno@clisp.org>
52219
52220         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
52221         makes the module 'getndelim2' compatible with the module 'getline'.
52222
52223 2003-08-05  Paul Eggert  <eggert@twinsun.com>
52224
52225         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
52226         byte with "\201" to avoid glitches when editing that source file
52227         with multi-gnome-terminal.
52228
52229 2003-08-05  Paul Eggert  <eggert@twinsun.com>
52230
52231         * lib/bumpalloc.h: Remove.
52232
52233 2003-08-05  Paul Eggert  <eggert@twinsun.com>
52234
52235         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
52236         * modules/bumpalloc: Remove.
52237
52238 2003-08-04  Paul Eggert  <eggert@twinsun.com>
52239
52240         * lib/getloadavg.c: Change copyright notice and spacing to conform to
52241         GNU coding style.
52242
52243         Merge from coreutils.
52244         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
52245         1. From glibc.
52246         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
52247         from Karl Berry, implemented by Jim Meyering.
52248         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
52249         from Dmitry V. Levin.
52250         Remove anachronistic cast of xrealloc.
52251         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
52252         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
52253         type. Otherwise, it wouldn't compile with at least /bin/cc on
52254         ymp-cray-unicos9.0.2.X.
52255         Combine two mostly-identical uses of alloca into one.
52256         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
52257
52258 2003-08-04  Dave Love  <d.love@dl.ac.uk>
52259
52260         [From Emacs.]
52261
52262         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
52263         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
52264         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
52265         obsolete NLIST_NAME_UNION.
52266         [__GNU__]: Undef BSD and FSCALE.
52267         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
52268
52269 2003-08-03  Paul Eggert  <eggert@twinsun.com>
52270
52271         * lib/stdbool_.h (_Bool): Make it signed char, instead of
52272         an enum type, so that it's guaranteed to promote to int.  See:
52273         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
52274
52275 2003-08-03  Karl Berry  <karl@gnu.org>
52276
52277         * config/depcomp: update from automake.
52278
52279 2003-07-31  Paul Eggert  <eggert@twinsun.com>
52280
52281         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
52282         (strerror): Don't assume that a printable int fits in 14 bytes.
52283
52284 2003-07-31  Bruno Haible  <bruno@clisp.org>
52285
52286         * modules/getpass-gnu: New file.
52287         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
52288
52289 2003-07-31  Bruno Haible  <bruno@clisp.org>
52290
52291         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
52292
52293 2003-07-24  Karl Berry  <karl@gnu.org>
52294
52295         * config/missing: update from automake.
52296
52297 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
52298             Bruno Haible  <bruno@clisp.org>
52299
52300         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
52301         * lib/getline.c (getline, getdelim): Likewise.
52302         Remove _GNU_SOURCE define; now it's defined in config.h through
52303         m4/getline.m4.
52304
52305 2003-07-23  Karl Berry  <karl@gnu.org>
52306
52307         * config/config.sub: update from prep.
52308
52309 2003-07-22  Paul Eggert  <eggert@twinsun.com>
52310
52311         * modules/xalloc (Depends-on): Add exitfail.
52312         * modules/xmemcoll: Likewise.
52313
52314 2003-07-22  Paul Eggert  <eggert@twinsun.com>
52315
52316         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
52317         over-parenthesization in macros.
52318
52319         Sync with coreutils.
52320
52321         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
52322         required by C99.
52323
52324         Use `exit_failure' for xalloc and xmemcoll instead of their own
52325         private exit-failure variables.
52326         * lib/xalloc.h (xalloc_exit_failure): Remove.
52327         * lib/xmalloc.c: Likewise.  Include exitfail.h.
52328         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
52329         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
52330         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
52331         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
52332
52333 2003-07-20  Jim Meyering  <jim@meyering.net>
52334
52335         * modules/closeout (Depends-on): Add exitfail.
52336         Suggestion from Bruno Haible.
52337
52338 2003-07-19  Karl Berry  <karl@gnu.org>
52339
52340         * config/config.sub: update from prep.
52341
52342 2003-07-18  Paul Eggert  <eggert@twinsun.com>
52343
52344         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
52345         Remove.
52346         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
52347         to test that it can stand by itself.  Include "exitfail.h".
52348         Clients should set exit_failure instead.
52349         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
52350
52351 2003-07-18  Bruno Haible  <bruno@clisp.org>
52352
52353         * modules/getndelim2: New file.
52354         * modules/getline: Share files with module getndelim2.
52355         * modules/getnline: Depend on getndelim2 instead of sharing files with
52356         it. Add getnline.c to lib_SOURCES.
52357         * MODULES.html.sh (func_all_modules): Add getndelim2.
52358
52359 2003-07-18  Bruno Haible  <bruno@clisp.org>
52360
52361         * m4/getndelim2.m4: New file.
52362         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
52363         invoke gl_PREREQ_GETNDELIM2.
52364         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
52365         gl_PREREQ_GETNDELIM2.
52366         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
52367         gl_GETNDELIM2.
52368
52369 2003-07-18  Bruno Haible  <bruno@clisp.org>
52370
52371         * lib/getndelim2.h: New file.
52372         * lib/getndelim2.c: Make into a module of its own. Include config.h,
52373         getndelim2.h.
52374         (getndelim2): Make non-static. Change return type to ssize_t.
52375         * lib/getline.h: Change argument names.
52376         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
52377         * lib/getnline.c: Include getndelim2.h.
52378
52379 2003-07-18  Andreas Schwab  <schwab@suse.de>
52380
52381         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
52382
52383 2003-07-17  Karl Berry  <karl@gnu.org>
52384
52385         * config/config.sub: update from prep.
52386
52387 2003-07-17  Bruno Haible  <bruno@clisp.org>
52388
52389         * modules/getnline: New file.
52390         * modules/getline: Add lib/getndelim2.c to source file list.
52391         * MODULES.html.sh (func_all_modules): Add getnline.
52392
52393 2003-07-17  Bruno Haible  <bruno@clisp.org>
52394
52395         * m4/getnline.m4: New file.
52396
52397 2003-07-17  Bruno Haible  <bruno@clisp.org>
52398
52399         * m4/Makefile.am.in: Remove file.
52400         * m4/Makefile.am: Remove file.
52401         * m4/Makefile.in: Remove file.
52402
52403 2003-07-17  Bruno Haible  <bruno@clisp.org>
52404
52405         * lib/getnline.h: New file.
52406         * lib/getnline.c: New file.
52407         * lib/getndelim2.c: New file, extracted from getline.c.
52408         (getndelim2): Renamed from getdelim2, with added nmax argument.
52409         * lib/getline.c: Include getndelim2.c.
52410         (getdelim2): Moved out to getndelim2.c.
52411         (getline, getdelim): Update.
52412
52413 2003-07-17  Bruno Haible  <bruno@clisp.org>
52414
52415         * lib/Makefile.am: Remove file.
52416         * lib/Makefile.in: Remove file.
52417
52418 2003-07-17  Bruno Haible  <bruno@clisp.org>
52419
52420         * configure.in: Remove file.
52421         * Makefile.in: Remove file.
52422
52423 2003-07-17  Bruno Haible  <bruno@clisp.org>
52424
52425         * MODULES.html.sh: Put the </BODY> right before </HTML>.
52426
52427 2003-07-16  Karl Berry  <karl@gnu.org>
52428
52429         * config/srclist-update: was running fixlicense twice, which caused
52430                 texinfo.tex to be nullified for some reason.  Simplify,
52431                 $gplsrc is no longer needed as far as I can see?
52432
52433 2003-07-16  Jim Meyering  <jim@meyering.net>
52434
52435         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
52436
52437 2003-07-15  Paul Eggert  <eggert@twinsun.com>
52438
52439         * config/srclist.txt: Get the following files from gettext-runtime/intl
52440         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
52441         ref-del.sin.  From Bruno Haible.
52442         * config/srclist-update (fixfile): Change grep pattern again, since the
52443         previous fix didn't work (there was another trailing $).  Use
52444         '[$]' to escape the $s.
52445
52446 2003-07-15  Karl Berry  <karl@gnu.org>
52447
52448         * lib/vasnprintf.c: update from gettext.
52449
52450 2003-07-15  Karl Berry  <karl@gnu.org>
52451
52452         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
52453         gets expanded when surrounded by '$'.
52454
52455 2003-07-15  Jim Meyering  <jim@meyering.net>
52456
52457         * modules/save-cwd: Don't depend on error.  From Derek Price.
52458
52459 2003-07-15  Jim Meyering  <jim@meyering.net>
52460
52461         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
52462
52463 2003-07-14  Simon Josefsson  <jas@extundo.com>
52464
52465         * modules/mempcpy: New file.
52466         * MODULES.html.sh (func_all_modules): Add mempcpy.
52467
52468 2003-07-14  Simon Josefsson  <jas@extundo.com>
52469
52470         * m4/mempcpy.m4: New file.
52471
52472 2003-07-14  Simon Josefsson  <jas@extundo.com>
52473
52474         * lib/mempcpy.h: New file.
52475         * lib/mempcpy.c: New file.
52476
52477 2003-07-14  Paul Eggert  <eggert@twinsun.com>
52478
52479         * modules/getdate, modules/posixtm: Depend on mktime.
52480
52481 2003-07-14  Paul Eggert  <eggert@twinsun.com>
52482
52483         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
52484         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
52485         unicodeio.c, unicodeio.h, unlocked-io.h:
52486         Switch from LGPL to GPL.
52487
52488 2003-07-14  Paul Eggert  <eggert@twinsun.com>
52489
52490         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
52491         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
52492         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
52493         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
52494         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
52495         updated automatically by ../config/srclist-update.  This changes
52496         their license from LPGL to GPL.
52497
52498 2003-07-14  Paul Eggert  <eggert@twinsun.com>
52499
52500         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
52501         assumed to refer to the root of the most recent stable gettext version.
52502         * config/srclistvars.sh: Add defaults for eggert.
52503         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
52504         Match "This program" as well as "The program".  This is needed
52505         for gettext.
52506
52507 2003-07-14  Jim Meyering  <jim@meyering.net>
52508
52509         Don't emit diagnostics.  Let callers do that.
52510         * lib/save-cwd.c: Don't include "error.h".
52511         (save_cwd): Don't call error.  Ensure that errno is valid
52512         when returning nonzero.
52513
52514         * lib/save-cwd.h (restore_cwd): Update prototype.
52515         * lib/save-cwd.c (restore_cwd): Remove two parameters.
52516         Simplify.  Don't call error upon failure.  Let callers do that.
52517         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
52518         when auditing is enabled.  But don't bother updating the #if.
52519
52520 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
52521
52522         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
52523         it breaks C++ compilation.
52524         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
52525
52526 2003-07-10  Simon Josefsson  <jas@extundo.com>
52527
52528         * modules/strchrnul (Makefile.am): Add strchrnul.h.
52529
52530 2003-07-10  Jim Meyering  <jim@meyering.net>
52531
52532         * m4/clock_time.m4: Remove trailing blank.
52533         * m4/intmax_t.m4: Likewise.
52534
52535 2003-07-10  Jim Meyering  <jim@meyering.net>
52536
52537         * lib/vasnprintf.c: Remove trailing blanks.
52538         Make cpp indentation consistent.
52539
52540 2003-07-09  Paul Eggert  <eggert@twinsun.com>
52541
52542         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
52543         posixver.c, strftime.c, strnlen.c, strverscmp.c:
52544         Switch from LGPL to GPL.
52545
52546 2003-07-09  Paul Eggert  <eggert@twinsun.com>
52547
52548         * config/srclist.txt: Sort sublists.  Add
52549         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
52550         that differ from gnulib for one reason or another; we'd like this list
52551         to be smaller but for now let's document what we have.
52552
52553 2003-07-08  Paul Eggert  <eggert@twinsun.com>
52554
52555         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
52556         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
52557         and sweeter "eval x=$x".
52558         * config/srclist.txt: Get lib/argp* from glibc.
52559
52560 2003-07-07  Paul Eggert  <eggert@twinsun.com>
52561
52562         * lib/mktime.c: Fix some boundary cases and remove need for floating
52563         point.
52564
52565         Issue a compile-time diagnostic if time_t is floating point, or if
52566         two's complement arithmetic is not in effect, or if arithmetic
52567         right shift does not propagate the sign.  These assumptions were
52568         all in the original code but they weren't checked.
52569
52570         (TIME_T_MIDPOINT, verify): New macros.
52571         (__isleap): Remove; it has integer overflow problems.
52572         (leapyear): New function, without those problems.
52573         (ydhms_tm_diff): Remove; splitting into two parts.
52574         (ydhms_diff): New function, containing the arithmetic part of
52575         the old ydhms_tm_diff function.  Issue a compile-time
52576         diagnostic if we are not using C99 integer division.
52577         Avoid casts when possible.
52578         (guess_time_tm): New function, containing the checking part of
52579         the old ydhms_tm_diff function.  Return the new value, rather than
52580         the difference between it and the old.  Accept a new argument T
52581         so that *T specifies the old value.  Check for overflow in the result.
52582
52583         (__mktime_internal): Use a time_t offset, not a long int offset.
52584         This undoes the 2003-06-04 change, which is no longer needed now
52585         that we have better overflow checking.
52586         (localtime_offset): Likewise.
52587
52588         (__mktime_internal): Avoid harmful overflow on hosts where time_t
52589         and long are 64-bit but int is only 32-bit.
52590         (ydhms_diff): Use long int to store year1 and yday1.
52591         Issue a compile-time diagnostic if long int is not wide enough.
52592
52593         (__mktime_internal): Use long int to store adjusted year and yday.
52594         Use plain C rather than preprocessor commands, if that doesn't
52595         affect efficiency.
52596         Check for overflow (and try to repair) after each probe
52597         rather than checking only at the very end.  This avoids some bugs
52598         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
52599         does not equal GMT offset at maximum time).
52600         Use integer to check for overflow rather than floating point; this
52601         is more portable to non-IEEE hosts, and is a tad faster.
52602         When we detect that we are oscillating between two values,
52603         don't check whether tm_isdst has the requested value, since
52604         we already know the answer.  When tm_isdst has the wrong value,
52605         use a different heuristic to find the right one, based on the
52606         extreme values actually observed in practice in tz2003a,
52607         rather than the (overly optimistic) "previous 3 calendar quarters".
52608
52609         (not_equal_tm, print_tm, check_result): Use "const T" rather than
52610         "T const" to accommodate glibc style.
52611         (check_result): Use less-confusing report format.  "long" -> "long int.
52612         (main): Likewise.
52613         Don't loop if the iteration overflows time_t.
52614         Allow a negative step in the iteration.
52615
52616 2003-07-06  Karl Berry  <karl@gnu.org>
52617
52618         * config/depcomp: update from automake.
52619         * config/config.sub: update from prep.
52620
52621 2003-07-03  Karl Berry  <karl@gnu.org>
52622
52623         * config/config.guess: update from prep.
52624
52625 2003-07-01  Paul Eggert  <eggert@twinsun.com>
52626
52627         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
52628         xreadlink.c now includes it unconditionally.
52629
52630 2003-07-01  Paul Eggert  <eggert@twinsun.com>
52631
52632         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
52633         having it depend on HAVE_SYS_TYPES_H.
52634
52635 2003-07-01  Bruno Haible  <bruno@clisp.org>
52636
52637         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
52638         <sys/types.h> should be sufficient.
52639         Reported by Paul Eggert.
52640
52641 2003-06-26  Karl Berry  <karl@gnu.org>
52642
52643         * config/depcomp: update from automake.
52644
52645 2003-06-26  Bruno Haible  <bruno@clisp.org>
52646
52647         * modules/human: Depend on module stdbool.
52648
52649 2003-06-25  Bruno Haible  <bruno@clisp.org>
52650
52651         * modules/readlink: New file.
52652         * modules/xreadlink: Depend on it.
52653         * MODULES.html.sh (func_all_modules): Add readlink.
52654
52655 2003-06-25  Bruno Haible  <bruno@clisp.org>
52656
52657         * m4/readlink.m4: New file.
52658
52659 2003-06-25  Bruno Haible  <bruno@clisp.org>
52660
52661         * lib/readlink.c: New file.
52662
52663 2003-06-22  Karl Berry  <karl@gnu.org>
52664
52665         * config/srclist.txt: update mkinstalldirs from automake.
52666         * config/mkinstalldirs: update.
52667
52668 2003-06-22  Bruno Haible  <bruno@clisp.org>
52669
52670         Portability to mingw32.
52671         * m4/ssize_t.m4: New file, from GNU gettext.
52672         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
52673         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
52674
52675 2003-06-22  Bruno Haible  <bruno@clisp.org>
52676
52677         * modules/safe-read: Add m4/ssize_t.m4.
52678         * modules/xreadlink: Add m4/ssize_t.m4.
52679
52680 2003-06-20  Bruno Haible  <bruno@clisp.org>
52681
52682         Assume C89, so PARAMS isn't needed.
52683         * lib/unicodeio.h (PARAMS): Remove.
52684         * lib/unicodeio.c: Don't use PARAMS.
52685
52686 2003-06-18  Karl Berry  <karl@gnu.org>
52687
52688         * config/config.{guess,sub}: update from prep.
52689
52690 2003-06-18  Jim Meyering  <jim@meyering.net>
52691
52692         Merge changes from coreutils.
52693         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
52694         Remove explicit declarations of xmalloc and realloc.
52695         Include xalloc.h.
52696         (read_utmp): Remove anachronistic cast of xmalloc.
52697
52698 2003-06-17  Paul Eggert  <eggert@twinsun.com>
52699
52700         Assume C89, so PARAMS isn't needed.
52701         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
52702         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
52703         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
52704         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
52705         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
52706         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
52707         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
52708         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
52709         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
52710         lib/xstrtod.h, lib/xstrtol.h: Likewise.
52711         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
52712         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
52713         no longer needed. Anyway, config.h should always be included before any
52714         other file.
52715
52716 2003-06-11  Simon Josefsson  <jas@extundo.com>
52717
52718         * modules/sysexits: New file.
52719         * MODULES.html.sh (func_all_modules): Add sysexits.
52720
52721 2003-06-11  Simon Josefsson  <jas@extundo.com>
52722
52723         * lib/sysexit_.h: New file.
52724
52725 2003-06-11  Derek Price  <derek@ximbiot.com>
52726
52727         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
52728         necessary.
52729
52730 2003-06-11  Bruno Haible  <bruno@clisp.org>
52731
52732         * m4/sysexits.m4: New file.
52733
52734 2003-06-10  Simon Josefsson  <jas@extundo.com>
52735
52736         * lib/argp.h: New file, from glibc.
52737         * lib/argp-ba.c: New file, from glibc.
52738         * lib/argp-eexst.c: New file, from glibc.
52739         * lib/argp-fmtstream.c: New file, from glibc.
52740         * lib/argp-fmtstream.h: New file, from glibc.
52741         * lib/argp-fs-xinl.c: New file, from glibc.
52742         * lib/argp-help.c: New file, from glibc.
52743         * lib/argp-namefrob.h: New file, from glibc.
52744         * lib/argp-parse.c: New file, from glibc.
52745         * lib/argp-pv.c: New file, from glibc.
52746         * lib/argp-pvh.c: New file, from glibc.
52747         * lib/argp-xinl.c: New file, from glibc.
52748
52749 2003-06-10  Simon Josefsson  <jas@extundo.com>
52750
52751         * modules/strchrnul: New file.
52752
52753 2003-06-10  Simon Josefsson  <jas@extundo.com>
52754
52755         * modules/argp: New file.
52756
52757 2003-06-10  Simon Josefsson  <jas@extundo.com>
52758
52759         * m4/strchrnul.m4: New file.
52760
52761 2003-06-10  Simon Josefsson  <jas@extundo.com>
52762
52763         * lib/strchrnul.h: New file.
52764         * lib/strchrnul.c: New file.
52765
52766 2003-06-10  Bruno Haible  <bruno@clisp.org>
52767
52768         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
52769
52770 2003-06-07  Karl Berry  <karl@gnu.org>
52771
52772         * config/config.{guess,sub}: update from prep.
52773
52774 2003-06-07  Jim Meyering  <jim@meyering.net>
52775
52776         * modules/strtod: Use $(...) notation, not @...@ for
52777         AC_REPLACE'd variables.
52778         * modules/localcharset: Likewise.
52779
52780 2003-06-07  Jim Meyering  <jim@meyering.net>
52781
52782         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
52783         in place of my name in the copyright comment.
52784         Remove definition and uses of __P.
52785
52786         From coreutils.
52787         * lib/stat.c: Don't declare xmalloc explicitly.
52788         Instead, include "xalloc.h".
52789         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
52790         xrealloc, and xcalloc return values.
52791         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
52792         Improve comment.
52793         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
52794
52795 2003-06-07  Bruno Haible  <bruno@clisp.org>
52796
52797         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
52798         avoid AC_CONFIG_LINKS.
52799         * modules/fnmatch (Makefile.am): Use explicit creation rule for
52800         fnmatch.h, to avoid AC_CONFIG_LINKS.
52801         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
52802
52803 2003-06-07  Bruno Haible  <bruno@clisp.org>
52804
52805         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
52806         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
52807         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
52808         directory.
52809         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
52810         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
52811         directory.
52812
52813 2003-06-06  Jim Meyering  <jim@meyering.net>
52814
52815         Merge from coreutils.
52816         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
52817         Consolidate declarations and initializations of *_base* locals.
52818
52819         Merge from coreutils.
52820         This avoids a core dump on systems without GNU putenv,
52821         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
52822         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
52823         (unsetenv): New static function, from GNU libc.
52824         (rpl_putenv): Use it.
52825
52826         * lib/modechange.c: Remove trailing blanks.
52827
52828         Merge from coreutils.
52829         * lib/fsusage.c: Remove declaration of statfs.
52830         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
52831
52832         * lib/posixtm.c: Include <stdbool.h> unconditionally.
52833
52834 2003-06-06  Jim Meyering  <jim@meyering.net>
52835
52836         * lib/stdbool_.h: Renamed from stdbool.h.in.
52837
52838 2003-06-06  Jim Meyering  <jim@meyering.net>
52839             Bruno Haible  <bruno@clisp.org>
52840
52841         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
52842         Adjust Makefile.am snippet not to redirect directly to target.
52843         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
52844
52845 2003-06-05  Paul Eggert  <eggert@twinsun.com>
52846
52847         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
52848         mismatch, look in future quarters as well as past.  This fixes a
52849         bug when processing fall-backwards gaps immediately after a long
52850         period of daylight-saving time.
52851
52852         * lib/mktime.c: Assume freestanding C89 or better.
52853         (HAVE_LIMITS_H): Remove.  Assume it's 1.
52854         (__P): Remove; not used.
52855         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
52856         (mktime, not_equal_tm, print_tm, check_result,
52857         main): Use prototypes.  Use const * where appropriate.
52858         (main): Fix typo in testing code that uncovered by above changes.
52859         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
52860
52861 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52862
52863         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
52864         locale.h, localeconv.  This merges changes from coreutils.
52865
52866         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
52867         It can be removed after the next Autoconf is released.
52868         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
52869         needed.
52870
52871 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52872
52873         * lib/mktime.c: Fix Debian bug 177940
52874         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
52875         (localtime_offset): Now long int, not time_t, because we want it
52876         to be guaranteed to be signed.  All uses changed.
52877         (__mktime_internal): If overflow would occur when adding offset,
52878         don't add it.
52879
52880         Merge 'human' changes from coreutils.  Rewrite to support
52881         locale-specific notations like thousands separators.
52882         * lib/human.c: Simplify authorship notice.
52883         Include human.h immediately after config.h.
52884         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
52885         <limits.h>: Do not include, since human.h does.
52886         (SIZE_MAX, UINTMAX_MAX): New macros.
52887         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
52888         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
52889         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
52890         (power_letter): Renamed from suffixes.
52891         (generate_suffix_backwards): Remove.
52892         (adjust_value): Now takes int style (because of human.h changes)
52893         and long double value (for greater precision on some platforms).
52894         (group_number): New function.
52895         (human_readable): Use it.  Use integer options, not enum.
52896         Put the options before the sizes in the arg list.
52897         Support all the new options.
52898         The old human_readable function has been removed;
52899         use inttostr.h instead.
52900         (human_readable, default_block_size, humblock):
52901         Use uintmax_t, not int, for block sizes.
52902         (human_readable_inexact, block_size_types): Remove.
52903         (block_size_opts): New constant.
52904         (human_options): Renamed from human_block_size, with new signature
52905         that allows block sizes up to UINTMAX_MAX.  All callers changed.
52906         * lib/human.h: Add copyright and authorship notice.
52907         Include <limits.h> and <stdbool.h> unconditionally.
52908         (PARAMS): Remove.  All uses removed.
52909         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
52910         (enum human_inexact_style): Remove tag; now a nameless enum.
52911         (human_floor, human_ceiling, human_round_to_even): Now have
52912         values 2, 0, 1 rather than -1, 1, 0.
52913         (human_group_digits, human_suppress_point_zero, human_autoscale,
52914         human_base_1024, human_SI, human_B): New constants.
52915         (human_readable_inexact, human_block_size): Remove.
52916         (human_readable): Size args are now uintmax_t, not int.
52917         (human_options): New decl.
52918
52919         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
52920         unnecessary now that we assume C89 or better.  This change
52921         imported from coreutils.
52922
52923         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
52924         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
52925         in the 2003-05-30 sync from glibc.
52926
52927         .h files should stand alone, but we shouldn't include <sys/types.h>
52928         if we can get away with just <stddef.h>.
52929
52930         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
52931         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
52932         rather than <sys/types.h>, as we merely need size_t.
52933         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
52934         to get size_t.
52935         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
52936         Include <stdio.h>, to get FILE.
52937         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
52938         memcasecmp.h has included <stddef.h> and all we need is size_t.
52939         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
52940         our interface, instead of including <sys/types.h>
52941
52942 2003-06-04  Paul Eggert  <eggert@twinsun.com>
52943
52944         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
52945         now, as glibc mktime is buggy on non-glibc systems.
52946
52947 2003-06-03  Karl Berry  <karl@gnu.org>
52948
52949         * config/config.sub: update from prep.
52950
52951 2003-06-02  Paul Eggert  <eggert@twinsun.com>
52952
52953         [from coreutils]
52954         Fix some minor time-related bugs with POSIX time arguments.
52955         Some valid time stamps were being rejected (notably -1, and
52956         time stamps before 1900 on 64-bit hosts).  And some invalid
52957         time stamps were being accepted, e.g. September 31.
52958
52959         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
52960         that we can return (time_t) -1 successfully.
52961         * lib/posixtm.c: Likewise.
52962         [HAVE_STDBOOL_H]: Include <stdbool.h>.
52963         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
52964         (t): Remove static var.
52965         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
52966         of static var.  All uses changed.
52967         (year): Do not reject years before 1900; they can occur with
52968         64-bit time_t.
52969         (posix_time_parse): Do not check for out-of-range components;
52970         that is now the caller's responsibility, since our checks were
52971         only approximations.
52972         (posixtime): Use mktime to check for out-of-range components,
52973         since it knows them exactly.
52974         If mktime returns (time_t) -1, check whether an error actually occurred
52975         by invoking localtime on -1.
52976         (main) [TEST_POSIXTIME]: Check for input data errors, and report
52977         posixtime failures better.
52978         Improve the test data (in comments only).
52979
52980 2003-06-02  Karl Berry  <karl@gnu.org>
52981
52982         * config/mkinstalldirs (version): new variable.
52983         (--version): new option.
52984         (usage): improve message.
52985
52986 2003-05-30  Karl Berry  <karl@gnu.org>
52987
52988         * lib/mktime.c: update from libc.
52989
52990 2003-05-30  Bruno Haible  <bruno@clisp.org>
52991
52992         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
52993         * config/config.rpath: Upgrade to gettext-0.12.1.
52994
52995 2003-05-30  Bruno Haible  <bruno@clisp.org>
52996
52997         * m4/gettext.m4: Upgrade to gettext-0.12.1.
52998         * m4/nls.m4: New file, from gettext-0.12.1.
52999         * m4/po.m4: New file, from gettext-0.12.1.
53000         * m4/progtest.m4: Upgrade to gettext-0.12.1.
53001
53002 2003-05-30  Bruno Haible  <bruno@clisp.org>
53003
53004         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
53005         * lib/localcharset.h: Likewise.
53006         * lib/localcharset.c: Likewise.
53007
53008 2003-05-29  Karl Berry  <karl@gnu.org>
53009
53010         * config/config.rpath: update from gettext.
53011
53012 2003-05-28  Paul Eggert  <eggert@twinsun.com>
53013
53014         Assume the headers required for C89 freestanding compilers.
53015         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
53016         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
53017         * m4/human.m4 (gl_HUMAN): Likewise.
53018         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
53019         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
53020         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53021         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
53022         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53023         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
53024
53025 2003-05-28  Paul Eggert  <eggert@twinsun.com>
53026
53027         Assume the headers required for C89 freestanding compilers.
53028         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
53029         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
53030         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
53031         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
53032         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
53033         define, since <limits.h> is guaranteed to do that.
53034         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
53035         * lib/exclude.c: Include <stdbool.h> unconditionally.
53036         * lib/tempname.c: Include <stddef.h> unconditionally.
53037         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
53038         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
53039         <stddef.h> does that.
53040         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
53041         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
53042         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
53043         needed.
53044         * lib/xstrtol.c: Likewise.
53045         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
53046         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
53047
53048         * lib/addext.c (addext): Use assignment rather than cast, to avoid
53049         warnings on some platforms.
53050
53051         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
53052         arbitrarily.
53053
53054 2003-05-26  Jim Meyering  <jim@meyering.net>
53055
53056         Merge in a change from coreutils:
53057         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
53058         that is guaranteed to be `no'.  Use `no_such_member' to indicate
53059         that condition, rather than `-1' which is slightly misleading.
53060         Change the name of the cache variable to have the gl_ prefix.
53061         Prompted by a patch from Richard Dawe for DJGPP.
53062
53063 2003-05-24  Karl Berry  <karl@gnu.org>
53064
53065         * config/config.guess: update from prep.
53066
53067 2003-05-22  Karl Berry  <karl@gnu.org>
53068
53069         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
53070
53071 2003-05-20  Karl Berry  <karl@gnu.org>
53072
53073         * config/config.guess: update from prep.
53074
53075 2003-05-18  Karl Berry  <karl@gnu.org>
53076
53077         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
53078         might actually be set by the user.
53079
53080         * config/depcomp, install-sh, mdate-sh: update from automake.
53081
53082 2003-05-17  Bruno Haible  <bruno@clisp.org>
53083
53084         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
53085         invalid expansion for AC_EGREP_CPP.
53086         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
53087         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
53088         Suggested by Akim Demaille <akim@epita.fr> in
53089         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
53090
53091 2003-05-12  Jim Meyering  <jim@meyering.net>
53092
53093         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
53094         the space-padded-by-default conversion specifiers, %e, %k, %l.
53095
53096 2003-05-12  Bruno Haible  <bruno@clisp.org>
53097
53098         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
53099         the string is longer than 4 KB.
53100
53101 2003-05-11  Karl Berry  <karl@gnu.org>
53102
53103         * config/config.{guess,sub}: update from prep.
53104
53105 2003-05-09  Bruno Haible  <bruno@clisp.org>
53106
53107         * modules/error: Add m4/strerror_r.m4 to file list.
53108
53109 2003-05-03  Bruno Haible  <bruno@clisp.org>
53110
53111         Upgrade to Unicode-4.0.
53112         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
53113         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
53114         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
53115         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
53116         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
53117         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
53118         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
53119         Change width of U+E0100..U+E01EF from 1 to 0.
53120
53121 2003-04-25  Jim Meyering  <jim@meyering.net>
53122
53123         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
53124         of type size_t, not int.
53125
53126 2003-04-25  Bruno Haible  <bruno@clisp.org>
53127
53128         * lib/copy-file.c: Include <stddef.h>, for size_t.
53129
53130 2003-04-21  Paul Eggert  <eggert@twinsun.com>
53131
53132         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
53133         code which expansion is under static control.  Patch imported from
53134         Akim Demaille's patch to Bison; see
53135         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
53136
53137 2003-04-14  Bruno Haible  <bruno@clisp.org>
53138
53139         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
53140
53141 2003-04-11  Jim Meyering  <jim@meyering.net>
53142
53143         Merge changes from Coreutils.
53144
53145         2003-03-22  Jim Meyering  <jim@meyering.net>
53146
53147         * lib/strftime.c (widen): Cast alloca return value to proper type.
53148
53149         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
53150
53151         From GNU libc.
53152         * lib/strftime.c (my_strftime): Handle very large width
53153         specifications for numeric values correctly.  Improve checks for
53154         overflow.
53155
53156         2003-01-19  Jim Meyering  <jim@meyering.net>
53157
53158         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
53159         definitions.
53160         (nl_get_alt_digit) [! defined my_strftime]: Define.
53161         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
53162         _nl_get_alt_digit and _nl_get_walt_digit.
53163
53164         * lib/strftime.c (my_strftime): Merge in locale-related changes from
53165         libc. These changes have no effect outside of _LIBC.
53166
53167 2003-04-10  Bruno Haible  <bruno@clisp.org>
53168
53169         * modules/findprog: New file.
53170         * MODULES.html.sh (func_all_modules): Add it.
53171
53172 2003-04-10  Bruno Haible  <bruno@clisp.org>
53173
53174         * m4/findprog.m4: New file.
53175         * m4/eaccess.m4: New file.
53176
53177 2003-04-10  Bruno Haible  <bruno@clisp.org>
53178
53179         * lib/findprog.h: New file, from GNU gettext.
53180         * lib/findprog.c: New file, from GNU gettext.
53181
53182 2003-04-05  Jim Meyering  <jim@meyering.net>
53183
53184         Merge changes from Coreutils.
53185
53186         * lib/exclude.h (PARAMS): Remove definition and uses.
53187         * lib/exclude.c: Remove uses of `PARAMS'.
53188
53189         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
53190         Add test-cases for DOS filenames. Declare program_name.
53191         (main): Set up program_name.  Patch by Rich Dawe.
53192
53193         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
53194         error from mntctl.
53195         Use mntctl's return value to drive the entry-processing loop, since
53196         we can't rely on the value of the vmt_length member in the last
53197         entry.  On some systems doing so could result in exhausting
53198         virtual memory.  Based in part on a patch from Mike Jetzer.
53199
53200 2003-04-04  Bruno Haible  <bruno@clisp.org>
53201
53202         * modules/linebreak: New file.
53203         * MODULES.html.sh (func_all_modules): Add it.
53204
53205 2003-04-04  Bruno Haible  <bruno@clisp.org>
53206
53207         * m4/linebreak.m4: New file.
53208
53209 2003-04-04  Bruno Haible  <bruno@clisp.org>
53210
53211         * lib/linebreak.h: New file, from GNU gettext.
53212         * lib/linebreak.c: New file, from GNU gettext with slight
53213         modifications.
53214         * lib/lbrkprop.h: New file, from GNU gettext.
53215
53216 2003-04-03  Bruno Haible  <bruno@clisp.org>
53217
53218         * modules/utf8-ucs4: New file.
53219         * modules/utf16-ucs4: New file.
53220         * modules/ucs4-utf8: New file.
53221         * modules/ucs4-utf16: New file.
53222         * MODULES.html.sh (func_all_modules): Add them.
53223
53224 2003-04-03  Bruno Haible  <bruno@clisp.org>
53225
53226         * m4/utf-ucs4.m4: New file.
53227         * m4/ucs4-utf.m4: New file.
53228
53229 2003-04-03  Bruno Haible  <bruno@clisp.org>
53230
53231         * lib/utf8-ucs4.h: New file, from GNU gettext.
53232         * lib/utf16-ucs4.h: New file, from GNU gettext.
53233         * lib/ucs4-utf8.h: New file, from GNU gettext.
53234         * lib/ucs4-utf16.h: New file, from GNU gettext.
53235
53236 2003-04-02  Bruno Haible  <bruno@clisp.org>
53237
53238         * modules/binary-io: New file.
53239         * MODULES.html.sh (func_all_modules): Add it.
53240
53241 2003-04-02  Bruno Haible  <bruno@clisp.org>
53242
53243         * lib/binary-io.h: New file, from GNU gettext.
53244
53245 2003-04-01  Bruno Haible  <bruno@clisp.org>
53246
53247         * modules/pathname: New file.
53248         * MODULES.html.sh (func_all_modules): Add it.
53249
53250 2003-04-01  Bruno Haible  <bruno@clisp.org>
53251
53252         * lib/pathname.h: New file, from GNU gettext.
53253         * lib/concatpath.c: New file, from GNU gettext.
53254
53255 2003-03-30  Bruno Haible  <bruno@clisp.org>
53256
53257         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
53258
53259 2003-03-30  Bruno Haible  <bruno@clisp.org>
53260
53261         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
53262         function chown() doesn't exist.
53263
53264 2003-03-28  Bruno Haible  <bruno@clisp.org>
53265
53266         * modules/copy-file: New file.
53267         * MODULES.html.sh (func_all_modules): Add it.
53268
53269 2003-03-28  Bruno Haible  <bruno@clisp.org>
53270
53271         * m4/copy-file.m4: New file.
53272
53273 2003-03-28  Bruno Haible  <bruno@clisp.org>
53274
53275         * lib/copy-file.h: New file, from GNU gettext.
53276         * lib/copy-file.c: New file, from GNU gettext.
53277
53278 2003-03-18  Jim Meyering  <jim@meyering.net>
53279
53280         * lib/quote.c (quote_n): Fix typo in comment.
53281
53282 2003-03-18  Bruno Haible  <bruno@clisp.org>
53283
53284         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
53285         checking.
53286         * m4/onceonly_2_57.m4: Likewise.
53287
53288 2003-03-17  Bruno Haible  <bruno@clisp.org>
53289
53290         * m4/onceonly.m4: Require autoconf 2.54 or newer.
53291         (m4_quote): Remove macro.
53292         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
53293
53294 2003-03-14  Jim Meyering  <jim@meyering.net>
53295
53296         Merge changes from Coreutils.
53297         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
53298         to be const, in order to avoid warnings.
53299         (obstack_room): Likewise.
53300         (obstack_empty_p): Likewise.
53301
53302 2003-03-14  Bruno Haible  <bruno@clisp.org>
53303
53304         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
53305         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
53306
53307 2003-03-13  Paul Eggert  <eggert@twinsun.com>
53308
53309         Merge changes from Bison.
53310         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
53311         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
53312         when compiling Bison 1.875's `bitset bset = obstack_alloc
53313         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
53314         * lib/hash.c: Include <stdbool.h> unconditionally.
53315
53316 2003-03-13  Paul Eggert  <eggert@twinsun.com>
53317
53318         * m4/onceonly.m4 (m4_quote): New macro.
53319         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
53320         Quote AC_FOREACH variable-expansions properly.
53321
53322 2003-03-13  Paul Eggert  <eggert@twinsun.com>
53323
53324         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
53325
53326 2003-03-09  Paul Eggert  <eggert@twinsun.com>
53327
53328         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
53329         Reported by Bruce Becker; see:
53330         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
53331
53332 2003-03-03  Paul Eggert  <eggert@twinsun.com>
53333             Bruno Haible  <bruno@clisp.org>
53334
53335         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
53336         Reported by John Hughes, see
53337         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
53338
53339 2003-02-20  Bruno Haible  <bruno@clisp.org>
53340
53341         * MODULES.html.sh (func_all_modules): Add poll.
53342
53343 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
53344
53345         * modules/poll: New file.
53346
53347 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
53348
53349         * lib/poll_.h: New file.
53350         * lib/poll.c: New file.
53351
53352 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
53353
53354         * m4/poll.m4: New file.
53355
53356 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
53357
53358         * modules/mathl: New file.
53359
53360 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
53361
53362         * lib/mathl.h: New file.
53363         * lib/acosl.c: New file.
53364         * lib/asinl.c: New file.
53365         * lib/atanl.c: New file.
53366         * lib/ceill.c: New file.
53367         * lib/cosl.c: New file.
53368         * lib/expl.c: New file.
53369         * lib/floorl.c: New file.
53370         * lib/frexpl.c: New file.
53371         * lib/ldexpl.c: New file.
53372         * lib/logl.c: New file.
53373         * lib/sincosl.c: New file.
53374         * lib/sinl.c: New file.
53375         * lib/sqrtl.c: New file.
53376         * lib/tanl.c: New file.
53377         * lib/trigl.c: New file.
53378         * lib/trigl.h: New file.
53379
53380 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
53381
53382         * m4/mathl.m4: New file.
53383
53384 2003-02-18  Bruno Haible  <bruno@clisp.org>
53385
53386         * MODULES.html.sh (func_all_modules): Add mathl.
53387
53388 2003-02-17  Bruno Haible  <bruno@clisp.org>
53389
53390         * modules/mkdtemp: New module.
53391         * MODULES.html.sh (func_all_modules): Add it.
53392
53393 2003-02-17  Bruno Haible  <bruno@clisp.org>
53394
53395         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
53396
53397 2003-02-17  Bruno Haible  <bruno@clisp.org>
53398
53399         * lib/mkdtemp.h: New file, from GNU gettext.
53400         * lib/mkdtemp.c: New file, from GNU gettext.
53401
53402 2003-02-02  Jim Meyering  <jim@meyering.net>
53403
53404         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
53405         e.g. glibc-2.2.93.
53406
53407 2003-01-31  Bruno Haible  <bruno@clisp.org>
53408
53409         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
53410         'rpl_rename'.
53411         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
53412         'rpl_strnlen'.
53413         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
53414         'rpl_strtod'.
53415         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
53416         'rpl_utime'.
53417
53418 2003-01-31  Bruno Haible  <bruno@clisp.org>
53419
53420         * lib/rename.c: #undef rename before defining rpl_rename.
53421         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
53422
53423 2003-01-30  Bruno Haible  <bruno@clisp.org>
53424
53425         * modules/vasnprintf, modules/vasprintf: New modules.
53426         * MODULES.html.sh (func_all_modules): Add them.
53427
53428 2003-01-30  Bruno Haible  <bruno@clisp.org>
53429
53430         * m4/signed.m4: New file, from GNU gettext.
53431         * m4/longdouble.m4: New file, from GNU gettext.
53432         * m4/wchar_t.m4: New file, from GNU gettext.
53433         * m4/wint_t.m4: New file, from GNU gettext.
53434         * m4/vasnprintf.m4: New file.
53435         * m4/vasprintf.m4: New file.
53436
53437 2003-01-30  Bruno Haible  <bruno@clisp.org>
53438
53439         * lib/printf-args.h: New file, from GNU gettext.
53440         * lib/printf-args.c: New file, from GNU gettext.
53441         * lib/printf-parse.h: New file, from GNU gettext.
53442         * lib/printf-parse.c: New file, from GNU gettext.
53443         * lib/vasnprintf.h: New file, from GNU gettext.
53444         * lib/vasnprintf.c: New file, from GNU gettext.
53445         * lib/asnprintf.c: New file, from GNU gettext.
53446         * lib/vasprintf.h: New file, from GNU gettext with modifications.
53447         * lib/vasprintf.c: New file, from GNU gettext.
53448         * lib/asprintf.c: New file, from GNU gettext.
53449
53450 2003-01-29  Bruno Haible  <bruno@clisp.org>
53451
53452         * modules/stpncpy: New module.
53453         * MODULES.html.sh (func_all_modules): Add it.
53454
53455 2003-01-29  Bruno Haible  <bruno@clisp.org>
53456
53457         * m4/stpncpy.m4: New file.
53458
53459 2003-01-29  Bruno Haible  <bruno@clisp.org>
53460
53461         * lib/stpncpy.h: New file, from GNU gettext with modifications.
53462         * lib/stpncpy.c: New file, from GNU gettext with modifications.
53463
53464 2003-01-28  Bruno Haible  <bruno@clisp.org>
53465
53466         * modules/c-ctype: New module.
53467         * MODULES.html.sh (func_all_modules): Add it.
53468
53469 2003-01-28  Bruno Haible  <bruno@clisp.org>
53470
53471         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
53472         Paul Eggert.
53473         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
53474         Paul Eggert.
53475
53476 2003-01-27  Bruno Haible  <bruno@clisp.org>
53477
53478         * modules/xsetenv: New module.
53479         * MODULES.html.sh (func_all_modules): Add it.
53480
53481 2003-01-27  Bruno Haible  <bruno@clisp.org>
53482
53483         * lib/xsetenv.h: New file, from GNU gettext.
53484         * lib/xsetenv.c: New file, from GNU gettext.
53485
53486 2003-01-23  Jim Meyering  <jim@meyering.net>
53487
53488         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
53489         from working on systems without dirfd (at least Irix and OSF1/Tru64).
53490
53491 2003-01-23  Bruno Haible  <bruno@clisp.org>
53492
53493         * modules/minmax: New module.
53494         * MODULES.html.sh (func_all_modules): Add it.
53495
53496 2003-01-23  Bruno Haible  <bruno@clisp.org>
53497
53498         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
53499         Eggert.
53500
53501 2003-01-22  Bruno Haible  <bruno@clisp.org>
53502
53503         * modules/exit: New module.
53504         * MODULES.html.sh (func_all_modules): Add it.
53505
53506 2003-01-22  Bruno Haible  <bruno@clisp.org>
53507
53508         * lib/exit.h: New file, from GNU gettext.
53509
53510 2003-01-19  Bruno Haible  <bruno@clisp.org>
53511
53512         * gnulib-tool: Recognize option --extract-maintainer.
53513         (func_get_maintainer): New function.
53514         * modules/*: Add Maintainer entry.
53515
53516 2003-01-16  Jim Meyering  <jim@meyering.net>
53517
53518         * m4/regex.m4: The `regex' struct is both input and output.
53519         Initialize it before each use.  Patch by Tim Waugh.
53520
53521 2003-01-16  Bruno Haible  <bruno@clisp.org>
53522
53523         * MODULES.html.sh: Add a table of contents. Add the module name as
53524         leftmost column. Add hyperlinks.
53525
53526 2003-01-15  Bruno Haible  <bruno@clisp.org>
53527
53528         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
53529
53530 2003-01-15  Bruno Haible  <bruno@clisp.org>
53531
53532         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
53533         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
53534         suffix.
53535
53536 2003-01-15  Bruno Haible  <bruno@clisp.org>
53537
53538         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
53539
53540 2003-01-15  Bruno Haible  <bruno@clisp.org>
53541
53542         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
53543         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
53544
53545 2003-01-14  Jim Meyering  <jim@meyering.net>
53546
53547         * lib/same.c (same_name): Tweak a comment.
53548
53549 2003-01-14  Bruno Haible  <bruno@clisp.org>
53550
53551         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
53552         when a string comparison is sufficient.
53553
53554 2003-01-14  Bruno Haible  <bruno@clisp.org>
53555
53556         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
53557         'unsigned int'.
53558
53559 2003-01-14  Bruno Haible  <bruno@clisp.org>
53560
53561         * lib/hash-pjw.c: Add comment about low quality of this function.
53562
53563 2003-01-13  Bruno Haible  <bruno@clisp.org>
53564
53565         * modules/stpcpy: Distribute lib/stpcpy.h.
53566         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
53567
53568 2003-01-13  Bruno Haible  <bruno@clisp.org>
53569
53570         * modules/*: Add a description.
53571         * modules/strpbrk: Fix Makefile.am snippet.
53572         * modules/strtoimax: Fix dependencies.
53573         * modules/strtoumax: Likewise.
53574
53575 2003-01-13  Bruno Haible  <bruno@clisp.org>
53576
53577         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
53578         * modules/alloca (Makefile.am): All object files depend on alloca.h.
53579         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
53580
53581 2003-01-13  Bruno Haible  <bruno@clisp.org>
53582
53583         * gnulib-tool (func_create_testdir): Store config/* files in the main
53584         directory.
53585         * config.rpath: Move to ...
53586         * config/config.rpath: ... here.
53587         * modules/gettext: Contains config/config.rpath, not config.rpath.
53588         * modules/iconv: Likewise.
53589
53590 2003-01-12  Paul Eggert  <eggert@twinsun.com>
53591
53592         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
53593         to avoid collisions with libcurses and libreadline.
53594
53595         * m4/getstr.m4: Remove.
53596         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
53597
53598 2003-01-12  Paul Eggert  <eggert@twinsun.com>
53599
53600         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
53601         to avoid collisions with libcurses and libreadline.
53602
53603         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
53604         * lib/getstr.h, getstr.c: Remove.
53605         * lib/getline.c: Include "getline.h", to check interface.
53606         Move body of old getstr.c here: this defines MIN_CHUNK and
53607         declares getdelim2, which is renamed from getstr.
53608         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
53609
53610         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
53611         All uses changed.
53612         * lib/linebuffer.h: Likewise.
53613         (readline): Remove backward-compatibility macro.
53614
53615 2003-01-12  Paul Eggert  <eggert@twinsun.com>
53616
53617         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
53618         to avoid collisions with libcurses and libreadline.
53619         * getstr: Remove.
53620         * MODULES.html.sh: Remove getstr.
53621         * modules/getline: Depend on unlocked-io, not getstr.
53622
53623 2003-01-12  Jim Meyering  <jim@meyering.net>
53624
53625         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
53626
53627 2003-01-10  Bruno Haible  <bruno@clisp.org>
53628
53629         * modules/alloca: Change Makefile.am requirements. Simplify Include
53630         requirements. Add lib/alloca_.h to file list.
53631
53632 2003-01-10  Bruno Haible  <bruno@clisp.org>
53633
53634         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
53635
53636 2003-01-10  Bruno Haible  <bruno@clisp.org>
53637
53638         * lib/alloca_.h: New file.
53639         * lib/getdate.y: Unconditionally include alloca.h.
53640         * lib/makepath.c: Likewise.
53641         * lib/setenv.c: Likewise.
53642         * lib/userspec.c: Likewise.
53643
53644 2003-01-09  Karl Berry  <karl@gnu.org>
53645
53646         * MODULES.html.sh: include `dirname $0` in PATH, to find
53647         gnulib-tool.
53648
53649 2003-01-09  Bruno Haible  <bruno@clisp.org>
53650
53651         * modules/stdbool: Change configure.ac, Makefile.am requirements.
53652         Simplify Include requirements. Add lib/stdbool.h.in to file list.
53653
53654 2003-01-09  Bruno Haible  <bruno@clisp.org>
53655
53656         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
53657
53658 2003-01-09  Bruno Haible  <bruno@clisp.org>
53659
53660         * lib/stdbool.h.in: New file.
53661
53662 2003-01-09  Bruno Haible  <bruno@clisp.org>
53663
53664         * gnulib-tool (func_all_modules): Ignore files ending in ~.
53665         * MODULES.html.sh: Likewise.
53666
53667 2003-01-08  Jim Meyering  <jim@meyering.net>
53668
53669         * lib/full-write.c: Undefine and define-away `const' after inclusion
53670         of errno.h, not before.  Suggestion from Bruno Haible.
53671
53672 2003-01-08  Bruno Haible  <bruno@clisp.org>
53673
53674         * modules/full-read: Depend on full-write.
53675
53676 2003-01-08  Bruno Haible  <bruno@clisp.org>
53677
53678         * lib/safe-read.c: Include specification header first, to ensure its
53679         selfcontainedness.
53680         * lib/full-write.c: Likewise.
53681
53682 2003-01-07  Jim Meyering  <jim@meyering.net>
53683
53684         * lib/full-write.c: Rework so that it may serve to define full_read,
53685         too.
53686         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
53687
53688 2003-01-07  Bruno Haible  <bruno@clisp.org>
53689
53690         * lib/strtoimax.c: Include <stdint.h> as an alternative to
53691         <inttypes.h>.
53692         * lib/xstrtol.h: Likewise.
53693         * lib/xstrtoimax.c: Likewise.
53694         * lib/xstrtoumax.c: Likewise.
53695         * lib/human.h: Likewise.
53696
53697         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
53698         on systems that have <inttypes.h> but not <stdint.h>.
53699
53700 2003-01-07  Bruno Haible  <bruno@clisp.org>
53701
53702         * MODULES.html.sh: Add copyright notice.
53703         (missed_files): Omit CVS directory entries.
53704         (func_module): Make it work with sed-3.02.
53705         * MODULES.txt: Remove file.
53706
53707 2003-01-06  Jim Meyering  <jim@meyering.net>
53708
53709         * lib/version-etc.c: Update year in translatable copyright string.
53710
53711 2003-01-03  Karl Berry  <karl@gnu.org>
53712
53713         * config/config.{guess,sub}: update from prep.
53714
53715 2003-01-02  Karl Berry  <karl@gnu.org>
53716
53717         * doc/COPYING.DOC: belatedly updated to 1.2.
53718
53719 2003-01-01  Karl Berry  <karl@gnu.org>
53720
53721         * gnulib-tool (func_verify_module): report module name $module in
53722         error message, not $1.
53723         * gnulib-tool (create-testdir): don't complain if destdir couldn't
53724         be created, only if it doesn't exist.
53725         * gnulib-tool (last_checkin_date): don't expand the $Date here.
53726
53727 2002-12-31  Paul Eggert  <eggert@twinsun.com>
53728
53729         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
53730
53731 2002-12-31  Paul Eggert  <eggert@twinsun.com>
53732
53733         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
53734         memcmp if strcoll doesn't work.
53735
53736 2002-12-31  Bruno Haible  <bruno@clisp.org>
53737
53738         * lib/utime.c (utime_null): No need to call ftruncate if the file was
53739         nonempty.
53740
53741 2002-12-31  Bruno Haible  <bruno@clisp.org>
53742
53743         * lib/memcoll.c (STRCOLL): New macro.
53744         (memcoll): Use it.
53745
53746 2002-12-31  Bruno Haible  <bruno@clisp.org>
53747
53748         * lib/localcharset.h: New file.
53749         * lib/localcharset.c: Include it.
53750         * lib/unicodeio.c: Likewise.
53751
53752 2002-12-31  Bruno Haible  <bruno@clisp.org>
53753
53754         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
53755         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
53756
53757 2002-12-31  Bruno Haible  <bruno@clisp.org>
53758
53759         * lib/getline.h: Include <stddef.h>, for size_t.
53760
53761         * lib/unicodeio.h: Include <stddef.h>, for size_t.
53762         * lib/unicodeio.c: Don't include <stddef.h>.
53763
53764 2002-12-31  Bruno Haible  <bruno@clisp.org>
53765
53766         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
53767         HAVE_TM_ZONE.
53768
53769 2002-12-24  Karl Berry  <karl@gnu.org>
53770
53771         * config/config.guess: update from prep.
53772
53773 2002-12-24  Bruno Haible  <bruno@clisp.org>
53774
53775         General infrasructure.
53776         * m4/README: Rewritten.
53777         * m4/onceonly.m4: New file.
53778         * m4/onceonly_2_57.m4: New file.
53779
53780         Module atexit.
53781         * m4/atexit.m4: New file.
53782
53783         Module strtod.
53784         * m4/strtod.m4: New file.
53785
53786         Module strtol.
53787         * m4/strtol.m4: New file.
53788
53789         Module strtoul.
53790         * m4/strtoul.m4: New file.
53791
53792         Module memchr.
53793         * m4/memchr.m4: New file.
53794
53795         Module memcmp.
53796         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
53797         (jm_FUNC_MEMCMP): Invoke it.
53798
53799         Module memcpy.
53800         * m4/memcpy.m4: New file.
53801
53802         Module memmove.
53803         * m4/memmove.m4: New file.
53804
53805         Module memset.
53806         * m4/memset.m4: New file.
53807
53808         Module strcspn.
53809         * m4/strcspn.m4: New file.
53810
53811         Module strpbrk.
53812         * m4/strpbrk.m4: New file.
53813
53814         Module strstr.
53815         * m4/strstr.m4: New file.
53816
53817         Module strerror.
53818         * m4/strerror.m4: New file.
53819
53820         Module mktime.
53821         * m4/mktime.m4: Renamed from jm-mktime.m4.
53822         (gl_PREREQ_MKTIME): New macro.
53823         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
53824
53825         Module malloc.
53826         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
53827         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
53828         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
53829
53830         Module realloc.
53831         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
53832         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
53833         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
53834
53835         Module strftime.
53836         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
53837         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
53838         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
53839         gl_TM_GMTOFF.
53840         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
53841
53842         Module xalloc.
53843         * m4/xalloc.m4: New file.
53844
53845         Module alloca.
53846         * m4/alloca.m4: New file.
53847
53848         Module putenv.
53849         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
53850         (jm_FUNC_PUTENV): Invoke it.
53851
53852         Module setenv.
53853         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
53854         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
53855         when invoked twice.
53856         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
53857         gt_FUNC_SETENV.
53858
53859         Module memrchr.
53860         * m4/memrchr.m4: New file.
53861
53862         Module stpcpy.
53863         * m4/stpcpy.m4: New file.
53864
53865         Module strcase.
53866         * m4/strcase.m4: New file.
53867
53868         Module strdup.
53869         * m4/strdup.m4: New file.
53870
53871         Module strnlen.
53872         * m4/strnlen.m4: New file.
53873
53874         Module strndup.
53875         * m4/strndup.m4: New file.
53876
53877         Module xstrtod.
53878         * m4/xstrtod.m4: New file.
53879
53880         Module xstrtol.
53881         * m4/xstrtol.m4: New file.
53882
53883         Module getdate.
53884         * m4/getdate.m4: New file.
53885
53886         Module unlocked-io.
53887         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
53888         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
53889         * m4/jm-glibc-io.m4n: Remove file.
53890
53891         Module long-options.
53892         * m4/long-options.m4: New file.
53893
53894         Module md5.
53895         * m4/md5.m4: New file.
53896
53897         Module sha.
53898         * m4/sha.m4: New file.
53899
53900         Module getstr.
53901         * m4/getstr.m4: New file.
53902
53903         Module getline.
53904         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
53905         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
53906         <sys/types.h>, for size_t. Use the function name gnu_getline, not
53907         simply getline. Infoke gl_PREREQ_GETLINE.
53908
53909         Module obstack.
53910         * m4/obstack.m4: New file.
53911
53912         Module hash.
53913         * m4/hash.m4: New file.
53914
53915         Module readtokens.
53916         * m4/readtokens.m4: New file.
53917
53918         Module strverscmp.
53919         * m4/strverscmp.m4: New file.
53920
53921         Module stdbool.
53922         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
53923         OSF/1.
53924
53925         Module strtoll.
53926         * m4/strtoll.m4: New file.
53927
53928         Module strtoull.
53929         * m4/strtoull.m4: New file.
53930
53931         Module strtoimax.
53932         * m4/strtoimax.m4: New file.
53933
53934         Module strtoumax.
53935         * m4/strtoumax.m4: New file.
53936
53937         Module xstrtoimax.
53938         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
53939         jm_AC_PREREQ_XSTRTOIMAX.
53940         Moved the strtol prerequisites to strtol.m4.
53941         Moved the strtoll prerequisites to strtoll.m4.
53942         Moved the strtoimax prerequisites to strtoimax.m4.
53943
53944         Module xstrtoumax.
53945         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
53946         jm_AC_PREREQ_XSTRTOUMAX.
53947         Moved the strtoul prerequisites to strtoul.m4.
53948         Moved the strtoull prerequisites to strtoull.m4.
53949         Moved the strtoumax prerequisites to strtoumax.m4.
53950
53951         Module chown.
53952         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
53953         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
53954
53955         Module dup2.
53956         * m4/dup2.m4: New file.
53957
53958         Module ftruncate.
53959         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
53960         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
53961
53962         Module getgroups.
53963         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
53964         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
53965
53966         Module gettimeofday.
53967         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
53968         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
53969         gl_PREREQ_GETTIMEOFDAY.
53970
53971         Module mkdir.
53972         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
53973         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
53974
53975         Module mkstemp.
53976         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
53977         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
53978         jm_AC_TYPE_UINTMAX_T.
53979         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
53980
53981         Module stat.
53982         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
53983         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
53984
53985         Module lstat.
53986         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
53987         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
53988
53989         Module timespec.
53990         * m4/timespec.m4 (gl_TIMESPEC): New macro.
53991         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
53992         * m4/st_mtim.m4: Indentation.
53993
53994         Module nanosleep.
53995         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
53996         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
53997         gl_PREREQ_NANOSLEEP.
53998
53999         Module regex.
54000         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
54001         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
54002         (gl_REGEX): New macro.
54003
54004         Module rename.
54005         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
54006         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
54007
54008         Module rmdir.
54009         * m4/rmdir.m4: New file.
54010
54011         Module utime.
54012         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
54013         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
54014         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
54015
54016         Module dirname.
54017         * m4/dirname.m4: New file.
54018
54019         Module getopt.
54020         * m4/getopt.m4: New file.
54021
54022         Module unistd-safer.
54023         * m4/unistd-safer.m4: New file.
54024
54025         Module fnmatch.
54026         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
54027         declaration.
54028         (gl_PREREQ_FNMATCH_EXTRA): New macro.
54029         (gl_FUNC_FNMATCH_POSIX): New macro.
54030         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
54031         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
54032         simply fnmatch.
54033
54034         Module exclude.
54035         * m4/exclude.m4: New file.
54036
54037         Module human.
54038         * m4/human.m4: New file.
54039
54040         Module acl.
54041         * m4/acl.m4: Nop.
54042
54043         Module backupfile.
54044         * m4/backupfile.m4: New file.
54045         * m4/d-ino.m4: Indentation.
54046
54047         Module fsusage.
54048         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
54049         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
54050         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
54051
54052         Module dirfd.
54053         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
54054         requirements.
54055
54056         Module euidaccess.
54057         * m4/euidaccess.m4: New file.
54058
54059         Module file-type.
54060         * m4/file-type.m4: New file.
54061
54062         Module fileblocks.
54063         * m4/fileblocks.m4: New file.
54064
54065         Module filemode.
54066         * m4/filemode.m4: New file.
54067
54068         Module isdir.
54069         * m4/isdir.m4: New file.
54070
54071         Module lchown.
54072         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
54073         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
54074
54075         Module makepath.
54076         * m4/makepath.m4: New file.
54077
54078         Module modechange.
54079         * m4/modechange.m4: New file.
54080
54081         Module mountlist.
54082         * m4/mountlist.m4: New file.
54083         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
54084         Indentation.
54085
54086         Module path-concat.
54087         * m4/path-concat.m4: New file.
54088
54089         Module pathmax.
54090         * m4/pathmax.m4: New file.
54091
54092         Module same.
54093         * m4/same.m4: New file.
54094
54095         Module save-cwd.
54096         * m4/save-cwd.m4: New file.
54097
54098         Module savedir.
54099         * m4/savedir.m4: New file.
54100
54101         Module xgetcwd.
54102         * m4/xgetcwd.m4: New file.
54103         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
54104
54105         Module xreadlink.
54106         * m4/xreadlink.m4: New file.
54107
54108         Module safe-read.
54109         * m4/safe-read.m4: New file.
54110
54111         Module safe-write.
54112         * m4/safe-write.m4: New file.
54113
54114         Module closeout.
54115         * m4/closeout.m4: New file.
54116
54117         Module stdio-safer.
54118         * m4/stdio-safer.m4: New file.
54119
54120         Module getpass.
54121         * m4/getpass.m4: New file.
54122
54123         Module getugroups.
54124         * m4/getugroups.m4: New file.
54125
54126         Module group-member.
54127         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
54128         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
54129
54130         Module idcache.
54131         * m4/idcache.m4: New file.
54132
54133         Module userspec.
54134         * m4/userspec.m4: New file.
54135
54136         Module gettime.
54137         * m4/clock_time.m4: New file.
54138         * m4/gettime.m4: New file.
54139
54140         Module settime.
54141         * m4/settime.m4: New file.
54142
54143         Module posixtm.
54144         * m4/posixtm.m4: New file.
54145
54146         Module gethostname.
54147         * m4/gethostname.m4: New file.
54148
54149         Module canon-host.
54150         * m4/canon-host.m4: New file.
54151
54152         Module gettext.
54153         * m4/codeset.m4: New file, from gettext-0.11.5.
54154         * m4/gettext.m4: New file, from gettext-0.11.5.
54155         * m4/glibc21.m4: New file, from gettext-0.11.5.
54156         * m4/iconv.m4: New file, from gettext-0.11.5.
54157         * m4/intdiv0.m4: New file, from gettext-0.11.5.
54158         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
54159         * m4/inttypes.m4: New file, from gettext-0.11.5.
54160         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
54161         * m4/isc-posix.m4: New file, from gettext-0.11.5.
54162         * m4/lcmessage.m4: New file, from gettext-0.11.5.
54163         * m4/lib-ld.m4: New file, from gettext-0.11.5.
54164         * m4/lib-link.m4: New file, from gettext-0.11.5.
54165         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
54166         * m4/progtest.m4: New file, from gettext-0.11.5.
54167         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
54168         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
54169         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
54170
54171         Module localcharset.
54172         * m4/localcharset.m4: New file.
54173
54174         Module hard-locale.
54175         * m4/hard-locale.m4: New file.
54176
54177         Module mbswidth.
54178         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
54179         onceonly macros.
54180         * m4/mbrtowc.m4: Add comment.
54181
54182         Module memcasecmp.
54183         * m4/memcasecmp.m4: New file.
54184
54185         Module memcoll.
54186         * m4/memcoll.m4: New file.
54187
54188         Module unicodeio.
54189         * m4/unicodeio.m4: New file.
54190
54191         Module rpmatch.
54192         * m4/rpmatch.m4: New file.
54193
54194         Module yesno.
54195         * m4/yesno.m4: New file.
54196
54197         Module exitfail.
54198         * m4/exitfail.m4: New file.
54199
54200         Module c-stack.
54201         * m4/c-stack.m4 (gl_C_STACK): New macro.
54202         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
54203
54204         Module error.
54205         * m4/error.m4 (gl_ERROR): New macro.
54206         (jm_PREREQ_ERROR): Use onceonly macros.
54207
54208         Module fatal.
54209         * m4/fatal.m4: New file.
54210
54211         Module getloadavg.
54212         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
54213         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
54214
54215         Module getpagesize.
54216         * m4/getpagesize.m4: New file.
54217
54218         Module getusershell.
54219         * m4/getusershell.m4: New file.
54220
54221         Module physmem.
54222         * m4/physmem.m4: New file.
54223
54224         Module posixver.
54225         * m4/posixver.m4: New file.
54226
54227         Module quotearg.
54228         * m4/quotearg.m4: New file.
54229
54230         Module quote.
54231         * m4/quote.m4: New file.
54232
54233         Module readutmp.
54234         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
54235
54236         Module sig2str.
54237         * m4/sig2str.m4: New file.
54238
54239         Other.
54240         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
54241         ulonglong.m4.
54242         * m4/intmax_t.m4: New file.
54243         * m4/d-type.m4: Indentation.
54244         * m4/jm-macros.m4: Update.
54245         * m4/prereq.m4 (jm_PREREQ): Update.
54246         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
54247         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
54248         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
54249         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
54250         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
54251         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
54252         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
54253         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
54254         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
54255         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
54256         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
54257         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
54258         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
54259         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
54260         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
54261         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
54262         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
54263         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
54264         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
54265
54266 2002-12-24  Bruno Haible  <bruno@clisp.org>
54267
54268         * MODULES.txt: Update according to m4/ changes.
54269
54270         Module gettext.
54271         * config.rpath: New file, from gettext-0.11.5.
54272
54273         * modules/*: New module descriptions.
54274         * gnulib-tool: New file.
54275         * MODULES.html.sh: New file.
54276
54277 2002-12-21  Karl Berry  <karl@gnu.org>
54278
54279         * doc/fdl.texi: update to version 1.2.
54280
54281 2002-12-19  Karl Berry  <karl@gnu.org>
54282
54283         * config/config.guess: update from prep.
54284
54285 2002-12-18  Bruno Haible  <bruno@clisp.org>
54286
54287         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
54288         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
54289
54290 2002-12-17  Bruno Haible  <bruno@clisp.org>
54291
54292         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
54293         stdlib.h, string.h.
54294
54295 2002-12-17  Bruno Haible  <bruno@clisp.org>
54296
54297         * lib/canon-host.c (strdup): Remove unused declaration.
54298
54299         * lib/fsusage.c: Include full_read.h.
54300         (get_fs_usage): Use full_read instead of safe_read.
54301
54302         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
54303
54304 2002-12-12  Karl Berry  <karl@gnu.org>
54305
54306         * config/config.guess: update from prep.
54307
54308 2002-12-11  Bruno Haible  <bruno@clisp.org>
54309
54310         * m4/setenv.m4: New file, from gettext-0.11.5.
54311
54312 2002-12-11  Bruno Haible  <bruno@clisp.org>
54313
54314         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
54315         not unsetenv().
54316         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
54317         modifications:
54318
54319         2002-12-11  Bruno Haible  <bruno@clisp.org>
54320
54321                 * setenv.c (alloca): Fall back to malloc.
54322                 (freea): New macro.
54323                 (setenv): Use freea() to free memory allocated with alloca().
54324
54325         2002-11-13  Bruno Haible  <bruno@clisp.org>
54326
54327                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
54328                 function declarations.
54329                 * unsetenv.c (unsetenv): Likewise.
54330
54331         2002-03-04  Bruno Haible  <bruno@clisp.org>
54332
54333                 Portability to AIX 4.3.3.
54334                 * unsetenv.c: New file, extracted from setenv.c.
54335                 * setenv.c: Move the unsetenv() function to unsetenv.c.
54336
54337         2001-12-20  Bruno Haible  <bruno@clisp.org>
54338
54339                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
54340                 use malloc instead. For SunOS 4.
54341
54342         2001-12-11  Bruno Haible  <bruno@clisp.org>
54343
54344                 * setenv.c: Declare alloca.
54345                 (compar_fn_t): New typedef.
54346                 (KNOWN_VALUE, STORE_VALUE): Use it.
54347
54348         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
54349         setenv.h.
54350
54351 2002-12-10  Paul Eggert  <eggert@twinsun.com>
54352
54353         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
54354         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
54355         Choose values that are less likely to collide with system fnmatch
54356         options.
54357         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
54358         defined (e.g., a pure POSIX system).
54359         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
54360         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
54361
54362 2002-12-06  Paul Eggert  <eggert@twinsun.com>
54363
54364         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
54365         a pain in practice to deal with generated m4 files.  This change
54366         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
54367
54368         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
54369         and jm-glibc-io.m4, as they are no longer a special case.
54370         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
54371         kludge and the auto-generation stuff.  Check only whether the
54372         functions are declared, not whether they exist, since older hosts
54373         that don't declare the functions can't use the optimization anyway.
54374
54375 2002-12-06  Jim Meyering  <jim@meyering.net>
54376
54377         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
54378
54379         Merge in changes from libc's misc/error.c, in preparation
54380         for the merge of gnulib's changes back into libc.
54381
54382         * lib/error.c (_): Define only if not already defined.
54383         Move definition to follow all #include directives.
54384         Include unlocked-io.h only if !_LIBC.
54385         [_LIBC]: Include <libio/libioP.h>.
54386         [USE_IN_LIBIO]: Include <libio/iolibio.h>
54387         (fflush): Tweak definition to use INTUSE.
54388         (putc): Define.
54389
54390 2002-12-05  Paul Eggert  <eggert@twinsun.com>
54391
54392         * lib/alloca.c [defined emacs]: Include "lisp.h".
54393         (xalloc_die) [defined emacs]: New macro.
54394         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
54395         [! defined emacs]: Include <xalloc.h>.
54396         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
54397         (pointer): Typedef to POINTER_TYPE *.
54398         (malloc): Remove decl; we now always use xmalloc.
54399         (alloca): Use old-style definition, since Emacs needs this.
54400         Check for arithmetic overflow when computing combined size.
54401
54402 2002-12-04  Paul Eggert  <eggert@twinsun.com>
54403
54404         Do not generate unlocked-io.h automatically, since it's easier to
54405         maintain it by hand.
54406
54407         * lib/unlocked-io.h: New file, from GNU diffutils,
54408         but with proper copyright notice and attribution.
54409         * lib/gen-uio: Remove.
54410         * lib/Makefile.am: Add copyright notice.
54411         (libfetish_a_SOURCES): Add unlocked-io.h.
54412         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
54413         (DISTCLEANFILES, io_functions): Remove macros.
54414         (EXTRA_DIST): Remove gen_uio.
54415         (unlocked-io.h): Remove rule.
54416
54417 2002-12-04  Jim Meyering  <jim@meyering.net>
54418
54419         Reflect the fact that stat.c and lstat.c are no longer generated.
54420         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
54421         (DISTCLEANFILES): Likewise.
54422         (EXTRA_DIST): Likewise.
54423         (all_local): Don't depend on stat.c or lstat.c.
54424         (stat.c, lstat.c): Remove rules.
54425         (EXTRA_DIST): Remove xstat.in.
54426
54427         * lib/xstat.in: Remove file.  Contents moved into stat.c.
54428         * lib/stat.c: New file.  Contents mostly from xstat.in.
54429         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
54430         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
54431
54432         * lib/safe-read.c: Rework so that it may serve to define safe_write,
54433         too.
54434         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
54435
54436 2002-12-03  Jim Meyering  <jim@meyering.net>
54437
54438         * lib/safe-read.c, safe-write.c: Change variable names and comments,
54439         but not semantics, to minimize the differences between these two files.
54440         (safe_read): Change comment to mention SAFE_READ_ERROR.
54441
54442         * lib/safe-read.c (IS_EINTR): Define.
54443         (safe_read): Use IS_EINTR in place of in-function cpp directives.
54444
54445 2002-12-02  Jim Meyering  <jim@meyering.net>
54446
54447         * lib/safe-read.c (EINTR): Define.
54448         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
54449         (INT_MAX): Provide fallback.
54450         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
54451
54452         * lib/safe-read.h (SAFE_READ_ERROR): Define.
54453
54454 2002-12-02  Bruno Haible  <bruno@clisp.org>
54455
54456         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
54457         Define, taken from safe-read.c.
54458         (INT_MAX): Provide fallback.
54459         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
54460         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
54461
54462         * lib/safe-read.c (EINTR): Remove definition.
54463         (safe_read): Don't use EINTR if it is absent.
54464
54465 2002-12-01  Jim Meyering  <jim@meyering.net>
54466
54467         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
54468         zero.
54469         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
54470
54471 2002-11-27  Paul Eggert  <eggert@twinsun.com>
54472
54473         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
54474         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
54475         with `if (! (value < limit)) abort ();', for readability.
54476
54477 2002-11-26  Karl Berry  <karl@gnu.org>
54478
54479         * lib/strdup.c: copy from libc again, with jim's ok.
54480         * lib/.cppi-disable: re-add strdup.c
54481
54482 2002-11-25  Karl Berry  <karl@gnu.org>
54483
54484         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
54485         instead of "strtol.c".
54486
54487 2002-11-25  Karl Berry  <karl@gnu.org>
54488
54489         * config/install-sh: update from automake for variable quoting, $0 in
54490         error msgs, etc.
54491
54492         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
54493         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
54494         entry.
54495
54496 2002-11-25  Jim Meyering  <jim@meyering.net>
54497
54498         * lib/mktime.c: Sync from libc, now that it has the latest fix.
54499
54500 2002-11-24  Karl Berry  <karl@gnu.org>
54501
54502         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
54503         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
54504
54505 2002-11-24  Jim Meyering  <jim@meyering.net>
54506
54507         Update from coreutils:
54508
54509         * lib/mktime.c: Merge in changes from libc.
54510
54511         Avoid a link-time failure on some Linux systems.
54512         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
54513         (otherwise).
54514         (__mon_yday): Declare with the STATIC attribute.
54515         (__mktime_internal): Likewise.
54516         Based on a report from Greg Schafer.
54517
54518 2002-11-23  Jim Meyering  <jim@meyering.net>
54519
54520         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
54521         Use `unsigned', not `int', as type of index.
54522
54523         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
54524
54525         * lib/fsusage.c: Remove unneeded parentheses around operands of
54526         `defined'.
54527
54528 2002-11-22  Paul Eggert  <eggert@twinsun.com>
54529
54530         * lib/quotearg.h: Allow multiple inclusion by surrounding with
54531         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
54532         so that we can be included first.
54533         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
54534         * lib/quotearg.c: Include quotearg.h immediately after config.h.
54535         No need to include stddef.h or sys/types.h any more.
54536         Surround local include files with "", not "<>".
54537         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
54538         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
54539         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
54540         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
54541         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
54542         (ISPRINT): Remove; no longer needed now that we assume C89.
54543
54544         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
54545         Preserve errno.
54546
54547         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
54548         quotearg_char): Use SIZE_MAX rather than
54549         (size_t) -1 when we are talking about "infinity".
54550
54551         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
54552
54553 2002-11-22  Paul Eggert  <eggert@twinsun.com>
54554
54555         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
54556         hint that one should use `if (! x) abort ();' rather than `assert
54557         (x);', and anyway it's one less thing to worry about configuring.
54558         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
54559         hash_rehash, hash_insert): Use abort rather than assert.
54560
54561 2002-11-22  Bruno Haible  <bruno@clisp.org>
54562
54563         * lib/safe-read.h: Assume C89. Add comments.
54564         (safe_read): Change return type to size_t.
54565         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
54566         byte counts > SSIZE_MAX correctly.
54567         * lib/safe-write.h: New file.
54568         * lib/safe-write.c: New file.
54569         * lib/full-read.h: New file.
54570         * lib/full-read.c: New file.
54571         * lib/full-write.h: Assume C89. Add comments.
54572         * lib/full-write.c: Include safe-write.h.
54573         (full_write): Rewritten to use safe_write.
54574         Suggested by Jim Meyering and Paul Eggert.
54575
54576 2002-11-21  Jim Meyering  <jim@meyering.net>
54577
54578         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
54579
54580         Merge in changes from the coreutils.
54581
54582         2002-09-25  Paul Eggert  <eggert@twinsun.com>
54583         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
54584         <stdint.h>.
54585         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
54586         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
54587         int.  Work more efficiently if X is the same width as uintmax_t.
54588         Do not compare X to -1, to avoid bogus compiler warning.
54589         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
54590         Don't assume that f_frsize and f_bsize are the same type.
54591
54592         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
54593         warning on FreeBSD.
54594
54595         * lib/makepath.c (make_path): Restore umask *before* creating the final
54596         component.
54597         (make_path): Minor reformatting.
54598
54599         * lib/xmalloc.c: Adjust to work with new autoconf macros,
54600         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
54601         HAVE_MALLOC/HAVE_REALLOC.
54602
54603         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
54604         dummy ones.  At least on GNU/Linux systems, `auto' means something
54605         else.
54606         From Michael Stone.
54607
54608 2002-11-21  Bruno Haible  <bruno@clisp.org>
54609
54610         Remove case insensitive option matching.
54611         * lib/argmatch.h (argcasematch): Remove declaration.
54612         (ARGCASEMATCH): Remove macro.
54613         (__xargmatch_internal): Remove case_sensitive argument.
54614         (XARGMATCH): Update.
54615         (XARGCASEMATCH): Remove macro.
54616         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
54617         case_sensitive argument.
54618         (argcasematch): Remove function.
54619         (__xargmatch_internal): Remove case_sensitive argument.
54620         (main): Use XARGMATCH instead of XARGCASEMATCH.
54621
54622         * lib/xmalloc.c: Change compile-time error message. Add comment about
54623         required autoconf version.
54624
54625 2002-11-20  Paul Eggert  <eggert@twinsun.com>
54626
54627         Merge argmatch cleanups from Bison.  Assume C89.
54628
54629         * lib/argmatch.c: Include config.h here, not in argmatch.h.
54630         Include stdlib.h, for EXIT_FAILURE.
54631         Always include <string.h>, since we assume C89.
54632         (EXIT_FAILURE): Remove pre-C89 bug workaround.
54633         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
54634         Include <stddef.h> instead, since it's all we need for size_t.
54635         (PARAMS): Remove.  All uses removed.
54636         (ARRAY_CARDINALITY): Do not bother to #undef.
54637         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
54638         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
54639         Remove unnecessary parentheses.
54640         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
54641         Insert necessary parentheses.
54642         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
54643         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
54644
54645 2002-11-19  Bruno Haible  <bruno@clisp.org>
54646
54647         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
54648         * lib/mbswidth.h: Include <stddef.h>, for size_t.
54649
54650         * lib/mbswidth.h (PARAMS): Remove macro.
54651         (mbswidth, mbsnwidth): Use ANSI C function declarations.
54652         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
54653
54654         * lib/gcd.h (PARAMS): Remove macro.
54655         (gcd): Use ANSI C function declarations.
54656         * lib/gcd.c (gcd): Likewise.
54657
54658 2002-11-15  Bruno Haible  <bruno@clisp.org>
54659
54660         * lib/strcspn.c: Include <stddef.h>.
54661         (strcspn): Use ANSI C function declaration. Change return type to
54662         size_t. Use NULL.
54663         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
54664         (strpbrk): Use NULL.
54665         * lib/strpbrk.h (PARAMS): Remove macro.
54666         (strpbrk): Use ANSI C function declaration.
54667         * lib/strstr.c: Don't include <sys/types.h>.
54668         * lib/strstr.h (PARAMS): Remove macro.
54669         (strstr): Use ANSI C function declarations.
54670
54671 2002-11-14  Karl Berry  <karl@gnu.org>
54672
54673         * config/mkinstalldirs: `do' on separate line, instead of
54674         `for var; do'.
54675
54676 2002-11-06  Bruno Haible  <bruno@clisp.org>
54677
54678         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
54679         * lib/gcd.c (gcd): Likewise.
54680
54681 2002-11-05  Bruno Haible  <bruno@clisp.org>
54682
54683         * lib/gcd.h: New file, from gettext-0.11.5.
54684         * lib/gcd.c: New file, from gettext-0.11.5.
54685
54686 2002-11-05  Bruno Haible  <bruno@clisp.org>
54687
54688         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54689         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54690         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54691         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
54692
54693         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
54694         <libintl.h>.
54695         * lib/makepath.c: Include gettext.h instead of <locale.h> and
54696         <libintl.h>.
54697
54698         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
54699         * lib/human.c: Include gettext.h instead of <libintl.h>.
54700         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
54701         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
54702         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
54703         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
54704         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
54705         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
54706         (textdomain): Remove definition.
54707         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
54708
54709         * lib/long-options.c: Remove include of <libintl.h> and definition of
54710         _.
54711         * lib/same.c: Remove include of <libintl.h> and definition of _.
54712
54713 2002-11-04  Owen Taylor  <otaylor@redhat.com>
54714
54715         * lib/config.charset: A few additions for Solaris.
54716
54717 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
54718
54719         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
54720         * lib/localcharset.c (locale_charset): Declare as extern "C".
54721
54722 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
54723
54724         * lib/config.charset: msdos in uk_UA uses CP1125.
54725
54726 2002-11-04  Bruno Haible  <bruno@clisp.org>
54727
54728         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
54729         * lib/strcase.h: New file, from GNU gettext-0.11.5.
54730         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
54731         * lib/strstr.h: New file, from GNU gettext-0.11.5.
54732         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
54733
54734 2002-11-04  Bruno Haible  <bruno@clisp.org>
54735
54736         * lib/localcharset.c (locale_charset): Don't return an empty string.
54737
54738 2002-11-04  Bruno Haible  <bruno@clisp.org>
54739
54740         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
54741         aliases.
54742
54743 2002-11-04  Bruno Haible  <bruno@clisp.org>
54744
54745         * lib/config.charset: Update for newest glibc. Add canonical names
54746         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
54747
54748 2002-11-04  Bruno Haible  <bruno@clisp.org>
54749
54750         * lib/config.charset: Add support for NetBSD.
54751
54752 2002-11-04  Bruno Haible  <bruno@clisp.org>
54753
54754         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
54755
54756 2002-11-01  Bruno Haible  <bruno@clisp.org>
54757
54758         * configure.in: Add AC_CONFIG_AUX_DIR call.
54759         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
54760         test/Makefile.
54761         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
54762
54763 2002-09-28  Karl Berry  <karl@gnu.org>
54764
54765         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
54766         installed automake until the next release, since changes have been
54767         made.
54768
54769 2002-09-25  Karl Berry  <karl@gnu.org>
54770
54771         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
54772         * lib/getopt*: copy from libc/posix.
54773         * lib/gettext.h: copy from gettext.
54774         * lib/.cppi-disable: add strdup.c, gettext.h.
54775
54776 2002-09-25  Karl Berry  <karl@gnu.org>
54777
54778         * config/srclist.txt: enable gettext.h check.
54779         * config/config.{guess,sub}: update from prep.
54780         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
54781                 from automake 1.6.3.
54782         See srclist*.
54783
54784 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
54785
54786         * regex.c (PATFETCH): Remove the translating fetch.
54787         (PATFETCH_RAW): Rename to PATFETCH.
54788         (set_image_of_range): New fun.
54789         (SET_RANGE_TABLE_WORK_AREA): Use it.
54790         (regex_compile): Don't translate the pattern chars so eagerly.
54791         Only do it when inserting an `exactn' bytecode or when handling
54792         a char-range.
54793         (mutually_exclusive_p): Avoid empty statement.
54794
54795 2002-07-06  Jim Meyering  <meyering@lucent.com>
54796
54797         * m4/README: Don't mention Makefile.am.in.
54798         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
54799
54800 2002-07-01  Jim Meyering  <meyering@lucent.com>
54801
54802         * lib/c-stack.c: Include sys/time.h.
54803         From Volker Borchert.
54804
54805 2002-06-26  Paul Eggert  <eggert@twinsun.com>
54806
54807         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
54808
54809 2002-06-26  Paul Eggert  <eggert@twinsun.com>
54810
54811         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
54812         New macro.  Use it uniformly instead of
54813         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
54814         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
54815         reported by Vin Shelton.
54816
54817 2002-06-22  Paul Eggert  <eggert@twinsun.com>
54818
54819         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
54820         Do not assume SA_SIGINFO behavior.
54821         Bug reported by Jim Meyering on NetBSD 1.5.2.
54822
54823 2002-06-22  Jim Meyering  <meyering@lucent.com>
54824
54825         * m4/c-stack.m4: New file, from diffutils-2.8.2.
54826         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
54827
54828         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
54829         now that configure.ac uses AC_GNU_SOURCE.
54830         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
54831         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
54832
54833         Update to latest tools.  Suggestions from Paul Eggert.
54834         * m4/stdbool.m4: New file, from diffutils-2.8.2.
54835         * m4/gnu-source.m4: Update from diffutils-2.8.2.
54836         * m4/fnmatch.m4: Likewise.
54837         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
54838         to AC_HEADER_STDBOOL
54839
54840 2002-06-22  Jim Meyering  <meyering@lucent.com>
54841
54842         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
54843         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
54844
54845 2002-06-22  Jim Meyering  <meyering@lucent.com>
54846
54847         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
54848
54849         * lib/exitfail.c, exitfail.h: Likewise.
54850         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
54851
54852         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
54853         of fnmatch.h.
54854         (EXTRA_DIST): Add fnmatch_loop.c.
54855         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
54856
54857         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
54858         * lib/fnmatch.c: Update from diffutils-2.8.2.
54859         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
54860         * lib/fnmatch.h: Remove file.
54861
54862 2002-06-21  Jim Meyering  <meyering@lucent.com>
54863
54864         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
54865         * m4/mbrtowc.m4: Likewise.
54866
54867         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
54868         * m4/mbswidth.m4: Reflect name change:
54869         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
54870         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
54871
54872         * m4/lib-link.m4: Update from gettext-0.11.2.
54873         * m4/gettext.m4: Likewise.
54874
54875         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
54876         From Alfred M. Szmidt.
54877
54878 2002-06-18  Paul Eggert  <eggert@twinsun.com>
54879
54880         * lib/file-type.h: Report an error if neither S_ISREG nor
54881         S_IFREG is defined, instead of using a test specific to glibc
54882         2.2.  This should be safe, since POSIX requires S_ISREG and
54883         Unix Version 7 had S_IFREG.  We don't need to check for
54884         <sys/types.h> since we don't use any symbols that it defines.
54885
54886 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
54887
54888         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
54889         $@-t, so that each temporary file name is unique and valid in the first
54890         8 characters, for operation under DOS.
54891
54892 2002-06-15  Paul Eggert  <eggert@twinsun.com>
54893
54894         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
54895
54896 2002-06-15  Jim Meyering  <meyering@lucent.com>
54897
54898         Work even with DJGPP 2.03, which lacks support for symlinks.
54899         From Richard Dawe.
54900         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
54901         is defined.
54902         * lib/lchown.c (S_ISLNK): Likewise.
54903
54904 2002-06-15  Jim Meyering  <meyering@lucent.com>
54905
54906         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
54907         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
54908         have been included before this file.
54909
54910 2002-06-14  Jim Meyering  <meyering@lucent.com>
54911
54912         * lib/file-type.h: Use the version from diffutils-2.8.2.
54913         * lib/file-type.c: Likewise.
54914
54915 2002-06-07  Jim Meyering  <meyering@lucent.com>
54916
54917         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
54918         They're needed at least for NetBSD 1.5.2.
54919         ($statxfs_includes): Include those same headers.
54920         ($statxfs_includes): Include sys/vfs.h if available.
54921         ($statxfs_includes): Likewise for sys/statvfs.h.
54922         Check for the following members in both structs statfs and statvfs:
54923         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
54924
54925 2002-06-01  Jim Meyering  <meyering@lucent.com>
54926
54927         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
54928         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
54929
54930 2002-05-28  Jim Meyering  <meyering@lucent.com>
54931
54932         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
54933         Reported by Volker Borchert.
54934
54935 2002-05-27  Jim Meyering  <meyering@lucent.com>
54936
54937         Fix a problem seen only on nonconforming systems whereby ls.c's
54938         use of localtime, and then of gettimeofday would cause trouble:
54939         the localtime call used to initialize rpl_gettimeofday's save
54940         mechanism would clobber ls's current local time information so
54941         that in any long listing the first file would always be listed
54942         with date 1970-01-01.  Analysis by Volker Borchert.
54943
54944         * lib/gettimeofday.c (localtime): Undefine.
54945         (rpl_localtime): New function.
54946
54947 2002-05-27  Jim Meyering  <meyering@lucent.com>
54948
54949         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
54950         localtime.
54951
54952         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
54953         use the replacement function; it wouldn't resolve at link time.
54954         Reported by Volker Borchert.
54955
54956 2002-05-22  Jim Meyering  <meyering@lucent.com>
54957
54958         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
54959         file-type.h.
54960         * lib/file-type.h: New file.
54961         * lib/file-type.c (file_type): New file/function.  Extracted from
54962         diffutils.
54963
54964 2002-04-30  Jim Meyering  <meyering@lucent.com>
54965
54966         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
54967
54968 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54969
54970         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
54971
54972 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54973
54974         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
54975         Do not check for alloca.h (no longer used) or stdbool.h (was never
54976         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
54977
54978 2002-04-29  Paul Eggert  <eggert@twinsun.com>
54979
54980         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
54981
54982 2002-04-29  Jim Meyering  <meyering@lucent.com>
54983
54984         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
54985         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
54986         Use AC_FUNC_STRNLEN here instead.
54987
54988         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
54989         With autoconf-2.53a, it's part of AC_PROG_CC.
54990
54991 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54992
54993         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
54994         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
54995
54996 2002-04-28  Paul Eggert  <eggert@twinsun.com>
54997
54998         * lib/sig2str.h, lib/sig2str.c: New files.
54999         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
55000
55001 2002-04-28  Paul Eggert  <eggert@twinsun.com>
55002
55003         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
55004         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
55005         of 127, since 64 is the largest conceivable number for ancient
55006         nonstandard hosts.
55007         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
55008
55009 2002-04-28  Jim Meyering  <meyering@lucent.com>
55010
55011         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
55012
55013 2002-04-24  Jim Meyering  <meyering@lucent.com>
55014
55015         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
55016         (jm_PREREQ): Use it.
55017
55018         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
55019         mach/mach.h fcntl.h.
55020         Check for this function: setlocale.
55021
55022 2002-04-24  Jim Meyering  <meyering@lucent.com>
55023
55024         * lib/gettext.h: New file, from Gettext.
55025         * lib/Makefile.am (INCLUDES): Remove -I../intl.
55026         (libfetish_a_SOURCES): Add gettext.h.
55027
55028 2002-04-16  Jim Meyering  <meyering@lucent.com>
55029
55030         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
55031         ut_pid, ut_id, ut_exit.
55032
55033 2002-04-16  Jim Meyering  <meyering@lucent.com>
55034
55035         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
55036         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
55037         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
55038
55039 2002-04-12  Jim Meyering  <meyering@lucent.com>
55040
55041         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
55042         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
55043         existence of the getmntinfo function.  Needed for Darwin 5.3.
55044
55045         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
55046         This is necessary at least on Darwin 5.3.
55047
55048         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
55049         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
55050         strnlen.o in the library, and that makes some versions of ranlib
55051         object.
55052
55053 2002-04-12  Jim Meyering  <meyering@lucent.com>
55054
55055         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
55056
55057 2002-04-09  Jim Meyering  <meyering@lucent.com>
55058
55059         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
55060         to be more precise.  Rather than saying we're checking whether the
55061         function `works', say what we're testing.
55062         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
55063         Reported by Bruno Haible.
55064
55065 2002-03-10  Jim Meyering  <meyering@lucent.com>
55066
55067         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
55068         Suggestion from Santiago Vila.
55069
55070 2002-03-08  Jim Meyering  <meyering@lucent.com>
55071
55072         * lib/rename.c: Mention that this wrapper is needed also on
55073         mips-dec-ultrix4.4 systems.
55074
55075 2002-03-02  Jim Meyering  <meyering@lucent.com>
55076
55077         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
55078         not HAVE_CLOCK_SETTIME.
55079
55080 2002-02-27  Paul Eggert  <eggert@twinsun.com>
55081
55082         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
55083         Check for clock_settime.
55084
55085 2002-02-27  Paul Eggert  <eggert@twinsun.com>
55086
55087         * lib/nanosleep.h: Rename to....
55088         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
55089
55090         * lib/gettime.c: New file.
55091         * lib/settime.c: New file.
55092         * lib/stime.c: Remove.
55093
55094         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
55095         timespec.h.  Remove nanosleep.h.
55096
55097 2002-02-25  Paul Eggert  <eggert@twinsun.com>
55098
55099         * m4/acl.m4: New file.
55100         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
55101         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
55102
55103 2002-02-25  Paul Eggert  <eggert@twinsun.com>
55104
55105         * lib/acl.c, lib/acl.h: New files.
55106         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
55107
55108 2002-02-24  Jim Meyering  <meyering@lucent.com>
55109
55110         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
55111         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
55112         cause trouble.  Reported by Nelson Beebe.
55113
55114 2002-02-23  Paul Eggert  <eggert@twinsun.com>
55115
55116         * lib/path-concat.c (xpath_concat): Reorder code to pacify
55117         compilers that don't know that xalloc_die never returns.
55118
55119 2002-02-20  Jim Meyering  <meyering@lucent.com>
55120
55121         * lib/getdate.c: Regenerate using bison-1.33.
55122
55123 2002-02-17  Jim Meyering  <meyering@lucent.com>
55124
55125         * config/config.guess (main): Don't use `head -1'; it's no longer
55126         portable. Use `sed 1q' instead.
55127
55128 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
55129
55130         * m4/codeset.m4: Upgrade to gettext-0.11.
55131         * m4/gettext.m4: Upgrade to gettext-0.11.
55132         * m4/glibc21.m4: Upgrade to gettext-0.11.
55133         * m4/iconv.m4: Upgrade to gettext-0.11.
55134         * m4/isc-posix.m4: Upgrade to gettext-0.11.
55135         * m4/lcmessage.m4: Upgrade to gettext-0.11.
55136         * m4/lib-ld.m4: New file, from gettext-0.11.
55137         * m4/lib-link.m4: New file, from gettext-0.11.
55138         * m4/lib-prefix.m4: New file, from gettext-0.11.
55139         * m4/progtest.m4: Upgrade to gettext-0.11.
55140
55141 2002-02-15  Paul Eggert  <eggert@twinsun.com>
55142
55143         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
55144         (jm_PREREQ): Use it.
55145
55146 2002-02-15  Paul Eggert  <eggert@twinsun.com>
55147
55148         * lib/posixver.c, lib/posixver.h: New files.
55149         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
55150
55151 2002-02-02  Paul Eggert  <eggert@twinsun.com>
55152             Bruno Haible  <bruno@clisp.org>
55153
55154         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
55155         (fwrite_success_callback): New declaration.
55156         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
55157         print_unicode_char. Call failure callback instead of error.
55158         (fwrite_success_callback): New function.
55159         (exit_failure_callback): New function.
55160         (fallback_failure_callback): New function.
55161         (print_unicode_char): Call unicode_to_mb.
55162
55163 2002-01-26  Jim Meyering  <meyering@lucent.com>
55164
55165         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
55166         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
55167
55168 2002-01-26  Jim Meyering  <meyering@lucent.com>
55169
55170         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
55171
55172 2002-01-22  Paul Eggert  <eggert@twinsun.com>
55173
55174         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
55175
55176 2002-01-22  Jim Meyering  <meyering@lucent.com>
55177
55178         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
55179         Otherwise, some versions of automake would omit the rule that makes
55180         Makefile from Makefile.in.
55181
55182 2002-01-21  Paul Eggert  <eggert@twinsun.com>
55183
55184         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
55185         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
55186         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
55187         (memcoll): Set errno to zero if there is no error.
55188
55189         * lib/quotearg.c (quotearg_buffer_restyled):
55190         Fix bug with quoting buffers containing NUL when backslashing escapes.
55191         This bug was exposed by the other changes in this patch.
55192         (quotearg_n_options): New arg ARGSIZE.
55193         All callers changed.
55194         (quoting_options_from_style): New function.
55195         (quotearg_n_style): Use it.
55196         (quotearg_n_style_mem): New function.
55197
55198         * lib/quotearg.h (quotearg_n_style_mem): New function.
55199
55200 2002-01-19  Jim Meyering  <meyering@lucent.com>
55201
55202         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
55203         Remove useless quotes: DF_PROG="df".
55204         * m4/strnlen.m4: New file.
55205
55206 2002-01-16  Paul Eggert  <eggert@twinsun.com>
55207
55208         * lib/backupfile.c (ISDIGIT): Comment fix.
55209         * lib/getdate.y (ISDIGIT): Likewise.
55210         * lib/posixtm.c (ISDIGIT, year): Likewise.
55211         * lib/strverscmp.c (ISDIGIT): Likewise.
55212         * lib/userspec.c (ISDIGIT): Likewise.
55213
55214 2002-01-16  Jim Meyering  <meyering@lucent.com>
55215
55216         * lib/getdate.y: Add three semicolons, each just before a closing
55217         brace. Bison (as of version 1.31) no longer papers over that mistake.
55218
55219 2002-01-05  Jim Meyering  <meyering@lucent.com>
55220
55221         * lib/version-etc.c (version_etc_copyright): Update copyright year.
55222
55223 2001-12-19  Paul Eggert  <eggert@twinsun.com>
55224
55225         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
55226         not silently exit merely because the output buffer happens to
55227         have nothing pending.
55228
55229 2001-12-18  Paul Eggert  <eggert@twinsun.com>
55230
55231         See the big note in ../ChangeLog.
55232         * lib/human.c (suffixes): Prefer K to k for 1024.
55233         (generate_suffix_backwards): New function.
55234         (human_readable_inexact): Use it.
55235         * lib/xstrtol.c (__xstrtol): If there is no number but there
55236         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
55237         Accept 'K' as well as 'k'.
55238
55239 2001-12-15  Jim Meyering  <meyering@lucent.com>
55240
55241         * lib/regex.h (__restrict_arr): Update from libc.
55242
55243         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
55244         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
55245         (STREQ): Define.
55246
55247 2001-12-14  Jim Meyering  <meyering@lucent.com>
55248
55249         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
55250         Suggestion from Bruno Haible.
55251
55252 2001-12-10  Jim Meyering  <meyering@lucent.com>
55253
55254         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
55255         xrealloc, Instead, include "xalloc.h".
55256         (initbuffer): Don't cast xmalloc return value to char*.
55257         (readline): Reword comment.
55258         Don't cast xrealloc return value to char*
55259         Return NULL, not 0.
55260
55261 2001-12-09  Jim Meyering  <meyering@lucent.com>
55262
55263         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
55264         about `signed and unsigned type in conditional expression'.
55265         * lib/posixtm.c (posix_time_parse): Likewise.
55266
55267         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
55268
55269         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
55270         to avoid a pedantic warning.
55271
55272         * lib/getstr.c: Don't include assert.h.
55273         (getstr): Remove warning-evoking assertions.
55274         Return -1 if offset parameter is out of bounds.
55275         Change the type of a local from int to size_t.
55276
55277         * lib/strftime.c (my_strftime_localtime_r): Include this function
55278         definition in the `#if ! HAVE_TM_GMTOFF' block.
55279
55280         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
55281         Include xalloc.h instead.
55282
55283 2001-12-02  Jim Meyering  <meyering@lucent.com>
55284
55285         * lib/tempname.c: Don't declare getenv, thus reverting the change of
55286         2001-11-18.  It's no longer necessary, now that stdlib.h is always
55287         included.
55288
55289         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
55290         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
55291
55292 2001-11-30  Akim Demaille  <akim@epita.fr>
55293
55294         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
55295         before being defined.
55296
55297 2001-11-27  Paul Eggert  <eggert@twinsun.com>
55298
55299         * lib/quotearg.h (quotearg_n, quotearg_n_style):
55300         First arg is int, not unsigned.
55301         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
55302         (SIZE_MAX, UINT_MAX): New macros.
55303         (quotearg_n_options): Abort if N is negative.
55304         Avoid overflow check on hosts where size_t is 64 bits and int
55305         is 32 bits, as overflow is impossible there.
55306         Fix off-by-one typo that caused unnecessary reallocation.
55307
55308 2001-11-27  Jim Meyering  <meyering@lucent.com>
55309
55310         * lib/tempname.c: Merge with version from libc.
55311         * lib/regex.c: Likewise.
55312
55313         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
55314         systems for which STDC_HEADERS is 0, it was not included, resulting in
55315         a warning about an integer-to-pointer conversion problem with getenv.
55316         Reported by Volker Borchert.
55317
55318 2001-11-26  Jim Meyering  <meyering@lucent.com>
55319
55320         * lib/gtod.h: Remove file.
55321         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
55322         * lib/gettimeofday.c: Don't include gtod.h.
55323         (GTOD_init): Remove function.
55324         (rpl_gettimeofday): Do its job here instead, rather than aborting.
55325         Suggestion from Volker Borchert.
55326
55327 2001-11-23  Jim Meyering  <meyering@lucent.com>
55328
55329         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
55330         it.
55331         * lib/hash.c (struct hash_table): Define it here instead.
55332
55333 2001-11-22  Jim Meyering  <meyering@lucent.com>
55334
55335         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
55336
55337 2001-11-20  Jim Meyering  <meyering@lucent.com>
55338
55339         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
55340         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
55341
55342 2001-11-19  Jim Meyering  <meyering@lucent.com>
55343
55344         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
55345         directory.  Use "conftestXXXXXX" as the template.
55346         Suggestion from Paul Eggert.
55347
55348         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
55349         immediately, so the test doesn't mistakenly hit the max-open-files
55350         limit.
55351
55352 2001-11-18  Paul Eggert  <eggert@twinsun.com>
55353
55354         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
55355         (TEMPORARIES): New macro.
55356         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
55357         removes an artificial limitation (e.g. HP-UX 10.20, where
55358         TMP_MAX is 17576).
55359
55360 2001-11-18  Jim Meyering  <meyering@lucent.com>
55361
55362         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
55363
55364 2001-11-18  Jim Meyering  <meyering@lucent.com>
55365
55366         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
55367         on SunOS 4.
55368
55369         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
55370         files will be created before anything else.
55371
55372 2001-11-17  Paul Eggert  <eggert@twinsun.com>
55373
55374         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
55375         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
55376
55377 2001-11-17  Jim Meyering  <meyering@lucent.com>
55378
55379         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
55380         Prompted by a report from Bob Proulx.
55381
55382         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
55383         Instead, require UTILS_FUNC_MKSTEMP.
55384
55385 2001-11-17  Jim Meyering  <meyering@lucent.com>
55386
55387         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
55388         Now, that's done as part of AC_FUNC_STRTOD.
55389
55390 2001-11-17  Jim Meyering  <meyering@lucent.com>
55391
55392         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
55393         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
55394         rather than group writable.  Patch by Juan F. Codagnone.
55395
55396         * lib/readtokens.c: Remove explicit declarations of xmalloc and
55397         xrealloc, Instead, include "xalloc.h".
55398
55399         * lib/mountlist.c: Include unlocked-io.h after all system headers.
55400         Remove explicit declarations of xmalloc, xrealloc,
55401         and xstrdup.  Instead, include "xalloc.h".
55402
55403         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
55404         unlocked-io.h.
55405         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
55406         Likewise.
55407         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
55408
55409         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
55410         Reported by Padraig Brady.
55411
55412         * lib/mkstemp.c: #undef mkstemp.
55413         Include config.h.
55414         (rpl_mkstemp): Rename from mkstemp.
55415         Protoize.
55416
55417 2001-11-16  Jim Meyering  <meyering@lucent.com>
55418
55419         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
55420         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
55421         determine the amount of total physical memory, use pstat_getstatic.
55422         HPUX-11 doesn't define _SC_PHYS_PAGES.
55423         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
55424         If sysconf couldn't be used to determine the amount of available
55425         physical memory, use both pstat_getstatic and pstat_getdynamic.
55426         Based on a patch from Bob Proulx.
55427
55428 2001-11-10  Jim Meyering  <meyering@lucent.com>
55429
55430         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
55431         (jm_PREREQ): Use it.
55432
55433 2001-11-09  Jim Meyering  <meyering@lucent.com>
55434
55435         * m4/jm-macros.m4: Require autoconf-2.52f.
55436         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
55437         Use these AC_-prefixed names, not the AM_-prefixed ones.
55438
55439         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
55440
55441 2001-11-05  Jim Meyering  <meyering@lucent.com>
55442
55443         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
55444
55445 2001-11-04  Jim Meyering  <meyering@lucent.com>
55446
55447         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
55448         $DEFS.
55449
55450 2001-11-03  Jim Meyering  <meyering@lucent.com>
55451
55452         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
55453         of AC_DEFUN.
55454
55455         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
55456         know the name of the variable in the macro definition.
55457
55458 2001-11-03  Jim Meyering  <meyering@lucent.com>
55459
55460         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
55461         in argmatch_to_argument call.
55462
55463         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
55464         argument.
55465
55466         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
55467         e.g., a fault due to an attempt to free a NULL pointer.
55468
55469 2001-11-01  Jim Meyering  <meyering@lucent.com>
55470
55471         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
55472         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
55473
55474 2001-11-01  Jim Meyering  <meyering@lucent.com>
55475
55476         * lib/dirfd.c, lib/dirfd.h: New files.
55477         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
55478
55479         * lib/hash.c (hash_print) [TESTING]: Clean up.
55480
55481 2001-10-22  Paul Eggert  <eggert@twinsun.com>
55482
55483         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
55484         to avoid a warning if -Wall.
55485
55486 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
55487
55488         * README: New file
55489         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
55490         (per RMS's instructions, this is now the canonical source)
55491         * lgpl/, gpl/: New directories.
55492
55493 2001-10-21  Paul Eggert  <eggert@twinsun.com>
55494
55495         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
55496
55497 2001-10-21  Jim Meyering  <meyering@lucent.com>
55498
55499         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
55500         this code would end up calling gettext even in packages built
55501         with --disable-nls.
55502         * lib/getopt.c (_): Likewise.
55503         * lib/regex.c (_): Likewise.
55504
55505 2001-10-20  Paul Eggert  <eggert@twinsun.com>
55506
55507         * m4/error.m4 (jm_PREREQ_ERROR):
55508         Do not invoke AC_CHECK_FUNCS with strerror_r, as
55509         AC_FUNC_STRERROR_R does that.
55510         Check for strerror declaration.
55511
55512         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
55513         are supposed to have them these days.
55514         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
55515         Merge changes from latest Autoconf CVS.
55516         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
55517         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
55518         POSIX decided to standardize on the int flavor of strerror_r.
55519
55520 2001-10-20  Paul Eggert  <eggert@twinsun.com>
55521
55522         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
55523         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
55524         Use strerror_r that is only a macro, even if it is not a function.
55525         (strerror): Check for HAVE_DECL_STRERROR before declaring.
55526         (private_strerror): Use prototypes, not old-style function definition.
55527         (print_errno_message): New function.
55528         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
55529         char*-flavored one.
55530         (error_tail, error, error_at_line): Use it.
55531
55532 2001-10-11  Jim Meyering  <meyering@lucent.com>
55533
55534         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
55535         and quote_n (1, ... to avoid clobbering a buffer.
55536
55537 2001-10-05  Jim Meyering  <meyering@lucent.com>
55538
55539         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
55540         hash-pjw.h.
55541         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
55542         * lib/hash-pjw.h: New file.
55543
55544 2001-09-30  Jim Meyering  <meyering@lucent.com>
55545
55546         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
55547         `struct fsstat' has the `f_fstypename' member.
55548         Use that to define FS_TYPE, which is now used to make
55549         the getfsstat link test tighter.
55550
55551 2001-09-30  Jim Meyering  <meyering@lucent.com>
55552
55553         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
55554         Include <sys/ucred.h>, for Apple Darwin.
55555         Include sys/mount.h and sys/fs_types.h only if available.
55556         (FS_TYPE): Define.
55557         (read_filesystem_list): Use FS_TYPE.
55558
55559 2001-09-29  Paul Eggert  <eggert@twinsun.com>
55560
55561         * lib/exclude.c (excluded_filename): 0 -> false, since it's
55562         a boolean context.
55563
55564 2001-09-29  Jim Meyering  <meyering@lucent.com>
55565
55566         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
55567         [one-argument getmntent function]): Include stdio.h before mntent.h.
55568         SunOS 4.1.x needs it for the declaration of `FILE'.
55569         Patch by Volker Borchert.
55570
55571         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
55572         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
55573         sys/fs_types.h, and make the link-test for getfsstat guard #include
55574         directives with appropriate #if HAVE_*_H tests so that we can
55575         detect getfsstat on Apple Darwin1.3.7 systems.
55576         Reported by Nelson Beebe.
55577         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
55578
55579 2001-09-28  Paul Eggert  <eggert@twinsun.com>
55580
55581         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
55582         #defines strtoimax.  Also treat the other strto* functions
55583         like strtoimax.
55584
55585         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
55586         Check for strtoul and strtoumax,
55587         as those declarations are made even in the signed case.
55588         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
55589         Likewise, for strtol and strtoimax.
55590
55591 2001-09-28  Paul Eggert  <eggert@twinsun.com>
55592
55593         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
55594         #defines strtoimax.  Also treat the other strto* functions
55595         like strtoimax.
55596
55597         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
55598         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
55599         (strtoimax, strtoumax): Do not declare if already defined as a macro.
55600
55601 2001-09-26  Jim Meyering  <meyering@lucent.com>
55602
55603         Most macros in unlocked-io.h had the wrong number of arguments.
55604         * lib/gen-uio: New script.
55605         (USE_UNLOCKED_IO): Define to 1 if not already defined.
55606         * lib/unlocked-io.hin: Remove file.
55607         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
55608         rather than trying to embed it here.
55609         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
55610         Reported by Padraig Brady.
55611
55612 2001-09-25  Volker Borchert  <bt@teknon.de>
55613
55614         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
55615         `result'.
55616
55617 2001-09-24  Jim Meyering  <meyering@lucent.com>
55618
55619         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
55620
55621 2001-09-23  Jim Meyering  <meyering@lucent.com>
55622
55623         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
55624         instead of the mere test for existence of mntent.h.  The latter
55625         would get a false-positive on AIX 3.4 systems.
55626         In the outer getmntent if-block, don't die if neither of the getmntent
55627         tests succeeds.  Instead, just fall through and continue with the
55628         remaining tests.
55629
55630 2001-09-23  Jim Meyering  <meyering@lucent.com>
55631
55632         * lib/mountlist.c: Remove useless parentheses in #if directives.
55633         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
55634         the deprecated MOUNTED symbol is no longer defined in mntent.h.
55635
55636 2001-09-22  Jim Meyering  <meyering@lucent.com>
55637
55638         * m4/gettext.m4: New file.  From gettext.
55639         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
55640         * m4/progtest.m4: Likewise
55641         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
55642         * m4/glibc21.m4: Likewise.
55643
55644         * m4/libintl.m4: Remove.  No longer used.
55645
55646 2001-09-22  Jim Meyering  <meyering@lucent.com>
55647
55648         * lib/localcharset.c: Update from latest gettext.
55649         * lib/config.charset: Likewise.
55650
55651 2001-09-20  Jim Meyering  <meyering@lucent.com>
55652
55653         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
55654         strtoimax.
55655         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
55656         strtoumax.
55657
55658 2001-09-20  Jim Meyering  <meyering@lucent.com>
55659
55660         * lib/xstrtol.c (strtoimax): Guard declaration with
55661         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
55662         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
55663         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
55664         (strtoumax): Likewise, for completeness (it wasn't necessary).
55665
55666 2001-09-17  Paul Eggert  <eggert@twinsun.com>
55667
55668         * lib/strtoimax.c (HAVE_LONG_LONG):
55669         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
55670         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
55671         to work around bug in IBM C compiler.
55672
55673 2001-09-17  Jim Meyering  <meyering@lucent.com>
55674
55675         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
55676         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
55677         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
55678         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
55679         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
55680         whenever the right hand side need not be expanded by the shell.
55681
55682 2001-09-16  Paul Eggert  <eggert@twinsun.com>
55683
55684         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
55685         library.  It's not correct, as some older glibcs are buggy.
55686         fnmatch wasn't fixed until glibc 2.2.
55687
55688         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
55689         special shell magic here.
55690
55691 2001-09-16  Jim Meyering  <meyering@lucent.com>
55692
55693         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
55694         * m4/jm-macros.m4: Require it.
55695
55696 2001-09-16  Jim Meyering  <meyering@lucent.com>
55697
55698         * lib/mkdir.c: New file.
55699
55700 2001-09-15  Jim Meyering  <meyering@lucent.com>
55701
55702         * m4/jm-macros.m4: Check for help2man.
55703
55704 2001-09-11  Jim Meyering  <meyering@lucent.com>
55705
55706         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
55707         The body, by Paul Eggert, was moved here from configure.in.
55708         * m4/jm-macros.m4: Require UTILS_HOST_OS.
55709
55710 2001-09-04  Paul Eggert  <eggert@twinsun.com>
55711
55712         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
55713         (jm_PREREQ): Use it.
55714
55715 2001-09-04  Paul Eggert  <eggert@twinsun.com>
55716
55717         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
55718         Use ssize_t, not int, to store result of readlink.
55719         Check for ssize_t overflow as well as size_t overflow,
55720         as POSIX says the result of readlink is implementation-defined
55721         when ssize_t overflows.
55722         Remove unnecessary cast to char*.
55723         Use free+malloc instead of realloc, as the storage doesn't need
55724         to be preserved and it's clearer and can be more efficient that way.
55725         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
55726         * lib/xreadlink.h (xreadlink): Update prototype.
55727
55728 2001-09-04  Paul Eggert  <eggert@twinsun.com>
55729
55730         * lib/xgetcwd.c: Revert some of the previous change; intead,
55731         fix the HAVE_GETCWD_NULL code to behave more like the
55732         !HAVE_GETCWD_NULL code used to.
55733
55734         Include "xalloc.h".
55735         (xgetcwd): Do not return NULL when memory is exhausted; instead,
55736         invoke xalloc_die.
55737
55738 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55739
55740         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
55741         sys/param.h, as pathmax.h includes them.
55742
55743 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55744
55745         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
55746         (jm_PREREQ_XGETCWD): New macro.
55747
55748         * m4/getcwd.m4: New file.
55749
55750 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55751
55752         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
55753         like the HAVE_GETCWD_NULL code.
55754         Include pathmax.h if not HAVE_GETCWD.
55755         Do not include xalloc.h.
55756         (INITIAL_BUFFER_SIZE): New symbol.
55757         Do not use xmalloc / xrealloc, since the caller is responsible for
55758         handling errors.  Preserve errno around `free' during failure.
55759         Do not overrun buffer when using getwd.
55760
55761 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55762
55763         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
55764         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
55765         getcwd (NULL, 0).
55766
55767 2001-09-03  Paul Eggert  <eggert@twinsun.com>
55768
55769         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
55770         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
55771         spotted by Jim Meyering.
55772
55773 2001-09-03  Jim Meyering  <meyering@lucent.com>
55774
55775         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
55776         failure.
55777
55778 2001-09-02  Jim Meyering  <meyering@lucent.com>
55779
55780         * lib/error.c: Update from GNU libc.
55781
55782 2001-09-01  Jim Meyering  <meyering@lucent.com>
55783
55784         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
55785         Used by df.
55786
55787 2001-09-01  Jim Meyering  <meyering@lucent.com>
55788
55789         * lib/xreadlink.c: New file.
55790         * lib/xreadlink.h: New file.
55791         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
55792         xreadlink.h.
55793
55794         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
55795         doesn't conflict with sparc Solaris 7's definition in
55796         /usr/include/sys/int_types.h.
55797
55798         * lib/exclude.c: Use `""', not `<>' to #include non-system header
55799         files.
55800         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
55801         and strncasecmp as r-values.  Unixware didn't have declarations.
55802
55803 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55804
55805         * lib/xstrtol.h: Add copyright notice.
55806         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
55807         LONGINT_INVALID_SUFFIX_CHAR.
55808
55809 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55810
55811         * lib/xstrtol.c (strtoimax): New decl.
55812
55813 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55814
55815         * lib/xgetcwd.c: Don't include pathmax.h.
55816         Include stdlib.h and unistd.h if available.
55817         Include xalloc.h.
55818         (xmalloc, xstrdup, free): Remove decls.
55819         (xgetcwd): Don't assume sizes fit in unsigned.
55820         Check for overflow when computing sizes.
55821         Simplify reallocation code.
55822
55823 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55824
55825         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
55826         a directory's st_size can have an arbitrary value, so the old
55827         usage could waste an arbitrary amount of memory.  All uses
55828         changed.
55829         * lib/savedir.h: Update prototype.
55830
55831 2001-08-31  Paul Eggert  <eggert@twinsun.com>
55832
55833         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
55834
55835         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
55836         old strtoimax.c.
55837
55838         Also, make the following further changes to make this file's
55839         configuration more similar to that of strtol.c:
55840         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
55841         (strtoumax, uintmax_t, strtoull, strtol): Remove.
55842         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
55843         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
55844         changed to signed values.
55845
55846         And make the following changes as well:
55847         Fix copyright notice, as 1999 was missing.
55848         (verify): New macro.
55849         (strtoimax): Check sizes at compile-time, not run-time.
55850         Prefer strtol to strtoll if both work.
55851         (main): Remove; it was not that useful and was a pain to maintain.
55852
55853         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
55854
55855 2001-08-31  Jim Meyering  <meyering@lucent.com>
55856
55857         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
55858         Use an initial, malloc'd, buffer of length 128 rather than
55859         a statically allocated one of length 1024.
55860
55861 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55862
55863         Simplify code, partly by assuming autoconf 2.52 semantics.
55864
55865         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
55866
55867         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
55868         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
55869         All uses removed.
55870         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
55871         Move AC_REQUIRE to next-to-top level, to avoid confusion.
55872         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
55873         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
55874         jm_AC_HEADER_INTTYPES_H.
55875         * m4/jm-macros.m4 (jm_MACROS): Likewise.
55876
55877         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
55878
55879         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
55880         Quote first arg of AC_DEFUN.
55881         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
55882         since they are needed to parse the include file even if we need
55883         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
55884         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
55885         but with opposite signedness.
55886
55887 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55888
55889         Merge 'exclude' changes from tar 1.13.22.
55890         This fixes one or two unlikely storage allocation overflow bugs,
55891         but doesn't change user-visible behavior otherwise.
55892
55893 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55894
55895         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
55896         (jm_PREREQ_EXCLUDE): New macro.
55897
55898 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55899
55900         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
55901         tm to be declared.
55902
55903 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55904
55905         * lib/hash.c: Remove '2001' from copyright notice.
55906
55907 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55908
55909         * lib/full-write.h: New file.
55910         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
55911         * lib/full-write.c: Correct credits, as cccp.c no longer
55912         exists and anyway it was so heavily changed from the old cccp
55913         code as to be unrecognizable.  Include full-write.h.
55914         (full_write) Return size_t, with short writes meaning failure.
55915         All callers changed.  This fixes a bug with large buffers
55916         on 64-bit hosts.
55917         * lib/utime.c: Include full-write.h.
55918
55919 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55920
55921         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
55922         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
55923         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
55924         Include if available.
55925         (<xalloc.h>): Include
55926         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
55927         (verify): New macro.  Use it to verify that EXCLUDE macros do not
55928         collide with FNM macros.
55929         (struct patopts): New struct.
55930         (struct exclude): Use it, as exclude patterns now come with options.
55931         (new_exclude): Support above changes.
55932         (new_exclude, add_exclude_file):
55933         Initial size must now be a power of two to simplify overflow checking.
55934         (free_exclude, fnmatch_no_wildcards): New function.
55935         (excluded_filename): No longer requires options arg, as the options
55936         are determined by add_exclude.  Now returns bool, not int.
55937         (excluded_filename, add_exclude):
55938         Add support for the fancy new exclusion options.
55939         (add_exclude, add_exclude_file): Now takes int options arg.
55940         Check for arithmetic overflow when computing sizes.
55941         (add_exclude_file): xrealloc might modify errno, so don't
55942         realloc until after errno might be used.
55943
55944         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
55945         New macros.
55946         (free_exclude): New decl.
55947         (add_exclude, add_exclude_file): Now takes int options arg.
55948         (excluded_filename): No longer requires options arg, as the options
55949         are determined by add_exclude.  Now returns bool, not int.
55950
55951 2001-08-30  Paul Eggert  <eggert@twinsun.com>
55952
55953         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
55954
55955 2001-08-27  Jim Meyering  <meyering@lucent.com>
55956
55957         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
55958
55959         * lib/version-etc.c (N_): Remove definition.
55960         Revert most of last change.
55961         Instead, simply don't mark the `Copyright...' string for translation.
55962         Based on advice from Paul Eggert.
55963
55964         * lib/strtoxmax.c: Tweak comment.
55965
55966 2001-08-26  Jim Meyering  <meyering@lucent.com>
55967
55968         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
55969
55970         * m4/xstrtoimax.m4: New file.
55971         * m4/xstrtoumax.m4: Add comments explaining why we
55972         AC_REPLACE_FUNCS(strtol).
55973
55974 2001-08-26  Jim Meyering  <meyering@lucent.com>
55975
55976         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
55977         of copyright with `%s' so translators don't get an untranslated
55978         message in 2002.
55979         (COPYRIGHT_YEAR): Define.
55980         (version_etc): Use fprintf rather than fputs.
55981         Suggestion from Ulrich Drepper.
55982
55983         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
55984
55985         * lib/strtoll.c: New file, from GNU libc.
55986         * lib/xstrtoimax.c: New file.
55987
55988         * lib/xstrtol.h: Add xstrtoimax.
55989         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
55990         * lib/strtoimax.c: New file.  Likewise, but first define
55991         STRTOUXMAX_SIGNED.
55992
55993         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
55994         ...
55995         * lib/strtoxmax.c: ... then renamed to this.
55996
55997 2001-08-18  Paul Eggert  <eggert@twinsun.com>
55998
55999         * m4/inttypes.m4: Add AC_PREREQ(2.13).
56000         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
56001         (jm_AC_TYPE_INTMAX_T): New macro.
56002         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
56003
56004         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
56005
56006         * m4/longlong.m4: Renamed from ulonglong.m4.
56007         * m4/inttypes.m4: Renamed from inttypes_h.m4.
56008         * m4/uintmax_t.m4: Removed.
56009
56010 2001-08-13  Paul Eggert  <eggert@twinsun.com>
56011
56012         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
56013         Port to Solaris 8, where 'sed' requires a space after the 'r'
56014         command, and where sh dislikes "$/".  Clean up the spacing a bit.
56015         Redirect output to $tmp just once.
56016
56017 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
56018
56019         * lib/addext.c (<errno.h>): Include.
56020         (errno): Declare if not defined.
56021         (addext): Work correctly when pathconf returns -1 and leaves
56022         errno alone because there is no limit.  Also, work even if
56023         pathconf returns a value greater than SIZE_MAX.
56024
56025 2001-08-12  Jim Meyering  <meyering@lucent.com>
56026
56027         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
56028         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
56029         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
56030         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
56031         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
56032         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
56033         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
56034         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
56035         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
56036         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
56037         utime.m4, utimes.m4, xstrtoumax.m4:
56038         Quote the first argument in each use of AC_DEFUN.
56039
56040 2001-08-12  Jim Meyering  <meyering@lucent.com>
56041
56042         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
56043         Simply `return getcwd (NULL, 0);'.
56044         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
56045         Use 1300 as initial value for length, not PATH_MAX.
56046
56047         * lib/pathmax.h: Clean up cpp syntax.
56048
56049 2001-08-12  Jim Meyering  <meyering@lucent.com>
56050
56051         * lib/gettimeofday.c: New file.
56052         * lib/gtod.h: New file.
56053         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
56054
56055 2001-08-05  Jim Meyering  <meyering@lucent.com>
56056
56057         * m4/jm-macros.m4: Require autoconf-2.52.
56058
56059 2001-08-04  Jim Meyering  <meyering@lucent.com>
56060
56061         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
56062         stmt, to get in sync with glibc.
56063
56064 2001-08-03  Paul Eggert  <eggert@twinsun.com>
56065
56066         The following changes are from gettext 0.10.39 as maintained by
56067         Bruno Haible.
56068
56069         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
56070         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
56071         with inverted sense.  All uses changed.
56072
56073         * lib/mbswidth.c: Don't include <limits.h>.
56074         Include <stdlib.h> and <string.h> unconditionally.
56075         (iswcntrl, mbsinit, ISCNTRL): New macros.
56076         (mbsnwidth): Use K&R style function declarations.
56077         Don't bother checking for MB_LEN_MAX == 1, since the compiler
56078         can optimize it when MB_CUR_MAX == 1.
56079         The width of control characters is zero, not 1.
56080
56081 2001-08-03  Paul Eggert  <eggert@twinsun.com>
56082
56083         The following changes are from gettext 0.10.39 as maintained by
56084         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
56085
56086         * m4/codeset.m4: Upgrade to serial AM1.
56087         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
56088         all uses changed.  Quote first arg of AC_DEFUN.
56089         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
56090
56091         * m4/iconv.m4: Upgrade to serial AM2.
56092         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
56093         Add --with-libconv-prefix.
56094         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
56095         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
56096         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
56097         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
56098         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
56099
56100         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
56101         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
56102         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
56103         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
56104         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
56105         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
56106         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
56107         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
56108         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
56109
56110         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
56111         string.h any more.
56112
56113         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
56114         not the default value.
56115
56116         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
56117         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
56118         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
56119         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
56120         Also check for iswcntrl, used for wcwidth fallback.
56121         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
56122         to Autoconf 2.13.
56123
56124 2001-08-03  Jim Meyering  <meyering@lucent.com>
56125
56126         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
56127         as it was in the original.  Reported by Paul Eggert.
56128
56129 2001-07-16  Jim Meyering  <meyering@lucent.com>
56130
56131         * m4/gettimeofday.m4: New file.
56132         Prompted by a report from Bernhard Baehr.
56133
56134 2001-07-15  Jim Meyering  <meyering@lucent.com>
56135
56136         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
56137         stuff. Now it's in ../Makefile.cfg.
56138
56139 2001-07-15  Jim Meyering  <meyering@lucent.com>
56140
56141         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
56142         (BUILT_SOURCES): Add unlocked-io.h.
56143         (io_functions): Define.
56144         (unlocked-io.h): New rule.
56145         (DISTCLEANFILES): Add unlocked-io.h.
56146         (all-local): Depend on unlocked-io.h, to ensure it is created.
56147
56148         * lib/unlocked-io.hin: New file
56149
56150         * lib/regex.c: Update from glibc.
56151
56152 2001-07-05  Jim Meyering  <meyering@lucent.com>
56153
56154         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
56155         recommendation.
56156         (libfetish_a_SOURCES): Put all .h files here instead.
56157         Remove a thus-exposed (better checks in automake) duplicate and
56158         two unnecessary .h files.
56159
56160 2001-07-04  Jim Meyering  <meyering@lucent.com>
56161
56162         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
56163         that generates jm-glibc-io.m4 so that it doesn't trigger any make
56164         distcheck failure.
56165
56166 2001-07-02  Jim Meyering  <meyering@lucent.com>
56167
56168         The following changes were prompted by suggestions from Bruno Haible.
56169
56170         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
56171         is now generated.
56172         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
56173         definition of EXTRA_DIST.
56174         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
56175         ensure that the generated file is created/updated whenever the list
56176         of $(unlocked_functions) is changed.
56177         (jm-glibc-io.m4): New rule.
56178         (unlocked-io.h): New rule -- currently unused.
56179
56180 2001-06-24  Jim Meyering  <meyering@lucent.com>
56181
56182         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
56183         unmatched right bracket, rather than kludging it with an extra,
56184         falsely-matching quote in a comment.  Patch by Akim Demaille.
56185
56186 2001-06-11  Jim Meyering  <meyering@lucent.com>
56187
56188         * lib/regex.c: Update from GNU libc.
56189
56190 2001-05-27  Jim Meyering  <meyering@lucent.com>
56191
56192         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
56193         Check for ut_type in struct utmp.
56194
56195 2001-05-27  Jim Meyering  <meyering@lucent.com>
56196
56197         * lib/readutmp.h (UT_TYPE): Define.
56198
56199 2001-05-24  Jim Meyering  <meyering@lucent.com>
56200
56201         * lib/argmatch.c: Include "quote.h".
56202         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
56203         quote function.  Reported by Göran Uddeborg.
56204
56205 2001-05-22  Jim Meyering  <meyering@lucent.com>
56206
56207         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
56208         now that we use the package-supplied version unconditionally.
56209         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
56210
56211 2001-05-21  Jim Meyering  <meyering@lucent.com>
56212
56213         * m4/regex.m4: Change a couple backticks to single quotes to avoid
56214         shell syntax errors.
56215
56216 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
56217
56218         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
56219
56220 2001-05-20  Paul Eggert  <eggert@twinsun.com>
56221
56222         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
56223         Don't bother to check library strftime, since
56224         we'll be using our own my_strftime function anyway.
56225         Define my_strftime instead of strftime.
56226
56227 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
56228
56229         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
56230         which is not yet declared.
56231
56232 2001-05-15  Jim Meyering  <meyering@lucent.com>
56233
56234         * m4/regex.m4: Use proper quoting so brackets appear in the test
56235         program.
56236         Reported by, and with help from, Bruno Haible.
56237
56238 2001-05-13  Jim Meyering  <meyering@lucent.com>
56239
56240         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
56241         undefined.
56242
56243 2001-05-11  Paul Eggert  <eggert@twinsun.com>
56244
56245         dirname code cleanup.  base_name now behaves more compatibly
56246         with POSIX basename when given file names that have trailing
56247         slashes, and similarly for dir_name.  Add new primitives
56248         base_len and dir_len.  Put the directory-name-related decls
56249         into dirname.h.
56250
56251         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
56252         * lib/backupfile.c (base_name): Likewise.
56253         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
56254         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
56255         * lib/makepath.c (strip_trailing_slashes): Likewise.
56256         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
56257         ISSLASH): Likewise.
56258         * lib/rename.c (strip_trailing_slashes): Likewise.
56259         * lib/same.c (base_name): Likewise.
56260         * lib/stripslash.c (ISSLASH): Likewise.
56261
56262         * lib/addext.c: Include <dirname.h> after size_t is defined.
56263         * lib/backupfile.c: Likewise.
56264
56265         * lib/addext.c (addext): Use base_len to trim redundant
56266         trailing slashes instead of doing it ourselves.
56267         But do not trim the last slash if it is not redundant.
56268
56269         * lib/backupfile.c (find_backup_file_name,
56270         max_backup_version): Use base_len instead of rolling it ourselves.
56271         Handle the case of "" and (on DOS) "C:" correctly.
56272
56273         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
56274         needed. Include <string.h>, <dirname.h>.
56275         (base_name): Allow file names ending in slashes, other than names
56276         that are all slashes.  In this case, return the basename followed
56277         by the slashes.  This is more general, and can be used in places
56278         where the original base_name purposely had an assertion failure.
56279         (base_len): New function.
56280
56281         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
56282         Do not include <assert.h>; no longer needed.
56283         Include xalloc.h.
56284         (memrchr): Remove decl.
56285         (dir_name_r): Remove.
56286         (dir_len): Renamed from dirlen.  All callers changed.
56287         Rewrite in terms of base_name, for simplicity and consistency.
56288         (dir_name): Never return NULL.  All callers changed.
56289         Do not include <stdlib.h> in test program; no longer needed.
56290         return 0; is fine for test program.
56291
56292         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
56293         New macros.
56294         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
56295
56296         * lib/path-concat.c (path_concat): Use base_len to compute
56297         base length, not strlen; this means we cannot rely on memcpy
56298         to null-terminate.
56299
56300         * lib/same.c (STREQ): Remove.
56301         (same_name): Handle the case where the basename ends in trailing '/'.
56302
56303         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
56304         a slash was stripped.  Do not strip the last slash after a
56305         file system prefix.
56306
56307 2001-05-11  Paul Eggert  <eggert@twinsun.com>
56308
56309         * lib/Makefile.am (libfetish_a_SOURCES):
56310         Add strftime.c, since we now compile it on all hosts.
56311
56312         * lib/strftime.c (my_strftime):
56313         Define to nstrftime if emacs, but only if my_strftime is not defined.
56314         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
56315         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
56316         Add one more extra argument: a nanoseconds value.
56317         All uses changed.
56318         (ns): New macro.
56319         (my_strftime function): Add %N format.
56320         (emacs_strftimeu): Renamed from emacs_strftime,
56321         with extra ut argument.
56322
56323 2001-05-09  Paul Eggert  <eggert@twinsun.com>
56324
56325         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
56326
56327 2001-04-21  Jim Meyering  <meyering@lucent.com>
56328
56329         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
56330         doesn't interfere.
56331
56332 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
56333
56334         * m4/ftruncate.m4: Check for chsize.
56335         Link with ftruncate.o unconditionally if ftruncate is missing.
56336         This was required when cross-compiling to i586-mingw32msvc.
56337
56338 2001-04-08  Jim Meyering  <meyering@lucent.com>
56339
56340         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
56341         recomputed; that's necessary when the offset spans a DST transition.
56342         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
56343
56344 2001-04-02  Jim Meyering  <meyering@lucent.com>
56345
56346         * lib/regex.h, regex.c: Update from GNU libc.
56347
56348 2001-03-24  Jim Meyering  <meyering@lucent.com>
56349
56350         * m4/jm-macros.m4: Require autoconf-2.49d.
56351
56352 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
56353
56354         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
56355
56356 2001-03-19  Paul Eggert  <eggert@twinsun.com>
56357
56358         * lib/version-etc.c (version_etc_copyright): Update to 2001.
56359
56360 2001-03-17  Jim Meyering  <meyering@lucent.com>
56361
56362         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
56363         now that the version in autoconf is equivalent.
56364         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
56365
56366         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
56367         Suggestion from Akim Demaille.
56368
56369         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
56370         (jm_PREREQ_TEMPNAME): New function.
56371
56372 2001-03-16  Paul Eggert  <eggert@twinsun.com>
56373
56374         * lib/tempname.c (uint64_t): Define to uintmax_t if
56375         not defined, and if UINT64_MAX is not defined.
56376         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
56377         Reported by John David Anglin.
56378
56379 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
56380
56381         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
56382         resolve alias if codeset is empty.
56383         * lib/config.charset (BeOS): Use wildcard syntax.
56384
56385 2001-03-13  Jim Meyering  <meyering@lucent.com>
56386
56387         * lib/path-concat.c (path_concat)
56388         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
56389         concatenating e.g., `C:' and `foo'.
56390         From Bruno Haible.
56391
56392 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
56393
56394         * lib/localcharset.c (locale_charset): Don't use
56395         setlocale(LC_CTYPE,NULL). Don't return NULL.
56396         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
56397
56398 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
56399
56400         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
56401         support for DOS/DJGPP.
56402
56403 2001-03-01  Paul Eggert  <eggert@twinsun.com>
56404
56405         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
56406         lacks mkstemp.  Compile our own tempname.c if we compile our own
56407         mkstemp.c, as mkstemp relies on tempname.
56408
56409 2001-03-01  Jim Meyering  <meyering@lucent.com>
56410
56411         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
56412         AH_VERBATIM really does output its argument verbatim.
56413
56414 2001-02-28  Paul Eggert  <eggert@twinsun.com>
56415
56416         * lib/Makefile.am (libfetish_a_SOURCES):
56417         Add dup-safer.c, fopen-safer.c.
56418         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
56419
56420         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
56421         * lib/unistd-safer.h: New files.
56422
56423 2001-02-25  Paul Eggert  <eggert@twinsun.com>
56424
56425         The mkstemp replacement is taken from glibc 2.2.2, with some
56426         portability fixes for use outside glibc, as follows:
56427
56428         * lib/tempname.c (struct_stat64): New macro.
56429         (direxists, __gen_tempname): Use it.
56430         This avoids a portability problem with Solaris 8.
56431
56432         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
56433         (<stddef.h>, <stdint.h>, <string.h>):
56434         Include only if STDC_HEADERS || _LIBC.
56435         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
56436         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
56437         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
56438         (__set_errno): Define this macro if <errno.h> doesn't.
56439         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
56440         Define these macros if <stdio.h> doesn't.
56441         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
56442         Define these macros if <sys/stat.h>
56443         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
56444         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
56445         __xstat64): Define if not _LIBC.
56446         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
56447         (__gen_tempname): Invoke gettimeofday only if
56448         HAVE_GETTIMEOFDAY || _LIBC;
56449         otherwise, fall back on plain "time".
56450         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
56451
56452         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
56453
56454         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
56455
56456 2001-02-18  Paul Eggert  <eggert@twinsun.com>
56457
56458         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
56459
56460 2001-02-17  Paul Eggert  <eggert@twinsun.com>
56461
56462         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
56463         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
56464         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
56465         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
56466
56467 2001-02-17  Paul Eggert  <eggert@twinsun.com>
56468
56469         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
56470         Remove workaround macros for hosts that have mbrtowc but not
56471         mbstate_t, as we now insist on proper declarations for both
56472         before using mbrtowc.
56473
56474 2001-02-17  Jim Meyering  <meyering@lucent.com>
56475
56476         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
56477         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
56478         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
56479         UnixWare 7.1.1.
56480
56481         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
56482         rather than AC_CACHE_VAL.
56483
56484 2001-02-17  Jim Meyering  <meyering@lucent.com>
56485
56486         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
56487         around included file name.
56488
56489         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
56490
56491         * lib/strftime.c: Update from GNU libc (the only changes were to
56492         comments).
56493
56494 2001-02-17  Jim Meyering  <meyering@lucent.com>
56495
56496         * lib/regex.c: Update from libc.
56497
56498 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
56499
56500         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
56501         clash.
56502
56503 2001-02-16  Paul Eggert  <eggert@twinsun.com>
56504
56505         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
56506         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
56507         Reported by Mark Hounschell via Paul Eggert.
56508
56509 2001-02-07  Jim Meyering  <meyering@lucent.com>
56510
56511         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
56512
56513 2001-02-05  Jim Meyering  <meyering@lucent.com>
56514
56515         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
56516         it includes the patch required for `large file' support with at least
56517         HP-UX's 10.20 /bin/cc.
56518
56519 2001-02-03  Jim Meyering  <meyering@lucent.com>
56520
56521         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
56522         AS_IF, now that it works once again (mysteriously).
56523         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
56524
56525 2001-01-30  Jim Meyering  <meyering@lucent.com>
56526
56527         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
56528         * m4/chown.m4: Rename conftestchown to conftest.chown.
56529         * m4/rename.m4: s/conftestdir/conftest.d1/ and
56530         s/conftestdir2/conftest.d2/.
56531         * m4/utimes.m4: s/conftestdata/conftest.data/
56532         Inspired by Pavel Roskin's change in autoconf.
56533
56534 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
56535
56536         * lib/config.charset: Update for FreeBSD 4.2.
56537
56538 2001-01-27  Jim Meyering  <meyering@lucent.com>
56539
56540         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
56541         a use of AS_IF.
56542         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
56543
56544 2001-01-26  Jim Meyering  <meyering@lucent.com>
56545
56546         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
56547         quotearg.c includes it.
56548
56549 2001-01-26  Jim Meyering  <meyering@lucent.com>
56550
56551         * lib/quotearg.c: Include stddef.h.
56552         * lib/quote.c: Include stddef.h.
56553         Reported by Axel Kittenberger.
56554
56555         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
56556         line in double quotes so that it evokes a better diagnostic.
56557         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
56558         Reported by Axel Kittenberger.
56559
56560 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
56561
56562         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
56563         as if it was a `charset'.
56564
56565 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
56566
56567         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
56568         has const.
56569
56570 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
56571
56572         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
56573         to avoid a warning.  Add back 'const' to inptr.
56574
56575 2001-01-20  Jim Meyering  <meyering@lucent.com>
56576
56577         Be sure that headers are checked before used in code compiled
56578         for the type checks.
56579         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
56580         In place of that, invoke jm_CHECK_ALL_TYPES.
56581         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
56582         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
56583         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
56584         The check for ssize_t was mistakenly run before the test for unistd.h.
56585
56586         The configure-time check for stdbool.h was missing.
56587         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
56588         (jm_PREREQ_HASH): New function.
56589
56590 2001-01-17  Jim Meyering  <meyering@lucent.com>
56591
56592         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
56593         for autoconf-2.49c.
56594         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
56595
56596 2001-01-16  Jim Meyering  <meyering@lucent.com>
56597
56598         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
56599         From Bruno Haible.
56600
56601 2001-01-14  Jim Meyering  <meyering@lucent.com>
56602
56603         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
56604         foo and bar.  Create conftestdir/ in the script, not in the C code.
56605         Remove directories in the script, not in the C code.
56606         Remove conftestdir{,2} before trying to create the directory.
56607         Make the entire configure script fail if the mkdir fails.
56608
56609 2001-01-14  Jim Meyering  <meyering@lucent.com>
56610
56611         * lib/rename.c: New file.  From Volker Borchert.
56612         Include stdlib.h, string.h or strings.h, and xalloc.h.
56613         Use strip_trailing_slashes rather than open-coding it.
56614
56615 2001-01-03  Paul Eggert  <eggert@twinsun.com>
56616
56617         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
56618
56619 2001-01-03  Jim Meyering  <meyering@lucent.com>
56620
56621         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
56622         of local `inptr' to avoid warning with some system declarations of
56623         iconv.
56624
56625 2001-01-02  Volker Borchert  <bt@teknon.de>
56626
56627         * m4/rename.m4: New file.
56628         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
56629
56630 2001-01-01  Jim Meyering  <meyering@lucent.com>
56631
56632         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
56633         even on systems with utmpx.h.  It's necessary for the declaration of
56634         utmp's ut_user member.  Reported by Andreas Jaeger.
56635
56636         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
56637         available. They are required for the declarations of getgrgid and
56638         getpwuid resp.
56639         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
56640         Reported by Andreas Jaeger.
56641
56642 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
56643
56644         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
56645         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
56646         so `make install' also works in VPATH builds.
56647
56648 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
56649
56650         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
56651         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
56652         can be used in subdirectories.
56653
56654 2000-12-29  Paul Eggert  <eggert@twinsun.com>
56655
56656         * lib/modechange.c: Do not assume that mode_t uses the
56657         traditional octal encoding.  E.g. "chmod 1 FOO" should set
56658         the other-execute bit of FOO even if S_IXOTH != 1.
56659
56660         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
56661         WOTH, XOTH, ALLM): New macros.
56662         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
56663          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
56664         Use them.
56665         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
56666         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
56667         (mode_compile):
56668         No need to use uintmax_t; unsigned long is long enough.
56669         Don't bother to get suffix since we don't use it.
56670
56671 2000-12-26  Jim Meyering  <meyering@lucent.com>
56672
56673         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
56674         better with autoheader.
56675
56676 2000-12-24  Jim Meyering  <meyering@lucent.com>
56677
56678         * lib/hash.c (is_prime): Return explicit boolean values.
56679         (hash_get_first): Return NULL to appease Irix5.6's 89.
56680         Reported by Nelson Beebe.
56681
56682 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
56683
56684         * lib/localcharset.c (locale_charset): Add support for Win32.
56685
56686 2000-12-18  Paul Eggert  <eggert@twinsun.com>
56687
56688         * lib/physmem.h, lib/physmem.c: New files.
56689
56690         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
56691         (noinst_HEADERS): Add physmem.h.
56692
56693         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
56694         't' for compatibility with Solaris 8 sort.
56695
56696 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
56697
56698         * lib/config.charset: Add support for BeOS.
56699
56700 2000-12-17  Jim Meyering  <meyering@lucent.com>
56701
56702         * m4/dos.m4 (jm_AC_DOS): New file and macro.
56703         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
56704
56705 2000-12-16  Jim Meyering  <meyering@lucent.com>
56706
56707         This bug had a serious impact on chown: `chown N:M FILE' (for integer
56708         N and M) would have treated it like `chown N:N FILE'.
56709
56710         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
56711
56712 2000-12-16  Jim Meyering  <meyering@lucent.com>
56713
56714         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
56715         SHELLS_FILE to a file name that's useful on djgpp systems.
56716         Include stdlib.h.
56717         (ADDITIONAL_DEFAULT_SHELLS): Define.
56718         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
56719         Based mostly on a patch from Prashant TR.
56720
56721 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
56722
56723         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
56724         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
56725         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
56726
56727 2000-12-08  Andreas Schwab  <schwab@suse.de>
56728
56729         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
56730         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
56731
56732 2000-12-07  Jim Meyering  <meyering@lucent.com>
56733
56734         * lib/stripslash.c (ISSLASH): Define.
56735         (strip_trailing_slashes): Use ISSLASH rather than comparing against
56736         `/'.
56737         From Prashant TR.
56738
56739         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
56740         (dir_name_r): Declare this function as static.
56741         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
56742         manifest itself on a name containing a mix of slashes and
56743         backslashes.
56744         Make this function work with names starting with a DOS-style
56745         drive letter and colon prefix.
56746         (dir_name): Append `.' if necessary.
56747         Based mostly on patches from Prashant TR and Eli Zaretskii.
56748
56749         * lib/dirname.h (dir_name_r): Remove prototype.
56750
56751 2000-12-06  Paul Eggert  <eggert@twinsun.com>
56752
56753         * m4/off_t-format.m4: Remove this file.
56754         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
56755
56756 2000-12-06  Jim Meyering  <meyering@lucent.com>
56757
56758         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
56759         replacement strtoull, we may well need the replacement strtoul, too.
56760         Check for declarations of strtoul and strtoull.
56761         Check for strtol.  Mainly as a cue to cause automake to include
56762         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
56763         Check for limits.h -- strtol.c needs it.
56764
56765 2000-12-05  Jim Meyering  <meyering@lucent.com>
56766
56767         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
56768
56769 2000-12-04  Jim Meyering  <meyering@lucent.com>
56770
56771         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
56772         Also include memory.h, stdlib.h, unistd.h if appropriate.
56773         Reported by Andreas Jaeger (conflicting declaration of malloc).
56774
56775 2000-12-02  Jim Meyering  <meyering@lucent.com>
56776
56777         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
56778         * m4/jm-macros.m4 (jm_MACROS): require it.
56779
56780 2000-12-02  Jim Meyering  <meyering@lucent.com>
56781
56782         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
56783
56784 2000-12-01  Paul Eggert  <eggert@twinsun.com>
56785
56786         * lib/memrchr.c: Include <config.h> before any system include file.
56787
56788 2000-11-30  Jim Meyering  <meyering@lucent.com>
56789
56790         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
56791
56792 2000-11-30  Jim Meyering  <meyering@lucent.com>
56793
56794         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
56795
56796 2000-11-29  Paul Eggert  <eggert@twinsun.com>
56797
56798         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
56799
56800 2000-11-26  Jim Meyering  <meyering@lucent.com>
56801
56802         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
56803
56804 2000-11-22  Paul Eggert  <eggert@twinsun.com>
56805
56806         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
56807         size of (size_t) -1; it's not portable.
56808
56809 2000-11-17  Jim Meyering  <meyering@lucent.com>
56810
56811         * lib/strstr.c: Update from GNU libc.
56812
56813 2000-11-17  Akim Demaille  <akim@epita.fr>
56814
56815         * lib/obstack.h: Formatting changes.
56816         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
56817         prevent type checking.
56818         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
56819         cast the value to (void *): assigning a `foo *' to a `void *'
56820         variable is valid.
56821         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
56822
56823 2000-11-16  Jim Meyering  <meyering@lucent.com>
56824
56825         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
56826
56827 2000-11-11  Jim Meyering  <meyering@lucent.com>
56828
56829         * lib/error.c: Add a couple #includes, merging from GNU libc version.
56830
56831 2000-11-10  Jim Meyering  <meyering@lucent.com>
56832
56833         * lib/obstack.h: Update from GNU libc.
56834         * lib/obstack.c: Likewise.
56835
56836 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
56837
56838         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
56839
56840 2000-11-06  Paul Eggert  <eggert@twinsun.com>
56841
56842         * lib/getusershell.c (setusershell): Use rewind rather than
56843         fseek/fseeko, to avoid configuration hassles with fseeko.
56844         Don't bother opening SHELLS_FILE if shellstream is NULL;
56845         it's not necessary.
56846
56847 2000-11-05  Jim Meyering  <meyering@lucent.com>
56848
56849         * lib/makepath.h (make_dir): Declare.
56850         * lib/makepath.c (make_dir): Remove `static' attribute.
56851         Tweak a comment.
56852
56853 2000-11-04  Jim Meyering  <meyering@lucent.com>
56854
56855         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
56856
56857 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
56858
56859         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
56860         last one in a bucket, advance to the next bucket.
56861
56862 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
56863
56864         * lib/fnmatch.c: Do not comment out all the code if we are using
56865         the GNU C library, because in some cases we are replacing buggy
56866         code in the GNU C library itself.
56867
56868 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
56869
56870         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
56871         (regex_compile): Catch bogus \(\1\).
56872
56873 2000-10-30  Paul Eggert  <eggert@twinsun.com>
56874
56875         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
56876         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
56877         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
56878
56879 2000-10-30  Paul Eggert  <eggert@twinsun.com>
56880
56881         * lib/error.h, getline.h, modechange.h:
56882         Remove "2000" from Copyright line, as the file hasn't been
56883         changed this year other than in the copyright notice.
56884
56885         * lib/xalloc.h: Add "2000" to Copyright line, as this file
56886         was changed this year.
56887
56888 2000-10-29  Jim Meyering  <meyering@lucent.com>
56889
56890         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
56891         renaming.
56892         * m4/ls-mntd-fs.m4: Likewise
56893
56894 2000-10-29  Jim Meyering  <meyering@lucent.com>
56895
56896         * lib/xstat.in: Fix grammar in comment.
56897
56898 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
56899
56900         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
56901         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
56902         doesn't define __restrict_arr.
56903
56904 2000-10-28  Jim Meyering  <meyering@lucent.com>
56905
56906         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
56907         (jm_PREREQ_MEMCHR): New function.
56908
56909 2000-10-28  Jim Meyering  <meyering@lucent.com>
56910
56911         * lib/memchr.c: Update from libc.
56912         Adjust for portability:
56913         [HAVE_STDLIB_H]: Include stdlib.h.
56914         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
56915         Undef __memchr, too.
56916         [!weak_alias]: Define __memchr to memchr.
56917
56918         * lib/regex.c: Update from libc.
56919         * lib/regex.h: Likewise.
56920         * lib/getopt1.c: Likewise.
56921         * lib/memcmp.c: Likewise.
56922
56923         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
56924         Avoid using fseek, when possible -- it's broken by design.
56925         Patch by Ulrich Drepper.
56926
56927 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
56928
56929         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
56930         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
56931         Giving in to popular pressure to shut up the compiler with casts.
56932
56933 2000-10-26  Jim Meyering  <meyering@lucent.com>
56934
56935         * lib/strftime.c: Update from libc.
56936
56937 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
56938
56939         * regex.c: More `unsigned char' -> `re_char' changes.
56940         Also change several `int' into `re_wchar_t'.
56941         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
56942         (PUSH_FAILURE_POINTER): Don't cast any more.
56943         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
56944         We want GCC to complain, since this piece of code makes
56945         re_match non-reentrant, which *should* be fixed.
56946         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
56947         (EXTEND_BUFFER): Use RETALLOC.
56948         (SET_LIST_BIT): Don't cast.
56949         (re_wchar_t): New type.
56950         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
56951         that those two functions will always properly return.
56952         (IMMEDIATE_QUIT_CHECK): Cast to void.
56953         (analyse_first): Use recursion rather than an explicit stack.
56954         (re_compile_fastmap): Can't fail anymore.
56955         (re_search_2): Don't check re_compile_fastmap for failure.
56956         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
56957         Now also sets the new value (passed in a new argument).
56958         (re_match_2_internal): Use it.
56959         Also, use a new var `reg' of type size_t when looping through regs
56960         rather than reuse the inappropriate `mcnt'.
56961
56962 2000-10-25  Jim Meyering  <meyering@lucent.com>
56963
56964         * lib/obstack.c: Update from libc.
56965
56966 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
56967
56968         * regex.c (regex_compile): Change the way of handling a range from
56969         a char less than 256 to a char not less than 256.
56970
56971 2000-10-24  Andrew Innes  <andrewi@gnu.org>
56972
56973         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
56974         NT-Emacs only.
56975         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
56976         so that re_search functions only quit when callers expect them to.
56977
56978 2000-10-23  Jim Meyering  <meyering@lucent.com>
56979
56980         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
56981         wrong.  That set_locale call must not have any side effects.
56982         From Paul Eggert.
56983
56984 2000-10-22  Jim Meyering  <meyering@lucent.com>
56985
56986         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
56987         [CYCLIC]: Remove now-unused definition.
56988
56989         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
56990         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
56991         Suggestion from Ulrich Drepper.
56992
56993 2000-10-21  Jim Meyering  <meyering@lucent.com>
56994
56995         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
56996         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
56997         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
56998
56999 2000-10-21  Jim Meyering  <meyering@lucent.com>
57000
57001         * lib/dirname.c (memrchr): Declare if necessary.
57002         (dir_name): Remove the restriction that there be no
57003         trailing slashes.  Now, this code skips past them, effectively
57004         ignoring them.
57005         [TEST_DIRNAME] (main): New unit tests.
57006
57007         * lib/memrchr.c: New file from GNU libc.
57008         Undef __memrchr, too.
57009         [!weak_alias]: Define __memrchr to memrchr.
57010         Guard weak_alias use with `#ifdef weak_alias'.
57011
57012 2000-10-21  Jim Meyering  <meyering@lucent.com>
57013
57014         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
57015         (dir_name): Use dir_name_r.
57016         * lib/dirname.h (dir_name_r): Declare it.
57017
57018 2000-10-17  Jim Meyering  <meyering@lucent.com>
57019
57020         * lib/quote.h (PARAMS): Define and use.
57021         Reported by Akim Demaille.
57022
57023         * lib/getopt.c: Update from libc.
57024
57025 2000-10-16  Jim Meyering  <meyering@lucent.com>
57026
57027         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
57028         setlocale.
57029         From Jan Fedak.
57030
57031 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
57032
57033         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
57034
57035 2000-09-25  Jim Meyering  <meyering@lucent.com>
57036
57037         * lib/md5.h (rol): Define (from GnuPG).
57038
57039         * lib/sha.c: Give credit (GnuPG) where due.
57040         (M): Use rol rather than open-coding it.
57041         Add a FIXME comment.
57042
57043 2000-09-21  Jim Meyering  <meyering@lucent.com>
57044
57045         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
57046         Reported by Michael Stone.
57047
57048 2000-09-20  Jim Meyering  <meyering@lucent.com>
57049
57050         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
57051         (noinst_HEADERS): Add sha.h.
57052         Based on code from Scott G. Miller and from GnuPG.
57053
57054 2000-09-18  Jim Meyering  <meyering@lucent.com>
57055
57056         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
57057         LIBS. Otherwise, everyone ends up linking with -lelf for some
57058         configurations.
57059         Reported by Mike Stone.
57060
57061 2000-09-15  Jim Meyering  <meyering@lucent.com>
57062
57063         * lib/regex.c: Update from libc.
57064
57065 2000-09-10  Jim Meyering  <meyering@lucent.com>
57066
57067         * lib/getopt.c (_getopt_internal): Update from glibc.
57068
57069 2000-09-09  Jim Meyering  <meyering@lucent.com>
57070
57071         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
57072         think it should be used as a general replacement for isascii.
57073         * lib/fnmatch.c: Likewise.
57074         * lib/mbswidth.c: Likewise
57075         * lib/regex.c: Likewise.
57076
57077         Don't use atoi.
57078         * lib/userspec.c: Include sys/param.h and limits.h.
57079         Include xstrtol.h.
57080         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
57081         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
57082         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
57083         UID, GID.  Check range.
57084
57085 2000-09-06  Jim Meyering  <meyering@lucent.com>
57086
57087         * lib/getopt.c (_getopt_internal): Update from glibc.
57088
57089 2000-08-30  Jim Meyering  <meyering@lucent.com>
57090
57091         * lib/strftime.c: Merge in changes from GNU libc.
57092
57093 2000-08-26  Jim Meyering  <meyering@lucent.com>
57094
57095         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
57096         * m4/fpending.m4: New file.
57097
57098 2000-08-26  Jim Meyering  <meyering@lucent.com>
57099
57100         * lib/closeout.c: Include "__fpending.h".
57101         (close_stdout_status): Return right away if there's nothing to flush.
57102
57103         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
57104         * lib/__fpending.c: New file.
57105         * lib/__fpending.h: New file.
57106
57107 2000-08-20  Jim Meyering  <meyering@lucent.com>
57108
57109         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
57110         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
57111         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
57112
57113 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
57114
57115         Improve fileutils installation on systems where running
57116         programs (like install) can't be unlinked.
57117         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
57118         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
57119
57120 2000-08-07  Paul Eggert  <eggert@twinsun.com>
57121
57122         Standardize on "memory exhausted" instead of "Memory exhausted"
57123         or "virtual memory exhausted".
57124         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
57125         "virtual memory exhausted".
57126         * lib/same.c (same_name): Invoke xalloc_die instead of printing
57127         our own message.
57128         * lib/userspec.c (parse_user_spec): Likewise.
57129         * lib/bumpalloc.h: comment fix
57130         * lib/same.c, userspec.c: Include xalloc.h.
57131
57132         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
57133         not char *const and pointing to a constant array.
57134         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
57135         (xrealloc): Comment fix.
57136
57137         * lib/userspec.c (parse_user_spec):
57138         Don't translate a message until just before returning,
57139         to avoid unnecessary translation.
57140
57141 2000-08-07  Jim Meyering  <meyering@lucent.com>
57142
57143         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
57144         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
57145         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
57146         getgroups.c, gethostname.c, getopt.h, group-member.c,
57147         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
57148         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
57149         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
57150         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
57151         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
57152         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
57153         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
57154         yesno.c: Back out Copyright date changes for each file with no change
57155         this year.  This eases coordination with other programs using the same
57156         source code modules.  From Paul Eggert.
57157
57158 2000-08-06  Paul Eggert  <eggert@twinsun.com>
57159
57160         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
57161         not char, for compatibility with glibc 2.1.3 strftime.c.
57162
57163 2000-08-03  Greg McGary  <greg@mcgary.org>
57164
57165         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
57166         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
57167         (EXTEND_BUFFER): Use them.
57168
57169 2000-08-01  Jim Meyering  <meyering@lucent.com>
57170
57171         * lib/dirname.c (ISSLASH): Define.
57172         (BACKSLASH_IS_PATH_SEPARATOR): Define.
57173         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
57174         both `\' and `/' may be use as path separators.
57175         Based on a patch from Prashant TR.
57176
57177 2000-07-31  Paul Eggert  <eggert@twinsun.com>
57178
57179         * lib/quotearg.c (quotearg_n_options): Don't make the initial
57180         slot vector a constant, since it might get modified.
57181
57182 2000-07-31  Jim Meyering  <meyering@lucent.com>
57183
57184         * lib/xmalloc.c: Use `virtual memory exhausted', not
57185         `Memory exhausted'.
57186         * lib/obstack.c (print_and_abort): Likewise.
57187
57188 2000-07-30  Paul Eggert  <eggert@twinsun.com>
57189
57190         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
57191         buffer, so that the caller can always quote one small
57192         component of a "memory exhausted" message in slot 0.
57193         From a suggestion by Jim Meyering.
57194
57195 2000-07-30  Jim Meyering  <meyering@lucent.com>
57196
57197         * lib/makepath.c (make_path): Quote the other instance, too.
57198
57199         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
57200         (STATIC_BUF_SIZE): Define.
57201         (quotearg_n_options): Use only statically allocated storage when
57202         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
57203         than STATIC_BUF_SIZE.
57204
57205 2000-07-29  Jim Meyering  <meyering@lucent.com>
57206
57207         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
57208         * lib/dirname.c (dir_name): Likewise.
57209
57210         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
57211         `/'.
57212
57213         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
57214         (dir_name): Assert that there are no trailing slashes.
57215
57216 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
57217
57218         * lib/mbswidth.h (mbswidth): Add a flags argument.
57219         (mbswidth): New declaration.
57220         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
57221         * lib/mbswidth.c (mbswidth): Add a flags argument.
57222         (mbsnwidth): New function.
57223
57224 2000-07-24  Jim Meyering  <meyering@lucent.com>
57225
57226         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
57227
57228 2000-07-23  Paul Eggert  <eggert@twinsun.com>
57229
57230         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
57231
57232 2000-07-23  Paul Eggert  <eggert@twinsun.com>
57233
57234         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
57235         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
57236         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
57237         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
57238         invoke multibyte primitives.
57239
57240 2000-07-23  Paul Eggert  <eggert@twinsun.com>
57241
57242         * lib/quotearg.c:
57243         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
57244         so that mbstate_t is always defined.
57245
57246         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
57247         be 1 in at least one GCC installation, and this configuration
57248         error is likely to be common.  Ignoring MB_LEN_MAX hurts
57249         performance on hosts that have mbrtowc but have only unibyte
57250         locales, but I assume these hosts are rare.
57251
57252 2000-07-23  Paul Eggert  <eggert@twinsun.com>
57253
57254         * lib/mbswidth.c (_XOPEN_SOURCE):
57255         Don't define; this causes problems on Solaris 7.
57256         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
57257
57258 2000-07-23  Jim Meyering  <meyering@lucent.com>
57259
57260         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
57261         too: getgrgid, getpwuid, getuid.
57262
57263 2000-07-23  Jim Meyering  <meyering@lucent.com>
57264
57265         * lib/basename.c (base_name): Add an assertion.
57266
57267 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
57268
57269         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
57270         shadow its mbsinit function.
57271
57272 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
57273
57274         * lib/mbswidth.h: New file.
57275         * lib/mbswidth.c: New file.
57276         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
57277         (noinst_HEADERS): Add mbswidth.h.
57278
57279 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
57280
57281         * lib/config.charset: Add support for FreeBSD. Improve support for
57282         HP-UX and IRIX 6.
57283
57284 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
57285
57286         * m4/mbswidth.m4: New file.
57287         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
57288
57289 2000-07-15  Jim Meyering  <meyering@lucent.com>
57290
57291         * lib/makepath.c: Include quote.h.
57292         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
57293         corresponding argument in a `quote (...)' call.
57294         Give better diagnostics.
57295
57296         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
57297         (noinst_HEADERS): Add quote.h.
57298
57299         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
57300         from tar's src/misc.c.
57301         * lib/quote.h: New file.  Prototypes for same.
57302
57303 2000-07-14  Paul Eggert  <eggert@twinsun.com>
57304
57305         From a suggestion by Bruno Haible.
57306         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
57307         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
57308         to decide whether to define the BeOS workaround macro;
57309         this adjusts to the change to AC_MBSTATE_T.
57310
57311 2000-07-14  Jim Meyering  <meyering@lucent.com>
57312
57313         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
57314         jm_AC_TYPE_UINTMAX_T.
57315
57316 2000-07-13  Paul Eggert  <eggert@twinsun.com>
57317
57318         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
57319
57320         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
57321         quotearg_buffer_restyled): Add support for
57322         clocale_quoting_style.  Undo previous change to
57323         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
57324         and "{RIGHT QUOTATION MARK}" msgids.
57325
57326 2000-07-10  Paul Eggert  <eggert@twinsun.com>
57327
57328         From a suggestion by Bruno Haible.
57329         * m4/mbstate_t.m4 (AC_MBSTATE_T):
57330         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
57331         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
57332         and mbstate_t, to a single-part test that simply defines mbstate_t.
57333         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
57334         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
57335
57336 2000-07-10  Jim Meyering  <meyering@lucent.com>
57337
57338         * m4/strerror_r.m4: Mirror the correction made in autoconf.
57339
57340         * m4/gnu-source.m4: Output to confdefs.h directly.
57341         Suggestion from Akim Demaille.
57342
57343 2000-07-09  Paul Eggert  <eggert@twinsun.com>
57344
57345         The old behavior of quoting `like this' doesn't look good with
57346         newer, ISO-style fonts.  See:
57347         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
57348
57349         Instead, quote "like this" by default.  Let the translator
57350         tailor the locale-specific quoting behavior by providing
57351         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
57352
57353         * lib/quotearg.c (N_): New macro.
57354         (gettext_default): New function.
57355         (quotearg_buffer_restyled): Use
57356         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
57357         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
57358
57359 2000-07-09  Jim Meyering  <meyering@lucent.com>
57360
57361         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
57362         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
57363
57364         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
57365         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
57366
57367 2000-07-09  Jim Meyering  <meyering@lucent.com>
57368
57369         * lib/Most files: Update copyright dates to include 2000.
57370
57371 2000-07-08  Jim Meyering  <meyering@lucent.com>
57372
57373         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
57374         if not defined.
57375         (xgethostname): Remove now-unnecessary #ifdef.
57376         Move declaration of `err' into loop where it's used.
57377
57378 2000-07-05  Paul Eggert  <eggert@twinsun.com>
57379         and Bruno Haible  <haible@clisp.cons.org>
57380
57381         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
57382         only if the test for an object-type mbstate_t fails.  This
57383         prevents us from mistakenly reporting that mbstate_t is a
57384         system object type after we "#define mbstate_t int" to work
57385         around its lack.
57386
57387 2000-07-05  Paul Eggert  <eggert@twinsun.com>
57388         and Bruno Haible  <haible@clisp.cons.org>
57389
57390         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
57391
57392 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
57393
57394         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
57395         to strerror_r.
57396         Include <ctype.h> for use of isalpha.
57397
57398 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
57399
57400         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
57401         by allocating a larger buffer. Test the gethostname return value for
57402         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
57403         returns an error and ENAMETOOLONG isn't defined.
57404
57405 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
57406
57407         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
57408         dimension.
57409
57410 2000-07-04  Jim Meyering  <meyering@lucent.com>
57411
57412         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
57413         of the deprecated AC_CHECKING.
57414
57415 2000-07-04  Jim Meyering  <meyering@lucent.com>
57416
57417         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
57418         Reported by Bruno Haible.
57419
57420 2000-07-04  Jim Meyering  <meyering@lucent.com>
57421
57422         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
57423         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
57424         lacks mbrtowc.
57425
57426 2000-07-03  Paul Eggert  <eggert@twinsun.com>
57427
57428         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
57429         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
57430
57431 2000-07-03  Paul Eggert  <eggert@twinsun.com>
57432         and Bruno Haible  <haible@clisp.cons.org>
57433
57434         * lib/quotearg.c (mbrtowc):
57435         Assign to *pwc, and return 1 only if result is nonzero.
57436         (iswprint): Use ISPRINT when substituting our own mbrtowc.
57437
57438 2000-07-03  Jim Meyering  <meyering@lucent.com>
57439
57440         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
57441
57442 2000-07-03  Jim Meyering  <meyering@lucent.com>
57443
57444         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
57445         This is necessary to get a definition of e.g., UTMP_FILE on
57446         HP-UX 10.20.
57447         From Bob Proulx.
57448
57449 2000-07-02  Jim Meyering  <meyering@lucent.com>
57450
57451         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
57452
57453         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
57454         AC_LIBOBJ(function_name).
57455         * m4/chown.m4: Likewise.
57456         * m4/fnmatch.m4: Likewise.
57457         * m4/ftruncate.m4: Likewise.
57458         * m4/getgroups.m4: Likewise.
57459         * m4/getline.m4: Likewise.
57460         * m4/group-member.m4: Likewise.
57461         * m4/jm-macros.m4: Likewise.
57462         * m4/lstat.m4: Likewise.
57463         * m4/malloc.m4: Likewise.
57464         * m4/memcmp.m4: Likewise.
57465         * m4/nanosleep.m4: Likewise.
57466         * m4/putenv.m4: Likewise.
57467         * m4/realloc.m4: Likewise.
57468         * m4/regex.m4: Likewise.
57469         * m4/stat.m4: Likewise.
57470         * m4/strftime.m4: Likewise.
57471
57472 2000-07-02  Jim Meyering  <meyering@lucent.com>
57473
57474         * lib/quotearg.c (mbstate_t): Don't define here.
57475
57476 2000-07-02  Jim Meyering  <meyering@lucent.com>
57477
57478         * lib/nanosleep.c (SIGCONT): Define if not already defined.
57479
57480 2000-07-01  Jim Meyering  <meyering@lucent.com>
57481
57482         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
57483
57484 2000-07-01  Jim Meyering  <meyering@lucent.com>
57485
57486         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
57487         problem.
57488
57489 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
57490
57491         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
57492         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
57493
57494 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
57495
57496         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
57497         per change in ../m4/ls-mntd-fs.m4.
57498         (read_filesystem_list): Ignore symbolic links.
57499
57500 2000-06-29  Jim Meyering  <meyering@lucent.com>
57501
57502         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
57503         for declaration of strcmp.
57504
57505         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
57506
57507         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
57508         Avoid warning by casting result to `char *' to remove `const'.
57509
57510 2000-06-28  Jim Meyering  <meyering@lucent.com>
57511
57512         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
57513         included by quotearg.c, for which we perform this test.  From
57514         Bruno Haible.
57515
57516 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
57517
57518         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
57519         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
57520         <utmpx.h> exists, put readutmp.o into LIBOBJS.
57521
57522 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
57523
57524         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
57525
57526 2000-06-26  Paul Eggert  <eggert@twinsun.com>
57527
57528         savedir now sets errno on failure and invokes xmalloc to get memory.
57529         Fix a couple of other minor bugs while we're at it.
57530
57531         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
57532         (NAMLEN): Remove macro.
57533         (malloc, realloc): Remove decls.
57534         (stpcpy): Likewise.
57535         ("xalloc.h"): Include.
57536         (NAME_SIZE_DEFAULT): New macro.
57537         (savedir): Use xmalloc / xrealloc to allocate memory.
57538         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
57539         Skip "" directory entries.
57540         Use strlen to calculate directory entry length, since the old method
57541         is rarely used these days and isn't worth supporting.
57542         Don't use a pointer after freeing it.
57543         Check for integer overflow when calculating allocation size.
57544         Use memcpy to copy entries, instead of stpcpy.
57545         Set errno properly when returning NULL.
57546         Check for readdir error.
57547
57548 2000-06-26  Jim Meyering  <meyering@lucent.com>
57549
57550         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
57551
57552 2000-06-25  Jim Meyering  <meyering@lucent.com>
57553
57554         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
57555         Linux header bug when _XOPEN_SOURCE is defined to 500.
57556
57557 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
57558
57559         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
57560         deficiency.
57561
57562 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
57563
57564         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
57565         Include xalloc.h.
57566         Don't include <stdlib.h>.  Don't declare malloc, realloc.
57567
57568 2000-06-24  Jim Meyering  <meyering@lucent.com>
57569
57570         * m4/strerror_r.m4: Revive this file -- to try out an experimental
57571         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
57572         for which strerror does return char*, but which lacks a conveniently
57573         accessible declaration of the function.  If the compile-test says
57574         strerror_r doesn't work, then resort to a `run'-test that works on
57575         BeOS and segfaults on DEC Unix.
57576
57577 2000-06-24  Jim Meyering  <meyering@lucent.com>
57578
57579         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
57580
57581 2000-06-23  Paul Eggert  <eggert@twinsun.com>
57582
57583         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
57584         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
57585
57586 2000-06-23  Paul Eggert  <eggert@twinsun.com>
57587
57588         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
57589         (mbrtowc, mbstate_t): Define substitutes if
57590         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
57591         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
57592         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
57593
57594 2000-06-23  Jim Meyering  <meyering@lucent.com>
57595
57596         * m4/afs.m4: Add missing AC_MSG_RESULT.
57597         Reported by Bruno Haible.
57598
57599         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
57600         Suggestion from Bruno Haible.
57601
57602 2000-06-23  Jim Meyering  <meyering@lucent.com>
57603
57604         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
57605
57606 2000-06-21  Jim Meyering  <meyering@lucent.com>
57607
57608         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
57609
57610 2000-06-21  Jim Meyering  <meyering@lucent.com>
57611
57612         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
57613         (noinst_HEADERS): Add getstr.h.
57614
57615         * lib/getline.c (getstr): Move into a separate file.
57616         * lib/getstr.c (getstr): New file, extracted from getline.c, with
57617         the following changes: new parameter, delim2; both delim[12]
57618         parameters have type `int', not `char'.  The latter would lose
57619         with 8-bit delimiters.
57620         * lib/getstr.h: New file.
57621
57622 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
57623
57624         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
57625         than 1024, return a memory chunk of least possible size, instead
57626         of size PATH_MAX + 2. In the loop, increment the size proportionally.
57627         Use free/xmalloc instead of xrealloc to avoid copying for very long
57628         paths.
57629
57630 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
57631
57632         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
57633         the empty string.
57634
57635 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
57636
57637         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
57638         address, not strdup.  Include <stdlib.h> and don't declare free().
57639
57640 2000-06-19  Jim Meyering  <meyering@lucent.com>
57641
57642         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
57643
57644 2000-06-18  Jim Meyering  <meyering@lucent.com>
57645
57646         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
57647
57648         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
57649         `checking whether...' message to be consistent with that of the
57650         lstat test.
57651
57652 2000-06-18  Jim Meyering  <meyering@lucent.com>
57653
57654         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
57655         Besides, these days every porting target provides a mkdir function.
57656
57657         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
57658         needed. (this snippet comes from src/system.h).
57659
57660 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
57661
57662         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
57663
57664 2000-06-15  Paul Eggert  <eggert@twinsun.com>
57665
57666         * lib/human.c (adjust_value): New function.
57667         (human_readable_inexact): Apply rounding style even when
57668         printing approximate values.
57669
57670 2000-06-14  Paul Eggert  <eggert@twinsun.com>
57671
57672         * lib/human.c (human_readable_inexact): Allow an input block
57673         size that is not a multiple of the output block size, and vice versa.
57674         Reported by Piergiorgio Sartor.
57675
57676 2000-06-14  Paul Eggert  <eggert@twinsun.com>
57677
57678         * lib/getdate.y (get_date): Apply relative times after time
57679         zone indicator, not before.  Reported by Todd A. Jacobs.
57680
57681 2000-06-13  Jim Meyering  <meyering@lucent.com>
57682
57683         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
57684
57685         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
57686
57687 2000-06-12  Paul Eggert  <eggert@twinsun.com>
57688
57689         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
57690
57691 2000-06-12  Jim Meyering  <meyering@lucent.com>
57692
57693         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
57694         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
57695         optional argument.
57696         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
57697         the optional argument, `lib'.
57698
57699 2000-06-08  Jim Meyering  <meyering@lucent.com>
57700
57701         * m4/largefile.m4: Remove file (now that it's part of autoconf).
57702
57703 2000-06-04  Paul Eggert  <eggert@twinsun.com>
57704
57705         Rewrite largefile configuration so that we don't need to run
57706         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
57707         AC_CANONICAL_HOST in configure.in -- jmm]
57708
57709         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
57710         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
57711         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
57712         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
57713         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
57714         All uses changed.
57715         Instead of inspecting the output of getconf, try to compile the
57716         test program without and with the macro definition.
57717         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
57718         for getconf.  Instead, check for the needed flags by compiling
57719         test programs.
57720
57721 2000-06-04  Paul Eggert  <eggert@twinsun.com>
57722
57723         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
57724
57725 2000-06-04  Jim Meyering  <meyering@lucent.com>
57726
57727         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
57728         SunOS 4.1.4 for which gid_t is an unsigned type.
57729
57730 2000-06-03  Jim Meyering  <meyering@lucent.com>
57731
57732         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
57733         now that autoconf requires that.
57734
57735         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
57736         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
57737         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
57738
57739 2000-06-03  Jim Meyering  <meyering@lucent.com>
57740
57741         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
57742
57743 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
57744
57745         * m4/glibc21.m4: New file.
57746         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
57747
57748 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
57749
57750         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
57751         newer, don't install charset.alias.
57752         * lib/config.charset: Change the Linux/glibc rules so they become empty
57753         on glibc-2.1 or newer.
57754
57755 2000-06-02  Jim Meyering  <meyering@lucent.com>
57756
57757         * lib/mountlist.c: Back out last change.  Instead, do this...
57758         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
57759         me_dummy member using the same `ignore'-testing code.
57760         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
57761         fs_type strings.
57762         From Mark D. Roth.
57763
57764 2000-05-29  Jim Meyering  <meyering@lucent.com>
57765
57766         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
57767         mounts with the `ignore' attribute.  Based on a patch from
57768         Mark D. Roth.
57769
57770 2000-05-28  Jim Meyering  <meyering@lucent.com>
57771
57772         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
57773         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57774         * m4/stat.m4: Likewise.
57775         * m4/lstat.m4: Likewise.
57776         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
57777
57778         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
57779         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
57780
57781 2000-05-26  Jim Meyering  <meyering@lucent.com>
57782
57783         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
57784
57785 2000-05-24  Jim Meyering  <meyering@lucent.com>
57786
57787         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
57788         autoconf requires that.
57789         * m4/lib-check.m4: Likewise.
57790         * m4/jm-macros.m4: Likewise.
57791         * m4/strftime.m4: Likewise.
57792
57793         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
57794         AC_CHECK_DECLS, now that autoconf requires that.
57795
57796 2000-05-22  Jim Meyering  <meyering@lucent.com>
57797
57798         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
57799         * m4/lstat.m4: Likewise.
57800
57801 2000-05-22  Jim Meyering  <meyering@lucent.com>
57802
57803         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
57804
57805 2000-05-20  Jim Meyering  <meyering@lucent.com>
57806
57807         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
57808         (jm_PREREQ): Use it.
57809
57810 2000-05-18  Jim Meyering  <meyering@lucent.com>
57811
57812         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
57813         back, too, since it may have been modified by allocate_entry.
57814         (hash_delete): Rewrite to use neither the assignment operator
57815         nor the comma operator in an if-expression.
57816
57817 2000-05-15  Paul Eggert  <eggert@twinsun.com>
57818
57819         * lib/closeout.c:
57820         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
57821         Remove; no longer needed.
57822         "quotearg.h": Add include.
57823         (file_name): Do not bother to explicitly initialize to NULL; it's less
57824         efficient on some hosts.
57825         (close_stdout_status): Remove test as to whether stdout was already
57826         closed; it breaks for the case "echo x | sort >&-".
57827         Quote file name colons.
57828         Do not assume that _("write error") lacks format strings.
57829
57830 2000-05-15  Jim Meyering  <meyering@lucent.com>
57831
57832         * lib/version-etc.c (version_etc_copyright): Update the copyright
57833         string used in all --version output.
57834
57835 2000-05-14  Jim Meyering  <meyering@lucent.com>
57836
57837         * lib/closeout.c (close_stdout_set_file_name): New function.
57838         (close_stdout_status): Use new file-scoped global.
57839         Return right away if fstat says the stdout file descriptor is invalid.
57840         * lib/closeout.h (close_stdout_set_file_name): Declare.
57841
57842 2000-05-10  Jim Meyering  <meyering@lucent.com>
57843
57844         * lib/closeout.c [default_exit_status]: New file-scoped variable.
57845         (close_stdout_set_status): New function.
57846         * lib/closeout.h (close_stdout_set_status): Declare.
57847
57848 2000-05-09  Jim Meyering  <meyering@lucent.com>
57849
57850         * m4/gettext.m4: Rename this...
57851         * m4/libintl.m4: ...to this.
57852
57853 2000-05-08  Jim Meyering  <meyering@lucent.com>
57854
57855         * lib/long-options.c: Don't include closeout.h.
57856         (parse_long_options): Don't call close_stdout for --version.
57857
57858 2000-05-06  Paul Eggert  <eggert@twinsun.com>
57859
57860         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
57861         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
57862         2.1.3 bug.  This avoids a clash when files like regex.c define
57863         _GNU_SOURCE.
57864
57865 2000-05-06  Jim Meyering  <meyering@lucent.com>
57866
57867         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
57868         (AC_REPLACE_FUNCS): Add strnlen.
57869
57870         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
57871         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
57872
57873         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
57874         AC_SEARCH_LIBS call for nanosleep.
57875         (LIB_NANOSLEEP): Set and AC_SUBST.
57876
57877 2000-05-06  Jim Meyering  <meyering@lucent.com>
57878
57879         * lib/strnlen.c: Undefine __strnlen and strnlen.
57880         [!weak_alias]: Define __strnlen to strnlen.
57881
57882         * lib/atexit.c: New file, from libiberty.
57883
57884 2000-05-06  Jim Meyering  <meyering@lucent.com>
57885
57886         * lib/closeout.c (close_stdout_status): Also check for errors on the
57887         stderr stream.
57888
57889 2000-05-05  Jim Meyering  <meyering@lucent.com>
57890
57891         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
57892         AC_SEARCH_LIBS call for clock_gettime.
57893         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
57894
57895         * m4/search-libs.m4: Update from autoconf.
57896
57897         su doesn't work on Solaris 2.6.
57898         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
57899         <shadow.h>.  Reported by Dragos Harabor.
57900
57901 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
57902
57903         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
57904         memcpy instead of xmalloc, xrealloc, path_concat.
57905         (locale_charset): Treat empty environment variables as absent.
57906         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
57907
57908 2000-05-04  Jim Meyering  <meyering@lucent.com>
57909
57910         * lib/getopt.c: Update from glibc.
57911         * lib/obstack.c: Likewise.
57912         * lib/obstack.h: Likewise.
57913         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
57914         file
57915
57916         * lib/regex.h: Likewise.
57917         * lib/strndup.c: Likewise.
57918         * lib/strnlen.c: New file, from glibc.
57919
57920 2000-05-03  Jim Meyering  <meyering@lucent.com>
57921
57922         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
57923
57924 2000-05-02  Paul Eggert  <eggert@twinsun.com>
57925
57926         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
57927         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
57928         compile-time test, rather than inspecting host and OS, to
57929         decide whether to define _LARGEFILE_SOURCE.
57930
57931 2000-05-01  Jim Meyering  <meyering@lucent.com>
57932
57933         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
57934
57935         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
57936         Based on a patch from Bruno Haible.
57937
57938 2000-05-01  Jim Meyering  <meyering@lucent.com>
57939
57940         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
57941
57942 2000-04-29  Jim Meyering  <meyering@lucent.com>
57943
57944         * lib/path-concat.c: Declare strdup only if it's not defined.
57945         * lib/canon-host.c: Likewise.
57946
57947 2000-04-28  Jim Meyering  <meyering@lucent.com>
57948
57949         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
57950         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
57951         is included first, then limits.h is included by locale.h by libintl.h.
57952         From John David Anglin.
57953
57954 2000-04-25  Jim Meyering  <meyering@lucent.com>
57955
57956         * lib/makepath.c (S_IRWXUGO): Define.
57957         (make_path): Always perform explicit chmod if MODE specifies any
57958         of the `special' permission bits.  Prompted by a bug report against
57959         install from Mate Wierdl and Joost van Baal.
57960
57961 2000-04-18  Jim Meyering  <meyering@lucent.com>
57962
57963         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
57964         (jm_PREREQ): Use it.
57965
57966 2000-04-18  Jim Meyering  <meyering@lucent.com>
57967
57968         * lib/README: New file.
57969
57970         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
57971         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
57972
57973 2000-04-17  Jim Meyering  <meyering@lucent.com>
57974
57975         Get it right :-)
57976         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
57977         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
57978         Suggestion from Akim Demaille.
57979
57980 2000-04-17  Jim Meyering  <meyering@lucent.com>
57981
57982         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
57983         the definition of it to rpl_strftime also defined-away the system's
57984         declaration.
57985
57986 2000-04-15  Jim Meyering  <meyering@lucent.com>
57987
57988         Use `C' to denote so-called `contiguous' files, the same way
57989         that tar does.
57990         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
57991         (ftypelet): Use S_ISCTG.
57992         From Michael Deutschmann.
57993
57994 2000-04-14  Jim Meyering  <meyering@lucent.com>
57995
57996         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
57997         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
57998         clobbered.
57999
58000 2000-04-14  Jim Meyering  <meyering@lucent.com>
58001
58002         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
58003
58004 2000-04-13  Jim Meyering  <meyering@lucent.com>
58005
58006         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
58007         AH_VERBATIM to insert required #ifndef into config.h.in.
58008         Suggestion from Akim Demaille.
58009
58010 2000-04-12  Jim Meyering  <meyering@lucent.com>
58011
58012         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
58013         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
58014         Christian Krackowizer.
58015
58016         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
58017         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
58018         (AC_SYS_LARGEFILE): Require.
58019         (AM_C_PROTOTYPES): Require.
58020
58021 2000-04-08  Jim Meyering  <meyering@lucent.com>
58022
58023         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
58024         names don't conflict.  Reported by Eli Zaretskii.
58025
58026 2000-04-07  Jim Meyering  <meyering@lucent.com>
58027
58028         * lib/putenv.c: Move inclusion of errno.h so it follows that of
58029         sys/types.h, to work around system header problems on AIX 3.2.5.
58030         From Bruno Haible.
58031
58032 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
58033
58034         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
58035         bug.  Deal with the different error behavior of Irix iconv.
58036
58037 2000-04-05  Paul Eggert  <eggert@twinsun.com>
58038
58039         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
58040         IRIX if the installer said otherwise.
58041
58042 2000-04-05  Jim Meyering  <meyering@lucent.com>
58043
58044         Portability tweaks required for ultrix4.3.
58045         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
58046         (jm_CHECK_DECLS): Add getutent to the list of functions.
58047         (_jm_DECL_HEADERS): Add utmpx.h.
58048         From John David Anglin.
58049
58050         * m4/strftime.m4: Back out the 2000-04-02 change.
58051         Instead of that change, simply undefine putenv in the test program.
58052
58053 2000-04-05  Jim Meyering  <meyering@lucent.com>
58054
58055         Portability tweaks required for ultrix4.3.
58056         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
58057         getutent.
58058         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
58059         * lib/canon-host.c: Declare strdup.
58060         * lib/path-concat.c: Likewise.
58061         From John David Anglin.
58062
58063 2000-04-04  Jim Meyering  <meyering@lucent.com>
58064
58065         Be more DOS 8.3-friendly.
58066         * lib/ref-add.sin: Renamed from ref-add.sed.in.
58067         * lib/ref-del.sin: Renamed from ref-del.sed.in.
58068         * lib/Makefile.am: Reflect renaming.
58069         Reported by Eli Zaretskii.
58070
58071         Use a temporary file name that won't clash with `charset.alias'
58072         in the DOS 8.3 name space.
58073         * lib/Makefile.am (charset_tmp): Define.
58074         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
58075         (uninstall-local): Likewise.
58076         Reported by Eli Zaretskii.
58077
58078 2000-04-03  Jim Meyering  <meyering@lucent.com>
58079
58080         * m4/gettext.m4: Fix typo in comment.
58081
58082         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
58083         textutils/configure.in).  Suggestion from Paul Eggert.
58084         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
58085
58086 2000-04-02  Paul Eggert  <eggert@twinsun.com>
58087
58088         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
58089         variable in the shell rather than using putenv, which isn't
58090         portable.  This avoids the configure-time inter-test dependency
58091         on the potentially-renamed putenv function.
58092
58093 2000-03-30  Paul Eggert  <eggert@twinsun.com>
58094
58095         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
58096         before checking struct stat.st_blksize, so that
58097         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
58098
58099 2000-03-29  Paul Eggert  <eggert@twinsun.com>
58100
58101         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
58102         since strftime.c uses HAVE_STRFTIME to decide whether to use
58103         the underlying strftime.
58104
58105 2000-03-29  Paul Eggert  <eggert@twinsun.com>
58106
58107         * lib/time/strftime.c (my_strftime): Make sure we call the system
58108         strftime, not ourselves, when invoking the underlying strftime.
58109
58110 2000-03-24  Jim Meyering  <meyering@lucent.com>
58111
58112         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
58113         (charset_alias): Define.
58114         (install-exec-local): Factor out common code.
58115         (uninstall-local): Split lines longer than 80.
58116         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
58117         (SUFFIXES): Define.
58118         (.sed.in.sed): New rule.  Don't redirect directly to $@.
58119         (CLEANFILES): Add ref-add.sed and ref-del.sed.
58120
58121 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
58122
58123         * lib/config.charset: Output a line containing "Packages using this
58124         file".
58125         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
58126         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
58127         ref-del.sed): New rules.
58128
58129 2000-03-17  Jim Meyering  <meyering@lucent.com>
58130
58131         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
58132         Otherwise, include <strings.h>
58133
58134 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
58135
58136         * lib/unicodeio.c (utf8_wctomb): New function.
58137         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
58138         format instead of in UCS-4 with platform dependent endianness.
58139
58140 2000-03-10  Jim Meyering  <meyering@lucent.com>
58141
58142         * m4/lib-check.m4: Look for getspnam in -lgen, too.
58143         From Marco Franzen.
58144
58145 2000-03-07  Paul Eggert  <eggert@twinsun.com>
58146
58147         * lib/savedir.c (savedir): Work even if directory size is
58148         negative; this can happen with some screwy NFS configurations.
58149
58150 2000-03-06  Jim Meyering  <meyering@lucent.com>
58151
58152         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
58153         if it's NULL (because we ran out of memory).  From Bruno Haible.
58154
58155 2000-03-05  Jim Meyering  <meyering@lucent.com>
58156
58157         * lib/localcharset.c ("path-concat.h"): Include.
58158         (get_charset_aliases): Use path_concat instead of ANSI string
58159         concatenation.
58160
58161         * lib/unicodeio.h (PARAMS): Define.
58162         Use it to guard prototype.
58163
58164 2000-03-04  Jim Meyering  <meyering@lucent.com>
58165
58166         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
58167         for lib/localcharset.c.
58168
58169 2000-03-04  Jim Meyering  <meyering@lucent.com>
58170
58171         * lib/Makefile.am (install-exec-local): Create $(libdir) before
58172         installing into it.
58173         (uninstall-local): Uncomment this rule so `make distcheck' works
58174         once again.
58175
58176         * lib/unicodeio.c (<errno.h>): Include it.
58177         (errno): Declare if not defined.
58178
58179         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
58180
58181         * lib/config.charset: New version, incorporating remarks from a linux
58182         i18n mailing list.  From Bruno Haible.
58183
58184 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
58185
58186         * m4/codeset.m4: New file.
58187         * m4/iconv.m4: New file.
58188         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
58189
58190 2000-03-03  Jim Meyering  <meyering@lucent.com>
58191
58192         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
58193
58194 2000-03-02  Jim Meyering  <meyering@lucent.com>
58195
58196         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
58197         the messages come out on separate lines.
58198
58199         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
58200         rather than jm_CHECK_DECLARATIONS.
58201         * m4/decl.m4: Remove now-unused file.
58202
58203         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
58204         geteuid.
58205
58206 2000-03-02  Jim Meyering  <meyering@lucent.com>
58207
58208         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
58209
58210 2000-03-01  Jim Meyering  <meyering@lucent.com>
58211
58212         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
58213         * lib/unicodeio.c: Likewise.
58214
58215 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
58216
58217         * lib/config.charset: New file.
58218         * lib/localcharset.c: New file.
58219         * lib/unicodeio.h, lib/unicodeio.c: New files.
58220         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
58221         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
58222         (noinst_HEADERS): Add unicodeio.h.
58223         (all-local, install-exec-local, charset.alias): New targets.
58224
58225 2000-02-28  Paul Eggert  <eggert@twinsun.com>
58226
58227         * lib/quotearg.c (ALERT_CHAR): New macro.
58228         (quotearg_buffer_restyled): Use it.
58229
58230 2000-02-27  Jim Meyering  <meyering@lucent.com>
58231
58232         * m4/check-decl.m4: Add getenv to the list.
58233
58234 2000-02-27  Jim Meyering  <meyering@lucent.com>
58235
58236         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
58237         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
58238
58239         * lib/backupfile.c: Guard inclusion of stdlib.h with
58240         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
58241         Declare malloc if needed.
58242
58243         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
58244         `#ifndef HAVE_DECL..'
58245         now that autoconf always defines the HAVE_DECL_ symbols.
58246         * lib/human.c: Likewise.
58247         * lib/same.c: Likewise.
58248         * lib/strtoumax.c: Likewise.
58249
58250         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
58251         declaration check was not run.
58252         * lib/hash.c: Likewise.
58253         * lib/human.c: Likewise.
58254         * lib/same.c: Likewise.
58255         * lib/strtoumax.c: Likewise.
58256
58257         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
58258         `.', then first look up the entire `.'-containing string as a login
58259         name.
58260
58261 2000-02-23  Jim Meyering  <meyering@lucent.com>
58262
58263         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
58264         in place of my hack.
58265
58266 2000-02-18  Paul Eggert  <eggert@twinsun.com>
58267
58268         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
58269         (textint): New typedef.
58270         (parser_control): Member year changed from int to textint.
58271         All uses changed.
58272         (YYSTYPE): Removed; replaced by %union with int and textint members.
58273         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
58274         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
58275         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
58276         (tSNUMBER, tUNUMBER): Now of type <textintval>.
58277         (date, number, to_year): Use width of number in digits, not its value,
58278         to determine whether it's a 2-digit year, or a 2-digit time.
58279         (yylex): Store number of digits of numeric tokens.
58280         Reported by John Kendall.
58281
58282         (parser_control): Changed from struct parser_control to typedef (for
58283         consistency).  All uses changed.
58284
58285         (tID): Removed; not used.
58286         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
58287
58288 2000-02-14  Paul Eggert  <eggert@twinsun.com>
58289
58290         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
58291         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
58292
58293 2000-02-12  Jim Meyering  <meyering@lucent.com>
58294
58295         * lib/userspec.c (ISDIGIT): Define it.
58296         (isdigit): Remove definition.
58297         (is_number): Use ISDIGIT, not isdigit.
58298         <libintl.h>: Include.
58299         (_ and N_): Define.
58300         (parse_user_spec): Mark translatable strings.
58301
58302 2000-02-10  Jim Meyering  <meyering@lucent.com>
58303
58304         With these changes, nanosleep.[ch] are finally enough like the other
58305         lib/* replacement files to compile on a few more losing systems.
58306
58307         * lib/nanosleep.h: Don't include config.h.
58308         Remove prototype from declaration of nanosleep.
58309         (PARAMS): Remove now-unneeded definition.
58310         * lib/nanosleep.c: #undef nanosleep.
58311         (rpl_nanosleep): Rename from nanosleep.
58312
58313 2000-02-10  Jim Meyering  <meyering@lucent.com>
58314
58315         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
58316         gnu_nanosleep to rpl_nanosleep.
58317
58318 2000-02-09  Jim Meyering  <meyering@lucent.com>
58319
58320         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
58321         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
58322
58323 2000-02-08  Akim Demaille  <akim@epita.fr>
58324
58325         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
58326         `[' and `]' and remove uses of `changequote'.
58327         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
58328         (AC_SYS_LARGEFILE): Likewise.
58329         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
58330         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
58331         of changequote.
58332         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
58333         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
58334         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
58335         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
58336
58337 2000-02-05  Jim Meyering  <meyering@lucent.com>
58338
58339         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
58340         Remove explicit use of AC_HEADER_TIME.  It is required by
58341         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
58342         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
58343         in autoconf whereby the expansion of the latter ended up preceding
58344         the expansion of its prerequisite, AC_HEADER_TIME.
58345         Reported by Volker Borchert.
58346
58347 2000-02-03  Jim Meyering  <meyering@lucent.com>
58348
58349         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
58350
58351 2000-02-03  Jim Meyering  <meyering@lucent.com>
58352
58353         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
58354         rather than with `#if HAVE_UTMPNAME'.
58355
58356 2000-02-02  Jim Meyering  <meyering@lucent.com>
58357
58358         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
58359         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
58360         Reported by Eli Zaretskii.
58361
58362 2000-02-01  Jim Meyering  <meyering@lucent.com>
58363
58364         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
58365
58366 2000-01-31  Jim Meyering  <meyering@lucent.com>
58367
58368         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
58369         functions.  Add the time.h and sys/time.h headers along with the
58370         AC_REQUIRE'ment of AC_HEADER_TIME.
58371
58372 2000-01-31  Jim Meyering  <meyering@lucent.com>
58373
58374         * lib/nanosleep.h (nanosleep): Guard declaration with
58375         `#if ! HAVE_DECL_NANOSLEEP'.
58376         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
58377         the declaration in that vendor's sys/timers.h.
58378         Reported by Christian Krackowizer.
58379
58380         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
58381         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
58382         (ISPRINT): Likewise.
58383         Reported by Tom Tromey.
58384
58385 2000-01-30  Jim Meyering  <meyering@lucent.com>
58386
58387         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
58388
58389         * m4/prereq.m4 (utmp_includes): Define.
58390         Check for ut_user and ut_name members in both struct utmpx
58391         and struct utmp.
58392
58393 2000-01-30  Jim Meyering  <meyering@lucent.com>
58394
58395         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
58396         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
58397         header files where only utmpx.ut_user is declared.
58398
58399         * lib/readutmp.h (UT_USER): Define.
58400
58401 2000-01-29  Jim Meyering  <meyering@lucent.com>
58402
58403         * m4/lib-check.m4: New file containing library-related checks from
58404         fileutils and sh-utils (textutils had none).
58405
58406 2000-01-28  Jim Meyering  <meyering@lucent.com>
58407
58408         * m4/perl.m4: Change format of warning message to look more like that
58409         from the missing script.  Suggestion from François Pinard.
58410
58411 2000-01-25  Jim Meyering  <meyering@lucent.com>
58412
58413         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
58414         well as time.h in the compile check.
58415         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
58416         Fix typo in cross-compiling case: s/yes/no/.
58417
58418 2000-01-23  Jim Meyering  <meyering@lucent.com>
58419
58420         * m4/jm-macros.m4: Move df-related tests here from
58421         fileutils/configure.in
58422
58423         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
58424         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
58425
58426         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
58427         s/space/ac_fsusage_space/.
58428         (jm_FILE_SYSTEM_USAGE): Take two parameters.
58429
58430         * m4/ftruncate.m4: New file (derived from part of
58431         fileutils/configure.in).
58432         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
58433         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
58434
58435         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
58436         AC_SUBST these here, rather than just in sh-util/configure.in, so
58437         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
58438         all the same.
58439         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
58440         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
58441         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
58442         (AC_SUBST(POW_LIBM)): Likewise.
58443         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
58444
58445 2000-01-23  Jim Meyering  <meyering@lucent.com>
58446
58447         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
58448         obstack.c.
58449
58450 2000-01-22  Jim Meyering  <meyering@lucent.com>
58451
58452         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
58453
58454         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
58455
58456         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
58457         configure.in
58458         (AC_CHECK_HEADERS): Likewise for sh-utils.
58459         (AC_CHECK_HEADERS): Likewise for textutils.
58460         Merge the three lists of headers.
58461
58462         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
58463         from fileutils' configure.in.
58464
58465         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
58466         code. Moved tests into their own function (_jm_DECL_HEADERS) in
58467         check-decl.m4.
58468
58469         * m4/check-decl.m4: Use #if rather than #ifdef.
58470         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
58471         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
58472         (_jm_DECL_HEADERS): Define new function.
58473         (jm_CHECK_DECLARATIONS): Require it.
58474
58475 2000-01-22  Jim Meyering  <meyering@lucent.com>
58476
58477         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
58478         [! HAVE_DECL_STRTOULL]: Declare strtoull.
58479         Required for some AIX systems.  Reported by Christian Krackowizer.
58480         [TESTING] (main): New function.
58481
58482         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
58483         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
58484         letters.
58485
58486         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
58487         iswprint.
58488
58489         * lib/strverscmp.c (ISDIGIT): Define.
58490         (strverscmp): Use ISDIGIT, not isdigit.
58491
58492 2000-01-19  Jim Meyering  <meyering@lucent.com>
58493
58494         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
58495         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
58496         defines `struct timespec' in <sys/time.h>
58497
58498         * m4/c-bs-a.m4: Remove uses of changequote altogether.
58499         Thanks to Akim for explaining.
58500
58501 2000-01-17  Paul Eggert  <eggert@twinsun.com>
58502
58503         * lib/nanosleep.c (nanosleep):
58504         Don't use SA_INTERRUPT to decide whether to call sigaction, as
58505         POSIX.1 doesn't require SA_INTERRUPT and some systems
58506         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
58507         it's been part of POSIX.1 since day 1 (in 1988).
58508
58509 2000-01-17  Jim Meyering  <meyering@lucent.com>
58510
58511         * lib/interlock: Remove unused file.  Reported by François Pinard.
58512
58513 2000-01-16  Paul Eggert  <eggert@twinsun.com>
58514
58515         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
58516         alert, backslash, formfeed, and vertical tab unnecessarily in
58517         shell quoting style.
58518
58519 2000-01-16  Jim Meyering  <meyering@lucent.com>
58520
58521         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
58522         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
58523         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
58524         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
58525
58526 2000-01-16  Jim Meyering  <meyering@lucent.com>
58527
58528         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
58529         because the latter didn't work.
58530
58531 2000-01-15  Jim Meyering  <meyering@lucent.com>
58532
58533         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
58534         (AC_REPLACE_FUNCS): Add memcpy and memset.
58535         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
58536         Add strpbrk.
58537         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
58538
58539 2000-01-12  Jim Meyering  <meyering@lucent.com>
58540
58541         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
58542         (jm_PREREQ): Use it.
58543         (jm_PREREQ_READUTMP): New macro.
58544         (jm_PREREQ): Use it.
58545
58546 2000-01-11  Paul Eggert  <eggert@twinsun.com>
58547
58548         Quote multibyte characters correctly.
58549         * m4/c-bs-a.m4: New file.
58550         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
58551         (jm_PREREQ): Use it.
58552
58553 2000-01-11  Paul Eggert  <eggert@twinsun.com>
58554
58555         * m4/uintmax_t.m4: Port to autoconf 2.13.
58556
58557 2000-01-08  Jim Meyering  <meyering@ascend.com>
58558
58559         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
58560         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
58561
58562 2000-01-04  Jim Meyering  <meyering@ascend.com>
58563
58564         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
58565         jm_STRUCT_DIRENT_D_TYPE.
58566         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
58567         jm_STRUCT_DIRENT_D_INO.
58568         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
58569         jm_STRUCT_UTIMBUF.
58570         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
58571         renamings.
58572         * m4/utime.m4: Likewise.
58573
58574         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
58575         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
58576
58577 2000-01-03  Paul Eggert  <eggert@twinsun.com>
58578
58579         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
58580         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
58581
58582 2000-01-02  Jim Meyering  <meyering@ascend.com>
58583
58584         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
58585         remember if this is necessary.
58586
58587 1999-12-26  Jim Meyering  <meyering@ascend.com>
58588
58589         * m4/jm-macros.m4: Use it here.
58590         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
58591
58592 1999-12-23  Jim Meyering  <meyering@ascend.com>
58593
58594         * m4/jm-macros.m4: Check for clock_gettime (moved from
58595         fileutils/configure.in)
58596         Check for gettimeofday.
58597
58598 1999-12-20  Jim Meyering  <meyering@ascend.com>
58599
58600         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
58601         autoconf-2.14a-1999-12-20.
58602
58603 1999-12-19  Jim Meyering  <meyering@ascend.com>
58604
58605         * m4/lstat-slash.m4: New file.
58606         * m4/jm-macros.m4: Use the new macro:
58607         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
58608
58609 1999-12-07  Jim Meyering  <meyering@ascend.com>
58610
58611         * m4/perl.m4: Require that File::Compare be available, too.
58612         Too many systems seem to lack it.
58613
58614         * m4/strftime.m4: Add checks for most of the cpp macros tested in
58615         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
58616
58617 1999-11-18  Paul Eggert  <eggert@twinsun.com>
58618
58619         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
58620         problem with the QNX 4.25 shell, which doesn't propagate exit
58621         status of failed commands inside shell assignments.
58622
58623 1999-11-17  Jim Meyering  <meyering@ascend.com>
58624
58625         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
58626
58627 1999-11-07  Jim Meyering  <meyering@ascend.com>
58628
58629         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
58630
58631 1999-11-06  Jim Meyering  <meyering@ascend.com>
58632
58633         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
58634         * m4/jm-macros.m4 (jm_MACROS): Use it here.
58635
58636 1999-11-05  Jim Meyering  <meyering@ascend.com>
58637
58638         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
58639         configure.in of textutils, fileutils, and sh-utils into this one
58640         (shared between those packages) file.
58641         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
58642         AC_STRUCT_ST_BLKSIZE.
58643
58644 1999-11-03  Jim Meyering  <meyering@ascend.com>
58645
58646         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
58647         of AC_CHECK_TYPE checks includes unistd.h.
58648         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
58649         Suggestion from Akim Demaille.
58650
58651 1999-10-30  Jim Meyering  <meyering@ascend.com>
58652
58653         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
58654         m4-quoted string.
58655         * m4/ls-mntd-fs.m4: Likewise.
58656         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
58657         * m4/jm-winsz1.m4: Likewise.
58658
58659         * m4/const.m4: Remove file, since the fix made it into the experimental
58660         version of autoconf.
58661         * m4/mktime.m4: Likewise.
58662
58663         * m4/check-type.m4: Remove file, now that the latest version of
58664         AC_CHECK_TYPE takes a third arg to specify additional #includes.
58665
58666         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
58667         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
58668         AC_CHECK_TYPE.
58669
58670 1999-10-04  Jim Meyering  <meyering@ascend.com>
58671
58672         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
58673
58674 1999-09-22  Paul Eggert  <eggert@twinsun.com>
58675
58676         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
58677         2.95.1 bug with HP-UX 10.20.
58678
58679 1999-09-17  Jim Meyering  <meyering@ascend.com>
58680
58681         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
58682         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
58683         due to missing strdup (against sh-utils-2.0).
58684
58685 1999-08-29  Jim Meyering  <meyering@ascend.com>
58686
58687         * m4/jm-macros.m4: Require jm_BISON.
58688         * m4/bison.m4: New file.
58689
58690 1999-08-17  Paul Eggert  <eggert@twinsun.com>
58691
58692         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
58693         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
58694
58695 1999-08-05  Jim Meyering  <meyering@ascend.com>
58696
58697         * m4/getline.m4: Rename test file from conftestdata to conftest.data
58698         to avoid conflicts with `conftest' on 8+3 filesystems.
58699         Suggestion from Eli Zaretskii.
58700
58701 1999-08-04  Jim Meyering  <meyering@ascend.com>
58702
58703         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
58704         fileutils and sh-utils (textutils's getline test was inadequate).
58705         (AM_FUNC_GETLINE): Run this test.
58706         (AC_CHECK_FUNCS): Check for getdelim.
58707         Reported by Bob Proulx.
58708
58709 1999-08-02  Jim Meyering  <meyering@ascend.com>
58710
58711         * m4/jm-macros.m4: Add a comment.
58712
58713 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58714
58715         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
58716         <inttypes.h> defines strtoumax as a macro (and not as a
58717         function).
58718
58719 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58720
58721         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
58722         that we can shift, multiply and divide unsigned long long
58723         values; Ultrix cc can't do it.
58724
58725 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58726
58727         * m4/mktime.m4: New file, which is a preview of what should appear
58728         in the next public autoconf release.
58729
58730 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58731
58732         * m4/lfs.m4: Remove this file.
58733         * m4/largefile.m4: New file.  It contains the old contents of
58734         lfs.m4, except that all names with prefix AC_LFS have been
58735         changed to use the prefix AC_SYS_LARGEFILE instead, to be
58736         compatible with future autoconf versions.  Also, some minor m4
58737         quoting problems have been fixed.
58738
58739 1999-08-01  Paul Eggert  <eggert@twinsun.com>
58740
58741         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
58742         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
58743         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
58744         and simplify the shell code.
58745
58746 1999-08-01  Jim Meyering  <meyering@ascend.com>
58747
58748         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
58749         m4.
58750
58751 1999-07-20  Jim Meyering  <meyering@ascend.com>
58752
58753         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
58754
58755 1999-07-15  Jim Meyering  <meyering@ascend.com>
58756
58757         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
58758
58759 1999-05-22  Jim Meyering  <meyering@ascend.com>
58760
58761         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
58762
58763 1999-05-20  Jim Meyering  <meyering@ascend.com>
58764
58765         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
58766         Add a colon after each `then' in case $4 is empty.
58767
58768 1999-05-16  Jim Meyering  <meyering@ascend.com>
58769
58770         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
58771
58772 1999-05-10  Jim Meyering  <meyering@ascend.com>
58773
58774         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
58775
58776         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
58777         AC_FUNC_MKTIME.
58778
58779 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
58780
58781         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
58782
58783 1999-05-04  Paul Eggert  <eggert@twinsun.com>
58784
58785         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
58786         not CPPFLAGS, so that linking works correctly in IRIX.
58787
58788 1999-04-30  Paul Eggert  <eggert@twinsun.com>
58789
58790         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
58791
58792 1999-04-20  Paul Eggert  <eggert@twinsun.com>
58793
58794         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
58795         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
58796         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
58797         jm_AC_TYPE_UNSIGNED_LONG_LONG.
58798         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
58799
58800         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
58801
58802 1999-04-20  Jim Meyering  <meyering@ascend.com>
58803
58804         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
58805         AC_REPLACE xstroull if necessary.  From Paul Eggert.
58806         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
58807
58808 1999-04-18  Jim Meyering  <meyering@ascend.com>
58809
58810         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
58811         * m4/jm-macros.m4: Use it.
58812
58813 1999-04-06  Jim Meyering  <meyering@ascend.com>
58814
58815         * m4/strftime.m4: Remove test for %f.
58816
58817 1999-03-29  Jim Meyering  <meyering@ascend.com>
58818
58819         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
58820         superset of the AC_TYPE_* checks in the textutils, fileutils,
58821         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
58822         AC_TYPE_PID_T.
58823
58824 1999-03-28  Jim Meyering  <meyering@ascend.com>
58825
58826         * m4/jm-macros.m4: Define GNU_PACKAGE here.
58827         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
58828         replaced e.g., in the *.sh files of the sh-utils.
58829
58830 1999-03-20  Jim Meyering  <meyering@ascend.com>
58831
58832         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
58833         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
58834         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
58835
58836 1999-03-19  Jim Meyering  <meyering@ascend.com>
58837
58838         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
58839
58840 1999-03-12  Jim Meyering  <meyering@ascend.com>
58841
58842         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
58843
58844 1999-03-07  Jim Meyering  <meyering@ascend.com>
58845
58846         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
58847         declared.
58848
58849 1999-02-17  Jim Meyering  <meyering@ascend.com>
58850
58851         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
58852         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
58853
58854 1999-02-07  Jim Meyering  <meyering@ascend.com>
58855
58856         * m4/group-member.m4: New file -- extracted from sh-utils'
58857         configure.in.
58858
58859         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
58860         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
58861
58862 1999-02-06  Jim Meyering  <meyering@ascend.com>
58863
58864         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
58865         * m4/fnmatch.m4: Likewise.
58866         * m4/getgroups.m4: Likewise.
58867         * m4/lstat.m4: Likewise.
58868         * m4/malloc.m4: Likewise.
58869         * m4/putenv.m4: Likewise.
58870         * m4/realloc.m4: Likewise.
58871         * m4/regex.m4: Likewise.
58872         * m4/stat.m4: Likewise.
58873         * m4/strftime.m4: Likewise.
58874         Suggestion from Alain Magloire.
58875
58876         * m4/chown.m4: Use `.$ac_objext', not `.o'.
58877         * m4/fnmatch.m4: Likewise.
58878         * m4/getgroups.m4: Likewise.
58879         * m4/getline.m4: Likewise.
58880         * m4/lstat.m4: Likewise.
58881         * m4/malloc.m4: Likewise.
58882         * m4/memcmp.m4: Likewise.
58883         * m4/putenv.m4: Likewise.
58884         * m4/realloc.m4: Likewise.
58885         * m4/regex.m4: Likewise.
58886         * m4/stat.m4: Likewise.
58887         * m4/strftime.m4: Likewise.
58888         Suggestion from Alain Magloire.
58889
58890         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
58891         an argument.
58892
58893         * m4/regex.m4: Add a run-time Test for proper operation of
58894         re_compile_pattern.
58895
58896 1999-01-31  Jim Meyering  <meyering@ascend.com>
58897
58898         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
58899
58900 1999-01-30  Jim Meyering  <meyering@ascend.com>
58901
58902         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
58903
58904         * m4/jm-mktime.m4: Make this a wrapper around the official
58905         AM_FUNC_MKTIME rather than my private copy, now that the official one
58906         is up to date.
58907         * m4/mktime.m4: Remove file.
58908
58909         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
58910         * m4/uptime.m4: Likewise.
58911         * m4/uintmax_t.m4: Likewise.
58912
58913 1999-01-28  Jim Meyering  <meyering@ascend.com>
58914
58915         * m4/jm-macros.m4: Use jm_AFS.
58916         * m4/afs.m4: New file (from fileutils' configure.in).
58917
58918         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
58919         * m4/chown.m4: Likewise.
58920         * m4/d-ino.m4: Likewise.
58921         * m4/d-type.m4: Likewise.
58922         * m4/fnmatch.m4: Likewise.
58923         * m4/getgroups.m4: Likewise.
58924         * m4/gettext.m4: Likewise.
58925         * m4/jm-mktime.m4: Likewise.
58926         * m4/jm-winsz2.m4: Likewise.
58927         * m4/lcmessage.m4: Likewise.
58928         * m4/ls-mntd-fs.m4: Likewise.
58929         * m4/malloc.m4: Likewise.
58930         * m4/memcmp.m4: Likewise.
58931         * m4/putenv.m4: Likewise.
58932         * m4/realloc.m4: Likewise.
58933         * m4/st_mtim.m4: Likewise.
58934         * m4/strftime.m4: Likewise.
58935
58936 1999-01-16  Jim Meyering  <meyering@ascend.com>
58937
58938         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
58939         (ARGMATCH_DIE_DECL): Define.
58940
58941 1999-01-12  Jim Meyering  <meyering@ascend.com>
58942
58943         * m4/Makefile.am.in: Rewrite to avoid using fmt.
58944         Reported by Lars Hecking.
58945
58946 1999-01-10  Jim Meyering  <meyering@ascend.com>
58947
58948         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
58949         gross kludge.
58950         * m4/inttypes_h.m4: Likewise.
58951         * m4/lstat.m4: Likewise.
58952         * m4/malloc.m4: Likewise.
58953         * m4/readdir.m4: Likewise.
58954         * m4/realloc.m4: Likewise.
58955         * m4/st_dm_mode.m4: Likewise.
58956         * m4/stat.m4: Likewise.
58957         * m4/utimbuf.m4: Likewise.
58958         * m4/utimes.m4: Likewise.
58959
58960         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
58961         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
58962         comments in config.h.in are meaningful.
58963
58964         * m4/jm-macros.m4: Require autoconf-2.13 here.
58965
58966         * m4/regex.m4: By default, don't use the included regex.c on systems
58967         with glibc 2.  Suggestion from Uli Drepper.
58968
58969 1999-01-02  Jim Meyering  <meyering@ascend.com>
58970
58971         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
58972
58973 1998-12-18  Jim Meyering  <meyering@ascend.com>
58974
58975         * m4/Makefile.am.in (Makefile.am): Simplify rule.
58976         Based on a suggestion from Lars Hecking.
58977
58978 1998-11-16  Paul Eggert  <eggert@twinsun.com>
58979
58980         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
58981
58982 1998-11-16  Jim Meyering  <meyering@ascend.com>
58983
58984         * m4/lfs.m4: Double-quote the `uname...` expression.
58985
58986 1998-11-14  Jim Meyering  <meyering@ascend.com>
58987
58988         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
58989         * m4/stat.m4: Likewise.
58990
58991 1998-11-03  Jim Meyering  <meyering@ascend.com>
58992
58993         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
58994         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
58995
58996 1998-10-18  Jim Meyering  <meyering@ascend.com>
58997
58998         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
58999
59000 1998-10-17  Jim Meyering  <meyering@ascend.com>
59001
59002         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
59003         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
59004         calls for those previously hard-coded headers.  Instead, take a new
59005         parameter.
59006         (jm_CHECK_DECLARATIONS): Reflect interface change.
59007         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
59008         (jm_CHECK_DECL_LOCALTIME_R): New macro.
59009
59010         * m4/mktime.m4: Test for spring-forward gap before long-running test.
59011
59012 1998-10-14  Jim Meyering  <meyering@ascend.com>
59013
59014         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
59015         instead of "TZ=America/Vancouver".  From Paul Eggert.
59016
59017 1998-10-11  Jim Meyering  <meyering@ascend.com>
59018
59019         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
59020         This adds a test for a recently added compatibility fix for mktime.c.
59021         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
59022
59023 1998-09-27  Jim Meyering  <meyering@ascend.com>
59024
59025         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
59026
59027         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
59028         ../configure.in, including a change from Gordon Matzigkeit to allow
59029         cross-compiling for the Hurd.
59030
59031         * m4/glibc.m4: New file/macro to test for the GNU C Library
59032         versions 1 and 2.  From Gordon Matzigkeit.
59033         Indent.
59034
59035 1998-09-21  Jim Meyering  <meyering@ascend.com>
59036
59037         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
59038
59039 1998-08-18  Paul Eggert  <eggert@twinsun.com>
59040
59041         Port nanosecond-resolution times to UnixWare 2.1.2 and
59042         pedantic Solaris 2.6.
59043
59044         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
59045         AC_STRUCT_ST_MTIM.
59046         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
59047         Generate name of ns member, instead of just 1 or undef.
59048         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
59049
59050 1998-08-15  Jim Meyering  <meyering@ascend.com>
59051
59052         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
59053         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
59054         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
59055         instead of jm_TYPE_SSIZE_T.
59056
59057 1998-08-12  Jim Meyering  <meyering@ascend.com>
59058
59059         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
59060
59061 1998-08-02  Jim Meyering  <meyering@ascend.com>
59062
59063         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
59064         in acconfig.h manually.
59065
59066 1998-07-31  Paul Eggert  <eggert@twinsun.com>
59067
59068         * m4/st_mtim.m4: New file.
59069
59070 1998-07-28  Jim Meyering  <meyering@ascend.com>
59071
59072         * m4/utimes.m4: Undef stat.
59073
59074 1998-07-25  Jim Meyering  <meyering@ascend.com>
59075
59076         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
59077         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
59078
59079 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
59080
59081         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
59082         uid and gid actually remain unchanged.
59083
59084 1998-07-07  Jim Meyering  <meyering@ascend.com>
59085
59086         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
59087
59088 1998-07-04  Jim Meyering  <meyering@ascend.com>
59089
59090         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
59091         to prove that this macro can be used in packages without regex.c.
59092
59093 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
59094
59095         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
59096         is to be used.
59097
59098 1998-07-03  Jim Meyering  <meyering@ascend.com>
59099
59100         * m4/gettext.m4: Add -lintl if it's found to be necessary.
59101
59102         * m4/gettext.m4: New file -- from gettext-0.10.35.
59103         * m4/lcmessage.m4: Likewise.
59104         * m4/progtest.m4: Likewise.
59105
59106         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
59107         * m4/jm-macros.m4: Require the new macro.
59108
59109 1998-06-29  Jim Meyering  <meyering@ascend.com>
59110
59111         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
59112         for the definition of NGROUPS (used in a system header included
59113         by sys/mount.h).
59114
59115 1998-06-28  Jim Meyering  <meyering@ascend.com>
59116
59117         * m4/ls-mntd-fs.m4: New file.
59118         * m4/fstypename.m4: New file.
59119
59120         * m4/jm-macros.m4: Require the new macro.
59121         * m4/jm-glibc-io.m4: New file.
59122
59123 1998-05-19  Jim Meyering  <meyering@ascend.com>
59124
59125         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
59126         * m4/lchown.m4: New file.
59127
59128         * m4/Makefile.am.in: New file.
59129         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
59130
59131 1998-05-14  Jim Meyering  <meyering@ascend.com>
59132
59133         * m4/Makefile.am (EXTRA_DIST): Add them.
59134         * m4/jm-macros.m4: New file.
59135         * m4/utimbuf.m4: New file.
59136
59137 1998-05-12  Jim Meyering  <meyering@ascend.com>
59138
59139         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
59140
59141 1998-05-11  Jim Meyering  <meyering@ascend.com>
59142
59143         * m4/isc-posix.m4: New file.
59144
59145 1998-05-10  Jim Meyering  <meyering@ascend.com>
59146
59147         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
59148
59149 1998-05-09  Jim Meyering  <meyering@ascend.com>
59150
59151         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
59152         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
59153         with automake.
59154
59155         * m4/ssize_t.m4: New file.
59156         * m4/mktime.m4: Remove file -- the new automake has this now.
59157
59158 1998-04-26  Jim Meyering  <meyering@ascend.com>
59159
59160         * m4/assert.m4: New file.
59161         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
59162
59163 1998-04-05  Jim Meyering  <meyering@ascend.com>
59164
59165         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
59166         (jm_PREREQ): Use it here.
59167
59168 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
59169
59170         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
59171         in acconfig.h.
59172
59173 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
59174
59175         * m4/prereq.m4: New file.
59176         * m4/error.m4: New file.
59177         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
59178
59179 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
59180
59181         * m4/getline.m4: Don't set am_cv_func_working_getline before the
59182         cache-check for the same variable -- that defeated the purpose of
59183         the test; the test program was never run.  This was a problem only
59184         on systems with losing getline functions -- HP-UX 10.20 is one.
59185         Reported by Bjorn Helgaas.
59186
59187 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
59188
59189         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
59190
59191 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
59192
59193         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
59194
59195         * m4/const.m4: New file.  Use an initializer in this declaration
59196         typedef int charset[2]; const charset x;
59197         Reported by Bob Glickstein.
59198
59199 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
59200
59201         * m4/chown.m4: Fix reversed types on -1 args to chown.
59202         From Kaveh Ghazi.
59203
59204 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
59205
59206         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
59207         Add lseek and memchr.
59208
59209         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
59210         T.E.Dickey <dickey@clark.net> said that some older preprocessors
59211         have a 20-character limit on names.
59212
59213 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
59214
59215         * m4/inttypes_h.m4: New file.
59216         * m4/uintmax_t.m4: New file.
59217         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
59218
59219
59220         -----
59221
59222         Local Variables:
59223         coding: utf-8
59224         End:
59225
59226         Copyright (C) 1997-2009 Free Software Foundation, Inc.
59227
59228         Copying and distribution of this file, with or without
59229         modification, are permitted provided the copyright notice
59230         and this notice are preserved.