Add tentative support for Linux libc5.
[gnulib.git] / ChangeLog
1 2008-04-16  Bruno Haible  <bruno@clisp.org>
2
3         Add tentative support for Linux libc5.
4         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
5         * lib/fpurge.c (fpurge): Likewise.
6         * lib/freadable.c (freadable): Likewise.
7         * lib/freadahead.c (freadahead): Likewise.
8         * lib/freading.c (freading): Likewise.
9         * lib/freadptr.c (freadptr): Likewise.
10         * lib/freadseek.c (freadptrinc): Likewise.
11         * lib/fseeko.c (rpl_fseeko): Likewise.
12         * lib/fseterr.c (fseterr): Likewise.
13         * lib/fwritable.c (fwritable): Likewise.
14         * lib/fwriting.c (fwriting): Likewise.
15         Reported by Alain Guibert <alguibert+bts@free.fr>.
16
17 2008-04-15  Bruno Haible  <bruno@clisp.org>
18
19         * modules/mathl (configure.ac): Define module indicator.
20
21 2008-04-15  Bruno Haible  <bruno@clisp.org>
22
23         * lib/logl.c (logl): Remove unused variables.
24
25 2008-04-15  Bruno Haible  <bruno@clisp.org>
26
27         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
28         fails.
29
30 2008-04-15  Bruno Haible  <bruno@clisp.org>
31
32         * lib/trim.c (trim2): Fix argument of isspace() macro.
33
34 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
35
36         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
37         to 0.
38         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
39
40 2008-04-14  Bruno Haible  <bruno@clisp.org>
41
42         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
43         AC_LANG_PROGRAM argument.
44         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
45         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
46         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
47         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
48         * m4/math_h.m4 (gl_MATH_H): Likewise.
49         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
50         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
51         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
52         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
53         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
54         * m4/regex.m4 (gl_REGEX): Likewise.
55         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
56         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
57         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
58         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
59         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
60         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
61         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
62         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
63
64 2008-04-14  Jim Meyering  <meyering@redhat.com>
65
66         test-strtod: fix typos: s/abs/fabs/
67         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
68
69 2008-04-13  Bruno Haible  <bruno@clisp.org>
70
71         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
72         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
73         module is also used and while not building the reloc-wrapper.
74
75 2008-04-13  Bruno Haible  <bruno@clisp.org>
76
77         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
78
79 2008-04-13  Bruno Haible  <bruno@clisp.org>
80
81         Fix AIX compilation failure introduced on 2008-04-02.
82         * tests/test-frexp.c (exp): Undefine before redefining.
83         * tests/test-frexpl.c (exp): Likewise.
84
85 2008-04-13  Bruno Haible  <bruno@clisp.org>
86
87         Work around a HP-UX stdio bug.
88         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
89         * tests/test-ftello.c (main): Likewise.
90         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
91         * doc/posix-functions/ftello.texi: Likewise.
92
93 2008-04-13  Bruno Haible  <bruno@clisp.org>
94
95         Make test-signbit pass on HP-UX/hppa.
96         * tests/test-signbit.c (minus_zerol): New variable.
97         (test_signbitl): Use it.
98
99 2008-04-13  Bruno Haible  <bruno@clisp.org>
100
101         Make truncl work on OSF/1 4.0.
102         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
103         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
104         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
105         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
106         HAVE_DECL_TRUNCL.
107         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
108         HAVE_DECL_TRUNCL.
109         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
110
111 2008-04-13  Bruno Haible  <bruno@clisp.org>
112
113         * lib/unictype.h: Remove trailing comma from enumeration definitions.
114
115 2008-04-13  Bruno Haible  <bruno@clisp.org>
116
117         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
118         expression, so as to avoid HP-UX 11 cc compiler bug.
119
120 2008-04-13  Bruno Haible  <bruno@clisp.org>
121
122         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
123
124 2008-04-13  Bruno Haible  <bruno@clisp.org>
125
126         * lib/git-merge-changelog.c: Remove empty declaration outside of
127         functions.
128
129 2008-04-13  Bruno Haible  <bruno@clisp.org>
130
131         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
132
133 2008-04-13  Bruno Haible  <bruno@clisp.org>
134
135         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
136         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
137         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
138         also if it exists but lacks definitions of the SHUT_* macros.
139         * modules/sys_socket (Description): Update.
140         Reported by Elbert Pol <e.pol@chello.nl>.
141
142 2008-04-13  Bruno Haible  <bruno@clisp.org>
143
144         * lib/localcharset.c (OS2): Don't redefine if already defined.
145         Reported by Elbert Pol <e.pol@chello.nl>.
146
147 2008-04-13  Bruno Haible  <bruno@clisp.org>
148
149         * lib/binary-io.h [__EMX__]: Include <io.h>.
150         Reported by Elbert Pol <e.pol@chello.nl>.
151
152 2008-04-12  Bruno Haible  <bruno@clisp.org>
153
154         * lib/fpucw.h: Enable the definitions also for x86_64.
155         Needed for NetBSD/x86_64.
156         Reported by Thomas Klausner <tk@giga.or.at>.
157
158 2008-04-12  Bruno Haible  <bruno@clisp.org>
159
160         * tests/test-strtod.c: Include isnand.h.
161         (main): Use isnand instead of isnan.
162         Reported by Jim Meyering.
163
164 2008-04-12  Bruno Haible  <bruno@clisp.org>
165
166         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
167         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
168
169 2008-04-12  Jim Meyering  <meyering@redhat.com>
170
171         * m4/math_h.m4 (gl_MATH_H): Fix typos.
172
173 2008-04-12  Bruno Haible  <bruno@clisp.org>
174
175         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
176         Reported by Elbert Pol <e.pol@chello.nl>.
177
178 2008-04-12  Eric Blake  <ebb9@byu.net>
179
180         Work around Solaris 10 math.h bug.
181         * m4/math_h.m4 (gl_MATH_H): Check for bug.
182         (gl_MATH_H_DEFAULTS): Set up default.
183         * modules/math (Makefile.am): Replace new indicators.
184         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
185         * tests/test-math.c (main): Test this.
186         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
187         * doc/posix-headers/math.texi (math.h): Mention bug.
188         Reported by Nelson H. F. Beebe and Jim Meyering.
189
190 2008-04-11  Bruno Haible  <bruno@clisp.org>
191
192         Adapt to future versions of Apple GCC.
193         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
194         Reported by Peter O'Gorman <peter@pogma.com>.
195
196 2008-04-11  Bruno Haible  <bruno@clisp.org>
197
198         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
199
200 2008-04-11  Bruno Haible  <bruno@clisp.org>
201
202         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
203
204         * modules/getaddrinfo-tests (Makefile.am): Define
205         test_getaddrinfo_LDADD.
206
207 2008-04-11  Bruno Haible  <bruno@clisp.org>
208
209         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
210         (init): Fix syntax error.
211         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
212         is declared.
213
214 2008-04-11  Bruno Haible  <bruno@clisp.org>
215
216         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
217         * modules/glob (Depends-on): Add stdbool.
218
219 2008-04-11  Bruno Haible  <bruno@clisp.org>
220
221         * lib/trim.c: Include <string.h>.
222
223 2008-04-11  Eric Blake  <ebb9@byu.net>
224
225         Avoid compile failure on OS/2.
226         * lib/regex_internal.h (internal_function): Disable optimization
227         on OS/2 (__EMX__), where it caused compiler error.
228         Reported by Elbert Pol.
229
230 2008-04-11  Bruno Haible  <bruno@clisp.org>
231
232         Flush the standard error stream before aborting. Needed on mingw.
233         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
234         * tests/test-array_list.c (ASSERT): Likewise.
235         * tests/test-array_oset.c (ASSERT): Likewise.
236         * tests/test-avltree_list.c (ASSERT): Likewise.
237         * tests/test-avltree_oset.c (ASSERT): Likewise.
238         * tests/test-avltreehash_list.c (ASSERT): Likewise.
239         * tests/test-binary-io.c (ASSERT): Likewise.
240         * tests/test-byteswap.c (ASSERT): Likewise.
241         * tests/test-c-ctype.c (ASSERT): Likewise.
242         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
243         * tests/test-c-strcasestr.c (ASSERT): Likewise.
244         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
245         * tests/test-c-strstr.c (ASSERT): Likewise.
246         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
247         * tests/test-canonicalize.c (ASSERT): Likewise.
248         * tests/test-carray_list.c (ASSERT): Likewise.
249         * tests/test-ceilf1.c (ASSERT): Likewise.
250         * tests/test-ceilf2.c (ASSERT): Likewise.
251         * tests/test-ceill.c (ASSERT): Likewise.
252         * tests/test-count-one-bits.c (ASSERT): Likewise.
253         * tests/test-fbufmode.c (ASSERT): Likewise.
254         * tests/test-fflush2.c (ASSERT): Likewise.
255         * tests/test-floorf1.c (ASSERT): Likewise.
256         * tests/test-floorf2.c (ASSERT): Likewise.
257         * tests/test-floorl.c (ASSERT): Likewise.
258         * tests/test-fopen.c (ASSERT): Likewise.
259         * tests/test-fpending.c (ASSERT): Likewise.
260         * tests/test-fprintf-posix.c (ASSERT): Likewise.
261         * tests/test-fpurge.c (ASSERT): Likewise.
262         * tests/test-freadable.c (ASSERT): Likewise.
263         * tests/test-freadahead.c (ASSERT): Likewise.
264         * tests/test-freading.c (ASSERT): Likewise.
265         * tests/test-freadptr.c (ASSERT): Likewise.
266         * tests/test-freadptr2.c (ASSERT): Likewise.
267         * tests/test-freadseek.c (ASSERT): Likewise.
268         * tests/test-freopen.c (ASSERT): Likewise.
269         * tests/test-frexp.c (ASSERT): Likewise.
270         * tests/test-frexpl.c (ASSERT): Likewise.
271         * tests/test-fseek.c (ASSERT): Likewise.
272         * tests/test-fseeko.c (ASSERT): Likewise.
273         * tests/test-fstrcmp.c (ASSERT): Likewise.
274         * tests/test-ftell.c (ASSERT): Likewise.
275         * tests/test-ftello.c (ASSERT): Likewise.
276         * tests/test-func.c (ASSERT): Likewise.
277         * tests/test-fwritable.c (ASSERT): Likewise.
278         * tests/test-fwriting.c (ASSERT): Likewise.
279         * tests/test-getdelim.c (ASSERT): Likewise.
280         * tests/test-getline.c (ASSERT): Likewise.
281         * tests/test-i-ring.c (ASSERT): Likewise.
282         * tests/test-iconv-utf.c (ASSERT): Likewise.
283         * tests/test-iconv.c (ASSERT): Likewise.
284         * tests/test-isfinite.c (ASSERT): Likewise.
285         * tests/test-isnand.c (ASSERT): Likewise.
286         * tests/test-isnanf.c (ASSERT): Likewise.
287         * tests/test-isnanl.h (ASSERT): Likewise.
288         * tests/test-ldexpl.c (ASSERT): Likewise.
289         * tests/test-linked_list.c (ASSERT): Likewise.
290         * tests/test-linkedhash_list.c (ASSERT): Likewise.
291         * tests/test-localename.c (ASSERT): Likewise.
292         * tests/test-lseek.c (ASSERT): Likewise.
293         * tests/test-mbscasecmp.c (ASSERT): Likewise.
294         * tests/test-mbscasestr1.c (ASSERT): Likewise.
295         * tests/test-mbscasestr2.c (ASSERT): Likewise.
296         * tests/test-mbscasestr3.c (ASSERT): Likewise.
297         * tests/test-mbscasestr4.c (ASSERT): Likewise.
298         * tests/test-mbschr.c (ASSERT): Likewise.
299         * tests/test-mbscspn.c (ASSERT): Likewise.
300         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
301         * tests/test-mbspbrk.c (ASSERT): Likewise.
302         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
303         * tests/test-mbsrchr.c (ASSERT): Likewise.
304         * tests/test-mbsspn.c (ASSERT): Likewise.
305         * tests/test-mbsstr1.c (ASSERT): Likewise.
306         * tests/test-mbsstr2.c (ASSERT): Likewise.
307         * tests/test-mbsstr3.c (ASSERT): Likewise.
308         * tests/test-memchr2.c (ASSERT): Likewise.
309         * tests/test-memmem.c (ASSERT): Likewise.
310         * tests/test-open.c (ASSERT): Likewise.
311         * tests/test-printf-frexp.c (ASSERT): Likewise.
312         * tests/test-printf-frexpl.c (ASSERT): Likewise.
313         * tests/test-printf-posix.c (ASSERT): Likewise.
314         * tests/test-quotearg.c (ASSERT): Likewise.
315         * tests/test-rbtree_list.c (ASSERT): Likewise.
316         * tests/test-rbtree_oset.c (ASSERT): Likewise.
317         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
318         * tests/test-round1.c (ASSERT): Likewise.
319         * tests/test-roundf1.c (ASSERT): Likewise.
320         * tests/test-roundl.c (ASSERT): Likewise.
321         * tests/test-signbit.c (ASSERT): Likewise.
322         * tests/test-sleep.c (ASSERT): Likewise.
323         * tests/test-snprintf-posix.c (ASSERT): Likewise.
324         * tests/test-snprintf.c (ASSERT): Likewise.
325         * tests/test-sprintf-posix.c (ASSERT): Likewise.
326         * tests/test-stat-time.c (ASSERT): Likewise.
327         * tests/test-strcasestr.c (ASSERT): Likewise.
328         * tests/test-strerror.c (ASSERT): Likewise.
329         * tests/test-striconv.c (ASSERT): Likewise.
330         * tests/test-striconveh.c (ASSERT): Likewise.
331         * tests/test-striconveha.c (ASSERT): Likewise.
332         * tests/test-strsignal.c (ASSERT): Likewise.
333         * tests/test-strstr.c (ASSERT): Likewise.
334         * tests/test-strtod.c (ASSERT): Likewise.
335         * tests/test-trunc1.c (ASSERT): Likewise.
336         * tests/test-trunc2.c (ASSERT): Likewise.
337         * tests/test-truncf1.c (ASSERT): Likewise.
338         * tests/test-truncf2.c (ASSERT): Likewise.
339         * tests/test-truncl.c (ASSERT): Likewise.
340         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
341         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
342         * tests/test-vasnprintf.c (ASSERT): Likewise.
343         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
344         * tests/test-vasprintf.c (ASSERT): Likewise.
345         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
346         * tests/test-vprintf-posix.c (ASSERT): Likewise.
347         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
348         * tests/test-vsnprintf.c (ASSERT): Likewise.
349         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
350         * tests/test-wcwidth.c (ASSERT): Likewise.
351         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
352         * tests/test-xprintf-posix.c (ASSERT): Likewise.
353         * tests/test-xvasprintf.c (ASSERT): Likewise.
354         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
355         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
356         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
357         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
358         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
359         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
360         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
361         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
362         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
363         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
364         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
365         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
366         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
367         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
368         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
369         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
370         * tests/unictype/test-block_list.c (ASSERT): Likewise.
371         * tests/unictype/test-block_of.c (ASSERT): Likewise.
372         * tests/unictype/test-block_test.c (ASSERT): Likewise.
373         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
374         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
375         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
376         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
377         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
378         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
379         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
380         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
381         * tests/unictype/test-combining.c (ASSERT): Likewise.
382         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
383         * tests/unictype/test-digit.c (ASSERT): Likewise.
384         * tests/unictype/test-mirror.c (ASSERT): Likewise.
385         * tests/unictype/test-numeric.c (ASSERT): Likewise.
386         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
387         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
388         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
389         * tests/unictype/test-scripts.c (ASSERT): Likewise.
390         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
391         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
392         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
393         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
394         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
395         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
396         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
397         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
398         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
399         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
400         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
401         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
402         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
403         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
404         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
405         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
406         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
407         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
408         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
409         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
410         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
411         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
412         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
413         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
414         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
415         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
416         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
417         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
418         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
419         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
420         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
421         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
422         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
423         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
424         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
425         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
426         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
427         Reported by Eric Blake.
428
429 2008-04-11  Bruno Haible  <bruno@clisp.org>
430
431         * lib/wchar.in.h: Tweak comment.
432
433 2008-04-11  Bruno Haible  <bruno@clisp.org>
434
435         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
436         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
437         gl_COMMON.
438         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
439
440 2008-04-11  Bruno Haible  <bruno@clisp.org>
441
442         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
443
444 2008-04-11  Simon Josefsson  <simon@josefsson.org>
445
446         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
447         of attempting to use non-existing /dev/*random.  Based on patch
448         from Adam Strzelecki <ono@java.pl> in
449         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
450
451 2008-04-08  Bruno Haible  <bruno@clisp.org>
452
453         Add tentative support for emx+gcc.
454         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
455         * lib/fpurge.c (fpurge): Likewise.
456         * lib/freadable.c (freadable): Likewise.
457         * lib/freadahead.c (freadahead): Likewise.
458         * lib/freading.c (freading): Likewise.
459         * lib/freadptr.c (freadptr): Likewise.
460         * lib/freadseek.c (freadptrinc): Likewise.
461         * lib/fseeko.c (rpl_fseeko): Likewise.
462         * lib/fseterr.c (fseterr): Likewise.
463         * lib/fwritable.c (fwritable): Likewise.
464         * lib/fwriting.c (fwriting): Likewise.
465         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
466
467 2008-04-09  Eric Blake  <ebb9@byu.net>
468
469         Avoid some autoconf warnings.
470         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
471         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
472         * m4/afs.m4 (gl_AFS): Likewise.
473         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
474         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
475         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
476         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
477         (gl_INTEGER_TYPE_SUFFIX): Likewise.
478         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
479         (AC_CHECK_DECLS_ONCE): Likewise.
480         Rename file...
481         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
482         gnulib-tool requires autoconf 2.59 or better.
483         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
484
485 2008-04-08  Eric Blake  <ebb9@byu.net>
486
487         Use 'git describe --match' if present (added in git 1.5.5).
488         * build-aux/git-version-gen: Limit result to tags that match 'v*'
489         if possible.
490
491 2008-04-08  Bruno Haible  <bruno@clisp.org>
492
493         Add tentative support for OpenServer.
494         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
495         _ptr, _cnt.
496         * lib/fpurge.c (fpurge): Likewise.
497         * lib/freadable.c (freadable): Likewise.
498         * lib/freadahead.c (freadahead): Likewise.
499         * lib/freading.c (freading): Likewise.
500         * lib/freadptr.c (freadptr): Likewise.
501         * lib/freadseek.c (freadptrinc): Likewise.
502         * lib/fseeko.c (rpl_fseeko): Likewise.
503         * lib/fseterr.c (fseterr): Likewise.
504         * lib/fwritable.c (fwritable): Likewise.
505         * lib/fwriting.c (fwriting): Likewise.
506         Reported by Roger Cornelius <rac@tenzing.org> and
507         Brian K. White <brian@aljex.com>.
508
509 2008-04-06  Jim Meyering  <meyering@redhat.com>
510
511         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
512
513 2008-04-06  Bruno Haible  <bruno@clisp.org>
514
515         Avoid possible error with non-ASCII bytes in UTF-8 locales.
516         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
517         * tests/test-printf-posix.sh: Likewise.
518         * tests/test-vfprintf-posix.sh: Likewise.
519         * tests/test-vprintf-posix.sh: Likewise.
520         * tests/test-xprintf-posix.sh: Likewise.
521
522 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
523
524         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
525         hide error from 'ls', needed on OS/2.
526         Report by Elbert Pol <elbert.pol@gmail.com>.
527
528 2008-04-04  Eric Blake  <ebb9@byu.net>
529
530         Make test-fseeko.c failures meaningful.
531         * tests/test-fseeko.c: Print line number on failure.
532         * tests/test-fseek.c: Likewise.
533         Reported by Nelson H. F. Beebe.
534
535         Improve strtod bug detection check.
536         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
537         required for Solaris 10.
538         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
539
540 2008-04-04  Bruno Haible  <bruno@clisp.org>
541
542         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
543         by m4/setenv.m4.
544
545 2008-04-03  Eric Blake  <ebb9@byu.net>
546
547         Ensure sane .version contents.
548         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
549         version string.
550         * build-aux/git-version-gen: Improve documentation.
551
552         Make GNU make output nicer.
553         * top/GNUmakefile [!_have-Makefile]: Add dependency on
554         MAKECMDGOALS to enforce message for all command line targets.  Set
555         srcdir for use in maint.mk.
556
557         Another maintainer tweak.
558         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
559         a target that regenerates version.
560
561 2008-04-03  Jim Meyering  <meyering@redhat.com>
562
563         vc-list-files: don't cause coreutils "make po-check" failure
564         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
565
566 2008-04-03  Eric Blake  <ebb9@byu.net>
567
568         Allow VPATH usage of vc-list-files.
569         * build-aux/vc-list-files (scriptversion): Add timestamp.
570         (options): Add --help, --version, -C.
571         (CVS): Support installed cvsu.
572
573 2008-04-02  Bruno Haible  <bruno@clisp.org>
574
575         Avoid some "statement with no effect" warnings from gcc.
576         * tests/test-wctype.c (main): Explicitly ignore unused values.
577         Reported by Jim Meyering.
578
579 2008-04-02  Jim Meyering  <meyering@redhat.com>
580
581         Avoid some warnings from "gcc -Wshadow".
582         * tests/test-frexp.c (exp): Define to a different identifier.
583         * tests/test-frexpl.c (exp): Likewise.
584
585 2008-04-03  Jim Meyering  <meyering@redhat.com>
586
587         bootstrap: remove dangling *.[ch] symlinks from lib
588         * build-aux/bootstrap [dangling symlink removal]: Move find's
589         -depth option to precede all others, to avoid a warning.
590         Remove *.[ch] files too, and from "$source_base" (usually lib/).
591
592 2008-04-02  Bruno Haible  <bruno@clisp.org>
593
594         Avoid some warnings from "gcc -Wshadow".
595         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
596         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
597         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
598         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
599         Reported by Jim Meyering.
600
601 2008-04-01  Bruno Haible  <bruno@clisp.org>
602
603         Fix test to work on IRIX 6.5 with cc.
604         * tests/test-math.c (numeric_equal): New function.
605         (main): Use it.
606
607 2008-04-01  Bruno Haible  <bruno@clisp.org>
608
609         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
610
611 2008-04-01  Bruno Haible  <bruno@clisp.org>
612
613         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
614         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
615         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
616         (Depends-on): Remove math.
617
618         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
619         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
620         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
621         (Depends-on): Remove math.
622
623         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
624         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
625         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
626         (Depends-on): Remove math.
627         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
628         (Depends-on): Remove math.
629
630         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
631         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
632         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
633         (Depends-on): Remove math.
634         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
635         (Depends-on): Remove math.
636
637         * tests/test-round1.c: Include nan.h.
638         (main): Use NaNd instead of NAN.
639         * modules/round-tests (Files): Add tests/nan.h.
640
641         * tests/test-trunc1.c: Include nan.h.
642         (main): Use NaNd instead of NAN.
643         * modules/trunc-tests (Files): Add tests/nan.h.
644
645         * tests/test-roundf1.c: Include nan.h.
646         (main): Use NaNf instead of NAN.
647         * modules/roundf-tests (Files): Add tests/nan.h.
648
649         * tests/test-truncf1.c: Include nan.h.
650         (main): Use NaNf instead of NAN.
651         * modules/truncf-tests (Files): Add tests/nan.h.
652
653         * tests/test-ceilf1.c: Include nan.h.
654         (main): Use NaNf instead of NAN.
655         * modules/ceilf-tests (Files): Add tests/nan.h.
656
657         * tests/test-floorf1.c: Include nan.h.
658         (main): Use NaNf instead of NAN.
659         * modules/floorf-tests (Files): Add tests/nan.h.
660
661         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
662         (main): Use NaNf instead of NAN.
663         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
664
665         * tests/test-isnand.c: Include nan.h instead of <math.h>.
666         (main): Use NaNd instead of NAN.
667         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
668
669         * tests/test-frexp.c: Include nan.h.
670         (main): Use NaNd instead of NAN.
671         * modules/frexp-tests (Files): Add tests/nan.h.
672
673         * lib/isnan.c: Don't include <math.h>.
674         (FUNC): Don't use NAN macro.
675         * modules/isnand-nolibm (Depends-on): Remove math.
676         * modules/isnanf-nolibm (Depends-on): Remove math.
677         * modules/isnanl (Depends-on): Remove math.
678         * modules/isnanl-nolibm (Depends-on): Remove math.
679
680         * tests/nan.h: New file.
681
682 2008-04-01  Eric Blake  <ebb9@byu.net>
683
684         Fix typos.
685         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
686         values to be the right type.
687
688         For now, cater to gnulib strtod inaccuracies.
689         * tests/test-strtod.c (main): Allow 1-ulp error on expected
690         fractional results.  While not as nice from a QoI perspective, it
691         is a quicker patch than correctly implementing decimal to binary
692         rounding.
693
694 2008-03-31  Eric Blake  <ebb9@byu.net>
695
696         Guarantee a definition of NAN.
697         * lib/math.in.h (NAN): Define if missing.
698         * tests/test-math.c (main): Test it.
699         * doc/posix-headers/math.texi (math.h): Document this.
700         * lib/isnan.c (rpl_isnand): Use it.
701         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
702         * tests/test-floorf1.c (NaN): Likewise.
703         * tests/test-frexp.c (NaN): Likewise.
704         * tests/test-isnand.c (NaN): Likewise.
705         * tests/test-isnanf.c (NaN): Likewise.
706         * tests/test-round1.c (NaN): Likewise.
707         * tests/test-roundf1.c (NaN): Likewise.
708         * tests/test-snprintf-posix.h (NaN): Likewise.
709         * tests/test-sprintf-posix.h (NaN): Likewise.
710         * tests/test-trunc1.c (NaN): Likewise.
711         * tests/test-truncf1.c (NaN): Likewise.
712         * tests/test-vasnprintf-posix.c (NaN): Likewise.
713         * tests/test-vasprintf-posix.c (NaN): Likewise.
714         * modules/isnand-nolibm (Depends-on): Add math.
715         * modules/isnanf-nolibm (Depends-on): Likewise.
716         * modules/isnanl (Depends-on): Likewise.
717         * modules/isnanl-nolibm (Depends-on): Likewise.
718         * modules/snprintf-posix-tests (Depends-on): Likewise.
719         * modules/sprintf-posix-tests (Depends-on): Likewise.
720         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
721         * modules/vsprintf-posix-tests (Depends-on): Likewise.
722         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
723         * modules/vasprintf-posix-tests (Depends-on): Likewise.
724
725 2008-03-31  Bruno Haible  <bruno@clisp.org>
726
727         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
728         * doc/posix-functions/strtod.texi: Likewise.
729
730 2008-03-31  Bruno Haible  <bruno@clisp.org>
731
732         * tests/test-strtod.c (main): Don't use C99 syntax.
733
734 2008-03-31  Bruno Haible  <bruno@clisp.org>
735
736         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
737         Reported by Eric Blake.
738
739 2008-03-31  Jim Meyering  <meyering@redhat.com>
740
741         Don't compare actual signbit return values.
742         * tests/test-strtod.c (main): Rather, compare only their
743         zero/non-zero nature.
744
745 2008-03-31  Eric Blake  <ebb9@byu.net>
746
747         More strtod documentation.
748         * doc/posix-functions/strtod.texi (strtod): Interpret more test
749         failures as distinct bugs.
750
751 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
752
753         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
754         Problem reported by Erik Benada in
755         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
756
757 2008-03-30  Bruno Haible  <bruno@clisp.org>
758
759         * tests/test-strtod.c: Add comments about which assertion fails on which
760         platform.
761         * doc/posix-functions/strtod.texi: Add info about many more platforms.
762
763 2008-03-30  Eric Blake  <ebb9@byu.net>
764
765         Test signbit behavior on zeros.
766         * tests/test-signbit.c (test_signbitf): Add tests for zero.
767         (test_signbitd, test_signbitl): Likewise.
768
769         More strtod touchups.
770         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
771         sign of negative underflow, for now.  Use .5, not .1.
772         * doc/posix-functions/strtod.texi (strtod): Mention these
773         limitations.
774         Reported by Jim Meyering.
775
776 2008-03-30  Bruno Haible  <bruno@clisp.org>
777
778         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
779         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
780
781 2008-03-30  Bruno Haible  <bruno@clisp.org>
782
783         Avoid failure when attempting to return empty iconv results on some
784         platforms.
785         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
786         allocation, don't report ENOMEM when the resulting string is empty.
787
788 2008-03-30  Bruno Haible  <bruno@clisp.org>
789
790         Fix buffer overrun.
791         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
792         Don't consider the width for tmp_length. Check count against tmp_length
793         before doing the padding. Ensure enough allocation during padding.
794
795 2008-03-30  Eric Blake  <ebb9@byu.net>
796
797         strtod touchups.
798         * lib/strtod.c (strtod): Avoid compiler warnings.
799         Reported by Jim Meyering.
800
801 2008-03-30  Bruno Haible  <bruno@clisp.org>
802
803         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
804         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
805         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
806         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
807         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
808         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
809         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
810         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
811
812         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
813         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
814         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
815         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
816         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
817         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
818         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
819         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
820
821         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
822         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
823         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
824         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
825         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
826         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
827         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
828         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
829
830         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
831         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
832
833         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
834         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
835
836         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
837         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
838
839         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
840         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
841         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
842
843         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
844         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
845         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
846
847         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
848         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
849         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
850
851         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
852         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
853         * modules/vasprintf (Depends-on): Add EOVERFLOW.
854
855         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
856         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
857         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
858         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
859         (Depends-on): Add EOVERFLOW.
860         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
861         (Depends-on): Add EOVERFLOW.
862         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
863         (Depends-on): Add EOVERFLOW.
864         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
865         (Depends-on): Add EOVERFLOW.
866         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
867         (Depends-on): Add EOVERFLOW.
868         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
869         (Depends-on): Add EOVERFLOW.
870         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
871         (Depends-on): Add EOVERFLOW.
872         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
873         (Depends-on): Add EOVERFLOW.
874
875         * lib/sprintf.c (EOVERFLOW): Remove fallback.
876         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
877         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
878
879         * lib/snprintf.c (EOVERFLOW): Remove fallback.
880         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
881         * modules/snprintf (Depends-on): Add EOVERFLOW.
882
883         * lib/poll.c (EOVERFLOW): Remove fallback.
884         * modules/poll (Depends-on): Add EOVERFLOW.
885
886         * lib/getugroups.c (EOVERFLOW): Remove fallback.
887         * modules/getugroups (Depends-on): Add EOVERFLOW.
888
889         * lib/getdelim.c (EOVERFLOW): Remove fallback.
890         * modules/getdelim (Depends-on): Add EOVERFLOW.
891
892         * lib/ftell.c (EOVERFLOW): Remove fallback.
893         * modules/ftell (Depends-on): Add EOVERFLOW.
894
895         * lib/fprintf.c (EOVERFLOW): Remove fallback.
896         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
897         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
898
899         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
900
901         * modules/EOVERFLOW-tests: New file.
902         * tests/test-EOVERFLOW.c: New file.
903
904         * modules/EOVERFLOW: New file.
905         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
906
907 2008-03-30  Bruno Haible  <bruno@clisp.org>
908
909         Fix bug introduced on 2007-06-10.
910         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
911         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
912
913 2008-03-30  Bruno Haible  <bruno@clisp.org>
914
915         Improve freadseek's efficiency after ungetc.
916         * lib/freadseek.c: Include freadahead.h.
917         (freadptrinc): New function, extracted from freadseek.
918         (freadseek): Use it in a loop. Use freadahead to determine the number
919         of loop iterations.
920         * modules/freadseek (Depends-on): Add freadahead.
921         (configure.ac): Require AC_C_INLINE.
922
923 2008-03-30  Bruno Haible  <bruno@clisp.org>
924
925         * lib/freadseek.c (freadseek): Don't ignore the return value of
926         freadptr.
927
928 2008-03-29  Eric Blake  <ebb9@byu.net>
929
930         Add hex float support.
931         * modules/strtod (Depends-on): Add c-ctype.
932         (Link): Mention POW_LIB.
933         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
934         whitespace between 'e' and exponent.
935         * tests/test-strtod.c (main): Enable hex float tests.
936         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
937         now provides.
938
939         Document various strtod bugs, with some fixes.
940         * doc/posix-functions/strtod.texi (strtod): Document bugs with
941         "-0x", "inf", "nan", and hex constants.
942         * doc/posix-functions/atof.texi (atof): Likewise.
943         * modules/stdlib (Makefile.am): Support strtod.
944         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
945         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
946         detect additional strtod bugs.
947         * lib/stdlib.in.h (rpl_strtod): Add declarations.
948         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
949         bool where appropriate.  Parse 'inf' and 'nan'.
950         * tests/test-strtod.c: New file.
951         * modules/strtod (Depends-on): Add stdbool, stdlib.
952         (configure.ac): Turn on module indicator.
953         * modules/strtod-tests: New module.
954
955 2008-03-29  Eric Blake  <ebb9@byu.net>
956
957         Fix ftell on mingw.
958         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
959         * modules/ftell-tests (Depends-on): Add binary-io.
960         * modules/ftello-tests (Depends-on): Likewise.
961         * tests/test-ftell.c (main): Enhance test to cover behavior after
962         ungetc.  Enforce binary mode.
963         * tests/test-ftello.c (main): Likewise.
964
965         Pass test-freadseek on cygwin.
966         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
967         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
968         ungetc buffer.
969
970         * tests/test-fflush2.c (main): Fix typo.
971
972 2008-03-29  Bruno Haible  <bruno@clisp.org>
973
974         * tests/test-fflush2.c (main): Temporarily disable the contents of
975         this test.
976         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
977         Reported by Eric Blake.
978
979 2008-03-28  Simon Josefsson  <simon@josefsson.org>
980
981         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
982         (GC_SHA224_DIGEST_SIZE): Add.
983
984         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
985         (gc_hash_digest_length): Likewise.
986         (gc_hash_buffer): Likewise.
987
988 2008-03-25  Bruno Haible  <bruno@clisp.org>
989
990         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
991         detail which gettext release to use.
992         Reported by Simon Josefsson.
993
994 2008-03-26  Jim Meyering  <meyering@redhat.com>
995
996         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
997         * modules/gnumakefile (clean-GNUmakefile): Also, use
998         test ... && ... || : syntax rather than if-then ... fi.
999
1000         gnumakefile: Don't double-quote-expand $(VPATH) value.
1001         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
1002
1003 2008-03-24  Eric Blake  <ebb9@byu.net>
1004
1005         Alter GNUmakefile to install into top directory.
1006         * modules/maintainer-makefile: Split, and add dependency...
1007         * modules/gnumakefile: to this new module.
1008         * build-aux/GNUmakefile: Move...
1009         * top/GNUmakefile: ...here.
1010         * build-aux/maint.mk: Move...
1011         * top/maint.mk: ...here.
1012         * MODULES.html.sh (Support for maintaining...): Document new
1013         module.
1014
1015 2008-03-23  Bruno Haible  <bruno@clisp.org>
1016
1017         * gnulib-tool: New options --vc-files, --no-vc-files.
1018         (func_usage): Document them.
1019         (vc_files): New variable.
1020         (func_import): Consider vc_files.
1021         (func_create_testdir): Set vc_files to empty.
1022         Suggested by Jim Meyering and Karl Berry.
1023
1024 2008-03-23  Bruno Haible  <bruno@clisp.org>
1025
1026         Fix regex compilation error on HP-UX 11.
1027         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
1028         * modules/regex (Files): Add m4/mbstate_t.m4.
1029         Reported by Ton Voon <ton.voon@altinity.com>.
1030
1031 2008-03-23  Bruno Haible  <bruno@clisp.org>
1032
1033         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
1034
1035 2008-03-23  Eric Blake  <ebb9@byu.net>
1036             Bruno Haible  <bruno@clisp.org>
1037
1038         Install files from top/ in the destination directory.
1039         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1040         augmentation also for the files from top/.
1041         (func_import, func_create_testdir): Rewrite file names:
1042         top/filename -> filename.
1043
1044 2008-03-23  Bruno Haible  <bruno@clisp.org>
1045
1046         Tweak "gnulib --version" output.
1047         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
1048
1049 2008-03-23  Bruno Haible  <bruno@clisp.org>
1050
1051         Tweak "gnulib --version" output.
1052         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
1053         rather than contents of ChangeLog, when possible.
1054
1055 2008-03-21  Eric Blake  <ebb9@byu.net>
1056
1057         More --version tweaks.
1058         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
1059         date of last ChangeLog entry.
1060
1061 2008-03-21  Jim Meyering  <meyering@redhat.com>
1062
1063         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
1064
1065 2008-03-20  Eric Blake  <ebb9@byu.net>
1066
1067         VPATH fix.
1068         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
1069
1070 2008-03-20  Simon Josefsson  <simon@josefsson.org>
1071
1072         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
1073         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
1074
1075 2008-03-20  Eric Blake  <ebb9@byu.net>
1076
1077         Sync GNUmakefile with coreutils.
1078         * build-aux/GNUmakefile (have-Makefile): Rename...
1079         (_have-Makefile): ...to this, for namespace consideration.
1080         (GNUmakefile.cfg): Include, if present.
1081         (_autoreconf): Define a default.
1082         (_is-dist-target): New rule for rebuilds to pick up intra-release
1083         version.
1084         (maint-cfg.mk): Rename...
1085         (cfg.mk): ...to this.
1086
1087 2008-03-18  Jim Meyering  <meyering@redhat.com>
1088
1089         New script and module: mktempd
1090         * MODULES.html.sh (maint+release support): Add mktempd.
1091         * build-aux/mktempd: New file.
1092         * modules/mktempd: New file.
1093
1094 2008-03-15  Jim Meyering  <meyering@redhat.com>
1095
1096         Undo last change.
1097         * lib/sha1.c, lib/md5.c: 63 != ~63.
1098         Reported by Andreas Schwab.
1099
1100         sha1.c, md5.c: Hoist a redundant expression.
1101         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
1102         "ctx->buflen" only once, before calling *_process_block.
1103         * lib/md5.c (md5_process_bytes): Likewise.
1104
1105 2008-03-14  Eric Blake  <ebb9@byu.net>
1106
1107         Bump copyright year in files generated by gnulib-tool.
1108         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
1109         gnulib-tool, rather than hard-coding it.
1110
1111         Fix 'gnulib-tool --version' output to work with git.
1112         * gnulib-tool (func_gnulib_dir): New function, extracted from...
1113         (startup): ...here.
1114         (func_version): Use it to invoke git-version-gen, rather than
1115         relying on CVS keyword expansion.  Modernize wording.
1116         (cvsdatestamp, last_checkin_date, version): Kill unused
1117         variables.
1118
1119 2008-03-12  Jim Meyering  <meyering@redhat.com>
1120
1121         Recognize optional cast of the argument to free.
1122         * build-aux/useless-if-before-free: Update regexps.
1123
1124         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
1125
1126 2008-03-11  Bruno Haible  <bruno@clisp.org>
1127
1128         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
1129         by a single package.
1130         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
1131         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
1132         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
1133         Reported by Sam Steingold <sds@gnu.org>.
1134
1135 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1136
1137         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
1138         repositories.
1139
1140 2008-03-11  Bruno Haible  <bruno@clisp.org>
1141
1142         Avoid conflicts between local macro definitions.
1143         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1144         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
1145
1146 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
1147             Bruno Haible  <bruno@clisp.org>
1148
1149         Make va_copy work with some version of xlc on AIX 5.1.
1150         * lib/stdarg.in.h: New file.
1151         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
1152         On AIX, use a <stdarg.h> file substitute.
1153         * modules/stdarg (Files): Add lib/stdarg.in.h.
1154         (Depends-on): Add include_next.
1155         (Makefile.am): Build a stdarg.h substitute if requested.
1156         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
1157
1158 2008-03-10  Bruno Haible  <bruno@clisp.org>
1159
1160         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
1161         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1162         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1163
1164 2008-03-10  Bruno Haible  <bruno@clisp.org>
1165
1166         * modules/stdlib (Depends-on): Add include_next, remove
1167         absolute-header.
1168
1169 2008-03-09  Bruno Haible  <bruno@clisp.org>
1170
1171         * lib/freadahead.h (freadahead): Document more precisely.
1172         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
1173         the sum of both buffer sizes.
1174         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
1175         * NEWS: Document the change.
1176
1177 2008-03-09  Bruno Haible  <bruno@clisp.org>
1178
1179         Extend freadptr to return also the buffer size.
1180         * lib/freadptr.h (freadptr): Add sizep argument.
1181         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
1182         (freadptr): Add sizep argument. Determine buffer size like freadahead
1183         does.
1184         * tests/test-freadptr.c: Don't include freadahead.h.
1185         (main): Adapt for new calling convention of freadptr.
1186         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
1187         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
1188         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
1189         tests/test-freadptr2.sh.
1190         (Depends): Remove freadahead.
1191         (TESTS): Add test-freadptr2.sh.
1192         (check_PROGRAMS): Add test-freadptr2.
1193
1194 2008-03-09  Bruno Haible  <bruno@clisp.org>
1195
1196         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
1197         Report and solution by Simon Josefsson.
1198
1199 2008-03-06  Bruno Haible  <bruno@clisp.org>
1200
1201         Make fflush after ungetc work on BSD platforms.
1202         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
1203         * tests/test-fflush2.c: New file.
1204         * tests/test-fflush2.sh: New file.
1205         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
1206         tests/test-fflush2.c.
1207         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
1208         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
1209
1210 2008-03-06  Eric Blake  <ebb9@byu.net>
1211
1212         Likewise for ftello.
1213         * modules/ftello (Dependencies): Add extensions.
1214         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
1215
1216 2008-03-06  Bruno Haible  <bruno@clisp.org>
1217
1218         * modules/fseeko (Dependencies): Add extensions.
1219         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
1220         Needed on glibc systems.
1221
1222 2008-03-06  Bruno Haible  <bruno@clisp.org>
1223
1224         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
1225         email address.
1226         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1227
1228 2008-03-06  Bruno Haible  <bruno@clisp.org>
1229
1230         * users.txt: Add libgnupdf.
1231
1232 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1233
1234         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
1235         (Header File Substitutes, Function Substitutes,
1236         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
1237         (Build robot for gnulib): Fix typo.
1238
1239 2008-03-06  Bruno Haible  <bruno@clisp.org>
1240
1241         * doc/gnulib-tool.texi (VCS Issues): Small updates.
1242         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1243
1244 2008-03-06  Bruno Haible  <bruno@clisp.org>
1245
1246         * doc/func.texi: New file, extracted from doc/gnulib.texi.
1247         * doc/gnulib.texi: Include it.
1248
1249 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1250
1251         * modules/func (License): Change license to unlimited; there was
1252         no LGPL parts in the module anyway.
1253
1254 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1255
1256         * modules/__func__: Renamed to modules/func.
1257         * modules/__func__-tests: Renamed to modules/func-tests.
1258         * tests/test-__func__.c: Renamed to tests/test-func.c.
1259         * m4/__func__.m4: Renamed to m4/func.m4.
1260         * doc/gnulib.texi (__func__): Section renamed to func.
1261         Suggested by Eric Blake <ebb9@byu.net>.
1262
1263 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1264
1265         * doc/gnulib.texi (__func__): Use C99 terminology when talking
1266         about __func__.  Make example self-contained.  Suggested by Eric
1267         Blake <ebb9@byu.net>.
1268
1269         * tests/test-__func__.c (main): Avoid extraneous () around __func.
1270         Suggested by Eric Blake <ebb9@byu.net>.
1271
1272 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1273
1274         * modules/__func__: New file.
1275         * modules/__func__-tests: New file.
1276         * tests/test-__func__.c: New file.
1277         * m4/__func__.m4: New file.
1278         * doc/gnulib.texi (__func__): Document __func__ module.
1279
1280 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1281
1282         * modules/byteswap (License): Re-license as LGPLv2+.
1283
1284 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1285
1286         * doc/Makefile: Add pdf target.
1287
1288 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1289
1290         * modules/inline (License): Use 'unlimited', since there are only
1291         *.m4 files in this module.
1292
1293 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1294             Bruno Haible  <bruno@clisp.org>
1295
1296         Add support for HP C 7.1 on OpenVMS 8.3.
1297         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
1298
1299 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1300
1301         Update VMS specifics.
1302         * lib/getopt.c [VMS]: Remove include of unixlib.h.
1303
1304 2008-03-02  Jim Meyering  <meyering@redhat.com>
1305
1306         Remove the last dependency on the "free" module.
1307         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
1308         Reported by Bob Proulx.
1309
1310         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
1311
1312         Remove useless "if" tests before free.  Deprecate "free" module.
1313         * doc/posix-functions/free.texi: Mention that this
1314         module is no longer useful.
1315         * modules/free (Notice): Say this module is obsolete.
1316         * modules/readutmp (Depends-on): Remove free.
1317         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
1318         * lib/putenv.c (putenv): Likewise.
1319         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
1320         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
1321         * tests/test-c-strcasestr.c (main): Likewise.
1322         * tests/test-c-strstr.c (main): Likewise.
1323         * tests/test-mbscasestr1.c (main): Likewise.
1324         * tests/test-mbscasestr2.c (main): Likewise.
1325         * tests/test-mbsstr1.c (main): Likewise.
1326         * tests/test-mbsstr2.c (main): Likewise.
1327         * tests/test-memmem.c (main): Likewise.
1328         * tests/test-strcasestr.c (main): Likewise.
1329         * tests/test-striconv.c (main): Likewise.
1330         * tests/test-striconveh.c (main): Likewise.
1331         * tests/test-striconveha.c (main): Likewise.
1332         * tests/test-strstr.c (main): Likewise.
1333
1334         * build-aux/git-version-gen: Adjust a comment and the Usage string.
1335
1336         bootstrap: sync from coreutils again
1337         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
1338
1339 2008-03-01  Jim Meyering  <meyering@redhat.com>
1340
1341         bootstrap: sync from coreutils
1342         * build-aux/bootstrap (update_po_files): Copy a .po file into place
1343         also when the target doesn't exist.
1344
1345 2008-03-01  Eric Blake  <ebb9@byu.net>
1346
1347         Fix bugs in last patch.
1348         * lib/memchr2.c (memchr2): Fix typo.
1349         * tests/test-memchr2.c: Test previous bug, and don't use GNU
1350         extension.
1351         Reported by Bruce Korb.
1352
1353         New module 'memchr2'.
1354         * modules/memchr2: New file.
1355         * modules/memchr2-tests: Likewise.
1356         * lib/memchr2.h: Likewise.
1357         * lib/memchr2.c: Likewise, based on memchr.c.
1358         * tests/test-memchr2.c: New test.
1359         * MODULES.html.sh (String handling): Add memchr2.
1360
1361 2008-02-29  Bruno Haible  <bruno@clisp.org>
1362
1363         * modules/freadseek-tests: New file.
1364         * tests/test-freadseek.sh: New file.
1365         * tests/test-freadseek.c: New file.
1366
1367         New module 'freadseek'.
1368         * modules/freadseek: New file.
1369         * lib/freadseek.h: New file.
1370         * lib/freadseek.c: New file.
1371         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
1372
1373 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1374
1375         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
1376         wydawca.
1377
1378         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
1379         program_invocation_name and program_invocation_short_name are
1380         present.
1381
1382 2008-02-28  Bruno Haible  <bruno@clisp.org>
1383
1384         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
1385         * tests/test-freadptr.sh: Also test non-seekable stdin.
1386
1387 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
1388
1389         * build-aux/bootstrap (source_base, m4_base)
1390         (doc_base, tests_base): New variables.
1391         (gnulib_tool_options): Do not hardcode base directories, use
1392         the above variables instead.
1393
1394 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
1395
1396         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
1397
1398 2008-02-28  Bruno Haible  <bruno@clisp.org>
1399
1400         * modules/freadptr-tests: New file.
1401         * tests/test-freadptr.sh: New file.
1402         * tests/test-freadptr.c: New file.
1403
1404         New module 'freadptr'.
1405         * modules/freadptr: New file.
1406         * lib/freadptr.h: New file.
1407         * lib/freadptr.c: New file.
1408         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
1409
1410 2008-02-26  Karl Berry  <karl@freefriends.org>
1411
1412         Sync from Libtool:
1413         * libltdl/argz.c (argz_add, argz_count): New functions.
1414         * libltdl/argz.in.h: Declare them.
1415         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
1416
1417 2008-02-22  Bruno Haible  <bruno@clisp.org>
1418
1419         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
1420         is a pointer type.  Needed for HP-UX 10.
1421         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
1422         * doc/posix-functions/gmtime_r.texi: Likewise.
1423         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1424
1425 2008-02-24  Bruno Haible  <bruno@clisp.org>
1426
1427         * modules/environ-tests: New file.
1428         * tests/test-environ.c: New file.
1429
1430         New module 'environ'.
1431         * modules/environ: New file.
1432         * lib/unistd.in.h (environ): New declaration.
1433         * m4/environ.m4: New file.
1434         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
1435         after use.
1436         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
1437         HAVE_DECL_ENVIRON.
1438         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
1439         HAVE_DECL_ENVIRON.
1440         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
1441         wrong claim that 'environ' is missing on some systems.
1442         * modules/execute (Depends-on): Add environ.
1443         * lib/execute.c (environ): Remove fallback declaration.
1444         * modules/pipe (Depends-on): Add environ.
1445         * lib/pipe.c (environ): Remove fallback declaration.
1446         * modules/setenv (Depends-on): Add environ.
1447         * lib/setenv.c (environ): Remove fallback declaration.
1448         * modules/unsetenv (Depends-on): Add environ.
1449         * lib/unsetenv.c (environ): Remove fallback declaration.
1450         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
1451         m4/environ.m4.
1452         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
1453         (gl_PREREQ_UNSETENV): Likewise.
1454
1455 2008-02-24  Bruno Haible  <bruno@clisp.org>
1456
1457         * doc/posix-functions/environ.texi: Document the MacOS X problem.
1458
1459 2008-02-20  Bob Proulx  <bob@proulx.com>
1460
1461         Enable use of older two part flavor 'git describe'.
1462         * build-aux/git-version-gen: If using the older two part flavor of
1463         git version then recreate the third part now present in the
1464         newer three part flavor of git describe.
1465
1466 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
1467
1468         * lib/fts.c (fts_build): Typo correction to comment.
1469
1470 2008-02-17  Bruno Haible  <bruno@clisp.org>
1471
1472         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
1473         generating no-op conflicts.
1474
1475 2008-02-17  Bruno Haible  <bruno@clisp.org>
1476
1477         Speed up by 10%.
1478         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
1479         result_entries, rather than an index-based loop.
1480
1481 2008-02-17  Bruno Haible  <bruno@clisp.org>
1482
1483         Speed up by 25%.
1484         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
1485         'hashcode_cached'.
1486         (entry_create): New function.
1487         (entry_hashcode): Use the cached hashcode if possible.
1488         (read_changelog_file, try_split_merged_entry): Use entry_create.
1489
1490 2008-02-17  Bruno Haible  <bruno@clisp.org>
1491
1492         Speed up from O(n^2) to O(n) for long ChangeLog files.
1493         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
1494         (read_changelog_file): Change implementation of entries_reversed list
1495         to rbtreehash.
1496         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
1497
1498 2008-02-17  Bruno Haible  <bruno@clisp.org>
1499
1500         New option --split-merged-entry.
1501         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
1502         (find_paragraph_end, try_split_merged_entry): New functions.
1503         (long_options): Add option --split-merged-entry.
1504         (usage): Document option --split-merged-entry.
1505         (main): Implement option --split-merged-entry.
1506         Reported by Eric Blake.
1507
1508 2008-02-17  Bruno Haible  <bruno@clisp.org>
1509
1510         * lib/git-merge-changelog.c: Include c-strstr.h.
1511         (main): Support the "git pull --rebase" situation.
1512         * modules/git-merge-changelog (Depends-on): Add c-strstr.
1513         Reported by Eric Blake.
1514
1515 2008-02-16  Eric Blake  <ebb9@byu.net>
1516
1517         Avoid doubling \ in common case of "c-maybe" quoting style.
1518         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
1519         eliding outer quotes.
1520         * lib/quotearg.h: Document this.
1521         * tests/test-quotearg.c (result_strings, inputs, results_g)
1522         (flag_results, locale_results): Test it by adding a new string to
1523         each test group.
1524         (compare_strings): Test new string.
1525
1526 2008-02-13  Eric Blake  <ebb9@byu.net>
1527
1528         Avoid trigraph quoting in default output.
1529         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
1530         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
1531         unless explicitly requested.
1532         * tests/test-quotearg.c (flag_results, main): Add additional tests.
1533
1534 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
1535
1536         Don't rely on signed integer overflowing to negative value.
1537         * lib/getugroups.c (getugroups): Include <limits.h>.
1538         Instead, compare against INT_MAX, and increment only if the test passes.
1539
1540 2008-02-13  Jim Meyering  <meyering@redhat.com>
1541         and Eric Blake  <ebb9@byu.net>
1542
1543         Avoid shadowing warning and compile errors on Linux.
1544         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
1545         forwarding macros on Linux.
1546         (dcgettext): Define a stub, for Linux.
1547         (results_g, main): Avoid warnings.
1548
1549 2008-02-12  Eric Blake  <ebb9@byu.net>
1550
1551         Silence warning in last patch.
1552         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
1553
1554         Quotearg part 4: add tests, fix c-maybe colon quoting.
1555         * lib/quotearg.h: Improve documentation.
1556         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
1557         escapes when adding outer quotes.  When quoting trigraphs, use
1558         valid C notation.  When quoting NUL, omit extra characters if next
1559         character is not digit.  Alter prototype.
1560         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
1561         callers.
1562         * modules/quotearg-tests: New module.
1563         * tests/test-quotearg.c: New test.
1564
1565 2008-02-07  Eric Blake  <ebb9@byu.net>
1566
1567         Quotearg part 3: add flag to control outer quote elision.
1568         * lib/quotearg.h (c_maybe_quoting_style): New style.
1569         (enum quoting_flags): Better documentation of flags.
1570         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
1571         c-maybe style.
1572         (quotearg_buffer_restyled): Handle new flag to elide outer
1573         quotes.
1574
1575         Quotearg part 2: add flag that can control NUL elision.
1576         * lib/quotearg.h (set_quoting_flags): New prototype.
1577         * lib/quotearg.c (struct quoting_options): Add flag field.
1578         (set_quoting_flags): New function.
1579         (quotearg_buffer_restyled): Add flags parameter.
1580         (quotearg_alloc_mem): Set the flag if length cannot be returned.
1581         (quotearg_n_options): Set the flag, since length cannot be
1582         returned.
1583         (quoting_options_from_style): Default flags correctly.
1584
1585         Quotearg part 1: more wrappers, restore quotearg_char state.
1586         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
1587         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
1588         (quotearg_colon_mem): New wrappers.
1589         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
1590         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
1591         functions.
1592         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
1593         (quotearg_colon_mem): New functions.
1594
1595 2008-02-11  Bruno Haible  <bruno@clisp.org>
1596
1597         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
1598         library in the current directory: it does not work with parallel make.
1599         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1600
1601 2008-02-11  Bruno Haible  <bruno@clisp.org>
1602
1603         * .gitattributes: New file.
1604
1605 2008-02-11  Jim Meyering  <meyering@redhat.com>
1606
1607         useless-if-before-free: Fix reversed exit values.
1608         * build-aux/useless-if-before-free: Use correct values
1609         for EXIT_MATCH and EXIT_NO_MATCH.
1610
1611         * build-aux/useless-if-before-free: Close stdout carefully.
1612
1613 2008-02-10  Bruno Haible  <bruno@clisp.org>
1614
1615         New module 'git-merge-changelog'.
1616         * modules/git-merge-changelog: New file.
1617         * lib/git-merge-changelog.c: New file.
1618
1619 2008-02-10  Jim Meyering  <meyering@redhat.com>
1620
1621         useless-if-before-free: New option: --list (-l).
1622
1623         useless-if-before-free: Don't exit immediately upon open failure.
1624         * build-aux/useless-if-before-free: Exit 2 for errors.
1625         Upon failure to open a file, don't exit immediately.
1626         Rather, just warn and continue with any remaining files.
1627
1628 2008-02-10  Bruno Haible  <bruno@clisp.org>
1629
1630         New abstract list operation 'node_set_value'.
1631         * lib/gl_list.h (gl_list_node_set_value): New function.
1632         (struct gl_list_implementation): New field node_set_value.
1633         * lib/gl_list.c (gl_list_node_set_value): New function.
1634         * lib/gl_array_list.c (gl_array_node_set_value): New function.
1635         (gl_array_list_implementation): Update.
1636         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
1637         (gl_carray_list_implementation): Update.
1638         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
1639         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
1640         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
1641         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
1642         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
1643         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
1644         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
1645         Update.
1646         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
1647         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
1648         (gl_sublist_list_implementation): Update.
1649
1650 2008-02-10  Bruno Haible  <bruno@clisp.org>
1651
1652         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
1653         Needed when ELEMENT is #defined to 'some_type *'.
1654
1655 2008-02-10  Jim Meyering  <meyering@redhat.com>
1656
1657         New script and module: useless-if-before-free
1658         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
1659         * build-aux/useless-if-before-free: New file.
1660         * modules/useless-if-before-free: New file.
1661
1662         * build-aux/gitlog-to-changelog: Use committer date, not author date.
1663
1664         xstrtol_error: Fix typo.
1665         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
1666         s/exit_failure/exit_status/.
1667
1668 2008-02-09  Jim Meyering  <meyering@redhat.com>
1669
1670         New script and module: gitlog-to-changelog
1671         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
1672         * modules/gitlog-to-changelog: New file.
1673         * build-aux/gitlog-to-changelog: New file.
1674
1675 2008-02-08  Jim Meyering  <meyering@redhat.com>
1676
1677         Avoid two "parameter unused" warnings.
1678         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
1679         Mark "st" as used.
1680
1681         Use "git COMMAND", not "git-COMMAND".
1682         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
1683         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
1684         * build-aux/git-version-gen: Use "git status", not "git-status".
1685
1686 2008-02-07  Bruno Haible  <bruno@clisp.org>
1687
1688         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
1689         Avoids a crash on Windows Vista.
1690         Reported by Adam Strzelecki <ono@java.pl> via
1691         Simon Josefsson <simon@josefsson.org>.
1692
1693 2008-02-06  Bruno Haible  <bruno@clisp.org>
1694
1695         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
1696         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
1697         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
1698         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
1699         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1700         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1701         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
1702         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
1703         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1704         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1705         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1706         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1707         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1708         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1709         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1710         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
1711         left-adjust flag.
1712         * tests/test-snprintf-posix.h (test_function): Likewise.
1713         * tests/test-sprintf-posix.h (test_function): Likewise.
1714         * tests/test-vasprintf-posix.c (test_function): Likewise.
1715         * doc/posix-functions/fprintf.texi: Update.
1716         * doc/posix-functions/printf.texi: Update.
1717         * doc/posix-functions/snprintf.texi: Update.
1718         * doc/posix-functions/sprintf.texi: Update.
1719         * doc/posix-functions/vfprintf.texi: Update.
1720         * doc/posix-functions/vprintf.texi: Update.
1721         * doc/posix-functions/vsnprintf.texi: Update.
1722         * doc/posix-functions/vsprintf.texi: Update.
1723         Reported by Peter Fales <psfales@alcatel-lucent.com>.
1724
1725 2008-02-06  Bruno Haible  <bruno@clisp.org>
1726
1727         Fix bug introduced on 2008-01-26.
1728         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
1729
1730 2008-02-06  Bruno Haible  <bruno@clisp.org>
1731
1732         Fix bug introduced on 2007-06-10.
1733         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
1734         !NEED_PRINTF_FLAG_ZERO.
1735
1736 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
1737
1738         getloadavg: use libperfstat on AIX5
1739         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
1740
1741 2008-02-03  Bruno Haible  <bruno@clisp.org>
1742
1743         * lib/diffseq.h: Add comments about required #includes.
1744         Reported by Michael Biggs <gnulib@doubleplum.net>.
1745
1746 2008-02-01  Bruno Haible  <bruno@clisp.org>
1747
1748         * users.txt: Add gnuit.
1749
1750 2008-01-31  Bruno Haible  <bruno@clisp.org>
1751
1752         * lib/md4.c (set_uint32): Mark as inline.
1753         * lib/md5.c (set_uint32): Likewise.
1754         * lib/sha1.c (set_uint32): Likewise.
1755         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
1756         * m4/md5.m4 (gl_MD5): Likewise.
1757         * m4/sha1.m4 (gl_SHA1): Likewise.
1758
1759 2008-01-31  Jim Meyering  <meyering@redhat.com>
1760
1761         Use "sizeof VAR", rather than a literal "4".
1762         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
1763         * lib/md4.c (md4_read_ctx): Likewise.
1764         * lib/sha1.c (sha1_read_ctx): Likewise.
1765
1766 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1767
1768         * tests/test-sha1.c: New file, based on test-md5.c.
1769
1770         * modules/crypto/sha1-tests: New file.
1771
1772 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1773
1774         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
1775
1776 2008-01-31  Jim Meyering  <meyering@redhat.com>
1777
1778         Prefer "sizeof v" over the equivalent "4".
1779         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
1780         * lib/md5.c (set_uint32): Likewise.
1781         * lib/sha1.c (set_uint32): Likewise.
1782
1783 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1784
1785         * lib/sha1.c (set_uint32): Mark function as static.
1786
1787 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1788
1789         md2: clarify comments to say that alignment is not required.
1790         * lib/md2.h: Remove warning about alignment in comment.
1791         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
1792         never been required.
1793
1794 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1795
1796         md4: adapt alignment constraint fix from sha1.
1797         * lib/md4.c (set_uint32): New function, from sha1.c
1798         (md4_read_ctx): Use it.
1799         (md4_finish_ctx): Doc fix.
1800         * lib/md4.h: Doc fix.
1801
1802 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1803
1804         md5: adapt alignment constraint fix from sha1.
1805         * lib/md5.c (set_uint32): New function, from sha1.c
1806         (md5_read_ctx): Use it.
1807         (md5_finish_ctx): Doc fix.
1808         * lib/md5.h: Doc fix.
1809
1810 2008-01-30  Peter Palfrader  <weasel@debian.org>
1811
1812         sha1: remove the result buffer alignment constraint
1813         * lib/sha1.c (set_uint32): New function.
1814         (sha1_read_ctx): Rewrite to remove the result buffer alignment
1815         constraint.
1816         (sha1_finish_ctx): Remove comment warning about alignment constraint.
1817         * lib/sha1.h: Likewise.
1818
1819 2008-01-30  Andreas Schwab  <schwab@suse.de>
1820             Bruno Haible  <bruno@clisp.org>
1821
1822         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
1823         correct definition of LDBL_MIN_EXP.
1824
1825 2008-01-30  Karl Berry  <karl@gnu.org>
1826
1827         * config/srclist-update: try to preserve x bit on updates.
1828         * config/srclistvars.sh: update for karl.
1829
1830 2008-01-29  Jim Meyering  <meyering@redhat.com>
1831
1832         vasnprintf.c: Avoid warning about unused label
1833         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
1834         "overflow" label definition and associated code with the
1835         same cpp condition that guards the sole use of that label.
1836
1837 2008-01-26  Bruno Haible  <bruno@clisp.org>
1838
1839         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
1840         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
1841         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
1842         * lib/isnanl-nolibm.h (isnanl): Likewise.
1843         Reported by Paul Eggert <eggert@cs.ucla.edu>.
1844
1845 2008-01-26  Bruno Haible  <bruno@clisp.org>
1846
1847         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
1848         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
1849
1850 2008-01-26  Bruno Haible  <bruno@clisp.org>
1851
1852         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
1853         GCC >= 4.0 built-in.
1854         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
1855
1856 2008-01-26  Bruno Haible  <bruno@clisp.org>
1857
1858         Rename isnan, applicable to 'double' only, to isnand.
1859         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
1860         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
1861         (configure.ac): Update.
1862         (Include): Replace "isnan.h" with "isnand.h".
1863         * m4/isnand.m4: Renamed from m4/isnan.m4.
1864         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
1865         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
1866         instead of isnan.c.
1867         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
1868         instead of HAVE_ISNAN_IN_LIBC.
1869         (isnand): Renamed from isnan.
1870         * lib/isnand.c: New file.
1871         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
1872         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
1873         (Makefile.am): Update.
1874         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
1875         Include isnand.h instead of isnan.h.
1876         (main): Test isnand instead of isnan.
1877         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
1878         isnan-nolibm.
1879         * modules/frexp (Depends-on): Likewise.
1880         * modules/frexp-tests (Depends-on): Likewise.
1881         * modules/frexp-nolibm (Depends-on): Likewise.
1882         * modules/frexp-nolibm-tests (Depends-on): Likewise.
1883         * modules/isfinite (Depends-on): Likewise.
1884         * modules/round-tests (Depends-on): Likewise.
1885         * modules/signbit (Depends-on): Likewise.
1886         * modules/signbit-tests (Depends-on): Likewise.
1887         * modules/snprintf-posix (Depends-on): Likewise.
1888         * modules/sprintf-posix (Depends-on): Likewise.
1889         * modules/trunc-tests (Depends-on): Likewise.
1890         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1891         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1892         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1893         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1894         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1895         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1896         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1897         * modules/vasnprintf-posix (Depends-on): Likewise.
1898         * modules/vasprintf-posix (Depends-on): Likewise.
1899         * modules/vfprintf-posix (Depends-on): Likewise.
1900         * modules/vsnprintf-posix (Depends-on): Likewise.
1901         * modules/vsprintf-posix (Depends-on): Likewise.
1902         * lib/frexp.c: Include isnand.h instead of isnan.h.
1903         (ISNAN): Set to isnand instead of isnan.
1904         * lib/isfinite.c: Include isnand.h instead of isnan.h.
1905         (gl_isfinited): Use isnand instead of isnan.
1906         * lib/signbitd.c: Include isnand.h instead of isnan.h.
1907         (gl_signbitd): Use isnand instead of isnan.
1908         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
1909         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
1910         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
1911         (main): Use isnand instead of isnan.
1912         * tests/test-round1.c: Include isnand.h.
1913         (main): Use isnand instead of isnan.
1914         * tests/test-round2.c: Include isnand.h instead of isnan.h.
1915         (ISNAN): Set to isnand instead of isnan.
1916         * tests/test-trunc1.c: Include isnand.h.
1917         (main): Use isnand instead of isnan.
1918         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
1919         (equal): Use isnand instead of isnan.
1920         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
1921         isnand-nolibm.
1922         * NEWS: Mention the change.
1923
1924 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1925             Bruno Haible  <bruno@clisp.org>
1926
1927         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
1928         the GCC builtins for signbits are present and set
1929         REPLACE_SIGNBIT_USING_GCC if so.
1930         * lib/math.in.h (signbit): Define using GCC builtins if
1931         REPLACE_SIGNBIT_USING_GCC is set.
1932         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
1933         REPLACE_SIGNBIT_USING_GCC.
1934         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
1935
1936 2008-01-25  Jim Meyering  <meyering@redhat.com>
1937
1938         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
1939         * lib/poll.c: Include <config.h>, not "config.h".
1940         * tests/test-getaddrinfo.c: Likewise.
1941
1942 2008-01-25  Simon Josefsson  <simon@josefsson.org>
1943
1944         * modules/sockets-tests: New file.
1945
1946 2008-01-24  Simon Josefsson  <simon@josefsson.org>
1947
1948         * modules/sockets: New module, can be used to call WSA_Startup and
1949         WSA_Cleanup when needed.
1950
1951         * lib/sockets.h, lib/sockets.c: New files.
1952
1953         * m4/sockets.m4: New file.
1954
1955         * tests/test-sockets.c: New file.
1956
1957 2008-01-19  Bruno Haible  <bruno@clisp.org>
1958
1959         * doc/posix-headers: Renamed from doc/headers.
1960         * doc/posix-functions: Renamed from doc/functions.
1961         * doc/gnulib.texi: Update.
1962
1963 2008-01-19  Bruno Haible  <bruno@clisp.org>
1964
1965         * doc/glibc-functions/strcasestr.texi: Include contents of
1966         doc/functions/strcasestr.texi, fixing the list of platforms.
1967         * doc/functions/strcasestr.texi: Remove file.
1968
1969 2008-01-19  Bruno Haible  <bruno@clisp.org>
1970
1971         * doc/glibc-functions/memmem.texi: Include contents of
1972         doc/functions/memmem.texi.
1973         * doc/functions/memmem.texi: Remove file.
1974
1975 2008-01-18  Bruno Haible  <bruno@clisp.org>
1976
1977         * doc/glibc-functions/*.texi: New files.
1978         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
1979         to use the new files.
1980
1981 2008-01-17  Bruno Haible  <bruno@clisp.org>
1982
1983         * tests/test-gethostname.c (main): Fix printf statement.
1984
1985 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1986
1987         * modules/gethostname-tests: New file.
1988
1989         * tests/test-gethostname.c: New file.
1990
1991 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1992
1993         * lib/gethostname.c: Include string.h unconditionally, strncpy is
1994         used by the UNAME case.  Reported by Bruno Haible
1995         <bruno@clisp.org>.
1996
1997 2008-01-17  Eric Blake  <ebb9@byu.net>
1998
1999         Convert c-strcasestr to be more efficient.
2000         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
2001         (Depends-on): Add c-strcase, remove malloca, strnlen.
2002         * tests/test-c-strcasestr.c (main): Enhance test.
2003         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
2004
2005 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2006
2007         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
2008         Use it in creating po/Makevars.
2009
2010 2008-01-15  Simon Josefsson  <simon@josefsson.org>
2011
2012         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
2013         Applications that requires it should initialize libgcrypt
2014         manually.
2015
2016 2008-01-16  Simon Josefsson  <simon@josefsson.org>
2017
2018         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
2019
2020 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
2021
2022         Fix problem with getdate on mingw32 reported by Simon Josefsson
2023         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
2024         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
2025         tzname", when deciding whether to declare tzname.
2026         * lib/strftime.c (tzname): Likewise.
2027
2028 2008-01-15  Bruno Haible  <bruno@clisp.org>
2029
2030         Work around a MacOS X 10.5 bug in frexpl().
2031         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
2032         * doc/functions/frexpl.texi: Document the bug.
2033         Reported by Elias Pipping <pipping@gentoo.org>.
2034
2035 2008-01-14  Eric Blake  <ebb9@byu.net>
2036
2037         Touch up previous patch.
2038         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
2039         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
2040
2041         Convert strcasestr module to use Two-Way algorithm.
2042         * modules/strcasestr-simple: New module, based on the old
2043         strcasestr, but with Two-Way rather than KMP.
2044         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
2045         * lib/string.in.h (rpl_strcasestr): Declare.
2046         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
2047         performance.
2048         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
2049         * modules/string (Makefile.am): Support strcasestr.
2050         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
2051         * modules/strcasestr-tests (Depends-on): Check for alarm.
2052         * tests/test-strcasestr.c: Augment test.
2053         * lib/str-two-way.h: Clean up stray macro.
2054         * NEWS: Document new module.
2055         * MODULES.html.sh (string handling): Likewise.
2056         * doc/functions/strcasestr.texi: New file.
2057         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
2058         here, since it is not a POSIX function.
2059
2060 2008-01-14  Colin Watson  <cjwatson@debian.org>
2061             Bruno Haible  <bruno@clisp.org>
2062
2063         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
2064         works fine; if not, set REPLACE_STRSIGNAL.
2065         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
2066         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2067         REPLACE_STRSIGNAL.
2068         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
2069         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
2070         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
2071
2072 2008-01-14  Bruno Haible  <bruno@clisp.org>
2073
2074         * modules/strsignal (Include): Change to <string.h>.
2075
2076 2008-01-14  Colin Watson  <cjwatson@debian.org>
2077
2078         * modules/argp (Notice): Add a notice recommending to change
2079         XGETTEXT_OPTIONS.
2080         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
2081
2082 2008-01-13  Colin Watson  <cjwatson@debian.org>
2083
2084         * modules/strsignal-tests: New file.
2085         * tests/test-strsignal.c: New file.
2086
2087         * lib/strsignal.c: New file, from glibc with modifications.
2088         * lib/siglist.h: New file, from glibc with modifications.
2089         * lib/string.in.h (strsignal): New declaration.
2090         * m4/strsignal.m4: New file.
2091         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2092         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
2093         * modules/strsignal: New file.
2094         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
2095         HAVE_DECL_STRSIGNAL.
2096
2097 2008-01-13  Bruno Haible  <bruno@clisp.org>
2098
2099         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
2100         locale encoding is not ASCII. Needed for OpenBSD 4.0.
2101         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
2102         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2103
2104 2008-01-13  Bruno Haible  <bruno@clisp.org>
2105
2106         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
2107         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
2108         * lib/argp.h (__attribute__): Likewise.
2109         * lib/c-stack.c (__attribute__): Likewise.
2110         * lib/error.h (__attribute__): Likewise.
2111         * lib/fts.c (__attribute__): Likewise.
2112         * lib/openat.h (__attribute__): Likewise.
2113         * lib/stdio.in.h (__attribute__): Likewise.
2114         * lib/string.in.h (__attribute__): Likewise.
2115         * lib/utimens.c (__attribute__): Likewise.
2116         * lib/vasnprintf.h (__attribute__): Likewise.
2117         * lib/xalloc.h (__attribute__): Likewise.
2118         * lib/xprintf.h (__attribute__): Likewise.
2119         * lib/xstrtol.h (__attribute__): Likewise.
2120         * lib/xvasprintf.h (__attribute__): Likewise.
2121
2122 2008-01-12  Bruno Haible  <bruno@clisp.org>
2123
2124         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
2125         * doc/glibc-headers/a.out.texi: New file.
2126         * doc/glibc-headers/aliases.texi: New file.
2127         * doc/glibc-headers/alloca.texi: New file.
2128         * doc/glibc-headers/ar.texi: New file.
2129         * doc/glibc-headers/argp.texi: New file.
2130         * doc/glibc-headers/argz.texi: New file.
2131         * doc/glibc-headers/byteswap.texi: New file.
2132         * doc/glibc-headers/crypt.texi: New file.
2133         * doc/glibc-headers/endian.texi: New file.
2134         * doc/glibc-headers/envz.texi: New file.
2135         * doc/glibc-headers/err.texi: New file.
2136         * doc/glibc-headers/error.texi: New file.
2137         * doc/glibc-headers/execinfo.texi: New file.
2138         * doc/glibc-headers/fpu_control.texi: New file.
2139         * doc/glibc-headers/fstab.texi: New file.
2140         * doc/glibc-headers/fts.texi: New file.
2141         * doc/glibc-headers/getopt.texi: New file.
2142         * doc/glibc-headers/ieee754.texi: New file.
2143         * doc/glibc-headers/ifaddrs.texi: New file.
2144         * doc/glibc-headers/libintl.texi: New file.
2145         * doc/glibc-headers/mcheck.texi: New file.
2146         * doc/glibc-headers/mntent.texi: New file.
2147         * doc/glibc-headers/obstack.texi: New file.
2148         * doc/glibc-headers/paths.texi: New file.
2149         * doc/glibc-headers/printf.texi: New file.
2150         * doc/glibc-headers/pty.texi: New file.
2151         * doc/glibc-headers/resolv.texi: New file.
2152         * doc/glibc-headers/shadow.texi: New file.
2153         * doc/glibc-headers/sysexits.texi: New file.
2154         * doc/glibc-headers/ttyent.texi: New file.
2155
2156 2008-01-12  Jim Meyering  <meyering@redhat.com>
2157
2158         announce-gen: emit Gnulib's git-based version string.
2159         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
2160         New option --gnulib-version=V, where V is expected to be
2161         the output of running git describe in the gnulib directory.
2162         (get_tool_versions): Request feedback on xdelta.  I suspect it's
2163         not useful, and plan to stop publishing an xdelta file with each
2164         coreutils release.
2165
2166         * build-aux/announce-gen: Also check for lzma-compressed files.
2167
2168 2008-01-11  Bruno Haible  <bruno@clisp.org>
2169
2170         * tests/test-memmem.c (main): Increase maximum allowed time.
2171         * tests/test-strstr.c (main): Likewise.
2172
2173 2008-01-11  Bruno Haible  <bruno@clisp.org>
2174
2175         * doc/functions/memmem.texi: Add more precisions about platforms.
2176         * doc/functions/strstr.texi: Likewise.
2177
2178 2008-01-10  Eric Blake  <ebb9@byu.net>
2179
2180         * m4/strstr.m4: Delete cruft from copy-n-paste.
2181         Reported by Bruno Haible.
2182
2183 2008-01-10  Bruno Haible  <bruno@clisp.org>
2184
2185         Make c-strstr rely on strstr.
2186         * lib/c-strstr.c: Don't include str-kmp.h.
2187         (c_strstr): Define in terms of strstr.
2188         * modules/c-strstr (Files): Remove lib/str-kmp.h.
2189         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
2190
2191 2008-01-10  Bruno Haible  <bruno@clisp.org>
2192
2193         * doc/gnulib.texi (String Functions in C Locale): New section.
2194         * doc/c-ctype.texi: New file.
2195         * doc/c-strcase.texi: New file.
2196         * doc/c-strcaseeq.texi: New file.
2197         * doc/c-strcasestr.texi: New file.
2198         * doc/c-strstr.texi: New file.
2199         * doc/c-strtod.texi: New file.
2200         * doc/c-strtold.texi: New file.
2201
2202 2008-01-10  Eric Blake  <ebb9@byu.net>
2203
2204         * lib/relocatable.h: Fix a comment.
2205
2206 2008-01-10  Eric Blake  <ebb9@byu.net>
2207
2208         Share two-way algorithm.
2209         * lib/str-two-way.h: New file, merged from...
2210         * lib/memmem.c: ...here...
2211         * lib/strstr.c: ...and here.
2212         * modules/memmem (Files): Use it.
2213         * modules/strstr (Files): Likewise.
2214
2215         Avoid quadratic strstr implementations.
2216         * lib/strstr.c: New file.
2217         * m4/strstr.m4: Likewise.
2218         * modules/strstr: Likewise.
2219         * modules/strstr-tests: Likewise.
2220         * tests/test-strstr.c: Likewise.
2221         * lib/string.in.h (rpl_strstr): Declare.
2222         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
2223         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
2224         * modules/string (Makefile.am): Likewise.
2225         * MODULES.html.sh (string handling): Mention new module.
2226         * doc/functions/strstr.texi (strstr): Document the bug.
2227
2228 2008-01-10  Bruno Haible  <bruno@clisp.org>
2229
2230         * lib/relocatable.h (relocate): State whether result is freshly
2231         allocated or not.
2232         * lib/relocatable.c (relocate): Return a freshly allocated string
2233         instead of a pointer to a privately held string.
2234         Reported by Sylvain Beucler <beuc@gnu.org>.
2235
2236 2008-01-10  Colin Watson  <cjwatson@debian.org>
2237
2238         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
2239         s/S_ISNLK/S_ISLNK/.
2240
2241 2008-01-09  Bruno Haible  <bruno@clisp.org>
2242
2243         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
2244         and other files.
2245         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
2246         if it's only a guess.
2247         * modules/memmem: Simplify by depending on memmem-simple.
2248
2249 2008-01-09  Bruno Haible  <bruno@clisp.org>
2250
2251         Work around OpenBSD 4.0 tdelete() bug.
2252         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
2253         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
2254         macros and don't redefine the enum values.
2255         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
2256         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
2257         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
2258
2259 2008-01-09  Bruno Haible  <bruno@clisp.org>
2260
2261         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
2262         (main): Don't perform the tests if setlocale did not install a UTF-8
2263         locale. Needed on OpenBSD 4.0.
2264         * modules/wcwidth-tests (Depends-on): Add localcharset.
2265
2266 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2267
2268         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
2269         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
2270         * NEWS: announce this.
2271         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
2272
2273 2008-01-09  Simon Josefsson  <simon@josefsson.org>
2274         and Eric Blake  <ebb9@byu.net>
2275
2276         Add memmem-simple module.
2277         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
2278         (gl_FUNC_MEMMEM): Separate performance from presence checks.
2279         * modules/memmem-simple: New file.
2280         * modules/memmem (Description): Tweak.
2281         * MODULES.html.sh (string handling): Mention new module.
2282         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
2283         addressed by memmem-simple.
2284         * NEWS: Document the difference.
2285
2286 2008-01-09  Eric Blake  <ebb9@byu.net>
2287
2288         Give gcc some memmem optimization hints.
2289         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
2290         (strcasestr): Declare as pure.
2291         * modules/memmem (Maintainer): Claim my implementation.
2292
2293 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2294
2295         Support AIX 6.1 and higher.
2296         * build-aux/config.libpath: Likewise.
2297         * build-aux/config.rpath: Likewise.
2298
2299 2008-01-08  Jim Meyering  <meyering@redhat.com>
2300             Bruno Haible  <bruno@clisp.org>
2301
2302         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
2303         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
2304         Reported by Peter Fales in
2305         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
2306
2307 2008-01-08  Bruno Haible  <bruno@clisp.org>
2308
2309         * modules/unictype/category-of (Depends-on): Add
2310         unictype/category-none.
2311         * modules/unictype/category-and-tests (Depends-on): Add
2312         unictype/category-{L,N,Lu,Nd}.
2313         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
2314         * modules/unictype/category-or-tests (Depends-on): Add
2315         unictype/category-{L,N}.
2316         * modules/unictype/category-name-tests (Depends-on): Add
2317         unictype/category-{Z,Nl}.
2318         Reported by Simon Josefsson.
2319
2320 2008-01-08  Bruno Haible  <bruno@clisp.org>
2321
2322         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
2323         convention better.
2324         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
2325         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
2326         Reported by Peter Miller <millerp@canb.auug.org.au>.
2327
2328 2008-01-08  Eric Blake  <ebb9@byu.net>
2329
2330         Rewrite memmem to guarantee linear complexity without malloc.
2331         * lib/memmem.c (memmem): Use Two-Way rather than
2332         Knuth-Morris-Pratt, to allow O(1) space usage.
2333         (critical_factorization, two_way_short_needle)
2334         (two_way_long_needle): New functions.
2335         (knuth_morris_pratt): Delete.
2336         * modules/memmem (Depends-on): No longer need malloca or stdbool.
2337         Add stdint.
2338         * tests/test-memmem.c (main): Add tests for periodic needle and
2339         sublinear performance.
2340         * doc/functions/memmem.texi (memmem): Document other deficiencies
2341         in cygwin and older glibc.
2342
2343 2008-01-08  Bruno Haible  <bruno@clisp.org>
2344
2345         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
2346         augmentation.
2347
2348 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
2349
2350         Add a configure time option: --disable-acl.
2351         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
2352         AC_ARG_ENABLE(acl).
2353
2354 2008-01-06  Simon Josefsson  <simon@josefsson.org>
2355
2356         * tests/test-localename.c: Don't include obsolete "setenv.h".
2357
2358         * modules/localename-tests (Depends-on): Need unsetenv.
2359
2360 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2361
2362         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
2363
2364 2008-01-06  Colin Watson  <cjwatson@debian.org>
2365
2366         * users.txt: Add man-db.
2367
2368 2008-01-07  Bruno Haible  <bruno@clisp.org>
2369
2370         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
2371         previous section name.
2372
2373 2008-01-07  Bruno Haible  <bruno@clisp.org>
2374
2375         * lib/progname.c (set_program_name): Don't strip off a leading
2376         "lt-" prefix outside a .libs directory.
2377         Suggested by Paul Eggert.
2378
2379 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
2380             Bruno Haible  <bruno@clisp.org>
2381
2382         Improve memory cleanup in 'relocatable' module.
2383         * lib/relocatable.h (compute_curr_prefix): Change return type to
2384         'char *'.
2385         * lib/relocatable.c (compute_curr_prefix): Change return type to
2386         'char *'. Free curr_installdir after use.
2387         (relocate): Free curr_prefix_better after use.
2388         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
2389
2390 2008-01-01  Bruno Haible  <bruno@clisp.org>
2391
2392         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
2393         failure on older glibc systems.
2394         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2395
2396 2008-01-05  Eric Blake  <ebb9@byu.net>
2397
2398         Avoid quadratic system memmem.
2399         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
2400         Reported by Ralf Wildenhues.
2401
2402         Fix memmem test for mingw.
2403         * modules/memmem-tests (configure.ac): Check for alarm.
2404         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
2405         it.
2406         * doc/functions/memmem.texi: New file.
2407         * doc/gnulib.texi (Function Substitutes): Add memmem.
2408         Reported by Bruno Haible.
2409
2410 2008-01-04  Bruno Haible  <bruno@clisp.org>
2411
2412         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
2413         Require gl_HEADER_STRINGS_H_DEFAULTS, not
2414         gl_HEADER_STRING_H_DEFAULTS.
2415
2416 2008-01-04  Eric Blake  <ebb9@byu.net>
2417
2418         Shorten duration of memmem test.
2419         * tests/test-memmem.c (main): Use alarm to declare failure if test
2420         is taking too long.
2421         Reported by Ralf Wildenhues.
2422
2423 2007-12-21  Simon Josefsson  <simon@josefsson.org>
2424
2425         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
2426         string, needed by strerror.
2427
2428 2008-01-03  Colin Watson  <cjwatson@debian.org>
2429             Bruno Haible  <bruno@clisp.org>
2430
2431         * doc/gnulib-tool.texi (Localization): New section.
2432
2433 2008-01-02  Bruno Haible  <bruno@clisp.org>
2434
2435         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
2436         variables to 'unsigned char *' type.
2437         Reported by Paul Eggert.
2438
2439 2008-01-02  Jim Meyering  <jim@meyering.net>
2440
2441         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
2442
2443 2007-12-31  Jim Meyering  <jim@meyering.net>
2444
2445         Avoid use of private FTS type name.
2446         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
2447
2448 2007-12-30  Karl Berry  <karl@gnu.org>
2449
2450         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
2451         work around defect in Texinfo and/or the standalone Info browser.
2452
2453 2007-12-30  Bruno Haible  <bruno@clisp.org>
2454
2455         Unify 5 copies of the KMP code.
2456         * lib/str-kmp.h: New file.
2457         * lib/c-strcasestr.c: Include str-kmp.h.
2458         (knuth_morris_pratt): Remove function.
2459         (c_strcasestr): Update.
2460         * lib/c-strstr.c: Include str-kmp.h.
2461         (knuth_morris_pratt): Remove function.
2462         (c_strcasestr): Update.
2463         * lib/mbscasestr.c: Include str-kmp.h.
2464         (knuth_morris_pratt_unibyte): Remove function.
2465         * lib/mbsstr.c: Include str-kmp.h.
2466         (knuth_morris_pratt_unibyte): Remove function.
2467         * lib/strcasestr.c: Include str-kmp.h.
2468         (knuth_morris_pratt): Remove function.
2469         (strcasestr): Update.
2470         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
2471         * modules/c-strstr (Files): Likewise.
2472         * modules/mbscasestr (Files): Likewise.
2473         * modules/mbsstr (Files): Likewise.
2474         * modules/strcasestr (Files): Likewise.
2475         Suggested by Paul Eggert.
2476
2477 2007-12-30  Bruno Haible  <bruno@clisp.org>
2478
2479         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
2480         defined.
2481
2482 2007-12-30  Bruno Haible  <bruno@clisp.org>
2483
2484         * lib/xmalloca.h: Include xalloc.h.
2485         (xnmalloca): New macro.
2486
2487 2007-12-30  Bruno Haible  <bruno@clisp.org>
2488
2489         * lib/malloca.h (nmalloca): New macro.
2490         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
2491         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
2492         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
2493         knuth_morris_pratt_multibyte): Likewise.
2494         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
2495         knuth_morris_pratt_multibyte): Likewise.
2496         * lib/memmem.c (knuth_morris_pratt): Likewise.
2497         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
2498
2499 2007-12-25  Bruno Haible  <bruno@clisp.org>
2500
2501         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
2502         * lib/glob.c: Don't include openat.h.
2503         (link_exists2_p): Add back the code that deals with the
2504         !GLOB_ALTDIRFUNC case.
2505         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
2506         let it do the filename concatenation.
2507         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
2508         * modules/glob (Depends-on): Remove openat.
2509
2510 2007-12-31  Bruno Haible  <bruno@clisp.org>
2511
2512         * modules/dirfd (License): Change to LGPLv2+.
2513         Approved by Jim Meyering.
2514
2515 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2516
2517         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
2518         when multiplying M by sizeof (size_t).
2519
2520 2007-12-10  Martin Lambers  <marlam@marlam.de>
2521
2522         Override getpagesize on mingw.
2523         * lib/getpagesize.c: New file.
2524         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
2525         * modules/getpagesize (Files): Add lib/getpagesize.c.
2526         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
2527         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2528         REPLACE_GETPAGESIZE.
2529         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
2530
2531 2007-12-25  Bruno Haible  <bruno@clisp.org>
2532
2533         * modules/localcharset (Notice): New field.
2534         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
2535         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
2536
2537 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2538             Bruno Haible  <bruno@clisp.org>
2539
2540         Avoid using the syntax symbol() in formatted documentation.
2541         * MODULES.html.sh (func_module): When replacing symbol() with a
2542         hyperlink, remove the parentheses. Show an error if some remain.
2543         Recognize and render the '...' syntax.
2544         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
2545         Rework. Add paragraph about GCC's inlining.
2546         * doc/alloca.texi: Likewise.
2547         * doc/error.texi: Remove parentheses from symbol reference.
2548         * doc/gnulib-intro.texi: Likewise.
2549         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
2550         * modules/fnmatch (Description): Reword to say "the ... function".
2551         * modules/full-read (Description): Likewise.
2552         * modules/full-write (Description): Likewise.
2553         * modules/safe-read (Description): Likewise.
2554         * modules/safe-write (Description): Likewise.
2555         * modules/strchrnul (Description): Likewise.
2556         * modules/trim (Description): Likewise.
2557         * modules/error (Description): Remove parentheses from symbol
2558         references.
2559         * modules/verror (Description): Likewise.
2560         Reported by Karl Berry.
2561
2562 2007-12-25  Bruno Haible  <bruno@clisp.org>
2563
2564         Fixup after 2007-10-16 commit.
2565         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
2566
2567 2007-12-24  Bruno Haible  <bruno@clisp.org>
2568
2569         Make --enable-relocatable work with DESTDIR.
2570         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
2571         to compute installdir from destprog.
2572         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
2573         also set the RELOC_DESTDIR variable.
2574         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2575
2576 2007-12-24  Bruno Haible  <bruno@clisp.org>
2577
2578         Fix link error due to xalloc_die().
2579         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
2580         of xreadlink.
2581         * lib/relocwrapper.c: Update comments.
2582         * build-aux/install-reloc: Remove xreadlink.c from file list.
2583         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
2584         xreadlink.c.
2585         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2586
2587 2007-12-24  Bruno Haible  <bruno@clisp.org>
2588
2589         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
2590         * lib/setenv.h: Remove file.
2591         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
2592         lib/setenv.h.
2593         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
2594         (Depends-on): Add stdlib.
2595         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
2596         gl_FUNC_UNSETENV.
2597         (Include): Replace setenv.h with <stdlib.h>.
2598         * modules/unsetenv: New file.
2599         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
2600         * lib/unsetenv.c: Include <stdlib.h> first.
2601         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
2602         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
2603         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
2604         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
2605         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
2606         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2607         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
2608         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2609         * doc/functions/unsetenv.texi: Update.
2610         * modules/xsetenv (Depends-on): Add unsetenv.
2611         * modules/getdate (Depends-on): Likewise.
2612         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
2613         * lib/xsetenv.c: Don't include setenv.h.
2614         * lib/getdate.y: Likewise.
2615         * lib/relocwrapper.c: Likewise.
2616         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
2617         (Depends-on): Add stdlib.
2618         * NEWS: Mention the changes.
2619         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2620
2621 2007-12-23  Bruno Haible  <bruno@clisp.org>
2622
2623         * lib/memmem.c (memmem): Use lowercase variable names. Tab
2624         indentation.
2625
2626 2007-12-23  Bruno Haible  <bruno@clisp.org>
2627
2628         * lib/c-strcasestr.c: Add more comments.
2629         * lib/c-strstr.c: Likewise.
2630         * lib/mbscasestr.c: Likewise.
2631         * lib/mbsstr.c: Likewise.
2632         * lib/strcasestr.c: Likewise.
2633         * lib/memmem.c: Likewise.
2634
2635 2007-12-23  Bruno Haible  <bruno@clisp.org>
2636
2637         * tests/test-memmem.c: Include <string.h> first.
2638
2639 2007-12-22  Bruno Haible  <bruno@clisp.org>
2640
2641         * gnulib-tool (func_create_testdir): Change $auxdir while generating
2642         the contents of $testsbase.
2643         Reported by Ralf Wildenhues.
2644
2645 2007-12-22  Bruno Haible  <bruno@clisp.org>
2646
2647         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
2648         two variables local_ldadd_before, local_ldadd_last.
2649
2650 2007-12-20  Eric Blake  <ebb9@byu.net>
2651
2652         Work around circular library issue when cross-compiling.
2653         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
2654         that progname.o does not need to pull in rpl_memcmp.
2655
2656 2007-12-19  Eric Blake  <ebb9@byu.net>
2657
2658         Fix memmem to avoid O(n^2) worst-case complexity.
2659         * lib/memmem.c (knuth_morris_pratt): New function.
2660         (memmem): Use it if first few naive iterations fail.
2661         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
2662         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
2663         * modules/memchr (License): Likewise.
2664         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
2665         malloca.
2666         * tests/test-memmem.c: Rewrite, borrowing ideas from
2667         test-mbsstr1.c; the old version wouldn't even compile!
2668         * modules/memmem-tests: New file.
2669         * lib/string.in.h (rpl_memmem): Add declaration.
2670         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
2671         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
2672         REPLACE_MEMMEM.
2673
2674 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2675
2676         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
2677         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
2678         before any system include files, and undef after them all.  This
2679         should fix a problem on VMS reported by John E. Malmberg in
2680         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
2681
2682 2007-12-17  Eric Blake  <ebb9@byu.net>
2683
2684         Revert addition of verify, for BSD/OS.
2685         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
2686         can't handle large files, for the sake of obsolete platforms.
2687         * modules/fseeko (Depends-on): Remove verify.
2688         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
2689         * doc/functions/ftello.texi (ftello): Likewise.
2690         * doc/functions/fgetpos.texi (fgetpos): Likewise.
2691         Reported by Larry Jones.
2692
2693 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
2694
2695         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
2696         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
2697
2698 2007-12-17  Jim Meyering  <meyering@redhat.com>
2699
2700         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2701         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
2702         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
2703         * modules/getcwd (Depends-on): Add openat.
2704         Reported by Petr Salinger.
2705
2706 2007-12-17  Bruno Haible  <bruno@clisp.org>
2707
2708         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
2709         avoid a segmentation fault of the configure test on x86_64 systems.
2710
2711 2007-12-15  Jim Meyering  <meyering@redhat.com>
2712
2713         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
2714
2715 2007-12-13  Eric Blake  <ebb9@byu.net>
2716
2717         Another fseek test.
2718         * tests/test-fseek.c (main): Also test ungetc handling.
2719         * tests/test-fseeko.c (main): Likewise.
2720         * modules/fseeko (Depends-on): Add verify.
2721         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
2722         large.
2723         Reported by Larry Jones.
2724
2725         Fix fseeko on mingw.
2726         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
2727         seek.
2728
2729         Beef up fseek tests.
2730         * tests/test-fseek.c (main): Also test eof handling.
2731         * tests/test-fseeko.c (main): Likewise.
2732         Reported by Larry Jones.
2733
2734 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
2735
2736         Fix fseeko on BSD-based platforms.
2737         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
2738         successful seek.
2739
2740 2007-12-12  Eric Blake  <ebb9@byu.net>
2741
2742         Allow circular dependency of separate libtests.a
2743         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
2744         when use_libtests.
2745
2746 2007-12-11  Eric Blake  <ebb9@byu.net>
2747
2748         Fix bug with -0.0L in previous patch.
2749         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
2750         * tests/test-isnan.c (main): Also test on zeroes.
2751         * tests/test-isnanf.c (main): Likewise.
2752         * tests/test-isnanl.h (main): Likewise.
2753
2754         Detect pseudo-denormals on x86 even when cross-compiling.
2755         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
2756         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
2757         invalid bit patterns that happen to satisfy ==.
2758
2759         Avoid link failures with separate libtests.a.
2760         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
2761         last, to satisfy circular dependencies.
2762
2763 2007-12-11  Eric Blake  <ebb9@byu.net>
2764         and Bruno Haible  <bruno@clisp.org>
2765
2766         Fix OpenBSD 4.0 <float.h> handling of long double.
2767         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
2768         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
2769         * doc/headers/float.texi (float.h): Document OpenBSD bug.
2770
2771 2007-12-11  Jim Meyering  <meyering@redhat.com>
2772
2773         * users.txt: Add libvirt.
2774
2775         Support versions of autoconf prior to 2.59c.
2776         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
2777         if it is not already defined.
2778
2779 2007-12-09  Bruno Haible  <bruno@clisp.org>
2780
2781         Let 'gnulib-tool --import' collect sources needed for the tests in
2782         tests/ rather than in lib/.
2783         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
2784         argument. If true, add rules to generate libtests.a, and put libtests.a
2785         into $(LDADD). Consider source files in subdirectories and set
2786         uses_subdirs.
2787         (func_emit_initmacro_start, func_emit_initmacro_end,
2788         func_emit_initmacro_done): Pass all arguments explicitly.
2789         (func_import): Determine two module lists main_modules,
2790         testsrelated_modules. Determine use_libtests. Determine two variables
2791         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
2792         instead of just sed_transform_lib_file. Determine two variables
2793         main_files and testsrelated_files. Compute 'files' as the union of
2794         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
2795         func_add_or_update. In the generated gnulib-comp.m4, collect the
2796         object files for tests/ in different variables than those for lib/.
2797         Substitute LIBTESTS_LIBDEPS.
2798         (func_create_testdir): Combine the uses_subdirs results from
2799         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
2800
2801 2007-12-09  Bruno Haible  <bruno@clisp.org>
2802
2803         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
2804         the build-aux directory.
2805
2806 2007-12-09  Bruno Haible  <bruno@clisp.org>
2807
2808         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
2809         introduced on 2006-09-09.
2810
2811 2007-12-07  Jim Meyering  <meyering@redhat.com>
2812
2813         Let these macros work also with autoconf-2.59.
2814         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
2815         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
2816         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2817
2818 2007-12-06  Jim Meyering  <meyering@redhat.com>
2819
2820         Avoid a configure-time syntax error in gl_FUNC_ACL.
2821         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
2822         function in each branch, before testing the cache variable.
2823
2824 2007-12-04  Eric Blake  <ebb9@byu.net>
2825
2826         Make scripts executable.
2827         * build-aux/config.guess: Add execute permissions.
2828         * build-aux/config.sub: Likewise.
2829         * build-aux/gendocs.sh: Likewise.
2830
2831         Fix frexp on mingw.
2832         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
2833         cross-compiling.
2834         * doc/functions/frexp.texi (frexp): Document the bug.
2835
2836         Make cygwin fseeko check more reliable.
2837         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
2838         version numbers, rather than unrelated feature check.
2839         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
2840         * doc/functions/ftello.texi (ftello): Likewise.
2841         Reported by Bruno Haible.
2842
2843         * m4/strerror.m4: Bump version number.
2844
2845 2007-12-03  Bruno Haible  <bruno@clisp.org>
2846
2847         * doc/functions/mprotect.texi: Mention the mingw problem.
2848
2849 2007-12-03  Eric Blake  <ebb9@byu.net>
2850
2851         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
2852         REPLACE_STRERROR is initialized before this macro.
2853
2854 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2855
2856         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
2857         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
2858         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
2859         put -lsec in even for programs other than 'ls'.  This fixes a problem
2860         for gettext reported by Bruno Haible in
2861         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
2862         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
2863         Add support for Solaris 10.  This isn't efficient, but should get the
2864         job done for now.
2865
2866 2007-12-03  James Youngman  <jay@gnu.org>
2867
2868         * doc/regexprops-generic.texi: change "an close-group" to "a
2869         close-group" and "illegal" to "not allowed".
2870
2871 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2872
2873         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
2874         pr_byname.h. Needed for the rare case when the maintainer has done
2875         "make maintainer-clean" in the source directory and then attempts a
2876         build outside the source directory.
2877         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
2878         scripts_byname.h.
2879
2880 2007-12-02  Martin Lambers <marlam@marlam.de>
2881             Bruno Haible  <bruno@clisp.org>
2882
2883         * lib/getpagesize.h: Remove file.
2884         * lib/unistd.in.h: Include declaration of getpagesize here.
2885         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
2886         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
2887         HAVE_SYS_PARAM_H.
2888         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
2889         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2890         * modules/getpagesize (Files): Remove lib/getpagesize.h.
2891         (Depends-on): Add unistd.
2892         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2893         (Include): Use <unistd.h> instead of getpagesize.h.
2894         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
2895         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2896         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
2897         gl_GETPAGESIZE invocation, already handled by module dependency.
2898         * lib/pagealign_alloc.c: Don't include getpagesize.h.
2899
2900 2007-12-02  Bruno Haible  <bruno@clisp.org>
2901
2902         * modules/strings-tests: New file.
2903         * tests/test-strings.c: New file.
2904
2905         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
2906         * lib/strings.in.h: New file.
2907         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
2908         * m4/strings_h.m4: New file.
2909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
2910         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
2911         * modules/strings: New file.
2912         * modules/string (Makefile.am): Update.
2913         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
2914         Reported by Karl Berry.
2915
2916 2007-12-01  Eric Blake  <ebb9@byu.net>
2917
2918         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
2919         accomodate fix in cygwin 1.5.25.
2920
2921 2007-12-01  Jim Meyering  <meyering@redhat.com>
2922
2923         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
2924         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2925         that would inhibit utf8-optimization of a regexp containing line-
2926         or buffer-anchors, e.g., `^', `$'.
2927
2928 2007-11-30  Bruno Haible  <bruno@clisp.org>
2929
2930         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
2931         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
2932         glthread_recursive_lock_init.
2933         * lib/lock.c (glthread_recursive_lock_init)
2934         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
2935         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2936
2937 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
2938
2939         New function qset_acl, like set_acl but with syscall semantics.
2940         * lib/acl.h (qset_acl): New decl.
2941         * lib/acl.c (qset_acl): New function.
2942         (set_acl): Use new function.  Use more-consistent diagnostics.
2943
2944 2007-11-28  Jim Meyering  <meyering@redhat.com>
2945
2946         * modules/physmem (License): Change from GPL to LGPLv2+.
2947
2948 2007-11-26  Bruno Haible  <bruno@clisp.org>
2949
2950         * lib/vasnprintf.c (decode_long_double): Don't abort if the
2951         'long double' type has excess precision.
2952         Reported by Jim Meyering in
2953         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
2954
2955 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2956
2957         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
2958         Sync from <http://gnu.org/licenses>.
2959         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
2960         with license text from same location.
2961         * doc/maintain.texi, doc/standards.texi:  Sync from
2962         <http://savannah.gnu.org/projects/gnustandards>.
2963
2964 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
2965         and Jim Meyering  <meyering@redhat.com>
2966
2967         Adjust getdate' grammar to accept a slightly more regular language.
2968         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
2969         Before, the former was rejected.
2970         * lib/getdate.y (digits_to_date_time): New function, factored
2971         out of ...
2972         (number): ...here.  Just call digits_to_date_time.
2973         (hybrid): New non-terminal to handle an <unsigned number,
2974         signed relative offset> sequence consistently.
2975
2976 2007-11-18  Jim Meyering  <meyering@redhat.com>
2977
2978         Pull my changes from coreutils:
2979         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
2980         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
2981         use of $gnulib_tool_option_extras, so that it's separated from the
2982         preceding argument.
2983
2984         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
2985         * build-aux/bootstrap (cp_mark_as_generated): Create any required
2986         parent destination directories before copying a file into place.
2987
2988 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2989
2990         bootstrap: work also with 4-argument variant of AC_INIT
2991         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
2992
2993 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2994
2995         Port test-getaddrinfo to Solaris.
2996         Problem reported by Bruno Haible in
2997         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
2998         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
2999         explanation of setting 'hints'.
3000         Don't reject an implementation merely because it returns EAI_SERVICE.
3001         (EAI_SERVICE): Define to 0 if not defined.
3002
3003 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3004
3005         The license of gnu-make and posix-shell is now "GPLed build tool".
3006         * modules/gnu-make (License): Likewise.
3007         * modules/posix-shell (License): Likewise.
3008
3009         New module posix-shell, for determining a POSIX shell
3010         or perhaps something that is close enough to a POSIX shell.
3011         * m4/posix-shell.m4: New file.
3012         * modules/posix-shell: New file.
3013
3014         * MODULES.html.sh: Mention new module.
3015
3016         New module gnu-make, for determining whether we're using GNU Make.
3017         * m4/gnu-make.m4: New file.
3018         * modules/gnu-make: New file.
3019         * MODULES.html.sh: Mention new module.
3020
3021 2007-11-14  Jim Meyering  <meyering@redhat.com>
3022
3023         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
3024         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
3025         use this macro to create a function _definition_.
3026         Remove useless "#undef ARGMATCH_DIE".
3027
3028 2007-11-14  Bruno Haible  <bruno@clisp.org>
3029
3030         * lib/config.charset: Update for OpenBSD 4.1.
3031         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
3032
3033 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
3034
3035         Document 64-bit #if problems in stdint.texi.
3036         * doc/headers/stdint.texi (stdint.h): Mention problems with
3037         64-bit-#if, and how to work around them.
3038
3039         Don't insist on 'long long int' support in the preprocessor.  It
3040         breaks too many things.  For example, PRIdMAX still uses a 'long
3041         long int' format with the latest Sun compiler, even though
3042         HAVE_LONG_LONG_INT isn't defined due to that compiler's
3043         preprocessor problem.  This causes the latest coreutils to dump
3044         core on Solaris 10 sparc with the Sun C compiler.
3045         Instead, fix the 2007-10-16 problem in a different way, by evaluating
3046         the troublesome expressions at configure-time, not at #if-time.
3047         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
3048         preprocessor.
3049         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
3050         compile-time C checks, done at 'configure'-time.
3051         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
3052         * modules/inttypes (Makefile): Substitute the new symbols that
3053         gl_INTTYPES_H now generates.
3054         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
3055
3056 2007-11-12  Bruno Haible  <bruno@clisp.org>
3057
3058         Tests for Unicode character classification functions.
3059
3060         * modules/unictype/bidicategory-byname-tests: New file.
3061         * modules/unictype/bidicategory-name-tests: New file.
3062         * modules/unictype/bidicategory-of-tests: New file.
3063         * modules/unictype/bidicategory-test-tests: New file.
3064         * modules/unictype/block-list-tests: New file.
3065         * modules/unictype/block-of-tests: New file.
3066         * modules/unictype/block-test-tests: New file.
3067         * modules/unictype/category-C-tests: New file.
3068         * modules/unictype/category-Cc-tests: New file.
3069         * modules/unictype/category-Cf-tests: New file.
3070         * modules/unictype/category-Cn-tests: New file.
3071         * modules/unictype/category-Co-tests: New file.
3072         * modules/unictype/category-Cs-tests: New file.
3073         * modules/unictype/category-L-tests: New file.
3074         * modules/unictype/category-Ll-tests: New file.
3075         * modules/unictype/category-Lm-tests: New file.
3076         * modules/unictype/category-Lo-tests: New file.
3077         * modules/unictype/category-Lt-tests: New file.
3078         * modules/unictype/category-Lu-tests: New file.
3079         * modules/unictype/category-M-tests: New file.
3080         * modules/unictype/category-Mc-tests: New file.
3081         * modules/unictype/category-Me-tests: New file.
3082         * modules/unictype/category-Mn-tests: New file.
3083         * modules/unictype/category-N-tests: New file.
3084         * modules/unictype/category-Nd-tests: New file.
3085         * modules/unictype/category-Nl-tests: New file.
3086         * modules/unictype/category-No-tests: New file.
3087         * modules/unictype/category-P-tests: New file.
3088         * modules/unictype/category-Pc-tests: New file.
3089         * modules/unictype/category-Pd-tests: New file.
3090         * modules/unictype/category-Pe-tests: New file.
3091         * modules/unictype/category-Pf-tests: New file.
3092         * modules/unictype/category-Pi-tests: New file.
3093         * modules/unictype/category-Po-tests: New file.
3094         * modules/unictype/category-Ps-tests: New file.
3095         * modules/unictype/category-S-tests: New file.
3096         * modules/unictype/category-Sc-tests: New file.
3097         * modules/unictype/category-Sk-tests: New file.
3098         * modules/unictype/category-Sm-tests: New file.
3099         * modules/unictype/category-So-tests: New file.
3100         * modules/unictype/category-Z-tests: New file.
3101         * modules/unictype/category-Zl-tests: New file.
3102         * modules/unictype/category-Zp-tests: New file.
3103         * modules/unictype/category-Zs-tests: New file.
3104         * modules/unictype/category-and-not-tests: New file.
3105         * modules/unictype/category-and-tests: New file.
3106         * modules/unictype/category-byname-tests: New file.
3107         * modules/unictype/category-name-tests: New file.
3108         * modules/unictype/category-none-tests: New file.
3109         * modules/unictype/category-of-tests: New file.
3110         * modules/unictype/category-or-tests: New file.
3111         * modules/unictype/category-test-withtable-tests: New file.
3112         * modules/unictype/combining-class-tests: New file.
3113         * modules/unictype/ctype-alnum-tests: New file.
3114         * modules/unictype/ctype-alpha-tests: New file.
3115         * modules/unictype/ctype-blank-tests: New file.
3116         * modules/unictype/ctype-cntrl-tests: New file.
3117         * modules/unictype/ctype-digit-tests: New file.
3118         * modules/unictype/ctype-graph-tests: New file.
3119         * modules/unictype/ctype-lower-tests: New file.
3120         * modules/unictype/ctype-print-tests: New file.
3121         * modules/unictype/ctype-punct-tests: New file.
3122         * modules/unictype/ctype-space-tests: New file.
3123         * modules/unictype/ctype-upper-tests: New file.
3124         * modules/unictype/ctype-xdigit-tests: New file.
3125         * modules/unictype/decimal-digit-tests: New file.
3126         * modules/unictype/digit-tests: New file.
3127         * modules/unictype/mirror-tests: New file.
3128         * modules/unictype/numeric-tests: New file.
3129         * modules/unictype/property-alphabetic-tests: New file.
3130         * modules/unictype/property-ascii-hex-digit-tests: New file.
3131         * modules/unictype/property-bidi-arabic-digit-tests: New file.
3132         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
3133         * modules/unictype/property-bidi-block-separator-tests: New file.
3134         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
3135         * modules/unictype/property-bidi-common-separator-tests: New file.
3136         * modules/unictype/property-bidi-control-tests: New file.
3137         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
3138         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
3139         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
3140         * modules/unictype/property-bidi-european-digit-tests: New file.
3141         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
3142         * modules/unictype/property-bidi-left-to-right-tests: New file.
3143         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
3144         * modules/unictype/property-bidi-other-neutral-tests: New file.
3145         * modules/unictype/property-bidi-pdf-tests: New file.
3146         * modules/unictype/property-bidi-segment-separator-tests: New file.
3147         * modules/unictype/property-bidi-whitespace-tests: New file.
3148         * modules/unictype/property-byname-tests: New file.
3149         * modules/unictype/property-combining-tests: New file.
3150         * modules/unictype/property-composite-tests: New file.
3151         * modules/unictype/property-currency-symbol-tests: New file.
3152         * modules/unictype/property-dash-tests: New file.
3153         * modules/unictype/property-decimal-digit-tests: New file.
3154         * modules/unictype/property-default-ignorable-code-point-tests: New file.
3155         * modules/unictype/property-deprecated-tests: New file.
3156         * modules/unictype/property-diacritic-tests: New file.
3157         * modules/unictype/property-extender-tests: New file.
3158         * modules/unictype/property-format-control-tests: New file.
3159         * modules/unictype/property-grapheme-base-tests: New file.
3160         * modules/unictype/property-grapheme-extend-tests: New file.
3161         * modules/unictype/property-grapheme-link-tests: New file.
3162         * modules/unictype/property-hex-digit-tests: New file.
3163         * modules/unictype/property-hyphen-tests: New file.
3164         * modules/unictype/property-id-continue-tests: New file.
3165         * modules/unictype/property-id-start-tests: New file.
3166         * modules/unictype/property-ideographic-tests: New file.
3167         * modules/unictype/property-ids-binary-operator-tests: New file.
3168         * modules/unictype/property-ids-trinary-operator-tests: New file.
3169         * modules/unictype/property-ignorable-control-tests: New file.
3170         * modules/unictype/property-iso-control-tests: New file.
3171         * modules/unictype/property-join-control-tests: New file.
3172         * modules/unictype/property-left-of-pair-tests: New file.
3173         * modules/unictype/property-line-separator-tests: New file.
3174         * modules/unictype/property-logical-order-exception-tests: New file.
3175         * modules/unictype/property-lowercase-tests: New file.
3176         * modules/unictype/property-math-tests: New file.
3177         * modules/unictype/property-non-break-tests: New file.
3178         * modules/unictype/property-not-a-character-tests: New file.
3179         * modules/unictype/property-numeric-tests: New file.
3180         * modules/unictype/property-other-alphabetic-tests: New file.
3181         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
3182         * modules/unictype/property-other-grapheme-extend-tests: New file.
3183         * modules/unictype/property-other-id-continue-tests: New file.
3184         * modules/unictype/property-other-id-start-tests: New file.
3185         * modules/unictype/property-other-lowercase-tests: New file.
3186         * modules/unictype/property-other-math-tests: New file.
3187         * modules/unictype/property-other-uppercase-tests: New file.
3188         * modules/unictype/property-paired-punctuation-tests: New file.
3189         * modules/unictype/property-paragraph-separator-tests: New file.
3190         * modules/unictype/property-pattern-syntax-tests: New file.
3191         * modules/unictype/property-pattern-white-space-tests: New file.
3192         * modules/unictype/property-private-use-tests: New file.
3193         * modules/unictype/property-punctuation-tests: New file.
3194         * modules/unictype/property-quotation-mark-tests: New file.
3195         * modules/unictype/property-radical-tests: New file.
3196         * modules/unictype/property-sentence-terminal-tests: New file.
3197         * modules/unictype/property-soft-dotted-tests: New file.
3198         * modules/unictype/property-space-tests: New file.
3199         * modules/unictype/property-terminal-punctuation-tests: New file.
3200         * modules/unictype/property-test-tests: New file.
3201         * modules/unictype/property-titlecase-tests: New file.
3202         * modules/unictype/property-unassigned-code-value-tests: New file.
3203         * modules/unictype/property-unified-ideograph-tests: New file.
3204         * modules/unictype/property-uppercase-tests: New file.
3205         * modules/unictype/property-variation-selector-tests: New file.
3206         * modules/unictype/property-white-space-tests: New file.
3207         * modules/unictype/property-xid-continue-tests: New file.
3208         * modules/unictype/property-xid-start-tests: New file.
3209         * modules/unictype/property-zero-width-tests: New file.
3210         * modules/unictype/scripts-tests: New file.
3211         * modules/unictype/syntax-c-ident-tests: New file.
3212         * modules/unictype/syntax-c-whitespace-tests: New file.
3213         * modules/unictype/syntax-java-ident-tests: New file.
3214         * modules/unictype/syntax-java-whitespace-tests: New file.
3215         * tests/unictype/test-bidi_byname.c: New file.
3216         * tests/unictype/test-bidi_name.c: New file.
3217         * tests/unictype/test-bidi_of.c: New file.
3218         * tests/unictype/test-bidi_test.c: New file.
3219         * tests/unictype/test-block_list.c: New file.
3220         * tests/unictype/test-block_of.c: New file.
3221         * tests/unictype/test-block_test.c: New file.
3222         * tests/unictype/test-categ_and.c: New file.
3223         * tests/unictype/test-categ_and_not.c: New file.
3224         * tests/unictype/test-categ_byname.c: New file.
3225         * tests/unictype/test-categ_name.c: New file.
3226         * tests/unictype/test-categ_none.c: New file.
3227         * tests/unictype/test-categ_of.c: New file.
3228         * tests/unictype/test-categ_or.c: New file.
3229         * tests/unictype/test-categ_test_withtable.c: New file.
3230         * tests/unictype/test-combining.c: New file.
3231         * tests/unictype/test-decdigit.c: New file.
3232         * tests/unictype/test-digit.c: New file.
3233         * tests/unictype/test-mirror.c: New file.
3234         * tests/unictype/test-numeric.c: New file.
3235         * tests/unictype/test-pr_byname.c: New file.
3236         * tests/unictype/test-pr_test.c: New file.
3237         * tests/unictype/test-predicate-part1.h: New file.
3238         * tests/unictype/test-predicate-part2.h: New file.
3239         * tests/unictype/test-scripts.c: New file.
3240         * tests/unictype/test-sy_c_ident.c: New file.
3241         * tests/unictype/test-sy_java_ident.c: New file.
3242
3243         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
3244         for Unicode 5.0.0.
3245         * tests/unictype/test-categ_Cc.c: Likewise.
3246         * tests/unictype/test-categ_Cf.c: Likewise.
3247         * tests/unictype/test-categ_Cn.c: Likewise.
3248         * tests/unictype/test-categ_Co.c: Likewise.
3249         * tests/unictype/test-categ_Cs.c: Likewise.
3250         * tests/unictype/test-categ_L.c: Likewise.
3251         * tests/unictype/test-categ_Ll.c: Likewise.
3252         * tests/unictype/test-categ_Lm.c: Likewise.
3253         * tests/unictype/test-categ_Lo.c: Likewise.
3254         * tests/unictype/test-categ_Lt.c: Likewise.
3255         * tests/unictype/test-categ_Lu.c: Likewise.
3256         * tests/unictype/test-categ_M.c: Likewise.
3257         * tests/unictype/test-categ_Mc.c: Likewise.
3258         * tests/unictype/test-categ_Me.c: Likewise.
3259         * tests/unictype/test-categ_Mn.c: Likewise.
3260         * tests/unictype/test-categ_N.c: Likewise.
3261         * tests/unictype/test-categ_Nd.c: Likewise.
3262         * tests/unictype/test-categ_Nl.c: Likewise.
3263         * tests/unictype/test-categ_No.c: Likewise.
3264         * tests/unictype/test-categ_P.c: Likewise.
3265         * tests/unictype/test-categ_Pc.c: Likewise.
3266         * tests/unictype/test-categ_Pd.c: Likewise.
3267         * tests/unictype/test-categ_Pe.c: Likewise.
3268         * tests/unictype/test-categ_Pf.c: Likewise.
3269         * tests/unictype/test-categ_Pi.c: Likewise.
3270         * tests/unictype/test-categ_Po.c: Likewise.
3271         * tests/unictype/test-categ_Ps.c: Likewise.
3272         * tests/unictype/test-categ_S.c: Likewise.
3273         * tests/unictype/test-categ_Sc.c: Likewise.
3274         * tests/unictype/test-categ_Sk.c: Likewise.
3275         * tests/unictype/test-categ_Sm.c: Likewise.
3276         * tests/unictype/test-categ_So.c: Likewise.
3277         * tests/unictype/test-categ_Z.c: Likewise.
3278         * tests/unictype/test-categ_Zl.c: Likewise.
3279         * tests/unictype/test-categ_Zp.c: Likewise.
3280         * tests/unictype/test-categ_Zs.c: Likewise.
3281         * tests/unictype/test-ctype_alnum.c: Likewise.
3282         * tests/unictype/test-ctype_alpha.c: Likewise.
3283         * tests/unictype/test-ctype_blank.c: Likewise.
3284         * tests/unictype/test-ctype_cntrl.c: Likewise.
3285         * tests/unictype/test-ctype_digit.c: Likewise.
3286         * tests/unictype/test-ctype_graph.c: Likewise.
3287         * tests/unictype/test-ctype_lower.c: Likewise.
3288         * tests/unictype/test-ctype_print.c: Likewise.
3289         * tests/unictype/test-ctype_punct.c: Likewise.
3290         * tests/unictype/test-ctype_space.c: Likewise.
3291         * tests/unictype/test-ctype_upper.c: Likewise.
3292         * tests/unictype/test-ctype_xdigit.c: Likewise.
3293         * tests/unictype/test-decdigit.h: Likewise.
3294         * tests/unictype/test-digit.h: Likewise.
3295         * tests/unictype/test-numeric.h: Likewise.
3296         * tests/unictype/test-pr_alphabetic.c: Likewise.
3297         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
3298         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
3299         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
3300         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
3301         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
3302         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
3303         * tests/unictype/test-pr_bidi_control.c: Likewise.
3304         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
3305         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
3306         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
3307         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
3308         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
3309         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
3310         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
3311         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
3312         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
3313         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
3314         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
3315         * tests/unictype/test-pr_combining.c: Likewise.
3316         * tests/unictype/test-pr_composite.c: Likewise.
3317         * tests/unictype/test-pr_currency_symbol.c: Likewise.
3318         * tests/unictype/test-pr_dash.c: Likewise.
3319         * tests/unictype/test-pr_decimal_digit.c: Likewise.
3320         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
3321         * tests/unictype/test-pr_deprecated.c: Likewise.
3322         * tests/unictype/test-pr_diacritic.c: Likewise.
3323         * tests/unictype/test-pr_extender.c: Likewise.
3324         * tests/unictype/test-pr_format_control.c: Likewise.
3325         * tests/unictype/test-pr_grapheme_base.c: Likewise.
3326         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
3327         * tests/unictype/test-pr_grapheme_link.c: Likewise.
3328         * tests/unictype/test-pr_hex_digit.c: Likewise.
3329         * tests/unictype/test-pr_hyphen.c: Likewise.
3330         * tests/unictype/test-pr_id_continue.c: Likewise.
3331         * tests/unictype/test-pr_id_start.c: Likewise.
3332         * tests/unictype/test-pr_ideographic.c: Likewise.
3333         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
3334         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
3335         * tests/unictype/test-pr_ignorable_control.c: Likewise.
3336         * tests/unictype/test-pr_iso_control.c: Likewise.
3337         * tests/unictype/test-pr_join_control.c: Likewise.
3338         * tests/unictype/test-pr_left_of_pair.c: Likewise.
3339         * tests/unictype/test-pr_line_separator.c: Likewise.
3340         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
3341         * tests/unictype/test-pr_lowercase.c: Likewise.
3342         * tests/unictype/test-pr_math.c: Likewise.
3343         * tests/unictype/test-pr_non_break.c: Likewise.
3344         * tests/unictype/test-pr_not_a_character.c: Likewise.
3345         * tests/unictype/test-pr_numeric.c: Likewise.
3346         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
3347         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
3348         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
3349         * tests/unictype/test-pr_other_id_continue.c: Likewise.
3350         * tests/unictype/test-pr_other_id_start.c: Likewise.
3351         * tests/unictype/test-pr_other_lowercase.c: Likewise.
3352         * tests/unictype/test-pr_other_math.c: Likewise.
3353         * tests/unictype/test-pr_other_uppercase.c: Likewise.
3354         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
3355         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
3356         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
3357         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
3358         * tests/unictype/test-pr_private_use.c: Likewise.
3359         * tests/unictype/test-pr_punctuation.c: Likewise.
3360         * tests/unictype/test-pr_quotation_mark.c: Likewise.
3361         * tests/unictype/test-pr_radical.c: Likewise.
3362         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
3363         * tests/unictype/test-pr_soft_dotted.c: Likewise.
3364         * tests/unictype/test-pr_space.c: Likewise.
3365         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
3366         * tests/unictype/test-pr_titlecase.c: Likewise.
3367         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
3368         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
3369         * tests/unictype/test-pr_uppercase.c: Likewise.
3370         * tests/unictype/test-pr_variation_selector.c: Likewise.
3371         * tests/unictype/test-pr_white_space.c: Likewise.
3372         * tests/unictype/test-pr_xid_continue.c: Likewise.
3373         * tests/unictype/test-pr_xid_start.c: Likewise.
3374         * tests/unictype/test-pr_zero_width.c: Likewise.
3375         * tests/unictype/test-sy_c_whitespace.c: Likewise.
3376         * tests/unictype/test-sy_java_whitespace.c: Likewise.
3377
3378 2007-11-12  Bruno Haible  <bruno@clisp.org>
3379
3380         Unicode character classification functions.
3381         * lib/unictype.h: New file.
3382         * modules/unictype/base: New file.
3383         * modules/unictype/category-L: New file.
3384         * modules/unictype/category-Lu: New file.
3385         * modules/unictype/category-Ll: New file.
3386         * modules/unictype/category-Lt: New file.
3387         * modules/unictype/category-Lm: New file.
3388         * modules/unictype/category-Lo: New file.
3389         * modules/unictype/category-M: New file.
3390         * modules/unictype/category-Mn: New file.
3391         * modules/unictype/category-Mc: New file.
3392         * modules/unictype/category-Me: New file.
3393         * modules/unictype/category-N: New file.
3394         * modules/unictype/category-Nd: New file.
3395         * modules/unictype/category-Nl: New file.
3396         * modules/unictype/category-No: New file.
3397         * modules/unictype/category-P: New file.
3398         * modules/unictype/category-Pc: New file.
3399         * modules/unictype/category-Pd: New file.
3400         * modules/unictype/category-Ps: New file.
3401         * modules/unictype/category-Pe: New file.
3402         * modules/unictype/category-Pi: New file.
3403         * modules/unictype/category-Pf: New file.
3404         * modules/unictype/category-Po: New file.
3405         * modules/unictype/category-S: New file.
3406         * modules/unictype/category-Sm: New file.
3407         * modules/unictype/category-Sc: New file.
3408         * modules/unictype/category-Sk: New file.
3409         * modules/unictype/category-So: New file.
3410         * modules/unictype/category-Z: New file.
3411         * modules/unictype/category-Zs: New file.
3412         * modules/unictype/category-Zl: New file.
3413         * modules/unictype/category-Zp: New file.
3414         * modules/unictype/category-C: New file.
3415         * modules/unictype/category-Cc: New file.
3416         * modules/unictype/category-Cf: New file.
3417         * modules/unictype/category-Cs: New file.
3418         * modules/unictype/category-Co: New file.
3419         * modules/unictype/category-Cn: New file.
3420         * modules/unictype/category-or: New file.
3421         * modules/unictype/category-of: New file.
3422         * modules/unictype/category-test: New file.
3423         * modules/unictype/category-test-withtable: New file.
3424         * modules/unictype/category-byname: New file.
3425         * modules/unictype/category-none: New file.
3426         * modules/unictype/category-and: New file.
3427         * modules/unictype/category-and-not: New file.
3428         * modules/unictype/category-name: New file.
3429         * modules/unictype/combining-class: New file.
3430         * modules/unictype/category-all: New file.
3431         * modules/unictype/bidicategory-all: New file.
3432         * modules/unictype/bidicategory-byname: New file.
3433         * modules/unictype/bidicategory-name: New file.
3434         * modules/unictype/bidicategory-of: New file.
3435         * modules/unictype/bidicategory-test: New file.
3436         * modules/unictype/decimal-digit: New file.
3437         * modules/unictype/digit: New file.
3438         * modules/unictype/numeric: New file.
3439         * modules/unictype/mirror: New file.
3440         * modules/unictype/property-white-space: New file.
3441         * modules/unictype/property-alphabetic: New file.
3442         * modules/unictype/property-other-alphabetic: New file.
3443         * modules/unictype/property-not-a-character: New file.
3444         * modules/unictype/property-default-ignorable-code-point: New file.
3445         * modules/unictype/property-other-default-ignorable-code-point: New
3446         file.
3447         * modules/unictype/property-deprecated: New file.
3448         * modules/unictype/property-logical-order-exception: New file.
3449         * modules/unictype/property-variation-selector: New file.
3450         * modules/unictype/property-private-use: New file.
3451         * modules/unictype/property-unassigned-code-value: New file.
3452         * modules/unictype/property-uppercase: New file.
3453         * modules/unictype/property-other-uppercase: New file.
3454         * modules/unictype/property-lowercase: New file.
3455         * modules/unictype/property-other-lowercase: New file.
3456         * modules/unictype/property-titlecase: New file.
3457         * modules/unictype/property-soft-dotted: New file.
3458         * modules/unictype/property-id-start: New file.
3459         * modules/unictype/property-other-id-start: New file.
3460         * modules/unictype/property-id-continue: New file.
3461         * modules/unictype/property-other-id-continue: New file.
3462         * modules/unictype/property-xid-start: New file.
3463         * modules/unictype/property-xid-continue: New file.
3464         * modules/unictype/property-pattern-white-space: New file.
3465         * modules/unictype/property-pattern-syntax: New file.
3466         * modules/unictype/property-join-control: New file.
3467         * modules/unictype/property-grapheme-base: New file.
3468         * modules/unictype/property-grapheme-extend: New file.
3469         * modules/unictype/property-other-grapheme-extend: New file.
3470         * modules/unictype/property-grapheme-link: New file.
3471         * modules/unictype/property-bidi-control: New file.
3472         * modules/unictype/property-bidi-left-to-right: New file.
3473         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
3474         * modules/unictype/property-bidi-arabic-right-to-left: New file.
3475         * modules/unictype/property-bidi-european-digit: New file.
3476         * modules/unictype/property-bidi-eur-num-separator: New file.
3477         * modules/unictype/property-bidi-eur-num-terminator: New file.
3478         * modules/unictype/property-bidi-arabic-digit: New file.
3479         * modules/unictype/property-bidi-common-separator: New file.
3480         * modules/unictype/property-bidi-block-separator: New file.
3481         * modules/unictype/property-bidi-segment-separator: New file.
3482         * modules/unictype/property-bidi-whitespace: New file.
3483         * modules/unictype/property-bidi-non-spacing-mark: New file.
3484         * modules/unictype/property-bidi-boundary-neutral: New file.
3485         * modules/unictype/property-bidi-pdf: New file.
3486         * modules/unictype/property-bidi-embedding-or-override: New file.
3487         * modules/unictype/property-bidi-other-neutral: New file.
3488         * modules/unictype/property-hex-digit: New file.
3489         * modules/unictype/property-ascii-hex-digit: New file.
3490         * modules/unictype/property-ideographic: New file.
3491         * modules/unictype/property-unified-ideograph: New file.
3492         * modules/unictype/property-radical: New file.
3493         * modules/unictype/property-ids-binary-operator: New file.
3494         * modules/unictype/property-ids-trinary-operator: New file.
3495         * modules/unictype/property-zero-width: New file.
3496         * modules/unictype/property-space: New file.
3497         * modules/unictype/property-non-break: New file.
3498         * modules/unictype/property-iso-control: New file.
3499         * modules/unictype/property-format-control: New file.
3500         * modules/unictype/property-dash: New file.
3501         * modules/unictype/property-hyphen: New file.
3502         * modules/unictype/property-punctuation: New file.
3503         * modules/unictype/property-line-separator: New file.
3504         * modules/unictype/property-paragraph-separator: New file.
3505         * modules/unictype/property-quotation-mark: New file.
3506         * modules/unictype/property-sentence-terminal: New file.
3507         * modules/unictype/property-terminal-punctuation: New file.
3508         * modules/unictype/property-currency-symbol: New file.
3509         * modules/unictype/property-math: New file.
3510         * modules/unictype/property-other-math: New file.
3511         * modules/unictype/property-paired-punctuation: New file.
3512         * modules/unictype/property-left-of-pair: New file.
3513         * modules/unictype/property-combining: New file.
3514         * modules/unictype/property-composite: New file.
3515         * modules/unictype/property-decimal-digit: New file.
3516         * modules/unictype/property-numeric: New file.
3517         * modules/unictype/property-diacritic: New file.
3518         * modules/unictype/property-extender: New file.
3519         * modules/unictype/property-ignorable-control: New file.
3520         * modules/unictype/property-test: New file.
3521         * modules/unictype/property-byname: New file.
3522         * modules/unictype/property-all: New file.
3523         * modules/unictype/scripts: New file.
3524         * modules/unictype/scripts-all: New file.
3525         * modules/unictype/block-of: New file.
3526         * modules/unictype/block-test: New file.
3527         * modules/unictype/block-list: New file.
3528         * modules/unictype/block-all: New file.
3529         * modules/unictype/syntax-c-whitespace: New file.
3530         * modules/unictype/syntax-java-whitespace: New file.
3531         * modules/unictype/syntax-c-ident: New file.
3532         * modules/unictype/syntax-java-ident: New file.
3533         * modules/unictype/ctype-alnum: New file.
3534         * modules/unictype/ctype-alpha: New file.
3535         * modules/unictype/ctype-cntrl: New file.
3536         * modules/unictype/ctype-digit: New file.
3537         * modules/unictype/ctype-graph: New file.
3538         * modules/unictype/ctype-lower: New file.
3539         * modules/unictype/ctype-print: New file.
3540         * modules/unictype/ctype-punct: New file.
3541         * modules/unictype/ctype-space: New file.
3542         * modules/unictype/ctype-upper: New file.
3543         * modules/unictype/ctype-xdigit: New file.
3544         * modules/unictype/ctype-blank: New file.
3545         * lib/unictype/bidi_byname.c: New file.
3546         * lib/unictype/bidi_name.c: New file.
3547         * lib/unictype/bidi_of.c: New file.
3548         * lib/unictype/bidi_test.c: New file.
3549         * lib/unictype/bitmap.h: New file.
3550         * lib/unictype/block_test.c: New file.
3551         * lib/unictype/blocks.c: New file.
3552         * lib/unictype/categ_C.c: New file.
3553         * lib/unictype/categ_Cc.c: New file.
3554         * lib/unictype/categ_Cf.c: New file.
3555         * lib/unictype/categ_Cn.c: New file.
3556         * lib/unictype/categ_Co.c: New file.
3557         * lib/unictype/categ_Cs.c: New file.
3558         * lib/unictype/categ_L.c: New file.
3559         * lib/unictype/categ_Ll.c: New file.
3560         * lib/unictype/categ_Lm.c: New file.
3561         * lib/unictype/categ_Lo.c: New file.
3562         * lib/unictype/categ_Lt.c: New file.
3563         * lib/unictype/categ_Lu.c: New file.
3564         * lib/unictype/categ_M.c: New file.
3565         * lib/unictype/categ_Mc.c: New file.
3566         * lib/unictype/categ_Me.c: New file.
3567         * lib/unictype/categ_Mn.c: New file.
3568         * lib/unictype/categ_N.c: New file.
3569         * lib/unictype/categ_Nd.c: New file.
3570         * lib/unictype/categ_Nl.c: New file.
3571         * lib/unictype/categ_No.c: New file.
3572         * lib/unictype/categ_P.c: New file.
3573         * lib/unictype/categ_Pc.c: New file.
3574         * lib/unictype/categ_Pd.c: New file.
3575         * lib/unictype/categ_Pe.c: New file.
3576         * lib/unictype/categ_Pf.c: New file.
3577         * lib/unictype/categ_Pi.c: New file.
3578         * lib/unictype/categ_Po.c: New file.
3579         * lib/unictype/categ_Ps.c: New file.
3580         * lib/unictype/categ_S.c: New file.
3581         * lib/unictype/categ_Sc.c: New file.
3582         * lib/unictype/categ_Sk.c: New file.
3583         * lib/unictype/categ_Sm.c: New file.
3584         * lib/unictype/categ_So.c: New file.
3585         * lib/unictype/categ_Z.c: New file.
3586         * lib/unictype/categ_Zl.c: New file.
3587         * lib/unictype/categ_Zp.c: New file.
3588         * lib/unictype/categ_Zs.c: New file.
3589         * lib/unictype/categ_and.c: New file.
3590         * lib/unictype/categ_and_not.c: New file.
3591         * lib/unictype/categ_byname.c: New file.
3592         * lib/unictype/categ_name.c: New file.
3593         * lib/unictype/categ_none.c: New file.
3594         * lib/unictype/categ_of.c: New file.
3595         * lib/unictype/categ_or.c: New file.
3596         * lib/unictype/categ_test.c: New file.
3597         * lib/unictype/combining.c: New file.
3598         * lib/unictype/ctype_alnum.c: New file.
3599         * lib/unictype/ctype_alpha.c: New file.
3600         * lib/unictype/ctype_blank.c: New file.
3601         * lib/unictype/ctype_cntrl.c: New file.
3602         * lib/unictype/ctype_digit.c: New file.
3603         * lib/unictype/ctype_graph.c: New file.
3604         * lib/unictype/ctype_lower.c: New file.
3605         * lib/unictype/ctype_print.c: New file.
3606         * lib/unictype/ctype_punct.c: New file.
3607         * lib/unictype/ctype_space.c: New file.
3608         * lib/unictype/ctype_upper.c: New file.
3609         * lib/unictype/ctype_xdigit.c: New file.
3610         * lib/unictype/decdigit.c: New file.
3611         * lib/unictype/digit.c: New file.
3612         * lib/unictype/identsyntaxmap.h: New file.
3613         * lib/unictype/mirror.c: New file.
3614         * lib/unictype/numeric.c: New file.
3615         * lib/unictype/pr_alphabetic.c: New file.
3616         * lib/unictype/pr_ascii_hex_digit.c: New file.
3617         * lib/unictype/pr_bidi_arabic_digit.c: New file.
3618         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
3619         * lib/unictype/pr_bidi_block_separator.c: New file.
3620         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
3621         * lib/unictype/pr_bidi_common_separator.c: New file.
3622         * lib/unictype/pr_bidi_control.c: New file.
3623         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
3624         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
3625         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
3626         * lib/unictype/pr_bidi_european_digit.c: New file.
3627         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
3628         * lib/unictype/pr_bidi_left_to_right.c: New file.
3629         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
3630         * lib/unictype/pr_bidi_other_neutral.c: New file.
3631         * lib/unictype/pr_bidi_pdf.c: New file.
3632         * lib/unictype/pr_bidi_segment_separator.c: New file.
3633         * lib/unictype/pr_bidi_whitespace.c: New file.
3634         * lib/unictype/pr_byname.c: New file.
3635         * lib/unictype/pr_byname.gperf: New file.
3636         * lib/unictype/pr_combining.c: New file.
3637         * lib/unictype/pr_composite.c: New file.
3638         * lib/unictype/pr_currency_symbol.c: New file.
3639         * lib/unictype/pr_dash.c: New file.
3640         * lib/unictype/pr_decimal_digit.c: New file.
3641         * lib/unictype/pr_default_ignorable_code_point.c: New file.
3642         * lib/unictype/pr_deprecated.c: New file.
3643         * lib/unictype/pr_diacritic.c: New file.
3644         * lib/unictype/pr_extender.c: New file.
3645         * lib/unictype/pr_format_control.c: New file.
3646         * lib/unictype/pr_grapheme_base.c: New file.
3647         * lib/unictype/pr_grapheme_extend.c: New file.
3648         * lib/unictype/pr_grapheme_link.c: New file.
3649         * lib/unictype/pr_hex_digit.c: New file.
3650         * lib/unictype/pr_hyphen.c: New file.
3651         * lib/unictype/pr_id_continue.c: New file.
3652         * lib/unictype/pr_id_start.c: New file.
3653         * lib/unictype/pr_ideographic.c: New file.
3654         * lib/unictype/pr_ids_binary_operator.c: New file.
3655         * lib/unictype/pr_ids_trinary_operator.c: New file.
3656         * lib/unictype/pr_ignorable_control.c: New file.
3657         * lib/unictype/pr_iso_control.c: New file.
3658         * lib/unictype/pr_join_control.c: New file.
3659         * lib/unictype/pr_left_of_pair.c: New file.
3660         * lib/unictype/pr_line_separator.c: New file.
3661         * lib/unictype/pr_logical_order_exception.c: New file.
3662         * lib/unictype/pr_lowercase.c: New file.
3663         * lib/unictype/pr_math.c: New file.
3664         * lib/unictype/pr_non_break.c: New file.
3665         * lib/unictype/pr_not_a_character.c: New file.
3666         * lib/unictype/pr_numeric.c: New file.
3667         * lib/unictype/pr_other_alphabetic.c: New file.
3668         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
3669         * lib/unictype/pr_other_grapheme_extend.c: New file.
3670         * lib/unictype/pr_other_id_continue.c: New file.
3671         * lib/unictype/pr_other_id_start.c: New file.
3672         * lib/unictype/pr_other_lowercase.c: New file.
3673         * lib/unictype/pr_other_math.c: New file.
3674         * lib/unictype/pr_other_uppercase.c: New file.
3675         * lib/unictype/pr_paired_punctuation.c: New file.
3676         * lib/unictype/pr_paragraph_separator.c: New file.
3677         * lib/unictype/pr_pattern_syntax.c: New file.
3678         * lib/unictype/pr_pattern_white_space.c: New file.
3679         * lib/unictype/pr_private_use.c: New file.
3680         * lib/unictype/pr_punctuation.c: New file.
3681         * lib/unictype/pr_quotation_mark.c: New file.
3682         * lib/unictype/pr_radical.c: New file.
3683         * lib/unictype/pr_sentence_terminal.c: New file.
3684         * lib/unictype/pr_soft_dotted.c: New file.
3685         * lib/unictype/pr_space.c: New file.
3686         * lib/unictype/pr_terminal_punctuation.c: New file.
3687         * lib/unictype/pr_test.c: New file.
3688         * lib/unictype/pr_titlecase.c: New file.
3689         * lib/unictype/pr_unassigned_code_value.c: New file.
3690         * lib/unictype/pr_unified_ideograph.c: New file.
3691         * lib/unictype/pr_uppercase.c: New file.
3692         * lib/unictype/pr_variation_selector.c: New file.
3693         * lib/unictype/pr_white_space.c: New file.
3694         * lib/unictype/pr_xid_continue.c: New file.
3695         * lib/unictype/pr_xid_start.c: New file.
3696         * lib/unictype/pr_zero_width.c: New file.
3697         * lib/unictype/scripts.c: New file.
3698         * lib/unictype/sy_c_ident.c: New file.
3699         * lib/unictype/sy_c_whitespace.c: New file.
3700         * lib/unictype/sy_java_ident.c: New file.
3701         * lib/unictype/sy_java_whitespace.c: New file.
3702
3703         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
3704         Unicode 5.0.0.
3705         * lib/unictype/blocks.h: Likewise.
3706         * lib/unictype/categ_C.h: Likewise.
3707         * lib/unictype/categ_Cc.h: Likewise.
3708         * lib/unictype/categ_Cf.h: Likewise.
3709         * lib/unictype/categ_Cn.h: Likewise.
3710         * lib/unictype/categ_Co.h: Likewise.
3711         * lib/unictype/categ_Cs.h: Likewise.
3712         * lib/unictype/categ_L.h: Likewise.
3713         * lib/unictype/categ_Ll.h: Likewise.
3714         * lib/unictype/categ_Lm.h: Likewise.
3715         * lib/unictype/categ_Lo.h: Likewise.
3716         * lib/unictype/categ_Lt.h: Likewise.
3717         * lib/unictype/categ_Lu.h: Likewise.
3718         * lib/unictype/categ_M.h: Likewise.
3719         * lib/unictype/categ_Mc.h: Likewise.
3720         * lib/unictype/categ_Me.h: Likewise.
3721         * lib/unictype/categ_Mn.h: Likewise.
3722         * lib/unictype/categ_N.h: Likewise.
3723         * lib/unictype/categ_Nd.h: Likewise.
3724         * lib/unictype/categ_Nl.h: Likewise.
3725         * lib/unictype/categ_No.h: Likewise.
3726         * lib/unictype/categ_P.h: Likewise.
3727         * lib/unictype/categ_Pc.h: Likewise.
3728         * lib/unictype/categ_Pd.h: Likewise.
3729         * lib/unictype/categ_Pe.h: Likewise.
3730         * lib/unictype/categ_Pf.h: Likewise.
3731         * lib/unictype/categ_Pi.h: Likewise.
3732         * lib/unictype/categ_Po.h: Likewise.
3733         * lib/unictype/categ_Ps.h: Likewise.
3734         * lib/unictype/categ_S.h: Likewise.
3735         * lib/unictype/categ_Sc.h: Likewise.
3736         * lib/unictype/categ_Sk.h: Likewise.
3737         * lib/unictype/categ_Sm.h: Likewise.
3738         * lib/unictype/categ_So.h: Likewise.
3739         * lib/unictype/categ_Z.h: Likewise.
3740         * lib/unictype/categ_Zl.h: Likewise.
3741         * lib/unictype/categ_Zp.h: Likewise.
3742         * lib/unictype/categ_Zs.h: Likewise.
3743         * lib/unictype/categ_of.h: Likewise.
3744         * lib/unictype/combining.h: Likewise.
3745         * lib/unictype/ctype_alnum.h: Likewise.
3746         * lib/unictype/ctype_alpha.h: Likewise.
3747         * lib/unictype/ctype_blank.h: Likewise.
3748         * lib/unictype/ctype_cntrl.h: Likewise.
3749         * lib/unictype/ctype_digit.h: Likewise.
3750         * lib/unictype/ctype_graph.h: Likewise.
3751         * lib/unictype/ctype_lower.h: Likewise.
3752         * lib/unictype/ctype_print.h: Likewise.
3753         * lib/unictype/ctype_punct.h: Likewise.
3754         * lib/unictype/ctype_space.h: Likewise.
3755         * lib/unictype/ctype_upper.h: Likewise.
3756         * lib/unictype/ctype_xdigit.h: Likewise.
3757         * lib/unictype/decdigit.h: Likewise.
3758         * lib/unictype/digit.h: Likewise.
3759         * lib/unictype/mirror.h: Likewise.
3760         * lib/unictype/numeric.h: Likewise.
3761         * lib/unictype/pr_alphabetic.h: Likewise.
3762         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
3763         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
3764         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
3765         * lib/unictype/pr_bidi_block_separator.h: Likewise.
3766         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
3767         * lib/unictype/pr_bidi_common_separator.h: Likewise.
3768         * lib/unictype/pr_bidi_control.h: Likewise.
3769         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
3770         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
3771         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
3772         * lib/unictype/pr_bidi_european_digit.h: Likewise.
3773         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
3774         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
3775         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
3776         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
3777         * lib/unictype/pr_bidi_pdf.h: Likewise.
3778         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
3779         * lib/unictype/pr_bidi_whitespace.h: Likewise.
3780         * lib/unictype/pr_combining.h: Likewise.
3781         * lib/unictype/pr_composite.h: Likewise.
3782         * lib/unictype/pr_currency_symbol.h: Likewise.
3783         * lib/unictype/pr_dash.h: Likewise.
3784         * lib/unictype/pr_decimal_digit.h: Likewise.
3785         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
3786         * lib/unictype/pr_deprecated.h: Likewise.
3787         * lib/unictype/pr_diacritic.h: Likewise.
3788         * lib/unictype/pr_extender.h: Likewise.
3789         * lib/unictype/pr_format_control.h: Likewise.
3790         * lib/unictype/pr_grapheme_base.h: Likewise.
3791         * lib/unictype/pr_grapheme_extend.h: Likewise.
3792         * lib/unictype/pr_grapheme_link.h: Likewise.
3793         * lib/unictype/pr_hex_digit.h: Likewise.
3794         * lib/unictype/pr_hyphen.h: Likewise.
3795         * lib/unictype/pr_id_continue.h: Likewise.
3796         * lib/unictype/pr_id_start.h: Likewise.
3797         * lib/unictype/pr_ideographic.h: Likewise.
3798         * lib/unictype/pr_ids_binary_operator.h: Likewise.
3799         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
3800         * lib/unictype/pr_ignorable_control.h: Likewise.
3801         * lib/unictype/pr_iso_control.h: Likewise.
3802         * lib/unictype/pr_join_control.h: Likewise.
3803         * lib/unictype/pr_left_of_pair.h: Likewise.
3804         * lib/unictype/pr_line_separator.h: Likewise.
3805         * lib/unictype/pr_logical_order_exception.h: Likewise.
3806         * lib/unictype/pr_lowercase.h: Likewise.
3807         * lib/unictype/pr_math.h: Likewise.
3808         * lib/unictype/pr_non_break.h: Likewise.
3809         * lib/unictype/pr_not_a_character.h: Likewise.
3810         * lib/unictype/pr_numeric.h: Likewise.
3811         * lib/unictype/pr_other_alphabetic.h: Likewise.
3812         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
3813         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
3814         * lib/unictype/pr_other_id_continue.h: Likewise.
3815         * lib/unictype/pr_other_id_start.h: Likewise.
3816         * lib/unictype/pr_other_lowercase.h: Likewise.
3817         * lib/unictype/pr_other_math.h: Likewise.
3818         * lib/unictype/pr_other_uppercase.h: Likewise.
3819         * lib/unictype/pr_paired_punctuation.h: Likewise.
3820         * lib/unictype/pr_paragraph_separator.h: Likewise.
3821         * lib/unictype/pr_pattern_syntax.h: Likewise.
3822         * lib/unictype/pr_pattern_white_space.h: Likewise.
3823         * lib/unictype/pr_private_use.h: Likewise.
3824         * lib/unictype/pr_punctuation.h: Likewise.
3825         * lib/unictype/pr_quotation_mark.h: Likewise.
3826         * lib/unictype/pr_radical.h: Likewise.
3827         * lib/unictype/pr_sentence_terminal.h: Likewise.
3828         * lib/unictype/pr_soft_dotted.h: Likewise.
3829         * lib/unictype/pr_space.h: Likewise.
3830         * lib/unictype/pr_terminal_punctuation.h: Likewise.
3831         * lib/unictype/pr_titlecase.h: Likewise.
3832         * lib/unictype/pr_unassigned_code_value.h: Likewise.
3833         * lib/unictype/pr_unified_ideograph.h: Likewise.
3834         * lib/unictype/pr_uppercase.h: Likewise.
3835         * lib/unictype/pr_variation_selector.h: Likewise.
3836         * lib/unictype/pr_white_space.h: Likewise.
3837         * lib/unictype/pr_xid_continue.h: Likewise.
3838         * lib/unictype/pr_xid_start.h: Likewise.
3839         * lib/unictype/pr_zero_width.h: Likewise.
3840         * lib/unictype/scripts.h: Likewise.
3841         * lib/unictype/scripts_byname.gperf: Likewise.
3842         * lib/unictype/sy_c_ident.h: Likewise.
3843         * lib/unictype/sy_c_whitespace.h: Likewise.
3844         * lib/unictype/sy_java_ident.h: Likewise.
3845         * lib/unictype/sy_java_whitespace.h: Likewise.
3846
3847         * lib/unictype/Makefile: New file.
3848         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
3849         glibc.
3850         * lib/unictype/3level.h: New file, copied from glibc.
3851         * lib/unictype/3levelbit.h: New file.
3852
3853 2007-11-11  Bruno Haible  <bruno@clisp.org>
3854
3855         * modules/gperf: New file.
3856         * modules/iconv_open (Depends-on): Add it.
3857         (Makefile.am): Remove the GPERF definition.
3858
3859 2007-11-11  Bruno Haible  <bruno@clisp.org>
3860
3861         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
3862         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
3863
3864 2007-11-11  Bruno Haible  <bruno@clisp.org>
3865
3866         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
3867         (usage): Remove function.
3868
3869 2007-11-11  Bruno Haible  <bruno@clisp.org>
3870
3871         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
3872         gl_FUNC_CEILF_LIBS.
3873         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
3874         gl_FUNC_CEIL_LIBS.
3875         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
3876         gl_FUNC_CEILL_LIBS.
3877         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
3878         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
3879         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
3880
3881 2007-11-11  Bruno Haible  <bruno@clisp.org>
3882
3883         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
3884         roundf were declared but do not exist on functions.
3885         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
3886         roundl were declared but do not exist on functions.
3887         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
3888         HAVE_FLOORL_AND_CEILL, respectively.
3889         Needed for Sun C on Solaris 10.
3890
3891 2007-11-11  Bruno Haible  <bruno@clisp.org>
3892
3893         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
3894         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
3895         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
3896         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
3897         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
3898         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
3899         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
3900         HAVE_DECL_ROUNDF.
3901         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
3902         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
3903         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
3904         of HAVE_DECL_ROUND*.
3905         * modules/math (Makefile.am): Update.
3906
3907 2007-11-10  Bruno Haible  <bruno@clisp.org>
3908
3909         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
3910         ptrdiff_t as m4/intl.m4.
3911
3912 2007-11-10  Jim Meyering  <meyering@redhat.com>
3913
3914         Avoid link failure for the argmatch test.
3915         * tests/test-argmatch.c (usage): Define function to avoid a link
3916         failure: argmatch_die requires a usage function.
3917
3918 2007-11-09  Bruno Haible  <bruno@clisp.org>
3919
3920         * doc/functions/snprintf.texi: Mention BeOS deficiency.
3921         * doc/functions/vsnprintf.texi: Likewise.
3922         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
3923         with a size argument < 2.
3924
3925 2007-11-09  Bruno Haible  <bruno@clisp.org>
3926
3927         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
3928         buffer. Fixes an inefficiency introduced on 2007-11-03.
3929
3930 2007-11-09  Bruno Haible  <bruno@clisp.org>
3931
3932         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
3933         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
3934
3935 2007-11-08  Jim Meyering  <meyering@redhat.com>
3936
3937         Change cache variable name prefix "jm_" to "gl_" everywhere.
3938         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
3939         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
3940         * m4/uptime.m4: s/gl_/jm_/
3941
3942 2007-11-07  Bruno Haible  <bruno@clisp.org>
3943
3944         Update to GNU gettext 0.17.
3945         * m4/intl.m4: Update to GNU gettext 0.17.
3946         * m4/po.m4: Likewise.
3947         * modules/gettext (Files): Remove m4/ulonglong.m4.
3948         (configure.ac): Require gettext infrastructure from version 0.17.
3949
3950 2007-11-06  Bruno Haible  <bruno@clisp.org>
3951
3952         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
3953         symbolic values are not defined in a public header.
3954         * lib/freadable.c (freadable) [QNX]: Likewise.
3955         * lib/freadahead.c (freadahead) [QNX]: Likewise.
3956         * lib/freading.c (freading) [QNX]: Likewise.
3957         * lib/fseterr.c (fseterr) [QNX]: Likewise.
3958         * lib/fwritable.c (fwritable) [QNX]: Likewise.
3959         * lib/fwriting.c (fwriting) [QNX]: Likewise.
3960         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
3961         Reported by Alain Magloire.
3962
3963         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
3964
3965 2007-11-05  Bruno Haible  <bruno@clisp.org>
3966
3967         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
3968         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
3969         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
3970         Reported by Eric Blake.
3971
3972 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3973             Bruno Haible  <bruno@clisp.org>
3974
3975         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
3976         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
3977         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
3978         (malloc): Undefine also before including <stdlib.h>.
3979         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
3980         Needed on OSF/1 4.0.
3981
3982 2007-11-05  Jim Meyering  <meyering@redhat.com>
3983
3984         git-version-gen: sync from coreutils.
3985         * build-aux/git-version-gen: Add comments.
3986         Change the first '-' to '.' in the snapshot version string,
3987         e.g., 6.9-377-08144 -> 6.9.377-08144
3988         Remove first parameter.
3989         Don't declare a version "-dirty" merely because a time
3990         stamp has changed.
3991
3992 2007-11-04  Bruno Haible  <bruno@clisp.org>
3993
3994         * lib/lock.h: Protect all macro definitions containing an 'if'
3995         statement through a "do { ... } while (0)".
3996         * lib/tls.h: Likewise.
3997
3998 2007-11-04  Bruno Haible  <bruno@clisp.org>
3999
4000         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
4001
4002 2007-11-04  Bruno Haible  <bruno@clisp.org>
4003
4004         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
4005         * modules/fprintf-posix (Depends-on): Add nocrash.
4006         * modules/snprintf-posix (Depends-on): Likewise.
4007         * modules/sprintf-posix (Depends-on): Likewise.
4008         * modules/vasnprintf-posix (Depends-on): Likewise.
4009         * modules/vasprintf-posix (Depends-on): Likewise.
4010         * modules/vfprintf-posix (Depends-on): Likewise.
4011         * modules/vsnprintf-posix (Depends-on): Likewise.
4012         * modules/vsprintf-posix (Depends-on): Likewise.
4013         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4014         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4015         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4016         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4017         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4018         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4019         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4020
4021 2007-11-04  Bruno Haible  <bruno@clisp.org>
4022
4023         * modules/nocrash: New file.
4024         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
4025         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
4026
4027 2007-11-04  Bruno Haible  <bruno@clisp.org>
4028
4029         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
4030         precision handling.
4031         * tests/test-vasprintf-posix.c (test_function): Likewise.
4032         * tests/test-snprintf-posix.h (test_function): Likewise.
4033         * tests/test-sprintf-posix.h (test_function): Likewise.
4034
4035         Fix *printf behaviour for large precisions on mingw and BeOS.
4036         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
4037         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
4038         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
4039         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4040         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4041         gl_PRINTF_PRECISION and test its result. Invoke
4042         gl_PREREQ_VASNPRINTF_PRECISION.
4043         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4044         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4045         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4046         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4047         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4048         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4049         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4050         * doc/functions/fprintf.texi: Update.
4051         * doc/functions/printf.texi: Update.
4052         * doc/functions/snprintf.texi: Update.
4053         * doc/functions/sprintf.texi: Update.
4054         * doc/functions/vfprintf.texi: Update.
4055         * doc/functions/vprintf.texi: Update.
4056         * doc/functions/vsnprintf.texi: Update.
4057         * doc/functions/vsprintf.texi: Update.
4058
4059 2007-11-04  Bruno Haible  <bruno@clisp.org>
4060
4061         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
4062
4063 2007-11-04  Bruno Haible  <bruno@clisp.org>
4064
4065         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
4066         Reported by Sylvain Beucler <beuc@gnu.org>.
4067
4068 2007-11-03  Bruno Haible  <bruno@clisp.org>
4069
4070         * tests/test-fprintf-posix2.sh: New file.
4071         * tests/test-fprintf-posix2.c: New file.
4072         * modules/fprintf-posix-tests (Files): Add them.
4073         (TESTS): Add test-fprintf-posix2.sh.
4074         (configure.ac): Check for getrlimit and setrlimit.
4075         (check_PROGRAMS): Add test-fprintf-posix2.
4076
4077         * tests/test-printf-posix2.sh: New file.
4078         * tests/test-printf-posix2.c: New file.
4079         * modules/printf-posix-tests (Files): Add them.
4080         (TESTS): Add test-printf-posix2.sh.
4081         (configure.ac): Check for getrlimit and setrlimit.
4082         (check_PROGRAMS): Add test-printf-posix2.
4083
4084         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
4085         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
4086         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
4087         (decode_double): New function, copied from decode_long_double.
4088         (scale10_round_decimal_decoded): New function, extracted from
4089         scale10_round_decimal_long_double.
4090         (scale10_round_decimal_long_double): Use it.
4091         (scale10_round_decimal_double): New function.
4092         (floorlog10): New function.
4093         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
4094         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
4095         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4096         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4097         gl_PRINTF_ENOMEM and test its result. Invoke
4098         gl_PREREQ_VASNPRINTF_ENOMEM.
4099         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4100         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4101         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4102         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4103         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4104         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4105         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4106         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
4107         * modules/snprintf-posix (Depends-on): Likewise.
4108         * modules/sprintf-posix (Depends-on): Likewise.
4109         * modules/vasnprintf-posix (Depends-on): Likewise.
4110         * modules/vasprintf-posix (Depends-on): Likewise.
4111         * modules/vfprintf-posix (Depends-on): Likewise.
4112         * modules/vsnprintf-posix (Depends-on): Likewise.
4113         * modules/vsprintf-posix (Depends-on): Likewise.
4114         * doc/functions/fprintf.texi: Update.
4115         * doc/functions/printf.texi: Update.
4116         * doc/functions/snprintf.texi: Update.
4117         * doc/functions/sprintf.texi: Update.
4118         * doc/functions/vfprintf.texi: Update.
4119         * doc/functions/vprintf.texi: Update.
4120         * doc/functions/vsnprintf.texi: Update.
4121         * doc/functions/vsprintf.texi: Update.
4122
4123 2007-11-03  Bruno Haible  <bruno@clisp.org>
4124
4125         * modules/frexp-nolibm-tests: New file.
4126
4127         * modules/frexp-nolibm: New file.
4128         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
4129
4130 2007-11-03  Bruno Haible  <bruno@clisp.org>
4131
4132         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
4133         value is C99 compliant.
4134         Needed for OSF/1 5.1.
4135
4136 2007-11-03  Bruno Haible  <bruno@clisp.org>
4137
4138         Fix out-of-memory handling of vasnprintf.
4139         * lib/printf-parse.c: Include <errno.h>.
4140         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
4141         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
4142         is already set.
4143
4144 2007-11-02  Eric Blake  <ebb9@byu.net>
4145
4146         Fix tests on cygwin.
4147         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
4148
4149 2007-11-01  Bruno Haible  <bruno@clisp.org>
4150
4151         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
4152         warning.
4153         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
4154         needed for POSIX compatibility.
4155
4156 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
4157
4158         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
4159         for compatibility with GNU.
4160
4161 2007-11-01  Bruno Haible  <bruno@clisp.org>
4162
4163         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
4164         (putenv): Renamed from rpl_putenv. Change argument type from
4165         'const char *' to 'char *'.
4166         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
4167         of defining putenv in config.h, just set REPLACE_PUTENV.
4168         * modules/putenv (Depends-on): Add stdlib.
4169         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4170         (Include): Use <stdlib.h>.
4171         * lib/stdlib.in.h (putenv): New declaration.
4172         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
4173         REPLACE_PUTENV.
4174         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
4175         REPLACE_PUTENV.
4176         Needed for MacOS X 10.5.0.
4177         Reported by Peter O'Gorman <peter@pogma.com>.
4178
4179 2007-11-01  Jim Meyering  <meyering@redhat.com>
4180
4181         Treat an empty date string exactly like "0".
4182         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
4183         if the remaining date string (to be parsed) is empty, use "0".
4184         Reported by Mischa Molhoek and discussed in this thread:
4185         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
4186
4187 2007-10-31  Bruno Haible  <bruno@clisp.org>
4188
4189         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
4190         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
4191         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
4192         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
4193         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
4194         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
4195
4196 2007-10-31  Bruno Haible  <bruno@clisp.org>
4197
4198         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
4199         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4200         (AC_TYPE_LONG_LONG_INT): Use it.
4201         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
4202         it as well.
4203         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
4204         to m4/longlong.m4.
4205         * modules/stdint (Files): Remove m4/ulonglong.m4.
4206         * modules/strtoull (Files): Use m4/longlong.m4 instead of
4207         m4/ulonglong.m4.
4208         * modules/strtoumax (Files): Likewise.
4209
4210 2007-10-30  Bruno Haible  <bruno@clisp.org>
4211
4212         * modules/xvasprintf-posix: New file.
4213         Suggested by Eric Blake.
4214
4215 2007-10-30  Bruno Haible  <bruno@clisp.org>
4216
4217         * modules/xprintf-posix-tests: New file.
4218         * tests/test-xprintf-posix.sh: New file.
4219         * tests/test-xprintf-posix.c: New file.
4220         * tests/test-xfprintf-posix.c: New file.
4221
4222         * modules/xprintf-posix: New file.
4223
4224 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4225
4226         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
4227         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
4228         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
4229
4230 2007-10-29  Bruno Haible  <bruno@clisp.org>
4231
4232         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
4233         contain the special marker '_cv_'.
4234         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4235         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4236         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4237         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
4238         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4239         Reported by Ralf Wildenhues.
4240
4241 2007-10-29  Bruno Haible  <bruno@clisp.org>
4242
4243         * gnulib-tool (func_import): When --lgpl is not specified, set
4244         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
4245         GPLv3.
4246         Reported by Simon Josefsson.
4247
4248 2007-10-28  Bruno Haible  <bruno@clisp.org>
4249
4250         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
4251         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
4252         HAVE_DECL_ISFINITE.
4253         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4254         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
4255         HAVE_DECL_ISFINITE.
4256
4257 2007-10-28  Bruno Haible  <bruno@clisp.org>
4258
4259         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
4260         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
4261
4262 2007-10-28  Bruno Haible  <bruno@clisp.org>
4263
4264         Fix link errors with Sun C 5.0 on Solaris 10.
4265         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
4266         function is declared but not present in the compiler's libm.
4267         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
4268         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
4269         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
4270         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
4271         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
4272         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
4273         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
4274         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4275         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
4276         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
4277         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
4278         HAVE_DECL_FLOORL.
4279
4280 2007-10-28  Bruno Haible  <bruno@clisp.org>
4281
4282         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
4283         gl_FUNC_FLOORL. Cache the result.
4284         (gl_FUNC_FLOORL): Use it.
4285         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
4286         gl_FUNC_CEILL. Cache the result.
4287         (gl_FUNC_CEILL): Use it.
4288
4289         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
4290         gl_FUNC_FLOOR. Cache the result.
4291         (gl_FUNC_FLOOR): Use it.
4292         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
4293         gl_FUNC_CEIL. Cache the result.
4294         (gl_FUNC_CEIL): Use it.
4295
4296         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
4297         gl_FUNC_FLOORF. Cache the result.
4298         (gl_FUNC_FLOORF): Use it.
4299         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
4300         gl_FUNC_CEILF. Cache the result.
4301         (gl_FUNC_CEILF): Use it.
4302
4303 2007-10-28  Bruno Haible  <bruno@clisp.org>
4304
4305         * gnulib-tool: Allow specifying the LGPL version number through
4306         --lgpl=2 or --lgpl=3.
4307         (func_usage): Document --lgpl with argument.
4308         Handle --lgpl=... arguments.
4309         (func_import): Recognize also gl_LGPL calls with an argument. When
4310         --lgpl=2 is used and the module's license is just LGPL, report an
4311         error. Set sed_transform_lib_file according to the lgpl variable. In
4312         the generated files, use --lgpl or gl_LGPL invocations with argument,
4313         if necessary.
4314         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
4315         an LGPv2+ license.
4316         * doc/gnulib-tool.texi (Modified imports): Update explanation of
4317         gl_LGPL macro.
4318
4319 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4320             Bruno Haible  <bruno@clisp.org>
4321
4322         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
4323         (u16_uctomb_aux): Likewise.
4324         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
4325         !HAVE_INLINE.
4326         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
4327
4328 2007-10-28  Bruno Haible  <bruno@clisp.org>
4329
4330         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
4331         Invoke AM_GETTEXT_OPTION if it exists.
4332         * modules/vasprintf: Likewise.
4333         * modules/verror: Likewise.
4334         * modules/xprintf: Likewise.
4335         * modules/xvasprintf: Likewise.
4336
4337 2007-10-27  Ben Pfaff  <blp@gnu.org>
4338
4339         * lib/math.in.h: Define isfinite macro and prototypes for
4340         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
4341         implementations.
4342         * m4/math_h.m4: New substitutions for isfinite module.
4343         * lib/isfinite.c: New file.
4344         * m4/isfinite.m4: New file.
4345         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
4346         * modules/isfinite: New file.
4347         * modules/isfinite-tests: New file.
4348         * tests/tests-isfinite.c: New file.
4349         * doc/functions/isfinite.texi: Mention isfinite module.
4350         * MODULES.html.sh: Mention new module.
4351
4352 2007-10-27  Ben Pfaff  <blp@gnu.org>
4353
4354         Ralf Wildenhues reported that Tru64 4.0D declares the round
4355         functions but does not have definitions.
4356         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
4357         cannot be found in any library, set the output variable to
4358         "missing" instead of "".
4359         * m4/round.m4: Also use our substitute if we cannot find round in
4360         any library, even if it is declared.
4361         * m4/roundf.m4: Likewise for roundf.
4362         * m4/roundl.m4: Likewise for roundl.
4363         * lib/math.in.h: Undefine roundf, round, roundl before defining
4364         their replacements, to allow for hypothetical systems where these
4365         may be defined as macros but not available in libraries.
4366
4367 2007-10-27  Bruno Haible  <bruno@clisp.org>
4368
4369         * doc/gnulib.texi: Invoke @firstparagraphindent.
4370         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
4371         changes in gnulib.
4372         (Source changes): New section.
4373
4374 2007-10-26  Bruno Haible  <bruno@clisp.org>
4375
4376         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
4377         borrowed from autoconf.
4378
4379 2007-10-26  Bruno Haible  <bruno@clisp.org>
4380
4381         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
4382         strerror returned the empty string. Needed on HP-UX 11.00.
4383
4384 2007-10-24  Micah Cowan  <micah@cowan.name>
4385
4386         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
4387         * build-aux/bootstrap: Remove support for now-unnecessary option,
4388         --cvs-user, and envvars CVS_USER, CVS_RSH.
4389
4390 2007-10-24  Jim Meyering  <meyering@redhat.com>
4391
4392         Avoid diagnostics from sha1sum when there is no cached checksum.
4393         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
4394         if the po.s1 file hasn't been created yet.
4395
4396         * build-aux/bootstrap: Sync from coreutils:
4397         2007-10-24  Jim Meyering  <meyering@redhat.com>
4398         Get gnulib from the git repository, not from an obsolete cvs one.
4399         * build-aux/bootstrap: Suggestion from Micah Cowan.
4400         2007-10-04  Jim Meyering  <jim@meyering.net>
4401         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
4402         (update_po_files): Work also when there are no .po files in po/.
4403
4404 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4405
4406         * README: Append ".git" to git and cg examples.
4407         Problem reported by Benoit Sigoure.
4408
4409 2007-10-23  Micah Cowan  <micah@cowan.name>
4410
4411         * users.txt: Add wget.
4412
4413 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4414
4415         Fix linking of some unistdio tests on FreeBSD.
4416         * modules/unistdio/u16-vsnprintf-tests
4417         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
4418         * modules/unistdio/u16-vsprintf-tests
4419         (test_u16_vsnprintf1_LDADD): Likewise.
4420         * modules/unistdio/u32-vsnprintf-tests
4421         (test_u32_vsnprintf1_LDADD): Likewise.
4422         * modules/unistdio/u32-vsprintf-tests
4423         (test_u32_vsprintf1_LDADD): Likewise.
4424         * modules/unistdio/u8-vsnprintf-tests
4425         (test_u8_vsnprintf1_LDADD): Likewise.
4426         * modules/unistdio/u8-vsprintf-tests
4427         (test_u8_vsprintf1_LDADD): Likewise.
4428         * modules/unistdio/ulc-vsnprintf-tests
4429         (test_ulc_vsnprintf1_LDADD): Likewise.
4430         * modules/unistdio/ulc-vsprintf-tests
4431         (test_ulc_vsprintf1_LDADD): Likewise.
4432
4433         Fix linking of some uniconv tests on FreeBSD.
4434         * modules/uniconv/u16-conv-from-enc-tests
4435         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
4436         * modules/uniconv/u16-conv-to-enc-tests
4437         (test_u16_conv_to_enc_LDADD): Likewise.
4438         * modules/uniconv/u16-strconv-from-enc-tests
4439         (test_u16_strconv_from_enc_LDADD): Likewise.
4440         * modules/uniconv/u16-strconv-to-enc-tests
4441         (test_u16_strconv_to_enc_LDADD): Likewise.
4442         * modules/uniconv/u32-conv-from-enc-tests
4443         (test_u32_conv_from_enc_LDADD): Likewise.
4444         * modules/uniconv/u32-conv-to-enc-tests
4445         (test_u32_conv_to_enc_LDADD): Likewise.
4446         * modules/uniconv/u32-strconv-from-enc-tests
4447         (test_u32_strconv_from_enc_LDADD): Likewise.
4448         * modules/uniconv/u32-strconv-to-enc-tests
4449         (test_u32_strconv_to_enc_LDADD): Likewise.
4450         * modules/uniconv/u8-conv-from-enc-tests
4451         (test_u8_conv_from_enc_LDADD): Likewise.
4452         * modules/uniconv/u8-conv-to-enc-tests
4453         (test_u8_conv_to_enc_LDADD): Likewise.
4454         * modules/uniconv/u8-strconv-from-enc-tests
4455         (test_u8_strconv_from_enc_LDADD): Likewise.
4456         * modules/uniconv/u8-strconv-to-enc-tests
4457         (test_u8_strconv_to_enc_LDADD): Likewise.
4458
4459 2007-10-22  Bruno Haible  <bruno@clisp.org>
4460
4461         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
4462         size.
4463
4464 2007-10-22  Eric Blake  <ebb9@byu.net>
4465
4466         Tweak x*printf documentation.
4467         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
4468         variable name and comments.
4469         Suggested by Bruno Haible.
4470
4471 2007-10-22  Bruno Haible  <bruno@clisp.org>
4472
4473         * lib/acl.c (copy_acl): Fix file name in comment.
4474
4475 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4476
4477         Fix Tru64 problem with stdbool.h.
4478         * lib/stdbool.in.h (false, true):
4479         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
4480         Don't declare as an enum in this situation; it runs afoul of Tru64.
4481         Problem reported by Steven M. Schweda in
4482         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
4483
4484 2007-10-22  Eric Blake  <ebb9@byu.net>
4485
4486         Also wrap vf?printf.
4487         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
4488         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
4489         (xvprintf, xvfprintf): New functions.
4490
4491 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4492
4493         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
4494         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
4495
4496         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
4497         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
4498
4499 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4500
4501         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
4502         by Bruno Haible.
4503
4504 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4505
4506         * lib/getloadavg.c
4507         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
4508         Undef `sys' after including sys/table.h, for Tru64 4.0D.
4509
4510         * tests/test-i-ring.c: Work for C89.
4511
4512 2007-10-22  Bruno Haible  <bruno@clisp.org>
4513
4514         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
4515         -1u, in preprocessor expression, so that we don't test for the bug
4516         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
4517         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4518
4519 2007-10-22  Eric Blake  <ebb9@byu.net>
4520
4521         * tests/test-yesno.sh: Silence stderr during test.
4522
4523 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4524
4525         * modules/crypto/gc-camellia: New file.
4526
4527         * m4/gc-camellia.m4: New file.
4528
4529         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
4530
4531         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
4532
4533 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4534
4535         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
4536         --help to stdout.  Reported by sms@antinode.org (Steven
4537         M. Schweda).
4538
4539 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4540
4541         * users.txt: Fix link to libksba.
4542
4543 2007-10-21  Ben Pfaff  <blp@gnu.org>
4544
4545         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
4546         round.c roundf implementation that depends on floorf and ceilf to
4547         be tested unconditionally.
4548
4549 2007-10-21  Ben Pfaff  <blp@gnu.org>
4550
4551         * m4/check-libm-func.m4: Removed.
4552         * m4/check-math-lib.m4: New file.
4553         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
4554         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
4555         definition and lack of AC_LIBOBJ([roundf]).
4556         * m4/roundl.m4: Ditto, and similarly for roundl.
4557         * modules/round: Reference new m4 file.
4558         * modules/roundf: Ditto.
4559         * modules/roundl: Ditto.
4560         * tests/test-round2.c (main): Use ROUND instead of round.
4561         Bug report from Bruno Haible.
4562
4563 2007-10-21  Bruno Haible  <bruno@clisp.org>
4564
4565         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
4566         context.
4567
4568 2007-10-21  Bruno Haible  <bruno@clisp.org>
4569
4570         * tests/test-wcwidth.c (main): Allow negative result for some control
4571         characters.
4572
4573         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
4574         Needed on OSF/1 5.1.
4575
4576 2007-10-21  Bruno Haible  <bruno@clisp.org>
4577
4578         * tests/test-floorf1.c: Include isnanf.h.
4579         (main): Use isnanf() instead of isnan().
4580         * tests/test-ceilf1.c: Include isnanf.h.
4581         (main): Use isnanf() instead of isnan().
4582         * tests/test-truncf1.c: Include isnanf.h.
4583         (main): Use isnanf() instead of isnan().
4584         * tests/test-roundf1.c: Include isnanf.h.
4585         (main): Use isnanf() instead of isnan().
4586
4587 2007-10-21  Eric Blake  <ebb9@byu.net>
4588
4589         * users.txt: Update URL for m4.
4590
4591 2007-10-21  Bruno Haible  <bruno@clisp.org>
4592
4593         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
4594
4595 2007-10-21  Bruno Haible  <bruno@clisp.org>
4596
4597         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
4598         Git's management files if the CVS files are not present.
4599
4600 2007-10-20  Bruno Haible  <bruno@clisp.org>
4601
4602         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
4603         gcc-3.4.x.
4604
4605 2007-10-20  Ben Pfaff  <blp@gnu.org>
4606
4607         * lib/math.in.h: Declare round, roundf, roundl if we are providing
4608         implementations.
4609         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
4610         * lib/round.c: New file.
4611         * lib/roundf.c: New file.
4612         * lib/roundl.c: New file.
4613         * m4/round.m4: New file.
4614         * m4/roundf.m4: New file.
4615         * m4/roundl.m4: New file.
4616         * m4/check-libm-func-m4: New file.
4617         * modules/math: Replace round, roundf, roundl related @VARS@ in
4618         math.in.h.
4619         * modules/round: New file.
4620         * modules/round-tests: New file.
4621         * modules/roundf: New file.
4622         * modules/roundf-tests: New file.
4623         * modules/roundl: New file.
4624         * modules/roundl-tests: New file.
4625         * tests/test-round1.c: New file.
4626         * tests/test-round2.c: New file.
4627         * tests/test-roundf1.c: New file.
4628         * tests/test-roundf2.c: New file.
4629         * tests/test-roundl.c: New file.
4630         * doc/functions/round.texi: Mention round module.
4631         * doc/functions/roundf.texi: Mention roundf module.
4632         * doc/functions/roundl.texi: Mention roundl module.
4633         * MODULES.html.sh: Mention new modules.
4634         Thanks to Bruno Haible for suggestions.
4635
4636 2007-10-20  Jim Meyering  <meyering@redhat.com>
4637
4638         * lib/xprintf.c: Include <config.h> unconditionally.
4639
4640         Change xprintf's license to GPL.
4641         * modules/xprintf (License): s/LGPL/GPL/, since this module
4642         depends on modules (exit and exitfail) which are GPL.
4643         Suggestion from Bruno Haible.
4644
4645         xprintf fixes.
4646         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
4647         Use a clearer diagnostic.
4648         Patch from Bruno Haible.
4649
4650 2007-10-20  Bruno Haible  <bruno@clisp.org>
4651
4652         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
4653         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
4654         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4655
4656 2007-10-20  Bruno Haible  <bruno@clisp.org>
4657
4658         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
4659         precision in the comparison result > x - 1 or similar.
4660         * tests/test-ceilf2.c (correct_result_p): Likewise.
4661         * tests/test-truncf2.c (correct_result_p): Likewise.
4662         * tests/test-trunc2.c (correct_result_p): Likewise.
4663         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4664
4665 2007-10-20  Bruno Haible  <bruno@clisp.org>
4666
4667         * modules/ceil: New file.
4668         * m4/ceil.m4: New file.
4669         * doc/functions/ceil.texi: Mention the 'ceil' module.
4670
4671 2007-10-20  Bruno Haible  <bruno@clisp.org>
4672
4673         * modules/floor: New file.
4674         * m4/floor.m4: New file.
4675         * doc/functions/floor.texi: Mention the 'floor' module.
4676
4677 2007-10-20  Bruno Haible  <bruno@clisp.org>
4678
4679         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
4680         of %a.
4681         * modules/floorf-tests (Depends-on): Likewise.
4682         * modules/truncf-tests (Depends-on): Likewise.
4683         * modules/trunc-tests (Depends-on): Likewise.
4684         Reported by Ben Pfaff.
4685
4686 2007-10-19  Jim Meyering  <meyering@redhat.com>
4687
4688         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
4689         Don't bother testing specific errno values.  Just test ferror.
4690
4691         New module: xprintf
4692         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
4693
4694 2007-10-19  Bruno Haible  <bruno@clisp.org>
4695
4696         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
4697         syntax.
4698         * modules/javaexec (Makefile.am): Likewise.
4699         * modules/relocatable-prog (Makefile.am): Likewise.
4700         Suggested by Jim Meyering.
4701
4702 2007-10-18  Bruno Haible  <bruno@clisp.org>
4703
4704         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
4705         Reported by Jim Meyering.
4706
4707 2007-10-18  Eric Blake  <ebb9@byu.net>
4708
4709         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
4710
4711 2007-10-18  Bruno Haible  <bruno@clisp.org>
4712
4713         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
4714         the format string into writable memory. Needed in Fortify conditions.
4715
4716 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
4717             Bruno Haible  <bruno@clisp.org>
4718
4719         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
4720         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
4721         * modules/trim (Depends-on): Add mbchar.
4722         (configure.ac): Add gl_FUNC_MBRTOWC.
4723         (Makefile.am): Augment lib_SOURCES.
4724
4725 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4726
4727         Modify glob.c to use fstatat and dirfd, to simplify it.
4728         Suggested by Eric Blake.
4729         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
4730         Don't include <stdbool.h>; not used.
4731         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
4732         (link_exists_p): Simplify implementation, since we can now assume
4733         dirfd and fstatat.
4734         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
4735
4736 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4737
4738         * gnulib-tool (func_get_dependencies): Fix sed script to
4739         match only tests.
4740
4741 2007-10-17  Bruno Haible  <bruno@clisp.org>
4742
4743         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
4744         allow locale names without encoding suffix.
4745         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
4746         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4747
4748 2007-10-16  Bruno Haible  <bruno@clisp.org>
4749
4750         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
4751         * lib/getgroups.c (getgroups): Likewise.
4752         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
4753
4754 2007-10-16  Bruno Haible  <bruno@clisp.org>
4755
4756         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
4757         * modules/malloc-posix (License): Likewise.
4758         * modules/realloc-posix (License): Likewise.
4759         * modules/calloc-posix (License): Likewise.
4760         * modules/intprops (License): Change from GPL to LGPL, with
4761         Paul Eggert's approval.
4762
4763 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4764
4765         Merge glibc changes into lib/glob.c.
4766
4767         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
4768         2007-10-15 04:59:03 UTC.  Here are the changes:
4769
4770         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4771
4772         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
4773
4774         * lib/glob.c: Add some branch prediction throughout.
4775
4776         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4777
4778         [BZ #5103]
4779         * lib/glob.c (glob): Recognize patterns starting \/.
4780
4781         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
4782
4783         [BZ #3996]
4784         * lib/glob.c (attribute_hidden): Define if not defined.
4785         (glob): Unescape dirname, filename or username when needed and not
4786         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
4787         is NULL.  Handle unescaped [ in pattern without closing ].
4788         Don't pass GLOB_CHECK down to recursive glob for directories.
4789         (__glob_pattern_type): New function.
4790         (__glob_pattern_p): Implement using __glob_pattern_type.
4791         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
4792         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
4793         Remove unreachable code.
4794
4795         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4796
4797         * lib/glob.c (glob_in_dir): Add some comments and asserts to
4798         explain why there are no leaks.
4799
4800         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4801
4802         [BZ #3253]
4803         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4804         time, rather allocate increasingly bigger arrays of pointers, if
4805         possible with alloca, if too large with malloc.
4806
4807 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4808
4809         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
4810         Problem reported by H.Merijn Brand in
4811         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
4812         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
4813         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4814
4815 2007-10-15  Bruno Haible  <bruno@clisp.org>
4816
4817         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
4818         with explicit rpl_ prefix.
4819         * lib/fopen.c (fopen): Likewise.
4820         * lib/freopen.c (freopen): Likewise.
4821         * lib/iconv.c (iconv): Likewise.
4822         * lib/iconv_close.c (iconv_close): Likewise.
4823
4824 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4825
4826         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
4827
4828 2007-10-15  Bruno Haible  <bruno@clisp.org>
4829
4830         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
4831         <stddef.h> instead of <stdlib.h> since we only need NULL.
4832         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4833
4834 2007-10-15  Bruno Haible  <bruno@clisp.org>
4835
4836         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
4837         Replace paragraph talking about LIBOBJS.
4838         Reported by Colin Watson <cjwatson@debian.org>.
4839
4840 2007-10-15  Bruno Haible  <bruno@clisp.org>
4841
4842         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
4843         <stdlib.h> before using NULL.
4844
4845 2007-10-15  Simon Josefsson  <simon@josefsson.org>
4846
4847         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
4848         Reported by Albert Chin <china@thewrittenword.com>.
4849
4850 2007-10-14  Bruno Haible  <bruno@clisp.org>
4851
4852         * modules/iconv_open-utf-tests: New file.
4853         * tests/test-iconv-utf.c: New file.
4854
4855         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
4856         * modules/iconv_open-utf: New file.
4857         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
4858         (iconv, iconv_close): New declarations.
4859         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
4860         be defined.
4861         (iconv_open): Add special handling of conversion between UTF-8 and
4862         UTF-{16,32}{BE,LE}.
4863         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
4864         * lib/iconv_close.c: New file.
4865         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
4866         gl_FUNC_ICONV_OPEN.
4867         (gl_FUNC_ICONV_OPEN): Use it.
4868         (gl_FUNC_ICONV_OPEN_UTF): New macro.
4869         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
4870         and REPLACE_ICONV_UTF.
4871         * modules/iconv_open (Depends-on): Add c-strcase.
4872         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
4873         ICONV_CONST.
4874         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
4875
4876 2007-10-13  Albert Chin  <china@thewrittenword.com>
4877             Bruno Haible  <bruno@clisp.org>
4878
4879         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
4880         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
4881
4882 2007-10-13  Bruno Haible  <bruno@clisp.org>
4883
4884         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
4885         defined, use the ISO C99 inline semantics.
4886         * lib/argp.h (ARGP_EI): Likewise.
4887
4888 2007-10-13  Bruno Haible  <bruno@clisp.org>
4889
4890         Handle 'inline' change in gcc 4.3.0.
4891         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
4892         argp_fmtstream_write, argp_fmtstream_set_lmargin,
4893         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
4894         argp_fmtstream_point): Disable 'extern' declaration if the function
4895         definition is going to be provided inline.
4896         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
4897         semantics, not the ISO C99 inline semantics.
4898         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
4899         'extern' declaration if the function definition is going to be provided
4900         inline.
4901         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
4902         the GNU C inline semantics, not the ISO C99 inline semantics. With
4903         GCC 4.2, avoid a warning.
4904
4905 2007-10-13  Bruno Haible  <bruno@clisp.org>
4906
4907         * lib/freading.h (freading): Enable the use of __freading for
4908         glibc >= 2.7.
4909         * lib/freading.c (freading): Likewise.
4910
4911 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4912
4913         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
4914         "warning: C99 inline functions are not supported; using GNU89".
4915
4916 2007-10-12  Bruno Haible  <bruno@clisp.org>
4917
4918         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
4919         of 2.
4920         * tests/test-ceilf2.c: New file.
4921         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
4922
4923         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
4924         * modules/ceilf-tests: Update.
4925
4926 2007-10-12  Bruno Haible  <bruno@clisp.org>
4927
4928         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
4929         of 2.
4930         * tests/test-floorf2.c: New file.
4931         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
4932
4933         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
4934         * modules/floorf-tests: Update.
4935
4936 2007-10-12  Bruno Haible  <bruno@clisp.org>
4937
4938         * tests/test-trunc2.c: New file.
4939         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
4940
4941         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
4942         * modules/trunc-tests: Update.
4943
4944 2007-10-12  Bruno Haible  <bruno@clisp.org>
4945
4946         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
4947         of 2.
4948         * tests/test-truncf2.c: New file.
4949         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
4950
4951         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
4952         * modules/truncf-tests: Update.
4953
4954 2007-10-11  Eric Blake  <ebb9@byu.net>
4955
4956         Don't claim strerror is broken on Interix.
4957         * doc/functions/strerror.texi (strerror): Known broken systems are
4958         now Solaris 8, and not Interix.
4959         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
4960         Interix on cross-compile.
4961         Reported by Martin Koeppe in
4962         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
4963
4964 2007-10-11  Bruno Haible  <bruno@clisp.org>
4965
4966         * modules/i-ring-tests: New file.
4967         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
4968         instead of assert.
4969
4970 2007-10-11  Bruno Haible  <bruno@clisp.org>
4971
4972         * modules/filenamecat-tests: New file.
4973         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
4974         * lib/filenamecat.c: Remove test code.
4975
4976 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4977
4978         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
4979
4980         * lib/strerror.c: Include <string.h> always, to test interface,
4981         and to remove the need for the dummy.
4982         Include intprops.h to compute width instead of doing it ourselves
4983         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
4984         (strerror): Define it to return NULL if there's no system strerror.
4985         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
4986         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
4987         ancient pre-strerror Unix systems well any more.  Saying "unknown
4988         system error" is enough.
4989         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
4990         simpler strerror.c implementation.
4991         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
4992         Simplify the tests to reflect the simpler strerror implementation.
4993         * modules/strerror (Depends-on): Add intprops.
4994
4995 2007-10-09  Eric Blake  <ebb9@byu.net>
4996
4997         Silence test-fpending.
4998         * modules/fpending-tests (Files): Add wrapper script.
4999         * tests/test-fpending.sh: New file.
5000
5001 2007-10-09  Bruno Haible  <bruno@clisp.org>
5002
5003         * MODULES.html.sh (func_module): Don't create a hyperlink for
5004         function names like 'printf_frexp'.
5005         (Misc): Add crc, memxor.
5006         (Characteristics of floating types): New section.
5007         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
5008         isnanf-nolibm, signbit, trunc, truncf, truncl.
5009         (Enhancements for ISO C 99 functions): New subsection Input/output.
5010         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
5011         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
5012         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
5013         (Compatibility checks for POSIX:2001 functions): Add clock-time.
5014         (Enhancements for POSIX:2001 functions): Add chdir-long.
5015         (File system functions): Add areadlink, chdir-safer, read-file.
5016         Remove cycle-check.
5017         (File system as inode set): New section.
5018         (Date and time): Add gethrxtime.
5019         (Multithreading): Add openmp.
5020         (Internationalization functions): Add localename.
5021         (Unicode string functions): Add unistr/u*-mbsnlen.
5022         (Support for maintaining and releasing projects): Add git-version-gen.
5023         (Lone files): Remove directories.
5024
5025 2007-10-08  Ben Pfaff  <blp@gnu.org>
5026
5027         * lib/xmalloca.h: Fix typo in comment.
5028
5029 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5030
5031         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
5032         when avoiding problems with integer overflow.  Use a portable test
5033         instead.
5034
5035 2007-10-08  Simon Josefsson  <simon@josefsson.org>
5036
5037         * modules/dummy (License): Change to LGPLv2+.
5038         * modules/float (License): Likewise
5039         * modules/realloc (License): Likewise
5040         * modules/stdlib (License): Likewise
5041
5042 2007-10-07  Bruno Haible  <bruno@clisp.org>
5043
5044         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
5045         * floor.c (TWO_MANT_DIG): Likewise.
5046         * ceil.c (TWO_MANT_DIG): Likewise.
5047         Reported by Ben Pfaff.
5048
5049 2007-10-07  Bruno Haible  <bruno@clisp.org>
5050
5051         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
5052         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
5053         * lib/frexp.c (FUNC): Likewise.
5054         * lib/printf-frexp.h (printf_frexp): Likewise.
5055         * lib/printf-frexpl.h (printf_frexpl): Likewise.
5056         * lib/printf-frexp.c (FUNC): Likewise.
5057         Suggested by Jim Meyering.
5058
5059 2007-10-07  Jim Meyering  <meyering@redhat.com>
5060
5061         Make xnanosleep's integer overflow test more robust.
5062         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
5063         so that gcc-4.3.0 doesn't optimize away this test for overflow.
5064
5065 2007-10-07  Bruno Haible  <bruno@clisp.org>
5066
5067         * NEWS: Mention the license change.
5068
5069         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
5070         abbreviations in the modules files.
5071
5072         Change copyright notice from GPLv2+ to GPLv3+.
5073         * README: Change copyright notice.
5074         * MODULES.html.sh: Likewise.
5075         * build-aux/bootstrap.conf: Likewise.
5076         * build-aux/config.libpath: Likewise.
5077         * build-aux/csharpcomp.sh.in: Likewise.
5078         * build-aux/csharpexec.sh.in: Likewise.
5079         * build-aux/install-reloc: Likewise.
5080         * build-aux/javacomp.sh.in: Likewise.
5081         * build-aux/javaexec.sh.in: Likewise.
5082         * build-aux/ldd.sh.in: Likewise.
5083         * build-aux/reloc-ldflags: Likewise.
5084         * build-aux/relocatable.sh.in: Likewise.
5085         * build-aux/x-to-1.in: Likewise.
5086         * check-module: Likewise.
5087         * config/srclistvars.sh: Likewise.
5088         * gnulib-tool: Likewise.
5089         * lib/acl-internal.h: Likewise.
5090         * lib/acl.c: Likewise.
5091         * lib/acl.h: Likewise.
5092         * lib/acl_entries.c: Likewise.
5093         * lib/areadlink-with-size.c: Likewise.
5094         * lib/areadlink.c: Likewise.
5095         * lib/areadlink.h: Likewise.
5096         * lib/argmatch.c: Likewise.
5097         * lib/argmatch.h: Likewise.
5098         * lib/argp-ba.c: Likewise.
5099         * lib/argp-eexst.c: Likewise.
5100         * lib/argp-fmtstream.c: Likewise.
5101         * lib/argp-fmtstream.h: Likewise.
5102         * lib/argp-fs-xinl.c: Likewise.
5103         * lib/argp-help.c: Likewise.
5104         * lib/argp-namefrob.h: Likewise.
5105         * lib/argp-parse.c: Likewise.
5106         * lib/argp-pin.c: Likewise.
5107         * lib/argp-pv.c: Likewise.
5108         * lib/argp-pvh.c: Likewise.
5109         * lib/argp-xinl.c: Likewise.
5110         * lib/argp.h: Likewise.
5111         * lib/at-func.c: Likewise.
5112         * lib/atanl.c: Likewise.
5113         * lib/backupfile.c: Likewise.
5114         * lib/backupfile.h: Likewise.
5115         * lib/basename.c: Likewise.
5116         * lib/binary-io.h: Likewise.
5117         * lib/byteswap.in.h: Likewise.
5118         * lib/c-stack.c: Likewise.
5119         * lib/c-stack.h: Likewise.
5120         * lib/c-strcasestr.c: Likewise.
5121         * lib/c-strcasestr.h: Likewise.
5122         * lib/c-strstr.c: Likewise.
5123         * lib/c-strstr.h: Likewise.
5124         * lib/c-strtod.c: Likewise.
5125         * lib/calloc.c: Likewise.
5126         * lib/canon-host.c: Likewise.
5127         * lib/canon-host.h: Likewise.
5128         * lib/canonicalize-lgpl.c: Likewise.
5129         * lib/canonicalize.c: Likewise.
5130         * lib/canonicalize.h: Likewise.
5131         * lib/ceil.c: Likewise.
5132         * lib/ceilf.c: Likewise.
5133         * lib/ceill.c: Likewise.
5134         * lib/chdir-long.c: Likewise.
5135         * lib/chdir-long.h: Likewise.
5136         * lib/chdir-safer.c: Likewise.
5137         * lib/chdir-safer.h: Likewise.
5138         * lib/chown.c: Likewise.
5139         * lib/classpath.c: Likewise.
5140         * lib/classpath.h: Likewise.
5141         * lib/clean-temp.c: Likewise.
5142         * lib/clean-temp.h: Likewise.
5143         * lib/cloexec.c: Likewise.
5144         * lib/close-stream.c: Likewise.
5145         * lib/closein.c: Likewise.
5146         * lib/closein.h: Likewise.
5147         * lib/closeout.c: Likewise.
5148         * lib/closeout.h: Likewise.
5149         * lib/concat-filename.c: Likewise.
5150         * lib/copy-file.c: Likewise.
5151         * lib/copy-file.h: Likewise.
5152         * lib/count-one-bits.h: Likewise.
5153         * lib/crc.c: Likewise.
5154         * lib/crc.h: Likewise.
5155         * lib/creat-safer.c: Likewise.
5156         * lib/csharpcomp.c: Likewise.
5157         * lib/csharpcomp.h: Likewise.
5158         * lib/csharpexec.c: Likewise.
5159         * lib/csharpexec.h: Likewise.
5160         * lib/cycle-check.c: Likewise.
5161         * lib/cycle-check.h: Likewise.
5162         * lib/diacrit.c: Likewise.
5163         * lib/diacrit.h: Likewise.
5164         * lib/diffseq.h: Likewise.
5165         * lib/dirchownmod.c: Likewise.
5166         * lib/dirent.in.h: Likewise.
5167         * lib/dirfd.c: Likewise.
5168         * lib/dirfd.h: Likewise.
5169         * lib/dirname.c: Likewise.
5170         * lib/dirname.h: Likewise.
5171         * lib/dummy.c: Likewise.
5172         * lib/dup-safer.c: Likewise.
5173         * lib/dup2.c: Likewise.
5174         * lib/eealloc.h: Likewise.
5175         * lib/error.c: Likewise.
5176         * lib/error.h: Likewise.
5177         * lib/euidaccess.c: Likewise.
5178         * lib/exclude.c: Likewise.
5179         * lib/exclude.h: Likewise.
5180         * lib/execute.c: Likewise.
5181         * lib/execute.h: Likewise.
5182         * lib/exitfail.c: Likewise.
5183         * lib/exitfail.h: Likewise.
5184         * lib/expl.c: Likewise.
5185         * lib/fatal-signal.c: Likewise.
5186         * lib/fatal-signal.h: Likewise.
5187         * lib/fbufmode.c: Likewise.
5188         * lib/fbufmode.h: Likewise.
5189         * lib/fchdir.c: Likewise.
5190         * lib/fchmodat.c: Likewise.
5191         * lib/fchownat.c: Likewise.
5192         * lib/fcntl--.h: Likewise.
5193         * lib/fcntl-safer.h: Likewise.
5194         * lib/fcntl.in.h: Likewise.
5195         * lib/fd-safer.c: Likewise.
5196         * lib/fflush.c: Likewise.
5197         * lib/file-has-acl.c: Likewise.
5198         * lib/file-set.c: Likewise.
5199         * lib/file-type.c: Likewise.
5200         * lib/file-type.h: Likewise.
5201         * lib/fileblocks.c: Likewise.
5202         * lib/filemode.c: Likewise.
5203         * lib/filemode.h: Likewise.
5204         * lib/filename.h: Likewise.
5205         * lib/filenamecat.c: Likewise.
5206         * lib/filenamecat.h: Likewise.
5207         * lib/findprog.c: Likewise.
5208         * lib/findprog.h: Likewise.
5209         * lib/float.in.h: Likewise.
5210         * lib/floor.c: Likewise.
5211         * lib/floorf.c: Likewise.
5212         * lib/floorl.c: Likewise.
5213         * lib/fopen-safer.c: Likewise.
5214         * lib/fopen.c: Likewise.
5215         * lib/fpending.c: Likewise.
5216         * lib/fpending.h: Likewise.
5217         * lib/fprintf.c: Likewise.
5218         * lib/fprintftime.h: Likewise.
5219         * lib/fpucw.h: Likewise.
5220         * lib/fpurge.c: Likewise.
5221         * lib/fpurge.h: Likewise.
5222         * lib/freadable.c: Likewise.
5223         * lib/freadable.h: Likewise.
5224         * lib/freadahead.c: Likewise.
5225         * lib/freadahead.h: Likewise.
5226         * lib/freading.c: Likewise.
5227         * lib/freading.h: Likewise.
5228         * lib/free.c: Likewise.
5229         * lib/freopen.c: Likewise.
5230         * lib/frexp.c: Likewise.
5231         * lib/frexpl.c: Likewise.
5232         * lib/fseek.c: Likewise.
5233         * lib/fseterr.c: Likewise.
5234         * lib/fseterr.h: Likewise.
5235         * lib/fstatat.c: Likewise.
5236         * lib/fstrcmp.c: Likewise.
5237         * lib/fstrcmp.h: Likewise.
5238         * lib/fsusage.c: Likewise.
5239         * lib/fsusage.h: Likewise.
5240         * lib/ftell.c: Likewise.
5241         * lib/ftello.c: Likewise.
5242         * lib/fts-cycle.c: Likewise.
5243         * lib/fts.c: Likewise.
5244         * lib/fts_.h: Likewise.
5245         * lib/full-read.c: Likewise.
5246         * lib/full-read.h: Likewise.
5247         * lib/full-write.c: Likewise.
5248         * lib/full-write.h: Likewise.
5249         * lib/fwritable.c: Likewise.
5250         * lib/fwritable.h: Likewise.
5251         * lib/fwriteerror.c: Likewise.
5252         * lib/fwriteerror.h: Likewise.
5253         * lib/fwriting.c: Likewise.
5254         * lib/fwriting.h: Likewise.
5255         * lib/gcd.c: Likewise.
5256         * lib/gcd.h: Likewise.
5257         * lib/getcwd.c: Likewise.
5258         * lib/getdate.h: Likewise.
5259         * lib/getdate.y: Likewise.
5260         * lib/getdomainname.c: Likewise.
5261         * lib/getdomainname.h: Likewise.
5262         * lib/getgroups.c: Likewise.
5263         * lib/gethostname.c: Likewise.
5264         * lib/gethrxtime.c: Likewise.
5265         * lib/gethrxtime.h: Likewise.
5266         * lib/getloadavg.c: Likewise.
5267         * lib/getndelim2.c: Likewise.
5268         * lib/getndelim2.h: Likewise.
5269         * lib/getnline.c: Likewise.
5270         * lib/getnline.h: Likewise.
5271         * lib/getopt.c: Likewise.
5272         * lib/getopt.in.h: Likewise.
5273         * lib/getopt1.c: Likewise.
5274         * lib/getopt_int.h: Likewise.
5275         * lib/getpagesize.h: Likewise.
5276         * lib/getsubopt.c: Likewise.
5277         * lib/gettime.c: Likewise.
5278         * lib/getugroups.c: Likewise.
5279         * lib/getugroups.h: Likewise.
5280         * lib/getusershell.c: Likewise.
5281         * lib/gl_anyavltree_list1.h: Likewise.
5282         * lib/gl_anyavltree_list2.h: Likewise.
5283         * lib/gl_anyhash_list1.h: Likewise.
5284         * lib/gl_anyhash_list2.h: Likewise.
5285         * lib/gl_anylinked_list1.h: Likewise.
5286         * lib/gl_anylinked_list2.h: Likewise.
5287         * lib/gl_anyrbtree_list1.h: Likewise.
5288         * lib/gl_anyrbtree_list2.h: Likewise.
5289         * lib/gl_anytree_list1.h: Likewise.
5290         * lib/gl_anytree_list2.h: Likewise.
5291         * lib/gl_anytree_oset.h: Likewise.
5292         * lib/gl_anytreehash_list1.h: Likewise.
5293         * lib/gl_anytreehash_list2.h: Likewise.
5294         * lib/gl_array_list.c: Likewise.
5295         * lib/gl_array_list.h: Likewise.
5296         * lib/gl_array_oset.c: Likewise.
5297         * lib/gl_array_oset.h: Likewise.
5298         * lib/gl_avltree_list.c: Likewise.
5299         * lib/gl_avltree_list.h: Likewise.
5300         * lib/gl_avltree_oset.c: Likewise.
5301         * lib/gl_avltree_oset.h: Likewise.
5302         * lib/gl_avltreehash_list.c: Likewise.
5303         * lib/gl_avltreehash_list.h: Likewise.
5304         * lib/gl_carray_list.c: Likewise.
5305         * lib/gl_carray_list.h: Likewise.
5306         * lib/gl_linked_list.c: Likewise.
5307         * lib/gl_linked_list.h: Likewise.
5308         * lib/gl_linkedhash_list.c: Likewise.
5309         * lib/gl_linkedhash_list.h: Likewise.
5310         * lib/gl_list.c: Likewise.
5311         * lib/gl_list.h: Likewise.
5312         * lib/gl_oset.c: Likewise.
5313         * lib/gl_oset.h: Likewise.
5314         * lib/gl_rbtree_list.c: Likewise.
5315         * lib/gl_rbtree_list.h: Likewise.
5316         * lib/gl_rbtree_oset.c: Likewise.
5317         * lib/gl_rbtree_oset.h: Likewise.
5318         * lib/gl_rbtreehash_list.c: Likewise.
5319         * lib/gl_rbtreehash_list.h: Likewise.
5320         * lib/gl_sublist.c: Likewise.
5321         * lib/gl_sublist.h: Likewise.
5322         * lib/group-member.c: Likewise.
5323         * lib/group-member.h: Likewise.
5324         * lib/hard-locale.c: Likewise.
5325         * lib/hard-locale.h: Likewise.
5326         * lib/hash-pjw.c: Likewise.
5327         * lib/hash-pjw.h: Likewise.
5328         * lib/hash-triple.c: Likewise.
5329         * lib/hash.c: Likewise.
5330         * lib/hash.h: Likewise.
5331         * lib/human.c: Likewise.
5332         * lib/human.h: Likewise.
5333         * lib/i-ring.c: Likewise.
5334         * lib/i-ring.h: Likewise.
5335         * lib/idcache.c: Likewise.
5336         * lib/imaxabs.c: Likewise.
5337         * lib/imaxdiv.c: Likewise.
5338         * lib/inet_pton.c: Likewise.
5339         * lib/inet_pton.h: Likewise.
5340         * lib/intprops.h: Likewise.
5341         * lib/inttostr.c: Likewise.
5342         * lib/inttostr.h: Likewise.
5343         * lib/inttypes.in.h: Likewise.
5344         * lib/isapipe.c: Likewise.
5345         * lib/isdir.c: Likewise.
5346         * lib/isnan.c: Likewise.
5347         * lib/isnan.h: Likewise.
5348         * lib/isnanf.c: Likewise.
5349         * lib/isnanf.h: Likewise.
5350         * lib/isnanl-nolibm.h: Likewise.
5351         * lib/isnanl.c: Likewise.
5352         * lib/isnanl.h: Likewise.
5353         * lib/javacomp.c: Likewise.
5354         * lib/javacomp.h: Likewise.
5355         * lib/javaexec.c: Likewise.
5356         * lib/javaexec.h: Likewise.
5357         * lib/javaversion.c: Likewise.
5358         * lib/javaversion.h: Likewise.
5359         * lib/javaversion.java: Likewise.
5360         * lib/lbrkprop.h: Likewise.
5361         * lib/lchmod.h: Likewise.
5362         * lib/lchown.c: Likewise.
5363         * lib/ldexpl.c: Likewise.
5364         * lib/linebreak.c: Likewise.
5365         * lib/linebreak.h: Likewise.
5366         * lib/linebuffer.c: Likewise.
5367         * lib/linebuffer.h: Likewise.
5368         * lib/locale.in.h: Likewise.
5369         * lib/logl.c: Likewise.
5370         * lib/long-options.c: Likewise.
5371         * lib/long-options.h: Likewise.
5372         * lib/lstat.c: Likewise.
5373         * lib/lstat.h: Likewise.
5374         * lib/math.in.h: Likewise.
5375         * lib/mbchar.c: Likewise.
5376         * lib/mbchar.h: Likewise.
5377         * lib/mbfile.h: Likewise.
5378         * lib/mbiter.h: Likewise.
5379         * lib/mbscasecmp.c: Likewise.
5380         * lib/mbscasestr.c: Likewise.
5381         * lib/mbschr.c: Likewise.
5382         * lib/mbscspn.c: Likewise.
5383         * lib/mbslen.c: Likewise.
5384         * lib/mbsncasecmp.c: Likewise.
5385         * lib/mbsnlen.c: Likewise.
5386         * lib/mbspbrk.c: Likewise.
5387         * lib/mbspcasecmp.c: Likewise.
5388         * lib/mbsrchr.c: Likewise.
5389         * lib/mbssep.c: Likewise.
5390         * lib/mbsspn.c: Likewise.
5391         * lib/mbsstr.c: Likewise.
5392         * lib/mbstok_r.c: Likewise.
5393         * lib/mbswidth.c: Likewise.
5394         * lib/mbswidth.h: Likewise.
5395         * lib/mbuiter.h: Likewise.
5396         * lib/memcasecmp.c: Likewise.
5397         * lib/memcasecmp.h: Likewise.
5398         * lib/memchr.c: Likewise.
5399         * lib/memcmp.c: Likewise.
5400         * lib/memcoll.c: Likewise.
5401         * lib/memcoll.h: Likewise.
5402         * lib/memcpy.c: Likewise.
5403         * lib/memrchr.c: Likewise.
5404         * lib/mkancesdirs.c: Likewise.
5405         * lib/mkdir-p.c: Likewise.
5406         * lib/mkdir-p.h: Likewise.
5407         * lib/mkdir.c: Likewise.
5408         * lib/mkdirat.c: Likewise.
5409         * lib/mkdtemp.c: Likewise.
5410         * lib/mkstemp-safer.c: Likewise.
5411         * lib/mkstemp.c: Likewise.
5412         * lib/modechange.c: Likewise.
5413         * lib/modechange.h: Likewise.
5414         * lib/mountlist.c: Likewise.
5415         * lib/mountlist.h: Likewise.
5416         * lib/mpsort.c: Likewise.
5417         * lib/nanosleep.c: Likewise.
5418         * lib/obstack.c: Likewise.
5419         * lib/obstack.h: Likewise.
5420         * lib/open-safer.c: Likewise.
5421         * lib/open.c: Likewise.
5422         * lib/openat-die.c: Likewise.
5423         * lib/openat-priv.h: Likewise.
5424         * lib/openat-proc.c: Likewise.
5425         * lib/openat.c: Likewise.
5426         * lib/openat.h: Likewise.
5427         * lib/pagealign_alloc.c: Likewise.
5428         * lib/pagealign_alloc.h: Likewise.
5429         * lib/physmem.c: Likewise.
5430         * lib/physmem.h: Likewise.
5431         * lib/pipe-safer.c: Likewise.
5432         * lib/pipe.c: Likewise.
5433         * lib/pipe.h: Likewise.
5434         * lib/posixtm.c: Likewise.
5435         * lib/posixtm.h: Likewise.
5436         * lib/posixver.c: Likewise.
5437         * lib/printf-frexp.c: Likewise.
5438         * lib/printf-frexp.h: Likewise.
5439         * lib/printf-frexpl.c: Likewise.
5440         * lib/printf-frexpl.h: Likewise.
5441         * lib/printf.c: Likewise.
5442         * lib/progname.c: Likewise.
5443         * lib/progname.h: Likewise.
5444         * lib/progreloc.c: Likewise.
5445         * lib/putenv.c: Likewise.
5446         * lib/quote.c: Likewise.
5447         * lib/quote.h: Likewise.
5448         * lib/quotearg.c: Likewise.
5449         * lib/quotearg.h: Likewise.
5450         * lib/raise.c: Likewise.
5451         * lib/readline.c: Likewise.
5452         * lib/readline.h: Likewise.
5453         * lib/readlink.c: Likewise.
5454         * lib/readtokens.c: Likewise.
5455         * lib/readtokens.h: Likewise.
5456         * lib/readtokens0.c: Likewise.
5457         * lib/readtokens0.h: Likewise.
5458         * lib/readutmp.c: Likewise.
5459         * lib/readutmp.h: Likewise.
5460         * lib/realloc.c: Likewise.
5461         * lib/relocwrapper.c: Likewise.
5462         * lib/rename-dest-slash.c: Likewise.
5463         * lib/rename.c: Likewise.
5464         * lib/rmdir.c: Likewise.
5465         * lib/rpmatch.c: Likewise.
5466         * lib/safe-read.c: Likewise.
5467         * lib/safe-read.h: Likewise.
5468         * lib/safe-write.c: Likewise.
5469         * lib/safe-write.h: Likewise.
5470         * lib/same-inode.h: Likewise.
5471         * lib/same.c: Likewise.
5472         * lib/same.h: Likewise.
5473         * lib/save-cwd.c: Likewise.
5474         * lib/save-cwd.h: Likewise.
5475         * lib/savedir.c: Likewise.
5476         * lib/savedir.h: Likewise.
5477         * lib/savewd.c: Likewise.
5478         * lib/savewd.h: Likewise.
5479         * lib/search.in.h: Likewise.
5480         * lib/setenv.c: Likewise.
5481         * lib/setenv.h: Likewise.
5482         * lib/settime.c: Likewise.
5483         * lib/sh-quote.c: Likewise.
5484         * lib/sh-quote.h: Likewise.
5485         * lib/sig2str.c: Likewise.
5486         * lib/sig2str.h: Likewise.
5487         * lib/signal.in.h: Likewise.
5488         * lib/signbitd.c: Likewise.
5489         * lib/signbitf.c: Likewise.
5490         * lib/signbitl.c: Likewise.
5491         * lib/sigprocmask.c: Likewise.
5492         * lib/sincosl.c: Likewise.
5493         * lib/sleep.c: Likewise.
5494         * lib/sprintf.c: Likewise.
5495         * lib/sqrtl.c: Likewise.
5496         * lib/stat-time.h: Likewise.
5497         * lib/stdio--.h: Likewise.
5498         * lib/stdio-safer.h: Likewise.
5499         * lib/stdlib--.h: Likewise.
5500         * lib/stdlib-safer.h: Likewise.
5501         * lib/stdlib.in.h: Likewise.
5502         * lib/stpcpy.c: Likewise.
5503         * lib/stpncpy.c: Likewise.
5504         * lib/strchrnul.c: Likewise.
5505         * lib/strcspn.c: Likewise.
5506         * lib/strerror.c: Likewise.
5507         * lib/strftime.c: Likewise.
5508         * lib/strftime.h: Likewise.
5509         * lib/striconveh.c: Likewise.
5510         * lib/striconveh.h: Likewise.
5511         * lib/striconveha.c: Likewise.
5512         * lib/striconveha.h: Likewise.
5513         * lib/stripslash.c: Likewise.
5514         * lib/strnlen1.c: Likewise.
5515         * lib/strnlen1.h: Likewise.
5516         * lib/strtod.c: Likewise.
5517         * lib/strtoimax.c: Likewise.
5518         * lib/strtok_r.c: Likewise.
5519         * lib/strtol.c: Likewise.
5520         * lib/strtoll.c: Likewise.
5521         * lib/strtoul.c: Likewise.
5522         * lib/strtoull.c: Likewise.
5523         * lib/sysexits.in.h: Likewise.
5524         * lib/tempname.c: Likewise.
5525         * lib/tempname.h: Likewise.
5526         * lib/timespec.h: Likewise.
5527         * lib/tls.c: Likewise.
5528         * lib/tls.h: Likewise.
5529         * lib/tmpdir.c: Likewise.
5530         * lib/tmpdir.h: Likewise.
5531         * lib/tmpfile-safer.c: Likewise.
5532         * lib/tmpfile.c: Likewise.
5533         * lib/trigl.c: Likewise.
5534         * lib/trigl.h: Likewise.
5535         * lib/trim.c: Likewise.
5536         * lib/trim.h: Likewise.
5537         * lib/trunc.c: Likewise.
5538         * lib/truncf.c: Likewise.
5539         * lib/truncl.c: Likewise.
5540         * lib/tsearch.c: Likewise.
5541         * lib/unicodeio.c: Likewise.
5542         * lib/unicodeio.h: Likewise.
5543         * lib/unistd--.h: Likewise.
5544         * lib/unistd-safer.h: Likewise.
5545         * lib/unistdio/ulc-fprintf.c: Likewise.
5546         * lib/unistdio/ulc-vfprintf.c: Likewise.
5547         * lib/unlinkdir.c: Likewise.
5548         * lib/unlinkdir.h: Likewise.
5549         * lib/unlocked-io.h: Likewise.
5550         * lib/unsetenv.c: Likewise.
5551         * lib/userspec.c: Likewise.
5552         * lib/utime.c: Likewise.
5553         * lib/utimecmp.c: Likewise.
5554         * lib/utimecmp.h: Likewise.
5555         * lib/utimens.c: Likewise.
5556         * lib/verify.h: Likewise.
5557         * lib/verror.c: Likewise.
5558         * lib/verror.h: Likewise.
5559         * lib/version-etc-fsf.c: Likewise.
5560         * lib/version-etc.c: Likewise.
5561         * lib/version-etc.h: Likewise.
5562         * lib/vfprintf.c: Likewise.
5563         * lib/vprintf.c: Likewise.
5564         * lib/vsprintf.c: Likewise.
5565         * lib/w32spawn.h: Likewise.
5566         * lib/wait-process.c: Likewise.
5567         * lib/wait-process.h: Likewise.
5568         * lib/wcwidth.c: Likewise.
5569         * lib/write-any-file.c: Likewise.
5570         * lib/xalloc-die.c: Likewise.
5571         * lib/xalloc.h: Likewise.
5572         * lib/xasprintf.c: Likewise.
5573         * lib/xgetcwd.c: Likewise.
5574         * lib/xgetcwd.h: Likewise.
5575         * lib/xgetdomainname.c: Likewise.
5576         * lib/xgetdomainname.h: Likewise.
5577         * lib/xgethostname.c: Likewise.
5578         * lib/xmalloc.c: Likewise.
5579         * lib/xmalloca.c: Likewise.
5580         * lib/xmalloca.h: Likewise.
5581         * lib/xmemcoll.c: Likewise.
5582         * lib/xnanosleep.c: Likewise.
5583         * lib/xreadlink.c: Likewise.
5584         * lib/xreadlink.h: Likewise.
5585         * lib/xsetenv.c: Likewise.
5586         * lib/xsetenv.h: Likewise.
5587         * lib/xstriconv.c: Likewise.
5588         * lib/xstriconv.h: Likewise.
5589         * lib/xstrndup.c: Likewise.
5590         * lib/xstrndup.h: Likewise.
5591         * lib/xstrtod.c: Likewise.
5592         * lib/xstrtod.h: Likewise.
5593         * lib/xstrtol-error.c: Likewise.
5594         * lib/xstrtol.c: Likewise.
5595         * lib/xstrtol.h: Likewise.
5596         * lib/xtime.h: Likewise.
5597         * lib/xvasprintf.c: Likewise.
5598         * lib/xvasprintf.h: Likewise.
5599         * lib/yesno.c: Likewise.
5600         * lib/yesno.h: Likewise.
5601         * posix-modules: Likewise.
5602         * tests/test-alloca-opt.c: Likewise.
5603         * tests/test-arcfour.c: Likewise.
5604         * tests/test-arctwo.c: Likewise.
5605         * tests/test-argmatch.c: Likewise.
5606         * tests/test-argp-2.sh: Likewise.
5607         * tests/test-argp.c: Likewise.
5608         * tests/test-arpa_inet.c: Likewise.
5609         * tests/test-array_list.c: Likewise.
5610         * tests/test-array_oset.c: Likewise.
5611         * tests/test-atexit.c: Likewise.
5612         * tests/test-avltree_list.c: Likewise.
5613         * tests/test-avltree_oset.c: Likewise.
5614         * tests/test-avltreehash_list.c: Likewise.
5615         * tests/test-base64.c: Likewise.
5616         * tests/test-binary-io.c: Likewise.
5617         * tests/test-byteswap.c: Likewise.
5618         * tests/test-c-ctype.c: Likewise.
5619         * tests/test-c-strcasecmp.c: Likewise.
5620         * tests/test-c-strcasestr.c: Likewise.
5621         * tests/test-c-strncasecmp.c: Likewise.
5622         * tests/test-c-strstr.c: Likewise.
5623         * tests/test-canonicalize-lgpl.c: Likewise.
5624         * tests/test-canonicalize.c: Likewise.
5625         * tests/test-carray_list.c: Likewise.
5626         * tests/test-ceilf.c: Likewise.
5627         * tests/test-ceill.c: Likewise.
5628         * tests/test-count-one-bits.c: Likewise.
5629         * tests/test-crc.c: Likewise.
5630         * tests/test-dirname.c: Likewise.
5631         * tests/test-fbufmode.c: Likewise.
5632         * tests/test-fcntl.c: Likewise.
5633         * tests/test-fflush.c: Likewise.
5634         * tests/test-floorf.c: Likewise.
5635         * tests/test-floorl.c: Likewise.
5636         * tests/test-fopen.c: Likewise.
5637         * tests/test-fprintf-posix.c: Likewise.
5638         * tests/test-fprintf-posix.h: Likewise.
5639         * tests/test-fpurge.c: Likewise.
5640         * tests/test-freadable.c: Likewise.
5641         * tests/test-freadahead.c: Likewise.
5642         * tests/test-freading.c: Likewise.
5643         * tests/test-freopen.c: Likewise.
5644         * tests/test-frexp.c: Likewise.
5645         * tests/test-frexpl.c: Likewise.
5646         * tests/test-fseek.c: Likewise.
5647         * tests/test-fseeko.c: Likewise.
5648         * tests/test-fseterr.c: Likewise.
5649         * tests/test-fstrcmp.c: Likewise.
5650         * tests/test-ftell.c: Likewise.
5651         * tests/test-ftello.c: Likewise.
5652         * tests/test-fwritable.c: Likewise.
5653         * tests/test-fwriting.c: Likewise.
5654         * tests/test-getaddrinfo.c: Likewise.
5655         * tests/test-getpass.c: Likewise.
5656         * tests/test-gettimeofday.c: Likewise.
5657         * tests/test-hmac-md5.c: Likewise.
5658         * tests/test-hmac-sha1.c: Likewise.
5659         * tests/test-iconv.c: Likewise.
5660         * tests/test-iconvme.c: Likewise.
5661         * tests/test-inttypes.c: Likewise.
5662         * tests/test-isnan.c: Likewise.
5663         * tests/test-isnanf.c: Likewise.
5664         * tests/test-isnanl-nolibm.c: Likewise.
5665         * tests/test-isnanl.c: Likewise.
5666         * tests/test-isnanl.h: Likewise.
5667         * tests/test-ldexpl.c: Likewise.
5668         * tests/test-linked_list.c: Likewise.
5669         * tests/test-linkedhash_list.c: Likewise.
5670         * tests/test-locale.c: Likewise.
5671         * tests/test-localename.c: Likewise.
5672         * tests/test-lock.c: Likewise.
5673         * tests/test-lseek.c: Likewise.
5674         * tests/test-malloca.c: Likewise.
5675         * tests/test-math.c: Likewise.
5676         * tests/test-mbscasecmp.c: Likewise.
5677         * tests/test-mbscasestr1.c: Likewise.
5678         * tests/test-mbscasestr2.c: Likewise.
5679         * tests/test-mbscasestr3.c: Likewise.
5680         * tests/test-mbscasestr4.c: Likewise.
5681         * tests/test-mbschr.c: Likewise.
5682         * tests/test-mbscspn.c: Likewise.
5683         * tests/test-mbsncasecmp.c: Likewise.
5684         * tests/test-mbspbrk.c: Likewise.
5685         * tests/test-mbspcasecmp.c: Likewise.
5686         * tests/test-mbsrchr.c: Likewise.
5687         * tests/test-mbsspn.c: Likewise.
5688         * tests/test-mbsstr1.c: Likewise.
5689         * tests/test-mbsstr2.c: Likewise.
5690         * tests/test-mbsstr3.c: Likewise.
5691         * tests/test-md5.c: Likewise.
5692         * tests/test-memmem.c: Likewise.
5693         * tests/test-netinet_in.c: Likewise.
5694         * tests/test-open.c: Likewise.
5695         * tests/test-printf-frexp.c: Likewise.
5696         * tests/test-printf-frexpl.c: Likewise.
5697         * tests/test-printf-posix.c: Likewise.
5698         * tests/test-printf-posix.h: Likewise.
5699         * tests/test-rbtree_list.c: Likewise.
5700         * tests/test-rbtree_oset.c: Likewise.
5701         * tests/test-rbtreehash_list.c: Likewise.
5702         * tests/test-read-file.c: Likewise.
5703         * tests/test-rijndael.c: Likewise.
5704         * tests/test-search.c: Likewise.
5705         * tests/test-signbit.c: Likewise.
5706         * tests/test-sleep.c: Likewise.
5707         * tests/test-snprintf-posix.c: Likewise.
5708         * tests/test-snprintf-posix.h: Likewise.
5709         * tests/test-snprintf.c: Likewise.
5710         * tests/test-sprintf-posix.c: Likewise.
5711         * tests/test-sprintf-posix.h: Likewise.
5712         * tests/test-stat-time.c: Likewise.
5713         * tests/test-stdbool.c: Likewise.
5714         * tests/test-stdint.c: Likewise.
5715         * tests/test-stdio.c: Likewise.
5716         * tests/test-stdlib.c: Likewise.
5717         * tests/test-stpncpy.c: Likewise.
5718         * tests/test-strcasestr.c: Likewise.
5719         * tests/test-striconv.c: Likewise.
5720         * tests/test-striconveh.c: Likewise.
5721         * tests/test-striconveha.c: Likewise.
5722         * tests/test-string.c: Likewise.
5723         * tests/test-sys_select.c: Likewise.
5724         * tests/test-sys_socket.c: Likewise.
5725         * tests/test-sys_stat.c: Likewise.
5726         * tests/test-sys_time.c: Likewise.
5727         * tests/test-sysexits.c: Likewise.
5728         * tests/test-time.c: Likewise.
5729         * tests/test-tls.c: Likewise.
5730         * tests/test-trunc.c: Likewise.
5731         * tests/test-truncf.c: Likewise.
5732         * tests/test-truncl.c: Likewise.
5733         * tests/test-unistd.c: Likewise.
5734         * tests/test-vasnprintf-posix.c: Likewise.
5735         * tests/test-vasnprintf-posix2.c: Likewise.
5736         * tests/test-vasnprintf.c: Likewise.
5737         * tests/test-vasprintf-posix.c: Likewise.
5738         * tests/test-vasprintf.c: Likewise.
5739         * tests/test-verify.c: Likewise.
5740         * tests/test-vfprintf-posix.c: Likewise.
5741         * tests/test-vprintf-posix.c: Likewise.
5742         * tests/test-vsnprintf-posix.c: Likewise.
5743         * tests/test-vsnprintf.c: Likewise.
5744         * tests/test-vsprintf-posix.c: Likewise.
5745         * tests/test-wchar.c: Likewise.
5746         * tests/test-wctype.c: Likewise.
5747         * tests/test-wcwidth.c: Likewise.
5748         * tests/test-xstrtol.c: Likewise.
5749         * tests/test-xvasprintf.c: Likewise.
5750         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5751         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5752         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5753         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5754         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5755         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5756         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5757         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5758         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5759         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5760         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5761         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5762         * tests/uniname/test-uninames.c: Likewise.
5763         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5764         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
5765         * tests/unistdio/test-u16-printf1.h: Likewise.
5766         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5767         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5768         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5769         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5770         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5771         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5772         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5773         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
5774         * tests/unistdio/test-u32-printf1.h: Likewise.
5775         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5776         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5777         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5778         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5779         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5780         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5781         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5782         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
5783         * tests/unistdio/test-u8-printf1.h: Likewise.
5784         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5785         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5786         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5787         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5788         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5789         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5790         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5791         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
5792         * tests/unistdio/test-ulc-printf1.h: Likewise.
5793         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5794         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5795         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5796         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5797         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5798         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5799         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5800         * tests/uniwidth/test-u16-width.c: Likewise.
5801         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5802         * tests/uniwidth/test-u32-width.c: Likewise.
5803         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5804         * tests/uniwidth/test-u8-width.c: Likewise.
5805         * tests/uniwidth/test-uc_width.c: Likewise.
5806         * config/srclist-update: Likewise.
5807         (fixlicense): Update to GPLv3+.
5808
5809         Change copyright notice from LGPLv2.1+ to LGPLv3+.
5810         * tests/test-tsearch.c: Change copyright notice.
5811
5812         Change copyright notice from LGPLv2.0+ to LGPLv3+.
5813         * lib/c-strcaseeq.h: Change copyright notice.
5814         * lib/streq.h: Likewise.
5815         * lib/uniconv.h: Likewise.
5816         * lib/uniconv/u-conv-from-enc.h: Likewise.
5817         * lib/uniconv/u-conv-to-enc.h: Likewise.
5818         * lib/uniconv/u-strconv-from-enc.h: Likewise.
5819         * lib/uniconv/u-strconv-to-enc.h: Likewise.
5820         * lib/uniconv/u16-conv-from-enc.c: Likewise.
5821         * lib/uniconv/u16-conv-to-enc.c: Likewise.
5822         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
5823         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
5824         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
5825         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
5826         * lib/uniconv/u32-conv-from-enc.c: Likewise.
5827         * lib/uniconv/u32-conv-to-enc.c: Likewise.
5828         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
5829         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
5830         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
5831         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
5832         * lib/uniconv/u8-conv-from-enc.c: Likewise.
5833         * lib/uniconv/u8-conv-to-enc.c: Likewise.
5834         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
5835         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
5836         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
5837         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
5838         * lib/uniname.h: Likewise.
5839         * lib/uniname/uniname.c: Likewise.
5840         * lib/unistdio.h: Likewise.
5841         * lib/unistdio/u-asnprintf.h: Likewise.
5842         * lib/unistdio/u-asprintf.h: Likewise.
5843         * lib/unistdio/u-printf-args.c: Likewise.
5844         * lib/unistdio/u-printf-args.h: Likewise.
5845         * lib/unistdio/u-printf-parse.h: Likewise.
5846         * lib/unistdio/u-snprintf.h: Likewise.
5847         * lib/unistdio/u-sprintf.h: Likewise.
5848         * lib/unistdio/u-vasprintf.h: Likewise.
5849         * lib/unistdio/u-vsnprintf.h: Likewise.
5850         * lib/unistdio/u-vsprintf.h: Likewise.
5851         * lib/unistdio/u16-asnprintf.c: Likewise.
5852         * lib/unistdio/u16-asprintf.c: Likewise.
5853         * lib/unistdio/u16-printf-parse.c: Likewise.
5854         * lib/unistdio/u16-snprintf.c: Likewise.
5855         * lib/unistdio/u16-sprintf.c: Likewise.
5856         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
5857         * lib/unistdio/u16-u16-asprintf.c: Likewise.
5858         * lib/unistdio/u16-u16-snprintf.c: Likewise.
5859         * lib/unistdio/u16-u16-sprintf.c: Likewise.
5860         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
5861         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
5862         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
5863         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
5864         * lib/unistdio/u16-vasnprintf.c: Likewise.
5865         * lib/unistdio/u16-vasprintf.c: Likewise.
5866         * lib/unistdio/u16-vsnprintf.c: Likewise.
5867         * lib/unistdio/u16-vsprintf.c: Likewise.
5868         * lib/unistdio/u32-asnprintf.c: Likewise.
5869         * lib/unistdio/u32-asprintf.c: Likewise.
5870         * lib/unistdio/u32-printf-parse.c: Likewise.
5871         * lib/unistdio/u32-snprintf.c: Likewise.
5872         * lib/unistdio/u32-sprintf.c: Likewise.
5873         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
5874         * lib/unistdio/u32-u32-asprintf.c: Likewise.
5875         * lib/unistdio/u32-u32-snprintf.c: Likewise.
5876         * lib/unistdio/u32-u32-sprintf.c: Likewise.
5877         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
5878         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
5879         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
5880         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
5881         * lib/unistdio/u32-vasnprintf.c: Likewise.
5882         * lib/unistdio/u32-vasprintf.c: Likewise.
5883         * lib/unistdio/u32-vsnprintf.c: Likewise.
5884         * lib/unistdio/u32-vsprintf.c: Likewise.
5885         * lib/unistdio/u8-asnprintf.c: Likewise.
5886         * lib/unistdio/u8-asprintf.c: Likewise.
5887         * lib/unistdio/u8-printf-parse.c: Likewise.
5888         * lib/unistdio/u8-snprintf.c: Likewise.
5889         * lib/unistdio/u8-sprintf.c: Likewise.
5890         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
5891         * lib/unistdio/u8-u8-asprintf.c: Likewise.
5892         * lib/unistdio/u8-u8-snprintf.c: Likewise.
5893         * lib/unistdio/u8-u8-sprintf.c: Likewise.
5894         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
5895         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
5896         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
5897         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
5898         * lib/unistdio/u8-vasnprintf.c: Likewise.
5899         * lib/unistdio/u8-vasprintf.c: Likewise.
5900         * lib/unistdio/u8-vsnprintf.c: Likewise.
5901         * lib/unistdio/u8-vsprintf.c: Likewise.
5902         * lib/unistdio/ulc-asnprintf.c: Likewise.
5903         * lib/unistdio/ulc-asprintf.c: Likewise.
5904         * lib/unistdio/ulc-printf-parse.c: Likewise.
5905         * lib/unistdio/ulc-snprintf.c: Likewise.
5906         * lib/unistdio/ulc-sprintf.c: Likewise.
5907         * lib/unistdio/ulc-vasnprintf.c: Likewise.
5908         * lib/unistdio/ulc-vasprintf.c: Likewise.
5909         * lib/unistdio/ulc-vsnprintf.c: Likewise.
5910         * lib/unistdio/ulc-vsprintf.c: Likewise.
5911         * lib/unistr.h: Likewise.
5912         * lib/unistr/u-cpy-alloc.h: Likewise.
5913         * lib/unistr/u-cpy.h: Likewise.
5914         * lib/unistr/u-endswith.h: Likewise.
5915         * lib/unistr/u-move.h: Likewise.
5916         * lib/unistr/u-set.h: Likewise.
5917         * lib/unistr/u-startswith.h: Likewise.
5918         * lib/unistr/u-stpcpy.h: Likewise.
5919         * lib/unistr/u-stpncpy.h: Likewise.
5920         * lib/unistr/u-strcat.h: Likewise.
5921         * lib/unistr/u-strcpy.h: Likewise.
5922         * lib/unistr/u-strcspn.h: Likewise.
5923         * lib/unistr/u-strdup.h: Likewise.
5924         * lib/unistr/u-strlen.h: Likewise.
5925         * lib/unistr/u-strncat.h: Likewise.
5926         * lib/unistr/u-strncpy.h: Likewise.
5927         * lib/unistr/u-strnlen.h: Likewise.
5928         * lib/unistr/u-strpbrk.h: Likewise.
5929         * lib/unistr/u-strspn.h: Likewise.
5930         * lib/unistr/u-strstr.h: Likewise.
5931         * lib/unistr/u-strtok.h: Likewise.
5932         * lib/unistr/u16-check.c: Likewise.
5933         * lib/unistr/u16-chr.c: Likewise.
5934         * lib/unistr/u16-cmp.c: Likewise.
5935         * lib/unistr/u16-cpy-alloc.c: Likewise.
5936         * lib/unistr/u16-cpy.c: Likewise.
5937         * lib/unistr/u16-endswith.c: Likewise.
5938         * lib/unistr/u16-mblen.c: Likewise.
5939         * lib/unistr/u16-mbsnlen.c: Likewise.
5940         * lib/unistr/u16-mbtouc-aux.c: Likewise.
5941         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
5942         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
5943         * lib/unistr/u16-mbtouc.c: Likewise.
5944         * lib/unistr/u16-mbtoucr.c: Likewise.
5945         * lib/unistr/u16-move.c: Likewise.
5946         * lib/unistr/u16-next.c: Likewise.
5947         * lib/unistr/u16-prev.c: Likewise.
5948         * lib/unistr/u16-set.c: Likewise.
5949         * lib/unistr/u16-startswith.c: Likewise.
5950         * lib/unistr/u16-stpcpy.c: Likewise.
5951         * lib/unistr/u16-stpncpy.c: Likewise.
5952         * lib/unistr/u16-strcat.c: Likewise.
5953         * lib/unistr/u16-strchr.c: Likewise.
5954         * lib/unistr/u16-strcmp.c: Likewise.
5955         * lib/unistr/u16-strcpy.c: Likewise.
5956         * lib/unistr/u16-strcspn.c: Likewise.
5957         * lib/unistr/u16-strdup.c: Likewise.
5958         * lib/unistr/u16-strlen.c: Likewise.
5959         * lib/unistr/u16-strmblen.c: Likewise.
5960         * lib/unistr/u16-strmbtouc.c: Likewise.
5961         * lib/unistr/u16-strncat.c: Likewise.
5962         * lib/unistr/u16-strncmp.c: Likewise.
5963         * lib/unistr/u16-strncpy.c: Likewise.
5964         * lib/unistr/u16-strnlen.c: Likewise.
5965         * lib/unistr/u16-strpbrk.c: Likewise.
5966         * lib/unistr/u16-strrchr.c: Likewise.
5967         * lib/unistr/u16-strspn.c: Likewise.
5968         * lib/unistr/u16-strstr.c: Likewise.
5969         * lib/unistr/u16-strtok.c: Likewise.
5970         * lib/unistr/u16-to-u32.c: Likewise.
5971         * lib/unistr/u16-to-u8.c: Likewise.
5972         * lib/unistr/u16-uctomb-aux.c: Likewise.
5973         * lib/unistr/u16-uctomb.c: Likewise.
5974         * lib/unistr/u32-check.c: Likewise.
5975         * lib/unistr/u32-chr.c: Likewise.
5976         * lib/unistr/u32-cmp.c: Likewise.
5977         * lib/unistr/u32-cpy-alloc.c: Likewise.
5978         * lib/unistr/u32-cpy.c: Likewise.
5979         * lib/unistr/u32-endswith.c: Likewise.
5980         * lib/unistr/u32-mblen.c: Likewise.
5981         * lib/unistr/u32-mbsnlen.c: Likewise.
5982         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
5983         * lib/unistr/u32-mbtouc.c: Likewise.
5984         * lib/unistr/u32-mbtoucr.c: Likewise.
5985         * lib/unistr/u32-move.c: Likewise.
5986         * lib/unistr/u32-next.c: Likewise.
5987         * lib/unistr/u32-prev.c: Likewise.
5988         * lib/unistr/u32-set.c: Likewise.
5989         * lib/unistr/u32-startswith.c: Likewise.
5990         * lib/unistr/u32-stpcpy.c: Likewise.
5991         * lib/unistr/u32-stpncpy.c: Likewise.
5992         * lib/unistr/u32-strcat.c: Likewise.
5993         * lib/unistr/u32-strchr.c: Likewise.
5994         * lib/unistr/u32-strcmp.c: Likewise.
5995         * lib/unistr/u32-strcpy.c: Likewise.
5996         * lib/unistr/u32-strcspn.c: Likewise.
5997         * lib/unistr/u32-strdup.c: Likewise.
5998         * lib/unistr/u32-strlen.c: Likewise.
5999         * lib/unistr/u32-strmblen.c: Likewise.
6000         * lib/unistr/u32-strmbtouc.c: Likewise.
6001         * lib/unistr/u32-strncat.c: Likewise.
6002         * lib/unistr/u32-strncmp.c: Likewise.
6003         * lib/unistr/u32-strncpy.c: Likewise.
6004         * lib/unistr/u32-strnlen.c: Likewise.
6005         * lib/unistr/u32-strpbrk.c: Likewise.
6006         * lib/unistr/u32-strrchr.c: Likewise.
6007         * lib/unistr/u32-strspn.c: Likewise.
6008         * lib/unistr/u32-strstr.c: Likewise.
6009         * lib/unistr/u32-strtok.c: Likewise.
6010         * lib/unistr/u32-to-u16.c: Likewise.
6011         * lib/unistr/u32-to-u8.c: Likewise.
6012         * lib/unistr/u32-uctomb.c: Likewise.
6013         * lib/unistr/u8-check.c: Likewise.
6014         * lib/unistr/u8-chr.c: Likewise.
6015         * lib/unistr/u8-cmp.c: Likewise.
6016         * lib/unistr/u8-cpy-alloc.c: Likewise.
6017         * lib/unistr/u8-cpy.c: Likewise.
6018         * lib/unistr/u8-endswith.c: Likewise.
6019         * lib/unistr/u8-mblen.c: Likewise.
6020         * lib/unistr/u8-mbsnlen.c: Likewise.
6021         * lib/unistr/u8-mbtouc-aux.c: Likewise.
6022         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
6023         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
6024         * lib/unistr/u8-mbtouc.c: Likewise.
6025         * lib/unistr/u8-mbtoucr.c: Likewise.
6026         * lib/unistr/u8-move.c: Likewise.
6027         * lib/unistr/u8-next.c: Likewise.
6028         * lib/unistr/u8-prev.c: Likewise.
6029         * lib/unistr/u8-set.c: Likewise.
6030         * lib/unistr/u8-startswith.c: Likewise.
6031         * lib/unistr/u8-stpcpy.c: Likewise.
6032         * lib/unistr/u8-stpncpy.c: Likewise.
6033         * lib/unistr/u8-strcat.c: Likewise.
6034         * lib/unistr/u8-strchr.c: Likewise.
6035         * lib/unistr/u8-strcmp.c: Likewise.
6036         * lib/unistr/u8-strcpy.c: Likewise.
6037         * lib/unistr/u8-strcspn.c: Likewise.
6038         * lib/unistr/u8-strdup.c: Likewise.
6039         * lib/unistr/u8-strlen.c: Likewise.
6040         * lib/unistr/u8-strmblen.c: Likewise.
6041         * lib/unistr/u8-strmbtouc.c: Likewise.
6042         * lib/unistr/u8-strncat.c: Likewise.
6043         * lib/unistr/u8-strncmp.c: Likewise.
6044         * lib/unistr/u8-strncpy.c: Likewise.
6045         * lib/unistr/u8-strnlen.c: Likewise.
6046         * lib/unistr/u8-strpbrk.c: Likewise.
6047         * lib/unistr/u8-strrchr.c: Likewise.
6048         * lib/unistr/u8-strspn.c: Likewise.
6049         * lib/unistr/u8-strstr.c: Likewise.
6050         * lib/unistr/u8-strtok.c: Likewise.
6051         * lib/unistr/u8-to-u16.c: Likewise.
6052         * lib/unistr/u8-to-u32.c: Likewise.
6053         * lib/unistr/u8-uctomb-aux.c: Likewise.
6054         * lib/unistr/u8-uctomb.c: Likewise.
6055         * lib/unitypes.h: Likewise.
6056         * lib/uniwidth.h: Likewise.
6057         * lib/uniwidth/cjk.h: Likewise.
6058         * lib/uniwidth/u16-strwidth.c: Likewise.
6059         * lib/uniwidth/u16-width.c: Likewise.
6060         * lib/uniwidth/u32-strwidth.c: Likewise.
6061         * lib/uniwidth/u32-width.c: Likewise.
6062         * lib/uniwidth/u8-strwidth.c: Likewise.
6063         * lib/uniwidth/u8-width.c: Likewise.
6064         * lib/uniwidth/width.c: Likewise.
6065
6066 2007-10-07  Bruno Haible  <bruno@clisp.org>
6067
6068         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
6069         The file is still under LGPL (see modules/inttypes).
6070
6071 2007-10-06  Bruno Haible  <bruno@clisp.org>
6072
6073         * modules/trunc (Dependencies): Add 'extensions'.
6074         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
6075         Reported by Ben Pfaff <blp@gnu.org>.
6076
6077 2007-10-06  Bruno Haible  <bruno@clisp.org>
6078
6079         * modules/freopen-tests: New file.
6080         * tests/test-freopen.c: New file.
6081
6082         * modules/fopen-tests: New file.
6083         * tests/test-fopen.c: New file.
6084
6085         * modules/fopen: New file.
6086         * lib/fopen.c: New file.
6087         * m4/fopen.m4: New file.
6088         * modules/freopen: New file.
6089         * lib/freopen.c: New file.
6090         * m4/freopen.m4: New file.
6091         * lib/stdio.in.h (fopen, freopen): New declarations.
6092         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
6093         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6094         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
6095         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6096         * doc/functions/fopen.texi: Mention the 'fopen' module.
6097         * doc/functions/freopen.texi: Mention the 'freopen' module.
6098
6099 2007-10-06  Bruno Haible  <bruno@clisp.org>
6100
6101         * modules/open-tests: New file.
6102         * tests/test-open.c: New file.
6103
6104         * modules/open: New file.
6105         * lib/open.c: New file.
6106         * m4/open.m4: New file.
6107         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
6108         lib/open.c does.
6109         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
6110         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
6111         macros.
6112         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
6113         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
6114         REPLACE_OPEN.
6115         * doc/functions/open.texi: Mention the 'open' module.
6116
6117 2007-10-04  Bruno Haible  <bruno@clisp.org>
6118
6119         * modules/ceill-tests: New file.
6120         * tests/test-ceill.c: New file.
6121
6122         * modules/ceill: New file.
6123         * lib/ceill.c: Replace entire file.
6124         * m4/ceill.m4: New file.
6125         * lib/math.in.h (ceill): Replace declaration.
6126         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
6127         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
6128         * doc/functions/ceill.texi: Mention the 'ceill' module.
6129         * modules/mathl (Files): Remove lib/ceill.c.
6130         (Depends-on): Add ceill.
6131
6132 2007-10-04  Bruno Haible  <bruno@clisp.org>
6133
6134         * modules/ceilf-tests: New file.
6135         * tests/test-ceilf.c: New file.
6136
6137         * modules/ceilf: New file.
6138         * lib/ceil.c: New file.
6139         * lib/ceilf.c: New file.
6140         * m4/ceilf.m4: New file.
6141         * lib/math.in.h (ceilf): New declaration.
6142         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
6143         HAVE_DECL_CEILF.
6144         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
6145         HAVE_DECL_CEILF.
6146         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
6147
6148 2007-10-04  Bruno Haible  <bruno@clisp.org>
6149
6150         * modules/floorl-tests: New file.
6151         * tests/test-floorl.c: New file.
6152
6153         * modules/floorl: New file.
6154         * lib/floorl.c: Replace entire file.
6155         * m4/floorl.m4: New file.
6156         * lib/math.in.h (floorl): Replace declaration.
6157         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
6158         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
6159         * doc/functions/floorl.texi: Mention the 'floorl' module.
6160         * modules/mathl (Files): Remove lib/floorl.c.
6161         (Depends-on): Add floorl.
6162
6163 2007-10-04  Bruno Haible  <bruno@clisp.org>
6164
6165         * modules/floorf-tests: New file.
6166         * tests/test-floorf.c: New file.
6167
6168         * modules/floorf: New file.
6169         * lib/floor.c: New file.
6170         * lib/floorf.c: New file.
6171         * m4/floorf.m4: New file.
6172         * lib/math.in.h (floorf): New declaration.
6173         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
6174         HAVE_DECL_FLOORF.
6175         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
6176         HAVE_DECL_FLOORF.
6177         * doc/functions/floorf.texi: Mention the 'floorf' module.
6178
6179 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
6180             Bruno Haible  <bruno@clisp.org>
6181
6182         Advertise for the Git server instead of the CVS server.
6183         * doc/gnulib-intro.texi (Steady Development): Mention the Git
6184         repository instead of the CVS one.
6185         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
6186         about all VCS systems generically.
6187         * doc/gnulib.texi (Introduction): Capitalize `Git'.
6188
6189 2007-10-04  Bruno Haible  <bruno@clisp.org>
6190
6191         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
6192         means.
6193         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
6194
6195 2007-10-04  Bruno Haible  <bruno@clisp.org>
6196
6197         * modules/truncl-tests: New file.
6198         * tests/test-truncl.c: New file.
6199
6200         * modules/truncl: New file.
6201         * lib/truncl.c: New file.
6202         * m4/truncl.m4: New file.
6203         * lib/math.in.h (truncl): New declaration.
6204         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
6205         HAVE_DECL_TRUNCL.
6206         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
6207         HAVE_DECL_TRUNCL.
6208         * doc/functions/truncl.texi: Mention the 'truncl' module.
6209
6210 2007-10-04  Bruno Haible  <bruno@clisp.org>
6211
6212         * modules/truncf-tests: New file.
6213         * tests/test-truncf.c: New file.
6214
6215         * modules/truncf: New file.
6216         * lib/trunc.c: Make paramerizable through USE_* macros.
6217         * lib/truncf.c: New file.
6218         * m4/truncf.m4: New file.
6219         * lib/math.in.h (truncf): New declaration.
6220         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
6221         HAVE_DECL_TRUNCF.
6222         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
6223         HAVE_DECL_TRUNCF.
6224         * doc/functions/truncf.texi: Mention the 'truncf' module.
6225
6226 2007-10-03  Bruno Haible  <bruno@clisp.org>
6227
6228         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6229         augmentation also for tests modules.
6230         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
6231         * modules/atexit-tests (Makefile.am): Likewise.
6232         * modules/binary-io-tests (Makefile.am): Likewise.
6233         * modules/c-strcase-tests (Makefile.am): Likewise.
6234         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
6235         * modules/canonicalize-tests (Makefile.am): Likewise.
6236         * modules/closein-tests (Makefile.am): Likewise.
6237         * modules/fprintf-posix-tests (Makefile.am): Likewise.
6238         * modules/freadahead-tests (Makefile.am): Likewise.
6239         * modules/fseek-tests (Makefile.am): Likewise.
6240         * modules/fseeko-tests (Makefile.am): Likewise.
6241         * modules/ftell-tests (Makefile.am): Likewise.
6242         * modules/ftello-tests (Makefile.am): Likewise.
6243         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
6244         * modules/isnanl-tests (Makefile.am): Likewise.
6245         * modules/lseek-tests (Makefile.am): Likewise.
6246         * modules/mbscasecmp-tests (Makefile.am): Likewise.
6247         * modules/mbscasestr-tests (Makefile.am): Likewise.
6248         * modules/mbschr-tests (Makefile.am): Likewise.
6249         * modules/mbscspn-tests (Makefile.am): Likewise.
6250         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
6251         * modules/mbspbrk-tests (Makefile.am): Likewise.
6252         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
6253         * modules/mbsrchr-tests (Makefile.am): Likewise.
6254         * modules/mbsspn-tests (Makefile.am): Likewise.
6255         * modules/mbsstr-tests (Makefile.am): Likewise.
6256         * modules/printf-posix-tests (Makefile.am): Likewise.
6257         * modules/snprintf-posix-tests (Makefile.am): Likewise.
6258         * modules/sprintf-posix-tests (Makefile.am): Likewise.
6259         * modules/tsearch-tests (Makefile.am): Likewise.
6260         * modules/uniname/uniname-tests (Makefile.am): Likewise.
6261         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
6262         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
6263         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
6264         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
6265         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
6266         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
6267         * modules/vprintf-posix-tests (Makefile.am): Likewise.
6268         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
6269         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
6270         * modules/xstrtoimax-tests (Makefile.am): Likewise.
6271         * modules/xstrtol-tests (Makefile.am): Likewise.
6272         * modules/xstrtoumax-tests (Makefile.am): Likewise.
6273         * modules/yesno-tests (Makefile.am): Likewise.
6274
6275 2007-10-03  Bruno Haible  <bruno@clisp.org>
6276
6277         * modules/trunc-tests: New file.
6278         * tests/test-trunc.c: New file.
6279
6280         * modules/trunc: New file.
6281         * lib/trunc.c: New file.
6282         * m4/trunc.m4: New file.
6283         * lib/math.in.h (trunc): New declaration.
6284         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
6285         HAVE_DECL_TRUNC.
6286         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
6287         HAVE_DECL_TRUNC.
6288         * doc/functions/trunc.texi: Mention the 'trunc' module.
6289
6290 2007-10-03  Bruno Haible  <bruno@clisp.org>
6291
6292         * tests/test-fpending.c: New file, mostly copied
6293         from coreutils/lib/t-fpending.c.
6294         * modules/fpending-tests: New file.
6295
6296 2007-10-03  Bruno Haible  <bruno@clisp.org>
6297
6298         Port the stdio extensions to QNX (untested).
6299         * lib/fseterr.c (fseterr): Add support for QNX.
6300         * lib/fbufmode.c (fbufmode): Likewise.
6301         * lib/freadable.c (freadable): Likewise.
6302         * lib/fwritable.c (fwritable): Likewise.
6303         * lib/freading.c (freading): Likewise.
6304         * lib/fwriting.c (fwriting): Likewise.
6305         * lib/freadahead.c (freadahed): Likewise.
6306         * lib/fpurge.c (fpurge): Likewise.
6307         * lib/fseeko.c (rpl_fseeko): Likewise.
6308
6309 2007-10-03  Bruno Haible  <bruno@clisp.org>
6310             Jim Meyering  <jim@meyering.net>
6311             Eric Blake  <ebb9@byu.net>
6312
6313         * doc/relocatable.texi: Use @command instead of @program.
6314
6315 2007-10-02  Jim Meyering  <jim@meyering.net>
6316
6317         Perform one more "_.h" -> ".in.h" substitution.
6318         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
6319         instead of unistd_.h here, too.
6320
6321 2007-10-01  Bruno Haible  <bruno@clisp.org>
6322
6323         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
6324         Needed for the alloca-opt module.
6325
6326 2007-09-30  Bruno Haible  <bruno@clisp.org>
6327
6328         * lib/alloca.in.h: Renamed from lib/alloca_.h.
6329         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
6330         alloca_.h.
6331         * lib/argz.in.h: Renamed from lib/argz_.h.
6332         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
6333         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
6334         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
6335         byteswap_.h.
6336         * lib/dirent.in.h: Renamed from lib/dirent_.h.
6337         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
6338         dirent_.h.
6339         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
6340         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
6341         fcntl_.h.
6342         * lib/float.in.h: Renamed from lib/float_.h.
6343         * modules/float (Files, Makefile.am): Use float.in.h instead of
6344         float_.h.
6345         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
6346         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
6347         fnmatch_.h.
6348         * lib/getopt.in.h: Renamed from lib/getopt_.h.
6349         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
6350         getopt_.h.
6351         * lib/glob.in.h: Renamed from lib/glob_.h.
6352         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
6353         * lib/iconv.in.h: Renamed from lib/iconv_.h.
6354         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
6355         iconv_.h.
6356         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
6357         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
6358         inttypes_.h.
6359         * lib/locale.in.h: Renamed from lib/locale_.h.
6360         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
6361         locale_.h.
6362         * lib/math.in.h: Renamed from lib/math_.h.
6363         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
6364         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
6365         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
6366         of netinet_in_.h. Add dependency.
6367         * lib/poll.in.h: Renamed from lib/poll_.h.
6368         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
6369         * lib/search.in.h: Renamed from lib/search_.h.
6370         * modules/search (Files, Makefile.am): Use search.in.h instead of
6371         search_.h.
6372         * lib/signal.in.h: Renamed from lib/signal_.h.
6373         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
6374         _signal.h.
6375         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
6376         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
6377         stdbool_.h.
6378         * lib/stdint.in.h: Renamed from lib/stdint_.h.
6379         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
6380         stdint_.h.
6381         * lib/stdio.in.h: Renamed from lib/stdio_.h.
6382         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
6383         stdio_.h.
6384         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
6385         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
6386         stdlib_.h.
6387         * lib/string.in.h: Renamed from lib/string_.h.
6388         * modules/string (Files, Makefile.am): Use string.in.h instead of
6389         string_.h.
6390         * doc/gnulib-tool.texi (Initial import): Update.
6391         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
6392         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
6393         of sys_select_.h. Add dependency.
6394         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
6395         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
6396         of sys_socket_.h.
6397         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
6398         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
6399         sys_stat_.h.
6400         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
6401         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
6402         sys_time_.h.
6403         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
6404         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
6405         sysexits_.h.
6406         * lib/time.in.h: Renamed from lib/time_.h.
6407         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
6408         * lib/unistd.in.h: Renamed from lib/unistd_.h.
6409         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
6410         unistd_.h.
6411         * lib/wchar.in.h: Renamed from lib/wchar_.h.
6412         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
6413         wchar_.h.
6414         * lib/wctype.in.h: Renamed from lib/wctype_.h.
6415         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
6416         wctype_.h.
6417         * build-aux/bootstrap (slurp): Update.
6418         * lib/.cppi-disable: Update.
6419
6420 2007-09-30  Bruno Haible  <bruno@clisp.org>
6421
6422         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
6423         Needed on BeOS.
6424
6425 2007-09-30  Bruno Haible  <bruno@clisp.org>
6426
6427         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
6428
6429 2007-09-29  Bruno Haible  <bruno@clisp.org>
6430
6431         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
6432
6433 2007-09-29  Bruno Haible  <bruno@clisp.org>
6434
6435         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
6436         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
6437         * build-aux/install-reloc: Compile also areadlink.c.
6438         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
6439
6440 2007-09-29  Bruno Haible  <bruno@clisp.org>
6441
6442         * gnulib-tool (func_emit_initmacro_done): Indentation.
6443
6444 2007-09-29  Bruno Haible  <bruno@clisp.org>
6445
6446         * README: Add CVS checkout update instructions.
6447         Info from Bob Proulx <bob@proulx.com>.
6448
6449 2007-09-28  Eric Blake  <ebb9@byu.net>
6450
6451         Provide move-if-change.
6452         * build-aux/move-if-change: New file, based on best practice
6453         rather than any canonical upstream location.
6454
6455 2007-09-28  Jim Meyering  <jim@meyering.net>
6456
6457         Fix canonicalize loop-detection corner case.
6458         Do not attempt to stat the symlink values stored via seen_triple.
6459         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
6460         on linux-2.6.18, (but not 2.6.22).
6461         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
6462         triple_compare.  The former compares dev,ino,filename, while the latter
6463         would actually stat dirname(filename) when dev and ino were equal.
6464         * lib/hash-triple.c: Install <string.h>.
6465         (STREQ): Define.
6466         (triple_compare_ino_str): New function.
6467         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
6468
6469 2007-09-28  Eric Blake  <ebb9@byu.net>
6470
6471         Enforce that AC_REPLACE_FUNCS files exist.
6472         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
6473         override check for typos.
6474
6475         Fix test-closein on Solaris 10.
6476         * tests/test-closein.c (main): Don't assume stdin can be inherited
6477         closed on all systems.
6478         * tests/test-closein.sh: Likewise.
6479         Reported by Piotr Tarnowski.
6480
6481 2007-09-28  Jim Meyering  <jim@meyering.net>
6482
6483         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
6484
6485 2007-09-27  Jim Meyering  <jim@meyering.net>
6486
6487         canonicalize: Avoid a false-positive cycle failure.
6488         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
6489         Sort.  Remove cycle-check.
6490         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
6491         not cycle-check.h.
6492         (seen_triple): New function.
6493         (canonicalize_filename_mode): Use it instead of cycle-check.
6494         * tests/test-canonicalize.c: Add a test for this bug.
6495         * tests/test-canonicalize.sh: Set up and run the test.
6496
6497         New module, file-set, from coreutils.
6498         * modules/file-set: Define it.
6499         * lib/file-set.c, lib/file-set.h: Implement.
6500
6501         New module, hash-triple, from coreutils.
6502         * modules/hash-triple: Define it.
6503         * lib/hash-triple.c, lib/hash-triple.h: Implement.
6504
6505 2007-09-25  Eric Blake  <ebb9@byu.net>
6506
6507         Fix strerror on Interix.
6508         * lib/string_.h (strerror): Declare replacement.
6509         * doc/functions/strerror.texi (strerror): Document the Interix
6510         shortcoming.
6511         * modules/string (Makefile.am): Support new hooks.
6512         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
6513         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
6514         gl_FUNC_STRERROR_SEPARATE.
6515         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
6516         * lib/strerror.c (rpl_strerror): Provide replacement.
6517         * modules/strerror (Depends-on): Add string.
6518         (configure.ac): Detect use of module.
6519         * tests/test-strerror.c: New file.
6520         * modules/strerror-tests: New test module.
6521         * modules/argp (Depends-on): Add strerror.
6522         * modules/error (Depends-on): Likewise.
6523         Reported by Martin Koeppe.
6524
6525 2007-09-24  Bruno Haible  <bruno@clisp.org>
6526
6527         * README: Update git instructions.
6528
6529 2007-09-24  Eric Blake  <ebb9@byu.net>
6530
6531         Revert fpending breakage from 2007-09-08.
6532         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
6533         __fpending.c.
6534
6535 2007-09-24  Jim Meyering  <jim@meyering.net>
6536
6537         filenamecat.c: Add a test.
6538         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
6539         showing how the function works when DIR is the empty string.
6540
6541 2007-09-21  Simon Josefsson  <simon@josefsson.org>
6542
6543         * tests/test-canonicalize.sh: Turn on executable bit.
6544
6545 2007-09-19  Eric Blake  <ebb9@byu.net>
6546
6547         * README: Update CVS instructions.
6548
6549 2007-09-18  Bruno Haible  <bruno@clisp.org>
6550
6551         * modules/areadlink: New file.
6552         * lib/areadlink.h (areadlink): New declaration.
6553         * lib/areadlink.c: New file, based on lib/xreadlink.c.
6554
6555 2007-09-17  Jim Meyering  <jim@meyering.net>
6556
6557         * lib/savewd.c (ESTALE) [!defined]: Define.
6558         Reported to be required on Interix by Martin Koeppe.
6559
6560 2007-09-17  Bruno Haible  <bruno@clisp.org>
6561
6562         * gnulib-tool (func_version): Use $version.
6563
6564 2007-09-16  Bruno Haible  <bruno@clisp.org>
6565
6566         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
6567         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
6568         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
6569         Reported by Greg Schafer <gschafer@zip.com.au>.
6570
6571 2007-09-15  Bruno Haible  <bruno@clisp.org>
6572
6573         * gnulib-tool (sed): Try a little harder to make bash understand the
6574         alias.
6575         Reported by Bruce Korb <bruce.korb@gmail.com>.
6576
6577 2007-09-13  Eric Blake  <ebb9@byu.net>
6578
6579         * ChangeLog: Remove conflict markers.
6580
6581 2007-09-13  Simon Josefsson  <simon@josefsson.org>
6582
6583         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
6584         Reported by Bruno Haible <bruno@clisp.org>.
6585
6586 2007-09-12  Bruno Haible  <bruno@clisp.org>
6587
6588         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
6589         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
6590         is not defined.
6591
6592 2007-09-12  Eric Blake  <ebb9@byu.net>
6593
6594         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
6595         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
6596         Autoconf definition.
6597         * modules/euidaccess (Depends-on): Add extensions, for
6598         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
6599         * modules/fnmatch (Depends-on): Likewise.
6600         * modules/getaddrinfo (Depends-on): Likewise.
6601         * modules/getdelim (Depends-on): Likewise.
6602         * modules/getline (Depends-on): Likewise.
6603         * modules/getsubopt (Depends-on): Likewise.
6604         * modules/gettext (Depends-on): Likewise.
6605         * modules/group-member (Depends-on): Likewise.
6606         * modules/mbchar (Depends-on): Likewise.
6607         * modules/memmem (Depends-on): Likewise.
6608         * modules/mempcpy (Depends-on): Likewise.
6609         * modules/memrchr (Depends-on): Likewise.
6610         * modules/pagealign_alloc (Depends-on): Likewise.
6611         * modules/readutmp (Depends-on): Likewise.
6612         * modules/stpcpy (Depends-on): Likewise.
6613         * modules/stpncpy (Depends-on): Likewise.
6614         * modules/strchrnul (Depends-on): Likewise.
6615         * modules/strndup (Depends-on): Likewise.
6616         * modules/strsep (Depends-on): Likewise.
6617         * modules/strverscmp (Depends-on): Likewise.
6618         * modules/vasprintf (Depends-on): Likewise.
6619         * modules/wcwidth (Depends-on): Likewise.
6620         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
6621         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
6622         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
6623         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
6624         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6625         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6626         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
6627         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6628         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
6629         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
6630         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6631         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6632         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6633         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
6634         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
6635         * m4/readutmp.m4 (gl_READUTMP): Likewise.
6636         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6637         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6638         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6639         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6640         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6641         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6642         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6643         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
6644         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
6645         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6646         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
6647         so that lock.m4 can be used in gettext without extensions module.
6648
6649 2007-09-11  Bruno Haible  <bruno@clisp.org>
6650
6651         * m4/isc-posix.m4: Remove file.
6652         Suggested by Eric Blake.
6653
6654 2007-09-11  Eric Blake  <ebb9@byu.net>
6655
6656         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
6657
6658 2007-09-10  Bruno Haible  <bruno@clisp.org>
6659
6660         * posix-modules: Fix typo in error message.
6661         Reported by Matt <mkraai@beckman.com>.
6662
6663 2007-09-09  Bruno Haible  <bruno@clisp.org>
6664
6665         * doc/functions/getdelim.texi: Update list of platforms lacking the
6666         function.
6667         * doc/functions/getline.texi: Likewise.
6668
6669 2007-09-09  Jim Meyering  <jim@meyering.net>
6670
6671         * lib/hash.c (hash_initialize): Detect calloc failure.
6672         Reported by Bruno Haible.
6673
6674 2007-09-09  Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
6677         malloc or realloc fails.
6678
6679 2007-09-09  Bruno Haible  <bruno@clisp.org>
6680
6681         * modules/getcwd (Depends-on): Add malloc-posix.
6682         * modules/glob (Depends-on): Likewise.
6683         * modules/putenv (Depends-on): Likewise.
6684         * modules/strdup (Depends-on): Likewise.
6685         * modules/getdelim (Depends-on): Add realloc-posix.
6686         * modules/read-file (Depends-on): Likewise.
6687
6688 2007-09-09  Bruno Haible  <bruno@clisp.org>
6689
6690         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
6691         (gl_FUNC_MALLOC_POSIX): Require it.
6692         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
6693         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
6694         * modules/realloc (Files): Add m4/malloc.m4.
6695         * modules/calloc (Files): Likewise.
6696
6697 2007-09-09  Bruno Haible  <bruno@clisp.org>
6698
6699         * modules/malloc-posix: New file.
6700         * modules/malloc (Depends-on): Add malloc-posix.
6701         * lib/malloc.c: Include errno.h.
6702         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
6703         and a POSIX-compatible malloc into a single function. Set ENOMEM
6704         when returning NULL.
6705         * m4/malloc.m4: New file.
6706         * doc/functions/malloc.texi: Mention the malloc-posix module.
6707         * lib/stdlib_.h (malloc): New declaration.
6708         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6709         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
6710         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
6711         and HAVE_MALLOC_POSIX.
6712
6713 2007-09-09  Bruno Haible  <bruno@clisp.org>
6714
6715         * modules/realloc-posix: New file.
6716         * modules/realloc (Depends-on): Add realloc-posix.
6717         * lib/realloc.c: Include errno.h.
6718         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
6719         and a POSIX-compatible realloc into a single function. Set ENOMEM
6720         when returning NULL.
6721         * m4/realloc.m4: New file.
6722         * doc/functions/realloc.texi: Mention the realloc-posix module.
6723         * lib/stdlib_.h (realloc): New declaration.
6724         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6725         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
6726         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
6727         and HAVE_REALLOC_POSIX.
6728
6729 2007-09-09  Bruno Haible  <bruno@clisp.org>
6730
6731         * modules/calloc-posix: New file.
6732         * modules/calloc (Depends-on): Add calloc-posix.
6733         * lib/calloc.c: Include errno.h.
6734         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
6735         and a POSIX-compatible calloc into a single function. Set ENOMEM
6736         when returning NULL.
6737         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
6738         * doc/functions/calloc.texi: Mention the calloc-posix module.
6739         * lib/stdlib_.h (calloc): New declaration.
6740         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6741         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
6742         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
6743         and HAVE_CALLOC_POSIX.
6744
6745 2007-09-09  Bruno Haible  <bruno@clisp.org>
6746
6747         Allow for modules to show an arbitrary notice.
6748         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
6749         * gnulib-tool: New option --extract-notice.
6750         (func_usage): Document it.
6751         (sed_extract_prog): Update.
6752         (func_get_notice): New function.
6753         (func_modules_notice): New function.
6754         (func_import, func_create_testdir): Invoke it.
6755         Suggested by Jim Meyering.
6756
6757 2007-09-09  Bruno Haible  <bruno@clisp.org>
6758
6759         * gnulib-tool: New options --verbose, --quiet.
6760         (func_usage): Document them.
6761         (verbose): New variable.
6762         (func_execute_command): New function.
6763         (func_import): Don't show the module list and the file list if
6764         $verbose < 0.
6765         (func_create_testdir): Likewise. Use func_execute_command.
6766         (func_create_megatestdir): Use func_execute_command.
6767
6768 2007-09-08  Bruno Haible  <bruno@clisp.org>
6769
6770         * gnulib-tool (func_import): Prefer rsync over wget when available,
6771         for fetching the PO files.
6772
6773 2007-09-08  Bruno Haible  <bruno@clisp.org>
6774
6775         * posix-modules: New file. Portions copied from gnulib-tool.
6776         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
6777
6778 2007-09-08  Jim Meyering  <jim@meyering.net>
6779
6780         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
6781         * lib/fpending.h: Rename from __fpending.h.
6782         * lib/fpending.c: Rename from __fpending.c.
6783         Include "fpending.h", not "__fpending.h".
6784         * lib/__fpending.h, lib/__fpending.c: Remove files.
6785         * modules/fpending (Files): Reflect new file names.
6786         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
6787
6788 2007-09-08  Bruno Haible  <bruno@clisp.org>
6789
6790         * m4/inttypes-h.m4: Remove stub file.
6791
6792 2007-09-07  Simon Josefsson  <simon@josefsson.org>
6793
6794         * doc/headers/stdint.texi: Discuss #include_next issue.
6795
6796 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6797
6798         * build-aux/bootstrap: Remove obsolete comment about wget --help.
6799
6800 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6801
6802         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
6803         in variable name.
6804
6805 2007-09-03  Jim Meyering  <jim@meyering.net>
6806
6807         New module: git-version-gen.
6808         * modules/git-version-gen: New file.
6809
6810         Import changes from coreutils for bootstrap script.
6811
6812         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
6813
6814         bootstrap: uses rsync to download the .po files
6815         * build-aux/bootstrap (po_download_command_format): New global.
6816         (download_po_files): Use rsync.
6817         (update_po_files): Don't remove .po files after download,
6818         so future rsync runs can take advantage of the copies.
6819
6820         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
6821
6822         Solve the unnecessary-.po-file-regeneration problem once and for all.
6823         * build-aux/bootstrap (download_po_files): New function, renamed from
6824         get_translations.  Now, downloads, but doesn't update LINGUAS.
6825         (update_po_files): New function.
6826
6827         bootstrap: Ignore more.
6828         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
6829         uniwidth to e.g., lib/.gitignore.
6830         (slurp): Handle the sys_stat_.h -> sys mapping, too.
6831
6832         * build-aux/bootstrap: New setting: vc_ignore.
6833         (insert_sorted_if_absent): Create $file if absent.
6834         Adapt to new, possibly empty, list: $vc_ignore.
6835
6836         bootstrap: generate more ignorable names
6837         * build-aux/bootstrap (slurp): When generating ignorable names,
6838         also map .sin to .sed, .gperf to .c, and .y to .c.
6839
6840 2007-09-03  Jim Meyering  <jim@meyering.net>
6841
6842         * build-aux/git-version-gen: New file, from coreutils.  For details, see
6843         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
6844
6845 2007-09-02  Bruno Haible  <bruno@clisp.org>
6846
6847         Fix mis-recognition of 'mcs' on QNX 6.
6848         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
6849         output contains the string "Mono".
6850         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
6851         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
6852
6853 2007-09-01  Bruno Haible  <bruno@clisp.org>
6854
6855         Fix collision between uniwidth/* and linebreak modules.
6856         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
6857         u32_width): Remove declarations.
6858         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
6859         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
6860         streq3, streq2, streq1, streq0): Remove functions.
6861         (STREQ): Remove macro.
6862         (is_cjk_encoding): Remove function.
6863         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
6864         (uc_width, u8_width, u16_width, u32_width): Remove functions.
6865         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
6866         * NEWS: Document the change.
6867
6868 2007-09-01  Bruno Haible  <bruno@clisp.org>
6869
6870         * lib/streq.h: Add double-inclusion guard.
6871
6872 2007-09-01  Karl Berry  <karl@gnu.org>
6873
6874         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
6875
6876 2007-08-28  Jim Meyering  <jim@meyering.net>
6877
6878         Rename mreadlink_with_size to areadlink_with_size.
6879         * NEWS: Document the change.
6880         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
6881         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
6882         * lib/mreadlink.h: Rename this to...
6883         * lib/areadlink.h: ...this.
6884         * modules/mreadlink-with-size: Rename this to...
6885         * modules/areadlink-with-size: ...this.
6886         * lib/canonicalize.c: Reflect the renaming.
6887         * modules/canonicalize: Likewise.
6888
6889 2007-08-26  Bruno Haible  <bruno@clisp.org>
6890
6891         * gnulib-tool (func_import): When deciding which files to remove,
6892         consider also dangling symbolic links.
6893         Reported by Eric Blake.
6894
6895 2007-08-26  Bruno Haible  <bruno@clisp.org>
6896
6897         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
6898
6899 2007-08-23  Simon Josefsson  <simon@josefsson.org>
6900
6901         * lib/readline.c: Don't include getline.h, the prototype is now
6902         found in stdio.h.
6903
6904 2007-08-23  Jim Meyering  <jim@meyering.net>
6905
6906         Getdelim touchup.
6907         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
6908         around the funlockfile call, since funlockfile never sets errno.
6909         Don't set errno upon failed realloc.
6910
6911 2007-08-22  Eric Blake  <ebb9@byu.net>
6912
6913         Getline touchups.
6914         * lib/getdelim.c (getdelim): Revert regression that required *n to
6915         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
6916         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
6917         getdelim, rather than whether implementation is missing.
6918         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
6919         * lib/stdio_.h (getline): Also declare if replacement is
6920         required.
6921         * doc/functions/getdelim.texi: New file.
6922         * doc/functions/getline.texi: Likewise.
6923         * doc/gnulib.texi (Function Substitutes): Add new files.
6924         Reported by Bruno Haible.
6925
6926 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
6927
6928         * users.txt: Add Guile.
6929
6930 2007-08-22  Eric Blake  <ebb9@byu.net>
6931
6932         * tests/test-getdelim.c (main): Use remove, not unlink.
6933         * tests/test-getline.c (main): Likewise.
6934
6935         Move getline and getdelim into stdio.h, per POSIX 200x.
6936         * modules/getline (Files): Remove getline.h.
6937         (Depends-on): Add stdio.
6938         (configure.ac): Add module indicator.
6939         * modules/getdelim (Files): Remove getdelim.h.
6940         (Depends-on): Add stdio.
6941         (configure.ac): Add module indicator.
6942         * modules/stdio (Makefile.am): Work with new indicators.
6943         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6944         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
6945         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6946         * lib/getdelim.h: Delete.
6947         * lib/getline.h: Delete.
6948         * lib/stdio_.h (getdelim, getline): Declare.
6949         * modules/getdelim-tests: New module.
6950         * modules/getline-tests: Likewise.
6951         * tests/test-getdelim.c: New file.
6952         * tests/test-getline.c: Likewise.
6953         * NEWS: Document the change.
6954         * lib/getline.c: Update choice of header.
6955         * lib/csharpcomp.c: Likewise.
6956         * lib/getpass.c: Likewise.
6957         * lib/javacomp.c: Likewise.
6958         * lib/javaversion.c: Likewise.
6959         * lib/yesno.c: Likewise.
6960         * lib/getdelim.c: Likewise.
6961         (getdelim): Set errno on failure, and avoid memory leak.
6962
6963 2007-08-19  Bruno Haible  <bruno@clisp.org>
6964
6965         * modules/closein (Depends-on): Add freadahead.
6966         * lib/closein.c: Include freadahead.h.
6967         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
6968         is zero.
6969
6970 2007-08-19  Bruno Haible  <bruno@clisp.org>
6971
6972         * modules/freadahead-tests: New file.
6973         * tests/test-freadahead.sh: New file.
6974         * tests/test-freadahead.c: New file.
6975
6976         * modules/freadahead: New file.
6977         * lib/freadahead.h: New file.
6978         * lib/freadahead.c: New file.
6979         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
6980         fbufmode, fpurge, freadable, fwritable.
6981
6982 2007-08-19  Eric Blake  <ebb9@byu.net>
6983
6984         Test yesno in combination with closein.
6985         * lib/yesno.c (yesno): Document use of stdin.
6986         * modules/yesno-tests (Files): New module.
6987         * tests/test-yesno.c (main): New file.
6988         * tests/test-yesno.sh: Likewise.
6989
6990 2007-08-19  Bruno Haible  <bruno@clisp.org>
6991
6992         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
6993         * lib/fseeko.c (rpl_fseeko): Likewise.
6994         * lib/fseterr.c (fseterr): Likewise.
6995
6996 2007-08-19  Bruno Haible  <bruno@clisp.org>
6997
6998         * tests/test-lseek.c (main): Disable a test for BeOS.
6999         * doc/functions/lseek.texi: Document the BeOS bug.
7000
7001 2007-08-19  Bruno Haible  <bruno@clisp.org>
7002             Eric Blake  <ebb9@byu.net>
7003
7004         * lib/lseek.c: Include <sys/stat.h>.
7005         (rpl_lseek): Add workaround code also for Unix platforms.
7006         Needed for BeOS.
7007         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
7008         * doc/functions/lseek.texi: Document BeOS definiency.
7009
7010 2007-08-18  Bruno Haible  <bruno@clisp.org>
7011
7012         * modules/fstrcmp-tests: New file.
7013         * tests/test-fstrcmp.c: New file.
7014
7015 2007-08-18  Bruno Haible  <bruno@clisp.org>
7016
7017         * modules/fstrcmp: New file, from GNU gettext with modifications.
7018         * lib/fstrcmp.h: New file, from GNU gettext.
7019         * lib/fstrcmp.c: New file, from GNU gettext.
7020         * MODULES.html.sh (String handling): Add fstrcmp.
7021
7022 2007-08-18  Bruno Haible  <bruno@clisp.org>
7023
7024         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
7025         'bool'.
7026         (diag, compareseq): Remove const from the ctxt argument.
7027         (USE_HEURISTIC): Undefine at the end.
7028
7029 2007-08-18  Jim Meyering  <jim@meyering.net>
7030
7031         New file: lib/idcache.h
7032         * NEWS: Mention the addition.
7033         * modules/idcache (Files): Add lib/idcache.h
7034         * lib/idcache.c: Include "idcache.h".
7035         Don't include <sys/types.h>.
7036         Add a FIXME comment.
7037         Move file-scoped "static" declarations to the top.
7038         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
7039
7040 2007-08-17  Bruno Haible  <bruno@clisp.org>
7041         and Paul Eggert  <eggert@cs.ucla.edu>
7042
7043         * MODULES.html.sh: Add diffseq.
7044         * modules/diffseq: New file.
7045         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
7046         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
7047
7048 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7049
7050         Import changes from coreutils for bootstrap script.
7051
7052         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
7053
7054         * build-aux/bootstrap (slurp): Work even in environments where
7055         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
7056         current code does not slurp files whose names start with ".", and
7057         this looks like it might be a troublesome area.
7058
7059         2007-07-11  Jim Meyering  <jim@meyering.net>
7060
7061         If there's a GPL vN copyright comment, require that N == 3.
7062
7063         2007-07-08  Jim Meyering  <jim@meyering.net>
7064
7065         Run the coreutils-specific code only if tests/Makefile.am.in exists.
7066         * build-aux/bootstrap (mam_template): Move definition out of loop.
7067
7068         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
7069
7070         * build-aux/bootstrap (symlink_to_dir): Rename function from
7071         symlink_to_gnulib.  Add a directory parameter.  Update all
7072         callers.
7073         (cp_mark_as_generated): Also check for -- and link to -- files in
7074         gl/.
7075
7076         2007-07-08  Jim Meyering  <jim@meyering.net>
7077
7078         Adapt to deeper hierarchy in gnulib.
7079         * build-aux/bootstrap (symlink_to_dir): If the destination
7080         directory doesn't exist, create it. This is required at least for
7081         "lib/uniwidth/cjk.h".
7082
7083         2007-05-15  Jim Meyering  <jim@meyering.net>
7084
7085         * build-aux/bootstrap: Now that generated Makefile.am files
7086         are no longer under version control, they must be created at
7087         bootstrap time.
7088
7089 2007-08-14  Ben Pfaff  <blp@gnu.org>
7090
7091         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
7092
7093 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7094
7095         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
7096         given the changes below.
7097         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
7098         even on hosts that have padding bits beyond the supported 64.
7099
7100 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7101
7102         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
7103         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
7104         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
7105         depends on it.
7106         (xstrtol_error): Remove.
7107         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
7108         but with a different signature.
7109         (ATTRIBUTE_NORETURN, __attribute__): New macros.
7110         * lib/xstrtol-error.c: Include exitfail.h.
7111         (xstrtol_fatal): New function, with a different signature from the
7112         old xstrtol_error, so that the caller need not worry about passing
7113         in an exit status, or about storage management of the option argument.
7114         (xstrtol_error): Now a static function.  Redo signature to
7115         implement xstrtol_fatal.  Output the correct number of hyphens in
7116         front of the option so that the caller need not worry about
7117         storage management.
7118         (N_): New macro.
7119         (_): Remove; not used now.
7120         * modules/xstrtol: Depend on getopt.
7121         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
7122         of old STRTOL_FATAL_ERROR macro.
7123         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
7124         of test program.
7125         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
7126         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
7127
7128 2007-08-08  Eric Blake  <ebb9@byu.net>
7129
7130         * lib/xstrtol-error.c: Add missing include.
7131
7132         Move xstrtol messages into gnulib domain, when --pobase is used.
7133         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
7134         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
7135         * modules/xstrtol (Files): Distribute new file.
7136         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
7137         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
7138         * tests/test-xstrtol.c: ...into new file.
7139         * tests/test-xstrtoul.c: Also test xstrtoul.
7140         * tests/test-xstrtoimax.c: Also test xstrtoimax.
7141         * tests/test-xstrtoumax.c: Also test xstrtoumax.
7142         * tests/test-xstrtol.sh: Drive the tests.
7143         * tests/test-xstrtoimax.sh: Likewise.
7144         * tests/test-xstrtoumax.sh: Likewise.
7145         * modules/xstrtol-tests: New module.
7146         * modules/xstrtoimax-tests: Likewise.
7147         * modules/xstrtoumax-tests: Likewise.
7148
7149 2007-08-08  Jim Meyering  <jim@meyering.net>
7150
7151         New function: mfile_name_concat.
7152         * lib/filenamecat.c (mfile_name_concat): New function, just like
7153         file_name_concat, but return NULL upon failure rather than exiting
7154         with a diagnostic.
7155         * lib/filenamecat.h: Declare it.
7156
7157 2007-08-07  Bruno Haible  <bruno@clisp.org>
7158
7159         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
7160         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
7161         warning from gcc.
7162         Reported by Eric Blake.
7163
7164 2007-08-07  Simon Josefsson  <simon@josefsson.org>
7165
7166         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
7167         * modules/crypto/arcfour (License): Likewise.
7168         * modules/crypto/des-tests (License): Likewise.
7169         * modules/crypto/gc-arctwo-tests (License): Likewise.
7170         * modules/crypto/gc-des-tests (License): Likewise.
7171         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
7172         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
7173         * modules/crypto/gc-md2-tests (License): Likewise.
7174         * modules/crypto/gc-md4-tests (License): Likewise.
7175         * modules/crypto/gc-md5-tests (License): Likewise.
7176         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
7177         * modules/crypto/gc-rijndael-tests (License): Likewise.
7178         * modules/crypto/gc-sha1-tests (License): Likewise.
7179         * modules/crypto/gc-tests (License): Likewise.
7180         * modules/crypto/hmac-md5 (License): Likewise.
7181         * modules/crypto/hmac-sha1 (License): Likewise.
7182         * modules/crypto/md2-tests (License): Likewise.
7183         * modules/crypto/md4-tests (License): Likewise.
7184         * modules/crypto/md5 (License): Likewise.
7185         * modules/crypto/rijndael (License): Likewise.
7186         * modules/crypto/sha1 (License): Likewise.
7187         * modules/memxor (License): Likewise.
7188
7189 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
7190         and Bruno Haible  <bruno@clisp.org>
7191
7192         * NEWS: Describe interface changes to human, xstrtol.
7193         * lib/human.h: Include <xstrtol.h>.
7194         (human_options): Return enum strtol_error, not int.  Remove
7195         bool arg; take int * instead.
7196         * lib/human.c: Don't include "gettext.h".
7197         (_): Remove; no longer used.
7198         Don't include <xstrtol.h>, since human.h does it.
7199         (human_options): Adjust to abovementioned interface changes.
7200         Do not report error to stderr; that's now the caller's
7201         responsibility.
7202         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
7203         interface change.
7204         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
7205         Str, Argument_type_string.  All uses changed.  Put " argument"
7206         in diagnostics to make them clearer.  Change wording of suffix
7207         message for clarity.
7208         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
7209         Argument_type_string.
7210         (STRTOL_FATAL_WARN): Remove; no longer used.
7211         * modules/human (Depends-on): Remove gettext-h.
7212
7213 2007-08-06  Simon Josefsson  <simon@josefsson.org>
7214
7215         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
7216
7217 2007-07-31  Bruno Haible  <bruno@clisp.org>
7218
7219         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
7220         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
7221         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
7222
7223 2007-07-31  Bruno Haible  <bruno@clisp.org>
7224
7225         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
7226         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
7227
7228 2007-07-30  Bruno Haible  <bruno@clisp.org>
7229
7230         * modules/base64 (License): Use the synonymous term "LGPLv2+".
7231         * modules/c-ctype (License): Likewise.
7232         * modules/c-strcase (License): Likewise.
7233         * modules/check-version (License): Likewise.
7234         * modules/iconv (License): Likewise.
7235         * modules/iconv_open (License): Likewise.
7236         * modules/read-file (License): Likewise.
7237         * modules/striconv (License): Likewise.
7238         * modules/strverscmp (License): Likewise.
7239         * modules/vasprintf (License): Likewise.
7240         * modules/crypto/des (License): Likewise.
7241         * modules/crypto/gc (License): Likewise.
7242         * modules/crypto/gc-arcfour (License): Likewise.
7243         * modules/crypto/gc-arctwo (License): Likewise.
7244         * modules/crypto/gc-des (License): Likewise.
7245         * modules/crypto/gc-hmac-md5 (License): Likewise.
7246         * modules/crypto/gc-hmac-sha1 (License): Likewise.
7247         * modules/crypto/gc-md2 (License): Likewise.
7248         * modules/crypto/gc-md4 (License): Likewise.
7249         * modules/crypto/gc-md5 (License): Likewise.
7250         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
7251         * modules/crypto/gc-random (License): Likewise.
7252         * modules/crypto/gc-rijndael (License): Likewise.
7253         * modules/crypto/gc-sha1 (License): Likewise.
7254         * modules/crypto/md2 (License): Likewise.
7255         * modules/crypto/md4 (License): Likewise.
7256
7257 2007-07-30  Jim Meyering  <jim@meyering.net>
7258
7259         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
7260         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
7261         it has valid stat data.  This bug would cause du not to count the
7262         sizes of inaccessible directories.
7263         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
7264         in <http://bugzilla.redhat.com/250077>.
7265
7266 2007-07-25  Peter O'Gorman  <peter@pogma.com>
7267             Bruno Haible  <bruno@clisp.org>
7268
7269         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
7270         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
7271         #include_next, gives a diagnostic about it, but reports no error in
7272         the exit code.
7273         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
7274
7275 2007-07-24  Ben Pfaff  <blp@gnu.org>
7276
7277         Improve name: "count-one-bits" is better than "popcount".
7278         * MODULES.html.sh: Update name.
7279         * lib/popcount.h: Renamed lib/count-one-bits.h.
7280         (popcount): Renamed count_one_bits.
7281         (popcountl): Renamed count_one_bits_l.
7282         (popcountll): Renamed count_one_bits_ll.
7283         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
7284         * modules/popcount: Renamed module/count-one-bits.
7285         * modules/popcount-tests: Renamed module/count-one-bits-tests.
7286         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
7287
7288 2007-07-23  Ben Pfaff  <blp@gnu.org>
7289
7290         * lib/popcount.h (popcount32): Reduce size of constants, to allow
7291         better code generation, and add U to large constants to avoid
7292         warnings, in non-GCC case.
7293         Suggested by Bruno Haible.
7294
7295 2007-07-23  Ben Pfaff  <blp@gnu.org>
7296
7297         * lib/popcount.h: Use verify_true instead of if...abort.
7298         * modules/popcount: Depend on verify module.
7299         Suggested by Jim Meyering.
7300
7301 2007-07-23  Bruno Haible  <bruno@clisp.org>
7302
7303         * gnulib-tool (func_import): Create a .cvsignore file also when the
7304         directory is not yet in CVS but the toplevel directory is. When
7305         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
7306         Reported by Karl Berry.
7307
7308 2007-07-22  Ben Pfaff  <blp@gnu.org>
7309
7310         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
7311         case.
7312         Suggested by Eric Blake.
7313
7314 2007-07-22  Ben Pfaff  <blp@gnu.org>
7315
7316         New module: popcount.
7317         * MODULES.html.sh: Add popcount.
7318         * modules/popcount: New file.
7319         * modules/popcount-tests: New file.
7320         * tests/test-popcount.c: New file.
7321         * lib/popcount.h: New file.
7322         * m4/popcount.m4: New file.
7323
7324 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7325
7326         * build-aux/announce-gen: Update to GPLv3.
7327
7328         * build-aux/config.guess: Update from config.
7329
7330 2007-07-21  Bruno Haible  <bruno@clisp.org>
7331
7332         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
7333         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
7334
7335 2007-07-20  Jim Meyering  <jim@meyering.net>
7336
7337         * check-module: Diagnose a self-dependency.
7338
7339 2007-07-19  Bruno Haible  <bruno@clisp.org>
7340
7341         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
7342         empty.
7343         Reported by Eric Blake.
7344
7345 2007-07-18  Bruno Haible  <bruno@clisp.org>
7346
7347         * gnulib-tool: New options --po-base, --po-domain.
7348         (func_usage): Document them.
7349         (pobase, po_domain): New variables.
7350         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
7351         DEFAULT_TEXT_DOMAIN.
7352         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
7353         (func_import): Consider pobase and po_domain. Create a po/ directory.
7354         (func_create_testdir): Set pobase and po_domain to empty.
7355         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
7356         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
7357
7358 2007-07-18  Bruno Haible  <bruno@clisp.org>
7359
7360         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7361         EXTRA_DIST augmentation for files in build-aux/.
7362
7363 2007-07-16  Bruno Haible  <bruno@clisp.org>
7364
7365         * modules/lseek (License): Use the synonymous term "LGPLv2+".
7366         * modules/getdelim (License): Likewise.
7367
7368 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7369
7370         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
7371         * modules/d-type (License): Likewise.
7372         * modules/extensions (License): Likewise.
7373         * modules/fnmatch (License): Likewise.
7374         * modules/fseeko (License): Likewise.
7375         * modules/getaddrinfo (License): Likewise.
7376         * modules/getline (License): Likewise.
7377         * modules/getlogin_r (License): Likewise.
7378         * modules/getpass (License): Likewise.
7379         * modules/gettimeofday (License): Likewise.
7380         * modules/glob (License): Likewise.
7381         * modules/inet_ntop (License): Likewise.
7382         * modules/malloc (License): Likewise.
7383         * modules/malloca (License): Likewise.
7384         * modules/memmem (License): Likewise.
7385         * modules/mempcpy (License): Likewise.
7386         * modules/memset (License): Likewise.
7387         * modules/minmax (License): Likewise.
7388         * modules/mktime (License): Likewise.
7389         * modules/netinet_in (License): Likewise.
7390         * modules/pathmax (License): Likewise.
7391         * modules/poll (License): Likewise.
7392         * modules/regex (License): Likewise.
7393         * modules/snprintf (License): Likewise.
7394         * modules/stdbool (License): Likewise.
7395         * modules/stdint (License): Likewise.
7396         * modules/stdio (License): Likewise.
7397         * modules/strcase (License): Likewise.
7398         * modules/strcasestr (License): Likewise.
7399         * modules/strdup (License): Likewise.
7400         * modules/string (License): Likewise.
7401         * modules/strndup (License): Likewise.
7402         * modules/strnlen (License): Likewise.
7403         * modules/strpbrk (License): Likewise.
7404         * modules/strptime (License): Likewise.
7405         * modules/strsep (License): Likewise.
7406         * modules/sys_select (License): Likewise.
7407         * modules/sys_socket (License): Likewise.
7408         * modules/sys_stat (License): Likewise.
7409         * modules/sys_time (License): Likewise.
7410         * modules/time (License): Likewise.
7411         * modules/time_r (License): Likewise.
7412         * modules/timegm (License): Likewise.
7413         * modules/unistd (License): Likewise.
7414         * modules/vsnprintf (License): Likewise.
7415         * modules/wctype (License): Likewise.
7416
7417 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7418
7419         * modules/argz (License): LGPLv2+.
7420
7421 2007-07-15  Karl Berry  <karl@gnu.org>
7422
7423         * doc/gnulib.texi: revise node structure per new fdl.texi.
7424
7425 2007-07-14  Bruno Haible  <bruno@clisp.org>
7426
7427         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
7428         the output file.
7429         * lib/uniname/uninames.h: Regenerated.
7430
7431 2007-07-14  Karl Berry  <karl@gnu.org>
7432
7433         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
7434         omitting sectioning and index commands.
7435
7436 2007-07-13  Bruno Haible  <bruno@clisp.org>
7437
7438         New gnulib-tool option --more-symlinks.
7439         * gnulib-tool (func_usage): Document --more-symlinks.
7440         (do_copyrights): New variable.
7441         Recognize option --more-symlinks.
7442         (func_import): Don't add a copyright notice transform to
7443         sed_transform_lib_file if do_copyrights is empty.
7444
7445 2007-07-13  Bruno Haible  <bruno@clisp.org>
7446
7447         * lib/vasnprintf.c (decimal_point_char): Define also if
7448         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
7449         && !NEED_PRINTF_DIRECTIVE_A.
7450         Reported by Clemens Koller <clemens.koller@anagramm.de> via
7451         Gary V. Vaughan <gary@gnu.org>.
7452
7453 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
7454
7455         * lib/inttypes_.h: Undo previous change, since it was fixed
7456         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
7457
7458 2007-07-13  Bruno Haible  <bruno@clisp.org>
7459
7460         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
7461         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
7462
7463 2007-07-13  Jim Meyering  <jim@meyering.net>
7464
7465         df: Don't fail for Tru64's "file-on-file mount".
7466         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
7467         so we fall through and use statfs instead.  Details here:
7468         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
7469         Reported by Albert Chin.
7470
7471 2007-07-13  Bruno Haible  <bruno@clisp.org>
7472
7473         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
7474         * modules/configmake (License): Likewise.
7475         * modules/gettext (License): Likewise.
7476         * modules/gettext-h (License): Likewise.
7477         * modules/include_next (License): Likewise.
7478         * modules/link-warning (License): Likewise.
7479         * modules/localcharset (License): Likewise.
7480         * modules/localename (License): Likewise.
7481         * modules/lock (License): Likewise.
7482         * modules/relocatable-lib-lgpl (License): Likewise.
7483         * modules/size_max (License): Likewise.
7484         * modules/vasnprintf (License): Likewise.
7485         * modules/wchar (License): Likewise.
7486         * modules/xsize (License): Likewise.
7487
7488 2007-07-13  Bruno Haible  <bruno@clisp.org>
7489
7490         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
7491         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
7492
7493 2007-07-12  Bruno Haible  <bruno@clisp.org>
7494
7495         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
7496         in the modules files.
7497
7498 2007-07-11  Karl Berry  <karl@gnu.org>
7499
7500         * MODULES.html.sh (func_module): use
7501          sed -e '\|^'"${includefile}"'$|d'
7502          instead of /.../d, to avoid errors on $includefile's containing /.
7503
7504 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7505
7506         * gnulib-tool (func_import): Avoid duplication of --avoid
7507         statements
7508         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
7509         names to `_' in variable names.
7510
7511 2007-07-10  Eric Blake  <ebb9@byu.net>
7512
7513         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
7514         * NEWS: Document this change.
7515
7516 2007-07-08  Bruno Haible  <bruno@clisp.org>
7517
7518         Update to Unicode 5.0.
7519         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
7520         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
7521         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
7522         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
7523         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
7524         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
7525         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
7526         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
7527         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
7528         U+10A3F, U+1D242..U+1D244.
7529         (nonspacing_table_ind): Update.
7530         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
7531         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
7532
7533 2007-07-08  Bruno Haible  <bruno@clisp.org>
7534
7535         Update to Unicode 5.0.
7536         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
7537         code transform. Extend the name index field of unicode_name_to_code and
7538         unicode_code_to_name from 16 to 24 bits.
7539         * lib/uniname/uniname.c (unicode_character_name,
7540         unicode_name_character): Add the range 0x12xxx to the code transform.
7541         * lib/uniname/uninames.h: Regenerated.
7542         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
7543
7544 2007-07-07  Bruno Haible  <bruno@clisp.org>
7545
7546         * modules/wcwidth-tests: New file.
7547         * tests/test-wcwidth.c: New file.
7548
7549         Work around MacOS X wcwidth() bug.
7550         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
7551         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
7552         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
7553         original wcwidth in non-UTF-8 locales.
7554         * modules/wcwidth (Depends-on): Add localcharset, streq,
7555         uniwidth/width.
7556         * doc/functions/wcwidth.texi: Update.
7557
7558 2007-07-07  Bruno Haible  <bruno@clisp.org>
7559
7560         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
7561         (wcwidth): New declaration.
7562         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
7563         macros.
7564         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
7565         here. Prepare for creating <wchar.h> unconditionally.
7566         * modules/wchar (Depends-on): Add link-warning.
7567         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
7568         REPLACE_WCWIDTH, and GL_LINK_WARNING.
7569         * lib/wcwidth.h: Remove file.
7570         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
7571         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
7572         * modules/wcwidth (Files): Remove lib/wcwidth.h.
7573         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
7574         (Include): Replace wcwidth.h with <wchar.h>.
7575         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
7576         * lib/mbchar.h: Don't include wcwidth.h.
7577         * lib/mbswidth.c: Likewise.
7578         * NEWS: Mention the change.
7579
7580 2007-07-07  Bruno Haible  <bruno@clisp.org>
7581
7582         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
7583         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
7584         definition with an external declaration.
7585         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
7586         defined as a function. Remove AC_C_INLINE requirement.
7587         * modules/wcwidth (Files): Add lib/wcwidth.c.
7588         (Makefile.am): Remove redundant statement.
7589
7590 2007-07-07  Bruno Haible  <bruno@clisp.org>
7591
7592         * MODULES.html.sh (Unicode string functions): Add the new modules.
7593
7594         * tests/uniwidth/test-u32-strwidth.c: New file.
7595         * modules/uniwidth/u32-strwidth-tests: New file.
7596
7597         * lib/uniwidth/u32-strwidth.c: New file.
7598         * modules/uniwidth/u32-strwidth: New file.
7599
7600         * tests/uniwidth/test-u16-strwidth.c: New file.
7601         * modules/uniwidth/u16-strwidth-tests: New file.
7602
7603         * lib/uniwidth/u16-strwidth.c: New file.
7604         * modules/uniwidth/u16-strwidth: New file.
7605
7606         * tests/uniwidth/test-u8-strwidth.c: New file.
7607         * modules/uniwidth/u8-strwidth-tests: New file.
7608
7609         * lib/uniwidth/u8-strwidth.c: New file.
7610         * modules/uniwidth/u8-strwidth: New file.
7611
7612         * tests/uniwidth/test-u32-width.c: New file.
7613         * modules/uniwidth/u32-width-tests: New file.
7614
7615         * lib/uniwidth/u32-width.c: New file.
7616         * modules/uniwidth/u32-width: New file.
7617
7618         * tests/uniwidth/test-u16-width.c: New file.
7619         * modules/uniwidth/u16-width-tests: New file.
7620
7621         * lib/uniwidth/u16-width.c: New file.
7622         * modules/uniwidth/u16-width: New file.
7623
7624         * tests/uniwidth/test-u8-width.c: New file.
7625         * modules/uniwidth/u8-width-tests: New file.
7626
7627         * lib/uniwidth/u8-width.c: New file.
7628         * modules/uniwidth/u8-width: New file.
7629
7630         * tests/uniwidth/test-uc_width.c: New file.
7631         * modules/uniwidth/width-tests: New file.
7632
7633         * lib/uniwidth/width.c: New file, from GNU libiconv.
7634         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
7635         * modules/uniwidth/width: New file.
7636
7637         * lib/uniwidth.h: New file, from GNU libiconv.
7638         * modules/uniwidth/base: New file.
7639
7640 2007-07-07  Bruno Haible  <bruno@clisp.org>
7641
7642         * lib/uniname.h: New file, from GNU gettext.
7643         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
7644         * lib/uniname/uninames.h: New file, from GNU gettext.
7645         * lib/uniname/uniname.c: New file, from GNU gettext.
7646         * tests/uniname/test-uninames.sh: New file.
7647         * tests/uniname/test-uninames.c: New file, from GNU gettext.
7648         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
7649         * modules/uniname/base: New file.
7650         * modules/uniname/uniname: New file.
7651         * modules/uniname/uniname-tests: New file.
7652         * MODULES.html.sh (Unicode string functions): Add the new modules.
7653
7654 2007-07-06  Bruno Haible  <bruno@clisp.org>
7655
7656         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
7657
7658 2007-07-06  Bruno Haible  <bruno@clisp.org>
7659
7660         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
7661         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
7662         includes <cygwin/sys_time.h> which includes <sys/select.h> which
7663         include <sys/time.h>.
7664         Reported by Eric Blake.
7665
7666 2007-07-06  Eric Blake  <ebb9@byu.net>
7667
7668         Fix testing canonicalize on cygwin.
7669         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
7670         Revert patch from 2007-06-19.
7671         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
7672         canonicalize module is also in use.
7673         * tests/test-canonicalize.c: New file.
7674         * tests/test-canonicalize.sh: Likewise.
7675         * modules/canonicalize-tests: Likewise.
7676
7677 2007-07-06  Jim Meyering  <jim@meyering.net>
7678
7679         * lib/getugroups.c (getugroups): Detect getgrent failure.
7680         Adjust comment to reflect reality: this function may return -1.
7681
7682 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
7683
7684         * build-aux/bootstrap (TP_URL,get_translations): Update to use
7685         the new TP address.
7686         (usage): Fix typo
7687         (gnulib_mk): New variable.
7688
7689 2007-07-05  Jim Meyering  <jim@meyering.net>
7690
7691         Don't let endgrent clobber errno, no matter how improbable.
7692         * lib/getugroups.c (getugroups): Save and restore errno around
7693         endgrent call.
7694
7695         Close the group DB even when failing with 2^31 or more members.
7696         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
7697
7698 2007-07-04  Jim Meyering  <jim@meyering.net>
7699
7700         * lib/getugroups.h: New file.
7701         * lib/getugroups.c: Include "getugroups.h".
7702         Remove uses of "register" keyword.
7703         Move local variable, "cp", down into scope where used.
7704         Give "username" parameter the "const" attribute.
7705         * modules/getugroups (Files): Add lib/getugroups.h
7706
7707 2007-07-04  Karl Berry  <karl@gnu.org>
7708
7709         * MODULES.html.sh (func_all_modules): Complete rename of
7710         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
7711
7712 2007-07-02  Bruno Haible  <bruno@clisp.org>
7713
7714         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
7715         mode, when inttypes.h comes from gnulib.
7716         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7717
7718 2007-07-02  Simon Josefsson  <simon@josefsson.org>
7719
7720         * NEWS: Mention lgpl module name change.
7721
7722         * modules/lgpl-2.1: Renamed from lgpl.
7723
7724         * NEWS: Mention gpl module name change.
7725
7726         * modules/gpl-3.0: New file, based on gpl-2.0.
7727
7728         * modules/gpl-2.0: Renamed from gpl.
7729
7730         * modules/gpl: Fix filename, doc/gpl.texi is now found at
7731         doc/gpl-2.0.texi.
7732
7733 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7734
7735         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
7736         #define __STDC_LIMIT_MACROS temporarily while including
7737         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
7738         Problem reported by Joel E. Denny in
7739         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
7740
7741 2007-07-01  Bruno Haible  <bruno@clisp.org>
7742
7743         * lib/unistdio.h: New file.
7744         * lib/unistdio/u-asnprintf.h: New file.
7745         * lib/unistdio/u-asprintf.h: New file.
7746         * lib/unistdio/u-printf-args.c: New file.
7747         * lib/unistdio/u-printf-args.h: New file.
7748         * lib/unistdio/u-printf-parse.h: New file.
7749         * lib/unistdio/u-snprintf.h: New file.
7750         * lib/unistdio/u-sprintf.h: New file.
7751         * lib/unistdio/u-vasprintf.h: New file.
7752         * lib/unistdio/u-vsnprintf.h: New file.
7753         * lib/unistdio/u-vsprintf.h: New file.
7754         * lib/unistdio/ulc-asnprintf.c: New file.
7755         * lib/unistdio/ulc-asprintf.c: New file.
7756         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
7757         * lib/unistdio/ulc-printf-parse.c: New file.
7758         * lib/unistdio/ulc-snprintf.c: New file.
7759         * lib/unistdio/ulc-sprintf.c: New file.
7760         * lib/unistdio/ulc-vasnprintf.c: New file.
7761         * lib/unistdio/ulc-vasprintf.c: New file.
7762         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
7763         * lib/unistdio/ulc-vsnprintf.c: New file.
7764         * lib/unistdio/ulc-vsprintf.c: New file.
7765         * lib/unistdio/u8-asnprintf.c: New file.
7766         * lib/unistdio/u8-asprintf.c: New file.
7767         * lib/unistdio/u8-printf-parse.c: New file.
7768         * lib/unistdio/u8-snprintf.c: New file.
7769         * lib/unistdio/u8-sprintf.c: New file.
7770         * lib/unistdio/u8-vasnprintf.c: New file.
7771         * lib/unistdio/u8-vasprintf.c: New file.
7772         * lib/unistdio/u8-vsnprintf.c: New file.
7773         * lib/unistdio/u8-vsprintf.c: New file.
7774         * lib/unistdio/u8-u8-asnprintf.c: New file.
7775         * lib/unistdio/u8-u8-asprintf.c: New file.
7776         * lib/unistdio/u8-u8-snprintf.c: New file.
7777         * lib/unistdio/u8-u8-sprintf.c: New file.
7778         * lib/unistdio/u8-u8-vasnprintf.c: New file.
7779         * lib/unistdio/u8-u8-vasprintf.c: New file.
7780         * lib/unistdio/u8-u8-vsnprintf.c: New file.
7781         * lib/unistdio/u8-u8-vsprintf.c: New file.
7782         * lib/unistdio/u16-asnprintf.c: New file.
7783         * lib/unistdio/u16-asprintf.c: New file.
7784         * lib/unistdio/u16-printf-parse.c: New file.
7785         * lib/unistdio/u16-snprintf.c: New file.
7786         * lib/unistdio/u16-sprintf.c: New file.
7787         * lib/unistdio/u16-vasnprintf.c: New file.
7788         * lib/unistdio/u16-vasprintf.c: New file.
7789         * lib/unistdio/u16-vsnprintf.c: New file.
7790         * lib/unistdio/u16-vsprintf.c: New file.
7791         * lib/unistdio/u16-u16-asnprintf.c: New file.
7792         * lib/unistdio/u16-u16-asprintf.c: New file.
7793         * lib/unistdio/u16-u16-snprintf.c: New file.
7794         * lib/unistdio/u16-u16-sprintf.c: New file.
7795         * lib/unistdio/u16-u16-vasnprintf.c: New file.
7796         * lib/unistdio/u16-u16-vasprintf.c: New file.
7797         * lib/unistdio/u16-u16-vsnprintf.c: New file.
7798         * lib/unistdio/u16-u16-vsprintf.c: New file.
7799         * lib/unistdio/u32-asnprintf.c: New file.
7800         * lib/unistdio/u32-asprintf.c: New file.
7801         * lib/unistdio/u32-printf-parse.c: New file.
7802         * lib/unistdio/u32-snprintf.c: New file.
7803         * lib/unistdio/u32-sprintf.c: New file.
7804         * lib/unistdio/u32-vasnprintf.c: New file.
7805         * lib/unistdio/u32-vasprintf.c: New file.
7806         * lib/unistdio/u32-vsnprintf.c: New file.
7807         * lib/unistdio/u32-vsprintf.c: New file.
7808         * lib/unistdio/u32-u32-asnprintf.c: New file.
7809         * lib/unistdio/u32-u32-asprintf.c: New file.
7810         * lib/unistdio/u32-u32-snprintf.c: New file.
7811         * lib/unistdio/u32-u32-sprintf.c: New file.
7812         * lib/unistdio/u32-u32-vasnprintf.c: New file.
7813         * lib/unistdio/u32-u32-vasprintf.c: New file.
7814         * lib/unistdio/u32-u32-vsnprintf.c: New file.
7815         * lib/unistdio/u32-u32-vsprintf.c: New file.
7816         * tests/unistdio/test-ulc-asnprintf1.c: New file.
7817         * tests/unistdio/test-ulc-asnprintf1.h: New file.
7818         * tests/unistdio/test-ulc-printf1.h: New file.
7819         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
7820         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
7821         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
7822         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
7823         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
7824         * tests/unistdio/test-ulc-vasprintf1.c: New file.
7825         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
7826         * tests/unistdio/test-ulc-vsprintf1.c: New file.
7827         * tests/unistdio/test-u8-asnprintf1.c: New file.
7828         * tests/unistdio/test-u8-asnprintf1.h: New file.
7829         * tests/unistdio/test-u8-printf1.h: New file.
7830         * tests/unistdio/test-u8-vasnprintf1.c: New file.
7831         * tests/unistdio/test-u8-vasnprintf2.c: New file.
7832         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
7833         * tests/unistdio/test-u8-vasnprintf3.c: New file.
7834         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
7835         * tests/unistdio/test-u8-vasprintf1.c: New file.
7836         * tests/unistdio/test-u8-vsnprintf1.c: New file.
7837         * tests/unistdio/test-u8-vsprintf1.c: New file.
7838         * tests/unistdio/test-u16-asnprintf1.c: New file.
7839         * tests/unistdio/test-u16-asnprintf1.h: New file.
7840         * tests/unistdio/test-u16-printf1.h: New file.
7841         * tests/unistdio/test-u16-vasnprintf1.c: New file.
7842         * tests/unistdio/test-u16-vasnprintf2.c: New file.
7843         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
7844         * tests/unistdio/test-u16-vasnprintf3.c: New file.
7845         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
7846         * tests/unistdio/test-u16-vasprintf1.c: New file.
7847         * tests/unistdio/test-u16-vsnprintf1.c: New file.
7848         * tests/unistdio/test-u16-vsprintf1.c: New file.
7849         * tests/unistdio/test-u32-asnprintf1.c: New file.
7850         * tests/unistdio/test-u32-asnprintf1.h: New file.
7851         * tests/unistdio/test-u32-printf1.h: New file.
7852         * tests/unistdio/test-u32-vasnprintf1.c: New file.
7853         * tests/unistdio/test-u32-vasnprintf2.c: New file.
7854         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
7855         * tests/unistdio/test-u32-vasnprintf3.c: New file.
7856         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
7857         * tests/unistdio/test-u32-vasprintf1.c: New file.
7858         * tests/unistdio/test-u32-vsnprintf1.c: New file.
7859         * tests/unistdio/test-u32-vsprintf1.c: New file.
7860         * modules/unistdio/base: New file.
7861         * modules/unistdio/u-printf-args: New file.
7862         * modules/unistdio/ulc-asnprintf: New file.
7863         * modules/unistdio/ulc-asprintf: New file.
7864         * modules/unistdio/ulc-fprintf: New file.
7865         * modules/unistdio/ulc-printf-parse: New file.
7866         * modules/unistdio/ulc-snprintf: New file.
7867         * modules/unistdio/ulc-sprintf: New file.
7868         * modules/unistdio/ulc-vasnprintf: New file.
7869         * modules/unistdio/ulc-vasprintf: New file.
7870         * modules/unistdio/ulc-vfprintf: New file.
7871         * modules/unistdio/ulc-vsnprintf: New file.
7872         * modules/unistdio/ulc-vsprintf: New file.
7873         * modules/unistdio/u8-asnprintf: New file.
7874         * modules/unistdio/u8-asprintf: New file.
7875         * modules/unistdio/u8-printf-parse: New file.
7876         * modules/unistdio/u8-snprintf: New file.
7877         * modules/unistdio/u8-sprintf: New file.
7878         * modules/unistdio/u8-vasnprintf: New file.
7879         * modules/unistdio/u8-vasprintf: New file.
7880         * modules/unistdio/u8-vsnprintf: New file.
7881         * modules/unistdio/u8-vsprintf: New file.
7882         * modules/unistdio/u8-u8-asnprintf: New file.
7883         * modules/unistdio/u8-u8-asprintf: New file.
7884         * modules/unistdio/u8-u8-snprintf: New file.
7885         * modules/unistdio/u8-u8-sprintf: New file.
7886         * modules/unistdio/u8-u8-vasnprintf: New file.
7887         * modules/unistdio/u8-u8-vasprintf: New file.
7888         * modules/unistdio/u8-u8-vsnprintf: New file.
7889         * modules/unistdio/u8-u8-vsprintf: New file.
7890         * modules/unistdio/u16-asnprintf: New file.
7891         * modules/unistdio/u16-asprintf: New file.
7892         * modules/unistdio/u16-printf-parse: New file.
7893         * modules/unistdio/u16-snprintf: New file.
7894         * modules/unistdio/u16-sprintf: New file.
7895         * modules/unistdio/u16-vasnprintf: New file.
7896         * modules/unistdio/u16-vasprintf: New file.
7897         * modules/unistdio/u16-vsnprintf: New file.
7898         * modules/unistdio/u16-vsprintf: New file.
7899         * modules/unistdio/u16-u16-asnprintf: New file.
7900         * modules/unistdio/u16-u16-asprintf: New file.
7901         * modules/unistdio/u16-u16-snprintf: New file.
7902         * modules/unistdio/u16-u16-sprintf: New file.
7903         * modules/unistdio/u16-u16-vasnprintf: New file.
7904         * modules/unistdio/u16-u16-vasprintf: New file.
7905         * modules/unistdio/u16-u16-vsnprintf: New file.
7906         * modules/unistdio/u16-u16-vsprintf: New file.
7907         * modules/unistdio/u32-asnprintf: New file.
7908         * modules/unistdio/u32-asprintf: New file.
7909         * modules/unistdio/u32-printf-parse: New file.
7910         * modules/unistdio/u32-snprintf: New file.
7911         * modules/unistdio/u32-sprintf: New file.
7912         * modules/unistdio/u32-vasnprintf: New file.
7913         * modules/unistdio/u32-vasprintf: New file.
7914         * modules/unistdio/u32-vsnprintf: New file.
7915         * modules/unistdio/u32-vsprintf: New file.
7916         * modules/unistdio/u32-u32-asnprintf: New file.
7917         * modules/unistdio/u32-u32-asprintf: New file.
7918         * modules/unistdio/u32-u32-snprintf: New file.
7919         * modules/unistdio/u32-u32-sprintf: New file.
7920         * modules/unistdio/u32-u32-vasnprintf: New file.
7921         * modules/unistdio/u32-u32-vasprintf: New file.
7922         * modules/unistdio/u32-u32-vsnprintf: New file.
7923         * modules/unistdio/u32-u32-vsprintf: New file.
7924         * modules/unistdio/ulc-asnprintf-tests: New file.
7925         * modules/unistdio/ulc-vasnprintf-tests: New file.
7926         * modules/unistdio/ulc-vasprintf-tests: New file.
7927         * modules/unistdio/ulc-vsnprintf-tests: New file.
7928         * modules/unistdio/ulc-vsprintf-tests: New file.
7929         * modules/unistdio/u8-asnprintf-tests: New file.
7930         * modules/unistdio/u8-vasnprintf-tests: New file.
7931         * modules/unistdio/u8-vasprintf-tests: New file.
7932         * modules/unistdio/u8-vsnprintf-tests: New file.
7933         * modules/unistdio/u8-vsprintf-tests: New file.
7934         * modules/unistdio/u16-asnprintf-tests: New file.
7935         * modules/unistdio/u16-vasnprintf-tests: New file.
7936         * modules/unistdio/u16-vasprintf-tests: New file.
7937         * modules/unistdio/u16-vsnprintf-tests: New file.
7938         * modules/unistdio/u16-vsprintf-tests: New file.
7939         * modules/unistdio/u32-asnprintf-tests: New file.
7940         * modules/unistdio/u32-vasnprintf-tests: New file.
7941         * modules/unistdio/u32-vasprintf-tests: New file.
7942         * modules/unistdio/u32-vsnprintf-tests: New file.
7943         * modules/unistdio/u32-vsprintf-tests: New file.
7944         * MODULES.html.sh (Unicode string functions): Add the new modules.
7945
7946 2007-07-01  Bruno Haible  <bruno@clisp.org>
7947
7948         * lib/sprintf.c (sprintf): Limit the available length estimation,
7949         to avoid address wraparound.
7950         * lib/vsprintf.c (vsprintf): Likewise.
7951         * modules/sprintf-posix (Dependencies): Add stdint.
7952         * modules/vsprintf-posix (Dependencies): Likewise.
7953
7954 2007-07-01  Bruno Haible  <bruno@clisp.org>
7955
7956         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
7957         Windows PATH as well. Conservative double-quoting. Comments.
7958
7959 2007-07-01  Bruno Haible  <bruno@clisp.org>
7960             Eric Blake  <ebb9@byu.net>
7961             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7962
7963         * gnulib-tool (self_abspathname): Fix algorithm to cope with
7964         empty components in $PATH, denoting '.'.
7965
7966 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7967
7968         * gnulib-tool: Fix indentation.
7969         (func_create_megatestdir): Likewise.
7970         Report by Bruno Haible.
7971
7972 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7973
7974         Sync from Automake.
7975         * build-aux/gnupload: Fix shell portability issues with for loops.
7976         Report by Karl Berry.
7977
7978 2007-06-29  Simon Josefsson  <simon@josefsson.org>
7979
7980         * build-aux/maint.mk (POURL): Use translationproject.org.
7981
7982 2007-06-27  Simon Josefsson  <simon@josefsson.org>
7983             Bruno Haible  <bruno@clisp.org>
7984
7985         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
7986         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
7987         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
7988         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
7989         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
7990
7991 2007-06-27  Bruno Haible  <bruno@clisp.org>
7992
7993         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
7994         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
7995
7996 2007-06-26  Karl Berry  <karl@gnu.org>
7997
7998         * MODULES.html.sh: remove xreadlink-with-size.
7999
8000 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8001
8002         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
8003         method that I hope also handles the double-include problem noted
8004         by Bruno Haible in
8005         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
8006
8007 2007-06-23  Bruno Haible  <bruno@clisp.org>
8008
8009         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8010         Don't let the 'mostlyclean' target fail if the last subdirectory could
8011         not be removed.
8012         Reported by Karl Berry.
8013
8014 2007-06-23  Bruno Haible  <bruno@clisp.org>
8015
8016         * gnulib-tool (echo): Add a speedier workaround for ksh.
8017         * tests/test-echo.sh: Likewise.
8018
8019 2007-06-23  Bruno Haible  <bruno@clisp.org>
8020
8021         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
8022         * tests/test-echo.sh: Likewise.
8023
8024 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8025
8026         * gnulib-tool (IFS): Initialize early, so we don't set it to
8027         empty later.
8028         (self_abspathname): Rewrite algorithm to set it, reindent.
8029         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
8030         (func_create_megatestdir): Merge some sed scripts.
8031
8032 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8033
8034         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
8035         exposed by Sun Studio 11 cc on Solaris 8.
8036
8037 2007-06-22  Bruno Haible  <bruno@clisp.org>
8038
8039         * gnulib-tool (echo): Ensure the echo primitive does not interpret
8040         backslashes.
8041         * tests/test-echo.sh: New file.
8042
8043 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8044
8045         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
8046         simplify `sed_replace_build_aux' scripts, they are portable but
8047         echoing them with `echo' is not.
8048         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
8049
8050 2007-06-21  Karl Berry  <karl@gnu.org>
8051
8052         * config/srclist.txt: guess we can't handle the licenses via
8053         srclist at the moment.
8054
8055 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8056
8057         * MODULES.html.sh: Add include_next.
8058         * modules/include_next: New file.
8059
8060 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8061
8062         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
8063         INCLUDE_NEXT.
8064         (gl_CHECK_NEXT_HEADERS): New macro.
8065         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
8066         the obsolescent gl_ABSOLUTE_HEADER.
8067         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
8068         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
8069         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8070         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8071         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
8072         * m4/math_h.m4 (gl_MATH_H): Likewise.
8073         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8074         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
8075         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
8076         * m4/stdint.m4 (gl_STDINT_H): Likewise.
8077         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
8078         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
8079         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
8080         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8081         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8082         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
8083         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
8084         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8085         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
8086         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
8087         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8088         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8089         * m4/inttypes.m4 (gl_INTTYPES_H): Define
8090         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
8091         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
8092         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
8093         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
8094         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
8095         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
8096         * lib/float_.h: Likewise.
8097         * lib/inttypes_.h: Likewise.
8098         * lib/math_.h: Likewise.
8099         * lib/search_.h: Likewise.
8100         * lib/signal_.h: Likewise.
8101         * lib/stdint_.h: Likewise.
8102         * lib/stdio_.h: Likewise.
8103         * lib/stdlib_.h: Likewise.
8104         * lib/string_.h: Likewise.
8105         * lib/sys_stat_.h: Likewise.
8106         * lib/sys_time_.h: Likewise.
8107         * lib/time_.h: Likewise.
8108         * lib/unistd_.h: Likewise.
8109         * lib/wchar_.h: Likewise.
8110         * lib/wctype_.h: Likewise.
8111         * lib/dirent_.h: Likewise.
8112         * lib/iconv_.h: Likewise.
8113         * lib/locale_.h: Likewise.
8114         * lib/netinet_in_.h: Likewise.
8115         * lib/sys_select_.h: Likewise.
8116         * lib/sys_socket_.h: Likewise.
8117         * lib/sysexits_.h: Likewise.
8118         * modules/fcntl (Depends-on): Depend on include_next, not
8119         absolute_header.
8120         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
8121         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
8122         * modules/fchdir: Likewise.
8123         * modules/float: Likewise.
8124         * modules/iconv_open: Likewise.
8125         * modules/inttypes: Likewise.
8126         * modules/locale: Likewise.
8127         * modules/math: Likewise.
8128         * modules/netinet_in: Likewise.
8129         * modules/search: Likewise.
8130         * modules/signal: Likewise.
8131         * modules/stdint: Likewise.
8132         * modules/stdio: Likewise.
8133         * modules/stdlib: Likewise.
8134         * modules/string: Likewise.
8135         * modules/sys_select: Likewise.
8136         * modules/sys_socket: Likewise.
8137         * modules/sys_stat: Likewise.
8138         * modules/sys_time: Likewise.
8139         * modules/sysexits: Likewise.
8140         * modules/time: Likewise.
8141         * modules/unistd: Likewise.
8142         * modules/wchar: Likewise.
8143         * modules/wctype: Likewise.
8144         * modules/sys_stat: Change maintainer to "all".
8145         * modules/unistd: Likewise.
8146
8147 2007-06-20  Karl Berry  <karl@gnu.org>
8148
8149         * config/srclist.txt: track www changes in license files.
8150
8151 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
8152
8153         * build-aux/bootstrap: Remove stray dot.
8154         Make sure build_aux settings are honored when linking
8155         gnulib_extra_files.
8156
8157 2007-06-19  Eric Blake  <ebb9@byu.net>
8158
8159         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8160         Allow compilation on cygwin.
8161
8162 2007-06-19  Jim Meyering  <jim@meyering.net>
8163
8164         xreadlink-with-size: Remove module.  No longer used.
8165         Ex-callers now use xreadlink or mreadlink-with-size.
8166         * modules/xreadlink-with-size: Remove module.
8167         * lib/xreadlink-with-size.c: Remove file.
8168         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
8169         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
8170         just before the function definition *is* accurate.
8171
8172         Eliminate one way canonicalize_filename_mode could exit.
8173         * lib/canonicalize.c (canonicalize_filename_mode):
8174         Use mreadlink_with_size, not xreadlink_with_size.
8175
8176 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
8177
8178         Detect porting problems to FreeBSD/arm, which has time_t wider than
8179         long int.  Original problem reported for GNU diff by Xin Li in
8180         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
8181         * modules/getdate (Depends-on): Add intprops, verify.
8182         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
8183         is an integer type no wider than long int.
8184
8185 2007-06-18  Jim Meyering  <jim@meyering.net>
8186
8187         New module: mreadlink-with-size.
8188         * MODULES.html.sh: Add mreadlink-with-size.
8189         * modules/mreadlink-with-size: New module
8190         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
8191         not xreadlink-with-size.
8192         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
8193
8194 2007-06-16  Bruno Haible  <bruno@clisp.org>
8195
8196         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
8197         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
8198         Reported by Gary V. Vaughan <gary@gnu.org>.
8199
8200 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
8201
8202         Revamp lchown so that it lives in unistd.h where it belongs.
8203         * lib/lchown.h: Remove.
8204         * lib/dirchownmod.c: Don't include lib/lchown.h.
8205         * lib/fchownat.c: Likewise.
8206         * lib/openat.c: Likewise.
8207         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
8208         does not follow symlinks.
8209         (EOPNOTSUPP): Define if not defined.
8210         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
8211         is defined to 0.
8212         (lchown): New decl.
8213         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
8214         Do not check for lchown decl.
8215         Set REPLACE_LCHOWN.
8216         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
8217         REPLACE_LCHOWN.
8218         * modules/chown: Make it clear it follows symlinks.
8219         * modules/lchown: Make it clear it doesn't follow symlinks.
8220         (Files): Remove lib/lchown.h
8221         (Depends-on): Add unistd.
8222         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
8223         (Include): Include <unistd.h>, not "lchown.h".
8224         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
8225         REPLACE_LCHOWN.
8226
8227 2007-06-15  Jim Meyering  <jim@meyering.net>
8228
8229         Change license (GPL to LGPL) of fsusage and dependents.
8230         * modules/fsusage (License): Change to LGPL.
8231         * modules/full-read (License): Likewise.
8232         * modules/full-write (License): Likewise.
8233         * modules/safe-read (License): Likewise.
8234         * modules/safe-write (License): Likewise.
8235
8236 2007-06-14  Ben Pfaff  <blp@gnu.org>
8237
8238         Missing part of allocsa -> malloca transition.
8239         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
8240         gl_MALLOCA.
8241
8242 2007-06-12  Bruno Haible  <bruno@clisp.org>
8243
8244         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
8245         to ia64, x86_64, i386.
8246         Reported by Eric Blake.
8247
8248 2007-06-12  Bruno Haible  <bruno@clisp.org>
8249
8250         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
8251         cross-compiling to x86_64.
8252
8253 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
8254
8255         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
8256         glitch reported by Ralf Wildenhues in
8257         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
8258
8259         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
8260         Vin Shelton.
8261
8262 2007-06-11  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
8265         replacement string.
8266         Reported by Eric Blake.
8267
8268 2007-06-10  Bruno Haible  <bruno@clisp.org>
8269
8270         Prepare vasnprintf code for use with Unicode strings.
8271         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
8272         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
8273         TYPE_U32_STRING.
8274         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
8275         a_u32_string variants.
8276         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8277         * lib/printf-args.c: Don't include config.h and the specification
8278         header if PRINTF_FETCHARGS is already defined.
8279         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8280         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
8281         TYPE_U16_STRING, TYPE_U32_STRING.
8282         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
8283         u16_directive, u16_directives, u32_directive, u32_directives): New
8284         types.
8285         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
8286         New declarations.
8287         * lib/printf-parse.c: Don't include config.h and the specification
8288         header if PRINTF_PARSE is already defined. Eliminate the set of
8289         parameters for WIDE_CHAR_VERSION; the user of this file must provide
8290         them now. Include c-ctype.h.
8291         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
8292         directive and CHAR_T_ONLY_ASCII.
8293         * lib/vasnprintf.c: Don't include config.h and the specification header
8294         if VASNPRINTF is already defined.
8295         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
8296         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
8297         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
8298         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
8299         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
8300         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
8301         code accordingly.
8302         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
8303         pad_ourselves also in this case, with the 'c' and 's' directives, and
8304         with a different notion of "width".
8305         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
8306
8307 2007-06-10  Bruno Haible  <bruno@clisp.org>
8308
8309         * modules/unistr/u32-mbsnlen: New file.
8310         * lib/unistr/u32-mbsnlen.c: New file.
8311
8312         * modules/unistr/u16-mbsnlen: New file.
8313         * lib/unistr/u16-mbsnlen.c: New file.
8314
8315         * modules/unistr/u8-mbsnlen: New file.
8316         * lib/unistr/u8-mbsnlen.c: New file.
8317
8318         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
8319         declarations.
8320
8321 2007-06-10  Bruno Haible  <bruno@clisp.org>
8322
8323         * lib/string_.h (mbsnlen): New declaration.
8324         * lib/mbsnlen.c: New file.
8325         * m4/mbsnlen.m4: New file.
8326         * modules/mbsnlen: New file.
8327         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
8328         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
8329         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
8330
8331 2007-06-10  Bruno Haible  <bruno@clisp.org>
8332
8333         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
8334
8335 2007-06-10  Bruno Haible  <bruno@clisp.org>
8336
8337         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
8338         * lib/mbuiter.h: Likewise.
8339
8340 2007-06-10  Bruno Haible  <bruno@clisp.org>
8341
8342         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
8343         declaration.
8344
8345 2007-06-10  Karl Berry  <karl@gnu.org>
8346
8347         * config/srclist.txt: remove gettext entries, Bruno prefers
8348         to update individually.
8349
8350 2007-06-10  Bruno Haible  <bruno@clisp.org>
8351
8352         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
8353         'maxlen'. Ensure only length + width bytes are allocated, not
8354         length + 1 + width.
8355
8356 2007-06-09  Bruno Haible  <bruno@clisp.org>
8357
8358         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
8359         (CHAR_T): Remove macro.
8360         (VASNPRINTF): Update.
8361
8362 2007-06-09  Bruno Haible  <bruno@clisp.org>
8363
8364         * MODULES.html.sh (Unicode string functions): Add the new modules.
8365
8366         * modules/uniconv/u32-conv-to-enc: New file.
8367         * lib/uniconv/u32-conv-to-enc.c: New file.
8368         * modules/uniconv/u32-conv-to-enc-tests: New file.
8369         * tests/uniconv/test-u32-conv-to-enc.c: New file.
8370
8371         * modules/uniconv/u16-conv-to-enc: New file.
8372         * lib/uniconv/u16-conv-to-enc.c: New file.
8373         * lib/uniconv/u-conv-to-enc.h: New file.
8374         * modules/uniconv/u16-conv-to-enc-tests: New file.
8375         * tests/uniconv/test-u16-conv-to-enc.c: New file.
8376
8377         * modules/uniconv/u8-conv-to-enc: New file.
8378         * lib/uniconv/u8-conv-to-enc.c: New file.
8379         * modules/uniconv/u8-conv-to-enc-tests: New file.
8380         * tests/uniconv/test-u8-conv-to-enc.c: New file.
8381
8382         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
8383         u32_conv_to_encoding): New declarations.
8384
8385 2007-06-09  Bruno Haible  <bruno@clisp.org>
8386
8387         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
8388
8389 2007-06-09  Bruno Haible  <bruno@clisp.org>
8390
8391         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
8392         * modules/malloca: Renamed from modules/allocsa, updated.
8393         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
8394         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
8395         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
8396         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
8397         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
8398         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
8399         * modules/xmalloca: Renamed from modules/xallocsa, updated.
8400         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
8401         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
8402         * modules/c-strcasestr (Depends-on): Update.
8403         * lib/c-strcasestr.c: Update.
8404         * modules/c-strstr (Depends-on): Update.
8405         * lib/c-strstr.c: Update.
8406         * modules/canonicalize-lgpl (Depends-on): Update.
8407         * lib/canonicalize-lgpl.c: Update.
8408         * modules/clean-temp (Depends-on): Update.
8409         * lib/clean-temp.c: Update.
8410         * modules/csharpcomp (Depends-on): Update.
8411         * lib/csharpcomp.c: Update.
8412         * modules/csharpexec (Depends-on): Update.
8413         * lib/csharpexec.c: Update.
8414         * modules/javacomp (Depends-on): Update.
8415         * lib/javacomp.c: Update.
8416         * modules/javaexec (Depends-on): Update.
8417         * lib/javaexec.c: Update.
8418         * modules/mbscasestr (Depends-on): Update.
8419         * lib/mbscasestr.c: Update.
8420         * modules/mbsstr (Depends-on): Update.
8421         * lib/mbsstr.c: Update.
8422         * modules/setenv (Depends-on): Update.
8423         * lib/setenv.c: Update.
8424         * modules/strcasestr (Depends-on): Update.
8425         * lib/strcasestr.c: Update.
8426         * modules/striconveha (Depends-on): Update.
8427         * lib/striconveha.c: Update.
8428         * modules/relocatable-prog-wrapper (Files): Update.
8429         * lib/relocwrapper.c: Update.
8430         * build-aux/install-reloc: Update.
8431         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
8432
8433 2007-06-08  Bruno Haible  <bruno@clisp.org>
8434
8435         Port to uClibc.
8436         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
8437         * lib/fpurge.c (fpurge): Likewise.
8438         * lib/freading.c (freading): Likewise.
8439         * lib/fseeko.c (rpl_fseeko): Likewise.
8440         * lib/fseterr.c (fseterr): Likewise.
8441         * lib/fwriting.c (fwriting): Likewise.
8442         * tests/test-fflush.c (main): Avoid a failure on uClibc.
8443
8444 2007-06-08  Bruno Haible  <bruno@clisp.org>
8445
8446         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
8447         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
8448         * modules/gettext (Files): Add m4/intlmacosx.m4.
8449
8450 2007-06-07  Bruno Haible  <bruno@clisp.org>
8451
8452         * modules/localename-tests: New file.
8453         * tests/test-localename.c: New file.
8454
8455         New module 'localename'.
8456         * lib/localename.h: New file.
8457         * lib/localename.c: New file, from GNU gettext.
8458         * m4/localename.m4: New file.
8459         * modules/localename: New file.
8460
8461 2007-06-07  Bruno Haible  <bruno@clisp.org>
8462
8463         Work around the lack of <wchar.h> on some builds of uClibc.
8464         * doc/headers/wchar.texi: Update.
8465         * lib/wchar_.h: Include <wchar.h> only if it exists.
8466         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
8467         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
8468         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
8469         doesn't exist.
8470         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
8471         * modules/mbfile (Depends-on): Add wchar.
8472         * modules/mbiter (Depends-on): Likewise.
8473         * modules/mbuiter (Depends-on): Likewise.
8474         Reported by Simon Josefsson.
8475
8476 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
8477
8478         Work around problem reported by Steven M. Schweda in
8479         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
8480         Tru64 5.1B with the Compaq compiler environment installed declares
8481         an 'isblank' function but does not define it in the C library.
8482         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
8483         * lib/regex_internal.h (isblank): Likewise.
8484         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
8485         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8486
8487 2007-06-05  Bruno Haible  <bruno@clisp.org>
8488
8489         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
8490         ia64.
8491         * modules/printf-safe: New file.
8492         * modules/fprintf-posix (Depends-on): Add printf-safe.
8493         * modules/printf-posix (Depends-on): Likewise.
8494         * modules/snprintf-posix (Depends-on): Likewise.
8495         * modules/sprintf-posix (Depends-on): Likewise.
8496         * modules/vasnprintf-posix (Depends-on): Likewise.
8497         * modules/vasprintf-posix (Depends-on): Likewise.
8498         * modules/vfprintf-posix (Depends-on): Likewise.
8499         * modules/vprintf-posix (Depends-on): Likewise.
8500         * modules/vsnprintf-posix (Depends-on): Likewise.
8501         * modules/vsprintf-posix (Depends-on): Likewise.
8502         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
8503         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
8504         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
8505         "no" on i386, x86_64, ia64.
8506         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
8507         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8508         on i386, x86_64, ia64.
8509         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
8510         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8511         on i386, x86_64, ia64.
8512         * tests/test-vasnprintf-posix.c: Include float.h.
8513         (LDBL80_WORDS): New macro.
8514         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8515         on i386, x86_64, ia64.
8516         * tests/test-vasprintf-posix.c: Include float.h.
8517         (LDBL80_WORDS): New macro.
8518         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8519         on i386, x86_64, ia64.
8520         * tests/test-snprintf-posix.c: Include float.h.
8521         * tests/test-sprintf-posix.c: Likewise.
8522         * tests/test-vsnprintf-posix.c: Likewise.
8523         * tests/test-vsprintf-posix.c: Likewise.
8524
8525 2007-06-05  Bruno Haible  <bruno@clisp.org>
8526
8527         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
8528         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
8529         non-IEEE numbers on i386, x86_64, ia64.
8530         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
8531         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
8532         * tests/test-isnanl.h: Include float.h.
8533         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
8534
8535 2007-06-05  Bruno Haible  <bruno@clisp.org>
8536
8537         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
8538         also the %a / %A. Handle the %a / %A code before this extra handling.
8539
8540 2007-06-05  Bruno Haible  <bruno@clisp.org>
8541
8542         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
8543         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
8544
8545 2007-06-05  Bruno Haible  <bruno@clisp.org>
8546
8547         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
8548         typo in variable name.
8549
8550 2007-06-05  Eric Blake  <ebb9@byu.net>
8551
8552         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
8553         Reported by Simon Josefsson.
8554
8555 2007-06-04  Bruno Haible  <bruno@clisp.org>
8556
8557         Avoid test failures on some PowerPC platforms.
8558         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
8559         Define differently for PowerPC.
8560         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
8561         Reported by Gary V. Vaughan <gary@gnu.org>.
8562
8563 2007-06-02  Bruno Haible  <bruno@clisp.org>
8564
8565         Fix test-stdint failure on FreeBSD/ia64.
8566         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
8567         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
8568         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
8569         * doc/headers/stdint.texi: Update.
8570
8571 2007-06-01  Bruno Haible  <bruno@clisp.org>
8572
8573         * tests/test-binary-io.c (main): Pass a third argument to open().
8574         Reported by Gary V. Vaughan <gary@gnu.org>.
8575
8576 2007-06-01  Bruno Haible  <bruno@clisp.org>
8577
8578         * doc/functions/frexpl.texi: Update for mingw.
8579
8580 2007-06-01  Bruno Haible  <bruno@clisp.org>
8581
8582         * tests/test-lseek.c (main): Disable test of errno for invalid third
8583         argument.
8584         * doc/functions/lseek.texi: Update.
8585         Reported by Gary V. Vaughan <gary@gnu.org>.
8586
8587 2007-05-28  Bruno Haible  <bruno@clisp.org>
8588
8589         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
8590
8591 2007-05-31  Eric Blake  <ebb9@byu.net>
8592
8593         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
8594         cross compiling.
8595
8596 2007-05-30  Eric Blake  <ebb9@byu.net>
8597         and Bruno Haible  <bruno@clisp.org>
8598
8599         Work around mingw test failures exposed by m4-1.4.9b.
8600         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
8601         * tests/test-unistd.c: Disable uid_t and git_t tests for the
8602         moment.
8603
8604 2007-05-30  Bruno Haible  <bruno@clisp.org>
8605
8606         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
8607         assuming that they are closed. Needed on HP-UX 11.
8608
8609 2007-05-29  Bruno Haible  <bruno@clisp.org>
8610
8611         Fix a problem with #include_next.
8612         * lib/dirent_.h: Split the double-inclusion guard.
8613         * lib/fcntl_.h: Likewise.
8614         * lib/float_.h: Likewise.
8615         * lib/iconv_.h: Likewise.
8616         * lib/inttypes_.h: Likewise.
8617         * lib/locale_.h: Likewise.
8618         * lib/math_.h: Likewise.
8619         * lib/netinet_in_.h: Likewise.
8620         * lib/search_.h: Likewise.
8621         * lib/signal_.h: Likewise.
8622         * lib/stdint_.h: Likewise.
8623         * lib/stdio_.h: Likewise.
8624         * lib/stdlib_.h: Likewise.
8625         * lib/string_.h: Likewise.
8626         * lib/sys_select_.h: Likewise.
8627         * lib/sys_socket_.h: Likewise.
8628         * lib/sys_stat_.h: Likewise.
8629         * lib/sys_time_.h: Likewise.
8630         * lib/sysexits_.h: Likewise.
8631         * lib/time_.h: Likewise.
8632         * lib/unistd_.h: Likewise.
8633         * lib/wchar_.h: Likewise.
8634         * lib/wctype_.h: Likewise.
8635
8636 2007-05-29  Bruno Haible  <bruno@clisp.org>
8637
8638         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
8639         for the moment.
8640
8641 2007-05-29  Bruno Haible  <bruno@clisp.org>
8642
8643         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
8644         invocation.
8645         Reported by Eric Blake.
8646
8647 2007-05-29  Bruno Haible  <bruno@clisp.org>
8648
8649         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
8650         compiling case.
8651
8652 2007-05-29  Eric Blake  <ebb9@byu.net>
8653             Bruno Haible  <bruno@clisp.org>
8654
8655         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
8656         cross compiles.
8657
8658 2007-05-28  Eric Blake  <ebb9@byu.net>
8659
8660         * modules/closein-tests (test_closein_LDADD): Support test on
8661         cygwin with libtool.
8662
8663 2007-05-28  Bruno Haible  <bruno@clisp.org>
8664
8665         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
8666         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
8667         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
8668         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
8669         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
8670         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
8671         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
8672         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
8673         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
8674
8675 2007-05-28  Eric Blake  <ebb9@byu.net>
8676
8677         Unconditionally include <config.h> in unit tests.
8678         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
8679         * tests/test-allocsa.c, tests/test-arcfour.c,
8680         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
8681         tests/test-array_list.c, tests/test-array_oset.c,
8682         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
8683         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
8684         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
8685         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
8686         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
8687         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
8688         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
8689         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
8690         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
8691         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
8692         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
8693         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
8694         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
8695         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
8696         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
8697         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
8698         test-md5.c, test-memmem.c, test-printf-posix.c,
8699         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
8700         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
8701         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
8702         test-strcasestr.c, test-striconv.c, test-striconveh.c,
8703         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
8704         test-vasnprintf-posix2.c, test-vasnprintf.c,
8705         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
8706         test-vfprintf-posix.c, test-vprintf-posix.c,
8707         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
8708         test-xvasprintf.c: Likewise.
8709
8710 2007-05-28  Bruno Haible  <bruno@clisp.org>
8711
8712         * gnulib-tool (func_import): Remember the --with-tests command-line
8713         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
8714         Reported by Eric Blake.
8715
8716 2007-05-28  Bruno Haible  <bruno@clisp.org>
8717
8718         * modules/ftell-tests: New file.
8719         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
8720         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
8721
8722         * lib/ftell.c: New file.
8723         * modules/ftell: New file.
8724         * m4/ftell.m4: New file.
8725         * doc/functions/ftell.texi: Update.
8726         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
8727         REPLACE_FTELL.
8728         * lib/stdio_.h (rpl_ftell): New declaration.
8729         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
8730         REPLACE_FTELL.
8731
8732 2007-05-28  Eric Blake  <ebb9@byu.net>
8733
8734         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
8735
8736 2007-05-28  Bruno Haible  <bruno@clisp.org>
8737
8738         * modules/fseek-tests: New file.
8739         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
8740         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
8741
8742         * lib/fseek.c: New file.
8743         * modules/fseek: New file.
8744         * m4/fseek.m4: New file.
8745         * doc/functions/fseek.texi: Update.
8746         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
8747         REPLACE_FSEEK.
8748         * lib/stdio_.h (rpl_fseek): New declaration.
8749         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
8750         REPLACE_FSEEK.
8751
8752 2007-05-28  Bruno Haible  <bruno@clisp.org>
8753
8754         * lib/stdio_.h (fflush): More comments.
8755
8756 2007-05-28  Bruno Haible  <bruno@clisp.org>
8757
8758         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
8759         runtime test.
8760
8761 2007-05-28  Eric Blake  <ebb9@byu.net>
8762
8763         Improve lseek module.
8764         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
8765         * lib/unistd_.h (lseek): Scale back link warning message.
8766         * tests/test-lseek.c: Beef up test.
8767         * tests/test-lseek.sh: Exercise more facets of lseek.
8768         Reported by Bruno Haible.
8769
8770 2007-05-28  Bruno Haible  <bruno@clisp.org>
8771
8772         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
8773         to define.
8774
8775 2007-05-27  Bruno Haible  <bruno@clisp.org>
8776
8777         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
8778
8779 2007-05-27  Bruno Haible  <bruno@clisp.org>
8780
8781         * modules/openmp: New file.
8782         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
8783         Noah Misch.
8784
8785 2007-05-26  Bruno Haible  <bruno@clisp.org>
8786
8787         * modules/chdir-long (Depends-on): Add fchdir.
8788         * modules/chdir-safer (Depends-on): Likewise.
8789         * modules/fts (Depends-on): Likewise.
8790         * modules/fts-lgpl (Depends-on): Likewise.
8791         * modules/openat (Depends-on): Likewise.
8792         * modules/savewd (Depends-on): Likewise.
8793
8794 2007-05-24  Eric Blake  <ebb9@byu.net>
8795
8796         Fix lseek on mingw.
8797         * modules/lseek: New module.
8798         * m4/lseek.m4: New file.
8799         * lib/lseek.c: New file.
8800         * modules/lseek-tests: New file.
8801         * tests/test-lseek.c: New file.
8802         * tests/test-lseek.sh: New file.
8803         * MODULES.html.sh: Document lseek module.
8804         * modules/fflush (Depends-on): Add lseek, fseeko.
8805         * modules/fseeko (Depends-on): Likewise.
8806         * modules/ftello (Depends-on): Likewise.
8807         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
8808         broken.
8809         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
8810         broken.
8811         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
8812         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
8813         * lib/ftello.c (rpl_ftello): Likewise.
8814         * tests/test-fseeko.c (main): Test this.
8815         * tests/test-fseeko.sh: Likewise.
8816         * tests/test-ftello.c (main): Likewise.
8817         * tests/test-ftello.sh: Likewise.
8818         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
8819         implies replacing fseek.
8820         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
8821         HAVE_FTELLO.
8822         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
8823         * modules/unistd (Makefile.am): Likewise.
8824         * lib/unistd_.h (lseek): Declare a replacement.
8825         * doc/functions/lseek.texi (lseek): Document this fix.
8826         * doc/functions/fseek.texi (fseek): Likewise.
8827         * doc/functions/ftell.texi (ftell): Likewise.
8828
8829 2007-05-24  Bruno Haible  <bruno@clisp.org>
8830
8831         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
8832         in the printed representation of a NaN.
8833         * tests/test-vasprintf-posix.c (test_function): Likewise.
8834         * tests/test-snprintf-posix.h (test_function): Likewise.
8835         * tests/test-sprintf-posix.h (test_function): Likewise.
8836         Reported by Eric Blake.
8837
8838 2007-05-23  Eric Blake  <ebb9@byu.net>
8839
8840         Fix fseeko/ftello on cygwin 1.5.24.
8841         * doc/functions/fseeko.texi (fseeko): Document the fix.
8842         * doc/functions/ftello.texi (ftello): Document the fix.
8843         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
8844         * doc/functions/stdout.text (stdout): New file.
8845         * doc/functions/stderr.text (stderr): New file.
8846         * doc/gnulib.texi (Function Substitutes): Use new files.
8847         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
8848         prior to 1.7.0.
8849         * tests/test-ftello.c (main): Likewise for ftello.
8850         * tests/test-fseeko.sh: New file.
8851         * tests/test-ftello.sh: New file.
8852         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
8853         with seekable stdin.
8854         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
8855         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
8856         (gl_REPLACE_FSEEKO): New macro.
8857         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
8858         * modules/fseeko (Files): Distribute fseeko.c.
8859         * modules/ftello (Files): Distribute ftello.c.
8860         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
8861         mode.
8862         * lib/ftello.c (rpl_ftello): New file.
8863         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
8864         fseeko, ftello.
8865         (gl_STDIN_LARGE_OFFSET): New macro.
8866         * modules/stdio (Makefile.am): Perform the replacement.
8867         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
8868
8869 2007-05-23  Bruno Haible  <bruno@clisp.org>
8870
8871         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
8872         GNULIB_POSIXCHECK is defined.
8873
8874 2007-05-21  Bruno Haible  <bruno@clisp.org>
8875
8876         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
8877         Check also the output for NaN arguments. When cross-compiling, guess
8878         no on IRIX.
8879         * lib/vasnprintf.c: Update comments.
8880         * tests/test-vasnprintf-posix.c (strisnan): New function.
8881         (test_function): Use it.
8882         * tests/test-vasprintf-posix.c (strisnan): New function.
8883         (test_function): Use it.
8884         * tests/test-snprintf-posix.h (strisnan): New function.
8885         (test_function): Use it.
8886         * tests/test-sprintf-posix.h (strisnan): New function.
8887         (test_function): Use it.
8888         Reported by Eric Blake.
8889
8890 2007-05-20  Bruno Haible  <bruno@clisp.org>
8891
8892         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
8893         numbers that fails on BeOS.
8894         * doc/functions/frexpl.texi: Update.
8895
8896 2007-05-20  Jim Meyering  <jim@meyering.net>
8897
8898         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
8899         forced upon us by glibc-2.6.
8900
8901 2007-05-20  Bruno Haible  <bruno@clisp.org>
8902
8903         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
8904         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
8905         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
8906         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
8907         NEED_PRINTF_INFINITE.
8908         (is_infinitel): New function.
8909         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
8910         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
8911         gl_PREREQ_VASNPRINTF_INFINITE.
8912         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
8913         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8914         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
8915         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
8916         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
8917         gl_PREREQ_VASNPRINTF_INFINITE.
8918         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8919         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8920         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8921         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8922         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8923         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8924         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8925         * doc/functions/fprintf.texi: Update.
8926         * doc/functions/printf.texi: Update.
8927         * doc/functions/snprintf.texi: Update.
8928         * doc/functions/sprintf.texi: Update.
8929         * doc/functions/vfprintf.texi: Update.
8930         * doc/functions/vprintf.texi: Update.
8931         * doc/functions/vsnprintf.texi: Update.
8932         * doc/functions/vsprintf.texi: Update.
8933
8934 2007-05-20  Bruno Haible  <bruno@clisp.org>
8935
8936         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
8937         was not found in libc.
8938         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
8939
8940 2007-05-20  Bruno Haible  <bruno@clisp.org>
8941
8942         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8943         printed as "-nan" instead of "nan".
8944         * tests/test-vasprintf-posix.c (test_function): Likewise.
8945         * tests/test-snprintf-posix.h (test_function): Likewise.
8946         * tests/test-sprintf-posix.h (test_function): Likewise.
8947         Needed for HP-UX 11.
8948
8949 2007-05-20  Jim Meyering  <jim@meyering.net>
8950
8951         Fix buggy test for the fchownat-deref bug.
8952         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
8953         symlink required for the run-test.  Without it, this test would
8954         always declare that fchownat doesn't work, and client code would
8955         unnecessarily use the replacement function with fixed libc.
8956         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
8957         Reported by Greg Schafer.
8958
8959 2007-05-19  Bruno Haible  <bruno@clisp.org>
8960
8961         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
8962         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
8963         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
8964         Needed for IRIX 6.5 and Solaris 2.5.1.
8965
8966 2007-05-19  Bruno Haible  <bruno@clisp.org>
8967
8968         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
8969         (test_function): Skip tests involving -0.0 on platforms where
8970         -0.0 = 0.0.
8971         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
8972         (test_function): Skip tests involving -0.0 on platforms where
8973         -0.0 = 0.0.
8974         * tests/test-snprintf-posix.h (have_minus_zero): New function.
8975         (test_function): Skip tests involving -0.0 on platforms where
8976         -0.0 = 0.0.
8977         * tests/test-sprintf-posix.h (have_minus_zero): New function.
8978         (test_function): Skip tests involving -0.0 on platforms where
8979         -0.0 = 0.0.
8980         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
8981         tests.
8982         * tests/test-printf-posix.h (test_function): Likewise.
8983         * tests/test-printf-posix.output: Remove all -0.0 related results.
8984         Needed for IRIX 6.5.
8985
8986 2007-05-19  Bruno Haible  <bruno@clisp.org>
8987
8988         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8989         printed as "nan0x7fffffff" instead of "nan".
8990         * tests/test-vasprintf-posix.c (test_function): Likewise.
8991         * tests/test-snprintf-posix.h (test_function): Likewise.
8992         * tests/test-sprintf-posix.h (test_function): Likewise.
8993         * tests/test-fprintf-posix.h (NaN): Remove macro.
8994         (test_function): Remove all NaN related tests.
8995         * tests/test-printf-posix.h (NaN): Remove macro.
8996         (test_function): Remove all NaN related tests.
8997         * tests/test-printf-posix.output: Remove all NaN related results.
8998         Needed for IRIX 6.5.
8999
9000 2007-05-19  Bruno Haible  <bruno@clisp.org>
9001
9002         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
9003         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
9004
9005 2007-05-19  Bruno Haible  <bruno@clisp.org>
9006
9007         * lib/float_.h: New file.
9008         * m4/float_h.m4: New file.
9009         * modules/float: New file.
9010         * modules/isnanl (Dependencies): Add float.
9011         * modules/isnanl-nolibm (Dependencies): Likewise.
9012         * modules/mathl (Dependencies): Likewise.
9013         * modules/printf-frexpl (Dependencies): Likewise.
9014         * modules/signbit (Dependencies): Likewise.
9015         * modules/vasnprintf (Dependencies): Likewise.
9016         * doc/headers/float.texi: Update.
9017
9018 2007-05-19  Jim Meyering  <jim@meyering.net>
9019
9020         * lib/utimens.c (gl_futimens): Rename from futimens,
9021         now that glibc-2.6 declares futimens.
9022         * lib/utimens.h: Likewise.
9023
9024 2007-05-19  Bruno Haible  <bruno@clisp.org>
9025
9026         Avoid test failures on mingw.
9027         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
9028         * tests/test-printf-posix.sh: Likewise.
9029         * tests/test-vfprintf-posix.sh: Likewise.
9030         * tests/test-vprintf-posix.sh: Likewise.
9031
9032 2007-05-19  Bruno Haible  <bruno@clisp.org>
9033
9034         Fix *printf result for NaN, Inf, -0.0 on mingw.
9035         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
9036         * lib/vasnprintf.c: Include math.h and isnan.h.
9037         (is_infinite_or_zero): New function.
9038         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
9039         values in the %f, %F, %e, %E, %g, %G directives.
9040         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
9041         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9042         gl_PRINTF_INFINITE and test its result. Invoke
9043         gl_PREREQ_VASNPRINTF_INFINITE.
9044         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9045         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9046         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9047         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9048         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9049         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9050         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9051         * doc/functions/fprintf.texi: Update.
9052         * doc/functions/printf.texi: Update.
9053         * doc/functions/snprintf.texi: Update.
9054         * doc/functions/sprintf.texi: Update.
9055         * doc/functions/vfprintf.texi: Update.
9056         * doc/functions/vprintf.texi: Update.
9057         * doc/functions/vsnprintf.texi: Update.
9058         * doc/functions/vsprintf.texi: Update.
9059
9060 2007-05-19  Bruno Haible  <bruno@clisp.org>
9061
9062         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
9063         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
9064         Instead of multiplying with 10^k, set extra_zeroes to k.
9065         (scale10_round_long_double): Remove function.
9066
9067 2007-05-18  Bruno Haible  <bruno@clisp.org>
9068
9069         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
9070         introduced on 2007-05-06.
9071
9072 2007-05-18  Bruno Haible  <bruno@clisp.org>
9073
9074         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
9075         %g directives.
9076         * tests/test-vasprintf-posix.c (test_function): Likewise.
9077         * tests/test-snprintf-posix.h (test_function): Likewise.
9078         * tests/test-sprintf-posix.h (test_function): Likewise.
9079
9080 2007-05-18  Bruno Haible  <bruno@clisp.org>
9081
9082         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
9083         (strmatch): New function.
9084         (test_function): Test the %f directive on numbers of various exponents.
9085         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
9086         (strmatch): New function.
9087         (test_function): Test the %f directive on numbers of various exponents.
9088         * tests/test-snprintf-posix.h (strmatch): New function.
9089         (test_function): Test the %f directive on numbers of various exponents.
9090         * tests/test-sprintf-posix.h (strmatch): New function.
9091         (test_function): Test the %f directive on numbers of various exponents.
9092         * tests/test-snprintf-posix.c (SIZEOF): New macro.
9093         * tests/test-sprintf-posix.c (SIZEOF): New macro.
9094         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
9095         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
9096
9097 2007-05-18  Bruno Haible  <bruno@clisp.org>
9098
9099         Add support for 'long double' number output.
9100         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
9101         * lib/vasnprintf.c: Include math.h and float+.h.
9102         (mp_limb_t): New type.
9103         (GMP_LIMB_BITS): New macro.
9104         (mp_twolimb_t): New type.
9105         (GMP_TWOLIMB_BITS): New macro.
9106         (mpn_t): New type.
9107         (multiply, divide, convert_to_decimal, decode_long_double,
9108         scale10_round_long_double, scale10_round_decimal_long_double,
9109         floorlog10l): New functions.
9110         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
9111         for the %f, %F, %e, %E, %g, %G directives.
9112         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
9113         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9114         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
9115         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
9116         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9117         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9118         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9119         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9120         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9121         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9122         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9123         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
9124         * modules/snprintf-posix (Depends-on): Likewise.
9125         * modules/sprintf-posix (Depends-on): Likewise.
9126         * modules/vasnprintf-posix (Depends-on): Likewise.
9127         * modules/vasprintf-posix (Depends-on): Likewise.
9128         * modules/vfprintf-posix (Depends-on): Likewise.
9129         * modules/vsnprintf-posix (Depends-on): Likewise.
9130         * modules/vsprintf-posix (Depends-on): Likewise.
9131         * modules/vasnprintf (Files): Add lib/float+.h.
9132         * doc/functions/fprintf.texi: Update.
9133         * doc/functions/printf.texi: Update.
9134         * doc/functions/snprintf.texi: Update.
9135         * doc/functions/sprintf.texi: Update.
9136         * doc/functions/vfprintf.texi: Update.
9137         * doc/functions/vprintf.texi: Update.
9138         * doc/functions/vsnprintf.texi: Update.
9139         * doc/functions/vsprintf.texi: Update.
9140
9141 2007-05-18  Bruno Haible  <bruno@clisp.org>
9142
9143         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
9144
9145 2007-05-18  Bruno Haible  <bruno@clisp.org>
9146
9147         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
9148         for printing 64-bit integers. Needed for mingw.
9149
9150 2007-05-18  Bruno Haible  <bruno@clisp.org>
9151
9152         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9153         gl_FUNC_FREXPL_WORKS.
9154         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
9155
9156 2007-05-18  Bruno Haible  <bruno@clisp.org>
9157
9158         * modules/frexpl-nolibm-tests: New file.
9159
9160         * modules/frexpl-nolibm: New file.
9161         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
9162
9163 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9164
9165         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
9166         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9167         GCC 4.2, which otherwise issues a lot of warnings.
9168         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
9169         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
9170         Likewise.
9171         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
9172         * modules/iconv_open (iconv.h): Likewise.
9173         * modules/locale (locale.h): Likewise.
9174         * modules/netinet_in (netinet/in.h): Likewise.
9175         * modules/sys_select (sys_select.h): Likewise.
9176         * modules/sys_socket (sys/socket.h): Likewise.
9177         * modules/sys_stat (sys/stat.h): Likewise.
9178         * modules/sysexits (sysexits.h): Likewise.
9179         * modules/unistd (unistd.h): Likewise.
9180
9181 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9182
9183         * modules/closein-tests (Makefile.am): Distribute
9184         `test-closein.sh'.
9185
9186 2007-05-17  Bruno Haible  <bruno@clisp.org>
9187
9188         * tests/test-printf-posix.output: Renamed from
9189         tests/test-fprintf-posix.out.
9190         * modules/fprintf-posix-tests: Update.
9191         * modules/printf-posix-tests: Update.
9192         * modules/vfprintf-posix-tests: Update.
9193         * modules/vprintf-posix-tests: Update.
9194         * tests/test-fprintf-posix.sh: Update.
9195         * tests/test-printf-posix.sh: Update.
9196         * tests/test-vfprintf-posix.sh: Update.
9197         * tests/test-vprintf-posix.sh: Update.
9198         Reported by Ralf Wildenhues.
9199
9200 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
9201
9202         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
9203         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9204         GCC 4.2, which otherwise issues a lot of warnings.
9205         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
9206         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
9207         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
9208         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
9209         it should no longer be needed.
9210         * lib/string_.h: Likewise.
9211         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
9212         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
9213         * modules/inttypes (inttypes.h): Likewise.
9214         * modules/math (math.h): Likewise.
9215         * modules/search (search.h): Likewise.
9216         * modules/signal (signal.h): Likewise.
9217         * modules/stdint (stdint.h): Likewise.
9218         * modules/stdio (stdio.h): Likewise.
9219         * modules/stdlib (stdlib.h): Likewise.
9220         * modules/string (string.h): Likewise.
9221         * modules/sys_time (sys/time.h): Likewise.
9222         * modules/time (time.h): Likewise.
9223         * modules/wchar (wchar.h): Likewise.
9224         * modules/wctype (wtype.h): Likewise.
9225
9226 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9227
9228         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
9229
9230 2007-05-13  Bruno Haible  <bruno@clisp.org>
9231
9232         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
9233         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9234         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
9235         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9236         (gl_PREREQ_STRTOK_R): Don't require it here.
9237
9238 2007-05-13  Bruno Haible  <bruno@clisp.org>
9239
9240         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
9241         when used in C++ mode.
9242
9243 2007-05-12  Bruno Haible  <bruno@clisp.org>
9244
9245         * lib/linebuffer.h: Tweak doc.
9246         * lib/linebuffer.c: Likewise.
9247
9248 2007-05-12  James Youngman  <jay@gnu.org>
9249
9250         * lib/linebuffer.c (readlinebuffer_delim): New function,
9251         like readlinebuffer, but use a caller-specified delimiter.
9252         (readlinebuffer): Just call readlinebuffer_delim with '\n'
9253         as the delimiter.
9254         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
9255
9256 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9257
9258         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
9259         * modules/openat (Files): Remove openat-die.c.
9260         (Depends-on): Add openat-die.
9261         * modules/openat-die: New module.
9262
9263 2007-05-06  Bruno Haible  <bruno@clisp.org>
9264
9265         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
9266         Update with info about Cygwin.
9267         * doc/functions/fprintf.texi: Update.
9268         * doc/functions/printf.texi: Update.
9269         * doc/functions/snprintf.texi: Update.
9270         * doc/functions/sprintf.texi: Update.
9271         * doc/functions/vfprintf.texi: Update.
9272         * doc/functions/vprintf.texi: Update.
9273         * doc/functions/vsnprintf.texi: Update.
9274         * doc/functions/vsprintf.texi: Update.
9275         Reported by Eric Blake.
9276
9277 2007-05-06  Bruno Haible  <bruno@clisp.org>
9278
9279         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
9280         padding ourselves for the floating-point directives.
9281         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
9282         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
9283         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9284         gl_PRINTF_FLAG_ZERO and test its result. Invoke
9285         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
9286         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9287         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9288         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9289         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9290         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9291         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9292         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9293         * tests/test-snprintf-posix.h (test_function): Also check the width
9294         and some flags in the %f directive.
9295         * tests/test-sprintf-posix.h (test_function): Likewise.
9296         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9297         * tests/test-vasprintf-posix.c (test_function): Likewise.
9298         * doc/functions/fprintf.texi: Update.
9299         * doc/functions/printf.texi: Update.
9300         * doc/functions/snprintf.texi: Update.
9301         * doc/functions/sprintf.texi: Update.
9302         * doc/functions/vfprintf.texi: Update.
9303         * doc/functions/vprintf.texi: Update.
9304         * doc/functions/vsnprintf.texi: Update.
9305         * doc/functions/vsprintf.texi: Update.
9306
9307 2007-05-06  Bruno Haible  <bruno@clisp.org>
9308
9309         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
9310         pass the ' flag character to sprintf or snprintf.
9311         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
9312         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
9313         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9314         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
9315         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
9316         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9317         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9318         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9319         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9320         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9321         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9322         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9323         * tests/test-snprintf-posix.h (test_function): Also check the grouping
9324         flag.
9325         * tests/test-sprintf-posix.h (test_function): Likewise.
9326         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9327         * tests/test-vasprintf-posix.c (test_function): Likewise.
9328         * doc/functions/fprintf.texi: Update.
9329         * doc/functions/printf.texi: Update.
9330         * doc/functions/snprintf.texi: Update.
9331         * doc/functions/sprintf.texi: Update.
9332         * doc/functions/vfprintf.texi: Update.
9333         * doc/functions/vprintf.texi: Update.
9334         * doc/functions/vsnprintf.texi: Update.
9335         * doc/functions/vsprintf.texi: Update.
9336
9337 2007-05-01  Bruno Haible  <bruno@clisp.org>
9338
9339         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
9340
9341 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
9342
9343         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
9344         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
9345
9346 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9347
9348         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
9349         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
9350         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
9351
9352 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
9353
9354         * lib/argp-help.c (struct hol_entry): New member `ord'.
9355         (HOL_ENTRY_PTRCMP): Use ord for comparison
9356         (hol_sort): Initialize ord.
9357
9358 2007-05-01  Bruno Haible  <bruno@clisp.org>
9359
9360         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
9361         Reported by Eric Blake.
9362         * doc/gnulib.texi (Function Substitutes): Update.
9363
9364 2007-05-01  Bruno Haible  <bruno@clisp.org>
9365
9366         * doc/functions.texi: Remove file, now redundant through
9367         doc/functions/*.texi.
9368
9369 2007-05-01  Bruno Haible  <bruno@clisp.org>
9370
9371         * modules/argp (Depends-on): Add sleep.
9372
9373 2007-05-01  Bruno Haible  <bruno@clisp.org>
9374
9375         * modules/sleep-tests: New file.
9376         * tests/test-sleep.c: New file.
9377
9378         * modules/sleep: New file.
9379         * lib/sleep.c: New file.
9380         * m4/sleep.m4: New file.
9381         * lib/unistd_.h (sleep): New declaration.
9382         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
9383         HAVE_SLEEP.
9384         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
9385         * doc/functions/sleep.texi: Document the sleep module.
9386
9387 2007-05-01  Bruno Haible  <bruno@clisp.org>
9388
9389         * lib/sigprocmask.h: Remove file.
9390         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
9391         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
9392         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
9393         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
9394         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
9395         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
9396         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
9397         HAVE_SIGSET_T as a shell variable.
9398         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
9399         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
9400         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
9401         (Depends-on): Add signal. Remove verify.
9402         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
9403         (Include): Mention <signal.h> instead of sigprocmask.h.
9404         * NEWS: Mention the change.
9405         * lib/fatal-signal.c: Don't include sigprocmask.h.
9406
9407 2007-05-01  Bruno Haible  <bruno@clisp.org>
9408
9409         * modules/signal: New file.
9410         * lib/signal_.h: New file.
9411         * m4/signal_h.m4: New file.
9412
9413 2007-05-01  Bruno Haible  <bruno@clisp.org>
9414
9415         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
9416         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
9417         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
9418         HAVE_WCTYPE_CTMP_BUG into wctype.h.
9419
9420 2007-05-01  Bruno Haible  <bruno@clisp.org>
9421
9422         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
9423         configure time.
9424         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
9425         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
9426         * modules/sys_stat (Makefile.am): Substitute their values into
9427         sys/stat.h.
9428
9429 2007-05-01  Bruno Haible  <bruno@clisp.org>
9430
9431         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
9432         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
9433         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
9434
9435 2007-05-01  Bruno Haible  <bruno@clisp.org>
9436
9437         * doc/header/assert.texi: Undo last change: don't mention the gnulib
9438         'assert' module here.
9439
9440 2007-05-01  Bruno Haible  <bruno@clisp.org>
9441
9442         * doc/functions/*.texi: New files.
9443         * doc/functions/google-ranking.txt: New file.
9444         * doc/gnulib.texi (Function Substitutes): New chapter.
9445         (ctime, inet_ntoa): Remove sections.
9446         * doc/ctime.texi: Remove file.
9447         * doc/inet_ntoa.texi: Remove file.
9448         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
9449         dependencies.
9450         (%.info): New rule, specifying a --reference-limit.
9451
9452 2007-05-01  Bruno Haible  <bruno@clisp.org>
9453
9454         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
9455
9456 2007-05-01  Bruno Haible  <bruno@clisp.org>
9457
9458         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
9459         the portability of 'mkdir' to mingw systems.
9460
9461 2007-05-01  Bruno Haible  <bruno@clisp.org>
9462
9463         * doc/headers/google-ranking.txt: New file.
9464
9465 2007-04-30  Eric Blake  <ebb9@byu.net>
9466
9467         Prefer fseeko to fseek.
9468         * modules/getpass (Depends-on): Add fseeko.
9469         * lib/getpass.c (getpass): Use fseeko, not fseek.
9470
9471 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
9472
9473         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
9474         assumes the sorting is stable, while most qsort implementations
9475         are not.  Use argument addresses to ensure they never compare as
9476         equal.
9477
9478         * tests/test-argp-2.sh (usage-indent test): Fix output
9479         (func_compare): Restore diff options
9480         * tests/test-argp.c: Restore #include "progname.h"
9481
9482 2007-04-29  Bruno Haible  <bruno@clisp.org>
9483
9484         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
9485         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9486         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
9487         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9488         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
9489         (configure.ac): Define CHECK_SNPRINTF_POSIX.
9490         (TESTS, check_PROGRAMS): Add test-snprintf.
9491         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
9492         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
9493         (TESTS, check_PROGRAMS): Add test-vsnprintf.
9494         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
9495         assertions that fail on HP-UX, OSF/1, or IRIX.
9496         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
9497
9498 2007-04-29  Bruno Haible  <bruno@clisp.org>
9499
9500         * MODULES.html.sh (posix_functions): Remove 'contents'.
9501
9502 2007-04-29  Karl Berry  <karl@gnu.org>
9503
9504         * config/srclist.txt (gendocs_template_min): new entry.
9505
9506 2007-04-29  Bruno Haible  <bruno@clisp.org>
9507
9508         Work around fpurge bug on BSD systems.
9509         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
9510         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
9511         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
9512         fpurge to rpl_fpurge if the system already has this function.
9513         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
9514         the case where the system already has this function. Correct invariants
9515         on BSD systems.
9516         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
9517         BSD systems.
9518
9519 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
9520
9521         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
9522         proposed by Sven Verdoolaege.
9523
9524         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
9525         options.
9526         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
9527         (usage and help tests): Update
9528
9529 2007-04-29  Bruno Haible  <bruno@clisp.org>
9530
9531         * tests/test-fflush.c (main): Use a file of size 17, not 10.
9532         Print more information in case of failure. Disable a test on BeOS.
9533
9534 2007-04-29  Bruno Haible  <bruno@clisp.org>
9535
9536         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
9537         This helps debugging on systems on which no gdb is available.
9538
9539 2007-04-29  Bruno Haible  <bruno@clisp.org>
9540
9541         * lib/freading.h: Improve comments.
9542         * lib/fwriting.h: Likewise.
9543         * tests/test-freading.c (main): Don't check freading immediately after
9544         repositioning. Needed for glibc.
9545
9546 2007-04-29  Bruno Haible  <bruno@clisp.org>
9547
9548         * lib/freading.c (freading): Trivial simplification.
9549
9550 2007-04-28  Bruno Haible  <bruno@clisp.org>
9551
9552         * tests/test-fwriting.c (main): Also test the interaction between
9553         fflush and fwriting.
9554         * modules/fwriting-tests (Depends-on): Add fflush.
9555
9556         * tests/test-freading.c (main): Also test the interaction between
9557         fflush and freading.
9558         * modules/freading-tests (Depends-on): Add fflush.
9559
9560 2007-04-28  Bruno Haible  <bruno@clisp.org>
9561
9562         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
9563         fseeko and ftello.
9564         Suggested by Eric Blake.
9565
9566 2007-04-28  Jim Meyering  <jim@meyering.net>
9567
9568         Avoid false-negative in gl_STDINT_H's C99 conformance test.
9569         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
9570         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
9571
9572 2007-04-27  Eric Blake  <ebb9@byu.net>
9573
9574         * doc/headers/assert.texi (assert.h): Document assert module use.
9575
9576 2007-04-27  Bruno Haible  <bruno@clisp.org>
9577
9578         * doc/headers/*.texi: New files.
9579         * doc/gnulib.texi (Header File Substitutes): New chapter.
9580         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
9581         dependencies.
9582         (standards.info ,standards.html, standards.dvi): Update dependencies.
9583         (mostlyclean, clean): New targets.
9584
9585 2007-04-27  Bruno Haible  <bruno@clisp.org>
9586
9587         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
9588         * modules/sysexits (Files, Makefile.am): Update.
9589
9590         * lib/sys_socket_.h: Renamed from lib/socket_.h.
9591         * modules/sys_socket (Files, Makefile.am): Update.
9592
9593         * lib/sys_stat_.h: Renamed from lib/stat_.h.
9594         * modules/sys_stat (Files, Makefile.am): Update.
9595
9596 2007-04-27  Eric Blake  <ebb9@byu.net>
9597
9598         * lib/freading.h: Improve comments.
9599         * lib/fwriting.h: Likewise.
9600         * lib/fflush.c: Likewise.
9601
9602         Fix closein for mingw.
9603         * modules/closein-tests: Add tests for closein.
9604         * tests/test-closein.c: New file.
9605         * tests/test-closein.sh: Likewise.
9606         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
9607         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
9608
9609 2007-04-27  Bruno Haible  <bruno@clisp.org>
9610
9611         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
9612         version is < 6.
9613         * lib/math_.h [__DECC]: Likewise.
9614         * lib/stdio_.h [__DECC]: Likewise.
9615         * lib/stdlib_.h [__DECC]: Likewise.
9616         * lib/string_.h [__DECC]: Likewise.
9617         * lib/time_.h [__DECC]: Likewise.
9618         * lib/wchar_.h [__DECC]: Likewise.
9619         * lib/wctype_.h [__DECC]: Likewise.
9620
9621 2007-04-27  Bruno Haible  <bruno@clisp.org>
9622
9623         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
9624
9625 2007-04-27  Bruno Haible  <bruno@clisp.org>
9626
9627         * lib/fflush.c: Add comments.
9628         * modules/fpurge-tests (Depends-on): Add fflush.
9629         * modules/freadable-tests (Depends-on): Likewise.
9630         * modules/fwritable-tests (Depends-on): Likewise.
9631
9632 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
9633
9634         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
9635         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
9636         Report by Bruno Haible <bruno@clisp.org>.
9637
9638 2007-04-26  Eric Blake  <ebb9@byu.net>
9639
9640         Fix fflush on mingw.
9641         * modules/fflush (Depends-on): Add freading.
9642         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
9643         but unread data.
9644
9645 2007-04-26  Eric Blake  <ebb9@byu.net>
9646         and Bruno Haible  <bruno@clisp.org>
9647
9648         Implement freading and fwriting.
9649         * lib/freading.c: New file.
9650         * lib/freading.h: Likewise.
9651         * m4/freading.m4: Likewise.
9652         * modules/freading: Likewise.
9653         * modules/freading-tests: Likewise.
9654         * tests/test-freading.c: Likewise.
9655         * lib/fwriting.c: New file.
9656         * lib/fwriting.h: Likewise.
9657         * m4/fwriting.m4: Likewise.
9658         * modules/fwriting: Likewise.
9659         * modules/fwriting-tests: Likewise.
9660         * tests/test-fwriting.c: Likewise.
9661         * MODULES.html.sh (File stream based Input/Output): Mention them.
9662
9663 2007-04-26  Bruno Haible  <bruno@clisp.org>
9664
9665         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
9666         'long' when we assume it.
9667         Suggested by Eric Blake.
9668
9669 2007-04-26  Bruno Haible  <bruno@clisp.org>
9670
9671         Ensure fseeko, ftello are declared on glibc systems.
9672         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
9673         * modules/fseeko (configure.ac-early): Likewise.
9674         * modules/ftello (configure.ac-early): Likewise.
9675         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
9676         AC_FUNC_FSEEKO for this.
9677         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
9678         (gl_CHECK_FSEEKO): Remove macro.
9679
9680 2007-04-26  Bruno Haible  <bruno@clisp.org>
9681
9682         * tests/test-fflush.c (main): Also check the ftell result after
9683         fflush and fseek/fseeko.
9684         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
9685         file descriptor position cache in the stream.
9686         * lib/fseeko.c (rpl_fseeko): Likewise.
9687
9688 2007-04-26  Bruno Haible  <bruno@clisp.org>
9689
9690         * modules/fflush-tests (Depends-on): Add fseeko.
9691
9692 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
9693             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9694
9695         * lib/argz_.h: ensure error_t definition is obtained in same
9696         mechanism system argz.h would have.
9697         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
9698         argz facilities are known bad.  Err on the side of caution if
9699         cross-compiling.
9700
9701 2007-04-25  Eric Blake  <ebb9@byu.net>
9702
9703         * lib/fpurge.c (includes): Use stdlib.h for free.
9704         * tests/test-fflush.c (main): Also test fflush-fseeko.
9705
9706 2007-04-25  Bruno Haible  <bruno@clisp.org>
9707
9708         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
9709         * lib/fseeko.c: New file.
9710         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
9711         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
9712         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
9713         gl_FUNC_FSEEKO.
9714         (gl_FUNC_FSEEKO): Invoke it.
9715         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
9716         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
9717         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
9718
9719 2007-04-25  Bruno Haible  <bruno@clisp.org>
9720
9721         * modules/fflush (Depends-on): Add ftello.
9722
9723 2007-04-25  Bruno Haible  <bruno@clisp.org>
9724
9725         * modules/ftello-tests: New file.
9726         * tests/test-ftello.c: New file.
9727
9728         * modules/ftello: New file.
9729         * m4/ftello.m4: New file.
9730         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
9731         HAVE_FTELLO.
9732         * lib/stdio_.h (ftello): New declaration.
9733         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
9734         HAVE_FTELLO.
9735
9736 2007-04-25  Bruno Haible  <bruno@clisp.org>
9737
9738         * modules/fseeko-tests: New file.
9739         * tests/test-fseeko.c: New file.
9740
9741         * modules/fseeko: New file.
9742         * m4/fseeko.m4: New file.
9743         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
9744         HAVE_FSEEKO.
9745         * lib/stdio_.h (fseeko): New declaration.
9746         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
9747         HAVE_FSEEKO.
9748
9749 2007-04-25  Bruno Haible  <bruno@clisp.org>
9750
9751         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
9752
9753 2007-04-25  Bruno Haible  <bruno@clisp.org>
9754
9755         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
9756         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
9757         * tests/test-unistd.c: Likewise.
9758         * tests/test-fcntl.c: Likewise.
9759
9760 2007-04-23  Eric Blake  <ebb9@byu.net>
9761
9762         * lib/fflush.c: Fix missing include.
9763         Reported by Bruno Haible.
9764
9765 2007-04-23  Bruno Haible  <bruno@clisp.org>
9766
9767         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
9768         Reported by Eric Blake.
9769
9770 2007-04-23  Bruno Haible  <bruno@clisp.org>
9771
9772         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
9773
9774 2007-04-23  Bruno Haible  <bruno@clisp.org>
9775
9776         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
9777
9778 2007-04-23  Bruno Haible  <bruno@clisp.org>
9779
9780         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
9781         Needed on HP-UX 11.
9782
9783 2007-04-16  Eric Blake  <ebb9@byu.net>
9784
9785         Make fflush rely on fpurge.
9786         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
9787         open coding all variants.
9788         * modules/fflush (Depends-on): Add fpurge and unistd.
9789         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
9790         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
9791
9792         Fix --with-tests compilation on cygwin.
9793         * modules/argmatch-tests (Makefile.am): List gnulib library first
9794         in LDADD.
9795         * modules/argp-tests (Makefile.am): Likewise.
9796         * modules/array-list-tests (Makefile.am): Likewise.
9797         * modules/array-oset-tests (Makefile.am): Likewise.
9798         * modules/avltree-list-tests (Makefile.am): Likewise.
9799         * modules/avltree-oset-tests (Makefile.am): Likewise.
9800         * modules/avltreehash-list-tests (Makefile.am): Likewise.
9801         * modules/carray-list-tests (Makefile.am): Likewise.
9802         * modules/dirname-tests (Makefile.am): Likewise.
9803         * modules/frexp-tests (Makefile.am): Likewise.
9804         * modules/isnanl-tests (Makefile.am): Likewise.
9805         * modules/linked-list-tests (Makefile.am): Likewise.
9806         * modules/linkedhash-list-tests (Makefile.am): Likewise.
9807         * modules/lock-tests (Makefile.am): Likewise.
9808         * modules/rbtree-list-tests (Makefile.am): Likewise.
9809         * modules/rbtree-oset-tests (Makefile.am): Likewise.
9810         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
9811         * modules/tls-tests (Makefile.am): Likewise.
9812         * modules/tsearch-tests (Makefile.am): Likewise.
9813         * modules/xvasprintf-tests (Makefile.am): Likewise.
9814
9815         Fix fpurge for cygwin.
9816         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
9817         value.
9818         * modules/fpurge-tests (Depends-on): Clean up trash.
9819
9820 2007-04-16  Simon Josefsson  <simon@josefsson.org>
9821
9822         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
9823
9824         * m4/autobuild.m4: Re-indent.
9825
9826 2007-04-13  Bruno Haible  <bruno@clisp.org>
9827
9828         * modules/fpurge-tests: New file.
9829         * tests/test-fpurge.c: New file.
9830
9831         * modules/fpurge: New file.
9832         * lib/fpurge.h: New file.
9833         * lib/fpurge.c: New file.
9834         * m4/fpurge.m4: New file.
9835
9836 2007-04-13  Bruno Haible  <bruno@clisp.org>
9837
9838         * modules/fbufmode-tests: New file.
9839         * tests/test-fbufmode.c: New file.
9840
9841         * modules/fbufmode: New file.
9842         * lib/fbufmode.h: New file.
9843         * lib/fbufmode.c: New file.
9844         * m4/fbufmode.m4: New file.
9845
9846 2007-04-13  Bruno Haible  <bruno@clisp.org>
9847
9848         * modules/fwritable-tests: New file.
9849         * tests/test-fwritable.c: New file.
9850
9851         * modules/fwritable: New file.
9852         * lib/fwritable.h: New file.
9853         * lib/fwritable.c: New file.
9854         * m4/fwritable.m4: New file.
9855
9856 2007-04-13  Bruno Haible  <bruno@clisp.org>
9857
9858         * modules/freadable-tests: New file.
9859         * tests/test-freadable.c: New file.
9860
9861         * modules/freadable: New file.
9862         * lib/freadable.h: New file.
9863         * lib/freadable.c: New file.
9864         * m4/freadable.m4: New file.
9865
9866 2007-04-13  Bruno Haible  <bruno@clisp.org>
9867
9868         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
9869         MOSTLYCLEANFILES.
9870
9871 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9872
9873         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
9874         gzip bootstrap.conf to avoid dragging in i18n machinery.
9875         (gnulib_tool_option): Use it.
9876
9877 2007-04-13  Bruno Haible  <bruno@clisp.org>
9878
9879         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
9880         %F directives.
9881         * tests/test-vasprintf-posix.c (test_function): Likewise.
9882         * tests/test-snprintf-posix.h (test_function): Likewise.
9883         * tests/test-sprintf-posix.h (test_function): Likewise.
9884         * tests/test-fprintf-posix.h (test_function): Likewise.
9885         * tests/test-printf-posix.h (test_function): Likewise.
9886         * tests/test-fprintf-posix.out: Likewise.
9887
9888 2007-04-13  Bruno Haible  <bruno@clisp.org>
9889
9890         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
9891         * modules/tls-tests (configure.ac): Likewise.
9892         Reported by Arto C. Nirkko <anirkko@insel.ch>.
9893
9894 2007-04-13  Bruno Haible  <bruno@clisp.org>
9895
9896         * lib/tls.c (glthread_tls_get): Fix return type.
9897         Patch by Arto C. Nirkko <anirkko@insel.ch>.
9898
9899 2007-04-12  Eric Blake  <ebb9@byu.net>
9900
9901         * modules/gettime (Depends-on): Remove gettime.
9902         Reported by Dmitry V. Levin.
9903
9904 2007-04-12  Bruno Haible  <bruno@clisp.org>
9905
9906         * modules/fflush (Include): Mention <stdio.h>.
9907         * modules/strtoimax (Include): Mention <inttypes.h>.
9908         * modules/strtoumax (Include): Likewise.
9909
9910 2007-04-12  Eric Blake  <ebb9@byu.net>
9911
9912         * .cvsignore: New file.
9913         * .gitignore: Likewise.
9914
9915 2007-04-12  Bruno Haible  <bruno@clisp.org>
9916
9917         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
9918         not before, since $(LDADD) often contains libgnu.a.
9919         * modules/striconv-tests (test_striconv_LDADD): Likewise.
9920         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
9921         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
9922         Needed on Cygwin.
9923
9924 2007-04-12  Eric Blake  <ebb9@byu.net>
9925
9926         Work around glibc's failure to flush stdin on fclose.
9927         * lib/closein.c (close_stdin): Flush stdin before closing.
9928
9929         Work around glibc's failure to reset seekable stdin on exit.
9930         * modules/closein: New module.
9931         * lib/closein.c: New file.
9932         * lib/closein.h: Likewise.
9933         * m4/closein.m4: Likewise.
9934         * MODULES.html.sh (File stream based Input/Output): Document it.
9935
9936 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9937
9938         * gnulib-tool: Rename generated 'autobuild' script to
9939         'do-autobuild' in --create-megatestdir output.
9940
9941         * doc/gnulib.texi (Build robot for gnulib): Fix.
9942
9943 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9944
9945         * modules/sysexits (Depends-on): Add absolute-header.
9946
9947 2007-04-12  Eric Blake  <ebb9@byu.net>
9948
9949         No need to preserve errno on success.
9950         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
9951         Reported by Bruno Haible.
9952
9953 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9954
9955         * MODULES.html.sh (Support for maintaining and releasing
9956         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
9957
9958 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9959
9960         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
9961
9962 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9963
9964         * modules/autobuild: New module.
9965
9966         * m4/autobuild.m4: New file.
9967
9968 2007-04-11  Bruno Haible  <bruno@clisp.org>
9969
9970         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
9971         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
9972         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
9973         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
9974         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9975         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9976         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9977         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9978         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9979         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9980         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
9981         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9982         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9983         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
9984         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9985         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9986         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
9987         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9988         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9989         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
9990         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9991         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9992         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
9993         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9994         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9995         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
9996         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9997         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9998         Reported by Eric Blake.
9999
10000 2007-04-11  Bruno Haible  <bruno@clisp.org>
10001
10002         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
10003
10004 2007-04-10  Bruno Haible  <bruno@clisp.org>
10005
10006         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
10007         for NaN and Infinity. Needed on FreeBSD 6.1.
10008         * tests/test-vasnprintf-posix.c (test_function): Undo last change
10009         regarding results for "%010a" of Infinity and NaN.
10010         * tests/test-vasprintf-posix.c (test_function): Likewise.
10011         * tests/test-snprintf-posix.h (test_function): Likewise.
10012         * tests/test-sprintf-posix.h (test_function): Likewise.
10013         * tests/test-fprintf-posix.h (test_function): Likewise.
10014         * tests/test-printf-posix.h (test_function): Likewise.
10015         * tests/test-fprintf-posix.out: Likewise.
10016
10017 2007-04-10  Bruno Haible  <bruno@clisp.org>
10018
10019         * modules/locale-tests: New file.
10020         * tests/test-locale.c: New file.
10021
10022         * modules/locale: New file.
10023         * lib/locale_.h: New file.
10024         * m4/locale_h.m4: New file.
10025
10026 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
10027             Bruno Haible  <bruno@clisp.org>
10028
10029         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
10030         be determined, test for availability of the copysignf, copysign,
10031         copysignl functions.
10032         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
10033         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
10034         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
10035
10036 2007-04-09  Eric Blake  <ebb9@byu.net>
10037
10038         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
10039         * modules/stdio (Makefile.am): Support fflush.
10040         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10041         * modules/fflush: New file.
10042         * lib/fflush.c: Likewise.
10043         * m4/fflush.m4: Likewise.
10044         * modules/fflush-tests: New test.
10045         * tests/test-fflush.c: Likewise.
10046         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
10047
10048 2007-04-06  Bruno Haible  <bruno@clisp.org>
10049
10050         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
10051         (VASNPRINTF): Use signbit for faster determination whether to print a
10052         minus sign.
10053         * modules/vasnprintf (Files): Remove lib/float+.h.
10054         * modules/fprintf-posix (Depends-on): Add signbit.
10055         * modules/snprintf-posix (Depends-on): Likewise.
10056         * modules/sprintf-posix (Depends-on): Likewise.
10057         * modules/vasnprintf-posix (Depends-on): Likewise.
10058         * modules/vasprintf-posix (Depends-on): Likewise.
10059         * modules/vfprintf-posix (Depends-on): Likewise.
10060         * modules/vsnprintf-posix (Depends-on): Likewise.
10061         * modules/vsprintf-posix (Depends-on): Likewise.
10062
10063 2007-04-06  Bruno Haible  <bruno@clisp.org>
10064
10065         * tests/test-frexp.c (main): Test also the sign bit of zero results.
10066         * tests/test-frexpl.c (main): Likewise.
10067         * tests/test-ldexpl.c (main): Likewise.
10068         * modules/frexp-tests (Depends-on): Add signbit.
10069         * modules/frexpl-tests (Depdends-on): Likewise.
10070         * modules/ldexpl-tests (Depdends-on): Likewise.
10071
10072 2007-04-06  Bruno Haible  <bruno@clisp.org>
10073
10074         * modules/signbit-tests: New file.
10075         * tests/test-signbit.c: New file.
10076
10077         * modules/signbit: New file.
10078         * lib/signbitf.c: New file.
10079         * lib/signbitd.c: New file.
10080         * lib/signbitl.c: New file.
10081         * m4/signbit.m4: New file.
10082         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
10083         (signbit): New macro.
10084         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
10085         REPLACE_SIGNBIT.
10086         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
10087         REPLACE_FREXPL into math.h.
10088
10089 2007-04-06  Bruno Haible  <bruno@clisp.org>
10090
10091         * modules/isnanf-nolibm-tests: New file.
10092         * tests/test-isnanf.c: New file.
10093
10094         * modules/isnanf-nolibm: New file.
10095         * lib/isnanf.h: New file.
10096         * lib/isnanf.c: New file.
10097         * lib/isnan.c: Consider the USE_FLOAT macro.
10098         * m4/isnanf.m4: New file.
10099
10100 2007-04-06  Bruno Haible  <bruno@clisp.org>
10101
10102         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
10103         (Link): New section.
10104
10105         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
10106
10107 2007-04-06  Bruno Haible  <bruno@clisp.org>
10108
10109         Assume the 'long double' type.
10110         * m4/longdouble.m4: Remove file.
10111         * config/srclist.txt: Don't mention longdouble.m4.
10112         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
10113         * lib/float+.h: Likewise.
10114         * lib/frexp.c: Likewise.
10115         * lib/printf-args.h: Likewise.
10116         * lib/printf-args.c: Likewise.
10117         * lib/printf-frexp.c: Likewise.
10118         * lib/printf-parse.c: Likewise.
10119         * lib/vasnprintf.c: Likewise.
10120         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
10121         * m4/intl.m4: Likewise.
10122         * m4/isnanl.m4: Likewise.
10123         * m4/printf.m4: Likewise.
10124         * m4/printf-frexpl.m4: Likewise.
10125         * m4/vasnprintf.m4: Likewise.
10126         * modules/allocsa (Files): Remove m4/longdouble.m4.
10127         * modules/gettext (Files): Likewise.
10128         * modules/relocatable-prog-wrapper (Files): Likewise.
10129         * modules/vasnprintf (Files): Likewise.
10130         * modules/isnanl (Files): Likewise.
10131         (Include): Simplify.
10132         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
10133         (Include): Simplify.
10134         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
10135         (Include): Simplify.
10136         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
10137         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10138         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
10139         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10140         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10141         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10142         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
10143         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10144         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10145         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10146         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
10147         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10148         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
10149         * tests/test-isnanl.c: Likewise.
10150         * tests/test-snprintf-posix.h: Likewise.
10151         * tests/test-sprintf-posix.h: Likewise.
10152         * tests/test-vasnprintf-posix.c: Likewise.
10153         * tests/test-vasnprintf-posix2.c: Likewise.
10154         * tests/test-vasprintf-posix.c: Likewise.
10155
10156 2007-04-06  Bruno Haible  <bruno@clisp.org>
10157
10158         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
10159         * lib/math_.h [__DECC]: Include the overridden include file through
10160         #include_next, outside the double-inclusion guard.
10161         * lib/stdio_.h [__DECC]: Likewise.
10162         * lib/stdlib_.h [__DECC]: Likewise.
10163         * lib/string_.h [__DECC]: Likewise.
10164         * lib/time_.h [__DECC]: Likewise.
10165         * lib/wchar_.h [__DECC]: Likewise.
10166         * lib/wctype_.h [__DECC]: Likewise.
10167         * lib/inttypes_.h [__DECC]: Likewise.
10168         Reported by Albert Chin <china@thewrittenword.com> in
10169         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
10170
10171 2007-04-04  Eric Blake  <ebb9@byu.net>
10172
10173         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
10174         1.5.x.
10175
10176 2007-04-04  Bruno Haible  <bruno@clisp.org>
10177
10178         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
10179         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
10180
10181 2007-04-04  Bruno Haible  <bruno@clisp.org>
10182
10183         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
10184         results for "%010a" of Infinity and NaN.
10185         * tests/test-vasprintf-posix.c (test_function): Likewise.
10186         * tests/test-snprintf-posix.h (test_function): Likewise.
10187         * tests/test-sprintf-posix.h (test_function): Likewise.
10188         * tests/test-fprintf-posix.h (test_function): Remove these tests.
10189         * tests/test-printf-posix.h (test_function): Likewise.
10190         * tests/test-fprintf-posix.out: Update.
10191         Needed for FreeBSD 6.1.
10192
10193 2007-04-04  Bruno Haible  <bruno@clisp.org>
10194
10195         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
10196         directly used by the gnulib modules nor by gnulib-tool.
10197
10198 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         * DEPENDENCIES: Give overall description of version dependency
10201         desirability.  Use more-typical names for apps.
10202         Add shell, coreutils, diffutils, grep, tar, gzip.
10203
10204 2007-04-04  Simon Josefsson  <simon@josefsson.org>
10205
10206         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
10207
10208 2007-04-04  Karl Berry  <karl@gnu.org>
10209
10210         * MODULES.html.sh (func_module): missing '.
10211
10212 2007-04-03  Bruno Haible  <bruno@clisp.org>
10213
10214         * modules/argmatch-tests (Makefile.am): New variable
10215         test_argmatch_LDADD.
10216         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
10217         * modules/array-list-tests (Makefile.am): New variable
10218         test_array_list_LDADD.
10219         * modules/array-oset-tests (Makefile.am): New variable
10220         test_array_oset_LDADD.
10221         * modules/avltree-list-tests (Makefile.am): New variable
10222         test_avltree_list_LDADD.
10223         * modules/avltree-oset-tests (Makefile.am): New variable
10224         test_avltree_oset_LDADD.
10225         * modules/avltreehash-list-tests (Makefile.am): New variable
10226         test_avltreehash_list_LDADD.
10227         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
10228         test_canonicalize_lgpl_LDADD.
10229         * modules/carray-list-tests (Makefile.am): New variable
10230         test_carray_list_LDADD.
10231         * modules/dirname-tests (Makefile.am): New variable
10232         test_dirname_LDADD.
10233         * modules/linked-list-tests (Makefile.am): New variable
10234         test_linked_list_LDADD.
10235         * modules/linkedhash-list-tests (Makefile.am): New variable
10236         test_linkedhash_list_LDADD.
10237         * modules/rbtree-list-tests (Makefile.am): New variable
10238         test_rbtree_list_LDADD.
10239         * modules/rbtree-oset-tests (Makefile.am): New variable
10240         test_rbtree_oset_LDADD.
10241         * modules/rbtreehash-list-tests (Makefile.am): New variable
10242         test_rbtreehash_list_LDADD.
10243         * modules/xvasprintf-tests (Makefile.am): New variable
10244         test_xvasprintf_LDADD.
10245         Reported by Eric Blake.
10246
10247 2007-04-03  Eric Blake  <ebb9@byu.net>
10248
10249         * DEPENDENCIES: Weaken m4 requirements.
10250
10251 2007-04-03  Bruno Haible  <bruno@clisp.org>
10252
10253         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
10254         * modules/isnanl-tests (configure.ac): Likewise.
10255
10256 2007-04-03  Ben Pfaff  <blp@gnu.org>
10257
10258         * modules/iconv_open: Add $(srcdir)/ to source directory
10259         references in Makefile fragments that call gperf, to fix VPATH
10260         builds.
10261
10262 2007-04-03  Bruno Haible  <bruno@clisp.org>
10263
10264         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
10265         * lib/ldexpl.c: Undo last change.
10266
10267 2007-04-03  Bruno Haible  <bruno@clisp.org>
10268
10269         * modules/printf-frexpl (Depends-on): Undo last change.
10270         (Files): Add m4/ldexpl.m4.
10271
10272 2007-04-03  Bruno Haible  <bruno@clisp.org>
10273
10274         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
10275         * modules/isnanl (Link): New section.
10276
10277         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
10278         * modules/frexp (Link): New section.
10279
10280         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
10281         * modules/frexpl (Link): New section.
10282
10283         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
10284         * modules/ldexpl (Link): New section.
10285
10286 2007-04-03  Bruno Haible  <bruno@clisp.org>
10287
10288         * modules/TEMPLATE-EXTENDED: New file.
10289         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
10290
10291 2007-04-03  Bruno Haible  <bruno@clisp.org>
10292
10293         * DEPENDENCIES: New file.
10294         Suggested by Simon Josefsson.
10295
10296 2007-04-03  Bruno Haible  <bruno@clisp.org>
10297
10298         * doc/gnulib.texi: Escape @.
10299
10300 2007-04-03  James Youngman  <jay@gnu.org>
10301         and Paul Eggert  <eggert@cs.ucla.edu>
10302
10303         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
10304         birthtime on all systems that have birthtime, not just those which
10305         use st_birthtimensec rather than st_birthtim.  Putting zero in
10306         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
10307         that the birth time is not available for files on an NFS mount.
10308
10309 2007-04-03  Simon Josefsson  <simon@josefsson.org>
10310
10311         * modules/memxor: Move back from crypto/, suggested by Bruno.
10312         * modules/crypto/hmac-sha1: Fix memxor dependency.
10313
10314         * modules/crypto/gc: Moved from ../.
10315
10316 2007-04-02  Eric Blake  <ebb9@byu.net>
10317
10318         * lib/ldexpl.c (includes): Avoid libm.
10319
10320         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
10321
10322 2007-04-02  Bruno Haible  <bruno@clisp.org>
10323
10324         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
10325         on IRIX.
10326
10327 2007-04-02  Bruno Haible  <bruno@clisp.org>
10328
10329         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
10330         x86 or x86_64 platforms running MacOS X.
10331         Reported by Ryan Schmidt <@ryandesign.com>.
10332
10333 2007-04-02  Bruno Haible  <bruno@clisp.org>
10334
10335         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
10336         i386.
10337
10338 2007-04-01  Simon Josefsson  <simon@josefsson.org>
10339
10340         * modules/crypto/arcfour: Moved from ../.
10341         * modules/crypto/arcfour-tests: Moved from ../.
10342         * modules/crypto/arctwo: Moved from ../.
10343         * modules/crypto/arctwo-tests: Moved from ../.
10344         * modules/crypto/des: Moved from ../.
10345         * modules/crypto/des-tests: Moved from ../.
10346         * modules/crypto/gc-arcfour: Moved from ../.
10347         * modules/crypto/gc-arcfour-tests: Moved from ../.
10348         * modules/crypto/gc-arctwo: Moved from ../.
10349         * modules/crypto/gc-arctwo-tests: Moved from ../.
10350         * modules/crypto/gc-des: Moved from ../.
10351         * modules/crypto/gc-des-tests: Moved from ../.
10352         * modules/crypto/gc-hmac-md5: Moved from ../.
10353         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
10354         * modules/crypto/gc-hmac-sha1: Moved from ../.
10355         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
10356         * modules/crypto/gc-md2: Moved from ../.
10357         * modules/crypto/gc-md2-tests: Moved from ../.
10358         * modules/crypto/gc-md4: Moved from ../.
10359         * modules/crypto/gc-md4-tests: Moved from ../.
10360         * modules/crypto/gc-md5: Moved from ../.
10361         * modules/crypto/gc-md5-tests: Moved from ../.
10362         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
10363         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
10364         * modules/crypto/gc-random: Moved from ../.
10365         * modules/crypto/gc-rijndael: Moved from ../.
10366         * modules/crypto/gc-rijndael-tests: Moved from ../.
10367         * modules/crypto/gc-sha1: Moved from ../.
10368         * modules/crypto/gc-sha1-tests: Moved from ../.
10369         * modules/crypto/gc-tests: Moved from ../.
10370         * modules/crypto/hmac-md5: Moved from ../.
10371         * modules/crypto/hmac-md5-tests: Moved from ../.
10372         * modules/crypto/hmac-sha1: Moved from ../.
10373         * modules/crypto/hmac-sha1-tests: Moved from ../.
10374         * modules/crypto/md2: Moved from ../.
10375         * modules/crypto/md2-tests: Moved from ../.
10376         * modules/crypto/md4: Moved from ../.
10377         * modules/crypto/md4-tests: Moved from ../.
10378         * modules/crypto/md5: Moved from ../.
10379         * modules/crypto/md5-tests: Moved from ../.
10380         * modules/crypto/memxor: Moved from ../.
10381         * modules/crypto/rijndael: Moved from ../.
10382         * modules/crypto/rijndael-tests: Moved from ../.
10383         * modules/crypto/sha1: Moved from ../.
10384
10385 2007-03-30  James Youngman  <jay@gnu.org>
10386
10387         * tests/test-stat-time.c (prepare_test): use chmod() rather than
10388         rename() to change the ctime of a file (because ctime is unaffected
10389         by rename on jfs2 on AIX 5.1).
10390         (main): Start by doing cleanup, in case a previous run failed leaving
10391         test files behind.
10392
10393 2007-03-31  Bruno Haible  <bruno@clisp.org>
10394
10395         Support old proprietary implementations of iconv.
10396         * modules/iconv_open: New file.
10397         * lib/iconv_.h: New file.
10398         * m4/iconv_h.m4: New file.
10399         * lib/iconv_open.c: New file.
10400         * lib/iconv_open-aix.gperf: New file.
10401         * lib/iconv_open-hpux.gperf: New file.
10402         * lib/iconv_open-irix.gperf: New file.
10403         * lib/iconv_open-osf.gperf: New file.
10404         * m4/iconv_open.m4: New file.
10405         * modules/linebreak (Depends-on): Add iconv_open.
10406         * modules/striconv (Depends-on): Likewise.
10407         * modules/striconveh (Depends-on): Likewise.
10408         * modules/unicodeio (Depends-on): Likewise.
10409         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
10410         (iconv_t)(-1).
10411         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
10412         conversion if cd is (iconv_t)(-1).
10413         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
10414         is not possible.
10415
10416 2007-03-31  Bruno Haible  <bruno@clisp.org>
10417
10418         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10419         work on Solaris either. Protect also second use of "autodetect_jp".
10420
10421 2007-03-31  Bruno Haible  <bruno@clisp.org>
10422
10423         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
10424         the function is not present.
10425
10426 2007-03-31  Bruno Haible  <bruno@clisp.org>
10427
10428         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
10429         the function is not present.
10430
10431 2007-03-31  Bruno Haible  <bruno@clisp.org>
10432
10433         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
10434         a bug in HP-UX iconv_open().
10435
10436 2007-03-31  Bruno Haible  <bruno@clisp.org>
10437
10438         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
10439         (Mathematics <math.h>): New section, add fpieee.
10440         (Input/output <stdio.h>): Add fseterr.
10441         (Mathematics <math.h>): New section, add printf-frexp.
10442         (Container data structures): Add sublist.
10443         (Core language properties): Add fpucw, inline.
10444         (Functions for greatest-width integer types <inttypes.h>): Add
10445         imaxabs, imaxdiv, inttypes.
10446         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
10447         isnanl-nolibm, ldexp.
10448         (Mathematics <math.h>): New section, add printf-frexpl.
10449         (Support for systems lacking POSIX:2001): Add fprintf-posix,
10450         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
10451         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
10452         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
10453         (Unicode string functions): Add unistr/u*-mbtoucr.
10454         (Java): Add javacomp-script, javaexec-script.
10455         (C#): Add csharpcomp-script, csharpexec-script.
10456         (Support for building libraries and executables): Add havelib,
10457         relocatable-*.
10458         (Support for maintaining and releasing projects): Renamed from
10459         'Support for maintaining and release projects'. Add announce-gen.
10460
10461 2007-03-31  Bruno Haible  <bruno@clisp.org>
10462
10463         * README: Talk primarily about git.
10464         (git and CVS): Renamed from CVS.
10465         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
10466         gnulib is available through git.
10467         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
10468
10469 2007-03-30  Bruno Haible  <bruno@clisp.org>
10470
10471         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
10472         * lib/poll_.h: Likewise.
10473         * lib/stat_.h: Likewise.
10474         * lib/sys_time_.h: Likewise.
10475         * lib/sysexit_.h: Likewise.
10476         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
10477         * lib/stdbool_.h: Likewise.
10478         * lib/byteswap_.h: Add double-inclusion guard.
10479
10480 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
10481
10482         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
10483
10484 2007-03-30  Karl Berry  <karl@gnu.org>
10485
10486         * config/srclist-update: double space after USA in the license
10487         substitution, since that's how it's usually (?) written.
10488
10489 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10490
10491         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
10492         reported by Bruno Haible.
10493
10494 2007-03-29  Bruno Haible  <bruno@clisp.org>
10495
10496         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
10497         a bug in AIX iconv().
10498
10499 2007-03-29  Bruno Haible  <bruno@clisp.org>
10500
10501         * modules/ldexpl-tests: New file.
10502         * tests/test-ldexpl.c: New file.
10503
10504 2007-03-29  Bruno Haible  <bruno@clisp.org>
10505
10506         * lib/ldexpl.c: Include fpucw.h.
10507         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
10508         multiplication.
10509         * modules/ldexpl (Depends-on): Add fpucw.
10510
10511 2007-03-29  Bruno Haible  <bruno@clisp.org>
10512
10513         * modules/ldexpl: New file.
10514         * m4/ldexpl.m4: New file.
10515         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
10516         set.
10517         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
10518         REPLACE_LDEXPL.
10519         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
10520         REPLACE_LDEXPL.
10521         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10522         gl_FUNC_LDEXPL_WORKS.
10523         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
10524         * modules/mathl (Files): Remove lib/ldexpl.c.
10525         (Depends-on): Add ldexpl.
10526
10527 2007-03-29  Bruno Haible  <bruno@clisp.org>
10528
10529         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
10530
10531 2007-03-29  Bruno Haible  <bruno@clisp.org>
10532
10533         * tests/test-striconveh.c (main): Don't assume that a direct conversion
10534         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
10535         and possibly also HP-UX.
10536         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10537         work on AIX, IRIX, HP-UX, OSF/1.
10538         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10539         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10540         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10541         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10542         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
10543         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10544
10545 2007-03-29  Bruno Haible  <bruno@clisp.org>
10546
10547         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
10548
10549 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10550
10551         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
10552         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
10553
10554 2007-03-29  Eric Blake  <ebb9@byu.net>
10555
10556         * lib/acl-internal.h: Remove redundant include.
10557         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
10558         Cygwin when a file is locked.
10559
10560 2007-03-29  Bruno Haible  <bruno@clisp.org>
10561
10562         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
10563         file.
10564         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
10565
10566 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10567
10568         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
10569         try to remove a parent directory if the child couldn't be removed
10570         (except for the first rmdir, which could fail because the child
10571         doesn't exist).  Problem reported by Jeff Blaine in
10572         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
10573
10574 2007-03-28  Bruno Haible  <bruno@clisp.org>
10575
10576         * lib/striconveh.c (utf8conv_carefully): New function.
10577         (mem_cd_iconveh_internal): Invoke it.
10578
10579 2007-03-28  Bruno Haible  <bruno@clisp.org>
10580
10581         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
10582         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
10583         input.
10584         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
10585         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
10586         unistr/u8-uctomb.
10587
10588 2007-03-28  Bruno Haible  <bruno@clisp.org>
10589
10590         * modules/unistr/u8-mbtoucr: New file.
10591         * lib/unistr/u8-mbtoucr.c: New file.
10592         * modules/unistr/u16-mbtoucr: New file.
10593         * lib/unistr/u16-mbtoucr.c: New file.
10594         * modules/unistr/u16-mbtoucr: New file.
10595         * lib/unistr/u16-mbtoucr.c: New file.
10596         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
10597
10598 2007-03-27  Simon Josefsson  <simon@josefsson.org>
10599             Bruno Haible  <bruno@clisp.org>
10600
10601         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
10602         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
10603         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
10604
10605         * m4/stdio_h.m4: Add stubs for vasprintf too.
10606
10607         * modules/stdio: Support vasprintf in sed command.
10608
10609         * modules/vasprintf: Depend on stdio for prototypes.  Remove
10610         vasprintf.h.  Add stdio module indicator.
10611
10612         * lib/stdio_.h: Declare asprintf and vasprintf, based on
10613         vasprintf.h.
10614
10615         * lib/vasprintf.h: File removed.
10616
10617         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
10618         * lib/vasprintf.c: Ditto.
10619         * lib/xvasprintf.c: Ditto.
10620         * tests/test-vasprintf-posix.c: Ditto.
10621         * tests/test-vasprintf.c: Ditto.
10622
10623 2007-03-27  Bruno Haible  <bruno@clisp.org>
10624
10625         Make vasnprintf multithread-safe.
10626         * lib/vasnprintf.c (decimal_point_char): New function.
10627         (VASNPRINTF): Use it.
10628         Suggested by Simon Josefsson.
10629
10630 2007-03-27  Eric Blake  <ebb9@byu.net>
10631
10632         Support sub-second birthtime on cygwin.
10633         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
10634         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
10635         (get_stat_birthtime): Also work with st_birthtim.
10636
10637 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
10638
10639         * lib/stat-time.h (USE_BIRTHTIME): Remove.
10640         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
10641         (get_stat_birthtime_ns): Do not try to use "spare" fields.
10642         (get_stat_birthtime_ns): Simplify compile-time tests.
10643         (get_stat_birthtime): Change the API to look like
10644         get_stat_mtime etc., except return a negative tv_nsec on error.
10645         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
10646         Don't check for "spare" fields.
10647         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
10648         or for struct stat.st_birthtime, as these tests aren't used.
10649         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
10650
10651 2007-03-27  Bruno Haible  <bruno@clisp.org>
10652
10653         * lib/stat-time.h: Include <sys/stat.h>.
10654
10655 2007-03-27  James Youngman  <jay@gnu.org>
10656
10657         * lib/stat-time.h (get_stat_birthtime): New function for
10658           retrieving st_birthtime as provided by UFS2 (hence *BSD).
10659         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
10660           and its variants.
10661         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
10662         * modules/stat-time-test: New file.
10663         * tests/test-stat-time.c: New test, devised by Bruno Haible.
10664
10665 2007-03-26  Bruno Haible  <bruno@clisp.org>
10666
10667         Better support of signalling NaNs.
10668         * lib/atanl.c: Include isnanl.h.
10669         (atanl): Perform test for NaN at the beginning of the function and
10670         through a call to isnanl.
10671         * lib/cosl.c: Include isnanl.h.
10672         (cosl): Perform test for NaN at the beginning of the function and
10673         through a call to isnanl.
10674         * lib/ldexpl.c: Include isnanl.h.
10675         (ldexpl): Perform test for NaN through a call to isnanl.
10676         * lib/logl.c: Include isnanl.h.
10677         (logl): Perform test for NaN at the beginning of the function and
10678         through a call to isnanl.
10679         * lib/sinl.c: Include isnanl.h.
10680         (sinl): Perform test for NaN at the beginning of the function and
10681         through a call to isnanl.
10682         * lib/sqrtl.c: Include isnanl.h.
10683         (sqrtl): Perform test for NaN at the beginning of the function and
10684         through a call to isnanl.
10685         * lib/tanl.c: Include isnanl.h.
10686         (tanl): Perform test for NaN at the beginning of the function and
10687         through a call to isnanl.
10688         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
10689         * modules/mathl (Depends-on): Add isnanl.
10690
10691 2007-03-26  Eric Blake  <ebb9@byu.net>
10692
10693         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
10694         regression in logic sense of previous patch.
10695
10696 2007-03-26  Bruno Haible  <bruno@clisp.org>
10697
10698         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
10699         unportable shell command "if ! ...".
10700         Reported by Ralf Wildenhues.
10701
10702 2007-03-25  Bruno Haible  <bruno@clisp.org>
10703
10704         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
10705         <sysexits.h> file, and only add EX_CONFIG.
10706         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
10707         absolute file name and whether it is sufficient. Substitute also
10708         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
10709         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
10710         ABSOLUTE_SYSEXITS_H into sysexits.h.
10711
10712 2007-03-25  Bruno Haible  <bruno@clisp.org>
10713
10714         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
10715         hints is NULL.
10716
10717 2007-03-25  Bruno Haible  <bruno@clisp.org>
10718
10719         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
10720         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
10721
10722 2007-03-25  Bruno Haible  <bruno@clisp.org>
10723
10724         * lib/vasnprintf.c: Include langinfo.h.
10725         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
10726         multithread-safe.
10727         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
10728         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
10729         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10730         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10731         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10732         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10733         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10734         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
10735         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10736         Reported by Simon Josefsson.
10737
10738 2007-03-25  Bruno Haible  <bruno@clisp.org>
10739
10740         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
10741         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
10742         * modules/vasnprintf (Depends-on): Add stdint.
10743
10744 2007-03-25  Bruno Haible  <bruno@clisp.org>
10745
10746         * modules/fpieee: New file.
10747         * m4/fpieee.m4: New file.
10748         * modules/isnan-nolibm (Depends-on): Add fpieee.
10749         * modules/isnanl-nolibm (Depends-on): Add fpieee.
10750         * modules/isnanl (Depends-on): Add fpieee.
10751
10752 2007-03-25  Bruno Haible  <bruno@clisp.org>
10753
10754         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
10755
10756 2007-03-25  Bruno Haible  <bruno@clisp.org>
10757
10758         Avoid test failures on IRIX 6.5.
10759         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
10760         (main): Use it.
10761         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
10762         macros.
10763         (main): Use them.
10764
10765 2007-03-25  Bruno Haible  <bruno@clisp.org>
10766
10767         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
10768         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
10769         exists but doesn't work.
10770         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
10771         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
10772         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
10773         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
10774
10775 2007-03-25  Bruno Haible  <bruno@clisp.org>
10776
10777         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
10778         returns inf. Needed on IRIX 6.5.
10779
10780 2007-03-25  Bruno Haible  <bruno@clisp.org>
10781
10782         * tests/test-frexpl.c: Include isnanl-nolibm.h.
10783         (main): Use isnanl instead of x != x idiom.
10784         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
10785
10786         * tests/test-frexp.c: Include isnan.h.
10787         (main): Use isnan instead of x != x idiom.
10788         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
10789
10790 2007-03-25  Bruno Haible  <bruno@clisp.org>
10791
10792         * tests/test-frexp.c (NaN): New function/macro.
10793         (main): Use it instead of 0.0 / 0.0.
10794         * tests/test-isnan.c (NaN): New function/macro.
10795         (main): Use it instead of 0.0 / 0.0.
10796         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
10797         (test_function): Use it instead of 0.0 / 0.0.
10798         * tests/test-vasprintf-posix.c (NaN): New function/macro.
10799         (test_function): Use it instead of 0.0 / 0.0.
10800         * tests/test-snprintf-posix.h (NaN): New function/macro.
10801         (test_function): Use it instead of 0.0 / 0.0.
10802         * tests/test-sprintf-posix.h (NaN): New function/macro.
10803         (test_function): Use it instead of 0.0 / 0.0.
10804         * tests/test-fprintf-posix.h (NaN): New function/macro.
10805         (test_function): Use it instead of 0.0 / 0.0.
10806         * tests/test-printf-posix.h (NaN): New function/macro.
10807         (test_function): Use it instead of 0.0 / 0.0.
10808
10809         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
10810
10811 2007-03-25  Bruno Haible  <bruno@clisp.org>
10812
10813         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
10814
10815 2007-03-25  Bruno Haible  <bruno@clisp.org>
10816
10817         * lib/regexec.c (merge_state_with_log): Make static.
10818
10819 2007-03-25  Bruno Haible  <bruno@clisp.org>
10820
10821         * lib/trigl.c (kernel_rem_pio2): Make static.
10822
10823 2007-03-25  Bruno Haible  <bruno@clisp.org>
10824
10825         * lib/sincosl.c (sincosl_table): Make static.
10826
10827 2007-03-25  Bruno Haible  <bruno@clisp.org>
10828
10829         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
10830         if the compiler does not support C99.
10831
10832 2007-03-25  Bruno Haible  <bruno@clisp.org>
10833
10834         * modules/time (Makefile.am): Ensure all rule action lines start with a
10835         tab.
10836
10837 2007-03-24  Bruno Haible  <bruno@clisp.org>
10838
10839         * modules/tsearch-tests: New file.
10840         * tests/test-tsearch.sh: New file.
10841         * tests/test-tsearch.c: New file, mostly copied from glibc.
10842
10843         * modules/search-tests: New file.
10844         * tests/test-search.c: New file.
10845
10846         * modules/search: New file.
10847         * lib/search_.h: New file, incorporating lib/tsearch.h.
10848         * m4/search_h.m4: New file.
10849         * lib/tsearch.h: Remove file.
10850         * lib/tsearch.c: Include search.h instead of tsearch.h.
10851         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
10852         HAVE_TSEARCH.
10853         * modules/tsearch (Files): Remove lib/tsearch.h.
10854         (Depends-on): Add search.
10855         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
10856         (Include): Change tsearch.h into search.h.
10857
10858 2007-03-24  Bruno Haible  <bruno@clisp.org>
10859
10860         * modules/fpucw: New file.
10861         * lib/fpucw.h: New file.
10862         * lib/frexp.c: Include fpucw.h.
10863         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10864         (FUNC): Use them.
10865         * lib/printf-frexp.c: Include fpucw.h.
10866         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10867         (FUNC): Use them.
10868         * lib/vasnprintf.c: Include fpucw.h.
10869         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
10870         'long double' calculations.
10871         * tests/test-frexpl.c: Include fpucw.h.
10872         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10873         * tests/test-printf-frexpl.c: Include fpucw.h.
10874         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10875         * modules/frexpl (Depends-on): Add fpucw.
10876         * modules/printf-frexpl (Depends-on): Likewise.
10877         * modules/fprintf-posix (Depends-on): Likewise.
10878         * modules/snprintf-posix (Depends-on): Likewise.
10879         * modules/sprintf-posix (Depends-on): Likewise.
10880         * modules/vasnprintf-posix (Depends-on): Likewise.
10881         * modules/vasprintf-posix (Depends-on): Likewise.
10882         * modules/vfprintf-posix (Depends-on): Likewise.
10883         * modules/vsnprintf-posix (Depends-on): Likewise.
10884         * modules/vsprintf-posix (Depends-on): Likewise.
10885         * modules/frexpl-tests (Depends-on): Likewise.
10886         * modules/printf-frexpl-tests (Depends-on): Likewise.
10887
10888 2007-03-24  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/float+.h: New file.
10891         * lib/isnan.c: Include float+.h.
10892         (SIZE): New macro.
10893         (FUNC): Compare only SIZE bytes of the value.
10894         * lib/vasnprintf.c: Include float+.h.
10895         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
10896         SIZEOF_LDBL or SIZEOF_DBL bytes.
10897         * modules/isnan-nolibm (Files): Add lib/float+.h.
10898         * modules/isnanl-nolibm (Files): Add lib/float+.h.
10899         * modules/isnanl (Files): Add lib/float+.h.
10900         * modules/vasnprintf (Files): Add lib/float+.h.
10901
10902 2007-03-24  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
10905         include isnanl-nolibm.h.
10906
10907 2007-03-24  Bruno Haible  <bruno@clisp.org>
10908
10909         * tests/test-read-file.c (main): Don't produce spurious output for
10910         expected situations. Make the test fail if it encountered unexpected
10911         results.
10912
10913 2007-03-24  Bruno Haible  <bruno@clisp.org>
10914
10915         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
10916         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
10917
10918 2007-03-24  Bruno Haible  <bruno@clisp.org>
10919
10920         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
10921
10922 2007-03-24  Bruno Haible  <bruno@clisp.org>
10923
10924         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
10925         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
10926
10927         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
10928         * modules/utf8-ucs4: Turn into a symbolic link to module
10929         unistr/u8-mbtouc.
10930
10931         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
10932         utf8-ucs4-unsafe.
10933         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
10934         unistr/u8-mbtouc-unsafe.
10935
10936         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
10937         * modules/utf16-ucs4: Turn into a symbolic link to module
10938         unistr/u16-mbtouc.
10939
10940         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
10941         utf16-ucs4-unsafe.
10942         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
10943         unistr/u16-mbtouc-unsafe.
10944
10945         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
10946         * modules/ucs4-utf8: Turn into a symbolic link to module
10947         unistr/u8-ubtomb.
10948
10949         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
10950         * modules/ucs4-utf16: Turn into a symbolic link to module
10951         unistr/u16-ubtomb.
10952
10953 2007-03-24  Bruno Haible  <bruno@clisp.org>
10954
10955         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
10956         Enable the function only if HAVE_INLINE.
10957         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
10958         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10959         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
10960         Enable the function only if HAVE_INLINE.
10961         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
10962         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10963         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
10964         Enable the function only if HAVE_INLINE.
10965         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
10966         Enable the function only if HAVE_INLINE.
10967         * modules/utf8-ucs4: Update.
10968         * modules/utf8-ucs4-unsafe: Update.
10969         * modules/utf16-ucs4: Update.
10970         * modules/utf16-ucs4-unsafe: Update.
10971         * modules/ucs4-utf8: Update.
10972         * modules/ucs4-utf16: Update.
10973
10974 2007-03-24  Bruno Haible  <bruno@clisp.org>
10975
10976         * lib/utf8-ucs4.h: Remove file.
10977         * lib/utf8-ucs4-unsafe.h: Remove file.
10978         * lib/utf16-ucs4.h: Remove file.
10979         * lib/utf16-ucs4-unsafe.h: Remove file.
10980         * lib/ucs4-utf8.h: Remove file.
10981         * lib/ucs4-utf16.h: Remove file.
10982         * lib/unistr.h: Include their previous contents.
10983         * m4/utf-ucs4.m4: Remove file.
10984         * m4/ucs4-utf.m4: Remove file.
10985         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
10986         (Depends-on): Add unistr/base.
10987         (configure.ac): Remove gl_UTF_UCS4.
10988         (Makefile.am): Update.
10989         (Include): Change to unistr.h.
10990         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
10991         (Depends-on): Add unistr/base.
10992         (configure.ac): Remove gl_UTF_UCS4.
10993         (Makefile.am): Update.
10994         (Include): Change to unistr.h.
10995         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
10996         (Depends-on): Add unistr/base.
10997         (configure.ac): Remove gl_UTF_UCS4.
10998         (Makefile.am): Update.
10999         (Include): Change to unistr.h.
11000         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
11001         (Depends-on): Add unistr/base.
11002         (configure.ac): Remove gl_UTF_UCS4.
11003         (Makefile.am): Update.
11004         (Include): Change to unistr.h.
11005         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
11006         (Depends-on): Add unistr/base.
11007         (configure.ac): Remove gl_UCS4_UTF.
11008         (Makefile.am): Update.
11009         (Include): Change to unistr.h.
11010         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
11011         (Depends-on): Add unistr/base.
11012         (configure.ac): Remove gl_UCS4_UTF.
11013         (Makefile.am): Update.
11014         (Include): Change to unistr.h.
11015         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
11016         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
11017         utf8-ucs4-unsafe.h.
11018         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
11019         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
11020         utf16-ucs4-unsafe.h.
11021         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
11022         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
11023         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
11024         * lib/unistr/u8-strchr.c: Likewise.
11025         * lib/unistr/u8-strrchr.c: Likewise.
11026         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
11027         * lib/unistr/u16-strchr.c: Likewise.
11028         * lib/unistr/u16-strrchr.c: Likewise.
11029         * lib/striconveh.c: Update.
11030         * lib/linebreak.c: Update.
11031
11032 2007-03-24  Bruno Haible  <bruno@clisp.org>
11033
11034         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
11035         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
11036
11037 2007-03-22  Bruno Haible  <bruno@clisp.org>
11038
11039         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
11040
11041 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
11042
11043         * MODULES.html.sh (File system functions): New module write-any-file.
11044         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
11045         * m4/write-any-file.m4: New files.
11046
11047 2007-03-23  Eric Blake  <ebb9@byu.net>
11048
11049         * gnulib-tool: Rearrange space-tab sequences, since some editors
11050         like to eat them.
11051
11052 2007-03-23  Eric Blake  <ebb9@byu.net>
11053
11054         * lib/version-etc.c (version_etc_va): Update license wording to
11055         be more concise.  Recommended by Richard Stallman.
11056
11057 2007-03-22  Bruno Haible  <bruno@clisp.org>
11058
11059         * lib/poll.c (MSG_PEEK): New fallback definition.
11060
11061 2007-03-22  Bruno Haible  <bruno@clisp.org>
11062
11063         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
11064         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
11065         (main): Update.
11066         Fixes a compilation error on BeOS.
11067
11068 2007-03-22  Bruno Haible  <bruno@clisp.org>
11069
11070         * modules/frexpl-tests: New file.
11071         * tests/test-frexpl.c: New file.
11072
11073         * modules/frexpl: New file.
11074         * m4/frexpl.m4: New file.
11075         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
11076         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
11077         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
11078         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
11079         (Depends-on): Add frexpl. Remove isnanl-nolibm.
11080         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
11081
11082 2007-03-22  Bruno Haible  <bruno@clisp.org>
11083
11084         * lib/frexpl.c: Share code with lib/frexp.c.
11085         * modules/mathl (Files): Add lib/frexp.c.
11086         (Depends-on): Add isnanl-nolibm.
11087
11088 2007-03-22  Bruno Haible  <bruno@clisp.org>
11089
11090         * modules/printf-frexp (Files): Add m4/frexp.m4.
11091         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
11092         only if the found frexp function actually works.
11093
11094 2007-03-22  Bruno Haible  <bruno@clisp.org>
11095
11096         * lib/frexp.c: Remove older implementation that uses divisions.
11097
11098 2007-03-21  Bruno Haible  <bruno@clisp.org>
11099
11100         * modules/frexp-tests: New file.
11101         * tests/test-frexp.c: New file.
11102
11103         * modules/frexp: New file.
11104         * lib/frexp.c: New file.
11105         * m4/frexp.m4: New file.
11106         * lib/math_.h (frexp): New declaration.
11107         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
11108         REPLACE_FREXP.
11109         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
11110
11111 2007-03-21  Bruno Haible  <bruno@clisp.org>
11112
11113         * modules/isnanl-tests: New file.
11114         * tests/test-isnanl.c: New file.
11115
11116         * modules/isnanl: New file.
11117         * lib/isnanl.h: New file.
11118         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
11119         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
11120         gl_FUNC_ISNANL_WORKS.
11121         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
11122         New macros.
11123
11124 2007-03-21  Bruno Haible  <bruno@clisp.org>
11125
11126         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
11127         lib/isnanl.h.
11128         (Include): Update.
11129         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
11130         * lib/vasnprintf.c: Update.
11131         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
11132         tests/test-isnanl.h, remove tests/test-isnanl.c.
11133         (Makefile.am): Update.
11134         * tests/test-isnanl-nolibm.c: New file.
11135         * tests/test-isnanl.h: New file.
11136         * tests/test-isnanl.c: Remove file.
11137
11138 2007-03-21  Jim Meyering  <jim@meyering.net>
11139
11140         When trying to open ".", treat ESTALE like EACCES.
11141         * lib/savewd.c (savewd_save): Resort to forking not just upon
11142         failure with EACCES, but also when errno is ESTALE.
11143
11144 2007-03-20  Bruno Haible  <bruno@clisp.org>
11145
11146         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
11147         Needed on AIX 5.1. Reported by Matthew Woehlke.
11148
11149 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11150
11151         Suggestions by Bruno Haible:
11152         * lib/acl-internal.h: Include "gettext.h" rather than rolling
11153         our own.
11154         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
11155         * modules/acl (Depends-on): Add gettext.
11156
11157 2007-03-19  Bruno Haible  <bruno@clisp.org>
11158
11159         * modules/iconvme: Remove file.
11160         * lib/iconvme.h: Remove file.
11161         * lib/iconvme.c: Remove file.
11162         * m4/iconvme.m4: Remove file.
11163
11164 2007-03-19  Bruno Haible  <bruno@clisp.org>
11165
11166         * doc/relocatable-maint.texi: Break long shell script line.
11167         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11168
11169 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11170
11171         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
11172         handle file_has_acl.
11173         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
11174         * lib/acl.c: Move header inclusions and related macro defns into
11175         lib/acl-internal.h.
11176         (S_ISLNK): Remove defn, since that's now done for us.
11177         (file_has_acl): Move to lib/file-has-acl.c.
11178         Call acl_trivial if available.  This is the crucial part of the fix.
11179         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
11180         shared within the library.  Rewrite a bit, partly to make it compatible
11181         with the GNU coding style.
11182         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
11183         Remove unnecessary double-quotes.
11184         Don't test for acl_to_text; the build will catch that.
11185         Replace acl_entries if it doesn't exist and it is needed.
11186         Check for -lsec and acl_trivial (as used on Solaris 10).
11187         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
11188         lib/file-has-acl.c.
11189         (Depends-on): Add sys_stat, for S_ISLNK.
11190
11191 2007-03-19  Ben Pfaff  <blp@gnu.org>
11192
11193         * doc/gnulib.texi: Fix typos.
11194         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11195
11196 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11197
11198         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
11199         If size is zero here, buf must be zero.
11200
11201 2007-03-19  Simon Josefsson  <simon@josefsson.org>
11202
11203         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
11204         <bruno@clisp.org>.
11205
11206 2007-03-18  Bruno Haible  <bruno@clisp.org>
11207
11208         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
11209         Suggested by Eric Blake.
11210
11211 2007-03-18  Ben Pfaff  <blp@gnu.org>
11212
11213         * doc/relocatable.texi: Recommend using as prefix a directory
11214         that does not exist and will never be created.  Based on
11215         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
11216         and others.
11217
11218 2007-03-17  Bruno Haible  <bruno@clisp.org>
11219
11220         * lib/fchownat.c: Include lchown.h.
11221
11222 2007-03-17  Bruno Haible  <bruno@clisp.org>
11223
11224         Fix endless loop when the given allocated size was > INT_MAX.
11225         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
11226         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
11227         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
11228         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
11229         * lib/sprintf.c (sprintf): Likewise.
11230
11231 2007-03-17  Bruno Haible  <bruno@clisp.org>
11232
11233         * tests/test-argp-2.sh (func_compare): Output a context diff.
11234
11235 2007-03-17  Bruno Haible  <bruno@clisp.org>
11236
11237         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
11238         locale's decimal-point character.
11239
11240 2007-03-17  Bruno Haible  <bruno@clisp.org>
11241
11242         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
11243         before comparing it. Needed because on some platforms (e.g. x86) a
11244         'long double' occupies less bytes than sizeof (long double).
11245
11246 2007-03-17  Bruno Haible  <bruno@clisp.org>
11247
11248         * tests/test-crc.c (main): Make printf statements 64-bit clean.
11249         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
11250         * tests/test-getaddrinfo.c (simple): Likewise.
11251         * tests/test-read-file.c (main): Likewise.
11252
11253 2007-03-17  Bruno Haible  <bruno@clisp.org>
11254
11255         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
11256
11257 2007-03-17  Bruno Haible  <bruno@clisp.org>
11258
11259         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
11260         unused variable.
11261
11262 2007-03-17  Bruno Haible  <bruno@clisp.org>
11263
11264         * tests/test-c-strcasecmp.c: Include c-strcase.h.
11265         * tests/test-c-strncasecmp.c: Likewise.
11266
11267 2007-03-17  Bruno Haible  <bruno@clisp.org>
11268
11269         * modules/stdlib (Depends-on): Add unistd.
11270         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
11271         Needed for MacOS X 10.3.
11272
11273 2007-03-17  Bruno Haible  <bruno@clisp.org>
11274
11275         * lib/unistr/u-strdup.h: Include <stdlib.h>.
11276
11277 2007-03-17  Bruno Haible  <bruno@clisp.org>
11278
11279         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
11280
11281 2007-03-17  Bruno Haible  <bruno@clisp.org>
11282
11283         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
11284         to reflect files copied from gnulib (with or without modifications).
11285         Suggested by Jim Meyering.
11286
11287 2007-03-17  Eric Blake  <ebb9@byu.net>
11288
11289         * NEWS: Document stdlib change from 2007-02-18.
11290
11291 2007-03-17  Jim Meyering  <jim@meyering.net>
11292
11293         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
11294         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
11295         someone uses a name containing shell meta-characters.
11296         Reported by Alfred M. Szmidt.
11297
11298         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
11299
11300 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11301
11302         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
11303         and copy gettext configuration files only if configure.ac contains
11304         a use of AM_GNU_GETTEXT_VERSION.
11305
11306 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11307
11308         * build-aux/bootstrap (gnulib_name): New variable.
11309         (gnulib_tool_options): Use it.
11310
11311 2007-03-13  Simon Josefsson  <simon@josefsson.org>
11312
11313         * tests/test-des.c: Use new namespace.
11314
11315 2007-03-15  Bruno Haible  <bruno@clisp.org>
11316
11317         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
11318         Reported by James Youngman <jay@gnu.org>.
11319
11320 2007-03-15  Bruno Haible  <bruno@clisp.org>
11321
11322         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
11323         declared prototype. Needed with cc on OSF/1 5.1.
11324
11325 2007-03-15  Bruno Haible  <bruno@clisp.org>
11326
11327         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
11328         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
11329         (struct gl_list_implementation): Add dispose_fn argument to the
11330         'create_empty', 'create' methods.
11331         (struct gl_list_impl_base): Add field 'dispose_fn'.
11332         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
11333         argument.
11334         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
11335         dispose_fn argument.
11336         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
11337         dispose_fn on the dropped values.
11338         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
11339         dispose_fn argument.
11340         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
11341         dropped values.
11342         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
11343         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11344         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
11345         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11346         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
11347         argument.
11348         (gl_tree_list_free): Call dispose_fn on the dropped values.
11349         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
11350         the dropped values.
11351         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11352         Add dispose_fn argument.
11353         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
11354         Call dispose_fn on the dropped values.
11355         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
11356         Add dispose_fn argument.
11357         (gl_sublist_create): Initialize the 'dispose_fn' field.
11358         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
11359         * tests/test-array_list.c (main): Update.
11360         * tests/test-carray_list.c (main): Update.
11361         * tests/test-avltree_list.c (main): Update.
11362         * tests/test-rbtree_list.c (main): Update.
11363         * tests/test-avltreehash_list.c (main): Update.
11364         * tests/test-rbtreehash_list.c (main): Update.
11365         * tests/test-linked_list.c (main): Update.
11366         * tests/test-linkedhash_list.c (main): Update.
11367         * tests/test-array_oset.c (main): Update.
11368
11369 2007-03-15  Bruno Haible  <bruno@clisp.org>
11370
11371         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
11372         (gl_oset_create_empty): Add dispose_fn argument.
11373         (struct gl_oset_implementation): Add dispose_fn argument to
11374         'create_empty' method.
11375         (struct gl_oset_impl_base): Add dispose_fn field.
11376         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
11377         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
11378         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
11379         values.
11380         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
11381         (gl_tree_oset_free): Call dispose_fn on the dropped values.
11382         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11383         dropped value.
11384         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11385         dropped value.
11386         * tests/test-array_oset.c (main): Update.
11387         * tests/test-avltree_oset.c (main): Update.
11388         * tests/test-rbtree_oset.c (main): Update.
11389         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
11390
11391 2007-03-13  Bruno Haible  <bruno@clisp.org>
11392
11393         * tests/test-stdbool.c (i): Update after last patch.
11394
11395 2007-03-12  Bruno Haible  <bruno@clisp.org>
11396
11397         * lib/quotearg.c: Include <wctype.h> early, before the definition of
11398         the iswprint macro. Needed on Solaris 2.5.1.
11399
11400 2007-03-12  Bruno Haible  <bruno@clisp.org>
11401
11402         * tests/test-printf-frexp.c (main): Declare x as volatile.
11403
11404 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11405
11406         * doc/gnulib.texi (Build robot for gnulib): New section.
11407
11408 2007-03-12  Jim Meyering  <jim@meyering.net>
11409
11410         * build-aux/bootstrap: New file.
11411         * build-aux/bootstrap.conf: New file, from coreutils.
11412
11413 2007-03-11  Bruno Haible  <bruno@clisp.org>
11414
11415         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
11416
11417 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11418
11419         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
11420         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
11421         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
11422
11423 2007-03-11  Bruno Haible  <bruno@clisp.org>
11424
11425         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
11426         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
11427
11428 2007-03-11  Bruno Haible  <bruno@clisp.org>
11429
11430         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
11431         formula. Needed for SunPRO C 5.0.
11432
11433 2007-03-11  Bruno Haible  <bruno@clisp.org>
11434
11435         * modules/long-options (Depends-on): Add getopt.
11436
11437 2007-03-11  Bruno Haible  <bruno@clisp.org>
11438
11439         * modules/modechange (Depends-on): Add stdbool.
11440
11441 2007-03-11  Bruno Haible  <bruno@clisp.org>
11442
11443         * modules/i-ring (Depends-on): Add stdbool.
11444
11445 2007-03-11  Bruno Haible  <bruno@clisp.org>
11446
11447         * modules/gc-des (Depends-on): Add stdbool.
11448
11449 2007-03-11  Bruno Haible  <bruno@clisp.org>
11450
11451         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
11452
11453 2007-03-11  Bruno Haible  <bruno@clisp.org>
11454
11455         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
11456
11457 2007-03-11  Bruno Haible  <bruno@clisp.org>
11458
11459         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
11460
11461 2007-03-11  Bruno Haible  <bruno@clisp.org>
11462
11463         * lib/vasnprintf.c (sprintf): Undefine.
11464
11465 2007-03-11  Bruno Haible  <bruno@clisp.org>
11466
11467         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
11468         initializers in SunPRO C and Compaq C compilers.
11469
11470 2007-03-11  Bruno Haible  <bruno@clisp.org>
11471
11472         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
11473         decrementing code ANSI C compliant.
11474
11475 2007-03-11  Bruno Haible  <bruno@clisp.org>
11476
11477         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
11478         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
11479
11480 2007-03-11  Bruno Haible  <bruno@clisp.org>
11481
11482         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
11483         <stdbool.h> substitute doesn't pass.
11484
11485 2007-03-11  Bruno Haible  <bruno@clisp.org>
11486
11487         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
11488
11489 2007-03-11  Bruno Haible  <bruno@clisp.org>
11490
11491         * gnulib-tool (func_create_megatestdir): Create also an autobuild
11492         script, for submission to autobuild.josefsson.org.
11493
11494 2007-03-10  Bruno Haible  <bruno@clisp.org>
11495
11496         * modules/canonicalize-lgpl-tests: New file.
11497         * tests/test-canonicalize-lgpl.sh: New file.
11498         * tests/test-canonicalize-lgpl.c: New file.
11499
11500         * modules/c-strcase-tests: New file.
11501         * tests/test-c-strcase.sh: New file.
11502         * tests/test-c-strcasecmp.c: New file.
11503         * tests/test-c-strncasecmp.c: New file.
11504
11505         * modules/atexit-tests: New file.
11506         * tests/test-atexit.sh: New file.
11507         * tests/test-atexit.c: New file.
11508
11509 2007-03-10  Bruno Haible  <bruno@clisp.org>
11510
11511         * tests/test-binary-io.sh: Use temporary filenames that are not so
11512         likely to clash with those of other tests (in a parallel make).
11513         * tests/test-binary-io.c: Likewise.
11514
11515 2007-03-10  Bruno Haible  <bruno@clisp.org>
11516
11517         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
11518         fallback; use #error instead.
11519         Suggested by Simon Josefsson.
11520
11521 2007-03-10  Bruno Haible  <bruno@clisp.org>
11522
11523         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
11524         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
11525         first and the last.
11526
11527 2007-03-10  Bruno Haible  <bruno@clisp.org>
11528
11529         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
11530
11531 2007-03-10  Bruno Haible  <bruno@clisp.org>
11532
11533         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
11534         "make distcheck".
11535         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
11536         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
11537         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
11538
11539 2007-03-10  Bruno Haible  <bruno@clisp.org>
11540
11541         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
11542         variable.
11543         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
11544         variable.
11545
11546 2007-03-09  Eric Blake  <ebb9@byu.net>
11547         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
11548
11549         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
11550         types are not being provided by gnulib.
11551         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
11552         types are supported.
11553
11554 2007-03-10  Bruno Haible  <bruno@clisp.org>
11555
11556         * lib/stdio_.h (__attribute__): New macro.
11557         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
11558         vsprintf): Specify __attribute__ __format__ for GCC.
11559         Suggested by Eric Blake.
11560
11561 2007-03-09  Bruno Haible  <bruno@clisp.org>
11562
11563         * modules/printf-posix-tests: New file.
11564         * tests/test-printf-posix.sh: New file.
11565         * tests/test-printf-posix.c: New file.
11566
11567         * modules/printf-posix: New file.
11568         * lib/printf.c: New file.
11569         * m4/printf-posix-rpl.m4: New file.
11570         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
11571         REPLACE_PRINTF.
11572         * lib/stdio_.h (printf): New declaration.
11573         (format, __format__, ____printf____, ____scanf____, ____strftime____,
11574         ____strfmon____): New macros.
11575         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
11576         REPLACE_PRINTF.
11577
11578 2007-03-09  Bruno Haible  <bruno@clisp.org>
11579
11580         * tests/test-vasnprintf-posix2.sh: New file.
11581         * tests/test-vasnprintf-posix2.c: New file.
11582         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
11583         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
11584         (Makefile.am): Activate test-vasnprintf-posix2.sh.
11585
11586         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
11587         a locale dependent decimal point, rather than always '.'.
11588
11589 2007-03-09  Eric Blake  <ebb9@byu.net>
11590
11591         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
11592         spite of platforms like Tandem/NSK that define it to -1.
11593
11594 2007-03-08  Bruno Haible  <bruno@clisp.org>
11595
11596         * modules/vprintf-posix-tests: New file.
11597         * tests/test-vprintf-posix.sh: New file.
11598         * tests/test-vprintf-posix.c: New file.
11599         * tests/test-printf-posix.h: New file.
11600
11601         * modules/vprintf-posix: New file.
11602         * lib/vprintf.c: New file.
11603         * m4/vprintf-posix.m4: New file.
11604         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
11605         REPLACE_VPRINTF.
11606         * lib/stdio_.h (vprintf): New declaration.
11607         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
11608         REPLACE_VPRINTF.
11609
11610 2007-03-08  Bruno Haible  <bruno@clisp.org>
11611
11612         * modules/fprintf-posix-tests: New file.
11613         * tests/test-fprintf-posix.sh: New file.
11614         * tests/test-fprintf-posix.c: New file.
11615
11616         * modules/fprintf-posix: New file.
11617         * lib/fprintf.c: New file.
11618         * m4/fprintf-posix.m4: New file.
11619         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
11620         REPLACE_FPRINTF.
11621         * lib/stdio_.h (fprintf): New declaration.
11622         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
11623         REPLACE_FPRINTF.
11624
11625 2007-03-08  Bruno Haible  <bruno@clisp.org>
11626
11627         * modules/vfprintf-posix-tests: New file.
11628         * tests/test-vfprintf-posix.sh: New file.
11629         * tests/test-vfprintf-posix.c: New file.
11630         * tests/test-fprintf-posix.h: New file.
11631         * tests/test-fprintf-posix.out: New file.
11632
11633         * modules/vfprintf-posix: New file.
11634         * lib/vfprintf.c: New file.
11635         * m4/vfprintf-posix.m4: New file.
11636         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
11637         REPLACE_VFPRINTF.
11638         * lib/stdio_.h (vfprintf): New declaration.
11639         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
11640         REPLACE_VFPRINTF.
11641
11642 2007-03-08  Bruno Haible  <bruno@clisp.org>
11643
11644         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
11645
11646 2007-03-08  Bruno Haible  <bruno@clisp.org>
11647
11648         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
11649         instead of 'expr' invocations.
11650         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11651         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11652         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11653         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11654         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11655         Suggested by Paul Eggert.
11656
11657 2007-03-08  Bruno Haible  <bruno@clisp.org>
11658
11659         * modules/fseterr-tests: New file.
11660         * tests/test-fseterr.c: New file.
11661
11662         * modules/fseterr: New file.
11663         * lib/fseterr.h: New file.
11664         * lib/fseterr.c: New file.
11665
11666 2007-03-08  Bruno Haible  <bruno@clisp.org>
11667
11668         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
11669         * lib/getopt_.h: Likewise.
11670         * lib/mbswidth.h: Likewise.
11671         * lib/setenv.h: Likewise.
11672         * lib/vasnprintf.h: Likewise.
11673         * lib/vasprintf.h: Likewise.
11674         * lib/verror.h: Likewise.
11675         * lib/xsetenv.h: Likewise.
11676         * lib/xvasprintf.h: Likewise.
11677
11678 2007-03-08  Jim Meyering  <jim@meyering.net>
11679
11680         * users.txt: Add parted.
11681
11682         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
11683
11684 2007-03-07  Bruno Haible  <bruno@clisp.org>
11685
11686         * m4/printf.m4: Make the shell script snippets copy&pastable.
11687
11688 2007-03-02  Bruno Haible  <bruno@clisp.org>
11689
11690         * lib/netinet_in_.h: New file.
11691         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
11692         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
11693         * modules/netinet_in (Files): Add lib/netinet_in_.h.
11694         (Depends-on): Add absolute-header.
11695         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
11696         into netinet/in.h.
11697
11698 2007-03-03  Bruno Haible  <bruno@clisp.org>
11699
11700         * lib/sys_select_.h: New file.
11701         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
11702         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
11703         * modules/sys_select (Files): Add lib/sys_select_.h.
11704         (Depends-on): Add absolute-header.
11705         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
11706         into sys/select.h.
11707
11708 2007-03-02  Bruno Haible  <bruno@clisp.org>
11709
11710         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
11711         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
11712         values.
11713         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
11714         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
11715         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
11716         * modules/sys_socket (Depends-on): Add absolute-header.
11717         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
11718         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
11719         (Include): Remove requirement of inclusion of <sys/types.h>.
11720
11721 2007-03-02  Bruno Haible  <bruno@clisp.org>
11722
11723         * lib/byteswap_.h (bswap_32): Fix formula.
11724
11725 2007-03-06  Bruno Haible  <bruno@clisp.org>
11726
11727         * modules/sprintf-posix-tests: New file.
11728         * tests/test-sprintf-posix.c: New file.
11729
11730         * modules/sprintf-posix: New file.
11731         * lib/sprintf.c: New file.
11732         * m4/sprintf-posix.m4: New file.
11733         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
11734         REPLACE_SPRINTF.
11735         * lib/stdio_.h (sprintf): New declaration.
11736         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
11737         REPLACE_SPRINTF.
11738
11739 2007-03-06  Bruno Haible  <bruno@clisp.org>
11740
11741         * modules/vsprintf-posix-tests: New file.
11742         * tests/test-vsprintf-posix.c: New file.
11743         * tests/test-sprintf-posix.h: New file.
11744
11745         * modules/vsprintf-posix: New file.
11746         * lib/vsprintf.c: New file.
11747         * m4/vsprintf-posix.m4: New file.
11748         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
11749         REPLACE_VSPRINTF.
11750         * lib/stdio_.h (vsprintf): New declaration.
11751         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
11752         REPLACE_VSPRINTF.
11753
11754 2007-03-06  Bruno Haible  <bruno@clisp.org>
11755
11756         * modules/vsnprintf (Depend-on): Remove minmax.
11757
11758 2007-03-06  Bruno Haible  <bruno@clisp.org>
11759
11760         * modules/snprintf-posix-tests: New file.
11761         * tests/test-snprintf-posix.c: New file.
11762
11763         * modules/snprintf-posix: New file.
11764         * m4/snprintf-posix.m4: New file.
11765         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
11766         gl_FUNC_SNPRINTF.
11767         (gl_FUNC_SNPRINTF): Invoke it.
11768         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
11769         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
11770         is set.
11771         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
11772
11773 2007-03-06  Bruno Haible  <bruno@clisp.org>
11774
11775         * modules/vsnprintf-posix-tests: New file.
11776         * tests/test-vsnprintf-posix.c: New file.
11777         * tests/test-snprintf-posix.h: New file.
11778
11779         * modules/vsnprintf-posix: New file.
11780         * m4/vsnprintf-posix.m4: New file.
11781         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
11782         gl_FUNC_VSNPRINTF.
11783         (gl_FUNC_VSNPRINTF): Invoke it.
11784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
11785         * lib/stdio_.h (vsnprintf): Define as a replacement if
11786         REPLACE_VSNPRINTF is set.
11787         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
11788
11789 2007-03-06  Bruno Haible  <bruno@clisp.org>
11790
11791         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
11792         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
11793
11794 2007-03-06  Bruno Haible  <bruno@clisp.org>
11795
11796         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
11797         (asinl): Declare also if HAVE_DECL_ASINL is set.
11798         (atanl): Declare also if HAVE_DECL_ATANL is set.
11799         (ceill): Declare also if HAVE_DECL_CEILL is set.
11800         (cosl): Declare also if HAVE_DECL_COSL is set.
11801         (expl): Declare also if HAVE_DECL_EXPL is set.
11802         (floorl): Declare also if HAVE_DECL_FLOORL is set.
11803         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
11804         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
11805         (logl): Declare also if HAVE_DECL_LOGL is set.
11806         (sinl): Declare also if HAVE_DECL_SINL is set.
11807         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
11808         (tanl): Declare also if HAVE_DECL_TANL is set.
11809         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
11810         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
11811         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
11812         declaration of frexpl, ldexpl.
11813         * modules/printf-frexpl (Depends-on): Add math.
11814         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
11815
11816 2007-03-05  Bruno Haible  <bruno@clisp.org>
11817
11818         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
11819         frexpl and ldexpl are declared.
11820         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
11821
11822 2007-03-05  Bruno Haible  <bruno@clisp.org>
11823
11824         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
11825         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
11826
11827 2007-03-05  Bruno Haible  <bruno@clisp.org>
11828
11829         * lib/stdio_.h: Include <stddef.h>.
11830
11831 2007-03-05  Bruno Haible  <bruno@clisp.org>
11832
11833         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
11834
11835 2007-03-05  Bruno Haible  <bruno@clisp.org>
11836
11837         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
11838         NetBSD 4, from Ralf Wildenhues.
11839
11840 2007-03-04  Bruno Haible  <bruno@clisp.org>
11841
11842         * lib/vasprintf.h: Update #if logic for the case when the functions
11843         exist but are overridden.
11844
11845 2007-03-04  Bruno Haible  <bruno@clisp.org>
11846
11847         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
11848         implementations: glibc-2.4 and MacOS X 10.3.
11849         * tests/test-vasnprintf-posix.c (test_function): Test also the case
11850         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
11851         * tests/test-vasprintf-posix.c (test_function): Likewise.
11852
11853 2007-03-04  Bruno Haible  <bruno@clisp.org>
11854
11855         * modules/vasprintf-posix-tests: New file.
11856         * tests/test-vasprintf-posix.c: New file.
11857
11858         * modules/vasprintf-posix: New file.
11859         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
11860         defined.
11861         * m4/vasprintf-posix.m4: New file.
11862         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
11863         gl_FUNC_VASPRINTF.
11864         (gl_FUNC_VASPRINTF): Invoke it.
11865         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
11866         here.
11867         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
11868
11869 2007-03-04  Bruno Haible  <bruno@clisp.org>
11870
11871         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
11872         REPLACE_GETTIMEOFDAY.
11873         * modules/sys_time (Makefile.am): Likewise.
11874         * m4/sys_time_h.m4: Likewise.
11875         * m4/gettimeofday.m4: Likewise.
11876
11877 2007-03-04  Bruno Haible  <bruno@clisp.org>
11878
11879         * modules/vasnprintf-posix-tests: New file.
11880         * tests/test-vasnprintf-posix.c: New file.
11881
11882         * modules/vasnprintf-posix: New file.
11883         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
11884         printf-frexpl.h.
11885         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
11886         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
11887         REPLACE_VASNPRINTF is defined.
11888         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
11889         gl_FUNC_VASNPRINTF.
11890         (gl_FUNC_VASNPRINTF): Invoke it.
11891         * m4/vasnprintf-posix.m4: New file.
11892         * m4/printf.m4: New file.
11893
11894 2007-03-04  Bruno Haible  <bruno@clisp.org>
11895
11896         Compile progreloc.c only if --enable-relocatable is specified.
11897         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
11898         if --enable-relocatable was specified.
11899         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
11900         lib_SOURCES.
11901
11902 2007-03-04  Jim Meyering  <jim@meyering.net>
11903
11904         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
11905         Use it consistently, rather than enumerating errno constants.
11906
11907 2007-03-04  Bruno Haible  <bruno@clisp.org>
11908
11909         * modules/xvasprintf-tests: New file.
11910         * tests/test-xvasprintf.c: New file.
11911
11912         * modules/vasprintf-tests: New file.
11913         * tests/test-vasprintf.c: New file.
11914
11915         * modules/vasnprintf-tests: New file.
11916         * tests/test-vasnprintf.c: New file.
11917
11918         * modules/vsnprintf-tests: New file.
11919         * tests/test-vsnprintf.c: New file.
11920
11921         * modules/snprintf-tests: New file.
11922         * tests/test-snprintf.c: New file.
11923
11924 2007-03-04  Bruno Haible  <bruno@clisp.org>
11925
11926         Compile relocatable.c only if --enable-relocatable is specified.
11927         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
11928         gl_RELOCATABLE_LIBRARY.
11929         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
11930         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
11931         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
11932         gl_RELOCATABLE_LIBRARY.
11933         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
11934         (Makefile.am): Remove lib_SOURCES.
11935         * modules/relocatable-lib-lgpl (configure.ac): Invoke
11936         gl_RELOCATABLE_LIBRARY.
11937         (Makefile.am): Remove lib_SOURCES.
11938         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
11939         always.
11940         * modules/relocatable-prog-wrapper (configure.ac): Invoke
11941         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
11942
11943 2007-03-04  Bruno Haible  <bruno@clisp.org>
11944
11945         * modules/argmatch-tests: New file.
11946         * tests/test-argmatch.c: New file.
11947
11948         * tests/test-allocsa.c (main): Halve the number of loop runs.
11949
11950         * modules/alloca-opt-tests: New file.
11951         * tests/test-alloca-opt.c: New file.
11952
11953 2007-03-04  Jim Meyering  <jim@meyering.net>
11954
11955         Work around difference between Linux ACLs and Solaris 10 ZFS.
11956         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
11957         for EINVAL.
11958
11959 2007-03-03  Bruno Haible  <bruno@clisp.org>
11960
11961         * modules/relocatable-prog (Depends-on): Add back progreloc's
11962         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
11963
11964 2007-03-03  Bruno Haible  <bruno@clisp.org>
11965
11966         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
11967         * modules/relocatable-lib: New file.
11968
11969 2007-03-03  Bruno Haible  <bruno@clisp.org>
11970
11971         * modules/relocatable-prog: Renamed from modules/relocatable.
11972         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
11973
11974 2007-03-03  Bruno Haible  <bruno@clisp.org>
11975
11976         * modules/relocatable-script (Files): Add doc/relocatable.texi,
11977         m4/relocatable-lib.m4.
11978         (Depends-on): Remove 'relocatable'.
11979         (configure.ac): Add gl_RELOCATABLE_NOP.
11980
11981 2007-03-03  Bruno Haible  <bruno@clisp.org>
11982
11983         * modules/relocatable-prog-wrapper: New file.
11984         * modules/relocatable (Depends-on): Add it. Remove all other
11985         dependencies except progname.
11986         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
11987
11988         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
11989         (gl_FUNC_STRERROR): Nop.
11990         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
11991
11992         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
11993         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
11994
11995         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
11996         (gl_FUNC_READLINK): Update.
11997
11998         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
11999
12000 2007-03-03  Bruno Haible  <bruno@clisp.org>
12001
12002         * lib/xreadlink.c: Include <unistd.h> unconditionally.
12003         * modules/xreadlink (Depends-on): Add unistd.
12004         * modules/xreadlink-with-size (Depends-on): Likewise.
12005
12006 2007-03-03  Bruno Haible  <bruno@clisp.org>
12007
12008         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
12009         extracted from gt_FUNC_SETENV.
12010         (gt_FUNC_SETENV): Remove macro.
12011         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
12012         remove gt_FUNC_SETENV.
12013
12014 2007-03-03  Bruno Haible  <bruno@clisp.org>
12015
12016         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
12017         ENABLE_RELOCATABLE here.
12018         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
12019
12020 2007-03-03  Bruno Haible  <bruno@clisp.org>
12021
12022         * modules/rbtreehash-list-tests (Depends-on): Add progname.
12023         * tests/test-rbtreehash_list.c: Include progname.h.
12024         (main): Call set_program_name.
12025
12026         * modules/rbtree-oset-tests (Depends-on): Add progname.
12027         * tests/test-rbtree_oset.c: Include progname.h.
12028         (main): Call set_program_name.
12029
12030         * modules/rbtree-list-tests (Depends-on): Add progname.
12031         * tests/test-rbtree_list.c: Include progname.h.
12032         (main): Call set_program_name.
12033
12034         * modules/linked-list-tests (Depends-on): Add progname.
12035         * tests/test-linked_list.c: Include progname.h.
12036         (main): Call set_program_name.
12037
12038 2007-03-03  Bruno Haible  <bruno@clisp.org>
12039
12040         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
12041         All uses of __restrict changed to _Restrict_.
12042         * lib/glob_.h (__restrict): Remove macro.
12043
12044 2007-03-02  Bruno Haible  <bruno@clisp.org>
12045
12046         * modules/gettext (configure.ac): Require gettext infrastructure
12047         from version 0.16.1.
12048
12049 2007-03-02  Bruno Haible  <bruno@clisp.org>
12050
12051         * modules/linkedhash-list-tests (Depends-on): Add progname.
12052         * tests/test-linkedhash_list.c: Include progname.h.
12053         (main): Call set_program_name.
12054
12055         * modules/carray-list-tests (Depends-on): Add progname.
12056         * tests/test-carray_list.c: Include progname.h.
12057         (main): Call set_program_name.
12058
12059         * modules/avltreehash-list-tests (Depends-on): Add progname.
12060         * tests/test-avltreehash_list.c: Include progname.h.
12061         (main): Call set_program_name.
12062
12063         * modules/avltree-oset-tests (Depends-on): Add progname.
12064         * tests/test-avltree_oset.c: Include progname.h.
12065         (main): Call set_program_name.
12066
12067         * modules/avltree-list-tests (Depends-on): Add progname.
12068         * tests/test-avltree_list.c: Include progname.h.
12069         (main): Call set_program_name.
12070
12071         * modules/array-oset-tests (Depends-on): Add progname.
12072         * tests/test-array_oset.c: Include progname.h.
12073         (main): Call set_program_name.
12074
12075         * modules/array-list-tests (Depends-on): Add progname.
12076         * tests/test-array_list.c: Include progname.h.
12077         (main): Call set_program_name.
12078
12079         * modules/argp-tests (Depends-on): Add progname.
12080         * tests/test-argp.c: Include argp.h first. Include progname.h.
12081         (main): Call set_program_name.
12082
12083 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
12084
12085         * doc/gnulib-tool.texi (Initial import): Reword description of
12086         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
12087         limited effect even if defined after the first system include.
12088
12089 2007-03-01  Bruno Haible  <bruno@clisp.org>
12090
12091         * build-aux/config.libpath: Update to libtool-1.5.22.
12092         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12093
12094 2007-03-01  Bruno Haible  <bruno@clisp.org>
12095
12096         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
12097         foo_CFLAGS.
12098         Reported by Ralf Wildenhues.
12099
12100 2007-03-01  Bruno Haible  <bruno@clisp.org>
12101
12102         * build-aux/install-reloc: Remove object files left over by some
12103         compilers.
12104         Reported by Ralf Wildenhues.
12105
12106 2007-03-01  Bruno Haible  <bruno@clisp.org>
12107
12108         * build-aux/install-reloc: Break long lines.
12109
12110 2007-03-01  Bruno Haible  <bruno@clisp.org>
12111
12112         * doc/relocatable.texi: Document that it may not work on OpenBSD.
12113         Reported by Ralf Wildenhues.
12114
12115 2007-03-01  Bruno Haible  <bruno@clisp.org>
12116
12117         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
12118         include ordering constraints.
12119
12120 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12121
12122         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
12123         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
12124         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
12125         as another example.
12126         * lib/time_.h: Fix misspelling.
12127         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12128         Require gl_HEADER_TIME_H_DEFAULTS.
12129         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
12130         * m4/time_r.m4 (gl_TIME_R): Likewise.
12131         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
12132
12133 2007-03-01  Bruno Haible  <bruno@clisp.org>
12134
12135         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
12136         * m4/utimens.m4 (gl_UTIMENS): Likewise.
12137
12138 2007-03-01  Jim Meyering  <jim@meyering.net>
12139
12140         * modules/xreadlink (Maintainer): Add my name.
12141         * modules/xreadlink-with-size (Depends-on): Alphabetize.
12142
12143 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
12144             Bruno Haible  <bruno@clisp.org>
12145
12146         * build-aux/install-reloc: Compile also c-ctype.c.
12147         * build-aux/relocatable.sh.in: New file.
12148         * doc/relocatable.texi: New file.
12149         * doc/relocatable-maint.texi: New file.
12150         * doc/gnulib.texi: Include relocatable-maint.texi.
12151         * lib/progreloc.c: Include unistd.h unconditionally.
12152         * lib/relocwrapper.c: Include unistd.h unconditionally.
12153         Include c-ctype.h.
12154         (add_dotbin): Use c_tolower.
12155         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
12156         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
12157         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
12158         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
12159         to m4/relocatable-lib.m4.
12160         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
12161         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
12162         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
12163         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
12164         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
12165         * modules/relocatable: New file.
12166         * modules/relocatable-lib: New file.
12167         * modules/relocatable-script: New file.
12168
12169 2007-02-28  Bruno Haible  <bruno@clisp.org>
12170
12171         Import --enable-relocatable infrastructure.
12172         * build-aux/config.libpath: New file, from GNU gettext.
12173         * build-aux/install-reloc: New file, from GNU gettext.
12174         * build-aux/reloc-ldflags: New file, from GNU gettext.
12175         * lib/relocatable.h: New file, from GNU gettext.
12176         * lib/relocatable.c: New file, from GNU gettext.
12177         * lib/relocwrapper.c: New file, from GNU gettext.
12178         * m4/relocatable.m4: New file, from GNU gettext.
12179
12180 2007-02-28  Bruno Haible  <bruno@clisp.org>
12181
12182         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
12183
12184         * modules/xreadlink: New file, from GNU gettext with modifications.
12185         * lib/xreadlink.c: New file, from GNU gettext.
12186         * lib/xreadlink.h: Add comments.
12187         (xreadlink): New declaration.
12188
12189         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
12190         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
12191         lib/xreadlink-with-size.c.
12192         (configure.ac): Remove gl_XREADLINK invocation.
12193         (Makefile.am): Augment lib_SOURCES.
12194         * m4/xreadlink.m4: Remove file.
12195         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
12196         (xreadlink_with_size): Renamed from xreadink.
12197         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
12198         * modules/canonicalize (Depends-on): Replace xreadlink with
12199         xreadlink-with-size.
12200         * lib/canonicalize.c (canonicalize_filename_mode): Update.
12201
12202 2007-02-25  Jim Meyering  <jim@meyering.net>
12203
12204         * build-aux/announce-gen: When complaining about excess arguments,
12205         list them.
12206
12207 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12208
12209         * README: Document signed integer overflow situation more
12210         accurately.
12211
12212 2007-02-25  Bruno Haible  <bruno@clisp.org>
12213
12214         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
12215         'a' or 'A' conversion.
12216
12217 2007-02-25  Bruno Haible  <bruno@clisp.org>
12218
12219         * modules/filename: Renamed from modules/pathname.
12220         (Files): Replace lib/pathname.h with lib/filename.h. Replace
12221         lib/concatpath.c with lib/concat-filename.c.
12222         (Makefile.am): Update.
12223         (Include): Replace pathname.h with filename.h.
12224         * lib/filename.h: Renamed from lib/pathname.h.
12225         (concatenated_filename): Renamed from concatenated_pathname.
12226         * lib/concat-filename.c: Renamed from lib/concatpath.c.
12227         (concatenated_filename): Renamed from concatenated_pathname.
12228         * lib/findprog.c: Include filename.h instead of pathname.h.
12229         (find_in_path): Update.
12230         * lib/javacomp.c: Include filename.h instead of pathname.h.
12231         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12232         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12233         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12234         is_oldgcj_14_13_usable, is_javac_usable): Update.
12235         * lib/javaexec.c: Include filename.h instead of pathname.h.
12236         (execute_java_class): Update.
12237         * modules/findprog: Update.
12238         * modules/javacomp: Update.
12239         * modules/javaexec: Update.
12240         * MODULES.html.sh (File system functions): Add 'filename', remove
12241         'pathname'.
12242
12243 2007-02-25  Bruno Haible  <bruno@clisp.org>
12244
12245         * modules/printf-frexpl-tests: New file.
12246         * tests/test-printf-frexpl.c: New file.
12247
12248         * modules/printf-frexpl: New file.
12249         * lib/printf-frexpl.h: New file.
12250         * lib/printf-frexpl.c: New file.
12251         * m4/printf-frexpl.m4: New file.
12252
12253 2007-02-25  Bruno Haible  <bruno@clisp.org>
12254
12255         * modules/printf-frexp-tests: New file.
12256         * tests/test-printf-frexp.c: New file.
12257
12258         * modules/printf-frexp: New file.
12259         * lib/printf-frexp.h: New file.
12260         * lib/printf-frexp.c: New file.
12261         * m4/printf-frexp.m4: New file.
12262
12263 2007-02-25  Bruno Haible  <bruno@clisp.org>
12264
12265         Assume automake >= 1.10 for the tests.
12266         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
12267         * modules/arctwo-tests: Likewise.
12268         * modules/argp-tests: Likewise.
12269         * modules/avltree-list-tests: Likewise.
12270         * modules/avltree-oset-tests: Likewise.
12271         * modules/avltreehash-list-tests: Likewise.
12272         * modules/carray-list-tests: Likewise.
12273         * modules/crc-tests: Likewise.
12274         * modules/des-tests: Likewise.
12275         * modules/gc-arcfour-tests: Likewise.
12276         * modules/gc-arctwo-tests: Likewise.
12277         * modules/gc-des-tests: Likewise.
12278         * modules/gc-hmac-md5-tests: Likewise.
12279         * modules/gc-hmac-sha1-tests: Likewise.
12280         * modules/gc-md2-tests: Likewise.
12281         * modules/gc-md4-tests: Likewise.
12282         * modules/gc-md5-tests: Likewise.
12283         * modules/gc-pbkdf2-sha1-tests: Likewise.
12284         * modules/gc-rijndael-tests: Likewise.
12285         * modules/gc-sha1-tests: Likewise.
12286         * modules/gc-tests: Likewise.
12287         * modules/getaddrinfo-tests: Likewise.
12288         * modules/hmac-md5-tests: Likewise.
12289         * modules/hmac-sha1-tests: Likewise.
12290         * modules/linked-list-tests: Likewise.
12291         * modules/linkedhash-list-tests: Likewise.
12292         * modules/lock-tests: Likewise.
12293         * modules/md2-tests: Likewise.
12294         * modules/md4-tests: Likewise.
12295         * modules/md5-tests: Likewise.
12296         * modules/rbtree-list-tests: Likewise.
12297         * modules/rbtree-oset-tests: Likewise.
12298         * modules/rbtreehash-list-tests: Likewise.
12299         * modules/read-file-tests: Likewise.
12300         * modules/rijndael-tests: Likewise.
12301         * modules/stdint-tests: Likewise.
12302         * modules/tls-tests: Likewise.
12303
12304 2007-02-24  Bruno Haible  <bruno@clisp.org>
12305
12306         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
12307         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
12308         function; instead check whether isnan with a double argument links.
12309         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
12310         function; instead check whether isnan with a 'long double' argument
12311         links.
12312         Reported by Eric Blake <ebb9@byu.net>.
12313
12314 2007-02-24  Bruno Haible  <bruno@clisp.org>
12315
12316         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
12317         defined.
12318         * lib/isnanl.c: Remove all code. Just include isnan.c.
12319         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
12320
12321 2007-02-25  Jim Meyering  <jim@meyering.net>
12322
12323         Avoid conflicting types for 'unsetenv' on FreeBSD.
12324         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
12325         conflicting with FreeBSD's (5.0 and 6.1) function declaration
12326         in stdlib.h.
12327
12328 2007-02-24  Bruno Haible  <bruno@clisp.org>
12329
12330         * modules/isnanl-nolibm-tests: New file.
12331         * tests/test-isnanl.c: New file.
12332
12333         * modules/isnanl-nolibm: New file.
12334         * lib/isnanl.h: New file.
12335         * lib/isnanl.c: New file.
12336         * m4/isnanl.m4: New file.
12337
12338 2007-02-24  Bruno Haible  <bruno@clisp.org>
12339
12340         * modules/isnan-nolibm-tests: New file.
12341         * tests/test-isnan.c: New file.
12342
12343         * modules/isnan-nolibm: New file.
12344         * lib/isnan.h: New file.
12345         * lib/isnan.c: New file.
12346         * m4/isnan.m4: New file.
12347
12348 2007-02-24  Bruno Haible  <bruno@clisp.org>
12349
12350         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
12351         assume that an exponent fits in 20 bits.
12352
12353 2007-02-24  Jim Meyering  <jim@meyering.net>
12354
12355         * m4/regex.m4: Update the description of the configure-time option,
12356         --without-included-regex, to state accurately what the defaults are,
12357         and perhaps to give people an idea why using this option is risky.
12358
12359 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12360
12361         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
12362         loops on small arguments.  This attempts to avoid the problem
12363         Bruno Haible reported for AIX 4.3.2 in
12364         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
12365
12366 2007-02-23  Bruno Haible  <bruno@clisp.org>
12367
12368         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
12369         Needed for help2man.
12370
12371 2007-02-23  Karl Berry  <karl@gnu.org>
12372
12373         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
12374         exists, foo.h should be cvs-ignored, not committed.
12375
12376 2007-02-23  Eric Blake  <ebb9@byu.net>
12377
12378         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
12379         * lib/stat-time.h (includes): Likewise.
12380         * lib/utimecmp.c (includes): Likewise.
12381         * lib/utimens.h (includes): Likewise.
12382         * lib/getdate.y (includes): Also include "timespec.h" for use
12383         internal to the module.
12384         * modules/utimens (Depends-on): Revert yesterday's patch.
12385         * modules/nanosleep (Depends-on): Add missing dependency.
12386
12387 2007-02-22  Bruno Haible  <bruno@clisp.org>
12388
12389         * lib/glob.c: Don't include getlogin_r.h.
12390
12391 2007-02-22  Jim Meyering  <jim@meyering.net>
12392
12393         * modules/utimens (Depends-on): Add timespec, required for
12394         utimens.h's inclusion of timespec.h.
12395
12396 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
12397
12398         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
12399         long unreadable paths in GNU/Linux.  Problem reported by Andreas
12400         Schwab in
12401         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
12402         I'll try to think of a better way to fix the Solaris problem.
12403
12404         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
12405         like glibc; on Solaris 10, it fails with errno == EINVAL.
12406         POSIX says the behavior is unspecified if the first argument is NULL,
12407         so play it safe and never pass NULL to the system getcwd.
12408
12409 2007-02-21  Jim Meyering  <jim@meyering.net>
12410
12411         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
12412         of gettimeofday.  It would conflict with the one now always
12413         provided via sys_time_.h.  Reported by Matthew Woehlke, as
12414         an IRIX 6.5 build failure.
12415
12416 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12417
12418         Minor fixups to port to Solaris 10 with Sun C 5.8.
12419         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
12420         * modules/getcwd (Depends-on): Add dirfd.
12421         * lib/putenv.c (putenv): #undef it.
12422         (rpl_putenv): New decl.
12423         (malloc, free): Include <stdlib.h> rather than prototyping separately.
12424
12425 2007-02-20  Bruno Haible  <bruno@clisp.org>
12426
12427         * modules/stdio-tests: New file.
12428         * tests/test-stdio.c: New file.
12429
12430         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
12431         (Depends-on): Add stdio.
12432         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12433         (Include): Use <stdio.h> instead of vsnprintf.h.
12434         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12435         HAVE_DECL_VSNPRINTF.
12436         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
12437
12438         * modules/snprintf (Files): Remove lib/snprintf.h.
12439         (Depends-on): Add stdio.
12440         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12441         (Include): Use <stdio.h> instead of snprintf.h.
12442         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12443         HAVE_DECL_SNPRINTF.
12444         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
12445         * lib/getaddrinfo.c: Likewise.
12446
12447         * modules/stdio: New file.
12448         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
12449         * lib/snprintf.h: Remove file.
12450         * lib/vsnprintf.h: Remove file.
12451         * lib/.cppi-disable: Remove snprintf.h.
12452         * m4/stdio_h.m4: New file.
12453         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
12454
12455 2007-02-20  Jim Meyering  <jim@meyering.net>
12456
12457         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
12458         used by e.g., mingw.  From Bruno Haible.
12459
12460 2007-02-19  Bruno Haible  <bruno@clisp.org>
12461
12462         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
12463         warnings.
12464         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12465
12466 2007-02-19  Bruno Haible  <bruno@clisp.org>
12467
12468         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
12469         from mingw users.
12470
12471 2007-02-19  Bruno Haible  <bruno@clisp.org>
12472
12473         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
12474         warnings.
12475         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
12476
12477 2007-02-19  Jim Meyering  <jim@meyering.net>
12478
12479         Don't use FD after a successful "fdopendir (fd)".
12480         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
12481         Reset it by calling dirfd on the just-obtained DIR*.
12482
12483         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
12484         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
12485
12486 2007-02-18  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/readlink.c: Include <unistd.h>.
12489         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
12490         HAVE_READLINK.
12491         * modules/readlink (Depends-on): Add unistd.
12492         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12493         (Include): Add <unistd.h>.
12494
12495         * lib/getlogin_r.h: Remove file.
12496         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
12497         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
12498         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
12499         HAVE_DECL_GETLOGIN_R.
12500         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
12501         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12502         (Include): Use <unistd.h> instead of getlogin_r.h.
12503
12504         * lib/getcwd.h: Remove file.
12505         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
12506         * lib/xgetcwd.c: Likewise.
12507         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
12508         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
12509         * modules/getcwd (Files): Remove lib/getcwd.h.
12510         (Depends-on): Add unistd.
12511         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12512         (Include): Use <unistd.h> instad of getcwd.h.
12513
12514         * lib/ftruncate.c: Include <unistd.h> first.
12515         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
12516         Set HAVE_FTRUNCATE.
12517         * modules/ftruncate (Depends-on): Add unistd.
12518         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12519
12520         * lib/fchdir.c: Include <unistd.h> first.
12521         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
12522         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
12523         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
12524         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12525         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
12526
12527         * lib/dup2.c: Include <unistd.h> first.
12528         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
12529         HAVE_DUP2.
12530         * modules/dup2 (Depends-on): Add unistd.
12531         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12532
12533         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
12534         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
12535         REPLACE_CHOWN. Don't define chown as a macro here.
12536         * modules/chown (Depends-on): Add unistd.
12537         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12538
12539         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
12540         Add definition for GL_LINK_WARNING.
12541         (chown, dup2): New declarations.
12542         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
12543         link warning.
12544         (ftruncate): New declaration.
12545         (getcwd): New declaration, taken from old getcwd.h.
12546         (getlogin_r): New declaration, taken from old getlogin_r.h.
12547         (readlink): New declaration.
12548         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
12549         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
12550         (gl_PREREQ_UNISTD): Remove macro.
12551         (gl_UNISTD_MODULE_INDICATOR): New macro.
12552         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
12553         many new variables. Don't set UNISTD_H.
12554         * modules/unistd (Description): Change.
12555         (Depends-on): Add link-warning.
12556         (configure.ac): Update.
12557         (Makefile.am): Create unistd.h always. Substitute many new variables
12558         into it.
12559
12560 2007-02-18  Bruno Haible  <bruno@clisp.org>
12561
12562         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
12563         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
12564         HAVE_GETSUBOPT.
12565         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
12566         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
12567         * lib/getsubopt.h: Remove file.
12568         * modules/getsubopt (Files): Remove lib/getsubopt.h.
12569         (Depends-on): Add stdlib.
12570         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12571         (Includes): Use <stdlib.h> instead of getsubopt.h.
12572         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
12573         Set HAVE_GETSUBOPT.
12574         * lib/getsubopt.c: Don't include getsubopt.h.
12575
12576 2007-02-18  Bruno Haible  <bruno@clisp.org>
12577
12578         * modules/fchdir (Depends-on): Add dup2.
12579
12580 2007-02-18  Bruno Haible  <bruno@clisp.org>
12581
12582         * lib/stdlib_.h: Handle glibc's special invocation convention
12583         specially.
12584
12585 2007-02-18  Bruno Haible  <bruno@clisp.org>
12586
12587         * modules/stdlib-tests: New file.
12588         * tests/test-stdlib.c: New file.
12589
12590         * modules/mkstemp (Files): Remove lib/mkstemp.h.
12591         (Depends-on): Add stdlib.
12592         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12593         (Includes): Use <stdlib.h> instead of mkstemp.h.
12594         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12595         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
12596         * lib/mkstemp.c: Don't include mkstemp.h.
12597         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
12598         * lib/stdlib--.h: Don't include mkstemp.h.
12599
12600         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
12601         (Depends-on): Add stdlib.
12602         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12603         (Includes): Use <stdlib.h> instead of mkdtemp.h.
12604         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12605         HAVE_MKDTEMP.
12606         * lib/mkdtemp.c: Don't include mkdtemp.h.
12607         * lib/clean-temp.c: Don't include mkdtemp.h.
12608
12609         * modules/exit (Files): Remove lib/exit.h.
12610         (Depends-on): Add stdlib.
12611         (Makefile.am): Remove lib_SOURCES.
12612         (Include): Use <stdlib.h> instead of exit.h.
12613         * lib/argmatch.c: Don't include exit.h.
12614         * lib/execute.c: Likewise.
12615         * lib/pagealign_alloc.c: Likewise.
12616         * lib/pipe.c: Likewise.
12617         * lib/wait-process.c: Likewise.
12618         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
12619         * lib/exitfail.c: Likewise.
12620         * lib/savewd.c: Likewise.
12621         * lib/xsetenv.c: Likewise.
12622
12623         * modules/stdlib: New file.
12624         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
12625         and extra comments about mkstemp().
12626         * lib/exit.h: Remove file.
12627         * lib/mkdtemp.h: Remove file.
12628         * lib/mkstemp.h: Remove file.
12629         * m4/stdlib_h.m4: New file.
12630         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
12631
12632 2007-02-18  Bruno Haible  <bruno@clisp.org>
12633
12634         * modules/math-tests: New file.
12635         * tests/test-math.c: New file.
12636
12637         * modules/math: New file.
12638         * modules/mathl (Files): Remove lib/mathl.h.
12639         (Depends-on): Add math.
12640         (Makefile.am): Don't mention mathl.h.
12641         (Include): Use <math.h> instead of mathl.h.
12642         * lib/math_.h: New file.
12643         * lib/mathl.h: Remove file.
12644         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
12645         mathl.h.
12646         * lib/asinl.c: Likewise.
12647         * lib/atanl.c: Likewise.
12648         * lib/ceill.c: Likewise.
12649         * lib/cosl.c: Likewise.
12650         * lib/expl.c: Likewise.
12651         * lib/floorl.c: Likewise.
12652         * lib/frexpl.c: Likewise.
12653         * lib/ldexpl.c: Likewise.
12654         * lib/logl.c: Likewise.
12655         * lib/sincosl.c: Likewise.
12656         * lib/sinl.c: Likewise.
12657         * lib/sqrtl.c: Likewise.
12658         * lib/tanl.c: Likewise.
12659         * lib/trigl.c: Likewise.
12660         * m4/math_h.m4: New file.
12661         * MODULES.html.sh (Mathematics): Add math.
12662
12663 2007-02-17  Bruno Haible  <bruno@clisp.org>
12664
12665         * modules/wctype-tests: New file.
12666         * tests/test-wctype.c: New file.
12667
12668         * modules/wchar-tests: New file.
12669         * tests/test-wchar.c: New file.
12670
12671         * modules/unistd-tests: New file.
12672         * tests/test-unistd.c: New file.
12673
12674         * modules/time-tests: New file.
12675         * tests/test-time.c: New file.
12676
12677         * modules/sysexits-tests: New file.
12678         * tests/test-sysexits.c: New file.
12679
12680         * modules/sys_time-tests: New file.
12681         * tests/test-sys_time.c: New file.
12682
12683         * modules/sys_stat-tests: New file.
12684         * tests/test-sys_stat.c: New file.
12685
12686         * modules/sys_socket-tests: New file.
12687         * tests/test-sys_socket.c: New file.
12688
12689         * modules/sys_select-tests: New file.
12690         * tests/test-sys_select.c: New file.
12691
12692         * modules/string-tests: New file.
12693         * tests/test-string.c: New file.
12694
12695         * modules/stdbool-tests: New file.
12696         * tests/test-stdbool.c: New file.
12697
12698         * modules/netinet_in-tests: New file.
12699         * tests/test-netinet_in.c: New file.
12700
12701         * modules/inttypes-tests: New file.
12702         * tests/test-inttypes.c: New file.
12703
12704         * modules/fcntl-tests: New file.
12705         * tests/test-fcntl.c: New file.
12706
12707         * modules/byteswap-tests: New file.
12708         * tests/test-byteswap.c: New file.
12709
12710         * modules/arpa_inet-tests: New file.
12711         * tests/test-arpa_inet.c: New file.
12712
12713 2007-02-17  Bruno Haible  <bruno@clisp.org>
12714
12715         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
12716         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
12717         if the corresponding module is not enabled. Emit link warnings if
12718         the function is used nevertheless.
12719         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
12720         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
12721         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
12722         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
12723         * modules/inttypes (Depends-on): Add link-warning.
12724         (Makefile.am): Copy the contents of build-aux/link-warning.h into
12725         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
12726         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
12727         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
12728         * modules/imaxdiv (configure.ac): Likewise.
12729         * modules/strtoimax (configure.ac): Likewise.
12730         * modules/strtoumax (configure.ac): Likewise.
12731
12732 2007-02-17  Bruno Haible  <bruno@clisp.org>
12733
12734         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
12735         gl_STRING_MODULE_INDICATOR_DEFAULTS.
12736         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
12737         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
12738
12739 2007-02-17  Bruno Haible  <bruno@clisp.org>
12740
12741         * modules/link-warning: New file.
12742         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
12743         * lib/string_.h (GL_LINK_WARNING): Remove definition.
12744         * modules/string (Depends-on): Add link-warning.
12745         (Makefile.am): Copy the contents of build-aux/link-warning.h into
12746         string.h.
12747         * MODULES.html.sh (Support for building libraries and executables): Add
12748         link-warning.
12749
12750 2007-02-17  Bruno Haible  <bruno@clisp.org>
12751
12752         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
12753         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
12754         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
12755         long lines.
12756
12757 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
12758             Bruno Haible  <bruno@clisp.org>
12759
12760         * modules/tmpfile: New file.
12761         * lib/tmpfile.c: New file.
12762         * m4/tmpfile.m4: New file.
12763         * MODULES.html.sh (func_all_modules): New section "Input/output".
12764
12765 2007-02-15  Bruno Haible  <bruno@clisp.org>
12766
12767         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
12768         (supports_delete_on_close): New function.
12769         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
12770
12771 2007-02-14  Bruno Haible  <bruno@clisp.org>
12772
12773         * modules/mbspcasecmp-tests: New file.
12774         * tests/test-mbspcasecmp.sh: New file.
12775         * tests/test-mbspcasecmp.c: New file.
12776
12777         New module mbspcasecmp.
12778         * modules/mbspcasecmp: New file.
12779         * lib/mbspcasecmp.c: New file.
12780         * lib/string_.h (strncasecmp): Change warning message.
12781         (mbspcasecmp): New declaration.
12782         * m4/mbspcasecmp.m4: New file.
12783         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12784         GNULIB_MBSPCASECMP.
12785         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
12786         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
12787
12788 2007-02-14  Bruno Haible  <bruno@clisp.org>
12789
12790         * modules/mbsncasecmp-tests: New file.
12791         * tests/test-mbsncasecmp.sh: New file.
12792         * tests/test-mbsncasecmp.c: New file.
12793
12794         New module mbsncasecmp.
12795         * modules/mbsncasecmp: New file.
12796         * lib/mbsncasecmp.c: New file.
12797         * lib/string_.h (mbsncasecmp): New declaration.
12798         * m4/mbsncasecmp.m4: New file.
12799         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12800         GNULIB_MBSNCASECMP.
12801         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
12802         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
12803
12804 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12805
12806         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
12807         Verify that it doesn't overlap with our flags.
12808         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
12809         do not have the desired effect in multibyte locales; instead, use
12810         mbscasecmp.
12811         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
12812         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
12813         we don't require GNU fnmatch ourselves (if our users require it, they
12814         should do so explicitly).
12815
12816         Fix regex code so it doesn't rely on strcasecmp.
12817         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
12818         Otherwise, include gnulib's langinfo.h.
12819         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
12820         undesirable behavior in non-C locales.  Instead, rely on localecharset.
12821         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
12822         * modules/regex (FILES): Remove m4/codeset.m4.
12823         (Depends-on): Add localcharset.  Remove strcase.
12824
12825 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12826
12827         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
12828         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
12829
12830 2007-02-13  Bruno Haible  <bruno@clisp.org>
12831
12832         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
12833         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12834
12835 2007-02-12  Bruno Haible  <bruno@clisp.org>
12836
12837         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
12838         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
12839         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
12840         time warning rather than a link error.
12841
12842 2007-02-12  Bruno Haible  <bruno@clisp.org>
12843
12844         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
12845         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12846         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12847
12848 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
12851         args, not 2.
12852
12853 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12854
12855         New module 'time', so that apps can include <time.h> as per
12856         POSIX and GNU instead of separate include files like time_r.h
12857         and timegm.h.  This implementation tries out a simpler approach
12858         for replacing decls in standard include files (as compared to
12859         the string module), somewhat as an experiment.
12860
12861         * config/srclist.txt: Comment out mktime.c for now.
12862         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
12863         since it doesn't apply any more.  Use generic wording instead.
12864         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
12865         'time'.
12866         * lib/time_.h, m4/time_h.m4, modules/time: New files.
12867         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
12868         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
12869         Don't include <sys/types.h>; no longer needed since we assume C89.
12870         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
12871         * lib/strftime.c: Likewise.
12872         * lib/time_r.c: Likewise.
12873         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
12874         * lib/nanosleep.c: Include <time.h> first, to check interface.
12875         * lib/strptime.c: Likewise.
12876         * lib/time_r.c: Likewise.
12877         * lib/timegm.c: Likewise.
12878         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
12879         needed.
12880         * lib/timegm.c: Don't include timegm.h; no longer needed.
12881         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
12882         time.h now handles any problems in that area.
12883         (struct timespec, nanosleep): Remove; time.h now arranges for these.
12884         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
12885         that time.h defines struct timespec.
12886         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
12887         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
12888         handles that.
12889         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
12890         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
12891         needed.  Set REPLACE_LOCALTIME.
12892         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
12893         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
12894         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
12895         nanosleep; time_h.m4 now does that.  Don't require
12896         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
12897         module handles this now.
12898         * modules/getdate (Depends-on): Remove timespec.  Add time.
12899         * modules/nanosleep (Depends-on): Likewise.
12900         * modules/stat-time (Depends-on): Likewise.
12901         * modules/nanosleep (Include): Include time.h, not timespec.h.
12902         * modules/strptime (Files): Remove lib/strptime.h.
12903         (Depends-on): Add extensions, time.
12904         (Include): Include time.h, not strptime.h.
12905         * modules/time_r (Files): Remove lib/time_r.h.
12906         (Depends-on): Add time.
12907         (Include): Include time.h, not time_r.h.
12908         * modules/timegm: Likewise.
12909         * modules/timespec (Description): Now does timespec-related decls
12910         of our own, instead of struct timespec itself.
12911         (Depends-on): Add time; remove extensions.
12912         (Maintainer): Add self.
12913         * modules/utimecmp (Depends-on): Add time; remove timespec.
12914         * modules/utimens (Depends-on): Likewise.
12915         * modules/xnanosleep (Depends-on): Likewise.
12916
12917 2007-02-11  Bruno Haible  <bruno@clisp.org>
12918
12919         * lib/c-strstr.c: Include allocsa.h.
12920         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12921         * lib/c-strcasestr.c: Include allocsa.h.
12922         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12923         * lib/strcasestr.c: Include allocsa.h.
12924         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12925         * lib/mbsstr.c: Include allocsa.h.
12926         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12927         allocsa/freesa instead of malloc/free.
12928         * lib/mbscasestr.c: Include allocsa.h.
12929         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12930         allocsa/freesa instead of malloc/free.
12931         * modules/c-strstr (Depends-on): Add allocsa.
12932         * modules/c-strcasestr (Depends-on): Likewise.
12933         * modules/strcasestr (Depends-on): Likewise.
12934         * modules/mbsstr (Depends-on): Likewise.
12935         * modules/mbscasestr (Depends-on): Likewise.
12936
12937 2007-02-11  Bruno Haible  <bruno@clisp.org>
12938
12939         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
12940
12941         * modules/mbsspn-tests: New file.
12942         * tests/test-mbsspn.sh: New file.
12943         * tests/test-mbsspn.c: New file.
12944
12945 2007-02-11  Bruno Haible  <bruno@clisp.org>
12946
12947         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
12948
12949         * modules/mbspbrk-tests: New file.
12950         * tests/test-mbspbrk.sh: New file.
12951         * tests/test-mbspbrk.c: New file.
12952
12953 2007-02-11  Bruno Haible  <bruno@clisp.org>
12954
12955         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
12956         unneeded cast.
12957
12958         * modules/mbscspn-tests: New file.
12959         * tests/test-mbscspn.sh: New file.
12960         * tests/test-mbscspn.c: New file.
12961
12962 2007-02-11  Bruno Haible  <bruno@clisp.org>
12963
12964         * modules/mbscasecmp-tests: New file.
12965         * tests/test-mbscasecmp.sh: New file.
12966         * tests/test-mbscasecmp.c: New file.
12967
12968 2007-02-11  Bruno Haible  <bruno@clisp.org>
12969
12970         Ensure O(n) worst-case complexity of mbscasestr.
12971         * lib/mbscasestr.c: Include stdbool.h.
12972         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12973         functions.
12974         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
12975         the bookkeeping indicates that it's worth it.
12976         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
12977
12978         * modules/mbscasestr-tests: New file.
12979         * tests/test-mbscasestr1.c: New file.
12980         * tests/test-mbscasestr2.sh: New file.
12981         * tests/test-mbscasestr2.c: New file.
12982         * tests/test-mbscasestr3.sh: New file.
12983         * tests/test-mbscasestr3.c: New file.
12984         * tests/test-mbscasestr4.sh: New file.
12985         * tests/test-mbscasestr4.c: New file.
12986         * m4/locale-tr.m4: New file.
12987
12988 2007-02-11  Bruno Haible  <bruno@clisp.org>
12989
12990         Ensure O(n) worst-case complexity of mbsstr.
12991         * lib/mbsstr.c: Include stdbool.h.
12992         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12993         functions.
12994         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
12995         bookkeeping indicates that it's worth it.
12996         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
12997
12998         * modules/mbsstr-tests: New file.
12999         * tests/test-mbsstr1.c: New file.
13000         * tests/test-mbsstr2.sh: New file.
13001         * tests/test-mbsstr2.c: New file.
13002         * tests/test-mbsstr3.sh: New file.
13003         * tests/test-mbsstr3.c: New file.
13004         * m4/locale-fr.m4: New file.
13005
13006 2007-02-11  Bruno Haible  <bruno@clisp.org>
13007
13008         * lib/mbsrchr.c (mbsrchr): Fix bug.
13009
13010         * modules/mbsrchr-tests: New file.
13011         * tests/test-mbsrchr.sh: New file.
13012         * tests/test-mbsrchr.c: New file.
13013
13014 2007-02-11  Bruno Haible  <bruno@clisp.org>
13015
13016         * lib/mbschr.c (mbschr): Fix bug.
13017
13018         * modules/mbschr-tests: New file.
13019         * tests/test-mbschr.sh: New file.
13020         * tests/test-mbschr.c: New file.
13021         * m4/locale-zh.m4: New file.
13022
13023 2007-02-11  Bruno Haible  <bruno@clisp.org>
13024
13025         Support for copying multibyte string iterators.
13026         * lib/mbiter.h: Include <string.h>.
13027         (mbiter_multi_copy): New function.
13028         (mbi_copy): New macro.
13029         * lib/mbuiter.h: Include <string.h>.
13030         (mbuiter_multi_copy): New function.
13031         (mbui_copy): New macro.
13032
13033 2007-02-11  Bruno Haible  <bruno@clisp.org>
13034
13035         New module mbslen.
13036         * modules/mbslen: New file.
13037         * lib/mbslen.c: New file.
13038         * lib/string_.h (mbslen): New declaration.
13039         * m4/mbslen.m4: New file.
13040         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13041         GNULIB_MBSLEN.
13042         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
13043         * MODULES.html.sh (Internationalization functions): Add mbslen.
13044
13045 2007-02-11  Bruno Haible  <bruno@clisp.org>
13046
13047         Ensure O(n) worst-case complexity of strcasestr substitute.
13048         * lib/strcasestr.c: Include stdbool.h.
13049         (knuth_morris_pratt): New function.
13050         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13051         bookkeeping indicates that it's worth it.
13052         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
13053
13054         * modules/strcasestr-tests: New file.
13055         * tests/test-strcasestr.c: New file.
13056
13057 2007-02-11  Bruno Haible  <bruno@clisp.org>
13058
13059         Ensure O(n) worst-case complexity of c_strcasestr.
13060         * lib/c-strcasestr.c: Include stdbool.h, string.h.
13061         (knuth_morris_pratt): New function.
13062         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
13063         the bookkeeping indicates that it's worth it.
13064         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
13065
13066         * modules/c-strcasestr-tests: New file.
13067         * tests/test-c-strcasestr.c: New file.
13068
13069 2007-02-11  Bruno Haible  <bruno@clisp.org>
13070
13071         Ensure O(n) worst-case complexity of c_strstr.
13072         * lib/c-strstr.c: Include stdbool.h, string.h.
13073         (knuth_morris_pratt): New function.
13074         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13075         bookkeeping indicates that it's worth it.
13076         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
13077
13078         * lib/c-strstr.c: Complete rewrite for maintainability.
13079
13080         * modules/c-strstr-tests: New file.
13081         * tests/test-c-strstr.c: New file.
13082
13083 2007-02-11  Bruno Haible  <bruno@clisp.org>
13084
13085         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
13086         5.2.1 and earlier, whereby \055 was treated just like the range
13087         delimiter '-'.
13088         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13089
13090 2007-02-08  Bruno Haible  <bruno@clisp.org>
13091
13092         * modules/regex (Depends-on): Add stdbool.
13093         Reported by Dalibor Topic <robilad@kaffe.org>.
13094
13095 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13096
13097         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
13098         Prefer returning from main to exiting from it.
13099         Remove unnecessary parens after sizeof.
13100
13101 2007-02-05  Bruno Haible  <bruno@clisp.org>
13102
13103         New module mbssep.
13104         * modules/mbssep: New file.
13105         * lib/mbssep.c: New file.
13106         * lib/string_.h (strsep): Add a conditional link warning.
13107         (mbssep): New declaration.
13108         * m4/mbssep.m4: New file.
13109         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13110         GNULIB_MBSSEP.
13111         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
13112         * MODULES.html.sh (Internationalization functions): Add mbssep.
13113
13114 2007-02-05  Bruno Haible  <bruno@clisp.org>
13115
13116         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
13117         Optimize search in case of 1 delimiter.
13118
13119 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13120
13121         * lib/acl.h: Include sys/types.h before sys/acl.h.
13122
13123 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13124
13125         Merge upstream fix for glibc bugzilla #3957:
13126
13127         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
13128
13129         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
13130         bit for RE_HAT_LISTS_NOT_NEWLINE.
13131         (build_charclass_op): Remove bogus comment.
13132
13133 2007-02-05  Simon Josefsson  <simon@josefsson.org>
13134
13135         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
13136
13137 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13138
13139         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
13140         * lib/memmem.c [!defined _LIBC]: Include config.h.
13141
13142 2007-02-04  Bruno Haible  <bruno@clisp.org>
13143
13144         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
13145         warning message.
13146
13147 2007-02-04  Bruno Haible  <bruno@clisp.org>
13148
13149         New module mbstok_r.
13150         * modules/mbstok_r: New file.
13151         * lib/mbstok_r.c: New file.
13152         * lib/string_.h (strtok_r): Change argument names to match the
13153         comments. Add a conditional link warning.
13154         (mbstok_r): New declaration.
13155         * m4/mbstok_r.m4: New file.
13156         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13157         GNULIB_MBSTOK_R.
13158         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
13159         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
13160
13161 2007-02-04  Bruno Haible  <bruno@clisp.org>
13162
13163         New module mbsspn.
13164         * modules/mbsspn: New file.
13165         * lib/mbsspn.c: New file.
13166         * lib/string_.h (strspn): Add a conditional link warning.
13167         (mbsspn): New declaration.
13168         * m4/mbsspn.m4: New file.
13169         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13170         GNULIB_MBSSPN.
13171         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
13172         * MODULES.html.sh (Internationalization functions): Add mbsspn.
13173
13174 2007-02-04  Bruno Haible  <bruno@clisp.org>
13175
13176         New module mbspbrk.
13177         * modules/mbspbrk: New file.
13178         * lib/mbspbrk.c: New file.
13179         * lib/string_.h (strpbrk): Add a conditional link warning.
13180         (mbspbrk): New declaration.
13181         * m4/mbspbrk.m4: New file.
13182         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13183         GNULIB_MBSPBRK.
13184         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
13185         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
13186
13187 2007-02-04  Bruno Haible  <bruno@clisp.org>
13188
13189         New module mbscspn.
13190         * modules/mbscspn: New file.
13191         * lib/mbscspn.c: New file.
13192         * lib/string_.h (strcspn): Add a conditional link warning.
13193         (mbscspn): New declaration.
13194         * m4/mbscspn.m4: New file.
13195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13196         GNULIB_MBSCSPN.
13197         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
13198         * MODULES.html.sh (Internationalization functions): Add mbscspn.
13199
13200 2007-02-04  Bruno Haible  <bruno@clisp.org>
13201
13202         New module mbscasestr, reduced goal of strcasestr.
13203         * modules/mbscasestr: New file.
13204         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
13205         (mbscasestr): Renamed from strcasestr.
13206         * lib/strcasestr.c: Don't include mbuiter.h.
13207         (strcasestr): Remove support for multibyte locales.
13208         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
13209         Change the conditional link warning.
13210         (mbscasestr): New declaration.
13211         * m4/mbscasestr.m4: New file.
13212         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
13213         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
13214         REPLACE_STRCASESTR.
13215         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
13216         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13217         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13218         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
13219         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
13220         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13221         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
13222         (Depends-on): Remove mbuiter.
13223         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
13224
13225 2007-02-04  Bruno Haible  <bruno@clisp.org>
13226
13227         Simplify handling of strncasecmp.
13228         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
13229         the conditional link warning.
13230         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13231         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
13232         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
13233         * modules/strcase (configure.ac): Don't invoke
13234         gl_STRING_MODULE_INDICATOR.
13235         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
13236
13237 2007-02-04  Bruno Haible  <bruno@clisp.org>
13238
13239         New module mbscasecmp, reduced goal of strcasecmp.
13240         * modules/mbscasecmp: New file.
13241         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
13242         (mbscasecmp): Renamed from strcasecmp.
13243         * lib/strcasecmp.c: Don't include mbuiter.h.
13244         (strcasecmp): Remove support for multibyte locales.
13245         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
13246         Change the conditional link warning.
13247         (mbscasecmp): New declaration.
13248         * m4/mbscasecmp.m4: New file.
13249         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
13250         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
13251         REPLACE_STRCASECMP.
13252         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
13253         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13254         GNULIB_MBSCASECMP.
13255         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
13256         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
13257         * modules/strcase (Files): Remove m4/mbrtowc.m4.
13258         (Depends-on): Remove mbuiter.
13259         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
13260
13261 2007-02-04  Bruno Haible  <bruno@clisp.org>
13262
13263         New module mbsstr. Remove module strstr.
13264         * modules/mbsstr: New file.
13265         * modules/strstr: Remove file.
13266         * lib/mbsstr.c: Renamed from lib/strstr.c.
13267         (mbsstr): Renamed from strstr.
13268         * lib/string_.h (strstr): Remove declaration. Change the conditional
13269         link warning.
13270         (mbsstr): New declaration.
13271         * m4/mbsstr.m4: New file.
13272         * m4/strstr.m4: Remove file.
13273         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
13274         REPLACE_STRSTR.
13275         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
13276         Don't initialize GNULIB_STRSTR.
13277         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
13278         substitute GNULIB_STRSTR and REPLACE_STRSTR.
13279         * MODULES.html.sh (Internationalization functions): Add mbsstr.
13280         (Support for systems lacking ANSI C 89): Remove strstr.
13281
13282 2007-02-04  Bruno Haible  <bruno@clisp.org>
13283
13284         New module mbsrchr.
13285         * modules/mbsrchr: New file.
13286         * lib/mbsrchr.c: New file.
13287         * lib/string_.h (strrchr): Add a conditional link warning.
13288         (mbsrchr): New declaration.
13289         * m4/mbsrchr.m4: New file.
13290         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13291         GNULIB_MBSRCHR.
13292         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
13293         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
13294
13295 2007-02-04  Bruno Haible  <bruno@clisp.org>
13296
13297         New module mbschr.
13298         * modules/mbschr: New file.
13299         * lib/mbschr.c: New file.
13300         * lib/string_.h (strchr): Add a conditional link warning.
13301         (mbschr): New declaration.
13302         * m4/mbschr.m4: New file.
13303         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13304         GNULIB_MBSCHR.
13305         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
13306         * MODULES.html.sh (Internationalization functions): Add mbschr.
13307
13308 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13309
13310         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
13311
13312         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
13313
13314 2007-02-04  Bruno Haible  <bruno@clisp.org>
13315
13316         New module description section 'configure.ac-early'.
13317         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
13318         (func_get_autoconf_early_snippet): New function.
13319         (func_import, func_create_testdir): Use it. Remove special cases for
13320         modules 'extensions' and 'lock'.
13321         * modules/extensions (configure.ac-early): Require
13322         gl_USE_SYSTEM_EXTENSIONS.
13323         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
13324
13325 2007-02-04  Bruno Haible  <bruno@clisp.org>
13326
13327         Make use of gcj-4.3's -fsource and -ftarget option.
13328         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
13329         and if so try the options -fsource and -ftarget.
13330         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
13331         source_version, ftarget_option, target_version arguments.
13332         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
13333         (is_envjavac_oldgcj_14_14_usable): Renamed from
13334         is_envjavac_gcj_14_14_usable.
13335         (is_envjavac_oldgcj_14_13_usable): Renamed from
13336         is_envjavac_gcj_14_13_usable.
13337         (is_gcj_present): Update.
13338         (is_gcj_43, is_gcj43_usable): New functions.
13339         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
13340         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
13341         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
13342         try the options -fsource and -ftarget.
13343
13344 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
13347         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
13348         larger value.
13349
13350 2007-02-03  Jim Meyering  <jim@meyering.net>
13351
13352         Give tools a better chance to allocate space for very large buffers.
13353         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
13354
13355         Make pwd and readlink work also when run with an unreadable parent dir
13356         on systems with openat support.
13357         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
13358         provided getcwd function, even when we have openat support.
13359         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
13360
13361 2007-02-02  Bruno Haible  <bruno@clisp.org>
13362
13363         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13364         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
13365         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
13366         portability problems if one of these functions is only used on specific
13367         platforms.
13368         Reported by Paul Eggert.
13369
13370 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
13371
13372         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
13373         is causing more trouble than it's curing.
13374         * lib/regex_internal.h (__mempcpy): Remove.
13375         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
13376         (and make the code a tad smaller to boot).
13377         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
13378
13379 2007-02-02  Jim Meyering  <jim@meyering.net>
13380
13381         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
13382         section, not in the Makefile.am: one.
13383
13384 2007-02-02  Eric Blake  <ebb9@byu.net>
13385
13386         * lib/strchrnul.c: Always include config.h first.
13387
13388         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
13389         gnulib strstr is not necessary here.
13390
13391 2007-02-02  Simon Josefsson  <simon@josefsson.org>
13392
13393         * m4/socklen.m4: Fix typo.
13394
13395 2007-02-02  Eric Blake  <ebb9@byu.net>
13396
13397         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
13398         * modules/netinet_in (Makefile.am): Likewise.
13399
13400 2007-02-01  Bruno Haible  <bruno@clisp.org>
13401
13402         * lib/string_.h (GL_LINK_WARNING): New macro.
13403         (strcasecmp, strstr, strcasestr): If provided by the system,
13404         conditionally define as a macro that leads to a warning instead of to
13405         an error.
13406         (strncasecmp): Conditionally define as a macro that leads to a warning.
13407
13408 2007-02-01  Karl Berry  <karl@gnu.org>
13409
13410         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
13411
13412 2007-02-01  Bruno Haible  <bruno@clisp.org>
13413
13414         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
13415         renamings.
13416
13417 2007-02-01  Eric Blake  <ebb9@byu.net>
13418
13419         * modules/regex (Depends-on): Revert dependence on mempcpy.
13420         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
13421         module's definition of mempcpy.
13422         Reported by Paul Eggert.
13423
13424 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13425
13426         * lib/string_.h: If the gnulib module XYZ is not present, undefine
13427         the symbol XYZ before redefining it.  This fixes a problem with
13428         programs that don't use XYZ, when compiled on systems that define
13429         XYZ to something else.
13430
13431 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
13432
13433         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
13434         occurs when "mkdir -m foo" creates a setgid directory that is (1)
13435         writeable to group or other and (2) is intended to have a special
13436         mode bit that is set or cleared.  In such a case, the directory
13437         should be neither group- nor other-writeable until the special
13438         mode bits are right.
13439
13440 2007-01-31  Eric Blake  <ebb9@byu.net>
13441
13442         * modules/mountlist (Depends-on): Add strstr.
13443
13444         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
13445         bug.
13446         * modules/string (Makefile.am): Remove redundant replacement.
13447         * modules/regex (Depends-on): Add mempcpy.
13448
13449 2007-01-31  Bruno Haible  <bruno@clisp.org>
13450
13451         New module description field 'Link'.
13452         * gnulib-tool (func_usage): Document --extract-link-directive.
13453         (sed_extract_prog): Recognize 'Link' directive.
13454         (func_get_link_directive): New function.
13455         (func_import): Show summary of link directives.
13456         Handle --extract-link-directive option.
13457         * modules/acl (Link): New section.
13458         * modules/clock-time (Link): New section.
13459         * modules/euidaccess (Link): New section.
13460         * modules/gettext (Link): New section.
13461         * modules/iconv (Link): New section.
13462         * modules/lock (Link): New section.
13463         * modules/nanosleep (Link): New section.
13464         * modules/readline (Link): New section.
13465
13466 2007-01-27  Bruno Haible  <bruno@clisp.org>
13467
13468         Enforce the use of gnulib modules for unportable <string.h> functions.
13469         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
13470         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
13471         (gl_HEADER_STRING_H_BODY): Require it.
13472         * lib/string_.h: If the gnulib module XYZ is not present, redefine
13473         the symbol XYZ to one that gives a link error.
13474         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
13475         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
13476         * modules/mempcpy (configure.ac): Likewise.
13477         * modules/memrchr (configure.ac): Likewise.
13478         * modules/stpcpy (configure.ac): Likewise.
13479         * modules/stpncpy (configure.ac): Likewise.
13480         * modules/strcase (configure.ac): Likewise.
13481         * modules/strcasestr (configure.ac): Likewise.
13482         * modules/strchrnul (configure.ac): Likewise.
13483         * modules/strdup (configure.ac): Likewise.
13484         * modules/strndup (configure.ac): Likewise.
13485         * modules/strnlen (configure.ac): Likewise.
13486         * modules/strpbrk (configure.ac): Likewise.
13487         * modules/strsep (configure.ac): Likewise.
13488         * modules/strstr (configure.ac): Likewise.
13489         * modules/strtok_r (configure.ac): Likewise.
13490
13491 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
13492
13493         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
13494
13495 2007-01-30  Jim Meyering  <jim@meyering.net>
13496
13497         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
13498
13499 2007-01-29  Bruno Haible  <bruno@clisp.org>
13500
13501         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
13502         * lib/execute.c: Likewise.
13503         * lib/pipe.c: Likewise.
13504         * lib/printf-args.h: Likewise.
13505         * lib/printf-args.c: Likewise.
13506         * lib/printf-parse.c: Likewise.
13507         * lib/vasnprintf.c: Likewise.
13508
13509 2007-01-29  Eric Blake  <ebb9@byu.net>
13510
13511         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
13512         declaration.
13513
13514 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
13515
13516         * lib/strptime.h (strptime): Use 'restrict' for args where
13517         POSIX requires this.
13518         * lib/strptime.c (strptime): Likewise.
13519         Change license notice from LGPL to GPL, since gnulib-tool will
13520         change this as needed.
13521         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
13522         defined.
13523         Include "strptime.h" first, to check interface.
13524         Do not #undef _LIBC and _NL_CURRENT.
13525         Do not include <stdlib.h>; no longer needed.
13526         Include "time_r.h" and declare ptime_locale_status
13527         only if _LIBC is not defined.
13528         (__P): Remove unused macro.
13529         (match_string): Bring back glibc version, but use it only if _LIBC
13530         is defined.
13531         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
13532         Remove unnecessary assertion and abort() call.
13533         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
13534         * m4/strptime.m4: Fix serial number comment.
13535         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
13536         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
13537         (Depends-on): Add time_r.
13538
13539 2007-01-29  Bruno Haible  <bruno@clisp.org>
13540
13541         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13542         strptime.
13543         * modules/strptime (Depends-on): Add stdbool.
13544         * lib/strptime.h: Include <time.h> always. Add comments.
13545
13546 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13547
13548         * modules/strptime: New file.
13549         * lib/strptime.h: New file.
13550         * lib/strptime.c: New file.
13551         * m4/strptime.m4: New file.
13552
13553 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13554
13555         * MODULES.html.sh: New module mpsort.
13556         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
13557
13558         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
13559         a circularity problem with HP-UX ia64 reported by Bob Proulx in
13560         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
13561         All uses changed.
13562         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
13563         All uses changed.
13564         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
13565         to _Restrict_.
13566         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
13567         the parameter matches the prototype.
13568
13569 2007-01-28  Jim Meyering  <jim@meyering.net>
13570
13571         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
13572         sys/time.h here, reverting that part of the previous patch:
13573         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
13574
13575 2007-01-28  Bruno Haible  <bruno@clisp.org>
13576
13577         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
13578         value of $(SYS_TIME_H).
13579         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
13580         remove it conditionally, too. [added by Jim Meyering]
13581         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
13582         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13583         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
13584         GETTIMEOFDAY_REPLACEMENT to 1.
13585
13586 2007-01-28  Bruno Haible  <bruno@clisp.org>
13587
13588         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
13589         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
13590         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
13591         Set UNISTD_H instead of UNISTD_H2.
13592         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
13593
13594 2007-01-28  Bruno Haible  <bruno@clisp.org>
13595
13596         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
13597         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
13598
13599 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13600
13601         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
13602         (func_create_testdir): Ensure C locale for `grep' and `tr'
13603         character ranges.
13604         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
13605         ACLOCAL_AMFLAGS parsing state machine.
13606
13607 2007-01-27  Bruno Haible  <bruno@clisp.org>
13608
13609         * modules/unistr/base: Update.
13610
13611 2007-01-27  Bruno Haible  <bruno@clisp.org>
13612
13613         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
13614         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
13615         * modules/unistr/u32-mbtouc-unsafe: Renamed from
13616         modules/unistr/u32-mbtouc.
13617         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
13618         * lib/unistr.h: Update.
13619         * lib/linebreak.c: Update.
13620         * modules/unistr/u32-mbtouc: Renamed from
13621         modules/unistr/u32-mbtouc-safe.
13622         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
13623         * lib/unistr.h: Update.
13624         * lib/unistr/u32-to-u8.c: Update.
13625         * lib/unistr/u32-to-u16.c: Update.
13626
13627 2007-01-27  Bruno Haible  <bruno@clisp.org>
13628
13629         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
13630         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
13631         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
13632         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
13633         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
13634         * modules/unistr/u16-mbtouc-unsafe: Renamed from
13635         modules/unistr/u16-mbtouc.
13636         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
13637         * lib/unistr.h: Update.
13638         * lib/linebreak.c: Update.
13639         * modules/linebreak: Update.
13640         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
13641         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
13642         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
13643         * modules/unistr/u16-mbtouc: Renamed from
13644         modules/unistr/u16-mbtouc-safe.
13645         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
13646         * lib/unistr.h: Update.
13647         * lib/unistr/u16-to-u8.c: Update.
13648         * modules/unistr/u16-to-u8: Update.
13649         * lib/unistr/u16-to-u32.c: Update.
13650         * modules/unistr/u16-to-u32: Update.
13651
13652 2007-01-27  Bruno Haible  <bruno@clisp.org>
13653
13654         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
13655         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
13656         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
13657         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
13658         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
13659         * modules/unistr/u8-mbtouc-unsafe: Renamed from
13660         modules/unistr/u8-mbtouc.
13661         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
13662         * lib/unistr.h: Update.
13663         * lib/striconveh.c: Update.
13664         * modules/striconveh: Update.
13665         * lib/linebreak.c: Update.
13666         * modules/linebreak: Update.
13667         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
13668         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
13669         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
13670         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
13671         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
13672         * lib/unistr.h: Update.
13673         * lib/striconveh.c: Update.
13674         * modules/striconveh: Update.
13675         * lib/unistr/u8-to-u16.c: Update.
13676         * modules/unistr/u8-to-u16: Update.
13677         * lib/unistr/u8-to-u32.c: Update.
13678         * modules/unistr/u8-to-u32: Update.
13679
13680 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13681
13682         Sync from Libtool.
13683         * lib/argz.c: Do not include strings.h nor memory.h, include
13684         string.h unconditionally.  Patch by Simon Josefsson.
13685
13686 2007-01-27  Bruno Haible  <bruno@clisp.org>
13687
13688         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
13689         from gl_HEADER_STRING_H_BODY.
13690         (gl_HEADER_STRING_H_BODY): Require it.
13691         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
13692         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13693         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13694         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13695         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13696         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
13697         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13698         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13699         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
13700         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13701         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13702         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
13703         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13704         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13705         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13706
13707 2007-01-27  Bruno Haible  <bruno@clisp.org>
13708
13709         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
13710         check_PROGRAMS into noinst_PROGRAMS.
13711         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
13712         check_PROGRAMS in this case.
13713         (func_import): Set for_test to false.
13714         (func_create_testdir): Set for_test to true.
13715
13716 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
13717             Bruno Haible  <bruno@clisp.org>
13718
13719         * modules/strcasestr (Files): Remove lib/strcasestr.h.
13720         (Depends-on): Add string.
13721         (Includes): Use <string.h> instead of strcasestr.h.
13722         * modules/string (Makefile.am): Also substitute the value of
13723         REPLACE_STRCASESTR.
13724         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
13725         assume strcasestr is declared in <string.h> not <strings.h>. Also
13726         set REPLACE_STRCASESTR.
13727         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
13728         REPLACE_STRCASESTR.
13729         * lib/strcasestr.h: Remove file.
13730         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
13731         * lib/string_.h (strcasestr): New declaration.
13732
13733 2007-01-27  Bruno Haible  <bruno@clisp.org>
13734
13735         * lib/string_.h: Use 'extern'.
13736
13737 2007-01-27  Jim Meyering  <jim@meyering.net>
13738
13739         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
13740         of set-but-not-used local, "q".
13741
13742         * lib/mempcpy.c: Include <config.h> before <string.h>.
13743         This fixes a compilation error on HP-UX, due to the system's
13744         "restrict"-using mempcpy prototype.
13745
13746 2007-01-26  Bruno Haible  <bruno@clisp.org>
13747
13748         Small optimization.
13749         * lib/javacomp.c: Include c-strstr.h.
13750          (is_envjavac_gcj): Use c_strstr instead of strstr.
13751         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
13752
13753 2007-01-26  Bruno Haible  <bruno@clisp.org>
13754
13755         * MODULES.html.sh (Unicode string functions): Add the new modules.
13756
13757         * modules/uniconv/u32-strconv-to-locale: New file.
13758         * lib/uniconv/u32-strconv-to-locale.c: New file.
13759
13760         * modules/uniconv/u16-strconv-to-locale: New file.
13761         * lib/uniconv/u16-strconv-to-locale.c: New file.
13762
13763         * modules/uniconv/u8-strconv-to-locale: New file.
13764         * lib/uniconv/u8-strconv-to-locale.c: New file.
13765
13766         * modules/uniconv/u32-strconv-from-locale: New file.
13767         * lib/uniconv/u32-strconv-from-locale.c: New file.
13768
13769         * modules/uniconv/u16-strconv-from-locale: New file.
13770         * lib/uniconv/u16-strconv-from-locale.c: New file.
13771
13772         * modules/uniconv/u8-strconv-from-locale: New file.
13773         * lib/uniconv/u8-strconv-from-locale.c: New file.
13774
13775         * modules/uniconv/u32-strconv-to-enc: New file.
13776         * lib/uniconv/u32-strconv-to-enc.c: New file.
13777         * modules/uniconv/u32-strconv-to-enc-tests: New file.
13778         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
13779
13780         * modules/uniconv/u16-strconv-to-enc: New file.
13781         * lib/uniconv/u16-strconv-to-enc.c: New file.
13782         * lib/uniconv/u-strconv-to-enc.h: New file.
13783         * modules/uniconv/u16-strconv-to-enc-tests: New file.
13784         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
13785
13786         * modules/uniconv/u8-strconv-to-enc: New file.
13787         * lib/uniconv/u8-strconv-to-enc.c: New file.
13788         * modules/uniconv/u8-strconv-to-enc-tests: New file.
13789         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
13790
13791         * modules/uniconv/u32-strconv-from-enc: New file.
13792         * lib/uniconv/u32-strconv-from-enc.c: New file.
13793         * modules/uniconv/u32-strconv-from-enc-tests: New file.
13794         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
13795
13796         * modules/uniconv/u16-strconv-from-enc: New file.
13797         * lib/uniconv/u16-strconv-from-enc.c: New file.
13798         * modules/uniconv/u16-strconv-from-enc-tests: New file.
13799         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
13800
13801         * modules/uniconv/u8-strconv-from-enc: New file.
13802         * lib/uniconv/u8-strconv-from-enc.c: New file.
13803         * lib/uniconv/u-strconv-from-enc.h: New file.
13804         * modules/uniconv/u8-strconv-from-enc-tests: New file.
13805         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
13806
13807         * modules/uniconv/u32-conv-from-enc: New file.
13808         * lib/uniconv/u32-conv-from-enc.c: New file.
13809         * modules/uniconv/u32-conv-from-enc-tests: New file.
13810         * tests/uniconv/test-u32-conv-from-enc.c: New file.
13811
13812         * modules/uniconv/u16-conv-from-enc: New file.
13813         * lib/uniconv/u16-conv-from-enc.c: New file.
13814         * lib/uniconv/u-conv-from-enc.h: New file.
13815         * modules/uniconv/u16-conv-from-enc-tests: New file.
13816         * tests/uniconv/test-u16-conv-from-enc.c: New file.
13817
13818         * modules/uniconv/u8-conv-from-enc: New file.
13819         * lib/uniconv/u8-conv-from-enc.c: New file.
13820         * modules/uniconv/u8-conv-from-enc-tests: New file.
13821         * tests/uniconv/test-u8-conv-from-enc.c: New file.
13822
13823         * modules/uniconv/base: New file.
13824         * lib/uniconv.h: New file.
13825
13826 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13827
13828         * doc/gnulib-tool.texi (Initial import): Update to match current
13829         behavior with strdup module.
13830         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
13831         * lib/memmem.h: Remove; all uses removed.  This is now done
13832         by <string.h>.
13833         * lib/mempcpy.h: Likewise.
13834         * lib/memrchr.h: Likewise.
13835         * lib/stpcpy.h: Likewise.
13836         * lib/stpncpy.h: Likewise.
13837         * lib/strcase.h: Likewise.
13838         * lib/strchrnul.h: Likewise.
13839         * lib/strdup.h: Likewise.
13840         * lib/strndup.h: Likewise.
13841         * lib/strnlen.h: Likewise.
13842         * lib/strpbrk.h: Likewise.
13843         * lib/strsep.h: Likewise.
13844         * lib/strstr.h: Likewise.
13845         * lib/strtok_r.h: Likewise.
13846         * lib/string_.h: New file.
13847         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
13848         Rely on <string.h> instead.
13849         * lib/canon-host.c: Likewise.
13850         * lib/chdir-long.c: Likewise.
13851         * lib/concatpath.c: Likewise.
13852         * lib/exclude.c: Likewise.
13853         * lib/fchdir.c: Likewise.
13854         * lib/getaddrinfo.c: Likewise.
13855         * lib/getcwd.c: Likewise.
13856         * lib/getsubopt.c: Likewise.
13857         * lib/glob.c: Likewise.
13858         * lib/hard-locale.c: Likewise.
13859         * lib/iconvme.c: Likewise.
13860         * lib/javacomp.c: Likewise.
13861         * lib/mempcpy.c: Likewise.
13862         * lib/memrchr.c: Likewise.
13863         * lib/regex_internal.h: Likewise.
13864         * lib/stpncpy.c: Likewise.
13865         * lib/strcasecmp.c: Likewise.
13866         * lib/strchrnul.c: Likewise.
13867         * lib/strdup.c: Likewise.
13868         * lib/striconv.c: Likewise.
13869         * lib/striconveh.c: Likewise.
13870         * lib/striconveha.c: Likewise.
13871         * lib/strncasecmp.c: Likewise.
13872         * lib/strndup.c: Likewise.
13873         * lib/strnlen.c: Likewise.
13874         * lib/strsep.c: Likewise.
13875         * lib/strstr.c: Likewise.
13876         * lib/strtok_r.c: Likewise.
13877         * lib/userspec.c: Likewise.
13878         * lib/w32spawn.h: Likewise.
13879         * lib/xstrndup.c: Likewise.
13880         * lib/mountlist.c (strstr): Remove decl.
13881         * m4/string_h.m4: New file.
13882         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
13883         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
13884         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
13885         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
13886         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
13887         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
13888         Set REPLACE_STRCASECMP if necessary.
13889         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
13890         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
13891         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
13892         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
13893         HAVE_DECL_STRDUP if necessary.
13894         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
13895         since gl_FUNC_STRNDUP does that now.
13896         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
13897         Check for decl here...
13898         (gl_PREREQ_STRNLEN): ... not here.
13899         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
13900         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
13901         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
13902         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
13903         necessary.
13904         * modules/string: New file.
13905         * modules/memmem (Files): Remove special-purpose include file.
13906         (Depends-on): Add string.
13907         (Include): Include <string.h>, not the removed file.
13908         * modules/mempcpy: Likewise.
13909         * modules/memrchr: Likewise.
13910         * modules/stpcpy: Likewise.
13911         * modules/stpncpy: Likewise.
13912         * modules/strcase: Likewise.
13913         * modules/strchrnul: Likewise.
13914         * modules/strdup: Likewise.
13915         * modules/strndup: Likewise.
13916         * modules/strnlen: Likewise.
13917         * modules/strpbrk: Likewise.
13918         * modules/strsep: Likewise.
13919         * modules/strstr: Likewise.
13920         * modules/strtok_r: Likewise.
13921         * tests/test-dirname.c: Don't include "strdup.h", since
13922         <string.h> now suffices.
13923         * tests/test-memmem.c: Don't include "memmem.h", since
13924         <string.h> now suffices.
13925
13926 2007-01-25  Bruno Haible  <bruno@clisp.org>
13927
13928         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
13929         *resultp is 0.
13930
13931         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
13932         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
13933         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
13934         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
13935
13936         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
13937         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
13938         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
13939         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
13940         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
13941         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
13942
13943 2007-01-24  Bruno Haible  <bruno@clisp.org>
13944
13945         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
13946         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
13947         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
13948         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
13949         gl_FUNC_FTS_CORE.
13950         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
13951         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
13952         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13953         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
13954         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
13955         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
13956         gl_FUNC_FCHOWNAT.
13957         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
13958         gl_FUNC_STRFTIME.
13959         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
13960         Reported by Ralf Wildenhues.
13961
13962 2007-01-24  Bruno Haible  <bruno@clisp.org>
13963
13964         Drop AC_REQUIRE calls that are redundant with the module dependencies.
13965         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
13966         gl_GETADDRINFO.
13967         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
13968         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
13969         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
13970
13971 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
13972
13973         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
13974         Don't use 'exit'; just return from 'main'.
13975         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
13976
13977         * lib/fnmatch_.h: Readjust white space and comments to match
13978         glibc, to avoid spurious diffs.
13979
13980 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13981
13982         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
13983         2004-12-01 change by Jakub Jelinek, since this code won't compile
13984         if !LIBC.  Problem reported by Bob Proulx.
13985
13986 2007-01-23  Bruno Haible  <bruno@clisp.org>
13987
13988         * lib/striconveh.c: Include c-strcaseeq.h.
13989         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
13990         * modules/striconveh (Depends-on): Add c-strcaseeq.
13991
13992 2007-01-23  Bruno Haible  <bruno@clisp.org>
13993
13994         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
13995
13996         * modules/c-strcaseeq: New file.
13997         * lib/c-strcaseeq.h: New file.
13998
13999         * modules/streq: New file.
14000         * lib/streq.h: New file.
14001
14002 2007-01-23  Bruno Haible  <bruno@clisp.org>
14003
14004         * modules/striconveha-tests: New file.
14005         * tests/test-striconveha.c: New file.
14006
14007         * lib/striconveha.h: Include <stdbool.h>.
14008         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
14009         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
14010         (mem_iconveha_notranslit): Renamed from mem_iconveha.
14011         (mem_iconveha): New function.
14012         (str_iconveha_notranslit): Renamed from str_iconveha.
14013         (str_iconveha): New function.
14014         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
14015         c-strcase.
14016
14017 2007-01-23  Bruno Haible  <bruno@clisp.org>
14018
14019         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
14020         encodings without forgiving before trying any encoding with handler.
14021         (str_iconveha): Try all encodings without forgiving before trying any
14022         encoding with handler.
14023
14024 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14025
14026         Import the following changes from libc.
14027
14028         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14029
14030         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
14031
14032         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14033
14034         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
14035         normal_bracket label.
14036
14037         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
14038
14039         [BZ #361]
14040         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
14041         to normal_bracket after fetching the next character.
14042
14043 2007-01-22  Bruno Haible  <bruno@clisp.org>
14044
14045         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
14046         argument.
14047         * lib/striconveh.c (iconv_carefully_1): New function.
14048         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
14049         argument.
14050         (str_cd_iconveh): Update.
14051         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
14052         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
14053         * tests/test-striconveh.c (MAGIC): New macro.
14054         (new_offsets): New function.
14055         (main): Test call with and without offsets.
14056
14057 2007-01-22  Bruno Haible  <bruno@clisp.org>
14058
14059         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
14060         * modules/sys_select (Makefile.am): Likewise.
14061         * modules/sys_socket (Makefile.am): Likewise.
14062         * modules/sys_time (Makefile.am): Likewise.
14063
14064 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14065
14066         * modules/gettimeofday (License): Change from GPL to LGPL, since
14067         gettimeofday is a library function.
14068
14069 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14070
14071         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
14072
14073 2007-01-21  Bruno Haible  <bruno@clisp.org>
14074
14075         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
14076
14077 2007-01-21  Bruno Haible  <bruno@clisp.org>
14078
14079         * modules/striconveha: New file.
14080         * lib/striconveha.h: New file.
14081         * lib/striconveha.c: New file.
14082         * MODULES.html.sh (Internationalization functions): Add striconveha.
14083         * lib/striconv.c (str_iconv): Optimize the case of an empty input
14084         string.
14085         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
14086
14087 2007-01-21  Bruno Haible  <bruno@clisp.org>
14088
14089         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
14090         * lib/striconveh.c (str_iconveh): Likewise.
14091
14092 2007-01-21  Bruno Haible  <bruno@clisp.org>
14093
14094         * lib/striconveh.h (mem_iconveh): New declaration.
14095         * lib/striconveh.c (mem_iconveh): New function.
14096         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
14097
14098 2007-01-21  Bruno Haible  <bruno@clisp.org>
14099
14100         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
14101
14102         * lib/striconveh.h (mem_cd_iconveh): Change specification.
14103         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
14104         original result buffer.
14105         (str_cd_iconveh): Update.
14106         * tests/test-striconveh.c (main): Update.
14107
14108         * lib/striconv.h (mem_cd_iconv): Change specification.
14109         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
14110         result buffer.
14111         (str_cd_iconv): Update.
14112         * tests/test-striconv.c (main): Update.
14113
14114 2007-01-21  Bruno Haible  <bruno@clisp.org>
14115
14116         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
14117
14118 2007-01-20  Jim Meyering  <jim@meyering.net>
14119
14120         * lib/userspec.c (parse_with_separator): If a user or group string
14121         starts with "+", skip the corresponding name-to-ID look-up, since
14122         such a look-up must fail: user and group names may not include "+".
14123
14124 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14125
14126         * lib/poll.c: Include sys/time.h and time.h unconditionally,
14127         since we now assume the sys_time module.
14128         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
14129         check for sys/time.h; no longer needed.
14130         * modules/poll (Depends-on): Depend on sys_time.
14131
14132 2007-01-18  Bruno Haible  <bruno@clisp.org>
14133
14134         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
14135         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14136
14137         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
14138         gettimeofday.
14139
14140         * tests/test-gettimeofday.c: Include <time.h>.
14141         (dummy): Remove variable.
14142
14143         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
14144         gl_HEADER_SYS_TIME_H.
14145         (gl_HEADER_SYS_TIME_H): New macro.
14146
14147         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
14148         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14149         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
14150         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
14151         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14152         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
14153         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
14154         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14155         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
14156         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
14157         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14158
14159         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
14160         last change; it caused a compilation error when cross-compiling to
14161         Cygwin.
14162
14163 2007-01-18  Jim Meyering  <jim@meyering.net>
14164
14165         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
14166         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
14167         than the race-prone "test -d sys || mkdir sys".
14168         (configure.ac): Use AC_PROG_MKDIR_P.
14169         * modules/sys_select: Likewise.
14170         * modules/sys_socket: Likewise.
14171         * modules/sys_time: Likewise.
14172
14173 2007-01-18  Eric Blake  <ebb9@byu.net>
14174
14175         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
14176         replace gettimeofday.
14177         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
14178         name, to avoid infinite recursion.
14179
14180 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
14181
14182         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
14183         module sys_time.
14184         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
14185         assume timespec.h defines struct timeval.
14186         * lib/settime.c: Likewise.
14187         * lib/utimens.c: Likewise.
14188         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
14189         since we now assume the gettimeofday module.
14190         * lib/tempname.c (__gen_tempname): Likewise.
14191         * lib/gettimeofday.h: Remove.
14192         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
14193         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
14194         Include <time.h>, for 'time()'.
14195         (localtime_buffer_addr): Also use this workaround if
14196         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
14197         to simplify the uses.  All uses changed.
14198         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
14199         that #undef is inside {}, and 'const' follows type name consistently.
14200         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
14201         (gettimeofday): Do not use the maximum possible value for
14202         tv->tv_usec, since that might break usages other than ls.c.
14203         Instead, we'll leave ls.c alone.  This undoes today's patch
14204         by Bruno.  Add a compile-time warning for 1s-clock resolution;
14205         we've never observed the problem but might as well keep the
14206         canary.
14207         * lib/nanosleep.c: Include timespec.h first, for interface check.
14208         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
14209         now assume the sys_time module.
14210         * lib/tempname.c: Likewise.
14211         * lib/timespec.h: Likewise.
14212         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
14213         needed.
14214         * lib/strftime.c: Likewise.
14215         * lib/timespec.h: Likewise.
14216         * lib/posixtm.c: Include posixtm.h first, for interface check.
14217         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
14218         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
14219         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
14220         * lib/sys_time_.h: New file.
14221         * lib/timespec.h (struct timespec): Use long int, not long.
14222         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14223         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
14224         Remove obsolescent call to AC_HEADER_TIME.
14225         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
14226         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14227         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14228         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
14229         Likewise.
14230         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
14231         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
14232         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
14233         into the sys_time module.  Check for gettimeofday just once.
14234         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
14235         for gettimeofday signature to just check the signature.  Merely
14236         compile it, since linking doesn't test signature.  Improve test for
14237         whether gettimeofday.o is actually needed.
14238         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
14239         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
14240         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
14241         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14242         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
14243         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
14244         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
14245         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
14246         than worrying about sys/time.h.
14247         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14248         Don't bother worrying about TIME_WITH_SYS_TIME.
14249         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
14250         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
14251         * m4/sys_time_h.m4: New file.
14252         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
14253         Don't include sys/time.h.  Return from main rather than exiting.
14254         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
14255         all uses changed.
14256         * modules/gethrxtime (Depends-on): Add sys_time.
14257         * modules/gettime (Depends-on): Likewise.
14258         * modules/gettimeofday (Depends-on): Likewise.
14259         * modules/nanosleep (Depends-on): Likewise.
14260         * modules/settime (Depends-on): Likewise.
14261         * modules/tempname (Depends-on): Likewise.
14262         * modules/utimens (Depends-on): Likewise.
14263         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
14264         (Include:) Change back to <sys/time.h>.
14265         (Maintainer:) Add self.
14266         * modules/sys_time: New file.
14267         * modules/tempname (Depends-on): Add gettimeofday.
14268         * tests/test-gettimeofday.c: Include <sys/time.h>
14269         rather than gettimeofday.h.
14270
14271 2007-01-17  Bruno Haible  <bruno@clisp.org>
14272
14273         * gnulib-tool (func_get_license): Revert last patch. Instead, let
14274         the license default to GPL.
14275         (func_create_testdir): Don't complain if a module is LGPL and its
14276         tests module depends on GPLed modules.
14277
14278 2007-01-17  Bruno Haible  <bruno@clisp.org>
14279
14280         * lib/gettimeofday.c (gettimeofday): Add code for the case
14281         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
14282         maximum possible value for tv->tv_usec, rather than the minimum one.
14283
14284 2005-10-08  Martin Lambers  <marlam@marlam.de>
14285 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14286 2007-01-16  Bruno Haible  <bruno@clisp.org>
14287
14288         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
14289         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
14290         gl_FUNC_GETTIMEOFDAY.
14291         (Include): Add gettimeofday.h.
14292         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
14293         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
14294         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
14295         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
14296         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
14297         * lib/gettimeofday.h: New file.
14298         * lib/gettimeofday.c: Include <sys/timeb.h>.
14299         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
14300         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14301         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
14302         fall back on time().
14303
14304         * tests/test-gettimeofday.c: New file.
14305         * modules/gettimeofday-tests: New file.
14306
14307 2007-01-16  Eric Blake  <ebb9@byu.net>
14308
14309         * modules/fnmatch (Depends-on): Depend on wchar.
14310         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
14311         * m4/fnmatch.m4: Likewise.
14312         * modules/mbchar (Makefile.am): Assume <wchar.h>.
14313         * m4/mbchar.m4: Likewise.
14314         * modules/mbswidth (Depends-on): Depend on wchar.
14315         * lib/mbswidth.c: Assume <wchar.h>.
14316         * m4/mbswidth.m4: Likewise.
14317         * modules/quotearg (Depends-on): Depend on wchar.
14318         * lib/quotearg.c: Assume <wchar.h>.
14319         * m4/quotearg.m4: Likewise.
14320         * modules/regex (Depends-on): Depend on wchar.
14321         * lib/regex_internal.h: Assume <wchar.h>.
14322         * m4/regex.m4: Likewise.
14323         * modules/stdint (Depends-on): Depend on wchar.
14324         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
14325         * m4/stdint.m4: Likewise.
14326         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
14327         * modules/strftime (Depends-on): Depend on wchar.
14328         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
14329         * modules/strtol (Depends-on): Depend on wchar.
14330         * lib/strtol.c: Assume <wchar.h>.
14331         * modules/wcwidth (Depends-on): Depend on wchar.
14332         * lib/wcwidth.h: Assume <wchar.h>.
14333         * m4/wcwidth.m4: Likewise.
14334
14335 2007-01-16  Bruno Haible  <bruno@clisp.org>
14336
14337         * modules/csharpexec-script: New, created from...
14338         * modules/csharpexec: ... this.
14339
14340 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14341
14342         * modules/javaexec-script: New, created from...
14343         * modules/javaexec: ... this.
14344
14345 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14346
14347         * modules/poll (Dependencies): Add sys_select.
14348
14349 2007-01-15  Jim Meyering  <jim@meyering.net>
14350
14351         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
14352         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
14353         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
14354         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
14355
14356 2007-01-15  Bruno Haible  <bruno@clisp.org>
14357
14358         * modules/striconveh: New file.
14359         * lib/striconveh.h: New file.
14360         * lib/striconveh.c: New file.
14361         * MODULES.html.sh (Internationalization functions): Add striconveh.
14362
14363         * modules/striconveh-tests: New file.
14364         * tests/test-striconveh.c: New file.
14365
14366 2007-01-15  Bruno Haible  <bruno@clisp.org>
14367
14368         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
14369         not from GNU libiconv or GNU libc.
14370
14371 2007-01-15  Bruno Haible  <bruno@clisp.org>
14372
14373         * doc/gnulib-intro.texi (Copyright): Explain the different license
14374         terms for module descriptions, autoconf macros, tests, documentation.
14375
14376 2007-01-14  Bruno Haible  <bruno@clisp.org>
14377
14378         * modules/striconv-tests: New file.
14379         * tests/test-striconv.c: New file.
14380
14381 2007-01-14  Bruno Haible  <bruno@clisp.org>
14382
14383         * modules/iconv-tests: New file.
14384         * tests/test-iconv.c: New file.
14385
14386 2007-01-14  Bruno Haible  <bruno@clisp.org>
14387
14388         * gnulib-tool (func_get_license): For test modules, use the license of
14389         the main module.
14390
14391 2007-01-14  Bruno Haible  <bruno@clisp.org>
14392
14393         * modules/iconv (Include): Clarify that <iconv.h> can only be included
14394         if iconv is found to exist.
14395
14396 2007-01-14  Bruno Haible  <bruno@clisp.org>
14397
14398         * modules/c-ctype-tests: New file.
14399         * tests/test-c-ctype.c: New file.
14400
14401 2007-01-14  Bruno Haible  <bruno@clisp.org>
14402
14403         * modules/binary-io-tests: New file.
14404         * tests/test-binary-io.sh: New file.
14405         * tests/test-binary-io.c: New file.
14406
14407 2007-01-14  Bruno Haible  <bruno@clisp.org>
14408
14409         * modules/array-oset-tests: New file.
14410         * tests/test-array_oset.c: New file.
14411
14412 2007-01-14  Bruno Haible  <bruno@clisp.org>
14413
14414         * modules/array-list-tests: New file.
14415         * tests/test-array_list.c: New file.
14416
14417 2007-01-14  Bruno Haible  <bruno@clisp.org>
14418
14419         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
14420         and make.
14421         Reported by Simon Josefsson in
14422         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
14423
14424 2007-01-14  Bruno Haible  <bruno@clisp.org>
14425
14426         * modules/allocsa-tests: New file.
14427         * tests/test-allocsa.c: New file.
14428
14429 2007-01-14  Bruno Haible  <bruno@clisp.org>
14430
14431         * modules/fchdir (Depends-on): Add absolute-header.
14432         * modules/unistd (Depends-on): Likewise.
14433
14434 2006-12-30  Bruno Haible  <bruno@clisp.org>
14435
14436         * modules/fchdir: New file.
14437         * modules/unistd (Files): Add lib/unistd_.h.
14438         (Makefile.am): Generate unistd.h from unistd_.h.
14439         * lib/fchdir.c: New file.
14440         * lib/dirent_.h: New file.
14441         * lib/unistd_.h: New file.
14442         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
14443         * m4/fchdir.m4: New file.
14444         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
14445         (gl_HEADER_UNISTD): Invoke it.
14446         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
14447         function.
14448         * lib/backupfile.c (opendir, closedir): Undefine.
14449         * lib/chown.c (open, close): Undefine.
14450         * lib/clean-temp.c (open, close): Undefine.
14451         * lib/copy-file.c (open, close): Undefine.
14452         * lib/execute.c (open, close): Undefine.
14453         * lib/fsusage.c (open, close): Undefine.
14454         * lib/gc-gnulib.c (open, close): Undefine.
14455         * lib/getcwd.c (opendir, closedir): Undefine.
14456         * lib/glob.c (opendir, closedir): Undefine.
14457         * lib/javacomp.c (open, close): Undefine.
14458         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
14459         * lib/openat-proc.c (open, close): Undefine.
14460         * lib/pagealign_alloc.c (open, close): Undefine.
14461         * lib/pipe.c (open, close): Undefine.
14462         * lib/progreloc.c (open, close): Undefine.
14463         * lib/savedir.c (opendir, closedir): Undefine.
14464         * lib/utime.c (open, close): Undefine.
14465         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
14466
14467 2007-01-10  Bruno Haible  <bruno@clisp.org>
14468
14469         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
14470
14471 2007-01-12  Eric Blake  <ebb9@byu.net>
14472
14473         Provide a robust <wchar.h>.  Further simplifications are now
14474         possible in other modules, but not included here.
14475         * modules/wchar: New module.
14476         * m4/wchar.m4: New file.
14477         * lib/wchar_.h: Likewise.
14478         * modules/mbchar (Depends-on): Depend on wchar, as the first use
14479         of the new module.
14480         * MODULES.html.sh (Extended multibyte and wide character utilities):
14481         New section.
14482
14483 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
14486         to a reasonable default for memory allocation.
14487         (xreadlink): Don't allocate a huge buffer, to work around a buggy
14488         file system that reports garbage st_size values for symlinks.
14489         Problem reported by Liyang Hu.
14490
14491 2007-01-11  Simon Josefsson  <simon@josefsson.org>
14492
14493         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
14494         Emacs .#* auto-save files).
14495
14496 2007-01-11  Bruno Haible  <bruno@clisp.org>
14497
14498         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
14499         directory.
14500
14501 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14502
14503         Use @...@ consistently in lib/wctype_.h.
14504         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
14505         on it being set to 1 or 0.
14506         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
14507         go back to AC_SUBSTing it.
14508         * modules/wctype (Makefile.am): Undo previous change.
14509
14510 2007-01-10  Eric Blake  <ebb9@byu.net>
14511
14512         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
14513         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
14514         * modules/wctype (Makefile.am): Likewise.
14515         Reported by Chris McGuire.
14516
14517 2007-01-10  Jim Meyering  <jim@meyering.net>
14518
14519         fts.c: a small readability/maintainability improvement
14520         * lib/fts.c (fts_read): Make this code slightly more readable and
14521         maintainable by hoisting the "sp->fts_cur = p" assignments to
14522         immediately follow the statements that set P.  Derived from
14523         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
14524
14525 2007-01-10  Eric Blake  <ebb9@byu.net>
14526
14527         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
14528         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
14529         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14530         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14531         Reported by Chris McGuire.
14532
14533 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14534
14535         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
14536         in sed script.
14537
14538 2007-01-09  Bruno Haible  <bruno@clisp.org>
14539
14540         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
14541         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
14542         variables.
14543         (func_module): Use them.
14544
14545 2007-01-09  Bruno Haible  <bruno@clisp.org>
14546
14547         * modules/unistr/base: New file.
14548         * lib/unistr.h: New file.
14549
14550         * modules/unistr/u8-to-u16: New file.
14551         * lib/unistr/u8-to-u16.c: New file.
14552
14553         * modules/unistr/u8-to-u32: New file.
14554         * lib/unistr/u8-to-u32.c: New file.
14555
14556         * modules/unistr/u16-to-u8: New file.
14557         * lib/unistr/u16-to-u8.c: New file.
14558
14559         * modules/unistr/u16-to-u32: New file.
14560         * lib/unistr/u16-to-u32.c: New file.
14561
14562         * modules/unistr/u32-to-u8: New file.
14563         * lib/unistr/u32-to-u8.c: New file.
14564
14565         * modules/unistr/u32-to-u16: New file.
14566         * lib/unistr/u32-to-u16.c: New file.
14567
14568         * modules/unistr/u8-check: New file.
14569         * modules/unistr/u16-check: New file.
14570         * modules/unistr/u32-check: New file.
14571         * lib/unistr/u8-check.c: New file.
14572         * lib/unistr/u16-check.c: New file.
14573         * lib/unistr/u32-check.c: New file.
14574
14575         * modules/unistr/u8-chr: New file.
14576         * modules/unistr/u16-chr: New file.
14577         * modules/unistr/u32-chr: New file.
14578         * lib/unistr/u8-chr.c: New file.
14579         * lib/unistr/u16-chr.c: New file.
14580         * lib/unistr/u32-chr.c: New file.
14581
14582         * modules/unistr/u8-cmp: New file.
14583         * modules/unistr/u16-cmp: New file.
14584         * modules/unistr/u32-cmp: New file.
14585         * lib/unistr/u8-cmp.c: New file.
14586         * lib/unistr/u16-cmp.c: New file.
14587         * lib/unistr/u32-cmp.c: New file.
14588
14589         * modules/unistr/u8-cpy: New file.
14590         * modules/unistr/u16-cpy: New file.
14591         * modules/unistr/u32-cpy: New file.
14592         * lib/unistr/u8-cpy.c: New file.
14593         * lib/unistr/u16-cpy.c: New file.
14594         * lib/unistr/u32-cpy.c: New file.
14595         * lib/unistr/u-cpy.h: New file.
14596
14597         * modules/unistr/u8-cpy-alloc: New file.
14598         * modules/unistr/u16-cpy-alloc: New file.
14599         * modules/unistr/u32-cpy-alloc: New file.
14600         * lib/unistr/u8-cpy-alloc.c: New file.
14601         * lib/unistr/u16-cpy-alloc.c: New file.
14602         * lib/unistr/u32-cpy-alloc.c: New file.
14603         * lib/unistr/u-cpy-alloc.h: New file.
14604
14605         * modules/unistr/u8-endswith: New file.
14606         * modules/unistr/u16-endswith: New file.
14607         * modules/unistr/u32-endswith: New file.
14608         * lib/unistr/u8-endswith.c: New file.
14609         * lib/unistr/u16-endswith.c: New file.
14610         * lib/unistr/u32-endswith.c: New file.
14611         * lib/unistr/u-endswith.h: New file.
14612
14613         * modules/unistr/u8-mblen: New file.
14614         * modules/unistr/u16-mblen: New file.
14615         * modules/unistr/u32-mblen: New file.
14616         * lib/unistr/u8-mblen.c: New file.
14617         * lib/unistr/u16-mblen.c: New file.
14618         * lib/unistr/u32-mblen.c: New file.
14619
14620         * modules/unistr/u8-mbtouc: New file.
14621         * modules/unistr/u16-mbtouc: New file.
14622         * modules/unistr/u32-mbtouc: New file.
14623         * lib/unistr/u8-mbtouc.c: New file.
14624         * lib/unistr/u16-mbtouc.c: New file.
14625         * lib/unistr/u32-mbtouc.c: New file.
14626
14627         * modules/unistr/u8-mbtouc-safe: New file.
14628         * modules/unistr/u16-mbtouc-safe: New file.
14629         * modules/unistr/u32-mbtouc-safe: New file.
14630         * lib/unistr/u8-mbtouc-safe.c: New file.
14631         * lib/unistr/u16-mbtouc-safe.c: New file.
14632         * lib/unistr/u32-mbtouc-safe.c: New file.
14633
14634         * modules/unistr/u8-move: New file.
14635         * modules/unistr/u16-move: New file.
14636         * modules/unistr/u32-move: New file.
14637         * lib/unistr/u8-move.c: New file.
14638         * lib/unistr/u16-move.c: New file.
14639         * lib/unistr/u32-move.c: New file.
14640         * lib/unistr/u-move.h: New file.
14641
14642         * modules/unistr/u8-next: New file.
14643         * modules/unistr/u16-next: New file.
14644         * modules/unistr/u32-next: New file.
14645         * lib/unistr/u8-next.c: New file.
14646         * lib/unistr/u16-next.c: New file.
14647         * lib/unistr/u32-next.c: New file.
14648
14649         * modules/unistr/u8-prev: New file.
14650         * modules/unistr/u16-prev: New file.
14651         * modules/unistr/u32-prev: New file.
14652         * lib/unistr/u8-prev.c: New file.
14653         * lib/unistr/u16-prev.c: New file.
14654         * lib/unistr/u32-prev.c: New file.
14655
14656         * modules/unistr/u8-set: New file.
14657         * modules/unistr/u16-set: New file.
14658         * modules/unistr/u32-set: New file.
14659         * lib/unistr/u8-set.c: New file.
14660         * lib/unistr/u16-set.c: New file.
14661         * lib/unistr/u32-set.c: New file.
14662         * lib/unistr/u-set.h: New file.
14663
14664         * modules/unistr/u8-startswith: New file.
14665         * modules/unistr/u16-startswith: New file.
14666         * modules/unistr/u32-startswith: New file.
14667         * lib/unistr/u8-startswith.c: New file.
14668         * lib/unistr/u16-startswith.c: New file.
14669         * lib/unistr/u32-startswith.c: New file.
14670         * lib/unistr/u-startswith.h: New file.
14671
14672         * modules/unistr/u8-stpcpy: New file.
14673         * modules/unistr/u16-stpcpy: New file.
14674         * modules/unistr/u32-stpcpy: New file.
14675         * lib/unistr/u8-stpcpy.c: New file.
14676         * lib/unistr/u16-stpcpy.c: New file.
14677         * lib/unistr/u32-stpcpy.c: New file.
14678         * lib/unistr/u-stpcpy.h: New file.
14679
14680         * modules/unistr/u8-stpncpy: New file.
14681         * modules/unistr/u16-stpncpy: New file.
14682         * modules/unistr/u32-stpncpy: New file.
14683         * lib/unistr/u8-stpncpy.c: New file.
14684         * lib/unistr/u16-stpncpy.c: New file.
14685         * lib/unistr/u32-stpncpy.c: New file.
14686         * lib/unistr/u-stpncpy.h: New file.
14687
14688         * modules/unistr/u8-strcat: New file.
14689         * modules/unistr/u16-strcat: New file.
14690         * modules/unistr/u32-strcat: New file.
14691         * lib/unistr/u8-strcat.c: New file.
14692         * lib/unistr/u16-strcat.c: New file.
14693         * lib/unistr/u32-strcat.c: New file.
14694         * lib/unistr/u-strcat.h: New file.
14695
14696         * modules/unistr/u8-strchr: New file.
14697         * modules/unistr/u16-strchr: New file.
14698         * modules/unistr/u32-strchr: New file.
14699         * lib/unistr/u8-strchr.c: New file.
14700         * lib/unistr/u16-strchr.c: New file.
14701         * lib/unistr/u32-strchr.c: New file.
14702
14703         * modules/unistr/u8-strcmp: New file.
14704         * modules/unistr/u16-strcmp: New file.
14705         * modules/unistr/u32-strcmp: New file.
14706         * lib/unistr/u8-strcmp.c: New file.
14707         * lib/unistr/u16-strcmp.c: New file.
14708         * lib/unistr/u32-strcmp.c: New file.
14709
14710         * modules/unistr/u8-strcpy: New file.
14711         * modules/unistr/u16-strcpy: New file.
14712         * modules/unistr/u32-strcpy: New file.
14713         * lib/unistr/u8-strcpy.c: New file.
14714         * lib/unistr/u16-strcpy.c: New file.
14715         * lib/unistr/u32-strcpy.c: New file.
14716         * lib/unistr/u-strcpy.h: New file.
14717
14718         * modules/unistr/u8-strcspn: New file.
14719         * modules/unistr/u16-strcspn: New file.
14720         * modules/unistr/u32-strcspn: New file.
14721         * lib/unistr/u8-strcspn.c: New file.
14722         * lib/unistr/u16-strcspn.c: New file.
14723         * lib/unistr/u32-strcspn.c: New file.
14724         * lib/unistr/u-strcspn.h: New file.
14725
14726         * modules/unistr/u8-strdup: New file.
14727         * modules/unistr/u16-strdup: New file.
14728         * modules/unistr/u32-strdup: New file.
14729         * lib/unistr/u8-strdup.c: New file.
14730         * lib/unistr/u16-strdup.c: New file.
14731         * lib/unistr/u32-strdup.c: New file.
14732         * lib/unistr/u-strdup.h: New file.
14733
14734         * modules/unistr/u8-strlen: New file.
14735         * modules/unistr/u16-strlen: New file.
14736         * modules/unistr/u32-strlen: New file.
14737         * lib/unistr/u8-strlen.c: New file.
14738         * lib/unistr/u16-strlen.c: New file.
14739         * lib/unistr/u32-strlen.c: New file.
14740         * lib/unistr/u-strlen.h: New file.
14741
14742         * modules/unistr/u8-strmblen: New file.
14743         * modules/unistr/u16-strmblen: New file.
14744         * modules/unistr/u32-strmblen: New file.
14745         * lib/unistr/u8-strmblen.c: New file.
14746         * lib/unistr/u16-strmblen.c: New file.
14747         * lib/unistr/u32-strmblen.c: New file.
14748
14749         * modules/unistr/u8-strmbtouc: New file.
14750         * modules/unistr/u16-strmbtouc: New file.
14751         * modules/unistr/u32-strmbtouc: New file.
14752         * lib/unistr/u8-strmbtouc.c: New file.
14753         * lib/unistr/u16-strmbtouc.c: New file.
14754         * lib/unistr/u32-strmbtouc.c: New file.
14755
14756         * modules/unistr/u8-strncat: New file.
14757         * modules/unistr/u16-strncat: New file.
14758         * modules/unistr/u32-strncat: New file.
14759         * lib/unistr/u8-strncat.c: New file.
14760         * lib/unistr/u16-strncat.c: New file.
14761         * lib/unistr/u32-strncat.c: New file.
14762         * lib/unistr/u-strncat.h: New file.
14763
14764         * modules/unistr/u8-strncmp: New file.
14765         * modules/unistr/u16-strncmp: New file.
14766         * modules/unistr/u32-strncmp: New file.
14767         * lib/unistr/u8-strncmp.c: New file.
14768         * lib/unistr/u16-strncmp.c: New file.
14769         * lib/unistr/u32-strncmp.c: New file.
14770
14771         * modules/unistr/u8-strncpy: New file.
14772         * modules/unistr/u16-strncpy: New file.
14773         * modules/unistr/u32-strncpy: New file.
14774         * lib/unistr/u8-strncpy.c: New file.
14775         * lib/unistr/u16-strncpy.c: New file.
14776         * lib/unistr/u32-strncpy.c: New file.
14777         * lib/unistr/u-strncpy.h: New file.
14778
14779         * modules/unistr/u8-strnlen: New file.
14780         * modules/unistr/u16-strnlen: New file.
14781         * modules/unistr/u32-strnlen: New file.
14782         * lib/unistr/u8-strnlen.c: New file.
14783         * lib/unistr/u16-strnlen.c: New file.
14784         * lib/unistr/u32-strnlen.c: New file.
14785         * lib/unistr/u-strnlen.h: New file.
14786
14787         * modules/unistr/u8-strpbrk: New file.
14788         * modules/unistr/u16-strpbrk: New file.
14789         * modules/unistr/u32-strpbrk: New file.
14790         * lib/unistr/u8-strpbrk.c: New file.
14791         * lib/unistr/u16-strpbrk.c: New file.
14792         * lib/unistr/u32-strpbrk.c: New file.
14793         * lib/unistr/u-strpbrk.h: New file.
14794
14795         * modules/unistr/u8-strrchr: New file.
14796         * modules/unistr/u16-strrchr: New file.
14797         * modules/unistr/u32-strrchr: New file.
14798         * lib/unistr/u8-strrchr.c: New file.
14799         * lib/unistr/u16-strrchr.c: New file.
14800         * lib/unistr/u32-strrchr.c: New file.
14801
14802         * modules/unistr/u8-strspn: New file.
14803         * modules/unistr/u16-strspn: New file.
14804         * modules/unistr/u32-strspn: New file.
14805         * lib/unistr/u8-strspn.c: New file.
14806         * lib/unistr/u16-strspn.c: New file.
14807         * lib/unistr/u32-strspn.c: New file.
14808         * lib/unistr/u-strspn.h: New file.
14809
14810         * modules/unistr/u8-strstr: New file.
14811         * modules/unistr/u16-strstr: New file.
14812         * modules/unistr/u32-strstr: New file.
14813         * lib/unistr/u8-strstr.c: New file.
14814         * lib/unistr/u16-strstr.c: New file.
14815         * lib/unistr/u32-strstr.c: New file.
14816         * lib/unistr/u-strstr.h: New file.
14817
14818         * modules/unistr/u8-strtok: New file.
14819         * modules/unistr/u16-strtok: New file.
14820         * modules/unistr/u32-strtok: New file.
14821         * lib/unistr/u8-strtok.c: New file.
14822         * lib/unistr/u16-strtok.c: New file.
14823         * lib/unistr/u32-strtok.c: New file.
14824         * lib/unistr/u-strtok.h: New file.
14825
14826         * modules/unistr/u8-uctomb: New file.
14827         * modules/unistr/u16-uctomb: New file.
14828         * modules/unistr/u32-uctomb: New file.
14829         * lib/unistr/u8-uctomb.c: New file.
14830         * lib/unistr/u16-uctomb.c: New file.
14831         * lib/unistr/u32-uctomb.c: New file.
14832
14833         * MODULES.html.sh (Unicode string functions): Add the new modules.
14834
14835 2007-01-08  Bruno Haible  <bruno@clisp.org>
14836
14837         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
14838         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
14839         subdirectories.
14840
14841 2007-01-08  Karl Berry  <karl@gnu.org>
14842
14843         * doc/error.texi: mention that main() fns must set program_name
14844         when progname is used.
14845
14846 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
14847
14848         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
14849         WCTYPE_H is empty, for the benefit of builds from non-distclean
14850         directories.  Problem reported by Eric Blake in
14851         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
14852
14853 2007-01-08  Bruno Haible  <bruno@clisp.org>
14854
14855         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
14856         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
14857         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
14858         PROVIDE_CANONICALIZE_FILENAME_MODE.
14859         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
14860
14861 2007-01-08  Bruno Haible  <bruno@clisp.org>
14862
14863         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
14864         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
14865         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
14866         * lib/fts.c: Likewise.
14867         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
14868
14869 2006-12-25  Bruno Haible  <bruno@clisp.org>
14870
14871         * modules/utf8-ucs4-safe: New file.
14872         * lib/utf8-ucs4-safe.h: New file.
14873         * lib/unistr/utf8-ucs4-safe.c: New file.
14874
14875         * modules/utf16-ucs4-safe: New file.
14876         * lib/utf16-ucs4-safe.h: New file.
14877         * lib/unistr/utf16-ucs4-safe.c: New file.
14878
14879         * MODULES.html.sh (Unicode string functions): Add the new modules.
14880
14881 2007-01-08  Bruno Haible  <bruno@clisp.org>
14882
14883         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
14884         (Depends-on): Add unitypes.
14885         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14886         (u8_mbtouc_aux): Move out to separate file.
14887         (u8_mbtouc): Use ucs4_t, uint8_t types.
14888         * lib/unistr/utf8-ucs4.c: New file.
14889
14890         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
14891         (Depends-on): Add unitypes.
14892         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14893         (u16_mbtouc_aux): Move out to separate file.
14894         (u16_mbtouc): Use ucs4_t, uint16_t types.
14895         * lib/unistr/utf16-ucs4.c: New file.
14896
14897         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
14898         (Depends-on): Add unitypes.
14899         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
14900         (u8_uctomb_aux): Move out to separate file.
14901         (u8_uctomb): Use ucs4_t, uint8_t types.
14902         * lib/unistr/ucs4-utf8.c: New file.
14903
14904         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
14905         (Depends-on): Add unitypes.
14906         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
14907         (u16_uctomb_aux): Move out to separate file.
14908         (u16_uctomb): Use ucs4_t, uint16_t types.
14909         * lib/unistr/ucs4-utf16.c: New file.
14910
14911 2006-12-25  Bruno Haible  <bruno@clisp.org>
14912
14913         * modules/unitypes: New file.
14914         * lib/unitypes.h: New file.
14915         * MODULES.html.sh (func_all_modules): New section "Unicode string
14916         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
14917         this section. Add unitypes.
14918
14919 2007-01-08  Bruno Haible  <bruno@clisp.org>
14920
14921         Avoid variable names that conflict with those from libtool.
14922         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
14923         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
14924         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
14925         library_names_spec to acl_library_names_spec, hardcode_* to
14926         acl_hardcode_*.
14927         Reported by Ralf Wildenhues.
14928
14929 2007-01-08  Bruno Haible  <bruno@clisp.org>
14930
14931         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
14932         definition.
14933         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
14934         definition.
14935         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
14936         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
14937         definition.
14938         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
14939         definition.
14940         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
14941         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
14942         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
14943         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
14944         definition.
14945         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
14946         definition.
14947         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
14948         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
14949         GC_USE_<algorithm>.
14950         * lib/gc-libgcrypt.c: Likewise.
14951         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
14952         * modules/gc-arctwo (configure.ac): Likewise.
14953         * modules/gc-des (configure.ac): Likewise.
14954         * modules/gc-hmac-md5 (configure.ac): Likewise.
14955         * modules/gc-hmac-sha1 (configure.ac): Likewise.
14956         * modules/gc-md2 (configure.ac): Likewise.
14957         * modules/gc-md4 (configure.ac): Likewise.
14958         * modules/gc-md5 (configure.ac): Likewise.
14959         * modules/gc-random (configure.ac): Likewise.
14960         * modules/gc-rijndael (configure.ac): Likewise.
14961         * modules/gc-sha1 (configure.ac): Likewise.
14962
14963 2007-01-08  Bruno Haible  <bruno@clisp.org>
14964
14965         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
14966         macro definition.
14967         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
14968         definition.
14969         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
14970         definition.
14971         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
14972         * modules/fcntl-safer (configure.ac): Likewise.
14973         * modules/fopen-safer (configure.ac): Likewise.
14974         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
14975         GNULIB_FWRITEERROR macro definition.
14976
14977 2007-01-08  Bruno Haible  <bruno@clisp.org>
14978
14979         * m4/gnulib-common.m4: New file.
14980         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
14981         (func_get_filelist): Add m4/gnulib-common.m4.
14982
14983 2007-01-08  Bruno Haible  <bruno@clisp.org>
14984
14985         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
14986         command.
14987
14988 2007-01-08  Jim Meyering  <jim@meyering.net>
14989
14990         Use a more robust test for a "can't happen" condition.
14991         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
14992         narrowed the st_size value.  Presuming the "can't happen" condition
14993         is true, that narrowing could conceivably convert an invalid st_size
14994         value into a valid one.  Instead, use a change based on Matthew
14995         Woehlke's original patch.
14996
14997         Slight readability improvement: use an assert-like macro
14998         in place of literal "abort ()" uses.
14999         * lib/fts.c (fts_assert): Define.
15000         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
15001         Use this macro instead of a bare 'abort'.
15002
15003 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
15004
15005         Don't worry about using IRIX 5.3's wctype.h broken definitions;
15006         simply work around them.
15007         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
15008         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
15009         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
15010         declaring.
15011         Don't bother to define as macros, since the standard doesn't require it.
15012         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
15013         longer worry about IRIX 5.3.
15014         (HAVE_WCTYPE_CTMP_BUG): Remove.
15015
15016 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
15019         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
15020         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15021         Problems reported by Georg Schwarz for IRIX 5.3.
15022
15023         * gnulib-tool (autoconf_minversion): Take the maximum version number
15024         found, not the minimum.  Problem reported by James Youngman.
15025
15026 2007-01-03  Karl Berry  <karl@gnu.org>
15027
15028         * doc/error.texi: new file, explaining interaction with progname.
15029         * doc/gnulib.texi: include it.  Update copyright.
15030
15031 2007-01-03  Simon Josefsson  <simon@josefsson.org>
15032
15033         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
15034         AC_CANONICAL_HOST, to improve autobuild outputs.
15035
15036 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
15037             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15038
15039         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
15040         sockets, server sockets, and other file descriptors.  Count errors
15041         to compute the return value.  Reorder the code a bit to be easier
15042         to follow.  Don't set event bits that were not requested (except
15043         POLLERR and POLLHUP).
15044
15045 2007-01-01  Bruno Haible  <bruno@clisp.org>
15046
15047         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
15048
15049 2007-01-03  Jim Meyering  <jim@meyering.net>
15050
15051         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
15052
15053 2007-01-02  Bruno Haible  <bruno@clisp.org>
15054
15055         * modules/settime (Include): Require timespec.h.
15056         * modules/nanosleep (Include): Likewise.
15057
15058 2007-01-01  Bruno Haible  <bruno@clisp.org>
15059
15060         * gnulib-tool (func_emit_copyright_notice): Bump year.
15061         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
15062
15063 2007-01-01  Bruno Haible  <bruno@clisp.org>
15064
15065         Improve support for OpenBSD.
15066         * build-aux/config.rpath (libname_spec): Export.
15067         (library_names_spec): New variable. Export.
15068         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
15069         library_names_spec from the config.rpath output. Locate shared library
15070         through the name pattern in library_names_spec.
15071
15072 2007-01-01  Eric Blake  <ebb9@byu.net>
15073
15074         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
15075
15076 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
15079         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
15080         assume the C locale, and avoid an "eval" that could cause trouble.
15081         Problem with SORT reported by Bob Proulx.
15082
15083         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
15084         Define.  Trivial patch from Henning Nielsen Lund, originally
15085         sent to bug-grep@gnu.org today.
15086
15087 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
15088
15089         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
15090         struct stat.  Problem reported by Henning Nielsen Lund.
15091         * lib/acl.c: Include acl.h first, to check interface.  Don't
15092         bother to include sys/types.h and sys/stat.h again.
15093
15094 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15095
15096         Import the following change from libc; problem reported by
15097         Sven Verdoolaege.
15098
15099         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
15100
15101         [BZ #1373]
15102         * lib/argp.h: Remove __NTH for __argp_usage inline function.
15103
15104 2006-12-28  Jim Meyering  <jim@meyering.net>
15105
15106         * build-aux/announce-gen: Do not assume that the package
15107         builds any of tar.gz, tar.bz2, and .xdelta files.
15108         Suggestion from Simon Josefsson.
15109
15110 2006-12-28  Simon Josefsson  <simon@josefsson.org>
15111
15112         * modules/announce-gen: New file.
15113
15114 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
15115
15116         * lib/mbchar.h: Just include <wctype.h>; the wctype module
15117         handles its gotchas now.
15118         * lib/mbswidth.c: Likewise.
15119         * lib/wcwidth.h: Likewise.
15120         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
15121         and iswcntrl; the wctype module does this stuff now.
15122         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15123         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15124         * modules/mbchar (Depends-on): Add wctype.
15125         * modules/mbswidth (Depends-on): Likewise.
15126         * modules/wcwidth (Depends-on): Likewise.
15127
15128 2006-12-27  Eric Blake  <ebb9@byu.net>
15129
15130         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
15131         module uses more than what <wctype.h> is required to provide.
15132
15133 2006-12-26  Eric Blake  <ebb9@byu.net>
15134
15135         * gnulib-tool (sed_extract_prog): Avoid space-tab.
15136
15137 2006-12-26  Eric Blake  <ebb9@byu.net>
15138
15139         * modules/absolute-header: New module.
15140         * modules/fcntl (Depends-on): Depend on it.
15141         * modules/inttypes (Depends-on): Likewise.
15142         * modules/stdint (Depends-on): Likewise.
15143         * modules/sys_stat (Depends-on): Likewise.
15144         * modules/wctype (Depends-on): Likewise.
15145         * MODULES.html.sh (Support for building libraries and
15146         executables): Document it.
15147
15148 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         * gnulib-tool (SED): Remove, undoing previous change.
15151         The problem was that it broke coreutils on Solaris, because
15152         "sed --posix" leaked into a makefile.
15153         (sed): New alias, if 'alias' and GNU sed.
15154
15155 2006-12-24  Jim Meyering  <jim@meyering.net>
15156
15157         Work around an fchownat bug in glibc-2.4:
15158         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
15159         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
15160         in spite of the -P option.
15161         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
15162         New macros.
15163         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
15164         * modules/openat (Files): Add lib/fchownat.c.
15165         * lib/openat.c (fchownat): Don't define here.  Move to...
15166         * lib/fchownat.c: ...this new file.
15167
15168 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15169
15170         Fix bug reported by Bruno Haible in
15171         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
15172         where quotearg.c didn't compile on Mac OS X 10.2 because it
15173         lacks <wchar.h> and wint_t.
15174         * lib/wctype_.h (__wctype_wint_t): New type.
15175         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
15176         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
15177         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
15178         Arg is now of type __wctype_wint_t, not wint_t.
15179         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
15180         substitute HAVE_WINT_T.
15181         * modules/wctype (Files): Add m4/wint_t.m4.
15182         (wctype.h): Substitute HAVE_WINT_T.
15183
15184 2006-12-23  Bruno Haible  <bruno@clisp.org>
15185
15186         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
15187
15188 2006-12-23  Bruno Haible  <bruno@clisp.org>
15189
15190         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
15191         S_ISLNK.
15192         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
15193         mingw.
15194
15195 2006-12-22  Bruno Haible  <bruno@clisp.org>
15196
15197         * lib/copy-file.c: Include acl.h.
15198         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
15199         Close the file descriptors only after being done with copy_acl.
15200         * modules/copy-file (Depends-on): Add acl.
15201
15202 2006-12-22  Bruno Haible  <bruno@clisp.org>
15203
15204         * gnulib-tool (SED): New variable.
15205         Use $SED instead of sed everywhere.
15206
15207 2006-12-22  Bruno Haible  <bruno@clisp.org>
15208
15209         * modules/no-c++: New file.
15210         * m4/no-c++.m4: New file.
15211         * MODULES.html.sh (Support for building libraries and executables):
15212         Add no-c++.
15213
15214 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
15215
15216         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15217         Include <limits.h>, and use its INT_MAX to rewrite the
15218         j loop so that it does not overflow 'int'.  Problem reported by
15219         Ralf Wildenhues in
15220         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
15221         Play it safe by shifting left by 1 rather than multiplying by 2,
15222         as GCC is less likely to optimize this away when the value
15223         is signed (when it assumes overflow leads to undefined behavior).
15224         Also, don't assume time_t uses two's complement.
15225
15226 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
15227
15228         * MODULES.html.sh: New module wctype.
15229         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
15230         * lib/fnmatch.c: Don't bother to include <wchar.h> before
15231         <wctype.h>, since the new wctype module should fix this.
15232         * lib/quotearg.c: Include <wctype.h> unconditionally, since
15233         the wctype module should arrange for it.
15234         * lib/regex_internal.h: Likewise.
15235         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
15236         since the wctype module should handle this now.
15237         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
15238         * modules/fnmatch (Depends-on): Add wctype.
15239         * modules/quotearg (Depends-on): Likewise.
15240         * modules/regex (Depends-on): Likewise.
15241
15242 2006-12-19  Bruno Haible  <bruno@clisp.org>
15243
15244         * lib/strdup.h [C++]: Wrap definitions in extern "C".
15245         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
15246
15247 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15248
15249         * modules/savewd (Depends-on): Fix dependency on fcntl.
15250
15251 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15252
15253         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
15254         conforms to C99, rather than relying on the user's environment
15255         setting of STDINT_H.
15256
15257 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15258         and Eric Blake  <ebb9@byu.net>
15259
15260         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
15261         This is more consistent with the other defines here.
15262         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
15263         Port to z/OS.  Problem reported by Paul Gilmartin.
15264         Change local vars to use gl_ prefix rather than ac_.
15265         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
15266         with other defines.
15267         * modules/double-slash-root: New module.
15268         * modules/dirname (Files): Remove m4/double-slash-root.m4.
15269         (Depends-on): Add double-slash-root.
15270         * MODULES.html.sh (File system functions): Mention new module.
15271
15272 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
15273
15274         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
15275         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
15276         This is for the benefit of gzip, which doesn't do i18n.
15277
15278 2006-12-12  Jim Meyering  <jim@meyering.net>
15279
15280         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
15281         Reported by Andreas Schwab <schwab@suse.de>.
15282
15283 2006-12-12  Bruno Haible  <bruno@clisp.org>
15284
15285         Merge these changes.
15286         2006-09-05  Bruno Haible  <bruno@clisp.org>
15287         * lib/iconvme.c (iconv_string): No need to save and restore errno when
15288         iconv_alloc succeeded.
15289         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
15290         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
15291         test for " && dest " at the end - dest is always != NULL there. Call
15292         iconv with 4xNULL arguments initially, to reset the state. Call iconv
15293         with 2xNULL arguments, also to flush the state storage. Handle the
15294         IRIX iconv behaviour. Realloc the final result, to throw away unused
15295         memory.
15296
15297 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
15300         and fchmodat unconditionally, since glibc 2.4 has them.
15301         Problem reported by Arkadiusz Miskiewicz.
15302
15303 2006-12-10  Bruno Haible  <bruno@clisp.org>
15304
15305         * gnulib-tool (func_import): Show the include files only for those
15306         modules that are copied and specified.
15307         Reported by Karl Berry.
15308
15309 2006-12-08  Jim Meyering  <jim@meyering.net>
15310
15311         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
15312         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
15313
15314         * build-aux/announce-gen: Add two new options, both optional:
15315         --bootstrap-tools=TOOL_LIST
15316               a comma-separated list of tools, e.g.,
15317               autoconf,automake,bison,gnulib
15318         --gnulib-snapshot-date=DATE
15319               if gnulib is in the bootstrap tool list,
15320               then report this as the snapshot date.
15321               If not specified, use the current date/time.
15322               If you specify a date here, be sure it's UTC.
15323
15324 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15325
15326         * tests/test-argp-2.sh: Fix test to match actual output.
15327         (func_compare): Fix sed script to be portable.
15328
15329 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
15330
15331         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
15332         workaround for this case.  It is not autoconfigured now; offhand
15333         it's hard to see how to autoconfigure it.
15334
15335 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15336
15337         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
15338         a directory that is about to be chowned.  Such a directory's
15339         initial file permissions should permit the owner only and this
15340         should not be changed until after the chown, since the group and
15341         other bits would be incorrect if they granted permission before
15342         the chown.
15343
15344         Fix porting problem for iswctype reported by Georg Schwarz in:
15345         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
15346         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
15347         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
15348         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
15349         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15350
15351 2006-12-03  Jim Meyering  <jim@meyering.net>
15352
15353         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
15354         p->fts_statp may not yet be defined.
15355         (fts_read): Instead, set it in the caller, once p->fts_statp is
15356         sure to be defined, and corresponds to a top-level directory.
15357         This bug made du -x fail.  Here's the coreutils test case:
15358         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
15359         Reported by Mike Frysinger.
15360
15361 2006-12-01  Jim Meyering  <jim@meyering.net>
15362
15363         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
15364         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
15365         Reported by Simon Josefsson.
15366
15367 2006-11-30  Jim Meyering  <jim@meyering.net>
15368
15369         * m4/warning.m4: Use the all-permissive copyright notice
15370         recommended by RMS (rather than LGPL).
15371         * m4/vararrays.m4: Likewise.
15372         * m4/flexmember.m4: Likewise.
15373
15374 2006-11-29  Bruno Haible  <bruno@clisp.org>
15375
15376         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15377         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
15378         using +=.
15379         Reported by Simon Josefsson <simon@josefsson.org>.
15380
15381 2006-11-28  James Youngman <jay@gnu.org>
15382
15383         * README: Advise users that they might find the bug-gnulib@gnu.org
15384         and autotools-announce@gnu.org mailing lists useful.
15385
15386 2006-11-28  Bruno Haible  <bruno@clisp.org>
15387
15388         * m4/ptrdiff_max.m4: Remove file.
15389
15390 2006-11-21  Bruno Haible  <bruno@clisp.org>
15391
15392         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
15393         _AC_COMPUTE_INT.
15394         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15395         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
15396         _AC_COMPUTE_INT.
15397         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15398         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
15399         _AC_COMPUTE_INT.
15400         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15401
15402 2006-11-28  Jim Meyering  <jim@meyering.net>
15403
15404         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
15405         warning from "gcc -Wshadow" about shadowing the builtin.
15406
15407 2006-11-27  Bruno Haible  <bruno@clisp.org>
15408
15409         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
15410         _AC_COMPUTE_INT.
15411         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15412
15413 2006-11-27  Bruno Haible  <bruno@clisp.org>
15414             Paul Eggert  <eggert@cs.ucla.edu>
15415
15416         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
15417
15418 2006-11-26  Bruno Haible  <bruno@clisp.org>
15419
15420         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15421         noinst_LTLIBRARIES.
15422
15423 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15424             Bruno Haible  <bruno@clisp.org>
15425
15426         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
15427         if compiling with "gcc -ansi".
15428
15429 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15430
15431         Fix some incompatibilities with gcc -ansi -pedantic.
15432         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
15433         if compiling pedantically with GCC, unless it's C99 or later.
15434         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
15435         it mishandles gcc -ansi -pedantic as well.
15436         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
15437         if gcc -pedantic.
15438         * lib/regexec.c (check_node_accept_bytes): Don't use auto
15439         initializers for struct if -pedantic, unless it's C99 or later.
15440
15441 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
15442
15443         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
15444         Don't close an fd more than once. Identical atimes indicate
15445         success, not failure.
15446
15447 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
15448
15449         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
15450
15451 2006-11-23  Jim Meyering  <jim@meyering.net>
15452
15453         * build-aux/announce-gen: New file.  From coreutils.
15454
15455 2006-11-22  Jim Meyering  <jim@meyering.net>
15456
15457         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
15458         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
15459         (fts_read): Use a temporary to narrow the overused st_size member
15460         before using it in a switch statement.  Reported by Matthew Woehlke.
15461
15462         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
15463         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
15464
15465 2006-11-20  Bruno Haible  <bruno@clisp.org>
15466
15467         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
15468         changequote instead of pairs of brackets.
15469         Reported by Andreas Schwab <schwab@suse.de>.
15470
15471 2006-11-21  Jim Meyering  <jim@meyering.net>
15472
15473         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
15474         so as to remain compatible with older compilers.
15475         Patch from Michael Deutschmann.
15476
15477 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15478
15479         * MODULES.html.sh (File system functions): Add openat.
15480
15481         * lib/openat.h (rpl_fstatat): New macro, if
15482         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
15483         (fstatat): Define to rpl_fstatat under the same conditions,
15484         unless COMPILING_FSTATAT.
15485         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
15486         seems to have the bug.
15487         * lib/fstatat.c: New file.
15488         * modules/openat (Files): Add it.
15489
15490 2006-11-20  Bruno Haible  <bruno@clisp.org>
15491
15492         * Makefile: New file.
15493
15494 2006-11-20  Jim Meyering  <jim@meyering.net>
15495
15496         The beginnings of syntax-related checks for gnulib.
15497         * lib/Makefile: New file.
15498         * lib/t-idcache: New script.  Ensure that the two halves of
15499         idcache.c stay in sync.
15500
15501         * lib/idcache.c: Adjust comments in user- and group- portions to
15502         be more accurate, and to be consistent with one another.
15503
15504 2006-11-20  Jim Meyering  <jim@meyering.net>
15505
15506         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
15507         continue using the flexible array member (thus, this module performs
15508         half as many malloc calls), with the addition that...
15509         (getgroup, getuser): Consistently record a non-match via an empty
15510         "name" string, and map an empty string match to a NULL return value.
15511         * modules/idcache (Depends-on): Re-add flexmember.
15512
15513         * lib/idcache.c (getuser): Remove all uses of the register keyword.
15514         (getuidbyname, getgroup, getgidbyname): Likewise.
15515
15516         Use cleaner syntax: NULL rather than 0.
15517         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
15518
15519 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15520
15521         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
15522         It mishandled the case where the group was missing.
15523         Problem reported by Greg Schafer.
15524         * modules/idcache: Likewise.
15525
15526 2006-11-18  Jim Meyering  <jim@meyering.net>
15527
15528         * check-module (%exempt_header): Add exception for some
15529         conditionally-included headers.
15530
15531         * modules/i-ring (Depends-on): Add verify.
15532         (License): Change to LGPL.
15533
15534 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15535
15536         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
15537         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
15538         and inttostr.h.  Use snprintf rather than uinttostr, so that
15539         LGPLed code doesn't depend on GPLed.
15540
15541 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15542
15543         * modules/inline (License): Change from GPL to LGPL.
15544
15545 2006-11-17  Jim Meyering  <jim@meyering.net>
15546
15547         * modules/d-type (License): Switch to LGPL.
15548
15549 2006-11-15  Bruno Haible  <bruno@clisp.org>
15550
15551         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
15552
15553 2006-11-15  Eric Blake  <ebb9@byu.net>
15554
15555         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
15556         the module dependency.
15557
15558 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15559             Bruno Haible  <bruno@clisp.org>
15560
15561         * gnulib-tool (func_create_testdir): Add license consistency check.
15562
15563 2006-11-15  Eric Blake  <ebb9@byu.net>
15564
15565         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
15566         random "(cached)" in configure output.
15567
15568 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15569
15570         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
15571         test for conforming inttypes.h is both announced and cached.
15572
15573         * MODULES.html.sh (seen_modules, seen_files): New variables.
15574         (func_module): Rewrite to use a few less gnulib-tool and sed
15575         invocations.  Avoid a couple of quadratic algorithms for ...
15576         (missed_modules, missed_files): ... these, with ...
15577         (func_append, func_tmpdir): ... these new functions, from
15578         gnulib-tool.  Analogously, install traps for cleanup.
15579
15580         * tests/test-gc.c (main): Remove unused variables.
15581         * tests/test-read-file.c: Include stdlib.h, for 'free'.
15582
15583 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
15584
15585         * modules/inttostr (License): Change to LGPL.
15586
15587 2006-11-14  Eric Blake  <ebb9@byu.net>
15588
15589         * modules/tempname (License): Change to LGPL.
15590
15591 2006-11-14  Eric Blake  <ebb9@byu.net>
15592
15593         * doc/functions.texi (Function Portability): *printf functions on
15594         Cygwin now understand all POSIX size specifiers.
15595
15596 2006-11-14  Bruno Haible  <bruno@clisp.org>
15597
15598         * modules/c-ctype (License): Change to LGPL.
15599
15600 2006-11-12  Bruno Haible  <bruno@clisp.org>
15601
15602         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
15603         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
15604         for GNOME libraries, for which the include files are installed in
15605         subdirectories of $prefix/include.
15606
15607 2006-11-12  Bruno Haible  <bruno@clisp.org>
15608
15609         * m4/lib-link.m4: Require at least autoconf-2.54.
15610         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
15611         name to underscores for the --with option.
15612
15613 2006-11-13  Bruno Haible  <bruno@clisp.org>
15614
15615         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
15616         the tests directory.
15617         Reported by Ralf Wildenhues.
15618
15619 2006-11-13  Bruno Haible  <bruno@clisp.org>
15620
15621         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
15622         (func_emit_initmacro_end): Undo the override here.
15623         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
15624         Works around the famous automake error in coreutils.
15625
15626 2006-11-13  Eric Blake  <ebb9@byu.net>
15627
15628         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
15629         element, not its node.
15630
15631 2006-11-12  Bruno Haible  <bruno@clisp.org>
15632
15633         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
15634         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
15635
15636 2006-11-12  Bruno Haible  <bruno@clisp.org>
15637
15638         * gnulib-tool: New option --local-symlink.
15639         (func_usage): Document it.
15640         (lsymbolic): New variable.
15641         (func_import, func_create_testdir): If --symlink was not specified,
15642         test whether --local-symlink was specified and the file comes from
15643         the local_gnulib_dir.
15644
15645 2006-11-12  Bruno Haible  <bruno@clisp.org>
15646
15647         * gnulib-tool (func_ln): New function.
15648         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
15649
15650 2006-11-12  Bruno Haible  <bruno@clisp.org>
15651
15652         Finish support for source files in subdirectories.
15653         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
15654         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
15655         AUTOMAKE_OPTIONS.
15656         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
15657
15658 2006-11-12  Bruno Haible  <bruno@clisp.org>
15659
15660         * gnulib-tool (func_get_automake_snippet): Synthesize also an
15661         EXTRA_lib_SOURCES augmentation.
15662         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
15663
15664 2006-11-12  Jim Meyering  <jim@meyering.net>
15665
15666         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
15667         file descriptors.  This also averts a failure on systems with
15668         native openat support when a traversed directory lacks "x" access.
15669         * lib/fts_.h: Include "i-ring.h"
15670         (struct FTS) [fts_fd_ring]: New member.
15671         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
15672         (FCHDIR): Add parentheses.
15673         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
15674         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
15675         When descending, rather than simply closing the previous
15676         fts_cwd_fd value, push that file descriptor onto the ring.
15677         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
15678         (fts_open): Initialize the new fd_ring member.
15679         (fts_close): Clear the ring.
15680         (fts_safe_changedir): When possible, use our new fd_ring to skip
15681         the diropen and fstat and dev/ino comparison that would normally
15682         accompany a virtual `chdir ("..")'.
15683
15684         * modules/fts (Depends-on): Add i-ring.
15685         * modules/i-ring: New module.
15686         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
15687         * m4/i-ring.m4: New file.
15688
15689 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15690
15691         * gnulib-tool (func_create_testdir): Fix replacement of
15692         `build-aux' in configure.ac.  Run autotools in gltests
15693         subdirectory.
15694         (func_create_testdir, func_create_megatestdir, test): There is
15695         no need for '--force' in most autotool invocations in a new
15696         tree.  Actually fail the whole test if any of the tools, or the
15697         configure or make stages fail.
15698
15699         Sync from Automake.
15700         * build-aux/gnupload: Revert last change.  Add pointer to upload
15701         instructions of the GNU Maintenance Instructions.
15702         Suggestion by Karl Berry.
15703
15704 2006-11-10  Jim Meyering  <jim@meyering.net>
15705
15706         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
15707
15708 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15709
15710         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
15711         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
15712         (bind_textdomain_codeset) [! ENABLE_NLS]:
15713         Evaluate all the arguments.  That way, callers get compatible behavior
15714         if the arguments have side effects.  Also, it avoids some GCC
15715         diagnostics in some cases; Joel E. Denny reported problems when Bison
15716         was configured with --enable-gcc-warnigs.
15717
15718 2006-11-10  Jim Meyering  <jim@meyering.net>
15719
15720         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
15721         relevant options in CFLAGS (like -O, -fno-inline) are taken into
15722         account.
15723
15724 2006-11-10  Jim Meyering  <jim@meyering.net>
15725
15726         * modules/inline: New file/module.
15727         * modules/xalloc (Files): Remove m4/inline.m4.
15728         (Depends-on): Add inline, instead.
15729         * modules/oset: Likewise.
15730         * modules/list: Likewise.
15731
15732 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15733
15734         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
15735         Problem reported by Matthew Woehlke.
15736
15737 2006-11-09  Bruno Haible  <bruno@clisp.org>
15738
15739         * lib/tempname.c (gen_tempname): Remove variant that invokes
15740         __gen_tempname.
15741         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
15742         __gen_tempname.
15743
15744 2006-11-08  Bruno Haible  <bruno@clisp.org>
15745
15746         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
15747         to 'yes' instead of 'cross-compiling'.
15748
15749 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
15750
15751         * lib/quotearg.h (quotearg_free): New decl.
15752         * lib/quotearg.c (quotearg_free): New function.
15753         (slot0, nslots, slotvec0, slotvec):
15754         Now file-scope so that quotearg_free can get at them.
15755
15756 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15757
15758         Sync from Automake.
15759         * build-aux/gnupload: Add missing 'gnu' to example URL.
15760         Report by Karl Berry.
15761
15762 2006-11-08  Bruno Haible  <bruno@clisp.org>
15763
15764         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
15765         Suggested by Paul Eggert.
15766
15767 2006-11-08  Jim Meyering  <jim@meyering.net>
15768
15769         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
15770         It's already included if !_LIBC.
15771         (fts_safe_changedir): Add a comment.
15772
15773 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15774
15775         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
15776         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
15777         Matthew Woehlke.
15778
15779         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
15780         definitions up, to avoid colliding with change below.
15781         (static_inline) [HAVE_INLINE]: New macro.
15782         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
15783         Provide extern decls when !HAVE_INLINE.  Do not define unless
15784         static_inline is defined, either by us or by xmalloc.c.  Use
15785         static_inline rather than static inline.
15786         (XCALLOC): Optimize sizeof(T) = 1 case.
15787         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
15788
15789 2006-11-07  Bruno Haible  <bruno@clisp.org>
15790
15791         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
15792         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
15793         AC_C_INLINE.
15794         * modules/xalloc (Files): Add m4/inline.m4.
15795
15796 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15797
15798         * README: Fix typo.
15799         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
15800         (Miscellanous Notes): ...from this.
15801
15802 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
15805         Mention that offsetof should be used instead of sizeof.
15806         From Bruno Haible.
15807
15808 2006-11-07  Bruno Haible  <bruno@clisp.org>
15809
15810         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
15811
15812 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15815         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
15816         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15817         (gl_tree_add_before, gl_tree_add_after):
15818         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
15819         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
15820         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15821         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
15822         (gl_linked_add_after, gl_linked_add_at): Likewise.
15823         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
15824         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15825         (gl_tree_add_before, gl_tree_add_after): Likewise.
15826         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
15827         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
15828         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
15829
15830 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15831
15832         * lib/gl_oset.h: Use C comment style, not C++ comment style.
15833
15834 2006-11-06  Bruno Haible  <bruno@clisp.org>
15835
15836         * m4/inline.m4: New file.
15837         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
15838         * modules/list (Files): Add m4/inline.m4.
15839         * modules/oset (Files): Likewise.
15840
15841 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15842
15843         * lib/idcache.c: Include <stddef.h>, for offsetof.
15844         (struct userid.name): Change from char * to a flexible array member.
15845         All uses changed.
15846         * modules/idcache (Depends-on): Add flexmember.
15847
15848         * MODULES.html.sh (Core language properties): New module flexmember.
15849         * modules/flexmember, m4/flexmember.m4: New files.
15850
15851         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
15852         inline functions that are identical with the old xnmalloc_inline,
15853         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
15854         that we can avoid some unnecessary integer multiplications and
15855         divisions in the common case where the element size is known at
15856         compile time.
15857         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
15858         needed.
15859         (xnboundedmalloc): Remove.
15860         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
15861         arguments, for consistency with rest of this header.
15862         (xcharalloc): Rewrite using XNMALLOC.
15863         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
15864         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
15865         versions have been moved to lib/xalloc.h and renamed to be the
15866         non-*_inline versions.
15867         (xmalloc, xrealloc): Implement without reference to the xnmalloc
15868         and xnrealloc functions, since those functions are now inline and
15869         now call us.
15870         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
15871         renaming described above.
15872         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
15873         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
15874         captures the dependency in AC_C_INLINE.
15875
15876         New module canonicalize-lgpl, proposed by Charles Wilson in
15877         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
15878         with a few small changes afterwards.
15879         * MODULES.html.sh (File system functions): New module
15880         canonicalize-lgpl.
15881         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
15882         and canonicalize_file_name.
15883         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
15884         * modules/canonicalize-lgpl: New files.
15885
15886 2006-11-05  Bruno Haible  <bruno@clisp.org>
15887
15888         * gnulib-tool (func_import, func_create_testdir): Create directories
15889         also for files in subdirectories of lib/.
15890
15891 2006-11-05  Bruno Haible  <bruno@clisp.org>
15892
15893         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
15894         ANSI C compliant.
15895
15896 2006-11-03  Bruno Haible  <bruno@clisp.org>
15897
15898         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15899         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
15900         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
15901         (xnboundedmalloc): New inline function.
15902         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
15903         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
15904         xmalloc.
15905         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
15906         xmalloc.
15907         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
15908         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
15909         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
15910         xmalloc.
15911         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15912         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
15913         xmalloc.
15914         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
15915         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15916         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
15917         xmalloc.
15918         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15919         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
15920         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15921         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
15922         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
15923         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
15924         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
15925
15926 2006-11-03  Bruno Haible  <bruno@clisp.org>
15927
15928         * lib/c-ctype.h [C++]: Define functions without name mangling.
15929         * lib/fwriteerror.h [C++]: Likewise.
15930         * lib/gcd.h [C++]: Likewise.
15931         * lib/linebreak.h [C++]: Likewise.
15932
15933 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15934
15935         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
15936         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
15937         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
15938         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
15939         Check for functions and headers just once.
15940         Check for declaration of canonicalize_file_name.
15941         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
15942
15943 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15944
15945         * gnulib-tool (func_import): Fix typo in actioncmd.
15946
15947 2006-11-02  Bruno Haible  <bruno@clisp.org>
15948
15949         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
15950         newline sequence in the Makefile.am snippet as a space, like "make"
15951         does.
15952         Reported by Roger Persson <perrog@gmail.com>.
15953
15954 2006-11-01  Bruno Haible  <bruno@clisp.org>
15955
15956         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
15957         already declared in <string.h>.
15958         * lib/strcase.h (strncasecmp): Don't declare it if yes.
15959
15960 2006-11-01  Bruno Haible  <bruno@clisp.org>
15961
15962         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
15963         * lib/strcase.h: Include <string.h>.
15964         (strcasecmp): Define to rpl_strcasecmp here.
15965
15966 2006-11-01  Bruno Haible  <bruno@clisp.org>
15967
15968         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
15969
15970 2006-11-01  Eric Blake  <ebb9@byu.net>
15971
15972         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
15973
15974         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
15975
15976 2006-10-29  Bruno Haible  <bruno@clisp.org>
15977
15978         Make it compile in C++ mode.
15979         * lib/full-write.c (full_rw): Add a cast.
15980
15981 2006-11-01  Bruno Haible  <bruno@clisp.org>
15982
15983         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
15984         be POSIX compliant.
15985         Reported by Roger Persson <perrog@gmail.com>.
15986
15987 2006-11-01  Eric Blake  <ebb9@byu.net>
15988
15989         * lib/getopt_.h: Fix comments.
15990
15991 2006-10-31  Eric Blake  <ebb9@byu.net>
15992
15993         * modules/tmpdir (Depends-on): Add sys_stat.
15994         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
15995         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
15996         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
15997         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
15998         tempname.
15999
16000 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
16001
16002         Avoid some C++ diagnostics reported by Bruno Haible.
16003         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
16004         xmalloc.
16005         (quotearg_alloc): Use xcharalloc rather than xmalloc.
16006         (struct slotvec): Move to top level.
16007         (quotearg_n_options): Rewrite to avoid xmalloc.
16008         * lib/xalloc.h (xcharalloc): New function.
16009         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
16010         [defined __cplusplus]: Add function template that provides result
16011         type propagation.  This part of the change is from Bruno Haible.
16012
16013 2006-10-29  Bruno Haible  <bruno@clisp.org>
16014
16015         Make it compile in C++ mode.
16016         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
16017         * lib/strnlen1.c (strnlen1): Cast memchr result.
16018         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
16019         * lib/clean-temp.c (string_equals, string_hash): Add casts.
16020         (create_temp_dir): Rename local variable 'template'.
16021         (compile_csharp_using_sscli): Add cast.
16022         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
16023         * lib/findprog.c (find_in_path): Likewise.
16024         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
16025         * lib/wait-process.c (register_slave_subprocess): Likewise.
16026
16027 2006-10-22  Bruno Haible  <bruno@clisp.org>
16028
16029         * modules/tsearch: New file.
16030         * lib/tsearch.h: New file.
16031         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
16032         * m4/tsearch.m4: New file.
16033         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
16034
16035 2006-10-29  Eric Blake  <ebb9@byu.net>
16036
16037         * lib/arcfour.c: Assume config.h.
16038         * lib/arctwo.c: Likewise.
16039         * lib/base64.c: Likewise.
16040         * lib/check-version.c: Likewise.
16041         * lib/crc.c: Likewise.
16042         * lib/des.c: Likewise.
16043         * lib/gc-gnulib.c: Likewise.
16044         * lib/gc-libgcrypt.c: Likewise.
16045         * lib/gc-pbkdf2-sha1.c: Likewise.
16046         * lib/getaddrinfo.c: Likewise.
16047         * lib/getdelim.c: Likewise.
16048         * lib/getline.c: Likewise.
16049         * lib/hmac-md5.c: Likewise.
16050         * lib/hmac-sha1.c: Likewise.
16051         * lib/iconvme.c: Likewise.
16052         * lib/md2.c: Likewise.
16053         * lib/md4.c: Likewise.
16054         * lib/memxor.c: Likewise.
16055         * lib/read-file.c: Likewise.
16056         * lib/readline.c: Likewise.
16057         * lib/rijndael-alg-fst.c: Likewise.
16058         * lib/rijndael-api-fst.c: Likewise.
16059         * lib/xgetdomainname.c: Likewise.
16060
16061 2006-10-28  Eric Blake  <ebb9@byu.net>
16062
16063         * lib/xstrndup.c: Assume config.h.
16064
16065 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16066
16067         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
16068         stat-macros.h is now for our own macros, whereas stat_h is for
16069         macros in the <sys/stat.h> name space.
16070         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
16071         (STAT_MACROS_H): Remove.
16072         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
16073         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
16074         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
16075         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
16076         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
16077         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
16078         Move these macros to ...
16079         * lib/stat_.h: here.  Don't include stat-macros.h.
16080         * lib/canonicalize.c: Don't include stat-macros.h.
16081         * lib/chown.c: Likewise.
16082         * lib/euidaccess.c: Likewise.
16083         * lib/file-type.c: Likewise.
16084         * lib/filemode.c: Likewise.
16085         * lib/glob.c: Likewise.
16086         * lib/isapipe.c: Likewise.
16087         * lib/lchown.c: Likewise.
16088         * lib/lstat.c: Likewise.
16089         * lib/mkdir-p.c: Likewise.
16090         * lib/rmdir.c: Likewise.
16091         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
16092         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
16093         unless mkdir isn't declared, to speed up 'configure'.
16094         Always create sys/stat.h, since it's unlikely any real sys/stat.h
16095         would define all the S_* symbols.
16096         * modules/canonicalize (Depends-on):
16097         Depend on sys_stat, not stat-macros.
16098         * modules/chown: Likewise.
16099         * modules/euidaccess: Likewise.
16100         * modules/filemode: Likewise.
16101         * modules/file-type: Likewise.
16102         * modules/glob: Likewise.
16103         * modules/isapipe: Likewise.
16104         * modules/lchown: Likewise.
16105         * modules/lstat: Likewise.
16106         * modules/mkancesdirs: Likewise.
16107         * modules/rmdir: Likewise.
16108         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
16109         * modules/modechange: Likewise.
16110         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
16111         (configure.ac): Remove gl_STAT_MACROS.
16112         * modules/sys_stat (Depends-on): Remove stat-macros.
16113
16114 2006-10-27  Bruno Haible  <bruno@clisp.org>
16115
16116         * m4/signed.m4: Remove file.
16117         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
16118         invocation.
16119         * modules/vasnprintf (Files): Remove m4/signed.m4.
16120
16121 2006-10-27  Bruno Haible  <bruno@clisp.org>
16122
16123         Update to GNU gettext 0.16.
16124         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
16125         m4/inttypes-h.m4, m4/signed.m4.
16126         * m4/gettext.m4: Update to GNU gettext 0.16.
16127         * m4/intl.m4: New file, from GNU gettext.
16128         * m4/intldir.m4: New file, from GNU gettext.
16129         * config/srclist.txt: Update
16130
16131 2006-10-27  Eric Blake  <ebb9@byu.net>
16132
16133         * MODULES.html.sh: Document tempname.
16134         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
16135         dependencies.
16136         (Files): Move lib/tempname.c...
16137         * modules/tempname: ...to this new module.
16138         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
16139         (gl_PREREQ_TEMPNAME): Move...
16140         * m4/tempname.m4: ...to this new file.
16141         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
16142         * modules/sys_stat (Depends-on): Add stat-macros.
16143         * lib/stat_.h (includes): Pick up stat macros.
16144         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
16145         if stat macros are broken.
16146         * lib/tempname.c (includes): No need to include "stat-macros.h".
16147         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
16148         (direxists, __path_search) [!_LIBC]: Don't compile these in
16149         gnulib; the tmpdir module covers that.
16150         * lib/tempname.h: New file.
16151
16152 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         * COPYING: Explain how gnulib-tool converts licence headers.
16155         Almost all wording by Eric Blake.
16156
16157 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
16158
16159         * lib/mbchar.h (is_basic_table): Make read-only.
16160         * lib/mbchar.c (is_basic_table): Likewise.
16161         Reported by John Darrington.
16162
16163 2006-10-25  Bruno Haible  <bruno@clisp.org>
16164
16165         * lib/progname.h (set_program_name): Undefine before defining.
16166
16167 2006-10-25  Bruno Haible  <bruno@clisp.org>
16168
16169         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
16170         false for non-gcc C++ compilers.
16171         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16172
16173 2006-10-24  Bruno Haible  <bruno@clisp.org>
16174
16175         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
16176         iconv implementations like Irix iconv.
16177
16178 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * modules/vararrays: New file.
16181         * m4/vararrays.m4: New file, taken from diffutils.
16182         * MODULES.html.sh: New module vararrays.
16183
16184 2006-10-24  Karl Berry  <karl@gnu.org>
16185
16186         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
16187         Don't call GNU Unix.
16188
16189 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16190
16191         * users.txt: Add Libtool.
16192
16193         Sync from Libtool:
16194
16195         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
16198         to gnulib's policy of including config.h unconditionally.
16199
16200 2006-10-24  Bruno Haible  <bruno@clisp.org>
16201
16202         * modules/wcwidth (Files): Add m4/wint_t.m4.
16203         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
16204         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
16205
16206 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
16209         to pacify GCC with some -W flags enabled.  Problem reported by
16210         Bruno Haible.
16211
16212 2006-10-24  Jim Meyering  <jim@meyering.net>
16213
16214         * MODULES.html.sh: Remove uinttostr.  It's not a module.
16215         Reported by Karl Berry.
16216
16217 2006-10-23  Bruno Haible  <bruno@clisp.org>
16218
16219         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
16220
16221 2006-10-24  Bruno Haible  <bruno@clisp.org>
16222
16223         * lib/gl_list.h: Use C comment style, not C++ comment style.
16224
16225 2006-10-23  Eric Blake  <ebb9@byu.net>
16226
16227         * lib/getaddrinfo.c (includes): Add missing include.
16228
16229 2006-10-23  Bruno Haible  <bruno@clisp.org>
16230             Paul Eggert  <eggert@cs.ucla.edu>
16231
16232         Ability to rename obstack_free.
16233         * lib/obstack.h (__obstack_free): New macro. Declare instead of
16234         obstack_free.
16235         (obstack_free): Invoke the __obstack_free macro.
16236         * lib/obstack.c (obstack_free): Use __obstack_free macro.
16237
16238 2006-10-23  Bruno Haible  <bruno@clisp.org>
16239             Paul Eggert  <eggert@cs.ucla.edu>
16240
16241         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
16242         __argc, __argv from the declaration. (They are defined as macros on
16243         mingw.)
16244
16245 2006-10-22  Bruno Haible  <bruno@clisp.org>
16246
16247         * doc/gnulib-intro.texi: New file.
16248         * doc/gnulib.texi: Include it.
16249
16250 2006-10-21  Bruno Haible  <bruno@clisp.org>
16251
16252         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
16253         "Introduction", "Miscellanous Notes", "Particular Modules".
16254
16255 2006-10-21  Bruno Haible  <bruno@clisp.org>
16256
16257         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16258         Change mostlyclean-local rule to avoid sh syntax error from bash
16259         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
16260
16261 2006-10-23  Jim Meyering  <jim@meyering.net>
16262
16263         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
16264         in place of snprintf.
16265
16266         * modules/inttostr (Files): Add lib/uinttostr.c.
16267         * lib/uinttostr.c (inttostr): New file/function.
16268         * lib/inttostr.h (uinttostr): Declare.
16269         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
16270         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16271         Add uinttostr.
16272         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
16273
16274 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         * lib/canonicalize.c (ELOOP): Define if not already defined.
16277         Problem reported by Bruno Haible in
16278         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
16279
16280 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
16283         Problem reported by Perry Smith and Ville Laurikari.
16284
16285         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
16286         uses.
16287
16288 2006-10-19  Bruno Haible  <bruno@clisp.org>
16289
16290         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
16291         for mingw.
16292
16293 2006-10-19  Bruno Haible  <bruno@clisp.org>
16294
16295         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
16296         Needed for mingw.
16297
16298 2006-10-19  Bruno Haible  <bruno@clisp.org>
16299
16300         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
16301
16302 2006-10-19  Bruno Haible  <bruno@clisp.org>
16303
16304         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
16305         it.
16306
16307 2006-10-19  Bruno Haible  <bruno@clisp.org>
16308
16309         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
16310         invocation.
16311
16312 2006-10-19  Bruno Haible  <bruno@clisp.org>
16313
16314         * gnulib-tool (func_create_testdir): Don't include ftruncate and
16315         mountlist by default.
16316
16317 2006-10-16  Bruno Haible  <bruno@clisp.org>
16318
16319         * lib/c-strstr.c: Include c-strstr.h.
16320
16321 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16322
16323         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
16324         in a slash.
16325
16326 2006-10-18  Bruno Haible  <bruno@clisp.org>
16327
16328         * lib/lock.h [C++]: Wrap definitions in extern "C".
16329
16330 2006-10-18  Bruno Haible  <bruno@clisp.org>
16331
16332         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
16333         gl_LIBOBJS list.
16334
16335 2006-10-18  Bruno Haible  <bruno@clisp.org>
16336
16337         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
16338
16339 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
16340
16341         * lib/xstrtol.h: Include gettext.h.
16342         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
16343         Problem reported by Eric Blake.
16344         * modules/xstrtol (Depends-on): Add gettext-h.
16345
16346 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
16347
16348         * lib/strftime.c (advance): New macro.
16349         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
16350         incomplete type, so you can't add 0 to it.  Problem and patch
16351         reported by Eelco Dolstra for dietlibc.
16352
16353 2006-10-18  Jim Meyering  <jim@meyering.net>
16354
16355         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
16356         type for a local, and rename it: s/up/user_proc/.
16357
16358 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16359
16360         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
16361         READ_UTMP_USER_PROCESS.
16362         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
16363
16364 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
16367         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
16368
16369 2006-10-17  Eric Blake  <ebb9@byu.net>
16370
16371         * lib/sigprocmask.c (sigprocmask): Fix typo.
16372
16373         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
16374
16375         * modules/clean-temp (Makefile.am): Don't add to make output...
16376         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
16377         config.h.
16378
16379 2006-10-17  Bruno Haible  <bruno@clisp.org>
16380
16381         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
16382         differently if DEFAULT_TEXT_DOMAIN is set.
16383
16384 2006-10-16  Bruno Haible  <bruno@clisp.org>
16385
16386         * lib/clean-temp.c: Include fwriteerror.h.
16387
16388 2006-10-16  Bruno Haible  <bruno@clisp.org>
16389
16390         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
16391
16392 2006-10-16  Bruno Haible  <bruno@clisp.org>
16393
16394         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
16395         * lib/sigprocmask.h: Include <sys/types.h>.
16396         (sigset_t): Use the system's definition if present.
16397
16398 2006-10-17  Eric Blake  <ebb9@byu.net>
16399
16400         * lib/xvasprintf.c (includes): Assume config.h.
16401         * lib/xasprintf.c (includes): Likewise.
16402
16403 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16404
16405         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
16406         at least as wide as intmax_t.
16407
16408 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
16409
16410         (Imported from Automake.)
16411         * build-aux/gnupload: Update to version 1.1 of directive file.
16412
16413 2006-10-16  Eric Blake  <ebb9@byu.net>
16414
16415         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
16416         match Automake 1.10a.
16417
16418 2006-10-14  Bruno Haible  <bruno@clisp.org>
16419
16420         * modules/sigprocmask: New file.
16421         * lib/sigprocmask.h: New file.
16422         * lib/sigprocmask.c: New file.
16423         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
16424         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
16425         request sigprocmask.o.
16426         (gl_PREREQ_SIGPROCMASK): New macro.
16427         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
16428         (Depends-on): Add sigprocmask.
16429         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
16430         gt_SIGNALBLOCKING. Test for 'raise' only once.
16431         * lib/fatal-signal.c: Include sigprocmask.h.
16432         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
16433         unblock_fatal_signals): Define always.
16434         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16435         sigprocmask.
16436
16437 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         Sync from Automake.
16440         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
16441         which incorrectly sets the mode of an existing destination
16442         directory.  In some cases the unpatched install-sh could do the
16443         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
16444         system.  We hope this is rare in practice, but it's clearly worth
16445         fixing.  Problem reported by Alex Unleashed in
16446         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
16447         Also, don't bother to check for -m bugs unless we're using -m;
16448         suggested by Stepan Kasal.
16449
16450 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16451
16452         Sync from Automake.
16453         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
16454         `-c' flag, so they appear at the same position as in %FASTDEP%
16455         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
16456         which ignores unknown options only after the first non-option.
16457         Bug report against M4 by Nelson H. F. Beebe.
16458
16459 2006-10-13  Jim Meyering  <jim@meyering.net>
16460
16461         Fix a bug in yesterday's change.
16462         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
16463         p->fts_statp->st_dev would be used uninitialized.
16464         Ensures that we always call fts_stat on the very first entry.
16465         Miklos Szeredi reported that find -xdev stopped working.
16466
16467 2006-10-12  Bruno Haible  <bruno@clisp.org>
16468
16469         * gnulib-tool (func_get_automake_snippet): Append an automatically
16470         computed EXTRA_DIST augmentation.
16471         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
16472         * modules/alloca-opt (Makefile.am): Likewise.
16473         * modules/allocsa (Makefile.am): Likewise.
16474         * modules/arcfour (Makefile.am): Likewise.
16475         * modules/arctwo (Makefile.am): Likewise.
16476         * modules/argmatch (Makefile.am): Likewise.
16477         * modules/argz (Makefile.am): Likewise.
16478         * modules/atexit (Makefile.am): Likewise.
16479         * modules/backupfile (Makefile.am): Likewise.
16480         * modules/byteswap (Makefile.am): Likewise.
16481         * modules/c-strtod (Makefile.am): Likewise.
16482         * modules/c-strtold (Makefile.am): Likewise.
16483         * modules/calloc (Makefile.am): Likewise.
16484         * modules/canon-host (Makefile.am): Likewise.
16485         * modules/canonicalize (Makefile.am): Likewise.
16486         * modules/chdir-long (Makefile.am): Likewise.
16487         * modules/chdir-safer (Makefile.am): Likewise.
16488         * modules/check-version (Makefile.am): Likewise.
16489         * modules/chown (Makefile.am): Likewise.
16490         * modules/cloexec (Makefile.am): Likewise.
16491         * modules/close-stream (Makefile.am): Likewise.
16492         * modules/closeout (Makefile.am): Likewise.
16493         * modules/crc (Makefile.am): Likewise.
16494         * modules/csharpexec (Makefile.am): Likewise.
16495         * modules/cycle-check (Makefile.am): Likewise.
16496         * modules/des (Makefile.am): Likewise.
16497         * modules/dev-ino (Makefile.am): Likewise.
16498         * modules/dirfd (Makefile.am): Likewise.
16499         * modules/dirname (Makefile.am): Likewise.
16500         * modules/dup2 (Makefile.am): Likewise.
16501         * modules/eealloc (Makefile.am): Likewise.
16502         * modules/error (Makefile.am): Likewise.
16503         * modules/euidaccess (Makefile.am): Likewise.
16504         * modules/exclude (Makefile.am): Likewise.
16505         * modules/exitfail (Makefile.am): Likewise.
16506         * modules/fcntl-safer (Makefile.am): Likewise.
16507         * modules/fcntl (Makefile.am): Likewise.
16508         * modules/file-type (Makefile.am): Likewise.
16509         * modules/fileblocks (Makefile.am): Likewise.
16510         * modules/filemode (Makefile.am): Likewise.
16511         * modules/filenamecat (Makefile.am): Likewise.
16512         * modules/fnmatch (Makefile.am): Likewise.
16513         * modules/fopen-safer (Makefile.am): Likewise.
16514         * modules/fpending (Makefile.am): Likewise.
16515         * modules/fprintftime (Makefile.am): Likewise.
16516         * modules/free (Makefile.am): Likewise.
16517         * modules/fsusage (Makefile.am): Likewise.
16518         * modules/ftruncate (Makefile.am): Likewise.
16519         * modules/fts (Makefile.am): Likewise.
16520         * modules/gc-arcfour (Makefile.am): Likewise.
16521         * modules/gc-des (Makefile.am): Likewise.
16522         * modules/gc-hmac-md5 (Makefile.am): Likewise.
16523         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
16524         * modules/gc-md4 (Makefile.am): Likewise.
16525         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16526         * modules/gc-sha1 (Makefile.am): Likewise.
16527         * modules/gc (Makefile.am): Likewise.
16528         * modules/getaddrinfo (Makefile.am): Likewise.
16529         * modules/getcwd (Makefile.am): Likewise.
16530         * modules/getdelim (Makefile.am): Likewise.
16531         * modules/getdomainname (Makefile.am): Likewise.
16532         * modules/getgroups (Makefile.am): Likewise.
16533         * modules/gethostname (Makefile.am): Likewise.
16534         * modules/gethrxtime (Makefile.am): Likewise.
16535         * modules/getline (Makefile.am): Likewise.
16536         * modules/getloadavg (Makefile.am): Likewise.
16537         * modules/getlogin_r (Makefile.am): Likewise.
16538         * modules/getndelim2 (Makefile.am): Likewise.
16539         * modules/getopt (Makefile.am): Likewise.
16540         * modules/getpagesize (Makefile.am): Likewise.
16541         * modules/getpass-gnu (Makefile.am): Likewise.
16542         * modules/getpass (Makefile.am): Likewise.
16543         * modules/getsubopt (Makefile.am): Likewise.
16544         * modules/gettime (Makefile.am): Likewise.
16545         * modules/gettimeofday (Makefile.am): Likewise.
16546         * modules/getugroups (Makefile.am): Likewise.
16547         * modules/getusershell (Makefile.am): Likewise.
16548         * modules/glob (Makefile.am): Likewise.
16549         * modules/group-member (Makefile.am): Likewise.
16550         * modules/hard-locale (Makefile.am): Likewise.
16551         * modules/hash (Makefile.am): Likewise.
16552         * modules/hmac-md5 (Makefile.am): Likewise.
16553         * modules/hmac-sha1 (Makefile.am): Likewise.
16554         * modules/human (Makefile.am): Likewise.
16555         * modules/idcache (Makefile.am): Likewise.
16556         * modules/imaxabs (Makefile.am): Likewise.
16557         * modules/imaxdiv (Makefile.am): Likewise.
16558         * modules/inet_ntop (Makefile.am): Likewise.
16559         * modules/inet_pton (Makefile.am): Likewise.
16560         * modules/intprops (Makefile.am): Likewise.
16561         * modules/inttostr (Makefile.am): Likewise.
16562         * modules/inttypes (Makefile.am): Likewise.
16563         * modules/isapipe (Makefile.am): Likewise.
16564         * modules/javaversion (Makefile.am): Likewise.
16565         * modules/lchmod (Makefile.am): Likewise.
16566         * modules/lchown (Makefile.am): Likewise.
16567         * modules/localcharset (Makefile.am): Likewise.
16568         * modules/long-options (Makefile.am): Likewise.
16569         * modules/lstat (Makefile.am): Likewise.
16570         * modules/malloc (Makefile.am): Likewise.
16571         * modules/mathl (Makefile.am): Likewise.
16572         * modules/mbchar (Makefile.am): Likewise.
16573         * modules/md2 (Makefile.am): Likewise.
16574         * modules/md4 (Makefile.am): Likewise.
16575         * modules/md5 (Makefile.am): Likewise.
16576         * modules/memcasecmp (Makefile.am): Likewise.
16577         * modules/memchr (Makefile.am): Likewise.
16578         * modules/memcmp (Makefile.am): Likewise.
16579         * modules/memcoll (Makefile.am): Likewise.
16580         * modules/memcpy (Makefile.am): Likewise.
16581         * modules/memmem (Makefile.am): Likewise.
16582         * modules/memmove (Makefile.am): Likewise.
16583         * modules/mempcpy (Makefile.am): Likewise.
16584         * modules/memrchr (Makefile.am): Likewise.
16585         * modules/memset (Makefile.am): Likewise.
16586         * modules/memxor (Makefile.am): Likewise.
16587         * modules/mkancesdirs (Makefile.am): Likewise.
16588         * modules/mkdir-p (Makefile.am): Likewise.
16589         * modules/mkdir (Makefile.am): Likewise.
16590         * modules/mkdtemp (Makefile.am): Likewise.
16591         * modules/mkstemp (Makefile.am): Likewise.
16592         * modules/mktime (Makefile.am): Likewise.
16593         * modules/modechange (Makefile.am): Likewise.
16594         * modules/mountlist (Makefile.am): Likewise.
16595         * modules/nanosleep (Makefile.am): Likewise.
16596         * modules/obstack (Makefile.am): Likewise.
16597         * modules/openat (Makefile.am): Likewise.
16598         * modules/pagealign_alloc (Makefile.am): Likewise.
16599         * modules/pathmax (Makefile.am): Likewise.
16600         * modules/physmem (Makefile.am): Likewise.
16601         * modules/poll (Makefile.am): Likewise.
16602         * modules/posixtm (Makefile.am): Likewise.
16603         * modules/posixver (Makefile.am): Likewise.
16604         * modules/putenv (Makefile.am): Likewise.
16605         * modules/quote (Makefile.am): Likewise.
16606         * modules/quotearg (Makefile.am): Likewise.
16607         * modules/raise (Makefile.am): Likewise.
16608         * modules/read-file (Makefile.am): Likewise.
16609         * modules/readline (Makefile.am): Likewise.
16610         * modules/readlink (Makefile.am): Likewise.
16611         * modules/readtokens (Makefile.am): Likewise.
16612         * modules/readutmp (Makefile.am): Likewise.
16613         * modules/realloc (Makefile.am): Likewise.
16614         * modules/regex (Makefile.am): Likewise.
16615         * modules/rename-dest-slash (Makefile.am): Likewise.
16616         * modules/rename (Makefile.am): Likewise.
16617         * modules/rijndael (Makefile.am): Likewise.
16618         * modules/rmdir (Makefile.am): Likewise.
16619         * modules/rpmatch (Makefile.am): Likewise.
16620         * modules/safe-read (Makefile.am): Likewise.
16621         * modules/safe-write (Makefile.am): Likewise.
16622         * modules/same-inode (Makefile.am): Likewise.
16623         * modules/same (Makefile.am): Likewise.
16624         * modules/save-cwd (Makefile.am): Likewise.
16625         * modules/savedir (Makefile.am): Likewise.
16626         * modules/setenv (Makefile.am): Likewise.
16627         * modules/settime (Makefile.am): Likewise.
16628         * modules/sha1 (Makefile.am): Likewise.
16629         * modules/sig2str (Makefile.am): Likewise.
16630         * modules/snprintf (Makefile.am): Likewise.
16631         * modules/stat-macros (Makefile.am): Likewise.
16632         * modules/stat-time (Makefile.am): Likewise.
16633         * modules/stdbool (Makefile.am): Likewise.
16634         * modules/stdint (Makefile.am): Likewise.
16635         * modules/stdlib-safer (Makefile.am): Likewise.
16636         * modules/stpcpy (Makefile.am): Likewise.
16637         * modules/stpncpy (Makefile.am): Likewise.
16638         * modules/strcase (Makefile.am): Likewise.
16639         * modules/strcasestr (Makefile.am): Likewise.
16640         * modules/strchrnul (Makefile.am): Likewise.
16641         * modules/strcspn (Makefile.am): Likewise.
16642         * modules/strdup (Makefile.am): Likewise.
16643         * modules/strerror (Makefile.am): Likewise.
16644         * modules/strftime (Makefile.am): Likewise.
16645         * modules/strndup (Makefile.am): Likewise.
16646         * modules/strnlen (Makefile.am): Likewise.
16647         * modules/strpbrk (Makefile.am): Likewise.
16648         * modules/strsep (Makefile.am): Likewise.
16649         * modules/strstr (Makefile.am): Likewise.
16650         * modules/strtod (Makefile.am): Likewise.
16651         * modules/strtoimax (Makefile.am): Likewise.
16652         * modules/strtok_r (Makefile.am): Likewise.
16653         * modules/strtol (Makefile.am): Likewise.
16654         * modules/strtoll (Makefile.am): Likewise.
16655         * modules/strtoul (Makefile.am): Likewise.
16656         * modules/strtoull (Makefile.am): Likewise.
16657         * modules/strtoumax (Makefile.am): Likewise.
16658         * modules/strverscmp (Makefile.am): Likewise.
16659         * modules/sys_socket (Makefile.am): Likewise.
16660         * modules/sys_stat (Makefile.am): Likewise.
16661         * modules/sysexits (Makefile.am): Likewise.
16662         * modules/time_r (Makefile.am): Likewise.
16663         * modules/timegm (Makefile.am): Likewise.
16664         * modules/timespec (Makefile.am): Likewise.
16665         * modules/tmpfile-safer (Makefile.am): Likewise.
16666         * modules/trim (Makefile.am): Likewise.
16667         * modules/unistd-safer (Makefile.am): Likewise.
16668         * modules/unlinkdir (Makefile.am): Likewise.
16669         * modules/unlocked-io (Makefile.am): Likewise.
16670         * modules/userspec (Makefile.am): Likewise.
16671         * modules/utime (Makefile.am): Likewise.
16672         * modules/utimecmp (Makefile.am): Likewise.
16673         * modules/utimens (Makefile.am): Likewise.
16674         * modules/vasnprintf (Makefile.am): Likewise.
16675         * modules/vasprintf (Makefile.am): Likewise.
16676         * modules/vsnprintf (Makefile.am): Likewise.
16677         * modules/xalloc (Makefile.am): Likewise.
16678         * modules/xgetcwd (Makefile.am): Likewise.
16679         * modules/xnanosleep (Makefile.am): Likewise.
16680         * modules/xreadlink (Makefile.am): Likewise.
16681         * modules/xstrtod (Makefile.am): Likewise.
16682         * modules/xstrtol (Makefile.am): Likewise.
16683         * modules/xstrtold (Makefile.am): Likewise.
16684         * modules/yesno (Makefile.am): Likewise.
16685         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
16686
16687 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16688
16689         * modules/error (Makefile.am): Distribute files through
16690         EXTRA_DIST, not lib_SOURCES.
16691
16692 2006-10-12  Eric Blake  <ebb9@byu.net>
16693
16694         * modules/error (Makefile.am): Distribute files in /lib.
16695         * modules/obstack (Makefile.am): Likewise.
16696
16697 2006-10-12  Bruno Haible  <bruno@clisp.org>
16698
16699         * modules/acl (Makefile.am): Distribute all files in lib/ through
16700         EXTRA_DIST.
16701         * modules/arcfour (Makefile.am): Likewise.
16702         * modules/arctwo (Makefile.am): Likewise.
16703         * modules/argmatch (Makefile.am): Likewise.
16704         * modules/argz (Makefile.am): Likewise.
16705         * modules/atexit (Makefile.am): Likewise.
16706         * modules/backupfile (Makefile.am): Likewise.
16707         * modules/c-strtod (Makefile.am): Likewise.
16708         * modules/c-strtold (Makefile.am): Likewise.
16709         * modules/calloc (Makefile.am): Likewise.
16710         * modules/canon-host (Makefile.am): Likewise.
16711         * modules/canonicalize (Makefile.am): Likewise.
16712         * modules/chdir-long (Makefile.am): Likewise.
16713         * modules/chdir-safer (Makefile.am): Likewise.
16714         * modules/check-version (Makefile.am): Likewise.
16715         * modules/chown (Makefile.am): Likewise.
16716         * modules/cloexec (Makefile.am): Likewise.
16717         * modules/close-stream (Makefile.am): Likewise.
16718         * modules/closeout (Makefile.am): Likewise.
16719         * modules/crc (Makefile.am): Likewise.
16720         * modules/cycle-check (Makefile.am): Likewise.
16721         * modules/des (Makefile.am): Likewise.
16722         * modules/dirfd (Makefile.am): Likewise.
16723         * modules/dirname (Makefile.am): Likewise.
16724         * modules/dup2 (Makefile.am): Likewise.
16725         * modules/euidaccess (Makefile.am): Likewise.
16726         * modules/exclude (Makefile.am): Likewise.
16727         * modules/exitfail (Makefile.am): Likewise.
16728         * modules/fcntl-safer (Makefile.am): Likewise.
16729         * modules/file-type (Makefile.am): Likewise.
16730         * modules/fileblocks (Makefile.am): Likewise.
16731         * modules/filemode (Makefile.am): Likewise.
16732         * modules/filenamecat (Makefile.am): Likewise.
16733         * modules/fnmatch (Makefile.am): Likewise.
16734         * modules/fopen-safer (Makefile.am): Likewise.
16735         * modules/fpending (Makefile.am): Likewise.
16736         * modules/fprintftime (Makefile.am): Likewise.
16737         * modules/free (Makefile.am): Likewise.
16738         * modules/fsusage (Makefile.am): Likewise.
16739         * modules/ftruncate (Makefile.am): Likewise.
16740         * modules/fts (Makefile.am): Likewise.
16741         * modules/gc (Makefile.am): Likewise.
16742         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16743         * modules/getaddrinfo (Makefile.am): Likewise.
16744         * modules/getcwd (Makefile.am): Likewise.
16745         * modules/getdelim (Makefile.am): Likewise.
16746         * modules/getdomainname (Makefile.am): Likewise.
16747         * modules/getgroups (Makefile.am): Likewise.
16748         * modules/gethostname (Makefile.am): Likewise.
16749         * modules/gethrxtime (Makefile.am): Likewise.
16750         * modules/getline (Makefile.am): Likewise.
16751         * modules/getloadavg (Makefile.am): Likewise.
16752         * modules/getlogin_r (Makefile.am): Likewise.
16753         * modules/getopt (Makefile.am): Likewise.
16754         * modules/getpass (Makefile.am): Likewise.
16755         * modules/getpass-gnu (Makefile.am): Likewise.
16756         * modules/getsubopt (Makefile.am): Likewise.
16757         * modules/gettime (Makefile.am): Likewise.
16758         * modules/gettimeofday (Makefile.am): Likewise.
16759         * modules/getugroups (Makefile.am): Likewise.
16760         * modules/getusershell (Makefile.am): Likewise.
16761         * modules/glob (Makefile.am): Likewise.
16762         * modules/group-member (Makefile.am): Likewise.
16763         * modules/hard-locale (Makefile.am): Likewise.
16764         * modules/hash (Makefile.am): Likewise.
16765         * modules/hmac-md5 (Makefile.am): Likewise.
16766         * modules/hmac-sha1 (Makefile.am): Likewise.
16767         * modules/human (Makefile.am): Likewise.
16768         * modules/idcache (Makefile.am): Likewise.
16769         * modules/imaxabs (Makefile.am): Likewise.
16770         * modules/imaxdiv (Makefile.am): Likewise.
16771         * modules/inet_ntop (Makefile.am): Likewise.
16772         * modules/inet_pton (Makefile.am): Likewise.
16773         * modules/inttostr (Makefile.am): Likewise.
16774         * modules/isapipe (Makefile.am): Likewise.
16775         * modules/lchown (Makefile.am): Likewise.
16776         * modules/long-options (Makefile.am): Likewise.
16777         * modules/lstat (Makefile.am): Likewise.
16778         * modules/malloc (Makefile.am): Likewise.
16779         * modules/mathl (Makefile.am): Likewise.
16780         * modules/mbchar (Makefile.am): Likewise.
16781         * modules/md2 (Makefile.am): Likewise.
16782         * modules/md4 (Makefile.am): Likewise.
16783         * modules/md5 (Makefile.am): Likewise.
16784         * modules/memcasecmp (Makefile.am): Likewise.
16785         * modules/memchr (Makefile.am): Likewise.
16786         * modules/memcmp (Makefile.am): Likewise.
16787         * modules/memcoll (Makefile.am): Likewise.
16788         * modules/memcpy (Makefile.am): Likewise.
16789         * modules/memmem (Makefile.am): Likewise.
16790         * modules/memmove (Makefile.am): Likewise.
16791         * modules/mempcpy (Makefile.am): Likewise.
16792         * modules/memrchr (Makefile.am): Likewise.
16793         * modules/memset (Makefile.am): Likewise.
16794         * modules/memxor (Makefile.am): Likewise.
16795         * modules/mkancesdirs (Makefile.am): Likewise.
16796         * modules/mkdir (Makefile.am): Likewise.
16797         * modules/mkdir-p (Makefile.am): Likewise.
16798         * modules/mkdtemp (Makefile.am): Likewise.
16799         * modules/mkstemp (Makefile.am): Likewise.
16800         * modules/mktime (Makefile.am): Likewise.
16801         * modules/modechange (Makefile.am): Likewise.
16802         * modules/mountlist (Makefile.am): Likewise.
16803         * modules/nanosleep (Makefile.am): Likewise.
16804         * modules/openat (Makefile.am): Likewise.
16805         * modules/pagealign_alloc (Makefile.am): Likewise.
16806         * modules/physmem (Makefile.am): Likewise.
16807         * modules/poll (Makefile.am): Likewise.
16808         * modules/posixtm (Makefile.am): Likewise.
16809         * modules/posixver (Makefile.am): Likewise.
16810         * modules/putenv (Makefile.am): Likewise.
16811         * modules/quote (Makefile.am): Likewise.
16812         * modules/quotearg (Makefile.am): Likewise.
16813         * modules/raise (Makefile.am): Likewise.
16814         * modules/read-file (Makefile.am): Likewise.
16815         * modules/readline (Makefile.am): Likewise.
16816         * modules/readlink (Makefile.am): Likewise.
16817         * modules/readtokens (Makefile.am): Likewise.
16818         * modules/readutmp (Makefile.am): Likewise.
16819         * modules/realloc (Makefile.am): Likewise.
16820         * modules/regex (Makefile.am): Likewise.
16821         * modules/rename (Makefile.am): Likewise.
16822         * modules/rename-dest-slash (Makefile.am): Likewise.
16823         * modules/rijndael (Makefile.am): Likewise.
16824         * modules/rmdir (Makefile.am): Likewise.
16825         * modules/rpmatch (Makefile.am): Likewise.
16826         * modules/safe-read (Makefile.am): Likewise.
16827         * modules/safe-write (Makefile.am): Likewise.
16828         * modules/same (Makefile.am): Likewise.
16829         * modules/save-cwd (Makefile.am): Likewise.
16830         * modules/savedir (Makefile.am): Likewise.
16831         * modules/setenv (Makefile.am): Likewise.
16832         * modules/settime (Makefile.am): Likewise.
16833         * modules/sha1 (Makefile.am): Likewise.
16834         * modules/sig2str (Makefile.am): Likewise.
16835         * modules/snprintf (Makefile.am): Likewise.
16836         * modules/stdlib-safer (Makefile.am): Likewise.
16837         * modules/stpcpy (Makefile.am): Likewise.
16838         * modules/stpncpy (Makefile.am): Likewise.
16839         * modules/strcase (Makefile.am): Likewise.
16840         * modules/strcasestr (Makefile.am): Likewise.
16841         * modules/strchrnul (Makefile.am): Likewise.
16842         * modules/strcspn (Makefile.am): Likewise.
16843         * modules/strdup (Makefile.am): Likewise.
16844         * modules/strerror (Makefile.am): Likewise.
16845         * modules/strftime (Makefile.am): Likewise.
16846         * modules/strndup (Makefile.am): Likewise.
16847         * modules/strnlen (Makefile.am): Likewise.
16848         * modules/strpbrk (Makefile.am): Likewise.
16849         * modules/strsep (Makefile.am): Likewise.
16850         * modules/strstr (Makefile.am): Likewise.
16851         * modules/strtod (Makefile.am): Likewise.
16852         * modules/strtoimax (Makefile.am): Likewise.
16853         * modules/strtok_r (Makefile.am): Likewise.
16854         * modules/strtol (Makefile.am): Likewise.
16855         * modules/strtoll (Makefile.am): Likewise.
16856         * modules/strtoul (Makefile.am): Likewise.
16857         * modules/strtoull (Makefile.am): Likewise.
16858         * modules/strtoumax (Makefile.am): Likewise.
16859         * modules/strverscmp (Makefile.am): Likewise.
16860         * modules/time_r (Makefile.am): Likewise.
16861         * modules/timegm (Makefile.am): Likewise.
16862         * modules/tmpfile-safer (Makefile.am): Likewise.
16863         * modules/unistd-safer (Makefile.am): Likewise.
16864         * modules/unlinkdir (Makefile.am): Likewise.
16865         * modules/userspec (Makefile.am): Likewise.
16866         * modules/utime (Makefile.am): Likewise.
16867         * modules/utimecmp (Makefile.am): Likewise.
16868         * modules/utimens (Makefile.am): Likewise.
16869         * modules/vasnprintf (Makefile.am): Likewise.
16870         * modules/vasprintf (Makefile.am): Likewise.
16871         * modules/vsnprintf (Makefile.am): Likewise.
16872         * modules/xalloc (Makefile.am): Likewise.
16873         * modules/xgetcwd (Makefile.am): Likewise.
16874         * modules/xnanosleep (Makefile.am): Likewise.
16875         * modules/xreadlink (Makefile.am): Likewise.
16876         * modules/xstrtod (Makefile.am): Likewise.
16877         * modules/xstrtol (Makefile.am): Likewise.
16878         * modules/xstrtold (Makefile.am): Likewise.
16879         * modules/yesno (Makefile.am): Likewise.
16880
16881 2006-10-12  Jim Meyering  <jim@meyering.net>
16882
16883         * m4/getloadavg.m4: Revert the change below.
16884
16885         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
16886         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
16887         fail with a symlink, which is what coreutils' ./bootstrap now
16888         creates by default.
16889
16890 2006-10-12  Bruno Haible  <bruno@clisp.org>
16891
16892         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
16893         mingw.
16894         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
16895         MSVC and mingw explicitly.
16896
16897 2006-10-11  Simon Josefsson  <jas@extundo.com>
16898             Bruno Haible  <bruno@clisp.org>
16899
16900         Add support for multiple gnulib-tool invocations in the scope of a
16901         single configure.ac file.
16902         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
16903         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
16904         with the same contents as the _LIBADD variable.
16905         (func_emit_initmacro_start, func_emit_initmacro_end,
16906         func_emit_initmacro_done): New functions.
16907         (func_import, func_create_testdir): Invoke them. Allow the identifiers
16908         gl_LIBOBJS and gl_LTLIBOBJS.
16909
16910 2006-10-11  Bruno Haible  <bruno@clisp.org>
16911
16912         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
16913         (func_create_testdir): Don't create po/Makefile.am, don't invoke
16914         autoreconf. Instead, invoke autopoint explicitly but move back the
16915         *.m4 files from gnulib.
16916
16917 2006-10-11  Bruno Haible  <bruno@clisp.org>
16918
16919         * gnulib-tool (func_usage): Make module names after --create-testdir
16920         optional.
16921         (func_create_testdir): If no module was specified, use nearly all
16922         modules.
16923
16924 2006-10-12  Jim Meyering  <jim@meyering.net>
16925
16926         Big performance improvement for fts-based tools that use FTS_NOSTAT.
16927         Avoid spurious inode-mismatch problems on non-POSIX file systems.
16928         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
16929         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
16930         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
16931         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
16932         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
16933         (fts_set_stat_required): New function.
16934         (fts_open): Defer the calls to fts_stat, if possible or requested.
16935         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
16936         into fts_stat itself.
16937         (fts_read): Perform any required (deferred) fts_stat call.
16938         (fts_build): Likewise, for the directory we're about to open and read.
16939         In the readdir loop, carefully decide whether each entry will require
16940         an eventual call to fts_stat, using dirent.d_type info if available.
16941         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
16942         a command line argument into this function.  Update all callers.
16943         Map a return value of FTS_DOT to FTS_D for a command line argument.
16944         * modules/fts (Depends-on): Add d-type.  Alphabetize.
16945         Thanks to Miklos Szeredi for his tenacity and for the initial
16946         bug report about "find" failing on a FUSE-based file system.
16947
16948         * lib/fts.c (fts_open): Use consistent indentation.
16949
16950 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16951
16952         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
16953         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
16954         reported by Jim Meyering.  All uses of cache variables renamed
16955         to match Autoconf's.
16956         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
16957         the other one.
16958
16959         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
16960         Fix misspelling in diagnostic.
16961
16962 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16963
16964         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
16965         defined.  Problem reported by Matthew Woehlke.
16966
16967         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
16968         Add support for Tandem NonStop R series.
16969         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
16970         Use new macro.
16971
16972         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
16973         (has_trailing_slash): Omit size arg; all callers changed.
16974         Omit 'inline', since it doesn't help performance and we'd
16975         need to configure it.
16976         Don't count //, ///, etc. as having a trailing slash.
16977         As a side effect, this removes a C99ism reported by Matthew Woehlke.
16978         (rpl_rename_dest_slash): On failure, use rename's errno rather
16979         than (in some cases) an incorrect or junk errno.
16980         Simplify code by removing need to compute length; this does
16981         cause it to make two passes instead of one over the file name,
16982         but it's worth it.
16983
16984         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
16985         change, since Autoconf's version may no longer be appropriate now
16986         that we are using CVS Autoconf's version.  Add support for Tandem.
16987
16988 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16989             Bruno Haible  <bruno@clisp.org>
16990
16991         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
16992         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
16993         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
16994         gl_AC_TYPE_LONG_LONG.
16995
16996         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
16997         instead of HAVE_LONG_LONG.
16998         * lib/printf-args.c (printf_fetchargs): Likewise.
16999         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
17000         * lib/vasnprintf.c (VASNPRINTF): Likewise.
17001         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
17002         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
17003         gl_AC_TYPE_LONG_LONG.
17004
17005 2006-10-11  Bruno Haible  <bruno@clisp.org>
17006
17007         * m4/longlong.m4: Add comments.
17008         * m4/ulonglong.m4: Likewise.
17009
17010 2006-10-10  Bruno Haible  <bruno@clisp.org>
17011
17012         Make it possible to #define stpcpy, strdup to aliases.
17013         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
17014         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
17015
17016 2006-10-10  Bruno Haible  <bruno@clisp.org>
17017
17018         Make it possible to #define gcd to an alias.
17019         * lib/gcd.c: Include config.h.
17020
17021 2006-10-10  Bruno Haible  <bruno@clisp.org>
17022
17023         Make it possible to #define c_isascii to an alias.
17024         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
17025         defined. Undefine the macros before defining them, to avoid gcc
17026         warnings.
17027         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
17028         define NO_C_CTYPE_MACROS early.
17029
17030 2006-10-10  Bruno Haible  <bruno@clisp.org>
17031
17032         Make it possible to #define set_program_name to an alias.
17033         * lib/progname.c: Don't undefine set_program_name; instead, undefine
17034         ENABLE_RELOCATABLE early.
17035
17036 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         Port to Tandem NSK OSS, which has 64-bit signed int but at most
17039         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
17040         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
17041         More generally, don't assume that 64-bit signed int is available
17042         if unsigned int is, and vice versa.
17043         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
17044         unsigned symbols, not on their signed counterparts.
17045         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
17046         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
17047         (UINT64_C, UINTMAX_C):
17048         Likewise.
17049         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
17050         unsigned counterparts.
17051         (Have_long_long, Unsigned): New macros.
17052         (Int): Renamed from INT.
17053         (strtoimax): Use the new macros.
17054         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
17055         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
17056         * modules/inttypes (inttypes.h): Substitute
17057         HAVE_UNSIGNED_LONG_LONG_INT.
17058         * modules/stdint (stdint.h): Likewise.
17059         (Files): Add m4/ulonglong.m4.
17060
17061 2006-10-10  Bruno Haible  <bruno@clisp.org>
17062
17063         Fix a gcc -Wshadow warning.
17064         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
17065         to 'bucket'.
17066         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
17067         gl_linked_indexof_from_to): Likewise.
17068         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
17069         Likewise.
17070         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
17071         Likewise.
17072         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
17073         Reported by Eric Blake.
17074
17075 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
17078         for NetBSD.  Problem reported by Bruno Haible.
17079
17080 2006-10-09  Jim Meyering  <jim@meyering.net>
17081
17082         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
17083         Patch from Bruno Haible.
17084
17085 2006-10-09  Jim Meyering  <jim@meyering.net>
17086
17087         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
17088         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
17089         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
17090
17091 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17092
17093         Don't include <config.h> twice; this doesn't work in some cases,
17094         e.g., when config.h has "#define intmax_t long long int" and
17095         we include <config.h>, <inttypes.h>, <config.h> in that order.
17096         Problem reported by Matthew Woehlke in:
17097         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
17098         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
17099         * lib/fts-cycle.c: Don't include config.h.
17100         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
17101         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
17102         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
17103         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
17104         inttypes.h.
17105         * lib/xstrtoumax.c: Likewise.
17106         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
17107         __strtol and the like, so that this module is more like its siblings.
17108         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
17109         Remove; no longer needed now that we assume gnulib inttypes.h.
17110
17111 2006-10-08  Bruno Haible  <bruno@clisp.org>
17112
17113         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
17114         option.
17115
17116 2006-10-07  Jim Meyering  <jim@meyering.net>
17117
17118         * modules/inttypes (inttypes.h): Revert what seems to have been
17119         an inadvertent part of today's change: use "|", not "/" in the
17120         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
17121
17122 2006-10-07  Bruno Haible  <bruno@clisp.org>
17123
17124         * modules/sublist: New file.
17125
17126 2006-10-07  Bruno Haible  <bruno@clisp.org>
17127
17128         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
17129         * modules/argz (argz.h): Likewise.
17130         * modules/arpa_inet (arpa/inet.h): Likewise.
17131         * modules/byteswap (byteswap.h): Likewise.
17132         * modules/configmake (configmake.h): Likewise.
17133         * modules/fcntl (fcntl.h): Likewise.
17134         * modules/fnmatch (fnmatch.h): Likewise.
17135         * modules/getopt (getopt.h): Likewise.
17136         * modules/glob (glob.h): Likewise.
17137         * modules/inttypes (inttypes.h): Likewise.
17138         * modules/netinet_in (netinet/in.h): Likewise.
17139         * modules/poll (poll.h): Likewise.
17140         * modules/stdbool (stdbool.h): Likewise.
17141         * modules/stdint (stdint.h): Likewise.
17142         * modules/sys_select (sys/select.h): Likewise.
17143         * modules/sys_socket (sys/socket.h): Likewise.
17144         * modules/sys_stat (sys/stat.h): Likewise.
17145         * modules/sysexits (sysexits.h): Likewise.
17146         * modules/unistd (unistd.h): Likewise.
17147         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17148         Add a "DO NOT EDIT" comment to the generated file.
17149         (func_import): Likewise for gnulib-comp.m4.
17150
17151 2006-10-07  Bruno Haible  <bruno@clisp.org>
17152
17153         * lib/gl_sublist.h: New file.
17154         * lib/gl_sublist.c: New file.
17155
17156 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17157
17158         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
17159         name (relative to the original working directory) and the file
17160         name component (relative to the temporary working directory).  All
17161         callers changed.
17162         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
17163         * lib/mkdir-p.c (make_dir_parents): Likewise.
17164         * lib/mkdir-p.h (make_dir_parents): Likewise.
17165
17166 2006-10-06  Eric Blake  <ebb9@byu.net>
17167
17168         Define several macros for use by the clean-temp module.
17169         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
17170         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
17171         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
17172
17173         * lib/clean-temp.h (close_stream_temp): New declaration.
17174         * lib/clean-temp.c (includes): Pull in headers according to what
17175         other modules are in use.
17176         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
17177
17178 2006-10-06  Bruno Haible  <bruno@clisp.org>
17179
17180         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
17181         instead of fopen, fwriteerror.
17182
17183 2006-10-06  Bruno Haible  <bruno@clisp.org>
17184
17185         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
17186         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
17187         int.
17188         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
17189         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
17190         Return an error indicator.
17191         Suggested by Eric Blake.
17192
17193 2006-10-06  Bruno Haible  <bruno@clisp.org>
17194
17195         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
17196         Reported by Eric Blake.
17197
17198 2006-10-06  Bruno Haible  <bruno@clisp.org>
17199
17200         * modules/closeout (Description): Mention stderr too.
17201
17202 2006-10-06  Bruno Haible  <bruno@clisp.org>
17203         and Paul Eggert  <eggert@cs.ucla.edu>
17204
17205         * lib/closeout.c (close_stdout): Also close stderr.
17206         * lib/closeout.h: Update comment.
17207
17208 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17209
17210         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
17211         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
17212         * lib/dirchownmod.c: Include lchown.h.
17213         * lib/lchown.c: Don't include files that lchown.h now includes.
17214         Don't declare chown, since lchown.h now does that.
17215         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
17216         (lchown): Define to rpl_chown if lchown is declared but
17217         does not exist.  Declare using a prototype if lchown is not
17218         declared.  Add a copyright notice.
17219         * lib/mkstemp.h: Include <unistd.h>.
17220         * lib/openat.c: Include lchown.h.
17221
17222         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
17223         we now test for that separately.
17224         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
17225         rather than O_NOFOLLOW, when testing whether it's possible to
17226         avoid a race condition reliably.
17227         * lib/savewd.c (savewd_chdir): Likewise.
17228
17229         Remove macros that are no longer needed now that stdint.h is
17230         reliable.
17231         * lib/fsusage.c (UINTMAX_MAX): Remove.
17232         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
17233         * lib/utimecmp.c (SIZE_MAX): Remove.
17234
17235         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
17236
17237         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
17238         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
17239         O_NOATIME works.
17240
17241 2006-10-05  Bruno Haible  <bruno@clisp.org>
17242
17243         * lib/gl_list.h (gl_sortedlist_search_from_to,
17244         gl_sortedlist_indexof_from_to): New declarations.
17245         (gl_list_implementation): New fields sortedlist_search_from_to,
17246         sortedlist_indexof_from_to.
17247         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
17248         inline functions.
17249         * lib/gl_list.c (gl_sortedlist_search_from_to,
17250         gl_sortedlist_indexof_from_to): New functions.
17251         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
17252         function.
17253         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
17254         (gl_array_sortedlist_search_from_to): New function.
17255         (gl_array_list_implementation): Update.
17256         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
17257         function.
17258         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
17259         (gl_carray_sortedlist_search_from_to): New function.
17260         (gl_carray_list_implementation): Update.
17261         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
17262         gl_linked_sortedlist_indexof_from_to): New functions.
17263         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17264         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17265         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
17266         gl_tree_sortedlist_indexof_from_to): New functions.
17267         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17268         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17269         Update.
17270         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17271         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
17272         Update.
17273
17274 2006-10-05  Bruno Haible  <bruno@clisp.org>
17275
17276         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
17277         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
17278         (struct gl_list_implementation): Add fields search_from_to,
17279         indexof_from_to. Remove fields search, indexof.
17280         (gl_list_search): Use the search_from_to method.
17281         (gl_list_search_from, gl_list_search_from_to): New functions.
17282         (gl_list_indexof): Use the indexof_from_to method.
17283         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17284         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
17285         (gl_list_search_from, gl_list_search_from_to): New functions.
17286         (gl_list_indexof): Use the indexof_from_to method.
17287         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17288         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
17289         gl_array_indexof. Add start_index, end_index arguments.
17290         (gl_array_search_from_to): Renamed from gl_array_search. Add
17291         start_index, end_index arguments.
17292         (gl_array_remove, gl_array_list_implementation): Update.
17293         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
17294         gl_carray_indexof. Add start_index, end_index arguments.
17295         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
17296         start_index, end_index arguments.
17297         (gl_carray_remove, gl_carray_list_implementation): Update.
17298         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
17299         gl_linked_search. Add start_index, end_index arguments.
17300         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
17301         start_index, end_index arguments.
17302         (gl_linked_remove): Update.
17303         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17304         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17305         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
17306         field to 'size_t'.
17307         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
17308         gl_tree_search. Add start_index, end_index arguments.
17309         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17310         start_index, end_index arguments.
17311         (gl_tree_remove): Update.
17312         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17313         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17314         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
17315         function.
17316         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
17317         gl_tree_search. Add start_index, end_index arguments.
17318         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17319         start_index, end_index arguments.
17320         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17321         Update.
17322         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
17323
17324 2006-10-05  Bruno Haible  <bruno@clisp.org>
17325
17326         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
17327
17328         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
17329         fwriteerror_temp): New declarations.
17330         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
17331         (descriptors): New variable.
17332         (cleanup): First, close the descriptors.
17333         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
17334         fclose_temp, fwriteerror_temp): New functions.
17335
17336 2006-10-04  Jim Meyering  <jim@meyering.net>
17337
17338         * lib/fts.c (fts_open): Tiny comment change.
17339
17340 2006-10-04  Bruno Haible  <bruno@clisp.org>
17341
17342         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
17343         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
17344         gl_LOCK_BODY.
17345         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
17346         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
17347         gl_LOCK_EARLY_BODY.
17348         (gl_LOCK): Require gl_LOCK_BODY.
17349
17350 2006-10-04  Bruno Haible  <bruno@clisp.org>
17351
17352         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
17353         (gl_oset_search_atleast): New declaration.
17354         (struct gl_oset_implementation): Add field 'search_atleast'.
17355         (gl_oset_search_atleast): New inline function.
17356         * lib/gl_oset.c (gl_oset_search_atleast): New function.
17357         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
17358         (gl_array_oset_implementation): Update.
17359         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
17360         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
17361         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
17362
17363 2006-10-04  Bruno Haible  <bruno@clisp.org>
17364
17365         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
17366
17367 2006-10-03  Bruno Haible  <bruno@clisp.org>
17368
17369         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
17370         from gl_avltreehash_list_implementation.
17371
17372 2006-10-03  Bruno Haible  <bruno@clisp.org>
17373
17374         * lib/gl_oset.c (gl_oset_add): Fix return type.
17375
17376 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
17377
17378         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
17379
17380 2006-10-02  Eric Blake  <ebb9@byu.net>
17381
17382         * modules/strnlen (Depends-on): Add extensions.
17383
17384 2006-10-02  Eric Blake  <ebb9@byu.net>
17385
17386         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
17387         definition in 2.60+.
17388
17389 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
17390
17391         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
17392         checks.
17393
17394 2006-10-02  Bruno Haible  <bruno@clisp.org>
17395
17396         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
17397         to the AUTOMAKE_OPTIONS.
17398         Reported by Jim Meyering.
17399
17400 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17401
17402         Work around bug in Solaris 10 /proc file system:
17403         /proc/self/fd/NNN/.. isn't the parent directory of
17404         the directory whose file descriptor is NNN.  This needs to
17405         be worked around at run time, not compile time, since a
17406         program might be built on Solaris 8, where things work, and
17407         run on Solaris 10.
17408         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
17409         to use the following interface instead:
17410         (OPENAT_BUFFER_SIZE): New macro.
17411         (openat_proc_name): New function.
17412         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
17413         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
17414         Likewise.
17415         * lib/openat-proc.c: New file.
17416         * modules/openat (Files): Add lib/openat-proc.c.
17417         (Depends-on): Add same-inode, stdbool.
17418         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
17419
17420 2006-09-29  Bruno Haible  <bruno@clisp.org>
17421
17422         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
17423         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
17424         argument. Set stdout_closed before testing for ferror, not after.
17425         (fwriteerror, fwriteerror_no_ebadf): New functions.
17426
17427 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17428
17429         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
17430
17431 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
17432
17433         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
17434         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
17435
17436 2006-09-28  Jim Meyering  <jim@meyering.net>
17437
17438         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
17439         Include <unistd.h>.
17440
17441 2006-09-28  Bruno Haible  <bruno@clisp.org>
17442
17443         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
17444         * modules/linkedhash-list (Depends-on): Likewise.
17445         * modules/rbtreehash-list (Depends-on): Likewise.
17446
17447 2006-09-28  Bruno Haible  <bruno@clisp.org>
17448
17449         * lib/strndup.h: Simplify the redefinition of strndup.
17450         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
17451         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
17452
17453 2006-09-28  Bruno Haible  <bruno@clisp.org>
17454
17455         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
17456         * lib/gl_linkedhash_list.c: Likewise.
17457         * lib/gl_rbtreehash_list.c: Likewise.
17458
17459 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17460
17461         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
17462         getaddrinfo.
17463
17464         * lib/__fpending.h: Don't include <stdio_ext.h> unless
17465         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
17466         it causes <stdio_ext.h> to cause a compile-time error.
17467         Problem reported by Nelson H. F. Beebe.
17468         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
17469         of HAVE_DECL___PENDING.
17470
17471         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
17472         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
17473         declaration.
17474
17475 2006-09-27  Jim Meyering  <jim@meyering.net>
17476
17477         This file could end up with a definition for a function
17478         named __strndup, rather than rpl_strndup on a system with
17479         incomplete weak_alias support.
17480         * lib/strndup.c (strndup): Rename from __strndup.
17481         Remove #defines that used to map __strndup to strndup.
17482         Don't use K&R prototypes.
17483         Remove LIBC-related code, since this file is not sync'd with glibc.
17484         * lib/strndup.h: Revamp, accordingly.
17485         * m4/strndup.m4: Modernize.
17486
17487 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17488
17489         * modules/savewd (Depends-on): Add 'raise'.
17490         * lib/savewd.c: Include <signal.h>, for 'raise'.
17491
17492 2006-09-26  Jim Meyering  <jim@meyering.net>
17493
17494         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
17495         when we detect Darwin 8.7.0's acl_get_file bug.
17496         Rearrange to perform the new (below) run-test while $LIBS
17497         contains any acl-related library.  Set USE_ACL at the end.
17498         (gl_ACL_GET_FILE): New function.
17499
17500 2006-09-26  Eric Blake  <ebb9@byu.net>
17501
17502         * lib/verror.c: Include <config.h> unconditionally.
17503
17504 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * modules/clock-time (Maintainer): Add self.
17507         * modules/getlogin_r (Depends-on): Add extensions.
17508
17509 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17510
17511         * modules/clock-time: New module.
17512         * modules/nanosleep (Depends-on): Add clock-time.
17513         * modules/gethrxtime (Depends-on): Likewise.
17514         * modules/gettime (Depends-on): Likewise.
17515         * modules/settime (Depends-on): Likewise.
17516
17517         * modules/fts-lgpl: Depend on openat.
17518         * modules/mkancesdirs: Depend on savewd.
17519         * modules/mkdir-p: Likewise.
17520
17521 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17522
17523         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
17524
17525         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
17526         `gl_have_arbitrary_file_name_length_limit' to
17527         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
17528         actually works between configure runs.
17529
17530 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17531             Bruno Haible  <bruno@clisp.org>
17532
17533         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
17534
17535 2006-09-25  Jim Meyering  <jim@meyering.net>
17536
17537         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
17538         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
17539
17540 2006-09-25  Eric Blake  <ebb9@byu.net>
17541
17542         * gnulib-tool (func_import, func_create_testdir): Fix typos in
17543         exec's in 2006-09-18 patch when shuffling fds.
17544
17545 2006-09-25  Bruno Haible  <bruno@clisp.org>
17546
17547         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
17548         Reported by Jim Meyering.
17549
17550 2006-09-24  Jim Meyering  <jim@meyering.net>
17551
17552         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
17553         compare a pointer against a literal "0".  That caused failures with
17554         at least HP-UX's hpcc.
17555
17556 2006-09-22  Simon Josefsson  <jas@extundo.com>
17557
17558         * modules/gc-sha1:
17559         * modules/gc-md4:
17560         * modules/gc-hmac-sha1:
17561         * modules/gc-hmac-md5:
17562         * modules/gc-des:
17563         * modules/gc-arcfour: Distribute more files.
17564
17565 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17566
17567         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
17568         (gl_linked_iterator_from_to): Initialize struct completely.
17569         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
17570         (gl_tree_iterator_from_to): Likewise
17571         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
17572         * lib/gl_array_list.c [lint] (gl_array_iterator)
17573         (gl_array_iterator_from_to): Likewise.
17574         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
17575         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
17576         (gl_carray_iterator_from_to): Likewise.
17577
17578         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
17579         * lib/md4.c (md4_process_block): Remove unused variable.
17580         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
17581         parentheses for clarity.
17582
17583 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17584
17585         * modules/bison-i18n (Depends-on): Add gettext.
17586
17587 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17588
17589         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
17590         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
17591         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
17592         also add missing comma that caused broken test.
17593         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
17594         stdlib.h, for `abort'.
17595         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
17596         variables.
17597         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
17598         include unistd.h if present, for `rmdir'.
17599         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
17600         variables.
17601         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
17602         in the process include standard headers for prototypes.
17603         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
17604         gets declared on GNU/Linux.
17605         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
17606         unistd.h, for `rmdir'.
17607         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
17608
17609         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
17610         always true.
17611         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
17612
17613         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
17614
17615 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17616
17617         * gnulib-tool (func_version): Create output all at once.  This
17618         may help avoid triggering unnecessary SIGPIPEs, and at any
17619         rate it doesn't hurt.
17620
17621 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17622             Bruno Haible  <bruno@clisp.org>
17623
17624         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
17625         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17626         * m4/signed.m4 (bh_C_SIGNED): Likewise.
17627
17628         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
17629         (gl_FUNC_VASPRINTF): Invoke it.
17630
17631 2006-09-22  Bruno Haible  <bruno@clisp.org>
17632
17633         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
17634         getloadavg.c as first argument.
17635
17636 2006-09-22  Bruno Haible  <bruno@clisp.org>
17637
17638         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
17639         at the beginning of the gl_INIT macro.
17640         * modules/getloadavg (configure.ac): Pass $gl_source_base to
17641         gl_GETLOADAVG.
17642
17643 2006-09-22  Bruno Haible  <bruno@clisp.org>
17644
17645         * gnulib-tool (func_create_megatestdir): Don't include the config-h
17646         module.
17647         Suggested by Ralf Wildenhues.
17648
17649 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         Import this patch from libc:
17652
17653         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
17654
17655         * lib/regex_internal.c (re_string_reconstruct): Handle
17656         offset < pstr->valid_raw_len && pstr->offsets_needed case.
17657         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
17658         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
17659         re_string_context_at.
17660
17661         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
17662         now requires it.
17663         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
17664         gl_REGEX now does it for us.
17665         (gl_REGEX): Add test taken from
17666         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
17667
17668         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
17669         Check that large offsets work.  Modernize Autoconf usages.
17670         Prefer "yes" to mean a good thing rather than a bad.
17671         Don't put "#define mkstemp" in config.h, as this might interfere
17672         with standard system headers that "#define mkstemp mkstemp64".
17673
17674         * modules/mkstemp (Depends-on): Add extensions, so that
17675         mkstemp is visible on some platforms.
17676         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
17677         (Include): Change to "mkstemp.h" from <stdlib.h>.
17678         (Files): Add mkstemp.h.
17679
17680         * lib/mkstemp.h: New file, since some standard headers
17681         #define mkstemp.
17682         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
17683         Include "mkstemp.h".
17684         Make the _LIBC code resemble glibc original more,
17685         e.g., use K&R style.
17686         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
17687         (mkstemp): Remove, since mkstemp.h does this for us.
17688         * lib/stdlib--.h: Include mkstemp.h.
17689
17690         Import this patch from libc:
17691
17692         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
17693
17694         * lib/tempname.c (__gen_tempname): Change attempts_min
17695         into a macro.  Use preprocessor to decide how to initialize
17696         attempts [Coverity CID 67].
17697
17698 2006-09-20  Bruno Haible  <bruno@clisp.org>
17699
17700         * lib/mkdtemp.c: Import from libc.
17701         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
17702                 * sysdeps/posix/tempname.c (__gen_tempname): Change
17703                 attempts_min into a macro.  Use preprocessor to decide how to
17704                 initialize attempts [Coverity CID 67].
17705         2001-11-27  Paul Eggert  <eggert@twinsun.com>
17706                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
17707                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
17708
17709 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17710
17711         * gnulib-tool (func_exit): New function, to allow to pass the
17712         exit status portably through the trap.  Use everywhere.
17713         (--help, --version): Signal a write error.
17714         (trap): catch SIGPIPE, for write errors.
17715         Exit at the end of the trap, with the correct exit status.
17716
17717 2006-09-19  Karl Berry  <karl@gnu.org>
17718
17719         * doc/gnulib.texi: note about the license texinfo files.
17720
17721 2006-09-19  Eric Blake  <ebb9@byu.net>
17722
17723         * gnulib-tool: Avoid space-tab.
17724
17725 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
17726
17727         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
17728         that prevented coreutils 6.1 from building.  Problem reported
17729         by Petter Reinholdtsen.
17730
17731 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
17732
17733         * gnulib-tool (avoidlist): Fix typo that broke options like
17734         --avoid=lock that are used by coreutils bootstrap.
17735
17736 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
17737
17738         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
17739         more systematically.
17740
17741 2006-09-18  Jim Meyering  <jim@meyering.net>
17742
17743         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
17744
17745 2006-09-18  Bruno Haible  <bruno@clisp.org>
17746
17747         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
17748
17749 2006-09-18  Bruno Haible  <bruno@clisp.org>
17750
17751         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
17752         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
17753         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
17754         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
17755         * m4/gettext.m4: Require autoconf >= 2.52.
17756         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
17757         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
17758         of gl_cv_header_inttypes_h.
17759
17760 2006-09-18  Bruno Haible  <bruno@clisp.org>
17761
17762         * lib/javaversion.c: Include configmake.h.
17763
17764 2006-09-18  Bruno Haible  <bruno@clisp.org>
17765
17766         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
17767         avoid that the while loops be executed in a subshell.
17768
17769 2006-09-18  Bruno Haible  <bruno@clisp.org>
17770
17771         * MODULES.html.sh (func_module): Break long lines.
17772         Suggested by Bruce Korb <bkorb@gnu.org>.
17773
17774 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17775
17776         Speed up by a factor of 1.12.
17777         * gnulib-tool (nl): New variable.
17778         (func_import): Rewrite include directive extraction to only read each
17779         directive once.
17780
17781 2006-09-17  Bruno Haible  <bruno@clisp.org>
17782
17783         * modules/javaversion (Makefile.am): Remove DEFS setting.
17784         (Depends-on): Add configmake, for PKGDATADIR definition.
17785
17786 2006-09-17  Bruno Haible  <bruno@clisp.org>
17787
17788         * gnulib-tool (func_create_testdir): Rewrite all files at once.
17789
17790 2006-09-17  Bruno Haible  <bruno@clisp.org>
17791
17792         * gnulib-tool (func_append): New function, stolen from libtool.m4.
17793         (func_modules_transitive_closure, func_modules_add_dummy,
17794         func_modules_to_filelist, func_import, func_create_testdir,
17795         func_create_megatestdir, ...): Use it wherever possible.
17796         Suggested by Ralf Wildenhues.
17797
17798 2006-09-16  Karl Berry  <karl@gnu.org>
17799
17800         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
17801         to avoid sectioning errors.
17802         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
17803         [ifinfo]: blank line after @center-ed titles.
17804         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
17805         Spell FSF address consistently with others.
17806         (These changes approved by rms.)
17807
17808 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17809
17810         Speed up by a factor of 1.61.
17811         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
17812         already checked module names again.
17813
17814 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17815
17816         Speed up by a factor of 1.13.
17817         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
17818         for new_files, and the input to func_add_or_update.
17819
17820 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17821
17822         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
17823         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
17824
17825 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         * modules/mkancesdirs (Depends-on): Add fcntl.
17828         * modules/savewd: New file.
17829         * MODULES.html.sh (File system functions): Add savewd.
17830
17831         * modules/configmake (Makefile.am): Add support for the
17832         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
17833
17834 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17835
17836         * m4/savewd.m4: New file.
17837
17838 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17839
17840         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
17841         (dirchownmod): New arg FD.  All callers changed.
17842         Use FD rather than opening the directory ourself, as opening is
17843         now the caller's responsibility.
17844         * lib/dirchownmod.h: Likewise.
17845         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
17846         hosts that require <sys/types.h> before <sys/stat.h>.  Include
17847         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
17848         (test_dir): Remove.
17849         (mkancesdirs): Return length of prefix of FILE that has already
17850         been made, or -2 if there is a child doing the work.  Redo
17851         algorithm so that it is O(N) rather than O(N**2).  Optimize away
17852         ".", and treat ".." specially since it might stray back into
17853         already-created areas.  Use a subprocess if necessary.  New arg
17854         WD; all users changed.  MAKE_DIR function should now return 1
17855         if it creates a directory that is not readable.  Return -2 if
17856         a child process is spun off.
17857         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
17858         Adjust signature to match code.
17859         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
17860         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
17861         all users changed.
17862         * lib/savewd.c, lib/savewd.h: New files.
17863
17864 2006-09-15  Jim Meyering  <jim@meyering.net>
17865
17866         * modules/rename-dest-slash: New module.
17867         * MODULES.html.sh (posix_compat): Add it here.
17868
17869         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
17870
17871 2006-09-15  Jim Meyering  <jim@meyering.net>
17872
17873         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
17874         file.
17875
17876         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
17877
17878 2006-09-15  Jim Meyering  <jim@meyering.net>
17879
17880         * lib/rename-dest-slash.c (has_trailing_slash): Use
17881         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
17882         (rpl_rename_dest_slash): Perform the cheaper trailing slash
17883         test before testing whether SRC is a directory.
17884         Suggestions from Bruno Haible.
17885
17886         Avoid a warning about an unused variable.
17887         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
17888         into the #ifdef block where it's used.
17889
17890         * lib/rename-dest-slash.c: New file.
17891
17892 2006-09-14  Bruno Haible  <bruno@clisp.org>
17893
17894         * lib/allocsa.c: Include <config.h> unconditionally.
17895         * lib/asnprintf.c: Likewise.
17896         * lib/asprintf.c: Likewise.
17897         * lib/c-strcasecmp.c: Likewise.
17898         * lib/c-strcasestr.c: Likewise.
17899         * lib/c-strncasecmp.c: Likewise.
17900         * lib/c-strstr.c: Likewise.
17901         * lib/classpath.c: Likewise.
17902         * lib/clean-temp.c: Likewise.
17903         * lib/concatpath.c: Likewise.
17904         * lib/copy-file.c: Likewise.
17905         * lib/csharpcomp.c: Likewise.
17906         * lib/csharpexec.c: Likewise.
17907         * lib/execute.c: Likewise.
17908         * lib/fatal-signal.c: Likewise.
17909         * lib/findprog.c: Likewise.
17910         * lib/fwriteerror.c: Likewise.
17911         * lib/gl_array_list.c: Likewise.
17912         * lib/gl_array_oset.c: Likewise.
17913         * lib/gl_avltree_list.c: Likewise.
17914         * lib/gl_avltree_oset.c: Likewise.
17915         * lib/gl_avltreehash_list.c: Likewise.
17916         * lib/gl_carray_list.c: Likewise.
17917         * lib/gl_linked_list.c: Likewise.
17918         * lib/gl_linkedhash_list.c: Likewise.
17919         * lib/gl_list.c: Likewise.
17920         * lib/gl_oset.c: Likewise.
17921         * lib/gl_rbtree_list.c: Likewise.
17922         * lib/gl_rbtree_oset.c: Likewise.
17923         * lib/gl_rbtreehash_list.c: Likewise.
17924         * lib/imaxabs.c: Likewise.
17925         * lib/imaxdiv.c: Likewise.
17926         * lib/javacomp.c: Likewise.
17927         * lib/javaexec.c: Likewise.
17928         * lib/javaversion.c: Likewise.
17929         * lib/linebreak.c: Likewise.
17930         * lib/localcharset.c: Likewise.
17931         * lib/lock.c: Likewise.
17932         * lib/mbchar.c: Likewise.
17933         * lib/mbswidth.c: Likewise.
17934         * lib/mkdtemp.c: Likewise.
17935         * lib/pipe.c: Likewise.
17936         * lib/printf-args.c: Likewise.
17937         * lib/printf-parse.c: Likewise.
17938         * lib/progname.c: Likewise.
17939         * lib/progreloc.c: Likewise.
17940         * lib/readlink.c: Likewise.
17941         * lib/sh-quote.c: Likewise.
17942         * lib/stpcpy.c: Likewise.
17943         * lib/stpncpy.c: Likewise.
17944         * lib/strcasecmp.c: Likewise.
17945         * lib/strcasestr.c: Likewise.
17946         * lib/strcspn.c: Likewise.
17947         * lib/striconv.c: Likewise.
17948         * lib/strncasecmp.c: Likewise.
17949         * lib/strnlen1.c: Likewise.
17950         * lib/strstr.c: Likewise.
17951         * lib/strtok_r.c: Likewise.
17952         * lib/tls.c: Likewise.
17953         * lib/tmpdir.c: Likewise.
17954         * lib/unicodeio.c: Likewise.
17955         * lib/unsetenv.c: Likewise.
17956         * lib/vasnprintf.c: Likewise.
17957         * lib/vasprintf.c: Likewise.
17958         * lib/wait-process.c: Likewise.
17959         * lib/xallocsa.c: Likewise.
17960         * lib/xsetenv.c: Likewise.
17961         * lib/xstriconv.c: Likewise.
17962
17963 2006-09-13  Simon Josefsson  <jas@extundo.com>
17964
17965         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
17966         that internally, suggested by Ralf Wildenhues
17967         <Ralf.Wildenhues@gmx.de>.
17968
17969 2006-09-13  Simon Josefsson  <jas@extundo.com>
17970
17971         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
17972         @LIBOBJS@.
17973         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17974
17975 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17976
17977         * lib/_fpending.c: Include <config.h> unconditionally, since we no
17978         longer worry about uses that don't define HAVE_CONFIG_H.
17979         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
17980         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
17981         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
17982         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
17983         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
17984         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
17985         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
17986         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
17987         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
17988         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
17989         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
17990         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
17991         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
17992         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
17993         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
17994         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
17995         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
17996         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
17997         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
17998         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
17999         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
18000         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
18001         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
18002         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
18003         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
18004         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
18005         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
18006         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
18007         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
18008         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
18009         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
18010         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
18011         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
18012         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
18013         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
18014         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
18015         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
18016         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
18017         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
18018         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
18019         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
18020         Likewise.
18021
18022 2006-09-13  Eric Blake  <ebb9@byu.net>
18023
18024         * lib/getopt.c: Fix typo in last commit.
18025
18026 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18027
18028         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
18029         dgettext.
18030
18031 2006-09-12  Jim Meyering  <jim@meyering.net>
18032
18033         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
18034         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
18035         Reported by Nelson H. F. Beebe.
18036
18037 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18038
18039         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
18040         program_invocation_name and program_invocation_short_name are
18041         initialized.
18042         * lib/argp-namefrob.h: Move declarations of program_invocation_name
18043         and program_invocation_short_name to argp.h, so they are visible
18044         to user programs.
18045         * lib/argp.h: Likewise
18046
18047 2006-09-10  Bruno Haible  <bruno@clisp.org>
18048
18049         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18050         m4/inttypes_h.m4, m4/uintmax_t.m4.
18051
18052 2006-09-10  Bruno Haible  <bruno@clisp.org>
18053
18054         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
18055         gl_AC_TYPE_UINTMAX_T.
18056
18057 2006-09-10  Bruno Haible  <bruno@clisp.org>
18058
18059         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
18060
18061 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18062
18063         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
18064         convention.  Text proposed by Bruno Haible.
18065         (struct argp_option): Document the use of N_() wrappers.
18066
18067         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
18068         '\v', and translate the two parts separately, instead of feeding
18069         the whole string to gettext.  This allows to exclude
18070         '\v' from the strings visible to the translator by writing doc
18071         strings as N_("..") "\v" N_("..").
18072
18073 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
18074
18075         * config/srclist.txt: Undo latest change; the bug was fixed.
18076
18077 2006-09-09  Bruno Haible  <bruno@clisp.org>
18078
18079         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
18080         assignments if building a library without libtool.
18081         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
18082         in func_emit_lib_Makefile_am.
18083         (func_import): When building a static library libfoo.a, arrange to
18084         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
18085         (func_create_testdir): Likewise.
18086         * modules/gc (configure.ac, Makefile.am): If building statically,
18087         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
18088         * modules/iconvme (configure.ac, Makefile.am): Likewise.
18089         * modules/striconv (configure.ac, Makefile.am): Likewise.
18090         Based on a suggestion by Ralf Wildenhues.
18091
18092 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18093
18094         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
18095         Check for unistd.h too, since Autoconf doesn't assume POSIX.
18096         Also:
18097
18098         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18099         Add year_2050_test to catch glibc bug 2821
18100         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18101
18102         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18103         Prefer #ifdef to #if.
18104
18105         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
18106         Return from 'main' instead of calling 'exit'.
18107
18108 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18109
18110         * lib/mktime.c (guess_time_tm): Fix bug where mktime
18111         returned the maximum time_t value rather than (time_t) -1.
18112         Problem originally reported by William Bardwell
18113         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18114
18115         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18116         Moved to here ...
18117         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18118         ... from here.
18119
18120 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18121
18122         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
18123         2821 is fixed.
18124
18125 2006-09-08  Jim Meyering  <jim@meyering.net>
18126
18127         Don't make generated files read-only.  That would bother too many
18128         people.  However, do retain the ability to work when targets are
18129         read-only: remove the destination and temporary files before writing
18130         them (when generated via sed or echo), or by using the -f option for
18131         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
18132         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18133         * modules/byteswap, modules/configmake, modules/fcntl:
18134         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18135         * modules/localcharset, modules/netinet_in, modules/poll:
18136         * modules/stdbool, modules/stdint, modules/sys_select:
18137         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18138
18139 2006-09-08  Jim Meyering  <jim@meyering.net>
18140
18141         Avoid new build failure on FreeBSD 6.0.
18142         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
18143         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
18144         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
18145
18146 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18147
18148         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
18149
18150 2006-09-07  Jim Meyering  <jim@meyering.net>
18151
18152         Fix global typo in last change: use chmod u-w, not chmod u-x.
18153         Spotted by Paul Eggert and Bruce Korb.
18154         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18155         * modules/byteswap, modules/configmake, modules/fcntl:
18156         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18157         * modules/localcharset, modules/netinet_in, modules/poll:
18158         * modules/stdbool, modules/stdint, modules/sys_select:
18159         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18160
18161 2006-09-06  Jim Meyering  <jim@meyering.net>
18162
18163         Make generated files be read-only.
18164         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
18165         Ensure that each generated file is now read-only.
18166         * modules/argz: Likewise.
18167         * modules/arpa_inet: Likewise.
18168         * modules/byteswap: Likewise.
18169         * modules/configmake: Likewise.
18170         * modules/fcntl: Likewise.
18171         * modules/fnmatch: Likewise.
18172         * modules/getopt: Likewise.
18173         * modules/glob: Likewise.
18174         * modules/inttypes: Likewise.
18175         * modules/netinet_in: Likewise.
18176         * modules/poll: Likewise.
18177         * modules/stdbool: Likewise.
18178         * modules/stdint: Likewise.
18179         * modules/sys_select: Likewise.
18180         * modules/sys_socket: Likewise.
18181         * modules/sys_stat: Likewise.
18182         * modules/sysexits: Likewise.
18183         * modules/localcharset: Same as above, but continue using temporary
18184         file named "t-$@" (why different?) rather than the "$@-t" used
18185         everywhere else.
18186
18187         * modules/sysexits (Makefile.am): Replace literal occurrences
18188         of "sysexit.h" more readable, and more consistent, "$@".
18189
18190 2006-09-06  Bruno Haible  <bruno@clisp.org>
18191
18192         * modules/striconv: New file.
18193         * modules/xstriconv: New file.
18194         * MODULES.html.sh (Internationalization functions): Add striconv,
18195         xstriconv.
18196
18197 2006-09-06  Bruno Haible  <bruno@clisp.org>
18198
18199         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
18200         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
18201         not using libtool correctly.
18202
18203 2006-09-06  Bruno Haible  <bruno@clisp.org>
18204
18205         * lib/striconv.h: New file.
18206         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
18207         iconvstring.c.
18208         * lib/xstriconv.h: New file.
18209         * lib/xstriconv.c: New file.
18210
18211 2006-09-06  Bruno Haible  <bruno@clisp.org>
18212
18213         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18214         lib_..._LDFLAGS.
18215
18216 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18217
18218         * lib/argz_.h: Sync from Libtool.
18219
18220         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
18221                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18222
18223         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
18224
18225 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18226
18227         * modules/trim: New file.
18228
18229 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18230
18231         * lib/trim.h: New file.
18232         * lib/trim.c: New file.
18233
18234 2006-09-05  Bruno Haible  <bruno@clisp.org>
18235
18236         * MODULES.html.sh (String handling): Add trim.
18237
18238 2006-09-04  Karl Berry  <karl@gnu.org>
18239
18240         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
18241         until next release.
18242
18243 2006-09-03  Bruno Haible  <bruno@clisp.org>
18244
18245         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
18246         correctly.
18247
18248 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18249
18250         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
18251         not gl_GETLOADAVG.  Omit unneeded semicolons.
18252         Problems reported by Ralf Wildenhues in
18253         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18254         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
18255         at the end, which is the usual gnulib style.
18256
18257         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
18258         of doing all the work ourselves.
18259         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
18260         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
18261
18262 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18263
18264         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
18265         Problem reported by Ralf Wildenhues in
18266         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18267
18268         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
18269         HAVE_STRUCT_STATFS_F_FSTYPENAME.
18270
18271 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18272
18273         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
18274         yesterday's patch by changing test -n to test -z.
18275
18276 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18277
18278         * modules/getloadavg (Files): Add m4/getloadavg.m4.
18279         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
18280         the former is now obsolescent.
18281
18282         * modules/chdir-long (Depends-on): Add fcntl.
18283
18284 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18285
18286         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
18287         obsolescent, and programs should use gnulib instead.
18288         * m4/getloadavg.m4: New file, with contents taken from Autoconf
18289         but with prefixes changed.
18290
18291 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18292
18293         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
18294         or stdbool.h, because they might not exist while configuring.
18295
18296         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
18297         Don't include unistd.h or limits.h; not needed, since chdir-long.h
18298         does that for us.
18299         (O_DIRECTORY): Remove.
18300
18301 2006-08-31  Eric Blake  <ebb9@byu.net>
18302
18303         * gnulib-tool: Don't let emacs change spaces to TAB.
18304
18305 2006-08-31  Bruno Haible  <bruno@clisp.org>
18306
18307         * gnulib-tool: When calling func_import more than once, do it in a
18308         subshell.
18309         Reported by Eric Blake <ebb9@byu.net>.
18310
18311 2006-08-31  Bruno Haible  <bruno@clisp.org>
18312
18313         * gnulib-tool (nl): Remove variable.
18314         (sed_transform_lib_file): Use more robust test for config-h module.
18315         (func_import): Fix typo in 2006-08-25 patch.
18316
18317 2006-08-31  Bruno Haible  <bruno@clisp.org>
18318
18319         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
18320         specified, augment Makefile.am variables instead of assigning them.
18321
18322 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18323
18324         Work around a bug in both the Linux and SunOS 64-bit kernels:
18325         nanosleep mishandles sleeps for longer than 2**31 seconds.
18326         Problem reported by Frank v Waveren in
18327         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18328         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
18329         Check for nanosleep bug.
18330         (LIB_NANOSLEEP): Append clock_gettime library if needed.
18331
18332 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         Work around a bug in both the Linux and SunOS 64-bit kernels:
18335         nanosleep mishandles sleeps for longer than 2**31 seconds.
18336         Problem reported by Frank v Waveren in
18337         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18338         * lib/nanosleep.c (BILLION): New constant.
18339         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
18340         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
18341         implementation.
18342
18343 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18344
18345         * modules/nanosleep (Depends-on): Add gettime.
18346
18347 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18348         and Simon Josefsson  <jas@extundo.com>
18349         and Oskar Liljeblad  <oskar@osk.mine.nu>
18350
18351         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
18352         * gnulib-tool (func_import): New license type 'unmodifiable license
18353         text'.
18354         * modules/fdl: Use it.  Longer description.
18355         * module/gpl, module/lgpl: New files.
18356
18357 2006-08-30  Jim Meyering  <jim@meyering.net>
18358
18359         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
18360         shadowing the parameter.
18361
18362 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18363
18364         Sync from Libtool:
18365
18366         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18367
18368         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
18369         sharing with gnulib.  Report by Eric Blake.
18370
18371 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18372
18373         * modules/isapipe: New file.
18374         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
18375
18376 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18377
18378         * modules/configmake (Makefile.am): Add a comment, and omit
18379         the CONFIGMAKE_ prefix from generated macro names.  Suggested
18380         by Bruno Haible.
18381
18382 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18383
18384         * m4/isapipe.m4: New file.
18385
18386 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18387
18388         * lib/isapipe.c, lib/isapipe.h: New files.
18389
18390 2006-08-29  Jim Meyering  <jim@meyering.net>
18391
18392         * modules/configmake (Makefile.am): Make configmake.h depend on
18393         Makefile.  Otherwise, a stale configmake.h could hang around.
18394
18395 2006-08-29  Eric Blake  <ebb9@byu.net>
18396
18397         * lib/error.c (error_at_line, print_errno_message): Match libc, after
18398         resolution of upstream bug 3044.
18399
18400 2006-08-29  Bruno Haible  <bruno@clisp.org>
18401
18402         * modules/localcharset (Depends-on): Add configmake.
18403         (Makefile.am): Remove setting of LIBDIR through DEFS.
18404
18405 2006-08-29  Bruno Haible  <bruno@clisp.org>
18406
18407         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
18408         defined.
18409
18410 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18411
18412         * modules/fcntl: New file.
18413         * modules/chdir-safer (Depends-on): Add fcntl.
18414         * modules/fts: Likewise.
18415         * modules/mkdir-p: Likewise.
18416
18417         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
18418         This undoes the most recent change, since we're now addressing the
18419         problem in a different way.
18420
18421         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
18422         into output, since the output might be called Makefile.am even
18423         if $makefile_name is something different.
18424         (func_import): Use $makefile_am rather than
18425         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
18426         empty.
18427
18428         * modules/inttypes (Files): Add m4/inttypes-h.m4.
18429
18430 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
18433         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
18434         recent change to stdint.m4, since we're now addressing the problem in a
18435         different way.
18436
18437 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18438
18439         * m4/fcntl_h.m4: New file.
18440
18441 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18442
18443         * lib/fcntl_.h: New file.
18444         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
18445         the fcntl module.
18446         * lib/dirchownmod.c: Likewise.
18447         * lib/fts.c: Likewise.
18448
18449         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
18450         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
18451         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
18452         just before including <inttypes.h>, to avoid circular inclusion.
18453
18454 2006-08-28  Jim Meyering  <jim@meyering.net>
18455
18456         * doc/visibility.texi: Actually read and correct the grammar of the
18457         sentence affected by yesterday's change.
18458
18459 2006-08-28  Eric Blake  <ebb9@byu.net>
18460
18461         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
18462         needs wrapper.
18463
18464 2006-08-28  Eric Blake  <ebb9@byu.net>
18465
18466         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
18467
18468 2006-08-28  Eric Blake  <ebb9@byu.net>
18469
18470         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
18471
18472 2006-08-28  Bruno Haible  <bruno@clisp.org>
18473
18474         * modules/c-strstr: New file, from GNU gettext.
18475         * MODULES.html.sh (String handling): Add c-strstr.
18476
18477 2006-08-28  Bruno Haible  <bruno@clisp.org>
18478
18479         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
18480         macros.
18481         Reported by Eric Blake.
18482
18483 2006-08-28  Bruno Haible  <bruno@clisp.org>
18484
18485         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
18486         (VASNPRINTF): Return a string of length > INT_MAX without failing.
18487         * lib/vasprintf.c: Include errno.h, limits.h.
18488         (EOVERFLOW): New fallback definition.
18489         (vasprintf): Test here whether the string length is > INT_MAX.
18490         * lib/vsnprintf.c: Include errno.h, limits.h.
18491         (EOVERFLOW): New fallback definition.
18492         (vsnprintf): Fix bug when generated string was too long for the buffer.
18493         Test here whether the string length is > INT_MAX.
18494
18495 2006-08-28  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/inttypes_.h (SCNX*): Remove definitions.
18498         Reported by Eric Blake.
18499
18500 2006-08-28  Bruno Haible  <bruno@clisp.org>
18501
18502         * lib/c-strstr.h: New file, from GNU gettext.
18503         * lib/c-strstr.c: New file, from GNU gettext.
18504
18505 2006-08-28  Bruno Haible  <bruno@clisp.org>
18506
18507         * gnulib-tool: Reorder some statements.
18508
18509 2006-08-28  Bruno Haible  <bruno@clisp.org>
18510
18511         * gnulib-tool: New option --makefile-name.
18512         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
18513         $makefile_name.
18514         (func_import): Write $makefile_name to the cache file, and read it from
18515         there unless explicitly specified. Use $makefile_name as file name
18516         instead of Makefile.am. Adjust the recommendations accordingly.
18517
18518 2006-08-28  Bruno Haible  <bruno@clisp.org>
18519
18520         * gnulib-tool (func_verify_module): Check against misapplying patch.
18521
18522 2006-08-28  Bruno Haible  <bruno@clisp.org>
18523
18524         * gnulib-tool (func_relativize, func_relconcat): New functions.
18525         Give an error if --local-dir is given with --update.
18526         Remove trailing slashes from $local_gnulib_dir.
18527         (func_import): Store the relativized $local_gnulib_dir in
18528         gnulib-cache.m4, and read it from there if not specified explicitly.
18529
18530 2006-08-28  Bruno Haible  <bruno@clisp.org>
18531
18532         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
18533         is the current directory. Respect also $local_gnulib_dir.
18534
18535 2006-08-28  Bruno Haible  <bruno@clisp.org>
18536             Simon Josefsson  <jas@extundo.com>
18537
18538         BeOS portability.
18539         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
18540
18541 2006-08-27  Jim Meyering  <jim@meyering.net>
18542
18543         * doc/visibility.texi: Remove duplicate word: "pointer".
18544
18545 2006-08-26  Bruno Haible  <bruno@clisp.org>
18546
18547         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
18548         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
18549         (Makefile.am): Create inttypes.h from inttypes_.h.
18550         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
18551
18552         * modules/imaxabs: New file.
18553
18554         * modules/imaxdiv: New file.
18555
18556 2006-08-26  Bruno Haible  <bruno@clisp.org>
18557
18558         * m4/inttypes.m4: New file.
18559         * m4/_inttypes_h.m4: Remove file.
18560         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
18561         PRI_MACROS_BROKEN.
18562         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
18563
18564         * m4/imaxabs.m4: New file.
18565
18566         * m4/imaxdiv.m4: New file.
18567
18568 2006-08-26  Bruno Haible  <bruno@clisp.org>
18569
18570         * lib/inttypes_.h: New file.
18571         * lib/inttypes.h: Remove file.
18572         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
18573
18574         * lib/imaxabs.c: New file.
18575
18576         * lib/imaxdiv.c: New file.
18577
18578 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18579
18580         New config-h module, so that "make" output needn't be cluttered
18581         by -DHAVE_CONFIG_H.
18582         * MODULES.html.sh (Support for building libraries and executables):
18583         Add config-h.
18584         * modules/config-h: New file.
18585         * gnulib-tool (nl, sed_transform_lib_file): New vars.
18586         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
18587         the config-h module is used.
18588
18589         New configmake module, so that "make" output needn't be cluttered
18590         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
18591         * MODULES.html.sh (Support for building libraries and executables):
18592         Add configmake.
18593         * modules/configmake: New file.
18594
18595 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * m4/config-h.m4: New file.
18598
18599 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18600
18601         * config/srclist.txt: Add elisp-comp.
18602
18603 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18604
18605         * MODULES.html.sh (Support for building libraries and executables):
18606         Add elisp-comp.
18607         * build-aux/elisp-comp: New file.
18608         * modules/elisp-comp: New file.
18609
18610 2006-08-24  Bruno Haible  <bruno@clisp.org>
18611
18612         * gnulib-tool (func_create_testdir): Use non-default values of
18613         sourcebase and m4base.
18614
18615 2006-08-24  Bruno Haible  <bruno@clisp.org>
18616
18617         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
18618         HTML structure.
18619
18620 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * modules/openat (Depends-on): Add lchown.
18623
18624 2006-08-23  Bruno Haible  <bruno@clisp.org>
18625
18626         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
18627         of gl_LOCK_EARLY instead of gl_LOCK.
18628
18629 2006-08-23  Bruno Haible  <bruno@clisp.org>
18630
18631         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
18632         on OSF/1 to no.
18633         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
18634
18635 2006-08-23  Bruno Haible  <bruno@clisp.org>
18636
18637         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
18638         as unusable.
18639
18640         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
18641         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
18642         (gl_LOCK): New macro.
18643
18644 2006-08-22  Simon Josefsson  <jas@extundo.com>
18645
18646         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
18647         to md5 module.
18648
18649 2006-08-22  Simon Josefsson  <jas@extundo.com>
18650
18651         * MODULES.html.sh: Add "Support for maintaining and release
18652         projects".
18653
18654         * build-aux/gnupload: New file, from coreutils.
18655
18656 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18657
18658         Avoid the need for AC_LIBSOURCES in m4 macros.
18659         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
18660         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
18661         * modules/check-version (EXTRA_DIST): Add check-version.h.
18662         * modules/crc (EXTRA_DIST): Add crc.h.
18663         * modules/des (EXTRA_DIST): Add des.h.
18664         * modules/gc (EXTRA_DIST): Add gc.h.
18665         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
18666         * modules/getline (EXTRA_DIST): Add getline.h.
18667         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
18668         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
18669         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
18670         * modules/md2 (EXTRA_DIST): Add md2.h.
18671         * modules/md4 (EXTRA_DIST): Add md4.h.
18672         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
18673         * modules/read-file (EXTRA_DIST): Add read-file.h.
18674         * modules/readline (EXTRA_DIST): Add readline.h.
18675         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
18676         rijndael-api-fst.h.
18677
18678 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18679
18680         * m4/rijndael.m4 (gl_ARCFOUR):
18681         * m4/arctwo.m4 (gl_ARCTWO):
18682         * m4/check-version.m4 (gl_CHECK_VERSION):
18683         * m4/crc.m4 (gl_CRC):
18684         * m4/des.m4 (gl_DES):
18685         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
18686         * m4/gc.m4 (gl_GC):
18687         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
18688         * m4/getline.m4 (gl_FUNC_GETLINE):
18689         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
18690         * m4/hmac-md5.m4 (gl_HMAC_MD5):
18691         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
18692         * m4/md2.m4 (gl_MD2):
18693         * m4/md4.m4 (gl_MD4):
18694         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
18695         * m4/read-file.m4 (gl_FUNC_READ_FILE):
18696         * m4/readline.m4 (gl_FUNC_READLINE):
18697         * m4/rijndael.m4 (gl_RIJNDAEL):
18698         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
18699         to get the necessary .h files and whatnot.
18700
18701 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18702
18703         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
18704         gnulib rather than the other way around.
18705         * config/srclistvars.sh (COREUTILS): Remove.
18706
18707 2006-08-22  Jim Meyering  <jim@meyering.net>
18708
18709         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
18710
18711         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
18712
18713 2006-08-22  Eric Blake  <ebb9@byu.net>
18714
18715         * modules/regexprops-generic: New file.
18716         * MODULES.html.sh (Support for building documentation): List it.
18717
18718 2006-08-22  Eric Blake  <ebb9@byu.net>
18719
18720         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
18721         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18722         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
18723         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
18724
18725 2006-08-22  Bruno Haible  <bruno@clisp.org>
18726
18727         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
18728         and lib_LTLIBRARIES like the other lib_* variables.
18729
18730 2006-08-22  Bruno Haible  <bruno@clisp.org>
18731
18732         * build-aux/x-to-1.in: New file, from GNU gettext.
18733
18734 2006-08-22  Bruno Haible  <bruno@clisp.org>
18735
18736         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
18737         <utmpx.h> exists.
18738
18739 2006-08-22  Bruno Haible  <bruno@clisp.org>
18740
18741         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
18742         <utmpx.h> exists.
18743
18744 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18745
18746         BeOS portability.
18747         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
18748         exist.
18749         Problem reported by Bruno Haible.
18750
18751 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18752
18753         Avoid the need for AC_LIBSOURCES in m4 macros.
18754         * modules/acl (EXTRA_DIST): Add acl.h.
18755         * modules/argmatch (Files): Add m4/argmatch.m4.
18756         (configure.ac): Add gl_ARGMATCH.
18757         (EXTRA_DIST): Renamed from lib_SOURCES, for
18758         consistency with the other modules.  Remove argmatch.c.
18759         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
18760         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
18761         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
18762         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
18763         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
18764         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
18765         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
18766         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
18767         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
18768         * modules/closeout (EXTRA_DIST): Add closeout.h.
18769         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
18770         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
18771         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
18772         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
18773         dirname.h; remove basename.c and stripslash.c.
18774         * modules/exclude (EXTRA_DIST): Add exclude.h.
18775         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
18776         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
18777         * modules/file-type (EXTRA_DIST): Add file-type.h.
18778         * modules/filemode (EXTRA_DIST): Add filemode.h.
18779         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
18780         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18781         * modules/fpending (EXTRA_DIST): Add __fpending.h.
18782         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
18783         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
18784         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
18785         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
18786         * modules/getdate (EXTRA_DIST): Add getdate.c.
18787         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
18788         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
18789         * modules/getpass (EXTRA_DIST): Add getpass.h.
18790         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
18791         * modules/group-member (EXTRA_DIST): Add group-member.h.
18792         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
18793         * modules/hash (EXTRA_DIST): Add hash.h.
18794         * modules/human (EXTRA_DIST): Add human.h.
18795         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
18796         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
18797         * modules/lchown (EXTRA_DIST): Add lchown.h.
18798         * modules/long-options (EXTRA_DIST): Add long-options.h.
18799         * modules/lstat (EXTRA_DIST): Add lstat.h.
18800         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
18801         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
18802         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
18803         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
18804         * modules/memxor (EXTRA_DIST): Add memxor.h.
18805         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
18806         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
18807         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
18808         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
18809         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
18810         * modules/physmem (EXTRA_DIST): Add physmem.h.
18811         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
18812         * modules/posixver (EXTRA_DIST): Add posixver.h.
18813         * modules/quote (EXTRA_DIST): Add quote.h.
18814         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
18815         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
18816         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
18817         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
18818         regex_internal.h regexec.c.
18819         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
18820         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
18821         * modules/same (EXTRA_DIST): Add same.h.
18822         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
18823         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
18824         * modules/savedir (EXTRA_DIST): Add savedir.h.
18825         * modules/sha1 (EXTRA_DIST): Add sha1.h.
18826         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
18827         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
18828         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
18829         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
18830         * modules/strdup (EXTRA_DIST): Add strdup.h.
18831         * modules/strftime (EXTRA_DIST): Add strftime.h.
18832         * modules/strndup (EXTRA_DIST): Add strndup.h.
18833         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
18834         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
18835         * modules/time_r (EXTRA_DIST): Add time_r.h.
18836         * modules/timespec (EXTRA_DIST): Add timespec.h.
18837         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18838         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
18839         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
18840         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
18841         * modules/userspec (EXTRA_DIST): Add userspec.h.
18842         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
18843         * modules/utimens (EXTRA_DIST): Add utimens.h.
18844         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
18845         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
18846         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
18847         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
18848         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
18849         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
18850         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
18851         * modules/yesno (EXTRA_DIST): Add yesno.h.
18852
18853 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18854
18855         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
18856
18857         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
18858         * m4/dev-ino.m4, same-inode.m4: Remove.
18859
18860         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
18861         * m4/acl.m4 (AC_FUNC_ACL):
18862         * m4/backupfile.m4 (gl_BACKUPFILE):
18863         * m4/c-strtod.m4 (gl_C99_STRTOLD):
18864         * m4/canon-host.m4 (gl_CANON_HOST):
18865         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
18866         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
18867         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
18868         * m4/cloexec.m4 (gl_CLOEXEC):
18869         * m4/close-stream.m4 (gl_CLOSE_STREAM):
18870         * m4/closeout.m4 (gl_CLOSEOUT):
18871         * m4/dirfd.m4 (gl_FUNC_DIRFD):
18872         * m4/dirname.m4 (gl_DIRNAME):
18873         * m4/exclude.m4 (gl_EXCLUDE):
18874         * m4/exitfail.m4 (gl_EXITFAIL):
18875         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
18876         * m4/file-type.m4 (gl_FILE_TYPE):
18877         * m4/filemode.m4 (gl_FILEMODE):
18878         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
18879         * m4/fpending.m4 (gl_FUNC_FPENDING):
18880         * m4/fprintftime.m4 (gl_FPRINTFTIME):
18881         * m4/fts.m4 (gl_FUNC_FTS):
18882         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
18883         * m4/getdate.m4 (gl_GETDATE):
18884         * m4/gethrxtime.m4 (gl_GETHRXTIME):
18885         * m4/getpagesize.m4 (gl_GETPAGESIZE):
18886         * m4/getpass.m4 (gl_FUNC_GETPASS):
18887         * m4/gettime.m4 (gl_GETTIME):
18888         * m4/getugroups.m4 (gl_GETUGROUPS):
18889         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
18890         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
18891         * m4/hard-locale.m4 (gl_HARD_LOCALE):
18892         * m4/hash.m4 (gl_HASH):
18893         * m4/idcache.m4 (gl_IDCACHE):
18894         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
18895         * m4/lchown.m4 (gl_FUNC_LCHOWN):
18896         * m4/long-options.m4 (gl_LONG_OPTIONS):
18897         * m4/lstat.m4 (gl_FUNC_LSTAT):
18898         * m4/md5.m4 (gl_MD5):
18899         * m4/memcasecmp.m4 (gl_MEMCASECMP):
18900         * m4/memcoll.m4 (gl_MEMCOLL):
18901         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
18902         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
18903         * m4/memxor.m4 (gl_MEMXOR):
18904         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
18905         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
18906         * m4/modechange.m4 (gl_MODECHANGE):
18907         * m4/mountlist.m4 (gl_MOUNTLIST):
18908         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18909         * m4/openat.m4 (gl_FUNC_OPENAT):
18910         * m4/pathmax.m4 (gl_PATHMAX):
18911         * m4/physmem.m4 (gl_PHYSMEM):
18912         * m4/posixtm.m4 (gl_POSIXTM):
18913         * m4/posixver.m4 (gl_POSIXVER):
18914         * m4/quote.m4 (gl_QUOTE):
18915         * m4/quotearg.m4 (gl_QUOTEARG):
18916         * m4/readtokens.m4 (gl_READTOKENS):
18917         * m4/readutmp.m4 (gl_READUTMP):
18918         * m4/regex.m4 (gl_REGEX):
18919         * m4/safe-read.m4 (gl_SAFE_READ):
18920         * m4/safe-write.m4 (gl_SAFE_WRITE):
18921         * m4/same.m4 (gl_SAME):
18922         * m4/save-cwd.m4 (gl_SAVE_CWD):
18923         * m4/savedir.m4 (gl_SAVEDIR):
18924         * m4/settime.m4 (gl_SETTIME):
18925         * m4/sha1.m4 (gl_SHA1):
18926         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
18927         * m4/stat-macros.m4 (gl_STAT_MACROS):
18928         * m4/stat-time.m4 (gl_STAT_TIME):
18929         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
18930         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
18931         * m4/strdup.m4 (gl_FUNC_STRDUP):
18932         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
18933         * m4/strndup.m4 (gl_FUNC_STRNDUP):
18934         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
18935         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
18936         * m4/time_r.m4 (gl_TIME_R):
18937         * m4/timespec.m4 (gl_TIMESPEC):
18938         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
18939         * m4/unlinkdir.m4 (gl_UNLINKDIR):
18940         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
18941         * m4/userspec.m4 (gl_USERSPEC):
18942         * m4/utimecmp.m4 (gl_UTIMECMP):
18943         * m4/utimens.m4 (gl_UTIMENS):
18944         * m4/xalloc.m4 (gl_XALLOC):
18945         * m4/xgetcwd.m4 (gl_XGETCWD):
18946         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
18947         * m4/xreadlink.m4 (gl_XREADLINK):
18948         * m4/xstrtod.m4 (gl_XSTRTOD):
18949         * m4/yesno.m4 (gl_YESNO):
18950         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
18951         to get the necessary .h files and whatnot.
18952
18953 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
18954             Bruno Haible  <bruno@clisp.org>
18955
18956         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
18957         /bin/sh understanding of '!' conditional negation.
18958
18959 2006-08-21  Jim Meyering  <jim@meyering.net>
18960
18961         * modules/openat (Depends-on): Really alphabetize.
18962
18963         * modules/acl (Depends-on): Add error and quote.
18964
18965         * check-module (find_included_lib_files): Add at-func.c to the
18966         ok-to-include-more-than-once white list.
18967
18968         * modules/openat (Depends-on): Add lstat.  Alphabetize.
18969
18970 2006-08-21  Bruno Haible  <bruno@clisp.org>
18971
18972         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18973         Emit a pkgdata_DATA variable only if some snippets add contents to it.
18974         Reported by Martin Lambers <marlam@marlam.de>.
18975
18976 2006-08-21  Bruno Haible  <bruno@clisp.org>
18977
18978         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
18979         specify an installation location, don't emit a noinst_LIBRARIES or
18980         noinst_LTLIBRARIES assignment.
18981
18982 2006-08-21  Bruno Haible  <bruno@clisp.org>
18983
18984         BeOS portability.
18985         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
18986         BeOS has mbrtowc() but no <wctype.h>.
18987
18988 2006-08-21  Bruno Haible  <bruno@clisp.org>
18989
18990         BeOS portability.
18991         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
18992         exist.
18993
18994 2006-08-21  Bruno Haible  <bruno@clisp.org>
18995
18996         BeOS portability.
18997         * lib/mbchar.h: Include <wctype.h> only if it exists.
18998
18999 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19000
19001         Remove files that are no longer needed by their respective modules.
19002         * m4/obstack.m4: Remove.
19003         * m4/strerror_r.m4: Remove.
19004         * m4/uint32_t.m4: Remove.
19005         * m4/uintptr_t.m4: Remove.
19006         * m4/ullong_max.m4: Remove.
19007         * m4/xstrtoimax.m4: Remove.
19008         * m4/xstrtoumax.m4: Remove.
19009
19010         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
19011         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
19012         dependencies now capture this.
19013
19014         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
19015         Do not use AC_LIBSOURCES, since gnulib modules now do this.
19016         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
19017         * m4/human.m4 (gl_HUMAN): Likewise.
19018         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
19019         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
19020
19021         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
19022
19023         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
19024         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
19025         stdint.
19026         * m4/human.m4 (gl_HUMAN): Likewise.
19027         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
19028         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
19029         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19030         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19031         * m4/xstrtol (gl_XSTRTOL): Likewise.
19032
19033         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
19034         AC_TYPE_LONG_LONG_INT.
19035         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19036         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
19037         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
19038         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19039
19040         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
19041         on stdbool.
19042
19043         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
19044         (gl_PREREQ_XSTRTOUL): Remove.
19045
19046         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
19047
19048         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
19049         mode.
19050
19051 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         Add and change modules to make it easier for coreutils to use
19054         gnulib-tool.
19055         * modules/backupfile (Files): Remove m4/d-ino.m4.
19056         (Depends-on): Add d-ino.
19057         * modules/cycle-check (Depends-on): Add stdint.
19058         (lib_SOURCES): Add cycle-check.h.
19059         * modules/d-ino: New module.
19060         * modules/d-type: New module.
19061         * modules/error (Files): Remove m4/strerror_r.m4.
19062         * modules/filemode (Files): Add m4/st_dm_mode.m4.
19063         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19064         m4/inttypes_h.m4, m4/uintmax_t.m4.
19065         (Depends-on): Add stdint.
19066         (lib_SOURCES): Add fsusage.h.
19067         * modules/getcwd (Files): Remove d-ino.m4.
19068         (Depends-on): Add d-ino.
19069         * modules/getndelim2 (Depends-on): Add stdint.
19070         * modules/glob (Files): Remove m4/d-type.m4.
19071         (Depends-on): Add d-type.
19072         * modules/host-os: New module.
19073         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
19074         m4/inttypes_h.m4, m4/uintmax_t.m4.
19075         * Depends-on: Add stdint.
19076         (lib_SOURCES): Add human.h.
19077         * modules/inttostr (Files): Remove m4/intmax_t.m4,
19078         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
19079         m4/uintmax_t.m4, m4/ulonglong.m4.
19080         (Depends-on): Add stdint.
19081         (EXTRA_DIST): Add inttostr.h.
19082         * modules/lchmod: New module.
19083         * modules/link-follow: New module.
19084         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
19085         (Depends-on): Add lchmod.
19086         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
19087         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
19088         (Depends-on): Add stdint.
19089         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
19090         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
19091         (Depends-on): Add stdint.
19092         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
19093         * modules/perl: New module.
19094         * modules/regex (Depends-on): Add stdint.
19095         * modules/rmdir-errno: New module.
19096         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19097         m4/intmax_t.m4.
19098         (Depends-on): Add stdint.
19099         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19100         m4/uintmax_t.m4.
19101         (Depends-on): Add stdint.
19102         * modules/unlink-busy: New module.
19103         * modules/utimecmp (Depends-on): Add stdint.
19104         * modules/uptime: New module.
19105         * modules/winsz-ioctl: New module.
19106         * modules/winsz-termios: New module.
19107         * modules/xnanosleep (Depends-on): Add nanosleep.
19108         * modules/ullong_max: Remove.
19109         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
19110         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
19111         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
19112         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
19113         (Depends-on): Add inttypes.
19114         (lib_SOURCES): Add xstrtol.h.
19115         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
19116         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
19117         * MODULES.html.sh: Move 'assert' into the assert section.
19118         Move 'dummy' into the linking section.
19119         Remove ullong_max.
19120         Add section for compatibility checks for POSIX:2001 functions,
19121         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
19122         winsz-ioctl, and winsz-termios into it.
19123         Add lchmod.
19124         Add top-level Misc section and put host-os, perl, and uptime
19125         into it.
19126
19127 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19128
19129         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
19130         now assume the stdint module.  Do not include inttypes.h.
19131         * lib/fsusage.h: Likewise.
19132         * lib/getndelim2.c: Likewise.
19133         * lib/human.h: Likewise.
19134         * lib/inttostr.h: Likewise.
19135         * lib/obstack.c: Likewise.
19136         * lib/regex_internal.h: Likewise.
19137         * lib/tempname.c: Likewise.
19138         * lib/utimecmp.c: Likewise.
19139         * lib/xstrtol.h: Likewise.
19140
19141         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
19142
19143         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
19144         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
19145         * lib/xtime.h: Likewise.
19146
19147 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19148
19149         * modules/openat (Files): Add lib/fchmodat.c.
19150         Fixes problem reported by Jay Youngman.
19151
19152 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19153
19154         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
19155         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
19156
19157 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
19158             Bruno Haible  <bruno@clisp.org>
19159
19160         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
19161         and is a script that invokes bison. Tighten the code. Add comments.
19162
19163 2006-08-18  Jim Meyering  <jim@meyering.net>
19164
19165         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
19166         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
19167         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
19168         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
19169
19170 2006-08-18  Bruno Haible  <bruno@clisp.org>
19171
19172         * modules/bison-i18n: New file.
19173         * MODULES.html.sh (Internationalization functions): Add it.
19174
19175 2006-08-18  Bruno Haible  <bruno@clisp.org>
19176
19177         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
19178         sys/statvfs.h. When getmntinfo was found, check its declaration and
19179         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
19180
19181 2006-08-18  Bruno Haible  <bruno@clisp.org>
19182
19183         * m4/bison-i18n.m4: New file, from bison.
19184
19185 2006-08-18  Bruno Haible  <bruno@clisp.org>
19186
19187         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
19188         (ME_DUMMY): Treat "kernfs" as a dummy.
19189         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
19190
19191 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19192
19193         Update from coreutils.
19194
19195         2006-08-15  Jim Meyering  <jim@meyering.net>
19196
19197         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
19198
19199         2006-01-17  Jim Meyering  <jim@meyering.net>
19200
19201         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
19202
19203         2006-01-11  Jim Meyering  <jim@meyering.net>
19204
19205         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
19206         Check for the lchmod function.
19207
19208 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19209
19210         Update from coreutils.
19211
19212         * lib/__fpending.h: Add copyright notice.
19213         * lib/fprintftime.h: Likewise.
19214         * lib/savedir.c: Use (C) in copyright notice.
19215         * lib/savedir.h: Likewise.
19216
19217         2006-08-15  Jim Meyering  <jim@meyering.net>
19218
19219         * lib/at-func.c: New file, with the logic of all emulated at-functions.
19220         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
19221         in support of the EXPECTED_ERRNO macro.
19222         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
19223         definitions.  Instead, define the appropriate symbols and include
19224         "at-func.c".
19225         * lib/mkdirat.c (mkdirat): Likewise.
19226         * lib/fchmodat.c (fchmodat): Likewise.
19227         (ENOSYS): Remove definition.
19228         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
19229         it.  Don't include "unistd--.h" -- it wasn't ever used.
19230
19231         2006-01-17  Jim Meyering  <jim@meyering.net>
19232
19233         Rewrite fts.c not to change the current working directory,
19234         by using openat, fstatat, fdopendir, etc..
19235
19236         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
19237         (HAVE_OPENAT_SUPPORT): Define.
19238         [_LIBC] (fchdir): Don't undef or define; no longer used.
19239         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
19240         Now, this `function' always succeeds, and consumes its file descriptor
19241         parameter -- so callers must not close such FDs.  Update callers.
19242         (diropen_fd, opendirat, cwd_advance_fd): New functions.
19243         (diropen): Add parameter, SP.  Adjust all callers.
19244         Implement using diropen_fd, rather than open.
19245         (fts_open): Initialize new member, fts_cwd_fd.
19246         Remove fts_rft-setting code.
19247         (fts_close): Close fts_cwd_fd, if necessary.
19248         (__opendir2): Define in terms of opendir or opendirat,
19249         depending on whether the FST_NOCHDIR flag is set.
19250         (fts_build): Since fts_safe_changedir consumes its FD, and since
19251         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
19252         and close the dup'd file descriptor upon failure.
19253         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
19254         (fts_safe_changedir): Tweak semantics to reflect that this function
19255         now calls cwd_advance_fd and hence consumes its FD argument.
19256         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
19257         [struct FTS] (fts_rft): Remove now-unused member.
19258         [struct FTS] (fts_cycle.state): Improve comment.
19259
19260         * lib/openat.c (openat_needs_fchdir): New function.
19261         * lib/openat.h (openat_needs_fchdir): Declare it.
19262
19263 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19264
19265         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
19266         Problem and fix reported by Pádraig Brady in
19267         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
19268
19269 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19270
19271         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
19272
19273 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19274
19275         * lib/memcoll.c (memcoll): Optimize for the common case where the
19276         arguments are bytewise equal.
19277
19278 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19279
19280         * doc/regexprops-generic.texi: Add a copyright notice.
19281
19282 2006-08-15  Bruno Haible  <bruno@clisp.org>
19283
19284         * modules/tmpdir (License): Change to LGPL.
19285
19286 2006-08-15  Bruno Haible  <bruno@clisp.org>
19287
19288         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
19289         module.
19290
19291 2006-08-14  Simon Josefsson  <jas@extundo.com>
19292
19293         * config/srclist.txt: Add gnupload.
19294
19295 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19296
19297         Change copyright notice from LGPL 2 to GPL 2, since that's the
19298         standard form used in the gnulib repository.
19299         * tests/test-lock.c: Likewise.
19300         * tests/test-stdint.c: Likewise.
19301         * tests/test-tls.c: Likewise.
19302
19303         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
19304         prelude-manager.  User shorter URLs for GNU projects, without '?'.
19305         Add copyright notice.
19306
19307         * check-module: Add copyright notice.  Output a copyright
19308         notice if "--version" is specified.
19309         * modules/COPYING: New file.
19310         * tests/test-getaddrinfo.c: Add copyright notice.
19311         * tests/test-verify.c: Likewise.
19312
19313 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19314
19315         Change copyright notice from LGPL 2 to GPL 2, since that's the
19316         standard form used in the gnulib repository.
19317         * lib/lock.c: LGPL -> GPL.
19318         * lib/lock.h: Likewise.
19319         * lib/strnlen1.c: Likewise.
19320         * lib/strnlen1.h: Likewise.
19321         * lib/tls.c: Likewise.
19322         * lib/tls.h: Likewise.
19323         * lib/tmpdir.c: Likewise.
19324
19325         * lib/TODO: Remove; this belongs only in coreutils.
19326
19327 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19328
19329         Add copyright notices to long-enough files that lack them, since
19330         otherwise the files aren't clearly free.  Use the same notice that
19331         getdate.texi already uses.
19332         * doc/alloca-opt.texi: Add copyright notice.
19333         * doc/alloca.texi: Likewise.
19334         * doc/ctime.texi: Likewise.
19335         * doc/functions.texi: Likewise.
19336         * doc/gcd.texi: Likewise.
19337         * doc/gnulib-tool.texi: Likewise.
19338         * doc/inet_ntoa.texi: Likewise.
19339         * doc/visibility.texi: Likewise.
19340
19341         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
19342         * doc/quote.texi: Add copyright notice.
19343
19344         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
19345         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
19346         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
19347         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
19348         is now obsolete, and give a pointer to the Sun list.
19349         Add copyright notice.
19350
19351 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * config/srclistvars.sh: Add copyright notice.
19354
19355 2006-08-14  Eric Blake  <ebb9@byu.net>
19356
19357         Import the following change from libc:
19358
19359         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
19360
19361         Upstream bug 2997.
19362         * lib/misc/error.c: Add space between program name and message if file
19363         name is missing.
19364
19365 2006-08-12  Karl Berry  <karl@gnu.org>
19366
19367         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
19368         remove, these originate in gnulib now.
19369
19370 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19371
19372         * doc/Makefile (standards.info standards.html standards.dvi):
19373         Also depend on make-stds.texi.
19374
19375 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19376
19377         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
19378         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
19379
19380         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
19381         in wchar_t.  Problem reported by Eric Blake.
19382
19383         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
19384         LEN is smaller than SIZE.  Suggested by Bruno Haible.
19385         Also, help the compiler to keep LEN in a register.
19386
19387 2006-08-11  Eric Blake  <ebb9@byu.net>
19388
19389         * users.txt: Sort.  Add tar.
19390
19391 2006-08-11  Bruno Haible  <bruno@clisp.org>
19392
19393         * users.txt: New file.
19394
19395 2006-08-11  Bruno Haible  <bruno@clisp.org>
19396
19397         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
19398         before <wchar.h>. Needed for OSF/1 and BSD/OS.
19399
19400 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19401
19402         * modules/snprintf (Depends-on): Remove minmax.
19403         (Maintainer): Add self and Bruno.
19404
19405 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19406
19407         * lib/.cppi-disable: Add snprintf.h, socket_.h.
19408         * lib/snprintf.c: Include <errno.h> and <limits.h>.
19409         (EOVERFLOW): Define if the system does not.
19410         Do not include "minmax.h"; it wasn't used.
19411         (snprintf): Don't assume size_t promotes to an unsigned type.
19412         Fix bug when generated string was too long for the buffer: the
19413         buffer's contents are supposed to be the initial prefix of the
19414         output.  Don't assume vasnprintf returns EOVERFLOW if the size
19415         exceeds INT_MAX; do the check ourselves.
19416
19417         Import the following changes from libc:
19418
19419         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
19420
19421         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
19422         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
19423         set wc to the byte which couldn't be converted.
19424         (re_string_reconstruct): Don't clear valid_raw_len before calling
19425         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
19426         tip_context using re_string_context_at.
19427
19428         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
19429
19430         * lib/posix/regex.h: g++ still cannot handled [restrict].
19431
19432         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
19433
19434         * lib/posix/regex.h: Remove special handling for VMS.
19435
19436 2006-08-10  Jim Meyering  <jim@meyering.net>
19437
19438         * modules/same-inode: New module.
19439         * modules/dev-ino: New module.
19440         * modules/cycle-check: Depend on these modules, rather than simply
19441         including their .h files.
19442         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
19443         required via m4/cycle-check.m4.
19444         * modules/same: Depend on new same-inode module, rather than
19445         including same-inode.h.
19446         * modules/chdir-safer: New file.
19447
19448         * modules/chown (Depends-on): Add stat-macros.
19449
19450 2006-08-10  Jim Meyering  <jim@meyering.net>
19451
19452         * m4/cycle-check.m4: New file.
19453         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
19454         * m4/dev-ino.m4, m4/same-inode.m4: New files.
19455
19456 2006-08-10  Eric Blake  <ebb9@byu.net>
19457
19458         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
19459         in from original proposal.
19460
19461 2006-08-10  Eric Blake  <ebb9@byu.net>
19462         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19463
19464         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
19465         namespace.
19466
19467 2006-08-10  Bruno Haible  <bruno@clisp.org>
19468
19469         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
19470         as well.
19471
19472 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19473
19474         Sync from coreutils.
19475
19476         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
19477
19478         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
19479         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
19480
19481 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         * modules/restrict: Remove; no longer needed now that we assume
19484         Autoconf 2.59 or later.
19485         * MODULES.html.sh: Remove 'restrict'.
19486         * modules/argp (Depends-on): Remove 'restrict'.
19487         * modules/base64 (Depends-on): Likewise.
19488         * modules/gc (Depends-on): Likewise.
19489         * modules/getaddrinfo (Depends-on): Likewise.
19490         * modules/glob (Depends-on): Likewise.
19491         * modules/inet_ntop (Depends-on): Likewise.
19492         * modules/inet_pton (Depends-on): Likewise.
19493         * modules/memxor (Depends-on): Likewise.
19494         * modules/regex (Depends-on): Likewise.
19495         * modules/strtok_r (Depends-on): Likewise.
19496         * modules/time_r (Depends-on): Likewise.
19497
19498 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19499
19500         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
19501         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
19502         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19503         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
19504         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
19505         * m4/memxor.m4 (gl_MEMXOR): Likewise.
19506         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
19507         gl_C_RESTRICT replaced by AC_C_RESTRICT.
19508
19509         Merge from coreutils.
19510         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
19511         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
19512         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19513         * m4/time_r.m4 (gl_TIME_R): Likewise.
19514
19515 2006-08-09  Karl Berry  <karl@gnu.org>
19516
19517         * config/srclist.txt: no more gettext-tools, per Bruno.
19518
19519 2006-08-08  Eric Blake  <ebb9@byu.net>
19520
19521         * modules/verror: New module.
19522         * MODULES.html.sh: Document it.
19523
19524 2006-08-08  Eric Blake  <ebb9@byu.net>
19525
19526         * lib/verror.h, lib/verror.c: New files.
19527
19528 2006-08-08  Eric Blake  <ebb9@byu.net>
19529
19530         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
19531         verror_at_line output complies with GNU Coding Standards even when
19532         file is NULL.
19533
19534 2006-08-07  Bruno Haible  <bruno@clisp.org>
19535
19536         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
19537         versions of AIX.
19538         Reported by Ralf Wildenhues.
19539
19540 2006-08-07  Bruno Haible  <bruno@clisp.org>
19541
19542         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
19543         in an AC_DEFUN. Needed so that the autoconf snippets can use
19544         AC_REQUIRE.
19545
19546 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19547
19548         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19549         Initialize pkgdata_DATA.
19550         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
19551         overriding it.
19552
19553 2006-08-06  Eric Blake  <ebb9@byu.net>
19554
19555         * lib/error.h: Fold in some upstream changes from glibc.
19556         * lib/error.c: Likewise.
19557
19558 2006-08-04  Bruno Haible  <bruno@clisp.org>
19559
19560         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19561         Make the mostlyclean-local rule depend on mostlyclean-generic.
19562         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
19563
19564 2006-07-31  Bruno Haible  <bruno@clisp.org>
19565
19566         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
19567         <stdlib.h>, <string.h>.
19568
19569 2006-07-30  Bruno Haible  <bruno@clisp.org>
19570
19571         * modules/readlink (License): Change to LGPL.
19572
19573 2006-07-30  Bruno Haible  <bruno@clisp.org>
19574
19575         * modules/javaversion (Makefile.am): Distribute javaversion.java and
19576         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
19577         set PKGDATADIR to point to it.
19578
19579 2006-07-30  Bruno Haible  <bruno@clisp.org>
19580
19581         * modules/csharpexec (configure.ac): Comment out macro invocation.
19582         * modules/javaexec (configure.ac): Likewise.
19583         * modules/javacomp-script (configure.ac): Likewise.
19584
19585         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
19586
19587 2006-07-30  Bruno Haible  <bruno@clisp.org>
19588
19589         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
19590         linked-list.
19591
19592 2006-07-30  Bruno Haible  <bruno@clisp.org>
19593
19594         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
19595
19596 2006-07-30  Bruno Haible  <bruno@clisp.org>
19597
19598         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19599         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
19600         get removed.
19601
19602 2006-07-29  Bruno Haible  <bruno@clisp.org>
19603
19604         Make it possible for gnulib-tool to work with locally modified or
19605         augmented gnulib repositories.
19606         * gnulib-tool (func_usage): Document --local-dir option.
19607         (local_gnulib_dir): New variable.
19608         Handle --local-dir option.
19609         (func_lookup_file): New function.
19610         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
19611         (func_get_description, func_get_filelist, func_get_description,
19612         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
19613         func_get_automake_snippet, func_get_include_directive,
19614         func_get_license, func_get_maintainer): Use func_lookup_file.
19615         (func_import, func_create_testdir): Use func_lookup_file.
19616
19617 2006-07-29  Bruno Haible  <bruno@clisp.org>
19618
19619         * modules/setenv (Depends-on): Add unistd.
19620
19621 2006-07-29  Bruno Haible  <bruno@clisp.org>
19622
19623         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
19624
19625 2006-07-29  Bruno Haible  <bruno@clisp.org>
19626
19627         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
19628
19629 2006-07-29  Bruno Haible  <bruno@clisp.org>
19630
19631         * gnulib-tool (import, update): If there is no Makefile.am, look at
19632         aclocal.m4, instead of bailing out.
19633
19634 2006-07-29  Bruno Haible  <bruno@clisp.org>
19635
19636         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
19637         Categorize the options by when they are useful.
19638
19639 2006-07-29  Bruno Haible  <bruno@clisp.org>
19640
19641         * gnulib-tool (func_usage): Document option --no-libtool.
19642         Handle option --no-libtool.
19643         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
19644         for changed semantics of $libtool variable.
19645         (func_import): Likewise. If libtool is not used, show this through
19646         an option --no-libtool.
19647         (func_create_testdir): Update.
19648
19649 2006-07-29  Bruno Haible  <bruno@clisp.org>
19650
19651         * gnulib-tool (func_import): Extend error message about missing
19652         --doc-base.
19653
19654 2006-07-29  Bruno Haible  <bruno@clisp.org>
19655
19656         * gnulib-tool (func_import): Don't create the $docbase directory if
19657         there is no file to store there.
19658
19659 2006-07-29  Bruno Haible  <bruno@clisp.org>
19660
19661         * gnulib-tool (autoconf_minversion): If a --dir option is given and
19662         relevant, look for configure.ac there, not in the current directory.
19663         Also use a simple search for AC_PREREQ, not "autoconf --trace".
19664
19665 2006-07-29  Bruno Haible  <bruno@clisp.org>
19666
19667         * gnulib-tool (SORT): New variable.
19668         (func_usage): Undocument --assume-autoconf option.
19669         Remove --assume-autoconf option handling.
19670         (autoconf_minversion): Determine from the contents of configure.ac.
19671         (func_import): Remove autoconf_minversion handling.
19672         Suggested by Eric Blake.
19673
19674 2006-07-29  Bruno Haible  <bruno@clisp.org>
19675
19676         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
19677
19678 2006-07-29  Bruno Haible  <bruno@clisp.org>
19679
19680         * config/srclist.txt (*setenv.[ch]): Remove rules.
19681
19682 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19683
19684         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
19685
19686 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19687
19688         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
19689         arpa/inet.h.
19690
19691 2006-07-28  Simon Josefsson  <jas@extundo.com>
19692
19693         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
19694         * modules/inet_pton (Depends-on): Likewise.
19695
19696 2006-07-28  Simon Josefsson  <jas@extundo.com>
19697
19698         * m4/netinet_in_h.m4: New file.
19699
19700 2006-07-28  Simon Josefsson  <jas@extundo.com>
19701
19702         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
19703         #include's.
19704
19705 2006-07-28  Simon Josefsson  <jas@extundo.com>
19706
19707         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
19708         #include's.
19709
19710 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
19711
19712         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
19713         setgid on directories only if they set these bits.
19714         * lib/modechange.h: Remove obsolete comment about masks.
19715
19716 2006-07-28  Eric Blake  <ebb9@byu.net>
19717
19718         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
19719         macro expansion.
19720
19721 2006-07-28  Bruno Haible  <bruno@clisp.org>
19722
19723         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
19724
19725 2006-07-28  Bruno Haible  <bruno@clisp.org>
19726
19727         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
19728
19729 2006-07-28  Bruno Haible  <bruno@clisp.org>
19730
19731         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
19732         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
19733         Define fallbacks.
19734         Avoids link error on FreeBSD 4.x.
19735         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19736
19737         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
19738         encoding.
19739         * lib/mbswidth.c (iswcntrl): Likewise.
19740
19741 2006-07-27  Bruno Haible  <bruno@clisp.org>
19742
19743         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
19744         test.
19745
19746 2006-07-27  Bruno Haible  <bruno@clisp.org>
19747
19748         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
19749         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
19750         defined.
19751
19752 2006-07-26  Eric Blake  <ebb9@byu.net>
19753
19754         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
19755
19756 2006-07-26  Eric Blake  <ebb9@byu.net>
19757
19758         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
19759         like mingw that lack mkstemp.
19760         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
19761         avoid compilation warning on mingw.
19762
19763 2006-07-26  Bruno Haible  <bruno@clisp.org>
19764
19765         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
19766         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
19767         INT_FAST*_MIN, INTPTR_MIN.
19768
19769 2006-07-25  Bruno Haible  <bruno@clisp.org>
19770
19771         * modules/version-etc (Depends-on): Add stdarg.
19772
19773 2006-07-25  Bruno Haible  <bruno@clisp.org>
19774
19775         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
19776         complex commands.
19777
19778 2006-07-25  Bruno Haible  <bruno@clisp.org>
19779
19780         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
19781         defined in <stdarg.h> or config.h.
19782
19783 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19784
19785         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
19786         (gl_STDIO_SAFER): Remove.
19787
19788 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19789
19790         * MODULES.html.sh (File stream based Input/Output):
19791         Add fopen-safer, tmpfile-safer; remove stdio-safer.
19792         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
19793         * modules/fopen-safer, modules/tmpfile-safer: New files.
19794         * modules/stdio-safer: Remove.
19795
19796 2006-07-24  Bruno Haible  <bruno@clisp.org>
19797
19798         * modules/tmpdir: New file.
19799         * MODULES.html.sh (File system functions): Add it.
19800
19801 2006-07-24  Bruno Haible  <bruno@clisp.org>
19802
19803         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
19804         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
19805
19806 2006-07-24  Bruno Haible  <bruno@clisp.org>
19807
19808         * modules/clean-temp: New file.
19809
19810 2006-07-24  Bruno Haible  <bruno@clisp.org>
19811
19812         * m4/tmpdir.m4: New file, from GNU gettext.
19813
19814 2006-07-24  Bruno Haible  <bruno@clisp.org>
19815
19816         * lib/tmpdir.h: New file, from GNU gettext.
19817         * lib/tmpdir.c: New file, from GNU gettext.
19818
19819 2006-07-24  Bruno Haible  <bruno@clisp.org>
19820
19821         * lib/clean-temp.h: New file, from GNU gettext.
19822         * lib/clean-temp.c: New file, from GNU gettext.
19823
19824 2006-07-23  Eric Blake  <ebb9@byu.net>
19825
19826         * modules/stdio-safer (Files): Add tmpfile-safer.c.
19827         (Depends-on): Add binary-io.
19828
19829 2006-07-23  Eric Blake  <ebb9@byu.net>
19830
19831         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
19832
19833 2006-07-23  Eric Blake  <ebb9@byu.net>
19834
19835         * lib/tmpfile-safer.c: New file.
19836         * lib/stdio-safer.h (fopen_safer): Add prototype.
19837         * lib/stdio--.h (tmpfile): Make safer.
19838
19839 2006-07-23  Bruno Haible  <bruno@clisp.org>
19840
19841         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
19842         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
19843         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
19844         gl_linked_remove_at): Use it.
19845
19846 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19847         and Simon Josefsson <jas@extundo.com>
19848
19849         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
19850
19851         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
19852
19853 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19854
19855         * modules/close-stream: New file.
19856         * modules/closeout (Description): Make it clear that it exits
19857         with a diagnostic on error.
19858         (Depends-on): Add close-stream.  Remove fpending, stdbool.
19859         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
19860
19861 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19862
19863         * m4/close-stream.m4: New file.
19864
19865 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19866
19867         * lib/close-stream.c, lib/close-stream.h: New files.
19868
19869 2006-07-22  Bruno Haible  <bruno@clisp.org>
19870
19871         Merge from GNU gettext 0.15.
19872
19873         2006-05-01  Bruno Haible  <bruno@clisp.org>
19874
19875                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
19876
19877         2006-07-22  Bruno Haible  <bruno@clisp.org>
19878
19879                 * modules/javaversion: New file.
19880                 * MODULES.html.sh (Java): Add javaversion.
19881
19882         2006-03-12  Bruno Haible  <bruno@clisp.org>
19883
19884                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
19885
19886         2005-12-04  Bruno Haible  <bruno@clisp.org>
19887
19888                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
19889                 (untested).
19890
19891         2006-06-21  Bruno Haible  <bruno@clisp.org>
19892
19893                 Avoid warnings from recent versions of mcs.
19894                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
19895                 -o, -L, -r any more. Use options documented since mcs-1.0
19896                 instead. Similarly for -g.
19897
19898         2005-12-04  Bruno Haible  <bruno@clisp.org>
19899
19900                 * build-aux/csharpcomp.sh.in: Suffix for resources is
19901                 .resources, not .resource.
19902
19903         2005-07-09  Bruno Haible  <bruno@clisp.org>
19904
19905                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
19906                 add a .dll suffix.
19907                 Reported by Mark Junker <mjscod@gmx.de>.
19908
19909         2006-07-22  Bruno Haible  <bruno@clisp.org>
19910
19911                 * modules/gettext: Upgrade to gettext-0.15.
19912                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
19913                 m4/visibility.m4.
19914                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
19915
19916 2006-07-22  Bruno Haible  <bruno@clisp.org>
19917
19918         Merge from GNU gettext 0.15.
19919
19920         2006-03-25  Bruno Haible  <bruno@clisp.org>
19921
19922                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
19923
19924         2006-07-21  Bruno Haible  <bruno@clisp.org>
19925
19926                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
19927                 "1.1".
19928
19929         2006-05-09  Bruno Haible  <bruno@clisp.org>
19930
19931                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
19932                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
19933                 for the conftestver execution.
19934
19935         2006-05-01  Bruno Haible  <bruno@clisp.org>
19936
19937                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
19938                 optional target-version argument. Verify that the compiler
19939                 groks source of the specified source-version, or add -source
19940                 option as necessary. Verify that the compiler produces
19941                 bytecode in the specified target-version, or add -target and
19942                 -source options as necessary. Make the result of the test
19943                 available as variable CONF_JAVAC. Also log error output in
19944                 config.log.
19945
19946         2006-03-11  Bruno Haible  <bruno@clisp.org>
19947
19948                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
19949
19950         2006-05-09  Bruno Haible  <bruno@clisp.org>
19951
19952                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
19953                 CLASSPATH_SEPARATOR to a semicolon.
19954
19955         2006-03-12  Bruno Haible  <bruno@clisp.org>
19956
19957                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
19958                 available as variable CONF_JAVA, for subsequent autoconf
19959                 tests. Also log error output in config.log.
19960
19961         2006-07-19  Bruno Haible  <bruno@clisp.org>
19962
19963                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
19964                 that getline works on glibc2 systems. Needed to avoid trouble
19965                 in relocatable.c.
19966                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
19967
19968         2005-12-04  Bruno Haible  <bruno@clisp.org>
19969
19970                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
19971                 launcher (untested).
19972
19973         2005-12-04  Bruno Haible  <bruno@clisp.org>
19974
19975                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
19976
19977         2006-07-22  Bruno Haible  <bruno@clisp.org>
19978
19979                 * gettext.m4: Update from GNU gettext-0.15.
19980                 * nls.m4: Likewise.
19981                 * po.m4: Likewise.
19982                 * inttypes-pri.m4: Likewise.
19983                 * inttypes-h.m4: Renamed from inttypes.m4.
19984                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
19985
19986 2006-07-22  Bruno Haible  <bruno@clisp.org>
19987
19988         Merge from GNU gettext 0.15.
19989
19990         2005-07-05  Bruno Haible  <bruno@clisp.org>
19991
19992                 * printf-args.c (printf_fetchargs): Work around broken
19993                 definition of wint_t on mingw.
19994
19995         2005-02-12  Bruno Haible  <bruno@clisp.org>
19996
19997                 * xallocsa.h: Add extern "C" for C++.
19998
19999         2006-05-17  Bruno Haible  <bruno@clisp.org>
20000
20001                 Cygwin portability.
20002                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
20003
20004         2006-04-30  Bruno Haible  <bruno@clisp.org>
20005
20006                 * progreloc.c: Include <mach-o/dyld.h> if available.
20007                 (find_executable): Use _NSGetExecutablePath when possible.
20008
20009         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20010
20011                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
20012                 function.
20013
20014         2005-12-29  Bruno Haible  <bruno@clisp.org>
20015
20016                 * progreloc.c (set_program_name_and_installdir): Fix
20017                 compilation error.
20018
20019         2005-12-04  Bruno Haible  <bruno@clisp.org>
20020
20021                 Cygwin portability.
20022                 * progreloc.c: Include <windows.h> also on Cygwin.
20023                 (find_executable): Add support for Cygwin.
20024                 (set_program_name_and_installdir): Handle also platforms with
20025                 nonempty EXEEXT.
20026
20027         2006-07-11  Bruno Haible  <bruno@clisp.org>
20028
20029                 * javacomp.c: Fix a comment.
20030                 Reported by Jim Meyering.
20031
20032         2006-04-30  Bruno Haible  <bruno@clisp.org>
20033
20034                 * javacomp.h (compile_java_class): Add source_version,
20035                 target_version arguments.
20036                 * javacomp.c: Rewritten to choose only a compiler that
20037                 respects the specified source_version and target_version.
20038
20039         2006-06-27  Bruno Haible  <bruno@clisp.org>
20040
20041                 Assume correct S_ISDIR macro.
20042                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
20043
20044         2006-07-22  Bruno Haible  <bruno@clisp.org>
20045
20046                 * javaversion.h: New file, from GNU gettext.
20047                 * javaversion.c: New file, from GNU gettext.
20048                 * javaversion.java: New file, from GNU gettext.
20049                 * javaversion.class: New file, from GNU gettext.
20050
20051         2006-05-17  Bruno Haible  <bruno@clisp.org>
20052
20053                 Cygwin portability.
20054                 * javaexec.c (execute_java_class): Test for jview program
20055                 also on Cygwin.
20056
20057         2006-04-09  Bruno Haible  <bruno@clisp.org>
20058
20059                 * fatal-signal.c: Don't include string.h.
20060                 (at_fatal_signal): Use a copying loop instead of memcpy.
20061
20062         2005-12-04  Bruno Haible  <bruno@clisp.org>
20063
20064                 * csharpexec.c: Add support for 'clix' launcher (untested).
20065                 (execute_csharp_using_sscli): New function.
20066                 (execute_csharp_program): Call it.
20067
20068         2006-06-21  Bruno Haible  <bruno@clisp.org>
20069
20070                 Avoid warnings from recent versions of mcs.
20071                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
20072                 -o, -L, -r any more. Use options documented since mcs-1.0
20073                 instead. Similarly for -g.
20074
20075         2005-07-09  Bruno Haible  <bruno@clisp.org>
20076
20077                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
20078                 add a .dll suffix.
20079                 Reported by Mark Junker <mjscod@gmx.de>.
20080
20081         2006-06-17  Bruno Haible  <bruno@clisp.org>
20082
20083                 * config.charset: Update for NetBSD 3.0.
20084
20085         2006-05-17  Bruno Haible  <bruno@clisp.org>
20086
20087                 Cygwin portability.
20088                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
20089
20090         2006-05-16  Bruno Haible  <bruno@clisp.org>
20091
20092                 * localcharset.c [CYGWIN]: Include <windows.h>.
20093                 (get_charset_aliases): For Cygwin, return the same CPxxx
20094                 aliases list as under WIN32.
20095                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
20096                 the environment variables. Fall back to GetACP().
20097
20098         2006-04-05  Bruno Haible  <bruno@clisp.org>
20099
20100                 * config.charset: Update Juan Manuel Guerrero's address.
20101
20102         2005-02-12  Bruno Haible  <bruno@clisp.org>
20103
20104                 * allocsa.h: Add extern "C" for C++.
20105
20106         2005-02-10  Bruno Haible  <bruno@clisp.org>
20107
20108                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
20109                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
20110
20111         2006-07-22  Bruno Haible  <bruno@clisp.org>
20112
20113                 * gettext.h: Update to GNU gettext-0.15.
20114
20115 2006-07-22  Bruno Haible  <bruno@clisp.org>
20116
20117         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
20118         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
20119         lib-prefix.m4, longdouble.m4, ssize_t.m4.
20120
20121 2006-07-21  Eric Blake  <ebb9@byu.net>
20122
20123         * modules/stdlib-safer: New file.
20124         * MODULES.html.sh (File stream based Input/Output): Add
20125         stdlib-safer.
20126
20127 2006-07-21  Eric Blake  <ebb9@byu.net>
20128
20129         * lib/stdlib-safer.h: New file from coreutils, required by
20130         stdlib--.h.
20131
20132 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
20133
20134         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
20135
20136 2006-07-20  Bruno Haible  <bruno@clisp.org>
20137
20138         * gnulib-tool: Recognize new option --assume-autoconf.
20139         (autoconf_minversion): New variable.
20140         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
20141
20142 2006-07-20  Bruno Haible  <bruno@clisp.org>
20143
20144         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
20145
20146 2006-07-19  Derek R. Price  <derek@ximbiot.com>
20147
20148         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
20149         Reindent and repaginate.
20150
20151 2006-07-19  Derek Price  <derek@ximbiot.com>
20152
20153         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
20154         Correct grammar.
20155
20156 2006-07-17  Bruno Haible  <bruno@clisp.org>
20157
20158         * modules/list: New file.
20159         * modules/array-list: New file.
20160         * modules/carray-list, modules/carray-list-tests: New files.
20161         * modules/linked-list, modules/linked-list-tests: New files.
20162         * modules/avltree-list, modules/avltree-list-tests: New files.
20163         * modules/rbtree-list, modules/rbtree-list-tests: New files.
20164         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
20165         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
20166         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
20167         * modules/oset: New file.
20168         * modules/array-oset: New file.
20169         * modules/avltree-oset, modules/avltree-oset-tests: New files.
20170         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
20171         * tests/test-carray_list.c: New file.
20172         * tests/test-linked_list.c: New file.
20173         * tests/test-avltree_list.c: New file.
20174         * tests/test-rbtree_list.c: New file.
20175         * tests/test-linkedhash_list.c: New file.
20176         * tests/test-avltreehash_list.c: New file.
20177         * tests/test-rbtreehash_list.c: New file.
20178         * tests/test-avltree_oset.c: New file.
20179         * tests/test-rbtree_oset.c: New file.
20180         * MODULES.html.sh (Container data structures): New section.
20181
20182 2006-07-17  Bruno Haible  <bruno@clisp.org>
20183
20184         * m4/gl_list.m4: New file.
20185
20186 2006-07-17  Bruno Haible  <bruno@clisp.org>
20187
20188         * lib/gl_list.h: New file.
20189         * lib/gl_list.c: New file.
20190         * lib/gl_array_list.h: New file.
20191         * lib/gl_array_list.c: New file.
20192         * lib/gl_carray_list.h: New file.
20193         * lib/gl_carray_list.c: New file.
20194         * lib/gl_linked_list.h: New file.
20195         * lib/gl_linked_list.c: New file.
20196         * lib/gl_anylinked_list1.h: New file.
20197         * lib/gl_anylinked_list2.h: New file.
20198         * lib/gl_avltree_list.h: New file.
20199         * lib/gl_avltree_list.c: New file.
20200         * lib/gl_anyavltree_list1.h: New file.
20201         * lib/gl_anyavltree_list2.h: New file.
20202         * lib/gl_rbtree_list.h: New file.
20203         * lib/gl_rbtree_list.c: New file.
20204         * lib/gl_anyrbtree_list1.h: New file.
20205         * lib/gl_anyrbtree_list2.h: New file.
20206         * lib/gl_anytree_list1.h: New file.
20207         * lib/gl_anytree_list2.h: New file.
20208         * lib/gl_linkedhash_list.h: New file.
20209         * lib/gl_linkedhash_list.c: New file.
20210         * lib/gl_anyhash_list1.h: New file.
20211         * lib/gl_anyhash_list2.h: New file.
20212         * lib/gl_avltreehash_list.h: New file.
20213         * lib/gl_avltreehash_list.c: New file.
20214         * lib/gl_rbtreehash_list.h: New file.
20215         * lib/gl_rbtreehash_list.c: New file.
20216         * lib/gl_anytreehash_list1.h: New file.
20217         * lib/gl_anytreehash_list2.h: New file.
20218
20219         * lib/gl_oset.h: New file.
20220         * lib/gl_oset.c: New file.
20221         * lib/gl_array_oset.h: New file.
20222         * lib/gl_array_oset.c: New file.
20223         * lib/gl_avltree_oset.h: New file.
20224         * lib/gl_avltree_oset.c: New file.
20225         * lib/gl_rbtree_oset.h: New file.
20226         * lib/gl_rbtree_oset.c: New file.
20227         * lib/gl_anytree_oset.h: New file.
20228
20229 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20230
20231         * m4/mkancesdirs.m4: New file.
20232         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
20233         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
20234         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
20235         it.
20236
20237 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20238
20239         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
20240         * lib/mkancesdirs.h: New files.
20241         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
20242         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
20243         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
20244         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
20245         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
20246         callers changed.  Revamp internals significantly, by not
20247         attempting to create directories that are temporarily more
20248         permissive than the final results.  Do not attempt to use
20249         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
20250         This removes some race conditions, fixes some bugs, and simplifies
20251         things.  Use new dirchownmod function to do owner and mode changes.
20252         * lib/mkdir-p.h: Likewise.
20253         * lib/modechange.c (octal_to_mode): New function.
20254         (struct mode_change): New member mentioned.
20255         (make_node_op_equals): New arg mentioned.  All callers changed.
20256         (mode_compile): Keep track of which mode bits the user has explicitly
20257         mentioned.
20258         (mode_adjust): New arg DIR, so that we implement the X op correctly.
20259         New arg PMODE_BITS, to keep track of which mode bits the user
20260         mentioned; it treats S_ISUID and S_ISGID speciall.
20261         All callers changed.
20262         * lib/modechange.h: Likewise.
20263
20264 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20265
20266         * MODULES.html.sh: Add mkancestors.
20267         * modules/mkancesdirs: New module.
20268         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
20269         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
20270         The chdir-safer and afs files are now orphans; I'll remove them
20271         unless someone speaks up.
20272         Add lib/dirchownmod.c, lib/dirchownmod.h.
20273         (Depends-on): Remove alloca, chown, save-cwd, dirname.
20274         Add lchown, mkancesdirs.
20275         (Maintainer): Add self.
20276
20277 2006-07-15  Karl Berry  <karl@gnu.org>
20278
20279         * gnulib-tool: help message wording/arrangement.
20280
20281 2006-07-14  Simon Josefsson  <jas@extundo.com>
20282
20283         * doc/gnulib.texi (Libtool and Windows): New section.
20284
20285 2006-07-12  Simon Josefsson  <jas@extundo.com>
20286
20287         * modules/gendocs (License): Fix license, approved by Karl.
20288
20289 2006-07-12  Eric Blake  <ebb9@byu.net>
20290
20291         * MODULES.html.sh: Add gendocs.
20292
20293 2006-07-11  Eric Blake  <ebb9@byu.net>
20294
20295         * modules/fdl: New module, to install doc/fdl.texi.
20296         * MODULES.html.sh: Add new section for documentation modules.
20297         * gnulib-tool: Avoid space-tab.
20298         (--doc-base): New option, to manage files from doc.
20299
20300 2006-07-11  Eric Blake  <ebb9@byu.net>
20301
20302         * m4/absolute-header.m4: Fix comments to match recent change.
20303
20304 2006-07-11  Eric Blake  <ebb9@byu.net>
20305
20306         * gnulib-tool: List --doc-base before --tests-base.
20307
20308 2006-07-11  Derek R. Price  <derek@ximbiot.com>
20309
20310         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
20311
20312 2006-07-11  Bruno Haible  <bruno@clisp.org>
20313
20314         * README: Mention where to put documentation.
20315
20316 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20317
20318         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
20319
20320 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20321
20322         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
20323         to stdint.m4.
20324
20325 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20326
20327         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
20328         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
20329         "no/such/file/stdint.h" when there is no such file, so that
20330         the resulting C code can be parsed by dodgy compilers.
20331         Problems reported by Bob Proulx.
20332
20333 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20334
20335         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
20336         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20337         macros into the GNU _D_EXACT_NAMLEN.
20338         * lib/savedir.c:  Likewise.
20339         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
20340
20341 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20342         and Paul Eggert  <eggert@cs.ucla.edu>
20343
20344         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
20345         * m4/savedir.m4:
20346         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20347         macros into the GNU _D_EXACT_NAMLEN.
20348
20349 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20350
20351         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
20352         around the absolute name, to work around a problem with the HP-UX
20353         11.23 native C compiler, reported by Bob Proulx.
20354
20355 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20356
20357         * doc/maintain.texi, make-stds.texi: Sync from
20358         <http://savannah.gnu.org/projects/gnustandards>.
20359
20360 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20361
20362         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
20363
20364 2006-07-09  Jim Meyering  <jim@meyering.net>
20365
20366         * m4/glob.m4: Remove a doubled word in a comment.
20367
20368 2006-07-09  Jim Meyering  <jim@meyering.net>
20369
20370         * lib/argp-pv.c: Remove a doubled word in a comment.
20371         * lib/check-version.c (check_version): Likewise.
20372         * lib/javacomp.c (compile_java_class): Likewise.
20373
20374 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20375
20376         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
20377         for the benefit of people using Autoconf 2.60.  If you want to
20378         support older Autoconf versions you can copy m4/onceonly_2_57.m4
20379         (or m4/onceonly.m4, if pre-2.57) manually.
20380
20381 2006-07-08  Jim Meyering  <jim@meyering.net>
20382
20383         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
20384         comment.
20385         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
20386         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
20387         comment.
20388
20389 2006-07-08  Jim Meyering  <jim@meyering.net>
20390
20391         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
20392
20393 2006-07-07  Simon Josefsson  <jas@extundo.com>
20394
20395         * tests/test-crc.c: Change expected crc value, the test vector
20396         were probably computed using the old broken crc.c?
20397
20398 2006-07-06  Simon Josefsson  <jas@extundo.com>
20399
20400         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
20401         now the canonical place for the M4 file).
20402
20403         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
20404         from the sys_socket dependency now.
20405
20406         * modules/inet_pton (Files): Ditto.
20407
20408         * modules/inet_ntop (Files): Ditto.
20409
20410 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20411
20412         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
20413         not gl_PREREQ_GETUSERSHELL.
20414
20415 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20416
20417         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
20418         with only one argument, for Autoconf 2.60.
20419         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
20420         expand to nothing, so add a shell command to avoid syntax error.
20421         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20422
20423 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20424
20425         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
20426
20427 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20428
20429         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
20430         no longer needed.  Check for isblank decl.
20431         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
20432         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
20433         of existence.
20434
20435 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20436
20437         * lib/getloadavg.c: Use __VMS, not VMS.
20438         * lib/getopt.c: Likewise.
20439         * lib/getpagesize.h: Likewise.
20440         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
20441         and probably does not work.
20442
20443 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20444
20445         * lib/.cppi-disable: Add wcwidth.
20446         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
20447         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
20448         (ISGRAPH): Remove.  All uses changed to isgraph.
20449         (FOLD) [!defined _LIBC]: Remove special case.
20450         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
20451         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
20452         HAVE_ISBLANK.
20453         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
20454         case.
20455
20456 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20457
20458         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
20459         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
20460         brackets.  Other minor changes to suppress some compiler
20461         warnings.
20462
20463 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20464         and Paul Eggert  <eggert@cs.ucla.edu>
20465
20466         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
20467         of invoking obsolescent AC_HEADER_DIRENT macro.
20468         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
20469         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
20470         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
20471         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
20472         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
20473         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20474         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
20475         * m4/readdir.m4: Remove; no longer needed.
20476
20477 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20478         and Paul Eggert  <eggert@cs.ucla.edu>
20479
20480         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
20481         Don't worry about this obsolete case any more.
20482         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
20483         directories.
20484         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
20485         worry about this obsolete case any more.
20486         * lib/fts.c: Likewise.
20487         * lib/getcwd.c: Likewise.
20488         * lib/glob.h: Likewise.
20489         * lib/savedir.c: Likewise.
20490
20491 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20492
20493         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
20494         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
20495         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
20496         needed.
20497         All uses removed.
20498         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20499         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20500         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
20501         needed.
20502         * m4/getdate.m4 (gl_GETDATE): Likewise.
20503         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20504         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20505         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20506         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20507         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20508         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20509         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
20510         needed.
20511
20512 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20513
20514         * lib/memcasecmp.c: Include <limits.h>.
20515         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
20516         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
20517         Don't assume isdigit succeeds only on '0' through '9'.
20518
20519 2006-07-05  Eric Blake  <ebb9@byu.net>
20520
20521         * modules/getaddrinfo (Depends-on): Add snprintf.
20522
20523 2006-07-05  Eric Blake  <ebb9@byu.net>
20524
20525         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
20526         to avoid 'header present but could not be compiled' on cygwin.
20527
20528 2006-07-05  Eric Blake  <ebb9@byu.net>
20529
20530         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
20531         missing from netdb.h.
20532         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
20533
20534 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20535
20536         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
20537         no longer needed.
20538         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
20539         * m4/getdate.m4 (gl_GETDATE): Likewise.
20540         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20541         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20542         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20543         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20544         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20545
20546 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20547
20548         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
20549         All uses of is_space replaced by isspace.
20550         * lib/exit.h: Don't talk about STDC_HEADERS.
20551         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
20552         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
20553         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
20554         replaced by isprint etc.
20555         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
20556         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20557         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
20558         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
20559         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
20560         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20561
20562 2006-07-05  Bruno Haible  <bruno@clisp.org>
20563
20564         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
20565         the function exists, before testing against AIX.
20566         Reported by Martin Lambers <marlam@marlam.de>.
20567
20568 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
20571         From Mark D. Baushke.
20572
20573 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20574
20575         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
20576         to the absolute name, not just one, to bypass Sun C 5.8's
20577         "warning: #include of /usr/include/... may be non-portable".
20578
20579 2006-07-04  Eric Blake  <ebb9@byu.net>
20580
20581         * modules/dirname-tests: New test module.
20582         * tests/test-dirname.c: New file, replacing dirname.c
20583         TEST_DIRNAME section that was recently deleted.
20584
20585 2006-07-04  Bruno Haible  <bruno@clisp.org>
20586
20587         Assume ANSI C header files and <ctype.h> functions.
20588         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
20589         (mbsnwidth): Use isprint, iscntrl instead.
20590
20591 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20592
20593         Merge from coreutils.
20594         * MODULES.html.sh: Add xstrtold.
20595         * modules/xstrtold: New file.
20596         * modules/cycle-check (Files): Add lib/same-inode.h.
20597         * modules/dirname (Files): Add m4/double-slash-root.m4.
20598         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
20599         * modules/mkdir-p (Files): Add lib/same-inode.h.
20600         * modules/same (Files): Add lib/same-inode.h.
20601
20602 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20603
20604         * m4/absolute-header.m4: Renamed from full-header-path.m4.
20605         This is to keep the terminology clean; POSIX talks about
20606         "absolute pathnames", not "full pathnames", but the GNU
20607         Coding Standards say to use "path" for something else;
20608         so use "absolute" to keep both sides happy.
20609         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
20610         Set gl_absolute_header, not gl_full_header_path.
20611         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
20612         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
20613         All uses changed.
20614
20615         Merge from coreutils.
20616
20617         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
20618
20619         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
20620         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
20621         want to require the building of c-strtod.o.
20622         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
20623         needs -lm directly.
20624         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
20625
20626         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
20627
20628         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
20629         --as-needed option if available.  Problem reported by Albert Chin in
20630         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
20631         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
20632         cc merely issues a bunch of annoying warnings for --as-needed
20633         (this problem was reported by Bob Proulx).  Also, try linking with
20634         -lm to detect a bug in binutils 2.16 (this problem was reported
20635         by Ralf Wildenhues).
20636
20637         2006-06-18  Jim Meyering  <jim@meyering.net>
20638
20639         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
20640         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
20641         macro.
20642         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
20643         also check for glibc-2.4's abort-inducing bug.
20644
20645         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
20646         Low-probability clean-up should be to use rmdir to get rid of
20647         the just-created directory, not unlink.
20648
20649         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
20650         configure fail, and request a bug report to inform us about it.
20651         Add a comment that, barring reports to the contrary, in 2007 we'll
20652         assume ftruncate is universally available.
20653
20654         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
20655
20656         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
20657
20658         2006-03-12  Jim Meyering  <jim@meyering.net>
20659
20660         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
20661         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
20662         * m4/same.m4 (gl_SAME): Likewise.
20663         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
20664
20665         2006-03-11  Eric Blake  <ebb9@byu.net>
20666
20667         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
20668         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
20669         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
20670         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
20671
20672 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20673
20674         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
20675         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
20676         reported by Mark D. Baushke, one in
20677         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
20678
20679         Merge from coreutils.
20680
20681         * lib/.cppi-disable: Add stdint_.h.
20682         * lib/.cvsignore: Add stdint.h.
20683
20684         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
20685
20686         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
20687         both double and long double versions.
20688         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
20689         * lib/xstrtold.c: New file.
20690         * lib/xstrtod.h (xstrtold): New decl.
20691
20692         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20693
20694         * lib/filemode.c (setst): Remove.
20695         (strmode): Rewrite to avoid setst.  This makes the code shorter,
20696         (arguably) clearer, and the generated code is a bit smaller on my
20697         Debian GNU/Linux stable x86 host.
20698
20699         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
20700
20701         * lib/filemode.c: Include "filemode.h" first, to test the interface.
20702         Assume that filemode.h includes sys/types.h and sys/stat.h.
20703         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
20704         (ftypelet): Reorder to put common cases first, for efficiency.
20705         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
20706         to do 'M'.
20707         (strmode): Renamed from mode_string, and now stores 12 bytes instead
20708         of 10, for compatibility with FreeBSD.  All callers changed.
20709         (filemodestring): Now stores 12 bytes instead of 10, and sets file
20710         types that can't be deduced solely from st_mode.  First arg is now a
20711         const pointer.
20712         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
20713         (strmode): Renamed from mode_string.
20714         (filemodestring): New decl.
20715         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
20716         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
20717         needed.
20718         (S_ISPORT, S_ISWHT): New macros, if not already defined.
20719
20720         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20721
20722         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
20723         fsusage.h now does that.  Include fsusage.h first, to test interface.
20724         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
20725         at most one method (the old code could have generated decls that
20726         didn't conform to C89, not that this was ever exercised).
20727         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
20728
20729         2006-03-19  Jim Meyering  <jim@meyering.net>
20730
20731         Work even in a chroot where d_ino values for entries in "/"
20732         don't match the stat.st_ino values for the same names.
20733         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
20734         number, iterate through all entries again, using lstat instead.
20735         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
20736         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
20737
20738         * lib/getcwd.c (__getcwd): Clarify a comment.
20739         Use memcpy in place of a call to strcpy.
20740
20741         2006-03-12  Jim Meyering  <jim@meyering.net>
20742
20743         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
20744         matches that of the current directory (which we're about to chdir ".."
20745         out of), then save the dev-ino of the parent, instead.
20746
20747         * lib/same-inode.h (SAME_INODE): New file/macro.
20748         * lib/chdir-safer.c (SAME_INODE): Remove definition.
20749         Include "same-inode.h", instead.
20750         * lib/same.c: Likewise.
20751         * lib/cycle-check.h: Include "same-inode.h".
20752         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
20753         * lib/cycle-check.c (SAME_INODE): Remove definition.
20754         * lib/root-dev-ino.h: Include "same-inode.h".
20755
20756         2006-03-11  Eric Blake  <ebb9@byu.net>
20757
20758         * lib/same.c (same_name): s/base_name/last_component/
20759         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
20760         * lib/filenamecat.c (file_name_concat): Likewise.
20761
20762         2006-03-11  Eric Blake  <ebb9@byu.net>,
20763                     Paul Eggert  <eggert@cs.ucla.edu>
20764
20765         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
20766         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
20767         drive prefix.
20768         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
20769         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
20770         (last_component): New method.
20771         * lib/dirname.c (dir_len): Determine when drive letters need a
20772         subsequent slash.  Preserve // when it is special.
20773         (dir_name): Don't append dot when drive letter is absolute.
20774         [TEST_DIRNAME]: Move into a full-blown gnulib test.
20775         * lib/basename.c (base_name): New semantics - malloc the result.
20776         Preserve // when it is special.  Preserve relative files that look
20777         like drive letters.
20778         (base_len): Preserve // when it is special.
20779         (last_component): New method, similar to old base_name semantics.
20780         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
20781         base_name.  Strip redundant slashes from ///.
20782
20783 2006-07-03  Jim Meyering  <jim@meyering.net>
20784
20785         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
20786         macro is used before the first cycle_check call.
20787
20788 2006-07-03  Eric Blake  <ebb9@byu.net>
20789
20790         * modules/dirname (Depends-on): Add xstrndup.
20791
20792 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20793
20794         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
20795         test cases, so that config.log is a bit easier to follow.
20796
20797 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20798
20799         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
20800         both are 64 bits, since this seems to be the tradition, and this
20801         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
20802         we ever run into a host that prefers long long to long in this
20803         case, we'll need another configure-time test.  Problem reported by
20804         Jim Meyering.
20805
20806 2006-07-02  Eric Blake  <ebb9@byu.net>
20807
20808         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
20809
20810 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20811
20812         * modules/inttypes (Depends-on): No longer depends on stdint.
20813         * modules/stdint (Description): Say more about assumptions.
20814         Say that the fast types might differ.  Say macros are used.
20815         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
20816         (Makefile.am): Revise list of substituted symbols to match
20817         new stdint.m4.
20818         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
20819         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
20820         * tests/test-stdint.c (verify_same_types)
20821         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
20822         the code conforms to C99/C89.
20823         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
20824         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
20825
20826 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20827
20828         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
20829         but fix a bug, by requiring at least 64 bits.
20830         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
20831         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
20832         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
20833         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
20834
20835         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
20836         changes.  Make 2.59 a prerequisite.  Check and substitute for
20837         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
20838         inttypes.h.  Do not use special include files; just use the
20839         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
20840         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
20841         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
20842         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
20843         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
20844         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
20845         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
20846         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
20847         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
20848         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
20849         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
20850         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
20851         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
20852         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
20853         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
20854         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
20855         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
20856         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
20857         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
20858         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
20859         WINT_MAX.  Check for C99 conformance more strictly, by detecting
20860         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
20861         not check for things that C99 does not require, e.g., int8_t.  If
20862         a test isn't needed unless <stdint.h> isn't working, and is
20863         unlikely to be needed for any other reason, then don't do it
20864         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
20865         size_t, since we assume C89 freestanding at least.  Do not check
20866         for sig_atomic_t, wchar_t, or wint_t, since the code now does
20867         the right thing even if the types are not defined.  Instead use:
20868         (gl_STDINT_TYPE_PROPERTIES): New macro.
20869         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
20870         testing whether <sys/types.h> clashes, as Autoconf does this for
20871         us now.  All uses removed.
20872         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
20873         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
20874         (gl_CHECK_TYPE_SAME):
20875         Remove; no longer needed.
20876         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
20877         exists, since we'll return 0 anyway in that case.
20878         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
20879
20880 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20881
20882         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
20883         possible collision with system files.
20884         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
20885         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
20886         WCHAR_MIN and WCHAR_MAX in this case.
20887         (<stddef.h>): Do not include; no longer needed.
20888         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
20889         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
20890         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
20891         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
20892         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
20893         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
20894         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
20895         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
20896         !defined(__c99))]: Include in this case too, since it's harmless
20897         now.
20898         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
20899         dangerous to do so.
20900         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
20901         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
20902         (_STDINT_MIN, _STDINT_MAX): New macros.
20903         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
20904         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
20905         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
20906         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
20907         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
20908         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
20909         macros, not typedefs; this simplifies things quite a bit.
20910         Use long int for all types narrower than int64_t.
20911         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
20912         Define in terms of long long int or int64_t or long int,
20913         not int64_t or int32_t.  This saves some compile-time testing.
20914         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
20915         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
20916         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
20917         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
20918         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
20919         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
20920         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
20921         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
20922         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
20923         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
20924         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20925         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20926         undef any previous version and define our own version, for
20927         simplicity and consistency with the new macros for types.
20928         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20929         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20930         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
20931         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
20932         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
20933         @WINT_T_SUFFIX@ to keep things simple here.
20934         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
20935         Simplify by assuming typical 8/16/32/64 host, since we're
20936         already doing that elsewhere anyway.
20937         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
20938         and assume long long int is 64 bits if available.  This
20939         speeds up 'configure'.
20940
20941 2006-07-01  Eric Blake  <ebb9@byu.net>
20942
20943         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
20944         Reported by Andreas Buening.
20945
20946 2006-07-01  Eric Blake  <ebb9@byu.net>
20947
20948         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
20949
20950 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20951
20952         * lib/getaddrinfo.c: fixed typo
20953
20954 2006-06-29  Jim Meyering  <jim@meyering.net>
20955
20956         * modules/strftime (Maintainer): Add my name, since with the
20957         FPRINTFTIME changes strftime.c has forked from glibc.
20958
20959 2006-06-29  Eric Blake  <ebb9@byu.net>
20960
20961         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
20962
20963 2006-06-29  Eric Blake  <ebb9@byu.net>
20964
20965         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
20966
20967 2006-06-29  Eric Blake  <ebb9@byu.net>
20968
20969         * lib/stat_.h: New file.
20970
20971 2006-06-29  Eric Blake  <ebb9@byu.net>
20972
20973         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
20974         unused static function.
20975
20976 2006-06-29  Eric Blake  <ebb9@byu.net>
20977
20978         * doc/functions.texi (Function Portability): Document missing lstat
20979         on mingw.
20980
20981 2006-06-29  Eric Blake  <ebb9@byu.net>
20982
20983         * MODULES.html.sh: Add sys_stat.
20984         * modules/sys_stat: New module.
20985         * modules/mkstemp (Depends-on): Add sys_stat.
20986
20987 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20988
20989         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
20990
20991 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20992
20993         * m4/c-bs-a.m4: Removed.
20994
20995 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20996
20997         * lib/strftime.c: Assume strftime() exists.
20998
20999 2006-06-29  Derek Price  <derek@ximbiot.com>
21000
21001         * modules/c-bs-a: Removed - \a is C89.
21002         * MODULES.html.sh: Remove c-bs-a.
21003
21004 2006-06-29  Bruno Haible  <bruno@clisp.org>
21005
21006         * modules/wcwidth (License): Change to LGPL.
21007
21008 2006-06-28  Simon Josefsson  <jas@extundo.com>
21009
21010         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
21011         on _WIN32.
21012
21013         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
21014         getnameinfo.
21015
21016 2006-06-28  Simon Josefsson  <jas@extundo.com>
21017
21018         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
21019
21020 2006-06-28  Simon Josefsson  <jas@extundo.com>
21021
21022         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
21023         functions there.  It will succeed on Windows XP, but on Windows
21024         2000 and (presumably) earlier, it will fail, and use the internal
21025         re-implementation.
21026         (use_win32_p): New function.
21027         (getaddrinfo): Use strtoul on servname, to support numeric ports.
21028         Support AI_NUMERICSERV to disable getservbyname.
21029         (getnameinfo): New function, only supports
21030         NI_NUMERICHOST|NI_NUMERICSERV for now.
21031
21032         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
21033         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
21034         getnameinfo.
21035
21036 2006-06-28  Eric Blake  <ebb9@byu.net>
21037
21038         * modules/wcwidth: New file.
21039         * modules/mbchar (Depends-on): Add wcwidth.
21040         * modules/mbswidth (Depends-on): Add wcwidth.
21041         * MODULES.html.sh: Add wcwidth.
21042
21043 2006-06-28  Eric Blake  <ebb9@byu.net>
21044
21045         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
21046         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
21047
21048 2006-06-28  Eric Blake  <ebb9@byu.net>
21049
21050         * lib/xvasprintf.h: Fix comments.
21051
21052 2006-06-28  Eric Blake  <ebb9@byu.net>
21053
21054         * lib/mbchar.h (wcwidth): Include wcwidth.h.
21055         * lib/mbswidth.c (wcwidth): Move from here...
21056         * lib/wcwidth.h: ...to this new file.
21057
21058 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21059
21060         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
21061
21062         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
21063         it's obsolete.
21064         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
21065
21066 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21067
21068         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
21069         Autoconf 2.60 says this stuff was obsolete.
21070
21071 2006-06-28  Bruno Haible  <bruno@clisp.org>
21072
21073         * modules/wcwidth (Files): Add m4/wchar_t.m4.
21074
21075 2006-06-28  Bruno Haible  <bruno@clisp.org>
21076
21077         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
21078         gt_TYPE_WCHAR_T.
21079
21080 2006-06-28  Bruno Haible  <bruno@clisp.org>
21081
21082         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
21083         declaration for wcwidth.
21084         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
21085
21086 2006-06-28  Bruno Haible  <bruno@clisp.org>
21087
21088         * lib/mkdtemp.c [MINGW]: Include <io.h>.
21089         (mkdir): Define using _mkdir.
21090
21091 2006-06-28  Bruno Haible  <bruno@clisp.org>
21092
21093         * lib/getaddrinfo.h: Fix POSIX URL.
21094         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
21095         _WIN32.
21096         (use_win32_p): Make static.
21097         (getaddrinfo): Reject service name if it is empty or does not consist
21098         solely of decimal digits, or if its value is > 65535.
21099         (getnameinfo): Remove useless casts.
21100
21101 2006-06-27  Simon Josefsson  <jas@extundo.com>
21102
21103         * modules/sys_select: New file, suggested by Bruno Haible, Paul
21104         Eggert and Martin Lambers.
21105
21106 2006-06-27  Simon Josefsson  <jas@extundo.com>
21107
21108         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
21109         Eggert and Martin Lambers.
21110
21111 2006-06-27  Bruno Haible  <bruno@clisp.org>
21112
21113         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
21114         result to 0, not to empty.
21115         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
21116
21117 2006-06-27  Bruno Haible  <bruno@clisp.org>
21118
21119         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
21120
21121 2006-06-26  Simon Josefsson  <jas@extundo.com>
21122
21123         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
21124         present.
21125
21126 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
21127
21128         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
21129         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
21130         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
21131
21132 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
21133
21134         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
21135
21136 2006-06-26  Bruno Haible  <bruno@clisp.org>
21137
21138         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
21139
21140 2006-06-26  Bruno Haible  <bruno@clisp.org>
21141
21142         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
21143
21144 2006-06-26  Bruno Haible  <bruno@clisp.org>
21145
21146         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
21147         SGI C compiler in pre-C99 mode.
21148         Suggested by Mark D. Baushke and Larry Jones.
21149
21150 2006-06-26  Bruno Haible  <bruno@clisp.org>
21151
21152         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
21153         WCHAR_MAX.
21154         Reported by Mark D. Baushke and Larry Jones.
21155
21156 2006-06-26  Bruno Haible  <bruno@clisp.org>
21157
21158         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
21159         in pre-C99 mode.
21160         Suggested by Mark D. Baushke and Larry Jones.
21161
21162 2006-06-23  Simon Josefsson  <jas@extundo.com>
21163             Bruno Haible  <bruno@clisp.org>
21164
21165         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
21166         Emit mostlyclean-local rule.
21167         (func_emit_tests_Makefile_am): Likewise.
21168         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
21169
21170 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
21171
21172         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
21173
21174 2006-06-23  Bruno Haible  <bruno@clisp.org>
21175
21176         * tests/test-stdint.c: Update to match ISO C 99 Technical
21177         Corrigendum 1.
21178
21179 2006-06-23  Bruno Haible  <bruno@clisp.org>
21180
21181         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
21182
21183 2006-06-23  Bruno Haible  <bruno@clisp.org>
21184
21185         * lib/stdint_.h: Treat IRIX like OpenBSD.
21186
21187 2006-06-23  Bruno Haible  <bruno@clisp.org>
21188
21189         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
21190         ISO C 99 Technical Corrigendum 1.
21191
21192 2006-06-22  Simon Josefsson  <jas@extundo.com>
21193
21194         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
21195         MinGW.
21196
21197 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
21200         needed.  Some compiler complained about some of them.  Problem reported
21201         by Larry Jones in
21202         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
21203
21204 2006-06-21  Simon Josefsson  <jas@extundo.com>
21205
21206         * tests/test-getaddrinfo.c: New file.
21207
21208         * modules/getaddrinfo-tests: New file.
21209
21210         * MODULES.html.sh: Add inet_pton.
21211
21212         * modules/inet_pton: New file.
21213
21214 2006-06-21  Simon Josefsson  <jas@extundo.com>
21215
21216         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
21217         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
21218         of using the (limited) gnulib implementation on Windows XP.
21219
21220         * m4/inet_pton.m4: New file.
21221
21222 2006-06-21  Simon Josefsson  <jas@extundo.com>
21223
21224         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
21225         variable.
21226
21227         * lib/socket_.h: Don't define WINVER.
21228
21229         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
21230         slightly modified to work in gnulib.
21231
21232 2006-06-21  Simon Josefsson  <jas@extundo.com>
21233
21234         * doc/gnulib.texi (Windows sockets): Add.
21235
21236 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21237
21238         * lib/read-file.c (fread_file): Start with buffer allocation of
21239         0 bytes rather than 1 byte; this simplifies the code.
21240         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
21241         code to free buffer and save/restore errno.
21242         (internal_read_file): Remove unused local.
21243
21244 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21245
21246         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
21247         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
21248         Problem reported by Denis Excoffier in
21249         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
21250
21251 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21252
21253         * modules/sys_socket, modules/socklen: Include sys/types since
21254         FreeBSD 4.x's sys/socket.h needs it.
21255
21256 2006-06-19  Simon Josefsson  <jas@extundo.com>
21257
21258         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
21259
21260 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21261
21262         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
21263
21264 2006-06-19  Bruno Haible  <bruno@clisp.org>
21265
21266         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
21267         and FULL_PATH_INTTYPES_H in angle brackets.
21268         Reported by Mark D. Baushke <mdb@gnu.org>.
21269
21270 2006-06-17  Eric Blake  <ebb9@byu.net>
21271
21272         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
21273         errno.
21274
21275 2006-06-17  Bruno Haible  <bruno@clisp.org>
21276
21277         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
21278         <sys/inttypes.h>.
21279
21280 2006-06-17  Bruno Haible  <bruno@clisp.org>
21281
21282         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
21283         whether errno is declared. Assume <errno.h> declares errno.
21284
21285 2006-06-17  Bruno Haible  <bruno@clisp.org>
21286
21287         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
21288
21289 2006-06-17  Bruno Haible  <bruno@clisp.org>
21290
21291         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
21292         problem on Solaris 2.5.1.
21293
21294 2006-06-16  Eric Blake  <ebb9@byu.net>
21295
21296         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
21297         * lib/unicodeio.c [!defined errno]: Likewise.
21298         * lib/strtol.c [!defined errno]: Likewise.
21299         * lib/strtod.c [!defined errno]: Likewise.
21300
21301 2006-06-15  Eric Blake  <ebb9@byu.net>
21302
21303         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
21304
21305 2006-06-15  Eric Blake  <ebb9@byu.net>
21306
21307         * config/srclist.txt (ssize_t.m4): Lose sync.
21308
21309 2006-06-15  Bruno Haible  <bruno@clisp.org>
21310
21311         * modules/stdint (Files): Include m4/full-header-path.m4,
21312         m4/size_max.m4, m4/wchar_t.m4.
21313         (Makefile.am): Many more substitutions.
21314         * modules/stdint-tests: New file.
21315         * tests/test-stdint.c: New file.
21316
21317 2006-06-15  Bruno Haible  <bruno@clisp.org>
21318
21319         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
21320         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
21321         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
21322         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
21323         gl_CHECK_TYPE_SAME): New macros.
21324
21325 2006-06-15  Bruno Haible  <bruno@clisp.org>
21326
21327         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
21328
21329 2006-06-15  Bruno Haible  <bruno@clisp.org>
21330
21331         * lib/stdint_.h: Rewritten to be fully auto-configured.
21332         Fixes bug on HP-UX/IA64.
21333
21334 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
21335
21336         * lib/getdate.y (__attribute__): Don't define if already defined.
21337         Problem reported by Larry Jones.
21338         * lib/utimens.c (__attribute__): Likewise.
21339
21340 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
21341
21342         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
21343         reported by Andreas Schwab.
21344
21345 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21346             Bruno Haible  <bruno@clisp.org>
21347
21348         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
21349         check for the declaration of strnlen and a run test that exposes the
21350         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
21351         rpl_strndup.
21352
21353 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21354             Bruno Haible  <bruno@clisp.org>
21355
21356         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
21357
21358 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21359
21360         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
21361         compile test, for Tru64 4.0D.
21362
21363 2006-05-28  Karl Berry  <karl@gnu.org>
21364
21365         * config/srclist.txt (printf-args.c): lose sync.
21366
21367 2006-05-26  Martin Lambers  <marlam@marlam.de>
21368
21369         * lib/getpass.c: Updates the test for the native W32 API, and adds
21370         missing includes, thus fixing compilation warnings.
21371
21372 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21373
21374         * lib/exclude.c (exclude_fnmatch): New function.
21375         (excluded_file_name): Call exclude_fnmatch.
21376         * lib/exclude.h (excluded_file_name): New prototype
21377
21378 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
21379
21380         * lib/tempname.c (small_open, large_open): New macros.
21381         (__open, __open64) [!_LIBC]: Remove.
21382         (__gen_tempname): Use small_open and large_open instead of __open
21383         and __open64.  This fixes a portability bug on HP-UX 11.11i
21384         reported by Simon Wing-Tang in
21385         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
21386
21387 2006-05-24  Bruno Haible  <bruno@clisp.org>
21388
21389         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
21390         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
21391         Reported by Thorsten Maerz <torte@netztorte.de> via
21392         Aaron Stone <aaron@serendipity.cx>.
21393
21394 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21395
21396         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
21397         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
21398         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
21399         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
21400         not really conditional on the cache.
21401         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
21402
21403 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21404
21405         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
21406         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
21407         (my_usleep): Don't mishandle maximum value.
21408
21409 2006-05-19  Jim Meyering  <jim@meyering.net>
21410
21411         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
21412
21413 2006-05-17  Bruno Haible  <bruno@clisp.org>
21414
21415         Cygwin portability.
21416         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
21417
21418 2006-05-17  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/stdint_.h: Fix recognition of Cygwin.
21421
21422 2006-05-15  Bruno Haible  <bruno@clisp.org>
21423
21424         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
21425         on libtool patch by Ralf Wildenhues.
21426
21427 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21428
21429         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
21430         test for C99 conformance; (bool) 0.5 is an integer constant
21431         expression, but (bool) -0.5 is not.  Problem reported by Fedor
21432         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
21433
21434 2006-05-11  Simon Josefsson  <jas@extundo.com>
21435
21436         * m4/xvasprintf.m4: Fix obvious typo.
21437
21438 2006-05-11  Jim Meyering  <jim@meyering.net>
21439
21440         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
21441         James Lemley.
21442
21443 2006-05-10  Simon Josefsson  <jas@extundo.com>
21444
21445         * lib/md4.c: Typo fix, update copyright years.
21446         (K1, K2): Don't use L because it turn computations into 64-bit on
21447         64-bit platforms.
21448
21449 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
21450
21451         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
21452         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
21453         unwanted sign propagation, e.g., on hosts with 64-bit int.
21454         There still are some problems with reeelly weird theoretical hosts
21455         (e.g., 33-bit int) but it's not worth worrying about now.
21456         * lib/sha1.c (rol): Likewise.
21457         (K1, K2, K3, K4): Remove unnecessary L suffix.
21458
21459 2006-05-10  Bruno Haible  <bruno@clisp.org>
21460
21461         * lib/des.c: Cast to avoid warnings.
21462
21463 2006-05-09  Bruno Haible  <bruno@clisp.org>
21464
21465         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
21466         (Depends-on): Depend also on xsize, stdarg.
21467         (configure.ac): Add gl_XVASPRINTF.
21468
21469 2006-05-09  Bruno Haible  <bruno@clisp.org>
21470
21471         * m4/xvasprintf.m4: New file.
21472
21473 2006-05-09  Bruno Haible  <bruno@clisp.org>
21474
21475         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
21476         (EOVERFLOW): Define fallback value.
21477         (xstrcat): New function.
21478         (xvasprintf): Recognize the special case of a string concatenation.
21479
21480 2006-05-08  Eric Blake  <ebb9@byu.net>
21481
21482         * gnulib-tool (func_version): Base copyright year on CVS date.
21483         (func_emit_copyright_notice): New function.
21484         (func_emit_lib_Makefile_am): Use it.
21485         (func_emit_tests_Makefile_am): Likewise.
21486         (func_import): Likewise.
21487
21488 2006-05-08  Bruno Haible  <bruno@clisp.org>
21489
21490         * modules/stdarg: New file.
21491         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
21492
21493 2006-05-08  Bruno Haible  <bruno@clisp.org>
21494
21495         * m4/stdarg.m4: New file, from GNU gettext.
21496
21497 2006-05-08  Bruno Haible  <bruno@clisp.org>
21498
21499         * config/srclist.txt (build-aux/config.rpath): different from latest
21500         release.
21501
21502 2006-05-08  Bruno Haible  <bruno@clisp.org>
21503
21504         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
21505
21506 2006-05-05  Jim Meyering  <jim@meyering.net>
21507
21508         * m4/warning.m4: New file, derived from bison's file by the same name.
21509
21510 2006-05-03  Bruno Haible  <bruno@clisp.org>
21511
21512         * lib/stdint_.h: Shorter URL.
21513         * lib/inttypes.h: Likewise.
21514
21515 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21516
21517         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
21518
21519 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21520
21521         * lib/verify.h: Document the internals better.  Most of this change
21522         was written by Bruno Haible.
21523
21524 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21525
21526         * doc/verify.texi: New file, partly based on a proposal by
21527         Bruno Haible.
21528
21529 2006-05-02  Bruno Haible  <bruno@clisp.org>
21530
21531         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
21532         test from here...
21533         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
21534
21535 2006-04-29  Bruno Haible  <bruno@clisp.org>
21536
21537         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
21538         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
21539
21540 2006-04-29  Bruno Haible  <bruno@clisp.org>
21541
21542         * gnulib-tool: Make --update option actually work.
21543
21544 2006-04-29  Bruno Haible  <bruno@clisp.org>
21545
21546         * doc/gcd.texi: New file.
21547         * doc/gnulib.texi: Include it.
21548
21549 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
21550
21551         * lib/getdate.y (get_date): When adding relative date, start with the
21552         initial time, not with the result of the first mktime call.
21553
21554 2006-04-25  Bruno Haible  <bruno@clisp.org>
21555
21556         * gnulib-tool (func_import): Output the include directives in three
21557         blocks, sorted separately.
21558         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21559
21560 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21561
21562         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
21563         to define main with arguments, for C++.  Reported by Eric Blake.
21564         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
21565         Prefer 'int main ()' to 'int main (void)', for C++.
21566         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
21567         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
21568         for 'main', for C99 and C++.
21569
21570 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21571
21572         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
21573         Don't assume that exit status -1 is valid.
21574         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21575         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21576         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
21577         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
21578         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
21579         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
21580         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
21581         functions can be used without declaring them, or that you can
21582         exit with status -1.
21583         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
21584
21585 2006-04-24  Karl Berry  <karl@gnu.org>
21586
21587         * config/srclist.txt (longdouble.m4): sync lost.
21588
21589 2006-04-24  Eric Blake  <ebb9@byu.net>
21590
21591         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
21592
21593 2006-04-24  Bruno Haible  <bruno@clisp.org>
21594
21595         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
21596         poll() implementation in AIX.
21597         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21598
21599 2006-04-24  Bruno Haible  <bruno@clisp.org>
21600
21601         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
21602         assigned exactly once.
21603
21604 2006-04-23  Claudio Fontana  <claudio@gnu.org>
21605             Bruno Haible  <bruno@clisp.org>
21606
21607         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
21608         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
21609         for AM_CPPFLAGS.
21610
21611 2006-04-23  Bruno Haible  <bruno@clisp.org>
21612
21613         * modules/copy-file: Depend on unistd.
21614         * modules/execute: Likewise.
21615         * modules/fatal-signal: Likewise.
21616         * modules/findprog: Likewise.
21617         * modules/mkdtemp : Likewise.
21618         * modules/pipe: Likewise.
21619         * modules/wait-process: Likewise.
21620
21621 2006-04-23  Bruno Haible  <bruno@clisp.org>
21622
21623         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
21624         condition was already detected.
21625         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21626
21627 2006-04-23  Bruno Haible  <bruno@clisp.org>
21628
21629         * lib/copy-file.c: Include <unistd.h> unconditionally.
21630         * lib/execute.c: Likewise.
21631         * lib/fatal-signal.c: Likewise.
21632         * lib/findprog.c: Likewise.
21633         * lib/mkdtemp.c: Likewise.
21634         * lib/pipe.h: Likewise.
21635         * lib/pipe.c: Likewise.
21636         * lib/wait-process.h: Likewise.
21637
21638 2006-04-23  Bruno Haible  <bruno@clisp.org>
21639
21640         * gnulib-tool (func_usage): Fix --import description. Document
21641         --update.
21642         (func_import): Create temporary file in a temporary directory, if
21643         --dry-run is specified. Silence errors from 'grep' when there are no
21644         m4 files in $m4dir.
21645         (func_create_testdir): Silence errors from 'grep' when there are no
21646         m4 files in $m4dir.
21647         Reported by Karl Berry <karl@freefriends.org>.
21648
21649 2006-04-20  Bruno Haible  <bruno@clisp.org>
21650
21651         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
21652         one argument, so that the code will be portable to Autoconf 2.60.
21653         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
21654         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
21655         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
21656
21657 2006-04-19  Derek Price  <derek@ximbiot.com>
21658             Eric Blake  <ebb9@byu.net>
21659
21660         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
21661         rather than "/full/path.h".  Update comment to match.  Shorten &
21662         generalize m4_translit call via AS_TR_CPP.
21663
21664 2006-04-19  Derek Price  <derek@ximbiot.com>
21665             Eric Blake  <ebb9@byu.net>
21666
21667         * lib/inttypes.h: Correct grammar in comment.
21668
21669 2006-04-18  Derek Price  <derek@ximbiot.com>
21670             Paul Eggert  <eggert@cs.ucla.edu>
21671
21672         * modules/inttypes: New file.
21673         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
21674
21675 2006-04-18  Derek Price  <derek@ximbiot.com>
21676             Paul Eggert  <eggert@cs.ucla.edu>
21677
21678         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
21679         New files.
21680
21681 2006-04-18  Derek Price  <derek@ximbiot.com>
21682             Paul Eggert  <eggert@cs.ucla.edu>
21683
21684         * lib/inttypes.h: New file.
21685         * lib/strtoimax.c: Assume <inttypes.h>.
21686
21687 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
21688
21689         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
21690         isn't mounted.  Problem reported by Kir Kolyshkin.
21691
21692 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
21693
21694         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
21695         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
21696         Derek R. Price.
21697         * lib/regex.h (RE_DUP_MAX): Update comment to match current
21698         implementation.
21699
21700 2006-04-12  Eric Blake  <ebb9@byu.net>
21701
21702         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
21703         is now done automatically by the corresponding Autoconf macro.
21704
21705 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
21706
21707         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
21708         time_r.h.
21709
21710 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21711
21712         Merge regex changes from libc, removing some of our
21713         POSIX-conformance changes that were rejected and redoing them in a
21714         less-intrusive way.
21715
21716         * lib/regcomp.c (re_compile_internal, init_dfa):
21717         Length arg is now size_t, not Idx.  All uses changed.
21718         (peek_token): Forward decl now says internal_function.
21719         (__re_error_msgid, __re_error_msgid_idx):
21720         Now static rather than extern with attribute_hidden.
21721         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
21722         For some reason libc prefers K&R style defns for external functions.
21723         (regerror) [!defined _LIBC]: Likewise.
21724         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
21725         (seek_collating_symbol_entry, lookup_collation_sequence_value):
21726         (build_range_exp, build_collating_symbol):
21727         Use K&R-style defn.
21728         (re_compile_fastmap): Use '\0' to memset, not 0.
21729         (utf8_sb_map): Make the calculations more obvious.
21730         (init_dfa, parse_bracket_exp, build_charclass_op):
21731         Call calloc and cast result, as glibc does.
21732         (init_word_char, fetch_token, peek_token, peek_token_bracket):
21733         (build_range_exp, build_collating_symbol):
21734         Now internal functions.
21735
21736         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
21737
21738         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
21739         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
21740         Don't depend on VMS; depend on __VMS instead, for POSIX
21741         namespace cleanness.
21742         (regoff_t): Define to ssize_t, not long int.
21743
21744         Remove the REG_ macros named below.  Instead, make the old names
21745         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
21746         __USE_GNU_REGEX.
21747         (REG_BACKSLASH_ESCAPE_IN_LISTS):
21748         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
21749         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
21750         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
21751         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
21752         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
21753         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
21754         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
21755         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
21756         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
21757         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
21758         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
21759         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
21760         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
21761         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
21762         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
21763         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
21764         (REG_NREGS):
21765         Remove.  All uses replaced by the old RE_* names.
21766         (RE_BACKSLASH_ESCAPE_IN_LISTS):
21767         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
21768         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
21769         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
21770         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
21771         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
21772         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
21773         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
21774         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
21775         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
21776         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
21777         Don't bother having these macros be independent of each others'
21778         values, since they no longer exist in the POSIX name space.
21779
21780         Rename the following member names back to their old names,
21781         unless !__USE_GNU_REGEX.  All uses changed back.
21782         (buffer): Renamed from re_buffer.
21783         (allocated): Renamed from re_allocated.
21784         (used): Renamed from re_used.
21785         (syntax): Renamed from re_syntax.
21786         (fastmap): Renamed from re_fastmap.
21787         (translate): Renamed from re_translate.
21788         (can_be_null): Renamed from re_can_be_null.
21789         (regs_allocated): Renamed from re_regs_allocated.
21790         (fastmap_accurate): Renamed from re_fastmap_accurate.
21791         (no_sub): Renamed from re_no_sub.
21792         (not_bol): Renamed from re_not_bol.
21793         (not_eol): Renamed from re_not_eol.
21794         (newline_anchor): Renamed from re_newline_anchor.
21795         (num_regs): Renamed from rm_num_regs.
21796         (start): Renamed from rm_start.
21797         (end): Renamed from rm_end.
21798
21799         (free_state): Move up a bit.
21800
21801         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
21802         #define to be empty.
21803         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
21804         when that is what is intended.
21805         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
21806         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
21807         (MAX): New macro.
21808         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
21809         All uses changed back to re_malloc, etc.  It's now the caller's
21810         responsibility to check for overflow; all callers changed.
21811         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
21812         (re_x2nrealloc): Remove.
21813         (free_state): Remove decl.
21814
21815         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
21816         (re_set_registers, re_exec):
21817         Use K&R-style defn.
21818
21819         2006-01-31  Roland McGrath  <roland@redhat.com>
21820
21821         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
21822         Reported by Mike Frysinger <vapier@gentoo.org>.
21823
21824         2006-01-15  Andreas Jaeger  <aj@suse.de>
21825
21826         [BZ #1950]
21827         * lib/regex_internal.c (re_string_reconstruct): Adjust for
21828         build_wcs_upper_buffer change.
21829         (build_wcs_upper_buffer): Change return type.
21830
21831         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
21832
21833         * lib/regex_internal.h: Include <stdint.h> if available.
21834
21835         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
21836
21837         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
21838
21839         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
21840
21841         * lib/regcomp.c: Adjust for changed secondary hash function.
21842
21843         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
21844
21845         * lib/regex.h: Pretty printing.
21846         Clean up namespace a bit.
21847
21848         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
21849
21850         * lib/regexec.c (update_cur_sifted_state, check_arrival,
21851         check_arrival_add_next_nodes): Avoid using uninitialized variable.
21852
21853         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21854                     Ulrich Drepper  <drepper@redhat.com>
21855
21856         [BZ #1302]
21857         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
21858         changed.
21859         (bitset_word_t): Renamed from bitset_word.  All uses changed.
21860
21861         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
21862
21863         [BZ #281]
21864         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
21865         * lib/regcomp.c: Remove unnecessary uses of
21866         unsigned RE_TRANSLATE_TYPE.
21867         * lib/regex_internal.h: Likewise.
21868         * lib/regex_internal.c: Likewise.
21869         * lib/regexec.c: Likewise.
21870         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
21871
21872         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
21873
21874         * lib/regexec.c (find_recover_state): Remove unnecessary
21875         initialization.
21876         (transit_state_bkref): Make DFA a const pointer.
21877         (get_subexp): Likewise.
21878         (check_arrival): Likewise.
21879         (update_cur_sifted_state): Likewise.
21880         (re_search_internal): Likewise.
21881         (prune_impossible_nodes): Likewise.
21882         (acquire_init_state_context): Likewise.
21883         (proceed_next_node): Likewise.
21884         (set_regs): Likewise.
21885         (free_fail_stack_return): Likewise.
21886         (check_arrival_expand_ecl): Mark DFA parameter as const.
21887         (check_arrival_expand_ecl_sub): Likewise.
21888         (check_subexp_limits): Likewise.
21889         (sub_epsilon_src_nodes):  Likewise.
21890         (add_epsilon_src_nodes):  Likewise.
21891         (merge_state_array): Likewise.
21892         (update_regs): Likewise.
21893         (build_trtable): Likewise.
21894         (sift_states_backward): Mark MCTX parameter as const.
21895         (build_sifted_states): Likewise.
21896         (update_cur_sifted_state): Likewise.
21897         (sift_states_mkref): Likewise.
21898         (check_arrival_expand_ecl): Mark eclosure as const.
21899         (check_dst_limits_calc_pos_1): Likewise.
21900         * lib/regex_internal.h (re_match_context_t): Make dfa a const
21901         pointer.
21902
21903         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
21904
21905         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
21906         (transit_state_sb): Likewise.
21907         (transit_state_mb): Likewise.
21908         (sift_states_iter_mb): Likewise.
21909         (check_arrival_add_next_nodes): Likewise.
21910         (check_node_accept_bytes): Change first parameter to pointer-to-const.
21911         [_LIBC] (re_search_2_stub): Use mempcpy.
21912
21913         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
21914         mbrtowc for very simple UTF-8 case.
21915
21916         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
21917         a pointer-to-const.
21918         (re_acquire_state_context): Likewise.
21919         * lib/regex_internal.h: Adjust prototypes.
21920
21921         * lib/regex.c: Prevent using C++ compilers.
21922
21923         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
21924         (re_acquire_state_context): Likewise.
21925
21926 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21927
21928         * modules/regex (Depends-on): Add ssize_t.
21929
21930 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21931
21932         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
21933         translation table.
21934
21935 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21936
21937         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
21938
21939 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
21940             Bruno Haible  <bruno@clisp.org>
21941
21942         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
21943         <sys/types.h> and <inttypes.h>.
21944
21945 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21946
21947         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
21948         `__error_t_defined', so argp.h will not typedef the former.
21949
21950 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
21951
21952         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
21953         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
21954         glibc names.  Even if glibc is changed to conform to POSIX, the
21955         traditional names will be available anyway, since regex depends on
21956         the extensions module.  Also, fix a longstanding typo in the
21957         implementation of Spencer ERE test #75 from grep 2.3.  Problems
21958         reported by Emanuele Giaquinta.  Also, change sense of cached
21959         variable, so that the message makes sense.
21960
21961 2006-03-24  Simon Josefsson  <jas@extundo.com>
21962
21963         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
21964         including some doc fixes.
21965         (base64_encode_alloc): Fix +1 bug on allocation failures.
21966
21967 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21968
21969         * lib/base64.c (base64_encode): Do not read past end of array with
21970         unsanitized input on systems with CHAR_BIT > 8.
21971
21972 2006-03-24  Eric Blake  <ebb9@byu.net>
21973
21974         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
21975
21976 2006-03-22  Karl Berry  <karl@gnu.org>
21977
21978         * config/srclist.txt (*setenv.[ch]): get from coreutils.
21979         * config/srclistvars.sh (COREUTILS): new var.
21980
21981 2006-03-17  Jim Meyering  <jim@meyering.net>
21982
21983         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
21984         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
21985
21986 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21987
21988         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
21989         no longer needs it.  Instead, check that regoff_t is as least
21990         as wide as ptrdiff_t.
21991
21992         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
21993         so that our regex.h stays compatible with the installed regex.
21994         This is helpful for installers who configure --without-included-regex.
21995         Problem reported by Emanuele Giaquinta.
21996
21997 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21998
21999         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
22000         Typedef to long int, not to off_, as POSIX will likely change
22001         in that direction.
22002
22003 2006-03-15  Eric Blake  <ebb9@byu.net>
22004
22005         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
22006
22007 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22008
22009         * lib/argp-help.c (validate_uparams): Fix typo
22010         * lib/argp-parse.c (argp_default_options): Consistently begin help
22011         messages with a lowercase letter.
22012
22013 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
22014
22015         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
22016         overrun buffers and shouldn't be used (much as gets shouldn't be
22017         used).
22018         * lib/time_r.c (asctime_r, ctime_r): Likewise.
22019
22020 2006-03-08  Simon Josefsson  <jas@extundo.com>
22021
22022         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
22023         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22024
22025 2006-03-08  Simon Josefsson  <jas@extundo.com>
22026
22027         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
22028         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22029
22030 2006-03-08  Simon Josefsson  <jas@extundo.com>
22031
22032         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
22033         signal that configure disabled the device.
22034
22035 2006-03-08  Simon Josefsson  <jas@extundo.com>
22036
22037         * build-aux/maint.mk: Fix refresh-po, to handle no translated
22038         languages.
22039
22040 2006-03-07  Simon Josefsson  <jas@extundo.com>
22041
22042         * modules/getopt (Depends-on): Add unistd.
22043
22044         * modules/unistd: New file.
22045
22046 2006-03-07  Simon Josefsson  <jas@extundo.com>
22047
22048         * modules/gc-random: New file.
22049
22050 2006-03-07  Simon Josefsson  <jas@extundo.com>
22051
22052         * m4/unistd_h.m4: New file.
22053
22054 2006-03-07  Simon Josefsson  <jas@extundo.com>
22055
22056         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
22057         test to be side-effect free by storing the result in the cache
22058         variable gl_cv_lib_readline, and moving the assignment of
22059         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
22060         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22061
22062 2006-03-07  Simon Josefsson  <jas@extundo.com>
22063
22064         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
22065         error on missing devices (the functions will return an error).
22066
22067         * m4/gc.m4: Move random stuff to gc-random.m4
22068
22069 2006-03-07  Simon Josefsson  <jas@extundo.com>
22070
22071         * lib/unistd_.h: New file.
22072
22073 2006-03-07  Simon Josefsson  <jas@extundo.com>
22074
22075         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
22076
22077 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22078
22079         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
22080         Problem reported by Juan Manuel Guerrero.
22081
22082 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22083
22084         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
22085         the unistd module.
22086         * lib/getlogin_r.c: Likewise.
22087         * lib/getlogin_r.h: Likewise.
22088         * lib/glob.c: Likewise.
22089         * lib/pagealign_alloc.c: Likewise.
22090         * lib/unistd_.h: Remove; no longer needed.
22091
22092 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         * MODULES.html.sh (Support for systems lacking POSIX:2001):
22095         Add unistd.
22096         * modules/c-stack (Depends-on): Add unistd.
22097         * modules/getlogin_r: Likewise.
22098         * modules/glob: Likewise.
22099         * modules/pagealign_alloc: Likewise.
22100         * modules/unistd (Files): Remove lib/unistd_.h.
22101         (EXTRA_DIST): Remove.
22102         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
22103         need unistd_.h.
22104         (MOSTLYCLEANFILES): Remove unistd.h-t.
22105
22106 2006-03-03  Simon Josefsson  <jas@extundo.com>
22107
22108         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
22109
22110 2006-03-03  Simon Josefsson  <jas@extundo.com>
22111
22112         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
22113         libidn and bison.
22114
22115 2006-03-03  Simon Josefsson  <jas@extundo.com>
22116
22117         * build-aux/maint.mk: Add indent target.
22118
22119 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
22120
22121         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
22122         our replacement poll.h in any case, to avoid a differing
22123         declaration from a system header.  Seen on AIX.
22124
22125 2006-03-01  Simon Josefsson  <jas@extundo.com>
22126
22127         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
22128         <kasal@ucw.cz>.
22129
22130 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22131
22132         * modules/gettime (Depends-on): Add extensions module.
22133         * modules/nanosleep (Depends-on): Likewise.
22134         * modules/settime (Depends-on): Likewise.
22135
22136 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22137
22138         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
22139         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
22140         pedantically.
22141         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22142         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
22143
22144         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
22145         not "==".  Reported by Ralf Wildenhues.
22146
22147 2006-03-01  Karl Berry  <karl@gnu.org>
22148
22149         * doc/Copyright/request-*: new files, synced from gnuorg.
22150
22151 2006-03-01  Karl Berry  <karl@gnu.org>
22152
22153         * config/srclist.txt (Copyright/*): new entries.
22154
22155 2006-02-28  Simon Josefsson  <jas@extundo.com>
22156
22157         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
22158
22159 2006-02-27  Simon Josefsson  <jas@extundo.com>
22160
22161         * lib/base64.h: Indent #define's.  From Jim Meyering
22162         <jim@meyering.net>.
22163
22164 2006-02-27  Jim Meyering  <jim@meyering.net>
22165
22166         Revert the change of 2006-02-24, so these files can continue
22167         to be sync'd from gettext.
22168         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
22169         of `config.h'.
22170
22171 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22172
22173         * modules/intprops: New file.
22174         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22175         Add intprops.
22176         * modules/getloadavg (Files): Remove lib/intprops.h.
22177         (Depends-on): Add intprops.
22178         * modules/human: Likewise.
22179         * modules/inttostr: Likewise.
22180         * modules/openat: Likewise.
22181         * modules/sig2str: Likewise.
22182         * modules/userspec: Likewise.
22183         * modules/utimecmp: Likewise.
22184         * modules/xnanosleep: Likewise.
22185         * modules/xstrtol: Likewise.
22186
22187 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
22188
22189         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
22190         * modules/lock-tests (TESTS): Use $(EXEEXT).
22191         * modules/tls-tests: Likewise.
22192         * modules/argp-tests: Likewise.
22193         (check_PROGRAMS): New var, replacing...
22194         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
22195
22196 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22197
22198         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
22199         `config.h'.
22200
22201 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22202
22203         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
22204
22205 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22206
22207         Sync from coreutils.
22208         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
22209         gl_CHDIR_SAFER.
22210
22211 2006-02-22  Jim Meyering  <jim@meyering.net>
22212
22213         Sync from coreutils.
22214         * m4/chdir-safer.m4: New file.
22215
22216 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
22217
22218         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
22219         AT_FDCWD exceeds INT_MAX.
22220         * lib/openat.h (AT_FDCWD): Likewise.
22221
22222 2006-02-17  Eric Blake  <address@hidden>
22223
22224         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
22225
22226 2006-02-16  Simon Josefsson  <jas@extundo.com>
22227
22228         * modules/getaddrinfo (Depends-on): Add sys_socket.
22229
22230 2006-02-15  Simon Josefsson  <jas@extundo.com>
22231
22232         * build-aux/maint.mk: Add dsyntax-check rule.
22233
22234 2006-02-15  Eric Blake  <ebb9@byu.net>
22235
22236         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
22237         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
22238         'present but cannot compile' warnings on cygwin.
22239         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
22240         use ws2tcpip.h if sys/socket.h works.
22241         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
22242         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
22243
22244 2006-02-14  Simon Josefsson  <jas@extundo.com>
22245
22246         * modules/maintainer-makefile (Files): Rename.
22247
22248         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
22249         and (the local) Makefile.cfg to maint-cfg.mk.
22250
22251         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
22252         to the latter.
22253
22254         * modules/maintainer-makefile: New module.
22255
22256         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
22257         severaly stripped to make it possible to build it up from scratch
22258         with reliable tests.
22259
22260         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
22261         fixes to permit overriding the default actions when configure and
22262         makefile are not available.
22263
22264 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22265
22266         Sync from coreutils.
22267         * modules/lstat (Depends-on): Don't depend on xalloc.
22268         (License): Change from GPL to LGPL, since this is now simply a
22269         replacement for a libc function.
22270
22271 2006-02-14  Jim Meyering  <jim@meyering.net>
22272
22273         Sync from coreutils.
22274
22275         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
22276         failure on deficient systems, and simplify gnulib lgpl dependencies.
22277         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
22278         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
22279
22280         * lib/xalloc-die.c: Remove unused definition of N_.
22281
22282 2006-02-14  Jim Meyering  <jim@meyering.net>
22283
22284         Sync from coreutils.
22285         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
22286         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
22287         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
22288         double-quote uses of that variable, to accommodate the rare case in
22289         which getmntent is available in none of the libraries checked.  This
22290         happens at least on FreeBSD 5.0.
22291
22292 2006-02-13  Simon Josefsson  <jas@extundo.com>
22293
22294         * gnulib-tool (Usage): Fix --import, from
22295         karl@freefriends.org (Karl Berry).
22296
22297 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22298
22299         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
22300
22301 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
22302
22303         * lib/argp-namefrob.h: Restore changes accidentally lost during the
22304         "autoupdate" on 2005-12-12.
22305
22306 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22307
22308         * modules/closeout (Depends-on): Remove atexit.
22309
22310 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22311
22312         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
22313         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
22314
22315 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22316
22317         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
22318         __EXTENSIONS__ if this causes compilation to fail.  Problem
22319         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
22320         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
22321
22322 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
22323
22324         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
22325         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
22326         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
22327         All uses changed.
22328
22329 2006-01-26  Simon Josefsson  <jas@extundo.com>
22330
22331         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
22332         prototype is visible on mingw32.
22333
22334         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
22335         for mingw32.
22336
22337         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
22338         mingw32).
22339
22340 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22341
22342         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
22343         attempt to open for write; this always fails, at least on POSIX
22344         hosts.  This reinstates the 2006-01-09 change, which was
22345         inadvertently removed.
22346
22347 2006-01-26  Bruno Haible  <bruno@clisp.org>
22348
22349         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
22350         Reported by Paul Eggert.
22351
22352 2006-01-26  Bruno Haible  <bruno@clisp.org>
22353             Paul Eggert  <eggert@cs.ucla.edu>
22354
22355         * lib/stdbool_.h (_Bool)
22356         [(! (defined __cplusplus || defined __BEOS__)
22357           && !defined __GNUC__
22358           && !(defined __HP_cc || defined __xlc__
22359                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
22360                || defined __sgi))]:
22361         #define to signed char in these cases too; this simplifies
22362         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
22363         etc., separately) and makes it more conservative.
22364
22365 2006-01-25  Simon Josefsson  <jas@extundo.com>
22366
22367         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
22368         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
22369         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
22370
22371 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22372
22373         * lib/argp-namefrob.h: Bugfix. Remove stray #
22374
22375 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22376
22377         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
22378         so that we test the test.
22379         Check for yet another HP-UX cc bug involving *bool |= bool.
22380
22381 2006-01-25  Karl Berry  <karl@gnu.org>
22382
22383         * config/srclist.txt (vasnprintf.c): sync lost.
22384
22385 2006-01-25  Jim Meyering  <jim@meyering.net>
22386
22387         Sync from the stable (b5) branch of coreutils:
22388
22389         * lib/fts.c (fts_children): Don't let close() clobber errno from
22390         failed fchdir().
22391
22392         * lib/fts.c (fts_stat): When following a symlink-to-directory,
22393         don't necessarily interpret stat-fails+lstat-succeeds as indicating
22394         a dangling symlink.  That can also happen at least for ELOOP.
22395         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
22396         FYI, this bug predates the inclusion of fts.c in coreutils.
22397
22398         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
22399         in their own block, so pre-c99 compilers don't object.
22400
22401         Avoid the double-free (first in fts_read, second in fts_close) that
22402         would occur when an `active' directory is made inaccessible (e.g.,
22403         via chmod a-x) during a traversal.
22404         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22405         before returning.  Reproduce this failure by
22406         mkdir -p a/b; cd a; chmod a-x . b
22407         Reported by Stavros Passas.
22408
22409 2006-01-25  Jim Meyering  <jim@meyering.net>
22410
22411         * lib/fileblocks.c: Remove more useless parentheses.
22412         * lib/readutmp.h: Likewise.
22413
22414 2006-01-25  Bruno Haible  <bruno@clisp.org>
22415
22416         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
22417         warnings.
22418         Reported by Paul Eggert.
22419
22420 2006-01-25  Bruno Haible  <bruno@clisp.org>
22421
22422         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
22423         rid of a trap command. For Solaris sh.
22424         Reported by Mark D. Baushke <mdb@gnu.org>.
22425
22426 2006-01-24  Simon Josefsson  <jas@extundo.com>
22427
22428         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
22429         Bruno.
22430
22431 2006-01-24  Karl Berry  <karl@gnu.org>
22432
22433         * config/srclist.txt (argp-namefrob.h): sync lost.
22434
22435 2006-01-24  Jim Meyering  <jim@meyering.net>
22436
22437         * modules/openat (Files): Add lib/intprops.h.
22438         From Mark D. Baushke.
22439
22440 2006-01-24  Jim Meyering  <jim@meyering.net>
22441
22442         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
22443         Reported by Mark D. Baushke.
22444
22445 2006-01-24  Jim Meyering  <jim@meyering.net>
22446
22447         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
22448
22449 2006-01-24  Bruno Haible  <bruno@clisp.org>
22450
22451         * modules/strnlen (Maintainer): Change from glibc to all.
22452
22453 2006-01-24  Bruno Haible  <bruno@clisp.org>
22454
22455         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
22456         Patch by Paul Eggert.
22457
22458 2006-01-24  Bruno Haible  <bruno@clisp.org>
22459
22460         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
22461         already has it.
22462         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
22463         2005-11-26.
22464
22465         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
22466         'signed char' to avoid problems with the built-in _Bool type.
22467         Reported by Paul Eggert on 2005-11-26.
22468
22469 2006-01-24  Bruno Haible  <bruno@clisp.org>
22470
22471         * gnulib-tool (func_import): Avoid constructing complicated sed
22472         expressions inside backquote.
22473         Report and solution by Mark D. Baushke <mdb@gnu.org>.
22474
22475 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
22476
22477         These changes imported from libc.
22478         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
22479         test and two separate function calls.
22480         * lib/strndup.c (__strndup): Add libc_hidden_def.
22481
22482 2006-01-23  Simon Josefsson  <jas@extundo.com>
22483
22484         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
22485         Remove the test_*_SOURCES variable: automake infers it by default.
22486         * modules/tls-tests: Likewise.
22487
22488 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22489
22490         Work around porting bugs reported by Dieter in
22491         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
22492         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
22493         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
22494         Include "getopt.h" first, to check interface.
22495         (getenv): Declare only if defined HAVE_DECL_GETENV &&
22496         !HAVE_DECL_GETENV.
22497         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
22498         (__strndup): Revert to K&R-style function dfns, the glibc style.
22499         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
22500         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
22501         Include strnlen.h first, to get prototype properly.
22502         (strnlen): Renamed from __strnlen.
22503         Remove weak alias.
22504
22505 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22506
22507         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
22508
22509 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22510
22511         * config/srclist.txt: Adjust to reflect glibc reorganization.
22512         This affects only comments.
22513
22514 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22515
22516          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
22517          Reported by Bruce Korb <bkorb@gnu.org>.
22518
22519 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22520
22521         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
22522         to pacify gcc -Wswitch-default.
22523
22524 2006-01-22  Bruno Haible  <bruno@clisp.org>
22525
22526         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
22527         temporary buffer for sprintf, take into account the precision also
22528         for 'd', 'i', 'u', 'o', 'x', 'X'.
22529
22530 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22531
22532         * modules/argp-tests: New module
22533         * tests/test-argp.c: New file
22534         * tests/test-argp-2.sh: New file
22535
22536 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22537
22538         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
22539         (__argp_base_name): Removed
22540         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
22541         typo.
22542         (__argp_base_name): Provide macro definition or extern declaration
22543         depending on the configuration
22544
22545 2006-01-20  Simon Josefsson  <jas@extundo.com>
22546
22547         * modules/inet_ntop (Depends-on): Depend on sys_socket.
22548
22549 2006-01-20  Simon Josefsson  <jas@extundo.com>
22550
22551         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
22552
22553 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22554
22555         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
22556         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
22557         Suggested by Bruno Haible.
22558
22559 2006-01-20  Karl Berry  <karl@gnu.org>
22560
22561         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
22562         until changes propagate, I guess.
22563
22564 2006-01-19  Simon Josefsson  <jas@extundo.com>
22565
22566         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
22567
22568 2006-01-19  Simon Josefsson  <jas@extundo.com>
22569
22570         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
22571
22572 2006-01-19  Simon Josefsson  <jas@extundo.com>
22573
22574         * gnulib-tool: Set check_PROGRAMS.
22575
22576         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22577         modules/des-tests, modules/gc-arcfour-tests,
22578         modules/gc-arctwo-tests, modules/gc-des-tests,
22579         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22580         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22581         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22582         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22583         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22584         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
22585         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
22586         test_*_SOURCES.
22587
22588 2006-01-18  Simon Josefsson  <jas@extundo.com>
22589
22590         * modules/socklen (Depends-on): Depend on sys_socket.
22591
22592 2006-01-18  Simon Josefsson  <jas@extundo.com>
22593
22594         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22595         modules/des-tests, modules/gc-arcfour-tests,
22596         modules/gc-arctwo-tests, modules/gc-des-tests,
22597         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22598         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22599         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22600         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22601         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22602         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
22603         $(EXEEXT) to automake TESTS variable, for mingw32.
22604
22605 2006-01-17  Simon Josefsson  <jas@extundo.com>
22606
22607         * modules/socklen (Include): Need sys/socket.h.
22608
22609 2006-01-17  Bruno Haible  <bruno@clisp.org>
22610
22611         * modules/ssize_t (Include): Add <sys/types.h>.
22612
22613 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
22614
22615         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
22616         it's not portable and it doesn't work with cross-compiles.
22617         Problem reported by Bruno Haible.  Fix missing-$ typo in
22618         'test "gl_cv_ignore_unused_libraries" ...' that prevented
22619         -zignore from being used with Sun's C compiler.
22620
22621 2006-01-12  Simon Josefsson  <jas@extundo.com>
22622
22623         * lib/base64.c: Fix warning, reported by Bruno Haible
22624         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
22625
22626 2006-01-12  Bruno Haible  <bruno@clisp.org>
22627
22628         * modules/ldd: New file.
22629         * build-aux/ldd.sh.in: New file.
22630         * MODULES.html.sh (Support for building libraries and executables): Add
22631         ldd.
22632
22633 2006-01-12  Bruno Haible  <bruno@clisp.org>
22634
22635         * m4/ldd.m4: New file.
22636
22637 2006-01-12  Bruno Haible  <bruno@clisp.org>
22638
22639         * gnulib-tool (func_import, func_create_testdir): Don't go into an
22640         endless loop while replacing $auxdir with build-aux.
22641
22642 2006-01-11  Simon Josefsson  <jas@extundo.com>
22643
22644         * lib/stdint_.h (SIZE_MAX): Add missing (.
22645
22646 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
22647
22648         Sync from coreutils.
22649         * lib/md5.c: Fix commentary typos.
22650         (alignof, UNALIGNED_P): No need for a GCC-specific version.
22651         * lib/md5.h (__attribute__): Remove; unused.
22652         * lib/sha1.c: Fix commentary to match md5 better.
22653         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
22654         so that we don't need to worry about alignment.  All uses changed.
22655         This merges the 2005-10-28 md5 change into sha1.
22656
22657 2006-01-11  Jim Meyering  <jim@meyering.net>
22658
22659         Sync from coreutils.
22660         * lib/md5.c (OP): Fix spacing.
22661
22662 2006-01-11  Bruno Haible  <bruno@clisp.org>
22663
22664         Ensure automatic ordering between gl_LOCK and gl_ARGP.
22665         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
22666         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
22667
22668 2006-01-11  Bruno Haible  <bruno@clisp.org>
22669
22670         Ensure automatic ordering between gl_LOCK and gl_ARGP.
22671         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
22672         the "early" section as well.
22673
22674 2006-01-11  Bruno Haible  <bruno@clisp.org>
22675
22676         Avoid "ar: no archive members specified" error on MacOS X.
22677         * gnulib-tool (func_modules_add_dummy): New function.
22678         (func_import, func_create_testdir): Invoke it.
22679
22680 2006-01-11  Bruno Haible  <bruno@clisp.org>
22681
22682         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
22683         with $auxdir in AC_CONFIG_FILES statements.
22684
22685 2006-01-11  Bruno Haible  <bruno@clisp.org>
22686
22687         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22688         Initialize also noinst_HEADERS to empty.
22689
22690 2006-01-11  Bruno Haible  <bruno@clisp.org>
22691
22692         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
22693         variables.
22694         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
22695         autoreconf.
22696
22697 2006-01-11  Bruno Haible  <bruno@clisp.org>
22698
22699         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
22700         overridable by the user.
22701         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22702
22703 2006-01-10  Simon Josefsson  <jas@extundo.com>
22704
22705         * modules/sys_socket: New file.
22706
22707 2006-01-10  Simon Josefsson  <jas@extundo.com>
22708
22709         * m4/sys_socket_h.m4: New file.
22710
22711 2006-01-10  Simon Josefsson  <jas@extundo.com>
22712
22713         * lib/socket_.h: New file.
22714
22715 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22716
22717         * modules/readutmp (Maintainer): Add myself.
22718
22719 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22720
22721         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
22722         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
22723         People who are still concerned with buggy memcmp implementations
22724         can invoke gl_FUNC_MEMCMP themselves.
22725
22726 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22727
22728         * lib/regex_internal.h (BITSET_WORD_BITS):
22729         Work around a bug in 64-bit PGC (before version 6.1-2), where the
22730         preprocessor mishandles large unsigned values as if they were signed.
22731         Problem reported by Claudio Fontana in
22732         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
22733
22734 2006-01-10  Jim Meyering  <jim@meyering.net>
22735
22736         Avoid the double-free (first in fts_read, second in fts_close) that
22737         would occur when an `active' directory is made inaccessible (e.g.,
22738         via chmod a-x) during a traversal.
22739         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22740         before returning.  Reproduce this failure by
22741         mkdir -p a/b; cd a; chmod a-x . b
22742         Reported by Stavros Passas.
22743
22744         Sync from coreutils.
22745         * lib/sha1.c: Tweak grammar in a comment.
22746
22747 2006-01-10  Jim Meyering  <jim@meyering.net>
22748
22749         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
22750         Patch by Joerg Sonnenberger.
22751
22752 2006-01-10  Bruno Haible  <bruno@clisp.org>
22753
22754         * modules/readutmp: Depend on module free.
22755         * modules/strtok_r: Depend on module restrict.
22756
22757 2006-01-10  Bruno Haible  <bruno@clisp.org>
22758
22759         * modules/gettext (configure.ac): Add an invocation of
22760         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
22761
22762 2006-01-10  Bruno Haible  <bruno@clisp.org>
22763
22764         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
22765         Reported by Werner Lemberg <wl@gnu.org>.
22766
22767 2006-01-10  Bruno Haible  <bruno@clisp.org>
22768
22769         * lib/localcharset.c: Update from GNU gettext.
22770
22771 2006-01-10  Bruno Haible  <bruno@clisp.org>
22772
22773         * lib/argp.h (__const): Remove macro. Use const instead.
22774         * lib/argp-fmtstream.h (__const): Likewise.
22775         * lib/glob_.h (__const): Remove macro.
22776         * lib/glob-libc.h: Use const instead of __const.
22777
22778 2006-01-10  Bruno Haible  <bruno@clisp.org>
22779
22780         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
22781         variable.
22782         Needed to avoid an automake error regarding the 'gettext' module.
22783
22784 2006-01-09  Simon Josefsson  <jas@extundo.com>
22785
22786         * modules/inet_ntop (Depends-on): Add restrict.
22787
22788 2006-01-09  Simon Josefsson  <jas@extundo.com>
22789
22790         * modules/gc-rijndael-tests (License): Put under LGPL.
22791
22792         * modules/gc-des-tests (License): Likewise.
22793
22794         * modules/gc-arcfour-tests (License): Likewise.
22795
22796         * modules/gc-arctwo-tests (License): Likewise.
22797
22798         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
22799
22800         * modules/gc-hmac-sha1-tests (Files): Likewise.
22801
22802         * modules/gc-hmac-md5-tests (License): Likewise.
22803
22804         * modules/gc-sha1-tests (License): Likewise.
22805
22806         * modules/gc-md5-tests (License): Likewise.
22807
22808         * modules/gc-md4-tests (License): Likewise.
22809
22810         * modules/gc-md2-tests (License): Likewise.
22811
22812         * modules/gc-tests (License): Likewise.
22813
22814         * modules/des-tests (License): Likewise.
22815
22816         * modules/md4-tests (License): Likewise.
22817
22818         * modules/md2-tests (License): Likewise.
22819
22820 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22821
22822         Sync from coreutils:
22823
22824         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
22825         * modules/lib-ignore: New file.
22826         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
22827         chdir-safer.m4, lchmod.m4.
22828         * modules/openat: Add mkdirat.c, openat-priv.h.
22829
22830 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22831
22832         Sync from coreutils.
22833         * m4/lib-ignore.m4: New file.
22834         * m4/lchmod.m4: New file.
22835
22836 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22837
22838         Sync from coreutils.
22839         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
22840         for write access: POSIX says that must fail.
22841         * lib/fts.c (diropen): Likewise.
22842         * lib/save-cwd.c (save_cwd): Likewise.
22843         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
22844         well, for minor improvements on hosts that lack O_DIRECTORY.
22845         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
22846         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
22847         Fall back on chown if open failed with EACCES.
22848
22849         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
22850         Report an error at compile-time if only a 1-second nominal clock
22851         resolution is found.
22852
22853         * lib/lchmod.h: New file.
22854         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
22855         (make_dir_parents): Use lchown rather than chown, and
22856         lchmod rather than chmod.
22857
22858         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
22859         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
22860         "proc" reported by n0dalus.
22861
22862         * lib/mountlist.c: Include <limits.h>.
22863         (dev_from_mount_options)
22864         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
22865         New function.  It no longer assumes "dev=" has the System V meaning
22866         on Linux (since it doesn't).  It also parses "dev=" more carefully.
22867         (read_file_system_list)
22868         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
22869         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
22870         dev= in that case.
22871
22872         * lib/posixtm.h (PDS_PRE_2000): New macro.
22873         * lib/posixtm.c (year): Arg is now syntax_bits rather than
22874         allow_century.  All usages changed.  Reject dates outside the range
22875         1969-1999 if PDS_PRE_2000 is used.
22876
22877 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22878
22879         Sync from coreutils.
22880         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
22881         (Time of day items): Mention the possibility of leap seconds.
22882         Problem reported by Dr. David Alan Gilbert.
22883
22884 2006-01-09  Jim Meyering  <jim@meyering.net>
22885
22886         Sync from coreutils.
22887
22888         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
22889
22890         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
22891
22892         * lib/modechange.c (mode_compile): Reject an invalid mode string
22893         that starts with an octal digit.  From Andreas Gruenbacher.
22894
22895         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
22896         and dup to open_safer and dup_safer, respectively.
22897         (openat_permissive): Fix typo in comment.
22898
22899         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
22900         "gettext.h"; either no longer needed or are guaranteed by openat.h.
22901         (_): Remove; no longer needed.
22902         (openat): Renamed from rpl_openat; no need for rpl_openat
22903         since openat.h renames openat for us.
22904         Replace most of the body with a call to openat_permissive,
22905         to avoid duplicate code.
22906         Port to (probably hypothetical) environments were mode_t is
22907         wider than int.
22908         (openat_permissive): Require mode arg, so that we can check
22909         types better.  Put it just after flags.  Change cwd failure
22910         indicator from pointer-to-bool to pointer-to-errno-value.
22911         All callers changed.
22912         Invoke openat_save_fail and/or openat_restore_fail if
22913         cwd_errno is null, so that openat can call us.
22914         (openat_permissive, fdopendir, fstatat, unlinkat):
22915         Simplify errno handling to avoid some duplicate code,
22916         as it's OK to set errno on success.
22917         * lib/openat.h: Revamp code so that function macros depend on
22918         __OPENAT_PREFIX only, not also on AT_FDCWD.
22919         (openat_ro): Remove.  Caller changed to use openat_permissive.
22920         (openat_permissive): Now a macro, if not a function.
22921         (openat_restore_fail, openat_save_fail): Now always functions,
22922         since mkdirat needs them even if __OPENAT_PREFIX is defined.
22923
22924         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
22925         and openat.c.
22926         * lib/mkdirat.c: Include openat-priv.h.
22927         Remove definitions of macros defined therein.
22928         * lib/openat.c: Likewise.
22929
22930         * lib/mkdirat.c (mkdirat): New file and function.
22931         * lib/openat.h (mkdirat): Declare.
22932
22933         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
22934
22935         * lib/openat.h (openat_permissive): Declare.
22936         (openat_ro): Define.
22937
22938         * lib/openat.c (EXPECTED_ERRNO): New macro.
22939         (openat_permissive): New function -- used in remove.c rewrite.
22940         (all functions): Set errno just before returning, only if there
22941         was an actual failure.
22942         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
22943
22944         Emulate openat-family functions using Linux's procfs, if possible.
22945         Idea and some code based on Ulrich Drepper's glibc changes.
22946
22947         * lib/openat.c: (BUILD_PROC_NAME): New macro.
22948         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
22949         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
22950         before falling back on save_cwd and restore_cwd.
22951         (fdopendir, fstatat, unlinkat): Likewise.
22952
22953         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
22954         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
22955
22956         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
22957         as second argument to va_arg.  Otherwise, some versions of gcc
22958         warn that `if this code is reached, the program will abort'.
22959
22960 2006-01-09  Jim Meyering  <jim@meyering.net>
22961
22962         Sync from coreutils.
22963         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
22964         Require openat-priv.h.
22965
22966 2006-01-09  Bruno Haible  <bruno@clisp.org>
22967
22968         * modules/strnlen (Include): Use strnlen.h.
22969
22970 2006-01-09  Bruno Haible  <bruno@clisp.org>
22971
22972         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
22973
22974 2006-01-09  Bruno Haible  <bruno@clisp.org>
22975
22976         * lib/sysexit_.h (EX_OK): New macro.
22977         Suggested by Martin Lambers <marlam@marlam.de>.
22978
22979 2006-01-09  Bruno Haible  <bruno@clisp.org>
22980
22981         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
22982         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
22983
22984 2006-01-09  Bruno Haible  <bruno@clisp.org>
22985
22986         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
22987         numbers.
22988
22989 2006-01-09  Bruno Haible  <bruno@clisp.org>
22990
22991         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
22992         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
22993         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
22994         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
22995
22996 2006-01-09  Bruno Haible  <bruno@clisp.org>
22997
22998         * build-aux/javacomp.sh.in: New file, moved from lib/.
22999         * modules/javacomp-script (Files): Update.
23000         (configure.ac): Add AC_CONFIG_FILES invocation.
23001         (EXTRA_DIST): Remove variable.
23002
23003         * build-aux/javaexec.sh.in: New file, moved from lib/.
23004         * modules/javaexec (Files): Update.
23005         (configure.ac): Add AC_CONFIG_FILES invocation.
23006         (EXTRA_DIST): Remove javaexec.sh.in.
23007
23008         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
23009         * modules/csharpcomp-script (Files): Update.
23010         (configure.ac): Add AC_CONFIG_FILES invocation.
23011         (EXTRA_DIST): Remove variable.
23012
23013         * build-aux/csharpexec.sh.in: New file, moved from lib/.
23014         * modules/csharpexec (Files): Update.
23015         (configure.ac): Add AC_CONFIG_FILES invocation.
23016         (EXTRA_DIST): Remove csharpexec.sh.in.
23017
23018 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23019
23020         Sync from coreutils.
23021
23022         Add POSIX ACL support
23023         * lib/acl.h (copy_acl, set_acl): Add declarations.
23024         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
23025         systems other than Linux.
23026         (chmod_or_fchmod): New function: use fchmod when possible,
23027         and chmod otherwise.
23028         (file_has_acl): Add a POSIX ACL implementation, with a
23029         Linux-specific subcase.
23030         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
23031         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
23032         acls are unsupported.
23033         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
23034         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
23035         are unsupported.
23036
23037 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23038
23039         Sync from coreutils.
23040         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
23041
23042 2006-01-07  Bruno Haible  <bruno@clisp.org>
23043
23044         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
23045         gl_EARLY.
23046
23047 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23048
23049         * lib/strftime.c (tzname): Don't declare if it is already #defined.
23050         Problem reported for Mingw by Mark Junker.
23051
23052 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23053
23054         * README: Gnulib normally doesn't generate a tarball.
23055
23056 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
23057
23058         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
23059         long int, not int, for nanosecond counts, so that people who are
23060         used to POSIX struct timespec won't be surprised.  Reported by Jim
23061         Meyering.
23062
23063 2005-12-28  Bruno Haible  <bruno@clisp.org>
23064
23065         * build-aux/config.rpath: Update from GNU gettext.
23066
23067 2005-12-16  Jim Meyering  <jim@meyering.net>
23068
23069         * modules/fprintftime: New module.
23070         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
23071
23072 2005-12-16  Jim Meyering  <jim@meyering.net>
23073
23074         * m4/fprintftime.m4: New file.
23075
23076 2005-12-16  Jim Meyering  <jim@meyering.net>
23077
23078         * lib/fprintftime.c, lib/fprintftime.h: New files.
23079
23080 2005-12-15  Simon Josefsson  <jas@extundo.com>
23081
23082         * modules/socklen (configure.ac): Fix M4 macro name, to align with
23083         new m4/socklen.m4.
23084
23085 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23086
23087         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
23088         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
23089
23090 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23091
23092         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
23093         * lib/argp-help.c (fill_in_uparams): Check if the constructed
23094         struct uparams is valid. Fall back to the default values if it is
23095         not.
23096
23097 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23098
23099         * modules/argp (Files): Add argp-pin.c
23100         (Depends-on): dirname
23101         (lib_SOURCES): Add argp-pin.c
23102
23103 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23104
23105         * m4/argp.m4:  Check if program_invocation_name and
23106         program_invocation_short_name are declared and define appropriate
23107         macros if they are not.
23108
23109 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23110
23111         * lib/argp-help.c (__argp_base_name): New function
23112         (__argp_short_program_name): Rewrite using __argp_base_name
23113         * lib/argp-namefrob.h: Define program_invocation_name and
23114         program_invocation_short_name if requested
23115         (__argp_base_name): Add prototype
23116         * lib/argp-parse.c (argp_def): Use gettext wrappers
23117         (argp_default_parser): Use __argp_base_name
23118         * lib/argp-pin.c: New file. Defines program_invocation_name and
23119         program_invocation_short_name on systems that lack them.
23120
23121 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23122
23123         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
23124         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23125         porting problem reported by Georg Schwarz in
23126         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23127
23128 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23129
23130         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
23131         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23132         porting problem reported by Georg Schwarz in
23133         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23134
23135 2005-12-05  Bruno Haible  <bruno@clisp.org>
23136
23137         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
23138         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
23139         Reported by Mark Junker <mjscod@gmx.de>.
23140
23141 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
23142
23143         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
23144         Use implementation from Albert Chin, with some
23145         comments/corrections by Stepan Kasal and myself.
23146
23147 2005-12-02  Bruno Haible  <bruno@clisp.org>
23148
23149         * gnulib-tool (func_import): Accept GPLed build tool modules when
23150         --lgpl is given.
23151         * modules/csharpcomp-script: New file.
23152         * modules/csharpcomp: Depend on it.
23153         * modules/javacomp-script: New file.
23154         * modules/javacomp: Depend on it.
23155         Suggested by Simon Josefsson.
23156
23157 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
23158
23159         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
23160         statement, to work around an HP-UX 10.20 compiler bug reported by
23161         Peter O'Gorman.
23162
23163 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23164
23165         * modules/savedir (Depends-on): Add openat.
23166
23167 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23168
23169         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
23170         (uintmax_t) [defined uintmax_t]: Do not declare.
23171         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
23172         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
23173         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
23174         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
23175         sake of portability to weird hosts that C allows (though we don't
23176         know of any practical examples).
23177
23178         * lib/savedir.h (fdsavedir): New decl.
23179         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
23180         contains most of the former guts of savedir.
23181         (savedir): Use savedirstream.
23182         Include "openat.h".
23183
23184 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23185
23186         * modules/obstack (Files): Add m4/ulonglong.m4.
23187         Problem reported by Davide Angelocola.
23188
23189 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23190
23191         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
23192         coreutils no longer futzes with rounding modes.
23193
23194 2005-11-14  Jim Meyering  <jim@meyering.net>
23195
23196         * lib/mkstemp-safer.c: Include <config.h>, required for possible
23197         replacement of mkstemp.
23198
23199 2005-11-10  Simon Josefsson  <jas@extundo.com>
23200
23201         * lib/readline.c: Remove EOL.
23202
23203 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23204
23205         * modules/gethrxtime (Depends-on): Add gettime.
23206
23207 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
23210         or gettimeofday; no longer needed.
23211
23212 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23213
23214         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
23215         time business.
23216         (gethrxtime) [! (HAVE_NANOUPTIME
23217         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
23218         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
23219         our own approximation.
23220
23221 2005-11-08  Eric Blake  <ebb9@byu.net>
23222
23223         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23224
23225 2005-11-08  Eric Blake  <ebb9@byu.net>
23226
23227         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23228
23229 2005-11-04  Bruno Haible  <bruno@clisp.org>
23230
23231         * gnulib-tool: Implement --update mode.
23232
23233 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23234
23235         Fix porting problem reported by Theodoros V. Kalamatianos.
23236         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
23237         Don't assume that futimes failing means we must fail.
23238
23239 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23240
23241         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
23242         variables to suggest the intended function of the PATH_MAX check.
23243
23244 2005-10-30  Kean Johnston  <jkj@sco.com>
23245
23246         Trivial changes to support SCO systems.
23247         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
23248         as PATH_MAX.
23249         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
23250         where __ptr is null when no I/O is pending.
23251
23252 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23253
23254         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
23255         leave errno alone.  Problem reported by Dmitry V. Levin.
23256
23257 2005-10-28  Simon Josefsson  <jas@extundo.com>
23258
23259         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
23260         Test more.
23261
23262         * tests/test-gc-md2.c, tests/test-md2.c: New files.
23263
23264         * modules/md2, modules/md2-tests: New files.
23265
23266 2005-10-28  Simon Josefsson  <jas@extundo.com>
23267
23268         * m4/inet_ntop.m4: More tests.
23269
23270         * m4/gc-md2.m4, md2.m4: New file.
23271
23272 2005-10-28  Simon Josefsson  <jas@extundo.com>
23273
23274         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
23275         "restrict" keywords, as per POSIX.  Protect the function
23276         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
23277         Don't use K&R prototypes.  Check the sprintf return values.
23278         Re-define EAFNOSUPPORT if not present.  Indent.
23279
23280         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
23281         suggested by Bruno Haible <bruno@clisp.org>.
23282
23283         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
23284
23285         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
23286
23287         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
23288         libgcrypt).
23289
23290         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
23291
23292         * lib/md2.h, lib/md2.c: New files.
23293
23294 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
23295
23296         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
23297         errno alone.  Problem reported by Frederic Jolliton.
23298
23299 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23300
23301         * modules/verify (License): Change from GPL to LGPL.  This is a
23302         tiny module and there are apparently near-equivalents that are
23303         under the BSD license.
23304
23305 2005-10-24  Simon Josefsson  <jas@extundo.com>
23306
23307         * modules/sha1: Relicense to LGPL.
23308
23309 2005-10-24  Simon Josefsson  <jas@extundo.com>
23310
23311         * lib/md4.h: Shrink buffer size, now that we changed the type.
23312
23313 2005-10-23  Simon Josefsson  <jas@extundo.com>
23314
23315         * gnulib-tool (func_import): Fix --tests-base.
23316
23317 2005-10-22  Simon Josefsson  <jas@extundo.com>
23318
23319         * modules/arcfour (Depends-on): Need stdint.
23320
23321 2005-10-22  Simon Josefsson  <jas@extundo.com>
23322
23323         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
23324         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
23325
23326 2005-10-22  Simon Josefsson  <jas@extundo.com>
23327
23328         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
23329         suggested by Bruno Haible <bruno@clisp.org>.
23330
23331 2005-10-22  Simon Josefsson  <jas@extundo.com>
23332
23333         * lib/crc.h: Include stddef.h, for size_t.
23334
23335 2005-10-22  Simon Josefsson  <jas@extundo.com>
23336
23337         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
23338         arcfour_context struct (simplify test vector testing in GNU
23339         Shishi).
23340
23341 2005-10-21  Simon Josefsson  <jas@extundo.com>
23342
23343         * modules/des, modules/des-tests: New files.
23344
23345         * modules/gc-des, modules/gc-des-tests: New files.
23346
23347         * tests/test-des.c, tests/test-gc-des.c: New file.
23348
23349 2005-10-21  Simon Josefsson  <jas@extundo.com>
23350
23351         * modules/arctwo, modules/arctwo-tests: New files.
23352
23353         * tests/test-arctwo.c: New file.
23354
23355         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
23356
23357         * tests/test-gc-arctwo.c: New file.
23358
23359 2005-10-21  Simon Josefsson  <jas@extundo.com>
23360
23361         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
23362         Bruno Haible <bruno@clisp.org>.
23363
23364         * m4/gc-des.m4: New file.
23365
23366 2005-10-21  Simon Josefsson  <jas@extundo.com>
23367
23368         * m4/arctwo.m4: New file.
23369
23370         * m4/gc-arctwo.m4: New file.
23371
23372 2005-10-21  Simon Josefsson  <jas@extundo.com>
23373
23374         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
23375         block.
23376
23377 2005-10-21  Simon Josefsson  <jas@extundo.com>
23378
23379         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
23380         <bruno@clisp.org>.
23381
23382         * lib/hmac-sha1.c (hmac_sha1): Likewise.
23383
23384         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
23385         Bruno Haible <bruno@clisp.org>.
23386
23387         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
23388         <bruno@clisp.org>.
23389
23390 2005-10-21  Simon Josefsson  <jas@extundo.com>
23391
23392         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
23393
23394 2005-10-21  Simon Josefsson  <jas@extundo.com>
23395
23396         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
23397
23398 2005-10-21  Simon Josefsson  <jas@extundo.com>
23399
23400         * lib/des.h, lib/des.c: New files.
23401
23402         * lib/gc-gnulib.c: Support DES.c
23403
23404 2005-10-21  Simon Josefsson  <jas@extundo.com>
23405
23406         * lib/arctwo.h, lib/arctwo.c: New files.
23407
23408         * lib/gc-gnulib.c: Support ARCTWO.
23409
23410 2005-10-21  Simon Josefsson  <jas@extundo.com>
23411
23412         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
23413         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23414
23415 2005-10-21  Simon Josefsson  <jas@extundo.com>
23416
23417         * gnulib-tool (func_import, func_create_testdir): Define automake
23418         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
23419         Makefile.am snippet),
23420         suggested by Bruno Haible <bruno@clisp.org>.
23421
23422         * modules/gc (Makefile.am): Use it.
23423
23424 2005-10-21  Bruno Haible  <bruno@clisp.org>
23425
23426         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
23427         patch.
23428
23429 2005-10-19  Simon Josefsson  <jas@extundo.com>
23430
23431         * tests/test-gc-rijndael.c: New file.
23432
23433         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
23434
23435 2005-10-19  Simon Josefsson  <jas@extundo.com>
23436
23437         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
23438         interface too.
23439
23440 2005-10-19  Simon Josefsson  <jas@extundo.com>
23441
23442         * tests/test-gc-arcfour.c: New file.
23443
23444         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
23445
23446 2005-10-19  Simon Josefsson  <jas@extundo.com>
23447
23448         * modules/gc-md4, modules/gc-md4-tests: New file.
23449
23450         * tests/test-gc-md4.c: New file.
23451
23452 2005-10-19  Simon Josefsson  <jas@extundo.com>
23453
23454         * m4/gc-md4.m4: New file.
23455
23456 2005-10-19  Simon Josefsson  <jas@extundo.com>
23457
23458         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
23459         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
23460         <kasal@ucw.cz>.
23461
23462 2005-10-19  Simon Josefsson  <jas@extundo.com>
23463
23464         * m4/gc-arcfour.m4: New file.
23465
23466         * m4/gc-rijndael.m4: New file.
23467
23468 2005-10-19  Simon Josefsson  <jas@extundo.com>
23469
23470         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
23471
23472 2005-10-19  Simon Josefsson  <jas@extundo.com>
23473
23474         * lib/gc-gnulib.c: Support ARCFOUR.
23475
23476 2005-10-19  Simon Josefsson  <jas@extundo.com>
23477
23478         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
23479         support.
23480
23481         * lib/gc.h: Add ECB enum type.
23482
23483         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
23484
23485 2005-10-18  Simon Josefsson  <jas@extundo.com>
23486
23487         * tests/test-md5.c: New file.
23488
23489         * modules/md5-tests: New file.
23490
23491 2005-10-18  Simon Josefsson  <jas@extundo.com>
23492
23493         * tests/test-md4.c: New file.
23494
23495         * modules/md4, modules/md4-tests: New files.
23496
23497 2005-10-18  Simon Josefsson  <jas@extundo.com>
23498
23499         * m4/md4.m4: New file.
23500
23501 2005-10-18  Simon Josefsson  <jas@extundo.com>
23502
23503         * lib/md4.h, lib/md4.c: New files, based on md5.?.
23504
23505 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
23506
23507         * gnulib-tool (func_create_testdir): Omit the second check whether
23508         BUILT_SOURCES in nonempty.
23509
23510 2005-10-17  Simon Josefsson  <jas@extundo.com>
23511
23512         * tests/test-rijndael.c: New file.
23513
23514 2005-10-17  Simon Josefsson  <jas@extundo.com>
23515
23516         * modules/sha1: Depend on stdint instead of md5.
23517
23518         * modules/md5: Depend on stdint, remove uint32_t.
23519
23520 2005-10-17  Simon Josefsson  <jas@extundo.com>
23521
23522         * modules/gc-sha1-tests: New file.
23523
23524         * tests/test-gc-sha1.c: New file.
23525
23526 2005-10-17  Simon Josefsson  <jas@extundo.com>
23527
23528         * m4/md5.m4: Remove call to uint32_t.m4.
23529
23530 2005-10-17  Simon Josefsson  <jas@extundo.com>
23531
23532         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
23533
23534         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
23535         md5.h.
23536
23537         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
23538
23539         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
23540
23541 2005-10-17  Simon Josefsson  <jas@extundo.com>
23542
23543         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
23544
23545 2005-10-17  Simon Josefsson  <jas@extundo.com>
23546
23547         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
23548
23549 2005-10-17  Simon Josefsson  <jas@extundo.com>
23550
23551         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
23552
23553         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
23554
23555 2005-10-17  Bruno Haible  <bruno@clisp.org>
23556
23557         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
23558         that it can also be used in a test.
23559
23560 2005-10-16  Bruno Haible  <bruno@clisp.org>
23561
23562         * gnulib-tool (func_emit_tests_Makefile_am): Also define
23563         TESTS_ENVIRONMENT, so that individual tests can augment it.
23564
23565         * gnulib-tool (func_create_testdir): Use an intermediate target for
23566         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
23567         macros, like $(ALLOCA_H), which cannot be passed through the command
23568         line.
23569
23570 2005-10-15  Simon Josefsson  <jas@extundo.com>
23571
23572         * modules/rijndael-tests: New file.
23573
23574         * modules/rijndael: New file.
23575
23576 2005-10-15  Simon Josefsson  <jas@extundo.com>
23577
23578         * m4/rijndael.m4: New file.
23579
23580 2005-10-15  Simon Josefsson  <jas@extundo.com>
23581
23582         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
23583
23584         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
23585
23586 2005-10-14  Simon Josefsson  <jas@extundo.com>
23587
23588         * tests/test-arcfour.c: New file.
23589
23590         * modules/arcfour, modules/arcfour-tests: New files.
23591
23592 2005-10-14  Simon Josefsson  <jas@extundo.com>
23593
23594         * m4/arcfour.m4: New file.
23595
23596 2005-10-14  Simon Josefsson  <jas@extundo.com>
23597
23598         * lib/arcfour.h, lib/arcfour.c: New files.
23599
23600 2005-10-14  Roland McGrath  <roland@redhat.com>
23601
23602         Import from libc.  [BZ #1331]
23603         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
23604         macro argument.
23605         Reported by Matej Vela <vela@debian.org>.
23606
23607 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23608
23609         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
23610         include <wchar.h>; no longer needed.
23611
23612 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23613
23614         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
23615
23616 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
23617         and  Ulrich Drepper  <drepper@redhat.com>
23618
23619         Import from libc.
23620         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
23621         instead of inline stream orientation test and two separate
23622         function calls.  Pay no attention to USE_IN_LIBIO.
23623
23624 2005-10-13  Simon Josefsson  <jas@extundo.com>
23625
23626         * modules/gc-hmac-md5-tests: New file.
23627
23628         * tests/test-gc-hmac-sha1.c: New file.
23629
23630         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
23631
23632         * modules/gc-hmac-md5-tests: New file.
23633
23634         * tests/test-gc-md5.c: New file.
23635
23636         * modules/gc-md5-tests: New file.
23637
23638 2005-10-13  Simon Josefsson  <jas@extundo.com>
23639
23640         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
23641         Move memory allocation outside of loop.
23642
23643 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
23644
23645         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
23646         intermediate directory is in a read-only file system.  Problem
23647         reported by Eric Blake.
23648
23649 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
23650
23651         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
23652
23653 2005-10-12  Simon Josefsson  <jas@extundo.com>
23654
23655         * tests/test-hmac-sha1.c: New file.
23656
23657         * modules/hmac-sha1-tests: New file.
23658
23659         * modules/hmac-sha1: New file.
23660
23661 2005-10-12  Simon Josefsson  <jas@extundo.com>
23662
23663         * modules/gc-sha1: New file.
23664
23665 2005-10-12  Simon Josefsson  <jas@extundo.com>
23666
23667         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
23668
23669         * tests/test-gc-pbkdf2-sha1.c: New file.
23670
23671 2005-10-12  Simon Josefsson  <jas@extundo.com>
23672
23673         * modules/gc-md5, modules/gc-hmac-md5: New files.
23674
23675         * modules/gc (Files): Remove md5, memxor and hmac files.
23676
23677 2005-10-12  Simon Josefsson  <jas@extundo.com>
23678
23679         * m4/gc-pbkdf2-sha1.m4: New file.
23680
23681         * m4/gc-hmac-sha1.m4: New file.
23682
23683         * m4/gc-sha1: New file.
23684
23685         * m4/hmac-sha1.m4: New file.
23686
23687 2005-10-12  Simon Josefsson  <jas@extundo.com>
23688
23689         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
23690
23691         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
23692
23693 2005-10-12  Simon Josefsson  <jas@extundo.com>
23694
23695         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
23696         suggested by Bruno Haible <bruno@clisp.org>.
23697
23698 2005-10-12  Simon Josefsson  <jas@extundo.com>
23699
23700         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
23701
23702 2005-10-12  Simon Josefsson  <jas@extundo.com>
23703
23704         * lib/gc-pbkdf2-sha1.c: New file.
23705
23706         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
23707
23708 2005-10-12  Simon Josefsson  <jas@extundo.com>
23709
23710         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
23711
23712         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
23713
23714 2005-10-12  Simon Josefsson  <jas@extundo.com>
23715
23716         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
23717         GC_USE_HMAC_MD5, respectively.
23718
23719         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
23720         (gc_md5): Fix typo.
23721
23722         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
23723
23724         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
23725
23726         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
23727
23728 2005-10-12  Bruno Haible  <bruno@clisp.org>
23729
23730         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
23731         Reported by Stepan Kasal <kasal@ucw.cz>.
23732
23733 2005-10-11  Simon Josefsson  <jas@extundo.com>
23734
23735         * tests/test-crc.c: New file.
23736
23737         * modules/crc, modules/crc-tests: New files.
23738
23739 2005-10-11  Simon Josefsson  <jas@extundo.com>
23740
23741         * m4/crc.m4: New file.
23742
23743 2005-10-11  Simon Josefsson  <jas@extundo.com>
23744
23745         * lib/gc.h: Add gc_hash and gc_hash_buffer.
23746
23747         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
23748
23749         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
23750
23751 2005-10-11  Simon Josefsson  <jas@extundo.com>
23752
23753         * lib/crc.h, lib/crc.c: New files.
23754
23755         * lib/gc.h (gc_hash_buffer): Add doc.
23756
23757 2005-10-11  Bruno Haible  <bruno@clisp.org>
23758
23759         * modules/c-strcasestr: New file.
23760         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
23761
23762 2005-10-11  Bruno Haible  <bruno@clisp.org>
23763
23764         * modules/c-strcase: New file.
23765         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
23766
23767 2005-10-11  Bruno Haible  <bruno@clisp.org>
23768
23769         * lib/strcasecmp.c: Include limits.h.
23770         (strcasecmp): Avoid integer overflow on exotic platforms.
23771         * lib/strncasecmp.c: Include limits.h.
23772         (strncasecmp): Avoid integer overflow on exotic platforms.
23773         Reported by Paul Eggert.
23774
23775 2005-10-11  Bruno Haible  <bruno@clisp.org>
23776
23777         * lib/c-strcasestr.h: New file, from GNU gettext.
23778         * lib/c-strcasestr.c: New file, from GNU gettext.
23779
23780 2005-10-11  Bruno Haible  <bruno@clisp.org>
23781
23782         * lib/c-strcase.h: New file, from GNU gettext.
23783         * lib/c-strcasecmp.c: New file, from GNU gettext.
23784         * lib/c-strncasecmp.c: New file, from GNU gettext.
23785
23786 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23787
23788         * modules/mempcpy (License): GPL -> LGPL.
23789         * modules/strchrnul (License): Likewise.
23790         * modules/sysexits (License): Likewise.
23791
23792 2005-10-08  Simon Josefsson  <jas@extundo.com>
23793
23794         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
23795
23796 2005-10-07  Simon Josefsson  <jas@extundo.com>
23797
23798         * m4/memxor.m4: Remove gl_C_RESTRICT call.
23799
23800 2005-10-06  Simon Josefsson  <jas@extundo.com>
23801
23802         * tests/test-hmac-md5.c: New file.
23803
23804         * modules/hmac-md5-tests: New file.
23805
23806         * modules/hmac-md5: New file.
23807
23808 2005-10-06  Simon Josefsson  <jas@extundo.com>
23809
23810         * m4/hmac-md5.m4: New file.
23811
23812         * m4/memxor.m4: Require gl_C_RESTRICT.
23813
23814 2005-10-06  Simon Josefsson  <jas@extundo.com>
23815
23816         * lib/memxor.c (memxor): Avoid casts and warnings.
23817
23818 2005-10-06  Simon Josefsson  <jas@extundo.com>
23819
23820         * lib/hmac-md5.c: New file.
23821
23822         * lib/hmac.h: New file.
23823
23824 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23825
23826         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
23827         promotes to int, not unsigned int, to catch the AIX 5.3
23828         compiler bug.
23829
23830 2005-10-05  Simon Josefsson  <jas@extundo.com>
23831
23832         * modules/memxor: New file.
23833
23834         * modules/iconv (Files): Move config.rpath to havelib, it is used
23835         there.
23836
23837         * modules/havelib (Files): Add config.rpath.
23838
23839 2005-10-05  Simon Josefsson  <jas@extundo.com>
23840
23841         * m4/memxor.m4: New file.
23842
23843 2005-10-05  Simon Josefsson  <jas@extundo.com>
23844
23845         * lib/memxor.c (memxor): Fix compiler error.
23846
23847         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
23848         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
23849
23850         * lib/memxor.h, lib/memxor.c: New files.
23851
23852         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
23853         we assume all systems have it, suggested by Jim Meyering
23854         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
23855         any systems lack sys/socket.h; mingw32 is known to lack it, but we
23856         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
23857         same reasons.
23858
23859 2005-10-05  Simon Josefsson  <jas@extundo.com>
23860
23861         * config/srclist.txt: Add glibc bug 1423 for md5.h.
23862
23863 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23864
23865         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
23866         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
23867         needed, since the source code now assumes these .h files.
23868
23869 2005-10-05  Derek Price  <derek@ximbiot.com>
23870
23871         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
23872
23873 2005-10-05  Bruno Haible  <bruno@clisp.org>
23874
23875         * modules/stdint (License): Change to LGPL.
23876
23877 2005-10-04  Simon Josefsson  <jas@extundo.com>
23878
23879         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
23880         D. Baushke" <mdb@gnu.org>.
23881
23882 2005-10-04  Bruno Haible  <bruno@clisp.org>
23883
23884         * lib/verify.h (verify_true): Provide alternative definition for C++.
23885
23886 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
23887
23888         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
23889         (SSIZE_MAX): New macro, if not already defined.
23890         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
23891         than 2 GiB.
23892
23893 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23894
23895         Sync from coreutils.
23896         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
23897         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
23898         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
23899         ULLONG_MAX doesn't work with 2.7.2.1.
23900
23901 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23902
23903         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
23904         From Ben Pfaff.
23905
23906         * modules/exclude (Depends-on): Depend on verify.
23907         * modules/strtoimax (Depends-on): Likewise.
23908         * modules/utimecmp (Depends-on): Likewise.
23909
23910 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23911
23912         * lib/exclude.c: Include verify.h.
23913         (verify): Remove.  All callers changed to use verify.h's version.
23914         * lib/strtoimax.c: Likewise.
23915         * lib/utimecmp.c: Likewis.e
23916
23917         Sync from coreutils.
23918         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
23919         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
23920         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
23921         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
23922         bother returning ENOSYS if settimeofday or stime fails; just let
23923         them return whatever errno they want to return.
23924         * lib/utimens.c: Include unistd.h, for dup2.
23925         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
23926         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
23927
23928 2005-10-02  Jim Meyering  <jim@meyering.net>
23929
23930         Sync from coreutils.
23931         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
23932         from glibc-2.2.5 that fails for read-only files.
23933
23934 2005-10-02  Jim Meyering  <jim@meyering.net>
23935
23936         Sync from coreutils.
23937         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
23938         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
23939         `#if HAVE_CONFIG_H'.
23940         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
23941         Remove AT_FDCWD test.
23942         Do not consume the fd unless successful.
23943         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
23944         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
23945         block, so that we don't even try to compile it if settimeofday is
23946         available.  This works around a compilation failure on OSF1 V5.1,
23947         due to stime requiring a `long int*' while tv_sec is `int'.
23948
23949 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
23950
23951         Sync from coreutils.
23952         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
23953         against `yes', rather than just testing for nonempty.
23954
23955 2005-10-01  Simon Josefsson  <jas@extundo.com>
23956
23957         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
23958         and Darwin.
23959
23960         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
23961         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
23962         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
23963         freeaddrinfo and gai_strerror are declared by the POSIX headers.
23964         Check if struct addrinfo is declared.
23965
23966 2005-10-01  Simon Josefsson  <jas@extundo.com>
23967
23968         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
23969         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
23970         AI_* and EAI_* definitions.  Protect function declarations.
23971
23972 2005-10-01  Jim Meyering  <jim@meyering.net>
23973
23974         Sync from coreutils.
23975
23976         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
23977         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
23978         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
23979         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23980         in the inet and nsl libraries.  Required on Solaris 5.7.
23981
23982 2005-10-01  Jim Meyering  <jim@meyering.net>
23983
23984         Sync from coreutils.
23985         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23986         in the inet and nsl libraries.  Required on Solaris 5.7.
23987
23988 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
23989
23990         * lib/getdelim.c (getdelim): Remove unused variables.
23991
23992 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23993
23994         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
23995         so that the code works even with ancient cpp.  Portability problem
23996         with GCC 2.7.2.1 reported by Thomas M.Ott.
23997
23998 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23999
24000         * modules/regex (Depends-on): Add strcase.
24001
24002         * modules/gethostname (Licence): Change from GPL to LGPL, since
24003         gethostname.c is a trivial implementation of a standard library
24004         function.
24005         * modules/poll (License): Change from GPL to LGPL, since it's
24006         derived from LGPL code.
24007
24008 2005-09-27  Jim Meyering  <jim@meyering.net>
24009
24010         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
24011         HAVE_CONFIG_H.
24012
24013         * lib/intprops.h (signed_type_or_expr__): Define.
24014         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
24015         for unsigned types.
24016
24017 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24018
24019         * lib/verify.h (verify_expr): Remove, replacing with:
24020         (verify_true): New macro that returns true instead of void.
24021         (verify_type__): Remove.
24022         (verify): Use verify_true rather than verify_type__.
24023
24024 2005-09-26  Bruno Haible  <bruno@clisp.org>
24025
24026         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
24027         is necessary.
24028         (lib_SOURCES): Remove mbchar.c.
24029         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
24030         (Files): Add m4/mbrtowc.m4.
24031         * modules/mbiter: Likewise.
24032         * modules/mbuiter: Likewise.
24033
24034 2005-09-26  Bruno Haible  <bruno@clisp.org>
24035
24036         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
24037         compile mbchar.c if they are not both present.
24038         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
24039         * m4/mbiter.m4 (gl_MBITER): Likewise.
24040         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
24041         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
24042         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
24043
24044 2005-09-25  Jim Meyering  <jim@meyering.net>
24045
24046         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
24047         also uses socklen_t.
24048
24049 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
24050
24051         * lib/utimens.c (ENOSYS): Define if not already defined.
24052         (futimens): Support having a null PATH if the file descriptor
24053         is nonnegative.
24054
24055         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
24056         Remove.
24057         (__attribute): Define to empty unless GCC 3.1 or later.
24058         This works around a core dump on OpenBSD 3.4, which has GCC
24059         2.95.3, which dumps core when given __attribute__(()).  It also
24060         simplifies other tests, since we really don't want to bother with
24061         worrying about which ancient version of GCC supported what.
24062         Original problem reported by Yoann Vandoorselaere, with part of
24063         the fix suggested by Derek Price.
24064
24065 2005-09-24  Jim Meyering  <jim@meyering.net>
24066
24067         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
24068         so we can once again use a positive bitfield width of 1 -- now we
24069         don't have to explain why we were using a bitfield width of 2.
24070
24071 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24072
24073         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
24074         and similarly for the other external symbols.  Problem reported
24075         by James Gallager.
24076
24077         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
24078         bug reported by Jim Meyering.
24079
24080         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
24081         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
24082         not needed, since socklen is a prerequisite module.
24083
24084 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24085
24086         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
24087         Problem reported by Eric Blake.
24088         (getaddrinfo): Initialize se so that it's not garbage.
24089         Redo internal storage allocation so that it doesn't make unportable
24090         assumptions about alignment.
24091         Fix a memory leak.
24092
24093         * lib/utimens.c (futimens): Use futimesat if available.
24094         Prefer it to futimes since it doesn't have the futimes bug.
24095
24096         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
24097         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
24098         Instead, declare a function that returns a pointer to an array,
24099         and use verify_type__ to declare the size of the array.
24100         Problem and germ of a solution reported by Bruno Haible.
24101         (verify_type__): Use 2, not 1, for bitfield size, to avoid
24102         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
24103
24104 2005-09-23  Jim Meyering  <jim@meyering.net>
24105
24106         Sync from coreutils.
24107         Correct build failure (socklen_t not defined) on at least
24108         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
24109         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
24110
24111 2005-09-23  Jim Meyering  <jim@meyering.net>
24112
24113         * modules/getaddrinfo (Depends-on): Add socklen.
24114
24115 2005-09-23  Bruno Haible  <bruno@clisp.org>
24116
24117         * tests/test-verify.c: New file.
24118
24119 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24120
24121         Sync from coreutils.
24122
24123         * modules/argmatch (Depends-on): Add verify.
24124         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
24125         unistd-safer.
24126         * modules/save-cwd (Depends-on): Likewise.
24127
24128         * modules/openat (Files): Add lib/openat-die.c.
24129         (Depends-on): Remove error, exitfail.
24130         Add dirname.
24131
24132         * modules/verify: New file.
24133         * MODULES.html.sh (Diagnostics <assert.h>): New section,
24134         with "verify" module.
24135
24136 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24137
24138         Sync from coreutils.
24139
24140         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
24141         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
24142         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
24143         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
24144         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
24145         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
24146         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
24147         Don't bother checking for string.h, stdlib.h, unistd.h.
24148         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
24149         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
24150         module's job.
24151         * m4/jm-macros.m4 (gl_MACROS): Likewise.
24152         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
24153
24154         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
24155         (gl_GETDATE): Use it.
24156
24157         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
24158
24159 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24160
24161         Sync from coreutils.
24162
24163         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
24164         stat-time.h.
24165         * lib/argmatch.h: Include verify.h
24166         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
24167         (ARGMATCH_ASSERT): Remove; unused.
24168         * lib/canonicalize.c: Assume STDC_HEADERS.
24169         * lib/exclude.c: Include "strcase.h".
24170         * lib/regex_internal.h [!defined _LIBC]: Likewise.
24171         * lib/getusershell.c: Include stdio--.h rather than stdio.h
24172         and stdio-safer.h.
24173         (getusershell): Call fopen, not fopen_safer.
24174         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
24175         Do not include unistd-safer.h.
24176         (save_cwd): Don't call fd_safer; no longer needed
24177         now that we include fcntl--.h.
24178
24179         * lib/getdate.y (relative_time): New type.
24180         (RELATIVE_TIME_0): New constant.
24181         (parser_control): Use relative_time instead of doing it ourselves.
24182         (%union): Add new relative_time rel member.
24183         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
24184         Now typeless.
24185         (relunit, relunit_snumber): Now of type rel.
24186         (zone, rel, relunit, get_date): Adjust to above changes.
24187
24188         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
24189         Do not include unistd-safer.h.
24190         (getloadavg): Don't call fd_safer; no longer needed
24191         now that we include fcntl--.h.
24192
24193         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
24194         (make_dir_parents): Treat ENOSYS like EEXIST.
24195
24196         Improve quality of diagnostics on restore_cwd failure.
24197         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
24198         (make_dir_parents): Last arg is now int * (for errno), not bool *.
24199         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
24200         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
24201         each time through the loop.  Do not diagnose restore_cwd failure;
24202         that is the caller's job (and perhaps the caller does not care).
24203
24204         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
24205         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
24206         If the file already exists but is not a directory, don't bother
24207         to try to make its parents.
24208         Close potential file descriptor leak if we can't chdir("/") (!).
24209         Don't always return true if chdir($PWD) fails; return true only
24210         if the requested action was done successfully (except for the
24211         chdir($PWD)).
24212         Don't log final directory unless we actually made it.
24213         Refactor to avoid duplicate code to fix up permissions.
24214         Don't attempt to fix up parent permissions if chdir($PWD) fails.
24215
24216         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
24217         to make it a bit faster and (I hope) clearer.
24218         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
24219         Fix bug in formats like %2N.
24220
24221         * lib/verify.h: New file.
24222
24223 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24224
24225         Sync from coreutils.
24226         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
24227
24228 2005-09-22  Jim Meyering  <jim@meyering.net>
24229
24230         Sync from coreutils.
24231
24232         * m4/lstat.m4 (gl_FUNC_LSTAT):
24233         Use AC_LIBSOURCES to require lstat.c and lstat.h.
24234         Remove obsolete comment.
24235         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
24236         * m4/xstrtod.m4: Likewise.
24237
24238         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
24239
24240 2005-09-22  Jim Meyering  <jim@meyering.net>
24241
24242         Sync from coreutils.
24243
24244         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
24245
24246         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
24247         the .tm_year member, since otherwise gcc-4.0 would now warn about
24248         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
24249
24250         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
24251         order to avoid an unsuppressible warning from gcc on 64-bit systems.
24252
24253         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
24254         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
24255         when run in a time zone for which daylight savings time is in effect
24256         for the starting date.
24257
24258         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
24259         stop us from restricting permissions of just-created absolute-named
24260         directories.
24261         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
24262         to restore initial working directory.
24263         * lib/mkdir-p.c (make_dir_parents): New parameter:
24264         different_working_dir, to tell caller if/when we change the working
24265         directory and are unable to return to the initial one.
24266         * lib/mkdir-p.h (make_dir_parents): Update prototype.
24267         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
24268         `return false'.  This fixes a bug introduced on 2004-07-30.
24269
24270         * lib/openat.c (fdopendir): Be sure to close the supplied
24271         file descriptor before returning.  This makes our replacement
24272         implementation a little closer to Solaris's, where fdopendir
24273         ties the file descriptor to the returned DIR* pointer.
24274         * lib/openat.c (unlinkat): New function.
24275         * lib/openat.h (unlinkat): Add prototype.
24276         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
24277         (openat_restore_fail): Rename from openat_restore_die.
24278         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
24279
24280         Provide an alternative to exiting immediately upon save_cwd or
24281         restore_cwd failure.  Now, an application can arrange e.g.,
24282         to perform a longjump in that case.
24283         * lib/openat.c: Include dirname.h.
24284         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
24285         (rpl_openat, fdopendir, fstatat): Call openat_save_die
24286         and openat_restore_die rather than calling error directly.
24287         Don't include "error.h" or "exitfail.h"; they're no longer needed.
24288
24289         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
24290         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
24291         define.
24292
24293         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
24294         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
24295                             int utc, int nanoseconds);
24296         Background:
24297         date should not have to allocate a megabyte of virtual memory to
24298         handle a format argument like +%1048575T.  When implemented with
24299         strftime, it must allocate such a buffer, use strftime to fill it
24300         in, print it, then free it.
24301         With fprintftime, it simply prints everything and exits.
24302         With no need for memory allocation, that's one fewer way to fail.
24303         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
24304         optional field width, not before, so we accept %9:z, not %:9z.
24305         (my_strftime): Be sure to use L_('x') for literals.
24306
24307         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
24308         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
24309         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
24310         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
24311         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
24312         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
24313         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
24314         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
24315         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
24316         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
24317         * lib/xgethostname.c, lib/xreadlink.c:
24318         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
24319
24320         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
24321         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
24322         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
24323         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
24324         and don't include <sys/file.h>).
24325
24326 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
24327
24328         Sync from coreutils.
24329
24330         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
24331         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
24332         [!LDAV_DONE]: Avoid unused variable warning.
24333
24334 2005-09-21  Bruno Haible  <bruno@clisp.org>
24335
24336         * lib/unicodeio.h (unicode_to_mb): New declaration.
24337
24338 2005-09-20  Derek Price  <derek@ximbiot.com>
24339
24340         * lib/getaddrinfo.c: Don't include <netdb.h> included from
24341         getaddrinfo.h.
24342
24343 2005-09-20  Bruno Haible  <bruno@clisp.org>
24344
24345         * gnulib-tool: Remove trailing slashes from the values specified for
24346         --source-base, --m4-base, --tests-base, --aux-dir.
24347         Suggested by Simon Josefsson <jas@extundo.com>.
24348
24349 2005-09-20  Bruno Haible  <bruno@clisp.org>
24350
24351         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
24352         func_modules_to_filelist, func_import, func_create_testdir): Make all
24353         sorting results locale-independent, so that gnulib-cache.m4 doesn't
24354         change when gnulib-tool is invoked in a different locale.
24355
24356 2005-09-19  Simon Josefsson  <jas@extundo.com>
24357
24358         * m4/socklen.m4: Fix typo.
24359
24360 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24361
24362         Use a consistent style for including <config.h>.
24363         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
24364         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
24365         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
24366         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
24367         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
24368         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
24369         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
24370         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
24371         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
24372         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
24373         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
24374         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
24375         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
24376         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
24377         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
24378         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
24379         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
24380         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
24381         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
24382         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
24383         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
24384         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
24385         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
24386         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
24387         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
24388         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
24389         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
24390         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
24391         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
24392         lib/xstrtoumax.c, lib/yesno.c:
24393         Standardize inclusion of config.h.
24394         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
24395         lib/inttostr.h:  Removed inclusion of config.h from header files.
24396         * lib/inttostr.c:  Adjusted in-tree users.
24397         * lib/timespec.h: Remove superfluous warning to include config.h.
24398         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
24399         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
24400         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
24401         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
24402         config.h with HAVE_CONFIG_H.
24403
24404 2005-09-19  Jim Meyering  <jim@meyering.net>
24405
24406         * modules/pathmax (License): Change to LGPL.
24407
24408 2005-09-19  Derek Price  <derek@ximbiot.com>
24409
24410         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
24411
24412 2005-09-19  Bruno Haible  <bruno@clisp.org>
24413
24414         * gnulib-tool (import): Provide default for --tests-base.
24415
24416 2005-09-19  Bruno Haible  <bruno@clisp.org>
24417
24418         * doc/quote.texi: New file, extracted from gnulib.texi.
24419         * doc/ctime.texi: New file, extracted from gnulib.texi.
24420         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
24421         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
24422         * doc/gnulib.texi: Include them.
24423
24424 2005-09-18  Bruno Haible  <bruno@clisp.org>
24425
24426         Portability fix.
24427         * gnulib-tool (func_readlink): New function.
24428         (func_ln_if_changed): Use it.
24429
24430 2005-09-18  Bruno Haible  <bruno@clisp.org>
24431
24432         * gnulib-tool: Support --with-tests also with --import.
24433         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
24434         (func_import): Use variables $testsbase and $inctests. Emit a
24435         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
24436         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
24437         SUBDIRS += $testsdir.
24438         (func_create_testdir): Update.
24439
24440 2005-09-18  Bruno Haible  <bruno@clisp.org>
24441
24442         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
24443         instead of $dry_run.
24444         (func_cp_if_changed, func_mv_if_changed): Remove functions.
24445         (func_ln_if_changed): Don't handle dry-run here.
24446         (func_import): In dry-run mode, detect more precisely which actions
24447         would be performed, and don't use "...ing" verbs.
24448
24449 2005-09-18  Bruno Haible  <bruno@clisp.org>
24450
24451         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
24452         (func_import): Use join on two temporary files instead of three nested
24453         loops, in order to determine which files are new or old.
24454
24455 2005-09-18  Bruno Haible  <bruno@clisp.org>
24456
24457         * gnulib-tool (func_import): Comment out code that spits out the
24458         new files with --dry-run.
24459
24460 2005-09-18  Bruno Haible  <bruno@clisp.org>
24461
24462         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
24463
24464 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24465
24466         * lib/stat-time.h: New file.
24467         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
24468         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
24469         in a different way.
24470         (timespec_cmp): New function.
24471         * lib/utimecmp.c: Include stat-time.h.
24472         (SYSCALL_RESOLUTION): Depend on whether various struct stat
24473         members exist, not on the obsolescent ST_MTIM_NSEC.
24474         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
24475
24476 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24477
24478         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
24479
24480 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24481
24482         * MODULES.html.sh (File system functions): Add stat-time.
24483         * modules/stat-time: New file.
24484         * modules/timespec (Files): Remove m4/st_mtim.m4; this
24485         is now done in a different way, by the stat-time module.
24486         * modules/utimecmp (Depends-on): Add stat-time.
24487
24488 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24489
24490         * m4/st_mtim.m4: Remove.  Superseded by...
24491         * m4/stat-time.m4: New file.
24492         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
24493         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
24494
24495 2005-09-15  Derek Price  <derek@ximbiot.com>
24496
24497         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
24498
24499 2005-09-15  Derek Price  <derek@ximbiot.com>
24500
24501         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
24502         * lib/regex_internal.c: Ditto, using this...
24503         (__GNUC_PREREQ): ...new macro.
24504         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
24505         using...
24506         (__GNUC_PREREQ): ...this new macro.
24507
24508         * lib/strstr.h: Include string.h. Define strstr as a macro here.
24509
24510 2005-09-15  Derek Price  <derek@ximbiot.com>
24511             Paul Eggert  <eggert@cs.ucla.edu>
24512
24513         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
24514         changes, consolidating in...
24515         * lib/regex_internal.h: ...this file.
24516
24517 2005-09-13  Jim Meyering  <jim@meyering.net>
24518
24519         * lib/canon-host.c: Filter through gnu indent and reword comments
24520         slightly.
24521         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
24522
24523 2005-09-13  Derek Price  <derek@ximbiot.com>
24524
24525         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
24526         failure.
24527         Reported by Jim Meyering  <jim@meyering.net>.
24528
24529 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24530
24531         * lib/base64.c: Typo.
24532         (base64_encode): Put b64str in initialized data section.
24533
24534 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
24535
24536         Merge glibc and coreutils changes into gnulib, plus a few
24537         extra fixes.
24538         * lib/md5.c: Use #error rather than a string.
24539         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
24540         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
24541         (__attribute__): Define to empty for non recent-GCC.
24542         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
24543         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
24544         Renamed from their non-__ counterparts, with new macros replacing
24545         them if not _LIBC.  Add __THROW attribute.
24546         (rol): Remove.
24547         (struct md5_ctx): Align buffer if using GCC.
24548         * lib/sha1.h (struct sha1_ctx): Likewise.
24549         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
24550         The old name was backwards.
24551         (NOTSWAP): Remove; not used.
24552         (rol): New macro, moved here from md5.h.
24553         (sha1_process_block): Remove a FIXME that doesn't make sense.
24554
24555 2005-09-12  Derek Price  <derek@ximbiot.com>
24556
24557         Return usable errors from canon-host.
24558         * lib/canon-host.h: New file.
24559         * lib/canon-host.c (canon_host): Wrap...
24560         (canon_host_r): ...this new function, which now relies exclusively on
24561         getaddrinfo.
24562         (ch_strerror): New function.
24563         (last_cherror): New global.
24564         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
24565         interface.
24566         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
24567         void *.
24568         (freeaddrinfo): Free ai->ai_canonname when set.
24569
24570 2005-09-12  Derek Price  <derek@ximbiot.com>
24571
24572         Make canon-host require getaddrinfo.
24573         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
24574         AC_LIBSOURCE canon-host.h.  Call...
24575         (gl_PREREQ_CANON_HOST): ...this new function, which requires
24576         gl_GETADDRINFO.
24577         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
24578
24579 2005-09-12  Derek Price  <derek@ximbiot.com>
24580
24581         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
24582         LGPL.
24583         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
24584
24585 2005-09-12  Derek Price  <derek@ximbiot.com>
24586
24587         * lib/gai_strerror.c: Include config.h when available.  Include
24588         getaddrinfo.h before other headers to test interface.
24589         Reported by Larry Jones <lawrence.jones@ugs.com>.
24590
24591 2005-09-12  Derek Price  <derek@ximbiot.com>
24592             Paul Eggert  <eggert@cs.ucla.edu>
24593
24594         * modules/glob (Files): Add glob-libc.h.
24595
24596 2005-09-12  Derek Price  <derek@ximbiot.com>
24597             Paul Eggert  <eggert@cs.ucla.edu>
24598
24599         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
24600         glob_.h, glob-libc.h.
24601         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
24602
24603 2005-09-12  Derek Price  <derek@ximbiot.com>
24604             Paul Eggert  <eggert@cs.ucla.edu>
24605
24606         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
24607         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
24608         protecting things that should be done only in gnulib contexts.
24609         * lib/glob_.h: New file, containing only the glob things needed for
24610         gnulib.
24611         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
24612         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
24613         (glob, globfree, glob_pattern_p): Now defined simply in terms of
24614         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
24615         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
24616         and to respect the namespace rules better.
24617
24618 2005-09-08  Simon Josefsson  <jas@extundo.com>
24619
24620         * modules/socklen: New file.
24621
24622 2005-09-08  Simon Josefsson  <jas@extundo.com>
24623
24624         * m4/socklen.m4: New file.
24625
24626 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24627
24628         * modules/utimens (Files): Add m4/utimbuf.m4, since
24629         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
24630         Reported by Sergey Poznyakoff.
24631
24632 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24633
24634         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
24635         definitions, since that's the preferred style in glibc.
24636         Fix a minor spacing issue, and update copyright notice to match
24637         glibc's.
24638
24639 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24640
24641         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
24642
24643 2005-09-06  Simon Josefsson  <jas@extundo.com>
24644
24645         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
24646         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
24647
24648 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24649
24650         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
24651         warning.
24652
24653 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24654
24655         * config/srclist.txt: Add glibc bug 1302.
24656
24657 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
24658
24659         Change bitset word type from unsigned int to unsigned long int,
24660         as this has better performance on typical 64-bit hosts.
24661         Port bitset code to hosts with unusual word sizes.
24662         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
24663         (build_collating_symbol):
24664         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
24665         argument is a bitset.  This is merely a style issue, but it makes
24666         it clearer that an entire array is expected.
24667         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
24668         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
24669         Port to the case where bitset_word is not the same as unsigned int.
24670         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
24671         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
24672         Likewise.
24673         * lib/regexec.c (check_dst_limits_calc_pos_1,
24674         check_subexp_matching_top):
24675         (build_trtable, group_nodes_into_DFAstates):
24676         Likewise.
24677         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
24678         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
24679         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
24680         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
24681         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
24682         * lib/regcomp.c (optimize_subexps, lower_subexp):
24683         Work even if bitset_word has holes in its bitwise representation.
24684         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
24685         * lib/regexec.c (check_dst_limits_calc_pos_1,
24686         check_subexp_matching_top):
24687         Likewise.
24688         * lib/regex_internal.c (re_string_reconstruct):
24689         Don't assume UCHAR_MAX == 255.
24690         * lib/regex_internal.h (bitset_set_all): Likewise.
24691         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
24692         All uses changed.
24693         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
24694         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
24695         All uses changed.
24696         (BITSET_WORD_MAX): New macro.
24697         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
24698         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
24699         (bitset_empty, bitset_copy):
24700         Prefer sizeof (bitset) to multiplying it out ourselves.
24701         (bitset_not_merge): Remove; unused.
24702         (bitset_contain): Return bool, not unsigned int with one bit on.
24703         All callers changed.
24704         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
24705         alignment than re_node_set; do this by defining a new internal
24706         type struct dests_alloc and using it to allocate memory.
24707
24708 2005-09-05  Bruno Haible  <bruno@clisp.org>
24709
24710         * gnulib-tool (func_import): Fix comparison in handling of symbolic
24711         links.
24712
24713 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
24714
24715         * modules/size_max (Makefile.am): Add size_max.h
24716
24717 2005-09-04  Derek Price  <derek@ximbiot.com>
24718
24719         * gnulib-tool (func_import): Fix reversed $symbolic logic.
24720
24721 2005-09-03  Simon Josefsson  <jas@extundo.com>
24722
24723         * gnulib-tool: Fix typo.
24724
24725 2005-09-03  Simon Josefsson  <jas@extundo.com>
24726
24727         * config/srclist.txt: Add glibc bug 1293.
24728
24729 2005-09-03  Derek Price  <derek@ximbiot.com>
24730
24731         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
24732         From Larry Jones <lawrence.jones@ugs.com>.
24733
24734 2005-09-02  Simon Josefsson  <jas@extundo.com>
24735
24736         * modules/socklen: New file.
24737
24738 2005-09-02  Simon Josefsson  <jas@extundo.com>
24739
24740         * modules/havelib: New module.
24741
24742         * modules/gettext, modules/iconv, modules/lock, modules/readline:
24743         Use havelib.
24744
24745 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24746
24747         Check for arithmetic overflow when calculating sizes, to prevent
24748         some buffer-overflow issues.  These patches are conservative, in the
24749         sense that when I couldn't determine whether an overflow was possible,
24750         I inserted a run-time check.
24751         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
24752         macros.
24753         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
24754         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
24755         (re_xnrealloc, re_x2nrealloc): New inline functions.
24756         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
24757         parse_bracket_exp):
24758         (build_equiv_class, build_charclass): Check for arithmetic overflow
24759         in size expression calculations.
24760         * lib/regex_internal.c (re_string_realloc_buffers):
24761         (build_wcs_upper_buffer, re_node_set_add_intersect):
24762         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
24763         (re_dfa_add_node, register_state): Likewise.
24764         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
24765         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
24766         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
24767         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
24768
24769 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24770
24771         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24772         m4/ulonglong.m4.  Problem reported by Martin Lambers.
24773
24774 2005-09-02  Bruno Haible  <bruno@clisp.org>
24775
24776         Support for lib vs. lib64 distinction on biarch platforms.
24777         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
24778         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
24779         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
24780
24781 2005-09-02  Bruno Haible  <bruno@clisp.org>
24782
24783         * gnulib-tool (import): In the other first-use case, provide defaults
24784         as well.
24785
24786 2005-09-02  Bruno Haible  <bruno@clisp.org>
24787
24788         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
24789         patches not yet found in the latest gettext release.
24790
24791 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24792
24793         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
24794         to avoid a collision with bits/local_lim.h in glibc.
24795         All uses changed.  Problem reported by Dmitry V. Levin in
24796         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
24797
24798         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
24799         bugs in int versus size_t comparisons.
24800         (re_string_context_at): Fix bug where the code assumed that
24801         Idx is signed.
24802
24803         Use bool where appropriate.
24804         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
24805         All callers changed.
24806         (calc_eclosure_iter): Likewise, for ROOT arg.
24807         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
24808         (build_charclass_op): Likewise, for NON_MATCH arg.
24809         * lib/regex_internal.c (re_string_allocate, re_string_construct):
24810         (re_string_construct_common): Likewise, for ICASE arg.
24811         * lib/regexec.c (re_search_2_stub, re_search_stub):
24812         Likewise, for RET_LEN arg.
24813         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
24814         (set_regs): Likewise, for FL_BACKTRACK arg.
24815         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
24816         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
24817         (calc_eclosure_iter, parse_bracket_exp):
24818         Use bool for internal variables that are booleans.
24819         * lib/regexec.c (re_search_internal, check_matching,
24820         proceed_next_node):
24821         (set_regs, build_sifted_states, sift_states_bkref):
24822         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
24823         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
24824         (find_collation_sequence_value):
24825         Likewise.
24826         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
24827         (re_node_set_compare):
24828         Return bool, not int. All callers changed.
24829         * lib/regexec.c (check_halt_node_context, check_dst_limits):
24830         (build_trtable, check_node_accept): Likewise.
24831         * lib/regex_internal.h: Include stdbool.h.
24832
24833         Fix bugs uncovered when converting to bool.
24834         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
24835         failure instead of charging ahead blindly.
24836         * lib/regex_internal.c (register_state): Likewise.
24837         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
24838         for freeing internal storage.
24839         (group_nodes_into_DFA_states): Use unsigned int, not int, for
24840         bitset pieces used as boolean, to avoid undefined behavior
24841         on hosts that do int overflow checking.
24842
24843 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24844
24845         * config/srclist.txt: Add glibc bugs 1285-1287.
24846
24847 2005-09-01  Jim Meyering  <jim@meyering.net>
24848
24849         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
24850         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
24851         Require gl_STAT_MACROS, too.
24852
24853 2005-09-01  Bruno Haible  <bruno@clisp.org>
24854
24855         * gnulib-tool (import): In the first-use case, provide defaults.
24856
24857 2005-09-01  Bruno Haible  <bruno@clisp.org>
24858
24859         * gnulib-tool (func_import): Remove the .tmp files.
24860
24861 2005-09-01  Bruno Haible  <bruno@clisp.org>
24862
24863         * gnulib-tool (func_import): Fix handling of symbolic links.
24864
24865 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24866
24867         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
24868         old glibc regex code mishandles strings longer than 2**31 bytes.
24869         This patch fixes this when the regex code is used in gnulib
24870         (i.e., outside glibc).
24871
24872         This patch should not affect the use of the regex code inside
24873         glibc.  No doubt this problem also needs to be handled for glibc
24874         as well, but the result will be an incompatible change to the
24875         glibc ABI, and the old ABI will have to be supported too.  That
24876         can be the the subject for another patch.
24877
24878         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
24879         governing whether the rest of this patch is active.  By default,
24880         the macro is disabled and the patch has no effect.
24881         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
24882         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
24883         (struct re_pattern_buffer, re_search, re_search_2, re_match):
24884         (re_match_2, re_set_registers): Use the new types.
24885         * lib/regex_internal.h (Idx, re_hashval_t): New types.
24886         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
24887         New macros.
24888         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
24889         (re_string_context_at, bin_tree_t, re_dfastate_t):
24890         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
24891         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
24892         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
24893         (re_string_char_size_at, re_string_wchar_at):
24894         (re_string_elem_size_at):
24895         Use the new types and macros to port to 64-bit hosts.
24896         Use unsigned types for internal values, so that the code
24897         mostly works even for arrays larger than SSIZE_MAX.
24898         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
24899         (search_duplicated_node, calc_eclosure_iter, fetch_number):
24900         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
24901         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
24902         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
24903         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
24904         (calc_inveclosure, parse_dup_op, build_range_exp):
24905         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
24906         (fetch_number, create_token_tree, mark_opt_subexp):
24907         Likewise.
24908         * lib/regex_internal.c (re_string_construct_common,
24909         create_ci_newstate):
24910         (create_cd_newstate, re_string_allocate, re_string_construct):
24911         (re_string_realloc_buffers, build_wcs_upper_buffer):
24912         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
24913         (re_string_reconstruct, re_string_peek_byte_case):
24914         (re_string_fetch_byte_case, re_string_context_at):
24915         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
24916         (re_node_set_init_copy, re_node_set_add_intersect):
24917         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24918         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24919         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
24920         (re_acquire_state, re_acquire_state_context, register_state):
24921         Likewise.
24922         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
24923         search_cur_bkref_entry):
24924         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
24925         (re_search_internal, re_search_2_stub, re_search_stub)
24926         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
24927         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
24928         (update_cur_sifted_state, check_dst_limits):
24929         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
24930         (check_subexp_limits, sift_states_bkref, merge_state_array):
24931         (check_subexp_matching_top, get_subexp, get_subexp_sub):
24932         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
24933         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
24934         (expand_bkref_cache, check_node_accept_bytes):
24935         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
24936         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
24937         (acquire_init_state_context, check_halt_node_context):
24938         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
24939         (sift_states_backward, clean_state_log_if_needed):
24940         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
24941         (find_recover_state, transit_state_sb, transit_state_mb):
24942         (transit_state_bkref, build_trtable, match_ctx_clean):
24943         Likewise.
24944         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
24945         to work around an assumption that REG_MISSING is negative.
24946
24947         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
24948         (seek_collating_symbol_entry) [defined _LIBC]:
24949         (lookup_collation_sequence_value) [defined _LIBC]:
24950         (build_range_exp, build_collating_symbol) [defined _LIBC]:
24951         Use prototypes rather than old-style function definitions.
24952         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
24953         (transit_state_sb) [0]:
24954         (find_collation_sequence_value) [defined _LIBC]: Likewise.
24955
24956         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
24957         rm_eo.
24958
24959         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
24960         (optimize_subexps, lower_subexp):
24961         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
24962         since the signed shift might overflow.  Use 1u<<31 instead.
24963         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
24964         Likewise.
24965         * lib/regexec.c (check_dst_limits_calc_pos_1,
24966         check_subexp_matching_top): Likewise.
24967
24968         * lib/regcomp.c (optimize_subexps, lower_subexp):
24969         Use CHAR_BIT rather than 8, for clarity.
24970         * lib/regexec.c (check_dst_limits_calc_pos_1):
24971         (check_subexp_matching_top): Likewise.
24972         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
24973         have to worry about portability issues when shifting it left.
24974         Remove no-longer-needed test for table_size > 0.
24975         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
24976         in a word, as the resulting behavior is undefined.
24977         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
24978         in one case, a <= should have been an <, and in another case the
24979         whole test was missing.
24980         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
24981         the standard name CHAR_BIT.
24982         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
24983         this is not true on one's complement and signed-magnitude hosts.
24984
24985         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
24986         next_last_offset.
24987         (struct re_dfa_t): Remove unused member states_alloc.
24988         * lib/regcomp.c (init_dfa): Don't initialize unused members.
24989
24990 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24991
24992         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
24993         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
24994         and large-file glibc and in 32-bit large-file Solaris.
24995
24996 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24997
24998         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
24999         lengths fit in regoff_t; this isn't true if regoff_t is the same
25000         width as size_t.
25001         * lib/regex.c (re_search_internal): 5th arg is LAST_START
25002         (= START + RANGE) instead of RANGE.  This avoids overflow
25003         problems when regoff_t is the same width as size_t.
25004         All callers changed.
25005         (re_search_2_stub): Check for overflow when adding the
25006         sizes of the two strings.
25007         (re_search_stub): Check for overflow when adding START
25008         to RANGE; if it occurs, substitute the extreme value.
25009
25010 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25011
25012         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
25013
25014 2005-08-31  Jim Meyering  <jim@meyering.net>
25015
25016         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
25017         a pointer-to-const.
25018         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
25019         (register_state): Likewise.
25020         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
25021         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25022         (group_nodes_into_DFAstates): Likewise.
25023
25024 2005-08-31  Jim Meyering  <jim@meyering.net>
25025
25026         * check-module: Add a FIXME comment.
25027
25028 2005-08-31  Eric Blake  <ebb9@byu.net>
25029
25030         * modules/unistd-safer (Files): Add unistd--.h.
25031         * modules/stdio-safer (Files): Add stdio--.h.
25032
25033 2005-08-31  Derek Price  <derek@ximbiot.com>
25034
25035         * lib/getdelim.c (getdelim): Return EOF on EOF.
25036         Reported by Larry Jones <lawrence.jones@ugs.com>.
25037
25038 2005-08-31  Bruno Haible  <bruno@clisp.org>
25039
25040         Avoid unnecessary diffs in the generated lib/Makefile.am.
25041         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
25042         the generated files.
25043         (func_import): Don't set cmd.
25044
25045 2005-08-31  Bruno Haible  <bruno@clisp.org>
25046
25047         * lib/strstr.c: Include <stddef.h>, for NULL.
25048         * lib/strcasestr.c: Likewise.
25049         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25050
25051 2005-08-31  Bruno Haible  <bruno@clisp.org>
25052
25053         * gnulib-tool: New option --macro-prefix.
25054         (func_import): Use macro_prefix.
25055         (import): Handle option --macro-prefix.
25056
25057 2005-08-31  Bruno Haible  <bruno@clisp.org>
25058
25059         * gnulib-tool (import): Rename most ac_* variables to cached_*.
25060         Also use new variables cached_lgpl, cached_libtool.
25061
25062 2005-08-31  Bruno Haible  <bruno@clisp.org>
25063
25064         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
25065         always instantiating them.
25066
25067 2005-08-31  Bruno Haible  <bruno@clisp.org>
25068
25069         * gnulib-tool (func_import): Read the previous cached settings
25070         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
25071         earlier added by gnulib but are now dropped. Warn when a gnulib file
25072         overwrites a non-gnulib file.
25073
25074 2005-08-31  Bruno Haible  <bruno@clisp.org>
25075
25076         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
25077         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
25078         projects that don't keep autogenerated files in CVS. Put into
25079         actioncmd only the specified modules, not the transitive closure.
25080
25081 2005-08-31  Bruno Haible  <bruno@clisp.org>
25082
25083         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
25084         Create directories that shall be filled.
25085         (import): Don't look for gl_* macros in configure.ac. Recurse across
25086         all directories containing a gnulib-cache.m4 files, if meaningful.
25087
25088 2005-08-31  Bruno Haible  <bruno@clisp.org>
25089
25090         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
25091         (import): Set seen_libtool when we see gl_LIBTOOL.
25092
25093 2005-08-31  Bruno Haible  <bruno@clisp.org>
25094
25095         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
25096         declaration macro definitions from generated gnulib.m4.
25097
25098 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
25099
25100         * lib/iconvme.h: Add prototype for iconv_alloc.
25101
25102 2005-08-29  Simon Josefsson  <jas@extundo.com>
25103
25104         * lib/iconvme.c: Fix errno.
25105
25106 2005-08-29  Bruno Haible  <bruno@clisp.org>
25107
25108         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
25109         that it works when the directory contains spaces.
25110
25111 2005-08-29  Bruno Haible  <bruno@clisp.org>
25112
25113         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
25114
25115 2005-08-29  Bruno Haible  <bruno@clisp.org>
25116
25117         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
25118         Emit more advice.
25119
25120 2005-08-29  Bruno Haible  <bruno@clisp.org>
25121         and Stepan Kasal  <kasal@ucw.cz>
25122
25123         * check-module: If more parameters are given, check each of them
25124         separately; add more exceptions, as noted by Jim Meyering.
25125         (check_module): New procedure.
25126         (%exempt_header): Now contains all exceptions.
25127
25128 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
25129
25130         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
25131
25132 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
25133
25134         * lib/iconvme.c: Split iconv_string into iconv_alloc.
25135
25136 2005-08-28  Bruno Haible  <bruno@clisp.org>
25137
25138         * m4/gnulib-tool.m4: New file.
25139
25140 2005-08-27  Jim Meyering  <jim@meyering.net>
25141
25142         * modules/unistd-safer (Files): Add pipe-safer.c.
25143         * modules/fcntl-safer (Files): Add creat-safer.c.
25144
25145 2005-08-27  Jim Meyering  <jim@meyering.net>
25146
25147         * m4/stdlib-safer.m4: New file.  From coreutils.
25148         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
25149         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
25150         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
25151         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
25152         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
25153
25154 2005-08-27  Jim Meyering  <jim@meyering.net>
25155
25156         * lib/fopen-safer.c: Merge minor changes from coreutils.
25157         * lib/dup-safer.c: Likewise.
25158         * lib/fd-safer.c: Likewise.
25159
25160         Merge from coreutils.
25161         * lib/stdio--.h: New file.
25162         * lib/stdlib--.h: New file.
25163         * lib/mkstemp-safer.c: New file.
25164
25165         GNU tar needs these.
25166         * lib/pipe-safer.c: New file.
25167         * lib/creat-safer.c: New file.
25168         * lib/fcntl--.h (creat): Define to creat_safer.
25169         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
25170         * lib/unistd--.h (pipe): Define to pipe_safer.
25171         * lib/unistd-safer.h: Declare pipe_safer.
25172
25173 2005-08-26  Simon Josefsson  <jas@extundo.com>
25174
25175         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
25176         Haible <bruno@clisp.org>.
25177
25178 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
25179
25180         * lib/regex_internal.h: Remove all references to
25181         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
25182         or better.
25183         (bitset_not, bitset_merge, bitset_not_merge):
25184         (bitset_mask, re_string_allocate, re_string_construct):
25185         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
25186         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
25187         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
25188         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
25189         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25190         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25191         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
25192         (re_acquire_state_context):
25193         Remove unnecessary forward decls.
25194         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
25195         Put __attribute at function definition,
25196         now that the function decl has been removed.
25197         * lib/regex_internal.c (re_string_peek_byte_case):
25198         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
25199         Likewise.
25200
25201 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
25202
25203         * m4/regex.m4: Add AC_PREREQ(2.50).
25204         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
25205
25206 2005-08-25  Simon Josefsson  <jas@extundo.com>
25207
25208         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
25209         __fsetlocking.
25210
25211 2005-08-25  Simon Josefsson  <jas@extundo.com>
25212
25213         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
25214         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
25215         GLIBC specific code.
25216
25217 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25218
25219         Make regex safe for g++.  This fixes one real bug (an "err"
25220         that should have been "*err").  g++ problem reported by
25221         Sam Steingold.
25222         * lib/regex_internal.h (re_calloc): New macro, consistent with
25223         re_malloc etc.  All callers of calloc changed to use re_calloc.
25224         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
25225         not int.  All callers changed.
25226         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
25227         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
25228         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
25229         (find_recover_state): Change "err" to "*err"; this fixes what
25230         appears to be a real bug.
25231         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
25232         versus int.
25233
25234 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25235
25236         * modules/regex (Depends-on): Add malloc, since the code
25237         assumes that !malloc(0) means failure.
25238
25239 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25240
25241         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
25242
25243         alloca modernization/simplification for regex.
25244         * lib/regex.c: Remove portability cruft for alloca.  This no longer
25245         needs to be at the start of the file, and can be moved into
25246         regex_internal.h and simplified.
25247         * lib/regex_internal.h: Include <alloca.h>.
25248         (__libc_use_alloca) [!defined _LIBC]: New macro.
25249         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
25250         now works outside glibc.
25251
25252 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25253
25254         * config/srclist.txt: Add glibc bugs 1241, 1245.
25255
25256 2005-08-25  Jim Meyering  <jim@meyering.net>
25257
25258         * lib/open-safer.c: Include <config.h>.
25259         Otherwise, we'd lose LARGEFILE support in any file using
25260         e.g. "fcntl--.h"
25261
25262 2005-08-25  Bruno Haible  <bruno@clisp.org>
25263
25264         * m4/minmax.m4: Require autoconf 2.52.
25265         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
25266         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
25267         alternatives of translit over the alphabet.
25268         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
25269
25270 2005-08-24  Simon Josefsson  <jas@extundo.com>
25271
25272         * tests/test-getpass.c: New file.
25273
25274 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25275
25276         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
25277         for GNU regex features.
25278
25279 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25280
25281         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
25282         * lib/regex.h (regerror): Likewise.
25283
25284         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
25285         requires this.  (The code never needed it.)
25286
25287         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
25288         All uses of recently-renamed identifiers changed to use the new,
25289         POSIX-compliant names.  The code will build and run just fine
25290         without these changes, but it's better to eat our own dog food
25291         and use the standard-conforming names.
25292
25293         * lib/regex.h: Fix a multitude of POSIX name space violations.
25294         These changes have an effect only for programs that define
25295         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
25296         do not change anything for programs compiled in the normal way.
25297         Also, there is no effect on the ABI.
25298
25299         (_REGEX_SOURCE): New macro.
25300         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
25301         defined and _GNU_SOURCE is not; this fixes a name space violation.
25302
25303         Rename the following macros to obey POSIX requirements.
25304         The old names are still visible as macros if _REGEX_SOURCE is defined.
25305         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
25306         RE_BACKSLASH_ESCAPE_IN_LISTS.
25307         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
25308         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
25309         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
25310         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
25311         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
25312         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
25313         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
25314         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
25315         (REG_INTERVALS): renamed from RE_INTERVALS.
25316         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
25317         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
25318         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
25319         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
25320         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
25321         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
25322         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
25323         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
25324         RE_UNMATCHED_RIGHT_PAREN_ORD.
25325         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
25326         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
25327         (REG_DEBUG): renamed from RE_DEBUG.
25328         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
25329         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
25330         unusual, since we can't clash with the POSIX REG_ICASE.
25331         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
25332         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
25333         (REG_NO_SUB): renamed from RE_NO_SUB.
25334         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
25335         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
25336         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
25337         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
25338         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
25339         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
25340         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
25341         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
25342         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
25343         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
25344         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
25345         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
25346         RE_SYNTAX_POSIX_MINIMAL_BASIC.
25347         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
25348         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
25349         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
25350         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
25351         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
25352         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
25353         (REG_FIXED): Renamed from REGS_FIXED.
25354         (REG_NREGS): Renamed from RE_NREGS.
25355
25356         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
25357         of other REG_* macros, since POSIX says the user is allowed to
25358         #undef these macros selectively.
25359
25360         (reg_errcode_t): Update comment stating what other tables need
25361         to be consistent.
25362
25363         Rename the following enum values to obey POSIX requirements.
25364         The old names are still visible as macros.
25365         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
25366         is not defined, since GNU is supposed to be a superset of POSIX as
25367         much as possible, and since we want reg_errcode_t to be a signed
25368         type for implementation consistency.
25369         (_REG_NOERROR): Renamed from REG_NOERROR.
25370         (_REG_NOMATCH): Renamed from REG_NOMATCH.
25371         (_REG_BADPAT): Renamed from REG_BADPAT.
25372         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
25373         (_REG_ECTYPE): Renamed from REG_ECTYPE.
25374         (_REG_EESCAPE): Renamed from REG_EESCAPE.
25375         (_REG_ESUBREG): Renamed from REG_ESUBREG.
25376         (_REG_EBRACK): Renamed from REG_EBRACK.
25377         (_REG_EPAREN): Renamed from REG_EPAREN.
25378         (_REG_EBRACE): Renamed from REG_EBRACE.
25379         (_REG_BADBR): Renamed from REG_BADBR.
25380         (_REG_ERANGE): Renamed from REG_ERANGE.
25381         (_REG_ESPACE): Renamed from REG_ESPACE.
25382         (_REG_BADRPT): Renamed from REG_BADRPT.
25383         (_REG_EEND): Renamed from REG_EEND.
25384         (_REG_ESIZE): Renamed from REG_ESIZE.
25385         (_REG_ERPAREN): Renamed from REG_ERPAREN.
25386         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
25387         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
25388         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
25389         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
25390
25391         (_REG_RE_NAME, _REG_RM_NAME): New macros.
25392         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
25393         changed.  But support the old name if the new one is not defined
25394         and if _REGEX_SOURCE.
25395
25396         Change the following member names in struct re_pattern_buffer.
25397         The old names are still supported if !_REGEX_SOURCE.
25398         The new names are always supported, regardless of _REGEX_SOURCE.
25399         (re_buffer): Renamed from buffer.
25400         (re_allocated): Renamed from allocated.
25401         (re_used): Renamed from used.
25402         (re_syntax): Renamed from syntax.
25403         (re_fastmap): Renamed from fastmap.
25404         (re_translate): Renamed from translate.
25405         (re_can_be_null): Renamed from can_be_null.
25406         (re_regs_allocated): Renamed from regs_allocated.
25407         (re_fastmap_accurate): Renamed from fastmap_accurate.
25408         (re_no_sub): Renamed from no_sub.
25409         (re_not_bol): Renamed from not_bol.
25410         (re_not_eol): Renamed from not_eol.
25411         (re_newline_anchor): Renamed from newline_anchor.
25412
25413         Change the following member names in struct re_registers.
25414         The old names are still supported if !_REGEX_SOURCE.
25415         The new names are always supported, regardless of _REGEX_SOURCE.
25416         (rm_num_regs): Renamed from num_regs.
25417         (rm_start): Renamed from start.
25418         (rm_end): Renamed from end.
25419
25420         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
25421         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
25422         Prepend __ to parameter names.
25423
25424         Undo yesterday's changes.
25425
25426 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25427
25428         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
25429         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
25430         lib/regex.c.
25431
25432 2005-08-24  Jim Meyering  <jim@meyering.net>
25433
25434         Sync from coreutils.
25435         * m4/fcntl-safer.m4: New file.
25436
25437         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
25438         and object files for this module.
25439
25440 2005-08-24  Jim Meyering  <jim@meyering.net>
25441
25442         Sync from coreutils.
25443         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
25444
25445 2005-08-24  Jim Meyering  <jim@meyering.net>
25446
25447         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
25448         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
25449
25450 2005-08-24  Jim Meyering  <jim@meyering.net>
25451
25452         * modules/fcntl-safer: New module.
25453         * modules/fts (Depends-on): Add fcntl-safer.
25454         * MODULES.html.sh (File descriptor based Input/Output):
25455         Add fcntl-safer.
25456
25457 2005-08-24  Bruno Haible  <bruno@clisp.org>
25458
25459         Support for unit test modules.
25460         * modules/README: Mention tests modules.
25461         * modules/TEMPLATE-TESTS: New file.
25462         * gnulib-tool: New options --extract-tests-module, --with-tests and
25463         --tests-base (unused for the moment).
25464         (testsbase, inctests): New variables.
25465         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
25466         (func_verify_module): Exclude TEMPLATE-TESTS.
25467         (func_verify_nontests_module, func_verify_tests_module): New functions.
25468         (func_get_dependencies): Add implicit dependency for tests modules.
25469         (func_get_tests_module): New function.
25470         (func_modules_transitive_closure): When --with-tests was specified,
25471         include the unit tests as well, unless explicitly avoided.
25472         (func_emit_lib_Makefile_am): Ignore the tests modules here.
25473         (func_emit_tests_Makefile_am): New function.
25474         (func_create_testdir): When --with-tests was specified, emit a
25475         tests/ directory.
25476         * MODULES.html.sh (Future developments): Update.
25477
25478 2005-08-24  Bruno Haible  <bruno@clisp.org>
25479
25480         * modules/tls-tests: New file.
25481         * tests/test-tls.c: New file, from GNU gettext.
25482
25483 2005-08-24  Bruno Haible  <bruno@clisp.org>
25484
25485         * modules/lock-tests: New file.
25486         * tests/test-lock.c: New file, from GNU gettext.
25487
25488 2005-08-24  Bruno Haible  <bruno@clisp.org>
25489
25490         * lib/lock.h: Add multiple inclusion guard.
25491         * lib/tls.h: Add multiple inclusion guard.
25492
25493 2005-08-24  Bruno Haible  <bruno@clisp.org>
25494
25495         * gnulib-tool: Add support for the --aux-dir option to
25496         --create-testdir, --create-megatestdir, --test, --megatest.
25497         (func_create_testdir, func_create_megatestdir): Optionally emit a
25498         AC_CONFIG_AUX_DIR directive.
25499         (create-testdir, create-megatestdir, test, megatest): Provide a
25500         default value for $auxdir.
25501
25502 2005-08-24  Bruno Haible  <bruno@clisp.org>
25503
25504         * gnulib-tool (import): Use compound statement instead of subshell
25505         where possible.
25506
25507 2005-08-24  Bruno Haible  <bruno@clisp.org>
25508
25509         * gnulib-tool (import): Change --aux-dir default to "build-aux".
25510
25511 2005-08-24  Bruno Haible  <bruno@clisp.org>
25512
25513         * gnulib-tool (func_version): Update.
25514
25515 2005-08-24  Bruno Haible  <bruno@clisp.org>
25516
25517         * gnulib-tool (func_import, func_create_testdir,
25518         func_create_megatestdir): Quote all autoconf macro arguments.
25519
25520 2005-08-24  Bruno Haible  <bruno@clisp.org>
25521
25522         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
25523         option --force, because --force causes the aclocal.m4 of each
25524         subdirectory to be newer than the corresponding config.h.in.
25525
25526 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25527
25528         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
25529         All contents moved to gl_REGEX.
25530         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
25531         assume that it does.
25532
25533 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25534
25535         * lib/regex.h (REG_NOSYS)
25536         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
25537         Define, since POSIX requires it as of 2001.
25538         (_REG_ENOSYS)
25539         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
25540         New private symbol, used to keep the enum signed in all cases.
25541         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
25542         Youngman in
25543         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
25544
25545         * lib/regex_internal.c (re_string_skip_chars, register_state):
25546         (calc_state_hash):
25547         Remove forward decls; no longer needed now that we use prototypes.
25548         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
25549         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
25550         (clean_state_log_if_needed): Likewise.
25551
25552 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25553
25554         * config/srclist.txt: Add glibc bugs 1231-1233.
25555
25556 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25557
25558         Fix problems reported by Sam Steingold in
25559         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
25560         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
25561         assumed that reg_errcode_t is a signed type, which is not
25562         necessarily true if _XOPEN_SOURCE is not defined.
25563         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
25564         since some compilers warn about it otherwise.
25565
25566 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25567
25568         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
25569         (init_word_char, create_initial_state, duplicate_node_closure):
25570         (fetch_token, peek_token_bracket, build_range_exp):
25571         (build_collating_symbol): Remove forward decls; no longer needed
25572         now that we use prototypes.
25573
25574         * lib/regcomp.c:
25575         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
25576         (re_compile_fastmap_iter, regcomp, regerror, regfree):
25577         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
25578         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
25579         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
25580         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
25581         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
25582         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
25583         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
25584         (build_range_exp, build_collating_symbol, parse_bracket_exp):
25585         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
25586         (build_charclass, build_charclass_op, fetch_number, create_tree):
25587         (create_token_tree, mark_opt_subexp, duplicate_tree):
25588         Use prototypes rather than old-style definitions.
25589
25590         * lib/regex_internal.c:
25591         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
25592         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
25593         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25594         (re_string_reconstruct, re_string_peek_byte_case):
25595         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
25596         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25597         (re_node_set_init_copy, re_node_set_add_intersect):
25598         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25599         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25600         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25601         (re_acquire_state, re_acquire_state_context, register_state):
25602         (create_ci_newstate, create_cd_newstate, free_state):
25603         Likewise.
25604         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
25605         re_search_2):
25606         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
25607         (re_search_internal, prune_impossible_nodes):
25608         (acquire_init_state_context, check_matching, static):
25609         (check_halt_node_context, check_halt_state_context, proceed_next_node):
25610         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
25611         (update_regs, sift_states_backward, build_sifted_states):
25612         (clean_state_log_if_needed, merge_state_array):
25613         (update_cur_sifted_state, add_epsilon_src_nodes):
25614         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
25615         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
25616         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
25617         (find_recover_state, check_subexp_matching_top, transit_state_mb):
25618         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
25619         (check_arrival, check_arrival_add_next_nodes):
25620         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25621         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25622         (check_node_accept_bytes, check_node_accept, extend_buffers):
25623         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
25624         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
25625         (sift_ctx_init):
25626         Likewise.
25627
25628         * lib/regex_internal.h:
25629         (re_string_allocate, re_string_construct, re_string_reconstruct):
25630         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
25631         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
25632         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
25633         (re_string_context_at, re_string_peek_byte_case):
25634         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
25635         is defined, since we now use prototypes always.
25636
25637         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
25638         C89 or better.  All uses removed.
25639
25640 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25641
25642         * config/srclist.txt: Add glibc bugs 1220-1227.
25643
25644 2005-08-20  Jim Meyering  <jim@meyering.net>
25645
25646         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
25647         of unused local, dfa.
25648
25649 2005-08-20  Bruno Haible  <bruno@clisp.org>
25650
25651         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
25652
25653 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25654
25655         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
25656         (re_node_set_insert_last, re_dfa_add_node):
25657         Rename local variables to avoid GCC shadowing warnings.
25658
25659 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25660
25661         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
25662         [defined lint]: Suppress bogus uninitialized-variable warnings.
25663
25664         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
25665         and let the caller return REG_ESPACE if out of space.  This
25666         removes an uninitialied-variable warning with GCC 4.0.1, and also
25667         avoids taking the address of a local variable.  All callers
25668         changed.
25669
25670 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25671
25672         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
25673         $LIBCSRC/posix/regexec.c.
25674         Add glibc bug 1217 for regcomp.c.
25675
25676 2005-08-19  Jim Meyering  <jim@meyering.net>
25677
25678         * lib/regexec.c (proceed_next_node): Redo local variables to
25679         avoid GCC shadowing warnings.
25680
25681 2005-08-18  Bruno Haible  <bruno@clisp.org>
25682
25683         * lib/strstr.c (strstr): Fix return value in multibyte case.
25684         * lib/strcasestr.c (strcasestr): Likewise.
25685
25686 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25687
25688         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
25689
25690 2005-08-17  Jim Meyering  <jim@meyering.net>
25691
25692         Make the %s format (seconds since the epoch) work for a negative
25693         number and when used with a zero-padded field width, e.g. %015s.
25694
25695         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
25696         label so that it precedes the code to set `digits'.  Otherwise,
25697         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
25698         print `00-22'.  Now, it prints `-0022', as it should.
25699
25700 2005-08-17  Bruno Haible  <bruno@clisp.org>
25701
25702         * modules/strstr (Files): Add m4/mbrtowc.m4.
25703         (Depends-on): Add mbuiter.
25704
25705 2005-08-17  Bruno Haible  <bruno@clisp.org>
25706
25707         * modules/strcasestr: New file.
25708         * MODULES.html.sh (String handling, based on ANSI C 89): Add
25709         strcasestr.
25710
25711 2005-08-17  Bruno Haible  <bruno@clisp.org>
25712
25713         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
25714
25715 2005-08-17  Bruno Haible  <bruno@clisp.org>
25716
25717         * modules/mbuiter: New file.
25718         * MODULES.html.sh (Extended multibyte and wide character utilities):
25719         Add mbuiter.
25720
25721 2005-08-17  Bruno Haible  <bruno@clisp.org>
25722
25723         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
25724         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
25725
25726 2005-08-17  Bruno Haible  <bruno@clisp.org>
25727
25728         * m4/strcasestr.m4: New file.
25729
25730 2005-08-17  Bruno Haible  <bruno@clisp.org>
25731
25732         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
25733         * lib/strstr.c: Completely rewritten, with multibyte locale support.
25734
25735 2005-08-17  Bruno Haible  <bruno@clisp.org>
25736
25737         * lib/strcasestr.h: New file.
25738         * lib/strcasestr.c: New file.
25739
25740 2005-08-17  Bruno Haible  <bruno@clisp.org>
25741
25742         * lib/strcasecmp.c: Use mbuiter.h.
25743
25744 2005-08-17  Bruno Haible  <bruno@clisp.org>
25745
25746         * lib/mbuiter.h: New file.
25747
25748 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25749
25750         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
25751         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
25752         and gl_GETOPT are both invoked via different paths (as happens
25753         with GNU tar CVS because it uses both argp and getopt), the former
25754         wins.
25755
25756 2005-08-16  Bruno Haible  <bruno@clisp.org>
25757
25758         * modules/tls: New file.
25759         * MODULES.html.sh (Multithreading): Add tls.
25760
25761 2005-08-16  Bruno Haible  <bruno@clisp.org>
25762
25763         * modules/strnlen1: New file.
25764         * MODULES.html.sh (String handling): Add strnlen1.
25765
25766 2005-08-16  Bruno Haible  <bruno@clisp.org>
25767
25768         * modules/strcase (Files): Add m4/mbrtowc.m4.
25769         (Depends-on): Add strnlen1, mbchar.
25770
25771 2005-08-16  Bruno Haible  <bruno@clisp.org>
25772
25773         * modules/mbiter: New file.
25774         * MODULES.html.sh (Extended multibyte and wide character utilities):
25775         Add mbiter.
25776
25777 2005-08-16  Bruno Haible  <bruno@clisp.org>
25778
25779         * modules/mbfile: New file.
25780         * MODULES.html.sh (Extended multibyte and wide character utilities):
25781         Add mbfile.
25782
25783 2005-08-16  Bruno Haible  <bruno@clisp.org>
25784
25785         * modules/mbchar: New file.
25786         * MODULES.html.sh (Extended multibyte and wide character utilities):
25787         New section.
25788
25789 2005-08-16  Bruno Haible  <bruno@clisp.org>
25790
25791         * m4/tls.m4: New file, from GNU gettext.
25792
25793 2005-08-16  Bruno Haible  <bruno@clisp.org>
25794
25795         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
25796         always.
25797         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
25798
25799 2005-08-16  Bruno Haible  <bruno@clisp.org>
25800
25801         * m4/mbiter.m4: New file.
25802
25803 2005-08-16  Bruno Haible  <bruno@clisp.org>
25804
25805         * m4/mbfile.m4: New file.
25806
25807 2005-08-16  Bruno Haible  <bruno@clisp.org>
25808
25809         * m4/mbchar.m4: New file.
25810
25811 2005-08-16  Bruno Haible  <bruno@clisp.org>
25812
25813         * lib/tls.h: New file, from GNU gettext.
25814         * lib/tls.c: New file, from GNU gettext.
25815
25816 2005-08-16  Bruno Haible  <bruno@clisp.org>
25817
25818         * lib/strnlen1.h: New file.
25819         * lib/strnlen1.c: New file.
25820
25821 2005-08-16  Bruno Haible  <bruno@clisp.org>
25822
25823         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
25824         (mbi_init): Update.
25825         (mbi_avail, mbi_advance): Let the iteration end before the terminating
25826         NUL byte, not after it.
25827
25828 2005-08-16  Bruno Haible  <bruno@clisp.org>
25829
25830         * lib/strcase.h (strcasecmp): Add note in comments.
25831         * lib/strncasecmp.c: Use code from strcasecmp.c.
25832         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
25833         (strcasecmp): Work correctly in multibyte locales.
25834
25835 2005-08-16  Bruno Haible  <bruno@clisp.org>
25836
25837         * lib/mbiter.h: New file.
25838
25839 2005-08-16  Bruno Haible  <bruno@clisp.org>
25840
25841         * lib/mbfile.h: New file.
25842
25843 2005-08-16  Bruno Haible  <bruno@clisp.org>
25844
25845         * lib/mbchar.h: New file.
25846         * lib/mbchar.c: New file.
25847
25848 2005-08-16  Bruno Haible  <bruno@clisp.org>
25849
25850         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
25851         the valid ones. Makes the comparison operations transitive:
25852         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
25853         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
25854
25855 2005-08-15  Simon Josefsson  <jas@extundo.com>
25856
25857         * modules/ssize_t (License): Change to 'unlimited'.
25858
25859         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
25860
25861 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25862
25863         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
25864         Add comments for each pending glibc patch.
25865
25866 2005-08-15  Bruno Haible  <bruno@clisp.org>
25867
25868         * lib/regex.h (__restrict_arr): Don't define to __restrict if
25869         __cplusplus is defined.
25870
25871 2005-08-14  Jim Meyering  <jim@meyering.net>
25872
25873         Sync from coreutils.
25874
25875         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
25876         Use the hash-table-based cycle-detection code not just when
25877         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
25878         Reported by James Youngman in
25879         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
25880         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
25881         FTS_TIGHT_CYCLE_CHECK.
25882         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
25883         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
25884         once again.
25885         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
25886         * lib/fts.c (fd_safer): Remove decl.
25887         Include fcntl--.h rather than unistd-safer.h
25888         (fts_safe_changedir): Don't call fd_safer; no longer needed
25889         now that we include fcntl--.h.
25890
25891 2005-08-12  Simon Josefsson  <jas@extundo.com>
25892
25893         * modules/getndelim2: Use ssize_t module.
25894         * modules/getnline: Likewise.
25895         * modules/safe-read: Likewise.
25896         * modules/xreadlink: Likewise.
25897
25898         * modules/ssize_t: New file.
25899
25900 2005-08-12  Simon Josefsson  <jas@extundo.com>
25901
25902         * m4/readline.m4: Look for termcap, curses or ncurses if required.
25903
25904 2005-08-12  Simon Josefsson  <jas@extundo.com>
25905
25906         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25907         ssize_t.
25908
25909 2005-08-12  Simon Josefsson  <jas@extundo.com>
25910
25911         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
25912         readline, getdelim and check_version.
25913         (Support for systems lacking ISO C 99: Sizes of integer types):
25914         Add size_max.
25915
25916 2005-08-12  Bruno Haible  <bruno@clisp.org>
25917
25918         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
25919
25920 2005-08-11  Simon Josefsson  <jas@extundo.com>
25921
25922         * modules/readline: New file.
25923
25924         * modules/strnlen (Files): Add strnlen.h.
25925
25926 2005-08-11  Simon Josefsson  <jas@extundo.com>
25927
25928         * m4/readline.m4: New file.
25929
25930 2005-08-11  Simon Josefsson  <jas@extundo.com>
25931
25932         * lib/readline.h, readline.c: New file.
25933
25934 2005-08-11  Simon Josefsson  <jas@extundo.com>
25935
25936         * doc/gnulib.texi (Initial import, Finishing touches): Mention
25937         gl_AVOID.
25938
25939 2005-08-11  Bruno Haible  <bruno@clisp.org>
25940
25941         * lib/strnlen.h (strnlen): Change parameter name to match comment.
25942
25943 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
25944
25945         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
25946
25947 2005-08-10  Simon Josefsson  <jas@extundo.com>
25948
25949         * tests/test-iconvme.c: New file.
25950
25951 2005-08-10  Simon Josefsson  <jas@extundo.com>
25952
25953         * m4/strnlen.m4: New file.
25954
25955         * m4/strndup.m4: Don't check for strnlen declaration, done in
25956         strnlen.m4.
25957
25958 2005-08-10  Simon Josefsson  <jas@extundo.com>
25959
25960         * lib/strndup.c: Use strnlen.h.
25961
25962         * lib/strnlen.h: New file.
25963
25964 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25965
25966         * README: Typos.
25967
25968 2005-08-02  Simon Josefsson  <jas@extundo.com>
25969
25970         * modules/readline: New file.
25971
25972 2005-08-02  Simon Josefsson  <jas@extundo.com>
25973
25974         * modules/getdelim: New file.
25975
25976         * modules/getline: Rewrite, don't use getndelim2.
25977
25978 2005-08-02  Simon Josefsson  <jas@extundo.com>
25979
25980         * m4/getline.m4: Separate out getdelim stuff into separate module.
25981
25982         * m4/getdelim.m4: New file.
25983
25984 2005-08-02  Simon Josefsson  <jas@extundo.com>
25985
25986         * lib/getline.h, getline.c: Rewrite.
25987
25988         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
25989
25990 2005-07-31  Bruno Haible  <bruno@clisp.org>
25991
25992         * lib/lock.h (gl_lock_initializer): New macro.
25993         (gl_lock_define_initialized): Use it.
25994         (gl_rwlock_initializer): New macro.
25995         (gl_rwlock_define_initialized): Use it.
25996         (gl_recursive_lock_initializer): New macro.
25997         (gl_recursive_lock_define_initialized): Use it.
25998
25999 2005-07-30  Karl Berry  <karl@gnu.org>
26000
26001         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
26002         Report from Ben Pfaff, regarding getopt.
26003
26004 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
26005
26006         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
26007         normal way.
26008         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
26009         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
26010         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
26011         (gl_GETOPT): Use the new macros.  Most of the implementation
26012         is moved to the new macros.  This is for programs like Emacs
26013         that don't want all the functionality of gl_GETOPT.
26014
26015 2005-07-26  Bruno Haible  <bruno@clisp.org>
26016
26017         * m4/lock.m4: Update from GNU gettext.
26018
26019 2005-07-26  Bruno Haible  <bruno@clisp.org>
26020
26021         * lib/lock.h: Update from GNU gettext.
26022         * lib/lock.c: Update from GNU gettext.
26023
26024 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
26025
26026         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
26027         obsolescent AC_TRY_RUN.  Include the default includes files, for
26028         'exit'.
26029
26030 2005-07-24  Bruno Haible  <bruno@clisp.org>
26031
26032         * modules/visibility: New file.
26033         * MODULES.html.sh (Misc): Add visibility.
26034
26035 2005-07-24  Bruno Haible  <bruno@clisp.org>
26036
26037         * m4/visibility.m4: New file.
26038
26039 2005-07-24  Bruno Haible  <bruno@clisp.org>
26040
26041         * doc/visibility.texi: New file.
26042
26043 2005-07-22  Bruno Haible  <bruno@clisp.org>
26044
26045         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
26046         $(ALLOCA_H), redundant through BUILT_SOURCES.
26047         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
26048         redundant through BUILT_SOURCES.
26049         * modules/byteswap (Makefile.am): Remove explicit dependency on
26050         $(BYTESWAP_H), redundant through BUILT_SOURCES.
26051         * modules/fnmatch (Makefile.am): Remove explicit dependency on
26052         $(FNMATCH_H), redundant through BUILT_SOURCES.
26053         * modules/getopt (Makefile.am): Remove explicit dependency on
26054         $(GETOPT_H), redundant through BUILT_SOURCES.
26055         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
26056         redundant through BUILT_SOURCES.
26057         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
26058         redundant through BUILT_SOURCES.
26059         * modules/stdbool (Makefile.am): Remove explicit dependency on
26060         $(STDBOOL_H), redundant through BUILT_SOURCES.
26061         * modules/stdint (Makefile.am): Remove explicit dependency on
26062         $(STDINT_H), redundant through BUILT_SOURCES.
26063         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
26064         Remove explicit dependency on $(SYSEXITS_H).
26065         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
26066
26067 2005-07-18  Simon Josefsson  <jas@extundo.com>
26068
26069         * lib/check-version.c (check_version): Accept identical versions too.
26070
26071 2005-07-18  Bruno Haible  <bruno@clisp.org>
26072
26073         * modules/lock: New file.
26074         * MODULES.html.sh (Multithreading): New section.
26075
26076 2005-07-18  Bruno Haible  <bruno@clisp.org>
26077
26078         * m4/lock.m4: New file, from GNU gettext.
26079
26080 2005-07-18  Bruno Haible  <bruno@clisp.org>
26081
26082         * lib/lock.h: New file, from GNU gettext.
26083         * lib/lock.c: New file, from GNU gettext.
26084
26085 2005-07-18  Bruno Haible  <bruno@clisp.org>
26086
26087         * lib/lock.h (gl_once_t): New type.
26088         (gl_once_define, gl_once): New macros.
26089         * lib/lock.c (fresh_once): New variable.
26090         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
26091         functions.
26092
26093 2005-07-16  Simon Josefsson  <jas@extundo.com>
26094
26095         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
26096         workaround, suggested by Bruno.
26097
26098 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26099
26100         * modules/xalloc (Depends-on): Add xalloc-die.
26101         * modules/xvasprintf (Depends-on): Add xalloc-die.
26102
26103 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26104
26105         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
26106         with a minor change.
26107
26108 2005-07-15  Bruno Haible  <bruno@clisp.org>
26109
26110         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
26111         When using lib/poll.c, define poll as rpl_poll.
26112
26113 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
26114
26115         * modules/argp (Depends-on): Remove unlocked-io.
26116
26117 2005-07-14  Derek Price  <derek@ximbiot.com>
26118
26119         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
26120         for glob symlink bug.
26121
26122 2005-07-14  Bruno Haible  <bruno@clisp.org>
26123
26124         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
26125         Instead, test for *_unlocked function declarations directly.
26126
26127 2005-07-11  Simon Josefsson  <jas@extundo.com>
26128
26129         * modules/size_max: New file.
26130
26131         * modules/xsize: Depend on size_max module for size_max.m4.
26132
26133 2005-07-11  Simon Josefsson  <jas@extundo.com>
26134
26135         * lib/size_max.h: New file.
26136
26137 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
26138
26139         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
26140         copyright symbol and the year.
26141         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
26142         (version_etc_va): Use parameterized copyright notice.
26143         Reword to conform to the current GNU coding standards.
26144
26145 2005-07-11  Karl Berry  <karl@gnu.org>
26146
26147         * doc/gnulib.texi (Quoting): new node.
26148         (Initial import): more info, from Patrice.
26149
26150 2005-07-11  Bruno Haible  <bruno@clisp.org>
26151
26152         * gnulib-tool (func_usage): Document option --avoid.
26153         (Command line options): Handle --avoid.
26154         (func_acceptable): New function.
26155         (func_modules_transitive_closure): Use it.
26156
26157 2005-07-11  Bruno Haible  <bruno@clisp.org>
26158
26159         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
26160         Reported by Jim Meyering.
26161
26162 2005-07-10  Bruno Haible  <bruno@clisp.org>
26163
26164         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
26165         Needed when size_t is smaller than 'unsigned int'.
26166         Reported by Paul Eggert.
26167
26168 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26169
26170         * modules/argp (Depends-on): Add unlocked-io
26171
26172 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26173
26174         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
26175         block of defines.
26176
26177 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26178
26179         * config/srclist.txt: Comment out regcomp.c, since we have a porting
26180         fix now.
26181
26182 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
26183         and Paul Eggert  <eggert@cs.ucla.edu>
26184
26185         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
26186         in wint_t, not wchar_t.  Remove now-unnecessary cast.
26187
26188 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26189
26190         * modules/regex (Files): Add lib/regex_internal.c,
26191         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
26192         (Depends-on): Add extensions.
26193         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
26194
26195 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26196
26197         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
26198         pathconf.
26199         * m4/same.m4 (gl_SAME): Likewise.
26200         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
26201
26202         * m4/regex.m4: Adjust to new libc regex implementation.
26203         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
26204         all the .c and .h parts of (the new) regex.
26205         Quote the m4 stuff better.
26206         Check for RE_ICASE bug of old gnulib.
26207         Check for REG_STARTEND of recent libc.
26208         Rename local variables from jm_* to gl_*.
26209         Quote operand of "test -f".
26210         Say "recent enough" version of libc, not "version 2".
26211         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
26212         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
26213         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
26214         Remove check for btowc, isascii.
26215         Require AM_LANGINFO_CODESET.
26216
26217 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26218
26219         * lib/regex.c, regex.h: Sync from libc.
26220         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
26221         * lib/regexec.c:
26222         New files, synced from libc, except that regex_internal.h
26223         currently has a small porting fix.
26224
26225 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26226
26227         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
26228         regex_internal.c, regexec.c.
26229         Add regex_internal.h too, but as a comment, since the libc version
26230         is currently broken in gnulib mode.
26231
26232 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26233
26234         Support programs like Emacs that use gnulib but not gettext.
26235         * MODULES.html.sh (Internationalization functions): Add gettext-h.
26236         * modules/gettext-h: New file.
26237         * modules/gettext (Files): Remove lib/gettext.h.
26238         (Depends-on): Add gettext-h.
26239         (Makefile.am): Remove lib_SOURCES.
26240         * modules/argmatch, modules/c-stack, modules/closeout:
26241         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
26242         * modules/execute, modules/file-type, modules/getaddrinfo:
26243         * modules/getopt, modules/human, modules/javacomp:
26244         * modules/javaexec, modules/mkdir-p, modules/obstack:
26245         * modules/openat, modules/pagealign_alloc, modules/pipe:
26246         * modules/quotearg, modules/regex, modules/rpmatch:
26247         * modules/unicodeio, modules/userspec, modules/version-etc:
26248         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
26249         * modules/xsetenv:
26250         Depend on gettext-h, not gettext.
26251
26252 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26253
26254         * gnulib-tool (func_import): Add support for 'public domain' license.
26255         * modules/alloca, modules/atexit, modules/memmove:
26256         Now public domain, not GPL.
26257         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
26258         * modules/realloc, modules/strerror, modules/strtod:
26259         Now LGPL, not GPL.
26260
26261 2005-07-05  Bruno Haible  <bruno@clisp.org>
26262
26263         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
26264         autoconf CVS. Needed for mingw.
26265
26266 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26267
26268         Remove the dependency of the strftime module on the tzset module.
26269         * modules/strftime (Depends-on): Remove dependency on tzset.
26270
26271 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26272
26273         Remove the dependency of the strftime module on the tzset module.
26274         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
26275         gl_FUNC_TZSET_CLOBBER.
26276
26277 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26278
26279         Remove the dependency of the strftime module on the tzset module.
26280         * lib/strftime.c (my_strftime)
26281         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
26282         Copy the input structure, to work around some of the bug with
26283         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
26284         Solaris releases, you should also use the tzset module, but we won't
26285         require it as a dependency any more since we don't want LGPLed code
26286         to depend on GPLed code.
26287
26288 2005-07-02  Jim Meyering  <jim@meyering.net>
26289
26290         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
26291         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
26292         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
26293         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
26294
26295 2005-07-02  Jim Meyering  <jim@meyering.net>
26296
26297         * lib/backupfile.c (backup_args): Change a `0' to NULL.
26298
26299 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26300
26301         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
26302         declares only 'struct timespec;' (!).
26303
26304 2005-07-01  Jim Meyering  <jim@meyering.net>
26305
26306         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
26307         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
26308         * lib/save-cwd.c, tempname.c:
26309         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26310         and don't include <sys/file.h>).
26311
26312 2005-06-29  Jim Meyering  <jim@meyering.net>
26313
26314         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
26315         type name.  Use the variable name instead.
26316         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
26317         Likewise.
26318
26319 2005-06-28  Simon Josefsson  <jas@extundo.com>
26320
26321         * modules/check-version (Files): Add check-version.m4.
26322
26323 2005-06-28  Simon Josefsson  <jas@extundo.com>
26324
26325         * m4/check-version.m4: New file, suggested by Jim Meyering
26326         <jim@meyering.net>.
26327
26328 2005-06-28  Simon Josefsson  <jas@extundo.com>
26329
26330         * lib/check-version.h, lib/check-version.c: New files.
26331
26332 2005-06-28  Simon Josefsson  <jas@extundo.com>
26333
26334         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
26335         collision with global variable.  Better indentation.  Don't
26336         increment buffer pointer beyond buffer end.  Based on comments
26337         from Paul Eggert <eggert@cs.ucla.edu>.
26338
26339         * lib/base64.h: Indent.
26340
26341 2005-06-28  Simon Josefsson  <jas@extundo.com>
26342
26343         * doc/gnulib.texi (Library version handling): New section.
26344
26345 2005-06-28  Jim Meyering  <jim@meyering.net>
26346
26347         * check-module (find_included_lib_files): Hard-code another
26348         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
26349         but modules/fts-lgpl (correctly) does not list those files.
26350
26351         * modules/canonicalize (Files): Add lib/pathmax.h.
26352
26353 2005-06-25  Simon Josefsson  <jas@extundo.com>
26354
26355         * modules/check-version: New file.
26356
26357 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
26358
26359         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
26360         initializer of struct addrinfo, as an indication that we don't
26361         care how many members the structure has.
26362
26363 2005-06-24  Derek Price  <derek@ximbiot.com>
26364         and Bruno Haible  <bruno@clisp.org>
26365
26366         Remove stat module & update lstat.
26367         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
26368         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26369         * m4/stat.m4: Remove this file.
26370
26371 2005-06-24  Derek Price  <derek@ximbiot.com>
26372         and Bruno Haible  <bruno@clisp.org>
26373
26374         Remove stat module & update lstat.
26375         * lib/stat.c: Remove this file...
26376         (slash_aware_lstat): ...moving this content and its support...
26377         * lib/lstat.c (rpl_lstat): ...into here.
26378         * lib/lstat.h: New file.
26379
26380 2005-06-24  Derek Price  <derek@ximbiot.com>
26381         and Bruno Haible  <bruno@clisp.org>
26382
26383         Remove stat module & update lstat.
26384         * config/srclist.txt (libc sources): Remove stat.
26385
26386 2005-06-24  Derek Price  <derek@ximbiot.com>
26387         and Bruno Haible  <bruno@clisp.org>
26388
26389         Remove stat module & update lstat.
26390         * MODULES.html.sh (stat): Remove.
26391         * MODULES.html: Regenerated.
26392         * modules/lstat (Description): Correct function name.
26393         (Files): Add "lstat.h".
26394         (Depends-on): Remove stat, add xalloc, stat-macros.
26395         * modules/stat: Remove this file.
26396         (Include): Add "lstat.h", remove <sys/stat.h>.
26397
26398 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26399
26400         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
26401         (ranged_convert): Don't save conversion in a temporary struct.
26402         This causes a warning with GCC 4.0.0, and anyway in the typical
26403         case it's not worth the extra 100 bytes or so of code.
26404         (ranged_convert, __mktime_internal): When calling a function via a
26405         pointer P, use P () rather than (*P) (), as we now assume C89 or
26406         better.
26407
26408 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26409
26410         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
26411         "who -r" failed to give output.  Problem reported by Tim Waugh.
26412
26413         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
26414         (xcalloc): Use it to avoid needless tests.
26415         Problem reported by Jim Meyering.
26416
26417 2005-06-20  Derek Price  <derek@ximbiot.com>
26418
26419         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
26420         unnecessary for Autoconfs > 2.59c.
26421
26422 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26423
26424         * lib/argp.h (__option_is_short): Check upper limit of
26425         __key. Isprint() requires its argument to have the value
26426         of an unsigned char or EOF.
26427
26428 2005-06-16  Jim Meyering  <jim@meyering.net>
26429
26430         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
26431         when either N or S is zero.
26432
26433 2005-06-16  Derek Price  <derek@ximbiot.com>
26434
26435         * m4/bison.m4: Declare YACC & YFLAGS precious.
26436
26437 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
26438
26439         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
26440         multibyte string or pattern, fall back on unibyte matching.
26441         Problem reported by James Youngman.
26442
26443 2005-06-08  Bruno Haible  <bruno@clisp.org>
26444
26445         * modules/csharpcomp: New file.
26446         * MODULES.html.sh (C#): Add csharpcomp.
26447
26448 2005-06-08  Bruno Haible  <bruno@clisp.org>
26449
26450         * m4/csharpcomp.m4: New file, from GNU gettext.
26451
26452 2005-06-08  Bruno Haible  <bruno@clisp.org>
26453
26454         * lib/csharpcomp.h: New file, from GNU gettext.
26455         * lib/csharpcomp.c: New file, from GNU gettext.
26456         * lib/csharpcomp.sh.in: New file, from GNU gettext.
26457
26458 2005-06-08  Bruno Haible  <bruno@clisp.org>
26459
26460         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
26461         warning on mingw.
26462
26463 2005-06-07  Derek Price  <derek@ximbiot.com>
26464
26465         Sync from CVS.
26466         * lib/glob_.h: Indent nested #ifdef.
26467
26468 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26469
26470         Sync from coreutils.
26471         Use "file name" when talking about file names, instead of "filename"
26472         or "path", as per the GNU coding standards.
26473         * lib/mkdir-p.c: Renamed from makepath.c.
26474         (make_dir_parents): Renamed from make_path.  All callers changed.
26475         * lib/mkdir-p.h: Likewise.  All includers changed.
26476         * lib/filenamecat.c: Renamed from path-concat.c.
26477         (file_name_concat): Renamed from path_concat.  All callers changed.
26478         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
26479         * lib/filenamecat.h: Likewise.  All includers changed.
26480         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
26481         in comments or local variable names.
26482         * lib/basename.c: Likewise.
26483         * lib/canonicalize.c, canonicalize.h: Likewise.
26484         * lib/dirname.c, dirname.h: Likewise.
26485         * lib/euidaccess.c: Likewise.
26486         * lib/exclude.c: Likewise
26487         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
26488         * lib/fsusage.c, fsuage.h: Likewise.
26489         * lib/fts.c, fts_.h: Likewise.
26490         * lib/getcwd.c: Likewise.
26491         * lib/getloadavg.c: Likewise.
26492         * lib/mkstemp.c: Likewise.
26493         * lib/mountlist.c, mountlist.h: Likewise.
26494         * lib/openat.c, openat.h: Likewise.
26495         * lib/readlink-stub.c: Likewise.
26496         * lib/readutmp.c, readutmp.h: Likewise.
26497         * lib/rename.c: Likewise.
26498         * lib/rmdir.c: Likewise.
26499         * lib/same.c: Likewise.
26500         * lib/savedir.c: Likewise.
26501         * lib/stripslash.c: Likewise.
26502         * lib/tempname.c: Likewise.
26503         * lib/xreadlink.c: Likewise.
26504         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
26505         All uses changed.
26506         * lib/exclude.h: Likewise.
26507
26508         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
26509         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26510         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
26511         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26512         * lib/pathmax.h: Include <limits.h> unconditionally, since other
26513         files have been getting away with it for years (MORE/BSD 4.3
26514         is extinct now).
26515         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
26516         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26517
26518         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
26519         Define to 256, not 255, as per modern POSIX.
26520
26521 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26522
26523         Sync from coreutils.
26524         Use "file name" when talking about file names, instead of "filename"
26525         or "path", as per the GNU coding standards.
26526         * MODULES.html.sh: mkdir-p renamed from makepath.
26527         filenamecat renamed from path-concat.
26528         * modules/filenamecat: Renamed from modules/path-concat.
26529         (Files): filenamecat.h and filenamecat.c renamed from
26530         path-concat.h and path-concat.c.
26531         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
26532         (Include): filenamecat.h, not path-concat.h.
26533         * modules/mkdir-p: Renamed from modules/makepath.
26534         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
26535         makepath.c.
26536         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
26537         (Include): mkdir-p.h, not makepath.h.
26538
26539 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26540
26541         Sync from coreutils.
26542         * m4/mkdir-p.m4: Renamed from makepath.m4.
26543         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
26544         Rename files from makepath.c to mkdir-p.c, and from
26545         makepath.h to mkdir-p.h.
26546         * m4/filenamecat.m4: Renamed from path-concat.m4.
26547         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
26548         Rename files from path-concat.c to filenamecat.c,
26549         and from path-concat.h to filenamecat.h.
26550         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
26551         "file name" in local variables or comments.
26552         * m4/rename.m4: Likewise.
26553
26554 2005-06-01  Bruno Haible  <bruno@clisp.org>
26555
26556         * modules/csharpexec: New file.
26557         * MODULES.html.sh (C#): New section.
26558
26559 2005-06-01  Bruno Haible  <bruno@clisp.org>
26560
26561         * m4/csharp.m4: New file, from GNU gettext.
26562         * m4/csharpexec.m4: New file, from GNU gettext.
26563
26564 2005-06-01  Bruno Haible  <bruno@clisp.org>
26565
26566         * lib/csharpexec.h: New file, from GNU gettext.
26567         * lib/csharpexec.c: New file, from GNU gettext.
26568         * lib/csharpexec.sh.in: New file, from GNU gettext.
26569
26570 2005-05-31  Derek Price  <derek@ximbiot.com>
26571             Paul Eggert  <eggert@cs.ucla.edu>
26572
26573         Sync from cvs.
26574         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26575
26576 2005-05-31  Derek Price  <derek@ximbiot.com>
26577             Paul Eggert  <eggert@cs.ucla.edu>
26578
26579         Sync from cvs.
26580         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26581
26582 2005-05-29  Derek Price  <derek@ximbiot.com>
26583
26584         * config/srclist.txt (glob_.h, glob.c): Add these files.
26585
26586 2005-05-29  Derek Price  <derek@ximbiot.com>
26587
26588         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
26589         * modules/glob: New file.
26590         * modules/getlogin_r: Add link to POSIX spec in description.
26591
26592 2005-05-29  Derek Price  <derek@ximbiot.com>
26593             Paul Eggert  <eggert@cs.ucla.edu>
26594
26595         * m4/glob.m4: New file.
26596
26597 2005-05-29  Derek Price  <derek@ximbiot.com>
26598             Paul Eggert  <eggert@cs.ucla.edu>
26599
26600         * lib/glob_.h, lib/glob.c: New files.
26601
26602 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26603
26604         * modules/fts (Files): Remove m4/inttypes-pri.m4.
26605         * modules/fts-lgpl (Depends-on): Remove gettext.
26606
26607 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26608
26609         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
26610         and don't require gt_INTTYPES_PRI.
26611
26612 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26613
26614         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
26615
26616         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
26617         the configuration hassle isn't worth it.
26618         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
26619         (LONGEST_MODIFIER, PRIuMAX): Remove.
26620
26621 2005-05-27  Bruno Haible  <bruno@clisp.org>
26622
26623         * lib/getlogin_r.h: Remove second include of <stddef.h>.
26624
26625 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
26626
26627         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
26628         _POSIX_PTHREAD_SEMANTICS for Solaris.
26629
26630 2005-05-25  Derek Price  <derek@ximbiot.com>
26631
26632         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
26633
26634 2005-05-25  Derek Price  <derek@ximbiot.com>
26635             Paul Eggert  <eggert@cs.ucla.edu>
26636
26637         * modules/getlogin_r, m4/getlogin_r.m4: New files.
26638         * lib/getlogin_r.c, getlogin_r.h: New files.
26639
26640 2005-05-25  Bruno Haible  <bruno@clisp.org>
26641             Derek Price  <derek@ximbiot.com>
26642
26643         * lib/getlogin_r.h: Simplify API documentation.
26644
26645 2005-05-23  Derek Price  <derek@ximbiot.com>
26646
26647         * modules/minmax (Files): Add m4/minmax.m4.
26648         (configure.ac): Add gl_MINMAX.
26649
26650 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26651
26652         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
26653         so that unistd-safer.h (GPL'ed code) need not be included.
26654
26655 2005-05-22  Bruno Haible  <bruno@clisp.org>
26656
26657         * m4/minmax.m4: New file.
26658         Based on a patch by Derek Price <derek@ximbiot.com>.
26659
26660 2005-05-22  Bruno Haible  <bruno@clisp.org>
26661
26662         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
26663         (INT64_MIN): Fix definition.
26664         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
26665
26666         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
26667         NEED_SIGNED_INT_TYPES.
26668
26669         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
26670         HAVE_SYSTEM_INTTYPES.
26671
26672 2005-05-22  Bruno Haible  <bruno@clisp.org>
26673
26674         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
26675         Also include <sys/param.h> if it defines MIN, MAX.
26676         Based on a patch by Derek Price <derek@ximbiot.com>.
26677
26678 2005-05-21  Jim Meyering  <jim@meyering.net>
26679
26680         * modules/fts (Files): Add m4/inttypes-pri.m4.
26681         (Depends-on): Add lstat and remove gettext.  Alphabetize.
26682
26683 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26684
26685         New fts module.
26686         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
26687         (setup_dir, free_dir): New functions.
26688         (enter_dir, leave_dir): Define trivial
26689         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
26690         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
26691         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
26692         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
26693         Move to fts-cycle.c.
26694         (fts_open): Use setup_dir.
26695         (fts_close): Use free_dir.
26696         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
26697         This adds a label and some gotos, but the alternatives were messier.
26698         Check for memory allocation failure when entering a dir.
26699         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
26700         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
26701         (FTS): New member fts_cycle, that is a union that contains the
26702         old active_dir_ht and cycle_state.  All uses changed to mention
26703         fts_cycle.ht and fts_cycle.state.
26704         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
26705         fts.c, with the following changes:
26706         (setup_dir, free_dir): New functions.
26707         (enter_dir): Now returns bool.  Return true if successful, false
26708         if memory exhausted.  All callers changed.
26709         Do not bother partly cleaning up on
26710         memory allocation failure; that is free_dir's job.
26711         However, free ad if hash_insert fails, to avoid memory leak.
26712         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
26713         fts->fts_options to see which union member to use.
26714
26715 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26716
26717         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
26718         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
26719
26720 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26721
26722         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
26723
26724 2005-05-20  Jim Meyering  <jim@meyering.net>
26725
26726         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
26727         Now a macro, to pacify GCC.
26728
26729 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
26730
26731         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
26732         of -1.
26733
26734 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
26735
26736         * lib/chown.c (rpl_chown): Return -1 on failure.
26737
26738 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
26739
26740         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
26741         Don't check for stddef.h.
26742         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
26743         don't use its results.
26744         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
26745         since we include them unconditionally.  Don't require
26746         AM_STDBOOL_H, since stdbool is a prerequisite.
26747         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
26748         since we assume C89 or better.
26749         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
26750         as we don't use their results.
26751         Don't check for fchdir, memmove, memset, strrchr, as we use
26752         them unconditionally.
26753         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
26754         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
26755
26756 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
26757
26758         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
26759         Include <stddef.h> unconditionally, since we assume C89 now.
26760         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
26761         * lib/fts.c: Include fts_.h first, to check interface.
26762         Do not include intprops.h; no longer needed.
26763         Include cycle-check.h and hash.h, since fts_.h no longer does.
26764         Remove unnecessary casts of closedir to void.
26765         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
26766         decide whether to decrement nlinks.
26767         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
26768         (FTS): Use struct hash_table * instead of Hash_table, so that
26769         we no longer need to include hash.h here.
26770
26771 2005-05-18  Jim Meyering  <jim@meyering.net>
26772
26773         * modules/dirfd (License): Change to LGPL.  Most of the code
26774         is already in the public domain.
26775
26776 2005-05-18  Jim Meyering  <jim@meyering.net>
26777
26778         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
26779         Reported by Yoann Vandoorselaere.
26780
26781 2005-05-17  Jim Meyering  <jim@meyering.net>
26782
26783         * m4/fts.m4: New file, from coreutils.
26784
26785 2005-05-17  Jim Meyering  <jim@meyering.net>
26786
26787         * lib/fts.c, lib/fts_.h: New files, from coreutils.
26788
26789 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26790
26791         Sync from coreutils.
26792         * m4/unlinkdir.m4: New file.
26793
26794 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26795
26796         Sync from coreutils.
26797         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
26798         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
26799         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
26800         White space changes only.
26801         * lib/makepath.c (make_path): Port to hosts where leading "//" is
26802         special.
26803         * lib/yesno.c: Include getline.h, not ctype.h.
26804         (yesno): Don't remove leading white space; POSIX doesn't allow it.
26805         Use getline to remove arbitrary restriction on response length.
26806
26807 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26808
26809         * config/srclist-update: Spell out "Street" in FSF postal
26810         mail address; this is the style the FSF seems to prefer.
26811
26812         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
26813         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
26814         this updates FSF postal mail address.
26815
26816         Sync from coreutils.
26817         * modules/unlinkdir: New file.
26818         * modules/yesno (Depends-on): Add getline.
26819         * MODULES.html.sh (File system functions): Add unlinkdir.
26820
26821 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26822
26823         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
26824         lib/strsep.h:
26825         Change the initial comment to refer to GPL, not LGPL.
26826         gnulib-tool will change it to LGPL as needed.
26827
26828         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
26829         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
26830         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
26831         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
26832         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
26833         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
26834         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
26835         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
26836         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
26837         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
26838         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
26839         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
26840         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
26841         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
26842         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
26843         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
26844         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
26845         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
26846         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
26847         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
26848         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
26849         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
26850         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
26851         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
26852         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
26853         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
26854         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
26855         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
26856         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
26857         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
26858         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
26859         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
26860         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
26861         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
26862         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
26863         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
26864         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
26865         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
26866         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
26867         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
26868         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
26869         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
26870         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
26871         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
26872         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
26873         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
26874         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
26875         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
26876         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
26877         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
26878         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
26879         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
26880         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
26881         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
26882         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
26883         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
26884         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
26885         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
26886         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
26887         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
26888         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
26889         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
26890         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
26891         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
26892         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
26893         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
26894         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
26895         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
26896         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
26897         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
26898         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
26899         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
26900         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
26901         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
26902         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
26903         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
26904         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
26905         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
26906         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
26907         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
26908         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
26909         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
26910         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
26911         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
26912         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
26913         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
26914         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
26915         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
26916         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
26917         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
26918         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
26919         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
26920         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
26921         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
26922         lib/yesno.c, lib/yesno.h:
26923         Update FSF postal mail address.
26924
26925 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26926
26927         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
26928         tests/test-memmem.c, tests/test-stpncpy.c:
26929         Update FSF postal mail address.
26930
26931 2005-05-13  Bruno Haible  <bruno@clisp.org>
26932
26933         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
26934         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
26935         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
26936         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
26937         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
26938         Add support for 64-bit integers in the MSVC compiler.
26939
26940 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26941
26942         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
26943
26944 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
26945
26946         * gnulib-tool (func_import): Sort and uniquify recommended includes.
26947
26948 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
26949
26950         * doc/getdate.texi (General date syntax): Don't say that date
26951         date --iso-8601=ns generates acceptable dates; it doesn't yet.
26952         Problem reported by Nic Ferrier.
26953
26954 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26955
26956         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
26957         specified in ai_socktype. Fix invalid ai_protocol
26958         check. ai_protocol is usually set to 0 or depending on
26959         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
26960         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
26961         ai_socktype / ai_protocol in the returned addrinfo structure.
26962
26963 2005-05-10  Simon Josefsson  <jas@extundo.com>
26964
26965         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
26966         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26967
26968 2005-05-10  Karl Berry  <karl@gnu.org>
26969
26970         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
26971         (from http://www.gnu.org/licenses).
26972         * doc/COPYING.LIB: also rename to COPYING.LESSER.
26973         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
26974         fdl.texi suffices.
26975
26976 2005-05-10  Karl Berry  <karl@gnu.org>
26977
26978         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
26979         (COPYING.DOC): remove.
26980
26981         * config/srclist-update: new FSF address.
26982
26983 2005-05-10  Derek Price  <derek@ximbiot.com>
26984
26985         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
26986         possible.
26987
26988 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26989             Bruno Haible  <bruno@clisp.org>
26990
26991         * modules/inet_ntop: New file.
26992         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26993         inet_ntop.
26994
26995 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26996             Bruno Haible  <bruno@clisp.org>
26997
26998         * m4/inet_ntop.m4: New file.
26999
27000 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27001             Bruno Haible  <bruno@clisp.org>
27002
27003         * lib/inet_ntop.h: New file.
27004         * lib/inet_ntop.c: New file, from glibc with modifications.
27005
27006 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
27007
27008         * modules/time_r (License): Change to LGPL.
27009         * modules/extensions (License): Change to LGPL.  Actually,
27010         the license is more permissive than that, but currently gnulib-tool
27011         doesn't know how to handle more-permissive licenses.
27012
27013         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
27014         Problem reported by Dave Love.
27015
27016 2005-05-08  Jim Meyering  <jim@meyering.net>
27017
27018         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
27019         blank.
27020
27021 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
27022
27023         * modules/argmatch (Depends-on): Add stdbool.
27024         * modules/backupfile (Depends-on): Likewise.
27025         * modules/chdir-long (Depends-on): Likewise.
27026         * modules/closeout (Depends-on): Likewise.
27027         * modules/cycle-check (Depends-on): Likewise.
27028         * modules/dirname (Depends-on): Likewise.
27029         * modules/fnmatch (Depends-on): Likewise.
27030         * modules/fsusage (Depends-on): Likewise.
27031         * modules/fwriteerror (Depends-on): Likewise.
27032         * modules/getcwd (Depends-on): Likewise.
27033         * modules/getloadavg (Depends-on): Likewise.
27034         * modules/hard-locale (Depends-on): Likewise.
27035         * modules/makepath (Depends-on): Likewise.
27036         * modules/mountlist (Depends-on): Likewise.
27037         * modules/nanosleep (Depends-on): Likewise.
27038         * modules/posixtm (Depends-on): Likewise.
27039         * modules/quotearg (Depends-on): Likewise.
27040         * modules/readtokens (Depends-on): Likewise.
27041         * modules/readtokens0 (Depends-on): Likewise.
27042         * modules/readutmp (Depends-on): Likewise.
27043         * modules/save-cwd (Depends-on): Likewise.
27044         * modules/strftime (Depends-on): Likewise.
27045         * modules/userspec (Depends-on): Likewise.
27046         * modules/utimecmp (Depends-on): Likewise.
27047         * modules/xgetcwd (Depends-on): Likewise.
27048         * modules/xnanosleep (Depends-on): Likewise.
27049         * modules/xstrtod (Depends-on): Likewise.
27050         * modules/yesno (Depends-on): Likewise.
27051
27052 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
27053
27054         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
27055         needless checks.
27056
27057 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27058
27059         Merge from coreutils.  Among other things,
27060         add bulletproofing for cases where stdin, stdout, or stderr are closed.
27061         * lib/fd-safer.c: New file.
27062         * lib/fcntl-safer.h, open-safer.c: Remove.
27063         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
27064         * lib/dup-safer.c: Include unistd-safer.h first.
27065         Don't include errno.h.
27066         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
27067         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
27068         * lib/file-type.c: Rely on file-type.h change.
27069         * lib/getloadavg.c: Include unistd-safer.h.
27070         (getloadavg): Use safer open.
27071         * lib/getusershell.c: Include "stdio-safer.h".
27072         (getusershell): Use safer fopen.
27073         * lib/long-options.c (long_options): Use NULL rather than 0.
27074         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
27075         'free'.
27076         * lib/modechange.c: Likewise.
27077         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
27078         (MODE_DONE): New constant.
27079         (struct mode_change): Remove 'next' member.
27080         (make_node_op_equals): New function; like the old one of the
27081         same name, except it allocates an array.
27082         (mode_compile, mode_create_from_ref): Use it.
27083         (mode_compile): Allocate result as an array, not a linked list.
27084         Parse octal string ourself, so that we catch mistakes like "+0".
27085         (mode_adjust): Arg is an array, not a linked list.
27086         * lib/modechange.c: Include stat-macros.h, xalloc.h.
27087         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
27088         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
27089         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
27090         Remove.  This is now stat-macros.h's job.
27091         (talloc): Remove.  All callers replaced by xalloc, so that
27092         our invokers don't have to worry about reporting memory failures.
27093         (make_node_op_equals): Remove.
27094         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27095         New constants.
27096         (struct mode_change): Moved here from modechange.h.
27097         (mode_append_entry): Remove.
27098         (mode_compile): Remove MASKED_OPS arg, since it encouraged
27099         apps to have incorrect behavior.  Use simpler algorithm for head
27100         and tail.  Don't futz with umask; that's now the job of mode_adjust.
27101         Detect more invalid usages rather than having somewhat-random behavior.
27102         Don't insert an "a=" action, as that leads to incorrect behavior.
27103         (mode_compile, mode_create_from_ref): Return NULL on error instead
27104         of an enum, since now there's only one way to have an error.  All
27105         callers changed.
27106         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
27107         at the correct time.  Simplify calculation of "+u" and its ilk.
27108         Don't mishandle "+X".
27109         (mode_free): Remove "register" and localize decls.
27110         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27111         (struct mode_change): Move to modechange.c; callers don't
27112         need to see this stuff.
27113         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
27114         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
27115         (mode_change, mode_adjust): Reflect the new signatures noted above.
27116         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
27117         that might redefine system include files.
27118         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
27119         (my_usleep): Use NULL rather than (void *) 0.
27120         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
27121         Use siginterrupt to specify that system calls should be interrupted.
27122         (rpl_nanosleep): Move initialization of suspended closer to call of
27123         my_usleep.
27124         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
27125         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
27126         (desirable_utmp_entry): New function.
27127         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
27128         using x2nrealloc, to simplify logic.
27129         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
27130         size calculation.  Do not assume utmp file is a regular file.
27131         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
27132         (READ_UTMP_CHECK_PIDS): New constant.
27133         * lib/save-cwd.c: Include unistd-safer.h.
27134         (save_cwd): Use fd_safer.
27135         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
27136         [!_LIBC] Include "stat-macros.h" instead.
27137         * lib/unistd-safer.h (fd_safer): New decl.
27138
27139 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27140
27141         * modules/getloadavg (Depends-on): Add unistd-safer.
27142         * modules/getusershell (Depends-on): Add stdio-safer.
27143         * modules/lstat (Depends-on): Remove xalloc.
27144         * modules/mkstemp (Depends-on): Add stat-macros.
27145         * modules/modechange (Depends-on): Remove xstrtol.
27146         Add stat-macros, xalloc.
27147         * modules/save-cwd (Depends-on): Add unistd-safer.
27148         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
27149         * modules/unistd-safer (Files): Add lib/fd-safer.c
27150         (Makefile.am): Remove lib_SOURCES.
27151
27152         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
27153         Remove fcntl-safer; unistd-safer supersedes it.
27154
27155 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27156
27157         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
27158         AC_HEADER_STAT.
27159         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
27160         (gl_PREREQ_CHOWN): Remove.
27161         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
27162         it.  Don't require AC_HEADER_STAT.
27163         (gl_PREREQ_LSTAT): Remove.
27164         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
27165         Don't require AC_HEADER_STAT.
27166         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
27167         (gl_PREREQ_RMDIR): Remove.
27168         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
27169         mention stat-macros.h or AC_HEADER_STAT, since we'll make
27170         the stat-macros module a prerequisite.
27171         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
27172         * m4/filemode.m4 (gl_FILEMODE): Likewise.
27173         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
27174         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
27175         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
27176         variable names.
27177         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
27178         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
27179         variable prefixes.
27180         * m4/fcntl-safer.m4: Remove.
27181         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
27182         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
27183         Invoke gl_PREREQ_FD_SAFER.
27184         (gl_PREREQ_FD_SAFER): New macro.
27185         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
27186         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
27187         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
27188         Remove duplicate call to AC_LIBOBJ(readutmp).
27189         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
27190
27191         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
27192         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
27193
27194 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27195
27196         * MODULES.html.sh (Misc): Add byteswap.
27197
27198 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27199
27200         * modules/getcwd (Depends-on): Add extensions.
27201         * modules/openat (Depends-on): Likewise.
27202
27203 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27204
27205         * modules/byteswap: New file.
27206
27207 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27208
27209         * m4/byteswap.m4: New file.
27210
27211 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27212
27213         * lib/byteswap_.h: New file.
27214
27215 2005-04-25  Karl Berry  <karl@gnu.org>
27216
27217         * m4/gettext.m4: Update from GNU gettext 0.14.4.
27218
27219 2005-04-25  Albert Chin  <china@thewrittenword.com>
27220
27221         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
27222         Toolkit C bug.
27223
27224 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
27225
27226         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
27227         (func_ln_if_changed) Remove forcibly for no error message
27228         in case file does not exist.
27229
27230 2005-04-19  Simon Josefsson  <jas@extundo.com>
27231
27232         * gnulib-tool (Options): Make --symlink mean --symbolic.
27233
27234 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
27235
27236         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
27237
27238 2005-04-16  Simon Josefsson  <jas@extundo.com>
27239
27240         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
27241
27242 2005-04-15  Simon Josefsson  <jas@extundo.com>
27243
27244         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
27245
27246 2005-04-15  Simon Josefsson  <jas@extundo.com>
27247
27248         * gnulib-tool: Rename --symlink to --symbolic.
27249
27250 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
27251
27252         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
27253         symbolic links to files instead of copying/moving.  Add --aux-dir,
27254         specifying directory relative --dir where auxiliary build tools
27255         are placed.
27256
27257 2005-04-14  Bruno Haible  <bruno@clisp.org>
27258
27259         * modules/allocsa (License): Change to LGPL.
27260         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
27261
27262 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27263
27264         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
27265         that "UTC +1 second" continues to work.  Problem reported
27266         by Dmitry V. Levin.
27267         (relunit_snumber): New rule.
27268         (relunit): Use it.
27269
27270 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27271
27272         * lib/getdate.y (universal_time_zone_table): New constant.
27273         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
27274         universal_time_zone_table.
27275         (lookup_zone): Prefer universal_time_zone_table to
27276         local_time_zone_table, so that "GMT" time stamps are allowed in
27277         London during the summer.  Problem reported by Ian Abbott.
27278
27279 2005-04-12  Jim Meyering  <jim@meyering.net>
27280
27281         * lib/human.c (humblock): Set *options even when returning due to
27282         xstrtoumax conversion failure.  Thanks to a used-uninitialized
27283         warning from gcc-4.
27284
27285 2005-04-09  Jim Meyering  <jim@meyering.net>
27286
27287         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
27288         -Wuninitialized: initialize tm0.tm_year.
27289
27290 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
27291
27292         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
27293         count, since there's no maximum.  All uses changed.
27294         Add member dsts_seen.
27295         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
27296         not being INT_MAX.
27297         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
27298         Use pc_rels_seen to decide whther a date is absolute.
27299
27300         * lib/getdate.y (number): Don't overwrite year.
27301         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
27302         check.
27303
27304 2005-04-02  Simon Josefsson  <jas@extundo.com>
27305
27306         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
27307         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
27308
27309 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
27310
27311         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
27312         where no absolute path name can be longer than PATH_MAX.
27313
27314 2005-03-27  Jim Meyering  <jim@meyering.net>
27315
27316         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
27317
27318 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
27319
27320         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
27321         "one's complement" -> "ones' complement" in comment, as per Knuth.
27322         "value of type" -> "type or expression" in comment.
27323         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
27324
27325 2005-03-26  Jim Meyering  <jim@meyering.net>
27326
27327         Comment nits.
27328         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
27329         Correct typos: s/or/of/.
27330
27331 2005-03-26  Jim Meyering  <jim@meyering.net>
27332
27333         * modules/check-include-files: Move to ../ and rename to...
27334         * check-module: ...this.
27335
27336 2005-03-25  Jim Meyering  <jim@meyering.net>
27337
27338         * modules/xvasprintf (Files): Add xalloc.h.
27339
27340 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
27341
27342         * modules/gettext (Files): config/config.rpath ->
27343         build-aux/config.rpath
27344         * modules/iconv (Files): Likewise.
27345         Problem reported by Oskar Liljeblad.
27346
27347 2005-03-23  Jim Meyering  <jim@meyering.net>
27348
27349         * modules/check-include-files: New script to check for
27350         missing dependencies, multiple includes, etc.
27351
27352         * modules/c-strtold (Depends-on): Add xalloc.
27353         * modules/c-strtod (Depends-on): Add xalloc.
27354         * modules/hash (Depends-on): Add xalloc.
27355         (Files): Remove lib/xalloc.h.
27356
27357         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
27358         * modules/userspec (Files): Add lib/inttostr.h.
27359
27360 2005-03-23  Jim Meyering  <jim@meyering.net>
27361
27362         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
27363
27364 2005-03-22  Jim Meyering  <jim@meyering.net>
27365
27366         * modules/stat-macros: New module.
27367         * modules/canonicalize, modules/euidaccess, modules/file-type,
27368         * modules/filemode, modules/lchown, modules/makepath,
27369         * modules/rmdir, modules/stat: Depend on new stat-macros module
27370         rather than listing lib/stat-macros.h manually.
27371         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
27372
27373 2005-03-22  Jim Meyering  <jim@meyering.net>
27374
27375         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
27376
27377 2005-03-22  Bruno Haible  <bruno@clisp.org>
27378
27379         * config/srclist.txt: Replace target directory 'config' with
27380         'build-aux'.
27381         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
27382         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
27383         ../build-aux/.
27384
27385 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
27386
27387         * modules/chdir-long (Depends-on): Add mempcpy.
27388
27389         * modules/acl, modules/backupfile, modules/c-strtod,
27390         modules/c-strtold, modules/canon-host, modules/canonicalize,
27391         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
27392         modules/exclude, modules/exitfail, modules/file-type,
27393         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
27394         modules/getdate, modules/getline, modules/getpagesize,
27395         modules/getpass, modules/getugroups, modules/group-member,
27396         modules/hard-locale, modules/hash, modules/human, modules/idcache,
27397         modules/inttostr, modules/long-options, modules/makepath,
27398         modules/md5, modules/memcasecmp, modules/memcoll,
27399         modules/modechange, modules/mountlist, modules/path-concat,
27400         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
27401         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
27402         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
27403         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
27404         modules/strftime, modules/strndup, modules/strverscmp,
27405         modules/timespec, modules/unlocked-io, modules/userspec,
27406         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
27407         modules/yesno:
27408         Remove lib_SOURCES line from Makefile.am section, as this is now
27409         done automatically by the corresponding Autoconf macro.
27410
27411 2005-03-21  Jim Meyering  <jim@meyering.net>
27412
27413         Changes imported from coreutils.
27414
27415         * lib/cycle-check.c: Don't include xalloc.h.
27416
27417         * lib/path-concat.c: Don't include assert.h.
27418         (path_concat): Remove assertion that would have triggered
27419         for ABASE starting with more than one slash.
27420         Reported by Andreas Schwab.
27421
27422         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
27423         properly when ABASE is an absolute file name.
27424         Correct the description of this function.
27425         Include <assert.h>.
27426         Add an assertion and a test driver.
27427         This fixes a bug introduced on 2004-07-02.
27428         Andreas Schwab reported the resulting failure of cp --parents:
27429         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
27430
27431 2005-03-21  Jim Meyering  <jim@meyering.net>
27432
27433         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
27434         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
27435
27436 2005-03-21  Jim Meyering  <jim@meyering.net>
27437         and  Paul Eggert  <eggert@cs.ucla.edu>
27438
27439         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
27440         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
27441         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
27442         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
27443         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
27444         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
27445         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
27446         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
27447         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
27448         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
27449         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
27450         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
27451         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
27452         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
27453         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
27454         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
27455         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
27456         for these modules.
27457
27458 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
27459
27460         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
27461         (which shouldn't happen), generate nothing instead of returning 0
27462         immediately, so that nstrftime (NULL, ...) doesn't return 0.
27463
27464 2005-03-16  Bruno Haible  <bruno@clisp.org>
27465
27466         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
27467         HAVE_LONGLONG_64BIT.
27468
27469 2005-03-16  Bruno Haible  <bruno@clisp.org>
27470
27471         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
27472         HAVE_LONGLONG_64BIT.
27473
27474 2005-03-16  Bruno Haible  <bruno@clisp.org>
27475
27476         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
27477         HAVE_LONGLONG_64BIT.
27478
27479 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27480
27481         * lib/strftime.c (my_strftime): Prepend space to format so that we can
27482         reliably distinguish strftime failure from empty output on POSIX
27483         hosts.
27484
27485 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27486
27487         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
27488         (iconv_string): Don't guess a size-zero buffer, as that might cause
27489         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
27490         result would be 'too large', where 'too large' is (heuristically)
27491         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
27492         overflow concerns.  This will prevent some unwanted malloc failures
27493         when the inputs are very large.
27494
27495 2005-03-15  Karl Berry  <karl@gnu.org>
27496
27497         * config/srclist.txt (config.rpath): from gettext.
27498         * config/config.rpath: update.
27499
27500 2005-03-15  Bruno Haible  <bruno@clisp.org>
27501
27502         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
27503         to 'negate'.
27504
27505         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
27506         variable.
27507
27508         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
27509         results.
27510
27511 2005-03-14  Simon Josefsson  <jas@extundo.com>
27512
27513         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
27514         <fx@gnu.org>.
27515
27516 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
27517
27518         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
27519         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
27520         intprops.h.
27521         * lib/strtol.c: Likewise.
27522
27523 2005-03-14  Jim Meyering  <jim@meyering.net>
27524
27525         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
27526         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
27527         to be nonzero so that we (and caller) can detect the difference
27528         between a valid zero-length expansion and an error return, even
27529         when the underlying strftime fails before writing anything into
27530         that location.
27531
27532 2005-03-14  Bruno Haible  <bruno@clisp.org>
27533
27534         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
27535         Update from GNU gettext 0.14.3.
27536
27537 2005-03-10  Jim Meyering  <jim@meyering.net>
27538
27539         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
27540
27541 2005-03-10  Jim Meyering  <jim@meyering.net>
27542
27543         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
27544         so that this module works on systems without fchdir.
27545
27546 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
27547
27548         Factor int-properties macros into a single file, except for
27549         glibc-related files.
27550         * lib/intprops.h: New file.
27551         * lib/getloadavg.c: Include it instead of limits.h.
27552         (INT_STRLEN_BOUND): Remove.
27553         * lib/human.c: Include intprops.h.
27554         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
27555         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
27556         302/1000.
27557         * lib/inttostr.h: Include intprops.h instead of limits.h.
27558         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
27559         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
27560         for consistency with intprops.h.
27561         (time_t_is_integer, twos_complement_arithmetic): Use them.
27562         * lib/sig2str.h: Include <signal.h>, intprops.h.
27563         (INT_STRLEN_BOUND): Remove.
27564         * lib/strftime.c (TYPE_SIGNED): Remove.
27565         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
27566         * lib/strtol.c: Adjust comments to match intprops.h.
27567         * lib/userspec.c: Include intprops.h.
27568         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
27569         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
27570         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
27571         instead of rolling our own expressions.
27572         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
27573
27574         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
27575         instead of int.
27576         (my_strftime): Do not mishandle years close to INT_MAX, by doing
27577         the right thing even if adding 1900 would overflow.  Similarly
27578         for tm_mon + 1 and tm_yday + 1.
27579         Make %Y always equivalent to %C%y, and similarly for %G and %g.
27580         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
27581         (DO_SIGNED_NUMBER): New macro.
27582         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
27583
27584 2005-03-07  Bruno Haible  <bruno@clisp.org>
27585
27586         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
27587
27588 2005-03-07  Bruno Haible  <bruno@clisp.org>
27589
27590         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
27591
27592 2005-03-04  Derek R. Price  <derek@ximbiot.com>
27593
27594         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
27595         (func_import): Only replace files via --import when they have actually
27596         changed.
27597
27598 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27599
27600         * m4/mmap-anon.m4: New file.
27601         * m4/pagealign_alloc.m4: New file.
27602
27603 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27604             Bruno Haible  <bruno@clisp.org>
27605
27606         * modules/pagealign_alloc: New file.
27607         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
27608
27609 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27610             Bruno Haible  <bruno@clisp.org>
27611
27612         * lib/pagealign_alloc.h: New file.
27613         * lib/pagealign_alloc.c: New file.
27614
27615 2005-03-03  Bruno Haible  <bruno@clisp.org>
27616
27617         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
27618         Use an all-permissive copyright notice, recommended by RMS.
27619
27620 2005-03-02  Bruno Haible  <bruno@clisp.org>
27621
27622         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
27623         of AIX, the replacement has to be done only after <string.h> is
27624         included, therefore not in config.h. stpncpy.h does the replacement,
27625         and stpncpy.c uses it.
27626
27627 2005-03-02  Bruno Haible  <bruno@clisp.org>
27628
27629         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
27630         stpncpy.c uses it.
27631
27632 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27633
27634         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
27635         The workaround isn't strictly needed for POSIX conformance, and
27636         it's too much of a pain to configure and maintain.  We'll ask
27637         people to fix their kernels instead.
27638         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
27639         (NANOSLEEP_BUG_WORKAROUND): Remove.
27640         (xnanosleep): Remove the workaround.
27641
27642 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27643
27644         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
27645         Reported by Derek Price.
27646         (Include): Add "timespec.h".
27647
27648         * modules/xnanosleep (Depends-on): Remove gethrxtime.
27649
27650 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27651
27652         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
27653         to detect nanosleep bug.
27654
27655 2005-03-01  Bruno Haible  <bruno@clisp.org>
27656
27657         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
27658
27659 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27660
27661         * modules/gethrxtime: New file.
27662         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
27663         (Depends-on): Add gethrxtime.
27664         (configure.ac): Add gl_XNANOSLEEP.
27665         (Makefile.am): Remove lib_SOURCES line.
27666
27667 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
27668
27669         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
27670         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
27671
27672 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
27673
27674         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
27675         * lib/timespec.h (gettime): Return void, since it always
27676         succeeds now.  All uses changed.
27677         * lib/gettime.c (gettime) Likewise.
27678         [HAVE_NANOTIME]: Prefer nanotime.
27679         Assume gettimeofday succeeds, as POSIX requires.
27680         Assime time () succeeds, since other code already does.
27681         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
27682         (timespec_subtract): Remove.
27683         (NANOSLEEP_BUG_WORKAROUND): New constant.
27684         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
27685         things considerably.  Use it only on GNU/Linux hosts, since the
27686         workaround shouldn't be needed elsewhere.
27687
27688 2005-02-24  Bruno Haible  <bruno@clisp.org>
27689
27690         * modules/gettext (Files): Add m4/glibc2.m4.
27691
27692 2005-02-24  Bruno Haible  <bruno@clisp.org>
27693
27694         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
27695         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
27696         * m4/progtest.m4:
27697         Update from GNU gettext 0.14.2.
27698         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
27699
27700 2005-02-24  Bruno Haible  <bruno@clisp.org>
27701
27702         * lib/localcharset.c: Update from GNU gettext 0.14.2.
27703         * lib/config.charset: Update from GNU gettext 0.14.2.
27704
27705 2005-02-24  Bruno Haible  <bruno@clisp.org>
27706
27707         * lib/gettext.h: Update from GNU gettext 0.14.2.
27708
27709 2005-02-23  Simon Josefsson  <jas@extundo.com>
27710
27711         * m4/iconvme.m4: New file.
27712
27713 2005-02-23  Jim Meyering  <jim@meyering.net>
27714
27715         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
27716         change.
27717         Thanks to Bruno Haible for catching it.
27718
27719 2005-02-22  Simon Josefsson  <jas@extundo.com>
27720
27721         * modules/iconvme: New file.
27722
27723         * MODULES.html.sh: Add iconvme.
27724
27725 2005-02-22  Simon Josefsson  <jas@extundo.com>
27726
27727         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
27728
27729 2005-02-22  Simon Josefsson  <jas@extundo.com>
27730
27731         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
27732
27733 2005-02-22  Jim Meyering  <jim@meyering.net>
27734
27735         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
27736         s/ifndef/ifdef/.
27737
27738 2005-02-20  Neil Conway  <neilc@samurai.com>
27739
27740         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
27741         returned by OSX/Darwin if the specified buffer is not large
27742         enough for the hostname.
27743
27744 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27745
27746         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
27747         pass it to _help, otherwise the latter coredumps trying to
27748         dereference state.root_argp.
27749
27750 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27751
27752         * modules/chdir-long (Depends-on): Add memrchr.
27753         * modules/memrchr (Files): Add lib/memrchr.h.
27754         (Include): "memrchr.h".
27755
27756 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27757
27758         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
27759
27760 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27761
27762         * lib/memrchr.h: New file.
27763         * lib/chdir-long.c: Include it.
27764         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
27765         Don't bother including stddef.h.
27766
27767 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
27768
27769         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
27770         inclusion.
27771         Include <sys/types.h>, for dev_t.
27772         (ME_DUMMY, ME_REMOTE): Move from here....
27773         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
27774         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
27775         Dmitry V. Levin.
27776         Include mountlist.h first, to test the interface.
27777
27778 2005-01-29  Bruno Haible  <bruno@clisp.org>
27779
27780         * lib/progname.c (program_name): Initialize.
27781         Needed when linking statically on MacOS X.
27782
27783 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27784
27785         Sync from coreutils.
27786         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
27787         (Depends-on): Add c-strtod.
27788         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
27789
27790 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27791
27792         Sync from coreutils.
27793         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
27794
27795         Remove files that are specific to coreutils.
27796         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
27797
27798 2005-01-28  Bruno Haible  <bruno@clisp.org>
27799
27800         * modules/javacomp: New file.
27801         * MODULES.html.sh (Java): Add javacomp.
27802
27803 2005-01-28  Bruno Haible  <bruno@clisp.org>
27804
27805         * m4/javacomp.m4: New file, from GNU gettext.
27806
27807 2005-01-28  Bruno Haible  <bruno@clisp.org>
27808
27809         * lib/javacomp.sh.in: New file, from GNU gettext.
27810         * lib/javacomp.h: New file, from GNU gettext.
27811         * lib/javacomp.c: New file, from GNU gettext.
27812
27813 2005-01-26  Simon Josefsson  <jas@extundo.com>
27814
27815         * lib/gai_strerror.c: Use GPL in header.
27816
27817 2005-01-26  Bruno Haible  <bruno@clisp.org>
27818
27819         * modules/javaexec: New file.
27820         * MODULES.html.sh (Java): Add javaexec.
27821
27822 2005-01-26  Bruno Haible  <bruno@clisp.org>
27823
27824         * m4/javaexec.m4: New file, from GNU gettext.
27825
27826 2005-01-26  Bruno Haible  <bruno@clisp.org>
27827
27828         * lib/javaexec.sh.in: New file, from GNU gettext.
27829         * lib/javaexec.h: New file, from GNU gettext.
27830         * lib/javaexec.c: New file, from GNU gettext.
27831
27832 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27833
27834         * modules/lchown (Depends-on): Remove lchown.h
27835
27836 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27837
27838         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
27839         must be defined if the header file was not found, in order
27840         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
27841
27842 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27843
27844         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
27845         initializers for struct pentry_state.
27846         (__argp_error): Check return value of __asprintf
27847         (__argp_failure): Translate error message
27848
27849         * lib/argp-parse.c: Removed braces around the expansion of N_()
27850
27851 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27852
27853         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
27854         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
27855         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
27856         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
27857         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
27858         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
27859         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
27860         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
27861         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
27862         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
27863         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
27864         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
27865         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
27866         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
27867         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
27868         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
27869         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
27870         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
27871         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
27872         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
27873         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
27874         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
27875         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
27876         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
27877         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
27878         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
27879         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
27880         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
27881         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
27882         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
27883         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
27884         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
27885         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
27886         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
27887         xstrtol.m4, xstrtoumax.m4, yesno.m4:
27888         Use an all-permissive copyright notice, recommended by RMS.
27889
27890 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
27891
27892         * modules/chdir-long (Depends-on): Remove mempcpy.
27893
27894 2005-01-21  Jim Meyering  <jim@meyering.net>
27895
27896         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
27897         same value as for Solaris 9.
27898
27899         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
27900         component length.  This included changing the parameter to be
27901         of type `char *' rather than `char const *'.
27902         * lib/chdir-long.h (chdir_long): Update prototype.
27903
27904         * lib/openat.c (fdopendir, fstatat): New functions.
27905         * lib/openat.h: Include headers required for use of DIR and struct
27906         stat.
27907         [AT_SYMLINK_NOFOLLOW]: Define.
27908         (fdopendir, fstatat): Add prototypes.
27909
27910 2005-01-21  Bruno Haible  <bruno@clisp.org>
27911
27912         * modules/classpath: New file.
27913         * MODULES.html.sh (Java): Add classpath.
27914
27915 2005-01-21  Bruno Haible  <bruno@clisp.org>
27916
27917         * lib/classpath.h: New file, from GNU gettext.
27918         * lib/classpath.c: New file, from GNU gettext.
27919
27920 2005-01-20  Simon Josefsson  <jas@extundo.com>
27921
27922         * modules/version-etc-fsf: New file.
27923
27924 2005-01-20  Simon Josefsson  <jas@extundo.com>
27925
27926         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
27927         * lib/version-etc.c: Remove version_etc_copyright.
27928         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
27929         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
27930
27931 2005-01-20  Simon Josefsson  <jas@extundo.com>
27932
27933         * lib/base64.h (isbase64): Add.
27934
27935         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
27936         using a unsigned prototype, don't inline.
27937         (base64_decode): Use it.
27938
27939 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27940
27941         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
27942         it.
27943
27944 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27945
27946         * lib/save-cwd.c (save_cwd): Remove code to support the case
27947         where fchdir is missing or flaky.
27948
27949 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27950
27951         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
27952
27953 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
27954
27955         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
27956         AC_LIBSOURCES now does this.
27957         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
27958         with new ullong_max module.
27959
27960 2005-01-19  Bruno Haible  <bruno@clisp.org>
27961
27962         * modules/sh-quote: New file.
27963         * MODULES.html.sh (Executing programs): Add sh-quote.
27964
27965 2005-01-19  Bruno Haible  <bruno@clisp.org>
27966
27967         * lib/sh-quote.h: New file, from GNU gettext.
27968         * lib/sh-quote.c: New file, from GNU gettext.
27969
27970 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27971
27972         Merge from coreutils.
27973         * m4/ullong_max.m4: New file.
27974         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
27975         (gl_MACROS): Assume localeconv exists.
27976
27977 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27978
27979         Merge changes from coreutils, as described below in several
27980         changelogs dated today.
27981
27982         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
27983         (O_DIRECTORY): Remove; not needed here, since "." must be
27984         a directory.  All uses removed.
27985         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
27986         universal on Suns, and we also need to test for IRIX.
27987         Revamp code to use 'if' rather than '#if'.
27988         Avoid unnecessary comparison of cwd->desc to 0.
27989
27990         * lib/utimens.c (futimens): Robustify the previous patch, by checking
27991         for known valid error numbers rather than observed invalid ones.
27992
27993 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27994
27995         * modules/ullong_max: New file.
27996
27997         * modules/chdir-long, modules/openat: New files.
27998         * modules/save-cwd (Depends-on): Depend on chdir-long.
27999         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
28000
28001 2005-01-18  Jim Meyering  <jim@meyering.net>
28002
28003         Merge from coreutils.
28004         * m4/chdir-long.m4, m4/openat.m4: New files.
28005         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
28006         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
28007         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
28008         is sane and DOES follow symlinks.  Besides, testing 20 different
28009         systems found no broken chown implementations.
28010         Prompted by a change in rsync's copy of this macro.
28011         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
28012
28013         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
28014
28015         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
28016         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
28017         NULL-means-set-to-current-time semantics.
28018         Remove temporary file immediately, rather than waiting
28019         for configure's at-exit trap code to do it.
28020
28021 2005-01-18  Jim Meyering  <jim@meyering.net>
28022
28023         * lib/version-etc.c (version_etc_copyright): Update copyright date.
28024
28025         * lib/utimens.c (futimens): Account for the fact that futimes
28026         can also fail with errno == ENOSYS or errno == ENOENT.
28027         Patch from Dmitry V. Levin.
28028
28029         Change the name of the robust chdir function from chdir to chdir_long.
28030         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
28031         (restore_cwd): Use chdir_long, not chdir.
28032         * lib/chdir-long.c: Renamed from chdir.c.
28033         * lib/chdir-long.h: Renamed from chdir.h.
28034         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
28035         Hurd.
28036
28037 2005-01-18  Bruno Haible  <bruno@clisp.org>
28038
28039         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
28040         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
28041         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
28042         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
28043         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
28044         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
28045         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
28046         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
28047         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
28048         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
28049         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
28050         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
28051         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
28052         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
28053         Use an all-permissive copyright notice, recommended by RMS.
28054
28055 2005-01-18  Bob Proulx  <bob@proulx.com>
28056
28057         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
28058         simplify offsetof() macro construct to avoid compile failure with
28059         native HP-UX 11.0 ANSI C compiler.
28060
28061 2005-01-17  Bruno Haible  <bruno@clisp.org>
28062
28063         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
28064         redundant because stpncpy.m4 takes care of it.
28065
28066 2005-01-17  Bruno Haible  <bruno@clisp.org>
28067
28068         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
28069
28070 2005-01-17  Bruno Haible  <bruno@clisp.org>
28071
28072         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
28073         used.
28074
28075 2005-01-17  Bruno Haible  <bruno@clisp.org>
28076
28077         * lib/fwriteerror.h (fwriteerror): Change specification to include
28078         fclose.
28079         * lib/fwriteerror.c: Include <stdbool.h>.
28080         (fwriteerror): At the end, close the file stream. Record whether
28081         stdout was already closed.
28082
28083 2005-01-17  Bruno Haible  <bruno@clisp.org>
28084
28085         * lib/execute.c (environ): Declare if needed.
28086         * lib/pipe.c (environ): Likewise.
28087         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
28088
28089 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28090
28091         * modules/argp: Depend on vsnprintf
28092
28093 2005-01-10  Jim Meyering  <jim@meyering.net>
28094
28095         * modules/closeout (Depends-on): Add atexit.
28096
28097 2005-01-06  Bruno Haible  <bruno@clisp.org>
28098
28099         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
28100
28101 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28102
28103         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
28104         definitions to be after all include files, to avoid collisions.
28105         Problem reported by Bob Proulx.
28106
28107 2005-01-04  Jim Meyering  <jim@meyering.net>
28108
28109         Changes imported from coreutils.
28110         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
28111         as the mkstemp template, use a temporary directory and an
28112         8.3-friendly template to avoid trouble on systems like DJGPP.
28113         Reported by Juan M. Guerrero via Stepan Kasal.
28114         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
28115         close. Remove the temporary directory right away, rather than waiting
28116         for configure's at-exit trap code to do it.
28117         Suggestion from Stepan Kasal.
28118
28119 2005-01-01  Simon Josefsson  <jas@extundo.com>
28120
28121         * gnulib-tool: Print #include directives when --import'ing.
28122
28123 2004-12-28  Simon Josefsson  <jas@extundo.com>
28124
28125         * tests/test-base64.c: Include required header files.  Remove
28126         unused variables.
28127
28128 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28129
28130         * modules/error (Depends-on): Remove gettext.
28131
28132 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28133
28134         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
28135         not needed.  This removes a dependency on the gettext module.
28136         [defined _LIBC]: Do not include <libintl.h>; not needed.
28137
28138 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
28141         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
28142
28143 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28144
28145         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
28146         HAVE_DECL_STRTOLD.
28147
28148 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28149
28150         * modules/getdate (Depends-on): Remove alloca-opt.
28151
28152 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28153
28154         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
28155
28156 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28157
28158         * lib/argp-parse.c: Include <stddef.h>.
28159         (alignof, alignto): New macros.
28160         (parser_init): Don't assume that void * is aligned sufficiently
28161         for struct option.
28162
28163         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
28164         need to extend the stack.
28165         (YYINITDEPTH): New macro, so that the initial stack isn't overly
28166         large.
28167
28168 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28169
28170         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
28171
28172 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28173
28174         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
28175         (2004-10-24) change.  Apparently this was a false alarm.
28176
28177         * modules/getdate: Depend on alloca-opt, not alloca.
28178
28179 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28180
28181         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
28182         Remove now-obsolete comment about AIX.
28183         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
28184         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
28185         (YYMAXDEPTH): New macro.
28186
28187 2004-12-18  Simon Josefsson  <jas@extundo.com>
28188
28189         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
28190
28191 2004-12-18  Bruno Haible  <bruno@clisp.org>
28192
28193         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
28194
28195 2004-12-18  Bruno Haible  <bruno@clisp.org>
28196
28197         * lib/fatal-signal.c (fatal_signals): Make non-const.
28198         (init_fatal_signals): New function.
28199         (uninstall_handlers, install_handlers): Ignore signals that were set to
28200         SIG_IGN.
28201         (at_fatal_signal): Call init_fatal_signals.
28202         (init_fatal_signal_set): Likewise. Ignore signals that were set to
28203         SIG_IGN.
28204         Reported by Paul Eggert.
28205
28206 2004-12-18  Bruno Haible  <bruno@clisp.org>
28207
28208         * doc/alloca.texi: New file.
28209         * doc/alloca-opt.texi: New file.
28210
28211 2004-12-17  Jim Meyering  <jim@meyering.net>
28212
28213         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
28214         Otherwise, install-sh could exit with improper exit status when
28215         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
28216
28217 2004-12-16  Simon Josefsson  <jas@extundo.com>
28218
28219         * tests/test-base64.c: Add license.
28220
28221 2004-12-15  Stepan Kasal  <address@hidden>
28222
28223         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
28224
28225 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
28226
28227         * modules/getcwd (Files): Add m4/d-ino.m4.
28228         Suggested by Mark D. Baushke.
28229
28230 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28231
28232         * lib/getdate.y (textint): New member "negative".
28233         (time_zone_hhmm): New function.
28234         Expect 14 shift-reduce conflicts, not 13.
28235         (o_colon_minutes): New rule.
28236         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
28237         (yylex): Set the "negative" member of signed numbers.
28238
28239 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28240
28241         * doc/getdate.texi (Time of day items, Time zone items):
28242         Describe new formats +00:00, UTC+00:00.
28243
28244 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28245
28246         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
28247         spurious "-l"s.  Problem reported by Stepan Kasal.
28248
28249 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
28250
28251         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
28252         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
28253
28254 2004-12-04  Simon Josefsson  <jas@extundo.com>
28255
28256         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
28257         Vandoorselaere <yoann@prelude-ids.org>.
28258
28259 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28260
28261         Changes imported from coreutils.
28262         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
28263         exist.
28264         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
28265
28266 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28267
28268         Changes imported from coreutils.
28269         * lib/hard-locale.c: Assume <locale.h> exists.
28270         Include "strdup.h".
28271         (GLIBC_VERSION): New macro.
28272         (hard_locale): Assume setlocale exists.
28273         Rewrite to avoid #ifdef.
28274         Use strdup rather than malloc + strcpy.
28275         * lib/human.c: Assume <locale.h> exists.
28276         (human_readable): Assume localeconv exists.
28277
28278 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28279
28280         * modules/hard-locale (Depends-on): Add strdup.
28281
28282 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28283
28284         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
28285         convert T2, not T.  (Imported from libc.)
28286
28287 2004-11-30  Simon Josefsson  <jas@extundo.com>
28288
28289         * modules/restrict (License): Change to LGPL.
28290
28291 2004-11-30  Simon Josefsson  <jas@extundo.com>
28292
28293         * m4/restrict.m4: Add copyright and copying conditions.
28294
28295 2004-11-30  Simon Josefsson  <jas@extundo.com>
28296
28297         * m4/base64.m4: New file.
28298
28299 2004-11-30  Simon Josefsson  <jas@extundo.com>
28300
28301         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
28302         base64.
28303
28304         * tests/test-base64.c: New file.
28305
28306         * modules/base64: New file.
28307
28308 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28309
28310         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
28311         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
28312
28313         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
28314
28315 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28316
28317         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
28318         (__getcwd.c): Don't restore errno; glibc doesn't.
28319         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
28320         first, falling back to our code only if its results look suspicious.
28321         Ensure that the resulting buffer is only as large as necessary.
28322
28323         * lib/readutmp.c: Include readutmp.h first.
28324         Include <errno.h>, since readutmp.h no longer does that.
28325         * lib/readutmp.h: Don't include <errno.h>,
28326         <sys/param.h>, <time.h>; not needed to establish interface.
28327         (errno): Remove decl.
28328         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
28329         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
28330         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
28331
28332 2004-11-28  Simon Josefsson  <jas@extundo.com>
28333
28334         * lib/base64.h, base64.c: New file.
28335
28336 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
28337
28338         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
28339
28340 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
28341
28342         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
28343         (Depends-on): Remove pathmax, same.  Add mempcpy.
28344         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
28345         (Makefile.am): Append getcwd.h to lib_SOURCES.
28346         (Include): Add getcwd.h.
28347         (Maintainer): Change from Jim Meyering to "all, glibc",
28348         since getdate now uses intended-for-glibc code.
28349         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
28350         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
28351
28352 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28353
28354         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
28355         HP's ANSI C compiler.
28356         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
28357         Declaring int functions causes warnings on some modern systems and
28358         shouldn't be needed to compile on ancient ones.
28359         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
28360         defined.
28361
28362         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
28363         with the following changes.
28364         (__set_errno): Parenthesize properly.
28365         Include <stdbool.h>.
28366         (MIN, MAX, MATCHING_INO): New macros.
28367         (__getcwd): Define with prototype, not K&R form.
28368         Use heuristics to allocate default buffer on stack if possible.
28369         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
28370         behavior, and to avoid the PATH_MAX limit when computing
28371         ../../../../...
28372         Use MATCHING_INO to compare inode number to file.
28373         Check for arithmetic overflow in size calculations.
28374         Fix bug in reallocation of dot array that caused getcwd to fail
28375         on directories nested deeper than 75.
28376         Be more careful about saving errno on error.
28377         Do not use realloc; use only free+malloc, as this is a bit
28378         more flexible and avoids a needless copy operation.
28379         Do not inspect st_dev and st_ino for symbolic links; POSIX
28380         doesn't specify the latter.
28381         Check for closedir errors.
28382         Avoid needless casts.
28383         Use "#ifdef weak_alias" around weak_alias, to be like other
28384         glibc code.
28385         The following changes to getcwd.c have effect only when used in
28386         gnulib; they have no effect inside glibc proper.
28387         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
28388         as alloca isn't used.
28389         (alloca, __alloca): Likewise.
28390         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
28391         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
28392         unconditionally, as gnulib assumes C89 or better.
28393         Do not include <sys/param.h>.
28394         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
28395         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
28396         better.
28397         (NULL) [!defined NULL]: Remove; we assume C89 or better.
28398         Include <dirent.h> in a way that is compatible with modern Autoconf.
28399         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
28400         New macros, if not already defined.
28401         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
28402         Use "_LIBC", not "defined _LIBC", for consistency.
28403         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
28404         a mempcpy module.
28405         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
28406         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
28407         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
28408         credit only to Jim Meyering and adjust the copyright dates.
28409         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
28410         <stdlib.h>, <unistd.h>, "pathmax.h".
28411         Instead, include "xgetcwd.h" (first) and "getcwd.h".
28412         (INITIAL_BUFFER_SIZE): Remove.
28413         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
28414
28415 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28416
28417         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
28418         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
28419         Use the _ONCE methods, for efficiency.
28420         Check for fcntl.h.  In test program, include <errno.h>
28421         and <fcntl.h> if available.  Remove old K&R cruft from
28422         test program.  Check for common errors in GNU/Linux,
28423         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
28424         don't do AC_LIBOBJ, as that's getcwd.m4's job.
28425         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
28426         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
28427         name accordingly.
28428         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
28429         accommodate new getcwd.c.
28430         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
28431         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
28432         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
28433         that's all we need now.
28434
28435 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28436
28437         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
28438         argp-parse.c depends on getopt internals, that means we should
28439         always use our getopt, to be on the safe side.
28440         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
28441         order not to spoil the result of an eventual previous invocation
28442         of gl_GETOPT_SUBSTITUTE.
28443
28444 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28445
28446         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
28447         redefinition warnings. To avoid them, include the defines
28448         in `#if !defined __need_getopt ... #endif'. The only place
28449         where __getopt_argv_const is used is in definitions
28450         of getopt_long and getopt_long_only below, which are as well
28451         protected by `#ifndef __need_getopt'.
28452         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
28453         __need_getopt after including <stdio.h> and <unistd.h> These
28454         headers might have defined it.
28455
28456 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28457
28458         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
28459
28460 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28461
28462         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
28463         (futimens): New function, which uses futimes if available.
28464         (futimens, utimens): Support timespec==NULL, with same semantics
28465         as utime and utimens.
28466         * lib/utimens.h (futimens): New decl.
28467
28468 2004-11-23  Jim Meyering  <jim@meyering.net>
28469
28470         * lib/getopt_.h: Remove trailing blanks.
28471
28472 2004-11-23  Jim Meyering  <jim@meyering.net>
28473
28474         * lib/__fpending.c: Add comment.
28475
28476 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
28477
28478         * modules/canonicalize (Depends-on): Add xreadlink.
28479         Problem reported by James Youngman.
28480
28481 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28482
28483         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
28484         New macros.
28485         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
28486         optopt): Use them instead of invoking ## directly; otherwise, the
28487         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
28488
28489 2004-11-19  Bruno Haible  <bruno@clisp.org>
28490
28491         * lib/strtok_r.c: Move comments from here...
28492         * lib/strtok_r.h: ... to here.
28493
28494 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28495
28496         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
28497         implementations that mishandle size_t overflow.
28498
28499 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28500
28501         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
28502         might fail.  Problem reported by Yoann Vandoorselaere.
28503         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
28504         implementations that mishandle size_t overflow.
28505
28506 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28507
28508         * modules/canon-host (Depends-on): Add strdup.
28509
28510 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28511
28512         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
28513
28514 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28515
28516         * lib/canon-host.c: Include "strdup.h".
28517         (canon_host): Use getaddrinfo if available, so that IPv6 works.
28518         Use strdup instead of malloc/strcpy to duplicate strings.
28519
28520         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
28521         (human_space_before_unit): New constant.
28522         * lib/human.c (human_readable): Support it.
28523
28524         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
28525         (xgetcwd): Set errno correctly when failing.
28526         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
28527         the failure is actually due to a PATH_MAX problem.
28528
28529         Further getopt changes to make it more likely that glibc will
28530         buy the changes back.
28531         * lib/getopt.c (POSIXLY_CORRECT): New constant.
28532         (getopt): Use it, so to preserve glibc semantic
28533         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
28534         when compiling for libc.
28535         * lib/getopt_.h (__getopt_argv_const): Bring it back.
28536         (getopt_long, getopt_long_only): Use it.
28537
28538         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28539         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
28540         (getopt): Argv is now char * const *, as per standard.
28541         (_getopt_internal_r, _getopt_internal): Argv is now char **,
28542         not char *__getopt_argv_const *.
28543         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28544         _getopt_long_only_r): Likewise.
28545         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
28546         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28547         _getopt_long_r, _getopt_long_only_r): Likewise.
28548         * lib/getopt_.h (__getopt_argv_const): Remove.
28549         (getopt): Argv is now char * const *, as per standard.
28550
28551         * lib/getdate.y (tORDINAL): New token.
28552         (day, relunit): Allow it for relative times.
28553         (relative_time_table): Use tORDINAL for ordinals.
28554
28555 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28556
28557         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
28558         Document that "second" isn't allowed as an ordinal number.
28559
28560 2004-11-16  Jim Meyering  <jim@meyering.net>
28561
28562         * modules/closeout (Depends-on): Add fpending.
28563
28564 2004-11-15  Jim Meyering  <jim@meyering.net>
28565
28566         * lib/closeout.c: Include "__fpending.h" once again.
28567         Include <stdbool.h>.
28568         (close_stdout): Don't fail just because stdout was closed initially,
28569         since some programs don't write to stdout in the normal course of
28570         operation (other than --version and --help), and we don't want this
28571         function to make e.g. `touch file >&-' fail.
28572         But do fail if it was closed and someone has tried to write to it.
28573         E.g., `printf foo >&-' must fail.
28574
28575 2004-11-13  Jim Meyering  <jim@meyering.net>
28576
28577         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
28578
28579 2004-11-12  Simon Josefsson  <jas@extundo.com>
28580
28581         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
28582         small doc fix is still pending.
28583
28584 2004-11-11  Simon Josefsson  <jas@extundo.com>
28585
28586         * modules/strtok_r: New file.
28587
28588         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28589         strtok_r.
28590
28591 2004-11-11  Simon Josefsson  <jas@extundo.com>
28592
28593         * m4/strtok_r.m4: New file.
28594
28595         * m4/getopt.m4: Replace opterr.
28596
28597 2004-11-11  Simon Josefsson  <jas@extundo.com>
28598
28599         * lib/strtok_r.h, strtok_r.c: New file.
28600
28601 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28602
28603         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
28604         of replacing opterr, getopt, etc.  This should handle the
28605         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
28606
28607 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28608
28609         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
28610         we can stop lying to compilers about the constness of argv when we
28611         are compiled outside glibc.
28612         (getopt, getopt_long, getopt_long_only): Use it.
28613         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28614         _getopt_internal, getopt): Likewise.
28615         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28616         _getopt_long_only_r): Likewise.
28617         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28618         _getopt_long_r, _getopt_long_only_r): Likewise.
28619
28620         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
28621         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
28622         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
28623         the other external symbols.
28624         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
28625         declaration, since the above renaming now works around collisions.
28626
28627 2004-11-11  Jim Meyering  <jim@meyering.net>
28628
28629         * lib/linebreak.c: Remove trailing blanks.
28630         * lib/alloca_.h: Likewise.
28631         * lib/acosl.c: Likewise.
28632         * lib/euidaccess.c: Likewise.
28633         * lib/allocsa.h: Likewise.
28634
28635 2004-11-10  Simon Josefsson  <jas@extundo.com>
28636
28637         * m4/getaddrinfo.m4: New file.
28638
28639 2004-11-10  Simon Josefsson  <jas@extundo.com>
28640
28641         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
28642
28643 2004-11-10  Simon Josefsson  <jas@extundo.com>
28644
28645         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28646         getaddrinfo.
28647
28648         * modules/getaddrinfo: New file.
28649
28650 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28651
28652         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
28653
28654 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28655
28656         * lib/mktime.c (SHR): New macro, which is a portable
28657         substitute for >> that should work even on Crays.
28658         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
28659         Problem reported by Mark D. Baushke in
28660         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
28661         * lib/getdate.y (SHR): Likewise.
28662         (tm_diff): Use it.
28663         * lib/strftime.c (SHR): Likewise.
28664         (tm_diff): Use it.
28665         * lib/quotearg.c (struct quoting_options): Use unsigned int for
28666         quote_these_too, so that right shifts are well defined.  All uses
28667         changed.
28668
28669 2004-11-10  Jim Meyering  <jim@meyering.net>
28670
28671         Ensure that no close failure goes unreported.
28672         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
28673         return early when it seems there's nothing to flush.
28674         Don't include __fpending.h.
28675
28676 2004-11-10  Jim Meyering  <jim@meyering.net>
28677
28678         * modules/closeout (Depends-on): Remove fpending.
28679
28680 2004-11-10  Jim Meyering  <jim@meyering.net>
28681
28682         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
28683
28684 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28685
28686         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
28687         gl_FUNC_STRFTIME.
28688         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
28689         and AC_REQUIRE when possible, to avoid duplicate checks.
28690         Check for <wchar.h>.
28691
28692 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28693
28694         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
28695
28696 2004-11-09  Bruno Haible  <bruno@clisp.org>
28697
28698         * m4/sockpfaf.m4: New file.
28699
28700 2004-11-05  Bruno Haible  <bruno@clisp.org>
28701
28702         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
28703         Reported by Mark D. Baushke <mdb@cvshome.org>.
28704
28705 2004-11-04  Bruno Haible  <bruno@clisp.org>
28706
28707         2004-09-11  Bruno Haible  <bruno@clisp.org>
28708                 * allocsa.valgrind: New file.
28709         2004-02-06  Bruno Haible  <bruno@clisp.org>
28710                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
28711                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
28712                 Reported by Christopher Seip <chris.seip@hp.com>.
28713
28714 2004-11-04  Bruno Haible  <bruno@clisp.org>
28715
28716         * modules/allocsa (Files): Add lib/allocsa.valgrind.
28717         (Makefile.am): Distribute it.
28718
28719 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
28720
28721         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
28722         with errno == ERANGE if the buffer is too small.
28723         Problem reported by Mark D. Baushke.
28724
28725 2004-11-03  Albert Chin  <china@thewrittenword.com>
28726             Paul Eggert  <eggert@cs.ucla.edu>
28727
28728         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
28729         equivalent, substitute $ac_type for equivalent type rather than
28730         blindly using uint32_t *always* which won't work if uint32_t is not
28731         available.  Define _UINT32_T to work around typedef of uint32_t if
28732         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
28733         2.5.1.
28734
28735 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28736
28737         * m4/jm-macros.m4: Sync from coreutils.
28738         (gl_MACROS): Check for mbrlen, for pathchk.
28739         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
28740
28741 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28742
28743         * lib/xreadlink.c (MAXSIZE): New macro.
28744         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
28745         size does not exceed MAXSIZE.  Avoid cast.
28746         As suggested by Mark D. Baushke in
28747         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
28748         if readlink fails with buffer size just under MAXSIZE, try again
28749         with MAXSIZE.
28750
28751 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28752
28753         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
28754
28755 2004-11-02  Derek R. Price  <derek@ximbiot.com>
28756         and  Paul Eggert  <eggert@cs.ucla.edu>
28757
28758         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
28759         (get_date): Overparenthesize to avoid GCC warning.
28760
28761 2004-11-02  Bruno Haible  <bruno@clisp.org>
28762
28763         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
28764         returns void.
28765
28766 2004-11-02  Bruno Haible  <bruno@clisp.org>
28767
28768         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
28769         function returns void.
28770
28771 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28772
28773         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
28774         fflush_unlocked, flockfile, funlockfile, funlockfile,
28775         fputs_unlocked, putc_unlocked.
28776
28777 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28778
28779         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28780         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
28781         already declared.
28782
28783 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28784
28785         * modules/getdate (Files): Add doc/getdate.texi.
28786         (Depends-on): Add setenv, xalloc.
28787
28788 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28789
28790         * lib/getdate.y: Add support for TZ="foo" within a date string.
28791         Fix some bugs near time_t boundaries.  Reject dates with
28792         out-of-range components, e.g., "Sept 31".
28793         Include <stdlib.h>, "setenv.h", "xalloc.h".
28794         (ISDIGIT_LOCALE): Remove; unused.
28795         Note that the TZ and time functions used here are not reentrant.
28796         (mktime_ok, get_tz): New functions.
28797         (TZBUFSIZE): New constant.
28798         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
28799         This requires that we sometimes generate our own TZ="XXX..." setting.
28800
28801 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28802
28803         * doc/getdate.texi: New file, from coreutils with modifications for
28804         the new TZ parsing.
28805
28806 2004-10-27  Derek R. Price  <derek@ximbiot.com>
28807
28808         * lib/mktime.c (not_equal_tm): Remove redundant check.
28809
28810 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28811
28812         * modules/regex (lib_SOURCES): Add regex.c.
28813         Reported by James Youngman in
28814         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
28815
28816 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28817
28818         * lib/getdate.y: Use Bison 1.875 features, and some minor
28819         code cleanups.  This change does not affect semantics.
28820         Don't include <stdlib.h>; no longer needed.
28821         Don't include unlocked-io.h; only the "#if TEST" code uses
28822         stdio, and performance isn't crucial there.
28823         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
28824         Bison 1.875 features as described below.
28825         All uses of "PC." replaced by "pc->".
28826         (YYSTYPE): Add a forward declaration.
28827         (yylex, yyerror): Use full prototypes in forward decls.
28828         Use "%pure-parser" rather than obsolescent "%pure_parser".
28829         Use %parse-param and %lex-param instead of obsolescent
28830         YYPARSE_PARAM and YYLEX_PARAM.
28831         (meridian_table, month_and_day_table, time_units_table,
28832         relative_time_table, time_zone_table, military_table,
28833         lookup_zone, lookup_word, get_date):
28834         Use NULL instead of 0 where appropriate.
28835         (to_hour): Avoid abort (), to avoid a dependency on
28836         stdlib.h.
28837         (yyerror, yylex): Now accepts parser_control * arg.
28838         (main) [TEST]: Use '\0' rather than 0 for char.
28839
28840 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28841
28842         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
28843
28844 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28845
28846         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
28847         It's now the caller's responsibility to handle the case where
28848         !HAVE_GETPAGESIZE && !defined getpagesize.
28849
28850         * lib/mktime.c (leapyear): Arg is long int, not int.
28851
28852 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
28853
28854         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
28855
28856 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28857
28858         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
28859         missing.  Problem reported by James Youngman.
28860
28861 2004-10-16  Simon Josefsson  <jas@extundo.com>
28862
28863         * gnulib-tool: Fix comments.  Fix parse problem.
28864         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
28865
28866 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
28867
28868         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
28869         implementation of getopt_long.  Problem reported by Alexander Taler in:
28870         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
28871
28872 2004-10-15  Bruno Haible  <bruno@clisp.org>
28873
28874         * gnulib-tool: Untabify. Initialize supplied_libname.
28875         (func_usage): More homogenous output.
28876         (func_modules_transitive_closure, func_modules_to_filelist,
28877         func_emit_lib_Makefile_am): New functions.
28878         (func_import): New function, extracted from big case statement. Use
28879         func_get_license, func_modules_transitive_closure,
28880         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
28881         opt_lgpl. Don't use test -a, as it's not portable.
28882         (func_create_testdir): Use func_modules_transitive_closure,
28883         func_modules_to_filelist, func_emit_lib_Makefile_am.
28884
28885 2004-10-15  Bruno Haible  <bruno@clisp.org>
28886
28887         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
28888
28889 2004-10-15  Bruno Haible  <bruno@clisp.org>
28890
28891         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
28892         the portions belonging to each module.
28893         Suggested by Derek Robert Price <derek@ximbiot.com>.
28894
28895 2004-10-12  Simon Josefsson  <jas@extundo.com>
28896
28897         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28898         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
28899         to real functions.
28900
28901 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28902
28903         * modules/vsnprintf: New file.
28904
28905 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28906
28907         * m4/vsnprintf.m4: New file.
28908
28909 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28910
28911         * lib/vsnprintf.h: New file.
28912         * lib/vsnprintf.c: New file.
28913
28914 2004-10-11  Bruno Haible  <bruno@clisp.org>
28915
28916         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
28917         vsnprintf.
28918
28919 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28920
28921         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
28922
28923 2004-10-07  Bruno Haible  <bruno@clisp.org>
28924
28925         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
28926         fits into the provided buffer.
28927
28928 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28929
28930         * lib/diacrit.c, diacrit.h: Add GPL notice.
28931
28932         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
28933         notice.
28934         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
28935         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
28936         This avoids a potential constant-folding bug.
28937
28938 2004-10-05  Bruno Haible  <bruno@clisp.org>
28939
28940         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
28941         for the declaration of strsep.
28942
28943 2004-10-05  Bruno Haible  <bruno@clisp.org>
28944
28945         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
28946
28947 2004-10-04  Simon Josefsson  <jas@extundo.com>
28948
28949         * modules/memmem: New file.
28950         * tests/test-memmem.c: New file.
28951         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
28952
28953 2004-10-04  Simon Josefsson  <jas@extundo.com>
28954
28955         * m4/memmem.m4: New file.
28956
28957 2004-10-04  Simon Josefsson  <jas@extundo.com>
28958
28959         * lib/memmem.h: New file.
28960         * lib/memmem.c: New file, taken from glibc.
28961
28962 2004-10-04  Simon Josefsson  <jas@extundo.com>
28963
28964         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
28965         '#ifdef USE_UNLOCKED_IO'.
28966
28967 2004-10-04  Simon Josefsson  <jas@extundo.com>
28968
28969         * config/srclist.txt: Add memmem from glibc.
28970
28971 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28972
28973         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
28974
28975         * modules/argmatch, modules/argp, modules/closeout, modules/error,
28976         modules/exclude, modules/getdate, modules/getline,
28977         modules/getndelim2, modules/getpass, modules/getpass-gnu,
28978         modules/getusershell, modules/linebuffer, modules/md5,
28979         modules/mountlist, modules/posixtm, modules/readtokens,
28980         modules/readutmp, modules/regex, modules/sha1,
28981         modules/version-etc, modules/yesno:
28982         Remove dependency on unlocked-io.
28983
28984 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28985
28986         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
28987
28988         * m4/unlocked-io.m4: Add copyright notice.
28989         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
28990
28991 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28992
28993         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
28994         * lib/xmalloc.c (xmemdup): Likewise.
28995         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
28996         XFREE): Remove these long-obsolescent macros.
28997         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
28998         * lib/xstrdup.c: Remove.
28999
29000         * lib/regex.c (re_comp): Cast gettext return value to char *,
29001         Problem reported by Martin Neitzel via Mark D. Baushke.
29002
29003 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29004
29005         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
29006         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
29007         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
29008         regex.c, sha1.c, version-etc.c, yesno.c:
29009         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
29010         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
29011         the includer's responsibility.
29012
29013         Sync from coreutils.
29014
29015         * lib/modechange.c (mode_compile): Don't decrement a pointer that
29016         points to the start of a string, as the C Standard says the
29017         resulting behavior is undefined.
29018
29019         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
29020         simple -> simple_backups, numbered_existing ->
29021         numbered_existing_backups, numbered -> numbered_backups
29022         to avoid shadowing problems.  All uses changed.
29023         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
29024         * lib/backupfile.c (check_extension, numbered_backup):
29025         Rename locals to avoid shadowing 'basename'.
29026         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
29027         once.
29028
29029         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
29030         * lib/.cvsignore: Add getopt.h.
29031
29032 2004-10-04  Bruno Haible  <bruno@clisp.org>
29033
29034         * modules/README: New file.
29035         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
29036         not a module.
29037
29038 2004-10-02  Jim Meyering  <jim@meyering.net>
29039
29040         * lib/dirfd.h, getpagesize.h: Add copyright notice.
29041
29042 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29043
29044         * modules/strsep: New file.
29045
29046 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29047
29048         * m4/strsep.m4: New file.
29049
29050 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29051
29052         * lib/strsep.h: New file.
29053         * lib/strsep.c: New file.
29054
29055 2004-10-01  Simon Josefsson  <jas@extundo.com>
29056
29057         * lib/snprintf.c (snprintf): Handle size==0.
29058
29059 2004-10-01  Simon Josefsson  <jas@extundo.com>
29060             Bruno Haible  <bruno@clisp.org>
29061
29062         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
29063         (snprintf): Declare 'args'.
29064
29065 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
29066
29067         * lib/snprintf.c: Remove comments as to why each header is needed.
29068
29069 2004-10-01  Bruno Haible  <bruno@clisp.org>
29070
29071         * MODULES.html.sh: Add strsep.
29072
29073 2004-09-30  Simon Josefsson  <jas@extundo.com>
29074
29075         * modules/snprintf: New file.
29076
29077 2004-09-30  Simon Josefsson  <jas@extundo.com>
29078
29079         * m4/snprintf.m4: New file.
29080
29081 2004-09-30  Simon Josefsson  <jas@extundo.com>
29082
29083         * lib/snprintf.h, lib/snprintf.c: New files.
29084
29085 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29086
29087         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
29088         (hol_entry_help): Never translate an empty string.
29089         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
29090         * lib/argp.h (OPTION_NO_TRANS): New option.
29091
29092 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29093
29094         * modules/argp (Maintainer): Replace Simon Josefsson
29095         by Sergey Poznyakoff.
29096
29097 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29098
29099         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
29100         changes merged back into glibc.
29101
29102 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29103
29104         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
29105
29106 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29107
29108         * lib/xvasprintf.c: Include xalloc.h.
29109         (xvasprintf): Use xalloc_die, not xmalloc_die.
29110
29111 2004-09-29  Bruno Haible  <bruno@clisp.org>
29112
29113         * modules/alloca-opt: New file, derived from modules/alloca.
29114         * modules/allocsa: Depend on alloca-opt instead of alloca.
29115         * modules/setenv: Likewise.
29116         * modules/vasnprintf: Likewise.
29117         * MODULES.html.sh: Add alloca-opt.
29118
29119 2004-09-28  Simon Josefsson  <jas@extundo.com>
29120
29121         * gnulib-tool: New parameter --lgpl, to asseert that modules are
29122         LGPL, and to replace license template from GPL to LGPL.
29123
29124 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29125
29126         * modules/dummy: Change license to LGPL.
29127
29128 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29129
29130         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
29131
29132 2004-09-24  Simon Josefsson  <jas@extundo.com>
29133
29134         * modules/minmax (License): Change from GPL to LGPL.
29135
29136 2004-09-23  Simon Josefsson  <jas@extundo.com>
29137
29138         * gnulib-tool (--import): Typo.
29139
29140 2004-09-23  Simon Josefsson  <jas@extundo.com>
29141
29142         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
29143
29144 2004-09-22  Bruno Haible  <bruno@clisp.org>
29145
29146         * modules/*: Add 'License' field.
29147         * gnulib-tool: Accept --extract-license option.
29148         (func_get_license): New function.
29149
29150 2004-09-21  Bruno Haible  <bruno@clisp.org>
29151
29152         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
29153         Reported by Simon Josefsson.
29154
29155 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29156
29157         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
29158         gl_AC_TYPE_LONG_LONG.
29159
29160 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29161
29162         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
29163
29164 2004-09-18  Simon Josefsson  <jas@extundo.com>
29165         and  Paul Eggert  <eggert@cs.ucla.edu>
29166
29167         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
29168         calls with autoreconf.  Define GL_LIB.
29169
29170 2004-09-14  Karl Berry  <karl@gnu.org>
29171
29172         * config/srclist.txt: unsync setenv.c, sigh.
29173
29174 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29175
29176         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
29177         Problem reported by Bruno Haible in:
29178         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
29179
29180 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29181
29182         * config/srclist.txt: Comment out argp-pvh.c.
29183
29184 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
29185
29186         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
29187         in case some system header has #define'd it.  Problem reported by
29188         Soeren D. Schulze in
29189         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
29190
29191 2004-09-09  Karl Berry  <karl@gnu.org>
29192
29193         * regex.[ch]: delete from the root.  These were supposed to be
29194                 synced with emacs cvs, but this has not happened for about
29195                 a year, and anyway nothing else uses emacs regex.[ch].
29196                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
29197                 lib/regex[.ch] is untouched.
29198
29199 2004-09-09  Bruno Haible  <bruno@clisp.org>
29200
29201         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
29202
29203 2004-09-09  Bruno Haible  <bruno@clisp.org>
29204
29205         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
29206         modifications.
29207         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
29208
29209 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29210
29211         * modules/xvasprintf: New file.
29212         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
29213
29214 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29215
29216         * lib/xvasprintf.h: New file.
29217         * lib/xvasprintf.c: New file.
29218         * lib/xasprintf.c: New file.
29219
29220 2004-09-08  Bruno Haible  <bruno@clisp.org>
29221
29222         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
29223
29224 2004-09-08  Bruno Haible  <bruno@clisp.org>
29225
29226         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
29227         length is > INT_MAX.
29228         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
29229         more.
29230
29231 2004-09-08  Bruno Haible  <bruno@clisp.org>
29232
29233         * lib/stdint_.h: New file, taken from GNU clisp.
29234
29235 2004-09-08  Bruno Haible  <bruno@clisp.org>
29236             Oskar Liljeblad  <oskar@osk.mine.nu>
29237
29238         * modules/stdint: New file.
29239         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
29240
29241 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29242
29243         Import from coreutils.
29244         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
29245         strings on unbounded length.  alloca's performance benefits aren't
29246         that important here.
29247         (V_STRDUP): Remove.
29248         (parse_with_separator): New function, with most of the internals
29249         of the old parse_user_spec.  Allow user to omit both user and group,
29250         for compatibility with FreeBSD.
29251         Clone only the user name, not the entire spec.
29252         Do not set *uid, *gid unless entirely successful.
29253         Avoid memory leak in some failing cases.
29254         Fix regression for USER.GROUP reported by Dmitry V. Levin in
29255         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
29256         (parse_user_spec): Rewrite to use parse_with_separator.
29257
29258 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29259
29260         * modules/userspec: Don't depend on alloca.
29261
29262 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29263
29264         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
29265
29266 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29267
29268         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
29269         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
29270         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
29271
29272 2004-08-16  Simon Josefsson  <jas@extundo.com>
29273
29274         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
29275         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
29276         Add --dry-run for --import.
29277         Let user provided command line parameters override configure.ac
29278         settings.
29279
29280 2004-08-12  Simon Josefsson  <jas@extundo.com>
29281
29282         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
29283         as discussed with Paul Eggert in threads rooted at
29284         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
29285         and
29286         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
29287         Before, the test was empty, and relied on ELIDE_CODE in source
29288         code.)
29289         (gl_PREREQ_GETOPT): New macro.
29290         (gl_GETOPT): Use them.
29291
29292 2004-08-12  Simon Josefsson  <jas@extundo.com>
29293
29294         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
29295         * lib/getopt_.h: Renamed from getopt.h.
29296
29297 2004-08-12  Simon Josefsson  <jas@extundo.com>
29298
29299         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
29300         Change default library name from libfoo to libgnu.
29301         Now, if you have a configure.ac that says:
29302                 gl_SOURCE_BASE(gl)
29303                 gl_M4_BASE(gl/m4)
29304                 gl_MODULES(error getopt etcetera)
29305                 gl_INIT
29306         you can import all you need by running:
29307                 ../gnulib/gnulib-tool --import
29308
29309         * modules/getopt (Files): Rename getopt.h to getopt_.h.
29310         (Makefile.am): Rewrite, use logic from argz.
29311         (Include): Use <getopt.h> instead of "getopt.h".
29312
29313 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29314
29315         * modules/argp (Files): Add m4/unlocked-io.m4.
29316         (Depends-on): Add extensions.
29317
29318 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29319
29320         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
29321         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
29322         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
29323         Check for program_invocation_name, program_invocation_short_name,
29324         flockfile, funlockfile, features.h, _getopt_long_only_r.
29325
29326 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29327
29328         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
29329         its complicated substitute.
29330         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
29331         and program_invocation_name.
29332         (__argp_basename) [!_LIBC]: Remove; the only use was
29333         replaced by its body.
29334         (__argp_short_program_name): Change condition from
29335         !defined __argp_short_program_name to
29336         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
29337         to match argp-namefrob.h.
29338         (__argp_failure): Don't assume strerror_r returns char *.
29339         * lib/argp-parse.c (N_): Define unconditionally.
29340         (argp_default_options): Fill out initializers with 0 to avoid
29341         gcc warnings.
29342
29343 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29344
29345         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
29346         getopt1.c.
29347
29348 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29349
29350         Merge from coreutils.
29351
29352         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
29353
29354         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
29355         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
29356
29357 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29358
29359         Merge from coreutils.
29360
29361         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
29362         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
29363         for Reliant Unix 5.43.
29364
29365         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
29366         (union fooround): Use uintmax_t, not long int.
29367         The rest is a merge from libc:
29368         [defined _LIBC]: Include <shlib-compat.h>.
29369         (_obstack) [defined _LIBC]: Remove after 2.3.4.
29370
29371         * lib/settime.c (settime): Recode to avoid warning with
29372         Sun Forte C 6U2.
29373
29374         * lib/strverscmp.c: Convert to UTF-8.
29375
29376 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29377
29378         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29379         m4/uintmax_t.m4.
29380
29381 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29382
29383         * modules/xalloc-die: New file.
29384         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
29385
29386         * modules/md5 (Files): Add m4/uint32_t.m4.
29387         * modules/sha1: Renamed from modules/sha.
29388         (Files):
29389         Rename lib/sha.h to lib/sha1.h.
29390         Rename lib/sha.c to lib/sha1.c.
29391         Rename m4/sha.m4 to m4/sha1.m4.
29392         (lib_SOURCES): Likewise.
29393         (configure.ac): Rename gl_SHA to gl_SHA1.
29394         (Include): sha.h -> sha1.h.
29395
29396 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29397
29398         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
29399         * m4/sha1.m4: Renamed from sha.m4.
29400         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
29401
29402 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29403
29404         * lib/obstack.h (obstack_empty_p):
29405         Don't assume that chunk->contents is suitably aligned.
29406         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
29407         Likewise. Problem reported by Benno in
29408         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
29409
29410         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
29411         readable.  This could be improved further but it'd take some work.
29412
29413 2004-08-08  Simon Josefsson  <jas@extundo.com>
29414
29415         * modules/xgethostname (Depends-on): Remove exit and error (not
29416         used).
29417
29418         * modules/getpass-gnu: Add getpass.h.
29419         (Depends-on): Add stdbool.
29420         * modules/getpass: Add getpass.h.
29421
29422 2004-08-08  Simon Josefsson  <jas@extundo.com>
29423
29424         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
29425         Check getpass declaration.
29426
29427 2004-08-08  Simon Josefsson  <jas@extundo.com>
29428
29429         * lib/xgethostname.c: Don't include error.h (not used).
29430
29431         * lib/getpass.h: Add.
29432         * lib/getpass.c: Include getpass.h first.
29433
29434 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
29435
29436         * lib/xalloc-die.c: New file.
29437         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
29438         All uses removed.
29439         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
29440         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
29441         xalloc-die.c.
29442         (_, N_, xalloc_die): Move to xalloc-die.c.
29443         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
29444         so that we needn't mess with xalloc_msg_memory_exhausted.
29445
29446         * lib/sha1.h: Renamed from sha.h.
29447         (SHA1_H): Renamed from _SHA_H.
29448         (sha1_ctx): Renamed from sha_ctx.
29449         (sha1_init_ctx): Renamed from sha_init_ctx.
29450         (sha1_process_block): Renamed from sha_process_block.
29451         (sha1_process_bytes): Renamed from sha_process_bytes.
29452         (sha1_finish_ctx): Renamed from sha_finish_ctx.
29453         (sha1_read_ctx): Renamed from sha_read_ctx.
29454         (sha1_stream): Renamed from sha_stream.
29455         (sha1_buffer): Renamed from sha_buffer.
29456         * lib/sha1.c: Likewise; renamed from sha.c.
29457         Do not include <sys/types.h>.
29458         Include <stddef.h> rather than <stdlib.h>.
29459
29460 2004-08-08  Bruno Haible  <bruno@clisp.org>
29461
29462         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
29463         FILESYSTEM_PREFIX_LEN.
29464         * lib/progreloc.c: Likewise.
29465         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
29466
29467 2004-08-06  Simon Josefsson  <jas@extundo.com>
29468
29469         * modules/progname (Depends-on): Don't depend on stdbool.
29470
29471 2004-08-06  Simon Josefsson  <jas@extundo.com>
29472
29473         * modules/getsubopt: New file.
29474         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29475         getsubopt.
29476
29477 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29478
29479         More merge from coreutils.
29480
29481         * m4/utimens.m4, m4/utimecmp.m4: New files.
29482         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
29483         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
29484         prereq.m4, sha.m4: Import changes from coreutils.
29485
29486 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29487
29488         More merge from coreutils.
29489         * modules/raise, modules/readtokens0, modules/utimens:
29490         * modules/utimecmp, module/xnanosleep: New files.
29491         * modules/strftime: Add lib/strftime.h.
29492         Change include from <time.h> to "strftime.h".
29493         * modules/yesno: Add lib/yesno.h.
29494         * modules/backupfile: Remove lib/addext.c.
29495         * modules/euidaccess: Add stat-macros.h.
29496         * modules/canonicalize, modules/euidaccess,
29497         modules/filemode, modules/lchown, modules/makepath,
29498         modules/rmdir, modules/stat: Likewise.
29499
29500 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29501
29502         Merge from tar.
29503         * lib/argp-help.c (make_hol, hol_append): Don't assume that
29504         SIZE_MAX is a valid preprocessor constant.
29505         (__argp_basename): Change from "#ifndef _LIBC"
29506         to "#ifndef __argp_short_program_name", so that
29507         we don't compile these functions for tar.
29508
29509         More merges from coreutils.
29510         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
29511         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
29512         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
29513         * lib/addext.c: Remove; no longer needed.
29514         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
29515         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
29516         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
29517         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
29518         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
29519         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
29520         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
29521         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
29522         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
29523         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29524         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
29525         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
29526         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
29527         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
29528         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
29529         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
29530         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
29531         Import changes from coreutils.
29532
29533 2004-08-05  Simon Josefsson  <jas@extundo.com>
29534
29535         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
29536
29537 2004-08-05  Simon Josefsson  <jas@extundo.com>
29538
29539         * m4/getsubopt.m4: New file.
29540
29541 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29542
29543         Merge from coreutils.
29544
29545         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
29546         * m4/getcwd-path-max.m4: New files.
29547
29548         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
29549         FILESYSTEM_PREFIX_LEN ->
29550         FILE_SYSTEM_PREFIX_LEN.
29551         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
29552         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
29553         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
29554         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
29555
29556         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
29557         prerequisite modules now handle the DOS stuff.
29558         Don't check for unistd.h.
29559
29560 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29561
29562         Merge from coreutils.
29563
29564         * lib/.gdb-history: Remove; this doesn't belong here.
29565
29566         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
29567         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
29568         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
29569         * lib/getcwd.c: New files.
29570
29571         * lib/dirname.h: Include <stdbool.h>.
29572         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
29573         for consistency with POSIX terminology.  All uses changed.
29574         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
29575         (strip_trailing_slashes): Use bool for booleans.
29576         * lib/stripslash.c (strip_trailing_slashes): Likewise.
29577
29578         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
29579         sometimes returns a positive errno value even when it succeeds.
29580         (print_errno_message) [!LIBC]: Fall back on strerror if
29581         __strerror_r fails.
29582
29583         * lib/path-concat.c (mempcpy): Don't define if a system header defines
29584         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
29585         (longest_relative_suffix): New function.
29586         (path_concat): Use it.  Assume first argument is not NULL.
29587         Port to DOS.  Omit redundant separators.
29588         Report an error instead of returning NULL.
29589         Use mempcpy instead of memcpy.
29590         (xpath_concat): Remove: not declared or used.
29591
29592         * lib/same.h: Include <stdbool.h>
29593         (same_name): Return bool, not int.
29594         * lib/same.c (same_name): Likewise.
29595         (errno): Don't declare; we assume C89 or better now.
29596
29597         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
29598         if not already defined.
29599
29600         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
29601         * lib/dup-safer.c (errno): Likewise.
29602
29603 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29604
29605         Merge from coreutils.
29606         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
29607         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
29608         * modules/path-concat: Don't depend on strdup.
29609
29610 2004-08-03  Simon Josefsson  <jas@extundo.com>
29611
29612         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
29613         * lib/progname.h: Don't include stdbool.h.
29614
29615 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29616
29617         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
29618         * MODULES.html.sh (func_all_modules): Remove fatal.
29619
29620 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29621
29622         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
29623
29624 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29625
29626         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
29627         working.
29628
29629 2004-08-02  Simon Josefsson  <jas@extundo.com>
29630
29631         * lib/getsubopt.h: New file, with comments from Bruno Haible.
29632         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
29633         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
29634
29635 2004-08-01  Simon Josefsson  <jas@extundo.com>
29636
29637         * lib/xgetdomainname.c: Include stdlib.h, for free().
29638
29639 2004-07-19  Bruno Haible  <bruno@clisp.org>
29640
29641         * MODULES.html.sh (func_all_modules): Add dummy.
29642
29643 2004-07-16  Simon Josefsson  <jas@extundo.com>
29644
29645         * modules/dummy: New file.
29646
29647 2004-07-16  Simon Josefsson  <jas@extundo.com>
29648
29649         * lib/dummy.c: New file.
29650
29651 2004-07-16  Bruno Haible  <bruno@clisp.org>
29652
29653         * lib/backupfile.h: Add extern "C" for C++.
29654         * lib/closeout.h: Likewise.
29655         * lib/copy-file.h: Likewise.
29656         * lib/findprog.h: Likewise.
29657         * lib/full-write.h: Likewise.
29658         * lib/pathname.h: Likewise.
29659         * lib/progname.h: Likewise.
29660         * lib/stpcpy.h: Likewise.
29661         * lib/stpncpy.h: Likewise.
29662         * lib/strcase.h: Likewise.
29663         * lib/strstr.h: Likewise.
29664         * lib/xalloc.h: Likewise.
29665
29666         * lib/mbswidth.h: Add extern "C" for C++.
29667         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
29668
29669 2004-07-13  Robert Millan  <robertmh@gnu.org>
29670
29671         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
29672
29673 2004-07-09  Simon Josefsson  <jas@extundo.com>
29674
29675         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
29676         failed without this.)
29677
29678 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29679
29680         * modules/chown (Files): Add lib/fchown-stub.c, since
29681         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
29682
29683 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29684
29685         * lib/fchown-stub.c: New file.
29686
29687 2004-06-24  Jim Meyering  <jim@meyering.net>
29688
29689         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
29690
29691 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29692
29693         * modules/argz: Omit "#include".
29694
29695         * MODULES.html.sh (func_all_modules): Add calloc, to match
29696         2004-06-01 addition of calloc module.
29697
29698 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29699
29700         * m4/argz.m4: New file, which is autoupdated from libtool.
29701
29702 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29703
29704         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
29705         libtool.
29706
29707 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29708
29709         * config/srclist-update: Don't insist on "USA." before the
29710         close-comment, as libtool omits the period and puts the */ on a
29711         separate line.
29712         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
29713         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
29714
29715 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
29716
29717         * modules/argz: New file.
29718         * MODULES.html.sh (func_all_modules): Add argz.
29719
29720 2004-06-12  Jim Meyering  <jim@meyering.net>
29721         and  Paul Eggert  <eggert@cs.ucla.edu>
29722
29723         * modules/hash (Files): Add lib/xalloc.h.
29724         * modules/pipe (Depends-on): Add wait-process.
29725         * modules/stat (Depends-on): Add xalloc.
29726         * modules/userspec (Files): Add lib/userspec.h.
29727         * modules/xstrto
29728
29729         Upgrade from gettext-0.13.
29730         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
29731         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
29732         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
29733
29734 2004-06-10  Jim Meyering  <jim@meyering.net>
29735
29736         * lib/calloc.c: New file.
29737
29738 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
29739
29740         * lib/getdate.y (yylex): Allow space between sign and number.
29741         Problem reported by Dan Jacobson.
29742
29743 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
29744
29745         Merge from coreutils CVS.
29746
29747         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
29748         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
29749         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
29750         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
29751         xstrtol.m4: Fix copyright date and/or serial number.
29752
29753         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
29754         See if we need an fchown replacement.
29755         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
29756         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
29757         and use the replacement function if we detect either defect.
29758
29759         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
29760         gl_UTIMECMP.
29761
29762 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
29763         and  Jim Meyering  <jim@meyering.net>
29764
29765         Merge from coreutils CVS.
29766
29767         * lib/stat-macros.h: New file, with contents from file-type.h
29768         and coreutils' system.h.
29769         * lib/file-type.c: Include "stat-macros.h".
29770         * lib/file-type.h (file_type): Move all macro definitions to new file,
29771         stat-macros.h.
29772
29773         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
29774         Wrap old code with this conditional.
29775         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
29776         function that does not dereference symlinks.
29777         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
29778
29779         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
29780         dependency problems.
29781         (xreadlink): Accept new arg SIZE, for efficiency.
29782         All decls and uses changed.
29783         * lib/xreadlink.h: Include <stddef.h>, for size_t.
29784
29785         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
29786         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
29787
29788         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
29789         sysexits.h.
29790
29791 2004-06-01  Jim Meyering  <jim@meyering.net>
29792
29793         * m4/calloc.m4: New file.
29794
29795 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
29796
29797         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
29798         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
29799         Also, fix a typo in a diagnostic.
29800
29801 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29802
29803         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
29804         or AC_FUNC_REALLOC.
29805
29806 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29807
29808         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
29809         macros to be defined.
29810         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
29811         the allocator returns NULL because the requested size is zero.
29812
29813 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29814
29815         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
29816         var.  Add comment explaining why libc still defines it.  This
29817         merges the following patch from glibc:
29818         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
29819
29820 2004-05-20  Andreas Schwab  <schwab@suse.de>
29821
29822         * m4/free.m4: Replace free if it not known to work, not the other
29823         way round.
29824
29825 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
29826
29827         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
29828         present in glibc since revision 1.1 of this file.
29829         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
29830         obstack_alignment_mask, obstack_alloc, obstack_base,
29831         obstack_blank, obstack_blank_fast, obstack_chunk_size,
29832         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
29833         obstack_grow0, obstack_init, obstack_int_grow,
29834         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
29835         obstack_next_free, obstack_object_size, obstack_ptr_grow,
29836         obstack_ptr_grow_fast, obstack_room): Remove declarations of
29837         nonexistent functions.
29838
29839 2004-05-18  Karl Berry  <karl@gnu.org>
29840
29841         * config/srclist.txt: break link for vasnprintf.c.
29842
29843 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29844
29845         Port obstack to the AS/400, where pointers are 16 bytes wide and
29846         you cannot cast an integer to a valid pointer.  This patch is
29847         currently waiting to be integrated into glibc; see
29848         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
29849
29850         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
29851         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
29852         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
29853         (struct obstack): temp member is now a union of a pointer and
29854         an integer, instead of an integer.  All integer uses changed.
29855         This does not affect the physical layout of struct obstack,
29856         except on hosts (like the AS/400) where the size or alignment of
29857         void * is greater than that of ptrdiff_t.
29858         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
29859         __STDC__)]: Store temporary in pointer member of union, not
29860         integer member.
29861         * lib/obstack.c: Include <stddef.h>, for offsetof.
29862         (struct fooalign): Remove; it doesn't need a name.
29863         (union fooround): Change double to long double, and add void *.
29864         (DEFAULT_ALIGNMENT): Use offsetof to compute.
29865         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
29866         not a macro.  Hence the values are always int; so remove all
29867         casts-to-int in uses.
29868
29869 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29870
29871         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
29872         we can get this patch merged into glibc.
29873
29874 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29875             Paul Eggert  <eggert@cs.ucla.edu>
29876
29877         * m4/argp: Depend on alloca.
29878
29879 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29880             Paul Eggert  <eggert@cs.ucla.edu>
29881
29882         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
29883         freecoding.
29884
29885 2004-05-17  Bruno Haible  <bruno@clisp.org>
29886
29887         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
29888         precision that consists of a '.' followed by an empty digit string.
29889         Patch by Tor Lillqvist <tml@iki.fi>.
29890
29891 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29892
29893         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
29894         for backward compatibility with older code.  We need our own
29895         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
29896         it under some other name, and our alloca.h will define it.
29897
29898 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29899             Derek Price  <derek@ximbiot.com>
29900
29901         * lib/alloca.c: Include <alloca.h>, to get our interface.
29902         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
29903         include <alloca.h> first.  Use C89 prototype for alloca; this
29904         requires including <stddef.h> for size_t.  Use extern "C" if C++.
29905         Use #elif for simplicity, since we can assume C89 now.
29906         Don't try to source the system alloca.h since it will not be found
29907         and to prevent recursively including its replacement.
29908         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
29909         * lib/regex.c: Likewise.
29910
29911 2004-05-16  Derek Price  <derek@ximbiot.com>
29912             Paul Eggert  <eggert@cs.ucla.edu>
29913
29914         getline cleanup.  This changes the getndelim2 API: both order of
29915         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
29916         no delimiter).
29917
29918         * lib/getline.c: Don't include stddef.h or stdio.h, since our
29919         interface does that.
29920         (getline): Always use getdelim, so that we don't have two
29921         copies of this code.
29922         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
29923         if available.
29924         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
29925         (GETNDELIM2_MAXIMUM): New macro.
29926         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
29927         instead of the old practice of delim2==0.  All callers changed.
29928         Return -1 on overflow, instead of returning junk.
29929         Do not set *linesize unless allocation succeeds.
29930         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
29931         that we include sys/types.h.
29932         * lib/getnline.h: Likewise.
29933         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
29934         (getndelim2): Reorder arguments.
29935         * lib/getnline.c (getnline, getndelim):
29936         Don't discard the NMAX argument.
29937         (getnline): Invoke getndelim, to avoid code duplication.
29938         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
29939         of (size_t) -1 by callers of the getnline family.
29940
29941 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29942
29943         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
29944         Check for gettimeofday.
29945         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
29946         Check for settimeofday, stime.
29947
29948 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29949
29950         * lib/nanosleep.c (suspended): Change its type from int to
29951         sig_atomic_t volatile.
29952         (first_call): Make it private to rpl_nanosleep, and have it
29953         be zero initially as that's a bit faster.
29954         (my_usleep): Round up fractional times instead of truncating them,
29955         as this is the usual meaning for 'sleep'.
29956
29957         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
29958         doesn't work.
29959         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
29960         (ENOSYS): Define if not defined.
29961         (settime): Fall back on stime if it exists and settimeofday fails.
29962         But don't bother with fallbacks if a method fails with errno == EPERM.
29963
29964 2004-05-11  Jim Meyering  <jim@meyering.net>
29965
29966         Prior to this change, the save_cwd caller required read access to the
29967         current directory on most systems (ones with the fchdir function).
29968
29969         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
29970         fails, try write-only, and finally, resort to using xgetcwd.
29971
29972 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
29973
29974         * lib/obstack.c, obstack.h: Import changes from libc.
29975
29976 2004-04-28  Bruno Haible  <bruno@clisp.org>
29977
29978         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
29979         also implicitly appends .exe to executables.
29980         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
29981         accepts Windows pathnames.
29982         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29983         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29984         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29985         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29986         Reported by Derek Robert Price <derek@ximbiot.com>.
29987
29988 2004-04-21  Karl Berry  <karl@gnu.org>
29989
29990         * config/srclist.txt (localcharset.c): break sync.
29991
29992 2004-04-20  Paul Eggert  <eggert@twinsun.com>
29993
29994         * m4/host-os.m4: Add a copyright notice.
29995
29996 2004-04-20  Jim Meyering  <jim@meyering.net>
29997
29998         Change UTILS_ to gl_ in AC_DEFINE'd names.
29999         Change utils_- and jm_-prefixed variables, too.
30000         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
30001         UTILS_FUNC_MKDIR_TRAILING_SLASH.
30002         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
30003
30004         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
30005         Don't emit trailing blanks.
30006         Also rename jm_-prefixed variables to have gl_ prefix.
30007
30008         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
30009         Also rename jm_-prefixed variables to have gl_ prefix.
30010
30011         * m4/jm-macros.m4: Reflect the renamings.
30012         * m4/prereq.m4: Likewise.
30013
30014 2004-04-20  Jim Meyering  <jim@meyering.net>
30015
30016         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
30017         memory.
30018
30019 2004-04-20  Jim Meyering  <jim@meyering.net>
30020             Bruno Haible  <bruno@clisp.org>
30021
30022         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
30023         memory when realloc fails.
30024
30025 2004-04-19  Jim Meyering  <jim@meyering.net>
30026
30027         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
30028         now that readutmp.c may call `free (0)'.
30029
30030 2004-04-19  Bruno Haible  <bruno@clisp.org>
30031
30032         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
30033         * m4/inttypes_h.m4: Likewise.
30034         * m4/stdint_h.m4: Likewise.
30035         * m4/intmax_t.m4: Likewise.
30036         * m4/uintmax_t.m4: Likewise.
30037
30038 2004-04-18  Jim Meyering  <jim@meyering.net>
30039
30040         * m4/prereq.m4: Don't forbid jm_ prefix.
30041
30042         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
30043         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
30044         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
30045         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
30046         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
30047         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
30048         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
30049         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
30050         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
30051         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
30052         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
30053         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
30054         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
30055         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
30056         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
30057         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
30058         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
30059         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
30060         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
30061
30062 2004-04-18  Jim Meyering  <jim@meyering.net>
30063
30064         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
30065         failure, don't leak memory and do call END_UTMP_ENT.
30066
30067 2004-04-16  Jim Meyering  <jim@meyering.net>
30068
30069         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
30070         coreutils' stat program.
30071         (gl_PREREQ): Don't require jm_PREREQ_STAT.
30072
30073 2004-04-11  Paul Eggert  <eggert@twinsun.com>
30074
30075         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
30076         C89.
30077         (CHAR_BIT): Remove, since we assume C89.
30078         Include <stdint.h> if available, as per current Autoconf CVS advice.
30079
30080 2004-03-31  Jim Meyering  <jim@meyering.net>
30081
30082         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
30083         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
30084         * m4/xalloc.m4: Likewise.
30085
30086 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30087
30088         Merge from coreutils.
30089
30090         * m4/inttostr.m4: New file.
30091         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
30092         Require AM_STDBOOL_H and gl_TIMESPEC instead.
30093         Require gl_CLOCK_TIME.
30094         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
30095
30096 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30097
30098         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
30099         not bool, to be more consistent with Unix conventions.
30100         Suggested by Bruno Haible.
30101
30102         Merge from coreutils.
30103
30104         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
30105         * lib/umaxtostr.c: New files.
30106
30107         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
30108         the usual <time.h> dance.
30109         (get_date): Change signature to support fractional time stamps.
30110         All callers changed.
30111         * lib/getdate.y: Include "getdate.h" first, as we can now
30112         assume C89 and don't need to worry about 'const'.
30113         Similarly, include "unlocked-io.h" near start, not in middle.
30114         Include <limits.h>.
30115         (textint.value): Use long int rather than int.
30116         (textint.digits): Use size_t rather than int.
30117         (BILLION, LOG10_BILLION): New constants.
30118         (parser_control): New member rel_ns.  Members day_ordinal,
30119         time_zone, month, day, hour, minutes, rel_year, rel_month,
30120         rel_day, rel_hour, rel_minutes, rel_seconds
30121         are now long int, not int.  Member seconds is now struct timespec,
30122         not int.  New member timespec_seen.  Members dates_seen, days_seen,
30123         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
30124         not int.
30125         (%union.intval): Now long int, not int.
30126         New member timespec.
30127         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
30128         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
30129         (spec): Now is a timespec or an item list.
30130         (timespec, items): New nonterminals.
30131         (time, rel, relunit, number, get_date):
30132         Add support for fractional seconds.
30133         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
30134         (gmtime, localtime, mktime): Remove decls; not needed with C89.
30135         (to_hour): First arg is now long int, not int.
30136         (to_year): Returns long int, not int.
30137         Don't treat year -70 like 70.
30138         (tm_diff): Returns long int, not int.
30139         (lookup_word): Use bool instead of int when appropriate.
30140         (yylex): Use size_t for count, not int.
30141         Detect overflow when parsing large integer constants.
30142         Add support for fractions.
30143         (get_date): Make pointers 'const' if possible.
30144         Use more-portable code to detect integer overflow.
30145         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
30146         Don't use ctime; it's not reliable if the year has >4 digits.
30147
30148         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
30149         This is for compatibility with BSD.
30150
30151         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
30152         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
30153         From coreutils' system.h.
30154
30155         * lib/userspec.c: Don't include "posixver.h".
30156         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
30157         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
30158         compatible extension.  Simplify code by removing a boolean int
30159         that was always nonzero if a string was nonnull.
30160
30161 2004-03-30  Jim Meyering  <jim@meyering.net>
30162
30163         Merge from coreutils.
30164
30165         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
30166         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
30167         on some systems one must include <grp.h> before it.
30168         Reported by Christian Krackowizer.
30169
30170 2004-03-30  Jim Meyering  <jim@meyering.net>
30171
30172         Merge from coreutils.
30173
30174         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
30175
30176         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
30177         an empty input stream.
30178
30179         * lib/readtokens.c: Include <stdbool.h>.
30180         (readtoken): Use `size_t' rather than int/long.
30181         All callers adjusted.
30182         Use `bool' rather than `int' where appropriate.
30183         Use memset rather than an explicit loop.
30184         Use x2nrealloc rather than xrealloc.
30185         Allow the use of `\0' as a delimiter.
30186         (readtokens): Likewise.
30187         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
30188
30189 2004-03-30  Jim Meyering  <jim@meyering.net>
30190
30191         * m4/realloc.m4: Remove file, since now it does no more than
30192         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
30193         the `configure.ac' section of module/realloc.
30194         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
30195
30196 2004-03-30  Bruno Haible  <bruno@clisp.org>
30197
30198         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
30199         nonnull.
30200
30201 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30202
30203         Merge changes to getloadavg.c from coreutils and Emacs.
30204
30205         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
30206         Define to an expression, not to the empty string.
30207         Include cloexec.h and xalloc.h.
30208         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
30209         Use set_cloexec_flag rather than rolling our own.
30210         * lib/cloexec.c, lib/cloexec.h: New files.
30211
30212 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30213
30214         * m4/cloexec.m4: New file.
30215
30216 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30217
30218         * lib/getopt.h: Sync with libc CVS.
30219
30220 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30221             Bruno Haible  <bruno@clisp.org>
30222
30223         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
30224         mbswidth.
30225
30226 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30227             Bruno Haible  <bruno@clisp.org>
30228
30229         * lib/mbswidth.h: Include <wchar.h> only if
30230         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
30231         <wchar.h>.
30232         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
30233
30234 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30235
30236         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
30237         Sync with libc CVS.
30238         * lib/getopt_int.h: New file, also synced from libc.
30239
30240 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30241
30242         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
30243         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
30244         Bring back getopt.c, getopt.h, getopt1.c.
30245
30246 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30247
30248         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
30249         All uses changed.  Check for sa_sigaction member; this fixes
30250         a bug first reported by Jason Andrade in
30251         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30252
30253 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30254
30255         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
30256         '#if' expressions.  Unlike the code it replaces, it does not
30257         depend on (defined _SC_PAGESIZE).  However, it does depend on
30258         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
30259         first reported by Jason Andrade in
30260         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30261
30262 2004-02-25  Simon Josefsson  <jas@extundo.com>
30263
30264         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
30265
30266 2004-02-25  Simon Josefsson  <jas@extundo.com>
30267
30268         * lib/strdup.h: New file.
30269         * lib/strdup.c: Include it.
30270         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
30271         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
30272
30273 2004-02-23  Karl Berry  <karl@gnu.org>
30274
30275         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
30276         (from fencepost.gnu.org:/gd/gnuorg).
30277
30278 2004-02-23  Karl Berry  <karl@gnu.org>
30279
30280         * config/srclistvars.sh (GNUORG) [karl]: redefine.
30281         * config/srclist.txt: add maintain/standards documents.
30282
30283 2004-02-18  Bruno Haible  <bruno@clisp.org>
30284
30285         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
30286         Reported by Derek Robert Price <derek@ximbiot.com>.
30287
30288 2004-02-16  Karl Berry  <karl@gnu.org>
30289
30290         * config/mkinstalldirs, install-sh: update from automake.
30291
30292 2004-02-06  Karl Berry  <karl@gnu.org>
30293
30294         * m4/po.m4: update from gettext 0.14.1.
30295
30296 2004-02-06  Karl Berry  <karl@gnu.org>
30297
30298         * lib/config.charset: update from gettext 0.14.1.
30299
30300 2004-02-05  Paul Eggert  <eggert@twinsun.com>
30301
30302         Add comments and code, prompted by suggestions from Bruno Haible
30303         for sh-quote.
30304         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
30305         describing the enum quoting_style values.
30306         * lib/quotearg.c (quotearg_alloc): New function.
30307         (quotearg_buffer_restyled): Treat lone { and } as special.
30308         Treat = as special.  Work around bug with older shells
30309         that "see" a '\' that is really the 2nd byte of a multibyte char.
30310         Quote empty string with shell_quoting_style.
30311
30312 2004-02-03  Bruno Haible  <bruno@clisp.org>
30313
30314         * m4/pipe.m4: New file, from GNU gettext.
30315
30316 2004-02-03  Bruno Haible  <bruno@clisp.org>
30317
30318         * lib/pipe.h: New file, from GNU gettext.
30319         * lib/pipe.c: New file, from GNU gettext.
30320
30321 2004-01-27  Bruno Haible  <bruno@clisp.org>
30322
30323         * m4/execute.m4: New file, from GNU gettext.
30324
30325 2004-01-27  Bruno Haible  <bruno@clisp.org>
30326
30327         * lib/execute.h: New file, from GNU gettext.
30328         * lib/execute.c: New file, from GNU gettext.
30329         * lib/w32spawn.h: New file, from GNU gettext.
30330
30331 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30332
30333         Merge from diffutils.
30334
30335         * lib/file-type.c (file_type): Add typed memory objects.
30336         * lib/file-type.h (S_TYPEISTMO): New macro.
30337
30338         * lib/c-stack.h (c_stack_action): Remove argv argument.
30339         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
30340         (die): Don't calculate message unless segv_action returns.
30341         (get_stack_location, min_address_from_argv, max_address_from_argv,
30342         volatile stack_base, volatile_stack_size): Remove.
30343         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
30344         that every segmentation violation is a stack overflow.  (Ouch!)
30345         See Debian bug 136249 (still outstanding) for more info about why
30346         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
30347
30348 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30349
30350         Exit-status fix from coreutils.
30351
30352         Use exit_failure consistently in place of EXIT_FAILURE,
30353         so that program exit statuses are consistent on failure.
30354
30355         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
30356         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
30357         * lib/argmatch.h: Comment fix to match the above.
30358         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
30359         Now a macro referring to exit_failure, instead of a separate
30360         variable.  Include "exitfail.h" to get it.
30361         * lib/xstrtol.h: Include "exitfail.h".
30362         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
30363
30364         * lib/long-options.c (parse_long_options): Use prototype
30365         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
30366         for clarity.
30367
30368 2004-01-21  Jim Meyering  <jim@meyering.net>
30369
30370         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
30371         so as not to conflict with a different-sized __mktime_internal
30372         function in GNU libc.
30373         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
30374         Problem building statically-linked `ls' reported by Michael Brunnbauer.
30375
30376 2004-01-20  Karl Berry  <karl@gnu.org>
30377
30378         * config/config.guess: update from config.
30379
30380         * config/srclistvars.sh: GNUWWWLICENSES for karl.
30381
30382 2004-01-20  Bruno Haible  <bruno@clisp.org>
30383
30384         Safer stack allocation.
30385         * lib/setenv.c: Include allocsa.h.
30386         (alloca): Remove fallback definition.
30387         (freea): Remove macro.
30388         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
30389         instead of freea.
30390
30391 2004-01-20  Bruno Haible  <bruno@clisp.org>
30392
30393         * m4/eealloc.m4: New file, from GNU gettext.
30394
30395 2004-01-20  Bruno Haible  <bruno@clisp.org>
30396
30397         * m4/allocsa.m4: New file, from GNU gettext.
30398
30399 2004-01-20  Bruno Haible  <bruno@clisp.org>
30400
30401         * lib/xallocsa.h: New file, from GNU gettext.
30402         * lib/xallocsa.c: New file, from GNU gettext.
30403
30404 2004-01-20  Bruno Haible  <bruno@clisp.org>
30405
30406         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
30407
30408 2004-01-20  Bruno Haible  <bruno@clisp.org>
30409
30410         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
30411         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
30412         specially.
30413
30414 2004-01-20  Bruno Haible  <bruno@clisp.org>
30415
30416         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
30417         patch.
30418
30419 2004-01-20  Bruno Haible  <bruno@clisp.org>
30420
30421         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
30422
30423 2004-01-20  Bruno Haible  <bruno@clisp.org>
30424
30425         * lib/eealloc.h: New file.
30426
30427 2004-01-20  Bruno Haible  <bruno@clisp.org>
30428
30429         * lib/binary-io.h: Avoid warnings on Cygwin.
30430
30431 2004-01-20  Bruno Haible  <bruno@clisp.org>
30432
30433         * lib/allocsa.h: New file, from GNU gettext.
30434         * lib/allocsa.c: New file, from GNU gettext.
30435
30436 2004-01-18  Karl Berry  <karl@gnu.org>
30437
30438         * doc/gpl.texi, doc/lgpl.texi: new files.
30439
30440 2004-01-18  Karl Berry  <karl@gnu.org>
30441
30442         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
30443         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
30444
30445 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30446
30447         Merge from coreutils.
30448
30449         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
30450         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
30451         (gl_DEFAULT_POSIX2_VERSION): Move
30452         the documentation from 'configure' into 'config.hin',
30453         so that 'configure --help' isn't burdened by it and
30454         we don't have to worry about its formatting there.
30455         Reword the documentation so that it's more succinct
30456         and can be run together into a single paragraph.
30457         * m4/same.m4 (gl_SAME): Check for pathconf.
30458
30459 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30460
30461         Merge from coreutils.
30462
30463         * lib/posixver.c: Include posixver.h.
30464
30465         * lib/same.c: Include <stdbool.h>, <limits.h>.
30466         (_POSIX_NAME_MAX): Define if not defined.
30467         (MIN): New macro.
30468         (same_name): If file names are silently truncated, report
30469         that the file names are the same if they are the same after
30470         the silent truncation.
30471
30472         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
30473         conversion function.
30474         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
30475         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
30476         longer needed.
30477
30478 2004-01-15  Jim Meyering  <jim@meyering.net>
30479
30480         Merge from coreutils.
30481
30482         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
30483         if no library is required.
30484         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
30485         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
30486         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
30487         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
30488         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
30489         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
30490         value, $ac_cv_search_crypt, if it's "none required".
30491         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
30492         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
30493         not gl_FUNC_GETLOADAVG.
30494         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
30495         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
30496
30497 2004-01-15  Jim Meyering  <jim@meyering.net>
30498
30499         Merge from coreutils.
30500
30501         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
30502         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
30503         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
30504
30505         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
30506         optional configure-time default.
30507
30508         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30509
30510         * lib/xreadlink.c (xreadlink): Correct outdated comment.
30511
30512 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
30513
30514         Merge from coreutils.
30515
30516         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
30517         value, $ac_cv_search_nanosleep, if it's "none required".
30518
30519 2004-01-14  Paul Eggert  <eggert@twinsun.com>
30520
30521         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
30522         with like-named macro in fnmatch.c.
30523         (EXT): Use an internal constant instead.
30524
30525         Merge fnmatch patches from glibc.
30526         * lib/fnmatch.c (mbsinit): Remove define.
30527         Add libc_hidden_ver (__fnmatch, fnmatch).
30528         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
30529         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
30530
30531 2004-01-14  Karl Berry  <karl@gnu.org>
30532
30533         * config/install-sh: update from automake.
30534
30535 2004-01-13  Karl Berry  <karl@gnu.org>
30536
30537         * config/install-sh: update from automake.
30538
30539 2004-01-09  Karl Berry  <karl@gnu.org>
30540
30541         * config/install-sh: update from automake.
30542
30543 2004-01-05  Karl Berry  <karl@gnu.org>
30544
30545         * config/config.{sub,guess}: update from config.
30546
30547 2003-12-31  Karl Berry  <karl@gnu.org>
30548
30549         * config/depcomp: update from automake.
30550
30551 2003-12-14  Karl Berry  <karl@gnu.org>
30552
30553         * lib/config.charset: update from gettext-runtime.
30554
30555 2003-12-03  Paul Eggert  <eggert@twinsun.com>
30556
30557         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
30558         Bug reported by Alfred M. Szmidt.
30559
30560 2003-12-03  Bruno Haible  <bruno@clisp.org>
30561
30562         * m4/gettext.m4: Upgrade from gettext-0.13.
30563         * m4/po.m4: Upgrade from gettext-0.13.
30564         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
30565         * m4/intmax.m4: New file, from gettext-0.13.
30566         * m4/printf-posix.m4: New file, from gettext-0.13.
30567
30568 2003-11-29  Karl Berry  <karl@gnu.org>
30569
30570         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
30571
30572 2003-11-25  Paul Eggert  <eggert@twinsun.com>
30573             Bruno Haible  <bruno@clisp.org>
30574
30575         * lib/printf-parse.h: Don't include sys/types.h.
30576         (ARG_NONE): New macro.
30577         (char_directive): Change type of *arg_index fields to size_t.
30578         * lib/printf-parse.c: Don't include sys/types.h.
30579         (SSIZE_MAX): Remove macro.
30580         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
30581         Remove unnecessary overflow check.
30582         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
30583         fields.
30584
30585 2003-11-25  Bruno Haible  <bruno@clisp.org>
30586
30587         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
30588
30589 2003-11-25  Bruno Haible  <bruno@clisp.org>
30590
30591         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
30592         gt_TYPE_SSIZE_T.
30593
30594 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30595
30596         * modules/alloca: Remove dependency on xalloc.
30597
30598 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30599
30600         * lib/alloca.c: Remove dependency on xalloc module.
30601         (xalloc_die): Remove.
30602         (memory_full) [!defined emacs]: New macro.
30603         [!defined emacs]: Don't include xalloc.h.
30604         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
30605         address arithmetic overflows.  Change datatypes a bit to avoid
30606         unnecessary casts.
30607
30608 2003-11-22  Jim Meyering  <jim@meyering.net>
30609
30610         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
30611         s/size/size_t/.
30612
30613 2003-11-21  Karl Berry  <karl@gnu.org>
30614
30615         * config/config.{sub,guess}: update from config.
30616
30617 2003-11-18  Karl Berry  <karl@gnu.org>
30618
30619         * config/config.{sub,guess}: update from config.
30620
30621         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
30622
30623 2003-11-17  Paul Eggert  <eggert@twinsun.com>
30624
30625         * README: Mention that S+T cannot overflow if S is the size of
30626         an existing object and T is sufficiently small.
30627
30628 2003-11-17  Jim Meyering  <jim@meyering.net>
30629
30630         On systems without utime and without a utimes function capable of
30631         dealing with a NULL struct utimbuf* argument, this utime replacement
30632         could -- in unusual circumstances -- leak a file descriptor.
30633         * lib/utime.c: Include <unistd.h> and <errno.h>.
30634         (utime_null): Be sure to close `fd' and to preserve errno.
30635         Reported by Geoff Collyer via Arnold Robbins.
30636
30637 2003-11-17  Bruno Haible  <bruno@clisp.org>
30638
30639         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
30640         (Depends-on): Add xsize.
30641
30642 2003-11-17  Bruno Haible  <bruno@clisp.org>
30643
30644         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
30645
30646 2003-11-17  Bruno Haible  <bruno@clisp.org>
30647
30648         * lib/vasnprintf.c (alloca): Remove fallback definition.
30649         (freea): Remove definition.
30650         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
30651         Reported by Paul Eggert.
30652
30653 2003-11-16  Paul Eggert  <eggert@twinsun.com>
30654             Bruno Haible  <bruno@clisp.org>
30655
30656         Protect against address arithmetic overflow.
30657         * lib/printf-args.h: Include stddef.h.
30658         (arguments): Change type of field 'count' to size_t.
30659         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
30660         'unsigned int' where appropriate.
30661         * lib/printf-parse.h: Include sys/types.h.
30662         (char_directive): Change type of *arg_index fields to ssize_t.
30663         (char_directives): Change type of fields 'count', max_*_length to
30664         size_t.
30665         * lib/printf-parse.c: Include sys/types.h and xsize.h.
30666         (SSIZE_MAX): Define fallback value.
30667         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
30668         instead of 'int' where appropriate. Check a_allocated, d_allocated
30669         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
30670         * lib/vasnprintf.c: Include xsize.h.
30671         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
30672         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
30673         overflow. Avoid wraparound when converting a width or precision from
30674         decimal to binary.
30675
30676 2003-11-16  Bruno Haible  <bruno@clisp.org>
30677
30678         Update from GNU gettext.
30679         * lib/printf-parse.c: Generalize to it can be compiled for wide
30680         strings.
30681         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
30682         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
30683         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
30684         SNPRINTF): New macros.
30685         Don't include <alloca.h> if the file is used inside libintl.
30686         (local_wcslen): New function, for Solaris 2.5.1.
30687         (VASNPRINTF): Use it instead of wcslen.
30688
30689 2003-11-16  Bruno Haible  <bruno@clisp.org>
30690
30691         * lib/xsize.h (xmax): New function.
30692         (xsum, xsum3, xsum4): Declare as "pure" functions.
30693
30694 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30695
30696         * modules/xalloc (Files): Undo latest change, since xalloc.h
30697         no longer needs SIZE_MAX or PTRDIFF_MAX.
30698
30699 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30700
30701         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
30702         gl_PTRDIFF_MAX.
30703
30704 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30705
30706         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
30707         "return", to pacify some unknown compiler.  Problem reported
30708         by Joerg Schilling.
30709
30710 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30711
30712         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
30713         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
30714         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
30715         heuristic is just as accurate as far as we know, and it removes a
30716         dependency on size_max.m4 and ptrdiff_max.m4.
30717
30718 2003-11-11  Bruno Haible  <bruno@clisp.org>
30719
30720         * modules/xsize (Files): Add m4/size_max.m4.
30721         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
30722
30723 2003-11-11  Bruno Haible  <bruno@clisp.org>
30724
30725         * m4/size_max.m4: New file.
30726         * m4/ptrdiff_max.m4: New file.
30727         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
30728         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
30729         (gl_XALLOC): Invoke it.
30730
30731 2003-11-11  Bruno Haible  <bruno@clisp.org>
30732
30733         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
30734         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
30735         defined.
30736
30737 2003-11-10  Paul Eggert  <eggert@twinsun.com>
30738
30739         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
30740         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
30741         rejected some allocations of exactly SIZE_MAX - 2 bytes.
30742         From Bruno Haible.
30743         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
30744         not (size_t) -1, since it's defined here.
30745
30746 2003-11-09  Karl Berry  <karl@gnu.org>
30747
30748         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
30749
30750 2003-11-06  Paul Eggert  <eggert@twinsun.com>
30751
30752         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
30753         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
30754         Reject sizes of exactly SIZE_MAX bytes.
30755         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
30756         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
30757
30758 2003-11-05  Bruno Haible  <bruno@clisp.org>
30759
30760         * lib/xsize.h: Include limits.h, to avoid a possible collision with
30761         SIZE_MAX defined in <limits.h> on Solaris.
30762
30763 2003-11-04  Jim Meyering  <jim@meyering.net>
30764
30765         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
30766         variable names, rather than @VAR@.
30767         * modules/poll: Likewise.
30768
30769 2003-11-04  Bruno Haible  <bruno@clisp.org>
30770
30771         * modules/xsize: New file.
30772         * modules/linebreak: Depend on xsize.
30773         * MODULES.html.sh (func_all_modules): Add xsize.
30774
30775 2003-11-04  Bruno Haible  <bruno@clisp.org>
30776
30777         * m4/xsize.m4: New file.
30778
30779 2003-11-04  Bruno Haible  <bruno@clisp.org>
30780
30781         * lib/xsize.h: New file.
30782         * lib/linebreak.c: Include xsize.h.
30783         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
30784         argument for overflow.
30785         Suggested by Paul Eggert.
30786
30787 2003-11-03  Karl Berry  <karl@gnu.org>
30788
30789         * config/config.{guess,sub}: update from config.
30790
30791 2003-11-03  Jim Meyering  <jim@meyering.net>
30792
30793         * modules/userspec (lib_SOURCES): Add userspec.h.
30794         (Include): Add "userspec.h".
30795         Improve description.
30796
30797 2003-11-03  Jim Meyering  <jim@meyering.net>
30798
30799         * lib/userspec.c: Include "userspec.h".
30800         * lib/userspec.h: New file.
30801
30802 2003-11-03  Bruno Haible  <bruno@clisp.org>
30803
30804         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
30805
30806 2003-11-03  Bruno Haible  <bruno@clisp.org>
30807
30808         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
30809         available, to avoid (extremely rare) race condition.
30810         Suggested by Paul Eggert.
30811
30812 2003-11-02  Karl Berry  <karl@gnu.org>
30813
30814         * config/srclist.txt (vasprintf.c): sync broken, sigh.
30815
30816 2003-10-31  Paul Eggert  <eggert@twinsun.com>
30817
30818         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
30819         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
30820         (read_filesystem_list): Set and use me_type_malloced.
30821         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
30822         whatever the type happens to be), for brevity and consistency.
30823         Check for size calculation overflow on Alphas running OSF/1.
30824
30825 2003-10-31  Jim Meyering  <jim@meyering.net>
30826
30827         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
30828
30829         * lib/linebuffer.c: Include <string.h> for declaration of memset.
30830
30831 2003-10-30  Paul Eggert  <eggert@twinsun.com>
30832             Bruno Haible  <bruno@clisp.org>
30833
30834         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
30835         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
30836
30837 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
30840         netbsd*-gnu*.  Suggested by Robert Millan.
30841
30842 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30843
30844         * modules/group-member: Depend on stdbool.
30845
30846 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30847
30848         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
30849
30850 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30851
30852         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
30853         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
30854         after the 'gnu' in these cases.  This fixes some bugs in the
30855         previous change, and is based on suggestions by Robert Millan.
30856
30857 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30858
30859         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
30860         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
30861         no longer needed.
30862         * lib/quotearg.c (quotearg_n_options): Use it.
30863         * lib/group-member.c: Include <stdbool.h>.
30864         (free_group_info): Arg is now const *; don't free arg.
30865         (get_group_info): Now returns bool and accepts struct group_info *,
30866         rather than returning a malloc'ed struct group_info *.
30867         All uses changed.  Check for overflow in internal size calculation.
30868
30869         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
30870         rather than xmalloc/xrealloc.
30871         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
30872         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
30873         conformance bug: the old code used a pointer after freeing the
30874         storage that it addressed.
30875         * lib/hash.c (hash_initialize): Simplify the code by using
30876         xalloc_oversized rather than doing it by hand.
30877         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
30878         the buffer preserved.  Use free and xmalloc instead.
30879         * lib/quotearg.c (quotearg_n_options): Likewise.
30880         Use a simpler test for size overflow.  Don't use xalloc_oversized
30881         because unsigned int might be wider than size_t (!); this suggests
30882         that we should switch from unsigned int to size_t for slot numbers.
30883
30884 2003-10-28  Paul Eggert  <eggert@twinsun.com>
30885
30886         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
30887         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
30888         NetBSD kernels.  Requested by Richard Stallman.
30889
30890 2003-10-27  Paul Eggert  <eggert@twinsun.com>
30891
30892         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
30893         to allocate the returned structure.  Do not allocate a subarray,
30894         as x2nrealloc will do that.
30895         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
30896         instead of xnrealloc.
30897         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
30898
30899 2003-10-27  Bruno Haible  <bruno@clisp.org>
30900
30901         * lib/stdbool_.h: Better support for BeOS.
30902
30903 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30904
30905         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
30906         now uses inline.
30907
30908 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30909
30910         * lib/xalloc.h (xalloc_oversized): New static inline function, for
30911         callers that want to do their own size-overflow checking.  Include
30912         <stdbool.h>, since xalloc_oversized returns bool.
30913         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
30914         to use xalloc_oversized.
30915
30916         Add two functions x2realloc, x2nrealloc, for programs that grow
30917         arrays dynamically by doubling their sizes.
30918         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
30919         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
30920         New functions.
30921
30922         Port to C99 semantics for 'inline' of external functions.
30923         Bug reported by Bruno Haible.
30924         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
30925         with the old contents of xnmalloc.
30926         (xnmalloc, xmalloc): Use it.
30927         (xnrealloc_inline): New static inline function,
30928         with the old contents of xnrealloc.
30929         (xnrealloc, xrealloc): Use it.
30930
30931         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
30932         that.
30933
30934 2003-10-26  Karl Berry  <karl@gnu.org>
30935
30936         * config/srclist.txt (COPYING.DOC): no longer available from
30937         /gd/gnuorg; don't know where the ultimate source is.
30938
30939 2003-10-25  Paul Eggert  <eggert@twinsun.com>
30940
30941         Fix several address-calculation bugs in the hash modules,
30942         plus some minor code cleanup.
30943
30944         * lib/hash.h: Include <stdbool.h>, for bool.
30945         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
30946         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
30947         hash_get_n_entries, hash_get_max_bucket_length,
30948         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
30949         hash_rehash): Use size_t rather than unsigned.
30950         * lib/hash.c (struct hash_table, hash_get_n_buckets,
30951         hash_get_n_buckets_used, hash_get_n_entries,
30952         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
30953         hash_get_entries, hash_do_for_each, hash_string, is_prime,
30954         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
30955         Likewise.
30956         (SIZE_MAX): Define if not defined.
30957         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
30958         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
30959         hash_print):
30960         Use const * when possible.
30961         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
30962         (check_tuning): Fix bug: if tuning parameters were very close to
30963         0 or 1, rounding errors could have caused subscript violations.
30964         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
30965         (hash_initialize): Add 'fail:' label
30966         to free table and return NULL, and use it to simplify code.
30967         Use calloc rather than clearing the storage ourself.
30968         (hash_initialize, hash_rehash): Check for arithmetic overflow in
30969         buffer size calculations.
30970         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
30971         Include <stddef.h>, for size_t.
30972         * lib/hash-pjw.c (hash_pjw): Likewise.
30973         Switch to method described by Bruno Haible.
30974         Include <limits.h>, for CHAR_BIT.
30975         (SIZE_BITS): New macro.
30976
30977 2003-10-23  Paul Eggert  <eggert@twinsun.com>
30978
30979         * m4/getline.m4 (AM_FUNC_GETLINE):
30980         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
30981         hosts.  Problem reported by Derek Robert Price in
30982         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
30983         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
30984         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
30985
30986 2003-10-21  Paul Eggert  <eggert@twinsun.com>
30987
30988         * lib/getndelim2.c (getndelim2): When size calculation overflows,
30989         ceiling the allocation at NMAX bytes rather than silently
30990         discarding input bytes before NMAX is reached.  This makes
30991         a difference only if NMAX exceeds SIZE_MAX / 2.
30992
30993         * lib/obstack.c: Merge from glibc.
30994         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
30995         Add libc_hidden_def (_obstack_newchunk).
30996         (_obstack_free) [! defined _LIBC]: Remove.
30997         [defined _LIBC]: Make a strong alias from obstack_free, rather than
30998         a clone of the function body.
30999         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
31000         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
31001
31002         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
31003         glibc.
31004         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
31005         arg to memcpy.
31006
31007         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
31008         (obstack_ptr_grow_fast, obstack_int_grow_fast):
31009         Don't use lvalue casts, as GCC plans to remove support for them
31010         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
31011         was also present in the non-GCC version, indicating that this
31012         code had always been buggy and had never been widely used.
31013         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
31014         Use the fast variant of each macro, rather than copying the
31015         definiens of the fast variant; that way, we'll be more likely to
31016         catch future bugs in the fast variants.
31017
31018 2003-10-20  Bruno Haible  <bruno@clisp.org>
31019
31020         * modules/wait-process: New file.
31021         * MODULES.html.sh (func_all_modules): Add wait-process.
31022
31023 2003-10-20  Bruno Haible  <bruno@clisp.org>
31024
31025         * m4/wait-process.m4: New file.
31026
31027 2003-10-20  Bruno Haible  <bruno@clisp.org>
31028
31029         * lib/wait-process.h: New file, from GNU gettext.
31030         * lib/wait-process.c: New file, from GNU gettext.
31031
31032 2003-10-19  Jim Meyering  <jim@meyering.net>
31033
31034         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
31035         HPUX 10.20.
31036
31037 2003-10-18  Karl Berry  <karl@gnu.org>
31038
31039         * config/config.guess: update from config.
31040
31041 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31042
31043         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
31044         (getgroups): First arg is int, not size_t.
31045         Don't let 'free' mangle errno.
31046
31047 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31048
31049         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
31050
31051 2003-10-16  Karl Berry  <karl@gnu.org>
31052
31053         * config/config.{guess,sub}: update from config.
31054
31055 2003-10-16  Jim Meyering  <jim@meyering.net>
31056
31057         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
31058         memcpy.
31059
31060 2003-10-15  Paul Eggert  <eggert@twinsun.com>
31061
31062         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
31063         (SIZE_MAX): Remove.
31064         (new_exclude, add_exclude_file): Initial size no longer needs to
31065         be a power of 2.
31066         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
31067         our own address arithmetic overflow checking.
31068
31069         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
31070         (fnmatch): Do not alloca more than 2000 wide characters;
31071         instead, use malloc for large buffers.
31072         Check for address arithmetic overflow, and return -1
31073         with errno set to ENOMEM in that case.
31074         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
31075         (NEW_PATTERN): Do not alloca more than 8000 bytes;
31076         instead, return -1.  Check for address arithmetic overflow.
31077
31078 2003-10-14  Paul Eggert  <eggert@twinsun.com>
31079
31080         Handle invalid suffixes and overflow independently, so that
31081         callers can treat them independently as needed.  Fix some bugs in
31082         suffix handling, e.g., "100k@" was not diagnosed as an invalid
31083         suffix for a human-readable blocksize.  The major caller-visible
31084         change is the addition of a new
31085         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
31086         that both overflow and suffix chars were found.
31087
31088         * lib/human.c (humblock): Don't check separately for invalid suffix
31089         char; that is xstrtoumax's job (now that its bug is fixed).
31090         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
31091         INTMAX_MAX]: New macros.
31092         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
31093         TYPE_MAXIMUM): New macros.
31094         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
31095         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
31096         if overflow occurs, as it's what __strtol does and it's more useful
31097         in practice.
31098         (__xstrtol): If __strtol reports some error other than ERANGE,
31099         reflect it to the caller as LONGINT_INVALID.  If it reports
31100         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
31101         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
31102         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
31103         value.
31104         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
31105         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
31106         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
31107         [defined UINTMAX_MAX]: New macros.
31108
31109 2003-10-14  Bruno Haible  <bruno@clisp.org>
31110
31111         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
31112
31113 2003-10-14  Bruno Haible  <bruno@clisp.org>
31114
31115         * m4/sig_atomic_t: New file, from GNU gettext.
31116         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
31117
31118 2003-10-14  Bruno Haible  <bruno@clisp.org>
31119
31120         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
31121         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
31122         Also use volatile where needed.
31123
31124 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31125
31126         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
31127         Change maintainer from Bruno Haible to 'all'.
31128
31129 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31130
31131         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
31132
31133 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31134
31135         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
31136         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
31137         and define in terms of the other primitives.
31138         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
31139         (SIZE_MAX): Define if not already defined.
31140         (array_size_overflow): New function.
31141         (xalloc_die): Abort instead of exiting if 'error' returns.
31142         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
31143         (xmalloc, xrealloc): Use them.
31144         (xcalloc): Check for address arithmetic overflow.
31145         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
31146         a bit faster than strcpy.
31147
31148 2003-10-10  Simon Josefsson  <jas@extundo.com>
31149
31150         * modules/argp (Depends-on): Add restrict and strcase.
31151
31152 2003-10-10  Simon Josefsson  <jas@extundo.com>
31153
31154         * m4/argp.m4: Add AC_C_INLINE.
31155
31156 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31157
31158         Merge getpass from libc, plus a few fixes.
31159
31160         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
31161         Include <stdbool.h>.
31162         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
31163         __fsetlocking to empty.
31164         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
31165         do include <bits/libc-lock.h>.
31166         Do not include <fcntl.h>; not needed.
31167         [_LIBC]: Include <wchar.h>.
31168         (NOTCANCEL_MODE): New macro.
31169         (flockfile, funlockfile) [_LIBC]: New macros.
31170         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
31171         [!_LIBC]: New macros.
31172         (call_fclose): New function.
31173         (getpass): Use it.  Save tty stream separately; this simplifies the
31174         code and makes it more reliable if stdin happens to equal stdout.
31175         Invoke __fsetlocking on tty.
31176         Handle thread cancellation if needed.
31177         Namespace cleanup (use __tcgetattr, __getline).
31178         Use bool for Booleans.
31179         [USE_IN_LIBIO]: Handle wide streams.
31180         [!_LIBC]: Unconditionally do the fseek, since we don't know what
31181         stream might go where.
31182
31183         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
31184         doesn't have to include <stdio.h> before us.
31185         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
31186         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
31187         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
31188         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
31189         if not declared, so that we can use getpass.c code from libc without
31190         rewriting it.
31191         (flockfile, ftrylockfile, funlockfile): New macros.
31192
31193 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31194
31195         * modules/getpass: Depend on stdbool.
31196
31197 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31198
31199         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
31200
31201 2003-10-07  Karl Berry  <karl@gnu.org>
31202
31203         * config/config.{guess,sub}: update from config.
31204
31205 2003-10-06  Jim Meyering  <jim@meyering.net>
31206             Bruno Haible  <bruno@clisp.org>
31207
31208         This lets translators provide better translations for the
31209         "Written by ..." part of --version output.
31210         * lib/version-etc.h: Include stdarg.h.
31211         (version_etc_copyright): Declare as readonly.
31212         (version_etc): Make this function variadic with a NULL-terminated list
31213         of author name strings.
31214         (version_etc_va): New declaration.
31215         * lib/version-etc.c: Include stdarg.h, stdlib.h.
31216         (version_etc_copyright): Declare as readonly.
31217         (version_etc_va): New function. Provide a different translatable string
31218         for each possible number of authors < 10. Abbreviate when there are 10
31219         authors or more.
31220         (version_etc): Make this function variadic. Call version_etc_va.
31221         Suggestion from Gary V. Vaughan.
31222
31223         * lib/long-options.h (parse_long_options): Change prototype: the
31224         authors string is moved to the end and becomes variadic.
31225         * lib/long-options.c: Include stdarg.h.
31226         (parse_long_options): Make this function variadic, too.
31227         Call version_etc_va, not version_etc.
31228
31229 2003-10-06  Bruno Haible  <bruno@clisp.org>
31230
31231         * modules/version-etc-2: Remove file.
31232         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
31233
31234 2003-10-06  Bruno Haible  <bruno@clisp.org>
31235
31236         * modules/fatal-signal: New file.
31237         * MODULES.html.sh (func_all_modules): Add fatal-signal.
31238
31239 2003-10-06  Bruno Haible  <bruno@clisp.org>
31240
31241         * m4/fatal-signal.m4: New file.
31242         * m4/signalblocking.m4: New file, from GNU gettext.
31243
31244 2003-10-06  Bruno Haible  <bruno@clisp.org>
31245
31246         * lib/version-etc-2.h: Remove file.
31247         * lib/version-etc-2.c: Remove file.
31248
31249 2003-10-06  Bruno Haible  <bruno@clisp.org>
31250
31251         * lib/fatal-signal.h: New file, from GNU gettext.
31252         * lib/fatal-signal.c: New file, from GNU gettext.
31253
31254 2003-10-05  Paul Eggert  <eggert@twinsun.com>
31255
31256         * README: Rework advice for preventing empty .o files.
31257         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
31258         not <sys/types.h>.
31259
31260 2003-10-04  Karl Berry  <karl@gnu.org>
31261
31262         * lib/argp*: update from libc.
31263
31264 2003-10-04  Karl Berry  <karl@gnu.org>
31265
31266         * config/config.{guess,sub}: update from config.
31267
31268 2003-10-02  Bruno Haible  <bruno@clisp.org>
31269
31270         * modules/lchown (Include): Add lchown.h.
31271         * modules/time_r (Include): Use "..." syntax.
31272         * modules/xgetdomainname (Include): Add xgetdomainname.h.
31273
31274 2003-10-01  Simon Josefsson  <jas@extundo.com>
31275
31276         * MODULES.html.sh (func_all_modules): Move gethostname from section
31277         'based on' to section 'lacking' POSIX:2001.
31278
31279 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
31280
31281         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
31282         to output mode on the same stream.
31283
31284 2003-09-29  Paul Eggert  <eggert@twinsun.com>
31285
31286         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
31287         Fix arg typo in previous patch.
31288
31289 2003-09-28  Jim Meyering  <jim@meyering.net>
31290
31291         * lib/error.c: Correct cpp indentation.
31292
31293 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31294
31295         * modules/free: New file.
31296
31297 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31298
31299         * m4/free.m4: New file.
31300
31301 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31302
31303         * lib/minmax.h (MIN, MAX)
31304         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
31305         Omit the special code that used __typeof__, since we worry that
31306         it could be more trouble than it's worth.  See:
31307         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
31308         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
31309
31310         * lib/free.c: New file.
31311
31312 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
31313
31314         Trivial fixes to Makefile.am parts of module listings.
31315         * modules/strstr: Append strstr.h to lib_SOURCES.
31316         * modules/strcase: Likewise, for strcase.h.
31317
31318 2003-09-27  Karl Berry  <karl@gnu.org>
31319
31320         * config/mkinstalldirs: update from automake.
31321
31322 2003-09-26  Paul Eggert  <eggert@twinsun.com>
31323
31324         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
31325         (error_tail): Do not loop, reallocating temporary buffer, since
31326         the output cannot contain more wide characters than the input
31327         contains bytes, the size must be big enough already.  This avoids
31328         one potential size overflow calculation.  Check for size overflow
31329         when calculating temporary buffer size.  Free temporary buffer
31330         when done, if it was allocated with malloc; this plugs a memory
31331         leak.  Remove casts from void * to pointers, that are no longer
31332         needed now that we're assuming C89 or better.
31333
31334         Merge error changes from glibc.
31335
31336         * lib/error.c, error.h: Update copyright notice header to match glibc.
31337         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
31338         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
31339         Disable cancellation while printing error.
31340         * lib/error.h: Prepend __ to parameter names.
31341
31342 2003-09-26  Jim Meyering  <jim@meyering.net>
31343
31344         * lib/error.c (error_tail): Move some declarations
31345         into inner scope where the local variables are used.
31346
31347 2003-09-26  Bruno Haible  <bruno@clisp.org>
31348
31349         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
31350         stpncpy().
31351         Don't define stpncpy through config.h; it's now done through stpncpy.h.
31352
31353 2003-09-26  Bruno Haible  <bruno@clisp.org>
31354
31355         * lib/stpncpy.h (gnu_stpncpy): New declaration.
31356         (stpncpy): Define as alias for gnu_stpncpy.
31357         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
31358
31359 2003-09-25  Simon Josefsson  <jas@extundo.com>
31360
31361         * lib/xgetdomainname.h: New file.
31362         * lib/xgetdomainname.c: New file.
31363
31364 2003-09-25  Simon Josefsson  <jas@extundo.com>
31365             Bruno Haible  <bruno@clisp.org>
31366
31367         * modules/getdomainname: New file.
31368         * modules/xgetdomainname: New file.
31369         * MODULES.html.sh (func_all_modules): Add getdomainname,
31370         xgetdomainname.
31371
31372 2003-09-25  Simon Josefsson  <jas@extundo.com>
31373             Bruno Haible  <bruno@clisp.org>
31374
31375         * m4/getdomainname.m4: New file.
31376
31377 2003-09-25  Simon Josefsson  <jas@extundo.com>
31378             Bruno Haible  <bruno@clisp.org>
31379
31380         * lib/getdomainname.h: New file.
31381         * lib/getdomainname.c: New file.
31382
31383 2003-09-25  Karl Berry  <karl@gnu.org>
31384
31385         * lib/argp-fmtstream.c, argp-help.c: update from libc.
31386
31387 2003-09-25  Karl Berry  <karl@gnu.org>
31388
31389         * config/install-sh: update from automake.
31390
31391 2003-09-25  Bruno Haible  <bruno@clisp.org>
31392
31393         * modules/version-etc-2: New file, from modules/version-etc with
31394         modifications.
31395         * MODULES.html.sh (func_all_modules): Add version-etc-2.
31396
31397 2003-09-25  Bruno Haible  <bruno@clisp.org>
31398
31399         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
31400         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
31401
31402 2003-09-24  Simon Josefsson  <jas@extundo.com>
31403
31404         * modules/xgethostname: Add xgethostname.h.
31405
31406 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31407
31408         * lib/linebuffer.c (freebuffer): Don't free the argument, just
31409         the buffer associated with the argument.  Bug reported by
31410         Simon Josefsson.
31411
31412 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31413
31414         * README: Document assumptions that 'int' is at least 32 bits
31415         wide, that integer arithmetic is 2's complement without overflow,
31416         that there are no holes in integer values, that adding sizes of
31417         two nonoverlapping objects can't overflow, and that all-bits-zero
31418         yields scalar zero.  Fix spelling and capitalization typos.
31419
31420 2003-09-19  Karl Berry  <karl@gnu.org>
31421
31422         * lib/argp.h: update from libc.
31423
31424 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31425
31426         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
31427         to avoid spurious warnings like "AC_RUN_IFELSE was called before
31428         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
31429
31430 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31431
31432         * gnulib-tool: Use "test -h", not "test -L", for portability
31433         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
31434         (tags_regexp): Remove, since \| doesn't conform to POSIX.
31435         (sed_extract_prog): Issue s commands one-by-one, rather than
31436         using \| in one s command.
31437
31438 2003-09-16  Paul Eggert  <eggert@twinsun.com>
31439
31440         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
31441         input error, instead of returning NULL the next time we are called
31442         (and therefore losing track of errno).
31443
31444 2003-09-16  Bruno Haible  <bruno@clisp.org>
31445
31446         * gnulib-tool (func_create_testdir): Warn about duplicated
31447         dependencies.
31448
31449 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31450
31451         * modules/argmatch, modules/fatal, modules/obstack,
31452         modules/xalloc, modules/xgethostname: Sort dependencies by
31453         importance, not alphabetically.
31454
31455 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31456
31457         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
31458         fails, so that the caller gets the proper errno.
31459
31460         * lib/readutmp.c (read_utmp): Likewise.
31461         Check for fstat error.  Close stream and free storage
31462         when failing.
31463
31464 2003-09-14  Karl Berry  <karl@gnu.org>
31465
31466         * config/srclist.txt (strdup.c): disable for c89 changes.
31467
31468 2003-09-14  Jim Meyering  <jim@meyering.net>
31469
31470         * lib/getloadavg.c: Correct cpp indentation.
31471         * lib/strdup.c: Likewise.
31472         * lib/vasnprintf.c: Likewise.
31473
31474 2003-09-14  Bruno Haible  <bruno@clisp.org>
31475
31476         * modules/fwriteerror: New file.
31477         * MODULES.html.sh (func_all_modules): Add fwriteerror.
31478
31479 2003-09-14  Bruno Haible  <bruno@clisp.org>
31480
31481         * lib/fwriteerror.h: New file.
31482         * lib/fwriteerror.c: New file.
31483
31484 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31485
31486         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
31487         modules/xgethostname, modules/xalloc: Depend on exit.
31488
31489 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31490
31491         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
31492
31493         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
31494         and AC_MINIX, too, so that their extensions are available.
31495
31496         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
31497         This macro has been superseded by gl_BACKUPFILE.
31498
31499         More patches to assume C89 or better.
31500
31501         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
31502
31503         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
31504         unconditionally.
31505         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
31506         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
31507         Include <string.h>, <stdlib.h> unconditionally.
31508         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
31509         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
31510         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
31511         headers or for string.h.
31512         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
31513         or strtoul.
31514
31515         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
31516         headers.
31517         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
31518         * m4/userspec.m4 (gl_USERSPEC): Likewise.
31519         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
31520         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
31521         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31522         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
31523         memcpy, memset.
31524         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
31525         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
31526         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
31527         strtol.
31528         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
31529         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
31530         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
31531         strtoul.
31532
31533 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31534
31535         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
31536         * lib/obstack.c [!defined _LIBC]: Likewise.
31537         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
31538         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
31539         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
31540
31541         More changes to assume C89 or better.
31542
31543         * lib/error.c (error_tail): Assume vprintf.
31544
31545         * lib/argmatch.c (getenv): Remove decl.
31546         * lib/progreloc.c (get_full_program_name): Define via prototype.
31547         * lib/setenv.c (clearenv): Likewise.
31548         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
31549         needed.
31550         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
31551         (malloc, memcpy): Remove decls.
31552         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
31553         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
31554         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31555         (memcpy): Remove macro.
31556         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
31557         (__P): Remove.  All uses removed.
31558         (PTR): Remove.  All uses changed to void *.
31559         (CHAR_BIT, NULL): Remove.
31560         (spaces, zeros, memset_space, memset_zero)
31561         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
31562         Remove.
31563         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
31564         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
31565         Define with prototype.
31566         Remove now-unnecessary prototype decl.
31567         (extra_args_spec): Assume ANSI C.  All uses changed.
31568         (extra_args_spec_iso): Remove.
31569         (my_strftime, emacs_strftimeu): Define via prototype.
31570         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
31571         unconditionally.
31572         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
31573         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
31574         (strtoul, strtol): Remove decls.
31575         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
31576         LONG_MAX): Remove.
31577         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31578         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
31579         (LOCALE_PARAM_PROTO): New macro.
31580         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
31581         (INTERNAL (strtol), strtol): Define with a prototype.
31582         (PARAMS): Remove.  All uses removed.
31583         * lib/tempname.c: Include <string.h> unconditionally.
31584         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
31585         * lib/xgethostname.c (main): Define with a prototype.
31586         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
31587         Include <stdlib.h> unconditionally.
31588         (calloc, malloc, realloc, free): Remove decls.
31589         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
31590         Include <stdlib.h> unconditionally.  Sort include file names.
31591         (strtod): Remove.
31592         (xstrtod): Define with a prototype.
31593         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
31594         (strtol, strtoul): Remove decls.
31595
31596 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31597
31598         More patches to assume C89 or better.
31599         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
31600         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
31601         string.h, memchr, STDC_HEADERS.
31602
31603 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31604
31605         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
31606         Include <stdlib.h>, <string.h> unconditionally.
31607         Remove now-unnecessary cast to char *.
31608         * lib/strnlen.c: Include <string.h> unconditionally.
31609         * lib/yesno.c (yesno): Define with a prototype.
31610
31611 2003-09-11  Bruno Haible  <bruno@clisp.org>
31612
31613         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
31614
31615 2003-09-10  Jim Meyering  <jim@meyering.net>
31616
31617         * lib/error.c: Correct indentation of cpp directives.
31618
31619 2003-09-10  Bruno Haible  <bruno@clisp.org>
31620
31621         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
31622         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
31623         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
31624         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
31625         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
31626         <stdlib.h> and <string.h> checks.
31627         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
31628         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
31629
31630 2003-09-10  Bruno Haible  <bruno@clisp.org>
31631
31632         * lib/strcspn.c: Include <string.h> unconditionally.
31633         * lib/strpbrk.c: Include <string.h> unconditionally.
31634         * lib/strstr.c: Include <string.h> unconditionally.
31635         * lib/unicodeio.c: Include <string.h> unconditionally.
31636         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
31637         * lib/unsetenv.c: Likewise.
31638         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
31639         * lib/yesno.c: Include <stdlib.h> unconditionally.
31640         (rpmatch): Add prototype.
31641
31642 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31643
31644         More patches to assume C89 or better.
31645         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
31646         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
31647         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
31648         or for string.h.
31649         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
31650         stdlib.h.
31651         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
31652         C headers.
31653         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
31654         string.h.
31655         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
31656         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
31657         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
31658         or for string.h.
31659         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
31660         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
31661         C headers.
31662         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
31663         memcpy.
31664         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
31665         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
31666         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
31667         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
31668         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
31669         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
31670         string.h, free.
31671         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
31672         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
31673         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
31674         C headers, or for string.h.
31675         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
31676         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
31677         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
31678         headers, memory.h, stdlib.h, string.h, strings.h.
31679         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
31680         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
31681         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
31682         strchr.
31683         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
31684         headers, memory.h, string.h.
31685         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
31686         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
31687         free.
31688         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
31689         headers.
31690         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
31691         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
31692         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
31693         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
31694         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
31695
31696 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31697
31698         More K&R removal.
31699
31700         * lib/acosl.c (main): Use a prototype.
31701         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
31702         tanl.c: Likewise.
31703
31704         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
31705
31706         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
31707         (getopt, etopt_long, getopt_long_only, _getopt_internal)
31708         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
31709         with a prototype.
31710         * lib/getopt.c (const): Remove macro.
31711         Include <string.h> unconditionally.
31712         (my_index): Remove; all uses changed to strchr.
31713         (strlen): Remove decl.
31714         (exchange): Remove forward decl; no longer needed.
31715         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
31716         Define with prototype.
31717         * lib/getopt1.c (const): Remove macro.
31718         (getopt_long, getopt_long_only, main): Define with prototype.
31719
31720         * lib/getugroups.c: Include <string.h> unconditionally.
31721
31722         * lib/getusershell.c: Include <stdlib.h> unconditionally.
31723         (getusershell, setusershell, endusershell, readname, main):
31724         Define with prototypes.
31725
31726         * lib/group-member.c: Include group-member.h first.
31727         Include <stdlib.h> unconditionally.
31728
31729         * lib/hard-locale.c: Include hard-locale.h first.
31730         Include <stdlib.h>, <string.h> unconditionally.
31731
31732         * lib/hash.c (free, malloc): Remove decls.
31733         Include <stdlib.h> unconditionally.
31734
31735         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
31736         (getenv): Do not declare.
31737
31738         * lib/idcache.c: Include <string.h> unconditionally.
31739
31740         * lib/long-options.c: Include long-options.h first, to test interface.
31741         Include <stdlib.h> unconditionally.
31742
31743         * lib/makepath.c: Include makepath.h first, to test interface.
31744         Include <stdlib.h> and <string.h> unconditionally.
31745
31746         * lib/linebuffer.c: Include <stdlib.h>.
31747         (free): Remove decl.
31748
31749         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
31750         stddef.h. rpl_malloc returns void *, not char *.
31751         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
31752         prototype.
31753
31754         * lib/md5.h: Include <limits.h> unconditionally.
31755         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
31756         (__P): Remove; all uses removed.
31757         * lib/md5.c: Include "md5.h" first.
31758         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
31759         md5_buffer, md5_process_bytes, md5_process_block):
31760         Define with prototypes.
31761         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
31762         * lib/sha.c: Include "sha.h" first.
31763         Include <stdlib.h>, <string.h> unconditionally.
31764
31765         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
31766         * lib/memcmp.c (__ptr_t): Likewise.
31767         * lib/memrchr.c (__ptr_t): Likewise.
31768         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
31769         Include <string.h> unconditionally.
31770         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
31771         * lib/memchr.c: Include <stdlib.h> unconditionally.
31772         * lib/memchr.c (LONG_MAX): Remove.
31773         * lib/memrchr.c (LONG_MAX): Likewise.
31774         * lib/memchr.c (__memchr): Define via a prototype.
31775         * lib/memrchr.c (__memrchr): Likewise.
31776         * lib/memcmp.c (__P): Remove, and remove all uses.
31777         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
31778         Remove forward decls; no longer needed.
31779         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
31780         Use types required by C89 in prototype.
31781
31782         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
31783         * lib/savedir.c: Likewise.
31784         * lib/mkdir.c (free): Remove decl.
31785         * lib/rmdir.c (rmdir): Define with a prototype.
31786         * lib/savedir.c: Include savedir.h first, to test interface.
31787
31788         * lib/mktime.c (STDC_HEADERS): Remove.
31789         Include <stdlib.h>, <string.h> unconditionally.
31790
31791         * lib/modechange.c: Include <stdlib.h> unconditionally.
31792         (malloc): Remove decl.
31793
31794         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
31795         (free): Remove decl.
31796
31797         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
31798         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
31799         (This type really should be intptr_t, but that's a C99ism.)
31800         (_obstack_memcpy): Remove: all uses changed to memcpy.
31801         Include <string.h> unconditionally.
31802         (struct obstack): Assume __STDC__ for types of members
31803         chunkfun, freefun, extra_arg.
31804         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
31805         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
31806         obstack_begin, obstack_specify_allocation,
31807         obstack_specify_allocation_with_arg, obstack_chunkfun,
31808         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
31809         Remove unprototyped decls and the macros that use them.
31810         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
31811         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
31812         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
31813         (defined __STDC__ && __STDC__)]:
31814         Remove nonprototyped code.
31815         Include <stdlib.h> unconditionally.
31816         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
31817         _obstack_allocated_p, _obstack_free, obstack_free,
31818         _obstack_memory_used, print_and_abort):
31819         Define using prototypes.
31820         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
31821         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
31822         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
31823         obstack_next_free, obstack_object_size, obstack_room) [0]:
31824         Remove unused, unprototyped code.
31825
31826         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
31827
31828         * lib/physmem.c (physmem_total, physmem_available, main): Define
31829         with prototypes.
31830
31831         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
31832         (main): Define with a prototype.
31833
31834         * lib/posixver.c (getenv): Remove decl.
31835
31836         * lib/putenv.c (malloc): Returns void *, not char *.
31837         Include <string.h> unconditionally.
31838         (strchr, memcpy, NULL): Do not define.
31839
31840         * lib/readtokens.c: Include readtokens.h first, to test interface.
31841         Include <stdlib.h>, <string.h> unconditionally.
31842         (init_tokenbuffer): Define with a prototype.
31843
31844         * lib/regex.c (PARAMS): Remove.  All uses removed.
31845         All uses of _RE_ARGS removed, too.
31846         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
31847         unconditionally.
31848         (bzero): Assume memset exists.
31849         (memcmp, memcpy, NULL): Remove.
31850         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
31851         char, or assignments to local vars of type signed char.
31852         (init_syntax_once, PREFIX(extract_number_and_incr),
31853         PREFIX(print_partial_compiled_pattern),
31854         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
31855         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
31856         PREFIX(regex_grow_registers), PREFIX(regex_compile),
31857         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
31858         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
31859         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
31860         wcs_compile_range, byte_compile_range, truncate_wchar,
31861         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
31862         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
31863         count_mbs_length, wcs_re_match_2_internal,
31864         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
31865         PREFIX(alt_match_null_string_p),
31866         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
31867         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
31868         regfree, PREFIX(extract_number)): Define with prototype.  Remove
31869         now-unnecessary declaration, if any.
31870         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
31871         regcomp, regexec):
31872         Remove now-unnecessary casts among pointer types.
31873         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
31874
31875         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
31876         (free): Remove decl.
31877
31878         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
31879
31880         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
31881         (free): Remove decl.
31882
31883         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
31884         * lib/xgetcwd.c: Likewise.
31885
31886         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
31887         (free): Remove decl.
31888
31889         * lib/strchrnul.c (strchrnul): Define with a prototype.
31890         Fix bug: c_in was not converted to char before searching.
31891
31892         The following changes are not K&R related:
31893
31894         * lib/group-member.h: Include <sys/types.h>, so that this file is
31895         self-contained.
31896         * lib/makepath.h: Likewise.
31897
31898         * lib/getusershell.c (readname, default_index, line_size, readname):
31899         Use size_t, not int, for sizes.
31900         (readname): If the size overflows, report an error instead of
31901         looping forever.
31902
31903 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31904
31905         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
31906         libc.
31907
31908 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31909
31910         * README: New section: portability guidelines.
31911
31912 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31913
31914         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
31915         C89 spec.
31916
31917 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31918
31919         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
31920
31921 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31922
31923         Assume C89 or better; remove K&R cruft.
31924         A few of these changes were first proposed by Derek Robert Price
31925         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
31926
31927         * lib/addext.c: Include <string.h> unconditionally.
31928         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
31929         Don't declare getenv or malloc.
31930
31931         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
31932         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
31933         (NULL): Remove.
31934         (find_stack_direction, alloca): Use prototypes.
31935
31936         * lib/atexit.c (atexit): Define using a prototype.
31937
31938         * lib/basename.c, dirname.c, stripslash.c:
31939         Include <string.h> unconditionally.
31940
31941         * lib/bcopy.c: Include <stddef.h>.
31942         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
31943
31944         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
31945
31946         * lib/error.h (error, error_at_line, error_print_progname)
31947         [! (defined (__STDC__) && __STDC__)]: Remove decls.
31948         * lib/error.c: Include error.h first, to check interface.
31949         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31950         (VA_START): Remove; all uses changeed to va_start.
31951         (exit, strerror): Remove decls.
31952         (error_print_progname): Prototype uncondionally.
31953         Don't include <errno.h>; no longer needed.
31954         (private_strerror): Remove.
31955         (error_tail): Always define.
31956         (error, error_at_line): Assume C89 or better; always use prototypes.
31957         * lib/fatal.c: Include "fatal.h" first, to test interface.
31958         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31959         (VA_START): Remove; all uses changed to va_start.
31960         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
31961         this case.
31962         (exit): Remove decl.
31963         (fatal): Prototype unconditionally.  Assume va_start works.
31964         Abort at end, to pacify gcc.
31965
31966         * lib/euidaccess.c (main): Define with a prototype.
31967
31968         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
31969
31970         * lib/exitfail.c: Include <stdlib.h> unconditionally.
31971
31972         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
31973         prototypes.
31974         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
31975         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
31976         (getenv): Remove decl.
31977         (fnmatch): Define using a prototype.
31978         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
31979         (FCT): Define using a prototype.
31980
31981         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
31982
31983         * lib/gethostname.c: Include <stddef.h>.
31984         (gethostname): Define with prototype.  Length is size_t, not int.
31985
31986 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31987
31988         Assume C89 or better; remove K&R cruft.
31989         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
31990         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
31991         string.h, getenv, malloc.
31992         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
31993         headers.
31994         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
31995         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
31996         do not check for strerror.
31997         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
31998         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
31999         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
32000         do not check for doprnt or vprintf.
32001         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
32002         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
32003
32004 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32005
32006         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
32007         getversion.c should have been removed then, but was accidentally
32008         preserved.
32009
32010         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
32011         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
32012
32013 2003-09-08  Karl Berry  <karl@gnu.org>
32014
32015         * config/config.sub, config.guess, srclistvars.sh: update from savannah
32016                 config, forget about prep.
32017
32018         * config/depcomp, missing: update from automake.
32019
32020 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32021
32022         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
32023         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32024
32025 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32026
32027         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
32028         copy_tm_result.  Bug reported by Simon Josefsson in
32029         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32030
32031 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32032
32033         * m4/time_r.m4: New file.
32034         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
32035         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
32036         is. Check for timegm declaration.
32037         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
32038         Do not check for gmtime_r.
32039         Replace mktime if __mktime_internal does not exist and if mktime
32040         hasn't been replaced already.
32041
32042 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32043
32044         * lib/time_r.c, lib/time_r.h: New files.
32045
32046         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
32047         __localtime_r.
32048         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
32049         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
32050
32051         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
32052         __gmtime_r.
32053         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
32054         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
32055         Include <time_r.h>.
32056
32057         * lib/timegm.c: Switch to glibc implementation, with the following
32058         changes:
32059         [defined HAVE_CONFIG_H]: Include <config.h>.
32060         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
32061         (__mktime_internal) [!defined _LIBC]: New decl.
32062         (__gmtime_r) [!defined _LIBC]: New macro and function.
32063         (timegm): Use a prototype, since gnulib assumes C89.
32064         Do not bother declaring tmp to be const, as it's not really usefu.
32065         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
32066         (timegm): Declare only if HAVE_DECL_TIMEGM.
32067
32068 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32069
32070         * MODULES.html.sh (func_all_modules): Add time_r.
32071         * modules/time_r: New file.
32072         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
32073         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
32074
32075 2003-09-03  Paul Eggert  <eggert@twinsun.com>
32076
32077         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
32078         Bug reported by Lute Kamstra in
32079         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
32080
32081         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
32082         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
32083         course with correspondingly smaller numbers for tomorrow and
32084         yesterday.  From Tadayoshi Funaba.  Originally installed into
32085         sh-utils on 1999-08-07, but the patch got lost (I guess during the
32086         coreutils merge?).
32087
32088 2003-08-31  Simon Josefsson  <jas@extundo.com>
32089
32090         * modules/timegm: New file.
32091         * MODULES.html.sh (func_all_modules): Add timegm.
32092
32093 2003-08-31  Simon Josefsson  <jas@extundo.com>
32094
32095         * m4/timegm.m4: New file.
32096
32097 2003-08-31  Simon Josefsson  <jas@extundo.com>
32098
32099         * lib/timegm.h: New file.
32100         * lib/timegm.c: New file.  Based on
32101         wget-1.8.2/src/http.c:mktime_from_utc.
32102
32103 2003-08-31  Karl Berry  <karl@gnu.org>
32104
32105         * lib/argp.h: update from libc.
32106
32107 2003-08-28  Bruno Haible  <bruno@clisp.org>
32108
32109         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
32110         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
32111         followed by '#define fnmatch fnmatch_posix' gives an error.
32112
32113 2003-08-28  Bruno Haible  <bruno@clisp.org>
32114
32115         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
32116         warning on QNX, which defines O_BINARY to 000000.
32117
32118 2003-08-27  Jim Meyering  <jim@meyering.net>
32119
32120         * m4/mkstemp.m4: Require that the system mkstemp be able to create
32121         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
32122         would fail after 32.  Reported by Danny Levinson.  Details here:
32123         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
32124
32125 2003-08-24  Bruno Haible  <bruno@clisp.org>
32126
32127         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
32128         MSVC7 <stdio.h> is included later.
32129
32130 2003-08-22  Simon Josefsson  <jas@extundo.com>
32131
32132         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
32133
32134 2003-08-20  Karl Berry  <karl@gnu.org>
32135
32136         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
32137
32138 2003-08-20  Bruno Haible  <bruno@clisp.org>
32139
32140         * modules/progname: New file.
32141         * MODULES.html.sh (func_all_modules): Add progname.
32142
32143 2003-08-20  Bruno Haible  <bruno@clisp.org>
32144
32145         * lib/progname.h: New file, from GNU gettext.
32146         * lib/progname.c: New file, from GNU gettext.
32147         * lib/progreloc.c: New file, from GNU gettext.
32148
32149 2003-08-19  Jim Meyering  <jim@meyering.net>
32150
32151         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
32152         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
32153
32154 2003-08-19  Bruno Haible  <bruno@clisp.org>
32155
32156         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
32157         more.
32158
32159 2003-08-19  Bruno Haible  <bruno@clisp.org>
32160
32161         * lib/xstrdup.c: Assume <string.h> exists.
32162
32163 2003-08-18  Paul Eggert  <eggert@twinsun.com>
32164
32165         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
32166         in makefile rules.
32167
32168 2003-08-18  Jim Meyering  <jim@meyering.net>
32169
32170         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
32171         * m4/lib-ld.m4: Likewise.
32172
32173 2003-08-18  Jim Meyering  <jim@meyering.net>
32174
32175         * lib/setenv.h: Indent nested cpp directive.
32176         * lib/vasnprintf.c: Remove trailing blanks.
32177
32178 2003-08-17  Simon Josefsson  <jas@extundo.com>
32179
32180         * modules/xstrndup: New file.
32181         * MODULES.html.sh (func_all_modules): Add xstrndup.
32182
32183 2003-08-17  Simon Josefsson  <jas@extundo.com>
32184
32185         * modules/argp: Fix autoconf macro name. Add more dependencies.
32186
32187 2003-08-17  Simon Josefsson  <jas@extundo.com>
32188
32189         * m4/xstrndup.m4: New file.
32190
32191 2003-08-17  Simon Josefsson  <jas@extundo.com>
32192
32193         * m4/argp.m4: New file.
32194
32195 2003-08-17  Simon Josefsson  <jas@extundo.com>
32196             Bruno Haible  <bruno@clisp.org>
32197
32198         * lib/xstrndup.h: New file.
32199         * lib/xstrndup.c: New file.
32200
32201 2003-08-17  Bruno Haible  <bruno@clisp.org>
32202
32203         * modules/strndup (Files, Include): Add lib/strndup.h.
32204
32205 2003-08-17  Bruno Haible  <bruno@clisp.org>
32206
32207         * modules/euidaccess (Files): Add lib/euidaccess.h.
32208
32209 2003-08-17  Bruno Haible  <bruno@clisp.org>
32210
32211         * lib/strndup.h: New file.
32212
32213 2003-08-17  Bruno Haible  <bruno@clisp.org>
32214
32215         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
32216         like AC_GNU_SOURCE.
32217         * modules/extensions (configure.ac): Comment out the invocation of
32218         gl_USE_SYSTEM_EXTENSIONS.
32219
32220 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32221
32222         Merges from coreutils, etc.
32223         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
32224         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
32225         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
32226         fixing a typo.
32227         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
32228         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
32229
32230 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32231
32232         Document merge from coreutils.
32233         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
32234         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
32235         * modules/utime: Add m4/utimes-null.m4.
32236
32237 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32238
32239         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
32240         space, undoing this 2003-08-12 change:
32241         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32242
32243 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32244
32245         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
32246         strtoul.c from libc, undoing this 2003-08-12 change:
32247         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32248
32249 2003-08-16  Jim Meyering  <jim@meyering.net>
32250
32251         Merges from coreutils.
32252         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
32253         prefix.  Adjust cache variables similarly.  Create 500 rather than
32254         just 300 files, to exercise bug on Darwin6.5, too.
32255         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
32256         $missing_dir.
32257         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
32258         AM_SYS_POSIX_TERMIOS.
32259         Reported by mkc@mathdogs.com.
32260         Also change use of $am_cv_sys_posix_termios
32261         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
32262         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
32263         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
32264         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
32265         in /proc/mounts until it finds one with matching device number.  This
32266         is unnecessary when the FILE argument *is* a mount point.  No stat call
32267         is necessary in that case.  So, disable the statvfs-testing code on
32268         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
32269         as RedHat bug# 84846.
32270         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32271         to 1MB, so as not to render systems with no stack size limit (e.g.,
32272         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32273         Include <unistd.h>.  On some systems,
32274         it is required for the definition of _SC_PAGESIZE.
32275
32276 2003-08-16  Jim Meyering  <jim@meyering.net>
32277
32278         Merge from coreutils.
32279         * lib/xstrtoimax.c: #else #if -> #elif.
32280         * lib/xstrtoumax.c: Likewise.
32281
32282 2003-08-16  Jim Meyering  <jim@meyering.net>
32283
32284         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
32285         * m4/utimes.m4: Removed.
32286         * m4/utimes-null.m4: Renamed from utimes.m4.
32287
32288         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32289         to 1MB, so as not to render systems with no stack size limit (e.g.,
32290         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32291         Include <unistd.h>.  On some systems,
32292         it is required for the definition of _SC_PAGESIZE.
32293
32294 2003-08-16  Jim Meyering  <jim@meyering.net>
32295         and Paul Eggert  <eggert@cs.ucla.edu>
32296
32297         Merges from coreutils, etc.
32298
32299         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
32300         using the latest version from cvs.  This avoids problems with #line
32301         directives using a vendor (Sun) compiler.
32302         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
32303         Don't set GETGROUPS_LIB here; now it's
32304         done via getgroups.m4's wrapper function.
32305         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
32306         rather than just in sh-util/configure.in, so that the
32307         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
32308         same.
32309         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
32310         AC_FUNC_GETLOADAVG where to find getloadavg.c.
32311         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
32312         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
32313         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
32314         Remove code that is now done by the newly-required macros.
32315         Append $(EXEEXT) to DF_PROG.
32316         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
32317         Do not invoke or require the following here,
32318         since prereq.m4 or some gnulib .m4 now does this for us:
32319         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
32320         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
32321         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
32322         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
32323         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
32324         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
32325         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
32326         AC_FUNC_OBSTACK.
32327         Do not replace the following functions, as this is now the job
32328         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
32329         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
32330         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
32331         atexit getpass, strdup, getpagesize.
32332         Replace 'raise'.
32333         Do not check for the following functions, as this is now the job
32334         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
32335         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
32336         setregid.
32337         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
32338         Check for sys/sysctl.h.
32339         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
32340         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
32341         of checking for ssize_t ourselves.
32342
32343         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
32344         Require every macro that gnulib/modules/* suggests for us.
32345         (jm_PREREQ_ADDEXT): New macro.
32346         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
32347         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
32348
32349         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
32350         (gl_PHYSMEM): Use it.
32351         Also check for `table' function.
32352         Check for new headers and functions.
32353         Add check for sys/sysmp.h.
32354         With suggestions from Kaveh Ghazi.
32355         Ignore headers that are present but cannot be compiled.  This
32356         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
32357         C 5.4.
32358
32359 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32360
32361         Document merge from coreutils.
32362         * modules/userspec: Depend on posixver.
32363         * modules/strftime: Depend on tzset.
32364
32365 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32366
32367         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
32368         rather than tab, after '#' in shell-script copyright notices.
32369         Suggested by Bruno Haible.
32370
32371 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32372
32373         * config/srclist-update: Use three spaces, rather than tab, after '#'
32374         in shell-script copyright notices.  Suggested by Bruno Haible.
32375         Remove unnecessary parenthesization in regular expression.
32376
32377 2003-08-15  Jim Meyering  <jim@meyering.net>
32378
32379         Merge from coreutils.
32380         * lib/xgethostname.c: Include <stdlib.h>.
32381         (xghostname): Don't exit for anything other than memory-related
32382         failure; just return NULL.
32383         * lib/userspec.c: Include "posixver.h".
32384         (parse_user_spec): Accept `.' as a separator only
32385         in pre-POSIX-200112 mode.
32386         * lib/strtoimax.c: Use #elif rather than #else #if.
32387         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
32388         Remove function, now that we can rely on a working tzset function.
32389         [!_LIBC]: Ensure that the required autoconf test has been run.
32390         [!defined _NL_CURRENT && HAVE_STRFTIME]:
32391         Use underlying_strftime for %r.
32392         * lib/sha.c: Merge in some clean-up and optimization changes from
32393         glibc.
32394         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
32395         Ensure that it is a multiple of 64.
32396         Rearrange loop exit tests so as to avoid performing an
32397         additional fread after encountering an error or EOF.
32398         * lib/realloc.c: Update copyright date.
32399
32400 2003-08-15  Jim Meyering  <jim@meyering.net>
32401         and Paul Eggert  <eggert@twinsun.com>
32402
32403         Merge from coreutils.
32404         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
32405         member but strut utmpx does not.  Needed for AIX 4.3.3.
32406         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
32407
32408 2003-08-15  Jim Meyering  <jim@meyering.net>
32409         and Paul Eggert  <eggert@cs.ucla.edu>
32410
32411         Merges from coreutils, etc.
32412         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
32413         Require gl_FUNC_TZSET_CLOBBER.
32414         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
32415         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
32416         members.
32417
32418 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32419
32420         Help the merge from coreutils.
32421         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
32422         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
32423         * m4/tzset.m4: Use it too.
32424
32425 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32426
32427         * modules/tzset: New file.
32428
32429 2003-08-14  Jim Meyering  <jim@meyering.net>
32430
32431         Merges from coreutils.
32432         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
32433         variable names, rather than @FNMATCH_H@.
32434         * modules/alloca: Likewise for $(ALLOCA_H).
32435
32436         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
32437         the three copies of the literal target, `fnmatch.h'.
32438         * modules/alloca (alloca.h): Likewise.
32439
32440 2003-08-14  Jim Meyering  <jim@meyering.net>
32441
32442         Merge from coreutils.
32443         * m4/tzset.m4: New file.
32444         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
32445         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
32446         otherwise, AIX 5.1 systems would end up using the latter.
32447         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
32448         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
32449         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
32450         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
32451
32452 2003-08-14  Jim Meyering  <jim@meyering.net>
32453
32454         Merge from coreutils.
32455         * lib/obstack.h: Whitespace changes.
32456         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
32457         and xcalloc return values.
32458         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
32459         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
32460         hang on OSF/1 5.1 for DIR on both local and remote file systems.
32461         Reported by (and fix confirmed by) Nelson H. F. Beebe.
32462         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32463         error from mntctl.
32464         Use mntctl's return value to drive the entry-processing loop, since
32465         we can't rely on the value of the vmt_length member in the last
32466         entry.  On some systems doing so could result in exhausting
32467         virtual memory.  Based in part on a patch from Mike Jetzer.
32468
32469 2003-08-14  Jim Meyering  <jim@meyering.net>
32470         and Paul Eggert  <eggert@twinsun.com>
32471
32472         Merges from coreutils, plus other fixes.
32473         * lib/physmem.c: Merge in portability changes from gcc/libiberty
32474         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
32475         for credits and details.  Thanks to Kaveh Ghazi for helping
32476         to keep these files in sync.
32477         (ARRAY_SIZE): Define it.
32478         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
32479         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
32480         (memcasecmp): Don't assume size_t fits in unsigned int.
32481         Remove casts and duplicate code.
32482         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
32483         (memcpy): Remove definition.
32484         Merge in some clean-up and optimization changes from glibc.
32485         [BLOCKSIZE]: Move definition to top of file.
32486         Ensure that it is a multiple of 64.
32487         Rearrange loop exit tests so as to avoid performing an
32488         additional fread after encountering an error or EOF.
32489         * lib/md5.h (md5_uintptr): Define.
32490         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
32491         return to the initial working directory.  Preserve errno
32492         for caller.
32493         * lib/idcache.c: Include "xalloc.h".
32494         (xmalloc, xrealloc): Remove decls.
32495         (getuser): Remove casts no longer required in C89.
32496         * lib/human.c: Include stdio.h, for sprintf.
32497         * lib/group-member.c: Include "xalloc.h".
32498         (xmalloc, xrealloc): Remove decls.
32499         (get_group_info): Remove casts no longer required in C89.
32500         * lib/getusershell.c (readname): Remove casts no longer required in
32501         C89.
32502         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
32503         * lib/getline.c: Whitespace fix, from coreutils.
32504
32505 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32506
32507         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
32508         Check for isascii.
32509
32510         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32511         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32512         Undo previous (whitespace-only) change.
32513
32514 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32515
32516         * lib/exclude.c: Include <ctype.h>
32517         (IN_CTYPE_DOMAIN): New macro.
32518         (is_space): New fn.
32519         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
32520         and empty lines.
32521
32522         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32523         Undo previous (whitespace-only) change.
32524
32525 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32526
32527         * config/srclist-update: Change update back to the old behavior,
32528         leaving whitespace alone.  Use one 'sed' command rather than a
32529         pipeline.
32530         (fixlicense): Now a variable, not a function.
32531         (remove_trailing_blanks): Remove.
32532         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
32533         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32534         Undo previous (whitespace-only) change.
32535
32536 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32537
32538         Merge from coreutils.
32539         * modules/euidaccess: Add lib_SOURCES, include for new
32540         file euidaccess.h
32541
32542 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32543
32544         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32545         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32546         Normalize leading white space and remove trailing white space.
32547
32548         Merge from coreutils
32549         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
32550
32551         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
32552         0.12.1.  These files are now being upgraded automatically by
32553         ../config/srclist-update.
32554
32555 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32556
32557         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32558         Normalize leading white space and remove trailing white space.
32559         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
32560         notice, as per ../config/srclist-update.
32561
32562         Merge from coreutils.
32563         * lib/euidaccess.h: New file.
32564         * lib/euidaccess.c: Include it.
32565         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
32566         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
32567         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
32568
32569 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32570
32571         * config/srclist-update: Add copyright notice.
32572         (remove_id_lines, remove_trailing_blanks): New constants.
32573         (fixfile): Use them to normalize spacing a bit in copied files.
32574         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32575         Normalize leading white space and remove trailing white space.
32576
32577         * config/texinfo.tex: Sync with texinfo.
32578
32579         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
32580         strtoul.c from libc, to merge coreutils whitespace changes.
32581
32582         * config/srclist.txt: Get the following m4 files from gettext:
32583         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
32584         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
32585         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
32586         wint_t.m4.
32587
32588 2003-08-12  Karl Berry  <karl@gnu.org>
32589
32590         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
32591         been made.
32592
32593 2003-08-11  Paul Eggert  <eggert@twinsun.com>
32594
32595         * modules/gnu-source, m4/gnu-source.m4:
32596         Remove; we're assuming Autoconf 2.54 or later now.
32597         Suggested by Bruno Haible.
32598         * MODULES.html.sh (func_all_modules): Remove gnu-source.
32599
32600 2003-08-11  Bruno Haible  <bruno@clisp.org>
32601
32602         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
32603
32604 2003-08-11  Bruno Haible  <bruno@clisp.org>
32605
32606         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
32607         (vasnprintf): Use it instead of wcslen.
32608
32609 2003-08-11  Bruno Haible  <bruno@clisp.org>
32610
32611         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
32612         value to ensure that _Bool promotes to int. Use #define for _Bool when
32613         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
32614
32615 2003-08-10  Karl Berry  <karl@gnu.org>
32616
32617         * lib/regex.h: update from libc (whitespace fix).
32618
32619 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32620
32621         Merge some files from coreutils.  These changes were
32622         originally made by Jim Meyering.
32623         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
32624         many older Unixes require this.
32625         * lib/alloca.c (alloca): Remove cast to argument of free;
32626         no longer needed in C89.
32627         * lib/alloca_.h, regex.h: Fix white space to match
32628         what GNU indent does.
32629
32630 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32631
32632         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
32633         apparently Emacs's Unicode mode got confused before my 2003-08-05
32634         checkin.
32635
32636 2003-08-08  Paul Eggert  <eggert@twinsun.com>
32637
32638         * m4/extensions.m4: New file.
32639         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
32640         Require gl_USE_SYSTEM_EXTENSIONS.
32641         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
32642         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
32643
32644 2003-08-08  Paul Eggert  <eggert@twinsun.com>
32645
32646         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
32647         * modules/extensions, modules/gnu-source: New files.
32648         * modules/timespec, modules/unlocked-io: Depend on extensions.
32649
32650 2003-08-07  Paul Eggert  <eggert@twinsun.com>
32651
32652         * modules/restrict: New file.
32653         * MODULES.html.sh (func_all_modules): Add restrict.
32654         * modules/regex: Depend on restrict.
32655
32656 2003-08-07  Paul Eggert  <eggert@twinsun.com>
32657
32658         * m4/restrict.m4: New file.
32659         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
32660
32661 2003-08-07  Bruno Haible  <bruno@clisp.org>
32662
32663         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
32664         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
32665
32666 2003-08-07  Bruno Haible  <bruno@clisp.org>
32667
32668         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
32669         makes the module 'getndelim2' compatible with the module 'getline'.
32670
32671 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32672
32673         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
32674         byte with "\201" to avoid glitches when editing that source file
32675         with multi-gnome-terminal.
32676
32677 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32678
32679         * lib/bumpalloc.h: Remove.
32680
32681 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32682
32683         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
32684         * modules/bumpalloc: Remove.
32685
32686 2003-08-04  Paul Eggert  <eggert@twinsun.com>
32687
32688         * lib/getloadavg.c: Change copyright notice and spacing to conform to
32689         GNU coding style.
32690
32691         Merge from coreutils.
32692         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
32693         1. From glibc.
32694         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
32695         from Karl Berry, implemented by Jim Meyering.
32696         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
32697         from Dmitry V. Levin.
32698         Remove anachronistic cast of xrealloc.
32699         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
32700         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
32701         type. Otherwise, it wouldn't compile with at least /bin/cc on
32702         ymp-cray-unicos9.0.2.X.
32703         Combine two mostly-identical uses of alloca into one.
32704         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
32705
32706 2003-08-04  Dave Love  <d.love@dl.ac.uk>
32707
32708         [From Emacs.]
32709
32710         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
32711         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
32712         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
32713         obsolete NLIST_NAME_UNION.
32714         [__GNU__]: Undef BSD and FSCALE.
32715         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
32716
32717 2003-08-03  Paul Eggert  <eggert@twinsun.com>
32718
32719         * lib/stdbool_.h (_Bool): Make it signed char, instead of
32720         an enum type, so that it's guaranteed to promote to int.  See:
32721         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
32722
32723 2003-08-03  Karl Berry  <karl@gnu.org>
32724
32725         * config/depcomp: update from automake.
32726
32727 2003-07-31  Paul Eggert  <eggert@twinsun.com>
32728
32729         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
32730         (strerror): Don't assume that a printable int fits in 14 bytes.
32731
32732 2003-07-31  Bruno Haible  <bruno@clisp.org>
32733
32734         * modules/getpass-gnu: New file.
32735         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
32736
32737 2003-07-31  Bruno Haible  <bruno@clisp.org>
32738
32739         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
32740
32741 2003-07-24  Karl Berry  <karl@gnu.org>
32742
32743         * config/missing: update from automake.
32744
32745 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
32746             Bruno Haible  <bruno@clisp.org>
32747
32748         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
32749         * lib/getline.c (getline, getdelim): Likewise.
32750         Remove _GNU_SOURCE define; now it's defined in config.h through
32751         m4/getline.m4.
32752
32753 2003-07-23  Karl Berry  <karl@gnu.org>
32754
32755         * config/config.sub: update from prep.
32756
32757 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32758
32759         * modules/xalloc (Depends-on): Add exitfail.
32760         * modules/xmemcoll: Likewise.
32761
32762 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32763
32764         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
32765         over-parenthesization in macros.
32766
32767         Sync with coreutils.
32768
32769         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
32770         required by C99.
32771
32772         Use `exit_failure' for xalloc and xmemcoll instead of their own
32773         private exit-failure variables.
32774         * lib/xalloc.h (xalloc_exit_failure): Remove.
32775         * lib/xmalloc.c: Likewise.  Include exitfail.h.
32776         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
32777         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
32778         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
32779         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
32780
32781 2003-07-20  Jim Meyering  <jim@meyering.net>
32782
32783         * modules/closeout (Depends-on): Add exitfail.
32784         Suggestion from Bruno Haible.
32785
32786 2003-07-19  Karl Berry  <karl@gnu.org>
32787
32788         * config/config.sub: update from prep.
32789
32790 2003-07-18  Paul Eggert  <eggert@twinsun.com>
32791
32792         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
32793         Remove.
32794         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
32795         to test that it can stand by itself.  Include "exitfail.h".
32796         Clients should set exit_failure instead.
32797         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
32798
32799 2003-07-18  Bruno Haible  <bruno@clisp.org>
32800
32801         * modules/getndelim2: New file.
32802         * modules/getline: Share files with module getndelim2.
32803         * modules/getnline: Depend on getndelim2 instead of sharing files with
32804         it. Add getnline.c to lib_SOURCES.
32805         * MODULES.html.sh (func_all_modules): Add getndelim2.
32806
32807 2003-07-18  Bruno Haible  <bruno@clisp.org>
32808
32809         * m4/getndelim2.m4: New file.
32810         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
32811         invoke gl_PREREQ_GETNDELIM2.
32812         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
32813         gl_PREREQ_GETNDELIM2.
32814         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
32815         gl_GETNDELIM2.
32816
32817 2003-07-18  Bruno Haible  <bruno@clisp.org>
32818
32819         * lib/getndelim2.h: New file.
32820         * lib/getndelim2.c: Make into a module of its own. Include config.h,
32821         getndelim2.h.
32822         (getndelim2): Make non-static. Change return type to ssize_t.
32823         * lib/getline.h: Change argument names.
32824         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
32825         * lib/getnline.c: Include getndelim2.h.
32826
32827 2003-07-18  Andreas Schwab  <schwab@suse.de>
32828
32829         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
32830
32831 2003-07-17  Karl Berry  <karl@gnu.org>
32832
32833         * config/config.sub: update from prep.
32834
32835 2003-07-17  Bruno Haible  <bruno@clisp.org>
32836
32837         * modules/getnline: New file.
32838         * modules/getline: Add lib/getndelim2.c to source file list.
32839         * MODULES.html.sh (func_all_modules): Add getnline.
32840
32841 2003-07-17  Bruno Haible  <bruno@clisp.org>
32842
32843         * m4/getnline.m4: New file.
32844
32845 2003-07-17  Bruno Haible  <bruno@clisp.org>
32846
32847         * m4/Makefile.am.in: Remove file.
32848         * m4/Makefile.am: Remove file.
32849         * m4/Makefile.in: Remove file.
32850
32851 2003-07-17  Bruno Haible  <bruno@clisp.org>
32852
32853         * lib/getnline.h: New file.
32854         * lib/getnline.c: New file.
32855         * lib/getndelim2.c: New file, extracted from getline.c.
32856         (getndelim2): Renamed from getdelim2, with added nmax argument.
32857         * lib/getline.c: Include getndelim2.c.
32858         (getdelim2): Moved out to getndelim2.c.
32859         (getline, getdelim): Update.
32860
32861 2003-07-17  Bruno Haible  <bruno@clisp.org>
32862
32863         * lib/Makefile.am: Remove file.
32864         * lib/Makefile.in: Remove file.
32865
32866 2003-07-17  Bruno Haible  <bruno@clisp.org>
32867
32868         * configure.in: Remove file.
32869         * Makefile.in: Remove file.
32870
32871 2003-07-17  Bruno Haible  <bruno@clisp.org>
32872
32873         * MODULES.html.sh: Put the </BODY> right before </HTML>.
32874
32875 2003-07-16  Karl Berry  <karl@gnu.org>
32876
32877         * config/srclist-update: was running fixlicense twice, which caused
32878                 texinfo.tex to be nullified for some reason.  Simplify,
32879                 $gplsrc is no longer needed as far as I can see?
32880
32881 2003-07-16  Jim Meyering  <jim@meyering.net>
32882
32883         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
32884
32885 2003-07-15  Paul Eggert  <eggert@twinsun.com>
32886
32887         * config/srclist.txt: Get the following files from gettext-runtime/intl
32888         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
32889         ref-del.sin.  From Bruno Haible.
32890         * config/srclist-update (fixfile): Change grep pattern again, since the
32891         previous fix didn't work (there was another trailing $).  Use
32892         '[$]' to escape the $s.
32893
32894 2003-07-15  Karl Berry  <karl@gnu.org>
32895
32896         * lib/vasnprintf.c: update from gettext.
32897
32898 2003-07-15  Karl Berry  <karl@gnu.org>
32899
32900         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
32901         gets expanded when surrounded by '$'.
32902
32903 2003-07-15  Jim Meyering  <jim@meyering.net>
32904
32905         * modules/save-cwd: Don't depend on error.  From Derek Price.
32906
32907 2003-07-15  Jim Meyering  <jim@meyering.net>
32908
32909         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
32910
32911 2003-07-14  Simon Josefsson  <jas@extundo.com>
32912
32913         * modules/mempcpy: New file.
32914         * MODULES.html.sh (func_all_modules): Add mempcpy.
32915
32916 2003-07-14  Simon Josefsson  <jas@extundo.com>
32917
32918         * m4/mempcpy.m4: New file.
32919
32920 2003-07-14  Simon Josefsson  <jas@extundo.com>
32921
32922         * lib/mempcpy.h: New file.
32923         * lib/mempcpy.c: New file.
32924
32925 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32926
32927         * modules/getdate, modules/posixtm: Depend on mktime.
32928
32929 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32930
32931         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
32932         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
32933         unicodeio.c, unicodeio.h, unlocked-io.h:
32934         Switch from LGPL to GPL.
32935
32936 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32937
32938         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
32939         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
32940         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
32941         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
32942         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
32943         updated automatically by ../config/srclist-update.  This changes
32944         their license from LPGL to GPL.
32945
32946 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32947
32948         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
32949         assumed to refer to the root of the most recent stable gettext version.
32950         * config/srclistvars.sh: Add defaults for eggert.
32951         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
32952         Match "This program" as well as "The program".  This is needed
32953         for gettext.
32954
32955 2003-07-14  Jim Meyering  <jim@meyering.net>
32956
32957         Don't emit diagnostics.  Let callers do that.
32958         * lib/save-cwd.c: Don't include "error.h".
32959         (save_cwd): Don't call error.  Ensure that errno is valid
32960         when returning nonzero.
32961
32962         * lib/save-cwd.h (restore_cwd): Update prototype.
32963         * lib/save-cwd.c (restore_cwd): Remove two parameters.
32964         Simplify.  Don't call error upon failure.  Let callers do that.
32965         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
32966         when auditing is enabled.  But don't bother updating the #if.
32967
32968 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
32969
32970         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
32971         it breaks C++ compilation.
32972         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
32973
32974 2003-07-10  Simon Josefsson  <jas@extundo.com>
32975
32976         * modules/strchrnul (Makefile.am): Add strchrnul.h.
32977
32978 2003-07-10  Jim Meyering  <jim@meyering.net>
32979
32980         * m4/clock_time.m4: Remove trailing blank.
32981         * m4/intmax_t.m4: Likewise.
32982
32983 2003-07-10  Jim Meyering  <jim@meyering.net>
32984
32985         * lib/vasnprintf.c: Remove trailing blanks.
32986         Make cpp indentation consistent.
32987
32988 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32989
32990         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
32991         posixver.c, strftime.c, strnlen.c, strverscmp.c:
32992         Switch from LGPL to GPL.
32993
32994 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32995
32996         * config/srclist.txt: Sort sublists.  Add
32997         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
32998         that differ from gnulib for one reason or another; we'd like this list
32999         to be smaller but for now let's document what we have.
33000
33001 2003-07-08  Paul Eggert  <eggert@twinsun.com>
33002
33003         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
33004         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
33005         and sweeter "eval x=$x".
33006         * config/srclist.txt: Get lib/argp* from glibc.
33007
33008 2003-07-07  Paul Eggert  <eggert@twinsun.com>
33009
33010         * lib/mktime.c: Fix some boundary cases and remove need for floating
33011         point.
33012
33013         Issue a compile-time diagnostic if time_t is floating point, or if
33014         two's complement arithmetic is not in effect, or if arithmetic
33015         right shift does not propagate the sign.  These assumptions were
33016         all in the original code but they weren't checked.
33017
33018         (TIME_T_MIDPOINT, verify): New macros.
33019         (__isleap): Remove; it has integer overflow problems.
33020         (leapyear): New function, without those problems.
33021         (ydhms_tm_diff): Remove; splitting into two parts.
33022         (ydhms_diff): New function, containing the arithmetic part of
33023         the old ydhms_tm_diff function.  Issue a compile-time
33024         diagnostic if we are not using C99 integer division.
33025         Avoid casts when possible.
33026         (guess_time_tm): New function, containing the checking part of
33027         the old ydhms_tm_diff function.  Return the new value, rather than
33028         the difference between it and the old.  Accept a new argument T
33029         so that *T specifies the old value.  Check for overflow in the result.
33030
33031         (__mktime_internal): Use a time_t offset, not a long int offset.
33032         This undoes the 2003-06-04 change, which is no longer needed now
33033         that we have better overflow checking.
33034         (localtime_offset): Likewise.
33035
33036         (__mktime_internal): Avoid harmful overflow on hosts where time_t
33037         and long are 64-bit but int is only 32-bit.
33038         (ydhms_diff): Use long int to store year1 and yday1.
33039         Issue a compile-time diagnostic if long int is not wide enough.
33040
33041         (__mktime_internal): Use long int to store adjusted year and yday.
33042         Use plain C rather than preprocessor commands, if that doesn't
33043         affect efficiency.
33044         Check for overflow (and try to repair) after each probe
33045         rather than checking only at the very end.  This avoids some bugs
33046         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
33047         does not equal GMT offset at maximum time).
33048         Use integer to check for overflow rather than floating point; this
33049         is more portable to non-IEEE hosts, and is a tad faster.
33050         When we detect that we are oscillating between two values,
33051         don't check whether tm_isdst has the requested value, since
33052         we already know the answer.  When tm_isdst has the wrong value,
33053         use a different heuristic to find the right one, based on the
33054         extreme values actually observed in practice in tz2003a,
33055         rather than the (overly optimistic) "previous 3 calendar quarters".
33056
33057         (not_equal_tm, print_tm, check_result): Use "const T" rather than
33058         "T const" to accommodate glibc style.
33059         (check_result): Use less-confusing report format.  "long" -> "long int.
33060         (main): Likewise.
33061         Don't loop if the iteration overflows time_t.
33062         Allow a negative step in the iteration.
33063
33064 2003-07-06  Karl Berry  <karl@gnu.org>
33065
33066         * config/depcomp: update from automake.
33067         * config/config.sub: update from prep.
33068
33069 2003-07-03  Karl Berry  <karl@gnu.org>
33070
33071         * config/config.guess: update from prep.
33072
33073 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33074
33075         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
33076         xreadlink.c now includes it unconditionally.
33077
33078 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33079
33080         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
33081         having it depend on HAVE_SYS_TYPES_H.
33082
33083 2003-07-01  Bruno Haible  <bruno@clisp.org>
33084
33085         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
33086         <sys/types.h> should be sufficient.
33087         Reported by Paul Eggert.
33088
33089 2003-06-26  Karl Berry  <karl@gnu.org>
33090
33091         * config/depcomp: update from automake.
33092
33093 2003-06-26  Bruno Haible  <bruno@clisp.org>
33094
33095         * modules/human: Depend on module stdbool.
33096
33097 2003-06-25  Bruno Haible  <bruno@clisp.org>
33098
33099         * modules/readlink: New file.
33100         * modules/xreadlink: Depend on it.
33101         * MODULES.html.sh (func_all_modules): Add readlink.
33102
33103 2003-06-25  Bruno Haible  <bruno@clisp.org>
33104
33105         * m4/readlink.m4: New file.
33106
33107 2003-06-25  Bruno Haible  <bruno@clisp.org>
33108
33109         * lib/readlink.c: New file.
33110
33111 2003-06-22  Karl Berry  <karl@gnu.org>
33112
33113         * config/srclist.txt: update mkinstalldirs from automake.
33114         * config/mkinstalldirs: update.
33115
33116 2003-06-22  Bruno Haible  <bruno@clisp.org>
33117
33118         Portability to mingw32.
33119         * m4/ssize_t.m4: New file, from GNU gettext.
33120         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
33121         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
33122
33123 2003-06-22  Bruno Haible  <bruno@clisp.org>
33124
33125         * modules/safe-read: Add m4/ssize_t.m4.
33126         * modules/xreadlink: Add m4/ssize_t.m4.
33127
33128 2003-06-20  Bruno Haible  <bruno@clisp.org>
33129
33130         Assume C89, so PARAMS isn't needed.
33131         * lib/unicodeio.h (PARAMS): Remove.
33132         * lib/unicodeio.c: Don't use PARAMS.
33133
33134 2003-06-18  Karl Berry  <karl@gnu.org>
33135
33136         * config/config.{guess,sub}: update from prep.
33137
33138 2003-06-18  Jim Meyering  <jim@meyering.net>
33139
33140         Merge changes from coreutils.
33141         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
33142         Remove explicit declarations of xmalloc and realloc.
33143         Include xalloc.h.
33144         (read_utmp): Remove anachronistic cast of xmalloc.
33145
33146 2003-06-17  Paul Eggert  <eggert@twinsun.com>
33147
33148         Assume C89, so PARAMS isn't needed.
33149         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
33150         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
33151         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
33152         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
33153         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
33154         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
33155         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
33156         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
33157         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
33158         lib/xstrtod.h, lib/xstrtol.h: Likewise.
33159         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
33160         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
33161         no longer needed. Anyway, config.h should always be included before any
33162         other file.
33163
33164 2003-06-11  Simon Josefsson  <jas@extundo.com>
33165
33166         * modules/sysexits: New file.
33167         * MODULES.html.sh (func_all_modules): Add sysexits.
33168
33169 2003-06-11  Simon Josefsson  <jas@extundo.com>
33170
33171         * lib/sysexit_.h: New file.
33172
33173 2003-06-11  Derek Price  <derek@ximbiot.com>
33174
33175         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
33176         necessary.
33177
33178 2003-06-11  Bruno Haible  <bruno@clisp.org>
33179
33180         * m4/sysexits.m4: New file.
33181
33182 2003-06-10  Simon Josefsson  <jas@extundo.com>
33183
33184         * lib/argp.h: New file, from glibc.
33185         * lib/argp-ba.c: New file, from glibc.
33186         * lib/argp-eexst.c: New file, from glibc.
33187         * lib/argp-fmtstream.c: New file, from glibc.
33188         * lib/argp-fmtstream.h: New file, from glibc.
33189         * lib/argp-fs-xinl.c: New file, from glibc.
33190         * lib/argp-help.c: New file, from glibc.
33191         * lib/argp-namefrob.h: New file, from glibc.
33192         * lib/argp-parse.c: New file, from glibc.
33193         * lib/argp-pv.c: New file, from glibc.
33194         * lib/argp-pvh.c: New file, from glibc.
33195         * lib/argp-xinl.c: New file, from glibc.
33196
33197 2003-06-10  Simon Josefsson  <jas@extundo.com>
33198
33199         * modules/strchrnul: New file.
33200
33201 2003-06-10  Simon Josefsson  <jas@extundo.com>
33202
33203         * modules/argp: New file.
33204
33205 2003-06-10  Simon Josefsson  <jas@extundo.com>
33206
33207         * m4/strchrnul.m4: New file.
33208
33209 2003-06-10  Simon Josefsson  <jas@extundo.com>
33210
33211         * lib/strchrnul.h: New file.
33212         * lib/strchrnul.c: New file.
33213
33214 2003-06-10  Bruno Haible  <bruno@clisp.org>
33215
33216         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
33217
33218 2003-06-07  Karl Berry  <karl@gnu.org>
33219
33220         * config/config.{guess,sub}: update from prep.
33221
33222 2003-06-07  Jim Meyering  <jim@meyering.net>
33223
33224         * modules/strtod: Use $(...) notation, not @...@ for
33225         AC_REPLACE'd variables.
33226         * modules/localcharset: Likewise.
33227
33228 2003-06-07  Jim Meyering  <jim@meyering.net>
33229
33230         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
33231         in place of my name in the copyright comment.
33232         Remove definition and uses of __P.
33233
33234         From coreutils.
33235         * lib/stat.c: Don't declare xmalloc explicitly.
33236         Instead, include "xalloc.h".
33237         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
33238         xrealloc, and xcalloc return values.
33239         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
33240         Improve comment.
33241         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
33242
33243 2003-06-07  Bruno Haible  <bruno@clisp.org>
33244
33245         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
33246         avoid AC_CONFIG_LINKS.
33247         * modules/fnmatch (Makefile.am): Use explicit creation rule for
33248         fnmatch.h, to avoid AC_CONFIG_LINKS.
33249         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
33250
33251 2003-06-07  Bruno Haible  <bruno@clisp.org>
33252
33253         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
33254         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
33255         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33256         directory.
33257         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
33258         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33259         directory.
33260
33261 2003-06-06  Jim Meyering  <jim@meyering.net>
33262
33263         Merge from coreutils.
33264         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
33265         Consolidate declarations and initializations of *_base* locals.
33266
33267         Merge from coreutils.
33268         This avoids a core dump on systems without GNU putenv,
33269         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
33270         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
33271         (unsetenv): New static function, from GNU libc.
33272         (rpl_putenv): Use it.
33273
33274         * lib/modechange.c: Remove trailing blanks.
33275
33276         Merge from coreutils.
33277         * lib/fsusage.c: Remove declaration of statfs.
33278         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
33279
33280         * lib/posixtm.c: Include <stdbool.h> unconditionally.
33281
33282 2003-06-06  Jim Meyering  <jim@meyering.net>
33283
33284         * lib/stdbool_.h: Renamed from stdbool.h.in.
33285
33286 2003-06-06  Jim Meyering  <jim@meyering.net>
33287             Bruno Haible  <bruno@clisp.org>
33288
33289         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
33290         Adjust Makefile.am snippet not to redirect directly to target.
33291         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
33292
33293 2003-06-05  Paul Eggert  <eggert@twinsun.com>
33294
33295         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
33296         mismatch, look in future quarters as well as past.  This fixes a
33297         bug when processing fall-backwards gaps immediately after a long
33298         period of daylight-saving time.
33299
33300         * lib/mktime.c: Assume freestanding C89 or better.
33301         (HAVE_LIMITS_H): Remove.  Assume it's 1.
33302         (__P): Remove; not used.
33303         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
33304         (mktime, not_equal_tm, print_tm, check_result,
33305         main): Use prototypes.  Use const * where appropriate.
33306         (main): Fix typo in testing code that uncovered by above changes.
33307         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
33308
33309 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33310
33311         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
33312         locale.h, localeconv.  This merges changes from coreutils.
33313
33314         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
33315         It can be removed after the next Autoconf is released.
33316         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
33317         needed.
33318
33319 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33320
33321         * lib/mktime.c: Fix Debian bug 177940
33322         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
33323         (localtime_offset): Now long int, not time_t, because we want it
33324         to be guaranteed to be signed.  All uses changed.
33325         (__mktime_internal): If overflow would occur when adding offset,
33326         don't add it.
33327
33328         Merge 'human' changes from coreutils.  Rewrite to support
33329         locale-specific notations like thousands separators.
33330         * lib/human.c: Simplify authorship notice.
33331         Include human.h immediately after config.h.
33332         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
33333         <limits.h>: Do not include, since human.h does.
33334         (SIZE_MAX, UINTMAX_MAX): New macros.
33335         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
33336         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
33337         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
33338         (power_letter): Renamed from suffixes.
33339         (generate_suffix_backwards): Remove.
33340         (adjust_value): Now takes int style (because of human.h changes)
33341         and long double value (for greater precision on some platforms).
33342         (group_number): New function.
33343         (human_readable): Use it.  Use integer options, not enum.
33344         Put the options before the sizes in the arg list.
33345         Support all the new options.
33346         The old human_readable function has been removed;
33347         use inttostr.h instead.
33348         (human_readable, default_block_size, humblock):
33349         Use uintmax_t, not int, for block sizes.
33350         (human_readable_inexact, block_size_types): Remove.
33351         (block_size_opts): New constant.
33352         (human_options): Renamed from human_block_size, with new signature
33353         that allows block sizes up to UINTMAX_MAX.  All callers changed.
33354         * lib/human.h: Add copyright and authorship notice.
33355         Include <limits.h> and <stdbool.h> unconditionally.
33356         (PARAMS): Remove.  All uses removed.
33357         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
33358         (enum human_inexact_style): Remove tag; now a nameless enum.
33359         (human_floor, human_ceiling, human_round_to_even): Now have
33360         values 2, 0, 1 rather than -1, 1, 0.
33361         (human_group_digits, human_suppress_point_zero, human_autoscale,
33362         human_base_1024, human_SI, human_B): New constants.
33363         (human_readable_inexact, human_block_size): Remove.
33364         (human_readable): Size args are now uintmax_t, not int.
33365         (human_options): New decl.
33366
33367         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
33368         unnecessary now that we assume C89 or better.  This change
33369         imported from coreutils.
33370
33371         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33372         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
33373         in the 2003-05-30 sync from glibc.
33374
33375         .h files should stand alone, but we shouldn't include <sys/types.h>
33376         if we can get away with just <stddef.h>.
33377
33378         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
33379         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
33380         rather than <sys/types.h>, as we merely need size_t.
33381         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
33382         to get size_t.
33383         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
33384         Include <stdio.h>, to get FILE.
33385         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
33386         memcasecmp.h has included <stddef.h> and all we need is size_t.
33387         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
33388         our interface, instead of including <sys/types.h>
33389
33390 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33391
33392         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
33393         now, as glibc mktime is buggy on non-glibc systems.
33394
33395 2003-06-03  Karl Berry  <karl@gnu.org>
33396
33397         * config/config.sub: update from prep.
33398
33399 2003-06-02  Paul Eggert  <eggert@twinsun.com>
33400
33401         [from coreutils]
33402         Fix some minor time-related bugs with POSIX time arguments.
33403         Some valid time stamps were being rejected (notably -1, and
33404         time stamps before 1900 on 64-bit hosts).  And some invalid
33405         time stamps were being accepted, e.g. September 31.
33406
33407         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
33408         that we can return (time_t) -1 successfully.
33409         * lib/posixtm.c: Likewise.
33410         [HAVE_STDBOOL_H]: Include <stdbool.h>.
33411         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
33412         (t): Remove static var.
33413         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
33414         of static var.  All uses changed.
33415         (year): Do not reject years before 1900; they can occur with
33416         64-bit time_t.
33417         (posix_time_parse): Do not check for out-of-range components;
33418         that is now the caller's responsibility, since our checks were
33419         only approximations.
33420         (posixtime): Use mktime to check for out-of-range components,
33421         since it knows them exactly.
33422         If mktime returns (time_t) -1, check whether an error actually occurred
33423         by invoking localtime on -1.
33424         (main) [TEST_POSIXTIME]: Check for input data errors, and report
33425         posixtime failures better.
33426         Improve the test data (in comments only).
33427
33428 2003-06-02  Karl Berry  <karl@gnu.org>
33429
33430         * config/mkinstalldirs (version): new variable.
33431         (--version): new option.
33432         (usage): improve message.
33433
33434 2003-05-30  Karl Berry  <karl@gnu.org>
33435
33436         * lib/mktime.c: update from libc.
33437
33438 2003-05-30  Bruno Haible  <bruno@clisp.org>
33439
33440         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
33441         * config/config.rpath: Upgrade to gettext-0.12.1.
33442
33443 2003-05-30  Bruno Haible  <bruno@clisp.org>
33444
33445         * m4/gettext.m4: Upgrade to gettext-0.12.1.
33446         * m4/nls.m4: New file, from gettext-0.12.1.
33447         * m4/po.m4: New file, from gettext-0.12.1.
33448         * m4/progtest.m4: Upgrade to gettext-0.12.1.
33449
33450 2003-05-30  Bruno Haible  <bruno@clisp.org>
33451
33452         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
33453         * lib/localcharset.h: Likewise.
33454         * lib/localcharset.c: Likewise.
33455
33456 2003-05-29  Karl Berry  <karl@gnu.org>
33457
33458         * config/config.rpath: update from gettext.
33459
33460 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33461
33462         Assume the headers required for C89 freestanding compilers.
33463         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
33464         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
33465         * m4/human.m4 (gl_HUMAN): Likewise.
33466         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
33467         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
33468         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33469         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
33470         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33471         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
33472
33473 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33474
33475         Assume the headers required for C89 freestanding compilers.
33476         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
33477         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
33478         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
33479         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
33480         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
33481         define, since <limits.h> is guaranteed to do that.
33482         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
33483         * lib/exclude.c: Include <stdbool.h> unconditionally.
33484         * lib/tempname.c: Include <stddef.h> unconditionally.
33485         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
33486         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
33487         <stddef.h> does that.
33488         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
33489         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
33490         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
33491         needed.
33492         * lib/xstrtol.c: Likewise.
33493         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
33494         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
33495
33496         * lib/addext.c (addext): Use assignment rather than cast, to avoid
33497         warnings on some platforms.
33498
33499         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33500         arbitrarily.
33501
33502 2003-05-26  Jim Meyering  <jim@meyering.net>
33503
33504         Merge in a change from coreutils:
33505         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
33506         that is guaranteed to be `no'.  Use `no_such_member' to indicate
33507         that condition, rather than `-1' which is slightly misleading.
33508         Change the name of the cache variable to have the gl_ prefix.
33509         Prompted by a patch from Richard Dawe for DJGPP.
33510
33511 2003-05-24  Karl Berry  <karl@gnu.org>
33512
33513         * config/config.guess: update from prep.
33514
33515 2003-05-22  Karl Berry  <karl@gnu.org>
33516
33517         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
33518
33519 2003-05-20  Karl Berry  <karl@gnu.org>
33520
33521         * config/config.guess: update from prep.
33522
33523 2003-05-18  Karl Berry  <karl@gnu.org>
33524
33525         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
33526         might actually be set by the user.
33527
33528         * config/depcomp, install-sh, mdate-sh: update from automake.
33529
33530 2003-05-17  Bruno Haible  <bruno@clisp.org>
33531
33532         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
33533         invalid expansion for AC_EGREP_CPP.
33534         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
33535         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
33536         Suggested by Akim Demaille <akim@epita.fr> in
33537         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
33538
33539 2003-05-12  Jim Meyering  <jim@meyering.net>
33540
33541         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
33542         the space-padded-by-default conversion specifiers, %e, %k, %l.
33543
33544 2003-05-12  Bruno Haible  <bruno@clisp.org>
33545
33546         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
33547         the string is longer than 4 KB.
33548
33549 2003-05-11  Karl Berry  <karl@gnu.org>
33550
33551         * config/config.{guess,sub}: update from prep.
33552
33553 2003-05-09  Bruno Haible  <bruno@clisp.org>
33554
33555         * modules/error: Add m4/strerror_r.m4 to file list.
33556
33557 2003-05-03  Bruno Haible  <bruno@clisp.org>
33558
33559         Upgrade to Unicode-4.0.
33560         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
33561         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
33562         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
33563         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
33564         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
33565         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
33566         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
33567         Change width of U+E0100..U+E01EF from 1 to 0.
33568
33569 2003-04-25  Jim Meyering  <jim@meyering.net>
33570
33571         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
33572         of type size_t, not int.
33573
33574 2003-04-25  Bruno Haible  <bruno@clisp.org>
33575
33576         * lib/copy-file.c: Include <stddef.h>, for size_t.
33577
33578 2003-04-21  Paul Eggert  <eggert@twinsun.com>
33579
33580         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
33581         code which expansion is under static control.  Patch imported from
33582         Akim Demaille's patch to Bison; see
33583         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
33584
33585 2003-04-14  Bruno Haible  <bruno@clisp.org>
33586
33587         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
33588
33589 2003-04-11  Jim Meyering  <jim@meyering.net>
33590
33591         Merge changes from Coreutils.
33592
33593         2003-03-22  Jim Meyering  <jim@meyering.net>
33594
33595         * lib/strftime.c (widen): Cast alloca return value to proper type.
33596
33597         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
33598
33599         From GNU libc.
33600         * lib/strftime.c (my_strftime): Handle very large width
33601         specifications for numeric values correctly.  Improve checks for
33602         overflow.
33603
33604         2003-01-19  Jim Meyering  <jim@meyering.net>
33605
33606         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
33607         definitions.
33608         (nl_get_alt_digit) [! defined my_strftime]: Define.
33609         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
33610         _nl_get_alt_digit and _nl_get_walt_digit.
33611
33612         * lib/strftime.c (my_strftime): Merge in locale-related changes from
33613         libc. These changes have no effect outside of _LIBC.
33614
33615 2003-04-10  Bruno Haible  <bruno@clisp.org>
33616
33617         * modules/findprog: New file.
33618         * MODULES.html.sh (func_all_modules): Add it.
33619
33620 2003-04-10  Bruno Haible  <bruno@clisp.org>
33621
33622         * m4/findprog.m4: New file.
33623         * m4/eaccess.m4: New file.
33624
33625 2003-04-10  Bruno Haible  <bruno@clisp.org>
33626
33627         * lib/findprog.h: New file, from GNU gettext.
33628         * lib/findprog.c: New file, from GNU gettext.
33629
33630 2003-04-05  Jim Meyering  <jim@meyering.net>
33631
33632         Merge changes from Coreutils.
33633
33634         * lib/exclude.h (PARAMS): Remove definition and uses.
33635         * lib/exclude.c: Remove uses of `PARAMS'.
33636
33637         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
33638         Add test-cases for DOS filenames. Declare program_name.
33639         (main): Set up program_name.  Patch by Rich Dawe.
33640
33641         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
33642         error from mntctl.
33643         Use mntctl's return value to drive the entry-processing loop, since
33644         we can't rely on the value of the vmt_length member in the last
33645         entry.  On some systems doing so could result in exhausting
33646         virtual memory.  Based in part on a patch from Mike Jetzer.
33647
33648 2003-04-04  Bruno Haible  <bruno@clisp.org>
33649
33650         * modules/linebreak: New file.
33651         * MODULES.html.sh (func_all_modules): Add it.
33652
33653 2003-04-04  Bruno Haible  <bruno@clisp.org>
33654
33655         * m4/linebreak.m4: New file.
33656
33657 2003-04-04  Bruno Haible  <bruno@clisp.org>
33658
33659         * lib/linebreak.h: New file, from GNU gettext.
33660         * lib/linebreak.c: New file, from GNU gettext with slight
33661         modifications.
33662         * lib/lbrkprop.h: New file, from GNU gettext.
33663
33664 2003-04-03  Bruno Haible  <bruno@clisp.org>
33665
33666         * modules/utf8-ucs4: New file.
33667         * modules/utf16-ucs4: New file.
33668         * modules/ucs4-utf8: New file.
33669         * modules/ucs4-utf16: New file.
33670         * MODULES.html.sh (func_all_modules): Add them.
33671
33672 2003-04-03  Bruno Haible  <bruno@clisp.org>
33673
33674         * m4/utf-ucs4.m4: New file.
33675         * m4/ucs4-utf.m4: New file.
33676
33677 2003-04-03  Bruno Haible  <bruno@clisp.org>
33678
33679         * lib/utf8-ucs4.h: New file, from GNU gettext.
33680         * lib/utf16-ucs4.h: New file, from GNU gettext.
33681         * lib/ucs4-utf8.h: New file, from GNU gettext.
33682         * lib/ucs4-utf16.h: New file, from GNU gettext.
33683
33684 2003-04-02  Bruno Haible  <bruno@clisp.org>
33685
33686         * modules/binary-io: New file.
33687         * MODULES.html.sh (func_all_modules): Add it.
33688
33689 2003-04-02  Bruno Haible  <bruno@clisp.org>
33690
33691         * lib/binary-io.h: New file, from GNU gettext.
33692
33693 2003-04-01  Bruno Haible  <bruno@clisp.org>
33694
33695         * modules/pathname: New file.
33696         * MODULES.html.sh (func_all_modules): Add it.
33697
33698 2003-04-01  Bruno Haible  <bruno@clisp.org>
33699
33700         * lib/pathname.h: New file, from GNU gettext.
33701         * lib/concatpath.c: New file, from GNU gettext.
33702
33703 2003-03-30  Bruno Haible  <bruno@clisp.org>
33704
33705         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
33706
33707 2003-03-30  Bruno Haible  <bruno@clisp.org>
33708
33709         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
33710         function chown() doesn't exist.
33711
33712 2003-03-28  Bruno Haible  <bruno@clisp.org>
33713
33714         * modules/copy-file: New file.
33715         * MODULES.html.sh (func_all_modules): Add it.
33716
33717 2003-03-28  Bruno Haible  <bruno@clisp.org>
33718
33719         * m4/copy-file.m4: New file.
33720
33721 2003-03-28  Bruno Haible  <bruno@clisp.org>
33722
33723         * lib/copy-file.h: New file, from GNU gettext.
33724         * lib/copy-file.c: New file, from GNU gettext.
33725
33726 2003-03-18  Jim Meyering  <jim@meyering.net>
33727
33728         * lib/quote.c (quote_n): Fix typo in comment.
33729
33730 2003-03-18  Bruno Haible  <bruno@clisp.org>
33731
33732         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
33733         checking.
33734         * m4/onceonly_2_57.m4: Likewise.
33735
33736 2003-03-17  Bruno Haible  <bruno@clisp.org>
33737
33738         * m4/onceonly.m4: Require autoconf 2.54 or newer.
33739         (m4_quote): Remove macro.
33740         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
33741
33742 2003-03-14  Jim Meyering  <jim@meyering.net>
33743
33744         Merge changes from Coreutils.
33745         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
33746         to be const, in order to avoid warnings.
33747         (obstack_room): Likewise.
33748         (obstack_empty_p): Likewise.
33749
33750 2003-03-14  Bruno Haible  <bruno@clisp.org>
33751
33752         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
33753         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
33754
33755 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33756
33757         Merge changes from Bison.
33758         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
33759         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
33760         when compiling Bison 1.875's `bitset bset = obstack_alloc
33761         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
33762         * lib/hash.c: Include <stdbool.h> unconditionally.
33763
33764 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33765
33766         * m4/onceonly.m4 (m4_quote): New macro.
33767         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
33768         Quote AC_FOREACH variable-expansions properly.
33769
33770 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33771
33772         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
33773
33774 2003-03-09  Paul Eggert  <eggert@twinsun.com>
33775
33776         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
33777         Reported by Bruce Becker; see:
33778         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
33779
33780 2003-03-03  Paul Eggert  <eggert@twinsun.com>
33781             Bruno Haible  <bruno@clisp.org>
33782
33783         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
33784         Reported by John Hughes, see
33785         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
33786
33787 2003-02-20  Bruno Haible  <bruno@clisp.org>
33788
33789         * MODULES.html.sh (func_all_modules): Add poll.
33790
33791 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33792
33793         * modules/poll: New file.
33794
33795 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33796
33797         * lib/poll_.h: New file.
33798         * lib/poll.c: New file.
33799
33800 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33801
33802         * m4/poll.m4: New file.
33803
33804 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33805
33806         * modules/mathl: New file.
33807
33808 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33809
33810         * lib/mathl.h: New file.
33811         * lib/acosl.c: New file.
33812         * lib/asinl.c: New file.
33813         * lib/atanl.c: New file.
33814         * lib/ceill.c: New file.
33815         * lib/cosl.c: New file.
33816         * lib/expl.c: New file.
33817         * lib/floorl.c: New file.
33818         * lib/frexpl.c: New file.
33819         * lib/ldexpl.c: New file.
33820         * lib/logl.c: New file.
33821         * lib/sincosl.c: New file.
33822         * lib/sinl.c: New file.
33823         * lib/sqrtl.c: New file.
33824         * lib/tanl.c: New file.
33825         * lib/trigl.c: New file.
33826         * lib/trigl.h: New file.
33827
33828 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33829
33830         * m4/mathl.m4: New file.
33831
33832 2003-02-18  Bruno Haible  <bruno@clisp.org>
33833
33834         * MODULES.html.sh (func_all_modules): Add mathl.
33835
33836 2003-02-17  Bruno Haible  <bruno@clisp.org>
33837
33838         * modules/mkdtemp: New module.
33839         * MODULES.html.sh (func_all_modules): Add it.
33840
33841 2003-02-17  Bruno Haible  <bruno@clisp.org>
33842
33843         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
33844
33845 2003-02-17  Bruno Haible  <bruno@clisp.org>
33846
33847         * lib/mkdtemp.h: New file, from GNU gettext.
33848         * lib/mkdtemp.c: New file, from GNU gettext.
33849
33850 2003-02-02  Jim Meyering  <jim@meyering.net>
33851
33852         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
33853         e.g. glibc-2.2.93.
33854
33855 2003-01-31  Bruno Haible  <bruno@clisp.org>
33856
33857         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
33858         'rpl_rename'.
33859         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
33860         'rpl_strnlen'.
33861         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
33862         'rpl_strtod'.
33863         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
33864         'rpl_utime'.
33865
33866 2003-01-31  Bruno Haible  <bruno@clisp.org>
33867
33868         * lib/rename.c: #undef rename before defining rpl_rename.
33869         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
33870
33871 2003-01-30  Bruno Haible  <bruno@clisp.org>
33872
33873         * modules/vasnprintf, modules/vasprintf: New modules.
33874         * MODULES.html.sh (func_all_modules): Add them.
33875
33876 2003-01-30  Bruno Haible  <bruno@clisp.org>
33877
33878         * m4/signed.m4: New file, from GNU gettext.
33879         * m4/longdouble.m4: New file, from GNU gettext.
33880         * m4/wchar_t.m4: New file, from GNU gettext.
33881         * m4/wint_t.m4: New file, from GNU gettext.
33882         * m4/vasnprintf.m4: New file.
33883         * m4/vasprintf.m4: New file.
33884
33885 2003-01-30  Bruno Haible  <bruno@clisp.org>
33886
33887         * lib/printf-args.h: New file, from GNU gettext.
33888         * lib/printf-args.c: New file, from GNU gettext.
33889         * lib/printf-parse.h: New file, from GNU gettext.
33890         * lib/printf-parse.c: New file, from GNU gettext.
33891         * lib/vasnprintf.h: New file, from GNU gettext.
33892         * lib/vasnprintf.c: New file, from GNU gettext.
33893         * lib/asnprintf.c: New file, from GNU gettext.
33894         * lib/vasprintf.h: New file, from GNU gettext with modifications.
33895         * lib/vasprintf.c: New file, from GNU gettext.
33896         * lib/asprintf.c: New file, from GNU gettext.
33897
33898 2003-01-29  Bruno Haible  <bruno@clisp.org>
33899
33900         * modules/stpncpy: New module.
33901         * MODULES.html.sh (func_all_modules): Add it.
33902
33903 2003-01-29  Bruno Haible  <bruno@clisp.org>
33904
33905         * m4/stpncpy.m4: New file.
33906
33907 2003-01-29  Bruno Haible  <bruno@clisp.org>
33908
33909         * lib/stpncpy.h: New file, from GNU gettext with modifications.
33910         * lib/stpncpy.c: New file, from GNU gettext with modifications.
33911
33912 2003-01-28  Bruno Haible  <bruno@clisp.org>
33913
33914         * modules/c-ctype: New module.
33915         * MODULES.html.sh (func_all_modules): Add it.
33916
33917 2003-01-28  Bruno Haible  <bruno@clisp.org>
33918
33919         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
33920         Paul Eggert.
33921         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
33922         Paul Eggert.
33923
33924 2003-01-27  Bruno Haible  <bruno@clisp.org>
33925
33926         * modules/xsetenv: New module.
33927         * MODULES.html.sh (func_all_modules): Add it.
33928
33929 2003-01-27  Bruno Haible  <bruno@clisp.org>
33930
33931         * lib/xsetenv.h: New file, from GNU gettext.
33932         * lib/xsetenv.c: New file, from GNU gettext.
33933
33934 2003-01-23  Jim Meyering  <jim@meyering.net>
33935
33936         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
33937         from working on systems without dirfd (at least Irix and OSF1/Tru64).
33938
33939 2003-01-23  Bruno Haible  <bruno@clisp.org>
33940
33941         * modules/minmax: New module.
33942         * MODULES.html.sh (func_all_modules): Add it.
33943
33944 2003-01-23  Bruno Haible  <bruno@clisp.org>
33945
33946         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
33947         Eggert.
33948
33949 2003-01-22  Bruno Haible  <bruno@clisp.org>
33950
33951         * modules/exit: New module.
33952         * MODULES.html.sh (func_all_modules): Add it.
33953
33954 2003-01-22  Bruno Haible  <bruno@clisp.org>
33955
33956         * lib/exit.h: New file, from GNU gettext.
33957
33958 2003-01-19  Bruno Haible  <bruno@clisp.org>
33959
33960         * gnulib-tool: Recognize option --extract-maintainer.
33961         (func_get_maintainer): New function.
33962         * modules/*: Add Maintainer entry.
33963
33964 2003-01-16  Jim Meyering  <jim@meyering.net>
33965
33966         * m4/regex.m4: The `regex' struct is both input and output.
33967         Initialize it before each use.  Patch by Tim Waugh.
33968
33969 2003-01-16  Bruno Haible  <bruno@clisp.org>
33970
33971         * MODULES.html.sh: Add a table of contents. Add the module name as
33972         leftmost column. Add hyperlinks.
33973
33974 2003-01-15  Bruno Haible  <bruno@clisp.org>
33975
33976         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
33977
33978 2003-01-15  Bruno Haible  <bruno@clisp.org>
33979
33980         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
33981         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
33982         suffix.
33983
33984 2003-01-15  Bruno Haible  <bruno@clisp.org>
33985
33986         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
33987
33988 2003-01-15  Bruno Haible  <bruno@clisp.org>
33989
33990         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
33991         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
33992
33993 2003-01-14  Jim Meyering  <jim@meyering.net>
33994
33995         * lib/same.c (same_name): Tweak a comment.
33996
33997 2003-01-14  Bruno Haible  <bruno@clisp.org>
33998
33999         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
34000         when a string comparison is sufficient.
34001
34002 2003-01-14  Bruno Haible  <bruno@clisp.org>
34003
34004         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
34005         'unsigned int'.
34006
34007 2003-01-14  Bruno Haible  <bruno@clisp.org>
34008
34009         * lib/hash-pjw.c: Add comment about low quality of this function.
34010
34011 2003-01-13  Bruno Haible  <bruno@clisp.org>
34012
34013         * modules/stpcpy: Distribute lib/stpcpy.h.
34014         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
34015
34016 2003-01-13  Bruno Haible  <bruno@clisp.org>
34017
34018         * modules/*: Add a description.
34019         * modules/strpbrk: Fix Makefile.am snippet.
34020         * modules/strtoimax: Fix dependencies.
34021         * modules/strtoumax: Likewise.
34022
34023 2003-01-13  Bruno Haible  <bruno@clisp.org>
34024
34025         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
34026         * modules/alloca (Makefile.am): All object files depend on alloca.h.
34027         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
34028
34029 2003-01-13  Bruno Haible  <bruno@clisp.org>
34030
34031         * gnulib-tool (func_create_testdir): Store config/* files in the main
34032         directory.
34033         * config.rpath: Move to ...
34034         * config/config.rpath: ... here.
34035         * modules/gettext: Contains config/config.rpath, not config.rpath.
34036         * modules/iconv: Likewise.
34037
34038 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34039
34040         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34041         to avoid collisions with libcurses and libreadline.
34042
34043         * m4/getstr.m4: Remove.
34044         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
34045
34046 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34047
34048         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34049         to avoid collisions with libcurses and libreadline.
34050
34051         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
34052         * lib/getstr.h, getstr.c: Remove.
34053         * lib/getline.c: Include "getline.h", to check interface.
34054         Move body of old getstr.c here: this defines MIN_CHUNK and
34055         declares getdelim2, which is renamed from getstr.
34056         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
34057
34058         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
34059         All uses changed.
34060         * lib/linebuffer.h: Likewise.
34061         (readline): Remove backward-compatibility macro.
34062
34063 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34064
34065         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34066         to avoid collisions with libcurses and libreadline.
34067         * getstr: Remove.
34068         * MODULES.html.sh: Remove getstr.
34069         * modules/getline: Depend on unlocked-io, not getstr.
34070
34071 2003-01-12  Jim Meyering  <jim@meyering.net>
34072
34073         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
34074
34075 2003-01-10  Bruno Haible  <bruno@clisp.org>
34076
34077         * modules/alloca: Change Makefile.am requirements. Simplify Include
34078         requirements. Add lib/alloca_.h to file list.
34079
34080 2003-01-10  Bruno Haible  <bruno@clisp.org>
34081
34082         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
34083
34084 2003-01-10  Bruno Haible  <bruno@clisp.org>
34085
34086         * lib/alloca_.h: New file.
34087         * lib/getdate.y: Unconditionally include alloca.h.
34088         * lib/makepath.c: Likewise.
34089         * lib/setenv.c: Likewise.
34090         * lib/userspec.c: Likewise.
34091
34092 2003-01-09  Karl Berry  <karl@gnu.org>
34093
34094         * MODULES.html.sh: include `dirname $0` in PATH, to find
34095         gnulib-tool.
34096
34097 2003-01-09  Bruno Haible  <bruno@clisp.org>
34098
34099         * modules/stdbool: Change configure.ac, Makefile.am requirements.
34100         Simplify Include requirements. Add lib/stdbool.h.in to file list.
34101
34102 2003-01-09  Bruno Haible  <bruno@clisp.org>
34103
34104         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
34105
34106 2003-01-09  Bruno Haible  <bruno@clisp.org>
34107
34108         * lib/stdbool.h.in: New file.
34109
34110 2003-01-09  Bruno Haible  <bruno@clisp.org>
34111
34112         * gnulib-tool (func_all_modules): Ignore files ending in ~.
34113         * MODULES.html.sh: Likewise.
34114
34115 2003-01-08  Jim Meyering  <jim@meyering.net>
34116
34117         * lib/full-write.c: Undefine and define-away `const' after inclusion
34118         of errno.h, not before.  Suggestion from Bruno Haible.
34119
34120 2003-01-08  Bruno Haible  <bruno@clisp.org>
34121
34122         * modules/full-read: Depend on full-write.
34123
34124 2003-01-08  Bruno Haible  <bruno@clisp.org>
34125
34126         * lib/safe-read.c: Include specification header first, to ensure its
34127         selfcontainedness.
34128         * lib/full-write.c: Likewise.
34129
34130 2003-01-07  Jim Meyering  <jim@meyering.net>
34131
34132         * lib/full-write.c: Rework so that it may serve to define full_read,
34133         too.
34134         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
34135
34136 2003-01-07  Bruno Haible  <bruno@clisp.org>
34137
34138         * lib/strtoimax.c: Include <stdint.h> as an alternative to
34139         <inttypes.h>.
34140         * lib/xstrtol.h: Likewise.
34141         * lib/xstrtoimax.c: Likewise.
34142         * lib/xstrtoumax.c: Likewise.
34143         * lib/human.h: Likewise.
34144
34145         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
34146         on systems that have <inttypes.h> but not <stdint.h>.
34147
34148 2003-01-07  Bruno Haible  <bruno@clisp.org>
34149
34150         * MODULES.html.sh: Add copyright notice.
34151         (missed_files): Omit CVS directory entries.
34152         (func_module): Make it work with sed-3.02.
34153         * MODULES.txt: Remove file.
34154
34155 2003-01-06  Jim Meyering  <jim@meyering.net>
34156
34157         * lib/version-etc.c: Update year in translatable copyright string.
34158
34159 2003-01-03  Karl Berry  <karl@gnu.org>
34160
34161         * config/config.{guess,sub}: update from prep.
34162
34163 2003-01-02  Karl Berry  <karl@gnu.org>
34164
34165         * doc/COPYING.DOC: belatedly updated to 1.2.
34166
34167 2003-01-01  Karl Berry  <karl@gnu.org>
34168
34169         * gnulib-tool (func_verify_module): report module name $module in
34170         error message, not $1.
34171         * gnulib-tool (create-testdir): don't complain if destdir couldn't
34172         be created, only if it doesn't exist.
34173         * gnulib-tool (last_checkin_date): don't expand the $Date here.
34174
34175 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34176
34177         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
34178
34179 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34180
34181         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
34182         memcmp if strcoll doesn't work.
34183
34184 2002-12-31  Bruno Haible  <bruno@clisp.org>
34185
34186         * lib/utime.c (utime_null): No need to call ftruncate if the file was
34187         nonempty.
34188
34189 2002-12-31  Bruno Haible  <bruno@clisp.org>
34190
34191         * lib/memcoll.c (STRCOLL): New macro.
34192         (memcoll): Use it.
34193
34194 2002-12-31  Bruno Haible  <bruno@clisp.org>
34195
34196         * lib/localcharset.h: New file.
34197         * lib/localcharset.c: Include it.
34198         * lib/unicodeio.c: Likewise.
34199
34200 2002-12-31  Bruno Haible  <bruno@clisp.org>
34201
34202         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
34203         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
34204
34205 2002-12-31  Bruno Haible  <bruno@clisp.org>
34206
34207         * lib/getline.h: Include <stddef.h>, for size_t.
34208
34209         * lib/unicodeio.h: Include <stddef.h>, for size_t.
34210         * lib/unicodeio.c: Don't include <stddef.h>.
34211
34212 2002-12-31  Bruno Haible  <bruno@clisp.org>
34213
34214         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
34215         HAVE_TM_ZONE.
34216
34217 2002-12-24  Karl Berry  <karl@gnu.org>
34218
34219         * config/config.guess: update from prep.
34220
34221 2002-12-24  Bruno Haible  <bruno@clisp.org>
34222
34223         General infrasructure.
34224         * m4/README: Rewritten.
34225         * m4/onceonly.m4: New file.
34226         * m4/onceonly_2_57.m4: New file.
34227
34228         Module atexit.
34229         * m4/atexit.m4: New file.
34230
34231         Module strtod.
34232         * m4/strtod.m4: New file.
34233
34234         Module strtol.
34235         * m4/strtol.m4: New file.
34236
34237         Module strtoul.
34238         * m4/strtoul.m4: New file.
34239
34240         Module memchr.
34241         * m4/memchr.m4: New file.
34242
34243         Module memcmp.
34244         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
34245         (jm_FUNC_MEMCMP): Invoke it.
34246
34247         Module memcpy.
34248         * m4/memcpy.m4: New file.
34249
34250         Module memmove.
34251         * m4/memmove.m4: New file.
34252
34253         Module memset.
34254         * m4/memset.m4: New file.
34255
34256         Module strcspn.
34257         * m4/strcspn.m4: New file.
34258
34259         Module strpbrk.
34260         * m4/strpbrk.m4: New file.
34261
34262         Module strstr.
34263         * m4/strstr.m4: New file.
34264
34265         Module strerror.
34266         * m4/strerror.m4: New file.
34267
34268         Module mktime.
34269         * m4/mktime.m4: Renamed from jm-mktime.m4.
34270         (gl_PREREQ_MKTIME): New macro.
34271         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
34272
34273         Module malloc.
34274         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
34275         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
34276         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
34277
34278         Module realloc.
34279         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
34280         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
34281         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
34282
34283         Module strftime.
34284         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
34285         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
34286         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
34287         gl_TM_GMTOFF.
34288         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
34289
34290         Module xalloc.
34291         * m4/xalloc.m4: New file.
34292
34293         Module alloca.
34294         * m4/alloca.m4: New file.
34295
34296         Module putenv.
34297         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
34298         (jm_FUNC_PUTENV): Invoke it.
34299
34300         Module setenv.
34301         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
34302         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
34303         when invoked twice.
34304         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
34305         gt_FUNC_SETENV.
34306
34307         Module memrchr.
34308         * m4/memrchr.m4: New file.
34309
34310         Module stpcpy.
34311         * m4/stpcpy.m4: New file.
34312
34313         Module strcase.
34314         * m4/strcase.m4: New file.
34315
34316         Module strdup.
34317         * m4/strdup.m4: New file.
34318
34319         Module strnlen.
34320         * m4/strnlen.m4: New file.
34321
34322         Module strndup.
34323         * m4/strndup.m4: New file.
34324
34325         Module xstrtod.
34326         * m4/xstrtod.m4: New file.
34327
34328         Module xstrtol.
34329         * m4/xstrtol.m4: New file.
34330
34331         Module getdate.
34332         * m4/getdate.m4: New file.
34333
34334         Module unlocked-io.
34335         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
34336         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
34337         * m4/jm-glibc-io.m4n: Remove file.
34338
34339         Module long-options.
34340         * m4/long-options.m4: New file.
34341
34342         Module md5.
34343         * m4/md5.m4: New file.
34344
34345         Module sha.
34346         * m4/sha.m4: New file.
34347
34348         Module getstr.
34349         * m4/getstr.m4: New file.
34350
34351         Module getline.
34352         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
34353         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
34354         <sys/types.h>, for size_t. Use the function name gnu_getline, not
34355         simply getline. Infoke gl_PREREQ_GETLINE.
34356
34357         Module obstack.
34358         * m4/obstack.m4: New file.
34359
34360         Module hash.
34361         * m4/hash.m4: New file.
34362
34363         Module readtokens.
34364         * m4/readtokens.m4: New file.
34365
34366         Module strverscmp.
34367         * m4/strverscmp.m4: New file.
34368
34369         Module stdbool.
34370         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
34371         OSF/1.
34372
34373         Module strtoll.
34374         * m4/strtoll.m4: New file.
34375
34376         Module strtoull.
34377         * m4/strtoull.m4: New file.
34378
34379         Module strtoimax.
34380         * m4/strtoimax.m4: New file.
34381
34382         Module strtoumax.
34383         * m4/strtoumax.m4: New file.
34384
34385         Module xstrtoimax.
34386         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
34387         jm_AC_PREREQ_XSTRTOIMAX.
34388         Moved the strtol prerequisites to strtol.m4.
34389         Moved the strtoll prerequisites to strtoll.m4.
34390         Moved the strtoimax prerequisites to strtoimax.m4.
34391
34392         Module xstrtoumax.
34393         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
34394         jm_AC_PREREQ_XSTRTOUMAX.
34395         Moved the strtoul prerequisites to strtoul.m4.
34396         Moved the strtoull prerequisites to strtoull.m4.
34397         Moved the strtoumax prerequisites to strtoumax.m4.
34398
34399         Module chown.
34400         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
34401         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
34402
34403         Module dup2.
34404         * m4/dup2.m4: New file.
34405
34406         Module ftruncate.
34407         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
34408         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
34409
34410         Module getgroups.
34411         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
34412         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
34413
34414         Module gettimeofday.
34415         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
34416         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
34417         gl_PREREQ_GETTIMEOFDAY.
34418
34419         Module mkdir.
34420         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
34421         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
34422
34423         Module mkstemp.
34424         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
34425         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
34426         jm_AC_TYPE_UINTMAX_T.
34427         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
34428
34429         Module stat.
34430         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
34431         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
34432
34433         Module lstat.
34434         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
34435         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
34436
34437         Module timespec.
34438         * m4/timespec.m4 (gl_TIMESPEC): New macro.
34439         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
34440         * m4/st_mtim.m4: Indentation.
34441
34442         Module nanosleep.
34443         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
34444         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
34445         gl_PREREQ_NANOSLEEP.
34446
34447         Module regex.
34448         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
34449         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
34450         (gl_REGEX): New macro.
34451
34452         Module rename.
34453         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
34454         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
34455
34456         Module rmdir.
34457         * m4/rmdir.m4: New file.
34458
34459         Module utime.
34460         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
34461         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
34462         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
34463
34464         Module dirname.
34465         * m4/dirname.m4: New file.
34466
34467         Module getopt.
34468         * m4/getopt.m4: New file.
34469
34470         Module unistd-safer.
34471         * m4/unistd-safer.m4: New file.
34472
34473         Module fnmatch.
34474         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
34475         declaration.
34476         (gl_PREREQ_FNMATCH_EXTRA): New macro.
34477         (gl_FUNC_FNMATCH_POSIX): New macro.
34478         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
34479         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
34480         simply fnmatch.
34481
34482         Module exclude.
34483         * m4/exclude.m4: New file.
34484
34485         Module human.
34486         * m4/human.m4: New file.
34487
34488         Module acl.
34489         * m4/acl.m4: Nop.
34490
34491         Module backupfile.
34492         * m4/backupfile.m4: New file.
34493         * m4/d-ino.m4: Indentation.
34494
34495         Module fsusage.
34496         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
34497         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
34498         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
34499
34500         Module dirfd.
34501         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
34502         requirements.
34503
34504         Module euidaccess.
34505         * m4/euidaccess.m4: New file.
34506
34507         Module file-type.
34508         * m4/file-type.m4: New file.
34509
34510         Module fileblocks.
34511         * m4/fileblocks.m4: New file.
34512
34513         Module filemode.
34514         * m4/filemode.m4: New file.
34515
34516         Module isdir.
34517         * m4/isdir.m4: New file.
34518
34519         Module lchown.
34520         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
34521         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
34522
34523         Module makepath.
34524         * m4/makepath.m4: New file.
34525
34526         Module modechange.
34527         * m4/modechange.m4: New file.
34528
34529         Module mountlist.
34530         * m4/mountlist.m4: New file.
34531         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
34532         Indentation.
34533
34534         Module path-concat.
34535         * m4/path-concat.m4: New file.
34536
34537         Module pathmax.
34538         * m4/pathmax.m4: New file.
34539
34540         Module same.
34541         * m4/same.m4: New file.
34542
34543         Module save-cwd.
34544         * m4/save-cwd.m4: New file.
34545
34546         Module savedir.
34547         * m4/savedir.m4: New file.
34548
34549         Module xgetcwd.
34550         * m4/xgetcwd.m4: New file.
34551         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
34552
34553         Module xreadlink.
34554         * m4/xreadlink.m4: New file.
34555
34556         Module safe-read.
34557         * m4/safe-read.m4: New file.
34558
34559         Module safe-write.
34560         * m4/safe-write.m4: New file.
34561
34562         Module closeout.
34563         * m4/closeout.m4: New file.
34564
34565         Module stdio-safer.
34566         * m4/stdio-safer.m4: New file.
34567
34568         Module getpass.
34569         * m4/getpass.m4: New file.
34570
34571         Module getugroups.
34572         * m4/getugroups.m4: New file.
34573
34574         Module group-member.
34575         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
34576         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
34577
34578         Module idcache.
34579         * m4/idcache.m4: New file.
34580
34581         Module userspec.
34582         * m4/userspec.m4: New file.
34583
34584         Module gettime.
34585         * m4/clock_time.m4: New file.
34586         * m4/gettime.m4: New file.
34587
34588         Module settime.
34589         * m4/settime.m4: New file.
34590
34591         Module posixtm.
34592         * m4/posixtm.m4: New file.
34593
34594         Module gethostname.
34595         * m4/gethostname.m4: New file.
34596
34597         Module canon-host.
34598         * m4/canon-host.m4: New file.
34599
34600         Module gettext.
34601         * m4/codeset.m4: New file, from gettext-0.11.5.
34602         * m4/gettext.m4: New file, from gettext-0.11.5.
34603         * m4/glibc21.m4: New file, from gettext-0.11.5.
34604         * m4/iconv.m4: New file, from gettext-0.11.5.
34605         * m4/intdiv0.m4: New file, from gettext-0.11.5.
34606         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
34607         * m4/inttypes.m4: New file, from gettext-0.11.5.
34608         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
34609         * m4/isc-posix.m4: New file, from gettext-0.11.5.
34610         * m4/lcmessage.m4: New file, from gettext-0.11.5.
34611         * m4/lib-ld.m4: New file, from gettext-0.11.5.
34612         * m4/lib-link.m4: New file, from gettext-0.11.5.
34613         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
34614         * m4/progtest.m4: New file, from gettext-0.11.5.
34615         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
34616         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
34617         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
34618
34619         Module localcharset.
34620         * m4/localcharset.m4: New file.
34621
34622         Module hard-locale.
34623         * m4/hard-locale.m4: New file.
34624
34625         Module mbswidth.
34626         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
34627         onceonly macros.
34628         * m4/mbrtowc.m4: Add comment.
34629
34630         Module memcasecmp.
34631         * m4/memcasecmp.m4: New file.
34632
34633         Module memcoll.
34634         * m4/memcoll.m4: New file.
34635
34636         Module unicodeio.
34637         * m4/unicodeio.m4: New file.
34638
34639         Module rpmatch.
34640         * m4/rpmatch.m4: New file.
34641
34642         Module yesno.
34643         * m4/yesno.m4: New file.
34644
34645         Module exitfail.
34646         * m4/exitfail.m4: New file.
34647
34648         Module c-stack.
34649         * m4/c-stack.m4 (gl_C_STACK): New macro.
34650         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
34651
34652         Module error.
34653         * m4/error.m4 (gl_ERROR): New macro.
34654         (jm_PREREQ_ERROR): Use onceonly macros.
34655
34656         Module fatal.
34657         * m4/fatal.m4: New file.
34658
34659         Module getloadavg.
34660         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
34661         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
34662
34663         Module getpagesize.
34664         * m4/getpagesize.m4: New file.
34665
34666         Module getusershell.
34667         * m4/getusershell.m4: New file.
34668
34669         Module physmem.
34670         * m4/physmem.m4: New file.
34671
34672         Module posixver.
34673         * m4/posixver.m4: New file.
34674
34675         Module quotearg.
34676         * m4/quotearg.m4: New file.
34677
34678         Module quote.
34679         * m4/quote.m4: New file.
34680
34681         Module readutmp.
34682         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
34683
34684         Module sig2str.
34685         * m4/sig2str.m4: New file.
34686
34687         Other.
34688         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
34689         ulonglong.m4.
34690         * m4/intmax_t.m4: New file.
34691         * m4/d-type.m4: Indentation.
34692         * m4/jm-macros.m4: Update.
34693         * m4/prereq.m4 (jm_PREREQ): Update.
34694         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
34695         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
34696         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
34697         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
34698         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
34699         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
34700         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
34701         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
34702         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
34703         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
34704         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
34705         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
34706         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
34707         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
34708         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
34709         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
34710         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
34711         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
34712         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
34713
34714 2002-12-24  Bruno Haible  <bruno@clisp.org>
34715
34716         * MODULES.txt: Update according to m4/ changes.
34717
34718         Module gettext.
34719         * config.rpath: New file, from gettext-0.11.5.
34720
34721         * modules/*: New module descriptions.
34722         * gnulib-tool: New file.
34723         * MODULES.html.sh: New file.
34724
34725 2002-12-21  Karl Berry  <karl@gnu.org>
34726
34727         * doc/fdl.texi: update to version 1.2.
34728
34729 2002-12-19  Karl Berry  <karl@gnu.org>
34730
34731         * config/config.guess: update from prep.
34732
34733 2002-12-18  Bruno Haible  <bruno@clisp.org>
34734
34735         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
34736         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
34737
34738 2002-12-17  Bruno Haible  <bruno@clisp.org>
34739
34740         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
34741         stdlib.h, string.h.
34742
34743 2002-12-17  Bruno Haible  <bruno@clisp.org>
34744
34745         * lib/canon-host.c (strdup): Remove unused declaration.
34746
34747         * lib/fsusage.c: Include full_read.h.
34748         (get_fs_usage): Use full_read instead of safe_read.
34749
34750         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
34751
34752 2002-12-12  Karl Berry  <karl@gnu.org>
34753
34754         * config/config.guess: update from prep.
34755
34756 2002-12-11  Bruno Haible  <bruno@clisp.org>
34757
34758         * m4/setenv.m4: New file, from gettext-0.11.5.
34759
34760 2002-12-11  Bruno Haible  <bruno@clisp.org>
34761
34762         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
34763         not unsetenv().
34764         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
34765         modifications:
34766
34767         2002-12-11  Bruno Haible  <bruno@clisp.org>
34768
34769                 * setenv.c (alloca): Fall back to malloc.
34770                 (freea): New macro.
34771                 (setenv): Use freea() to free memory allocated with alloca().
34772
34773         2002-11-13  Bruno Haible  <bruno@clisp.org>
34774
34775                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
34776                 function declarations.
34777                 * unsetenv.c (unsetenv): Likewise.
34778
34779         2002-03-04  Bruno Haible  <bruno@clisp.org>
34780
34781                 Portability to AIX 4.3.3.
34782                 * unsetenv.c: New file, extracted from setenv.c.
34783                 * setenv.c: Move the unsetenv() function to unsetenv.c.
34784
34785         2001-12-20  Bruno Haible  <bruno@clisp.org>
34786
34787                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
34788                 use malloc instead. For SunOS 4.
34789
34790         2001-12-11  Bruno Haible  <bruno@clisp.org>
34791
34792                 * setenv.c: Declare alloca.
34793                 (compar_fn_t): New typedef.
34794                 (KNOWN_VALUE, STORE_VALUE): Use it.
34795
34796         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
34797         setenv.h.
34798
34799 2002-12-10  Paul Eggert  <eggert@twinsun.com>
34800
34801         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
34802         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
34803         Choose values that are less likely to collide with system fnmatch
34804         options.
34805         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
34806         defined (e.g., a pure POSIX system).
34807         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
34808         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
34809
34810 2002-12-06  Paul Eggert  <eggert@twinsun.com>
34811
34812         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
34813         a pain in practice to deal with generated m4 files.  This change
34814         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
34815
34816         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
34817         and jm-glibc-io.m4, as they are no longer a special case.
34818         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
34819         kludge and the auto-generation stuff.  Check only whether the
34820         functions are declared, not whether they exist, since older hosts
34821         that don't declare the functions can't use the optimization anyway.
34822
34823 2002-12-06  Jim Meyering  <jim@meyering.net>
34824
34825         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
34826
34827         Merge in changes from libc's misc/error.c, in preparation
34828         for the merge of gnulib's changes back into libc.
34829
34830         * lib/error.c (_): Define only if not already defined.
34831         Move definition to follow all #include directives.
34832         Include unlocked-io.h only if !_LIBC.
34833         [_LIBC]: Include <libio/libioP.h>.
34834         [USE_IN_LIBIO]: Include <libio/iolibio.h>
34835         (fflush): Tweak definition to use INTUSE.
34836         (putc): Define.
34837
34838 2002-12-05  Paul Eggert  <eggert@twinsun.com>
34839
34840         * lib/alloca.c [defined emacs]: Include "lisp.h".
34841         (xalloc_die) [defined emacs]: New macro.
34842         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
34843         [! defined emacs]: Include <xalloc.h>.
34844         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
34845         (pointer): Typedef to POINTER_TYPE *.
34846         (malloc): Remove decl; we now always use xmalloc.
34847         (alloca): Use old-style definition, since Emacs needs this.
34848         Check for arithmetic overflow when computing combined size.
34849
34850 2002-12-04  Paul Eggert  <eggert@twinsun.com>
34851
34852         Do not generate unlocked-io.h automatically, since it's easier to
34853         maintain it by hand.
34854
34855         * lib/unlocked-io.h: New file, from GNU diffutils,
34856         but with proper copyright notice and attribution.
34857         * lib/gen-uio: Remove.
34858         * lib/Makefile.am: Add copyright notice.
34859         (libfetish_a_SOURCES): Add unlocked-io.h.
34860         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
34861         (DISTCLEANFILES, io_functions): Remove macros.
34862         (EXTRA_DIST): Remove gen_uio.
34863         (unlocked-io.h): Remove rule.
34864
34865 2002-12-04  Jim Meyering  <jim@meyering.net>
34866
34867         Reflect the fact that stat.c and lstat.c are no longer generated.
34868         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
34869         (DISTCLEANFILES): Likewise.
34870         (EXTRA_DIST): Likewise.
34871         (all_local): Don't depend on stat.c or lstat.c.
34872         (stat.c, lstat.c): Remove rules.
34873         (EXTRA_DIST): Remove xstat.in.
34874
34875         * lib/xstat.in: Remove file.  Contents moved into stat.c.
34876         * lib/stat.c: New file.  Contents mostly from xstat.in.
34877         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
34878         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
34879
34880         * lib/safe-read.c: Rework so that it may serve to define safe_write,
34881         too.
34882         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
34883
34884 2002-12-03  Jim Meyering  <jim@meyering.net>
34885
34886         * lib/safe-read.c, safe-write.c: Change variable names and comments,
34887         but not semantics, to minimize the differences between these two files.
34888         (safe_read): Change comment to mention SAFE_READ_ERROR.
34889
34890         * lib/safe-read.c (IS_EINTR): Define.
34891         (safe_read): Use IS_EINTR in place of in-function cpp directives.
34892
34893 2002-12-02  Jim Meyering  <jim@meyering.net>
34894
34895         * lib/safe-read.c (EINTR): Define.
34896         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
34897         (INT_MAX): Provide fallback.
34898         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
34899
34900         * lib/safe-read.h (SAFE_READ_ERROR): Define.
34901
34902 2002-12-02  Bruno Haible  <bruno@clisp.org>
34903
34904         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
34905         Define, taken from safe-read.c.
34906         (INT_MAX): Provide fallback.
34907         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
34908         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
34909
34910         * lib/safe-read.c (EINTR): Remove definition.
34911         (safe_read): Don't use EINTR if it is absent.
34912
34913 2002-12-01  Jim Meyering  <jim@meyering.net>
34914
34915         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
34916         zero.
34917         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
34918
34919 2002-11-27  Paul Eggert  <eggert@twinsun.com>
34920
34921         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
34922         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
34923         with `if (! (value < limit)) abort ();', for readability.
34924
34925 2002-11-26  Karl Berry  <karl@gnu.org>
34926
34927         * lib/strdup.c: copy from libc again, with jim's ok.
34928         * lib/.cppi-disable: re-add strdup.c
34929
34930 2002-11-25  Karl Berry  <karl@gnu.org>
34931
34932         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
34933         instead of "strtol.c".
34934
34935 2002-11-25  Karl Berry  <karl@gnu.org>
34936
34937         * config/install-sh: update from automake for variable quoting, $0 in
34938         error msgs, etc.
34939
34940         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
34941         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
34942         entry.
34943
34944 2002-11-25  Jim Meyering  <jim@meyering.net>
34945
34946         * lib/mktime.c: Sync from libc, now that it has the latest fix.
34947
34948 2002-11-24  Karl Berry  <karl@gnu.org>
34949
34950         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
34951         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
34952
34953 2002-11-24  Jim Meyering  <jim@meyering.net>
34954
34955         Update from coreutils:
34956
34957         * lib/mktime.c: Merge in changes from libc.
34958
34959         Avoid a link-time failure on some Linux systems.
34960         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
34961         (otherwise).
34962         (__mon_yday): Declare with the STATIC attribute.
34963         (__mktime_internal): Likewise.
34964         Based on a report from Greg Schafer.
34965
34966 2002-11-23  Jim Meyering  <jim@meyering.net>
34967
34968         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
34969         Use `unsigned', not `int', as type of index.
34970
34971         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
34972
34973         * lib/fsusage.c: Remove unneeded parentheses around operands of
34974         `defined'.
34975
34976 2002-11-22  Paul Eggert  <eggert@twinsun.com>
34977
34978         * lib/quotearg.h: Allow multiple inclusion by surrounding with
34979         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
34980         so that we can be included first.
34981         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
34982         * lib/quotearg.c: Include quotearg.h immediately after config.h.
34983         No need to include stddef.h or sys/types.h any more.
34984         Surround local include files with "", not "<>".
34985         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
34986         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
34987         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
34988         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
34989         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
34990         (ISPRINT): Remove; no longer needed now that we assume C89.
34991
34992         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
34993         Preserve errno.
34994
34995         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
34996         quotearg_char): Use SIZE_MAX rather than
34997         (size_t) -1 when we are talking about "infinity".
34998
34999         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
35000
35001 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35002
35003         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
35004         hint that one should use `if (! x) abort ();' rather than `assert
35005         (x);', and anyway it's one less thing to worry about configuring.
35006         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
35007         hash_rehash, hash_insert): Use abort rather than assert.
35008
35009 2002-11-22  Bruno Haible  <bruno@clisp.org>
35010
35011         * lib/safe-read.h: Assume C89. Add comments.
35012         (safe_read): Change return type to size_t.
35013         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
35014         byte counts > SSIZE_MAX correctly.
35015         * lib/safe-write.h: New file.
35016         * lib/safe-write.c: New file.
35017         * lib/full-read.h: New file.
35018         * lib/full-read.c: New file.
35019         * lib/full-write.h: Assume C89. Add comments.
35020         * lib/full-write.c: Include safe-write.h.
35021         (full_write): Rewritten to use safe_write.
35022         Suggested by Jim Meyering and Paul Eggert.
35023
35024 2002-11-21  Jim Meyering  <jim@meyering.net>
35025
35026         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
35027
35028         Merge in changes from the coreutils.
35029
35030         2002-09-25  Paul Eggert  <eggert@twinsun.com>
35031         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
35032         <stdint.h>.
35033         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
35034         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
35035         int.  Work more efficiently if X is the same width as uintmax_t.
35036         Do not compare X to -1, to avoid bogus compiler warning.
35037         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
35038         Don't assume that f_frsize and f_bsize are the same type.
35039
35040         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
35041         warning on FreeBSD.
35042
35043         * lib/makepath.c (make_path): Restore umask *before* creating the final
35044         component.
35045         (make_path): Minor reformatting.
35046
35047         * lib/xmalloc.c: Adjust to work with new autoconf macros,
35048         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
35049         HAVE_MALLOC/HAVE_REALLOC.
35050
35051         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
35052         dummy ones.  At least on GNU/Linux systems, `auto' means something
35053         else.
35054         From Michael Stone.
35055
35056 2002-11-21  Bruno Haible  <bruno@clisp.org>
35057
35058         Remove case insensitive option matching.
35059         * lib/argmatch.h (argcasematch): Remove declaration.
35060         (ARGCASEMATCH): Remove macro.
35061         (__xargmatch_internal): Remove case_sensitive argument.
35062         (XARGMATCH): Update.
35063         (XARGCASEMATCH): Remove macro.
35064         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
35065         case_sensitive argument.
35066         (argcasematch): Remove function.
35067         (__xargmatch_internal): Remove case_sensitive argument.
35068         (main): Use XARGMATCH instead of XARGCASEMATCH.
35069
35070         * lib/xmalloc.c: Change compile-time error message. Add comment about
35071         required autoconf version.
35072
35073 2002-11-20  Paul Eggert  <eggert@twinsun.com>
35074
35075         Merge argmatch cleanups from Bison.  Assume C89.
35076
35077         * lib/argmatch.c: Include config.h here, not in argmatch.h.
35078         Include stdlib.h, for EXIT_FAILURE.
35079         Always include <string.h>, since we assume C89.
35080         (EXIT_FAILURE): Remove pre-C89 bug workaround.
35081         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
35082         Include <stddef.h> instead, since it's all we need for size_t.
35083         (PARAMS): Remove.  All uses removed.
35084         (ARRAY_CARDINALITY): Do not bother to #undef.
35085         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
35086         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35087         Remove unnecessary parentheses.
35088         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35089         Insert necessary parentheses.
35090         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
35091         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
35092
35093 2002-11-19  Bruno Haible  <bruno@clisp.org>
35094
35095         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
35096         * lib/mbswidth.h: Include <stddef.h>, for size_t.
35097
35098         * lib/mbswidth.h (PARAMS): Remove macro.
35099         (mbswidth, mbsnwidth): Use ANSI C function declarations.
35100         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
35101
35102         * lib/gcd.h (PARAMS): Remove macro.
35103         (gcd): Use ANSI C function declarations.
35104         * lib/gcd.c (gcd): Likewise.
35105
35106 2002-11-15  Bruno Haible  <bruno@clisp.org>
35107
35108         * lib/strcspn.c: Include <stddef.h>.
35109         (strcspn): Use ANSI C function declaration. Change return type to
35110         size_t. Use NULL.
35111         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
35112         (strpbrk): Use NULL.
35113         * lib/strpbrk.h (PARAMS): Remove macro.
35114         (strpbrk): Use ANSI C function declaration.
35115         * lib/strstr.c: Don't include <sys/types.h>.
35116         * lib/strstr.h (PARAMS): Remove macro.
35117         (strstr): Use ANSI C function declarations.
35118
35119 2002-11-14  Karl Berry  <karl@gnu.org>
35120
35121         * config/mkinstalldirs: `do' on separate line, instead of
35122         `for var; do'.
35123
35124 2002-11-06  Bruno Haible  <bruno@clisp.org>
35125
35126         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
35127         * lib/gcd.c (gcd): Likewise.
35128
35129 2002-11-05  Bruno Haible  <bruno@clisp.org>
35130
35131         * lib/gcd.h: New file, from gettext-0.11.5.
35132         * lib/gcd.c: New file, from gettext-0.11.5.
35133
35134 2002-11-05  Bruno Haible  <bruno@clisp.org>
35135
35136         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35137         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35138         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35139         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35140
35141         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
35142         <libintl.h>.
35143         * lib/makepath.c: Include gettext.h instead of <locale.h> and
35144         <libintl.h>.
35145
35146         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
35147         * lib/human.c: Include gettext.h instead of <libintl.h>.
35148         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
35149         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
35150         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
35151         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
35152         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
35153         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
35154         (textdomain): Remove definition.
35155         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
35156
35157         * lib/long-options.c: Remove include of <libintl.h> and definition of
35158         _.
35159         * lib/same.c: Remove include of <libintl.h> and definition of _.
35160
35161 2002-11-04  Owen Taylor  <otaylor@redhat.com>
35162
35163         * lib/config.charset: A few additions for Solaris.
35164
35165 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35166
35167         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
35168         * lib/localcharset.c (locale_charset): Declare as extern "C".
35169
35170 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35171
35172         * lib/config.charset: msdos in uk_UA uses CP1125.
35173
35174 2002-11-04  Bruno Haible  <bruno@clisp.org>
35175
35176         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
35177         * lib/strcase.h: New file, from GNU gettext-0.11.5.
35178         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
35179         * lib/strstr.h: New file, from GNU gettext-0.11.5.
35180         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
35181
35182 2002-11-04  Bruno Haible  <bruno@clisp.org>
35183
35184         * lib/localcharset.c (locale_charset): Don't return an empty string.
35185
35186 2002-11-04  Bruno Haible  <bruno@clisp.org>
35187
35188         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
35189         aliases.
35190
35191 2002-11-04  Bruno Haible  <bruno@clisp.org>
35192
35193         * lib/config.charset: Update for newest glibc. Add canonical names
35194         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
35195
35196 2002-11-04  Bruno Haible  <bruno@clisp.org>
35197
35198         * lib/config.charset: Add support for NetBSD.
35199
35200 2002-11-04  Bruno Haible  <bruno@clisp.org>
35201
35202         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
35203
35204 2002-11-01  Bruno Haible  <bruno@clisp.org>
35205
35206         * configure.in: Add AC_CONFIG_AUX_DIR call.
35207         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
35208         test/Makefile.
35209         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
35210
35211 2002-09-28  Karl Berry  <karl@gnu.org>
35212
35213         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
35214         installed automake until the next release, since changes have been
35215         made.
35216
35217 2002-09-25  Karl Berry  <karl@gnu.org>
35218
35219         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
35220         * lib/getopt*: copy from libc/posix.
35221         * lib/gettext.h: copy from gettext.
35222         * lib/.cppi-disable: add strdup.c, gettext.h.
35223
35224 2002-09-25  Karl Berry  <karl@gnu.org>
35225
35226         * config/srclist.txt: enable gettext.h check.
35227         * config/config.{guess,sub}: update from prep.
35228         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
35229                 from automake 1.6.3.
35230         See srclist*.
35231
35232 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
35233
35234         * regex.c (PATFETCH): Remove the translating fetch.
35235         (PATFETCH_RAW): Rename to PATFETCH.
35236         (set_image_of_range): New fun.
35237         (SET_RANGE_TABLE_WORK_AREA): Use it.
35238         (regex_compile): Don't translate the pattern chars so eagerly.
35239         Only do it when inserting an `exactn' bytecode or when handling
35240         a char-range.
35241         (mutually_exclusive_p): Avoid empty statement.
35242
35243 2002-07-06  Jim Meyering  <meyering@lucent.com>
35244
35245         * m4/README: Don't mention Makefile.am.in.
35246         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
35247
35248 2002-07-01  Jim Meyering  <meyering@lucent.com>
35249
35250         * lib/c-stack.c: Include sys/time.h.
35251         From Volker Borchert.
35252
35253 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35254
35255         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
35256
35257 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35258
35259         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
35260         New macro.  Use it uniformly instead of
35261         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
35262         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
35263         reported by Vin Shelton.
35264
35265 2002-06-22  Paul Eggert  <eggert@twinsun.com>
35266
35267         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
35268         Do not assume SA_SIGINFO behavior.
35269         Bug reported by Jim Meyering on NetBSD 1.5.2.
35270
35271 2002-06-22  Jim Meyering  <meyering@lucent.com>
35272
35273         * m4/c-stack.m4: New file, from diffutils-2.8.2.
35274         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
35275
35276         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
35277         now that configure.ac uses AC_GNU_SOURCE.
35278         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
35279         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
35280
35281         Update to latest tools.  Suggestions from Paul Eggert.
35282         * m4/stdbool.m4: New file, from diffutils-2.8.2.
35283         * m4/gnu-source.m4: Update from diffutils-2.8.2.
35284         * m4/fnmatch.m4: Likewise.
35285         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
35286         to AC_HEADER_STDBOOL
35287
35288 2002-06-22  Jim Meyering  <meyering@lucent.com>
35289
35290         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
35291         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
35292
35293 2002-06-22  Jim Meyering  <meyering@lucent.com>
35294
35295         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
35296
35297         * lib/exitfail.c, exitfail.h: Likewise.
35298         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
35299
35300         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
35301         of fnmatch.h.
35302         (EXTRA_DIST): Add fnmatch_loop.c.
35303         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
35304
35305         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
35306         * lib/fnmatch.c: Update from diffutils-2.8.2.
35307         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
35308         * lib/fnmatch.h: Remove file.
35309
35310 2002-06-21  Jim Meyering  <meyering@lucent.com>
35311
35312         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
35313         * m4/mbrtowc.m4: Likewise.
35314
35315         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
35316         * m4/mbswidth.m4: Reflect name change:
35317         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
35318         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35319
35320         * m4/lib-link.m4: Update from gettext-0.11.2.
35321         * m4/gettext.m4: Likewise.
35322
35323         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
35324         From Alfred M. Szmidt.
35325
35326 2002-06-18  Paul Eggert  <eggert@twinsun.com>
35327
35328         * lib/file-type.h: Report an error if neither S_ISREG nor
35329         S_IFREG is defined, instead of using a test specific to glibc
35330         2.2.  This should be safe, since POSIX requires S_ISREG and
35331         Unix Version 7 had S_IFREG.  We don't need to check for
35332         <sys/types.h> since we don't use any symbols that it defines.
35333
35334 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
35335
35336         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
35337         $@-t, so that each temporary file name is unique and valid in the first
35338         8 characters, for operation under DOS.
35339
35340 2002-06-15  Paul Eggert  <eggert@twinsun.com>
35341
35342         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
35343
35344 2002-06-15  Jim Meyering  <meyering@lucent.com>
35345
35346         Work even with DJGPP 2.03, which lacks support for symlinks.
35347         From Richard Dawe.
35348         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
35349         is defined.
35350         * lib/lchown.c (S_ISLNK): Likewise.
35351
35352 2002-06-15  Jim Meyering  <meyering@lucent.com>
35353
35354         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
35355         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
35356         have been included before this file.
35357
35358 2002-06-14  Jim Meyering  <meyering@lucent.com>
35359
35360         * lib/file-type.h: Use the version from diffutils-2.8.2.
35361         * lib/file-type.c: Likewise.
35362
35363 2002-06-07  Jim Meyering  <meyering@lucent.com>
35364
35365         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
35366         They're needed at least for NetBSD 1.5.2.
35367         ($statxfs_includes): Include those same headers.
35368         ($statxfs_includes): Include sys/vfs.h if available.
35369         ($statxfs_includes): Likewise for sys/statvfs.h.
35370         Check for the following members in both structs statfs and statvfs:
35371         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
35372
35373 2002-06-01  Jim Meyering  <meyering@lucent.com>
35374
35375         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
35376         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
35377
35378 2002-05-28  Jim Meyering  <meyering@lucent.com>
35379
35380         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
35381         Reported by Volker Borchert.
35382
35383 2002-05-27  Jim Meyering  <meyering@lucent.com>
35384
35385         Fix a problem seen only on nonconforming systems whereby ls.c's
35386         use of localtime, and then of gettimeofday would cause trouble:
35387         the localtime call used to initialize rpl_gettimeofday's save
35388         mechanism would clobber ls's current local time information so
35389         that in any long listing the first file would always be listed
35390         with date 1970-01-01.  Analysis by Volker Borchert.
35391
35392         * lib/gettimeofday.c (localtime): Undefine.
35393         (rpl_localtime): New function.
35394
35395 2002-05-27  Jim Meyering  <meyering@lucent.com>
35396
35397         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
35398         localtime.
35399
35400         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
35401         use the replacement function; it wouldn't resolve at link time.
35402         Reported by Volker Borchert.
35403
35404 2002-05-22  Jim Meyering  <meyering@lucent.com>
35405
35406         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
35407         file-type.h.
35408         * lib/file-type.h: New file.
35409         * lib/file-type.c (file_type): New file/function.  Extracted from
35410         diffutils.
35411
35412 2002-04-30  Jim Meyering  <meyering@lucent.com>
35413
35414         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
35415
35416 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35417
35418         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
35419
35420 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35421
35422         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
35423         Do not check for alloca.h (no longer used) or stdbool.h (was never
35424         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
35425
35426 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35427
35428         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
35429
35430 2002-04-29  Jim Meyering  <meyering@lucent.com>
35431
35432         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
35433         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
35434         Use AC_FUNC_STRNLEN here instead.
35435
35436         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
35437         With autoconf-2.53a, it's part of AC_PROG_CC.
35438
35439 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35440
35441         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
35442         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
35443
35444 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35445
35446         * lib/sig2str.h, lib/sig2str.c: New files.
35447         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
35448
35449 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35450
35451         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
35452         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
35453         of 127, since 64 is the largest conceivable number for ancient
35454         nonstandard hosts.
35455         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
35456
35457 2002-04-28  Jim Meyering  <meyering@lucent.com>
35458
35459         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
35460
35461 2002-04-24  Jim Meyering  <meyering@lucent.com>
35462
35463         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
35464         (jm_PREREQ): Use it.
35465
35466         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
35467         mach/mach.h fcntl.h.
35468         Check for this function: setlocale.
35469
35470 2002-04-24  Jim Meyering  <meyering@lucent.com>
35471
35472         * lib/gettext.h: New file, from Gettext.
35473         * lib/Makefile.am (INCLUDES): Remove -I../intl.
35474         (libfetish_a_SOURCES): Add gettext.h.
35475
35476 2002-04-16  Jim Meyering  <meyering@lucent.com>
35477
35478         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
35479         ut_pid, ut_id, ut_exit.
35480
35481 2002-04-16  Jim Meyering  <meyering@lucent.com>
35482
35483         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
35484         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
35485         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
35486
35487 2002-04-12  Jim Meyering  <meyering@lucent.com>
35488
35489         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
35490         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
35491         existence of the getmntinfo function.  Needed for Darwin 5.3.
35492
35493         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
35494         This is necessary at least on Darwin 5.3.
35495
35496         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
35497         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
35498         strnlen.o in the library, and that makes some versions of ranlib
35499         object.
35500
35501 2002-04-12  Jim Meyering  <meyering@lucent.com>
35502
35503         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
35504
35505 2002-04-09  Jim Meyering  <meyering@lucent.com>
35506
35507         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
35508         to be more precise.  Rather than saying we're checking whether the
35509         function `works', say what we're testing.
35510         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
35511         Reported by Bruno Haible.
35512
35513 2002-03-10  Jim Meyering  <meyering@lucent.com>
35514
35515         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
35516         Suggestion from Santiago Vila.
35517
35518 2002-03-08  Jim Meyering  <meyering@lucent.com>
35519
35520         * lib/rename.c: Mention that this wrapper is needed also on
35521         mips-dec-ultrix4.4 systems.
35522
35523 2002-03-02  Jim Meyering  <meyering@lucent.com>
35524
35525         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
35526         not HAVE_CLOCK_SETTIME.
35527
35528 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35529
35530         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
35531         Check for clock_settime.
35532
35533 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35534
35535         * lib/nanosleep.h: Rename to....
35536         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
35537
35538         * lib/gettime.c: New file.
35539         * lib/settime.c: New file.
35540         * lib/stime.c: Remove.
35541
35542         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
35543         timespec.h.  Remove nanosleep.h.
35544
35545 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35546
35547         * m4/acl.m4: New file.
35548         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
35549         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
35550
35551 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35552
35553         * lib/acl.c, lib/acl.h: New files.
35554         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
35555
35556 2002-02-24  Jim Meyering  <meyering@lucent.com>
35557
35558         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
35559         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
35560         cause trouble.  Reported by Nelson Beebe.
35561
35562 2002-02-23  Paul Eggert  <eggert@twinsun.com>
35563
35564         * lib/path-concat.c (xpath_concat): Reorder code to pacify
35565         compilers that don't know that xalloc_die never returns.
35566
35567 2002-02-20  Jim Meyering  <meyering@lucent.com>
35568
35569         * lib/getdate.c: Regenerate using bison-1.33.
35570
35571 2002-02-17  Jim Meyering  <meyering@lucent.com>
35572
35573         * config/config.guess (main): Don't use `head -1'; it's no longer
35574         portable. Use `sed 1q' instead.
35575
35576 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
35577
35578         * m4/codeset.m4: Upgrade to gettext-0.11.
35579         * m4/gettext.m4: Upgrade to gettext-0.11.
35580         * m4/glibc21.m4: Upgrade to gettext-0.11.
35581         * m4/iconv.m4: Upgrade to gettext-0.11.
35582         * m4/isc-posix.m4: Upgrade to gettext-0.11.
35583         * m4/lcmessage.m4: Upgrade to gettext-0.11.
35584         * m4/lib-ld.m4: New file, from gettext-0.11.
35585         * m4/lib-link.m4: New file, from gettext-0.11.
35586         * m4/lib-prefix.m4: New file, from gettext-0.11.
35587         * m4/progtest.m4: Upgrade to gettext-0.11.
35588
35589 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35590
35591         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
35592         (jm_PREREQ): Use it.
35593
35594 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35595
35596         * lib/posixver.c, lib/posixver.h: New files.
35597         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35598
35599 2002-02-02  Paul Eggert  <eggert@twinsun.com>
35600             Bruno Haible  <bruno@clisp.org>
35601
35602         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
35603         (fwrite_success_callback): New declaration.
35604         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
35605         print_unicode_char. Call failure callback instead of error.
35606         (fwrite_success_callback): New function.
35607         (exit_failure_callback): New function.
35608         (fallback_failure_callback): New function.
35609         (print_unicode_char): Call unicode_to_mb.
35610
35611 2002-01-26  Jim Meyering  <meyering@lucent.com>
35612
35613         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
35614         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
35615
35616 2002-01-26  Jim Meyering  <meyering@lucent.com>
35617
35618         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
35619
35620 2002-01-22  Paul Eggert  <eggert@twinsun.com>
35621
35622         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
35623
35624 2002-01-22  Jim Meyering  <meyering@lucent.com>
35625
35626         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
35627         Otherwise, some versions of automake would omit the rule that makes
35628         Makefile from Makefile.in.
35629
35630 2002-01-21  Paul Eggert  <eggert@twinsun.com>
35631
35632         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
35633         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35634         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
35635         (memcoll): Set errno to zero if there is no error.
35636
35637         * lib/quotearg.c (quotearg_buffer_restyled):
35638         Fix bug with quoting buffers containing NUL when backslashing escapes.
35639         This bug was exposed by the other changes in this patch.
35640         (quotearg_n_options): New arg ARGSIZE.
35641         All callers changed.
35642         (quoting_options_from_style): New function.
35643         (quotearg_n_style): Use it.
35644         (quotearg_n_style_mem): New function.
35645
35646         * lib/quotearg.h (quotearg_n_style_mem): New function.
35647
35648 2002-01-19  Jim Meyering  <meyering@lucent.com>
35649
35650         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
35651         Remove useless quotes: DF_PROG="df".
35652         * m4/strnlen.m4: New file.
35653
35654 2002-01-16  Paul Eggert  <eggert@twinsun.com>
35655
35656         * lib/backupfile.c (ISDIGIT): Comment fix.
35657         * lib/getdate.y (ISDIGIT): Likewise.
35658         * lib/posixtm.c (ISDIGIT, year): Likewise.
35659         * lib/strverscmp.c (ISDIGIT): Likewise.
35660         * lib/userspec.c (ISDIGIT): Likewise.
35661
35662 2002-01-16  Jim Meyering  <meyering@lucent.com>
35663
35664         * lib/getdate.y: Add three semicolons, each just before a closing
35665         brace. Bison (as of version 1.31) no longer papers over that mistake.
35666
35667 2002-01-05  Jim Meyering  <meyering@lucent.com>
35668
35669         * lib/version-etc.c (version_etc_copyright): Update copyright year.
35670
35671 2001-12-19  Paul Eggert  <eggert@twinsun.com>
35672
35673         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
35674         not silently exit merely because the output buffer happens to
35675         have nothing pending.
35676
35677 2001-12-18  Paul Eggert  <eggert@twinsun.com>
35678
35679         See the big note in ../ChangeLog.
35680         * lib/human.c (suffixes): Prefer K to k for 1024.
35681         (generate_suffix_backwards): New function.
35682         (human_readable_inexact): Use it.
35683         * lib/xstrtol.c (__xstrtol): If there is no number but there
35684         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
35685         Accept 'K' as well as 'k'.
35686
35687 2001-12-15  Jim Meyering  <meyering@lucent.com>
35688
35689         * lib/regex.h (__restrict_arr): Update from libc.
35690
35691         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
35692         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
35693         (STREQ): Define.
35694
35695 2001-12-14  Jim Meyering  <meyering@lucent.com>
35696
35697         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
35698         Suggestion from Bruno Haible.
35699
35700 2001-12-10  Jim Meyering  <meyering@lucent.com>
35701
35702         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
35703         xrealloc, Instead, include "xalloc.h".
35704         (initbuffer): Don't cast xmalloc return value to char*.
35705         (readline): Reword comment.
35706         Don't cast xrealloc return value to char*
35707         Return NULL, not 0.
35708
35709 2001-12-09  Jim Meyering  <meyering@lucent.com>
35710
35711         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
35712         about `signed and unsigned type in conditional expression'.
35713         * lib/posixtm.c (posix_time_parse): Likewise.
35714
35715         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
35716
35717         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
35718         to avoid a pedantic warning.
35719
35720         * lib/getstr.c: Don't include assert.h.
35721         (getstr): Remove warning-evoking assertions.
35722         Return -1 if offset parameter is out of bounds.
35723         Change the type of a local from int to size_t.
35724
35725         * lib/strftime.c (my_strftime_localtime_r): Include this function
35726         definition in the `#if ! HAVE_TM_GMTOFF' block.
35727
35728         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
35729         Include xalloc.h instead.
35730
35731 2001-12-02  Jim Meyering  <meyering@lucent.com>
35732
35733         * lib/tempname.c: Don't declare getenv, thus reverting the change of
35734         2001-11-18.  It's no longer necessary, now that stdlib.h is always
35735         included.
35736
35737         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
35738         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
35739
35740 2001-11-30  Akim Demaille  <akim@epita.fr>
35741
35742         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
35743         before being defined.
35744
35745 2001-11-27  Paul Eggert  <eggert@twinsun.com>
35746
35747         * lib/quotearg.h (quotearg_n, quotearg_n_style):
35748         First arg is int, not unsigned.
35749         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
35750         (SIZE_MAX, UINT_MAX): New macros.
35751         (quotearg_n_options): Abort if N is negative.
35752         Avoid overflow check on hosts where size_t is 64 bits and int
35753         is 32 bits, as overflow is impossible there.
35754         Fix off-by-one typo that caused unnecessary reallocation.
35755
35756 2001-11-27  Jim Meyering  <meyering@lucent.com>
35757
35758         * lib/tempname.c: Merge with version from libc.
35759         * lib/regex.c: Likewise.
35760
35761         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
35762         systems for which STDC_HEADERS is 0, it was not included, resulting in
35763         a warning about an integer-to-pointer conversion problem with getenv.
35764         Reported by Volker Borchert.
35765
35766 2001-11-26  Jim Meyering  <meyering@lucent.com>
35767
35768         * lib/gtod.h: Remove file.
35769         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
35770         * lib/gettimeofday.c: Don't include gtod.h.
35771         (GTOD_init): Remove function.
35772         (rpl_gettimeofday): Do its job here instead, rather than aborting.
35773         Suggestion from Volker Borchert.
35774
35775 2001-11-23  Jim Meyering  <meyering@lucent.com>
35776
35777         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
35778         it.
35779         * lib/hash.c (struct hash_table): Define it here instead.
35780
35781 2001-11-22  Jim Meyering  <meyering@lucent.com>
35782
35783         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
35784
35785 2001-11-20  Jim Meyering  <meyering@lucent.com>
35786
35787         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
35788         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
35789
35790 2001-11-19  Jim Meyering  <meyering@lucent.com>
35791
35792         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
35793         directory.  Use "conftestXXXXXX" as the template.
35794         Suggestion from Paul Eggert.
35795
35796         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
35797         immediately, so the test doesn't mistakenly hit the max-open-files
35798         limit.
35799
35800 2001-11-18  Paul Eggert  <eggert@twinsun.com>
35801
35802         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
35803         (TEMPORARIES): New macro.
35804         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
35805         removes an artificial limitation (e.g. HP-UX 10.20, where
35806         TMP_MAX is 17576).
35807
35808 2001-11-18  Jim Meyering  <meyering@lucent.com>
35809
35810         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
35811
35812 2001-11-18  Jim Meyering  <meyering@lucent.com>
35813
35814         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
35815         on SunOS 4.
35816
35817         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
35818         files will be created before anything else.
35819
35820 2001-11-17  Paul Eggert  <eggert@twinsun.com>
35821
35822         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
35823         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
35824
35825 2001-11-17  Jim Meyering  <meyering@lucent.com>
35826
35827         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
35828         Prompted by a report from Bob Proulx.
35829
35830         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
35831         Instead, require UTILS_FUNC_MKSTEMP.
35832
35833 2001-11-17  Jim Meyering  <meyering@lucent.com>
35834
35835         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
35836         Now, that's done as part of AC_FUNC_STRTOD.
35837
35838 2001-11-17  Jim Meyering  <meyering@lucent.com>
35839
35840         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
35841         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
35842         rather than group writable.  Patch by Juan F. Codagnone.
35843
35844         * lib/readtokens.c: Remove explicit declarations of xmalloc and
35845         xrealloc, Instead, include "xalloc.h".
35846
35847         * lib/mountlist.c: Include unlocked-io.h after all system headers.
35848         Remove explicit declarations of xmalloc, xrealloc,
35849         and xstrdup.  Instead, include "xalloc.h".
35850
35851         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
35852         unlocked-io.h.
35853         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
35854         Likewise.
35855         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
35856
35857         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
35858         Reported by Padraig Brady.
35859
35860         * lib/mkstemp.c: #undef mkstemp.
35861         Include config.h.
35862         (rpl_mkstemp): Rename from mkstemp.
35863         Protoize.
35864
35865 2001-11-16  Jim Meyering  <meyering@lucent.com>
35866
35867         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
35868         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
35869         determine the amount of total physical memory, use pstat_getstatic.
35870         HPUX-11 doesn't define _SC_PHYS_PAGES.
35871         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
35872         If sysconf couldn't be used to determine the amount of available
35873         physical memory, use both pstat_getstatic and pstat_getdynamic.
35874         Based on a patch from Bob Proulx.
35875
35876 2001-11-10  Jim Meyering  <meyering@lucent.com>
35877
35878         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
35879         (jm_PREREQ): Use it.
35880
35881 2001-11-09  Jim Meyering  <meyering@lucent.com>
35882
35883         * m4/jm-macros.m4: Require autoconf-2.52f.
35884         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
35885         Use these AC_-prefixed names, not the AM_-prefixed ones.
35886
35887         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
35888
35889 2001-11-05  Jim Meyering  <meyering@lucent.com>
35890
35891         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
35892
35893 2001-11-04  Jim Meyering  <meyering@lucent.com>
35894
35895         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
35896         $DEFS.
35897
35898 2001-11-03  Jim Meyering  <meyering@lucent.com>
35899
35900         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
35901         of AC_DEFUN.
35902
35903         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
35904         know the name of the variable in the macro definition.
35905
35906 2001-11-03  Jim Meyering  <meyering@lucent.com>
35907
35908         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
35909         in argmatch_to_argument call.
35910
35911         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
35912         argument.
35913
35914         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
35915         e.g., a fault due to an attempt to free a NULL pointer.
35916
35917 2001-11-01  Jim Meyering  <meyering@lucent.com>
35918
35919         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
35920         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
35921
35922 2001-11-01  Jim Meyering  <meyering@lucent.com>
35923
35924         * lib/dirfd.c, lib/dirfd.h: New files.
35925         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
35926
35927         * lib/hash.c (hash_print) [TESTING]: Clean up.
35928
35929 2001-10-22  Paul Eggert  <eggert@twinsun.com>
35930
35931         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
35932         to avoid a warning if -Wall.
35933
35934 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
35935
35936         * README: New file
35937         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
35938         (per RMS's instructions, this is now the canonical source)
35939         * lgpl/, gpl/: New directories.
35940
35941 2001-10-21  Paul Eggert  <eggert@twinsun.com>
35942
35943         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
35944
35945 2001-10-21  Jim Meyering  <meyering@lucent.com>
35946
35947         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
35948         this code would end up calling gettext even in packages built
35949         with --disable-nls.
35950         * lib/getopt.c (_): Likewise.
35951         * lib/regex.c (_): Likewise.
35952
35953 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35954
35955         * m4/error.m4 (jm_PREREQ_ERROR):
35956         Do not invoke AC_CHECK_FUNCS with strerror_r, as
35957         AC_FUNC_STRERROR_R does that.
35958         Check for strerror declaration.
35959
35960         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
35961         are supposed to have them these days.
35962         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
35963         Merge changes from latest Autoconf CVS.
35964         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
35965         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
35966         POSIX decided to standardize on the int flavor of strerror_r.
35967
35968 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35969
35970         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
35971         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
35972         Use strerror_r that is only a macro, even if it is not a function.
35973         (strerror): Check for HAVE_DECL_STRERROR before declaring.
35974         (private_strerror): Use prototypes, not old-style function definition.
35975         (print_errno_message): New function.
35976         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
35977         char*-flavored one.
35978         (error_tail, error, error_at_line): Use it.
35979
35980 2001-10-11  Jim Meyering  <meyering@lucent.com>
35981
35982         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
35983         and quote_n (1, ... to avoid clobbering a buffer.
35984
35985 2001-10-05  Jim Meyering  <meyering@lucent.com>
35986
35987         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
35988         hash-pjw.h.
35989         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
35990         * lib/hash-pjw.h: New file.
35991
35992 2001-09-30  Jim Meyering  <meyering@lucent.com>
35993
35994         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
35995         `struct fsstat' has the `f_fstypename' member.
35996         Use that to define FS_TYPE, which is now used to make
35997         the getfsstat link test tighter.
35998
35999 2001-09-30  Jim Meyering  <meyering@lucent.com>
36000
36001         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
36002         Include <sys/ucred.h>, for Apple Darwin.
36003         Include sys/mount.h and sys/fs_types.h only if available.
36004         (FS_TYPE): Define.
36005         (read_filesystem_list): Use FS_TYPE.
36006
36007 2001-09-29  Paul Eggert  <eggert@twinsun.com>
36008
36009         * lib/exclude.c (excluded_filename): 0 -> false, since it's
36010         a boolean context.
36011
36012 2001-09-29  Jim Meyering  <meyering@lucent.com>
36013
36014         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36015         [one-argument getmntent function]): Include stdio.h before mntent.h.
36016         SunOS 4.1.x needs it for the declaration of `FILE'.
36017         Patch by Volker Borchert.
36018
36019         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36020         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
36021         sys/fs_types.h, and make the link-test for getfsstat guard #include
36022         directives with appropriate #if HAVE_*_H tests so that we can
36023         detect getfsstat on Apple Darwin1.3.7 systems.
36024         Reported by Nelson Beebe.
36025         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
36026
36027 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36028
36029         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36030         #defines strtoimax.  Also treat the other strto* functions
36031         like strtoimax.
36032
36033         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36034         Check for strtoul and strtoumax,
36035         as those declarations are made even in the signed case.
36036         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
36037         Likewise, for strtol and strtoimax.
36038
36039 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36040
36041         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36042         #defines strtoimax.  Also treat the other strto* functions
36043         like strtoimax.
36044
36045         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
36046         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
36047         (strtoimax, strtoumax): Do not declare if already defined as a macro.
36048
36049 2001-09-26  Jim Meyering  <meyering@lucent.com>
36050
36051         Most macros in unlocked-io.h had the wrong number of arguments.
36052         * lib/gen-uio: New script.
36053         (USE_UNLOCKED_IO): Define to 1 if not already defined.
36054         * lib/unlocked-io.hin: Remove file.
36055         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
36056         rather than trying to embed it here.
36057         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
36058         Reported by Padraig Brady.
36059
36060 2001-09-25  Volker Borchert  <bt@teknon.de>
36061
36062         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
36063         `result'.
36064
36065 2001-09-24  Jim Meyering  <meyering@lucent.com>
36066
36067         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
36068
36069 2001-09-23  Jim Meyering  <meyering@lucent.com>
36070
36071         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
36072         instead of the mere test for existence of mntent.h.  The latter
36073         would get a false-positive on AIX 3.4 systems.
36074         In the outer getmntent if-block, don't die if neither of the getmntent
36075         tests succeeds.  Instead, just fall through and continue with the
36076         remaining tests.
36077
36078 2001-09-23  Jim Meyering  <meyering@lucent.com>
36079
36080         * lib/mountlist.c: Remove useless parentheses in #if directives.
36081         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
36082         the deprecated MOUNTED symbol is no longer defined in mntent.h.
36083
36084 2001-09-22  Jim Meyering  <meyering@lucent.com>
36085
36086         * m4/gettext.m4: New file.  From gettext.
36087         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
36088         * m4/progtest.m4: Likewise
36089         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
36090         * m4/glibc21.m4: Likewise.
36091
36092         * m4/libintl.m4: Remove.  No longer used.
36093
36094 2001-09-22  Jim Meyering  <meyering@lucent.com>
36095
36096         * lib/localcharset.c: Update from latest gettext.
36097         * lib/config.charset: Likewise.
36098
36099 2001-09-20  Jim Meyering  <meyering@lucent.com>
36100
36101         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
36102         strtoimax.
36103         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
36104         strtoumax.
36105
36106 2001-09-20  Jim Meyering  <meyering@lucent.com>
36107
36108         * lib/xstrtol.c (strtoimax): Guard declaration with
36109         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
36110         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
36111         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
36112         (strtoumax): Likewise, for completeness (it wasn't necessary).
36113
36114 2001-09-17  Paul Eggert  <eggert@twinsun.com>
36115
36116         * lib/strtoimax.c (HAVE_LONG_LONG):
36117         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
36118         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
36119         to work around bug in IBM C compiler.
36120
36121 2001-09-17  Jim Meyering  <meyering@lucent.com>
36122
36123         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
36124         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
36125         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
36126         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
36127         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
36128         whenever the right hand side need not be expanded by the shell.
36129
36130 2001-09-16  Paul Eggert  <eggert@twinsun.com>
36131
36132         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
36133         library.  It's not correct, as some older glibcs are buggy.
36134         fnmatch wasn't fixed until glibc 2.2.
36135
36136         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
36137         special shell magic here.
36138
36139 2001-09-16  Jim Meyering  <meyering@lucent.com>
36140
36141         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
36142         * m4/jm-macros.m4: Require it.
36143
36144 2001-09-16  Jim Meyering  <meyering@lucent.com>
36145
36146         * lib/mkdir.c: New file.
36147
36148 2001-09-15  Jim Meyering  <meyering@lucent.com>
36149
36150         * m4/jm-macros.m4: Check for help2man.
36151
36152 2001-09-11  Jim Meyering  <meyering@lucent.com>
36153
36154         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
36155         The body, by Paul Eggert, was moved here from configure.in.
36156         * m4/jm-macros.m4: Require UTILS_HOST_OS.
36157
36158 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36159
36160         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
36161         (jm_PREREQ): Use it.
36162
36163 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36164
36165         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
36166         Use ssize_t, not int, to store result of readlink.
36167         Check for ssize_t overflow as well as size_t overflow,
36168         as POSIX says the result of readlink is implementation-defined
36169         when ssize_t overflows.
36170         Remove unnecessary cast to char*.
36171         Use free+malloc instead of realloc, as the storage doesn't need
36172         to be preserved and it's clearer and can be more efficient that way.
36173         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
36174         * lib/xreadlink.h (xreadlink): Update prototype.
36175
36176 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36177
36178         * lib/xgetcwd.c: Revert some of the previous change; intead,
36179         fix the HAVE_GETCWD_NULL code to behave more like the
36180         !HAVE_GETCWD_NULL code used to.
36181
36182         Include "xalloc.h".
36183         (xgetcwd): Do not return NULL when memory is exhausted; instead,
36184         invoke xalloc_die.
36185
36186 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36187
36188         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
36189         sys/param.h, as pathmax.h includes them.
36190
36191 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36192
36193         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
36194         (jm_PREREQ_XGETCWD): New macro.
36195
36196         * m4/getcwd.m4: New file.
36197
36198 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36199
36200         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
36201         like the HAVE_GETCWD_NULL code.
36202         Include pathmax.h if not HAVE_GETCWD.
36203         Do not include xalloc.h.
36204         (INITIAL_BUFFER_SIZE): New symbol.
36205         Do not use xmalloc / xrealloc, since the caller is responsible for
36206         handling errors.  Preserve errno around `free' during failure.
36207         Do not overrun buffer when using getwd.
36208
36209 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36210
36211         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
36212         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
36213         getcwd (NULL, 0).
36214
36215 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36216
36217         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
36218         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
36219         spotted by Jim Meyering.
36220
36221 2001-09-03  Jim Meyering  <meyering@lucent.com>
36222
36223         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
36224         failure.
36225
36226 2001-09-02  Jim Meyering  <meyering@lucent.com>
36227
36228         * lib/error.c: Update from GNU libc.
36229
36230 2001-09-01  Jim Meyering  <meyering@lucent.com>
36231
36232         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
36233         Used by df.
36234
36235 2001-09-01  Jim Meyering  <meyering@lucent.com>
36236
36237         * lib/xreadlink.c: New file.
36238         * lib/xreadlink.h: New file.
36239         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
36240         xreadlink.h.
36241
36242         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
36243         doesn't conflict with sparc Solaris 7's definition in
36244         /usr/include/sys/int_types.h.
36245
36246         * lib/exclude.c: Use `""', not `<>' to #include non-system header
36247         files.
36248         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
36249         and strncasecmp as r-values.  Unixware didn't have declarations.
36250
36251 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36252
36253         * lib/xstrtol.h: Add copyright notice.
36254         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
36255         LONGINT_INVALID_SUFFIX_CHAR.
36256
36257 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36258
36259         * lib/xstrtol.c (strtoimax): New decl.
36260
36261 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36262
36263         * lib/xgetcwd.c: Don't include pathmax.h.
36264         Include stdlib.h and unistd.h if available.
36265         Include xalloc.h.
36266         (xmalloc, xstrdup, free): Remove decls.
36267         (xgetcwd): Don't assume sizes fit in unsigned.
36268         Check for overflow when computing sizes.
36269         Simplify reallocation code.
36270
36271 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36272
36273         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
36274         a directory's st_size can have an arbitrary value, so the old
36275         usage could waste an arbitrary amount of memory.  All uses
36276         changed.
36277         * lib/savedir.h: Update prototype.
36278
36279 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36280
36281         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
36282
36283         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
36284         old strtoimax.c.
36285
36286         Also, make the following further changes to make this file's
36287         configuration more similar to that of strtol.c:
36288         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
36289         (strtoumax, uintmax_t, strtoull, strtol): Remove.
36290         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
36291         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
36292         changed to signed values.
36293
36294         And make the following changes as well:
36295         Fix copyright notice, as 1999 was missing.
36296         (verify): New macro.
36297         (strtoimax): Check sizes at compile-time, not run-time.
36298         Prefer strtol to strtoll if both work.
36299         (main): Remove; it was not that useful and was a pain to maintain.
36300
36301         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
36302
36303 2001-08-31  Jim Meyering  <meyering@lucent.com>
36304
36305         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
36306         Use an initial, malloc'd, buffer of length 128 rather than
36307         a statically allocated one of length 1024.
36308
36309 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36310
36311         Simplify code, partly by assuming autoconf 2.52 semantics.
36312
36313         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
36314
36315         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
36316         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
36317         All uses removed.
36318         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
36319         Move AC_REQUIRE to next-to-top level, to avoid confusion.
36320         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
36321         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
36322         jm_AC_HEADER_INTTYPES_H.
36323         * m4/jm-macros.m4 (jm_MACROS): Likewise.
36324
36325         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
36326
36327         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36328         Quote first arg of AC_DEFUN.
36329         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
36330         since they are needed to parse the include file even if we need
36331         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
36332         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
36333         but with opposite signedness.
36334
36335 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36336
36337         Merge 'exclude' changes from tar 1.13.22.
36338         This fixes one or two unlikely storage allocation overflow bugs,
36339         but doesn't change user-visible behavior otherwise.
36340
36341 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36342
36343         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
36344         (jm_PREREQ_EXCLUDE): New macro.
36345
36346 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36347
36348         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
36349         tm to be declared.
36350
36351 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36352
36353         * lib/hash.c: Remove '2001' from copyright notice.
36354
36355 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36356
36357         * lib/full-write.h: New file.
36358         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
36359         * lib/full-write.c: Correct credits, as cccp.c no longer
36360         exists and anyway it was so heavily changed from the old cccp
36361         code as to be unrecognizable.  Include full-write.h.
36362         (full_write) Return size_t, with short writes meaning failure.
36363         All callers changed.  This fixes a bug with large buffers
36364         on 64-bit hosts.
36365         * lib/utime.c: Include full-write.h.
36366
36367 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36368
36369         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
36370         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
36371         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
36372         Include if available.
36373         (<xalloc.h>): Include
36374         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
36375         (verify): New macro.  Use it to verify that EXCLUDE macros do not
36376         collide with FNM macros.
36377         (struct patopts): New struct.
36378         (struct exclude): Use it, as exclude patterns now come with options.
36379         (new_exclude): Support above changes.
36380         (new_exclude, add_exclude_file):
36381         Initial size must now be a power of two to simplify overflow checking.
36382         (free_exclude, fnmatch_no_wildcards): New function.
36383         (excluded_filename): No longer requires options arg, as the options
36384         are determined by add_exclude.  Now returns bool, not int.
36385         (excluded_filename, add_exclude):
36386         Add support for the fancy new exclusion options.
36387         (add_exclude, add_exclude_file): Now takes int options arg.
36388         Check for arithmetic overflow when computing sizes.
36389         (add_exclude_file): xrealloc might modify errno, so don't
36390         realloc until after errno might be used.
36391
36392         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
36393         New macros.
36394         (free_exclude): New decl.
36395         (add_exclude, add_exclude_file): Now takes int options arg.
36396         (excluded_filename): No longer requires options arg, as the options
36397         are determined by add_exclude.  Now returns bool, not int.
36398
36399 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36400
36401         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
36402
36403 2001-08-27  Jim Meyering  <meyering@lucent.com>
36404
36405         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
36406
36407         * lib/version-etc.c (N_): Remove definition.
36408         Revert most of last change.
36409         Instead, simply don't mark the `Copyright...' string for translation.
36410         Based on advice from Paul Eggert.
36411
36412         * lib/strtoxmax.c: Tweak comment.
36413
36414 2001-08-26  Jim Meyering  <meyering@lucent.com>
36415
36416         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
36417
36418         * m4/xstrtoimax.m4: New file.
36419         * m4/xstrtoumax.m4: Add comments explaining why we
36420         AC_REPLACE_FUNCS(strtol).
36421
36422 2001-08-26  Jim Meyering  <meyering@lucent.com>
36423
36424         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
36425         of copyright with `%s' so translators don't get an untranslated
36426         message in 2002.
36427         (COPYRIGHT_YEAR): Define.
36428         (version_etc): Use fprintf rather than fputs.
36429         Suggestion from Ulrich Drepper.
36430
36431         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
36432
36433         * lib/strtoll.c: New file, from GNU libc.
36434         * lib/xstrtoimax.c: New file.
36435
36436         * lib/xstrtol.h: Add xstrtoimax.
36437         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
36438         * lib/strtoimax.c: New file.  Likewise, but first define
36439         STRTOUXMAX_SIGNED.
36440
36441         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
36442         ...
36443         * lib/strtoxmax.c: ... then renamed to this.
36444
36445 2001-08-18  Paul Eggert  <eggert@twinsun.com>
36446
36447         * m4/inttypes.m4: Add AC_PREREQ(2.13).
36448         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
36449         (jm_AC_TYPE_INTMAX_T): New macro.
36450         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
36451
36452         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
36453
36454         * m4/longlong.m4: Renamed from ulonglong.m4.
36455         * m4/inttypes.m4: Renamed from inttypes_h.m4.
36456         * m4/uintmax_t.m4: Removed.
36457
36458 2001-08-13  Paul Eggert  <eggert@twinsun.com>
36459
36460         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
36461         Port to Solaris 8, where 'sed' requires a space after the 'r'
36462         command, and where sh dislikes "$/".  Clean up the spacing a bit.
36463         Redirect output to $tmp just once.
36464
36465 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
36466
36467         * lib/addext.c (<errno.h>): Include.
36468         (errno): Declare if not defined.
36469         (addext): Work correctly when pathconf returns -1 and leaves
36470         errno alone because there is no limit.  Also, work even if
36471         pathconf returns a value greater than SIZE_MAX.
36472
36473 2001-08-12  Jim Meyering  <meyering@lucent.com>
36474
36475         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
36476         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
36477         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
36478         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
36479         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
36480         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
36481         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
36482         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
36483         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
36484         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
36485         utime.m4, utimes.m4, xstrtoumax.m4:
36486         Quote the first argument in each use of AC_DEFUN.
36487
36488 2001-08-12  Jim Meyering  <meyering@lucent.com>
36489
36490         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
36491         Simply `return getcwd (NULL, 0);'.
36492         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
36493         Use 1300 as initial value for length, not PATH_MAX.
36494
36495         * lib/pathmax.h: Clean up cpp syntax.
36496
36497 2001-08-12  Jim Meyering  <meyering@lucent.com>
36498
36499         * lib/gettimeofday.c: New file.
36500         * lib/gtod.h: New file.
36501         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
36502
36503 2001-08-05  Jim Meyering  <meyering@lucent.com>
36504
36505         * m4/jm-macros.m4: Require autoconf-2.52.
36506
36507 2001-08-04  Jim Meyering  <meyering@lucent.com>
36508
36509         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
36510         stmt, to get in sync with glibc.
36511
36512 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36513
36514         The following changes are from gettext 0.10.39 as maintained by
36515         Bruno Haible.
36516
36517         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
36518         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
36519         with inverted sense.  All uses changed.
36520
36521         * lib/mbswidth.c: Don't include <limits.h>.
36522         Include <stdlib.h> and <string.h> unconditionally.
36523         (iswcntrl, mbsinit, ISCNTRL): New macros.
36524         (mbsnwidth): Use K&R style function declarations.
36525         Don't bother checking for MB_LEN_MAX == 1, since the compiler
36526         can optimize it when MB_CUR_MAX == 1.
36527         The width of control characters is zero, not 1.
36528
36529 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36530
36531         The following changes are from gettext 0.10.39 as maintained by
36532         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
36533
36534         * m4/codeset.m4: Upgrade to serial AM1.
36535         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
36536         all uses changed.  Quote first arg of AC_DEFUN.
36537         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
36538
36539         * m4/iconv.m4: Upgrade to serial AM2.
36540         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
36541         Add --with-libconv-prefix.
36542         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
36543         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
36544         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
36545         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
36546         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
36547
36548         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
36549         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
36550         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
36551         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
36552         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
36553         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
36554         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
36555         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
36556         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
36557
36558         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
36559         string.h any more.
36560
36561         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
36562         not the default value.
36563
36564         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
36565         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
36566         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
36567         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
36568         Also check for iswcntrl, used for wcwidth fallback.
36569         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
36570         to Autoconf 2.13.
36571
36572 2001-08-03  Jim Meyering  <meyering@lucent.com>
36573
36574         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
36575         as it was in the original.  Reported by Paul Eggert.
36576
36577 2001-07-16  Jim Meyering  <meyering@lucent.com>
36578
36579         * m4/gettimeofday.m4: New file.
36580         Prompted by a report from Bernhard Baehr.
36581
36582 2001-07-15  Jim Meyering  <meyering@lucent.com>
36583
36584         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
36585         stuff. Now it's in ../Makefile.cfg.
36586
36587 2001-07-15  Jim Meyering  <meyering@lucent.com>
36588
36589         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
36590         (BUILT_SOURCES): Add unlocked-io.h.
36591         (io_functions): Define.
36592         (unlocked-io.h): New rule.
36593         (DISTCLEANFILES): Add unlocked-io.h.
36594         (all-local): Depend on unlocked-io.h, to ensure it is created.
36595
36596         * lib/unlocked-io.hin: New file
36597
36598         * lib/regex.c: Update from glibc.
36599
36600 2001-07-05  Jim Meyering  <meyering@lucent.com>
36601
36602         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
36603         recommendation.
36604         (libfetish_a_SOURCES): Put all .h files here instead.
36605         Remove a thus-exposed (better checks in automake) duplicate and
36606         two unnecessary .h files.
36607
36608 2001-07-04  Jim Meyering  <meyering@lucent.com>
36609
36610         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
36611         that generates jm-glibc-io.m4 so that it doesn't trigger any make
36612         distcheck failure.
36613
36614 2001-07-02  Jim Meyering  <meyering@lucent.com>
36615
36616         The following changes were prompted by suggestions from Bruno Haible.
36617
36618         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
36619         is now generated.
36620         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
36621         definition of EXTRA_DIST.
36622         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
36623         ensure that the generated file is created/updated whenever the list
36624         of $(unlocked_functions) is changed.
36625         (jm-glibc-io.m4): New rule.
36626         (unlocked-io.h): New rule -- currently unused.
36627
36628 2001-06-24  Jim Meyering  <meyering@lucent.com>
36629
36630         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
36631         unmatched right bracket, rather than kludging it with an extra,
36632         falsely-matching quote in a comment.  Patch by Akim Demaille.
36633
36634 2001-06-11  Jim Meyering  <meyering@lucent.com>
36635
36636         * lib/regex.c: Update from GNU libc.
36637
36638 2001-05-27  Jim Meyering  <meyering@lucent.com>
36639
36640         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
36641         Check for ut_type in struct utmp.
36642
36643 2001-05-27  Jim Meyering  <meyering@lucent.com>
36644
36645         * lib/readutmp.h (UT_TYPE): Define.
36646
36647 2001-05-24  Jim Meyering  <meyering@lucent.com>
36648
36649         * lib/argmatch.c: Include "quote.h".
36650         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
36651         quote function.  Reported by Göran Uddeborg.
36652
36653 2001-05-22  Jim Meyering  <meyering@lucent.com>
36654
36655         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
36656         now that we use the package-supplied version unconditionally.
36657         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
36658
36659 2001-05-21  Jim Meyering  <meyering@lucent.com>
36660
36661         * m4/regex.m4: Change a couple backticks to single quotes to avoid
36662         shell syntax errors.
36663
36664 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
36665
36666         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
36667
36668 2001-05-20  Paul Eggert  <eggert@twinsun.com>
36669
36670         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
36671         Don't bother to check library strftime, since
36672         we'll be using our own my_strftime function anyway.
36673         Define my_strftime instead of strftime.
36674
36675 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
36676
36677         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
36678         which is not yet declared.
36679
36680 2001-05-15  Jim Meyering  <meyering@lucent.com>
36681
36682         * m4/regex.m4: Use proper quoting so brackets appear in the test
36683         program.
36684         Reported by, and with help from, Bruno Haible.
36685
36686 2001-05-13  Jim Meyering  <meyering@lucent.com>
36687
36688         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
36689         undefined.
36690
36691 2001-05-11  Paul Eggert  <eggert@twinsun.com>
36692
36693         dirname code cleanup.  base_name now behaves more compatibly
36694         with POSIX basename when given file names that have trailing
36695         slashes, and similarly for dir_name.  Add new primitives
36696         base_len and dir_len.  Put the directory-name-related decls
36697         into dirname.h.
36698
36699         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
36700         * lib/backupfile.c (base_name): Likewise.
36701         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
36702         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
36703         * lib/makepath.c (strip_trailing_slashes): Likewise.
36704         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
36705         ISSLASH): Likewise.
36706         * lib/rename.c (strip_trailing_slashes): Likewise.
36707         * lib/same.c (base_name): Likewise.
36708         * lib/stripslash.c (ISSLASH): Likewise.
36709
36710         * lib/addext.c: Include <dirname.h> after size_t is defined.
36711         * lib/backupfile.c: Likewise.
36712
36713         * lib/addext.c (addext): Use base_len to trim redundant
36714         trailing slashes instead of doing it ourselves.
36715         But do not trim the last slash if it is not redundant.
36716
36717         * lib/backupfile.c (find_backup_file_name,
36718         max_backup_version): Use base_len instead of rolling it ourselves.
36719         Handle the case of "" and (on DOS) "C:" correctly.
36720
36721         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
36722         needed. Include <string.h>, <dirname.h>.
36723         (base_name): Allow file names ending in slashes, other than names
36724         that are all slashes.  In this case, return the basename followed
36725         by the slashes.  This is more general, and can be used in places
36726         where the original base_name purposely had an assertion failure.
36727         (base_len): New function.
36728
36729         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
36730         Do not include <assert.h>; no longer needed.
36731         Include xalloc.h.
36732         (memrchr): Remove decl.
36733         (dir_name_r): Remove.
36734         (dir_len): Renamed from dirlen.  All callers changed.
36735         Rewrite in terms of base_name, for simplicity and consistency.
36736         (dir_name): Never return NULL.  All callers changed.
36737         Do not include <stdlib.h> in test program; no longer needed.
36738         return 0; is fine for test program.
36739
36740         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
36741         New macros.
36742         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
36743
36744         * lib/path-concat.c (path_concat): Use base_len to compute
36745         base length, not strlen; this means we cannot rely on memcpy
36746         to null-terminate.
36747
36748         * lib/same.c (STREQ): Remove.
36749         (same_name): Handle the case where the basename ends in trailing '/'.
36750
36751         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
36752         a slash was stripped.  Do not strip the last slash after a
36753         file system prefix.
36754
36755 2001-05-11  Paul Eggert  <eggert@twinsun.com>
36756
36757         * lib/Makefile.am (libfetish_a_SOURCES):
36758         Add strftime.c, since we now compile it on all hosts.
36759
36760         * lib/strftime.c (my_strftime):
36761         Define to nstrftime if emacs, but only if my_strftime is not defined.
36762         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
36763         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
36764         Add one more extra argument: a nanoseconds value.
36765         All uses changed.
36766         (ns): New macro.
36767         (my_strftime function): Add %N format.
36768         (emacs_strftimeu): Renamed from emacs_strftime,
36769         with extra ut argument.
36770
36771 2001-05-09  Paul Eggert  <eggert@twinsun.com>
36772
36773         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
36774
36775 2001-04-21  Jim Meyering  <meyering@lucent.com>
36776
36777         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
36778         doesn't interfere.
36779
36780 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
36781
36782         * m4/ftruncate.m4: Check for chsize.
36783         Link with ftruncate.o unconditionally if ftruncate is missing.
36784         This was required when cross-compiling to i586-mingw32msvc.
36785
36786 2001-04-08  Jim Meyering  <meyering@lucent.com>
36787
36788         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
36789         recomputed; that's necessary when the offset spans a DST transition.
36790         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
36791
36792 2001-04-02  Jim Meyering  <meyering@lucent.com>
36793
36794         * lib/regex.h, regex.c: Update from GNU libc.
36795
36796 2001-03-24  Jim Meyering  <meyering@lucent.com>
36797
36798         * m4/jm-macros.m4: Require autoconf-2.49d.
36799
36800 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
36801
36802         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
36803
36804 2001-03-19  Paul Eggert  <eggert@twinsun.com>
36805
36806         * lib/version-etc.c (version_etc_copyright): Update to 2001.
36807
36808 2001-03-17  Jim Meyering  <meyering@lucent.com>
36809
36810         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
36811         now that the version in autoconf is equivalent.
36812         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
36813
36814         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
36815         Suggestion from Akim Demaille.
36816
36817         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
36818         (jm_PREREQ_TEMPNAME): New function.
36819
36820 2001-03-16  Paul Eggert  <eggert@twinsun.com>
36821
36822         * lib/tempname.c (uint64_t): Define to uintmax_t if
36823         not defined, and if UINT64_MAX is not defined.
36824         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
36825         Reported by John David Anglin.
36826
36827 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
36828
36829         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
36830         resolve alias if codeset is empty.
36831         * lib/config.charset (BeOS): Use wildcard syntax.
36832
36833 2001-03-13  Jim Meyering  <meyering@lucent.com>
36834
36835         * lib/path-concat.c (path_concat)
36836         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
36837         concatenating e.g., `C:' and `foo'.
36838         From Bruno Haible.
36839
36840 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36841
36842         * lib/localcharset.c (locale_charset): Don't use
36843         setlocale(LC_CTYPE,NULL). Don't return NULL.
36844         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
36845
36846 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36847
36848         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
36849         support for DOS/DJGPP.
36850
36851 2001-03-01  Paul Eggert  <eggert@twinsun.com>
36852
36853         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
36854         lacks mkstemp.  Compile our own tempname.c if we compile our own
36855         mkstemp.c, as mkstemp relies on tempname.
36856
36857 2001-03-01  Jim Meyering  <meyering@lucent.com>
36858
36859         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
36860         AH_VERBATIM really does output its argument verbatim.
36861
36862 2001-02-28  Paul Eggert  <eggert@twinsun.com>
36863
36864         * lib/Makefile.am (libfetish_a_SOURCES):
36865         Add dup-safer.c, fopen-safer.c.
36866         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
36867
36868         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
36869         * lib/unistd-safer.h: New files.
36870
36871 2001-02-25  Paul Eggert  <eggert@twinsun.com>
36872
36873         The mkstemp replacement is taken from glibc 2.2.2, with some
36874         portability fixes for use outside glibc, as follows:
36875
36876         * lib/tempname.c (struct_stat64): New macro.
36877         (direxists, __gen_tempname): Use it.
36878         This avoids a portability problem with Solaris 8.
36879
36880         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
36881         (<stddef.h>, <stdint.h>, <string.h>):
36882         Include only if STDC_HEADERS || _LIBC.
36883         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
36884         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
36885         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
36886         (__set_errno): Define this macro if <errno.h> doesn't.
36887         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
36888         Define these macros if <stdio.h> doesn't.
36889         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
36890         Define these macros if <sys/stat.h>
36891         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
36892         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
36893         __xstat64): Define if not _LIBC.
36894         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
36895         (__gen_tempname): Invoke gettimeofday only if
36896         HAVE_GETTIMEOFDAY || _LIBC;
36897         otherwise, fall back on plain "time".
36898         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
36899
36900         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
36901
36902         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
36903
36904 2001-02-18  Paul Eggert  <eggert@twinsun.com>
36905
36906         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
36907
36908 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36909
36910         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
36911         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
36912         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
36913         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36914
36915 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36916
36917         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
36918         Remove workaround macros for hosts that have mbrtowc but not
36919         mbstate_t, as we now insist on proper declarations for both
36920         before using mbrtowc.
36921
36922 2001-02-17  Jim Meyering  <meyering@lucent.com>
36923
36924         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
36925         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
36926         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
36927         UnixWare 7.1.1.
36928
36929         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
36930         rather than AC_CACHE_VAL.
36931
36932 2001-02-17  Jim Meyering  <meyering@lucent.com>
36933
36934         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
36935         around included file name.
36936
36937         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
36938
36939         * lib/strftime.c: Update from GNU libc (the only changes were to
36940         comments).
36941
36942 2001-02-17  Jim Meyering  <meyering@lucent.com>
36943
36944         * lib/regex.c: Update from libc.
36945
36946 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
36947
36948         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
36949         clash.
36950
36951 2001-02-16  Paul Eggert  <eggert@twinsun.com>
36952
36953         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
36954         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
36955         Reported by Mark Hounschell via Paul Eggert.
36956
36957 2001-02-07  Jim Meyering  <meyering@lucent.com>
36958
36959         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
36960
36961 2001-02-05  Jim Meyering  <meyering@lucent.com>
36962
36963         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
36964         it includes the patch required for `large file' support with at least
36965         HP-UX's 10.20 /bin/cc.
36966
36967 2001-02-03  Jim Meyering  <meyering@lucent.com>
36968
36969         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
36970         AS_IF, now that it works once again (mysteriously).
36971         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36972
36973 2001-01-30  Jim Meyering  <meyering@lucent.com>
36974
36975         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
36976         * m4/chown.m4: Rename conftestchown to conftest.chown.
36977         * m4/rename.m4: s/conftestdir/conftest.d1/ and
36978         s/conftestdir2/conftest.d2/.
36979         * m4/utimes.m4: s/conftestdata/conftest.data/
36980         Inspired by Pavel Roskin's change in autoconf.
36981
36982 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
36983
36984         * lib/config.charset: Update for FreeBSD 4.2.
36985
36986 2001-01-27  Jim Meyering  <meyering@lucent.com>
36987
36988         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
36989         a use of AS_IF.
36990         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36991
36992 2001-01-26  Jim Meyering  <meyering@lucent.com>
36993
36994         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
36995         quotearg.c includes it.
36996
36997 2001-01-26  Jim Meyering  <meyering@lucent.com>
36998
36999         * lib/quotearg.c: Include stddef.h.
37000         * lib/quote.c: Include stddef.h.
37001         Reported by Axel Kittenberger.
37002
37003         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
37004         line in double quotes so that it evokes a better diagnostic.
37005         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
37006         Reported by Axel Kittenberger.
37007
37008 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
37009
37010         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
37011         as if it was a `charset'.
37012
37013 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37014
37015         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
37016         has const.
37017
37018 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37019
37020         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
37021         to avoid a warning.  Add back 'const' to inptr.
37022
37023 2001-01-20  Jim Meyering  <meyering@lucent.com>
37024
37025         Be sure that headers are checked before used in code compiled
37026         for the type checks.
37027         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
37028         In place of that, invoke jm_CHECK_ALL_TYPES.
37029         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
37030         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
37031         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
37032         The check for ssize_t was mistakenly run before the test for unistd.h.
37033
37034         The configure-time check for stdbool.h was missing.
37035         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
37036         (jm_PREREQ_HASH): New function.
37037
37038 2001-01-17  Jim Meyering  <meyering@lucent.com>
37039
37040         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
37041         for autoconf-2.49c.
37042         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
37043
37044 2001-01-16  Jim Meyering  <meyering@lucent.com>
37045
37046         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
37047         From Bruno Haible.
37048
37049 2001-01-14  Jim Meyering  <meyering@lucent.com>
37050
37051         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
37052         foo and bar.  Create conftestdir/ in the script, not in the C code.
37053         Remove directories in the script, not in the C code.
37054         Remove conftestdir{,2} before trying to create the directory.
37055         Make the entire configure script fail if the mkdir fails.
37056
37057 2001-01-14  Jim Meyering  <meyering@lucent.com>
37058
37059         * lib/rename.c: New file.  From Volker Borchert.
37060         Include stdlib.h, string.h or strings.h, and xalloc.h.
37061         Use strip_trailing_slashes rather than open-coding it.
37062
37063 2001-01-03  Paul Eggert  <eggert@twinsun.com>
37064
37065         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
37066
37067 2001-01-03  Jim Meyering  <meyering@lucent.com>
37068
37069         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
37070         of local `inptr' to avoid warning with some system declarations of
37071         iconv.
37072
37073 2001-01-02  Volker Borchert  <bt@teknon.de>
37074
37075         * m4/rename.m4: New file.
37076         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
37077
37078 2001-01-01  Jim Meyering  <meyering@lucent.com>
37079
37080         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
37081         even on systems with utmpx.h.  It's necessary for the declaration of
37082         utmp's ut_user member.  Reported by Andreas Jaeger.
37083
37084         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
37085         available. They are required for the declarations of getgrgid and
37086         getpwuid resp.
37087         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
37088         Reported by Andreas Jaeger.
37089
37090 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
37091
37092         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
37093         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
37094         so `make install' also works in VPATH builds.
37095
37096 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
37097
37098         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
37099         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
37100         can be used in subdirectories.
37101
37102 2000-12-29  Paul Eggert  <eggert@twinsun.com>
37103
37104         * lib/modechange.c: Do not assume that mode_t uses the
37105         traditional octal encoding.  E.g. "chmod 1 FOO" should set
37106         the other-execute bit of FOO even if S_IXOTH != 1.
37107
37108         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
37109         WOTH, XOTH, ALLM): New macros.
37110         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
37111          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
37112         Use them.
37113         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
37114         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
37115         (mode_compile):
37116         No need to use uintmax_t; unsigned long is long enough.
37117         Don't bother to get suffix since we don't use it.
37118
37119 2000-12-26  Jim Meyering  <meyering@lucent.com>
37120
37121         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
37122         better with autoheader.
37123
37124 2000-12-24  Jim Meyering  <meyering@lucent.com>
37125
37126         * lib/hash.c (is_prime): Return explicit boolean values.
37127         (hash_get_first): Return NULL to appease Irix5.6's 89.
37128         Reported by Nelson Beebe.
37129
37130 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
37131
37132         * lib/localcharset.c (locale_charset): Add support for Win32.
37133
37134 2000-12-18  Paul Eggert  <eggert@twinsun.com>
37135
37136         * lib/physmem.h, lib/physmem.c: New files.
37137
37138         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
37139         (noinst_HEADERS): Add physmem.h.
37140
37141         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
37142         't' for compatibility with Solaris 8 sort.
37143
37144 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
37145
37146         * lib/config.charset: Add support for BeOS.
37147
37148 2000-12-17  Jim Meyering  <meyering@lucent.com>
37149
37150         * m4/dos.m4 (jm_AC_DOS): New file and macro.
37151         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
37152
37153 2000-12-16  Jim Meyering  <meyering@lucent.com>
37154
37155         This bug had a serious impact on chown: `chown N:M FILE' (for integer
37156         N and M) would have treated it like `chown N:N FILE'.
37157
37158         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
37159
37160 2000-12-16  Jim Meyering  <meyering@lucent.com>
37161
37162         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
37163         SHELLS_FILE to a file name that's useful on djgpp systems.
37164         Include stdlib.h.
37165         (ADDITIONAL_DEFAULT_SHELLS): Define.
37166         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
37167         Based mostly on a patch from Prashant TR.
37168
37169 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
37170
37171         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
37172         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
37173         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
37174
37175 2000-12-08  Andreas Schwab  <schwab@suse.de>
37176
37177         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
37178         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
37179
37180 2000-12-07  Jim Meyering  <meyering@lucent.com>
37181
37182         * lib/stripslash.c (ISSLASH): Define.
37183         (strip_trailing_slashes): Use ISSLASH rather than comparing against
37184         `/'.
37185         From Prashant TR.
37186
37187         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
37188         (dir_name_r): Declare this function as static.
37189         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
37190         manifest itself on a name containing a mix of slashes and
37191         backslashes.
37192         Make this function work with names starting with a DOS-style
37193         drive letter and colon prefix.
37194         (dir_name): Append `.' if necessary.
37195         Based mostly on patches from Prashant TR and Eli Zaretskii.
37196
37197         * lib/dirname.h (dir_name_r): Remove prototype.
37198
37199 2000-12-06  Paul Eggert  <eggert@twinsun.com>
37200
37201         * m4/off_t-format.m4: Remove this file.
37202         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
37203
37204 2000-12-06  Jim Meyering  <meyering@lucent.com>
37205
37206         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
37207         replacement strtoull, we may well need the replacement strtoul, too.
37208         Check for declarations of strtoul and strtoull.
37209         Check for strtol.  Mainly as a cue to cause automake to include
37210         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
37211         Check for limits.h -- strtol.c needs it.
37212
37213 2000-12-05  Jim Meyering  <meyering@lucent.com>
37214
37215         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
37216
37217 2000-12-04  Jim Meyering  <meyering@lucent.com>
37218
37219         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
37220         Also include memory.h, stdlib.h, unistd.h if appropriate.
37221         Reported by Andreas Jaeger (conflicting declaration of malloc).
37222
37223 2000-12-02  Jim Meyering  <meyering@lucent.com>
37224
37225         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
37226         * m4/jm-macros.m4 (jm_MACROS): require it.
37227
37228 2000-12-02  Jim Meyering  <meyering@lucent.com>
37229
37230         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
37231
37232 2000-12-01  Paul Eggert  <eggert@twinsun.com>
37233
37234         * lib/memrchr.c: Include <config.h> before any system include file.
37235
37236 2000-11-30  Jim Meyering  <meyering@lucent.com>
37237
37238         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
37239
37240 2000-11-30  Jim Meyering  <meyering@lucent.com>
37241
37242         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
37243
37244 2000-11-29  Paul Eggert  <eggert@twinsun.com>
37245
37246         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
37247
37248 2000-11-26  Jim Meyering  <meyering@lucent.com>
37249
37250         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
37251
37252 2000-11-22  Paul Eggert  <eggert@twinsun.com>
37253
37254         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
37255         size of (size_t) -1; it's not portable.
37256
37257 2000-11-17  Jim Meyering  <meyering@lucent.com>
37258
37259         * lib/strstr.c: Update from GNU libc.
37260
37261 2000-11-17  Akim Demaille  <akim@epita.fr>
37262
37263         * lib/obstack.h: Formatting changes.
37264         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
37265         prevent type checking.
37266         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
37267         cast the value to (void *): assigning a `foo *' to a `void *'
37268         variable is valid.
37269         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
37270
37271 2000-11-16  Jim Meyering  <meyering@lucent.com>
37272
37273         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
37274
37275 2000-11-11  Jim Meyering  <meyering@lucent.com>
37276
37277         * lib/error.c: Add a couple #includes, merging from GNU libc version.
37278
37279 2000-11-10  Jim Meyering  <meyering@lucent.com>
37280
37281         * lib/obstack.h: Update from GNU libc.
37282         * lib/obstack.c: Likewise.
37283
37284 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
37285
37286         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
37287
37288 2000-11-06  Paul Eggert  <eggert@twinsun.com>
37289
37290         * lib/getusershell.c (setusershell): Use rewind rather than
37291         fseek/fseeko, to avoid configuration hassles with fseeko.
37292         Don't bother opening SHELLS_FILE if shellstream is NULL;
37293         it's not necessary.
37294
37295 2000-11-05  Jim Meyering  <meyering@lucent.com>
37296
37297         * lib/makepath.h (make_dir): Declare.
37298         * lib/makepath.c (make_dir): Remove `static' attribute.
37299         Tweak a comment.
37300
37301 2000-11-04  Jim Meyering  <meyering@lucent.com>
37302
37303         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
37304
37305 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
37306
37307         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
37308         last one in a bucket, advance to the next bucket.
37309
37310 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
37311
37312         * lib/fnmatch.c: Do not comment out all the code if we are using
37313         the GNU C library, because in some cases we are replacing buggy
37314         code in the GNU C library itself.
37315
37316 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
37317
37318         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
37319         (regex_compile): Catch bogus \(\1\).
37320
37321 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37322
37323         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
37324         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
37325         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
37326
37327 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37328
37329         * lib/error.h, getline.h, modechange.h:
37330         Remove "2000" from Copyright line, as the file hasn't been
37331         changed this year other than in the copyright notice.
37332
37333         * lib/xalloc.h: Add "2000" to Copyright line, as this file
37334         was changed this year.
37335
37336 2000-10-29  Jim Meyering  <meyering@lucent.com>
37337
37338         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
37339         renaming.
37340         * m4/ls-mntd-fs.m4: Likewise
37341
37342 2000-10-29  Jim Meyering  <meyering@lucent.com>
37343
37344         * lib/xstat.in: Fix grammar in comment.
37345
37346 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
37347
37348         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
37349         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
37350         doesn't define __restrict_arr.
37351
37352 2000-10-28  Jim Meyering  <meyering@lucent.com>
37353
37354         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
37355         (jm_PREREQ_MEMCHR): New function.
37356
37357 2000-10-28  Jim Meyering  <meyering@lucent.com>
37358
37359         * lib/memchr.c: Update from libc.
37360         Adjust for portability:
37361         [HAVE_STDLIB_H]: Include stdlib.h.
37362         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
37363         Undef __memchr, too.
37364         [!weak_alias]: Define __memchr to memchr.
37365
37366         * lib/regex.c: Update from libc.
37367         * lib/regex.h: Likewise.
37368         * lib/getopt1.c: Likewise.
37369         * lib/memcmp.c: Likewise.
37370
37371         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
37372         Avoid using fseek, when possible -- it's broken by design.
37373         Patch by Ulrich Drepper.
37374
37375 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
37376
37377         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
37378         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
37379         Giving in to popular pressure to shut up the compiler with casts.
37380
37381 2000-10-26  Jim Meyering  <meyering@lucent.com>
37382
37383         * lib/strftime.c: Update from libc.
37384
37385 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
37386
37387         * regex.c: More `unsigned char' -> `re_char' changes.
37388         Also change several `int' into `re_wchar_t'.
37389         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
37390         (PUSH_FAILURE_POINTER): Don't cast any more.
37391         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
37392         We want GCC to complain, since this piece of code makes
37393         re_match non-reentrant, which *should* be fixed.
37394         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
37395         (EXTEND_BUFFER): Use RETALLOC.
37396         (SET_LIST_BIT): Don't cast.
37397         (re_wchar_t): New type.
37398         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
37399         that those two functions will always properly return.
37400         (IMMEDIATE_QUIT_CHECK): Cast to void.
37401         (analyse_first): Use recursion rather than an explicit stack.
37402         (re_compile_fastmap): Can't fail anymore.
37403         (re_search_2): Don't check re_compile_fastmap for failure.
37404         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
37405         Now also sets the new value (passed in a new argument).
37406         (re_match_2_internal): Use it.
37407         Also, use a new var `reg' of type size_t when looping through regs
37408         rather than reuse the inappropriate `mcnt'.
37409
37410 2000-10-25  Jim Meyering  <meyering@lucent.com>
37411
37412         * lib/obstack.c: Update from libc.
37413
37414 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
37415
37416         * regex.c (regex_compile): Change the way of handling a range from
37417         a char less than 256 to a char not less than 256.
37418
37419 2000-10-24  Andrew Innes  <andrewi@gnu.org>
37420
37421         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
37422         NT-Emacs only.
37423         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
37424         so that re_search functions only quit when callers expect them to.
37425
37426 2000-10-23  Jim Meyering  <meyering@lucent.com>
37427
37428         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
37429         wrong.  That set_locale call must not have any side effects.
37430         From Paul Eggert.
37431
37432 2000-10-22  Jim Meyering  <meyering@lucent.com>
37433
37434         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
37435         [CYCLIC]: Remove now-unused definition.
37436
37437         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
37438         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
37439         Suggestion from Ulrich Drepper.
37440
37441 2000-10-21  Jim Meyering  <meyering@lucent.com>
37442
37443         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
37444         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
37445         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
37446
37447 2000-10-21  Jim Meyering  <meyering@lucent.com>
37448
37449         * lib/dirname.c (memrchr): Declare if necessary.
37450         (dir_name): Remove the restriction that there be no
37451         trailing slashes.  Now, this code skips past them, effectively
37452         ignoring them.
37453         [TEST_DIRNAME] (main): New unit tests.
37454
37455         * lib/memrchr.c: New file from GNU libc.
37456         Undef __memrchr, too.
37457         [!weak_alias]: Define __memrchr to memrchr.
37458         Guard weak_alias use with `#ifdef weak_alias'.
37459
37460 2000-10-21  Jim Meyering  <meyering@lucent.com>
37461
37462         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
37463         (dir_name): Use dir_name_r.
37464         * lib/dirname.h (dir_name_r): Declare it.
37465
37466 2000-10-17  Jim Meyering  <meyering@lucent.com>
37467
37468         * lib/quote.h (PARAMS): Define and use.
37469         Reported by Akim Demaille.
37470
37471         * lib/getopt.c: Update from libc.
37472
37473 2000-10-16  Jim Meyering  <meyering@lucent.com>
37474
37475         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
37476         setlocale.
37477         From Jan Fedak.
37478
37479 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
37480
37481         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
37482
37483 2000-09-25  Jim Meyering  <meyering@lucent.com>
37484
37485         * lib/md5.h (rol): Define (from GnuPG).
37486
37487         * lib/sha.c: Give credit (GnuPG) where due.
37488         (M): Use rol rather than open-coding it.
37489         Add a FIXME comment.
37490
37491 2000-09-21  Jim Meyering  <meyering@lucent.com>
37492
37493         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
37494         Reported by Michael Stone.
37495
37496 2000-09-20  Jim Meyering  <meyering@lucent.com>
37497
37498         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
37499         (noinst_HEADERS): Add sha.h.
37500         Based on code from Scott G. Miller and from GnuPG.
37501
37502 2000-09-18  Jim Meyering  <meyering@lucent.com>
37503
37504         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
37505         LIBS. Otherwise, everyone ends up linking with -lelf for some
37506         configurations.
37507         Reported by Mike Stone.
37508
37509 2000-09-15  Jim Meyering  <meyering@lucent.com>
37510
37511         * lib/regex.c: Update from libc.
37512
37513 2000-09-10  Jim Meyering  <meyering@lucent.com>
37514
37515         * lib/getopt.c (_getopt_internal): Update from glibc.
37516
37517 2000-09-09  Jim Meyering  <meyering@lucent.com>
37518
37519         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
37520         think it should be used as a general replacement for isascii.
37521         * lib/fnmatch.c: Likewise.
37522         * lib/mbswidth.c: Likewise
37523         * lib/regex.c: Likewise.
37524
37525         Don't use atoi.
37526         * lib/userspec.c: Include sys/param.h and limits.h.
37527         Include xstrtol.h.
37528         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37529         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
37530         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
37531         UID, GID.  Check range.
37532
37533 2000-09-06  Jim Meyering  <meyering@lucent.com>
37534
37535         * lib/getopt.c (_getopt_internal): Update from glibc.
37536
37537 2000-08-30  Jim Meyering  <meyering@lucent.com>
37538
37539         * lib/strftime.c: Merge in changes from GNU libc.
37540
37541 2000-08-26  Jim Meyering  <meyering@lucent.com>
37542
37543         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
37544         * m4/fpending.m4: New file.
37545
37546 2000-08-26  Jim Meyering  <meyering@lucent.com>
37547
37548         * lib/closeout.c: Include "__fpending.h".
37549         (close_stdout_status): Return right away if there's nothing to flush.
37550
37551         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
37552         * lib/__fpending.c: New file.
37553         * lib/__fpending.h: New file.
37554
37555 2000-08-20  Jim Meyering  <meyering@lucent.com>
37556
37557         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
37558         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
37559         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
37560
37561 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
37562
37563         Improve fileutils installation on systems where running
37564         programs (like install) can't be unlinked.
37565         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
37566         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
37567
37568 2000-08-07  Paul Eggert  <eggert@twinsun.com>
37569
37570         Standardize on "memory exhausted" instead of "Memory exhausted"
37571         or "virtual memory exhausted".
37572         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
37573         "virtual memory exhausted".
37574         * lib/same.c (same_name): Invoke xalloc_die instead of printing
37575         our own message.
37576         * lib/userspec.c (parse_user_spec): Likewise.
37577         * lib/bumpalloc.h: comment fix
37578         * lib/same.c, userspec.c: Include xalloc.h.
37579
37580         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
37581         not char *const and pointing to a constant array.
37582         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
37583         (xrealloc): Comment fix.
37584
37585         * lib/userspec.c (parse_user_spec):
37586         Don't translate a message until just before returning,
37587         to avoid unnecessary translation.
37588
37589 2000-08-07  Jim Meyering  <meyering@lucent.com>
37590
37591         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
37592         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
37593         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
37594         getgroups.c, gethostname.c, getopt.h, group-member.c,
37595         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
37596         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
37597         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
37598         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
37599         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
37600         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
37601         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
37602         yesno.c: Back out Copyright date changes for each file with no change
37603         this year.  This eases coordination with other programs using the same
37604         source code modules.  From Paul Eggert.
37605
37606 2000-08-06  Paul Eggert  <eggert@twinsun.com>
37607
37608         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
37609         not char, for compatibility with glibc 2.1.3 strftime.c.
37610
37611 2000-08-03  Greg McGary  <greg@mcgary.org>
37612
37613         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
37614         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
37615         (EXTEND_BUFFER): Use them.
37616
37617 2000-08-01  Jim Meyering  <meyering@lucent.com>
37618
37619         * lib/dirname.c (ISSLASH): Define.
37620         (BACKSLASH_IS_PATH_SEPARATOR): Define.
37621         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
37622         both `\' and `/' may be use as path separators.
37623         Based on a patch from Prashant TR.
37624
37625 2000-07-31  Paul Eggert  <eggert@twinsun.com>
37626
37627         * lib/quotearg.c (quotearg_n_options): Don't make the initial
37628         slot vector a constant, since it might get modified.
37629
37630 2000-07-31  Jim Meyering  <meyering@lucent.com>
37631
37632         * lib/xmalloc.c: Use `virtual memory exhausted', not
37633         `Memory exhausted'.
37634         * lib/obstack.c (print_and_abort): Likewise.
37635
37636 2000-07-30  Paul Eggert  <eggert@twinsun.com>
37637
37638         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
37639         buffer, so that the caller can always quote one small
37640         component of a "memory exhausted" message in slot 0.
37641         From a suggestion by Jim Meyering.
37642
37643 2000-07-30  Jim Meyering  <meyering@lucent.com>
37644
37645         * lib/makepath.c (make_path): Quote the other instance, too.
37646
37647         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
37648         (STATIC_BUF_SIZE): Define.
37649         (quotearg_n_options): Use only statically allocated storage when
37650         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
37651         than STATIC_BUF_SIZE.
37652
37653 2000-07-29  Jim Meyering  <meyering@lucent.com>
37654
37655         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
37656         * lib/dirname.c (dir_name): Likewise.
37657
37658         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
37659         `/'.
37660
37661         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
37662         (dir_name): Assert that there are no trailing slashes.
37663
37664 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
37665
37666         * lib/mbswidth.h (mbswidth): Add a flags argument.
37667         (mbswidth): New declaration.
37668         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
37669         * lib/mbswidth.c (mbswidth): Add a flags argument.
37670         (mbsnwidth): New function.
37671
37672 2000-07-24  Jim Meyering  <meyering@lucent.com>
37673
37674         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
37675
37676 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37677
37678         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
37679
37680 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37681
37682         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
37683         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
37684         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
37685         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
37686         invoke multibyte primitives.
37687
37688 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37689
37690         * lib/quotearg.c:
37691         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
37692         so that mbstate_t is always defined.
37693
37694         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
37695         be 1 in at least one GCC installation, and this configuration
37696         error is likely to be common.  Ignoring MB_LEN_MAX hurts
37697         performance on hosts that have mbrtowc but have only unibyte
37698         locales, but I assume these hosts are rare.
37699
37700 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37701
37702         * lib/mbswidth.c (_XOPEN_SOURCE):
37703         Don't define; this causes problems on Solaris 7.
37704         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
37705
37706 2000-07-23  Jim Meyering  <meyering@lucent.com>
37707
37708         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
37709         too: getgrgid, getpwuid, getuid.
37710
37711 2000-07-23  Jim Meyering  <meyering@lucent.com>
37712
37713         * lib/basename.c (base_name): Add an assertion.
37714
37715 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
37716
37717         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
37718         shadow its mbsinit function.
37719
37720 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
37721
37722         * lib/mbswidth.h: New file.
37723         * lib/mbswidth.c: New file.
37724         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
37725         (noinst_HEADERS): Add mbswidth.h.
37726
37727 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
37728
37729         * lib/config.charset: Add support for FreeBSD. Improve support for
37730         HP-UX and IRIX 6.
37731
37732 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
37733
37734         * m4/mbswidth.m4: New file.
37735         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
37736
37737 2000-07-15  Jim Meyering  <meyering@lucent.com>
37738
37739         * lib/makepath.c: Include quote.h.
37740         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
37741         corresponding argument in a `quote (...)' call.
37742         Give better diagnostics.
37743
37744         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
37745         (noinst_HEADERS): Add quote.h.
37746
37747         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
37748         from tar's src/misc.c.
37749         * lib/quote.h: New file.  Prototypes for same.
37750
37751 2000-07-14  Paul Eggert  <eggert@twinsun.com>
37752
37753         From a suggestion by Bruno Haible.
37754         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
37755         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
37756         to decide whether to define the BeOS workaround macro;
37757         this adjusts to the change to AC_MBSTATE_T.
37758
37759 2000-07-14  Jim Meyering  <meyering@lucent.com>
37760
37761         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
37762         jm_AC_TYPE_UINTMAX_T.
37763
37764 2000-07-13  Paul Eggert  <eggert@twinsun.com>
37765
37766         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
37767
37768         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
37769         quotearg_buffer_restyled): Add support for
37770         clocale_quoting_style.  Undo previous change to
37771         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
37772         and "{RIGHT QUOTATION MARK}" msgids.
37773
37774 2000-07-10  Paul Eggert  <eggert@twinsun.com>
37775
37776         From a suggestion by Bruno Haible.
37777         * m4/mbstate_t.m4 (AC_MBSTATE_T):
37778         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
37779         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
37780         and mbstate_t, to a single-part test that simply defines mbstate_t.
37781         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
37782         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
37783
37784 2000-07-10  Jim Meyering  <meyering@lucent.com>
37785
37786         * m4/strerror_r.m4: Mirror the correction made in autoconf.
37787
37788         * m4/gnu-source.m4: Output to confdefs.h directly.
37789         Suggestion from Akim Demaille.
37790
37791 2000-07-09  Paul Eggert  <eggert@twinsun.com>
37792
37793         The old behavior of quoting `like this' doesn't look good with
37794         newer, ISO-style fonts.  See:
37795         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
37796
37797         Instead, quote "like this" by default.  Let the translator
37798         tailor the locale-specific quoting behavior by providing
37799         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
37800
37801         * lib/quotearg.c (N_): New macro.
37802         (gettext_default): New function.
37803         (quotearg_buffer_restyled): Use
37804         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
37805         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
37806
37807 2000-07-09  Jim Meyering  <meyering@lucent.com>
37808
37809         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
37810         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
37811
37812         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
37813         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
37814
37815 2000-07-09  Jim Meyering  <meyering@lucent.com>
37816
37817         * lib/Most files: Update copyright dates to include 2000.
37818
37819 2000-07-08  Jim Meyering  <meyering@lucent.com>
37820
37821         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
37822         if not defined.
37823         (xgethostname): Remove now-unnecessary #ifdef.
37824         Move declaration of `err' into loop where it's used.
37825
37826 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37827         and Bruno Haible  <haible@clisp.cons.org>
37828
37829         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
37830         only if the test for an object-type mbstate_t fails.  This
37831         prevents us from mistakenly reporting that mbstate_t is a
37832         system object type after we "#define mbstate_t int" to work
37833         around its lack.
37834
37835 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37836         and Bruno Haible  <haible@clisp.cons.org>
37837
37838         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
37839
37840 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37841
37842         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
37843         to strerror_r.
37844         Include <ctype.h> for use of isalpha.
37845
37846 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37847
37848         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
37849         by allocating a larger buffer. Test the gethostname return value for
37850         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
37851         returns an error and ENAMETOOLONG isn't defined.
37852
37853 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37854
37855         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
37856         dimension.
37857
37858 2000-07-04  Jim Meyering  <meyering@lucent.com>
37859
37860         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
37861         of the deprecated AC_CHECKING.
37862
37863 2000-07-04  Jim Meyering  <meyering@lucent.com>
37864
37865         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
37866         Reported by Bruno Haible.
37867
37868 2000-07-04  Jim Meyering  <meyering@lucent.com>
37869
37870         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
37871         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
37872         lacks mbrtowc.
37873
37874 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37875
37876         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
37877         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
37878
37879 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37880         and Bruno Haible  <haible@clisp.cons.org>
37881
37882         * lib/quotearg.c (mbrtowc):
37883         Assign to *pwc, and return 1 only if result is nonzero.
37884         (iswprint): Use ISPRINT when substituting our own mbrtowc.
37885
37886 2000-07-03  Jim Meyering  <meyering@lucent.com>
37887
37888         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
37889
37890 2000-07-03  Jim Meyering  <meyering@lucent.com>
37891
37892         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
37893         This is necessary to get a definition of e.g., UTMP_FILE on
37894         HP-UX 10.20.
37895         From Bob Proulx.
37896
37897 2000-07-02  Jim Meyering  <meyering@lucent.com>
37898
37899         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
37900
37901         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
37902         AC_LIBOBJ(function_name).
37903         * m4/chown.m4: Likewise.
37904         * m4/fnmatch.m4: Likewise.
37905         * m4/ftruncate.m4: Likewise.
37906         * m4/getgroups.m4: Likewise.
37907         * m4/getline.m4: Likewise.
37908         * m4/group-member.m4: Likewise.
37909         * m4/jm-macros.m4: Likewise.
37910         * m4/lstat.m4: Likewise.
37911         * m4/malloc.m4: Likewise.
37912         * m4/memcmp.m4: Likewise.
37913         * m4/nanosleep.m4: Likewise.
37914         * m4/putenv.m4: Likewise.
37915         * m4/realloc.m4: Likewise.
37916         * m4/regex.m4: Likewise.
37917         * m4/stat.m4: Likewise.
37918         * m4/strftime.m4: Likewise.
37919
37920 2000-07-02  Jim Meyering  <meyering@lucent.com>
37921
37922         * lib/quotearg.c (mbstate_t): Don't define here.
37923
37924 2000-07-02  Jim Meyering  <meyering@lucent.com>
37925
37926         * lib/nanosleep.c (SIGCONT): Define if not already defined.
37927
37928 2000-07-01  Jim Meyering  <meyering@lucent.com>
37929
37930         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
37931
37932 2000-07-01  Jim Meyering  <meyering@lucent.com>
37933
37934         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
37935         problem.
37936
37937 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37938
37939         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
37940         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
37941
37942 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37943
37944         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
37945         per change in ../m4/ls-mntd-fs.m4.
37946         (read_filesystem_list): Ignore symbolic links.
37947
37948 2000-06-29  Jim Meyering  <meyering@lucent.com>
37949
37950         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
37951         for declaration of strcmp.
37952
37953         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
37954
37955         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
37956         Avoid warning by casting result to `char *' to remove `const'.
37957
37958 2000-06-28  Jim Meyering  <meyering@lucent.com>
37959
37960         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
37961         included by quotearg.c, for which we perform this test.  From
37962         Bruno Haible.
37963
37964 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37965
37966         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
37967         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
37968         <utmpx.h> exists, put readutmp.o into LIBOBJS.
37969
37970 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37971
37972         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
37973
37974 2000-06-26  Paul Eggert  <eggert@twinsun.com>
37975
37976         savedir now sets errno on failure and invokes xmalloc to get memory.
37977         Fix a couple of other minor bugs while we're at it.
37978
37979         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
37980         (NAMLEN): Remove macro.
37981         (malloc, realloc): Remove decls.
37982         (stpcpy): Likewise.
37983         ("xalloc.h"): Include.
37984         (NAME_SIZE_DEFAULT): New macro.
37985         (savedir): Use xmalloc / xrealloc to allocate memory.
37986         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
37987         Skip "" directory entries.
37988         Use strlen to calculate directory entry length, since the old method
37989         is rarely used these days and isn't worth supporting.
37990         Don't use a pointer after freeing it.
37991         Check for integer overflow when calculating allocation size.
37992         Use memcpy to copy entries, instead of stpcpy.
37993         Set errno properly when returning NULL.
37994         Check for readdir error.
37995
37996 2000-06-26  Jim Meyering  <meyering@lucent.com>
37997
37998         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
37999
38000 2000-06-25  Jim Meyering  <meyering@lucent.com>
38001
38002         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
38003         Linux header bug when _XOPEN_SOURCE is defined to 500.
38004
38005 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38006
38007         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
38008         deficiency.
38009
38010 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38011
38012         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
38013         Include xalloc.h.
38014         Don't include <stdlib.h>.  Don't declare malloc, realloc.
38015
38016 2000-06-24  Jim Meyering  <meyering@lucent.com>
38017
38018         * m4/strerror_r.m4: Revive this file -- to try out an experimental
38019         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
38020         for which strerror does return char*, but which lacks a conveniently
38021         accessible declaration of the function.  If the compile-test says
38022         strerror_r doesn't work, then resort to a `run'-test that works on
38023         BeOS and segfaults on DEC Unix.
38024
38025 2000-06-24  Jim Meyering  <meyering@lucent.com>
38026
38027         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
38028
38029 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38030
38031         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
38032         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
38033
38034 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38035
38036         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
38037         (mbrtowc, mbstate_t): Define substitutes if
38038         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
38039         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
38040         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
38041
38042 2000-06-23  Jim Meyering  <meyering@lucent.com>
38043
38044         * m4/afs.m4: Add missing AC_MSG_RESULT.
38045         Reported by Bruno Haible.
38046
38047         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
38048         Suggestion from Bruno Haible.
38049
38050 2000-06-23  Jim Meyering  <meyering@lucent.com>
38051
38052         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
38053
38054 2000-06-21  Jim Meyering  <meyering@lucent.com>
38055
38056         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
38057
38058 2000-06-21  Jim Meyering  <meyering@lucent.com>
38059
38060         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
38061         (noinst_HEADERS): Add getstr.h.
38062
38063         * lib/getline.c (getstr): Move into a separate file.
38064         * lib/getstr.c (getstr): New file, extracted from getline.c, with
38065         the following changes: new parameter, delim2; both delim[12]
38066         parameters have type `int', not `char'.  The latter would lose
38067         with 8-bit delimiters.
38068         * lib/getstr.h: New file.
38069
38070 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38071
38072         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
38073         than 1024, return a memory chunk of least possible size, instead
38074         of size PATH_MAX + 2. In the loop, increment the size proportionally.
38075         Use free/xmalloc instead of xrealloc to avoid copying for very long
38076         paths.
38077
38078 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38079
38080         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
38081         the empty string.
38082
38083 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38084
38085         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
38086         address, not strdup.  Include <stdlib.h> and don't declare free().
38087
38088 2000-06-19  Jim Meyering  <meyering@lucent.com>
38089
38090         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
38091
38092 2000-06-18  Jim Meyering  <meyering@lucent.com>
38093
38094         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
38095
38096         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
38097         `checking whether...' message to be consistent with that of the
38098         lstat test.
38099
38100 2000-06-18  Jim Meyering  <meyering@lucent.com>
38101
38102         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
38103         Besides, these days every porting target provides a mkdir function.
38104
38105         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
38106         needed. (this snippet comes from src/system.h).
38107
38108 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
38109
38110         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
38111
38112 2000-06-15  Paul Eggert  <eggert@twinsun.com>
38113
38114         * lib/human.c (adjust_value): New function.
38115         (human_readable_inexact): Apply rounding style even when
38116         printing approximate values.
38117
38118 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38119
38120         * lib/human.c (human_readable_inexact): Allow an input block
38121         size that is not a multiple of the output block size, and vice versa.
38122         Reported by Piergiorgio Sartor.
38123
38124 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38125
38126         * lib/getdate.y (get_date): Apply relative times after time
38127         zone indicator, not before.  Reported by Todd A. Jacobs.
38128
38129 2000-06-13  Jim Meyering  <meyering@lucent.com>
38130
38131         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
38132
38133         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
38134
38135 2000-06-12  Paul Eggert  <eggert@twinsun.com>
38136
38137         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
38138
38139 2000-06-12  Jim Meyering  <meyering@lucent.com>
38140
38141         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
38142         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
38143         optional argument.
38144         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
38145         the optional argument, `lib'.
38146
38147 2000-06-08  Jim Meyering  <meyering@lucent.com>
38148
38149         * m4/largefile.m4: Remove file (now that it's part of autoconf).
38150
38151 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38152
38153         Rewrite largefile configuration so that we don't need to run
38154         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
38155         AC_CANONICAL_HOST in configure.in -- jmm]
38156
38157         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
38158         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
38159         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
38160         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
38161         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
38162         All uses changed.
38163         Instead of inspecting the output of getconf, try to compile the
38164         test program without and with the macro definition.
38165         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
38166         for getconf.  Instead, check for the needed flags by compiling
38167         test programs.
38168
38169 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38170
38171         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
38172
38173 2000-06-04  Jim Meyering  <meyering@lucent.com>
38174
38175         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
38176         SunOS 4.1.4 for which gid_t is an unsigned type.
38177
38178 2000-06-03  Jim Meyering  <meyering@lucent.com>
38179
38180         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
38181         now that autoconf requires that.
38182
38183         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
38184         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
38185         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
38186
38187 2000-06-03  Jim Meyering  <meyering@lucent.com>
38188
38189         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
38190
38191 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38192
38193         * m4/glibc21.m4: New file.
38194         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
38195
38196 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38197
38198         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
38199         newer, don't install charset.alias.
38200         * lib/config.charset: Change the Linux/glibc rules so they become empty
38201         on glibc-2.1 or newer.
38202
38203 2000-06-02  Jim Meyering  <meyering@lucent.com>
38204
38205         * lib/mountlist.c: Back out last change.  Instead, do this...
38206         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
38207         me_dummy member using the same `ignore'-testing code.
38208         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
38209         fs_type strings.
38210         From Mark D. Roth.
38211
38212 2000-05-29  Jim Meyering  <meyering@lucent.com>
38213
38214         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
38215         mounts with the `ignore' attribute.  Based on a patch from
38216         Mark D. Roth.
38217
38218 2000-05-28  Jim Meyering  <meyering@lucent.com>
38219
38220         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
38221         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38222         * m4/stat.m4: Likewise.
38223         * m4/lstat.m4: Likewise.
38224         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
38225
38226         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
38227         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
38228
38229 2000-05-26  Jim Meyering  <meyering@lucent.com>
38230
38231         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
38232
38233 2000-05-24  Jim Meyering  <meyering@lucent.com>
38234
38235         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
38236         autoconf requires that.
38237         * m4/lib-check.m4: Likewise.
38238         * m4/jm-macros.m4: Likewise.
38239         * m4/strftime.m4: Likewise.
38240
38241         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
38242         AC_CHECK_DECLS, now that autoconf requires that.
38243
38244 2000-05-22  Jim Meyering  <meyering@lucent.com>
38245
38246         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38247         * m4/lstat.m4: Likewise.
38248
38249 2000-05-22  Jim Meyering  <meyering@lucent.com>
38250
38251         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
38252
38253 2000-05-20  Jim Meyering  <meyering@lucent.com>
38254
38255         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
38256         (jm_PREREQ): Use it.
38257
38258 2000-05-18  Jim Meyering  <meyering@lucent.com>
38259
38260         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
38261         back, too, since it may have been modified by allocate_entry.
38262         (hash_delete): Rewrite to use neither the assignment operator
38263         nor the comma operator in an if-expression.
38264
38265 2000-05-15  Paul Eggert  <eggert@twinsun.com>
38266
38267         * lib/closeout.c:
38268         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
38269         Remove; no longer needed.
38270         "quotearg.h": Add include.
38271         (file_name): Do not bother to explicitly initialize to NULL; it's less
38272         efficient on some hosts.
38273         (close_stdout_status): Remove test as to whether stdout was already
38274         closed; it breaks for the case "echo x | sort >&-".
38275         Quote file name colons.
38276         Do not assume that _("write error") lacks format strings.
38277
38278 2000-05-15  Jim Meyering  <meyering@lucent.com>
38279
38280         * lib/version-etc.c (version_etc_copyright): Update the copyright
38281         string used in all --version output.
38282
38283 2000-05-14  Jim Meyering  <meyering@lucent.com>
38284
38285         * lib/closeout.c (close_stdout_set_file_name): New function.
38286         (close_stdout_status): Use new file-scoped global.
38287         Return right away if fstat says the stdout file descriptor is invalid.
38288         * lib/closeout.h (close_stdout_set_file_name): Declare.
38289
38290 2000-05-10  Jim Meyering  <meyering@lucent.com>
38291
38292         * lib/closeout.c [default_exit_status]: New file-scoped variable.
38293         (close_stdout_set_status): New function.
38294         * lib/closeout.h (close_stdout_set_status): Declare.
38295
38296 2000-05-09  Jim Meyering  <meyering@lucent.com>
38297
38298         * m4/gettext.m4: Rename this...
38299         * m4/libintl.m4: ...to this.
38300
38301 2000-05-08  Jim Meyering  <meyering@lucent.com>
38302
38303         * lib/long-options.c: Don't include closeout.h.
38304         (parse_long_options): Don't call close_stdout for --version.
38305
38306 2000-05-06  Paul Eggert  <eggert@twinsun.com>
38307
38308         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
38309         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
38310         2.1.3 bug.  This avoids a clash when files like regex.c define
38311         _GNU_SOURCE.
38312
38313 2000-05-06  Jim Meyering  <meyering@lucent.com>
38314
38315         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
38316         (AC_REPLACE_FUNCS): Add strnlen.
38317
38318         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
38319         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
38320
38321         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
38322         AC_SEARCH_LIBS call for nanosleep.
38323         (LIB_NANOSLEEP): Set and AC_SUBST.
38324
38325 2000-05-06  Jim Meyering  <meyering@lucent.com>
38326
38327         * lib/strnlen.c: Undefine __strnlen and strnlen.
38328         [!weak_alias]: Define __strnlen to strnlen.
38329
38330         * lib/atexit.c: New file, from libiberty.
38331
38332 2000-05-06  Jim Meyering  <meyering@lucent.com>
38333
38334         * lib/closeout.c (close_stdout_status): Also check for errors on the
38335         stderr stream.
38336
38337 2000-05-05  Jim Meyering  <meyering@lucent.com>
38338
38339         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
38340         AC_SEARCH_LIBS call for clock_gettime.
38341         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
38342
38343         * m4/search-libs.m4: Update from autoconf.
38344
38345         su doesn't work on Solaris 2.6.
38346         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
38347         <shadow.h>.  Reported by Dragos Harabor.
38348
38349 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
38350
38351         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
38352         memcpy instead of xmalloc, xrealloc, path_concat.
38353         (locale_charset): Treat empty environment variables as absent.
38354         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
38355
38356 2000-05-04  Jim Meyering  <meyering@lucent.com>
38357
38358         * lib/getopt.c: Update from glibc.
38359         * lib/obstack.c: Likewise.
38360         * lib/obstack.h: Likewise.
38361         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
38362         file
38363
38364         * lib/regex.h: Likewise.
38365         * lib/strndup.c: Likewise.
38366         * lib/strnlen.c: New file, from glibc.
38367
38368 2000-05-03  Jim Meyering  <meyering@lucent.com>
38369
38370         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
38371
38372 2000-05-02  Paul Eggert  <eggert@twinsun.com>
38373
38374         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
38375         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
38376         compile-time test, rather than inspecting host and OS, to
38377         decide whether to define _LARGEFILE_SOURCE.
38378
38379 2000-05-01  Jim Meyering  <meyering@lucent.com>
38380
38381         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
38382
38383         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
38384         Based on a patch from Bruno Haible.
38385
38386 2000-05-01  Jim Meyering  <meyering@lucent.com>
38387
38388         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
38389
38390 2000-04-29  Jim Meyering  <meyering@lucent.com>
38391
38392         * lib/path-concat.c: Declare strdup only if it's not defined.
38393         * lib/canon-host.c: Likewise.
38394
38395 2000-04-28  Jim Meyering  <meyering@lucent.com>
38396
38397         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
38398         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
38399         is included first, then limits.h is included by locale.h by libintl.h.
38400         From John David Anglin.
38401
38402 2000-04-25  Jim Meyering  <meyering@lucent.com>
38403
38404         * lib/makepath.c (S_IRWXUGO): Define.
38405         (make_path): Always perform explicit chmod if MODE specifies any
38406         of the `special' permission bits.  Prompted by a bug report against
38407         install from Mate Wierdl and Joost van Baal.
38408
38409 2000-04-18  Jim Meyering  <meyering@lucent.com>
38410
38411         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
38412         (jm_PREREQ): Use it.
38413
38414 2000-04-18  Jim Meyering  <meyering@lucent.com>
38415
38416         * lib/README: New file.
38417
38418         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
38419         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
38420
38421 2000-04-17  Jim Meyering  <meyering@lucent.com>
38422
38423         Get it right :-)
38424         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
38425         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
38426         Suggestion from Akim Demaille.
38427
38428 2000-04-17  Jim Meyering  <meyering@lucent.com>
38429
38430         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
38431         the definition of it to rpl_strftime also defined-away the system's
38432         declaration.
38433
38434 2000-04-15  Jim Meyering  <meyering@lucent.com>
38435
38436         Use `C' to denote so-called `contiguous' files, the same way
38437         that tar does.
38438         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
38439         (ftypelet): Use S_ISCTG.
38440         From Michael Deutschmann.
38441
38442 2000-04-14  Jim Meyering  <meyering@lucent.com>
38443
38444         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
38445         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
38446         clobbered.
38447
38448 2000-04-14  Jim Meyering  <meyering@lucent.com>
38449
38450         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
38451
38452 2000-04-13  Jim Meyering  <meyering@lucent.com>
38453
38454         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
38455         AH_VERBATIM to insert required #ifndef into config.h.in.
38456         Suggestion from Akim Demaille.
38457
38458 2000-04-12  Jim Meyering  <meyering@lucent.com>
38459
38460         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
38461         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
38462         Christian Krackowizer.
38463
38464         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
38465         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
38466         (AC_SYS_LARGEFILE): Require.
38467         (AM_C_PROTOTYPES): Require.
38468
38469 2000-04-08  Jim Meyering  <meyering@lucent.com>
38470
38471         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
38472         names don't conflict.  Reported by Eli Zaretskii.
38473
38474 2000-04-07  Jim Meyering  <meyering@lucent.com>
38475
38476         * lib/putenv.c: Move inclusion of errno.h so it follows that of
38477         sys/types.h, to work around system header problems on AIX 3.2.5.
38478         From Bruno Haible.
38479
38480 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
38481
38482         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
38483         bug.  Deal with the different error behavior of Irix iconv.
38484
38485 2000-04-05  Paul Eggert  <eggert@twinsun.com>
38486
38487         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
38488         IRIX if the installer said otherwise.
38489
38490 2000-04-05  Jim Meyering  <meyering@lucent.com>
38491
38492         Portability tweaks required for ultrix4.3.
38493         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
38494         (jm_CHECK_DECLS): Add getutent to the list of functions.
38495         (_jm_DECL_HEADERS): Add utmpx.h.
38496         From John David Anglin.
38497
38498         * m4/strftime.m4: Back out the 2000-04-02 change.
38499         Instead of that change, simply undefine putenv in the test program.
38500
38501 2000-04-05  Jim Meyering  <meyering@lucent.com>
38502
38503         Portability tweaks required for ultrix4.3.
38504         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
38505         getutent.
38506         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
38507         * lib/canon-host.c: Declare strdup.
38508         * lib/path-concat.c: Likewise.
38509         From John David Anglin.
38510
38511 2000-04-04  Jim Meyering  <meyering@lucent.com>
38512
38513         Be more DOS 8.3-friendly.
38514         * lib/ref-add.sin: Renamed from ref-add.sed.in.
38515         * lib/ref-del.sin: Renamed from ref-del.sed.in.
38516         * lib/Makefile.am: Reflect renaming.
38517         Reported by Eli Zaretskii.
38518
38519         Use a temporary file name that won't clash with `charset.alias'
38520         in the DOS 8.3 name space.
38521         * lib/Makefile.am (charset_tmp): Define.
38522         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
38523         (uninstall-local): Likewise.
38524         Reported by Eli Zaretskii.
38525
38526 2000-04-03  Jim Meyering  <meyering@lucent.com>
38527
38528         * m4/gettext.m4: Fix typo in comment.
38529
38530         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
38531         textutils/configure.in).  Suggestion from Paul Eggert.
38532         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
38533
38534 2000-04-02  Paul Eggert  <eggert@twinsun.com>
38535
38536         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
38537         variable in the shell rather than using putenv, which isn't
38538         portable.  This avoids the configure-time inter-test dependency
38539         on the potentially-renamed putenv function.
38540
38541 2000-03-30  Paul Eggert  <eggert@twinsun.com>
38542
38543         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
38544         before checking struct stat.st_blksize, so that
38545         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
38546
38547 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38548
38549         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
38550         since strftime.c uses HAVE_STRFTIME to decide whether to use
38551         the underlying strftime.
38552
38553 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38554
38555         * lib/time/strftime.c (my_strftime): Make sure we call the system
38556         strftime, not ourselves, when invoking the underlying strftime.
38557
38558 2000-03-24  Jim Meyering  <meyering@lucent.com>
38559
38560         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
38561         (charset_alias): Define.
38562         (install-exec-local): Factor out common code.
38563         (uninstall-local): Split lines longer than 80.
38564         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
38565         (SUFFIXES): Define.
38566         (.sed.in.sed): New rule.  Don't redirect directly to $@.
38567         (CLEANFILES): Add ref-add.sed and ref-del.sed.
38568
38569 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
38570
38571         * lib/config.charset: Output a line containing "Packages using this
38572         file".
38573         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
38574         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
38575         ref-del.sed): New rules.
38576
38577 2000-03-17  Jim Meyering  <meyering@lucent.com>
38578
38579         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
38580         Otherwise, include <strings.h>
38581
38582 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
38583
38584         * lib/unicodeio.c (utf8_wctomb): New function.
38585         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
38586         format instead of in UCS-4 with platform dependent endianness.
38587
38588 2000-03-10  Jim Meyering  <meyering@lucent.com>
38589
38590         * m4/lib-check.m4: Look for getspnam in -lgen, too.
38591         From Marco Franzen.
38592
38593 2000-03-07  Paul Eggert  <eggert@twinsun.com>
38594
38595         * lib/savedir.c (savedir): Work even if directory size is
38596         negative; this can happen with some screwy NFS configurations.
38597
38598 2000-03-06  Jim Meyering  <meyering@lucent.com>
38599
38600         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
38601         if it's NULL (because we ran out of memory).  From Bruno Haible.
38602
38603 2000-03-05  Jim Meyering  <meyering@lucent.com>
38604
38605         * lib/localcharset.c ("path-concat.h"): Include.
38606         (get_charset_aliases): Use path_concat instead of ANSI string
38607         concatenation.
38608
38609         * lib/unicodeio.h (PARAMS): Define.
38610         Use it to guard prototype.
38611
38612 2000-03-04  Jim Meyering  <meyering@lucent.com>
38613
38614         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
38615         for lib/localcharset.c.
38616
38617 2000-03-04  Jim Meyering  <meyering@lucent.com>
38618
38619         * lib/Makefile.am (install-exec-local): Create $(libdir) before
38620         installing into it.
38621         (uninstall-local): Uncomment this rule so `make distcheck' works
38622         once again.
38623
38624         * lib/unicodeio.c (<errno.h>): Include it.
38625         (errno): Declare if not defined.
38626
38627         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
38628
38629         * lib/config.charset: New version, incorporating remarks from a linux
38630         i18n mailing list.  From Bruno Haible.
38631
38632 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
38633
38634         * m4/codeset.m4: New file.
38635         * m4/iconv.m4: New file.
38636         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
38637
38638 2000-03-03  Jim Meyering  <meyering@lucent.com>
38639
38640         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
38641
38642 2000-03-02  Jim Meyering  <meyering@lucent.com>
38643
38644         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
38645         the messages come out on separate lines.
38646
38647         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
38648         rather than jm_CHECK_DECLARATIONS.
38649         * m4/decl.m4: Remove now-unused file.
38650
38651         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
38652         geteuid.
38653
38654 2000-03-02  Jim Meyering  <meyering@lucent.com>
38655
38656         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
38657
38658 2000-03-01  Jim Meyering  <meyering@lucent.com>
38659
38660         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
38661         * lib/unicodeio.c: Likewise.
38662
38663 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
38664
38665         * lib/config.charset: New file.
38666         * lib/localcharset.c: New file.
38667         * lib/unicodeio.h, lib/unicodeio.c: New files.
38668         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
38669         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
38670         (noinst_HEADERS): Add unicodeio.h.
38671         (all-local, install-exec-local, charset.alias): New targets.
38672
38673 2000-02-28  Paul Eggert  <eggert@twinsun.com>
38674
38675         * lib/quotearg.c (ALERT_CHAR): New macro.
38676         (quotearg_buffer_restyled): Use it.
38677
38678 2000-02-27  Jim Meyering  <meyering@lucent.com>
38679
38680         * m4/check-decl.m4: Add getenv to the list.
38681
38682 2000-02-27  Jim Meyering  <meyering@lucent.com>
38683
38684         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
38685         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
38686
38687         * lib/backupfile.c: Guard inclusion of stdlib.h with
38688         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
38689         Declare malloc if needed.
38690
38691         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
38692         `#ifndef HAVE_DECL..'
38693         now that autoconf always defines the HAVE_DECL_ symbols.
38694         * lib/human.c: Likewise.
38695         * lib/same.c: Likewise.
38696         * lib/strtoumax.c: Likewise.
38697
38698         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
38699         declaration check was not run.
38700         * lib/hash.c: Likewise.
38701         * lib/human.c: Likewise.
38702         * lib/same.c: Likewise.
38703         * lib/strtoumax.c: Likewise.
38704
38705         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
38706         `.', then first look up the entire `.'-containing string as a login
38707         name.
38708
38709 2000-02-23  Jim Meyering  <meyering@lucent.com>
38710
38711         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
38712         in place of my hack.
38713
38714 2000-02-18  Paul Eggert  <eggert@twinsun.com>
38715
38716         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
38717         (textint): New typedef.
38718         (parser_control): Member year changed from int to textint.
38719         All uses changed.
38720         (YYSTYPE): Removed; replaced by %union with int and textint members.
38721         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
38722         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
38723         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
38724         (tSNUMBER, tUNUMBER): Now of type <textintval>.
38725         (date, number, to_year): Use width of number in digits, not its value,
38726         to determine whether it's a 2-digit year, or a 2-digit time.
38727         (yylex): Store number of digits of numeric tokens.
38728         Reported by John Kendall.
38729
38730         (parser_control): Changed from struct parser_control to typedef (for
38731         consistency).  All uses changed.
38732
38733         (tID): Removed; not used.
38734         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
38735
38736 2000-02-14  Paul Eggert  <eggert@twinsun.com>
38737
38738         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
38739         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
38740
38741 2000-02-12  Jim Meyering  <meyering@lucent.com>
38742
38743         * lib/userspec.c (ISDIGIT): Define it.
38744         (isdigit): Remove definition.
38745         (is_number): Use ISDIGIT, not isdigit.
38746         <libintl.h>: Include.
38747         (_ and N_): Define.
38748         (parse_user_spec): Mark translatable strings.
38749
38750 2000-02-10  Jim Meyering  <meyering@lucent.com>
38751
38752         With these changes, nanosleep.[ch] are finally enough like the other
38753         lib/* replacement files to compile on a few more losing systems.
38754
38755         * lib/nanosleep.h: Don't include config.h.
38756         Remove prototype from declaration of nanosleep.
38757         (PARAMS): Remove now-unneeded definition.
38758         * lib/nanosleep.c: #undef nanosleep.
38759         (rpl_nanosleep): Rename from nanosleep.
38760
38761 2000-02-10  Jim Meyering  <meyering@lucent.com>
38762
38763         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
38764         gnu_nanosleep to rpl_nanosleep.
38765
38766 2000-02-09  Jim Meyering  <meyering@lucent.com>
38767
38768         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
38769         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
38770
38771 2000-02-08  Akim Demaille  <akim@epita.fr>
38772
38773         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
38774         `[' and `]' and remove uses of `changequote'.
38775         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
38776         (AC_SYS_LARGEFILE): Likewise.
38777         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
38778         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
38779         of changequote.
38780         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
38781         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
38782         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
38783         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
38784
38785 2000-02-05  Jim Meyering  <meyering@lucent.com>
38786
38787         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
38788         Remove explicit use of AC_HEADER_TIME.  It is required by
38789         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
38790         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
38791         in autoconf whereby the expansion of the latter ended up preceding
38792         the expansion of its prerequisite, AC_HEADER_TIME.
38793         Reported by Volker Borchert.
38794
38795 2000-02-03  Jim Meyering  <meyering@lucent.com>
38796
38797         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
38798
38799 2000-02-03  Jim Meyering  <meyering@lucent.com>
38800
38801         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
38802         rather than with `#if HAVE_UTMPNAME'.
38803
38804 2000-02-02  Jim Meyering  <meyering@lucent.com>
38805
38806         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
38807         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
38808         Reported by Eli Zaretskii.
38809
38810 2000-02-01  Jim Meyering  <meyering@lucent.com>
38811
38812         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
38813
38814 2000-01-31  Jim Meyering  <meyering@lucent.com>
38815
38816         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
38817         functions.  Add the time.h and sys/time.h headers along with the
38818         AC_REQUIRE'ment of AC_HEADER_TIME.
38819
38820 2000-01-31  Jim Meyering  <meyering@lucent.com>
38821
38822         * lib/nanosleep.h (nanosleep): Guard declaration with
38823         `#if ! HAVE_DECL_NANOSLEEP'.
38824         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
38825         the declaration in that vendor's sys/timers.h.
38826         Reported by Christian Krackowizer.
38827
38828         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
38829         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
38830         (ISPRINT): Likewise.
38831         Reported by Tom Tromey.
38832
38833 2000-01-30  Jim Meyering  <meyering@lucent.com>
38834
38835         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
38836
38837         * m4/prereq.m4 (utmp_includes): Define.
38838         Check for ut_user and ut_name members in both struct utmpx
38839         and struct utmp.
38840
38841 2000-01-30  Jim Meyering  <meyering@lucent.com>
38842
38843         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
38844         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
38845         header files where only utmpx.ut_user is declared.
38846
38847         * lib/readutmp.h (UT_USER): Define.
38848
38849 2000-01-29  Jim Meyering  <meyering@lucent.com>
38850
38851         * m4/lib-check.m4: New file containing library-related checks from
38852         fileutils and sh-utils (textutils had none).
38853
38854 2000-01-28  Jim Meyering  <meyering@lucent.com>
38855
38856         * m4/perl.m4: Change format of warning message to look more like that
38857         from the missing script.  Suggestion from François Pinard.
38858
38859 2000-01-25  Jim Meyering  <meyering@lucent.com>
38860
38861         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
38862         well as time.h in the compile check.
38863         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
38864         Fix typo in cross-compiling case: s/yes/no/.
38865
38866 2000-01-23  Jim Meyering  <meyering@lucent.com>
38867
38868         * m4/jm-macros.m4: Move df-related tests here from
38869         fileutils/configure.in
38870
38871         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
38872         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
38873
38874         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
38875         s/space/ac_fsusage_space/.
38876         (jm_FILE_SYSTEM_USAGE): Take two parameters.
38877
38878         * m4/ftruncate.m4: New file (derived from part of
38879         fileutils/configure.in).
38880         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
38881         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
38882
38883         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
38884         AC_SUBST these here, rather than just in sh-util/configure.in, so
38885         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
38886         all the same.
38887         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
38888         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
38889         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
38890         (AC_SUBST(POW_LIBM)): Likewise.
38891         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
38892
38893 2000-01-23  Jim Meyering  <meyering@lucent.com>
38894
38895         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
38896         obstack.c.
38897
38898 2000-01-22  Jim Meyering  <meyering@lucent.com>
38899
38900         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
38901
38902         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
38903
38904         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
38905         configure.in
38906         (AC_CHECK_HEADERS): Likewise for sh-utils.
38907         (AC_CHECK_HEADERS): Likewise for textutils.
38908         Merge the three lists of headers.
38909
38910         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
38911         from fileutils' configure.in.
38912
38913         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
38914         code. Moved tests into their own function (_jm_DECL_HEADERS) in
38915         check-decl.m4.
38916
38917         * m4/check-decl.m4: Use #if rather than #ifdef.
38918         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
38919         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
38920         (_jm_DECL_HEADERS): Define new function.
38921         (jm_CHECK_DECLARATIONS): Require it.
38922
38923 2000-01-22  Jim Meyering  <meyering@lucent.com>
38924
38925         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
38926         [! HAVE_DECL_STRTOULL]: Declare strtoull.
38927         Required for some AIX systems.  Reported by Christian Krackowizer.
38928         [TESTING] (main): New function.
38929
38930         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
38931         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
38932         letters.
38933
38934         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
38935         iswprint.
38936
38937         * lib/strverscmp.c (ISDIGIT): Define.
38938         (strverscmp): Use ISDIGIT, not isdigit.
38939
38940 2000-01-19  Jim Meyering  <meyering@lucent.com>
38941
38942         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
38943         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
38944         defines `struct timespec' in <sys/time.h>
38945
38946         * m4/c-bs-a.m4: Remove uses of changequote altogether.
38947         Thanks to Akim for explaining.
38948
38949 2000-01-17  Paul Eggert  <eggert@twinsun.com>
38950
38951         * lib/nanosleep.c (nanosleep):
38952         Don't use SA_INTERRUPT to decide whether to call sigaction, as
38953         POSIX.1 doesn't require SA_INTERRUPT and some systems
38954         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
38955         it's been part of POSIX.1 since day 1 (in 1988).
38956
38957 2000-01-17  Jim Meyering  <meyering@lucent.com>
38958
38959         * lib/interlock: Remove unused file.  Reported by François Pinard.
38960
38961 2000-01-16  Paul Eggert  <eggert@twinsun.com>
38962
38963         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
38964         alert, backslash, formfeed, and vertical tab unnecessarily in
38965         shell quoting style.
38966
38967 2000-01-16  Jim Meyering  <meyering@lucent.com>
38968
38969         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
38970         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
38971         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
38972         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
38973
38974 2000-01-16  Jim Meyering  <meyering@lucent.com>
38975
38976         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
38977         because the latter didn't work.
38978
38979 2000-01-15  Jim Meyering  <meyering@lucent.com>
38980
38981         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
38982         (AC_REPLACE_FUNCS): Add memcpy and memset.
38983         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
38984         Add strpbrk.
38985         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
38986
38987 2000-01-12  Jim Meyering  <meyering@lucent.com>
38988
38989         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
38990         (jm_PREREQ): Use it.
38991         (jm_PREREQ_READUTMP): New macro.
38992         (jm_PREREQ): Use it.
38993
38994 2000-01-11  Paul Eggert  <eggert@twinsun.com>
38995
38996         Quote multibyte characters correctly.
38997         * m4/c-bs-a.m4: New file.
38998         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
38999         (jm_PREREQ): Use it.
39000
39001 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39002
39003         * m4/uintmax_t.m4: Port to autoconf 2.13.
39004
39005 2000-01-08  Jim Meyering  <meyering@ascend.com>
39006
39007         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
39008         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
39009
39010 2000-01-04  Jim Meyering  <meyering@ascend.com>
39011
39012         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
39013         jm_STRUCT_DIRENT_D_TYPE.
39014         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
39015         jm_STRUCT_DIRENT_D_INO.
39016         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
39017         jm_STRUCT_UTIMBUF.
39018         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
39019         renamings.
39020         * m4/utime.m4: Likewise.
39021
39022         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
39023         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
39024
39025 2000-01-03  Paul Eggert  <eggert@twinsun.com>
39026
39027         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
39028         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
39029
39030 2000-01-02  Jim Meyering  <meyering@ascend.com>
39031
39032         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
39033         remember if this is necessary.
39034
39035 1999-12-26  Jim Meyering  <meyering@ascend.com>
39036
39037         * m4/jm-macros.m4: Use it here.
39038         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
39039
39040 1999-12-23  Jim Meyering  <meyering@ascend.com>
39041
39042         * m4/jm-macros.m4: Check for clock_gettime (moved from
39043         fileutils/configure.in)
39044         Check for gettimeofday.
39045
39046 1999-12-20  Jim Meyering  <meyering@ascend.com>
39047
39048         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
39049         autoconf-2.14a-1999-12-20.
39050
39051 1999-12-19  Jim Meyering  <meyering@ascend.com>
39052
39053         * m4/lstat-slash.m4: New file.
39054         * m4/jm-macros.m4: Use the new macro:
39055         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39056
39057 1999-12-07  Jim Meyering  <meyering@ascend.com>
39058
39059         * m4/perl.m4: Require that File::Compare be available, too.
39060         Too many systems seem to lack it.
39061
39062         * m4/strftime.m4: Add checks for most of the cpp macros tested in
39063         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
39064
39065 1999-11-18  Paul Eggert  <eggert@twinsun.com>
39066
39067         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
39068         problem with the QNX 4.25 shell, which doesn't propagate exit
39069         status of failed commands inside shell assignments.
39070
39071 1999-11-17  Jim Meyering  <meyering@ascend.com>
39072
39073         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
39074
39075 1999-11-07  Jim Meyering  <meyering@ascend.com>
39076
39077         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
39078
39079 1999-11-06  Jim Meyering  <meyering@ascend.com>
39080
39081         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
39082         * m4/jm-macros.m4 (jm_MACROS): Use it here.
39083
39084 1999-11-05  Jim Meyering  <meyering@ascend.com>
39085
39086         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
39087         configure.in of textutils, fileutils, and sh-utils into this one
39088         (shared between those packages) file.
39089         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
39090         AC_STRUCT_ST_BLKSIZE.
39091
39092 1999-11-03  Jim Meyering  <meyering@ascend.com>
39093
39094         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
39095         of AC_CHECK_TYPE checks includes unistd.h.
39096         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
39097         Suggestion from Akim Demaille.
39098
39099 1999-10-30  Jim Meyering  <meyering@ascend.com>
39100
39101         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
39102         m4-quoted string.
39103         * m4/ls-mntd-fs.m4: Likewise.
39104         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
39105         * m4/jm-winsz1.m4: Likewise.
39106
39107         * m4/const.m4: Remove file, since the fix made it into the experimental
39108         version of autoconf.
39109         * m4/mktime.m4: Likewise.
39110
39111         * m4/check-type.m4: Remove file, now that the latest version of
39112         AC_CHECK_TYPE takes a third arg to specify additional #includes.
39113
39114         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
39115         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
39116         AC_CHECK_TYPE.
39117
39118 1999-10-04  Jim Meyering  <meyering@ascend.com>
39119
39120         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
39121
39122 1999-09-22  Paul Eggert  <eggert@twinsun.com>
39123
39124         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
39125         2.95.1 bug with HP-UX 10.20.
39126
39127 1999-09-17  Jim Meyering  <meyering@ascend.com>
39128
39129         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
39130         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
39131         due to missing strdup (against sh-utils-2.0).
39132
39133 1999-08-29  Jim Meyering  <meyering@ascend.com>
39134
39135         * m4/jm-macros.m4: Require jm_BISON.
39136         * m4/bison.m4: New file.
39137
39138 1999-08-17  Paul Eggert  <eggert@twinsun.com>
39139
39140         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
39141         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
39142
39143 1999-08-05  Jim Meyering  <meyering@ascend.com>
39144
39145         * m4/getline.m4: Rename test file from conftestdata to conftest.data
39146         to avoid conflicts with `conftest' on 8+3 filesystems.
39147         Suggestion from Eli Zaretskii.
39148
39149 1999-08-04  Jim Meyering  <meyering@ascend.com>
39150
39151         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
39152         fileutils and sh-utils (textutils's getline test was inadequate).
39153         (AM_FUNC_GETLINE): Run this test.
39154         (AC_CHECK_FUNCS): Check for getdelim.
39155         Reported by Bob Proulx.
39156
39157 1999-08-02  Jim Meyering  <meyering@ascend.com>
39158
39159         * m4/jm-macros.m4: Add a comment.
39160
39161 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39162
39163         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
39164         <inttypes.h> defines strtoumax as a macro (and not as a
39165         function).
39166
39167 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39168
39169         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
39170         that we can shift, multiply and divide unsigned long long
39171         values; Ultrix cc can't do it.
39172
39173 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39174
39175         * m4/mktime.m4: New file, which is a preview of what should appear
39176         in the next public autoconf release.
39177
39178 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39179
39180         * m4/lfs.m4: Remove this file.
39181         * m4/largefile.m4: New file.  It contains the old contents of
39182         lfs.m4, except that all names with prefix AC_LFS have been
39183         changed to use the prefix AC_SYS_LARGEFILE instead, to be
39184         compatible with future autoconf versions.  Also, some minor m4
39185         quoting problems have been fixed.
39186
39187 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39188
39189         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
39190         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
39191         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
39192         and simplify the shell code.
39193
39194 1999-08-01  Jim Meyering  <meyering@ascend.com>
39195
39196         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
39197         m4.
39198
39199 1999-07-20  Jim Meyering  <meyering@ascend.com>
39200
39201         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
39202
39203 1999-07-15  Jim Meyering  <meyering@ascend.com>
39204
39205         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
39206
39207 1999-05-22  Jim Meyering  <meyering@ascend.com>
39208
39209         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
39210
39211 1999-05-20  Jim Meyering  <meyering@ascend.com>
39212
39213         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
39214         Add a colon after each `then' in case $4 is empty.
39215
39216 1999-05-16  Jim Meyering  <meyering@ascend.com>
39217
39218         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
39219
39220 1999-05-10  Jim Meyering  <meyering@ascend.com>
39221
39222         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
39223
39224         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
39225         AC_FUNC_MKTIME.
39226
39227 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
39228
39229         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
39230
39231 1999-05-04  Paul Eggert  <eggert@twinsun.com>
39232
39233         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
39234         not CPPFLAGS, so that linking works correctly in IRIX.
39235
39236 1999-04-30  Paul Eggert  <eggert@twinsun.com>
39237
39238         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
39239
39240 1999-04-20  Paul Eggert  <eggert@twinsun.com>
39241
39242         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
39243         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
39244         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
39245         jm_AC_TYPE_UNSIGNED_LONG_LONG.
39246         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
39247
39248         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
39249
39250 1999-04-20  Jim Meyering  <meyering@ascend.com>
39251
39252         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
39253         AC_REPLACE xstroull if necessary.  From Paul Eggert.
39254         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
39255
39256 1999-04-18  Jim Meyering  <meyering@ascend.com>
39257
39258         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
39259         * m4/jm-macros.m4: Use it.
39260
39261 1999-04-06  Jim Meyering  <meyering@ascend.com>
39262
39263         * m4/strftime.m4: Remove test for %f.
39264
39265 1999-03-29  Jim Meyering  <meyering@ascend.com>
39266
39267         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
39268         superset of the AC_TYPE_* checks in the textutils, fileutils,
39269         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
39270         AC_TYPE_PID_T.
39271
39272 1999-03-28  Jim Meyering  <meyering@ascend.com>
39273
39274         * m4/jm-macros.m4: Define GNU_PACKAGE here.
39275         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
39276         replaced e.g., in the *.sh files of the sh-utils.
39277
39278 1999-03-20  Jim Meyering  <meyering@ascend.com>
39279
39280         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
39281         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
39282         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
39283
39284 1999-03-19  Jim Meyering  <meyering@ascend.com>
39285
39286         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
39287
39288 1999-03-12  Jim Meyering  <meyering@ascend.com>
39289
39290         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
39291
39292 1999-03-07  Jim Meyering  <meyering@ascend.com>
39293
39294         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
39295         declared.
39296
39297 1999-02-17  Jim Meyering  <meyering@ascend.com>
39298
39299         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
39300         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
39301
39302 1999-02-07  Jim Meyering  <meyering@ascend.com>
39303
39304         * m4/group-member.m4: New file -- extracted from sh-utils'
39305         configure.in.
39306
39307         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
39308         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
39309
39310 1999-02-06  Jim Meyering  <meyering@ascend.com>
39311
39312         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
39313         * m4/fnmatch.m4: Likewise.
39314         * m4/getgroups.m4: Likewise.
39315         * m4/lstat.m4: Likewise.
39316         * m4/malloc.m4: Likewise.
39317         * m4/putenv.m4: Likewise.
39318         * m4/realloc.m4: Likewise.
39319         * m4/regex.m4: Likewise.
39320         * m4/stat.m4: Likewise.
39321         * m4/strftime.m4: Likewise.
39322         Suggestion from Alain Magloire.
39323
39324         * m4/chown.m4: Use `.$ac_objext', not `.o'.
39325         * m4/fnmatch.m4: Likewise.
39326         * m4/getgroups.m4: Likewise.
39327         * m4/getline.m4: Likewise.
39328         * m4/lstat.m4: Likewise.
39329         * m4/malloc.m4: Likewise.
39330         * m4/memcmp.m4: Likewise.
39331         * m4/putenv.m4: Likewise.
39332         * m4/realloc.m4: Likewise.
39333         * m4/regex.m4: Likewise.
39334         * m4/stat.m4: Likewise.
39335         * m4/strftime.m4: Likewise.
39336         Suggestion from Alain Magloire.
39337
39338         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
39339         an argument.
39340
39341         * m4/regex.m4: Add a run-time Test for proper operation of
39342         re_compile_pattern.
39343
39344 1999-01-31  Jim Meyering  <meyering@ascend.com>
39345
39346         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
39347
39348 1999-01-30  Jim Meyering  <meyering@ascend.com>
39349
39350         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
39351
39352         * m4/jm-mktime.m4: Make this a wrapper around the official
39353         AM_FUNC_MKTIME rather than my private copy, now that the official one
39354         is up to date.
39355         * m4/mktime.m4: Remove file.
39356
39357         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
39358         * m4/uptime.m4: Likewise.
39359         * m4/uintmax_t.m4: Likewise.
39360
39361 1999-01-28  Jim Meyering  <meyering@ascend.com>
39362
39363         * m4/jm-macros.m4: Use jm_AFS.
39364         * m4/afs.m4: New file (from fileutils' configure.in).
39365
39366         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
39367         * m4/chown.m4: Likewise.
39368         * m4/d-ino.m4: Likewise.
39369         * m4/d-type.m4: Likewise.
39370         * m4/fnmatch.m4: Likewise.
39371         * m4/getgroups.m4: Likewise.
39372         * m4/gettext.m4: Likewise.
39373         * m4/jm-mktime.m4: Likewise.
39374         * m4/jm-winsz2.m4: Likewise.
39375         * m4/lcmessage.m4: Likewise.
39376         * m4/ls-mntd-fs.m4: Likewise.
39377         * m4/malloc.m4: Likewise.
39378         * m4/memcmp.m4: Likewise.
39379         * m4/putenv.m4: Likewise.
39380         * m4/realloc.m4: Likewise.
39381         * m4/st_mtim.m4: Likewise.
39382         * m4/strftime.m4: Likewise.
39383
39384 1999-01-16  Jim Meyering  <meyering@ascend.com>
39385
39386         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
39387         (ARGMATCH_DIE_DECL): Define.
39388
39389 1999-01-12  Jim Meyering  <meyering@ascend.com>
39390
39391         * m4/Makefile.am.in: Rewrite to avoid using fmt.
39392         Reported by Lars Hecking.
39393
39394 1999-01-10  Jim Meyering  <meyering@ascend.com>
39395
39396         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
39397         gross kludge.
39398         * m4/inttypes_h.m4: Likewise.
39399         * m4/lstat.m4: Likewise.
39400         * m4/malloc.m4: Likewise.
39401         * m4/readdir.m4: Likewise.
39402         * m4/realloc.m4: Likewise.
39403         * m4/st_dm_mode.m4: Likewise.
39404         * m4/stat.m4: Likewise.
39405         * m4/utimbuf.m4: Likewise.
39406         * m4/utimes.m4: Likewise.
39407
39408         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
39409         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
39410         comments in config.h.in are meaningful.
39411
39412         * m4/jm-macros.m4: Require autoconf-2.13 here.
39413
39414         * m4/regex.m4: By default, don't use the included regex.c on systems
39415         with glibc 2.  Suggestion from Uli Drepper.
39416
39417 1999-01-02  Jim Meyering  <meyering@ascend.com>
39418
39419         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
39420
39421 1998-12-18  Jim Meyering  <meyering@ascend.com>
39422
39423         * m4/Makefile.am.in (Makefile.am): Simplify rule.
39424         Based on a suggestion from Lars Hecking.
39425
39426 1998-11-16  Paul Eggert  <eggert@twinsun.com>
39427
39428         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
39429
39430 1998-11-16  Jim Meyering  <meyering@ascend.com>
39431
39432         * m4/lfs.m4: Double-quote the `uname...` expression.
39433
39434 1998-11-14  Jim Meyering  <meyering@ascend.com>
39435
39436         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
39437         * m4/stat.m4: Likewise.
39438
39439 1998-11-03  Jim Meyering  <meyering@ascend.com>
39440
39441         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
39442         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
39443
39444 1998-10-18  Jim Meyering  <meyering@ascend.com>
39445
39446         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
39447
39448 1998-10-17  Jim Meyering  <meyering@ascend.com>
39449
39450         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
39451         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
39452         calls for those previously hard-coded headers.  Instead, take a new
39453         parameter.
39454         (jm_CHECK_DECLARATIONS): Reflect interface change.
39455         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
39456         (jm_CHECK_DECL_LOCALTIME_R): New macro.
39457
39458         * m4/mktime.m4: Test for spring-forward gap before long-running test.
39459
39460 1998-10-14  Jim Meyering  <meyering@ascend.com>
39461
39462         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
39463         instead of "TZ=America/Vancouver".  From Paul Eggert.
39464
39465 1998-10-11  Jim Meyering  <meyering@ascend.com>
39466
39467         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
39468         This adds a test for a recently added compatibility fix for mktime.c.
39469         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
39470
39471 1998-09-27  Jim Meyering  <meyering@ascend.com>
39472
39473         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
39474
39475         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
39476         ../configure.in, including a change from Gordon Matzigkeit to allow
39477         cross-compiling for the Hurd.
39478
39479         * m4/glibc.m4: New file/macro to test for the GNU C Library
39480         versions 1 and 2.  From Gordon Matzigkeit.
39481         Indent.
39482
39483 1998-09-21  Jim Meyering  <meyering@ascend.com>
39484
39485         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
39486
39487 1998-08-18  Paul Eggert  <eggert@twinsun.com>
39488
39489         Port nanosecond-resolution times to UnixWare 2.1.2 and
39490         pedantic Solaris 2.6.
39491
39492         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
39493         AC_STRUCT_ST_MTIM.
39494         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
39495         Generate name of ns member, instead of just 1 or undef.
39496         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
39497
39498 1998-08-15  Jim Meyering  <meyering@ascend.com>
39499
39500         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
39501         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
39502         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
39503         instead of jm_TYPE_SSIZE_T.
39504
39505 1998-08-12  Jim Meyering  <meyering@ascend.com>
39506
39507         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
39508
39509 1998-08-02  Jim Meyering  <meyering@ascend.com>
39510
39511         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
39512         in acconfig.h manually.
39513
39514 1998-07-31  Paul Eggert  <eggert@twinsun.com>
39515
39516         * m4/st_mtim.m4: New file.
39517
39518 1998-07-28  Jim Meyering  <meyering@ascend.com>
39519
39520         * m4/utimes.m4: Undef stat.
39521
39522 1998-07-25  Jim Meyering  <meyering@ascend.com>
39523
39524         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
39525         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
39526
39527 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
39528
39529         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
39530         uid and gid actually remain unchanged.
39531
39532 1998-07-07  Jim Meyering  <meyering@ascend.com>
39533
39534         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
39535
39536 1998-07-04  Jim Meyering  <meyering@ascend.com>
39537
39538         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
39539         to prove that this macro can be used in packages without regex.c.
39540
39541 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
39542
39543         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
39544         is to be used.
39545
39546 1998-07-03  Jim Meyering  <meyering@ascend.com>
39547
39548         * m4/gettext.m4: Add -lintl if it's found to be necessary.
39549
39550         * m4/gettext.m4: New file -- from gettext-0.10.35.
39551         * m4/lcmessage.m4: Likewise.
39552         * m4/progtest.m4: Likewise.
39553
39554         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
39555         * m4/jm-macros.m4: Require the new macro.
39556
39557 1998-06-29  Jim Meyering  <meyering@ascend.com>
39558
39559         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
39560         for the definition of NGROUPS (used in a system header included
39561         by sys/mount.h).
39562
39563 1998-06-28  Jim Meyering  <meyering@ascend.com>
39564
39565         * m4/ls-mntd-fs.m4: New file.
39566         * m4/fstypename.m4: New file.
39567
39568         * m4/jm-macros.m4: Require the new macro.
39569         * m4/jm-glibc-io.m4: New file.
39570
39571 1998-05-19  Jim Meyering  <meyering@ascend.com>
39572
39573         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
39574         * m4/lchown.m4: New file.
39575
39576         * m4/Makefile.am.in: New file.
39577         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
39578
39579 1998-05-14  Jim Meyering  <meyering@ascend.com>
39580
39581         * m4/Makefile.am (EXTRA_DIST): Add them.
39582         * m4/jm-macros.m4: New file.
39583         * m4/utimbuf.m4: New file.
39584
39585 1998-05-12  Jim Meyering  <meyering@ascend.com>
39586
39587         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
39588
39589 1998-05-11  Jim Meyering  <meyering@ascend.com>
39590
39591         * m4/isc-posix.m4: New file.
39592
39593 1998-05-10  Jim Meyering  <meyering@ascend.com>
39594
39595         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
39596
39597 1998-05-09  Jim Meyering  <meyering@ascend.com>
39598
39599         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
39600         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
39601         with automake.
39602
39603         * m4/ssize_t.m4: New file.
39604         * m4/mktime.m4: Remove file -- the new automake has this now.
39605
39606 1998-04-26  Jim Meyering  <meyering@ascend.com>
39607
39608         * m4/assert.m4: New file.
39609         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
39610
39611 1998-04-05  Jim Meyering  <meyering@ascend.com>
39612
39613         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
39614         (jm_PREREQ): Use it here.
39615
39616 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
39617
39618         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
39619         in acconfig.h.
39620
39621 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
39622
39623         * m4/prereq.m4: New file.
39624         * m4/error.m4: New file.
39625         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
39626
39627 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
39628
39629         * m4/getline.m4: Don't set am_cv_func_working_getline before the
39630         cache-check for the same variable -- that defeated the purpose of
39631         the test; the test program was never run.  This was a problem only
39632         on systems with losing getline functions -- HP-UX 10.20 is one.
39633         Reported by Bjorn Helgaas.
39634
39635 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
39636
39637         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
39638
39639 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
39640
39641         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
39642
39643         * m4/const.m4: New file.  Use an initializer in this declaration
39644         typedef int charset[2]; const charset x;
39645         Reported by Bob Glickstein.
39646
39647 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
39648
39649         * m4/chown.m4: Fix reversed types on -1 args to chown.
39650         From Kaveh Ghazi.
39651
39652 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
39653
39654         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
39655         Add lseek and memchr.
39656
39657         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
39658         T.E.Dickey <dickey@clark.net> said that some older preprocessors
39659         have a 20-character limit on names.
39660
39661 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
39662
39663         * m4/inttypes_h.m4: New file.
39664         * m4/uintmax_t.m4: New file.
39665         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
39666
39667
39668         -----
39669
39670         Copyright (C) 1997-2008 Free Software Foundation, Inc.
39671
39672         Copying and distribution of this file, with or without
39673         modification, are permitted provided the copyright notice
39674         and this notice are preserved.