Avoid warning on EMX.
[pspp] / ChangeLog
1 2008-04-13  Bruno Haible  <bruno@clisp.org>
2
3         * lib/localcharset.c (OS2): Don't redefine if already defined.
4         Reported by Elbert Pol <e.pol@chello.nl>.
5
6 2008-04-13  Bruno Haible  <bruno@clisp.org>
7
8         * lib/binary-io.h [__EMX__]: Include <io.h>.
9         Reported by Elbert Pol <e.pol@chello.nl>.
10
11 2008-04-12  Bruno Haible  <bruno@clisp.org>
12
13         * lib/fpucw.h: Enable the definitions also for x86_64.
14         Needed for NetBSD/x86_64.
15         Reported by Thomas Klausner <tk@giga.or.at>.
16
17 2008-04-12  Bruno Haible  <bruno@clisp.org>
18
19         * tests/test-strtod.c: Include isnand.h.
20         (main): Use isnand instead of isnan.
21         Reported by Jim Meyering.
22
23 2008-04-12  Bruno Haible  <bruno@clisp.org>
24
25         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
27
28 2008-04-12  Jim Meyering  <meyering@redhat.com>
29
30         * m4/math_h.m4 (gl_MATH_H): Fix typos.
31
32 2008-04-12  Bruno Haible  <bruno@clisp.org>
33
34         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
35         Reported by Elbert Pol <e.pol@chello.nl>.
36
37 2008-04-12  Eric Blake  <ebb9@byu.net>
38
39         Work around Solaris 10 math.h bug.
40         * m4/math_h.m4 (gl_MATH_H): Check for bug.
41         (gl_MATH_H_DEFAULTS): Set up default.
42         * modules/math (Makefile.am): Replace new indicators.
43         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
44         * tests/test-math.c (main): Test this.
45         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
46         * doc/posix-headers/math.texi (math.h): Mention bug.
47         Reported by Nelson H. F. Beebe and Jim Meyering.
48
49 2008-04-11  Bruno Haible  <bruno@clisp.org>
50
51         Adapt to future versions of Apple GCC.
52         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
53         Reported by Peter O'Gorman <peter@pogma.com>.
54
55 2008-04-11  Bruno Haible  <bruno@clisp.org>
56
57         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
58
59 2008-04-11  Bruno Haible  <bruno@clisp.org>
60
61         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
62
63         * modules/getaddrinfo-tests (Makefile.am): Define
64         test_getaddrinfo_LDADD.
65
66 2008-04-11  Bruno Haible  <bruno@clisp.org>
67
68         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
69         (init): Fix syntax error.
70         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
71         is declared.
72
73 2008-04-11  Bruno Haible  <bruno@clisp.org>
74
75         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
76         * modules/glob (Depends-on): Add stdbool.
77
78 2008-04-11  Bruno Haible  <bruno@clisp.org>
79
80         * lib/trim.c: Include <string.h>.
81
82 2008-04-11  Eric Blake  <ebb9@byu.net>
83
84         Avoid compile failure on OS/2.
85         * lib/regex_internal.h (internal_function): Disable optimization
86         on OS/2 (__EMX__), where it caused compiler error.
87         Reported by Elbert Pol.
88
89 2008-04-11  Bruno Haible  <bruno@clisp.org>
90
91         Flush the standard error stream before aborting. Needed on mingw.
92         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
93         * tests/test-array_list.c (ASSERT): Likewise.
94         * tests/test-array_oset.c (ASSERT): Likewise.
95         * tests/test-avltree_list.c (ASSERT): Likewise.
96         * tests/test-avltree_oset.c (ASSERT): Likewise.
97         * tests/test-avltreehash_list.c (ASSERT): Likewise.
98         * tests/test-binary-io.c (ASSERT): Likewise.
99         * tests/test-byteswap.c (ASSERT): Likewise.
100         * tests/test-c-ctype.c (ASSERT): Likewise.
101         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
102         * tests/test-c-strcasestr.c (ASSERT): Likewise.
103         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
104         * tests/test-c-strstr.c (ASSERT): Likewise.
105         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
106         * tests/test-canonicalize.c (ASSERT): Likewise.
107         * tests/test-carray_list.c (ASSERT): Likewise.
108         * tests/test-ceilf1.c (ASSERT): Likewise.
109         * tests/test-ceilf2.c (ASSERT): Likewise.
110         * tests/test-ceill.c (ASSERT): Likewise.
111         * tests/test-count-one-bits.c (ASSERT): Likewise.
112         * tests/test-fbufmode.c (ASSERT): Likewise.
113         * tests/test-fflush2.c (ASSERT): Likewise.
114         * tests/test-floorf1.c (ASSERT): Likewise.
115         * tests/test-floorf2.c (ASSERT): Likewise.
116         * tests/test-floorl.c (ASSERT): Likewise.
117         * tests/test-fopen.c (ASSERT): Likewise.
118         * tests/test-fpending.c (ASSERT): Likewise.
119         * tests/test-fprintf-posix.c (ASSERT): Likewise.
120         * tests/test-fpurge.c (ASSERT): Likewise.
121         * tests/test-freadable.c (ASSERT): Likewise.
122         * tests/test-freadahead.c (ASSERT): Likewise.
123         * tests/test-freading.c (ASSERT): Likewise.
124         * tests/test-freadptr.c (ASSERT): Likewise.
125         * tests/test-freadptr2.c (ASSERT): Likewise.
126         * tests/test-freadseek.c (ASSERT): Likewise.
127         * tests/test-freopen.c (ASSERT): Likewise.
128         * tests/test-frexp.c (ASSERT): Likewise.
129         * tests/test-frexpl.c (ASSERT): Likewise.
130         * tests/test-fseek.c (ASSERT): Likewise.
131         * tests/test-fseeko.c (ASSERT): Likewise.
132         * tests/test-fstrcmp.c (ASSERT): Likewise.
133         * tests/test-ftell.c (ASSERT): Likewise.
134         * tests/test-ftello.c (ASSERT): Likewise.
135         * tests/test-func.c (ASSERT): Likewise.
136         * tests/test-fwritable.c (ASSERT): Likewise.
137         * tests/test-fwriting.c (ASSERT): Likewise.
138         * tests/test-getdelim.c (ASSERT): Likewise.
139         * tests/test-getline.c (ASSERT): Likewise.
140         * tests/test-i-ring.c (ASSERT): Likewise.
141         * tests/test-iconv-utf.c (ASSERT): Likewise.
142         * tests/test-iconv.c (ASSERT): Likewise.
143         * tests/test-isfinite.c (ASSERT): Likewise.
144         * tests/test-isnand.c (ASSERT): Likewise.
145         * tests/test-isnanf.c (ASSERT): Likewise.
146         * tests/test-isnanl.h (ASSERT): Likewise.
147         * tests/test-ldexpl.c (ASSERT): Likewise.
148         * tests/test-linked_list.c (ASSERT): Likewise.
149         * tests/test-linkedhash_list.c (ASSERT): Likewise.
150         * tests/test-localename.c (ASSERT): Likewise.
151         * tests/test-lseek.c (ASSERT): Likewise.
152         * tests/test-mbscasecmp.c (ASSERT): Likewise.
153         * tests/test-mbscasestr1.c (ASSERT): Likewise.
154         * tests/test-mbscasestr2.c (ASSERT): Likewise.
155         * tests/test-mbscasestr3.c (ASSERT): Likewise.
156         * tests/test-mbscasestr4.c (ASSERT): Likewise.
157         * tests/test-mbschr.c (ASSERT): Likewise.
158         * tests/test-mbscspn.c (ASSERT): Likewise.
159         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
160         * tests/test-mbspbrk.c (ASSERT): Likewise.
161         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
162         * tests/test-mbsrchr.c (ASSERT): Likewise.
163         * tests/test-mbsspn.c (ASSERT): Likewise.
164         * tests/test-mbsstr1.c (ASSERT): Likewise.
165         * tests/test-mbsstr2.c (ASSERT): Likewise.
166         * tests/test-mbsstr3.c (ASSERT): Likewise.
167         * tests/test-memchr2.c (ASSERT): Likewise.
168         * tests/test-memmem.c (ASSERT): Likewise.
169         * tests/test-open.c (ASSERT): Likewise.
170         * tests/test-printf-frexp.c (ASSERT): Likewise.
171         * tests/test-printf-frexpl.c (ASSERT): Likewise.
172         * tests/test-printf-posix.c (ASSERT): Likewise.
173         * tests/test-quotearg.c (ASSERT): Likewise.
174         * tests/test-rbtree_list.c (ASSERT): Likewise.
175         * tests/test-rbtree_oset.c (ASSERT): Likewise.
176         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
177         * tests/test-round1.c (ASSERT): Likewise.
178         * tests/test-roundf1.c (ASSERT): Likewise.
179         * tests/test-roundl.c (ASSERT): Likewise.
180         * tests/test-signbit.c (ASSERT): Likewise.
181         * tests/test-sleep.c (ASSERT): Likewise.
182         * tests/test-snprintf-posix.c (ASSERT): Likewise.
183         * tests/test-snprintf.c (ASSERT): Likewise.
184         * tests/test-sprintf-posix.c (ASSERT): Likewise.
185         * tests/test-stat-time.c (ASSERT): Likewise.
186         * tests/test-strcasestr.c (ASSERT): Likewise.
187         * tests/test-strerror.c (ASSERT): Likewise.
188         * tests/test-striconv.c (ASSERT): Likewise.
189         * tests/test-striconveh.c (ASSERT): Likewise.
190         * tests/test-striconveha.c (ASSERT): Likewise.
191         * tests/test-strsignal.c (ASSERT): Likewise.
192         * tests/test-strstr.c (ASSERT): Likewise.
193         * tests/test-strtod.c (ASSERT): Likewise.
194         * tests/test-trunc1.c (ASSERT): Likewise.
195         * tests/test-trunc2.c (ASSERT): Likewise.
196         * tests/test-truncf1.c (ASSERT): Likewise.
197         * tests/test-truncf2.c (ASSERT): Likewise.
198         * tests/test-truncl.c (ASSERT): Likewise.
199         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
200         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
201         * tests/test-vasnprintf.c (ASSERT): Likewise.
202         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
203         * tests/test-vasprintf.c (ASSERT): Likewise.
204         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
205         * tests/test-vprintf-posix.c (ASSERT): Likewise.
206         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
207         * tests/test-vsnprintf.c (ASSERT): Likewise.
208         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
209         * tests/test-wcwidth.c (ASSERT): Likewise.
210         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
211         * tests/test-xprintf-posix.c (ASSERT): Likewise.
212         * tests/test-xvasprintf.c (ASSERT): Likewise.
213         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
214         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
215         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
216         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
217         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
218         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
219         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
220         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
221         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
222         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
223         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
224         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
225         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
226         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
227         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
228         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
229         * tests/unictype/test-block_list.c (ASSERT): Likewise.
230         * tests/unictype/test-block_of.c (ASSERT): Likewise.
231         * tests/unictype/test-block_test.c (ASSERT): Likewise.
232         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
233         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
234         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
235         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
236         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
237         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
238         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
239         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
240         * tests/unictype/test-combining.c (ASSERT): Likewise.
241         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
242         * tests/unictype/test-digit.c (ASSERT): Likewise.
243         * tests/unictype/test-mirror.c (ASSERT): Likewise.
244         * tests/unictype/test-numeric.c (ASSERT): Likewise.
245         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
246         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
247         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
248         * tests/unictype/test-scripts.c (ASSERT): Likewise.
249         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
250         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
251         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
252         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
253         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
254         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
255         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
256         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
257         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
258         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
259         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
260         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
261         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
262         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
263         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
264         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
265         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
266         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
267         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
268         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
269         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
270         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
271         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
272         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
273         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
274         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
275         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
276         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
277         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
278         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
279         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
280         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
281         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
282         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
283         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
284         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
285         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
286         Reported by Eric Blake.
287
288 2008-04-11  Bruno Haible  <bruno@clisp.org>
289
290         * lib/wchar.in.h: Tweak comment.
291
292 2008-04-11  Bruno Haible  <bruno@clisp.org>
293
294         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
295         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
296         gl_COMMON.
297         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
298
299 2008-04-11  Bruno Haible  <bruno@clisp.org>
300
301         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
302
303 2008-04-11  Simon Josefsson  <simon@josefsson.org>
304
305         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
306         of attempting to use non-existing /dev/*random.  Based on patch
307         from Adam Strzelecki <ono@java.pl> in
308         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
309
310 2008-04-08  Bruno Haible  <bruno@clisp.org>
311
312         Add tentative support for emx+gcc.
313         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
314         * lib/fpurge.c (fpurge): Likewise.
315         * lib/freadable.c (freadable): Likewise.
316         * lib/freadahead.c (freadahead): Likewise.
317         * lib/freading.c (freading): Likewise.
318         * lib/freadptr.c (freadptr): Likewise.
319         * lib/freadseek.c (freadptrinc): Likewise.
320         * lib/fseeko.c (rpl_fseeko): Likewise.
321         * lib/fseterr.c (fseterr): Likewise.
322         * lib/fwritable.c (fwritable): Likewise.
323         * lib/fwriting.c (fwriting): Likewise.
324         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
325
326 2008-04-09  Eric Blake  <ebb9@byu.net>
327
328         Avoid some autoconf warnings.
329         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
330         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
331         * m4/afs.m4 (gl_AFS): Likewise.
332         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
333         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
334         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
335         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
336         (gl_INTEGER_TYPE_SUFFIX): Likewise.
337         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
338         (AC_CHECK_DECLS_ONCE): Likewise.
339         Rename file...
340         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
341         gnulib-tool requires autoconf 2.59 or better.
342         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
343
344 2008-04-08  Eric Blake  <ebb9@byu.net>
345
346         Use 'git describe --match' if present (added in git 1.5.5).
347         * build-aux/git-version-gen: Limit result to tags that match 'v*'
348         if possible.
349
350 2008-04-08  Bruno Haible  <bruno@clisp.org>
351
352         Add tentative support for OpenServer.
353         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
354         _ptr, _cnt.
355         * lib/fpurge.c (fpurge): Likewise.
356         * lib/freadable.c (freadable): Likewise.
357         * lib/freadahead.c (freadahead): Likewise.
358         * lib/freading.c (freading): Likewise.
359         * lib/freadptr.c (freadptr): Likewise.
360         * lib/freadseek.c (freadptrinc): Likewise.
361         * lib/fseeko.c (rpl_fseeko): Likewise.
362         * lib/fseterr.c (fseterr): Likewise.
363         * lib/fwritable.c (fwritable): Likewise.
364         * lib/fwriting.c (fwriting): Likewise.
365         Reported by Roger Cornelius <rac@tenzing.org> and
366         Brian K. White <brian@aljex.com>.
367
368 2008-04-06  Jim Meyering  <meyering@redhat.com>
369
370         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
371
372 2008-04-06  Bruno Haible  <bruno@clisp.org>
373
374         Avoid possible error with non-ASCII bytes in UTF-8 locales.
375         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
376         * tests/test-printf-posix.sh: Likewise.
377         * tests/test-vfprintf-posix.sh: Likewise.
378         * tests/test-vprintf-posix.sh: Likewise.
379         * tests/test-xprintf-posix.sh: Likewise.
380
381 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
382
383         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
384         hide error from 'ls', needed on OS/2.
385         Report by Elbert Pol <elbert.pol@gmail.com>.
386
387 2008-04-04  Eric Blake  <ebb9@byu.net>
388
389         Make test-fseeko.c failures meaningful.
390         * tests/test-fseeko.c: Print line number on failure.
391         * tests/test-fseek.c: Likewise.
392         Reported by Nelson H. F. Beebe.
393
394         Improve strtod bug detection check.
395         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
396         required for Solaris 10.
397         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
398
399 2008-04-04  Bruno Haible  <bruno@clisp.org>
400
401         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
402         by m4/setenv.m4.
403
404 2008-04-03  Eric Blake  <ebb9@byu.net>
405
406         Ensure sane .version contents.
407         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
408         version string.
409         * build-aux/git-version-gen: Improve documentation.
410
411         Make GNU make output nicer.
412         * top/GNUmakefile [!_have-Makefile]: Add dependency on
413         MAKECMDGOALS to enforce message for all command line targets.  Set
414         srcdir for use in maint.mk.
415
416         Another maintainer tweak.
417         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
418         a target that regenerates version.
419
420 2008-04-03  Jim Meyering  <meyering@redhat.com>
421
422         vc-list-files: don't cause coreutils "make po-check" failure
423         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
424
425 2008-04-03  Eric Blake  <ebb9@byu.net>
426
427         Allow VPATH usage of vc-list-files.
428         * build-aux/vc-list-files (scriptversion): Add timestamp.
429         (options): Add --help, --version, -C.
430         (CVS): Support installed cvsu.
431
432 2008-04-02  Bruno Haible  <bruno@clisp.org>
433
434         Avoid some "statement with no effect" warnings from gcc.
435         * tests/test-wctype.c (main): Explicitly ignore unused values.
436         Reported by Jim Meyering.
437
438 2008-04-02  Jim Meyering  <meyering@redhat.com>
439
440         Avoid some warnings from "gcc -Wshadow".
441         * tests/test-frexp.c (exp): Define to a different identifier.
442         * tests/test-frexpl.c (exp): Likewise.
443
444 2008-04-03  Jim Meyering  <meyering@redhat.com>
445
446         bootstrap: remove dangling *.[ch] symlinks from lib
447         * build-aux/bootstrap [dangling symlink removal]: Move find's
448         -depth option to precede all others, to avoid a warning.
449         Remove *.[ch] files too, and from "$source_base" (usually lib/).
450
451 2008-04-02  Bruno Haible  <bruno@clisp.org>
452
453         Avoid some warnings from "gcc -Wshadow".
454         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
455         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
456         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
457         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
458         Reported by Jim Meyering.
459
460 2008-04-01  Bruno Haible  <bruno@clisp.org>
461
462         Fix test to work on IRIX 6.5 with cc.
463         * tests/test-math.c (numeric_equal): New function.
464         (main): Use it.
465
466 2008-04-01  Bruno Haible  <bruno@clisp.org>
467
468         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
469
470 2008-04-01  Bruno Haible  <bruno@clisp.org>
471
472         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
473         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
474         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
475         (Depends-on): Remove math.
476
477         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
478         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
479         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
480         (Depends-on): Remove math.
481
482         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
483         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
484         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
485         (Depends-on): Remove math.
486         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
487         (Depends-on): Remove math.
488
489         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
490         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
491         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
492         (Depends-on): Remove math.
493         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
494         (Depends-on): Remove math.
495
496         * tests/test-round1.c: Include nan.h.
497         (main): Use NaNd instead of NAN.
498         * modules/round-tests (Files): Add tests/nan.h.
499
500         * tests/test-trunc1.c: Include nan.h.
501         (main): Use NaNd instead of NAN.
502         * modules/trunc-tests (Files): Add tests/nan.h.
503
504         * tests/test-roundf1.c: Include nan.h.
505         (main): Use NaNf instead of NAN.
506         * modules/roundf-tests (Files): Add tests/nan.h.
507
508         * tests/test-truncf1.c: Include nan.h.
509         (main): Use NaNf instead of NAN.
510         * modules/truncf-tests (Files): Add tests/nan.h.
511
512         * tests/test-ceilf1.c: Include nan.h.
513         (main): Use NaNf instead of NAN.
514         * modules/ceilf-tests (Files): Add tests/nan.h.
515
516         * tests/test-floorf1.c: Include nan.h.
517         (main): Use NaNf instead of NAN.
518         * modules/floorf-tests (Files): Add tests/nan.h.
519
520         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
521         (main): Use NaNf instead of NAN.
522         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
523
524         * tests/test-isnand.c: Include nan.h instead of <math.h>.
525         (main): Use NaNd instead of NAN.
526         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
527
528         * tests/test-frexp.c: Include nan.h.
529         (main): Use NaNd instead of NAN.
530         * modules/frexp-tests (Files): Add tests/nan.h.
531
532         * lib/isnan.c: Don't include <math.h>.
533         (FUNC): Don't use NAN macro.
534         * modules/isnand-nolibm (Depends-on): Remove math.
535         * modules/isnanf-nolibm (Depends-on): Remove math.
536         * modules/isnanl (Depends-on): Remove math.
537         * modules/isnanl-nolibm (Depends-on): Remove math.
538
539         * tests/nan.h: New file.
540
541 2008-04-01  Eric Blake  <ebb9@byu.net>
542
543         Fix typos.
544         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
545         values to be the right type.
546
547         For now, cater to gnulib strtod inaccuracies.
548         * tests/test-strtod.c (main): Allow 1-ulp error on expected
549         fractional results.  While not as nice from a QoI perspective, it
550         is a quicker patch than correctly implementing decimal to binary
551         rounding.
552
553 2008-03-31  Eric Blake  <ebb9@byu.net>
554
555         Guarantee a definition of NAN.
556         * lib/math.in.h (NAN): Define if missing.
557         * tests/test-math.c (main): Test it.
558         * doc/posix-headers/math.texi (math.h): Document this.
559         * lib/isnan.c (rpl_isnand): Use it.
560         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
561         * tests/test-floorf1.c (NaN): Likewise.
562         * tests/test-frexp.c (NaN): Likewise.
563         * tests/test-isnand.c (NaN): Likewise.
564         * tests/test-isnanf.c (NaN): Likewise.
565         * tests/test-round1.c (NaN): Likewise.
566         * tests/test-roundf1.c (NaN): Likewise.
567         * tests/test-snprintf-posix.h (NaN): Likewise.
568         * tests/test-sprintf-posix.h (NaN): Likewise.
569         * tests/test-trunc1.c (NaN): Likewise.
570         * tests/test-truncf1.c (NaN): Likewise.
571         * tests/test-vasnprintf-posix.c (NaN): Likewise.
572         * tests/test-vasprintf-posix.c (NaN): Likewise.
573         * modules/isnand-nolibm (Depends-on): Add math.
574         * modules/isnanf-nolibm (Depends-on): Likewise.
575         * modules/isnanl (Depends-on): Likewise.
576         * modules/isnanl-nolibm (Depends-on): Likewise.
577         * modules/snprintf-posix-tests (Depends-on): Likewise.
578         * modules/sprintf-posix-tests (Depends-on): Likewise.
579         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
580         * modules/vsprintf-posix-tests (Depends-on): Likewise.
581         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
582         * modules/vasprintf-posix-tests (Depends-on): Likewise.
583
584 2008-03-31  Bruno Haible  <bruno@clisp.org>
585
586         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
587         * doc/posix-functions/strtod.texi: Likewise.
588
589 2008-03-31  Bruno Haible  <bruno@clisp.org>
590
591         * tests/test-strtod.c (main): Don't use C99 syntax.
592
593 2008-03-31  Bruno Haible  <bruno@clisp.org>
594
595         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
596         Reported by Eric Blake.
597
598 2008-03-31  Jim Meyering  <meyering@redhat.com>
599
600         Don't compare actual signbit return values.
601         * tests/test-strtod.c (main): Rather, compare only their
602         zero/non-zero nature.
603
604 2008-03-31  Eric Blake  <ebb9@byu.net>
605
606         More strtod documentation.
607         * doc/posix-functions/strtod.texi (strtod): Interpret more test
608         failures as distinct bugs.
609
610 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
611
612         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
613         Problem reported by Erik Benada in
614         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
615
616 2008-03-30  Bruno Haible  <bruno@clisp.org>
617
618         * tests/test-strtod.c: Add comments about which assertion fails on which
619         platform.
620         * doc/posix-functions/strtod.texi: Add info about many more platforms.
621
622 2008-03-30  Eric Blake  <ebb9@byu.net>
623
624         Test signbit behavior on zeros.
625         * tests/test-signbit.c (test_signbitf): Add tests for zero.
626         (test_signbitd, test_signbitl): Likewise.
627
628         More strtod touchups.
629         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
630         sign of negative underflow, for now.  Use .5, not .1.
631         * doc/posix-functions/strtod.texi (strtod): Mention these
632         limitations.
633         Reported by Jim Meyering.
634
635 2008-03-30  Bruno Haible  <bruno@clisp.org>
636
637         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
638         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
639
640 2008-03-30  Bruno Haible  <bruno@clisp.org>
641
642         Avoid failure when attempting to return empty iconv results on some
643         platforms.
644         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
645         allocation, don't report ENOMEM when the resulting string is empty.
646
647 2008-03-30  Bruno Haible  <bruno@clisp.org>
648
649         Fix buffer overrun.
650         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
651         Don't consider the width for tmp_length. Check count against tmp_length
652         before doing the padding. Ensure enough allocation during padding.
653
654 2008-03-30  Eric Blake  <ebb9@byu.net>
655
656         strtod touchups.
657         * lib/strtod.c (strtod): Avoid compiler warnings.
658         Reported by Jim Meyering.
659
660 2008-03-30  Bruno Haible  <bruno@clisp.org>
661
662         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
663         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
664         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
665         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
666         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
667         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
668         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
669         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
670
671         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
672         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
673         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
674         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
675         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
676         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
677         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
678         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
679
680         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
681         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
682         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
683         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
684         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
685         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
686         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
687         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
688
689         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
690         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
691
692         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
693         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
694
695         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
696         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
697
698         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
699         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
700         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
701
702         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
703         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
704         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
705
706         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
707         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
708         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
709
710         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
711         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
712         * modules/vasprintf (Depends-on): Add EOVERFLOW.
713
714         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
715         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
716         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
717         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
718         (Depends-on): Add EOVERFLOW.
719         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
720         (Depends-on): Add EOVERFLOW.
721         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
722         (Depends-on): Add EOVERFLOW.
723         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
724         (Depends-on): Add EOVERFLOW.
725         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
726         (Depends-on): Add EOVERFLOW.
727         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
728         (Depends-on): Add EOVERFLOW.
729         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
730         (Depends-on): Add EOVERFLOW.
731         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
732         (Depends-on): Add EOVERFLOW.
733
734         * lib/sprintf.c (EOVERFLOW): Remove fallback.
735         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
736         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
737
738         * lib/snprintf.c (EOVERFLOW): Remove fallback.
739         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
740         * modules/snprintf (Depends-on): Add EOVERFLOW.
741
742         * lib/poll.c (EOVERFLOW): Remove fallback.
743         * modules/poll (Depends-on): Add EOVERFLOW.
744
745         * lib/getugroups.c (EOVERFLOW): Remove fallback.
746         * modules/getugroups (Depends-on): Add EOVERFLOW.
747
748         * lib/getdelim.c (EOVERFLOW): Remove fallback.
749         * modules/getdelim (Depends-on): Add EOVERFLOW.
750
751         * lib/ftell.c (EOVERFLOW): Remove fallback.
752         * modules/ftell (Depends-on): Add EOVERFLOW.
753
754         * lib/fprintf.c (EOVERFLOW): Remove fallback.
755         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
756         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
757
758         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
759
760         * modules/EOVERFLOW-tests: New file.
761         * tests/test-EOVERFLOW.c: New file.
762
763         * modules/EOVERFLOW: New file.
764         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
765
766 2008-03-30  Bruno Haible  <bruno@clisp.org>
767
768         Fix bug introduced on 2007-06-10.
769         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
770         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
771
772 2008-03-30  Bruno Haible  <bruno@clisp.org>
773
774         Improve freadseek's efficiency after ungetc.
775         * lib/freadseek.c: Include freadahead.h.
776         (freadptrinc): New function, extracted from freadseek.
777         (freadseek): Use it in a loop. Use freadahead to determine the number
778         of loop iterations.
779         * modules/freadseek (Depends-on): Add freadahead.
780         (configure.ac): Require AC_C_INLINE.
781
782 2008-03-30  Bruno Haible  <bruno@clisp.org>
783
784         * lib/freadseek.c (freadseek): Don't ignore the return value of
785         freadptr.
786
787 2008-03-29  Eric Blake  <ebb9@byu.net>
788
789         Add hex float support.
790         * modules/strtod (Depends-on): Add c-ctype.
791         (Link): Mention POW_LIB.
792         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
793         whitespace between 'e' and exponent.
794         * tests/test-strtod.c (main): Enable hex float tests.
795         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
796         now provides.
797
798         Document various strtod bugs, with some fixes.
799         * doc/posix-functions/strtod.texi (strtod): Document bugs with
800         "-0x", "inf", "nan", and hex constants.
801         * doc/posix-functions/atof.texi (atof): Likewise.
802         * modules/stdlib (Makefile.am): Support strtod.
803         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
804         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
805         detect additional strtod bugs.
806         * lib/stdlib.in.h (rpl_strtod): Add declarations.
807         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
808         bool where appropriate.  Parse 'inf' and 'nan'.
809         * tests/test-strtod.c: New file.
810         * modules/strtod (Depends-on): Add stdbool, stdlib.
811         (configure.ac): Turn on module indicator.
812         * modules/strtod-tests: New module.
813
814 2008-03-29  Eric Blake  <ebb9@byu.net>
815
816         Fix ftell on mingw.
817         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
818         * modules/ftell-tests (Depends-on): Add binary-io.
819         * modules/ftello-tests (Depends-on): Likewise.
820         * tests/test-ftell.c (main): Enhance test to cover behavior after
821         ungetc.  Enforce binary mode.
822         * tests/test-ftello.c (main): Likewise.
823
824         Pass test-freadseek on cygwin.
825         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
826         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
827         ungetc buffer.
828
829         * tests/test-fflush2.c (main): Fix typo.
830
831 2008-03-29  Bruno Haible  <bruno@clisp.org>
832
833         * tests/test-fflush2.c (main): Temporarily disable the contents of
834         this test.
835         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
836         Reported by Eric Blake.
837
838 2008-03-28  Simon Josefsson  <simon@josefsson.org>
839
840         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
841         (GC_SHA224_DIGEST_SIZE): Add.
842
843         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
844         (gc_hash_digest_length): Likewise.
845         (gc_hash_buffer): Likewise.
846
847 2008-03-25  Bruno Haible  <bruno@clisp.org>
848
849         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
850         detail which gettext release to use.
851         Reported by Simon Josefsson.
852
853 2008-03-26  Jim Meyering  <meyering@redhat.com>
854
855         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
856         * modules/gnumakefile (clean-GNUmakefile): Also, use
857         test ... && ... || : syntax rather than if-then ... fi.
858
859         gnumakefile: Don't double-quote-expand $(VPATH) value.
860         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
861
862 2008-03-24  Eric Blake  <ebb9@byu.net>
863
864         Alter GNUmakefile to install into top directory.
865         * modules/maintainer-makefile: Split, and add dependency...
866         * modules/gnumakefile: to this new module.
867         * build-aux/GNUmakefile: Move...
868         * top/GNUmakefile: ...here.
869         * build-aux/maint.mk: Move...
870         * top/maint.mk: ...here.
871         * MODULES.html.sh (Support for maintaining...): Document new
872         module.
873
874 2008-03-23  Bruno Haible  <bruno@clisp.org>
875
876         * gnulib-tool: New options --vc-files, --no-vc-files.
877         (func_usage): Document them.
878         (vc_files): New variable.
879         (func_import): Consider vc_files.
880         (func_create_testdir): Set vc_files to empty.
881         Suggested by Jim Meyering and Karl Berry.
882
883 2008-03-23  Bruno Haible  <bruno@clisp.org>
884
885         Fix regex compilation error on HP-UX 11.
886         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
887         * modules/regex (Files): Add m4/mbstate_t.m4.
888         Reported by Ton Voon <ton.voon@altinity.com>.
889
890 2008-03-23  Bruno Haible  <bruno@clisp.org>
891
892         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
893
894 2008-03-23  Eric Blake  <ebb9@byu.net>
895             Bruno Haible  <bruno@clisp.org>
896
897         Install files from top/ in the destination directory.
898         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
899         augmentation also for the files from top/.
900         (func_import, func_create_testdir): Rewrite file names:
901         top/filename -> filename.
902
903 2008-03-23  Bruno Haible  <bruno@clisp.org>
904
905         Tweak "gnulib --version" output.
906         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
907
908 2008-03-23  Bruno Haible  <bruno@clisp.org>
909
910         Tweak "gnulib --version" output.
911         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
912         rather than contents of ChangeLog, when possible.
913
914 2008-03-21  Eric Blake  <ebb9@byu.net>
915
916         More --version tweaks.
917         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
918         date of last ChangeLog entry.
919
920 2008-03-21  Jim Meyering  <meyering@redhat.com>
921
922         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
923
924 2008-03-20  Eric Blake  <ebb9@byu.net>
925
926         VPATH fix.
927         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
928
929 2008-03-20  Simon Josefsson  <simon@josefsson.org>
930
931         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
932         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
933
934 2008-03-20  Eric Blake  <ebb9@byu.net>
935
936         Sync GNUmakefile with coreutils.
937         * build-aux/GNUmakefile (have-Makefile): Rename...
938         (_have-Makefile): ...to this, for namespace consideration.
939         (GNUmakefile.cfg): Include, if present.
940         (_autoreconf): Define a default.
941         (_is-dist-target): New rule for rebuilds to pick up intra-release
942         version.
943         (maint-cfg.mk): Rename...
944         (cfg.mk): ...to this.
945
946 2008-03-18  Jim Meyering  <meyering@redhat.com>
947
948         New script and module: mktempd
949         * MODULES.html.sh (maint+release support): Add mktempd.
950         * build-aux/mktempd: New file.
951         * modules/mktempd: New file.
952
953 2008-03-15  Jim Meyering  <meyering@redhat.com>
954
955         Undo last change.
956         * lib/sha1.c, lib/md5.c: 63 != ~63.
957         Reported by Andreas Schwab.
958
959         sha1.c, md5.c: Hoist a redundant expression.
960         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
961         "ctx->buflen" only once, before calling *_process_block.
962         * lib/md5.c (md5_process_bytes): Likewise.
963
964 2008-03-14  Eric Blake  <ebb9@byu.net>
965
966         Bump copyright year in files generated by gnulib-tool.
967         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
968         gnulib-tool, rather than hard-coding it.
969
970         Fix 'gnulib-tool --version' output to work with git.
971         * gnulib-tool (func_gnulib_dir): New function, extracted from...
972         (startup): ...here.
973         (func_version): Use it to invoke git-version-gen, rather than
974         relying on CVS keyword expansion.  Modernize wording.
975         (cvsdatestamp, last_checkin_date, version): Kill unused
976         variables.
977
978 2008-03-12  Jim Meyering  <meyering@redhat.com>
979
980         Recognize optional cast of the argument to free.
981         * build-aux/useless-if-before-free: Update regexps.
982
983         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
984
985 2008-03-11  Bruno Haible  <bruno@clisp.org>
986
987         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
988         by a single package.
989         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
990         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
991         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
992         Reported by Sam Steingold <sds@gnu.org>.
993
994 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
995
996         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
997         repositories.
998
999 2008-03-11  Bruno Haible  <bruno@clisp.org>
1000
1001         Avoid conflicts between local macro definitions.
1002         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1003         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
1004
1005 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
1006             Bruno Haible  <bruno@clisp.org>
1007
1008         Make va_copy work with some version of xlc on AIX 5.1.
1009         * lib/stdarg.in.h: New file.
1010         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
1011         On AIX, use a <stdarg.h> file substitute.
1012         * modules/stdarg (Files): Add lib/stdarg.in.h.
1013         (Depends-on): Add include_next.
1014         (Makefile.am): Build a stdarg.h substitute if requested.
1015         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
1016
1017 2008-03-10  Bruno Haible  <bruno@clisp.org>
1018
1019         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
1020         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1021         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1022
1023 2008-03-10  Bruno Haible  <bruno@clisp.org>
1024
1025         * modules/stdlib (Depends-on): Add include_next, remove
1026         absolute-header.
1027
1028 2008-03-09  Bruno Haible  <bruno@clisp.org>
1029
1030         * lib/freadahead.h (freadahead): Document more precisely.
1031         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
1032         the sum of both buffer sizes.
1033         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
1034         * NEWS: Document the change.
1035
1036 2008-03-09  Bruno Haible  <bruno@clisp.org>
1037
1038         Extend freadptr to return also the buffer size.
1039         * lib/freadptr.h (freadptr): Add sizep argument.
1040         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
1041         (freadptr): Add sizep argument. Determine buffer size like freadahead
1042         does.
1043         * tests/test-freadptr.c: Don't include freadahead.h.
1044         (main): Adapt for new calling convention of freadptr.
1045         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
1046         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
1047         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
1048         tests/test-freadptr2.sh.
1049         (Depends): Remove freadahead.
1050         (TESTS): Add test-freadptr2.sh.
1051         (check_PROGRAMS): Add test-freadptr2.
1052
1053 2008-03-09  Bruno Haible  <bruno@clisp.org>
1054
1055         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
1056         Report and solution by Simon Josefsson.
1057
1058 2008-03-06  Bruno Haible  <bruno@clisp.org>
1059
1060         Make fflush after ungetc work on BSD platforms.
1061         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
1062         * tests/test-fflush2.c: New file.
1063         * tests/test-fflush2.sh: New file.
1064         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
1065         tests/test-fflush2.c.
1066         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
1067         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
1068
1069 2008-03-06  Eric Blake  <ebb9@byu.net>
1070
1071         Likewise for ftello.
1072         * modules/ftello (Dependencies): Add extensions.
1073         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
1074
1075 2008-03-06  Bruno Haible  <bruno@clisp.org>
1076
1077         * modules/fseeko (Dependencies): Add extensions.
1078         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
1079         Needed on glibc systems.
1080
1081 2008-03-06  Bruno Haible  <bruno@clisp.org>
1082
1083         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
1084         email address.
1085         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1086
1087 2008-03-06  Bruno Haible  <bruno@clisp.org>
1088
1089         * users.txt: Add libgnupdf.
1090
1091 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1092
1093         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
1094         (Header File Substitutes, Function Substitutes,
1095         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
1096         (Build robot for gnulib): Fix typo.
1097
1098 2008-03-06  Bruno Haible  <bruno@clisp.org>
1099
1100         * doc/gnulib-tool.texi (VCS Issues): Small updates.
1101         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1102
1103 2008-03-06  Bruno Haible  <bruno@clisp.org>
1104
1105         * doc/func.texi: New file, extracted from doc/gnulib.texi.
1106         * doc/gnulib.texi: Include it.
1107
1108 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1109
1110         * modules/func (License): Change license to unlimited; there was
1111         no LGPL parts in the module anyway.
1112
1113 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1114
1115         * modules/__func__: Renamed to modules/func.
1116         * modules/__func__-tests: Renamed to modules/func-tests.
1117         * tests/test-__func__.c: Renamed to tests/test-func.c.
1118         * m4/__func__.m4: Renamed to m4/func.m4.
1119         * doc/gnulib.texi (__func__): Section renamed to func.
1120         Suggested by Eric Blake <ebb9@byu.net>.
1121
1122 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1123
1124         * doc/gnulib.texi (__func__): Use C99 terminology when talking
1125         about __func__.  Make example self-contained.  Suggested by Eric
1126         Blake <ebb9@byu.net>.
1127
1128         * tests/test-__func__.c (main): Avoid extraneous () around __func.
1129         Suggested by Eric Blake <ebb9@byu.net>.
1130
1131 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1132
1133         * modules/__func__: New file.
1134         * modules/__func__-tests: New file.
1135         * tests/test-__func__.c: New file.
1136         * m4/__func__.m4: New file.
1137         * doc/gnulib.texi (__func__): Document __func__ module.
1138
1139 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1140
1141         * modules/byteswap (License): Re-license as LGPLv2+.
1142
1143 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1144
1145         * doc/Makefile: Add pdf target.
1146
1147 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1148
1149         * modules/inline (License): Use 'unlimited', since there are only
1150         *.m4 files in this module.
1151
1152 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1153             Bruno Haible  <bruno@clisp.org>
1154
1155         Add support for HP C 7.1 on OpenVMS 8.3.
1156         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
1157
1158 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1159
1160         Update VMS specifics.
1161         * lib/getopt.c [VMS]: Remove include of unixlib.h.
1162
1163 2008-03-02  Jim Meyering  <meyering@redhat.com>
1164
1165         Remove the last dependency on the "free" module.
1166         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
1167         Reported by Bob Proulx.
1168
1169         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
1170
1171         Remove useless "if" tests before free.  Deprecate "free" module.
1172         * doc/posix-functions/free.texi: Mention that this
1173         module is no longer useful.
1174         * modules/free (Notice): Say this module is obsolete.
1175         * modules/readutmp (Depends-on): Remove free.
1176         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
1177         * lib/putenv.c (putenv): Likewise.
1178         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
1179         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
1180         * tests/test-c-strcasestr.c (main): Likewise.
1181         * tests/test-c-strstr.c (main): Likewise.
1182         * tests/test-mbscasestr1.c (main): Likewise.
1183         * tests/test-mbscasestr2.c (main): Likewise.
1184         * tests/test-mbsstr1.c (main): Likewise.
1185         * tests/test-mbsstr2.c (main): Likewise.
1186         * tests/test-memmem.c (main): Likewise.
1187         * tests/test-strcasestr.c (main): Likewise.
1188         * tests/test-striconv.c (main): Likewise.
1189         * tests/test-striconveh.c (main): Likewise.
1190         * tests/test-striconveha.c (main): Likewise.
1191         * tests/test-strstr.c (main): Likewise.
1192
1193         * build-aux/git-version-gen: Adjust a comment and the Usage string.
1194
1195         bootstrap: sync from coreutils again
1196         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
1197
1198 2008-03-01  Jim Meyering  <meyering@redhat.com>
1199
1200         bootstrap: sync from coreutils
1201         * build-aux/bootstrap (update_po_files): Copy a .po file into place
1202         also when the target doesn't exist.
1203
1204 2008-03-01  Eric Blake  <ebb9@byu.net>
1205
1206         Fix bugs in last patch.
1207         * lib/memchr2.c (memchr2): Fix typo.
1208         * tests/test-memchr2.c: Test previous bug, and don't use GNU
1209         extension.
1210         Reported by Bruce Korb.
1211
1212         New module 'memchr2'.
1213         * modules/memchr2: New file.
1214         * modules/memchr2-tests: Likewise.
1215         * lib/memchr2.h: Likewise.
1216         * lib/memchr2.c: Likewise, based on memchr.c.
1217         * tests/test-memchr2.c: New test.
1218         * MODULES.html.sh (String handling): Add memchr2.
1219
1220 2008-02-29  Bruno Haible  <bruno@clisp.org>
1221
1222         * modules/freadseek-tests: New file.
1223         * tests/test-freadseek.sh: New file.
1224         * tests/test-freadseek.c: New file.
1225
1226         New module 'freadseek'.
1227         * modules/freadseek: New file.
1228         * lib/freadseek.h: New file.
1229         * lib/freadseek.c: New file.
1230         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
1231
1232 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1233
1234         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
1235         wydawca.
1236
1237         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
1238         program_invocation_name and program_invocation_short_name are
1239         present.
1240
1241 2008-02-28  Bruno Haible  <bruno@clisp.org>
1242
1243         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
1244         * tests/test-freadptr.sh: Also test non-seekable stdin.
1245
1246 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
1247
1248         * build-aux/bootstrap (source_base, m4_base)
1249         (doc_base, tests_base): New variables.
1250         (gnulib_tool_options): Do not hardcode base directories, use
1251         the above variables instead.
1252
1253 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
1254
1255         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
1256
1257 2008-02-28  Bruno Haible  <bruno@clisp.org>
1258
1259         * modules/freadptr-tests: New file.
1260         * tests/test-freadptr.sh: New file.
1261         * tests/test-freadptr.c: New file.
1262
1263         New module 'freadptr'.
1264         * modules/freadptr: New file.
1265         * lib/freadptr.h: New file.
1266         * lib/freadptr.c: New file.
1267         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
1268
1269 2008-02-26  Karl Berry  <karl@freefriends.org>
1270
1271         Sync from Libtool:
1272         * libltdl/argz.c (argz_add, argz_count): New functions.
1273         * libltdl/argz.in.h: Declare them.
1274         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
1275
1276 2008-02-22  Bruno Haible  <bruno@clisp.org>
1277
1278         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
1279         is a pointer type.  Needed for HP-UX 10.
1280         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
1281         * doc/posix-functions/gmtime_r.texi: Likewise.
1282         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1283
1284 2008-02-24  Bruno Haible  <bruno@clisp.org>
1285
1286         * modules/environ-tests: New file.
1287         * tests/test-environ.c: New file.
1288
1289         New module 'environ'.
1290         * modules/environ: New file.
1291         * lib/unistd.in.h (environ): New declaration.
1292         * m4/environ.m4: New file.
1293         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
1294         after use.
1295         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
1296         HAVE_DECL_ENVIRON.
1297         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
1298         HAVE_DECL_ENVIRON.
1299         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
1300         wrong claim that 'environ' is missing on some systems.
1301         * modules/execute (Depends-on): Add environ.
1302         * lib/execute.c (environ): Remove fallback declaration.
1303         * modules/pipe (Depends-on): Add environ.
1304         * lib/pipe.c (environ): Remove fallback declaration.
1305         * modules/setenv (Depends-on): Add environ.
1306         * lib/setenv.c (environ): Remove fallback declaration.
1307         * modules/unsetenv (Depends-on): Add environ.
1308         * lib/unsetenv.c (environ): Remove fallback declaration.
1309         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
1310         m4/environ.m4.
1311         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
1312         (gl_PREREQ_UNSETENV): Likewise.
1313
1314 2008-02-24  Bruno Haible  <bruno@clisp.org>
1315
1316         * doc/posix-functions/environ.texi: Document the MacOS X problem.
1317
1318 2008-02-20  Bob Proulx  <bob@proulx.com>
1319
1320         Enable use of older two part flavor 'git describe'.
1321         * build-aux/git-version-gen: If using the older two part flavor of
1322         git version then recreate the third part now present in the
1323         newer three part flavor of git describe.
1324
1325 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
1326
1327         * lib/fts.c (fts_build): Typo correction to comment.
1328
1329 2008-02-17  Bruno Haible  <bruno@clisp.org>
1330
1331         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
1332         generating no-op conflicts.
1333
1334 2008-02-17  Bruno Haible  <bruno@clisp.org>
1335
1336         Speed up by 10%.
1337         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
1338         result_entries, rather than an index-based loop.
1339
1340 2008-02-17  Bruno Haible  <bruno@clisp.org>
1341
1342         Speed up by 25%.
1343         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
1344         'hashcode_cached'.
1345         (entry_create): New function.
1346         (entry_hashcode): Use the cached hashcode if possible.
1347         (read_changelog_file, try_split_merged_entry): Use entry_create.
1348
1349 2008-02-17  Bruno Haible  <bruno@clisp.org>
1350
1351         Speed up from O(n^2) to O(n) for long ChangeLog files.
1352         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
1353         (read_changelog_file): Change implementation of entries_reversed list
1354         to rbtreehash.
1355         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
1356
1357 2008-02-17  Bruno Haible  <bruno@clisp.org>
1358
1359         New option --split-merged-entry.
1360         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
1361         (find_paragraph_end, try_split_merged_entry): New functions.
1362         (long_options): Add option --split-merged-entry.
1363         (usage): Document option --split-merged-entry.
1364         (main): Implement option --split-merged-entry.
1365         Reported by Eric Blake.
1366
1367 2008-02-17  Bruno Haible  <bruno@clisp.org>
1368
1369         * lib/git-merge-changelog.c: Include c-strstr.h.
1370         (main): Support the "git pull --rebase" situation.
1371         * modules/git-merge-changelog (Depends-on): Add c-strstr.
1372         Reported by Eric Blake.
1373
1374 2008-02-16  Eric Blake  <ebb9@byu.net>
1375
1376         Avoid doubling \ in common case of "c-maybe" quoting style.
1377         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
1378         eliding outer quotes.
1379         * lib/quotearg.h: Document this.
1380         * tests/test-quotearg.c (result_strings, inputs, results_g)
1381         (flag_results, locale_results): Test it by adding a new string to
1382         each test group.
1383         (compare_strings): Test new string.
1384
1385 2008-02-13  Eric Blake  <ebb9@byu.net>
1386
1387         Avoid trigraph quoting in default output.
1388         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
1389         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
1390         unless explicitly requested.
1391         * tests/test-quotearg.c (flag_results, main): Add additional tests.
1392
1393 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
1394
1395         Don't rely on signed integer overflowing to negative value.
1396         * lib/getugroups.c (getugroups): Include <limits.h>.
1397         Instead, compare against INT_MAX, and increment only if the test passes.
1398
1399 2008-02-13  Jim Meyering  <meyering@redhat.com>
1400         and Eric Blake  <ebb9@byu.net>
1401
1402         Avoid shadowing warning and compile errors on Linux.
1403         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
1404         forwarding macros on Linux.
1405         (dcgettext): Define a stub, for Linux.
1406         (results_g, main): Avoid warnings.
1407
1408 2008-02-12  Eric Blake  <ebb9@byu.net>
1409
1410         Silence warning in last patch.
1411         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
1412
1413         Quotearg part 4: add tests, fix c-maybe colon quoting.
1414         * lib/quotearg.h: Improve documentation.
1415         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
1416         escapes when adding outer quotes.  When quoting trigraphs, use
1417         valid C notation.  When quoting NUL, omit extra characters if next
1418         character is not digit.  Alter prototype.
1419         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
1420         callers.
1421         * modules/quotearg-tests: New module.
1422         * tests/test-quotearg.c: New test.
1423
1424 2008-02-07  Eric Blake  <ebb9@byu.net>
1425
1426         Quotearg part 3: add flag to control outer quote elision.
1427         * lib/quotearg.h (c_maybe_quoting_style): New style.
1428         (enum quoting_flags): Better documentation of flags.
1429         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
1430         c-maybe style.
1431         (quotearg_buffer_restyled): Handle new flag to elide outer
1432         quotes.
1433
1434         Quotearg part 2: add flag that can control NUL elision.
1435         * lib/quotearg.h (set_quoting_flags): New prototype.
1436         * lib/quotearg.c (struct quoting_options): Add flag field.
1437         (set_quoting_flags): New function.
1438         (quotearg_buffer_restyled): Add flags parameter.
1439         (quotearg_alloc_mem): Set the flag if length cannot be returned.
1440         (quotearg_n_options): Set the flag, since length cannot be
1441         returned.
1442         (quoting_options_from_style): Default flags correctly.
1443
1444         Quotearg part 1: more wrappers, restore quotearg_char state.
1445         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
1446         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
1447         (quotearg_colon_mem): New wrappers.
1448         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
1449         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
1450         functions.
1451         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
1452         (quotearg_colon_mem): New functions.
1453
1454 2008-02-11  Bruno Haible  <bruno@clisp.org>
1455
1456         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
1457         library in the current directory: it does not work with parallel make.
1458         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1459
1460 2008-02-11  Bruno Haible  <bruno@clisp.org>
1461
1462         * .gitattributes: New file.
1463
1464 2008-02-11  Jim Meyering  <meyering@redhat.com>
1465
1466         useless-if-before-free: Fix reversed exit values.
1467         * build-aux/useless-if-before-free: Use correct values
1468         for EXIT_MATCH and EXIT_NO_MATCH.
1469
1470         * build-aux/useless-if-before-free: Close stdout carefully.
1471
1472 2008-02-10  Bruno Haible  <bruno@clisp.org>
1473
1474         New module 'git-merge-changelog'.
1475         * modules/git-merge-changelog: New file.
1476         * lib/git-merge-changelog.c: New file.
1477
1478 2008-02-10  Jim Meyering  <meyering@redhat.com>
1479
1480         useless-if-before-free: New option: --list (-l).
1481
1482         useless-if-before-free: Don't exit immediately upon open failure.
1483         * build-aux/useless-if-before-free: Exit 2 for errors.
1484         Upon failure to open a file, don't exit immediately.
1485         Rather, just warn and continue with any remaining files.
1486
1487 2008-02-10  Bruno Haible  <bruno@clisp.org>
1488
1489         New abstract list operation 'node_set_value'.
1490         * lib/gl_list.h (gl_list_node_set_value): New function.
1491         (struct gl_list_implementation): New field node_set_value.
1492         * lib/gl_list.c (gl_list_node_set_value): New function.
1493         * lib/gl_array_list.c (gl_array_node_set_value): New function.
1494         (gl_array_list_implementation): Update.
1495         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
1496         (gl_carray_list_implementation): Update.
1497         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
1498         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
1499         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
1500         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
1501         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
1502         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
1503         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
1504         Update.
1505         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
1506         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
1507         (gl_sublist_list_implementation): Update.
1508
1509 2008-02-10  Bruno Haible  <bruno@clisp.org>
1510
1511         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
1512         Needed when ELEMENT is #defined to 'some_type *'.
1513
1514 2008-02-10  Jim Meyering  <meyering@redhat.com>
1515
1516         New script and module: useless-if-before-free
1517         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
1518         * build-aux/useless-if-before-free: New file.
1519         * modules/useless-if-before-free: New file.
1520
1521         * build-aux/gitlog-to-changelog: Use committer date, not author date.
1522
1523         xstrtol_error: Fix typo.
1524         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
1525         s/exit_failure/exit_status/.
1526
1527 2008-02-09  Jim Meyering  <meyering@redhat.com>
1528
1529         New script and module: gitlog-to-changelog
1530         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
1531         * modules/gitlog-to-changelog: New file.
1532         * build-aux/gitlog-to-changelog: New file.
1533
1534 2008-02-08  Jim Meyering  <meyering@redhat.com>
1535
1536         Avoid two "parameter unused" warnings.
1537         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
1538         Mark "st" as used.
1539
1540         Use "git COMMAND", not "git-COMMAND".
1541         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
1542         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
1543         * build-aux/git-version-gen: Use "git status", not "git-status".
1544
1545 2008-02-07  Bruno Haible  <bruno@clisp.org>
1546
1547         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
1548         Avoids a crash on Windows Vista.
1549         Reported by Adam Strzelecki <ono@java.pl> via
1550         Simon Josefsson <simon@josefsson.org>.
1551
1552 2008-02-06  Bruno Haible  <bruno@clisp.org>
1553
1554         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
1555         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
1556         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
1557         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
1558         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1559         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1560         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
1561         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
1562         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1563         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1564         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1565         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1566         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1567         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1568         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1569         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
1570         left-adjust flag.
1571         * tests/test-snprintf-posix.h (test_function): Likewise.
1572         * tests/test-sprintf-posix.h (test_function): Likewise.
1573         * tests/test-vasprintf-posix.c (test_function): Likewise.
1574         * doc/posix-functions/fprintf.texi: Update.
1575         * doc/posix-functions/printf.texi: Update.
1576         * doc/posix-functions/snprintf.texi: Update.
1577         * doc/posix-functions/sprintf.texi: Update.
1578         * doc/posix-functions/vfprintf.texi: Update.
1579         * doc/posix-functions/vprintf.texi: Update.
1580         * doc/posix-functions/vsnprintf.texi: Update.
1581         * doc/posix-functions/vsprintf.texi: Update.
1582         Reported by Peter Fales <psfales@alcatel-lucent.com>.
1583
1584 2008-02-06  Bruno Haible  <bruno@clisp.org>
1585
1586         Fix bug introduced on 2008-01-26.
1587         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
1588
1589 2008-02-06  Bruno Haible  <bruno@clisp.org>
1590
1591         Fix bug introduced on 2007-06-10.
1592         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
1593         !NEED_PRINTF_FLAG_ZERO.
1594
1595 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
1596
1597         getloadavg: use libperfstat on AIX5
1598         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
1599
1600 2008-02-03  Bruno Haible  <bruno@clisp.org>
1601
1602         * lib/diffseq.h: Add comments about required #includes.
1603         Reported by Michael Biggs <gnulib@doubleplum.net>.
1604
1605 2008-02-01  Bruno Haible  <bruno@clisp.org>
1606
1607         * users.txt: Add gnuit.
1608
1609 2008-01-31  Bruno Haible  <bruno@clisp.org>
1610
1611         * lib/md4.c (set_uint32): Mark as inline.
1612         * lib/md5.c (set_uint32): Likewise.
1613         * lib/sha1.c (set_uint32): Likewise.
1614         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
1615         * m4/md5.m4 (gl_MD5): Likewise.
1616         * m4/sha1.m4 (gl_SHA1): Likewise.
1617
1618 2008-01-31  Jim Meyering  <meyering@redhat.com>
1619
1620         Use "sizeof VAR", rather than a literal "4".
1621         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
1622         * lib/md4.c (md4_read_ctx): Likewise.
1623         * lib/sha1.c (sha1_read_ctx): Likewise.
1624
1625 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1626
1627         * tests/test-sha1.c: New file, based on test-md5.c.
1628
1629         * modules/crypto/sha1-tests: New file.
1630
1631 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1632
1633         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
1634
1635 2008-01-31  Jim Meyering  <meyering@redhat.com>
1636
1637         Prefer "sizeof v" over the equivalent "4".
1638         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
1639         * lib/md5.c (set_uint32): Likewise.
1640         * lib/sha1.c (set_uint32): Likewise.
1641
1642 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1643
1644         * lib/sha1.c (set_uint32): Mark function as static.
1645
1646 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1647
1648         md2: clarify comments to say that alignment is not required.
1649         * lib/md2.h: Remove warning about alignment in comment.
1650         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
1651         never been required.
1652
1653 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1654
1655         md4: adapt alignment constraint fix from sha1.
1656         * lib/md4.c (set_uint32): New function, from sha1.c
1657         (md4_read_ctx): Use it.
1658         (md4_finish_ctx): Doc fix.
1659         * lib/md4.h: Doc fix.
1660
1661 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1662
1663         md5: adapt alignment constraint fix from sha1.
1664         * lib/md5.c (set_uint32): New function, from sha1.c
1665         (md5_read_ctx): Use it.
1666         (md5_finish_ctx): Doc fix.
1667         * lib/md5.h: Doc fix.
1668
1669 2008-01-30  Peter Palfrader  <weasel@debian.org>
1670
1671         sha1: remove the result buffer alignment constraint
1672         * lib/sha1.c (set_uint32): New function.
1673         (sha1_read_ctx): Rewrite to remove the result buffer alignment
1674         constraint.
1675         (sha1_finish_ctx): Remove comment warning about alignment constraint.
1676         * lib/sha1.h: Likewise.
1677
1678 2008-01-30  Andreas Schwab  <schwab@suse.de>
1679             Bruno Haible  <bruno@clisp.org>
1680
1681         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
1682         correct definition of LDBL_MIN_EXP.
1683
1684 2008-01-30  Karl Berry  <karl@gnu.org>
1685
1686         * config/srclist-update: try to preserve x bit on updates.
1687         * config/srclistvars.sh: update for karl.
1688
1689 2008-01-29  Jim Meyering  <meyering@redhat.com>
1690
1691         vasnprintf.c: Avoid warning about unused label
1692         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
1693         "overflow" label definition and associated code with the
1694         same cpp condition that guards the sole use of that label.
1695
1696 2008-01-26  Bruno Haible  <bruno@clisp.org>
1697
1698         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
1699         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
1700         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
1701         * lib/isnanl-nolibm.h (isnanl): Likewise.
1702         Reported by Paul Eggert <eggert@cs.ucla.edu>.
1703
1704 2008-01-26  Bruno Haible  <bruno@clisp.org>
1705
1706         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
1707         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
1708
1709 2008-01-26  Bruno Haible  <bruno@clisp.org>
1710
1711         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
1712         GCC >= 4.0 built-in.
1713         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
1714
1715 2008-01-26  Bruno Haible  <bruno@clisp.org>
1716
1717         Rename isnan, applicable to 'double' only, to isnand.
1718         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
1719         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
1720         (configure.ac): Update.
1721         (Include): Replace "isnan.h" with "isnand.h".
1722         * m4/isnand.m4: Renamed from m4/isnan.m4.
1723         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
1724         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
1725         instead of isnan.c.
1726         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
1727         instead of HAVE_ISNAN_IN_LIBC.
1728         (isnand): Renamed from isnan.
1729         * lib/isnand.c: New file.
1730         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
1731         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
1732         (Makefile.am): Update.
1733         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
1734         Include isnand.h instead of isnan.h.
1735         (main): Test isnand instead of isnan.
1736         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
1737         isnan-nolibm.
1738         * modules/frexp (Depends-on): Likewise.
1739         * modules/frexp-tests (Depends-on): Likewise.
1740         * modules/frexp-nolibm (Depends-on): Likewise.
1741         * modules/frexp-nolibm-tests (Depends-on): Likewise.
1742         * modules/isfinite (Depends-on): Likewise.
1743         * modules/round-tests (Depends-on): Likewise.
1744         * modules/signbit (Depends-on): Likewise.
1745         * modules/signbit-tests (Depends-on): Likewise.
1746         * modules/snprintf-posix (Depends-on): Likewise.
1747         * modules/sprintf-posix (Depends-on): Likewise.
1748         * modules/trunc-tests (Depends-on): Likewise.
1749         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1750         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1751         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1752         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1753         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1754         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1755         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1756         * modules/vasnprintf-posix (Depends-on): Likewise.
1757         * modules/vasprintf-posix (Depends-on): Likewise.
1758         * modules/vfprintf-posix (Depends-on): Likewise.
1759         * modules/vsnprintf-posix (Depends-on): Likewise.
1760         * modules/vsprintf-posix (Depends-on): Likewise.
1761         * lib/frexp.c: Include isnand.h instead of isnan.h.
1762         (ISNAN): Set to isnand instead of isnan.
1763         * lib/isfinite.c: Include isnand.h instead of isnan.h.
1764         (gl_isfinited): Use isnand instead of isnan.
1765         * lib/signbitd.c: Include isnand.h instead of isnan.h.
1766         (gl_signbitd): Use isnand instead of isnan.
1767         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
1768         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
1769         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
1770         (main): Use isnand instead of isnan.
1771         * tests/test-round1.c: Include isnand.h.
1772         (main): Use isnand instead of isnan.
1773         * tests/test-round2.c: Include isnand.h instead of isnan.h.
1774         (ISNAN): Set to isnand instead of isnan.
1775         * tests/test-trunc1.c: Include isnand.h.
1776         (main): Use isnand instead of isnan.
1777         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
1778         (equal): Use isnand instead of isnan.
1779         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
1780         isnand-nolibm.
1781         * NEWS: Mention the change.
1782
1783 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1784             Bruno Haible  <bruno@clisp.org>
1785
1786         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
1787         the GCC builtins for signbits are present and set
1788         REPLACE_SIGNBIT_USING_GCC if so.
1789         * lib/math.in.h (signbit): Define using GCC builtins if
1790         REPLACE_SIGNBIT_USING_GCC is set.
1791         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
1792         REPLACE_SIGNBIT_USING_GCC.
1793         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
1794
1795 2008-01-25  Jim Meyering  <meyering@redhat.com>
1796
1797         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
1798         * lib/poll.c: Include <config.h>, not "config.h".
1799         * tests/test-getaddrinfo.c: Likewise.
1800
1801 2008-01-25  Simon Josefsson  <simon@josefsson.org>
1802
1803         * modules/sockets-tests: New file.
1804
1805 2008-01-24  Simon Josefsson  <simon@josefsson.org>
1806
1807         * modules/sockets: New module, can be used to call WSA_Startup and
1808         WSA_Cleanup when needed.
1809
1810         * lib/sockets.h, lib/sockets.c: New files.
1811
1812         * m4/sockets.m4: New file.
1813
1814         * tests/test-sockets.c: New file.
1815
1816 2008-01-19  Bruno Haible  <bruno@clisp.org>
1817
1818         * doc/posix-headers: Renamed from doc/headers.
1819         * doc/posix-functions: Renamed from doc/functions.
1820         * doc/gnulib.texi: Update.
1821
1822 2008-01-19  Bruno Haible  <bruno@clisp.org>
1823
1824         * doc/glibc-functions/strcasestr.texi: Include contents of
1825         doc/functions/strcasestr.texi, fixing the list of platforms.
1826         * doc/functions/strcasestr.texi: Remove file.
1827
1828 2008-01-19  Bruno Haible  <bruno@clisp.org>
1829
1830         * doc/glibc-functions/memmem.texi: Include contents of
1831         doc/functions/memmem.texi.
1832         * doc/functions/memmem.texi: Remove file.
1833
1834 2008-01-18  Bruno Haible  <bruno@clisp.org>
1835
1836         * doc/glibc-functions/*.texi: New files.
1837         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
1838         to use the new files.
1839
1840 2008-01-17  Bruno Haible  <bruno@clisp.org>
1841
1842         * tests/test-gethostname.c (main): Fix printf statement.
1843
1844 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1845
1846         * modules/gethostname-tests: New file.
1847
1848         * tests/test-gethostname.c: New file.
1849
1850 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1851
1852         * lib/gethostname.c: Include string.h unconditionally, strncpy is
1853         used by the UNAME case.  Reported by Bruno Haible
1854         <bruno@clisp.org>.
1855
1856 2008-01-17  Eric Blake  <ebb9@byu.net>
1857
1858         Convert c-strcasestr to be more efficient.
1859         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
1860         (Depends-on): Add c-strcase, remove malloca, strnlen.
1861         * tests/test-c-strcasestr.c (main): Enhance test.
1862         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
1863
1864 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1865
1866         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
1867         Use it in creating po/Makevars.
1868
1869 2008-01-15  Simon Josefsson  <simon@josefsson.org>
1870
1871         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
1872         Applications that requires it should initialize libgcrypt
1873         manually.
1874
1875 2008-01-16  Simon Josefsson  <simon@josefsson.org>
1876
1877         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
1878
1879 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
1880
1881         Fix problem with getdate on mingw32 reported by Simon Josefsson
1882         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
1883         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
1884         tzname", when deciding whether to declare tzname.
1885         * lib/strftime.c (tzname): Likewise.
1886
1887 2008-01-15  Bruno Haible  <bruno@clisp.org>
1888
1889         Work around a MacOS X 10.5 bug in frexpl().
1890         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
1891         * doc/functions/frexpl.texi: Document the bug.
1892         Reported by Elias Pipping <pipping@gentoo.org>.
1893
1894 2008-01-14  Eric Blake  <ebb9@byu.net>
1895
1896         Touch up previous patch.
1897         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
1898         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
1899
1900         Convert strcasestr module to use Two-Way algorithm.
1901         * modules/strcasestr-simple: New module, based on the old
1902         strcasestr, but with Two-Way rather than KMP.
1903         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
1904         * lib/string.in.h (rpl_strcasestr): Declare.
1905         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
1906         performance.
1907         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
1908         * modules/string (Makefile.am): Support strcasestr.
1909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
1910         * modules/strcasestr-tests (Depends-on): Check for alarm.
1911         * tests/test-strcasestr.c: Augment test.
1912         * lib/str-two-way.h: Clean up stray macro.
1913         * NEWS: Document new module.
1914         * MODULES.html.sh (string handling): Likewise.
1915         * doc/functions/strcasestr.texi: New file.
1916         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
1917         here, since it is not a POSIX function.
1918
1919 2008-01-14  Colin Watson  <cjwatson@debian.org>
1920             Bruno Haible  <bruno@clisp.org>
1921
1922         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
1923         works fine; if not, set REPLACE_STRSIGNAL.
1924         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
1925         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1926         REPLACE_STRSIGNAL.
1927         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
1928         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
1929         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
1930
1931 2008-01-14  Bruno Haible  <bruno@clisp.org>
1932
1933         * modules/strsignal (Include): Change to <string.h>.
1934
1935 2008-01-14  Colin Watson  <cjwatson@debian.org>
1936
1937         * modules/argp (Notice): Add a notice recommending to change
1938         XGETTEXT_OPTIONS.
1939         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
1940
1941 2008-01-13  Colin Watson  <cjwatson@debian.org>
1942
1943         * modules/strsignal-tests: New file.
1944         * tests/test-strsignal.c: New file.
1945
1946         * lib/strsignal.c: New file, from glibc with modifications.
1947         * lib/siglist.h: New file, from glibc with modifications.
1948         * lib/string.in.h (strsignal): New declaration.
1949         * m4/strsignal.m4: New file.
1950         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1951         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
1952         * modules/strsignal: New file.
1953         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
1954         HAVE_DECL_STRSIGNAL.
1955
1956 2008-01-13  Bruno Haible  <bruno@clisp.org>
1957
1958         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
1959         locale encoding is not ASCII. Needed for OpenBSD 4.0.
1960         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
1961         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1962
1963 2008-01-13  Bruno Haible  <bruno@clisp.org>
1964
1965         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
1966         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
1967         * lib/argp.h (__attribute__): Likewise.
1968         * lib/c-stack.c (__attribute__): Likewise.
1969         * lib/error.h (__attribute__): Likewise.
1970         * lib/fts.c (__attribute__): Likewise.
1971         * lib/openat.h (__attribute__): Likewise.
1972         * lib/stdio.in.h (__attribute__): Likewise.
1973         * lib/string.in.h (__attribute__): Likewise.
1974         * lib/utimens.c (__attribute__): Likewise.
1975         * lib/vasnprintf.h (__attribute__): Likewise.
1976         * lib/xalloc.h (__attribute__): Likewise.
1977         * lib/xprintf.h (__attribute__): Likewise.
1978         * lib/xstrtol.h (__attribute__): Likewise.
1979         * lib/xvasprintf.h (__attribute__): Likewise.
1980
1981 2008-01-12  Bruno Haible  <bruno@clisp.org>
1982
1983         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
1984         * doc/glibc-headers/a.out.texi: New file.
1985         * doc/glibc-headers/aliases.texi: New file.
1986         * doc/glibc-headers/alloca.texi: New file.
1987         * doc/glibc-headers/ar.texi: New file.
1988         * doc/glibc-headers/argp.texi: New file.
1989         * doc/glibc-headers/argz.texi: New file.
1990         * doc/glibc-headers/byteswap.texi: New file.
1991         * doc/glibc-headers/crypt.texi: New file.
1992         * doc/glibc-headers/endian.texi: New file.
1993         * doc/glibc-headers/envz.texi: New file.
1994         * doc/glibc-headers/err.texi: New file.
1995         * doc/glibc-headers/error.texi: New file.
1996         * doc/glibc-headers/execinfo.texi: New file.
1997         * doc/glibc-headers/fpu_control.texi: New file.
1998         * doc/glibc-headers/fstab.texi: New file.
1999         * doc/glibc-headers/fts.texi: New file.
2000         * doc/glibc-headers/getopt.texi: New file.
2001         * doc/glibc-headers/ieee754.texi: New file.
2002         * doc/glibc-headers/ifaddrs.texi: New file.
2003         * doc/glibc-headers/libintl.texi: New file.
2004         * doc/glibc-headers/mcheck.texi: New file.
2005         * doc/glibc-headers/mntent.texi: New file.
2006         * doc/glibc-headers/obstack.texi: New file.
2007         * doc/glibc-headers/paths.texi: New file.
2008         * doc/glibc-headers/printf.texi: New file.
2009         * doc/glibc-headers/pty.texi: New file.
2010         * doc/glibc-headers/resolv.texi: New file.
2011         * doc/glibc-headers/shadow.texi: New file.
2012         * doc/glibc-headers/sysexits.texi: New file.
2013         * doc/glibc-headers/ttyent.texi: New file.
2014
2015 2008-01-12  Jim Meyering  <meyering@redhat.com>
2016
2017         announce-gen: emit Gnulib's git-based version string.
2018         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
2019         New option --gnulib-version=V, where V is expected to be
2020         the output of running git describe in the gnulib directory.
2021         (get_tool_versions): Request feedback on xdelta.  I suspect it's
2022         not useful, and plan to stop publishing an xdelta file with each
2023         coreutils release.
2024
2025         * build-aux/announce-gen: Also check for lzma-compressed files.
2026
2027 2008-01-11  Bruno Haible  <bruno@clisp.org>
2028
2029         * tests/test-memmem.c (main): Increase maximum allowed time.
2030         * tests/test-strstr.c (main): Likewise.
2031
2032 2008-01-11  Bruno Haible  <bruno@clisp.org>
2033
2034         * doc/functions/memmem.texi: Add more precisions about platforms.
2035         * doc/functions/strstr.texi: Likewise.
2036
2037 2008-01-10  Eric Blake  <ebb9@byu.net>
2038
2039         * m4/strstr.m4: Delete cruft from copy-n-paste.
2040         Reported by Bruno Haible.
2041
2042 2008-01-10  Bruno Haible  <bruno@clisp.org>
2043
2044         Make c-strstr rely on strstr.
2045         * lib/c-strstr.c: Don't include str-kmp.h.
2046         (c_strstr): Define in terms of strstr.
2047         * modules/c-strstr (Files): Remove lib/str-kmp.h.
2048         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
2049
2050 2008-01-10  Bruno Haible  <bruno@clisp.org>
2051
2052         * doc/gnulib.texi (String Functions in C Locale): New section.
2053         * doc/c-ctype.texi: New file.
2054         * doc/c-strcase.texi: New file.
2055         * doc/c-strcaseeq.texi: New file.
2056         * doc/c-strcasestr.texi: New file.
2057         * doc/c-strstr.texi: New file.
2058         * doc/c-strtod.texi: New file.
2059         * doc/c-strtold.texi: New file.
2060
2061 2008-01-10  Eric Blake  <ebb9@byu.net>
2062
2063         * lib/relocatable.h: Fix a comment.
2064
2065 2008-01-10  Eric Blake  <ebb9@byu.net>
2066
2067         Share two-way algorithm.
2068         * lib/str-two-way.h: New file, merged from...
2069         * lib/memmem.c: ...here...
2070         * lib/strstr.c: ...and here.
2071         * modules/memmem (Files): Use it.
2072         * modules/strstr (Files): Likewise.
2073
2074         Avoid quadratic strstr implementations.
2075         * lib/strstr.c: New file.
2076         * m4/strstr.m4: Likewise.
2077         * modules/strstr: Likewise.
2078         * modules/strstr-tests: Likewise.
2079         * tests/test-strstr.c: Likewise.
2080         * lib/string.in.h (rpl_strstr): Declare.
2081         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
2082         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
2083         * modules/string (Makefile.am): Likewise.
2084         * MODULES.html.sh (string handling): Mention new module.
2085         * doc/functions/strstr.texi (strstr): Document the bug.
2086
2087 2008-01-10  Bruno Haible  <bruno@clisp.org>
2088
2089         * lib/relocatable.h (relocate): State whether result is freshly
2090         allocated or not.
2091         * lib/relocatable.c (relocate): Return a freshly allocated string
2092         instead of a pointer to a privately held string.
2093         Reported by Sylvain Beucler <beuc@gnu.org>.
2094
2095 2008-01-10  Colin Watson  <cjwatson@debian.org>
2096
2097         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
2098         s/S_ISNLK/S_ISLNK/.
2099
2100 2008-01-09  Bruno Haible  <bruno@clisp.org>
2101
2102         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
2103         and other files.
2104         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
2105         if it's only a guess.
2106         * modules/memmem: Simplify by depending on memmem-simple.
2107
2108 2008-01-09  Bruno Haible  <bruno@clisp.org>
2109
2110         Work around OpenBSD 4.0 tdelete() bug.
2111         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
2112         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
2113         macros and don't redefine the enum values.
2114         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
2115         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
2116         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
2117
2118 2008-01-09  Bruno Haible  <bruno@clisp.org>
2119
2120         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
2121         (main): Don't perform the tests if setlocale did not install a UTF-8
2122         locale. Needed on OpenBSD 4.0.
2123         * modules/wcwidth-tests (Depends-on): Add localcharset.
2124
2125 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2126
2127         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
2128         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
2129         * NEWS: announce this.
2130         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
2131
2132 2008-01-09  Simon Josefsson  <simon@josefsson.org>
2133         and Eric Blake  <ebb9@byu.net>
2134
2135         Add memmem-simple module.
2136         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
2137         (gl_FUNC_MEMMEM): Separate performance from presence checks.
2138         * modules/memmem-simple: New file.
2139         * modules/memmem (Description): Tweak.
2140         * MODULES.html.sh (string handling): Mention new module.
2141         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
2142         addressed by memmem-simple.
2143         * NEWS: Document the difference.
2144
2145 2008-01-09  Eric Blake  <ebb9@byu.net>
2146
2147         Give gcc some memmem optimization hints.
2148         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
2149         (strcasestr): Declare as pure.
2150         * modules/memmem (Maintainer): Claim my implementation.
2151
2152 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2153
2154         Support AIX 6.1 and higher.
2155         * build-aux/config.libpath: Likewise.
2156         * build-aux/config.rpath: Likewise.
2157
2158 2008-01-08  Jim Meyering  <meyering@redhat.com>
2159             Bruno Haible  <bruno@clisp.org>
2160
2161         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
2162         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
2163         Reported by Peter Fales in
2164         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
2165
2166 2008-01-08  Bruno Haible  <bruno@clisp.org>
2167
2168         * modules/unictype/category-of (Depends-on): Add
2169         unictype/category-none.
2170         * modules/unictype/category-and-tests (Depends-on): Add
2171         unictype/category-{L,N,Lu,Nd}.
2172         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
2173         * modules/unictype/category-or-tests (Depends-on): Add
2174         unictype/category-{L,N}.
2175         * modules/unictype/category-name-tests (Depends-on): Add
2176         unictype/category-{Z,Nl}.
2177         Reported by Simon Josefsson.
2178
2179 2008-01-08  Bruno Haible  <bruno@clisp.org>
2180
2181         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
2182         convention better.
2183         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
2184         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
2185         Reported by Peter Miller <millerp@canb.auug.org.au>.
2186
2187 2008-01-08  Eric Blake  <ebb9@byu.net>
2188
2189         Rewrite memmem to guarantee linear complexity without malloc.
2190         * lib/memmem.c (memmem): Use Two-Way rather than
2191         Knuth-Morris-Pratt, to allow O(1) space usage.
2192         (critical_factorization, two_way_short_needle)
2193         (two_way_long_needle): New functions.
2194         (knuth_morris_pratt): Delete.
2195         * modules/memmem (Depends-on): No longer need malloca or stdbool.
2196         Add stdint.
2197         * tests/test-memmem.c (main): Add tests for periodic needle and
2198         sublinear performance.
2199         * doc/functions/memmem.texi (memmem): Document other deficiencies
2200         in cygwin and older glibc.
2201
2202 2008-01-08  Bruno Haible  <bruno@clisp.org>
2203
2204         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
2205         augmentation.
2206
2207 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
2208
2209         Add a configure time option: --disable-acl.
2210         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
2211         AC_ARG_ENABLE(acl).
2212
2213 2008-01-06  Simon Josefsson  <simon@josefsson.org>
2214
2215         * tests/test-localename.c: Don't include obsolete "setenv.h".
2216
2217         * modules/localename-tests (Depends-on): Need unsetenv.
2218
2219 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2220
2221         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
2222
2223 2008-01-06  Colin Watson  <cjwatson@debian.org>
2224
2225         * users.txt: Add man-db.
2226
2227 2008-01-07  Bruno Haible  <bruno@clisp.org>
2228
2229         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
2230         previous section name.
2231
2232 2008-01-07  Bruno Haible  <bruno@clisp.org>
2233
2234         * lib/progname.c (set_program_name): Don't strip off a leading
2235         "lt-" prefix outside a .libs directory.
2236         Suggested by Paul Eggert.
2237
2238 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
2239             Bruno Haible  <bruno@clisp.org>
2240
2241         Improve memory cleanup in 'relocatable' module.
2242         * lib/relocatable.h (compute_curr_prefix): Change return type to
2243         'char *'.
2244         * lib/relocatable.c (compute_curr_prefix): Change return type to
2245         'char *'. Free curr_installdir after use.
2246         (relocate): Free curr_prefix_better after use.
2247         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
2248
2249 2008-01-01  Bruno Haible  <bruno@clisp.org>
2250
2251         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
2252         failure on older glibc systems.
2253         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2254
2255 2008-01-05  Eric Blake  <ebb9@byu.net>
2256
2257         Avoid quadratic system memmem.
2258         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
2259         Reported by Ralf Wildenhues.
2260
2261         Fix memmem test for mingw.
2262         * modules/memmem-tests (configure.ac): Check for alarm.
2263         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
2264         it.
2265         * doc/functions/memmem.texi: New file.
2266         * doc/gnulib.texi (Function Substitutes): Add memmem.
2267         Reported by Bruno Haible.
2268
2269 2008-01-04  Bruno Haible  <bruno@clisp.org>
2270
2271         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
2272         Require gl_HEADER_STRINGS_H_DEFAULTS, not
2273         gl_HEADER_STRING_H_DEFAULTS.
2274
2275 2008-01-04  Eric Blake  <ebb9@byu.net>
2276
2277         Shorten duration of memmem test.
2278         * tests/test-memmem.c (main): Use alarm to declare failure if test
2279         is taking too long.
2280         Reported by Ralf Wildenhues.
2281
2282 2007-12-21  Simon Josefsson  <simon@josefsson.org>
2283
2284         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
2285         string, needed by strerror.
2286
2287 2008-01-03  Colin Watson  <cjwatson@debian.org>
2288             Bruno Haible  <bruno@clisp.org>
2289
2290         * doc/gnulib-tool.texi (Localization): New section.
2291
2292 2008-01-02  Bruno Haible  <bruno@clisp.org>
2293
2294         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
2295         variables to 'unsigned char *' type.
2296         Reported by Paul Eggert.
2297
2298 2008-01-02  Jim Meyering  <jim@meyering.net>
2299
2300         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
2301
2302 2007-12-31  Jim Meyering  <jim@meyering.net>
2303
2304         Avoid use of private FTS type name.
2305         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
2306
2307 2007-12-30  Karl Berry  <karl@gnu.org>
2308
2309         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
2310         work around defect in Texinfo and/or the standalone Info browser.
2311
2312 2007-12-30  Bruno Haible  <bruno@clisp.org>
2313
2314         Unify 5 copies of the KMP code.
2315         * lib/str-kmp.h: New file.
2316         * lib/c-strcasestr.c: Include str-kmp.h.
2317         (knuth_morris_pratt): Remove function.
2318         (c_strcasestr): Update.
2319         * lib/c-strstr.c: Include str-kmp.h.
2320         (knuth_morris_pratt): Remove function.
2321         (c_strcasestr): Update.
2322         * lib/mbscasestr.c: Include str-kmp.h.
2323         (knuth_morris_pratt_unibyte): Remove function.
2324         * lib/mbsstr.c: Include str-kmp.h.
2325         (knuth_morris_pratt_unibyte): Remove function.
2326         * lib/strcasestr.c: Include str-kmp.h.
2327         (knuth_morris_pratt): Remove function.
2328         (strcasestr): Update.
2329         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
2330         * modules/c-strstr (Files): Likewise.
2331         * modules/mbscasestr (Files): Likewise.
2332         * modules/mbsstr (Files): Likewise.
2333         * modules/strcasestr (Files): Likewise.
2334         Suggested by Paul Eggert.
2335
2336 2007-12-30  Bruno Haible  <bruno@clisp.org>
2337
2338         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
2339         defined.
2340
2341 2007-12-30  Bruno Haible  <bruno@clisp.org>
2342
2343         * lib/xmalloca.h: Include xalloc.h.
2344         (xnmalloca): New macro.
2345
2346 2007-12-30  Bruno Haible  <bruno@clisp.org>
2347
2348         * lib/malloca.h (nmalloca): New macro.
2349         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
2350         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
2351         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
2352         knuth_morris_pratt_multibyte): Likewise.
2353         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
2354         knuth_morris_pratt_multibyte): Likewise.
2355         * lib/memmem.c (knuth_morris_pratt): Likewise.
2356         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
2357
2358 2007-12-25  Bruno Haible  <bruno@clisp.org>
2359
2360         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
2361         * lib/glob.c: Don't include openat.h.
2362         (link_exists2_p): Add back the code that deals with the
2363         !GLOB_ALTDIRFUNC case.
2364         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
2365         let it do the filename concatenation.
2366         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
2367         * modules/glob (Depends-on): Remove openat.
2368
2369 2007-12-31  Bruno Haible  <bruno@clisp.org>
2370
2371         * modules/dirfd (License): Change to LGPLv2+.
2372         Approved by Jim Meyering.
2373
2374 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2375
2376         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
2377         when multiplying M by sizeof (size_t).
2378
2379 2007-12-10  Martin Lambers  <marlam@marlam.de>
2380
2381         Override getpagesize on mingw.
2382         * lib/getpagesize.c: New file.
2383         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
2384         * modules/getpagesize (Files): Add lib/getpagesize.c.
2385         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
2386         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2387         REPLACE_GETPAGESIZE.
2388         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
2389
2390 2007-12-25  Bruno Haible  <bruno@clisp.org>
2391
2392         * modules/localcharset (Notice): New field.
2393         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
2394         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
2395
2396 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2397             Bruno Haible  <bruno@clisp.org>
2398
2399         Avoid using the syntax symbol() in formatted documentation.
2400         * MODULES.html.sh (func_module): When replacing symbol() with a
2401         hyperlink, remove the parentheses. Show an error if some remain.
2402         Recognize and render the '...' syntax.
2403         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
2404         Rework. Add paragraph about GCC's inlining.
2405         * doc/alloca.texi: Likewise.
2406         * doc/error.texi: Remove parentheses from symbol reference.
2407         * doc/gnulib-intro.texi: Likewise.
2408         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
2409         * modules/fnmatch (Description): Reword to say "the ... function".
2410         * modules/full-read (Description): Likewise.
2411         * modules/full-write (Description): Likewise.
2412         * modules/safe-read (Description): Likewise.
2413         * modules/safe-write (Description): Likewise.
2414         * modules/strchrnul (Description): Likewise.
2415         * modules/trim (Description): Likewise.
2416         * modules/error (Description): Remove parentheses from symbol
2417         references.
2418         * modules/verror (Description): Likewise.
2419         Reported by Karl Berry.
2420
2421 2007-12-25  Bruno Haible  <bruno@clisp.org>
2422
2423         Fixup after 2007-10-16 commit.
2424         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
2425
2426 2007-12-24  Bruno Haible  <bruno@clisp.org>
2427
2428         Make --enable-relocatable work with DESTDIR.
2429         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
2430         to compute installdir from destprog.
2431         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
2432         also set the RELOC_DESTDIR variable.
2433         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2434
2435 2007-12-24  Bruno Haible  <bruno@clisp.org>
2436
2437         Fix link error due to xalloc_die().
2438         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
2439         of xreadlink.
2440         * lib/relocwrapper.c: Update comments.
2441         * build-aux/install-reloc: Remove xreadlink.c from file list.
2442         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
2443         xreadlink.c.
2444         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2445
2446 2007-12-24  Bruno Haible  <bruno@clisp.org>
2447
2448         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
2449         * lib/setenv.h: Remove file.
2450         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
2451         lib/setenv.h.
2452         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
2453         (Depends-on): Add stdlib.
2454         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
2455         gl_FUNC_UNSETENV.
2456         (Include): Replace setenv.h with <stdlib.h>.
2457         * modules/unsetenv: New file.
2458         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
2459         * lib/unsetenv.c: Include <stdlib.h> first.
2460         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
2461         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
2462         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
2463         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
2464         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
2465         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2466         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
2467         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2468         * doc/functions/unsetenv.texi: Update.
2469         * modules/xsetenv (Depends-on): Add unsetenv.
2470         * modules/getdate (Depends-on): Likewise.
2471         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
2472         * lib/xsetenv.c: Don't include setenv.h.
2473         * lib/getdate.y: Likewise.
2474         * lib/relocwrapper.c: Likewise.
2475         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
2476         (Depends-on): Add stdlib.
2477         * NEWS: Mention the changes.
2478         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2479
2480 2007-12-23  Bruno Haible  <bruno@clisp.org>
2481
2482         * lib/memmem.c (memmem): Use lowercase variable names. Tab
2483         indentation.
2484
2485 2007-12-23  Bruno Haible  <bruno@clisp.org>
2486
2487         * lib/c-strcasestr.c: Add more comments.
2488         * lib/c-strstr.c: Likewise.
2489         * lib/mbscasestr.c: Likewise.
2490         * lib/mbsstr.c: Likewise.
2491         * lib/strcasestr.c: Likewise.
2492         * lib/memmem.c: Likewise.
2493
2494 2007-12-23  Bruno Haible  <bruno@clisp.org>
2495
2496         * tests/test-memmem.c: Include <string.h> first.
2497
2498 2007-12-22  Bruno Haible  <bruno@clisp.org>
2499
2500         * gnulib-tool (func_create_testdir): Change $auxdir while generating
2501         the contents of $testsbase.
2502         Reported by Ralf Wildenhues.
2503
2504 2007-12-22  Bruno Haible  <bruno@clisp.org>
2505
2506         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
2507         two variables local_ldadd_before, local_ldadd_last.
2508
2509 2007-12-20  Eric Blake  <ebb9@byu.net>
2510
2511         Work around circular library issue when cross-compiling.
2512         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
2513         that progname.o does not need to pull in rpl_memcmp.
2514
2515 2007-12-19  Eric Blake  <ebb9@byu.net>
2516
2517         Fix memmem to avoid O(n^2) worst-case complexity.
2518         * lib/memmem.c (knuth_morris_pratt): New function.
2519         (memmem): Use it if first few naive iterations fail.
2520         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
2521         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
2522         * modules/memchr (License): Likewise.
2523         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
2524         malloca.
2525         * tests/test-memmem.c: Rewrite, borrowing ideas from
2526         test-mbsstr1.c; the old version wouldn't even compile!
2527         * modules/memmem-tests: New file.
2528         * lib/string.in.h (rpl_memmem): Add declaration.
2529         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
2530         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
2531         REPLACE_MEMMEM.
2532
2533 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2534
2535         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
2536         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
2537         before any system include files, and undef after them all.  This
2538         should fix a problem on VMS reported by John E. Malmberg in
2539         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
2540
2541 2007-12-17  Eric Blake  <ebb9@byu.net>
2542
2543         Revert addition of verify, for BSD/OS.
2544         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
2545         can't handle large files, for the sake of obsolete platforms.
2546         * modules/fseeko (Depends-on): Remove verify.
2547         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
2548         * doc/functions/ftello.texi (ftello): Likewise.
2549         * doc/functions/fgetpos.texi (fgetpos): Likewise.
2550         Reported by Larry Jones.
2551
2552 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
2553
2554         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
2555         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
2556
2557 2007-12-17  Jim Meyering  <meyering@redhat.com>
2558
2559         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2560         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
2561         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
2562         * modules/getcwd (Depends-on): Add openat.
2563         Reported by Petr Salinger.
2564
2565 2007-12-17  Bruno Haible  <bruno@clisp.org>
2566
2567         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
2568         avoid a segmentation fault of the configure test on x86_64 systems.
2569
2570 2007-12-15  Jim Meyering  <meyering@redhat.com>
2571
2572         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
2573
2574 2007-12-13  Eric Blake  <ebb9@byu.net>
2575
2576         Another fseek test.
2577         * tests/test-fseek.c (main): Also test ungetc handling.
2578         * tests/test-fseeko.c (main): Likewise.
2579         * modules/fseeko (Depends-on): Add verify.
2580         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
2581         large.
2582         Reported by Larry Jones.
2583
2584         Fix fseeko on mingw.
2585         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
2586         seek.
2587
2588         Beef up fseek tests.
2589         * tests/test-fseek.c (main): Also test eof handling.
2590         * tests/test-fseeko.c (main): Likewise.
2591         Reported by Larry Jones.
2592
2593 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
2594
2595         Fix fseeko on BSD-based platforms.
2596         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
2597         successful seek.
2598
2599 2007-12-12  Eric Blake  <ebb9@byu.net>
2600
2601         Allow circular dependency of separate libtests.a
2602         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
2603         when use_libtests.
2604
2605 2007-12-11  Eric Blake  <ebb9@byu.net>
2606
2607         Fix bug with -0.0L in previous patch.
2608         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
2609         * tests/test-isnan.c (main): Also test on zeroes.
2610         * tests/test-isnanf.c (main): Likewise.
2611         * tests/test-isnanl.h (main): Likewise.
2612
2613         Detect pseudo-denormals on x86 even when cross-compiling.
2614         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
2615         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
2616         invalid bit patterns that happen to satisfy ==.
2617
2618         Avoid link failures with separate libtests.a.
2619         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
2620         last, to satisfy circular dependencies.
2621
2622 2007-12-11  Eric Blake  <ebb9@byu.net>
2623         and Bruno Haible  <bruno@clisp.org>
2624
2625         Fix OpenBSD 4.0 <float.h> handling of long double.
2626         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
2627         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
2628         * doc/headers/float.texi (float.h): Document OpenBSD bug.
2629
2630 2007-12-11  Jim Meyering  <meyering@redhat.com>
2631
2632         * users.txt: Add libvirt.
2633
2634         Support versions of autoconf prior to 2.59c.
2635         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
2636         if it is not already defined.
2637
2638 2007-12-09  Bruno Haible  <bruno@clisp.org>
2639
2640         Let 'gnulib-tool --import' collect sources needed for the tests in
2641         tests/ rather than in lib/.
2642         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
2643         argument. If true, add rules to generate libtests.a, and put libtests.a
2644         into $(LDADD). Consider source files in subdirectories and set
2645         uses_subdirs.
2646         (func_emit_initmacro_start, func_emit_initmacro_end,
2647         func_emit_initmacro_done): Pass all arguments explicitly.
2648         (func_import): Determine two module lists main_modules,
2649         testsrelated_modules. Determine use_libtests. Determine two variables
2650         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
2651         instead of just sed_transform_lib_file. Determine two variables
2652         main_files and testsrelated_files. Compute 'files' as the union of
2653         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
2654         func_add_or_update. In the generated gnulib-comp.m4, collect the
2655         object files for tests/ in different variables than those for lib/.
2656         Substitute LIBTESTS_LIBDEPS.
2657         (func_create_testdir): Combine the uses_subdirs results from
2658         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
2659
2660 2007-12-09  Bruno Haible  <bruno@clisp.org>
2661
2662         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
2663         the build-aux directory.
2664
2665 2007-12-09  Bruno Haible  <bruno@clisp.org>
2666
2667         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
2668         introduced on 2006-09-09.
2669
2670 2007-12-07  Jim Meyering  <meyering@redhat.com>
2671
2672         Let these macros work also with autoconf-2.59.
2673         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
2674         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
2675         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2676
2677 2007-12-06  Jim Meyering  <meyering@redhat.com>
2678
2679         Avoid a configure-time syntax error in gl_FUNC_ACL.
2680         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
2681         function in each branch, before testing the cache variable.
2682
2683 2007-12-04  Eric Blake  <ebb9@byu.net>
2684
2685         Make scripts executable.
2686         * build-aux/config.guess: Add execute permissions.
2687         * build-aux/config.sub: Likewise.
2688         * build-aux/gendocs.sh: Likewise.
2689
2690         Fix frexp on mingw.
2691         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
2692         cross-compiling.
2693         * doc/functions/frexp.texi (frexp): Document the bug.
2694
2695         Make cygwin fseeko check more reliable.
2696         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
2697         version numbers, rather than unrelated feature check.
2698         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
2699         * doc/functions/ftello.texi (ftello): Likewise.
2700         Reported by Bruno Haible.
2701
2702         * m4/strerror.m4: Bump version number.
2703
2704 2007-12-03  Bruno Haible  <bruno@clisp.org>
2705
2706         * doc/functions/mprotect.texi: Mention the mingw problem.
2707
2708 2007-12-03  Eric Blake  <ebb9@byu.net>
2709
2710         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
2711         REPLACE_STRERROR is initialized before this macro.
2712
2713 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2714
2715         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
2716         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
2717         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
2718         put -lsec in even for programs other than 'ls'.  This fixes a problem
2719         for gettext reported by Bruno Haible in
2720         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
2721         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
2722         Add support for Solaris 10.  This isn't efficient, but should get the
2723         job done for now.
2724
2725 2007-12-03  James Youngman  <jay@gnu.org>
2726
2727         * doc/regexprops-generic.texi: change "an close-group" to "a
2728         close-group" and "illegal" to "not allowed".
2729
2730 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2731
2732         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
2733         pr_byname.h. Needed for the rare case when the maintainer has done
2734         "make maintainer-clean" in the source directory and then attempts a
2735         build outside the source directory.
2736         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
2737         scripts_byname.h.
2738
2739 2007-12-02  Martin Lambers <marlam@marlam.de>
2740             Bruno Haible  <bruno@clisp.org>
2741
2742         * lib/getpagesize.h: Remove file.
2743         * lib/unistd.in.h: Include declaration of getpagesize here.
2744         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
2745         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
2746         HAVE_SYS_PARAM_H.
2747         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
2748         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2749         * modules/getpagesize (Files): Remove lib/getpagesize.h.
2750         (Depends-on): Add unistd.
2751         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2752         (Include): Use <unistd.h> instead of getpagesize.h.
2753         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
2754         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2755         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
2756         gl_GETPAGESIZE invocation, already handled by module dependency.
2757         * lib/pagealign_alloc.c: Don't include getpagesize.h.
2758
2759 2007-12-02  Bruno Haible  <bruno@clisp.org>
2760
2761         * modules/strings-tests: New file.
2762         * tests/test-strings.c: New file.
2763
2764         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
2765         * lib/strings.in.h: New file.
2766         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
2767         * m4/strings_h.m4: New file.
2768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
2769         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
2770         * modules/strings: New file.
2771         * modules/string (Makefile.am): Update.
2772         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
2773         Reported by Karl Berry.
2774
2775 2007-12-01  Eric Blake  <ebb9@byu.net>
2776
2777         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
2778         accomodate fix in cygwin 1.5.25.
2779
2780 2007-12-01  Jim Meyering  <meyering@redhat.com>
2781
2782         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
2783         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2784         that would inhibit utf8-optimization of a regexp containing line-
2785         or buffer-anchors, e.g., `^', `$'.
2786
2787 2007-11-30  Bruno Haible  <bruno@clisp.org>
2788
2789         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
2790         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
2791         glthread_recursive_lock_init.
2792         * lib/lock.c (glthread_recursive_lock_init)
2793         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
2794         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2795
2796 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
2797
2798         New function qset_acl, like set_acl but with syscall semantics.
2799         * lib/acl.h (qset_acl): New decl.
2800         * lib/acl.c (qset_acl): New function.
2801         (set_acl): Use new function.  Use more-consistent diagnostics.
2802
2803 2007-11-28  Jim Meyering  <meyering@redhat.com>
2804
2805         * modules/physmem (License): Change from GPL to LGPLv2+.
2806
2807 2007-11-26  Bruno Haible  <bruno@clisp.org>
2808
2809         * lib/vasnprintf.c (decode_long_double): Don't abort if the
2810         'long double' type has excess precision.
2811         Reported by Jim Meyering in
2812         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
2813
2814 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2815
2816         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
2817         Sync from <http://gnu.org/licenses>.
2818         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
2819         with license text from same location.
2820         * doc/maintain.texi, doc/standards.texi:  Sync from
2821         <http://savannah.gnu.org/projects/gnustandards>.
2822
2823 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
2824         and Jim Meyering  <meyering@redhat.com>
2825
2826         Adjust getdate' grammar to accept a slightly more regular language.
2827         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
2828         Before, the former was rejected.
2829         * lib/getdate.y (digits_to_date_time): New function, factored
2830         out of ...
2831         (number): ...here.  Just call digits_to_date_time.
2832         (hybrid): New non-terminal to handle an <unsigned number,
2833         signed relative offset> sequence consistently.
2834
2835 2007-11-18  Jim Meyering  <meyering@redhat.com>
2836
2837         Pull my changes from coreutils:
2838         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
2839         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
2840         use of $gnulib_tool_option_extras, so that it's separated from the
2841         preceding argument.
2842
2843         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
2844         * build-aux/bootstrap (cp_mark_as_generated): Create any required
2845         parent destination directories before copying a file into place.
2846
2847 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2848
2849         bootstrap: work also with 4-argument variant of AC_INIT
2850         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
2851
2852 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2853
2854         Port test-getaddrinfo to Solaris.
2855         Problem reported by Bruno Haible in
2856         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
2857         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
2858         explanation of setting 'hints'.
2859         Don't reject an implementation merely because it returns EAI_SERVICE.
2860         (EAI_SERVICE): Define to 0 if not defined.
2861
2862 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2863
2864         The license of gnu-make and posix-shell is now "GPLed build tool".
2865         * modules/gnu-make (License): Likewise.
2866         * modules/posix-shell (License): Likewise.
2867
2868         New module posix-shell, for determining a POSIX shell
2869         or perhaps something that is close enough to a POSIX shell.
2870         * m4/posix-shell.m4: New file.
2871         * modules/posix-shell: New file.
2872
2873         * MODULES.html.sh: Mention new module.
2874
2875         New module gnu-make, for determining whether we're using GNU Make.
2876         * m4/gnu-make.m4: New file.
2877         * modules/gnu-make: New file.
2878         * MODULES.html.sh: Mention new module.
2879
2880 2007-11-14  Jim Meyering  <meyering@redhat.com>
2881
2882         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
2883         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
2884         use this macro to create a function _definition_.
2885         Remove useless "#undef ARGMATCH_DIE".
2886
2887 2007-11-14  Bruno Haible  <bruno@clisp.org>
2888
2889         * lib/config.charset: Update for OpenBSD 4.1.
2890         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
2891
2892 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         Document 64-bit #if problems in stdint.texi.
2895         * doc/headers/stdint.texi (stdint.h): Mention problems with
2896         64-bit-#if, and how to work around them.
2897
2898         Don't insist on 'long long int' support in the preprocessor.  It
2899         breaks too many things.  For example, PRIdMAX still uses a 'long
2900         long int' format with the latest Sun compiler, even though
2901         HAVE_LONG_LONG_INT isn't defined due to that compiler's
2902         preprocessor problem.  This causes the latest coreutils to dump
2903         core on Solaris 10 sparc with the Sun C compiler.
2904         Instead, fix the 2007-10-16 problem in a different way, by evaluating
2905         the troublesome expressions at configure-time, not at #if-time.
2906         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
2907         preprocessor.
2908         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
2909         compile-time C checks, done at 'configure'-time.
2910         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
2911         * modules/inttypes (Makefile): Substitute the new symbols that
2912         gl_INTTYPES_H now generates.
2913         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
2914
2915 2007-11-12  Bruno Haible  <bruno@clisp.org>
2916
2917         Tests for Unicode character classification functions.
2918
2919         * modules/unictype/bidicategory-byname-tests: New file.
2920         * modules/unictype/bidicategory-name-tests: New file.
2921         * modules/unictype/bidicategory-of-tests: New file.
2922         * modules/unictype/bidicategory-test-tests: New file.
2923         * modules/unictype/block-list-tests: New file.
2924         * modules/unictype/block-of-tests: New file.
2925         * modules/unictype/block-test-tests: New file.
2926         * modules/unictype/category-C-tests: New file.
2927         * modules/unictype/category-Cc-tests: New file.
2928         * modules/unictype/category-Cf-tests: New file.
2929         * modules/unictype/category-Cn-tests: New file.
2930         * modules/unictype/category-Co-tests: New file.
2931         * modules/unictype/category-Cs-tests: New file.
2932         * modules/unictype/category-L-tests: New file.
2933         * modules/unictype/category-Ll-tests: New file.
2934         * modules/unictype/category-Lm-tests: New file.
2935         * modules/unictype/category-Lo-tests: New file.
2936         * modules/unictype/category-Lt-tests: New file.
2937         * modules/unictype/category-Lu-tests: New file.
2938         * modules/unictype/category-M-tests: New file.
2939         * modules/unictype/category-Mc-tests: New file.
2940         * modules/unictype/category-Me-tests: New file.
2941         * modules/unictype/category-Mn-tests: New file.
2942         * modules/unictype/category-N-tests: New file.
2943         * modules/unictype/category-Nd-tests: New file.
2944         * modules/unictype/category-Nl-tests: New file.
2945         * modules/unictype/category-No-tests: New file.
2946         * modules/unictype/category-P-tests: New file.
2947         * modules/unictype/category-Pc-tests: New file.
2948         * modules/unictype/category-Pd-tests: New file.
2949         * modules/unictype/category-Pe-tests: New file.
2950         * modules/unictype/category-Pf-tests: New file.
2951         * modules/unictype/category-Pi-tests: New file.
2952         * modules/unictype/category-Po-tests: New file.
2953         * modules/unictype/category-Ps-tests: New file.
2954         * modules/unictype/category-S-tests: New file.
2955         * modules/unictype/category-Sc-tests: New file.
2956         * modules/unictype/category-Sk-tests: New file.
2957         * modules/unictype/category-Sm-tests: New file.
2958         * modules/unictype/category-So-tests: New file.
2959         * modules/unictype/category-Z-tests: New file.
2960         * modules/unictype/category-Zl-tests: New file.
2961         * modules/unictype/category-Zp-tests: New file.
2962         * modules/unictype/category-Zs-tests: New file.
2963         * modules/unictype/category-and-not-tests: New file.
2964         * modules/unictype/category-and-tests: New file.
2965         * modules/unictype/category-byname-tests: New file.
2966         * modules/unictype/category-name-tests: New file.
2967         * modules/unictype/category-none-tests: New file.
2968         * modules/unictype/category-of-tests: New file.
2969         * modules/unictype/category-or-tests: New file.
2970         * modules/unictype/category-test-withtable-tests: New file.
2971         * modules/unictype/combining-class-tests: New file.
2972         * modules/unictype/ctype-alnum-tests: New file.
2973         * modules/unictype/ctype-alpha-tests: New file.
2974         * modules/unictype/ctype-blank-tests: New file.
2975         * modules/unictype/ctype-cntrl-tests: New file.
2976         * modules/unictype/ctype-digit-tests: New file.
2977         * modules/unictype/ctype-graph-tests: New file.
2978         * modules/unictype/ctype-lower-tests: New file.
2979         * modules/unictype/ctype-print-tests: New file.
2980         * modules/unictype/ctype-punct-tests: New file.
2981         * modules/unictype/ctype-space-tests: New file.
2982         * modules/unictype/ctype-upper-tests: New file.
2983         * modules/unictype/ctype-xdigit-tests: New file.
2984         * modules/unictype/decimal-digit-tests: New file.
2985         * modules/unictype/digit-tests: New file.
2986         * modules/unictype/mirror-tests: New file.
2987         * modules/unictype/numeric-tests: New file.
2988         * modules/unictype/property-alphabetic-tests: New file.
2989         * modules/unictype/property-ascii-hex-digit-tests: New file.
2990         * modules/unictype/property-bidi-arabic-digit-tests: New file.
2991         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
2992         * modules/unictype/property-bidi-block-separator-tests: New file.
2993         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
2994         * modules/unictype/property-bidi-common-separator-tests: New file.
2995         * modules/unictype/property-bidi-control-tests: New file.
2996         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
2997         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
2998         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
2999         * modules/unictype/property-bidi-european-digit-tests: New file.
3000         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
3001         * modules/unictype/property-bidi-left-to-right-tests: New file.
3002         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
3003         * modules/unictype/property-bidi-other-neutral-tests: New file.
3004         * modules/unictype/property-bidi-pdf-tests: New file.
3005         * modules/unictype/property-bidi-segment-separator-tests: New file.
3006         * modules/unictype/property-bidi-whitespace-tests: New file.
3007         * modules/unictype/property-byname-tests: New file.
3008         * modules/unictype/property-combining-tests: New file.
3009         * modules/unictype/property-composite-tests: New file.
3010         * modules/unictype/property-currency-symbol-tests: New file.
3011         * modules/unictype/property-dash-tests: New file.
3012         * modules/unictype/property-decimal-digit-tests: New file.
3013         * modules/unictype/property-default-ignorable-code-point-tests: New file.
3014         * modules/unictype/property-deprecated-tests: New file.
3015         * modules/unictype/property-diacritic-tests: New file.
3016         * modules/unictype/property-extender-tests: New file.
3017         * modules/unictype/property-format-control-tests: New file.
3018         * modules/unictype/property-grapheme-base-tests: New file.
3019         * modules/unictype/property-grapheme-extend-tests: New file.
3020         * modules/unictype/property-grapheme-link-tests: New file.
3021         * modules/unictype/property-hex-digit-tests: New file.
3022         * modules/unictype/property-hyphen-tests: New file.
3023         * modules/unictype/property-id-continue-tests: New file.
3024         * modules/unictype/property-id-start-tests: New file.
3025         * modules/unictype/property-ideographic-tests: New file.
3026         * modules/unictype/property-ids-binary-operator-tests: New file.
3027         * modules/unictype/property-ids-trinary-operator-tests: New file.
3028         * modules/unictype/property-ignorable-control-tests: New file.
3029         * modules/unictype/property-iso-control-tests: New file.
3030         * modules/unictype/property-join-control-tests: New file.
3031         * modules/unictype/property-left-of-pair-tests: New file.
3032         * modules/unictype/property-line-separator-tests: New file.
3033         * modules/unictype/property-logical-order-exception-tests: New file.
3034         * modules/unictype/property-lowercase-tests: New file.
3035         * modules/unictype/property-math-tests: New file.
3036         * modules/unictype/property-non-break-tests: New file.
3037         * modules/unictype/property-not-a-character-tests: New file.
3038         * modules/unictype/property-numeric-tests: New file.
3039         * modules/unictype/property-other-alphabetic-tests: New file.
3040         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
3041         * modules/unictype/property-other-grapheme-extend-tests: New file.
3042         * modules/unictype/property-other-id-continue-tests: New file.
3043         * modules/unictype/property-other-id-start-tests: New file.
3044         * modules/unictype/property-other-lowercase-tests: New file.
3045         * modules/unictype/property-other-math-tests: New file.
3046         * modules/unictype/property-other-uppercase-tests: New file.
3047         * modules/unictype/property-paired-punctuation-tests: New file.
3048         * modules/unictype/property-paragraph-separator-tests: New file.
3049         * modules/unictype/property-pattern-syntax-tests: New file.
3050         * modules/unictype/property-pattern-white-space-tests: New file.
3051         * modules/unictype/property-private-use-tests: New file.
3052         * modules/unictype/property-punctuation-tests: New file.
3053         * modules/unictype/property-quotation-mark-tests: New file.
3054         * modules/unictype/property-radical-tests: New file.
3055         * modules/unictype/property-sentence-terminal-tests: New file.
3056         * modules/unictype/property-soft-dotted-tests: New file.
3057         * modules/unictype/property-space-tests: New file.
3058         * modules/unictype/property-terminal-punctuation-tests: New file.
3059         * modules/unictype/property-test-tests: New file.
3060         * modules/unictype/property-titlecase-tests: New file.
3061         * modules/unictype/property-unassigned-code-value-tests: New file.
3062         * modules/unictype/property-unified-ideograph-tests: New file.
3063         * modules/unictype/property-uppercase-tests: New file.
3064         * modules/unictype/property-variation-selector-tests: New file.
3065         * modules/unictype/property-white-space-tests: New file.
3066         * modules/unictype/property-xid-continue-tests: New file.
3067         * modules/unictype/property-xid-start-tests: New file.
3068         * modules/unictype/property-zero-width-tests: New file.
3069         * modules/unictype/scripts-tests: New file.
3070         * modules/unictype/syntax-c-ident-tests: New file.
3071         * modules/unictype/syntax-c-whitespace-tests: New file.
3072         * modules/unictype/syntax-java-ident-tests: New file.
3073         * modules/unictype/syntax-java-whitespace-tests: New file.
3074         * tests/unictype/test-bidi_byname.c: New file.
3075         * tests/unictype/test-bidi_name.c: New file.
3076         * tests/unictype/test-bidi_of.c: New file.
3077         * tests/unictype/test-bidi_test.c: New file.
3078         * tests/unictype/test-block_list.c: New file.
3079         * tests/unictype/test-block_of.c: New file.
3080         * tests/unictype/test-block_test.c: New file.
3081         * tests/unictype/test-categ_and.c: New file.
3082         * tests/unictype/test-categ_and_not.c: New file.
3083         * tests/unictype/test-categ_byname.c: New file.
3084         * tests/unictype/test-categ_name.c: New file.
3085         * tests/unictype/test-categ_none.c: New file.
3086         * tests/unictype/test-categ_of.c: New file.
3087         * tests/unictype/test-categ_or.c: New file.
3088         * tests/unictype/test-categ_test_withtable.c: New file.
3089         * tests/unictype/test-combining.c: New file.
3090         * tests/unictype/test-decdigit.c: New file.
3091         * tests/unictype/test-digit.c: New file.
3092         * tests/unictype/test-mirror.c: New file.
3093         * tests/unictype/test-numeric.c: New file.
3094         * tests/unictype/test-pr_byname.c: New file.
3095         * tests/unictype/test-pr_test.c: New file.
3096         * tests/unictype/test-predicate-part1.h: New file.
3097         * tests/unictype/test-predicate-part2.h: New file.
3098         * tests/unictype/test-scripts.c: New file.
3099         * tests/unictype/test-sy_c_ident.c: New file.
3100         * tests/unictype/test-sy_java_ident.c: New file.
3101
3102         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
3103         for Unicode 5.0.0.
3104         * tests/unictype/test-categ_Cc.c: Likewise.
3105         * tests/unictype/test-categ_Cf.c: Likewise.
3106         * tests/unictype/test-categ_Cn.c: Likewise.
3107         * tests/unictype/test-categ_Co.c: Likewise.
3108         * tests/unictype/test-categ_Cs.c: Likewise.
3109         * tests/unictype/test-categ_L.c: Likewise.
3110         * tests/unictype/test-categ_Ll.c: Likewise.
3111         * tests/unictype/test-categ_Lm.c: Likewise.
3112         * tests/unictype/test-categ_Lo.c: Likewise.
3113         * tests/unictype/test-categ_Lt.c: Likewise.
3114         * tests/unictype/test-categ_Lu.c: Likewise.
3115         * tests/unictype/test-categ_M.c: Likewise.
3116         * tests/unictype/test-categ_Mc.c: Likewise.
3117         * tests/unictype/test-categ_Me.c: Likewise.
3118         * tests/unictype/test-categ_Mn.c: Likewise.
3119         * tests/unictype/test-categ_N.c: Likewise.
3120         * tests/unictype/test-categ_Nd.c: Likewise.
3121         * tests/unictype/test-categ_Nl.c: Likewise.
3122         * tests/unictype/test-categ_No.c: Likewise.
3123         * tests/unictype/test-categ_P.c: Likewise.
3124         * tests/unictype/test-categ_Pc.c: Likewise.
3125         * tests/unictype/test-categ_Pd.c: Likewise.
3126         * tests/unictype/test-categ_Pe.c: Likewise.
3127         * tests/unictype/test-categ_Pf.c: Likewise.
3128         * tests/unictype/test-categ_Pi.c: Likewise.
3129         * tests/unictype/test-categ_Po.c: Likewise.
3130         * tests/unictype/test-categ_Ps.c: Likewise.
3131         * tests/unictype/test-categ_S.c: Likewise.
3132         * tests/unictype/test-categ_Sc.c: Likewise.
3133         * tests/unictype/test-categ_Sk.c: Likewise.
3134         * tests/unictype/test-categ_Sm.c: Likewise.
3135         * tests/unictype/test-categ_So.c: Likewise.
3136         * tests/unictype/test-categ_Z.c: Likewise.
3137         * tests/unictype/test-categ_Zl.c: Likewise.
3138         * tests/unictype/test-categ_Zp.c: Likewise.
3139         * tests/unictype/test-categ_Zs.c: Likewise.
3140         * tests/unictype/test-ctype_alnum.c: Likewise.
3141         * tests/unictype/test-ctype_alpha.c: Likewise.
3142         * tests/unictype/test-ctype_blank.c: Likewise.
3143         * tests/unictype/test-ctype_cntrl.c: Likewise.
3144         * tests/unictype/test-ctype_digit.c: Likewise.
3145         * tests/unictype/test-ctype_graph.c: Likewise.
3146         * tests/unictype/test-ctype_lower.c: Likewise.
3147         * tests/unictype/test-ctype_print.c: Likewise.
3148         * tests/unictype/test-ctype_punct.c: Likewise.
3149         * tests/unictype/test-ctype_space.c: Likewise.
3150         * tests/unictype/test-ctype_upper.c: Likewise.
3151         * tests/unictype/test-ctype_xdigit.c: Likewise.
3152         * tests/unictype/test-decdigit.h: Likewise.
3153         * tests/unictype/test-digit.h: Likewise.
3154         * tests/unictype/test-numeric.h: Likewise.
3155         * tests/unictype/test-pr_alphabetic.c: Likewise.
3156         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
3157         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
3158         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
3159         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
3160         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
3161         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
3162         * tests/unictype/test-pr_bidi_control.c: Likewise.
3163         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
3164         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
3165         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
3166         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
3167         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
3168         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
3169         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
3170         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
3171         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
3172         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
3173         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
3174         * tests/unictype/test-pr_combining.c: Likewise.
3175         * tests/unictype/test-pr_composite.c: Likewise.
3176         * tests/unictype/test-pr_currency_symbol.c: Likewise.
3177         * tests/unictype/test-pr_dash.c: Likewise.
3178         * tests/unictype/test-pr_decimal_digit.c: Likewise.
3179         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
3180         * tests/unictype/test-pr_deprecated.c: Likewise.
3181         * tests/unictype/test-pr_diacritic.c: Likewise.
3182         * tests/unictype/test-pr_extender.c: Likewise.
3183         * tests/unictype/test-pr_format_control.c: Likewise.
3184         * tests/unictype/test-pr_grapheme_base.c: Likewise.
3185         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
3186         * tests/unictype/test-pr_grapheme_link.c: Likewise.
3187         * tests/unictype/test-pr_hex_digit.c: Likewise.
3188         * tests/unictype/test-pr_hyphen.c: Likewise.
3189         * tests/unictype/test-pr_id_continue.c: Likewise.
3190         * tests/unictype/test-pr_id_start.c: Likewise.
3191         * tests/unictype/test-pr_ideographic.c: Likewise.
3192         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
3193         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
3194         * tests/unictype/test-pr_ignorable_control.c: Likewise.
3195         * tests/unictype/test-pr_iso_control.c: Likewise.
3196         * tests/unictype/test-pr_join_control.c: Likewise.
3197         * tests/unictype/test-pr_left_of_pair.c: Likewise.
3198         * tests/unictype/test-pr_line_separator.c: Likewise.
3199         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
3200         * tests/unictype/test-pr_lowercase.c: Likewise.
3201         * tests/unictype/test-pr_math.c: Likewise.
3202         * tests/unictype/test-pr_non_break.c: Likewise.
3203         * tests/unictype/test-pr_not_a_character.c: Likewise.
3204         * tests/unictype/test-pr_numeric.c: Likewise.
3205         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
3206         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
3207         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
3208         * tests/unictype/test-pr_other_id_continue.c: Likewise.
3209         * tests/unictype/test-pr_other_id_start.c: Likewise.
3210         * tests/unictype/test-pr_other_lowercase.c: Likewise.
3211         * tests/unictype/test-pr_other_math.c: Likewise.
3212         * tests/unictype/test-pr_other_uppercase.c: Likewise.
3213         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
3214         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
3215         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
3216         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
3217         * tests/unictype/test-pr_private_use.c: Likewise.
3218         * tests/unictype/test-pr_punctuation.c: Likewise.
3219         * tests/unictype/test-pr_quotation_mark.c: Likewise.
3220         * tests/unictype/test-pr_radical.c: Likewise.
3221         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
3222         * tests/unictype/test-pr_soft_dotted.c: Likewise.
3223         * tests/unictype/test-pr_space.c: Likewise.
3224         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
3225         * tests/unictype/test-pr_titlecase.c: Likewise.
3226         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
3227         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
3228         * tests/unictype/test-pr_uppercase.c: Likewise.
3229         * tests/unictype/test-pr_variation_selector.c: Likewise.
3230         * tests/unictype/test-pr_white_space.c: Likewise.
3231         * tests/unictype/test-pr_xid_continue.c: Likewise.
3232         * tests/unictype/test-pr_xid_start.c: Likewise.
3233         * tests/unictype/test-pr_zero_width.c: Likewise.
3234         * tests/unictype/test-sy_c_whitespace.c: Likewise.
3235         * tests/unictype/test-sy_java_whitespace.c: Likewise.
3236
3237 2007-11-12  Bruno Haible  <bruno@clisp.org>
3238
3239         Unicode character classification functions.
3240         * lib/unictype.h: New file.
3241         * modules/unictype/base: New file.
3242         * modules/unictype/category-L: New file.
3243         * modules/unictype/category-Lu: New file.
3244         * modules/unictype/category-Ll: New file.
3245         * modules/unictype/category-Lt: New file.
3246         * modules/unictype/category-Lm: New file.
3247         * modules/unictype/category-Lo: New file.
3248         * modules/unictype/category-M: New file.
3249         * modules/unictype/category-Mn: New file.
3250         * modules/unictype/category-Mc: New file.
3251         * modules/unictype/category-Me: New file.
3252         * modules/unictype/category-N: New file.
3253         * modules/unictype/category-Nd: New file.
3254         * modules/unictype/category-Nl: New file.
3255         * modules/unictype/category-No: New file.
3256         * modules/unictype/category-P: New file.
3257         * modules/unictype/category-Pc: New file.
3258         * modules/unictype/category-Pd: New file.
3259         * modules/unictype/category-Ps: New file.
3260         * modules/unictype/category-Pe: New file.
3261         * modules/unictype/category-Pi: New file.
3262         * modules/unictype/category-Pf: New file.
3263         * modules/unictype/category-Po: New file.
3264         * modules/unictype/category-S: New file.
3265         * modules/unictype/category-Sm: New file.
3266         * modules/unictype/category-Sc: New file.
3267         * modules/unictype/category-Sk: New file.
3268         * modules/unictype/category-So: New file.
3269         * modules/unictype/category-Z: New file.
3270         * modules/unictype/category-Zs: New file.
3271         * modules/unictype/category-Zl: New file.
3272         * modules/unictype/category-Zp: New file.
3273         * modules/unictype/category-C: New file.
3274         * modules/unictype/category-Cc: New file.
3275         * modules/unictype/category-Cf: New file.
3276         * modules/unictype/category-Cs: New file.
3277         * modules/unictype/category-Co: New file.
3278         * modules/unictype/category-Cn: New file.
3279         * modules/unictype/category-or: New file.
3280         * modules/unictype/category-of: New file.
3281         * modules/unictype/category-test: New file.
3282         * modules/unictype/category-test-withtable: New file.
3283         * modules/unictype/category-byname: New file.
3284         * modules/unictype/category-none: New file.
3285         * modules/unictype/category-and: New file.
3286         * modules/unictype/category-and-not: New file.
3287         * modules/unictype/category-name: New file.
3288         * modules/unictype/combining-class: New file.
3289         * modules/unictype/category-all: New file.
3290         * modules/unictype/bidicategory-all: New file.
3291         * modules/unictype/bidicategory-byname: New file.
3292         * modules/unictype/bidicategory-name: New file.
3293         * modules/unictype/bidicategory-of: New file.
3294         * modules/unictype/bidicategory-test: New file.
3295         * modules/unictype/decimal-digit: New file.
3296         * modules/unictype/digit: New file.
3297         * modules/unictype/numeric: New file.
3298         * modules/unictype/mirror: New file.
3299         * modules/unictype/property-white-space: New file.
3300         * modules/unictype/property-alphabetic: New file.
3301         * modules/unictype/property-other-alphabetic: New file.
3302         * modules/unictype/property-not-a-character: New file.
3303         * modules/unictype/property-default-ignorable-code-point: New file.
3304         * modules/unictype/property-other-default-ignorable-code-point: New
3305         file.
3306         * modules/unictype/property-deprecated: New file.
3307         * modules/unictype/property-logical-order-exception: New file.
3308         * modules/unictype/property-variation-selector: New file.
3309         * modules/unictype/property-private-use: New file.
3310         * modules/unictype/property-unassigned-code-value: New file.
3311         * modules/unictype/property-uppercase: New file.
3312         * modules/unictype/property-other-uppercase: New file.
3313         * modules/unictype/property-lowercase: New file.
3314         * modules/unictype/property-other-lowercase: New file.
3315         * modules/unictype/property-titlecase: New file.
3316         * modules/unictype/property-soft-dotted: New file.
3317         * modules/unictype/property-id-start: New file.
3318         * modules/unictype/property-other-id-start: New file.
3319         * modules/unictype/property-id-continue: New file.
3320         * modules/unictype/property-other-id-continue: New file.
3321         * modules/unictype/property-xid-start: New file.
3322         * modules/unictype/property-xid-continue: New file.
3323         * modules/unictype/property-pattern-white-space: New file.
3324         * modules/unictype/property-pattern-syntax: New file.
3325         * modules/unictype/property-join-control: New file.
3326         * modules/unictype/property-grapheme-base: New file.
3327         * modules/unictype/property-grapheme-extend: New file.
3328         * modules/unictype/property-other-grapheme-extend: New file.
3329         * modules/unictype/property-grapheme-link: New file.
3330         * modules/unictype/property-bidi-control: New file.
3331         * modules/unictype/property-bidi-left-to-right: New file.
3332         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
3333         * modules/unictype/property-bidi-arabic-right-to-left: New file.
3334         * modules/unictype/property-bidi-european-digit: New file.
3335         * modules/unictype/property-bidi-eur-num-separator: New file.
3336         * modules/unictype/property-bidi-eur-num-terminator: New file.
3337         * modules/unictype/property-bidi-arabic-digit: New file.
3338         * modules/unictype/property-bidi-common-separator: New file.
3339         * modules/unictype/property-bidi-block-separator: New file.
3340         * modules/unictype/property-bidi-segment-separator: New file.
3341         * modules/unictype/property-bidi-whitespace: New file.
3342         * modules/unictype/property-bidi-non-spacing-mark: New file.
3343         * modules/unictype/property-bidi-boundary-neutral: New file.
3344         * modules/unictype/property-bidi-pdf: New file.
3345         * modules/unictype/property-bidi-embedding-or-override: New file.
3346         * modules/unictype/property-bidi-other-neutral: New file.
3347         * modules/unictype/property-hex-digit: New file.
3348         * modules/unictype/property-ascii-hex-digit: New file.
3349         * modules/unictype/property-ideographic: New file.
3350         * modules/unictype/property-unified-ideograph: New file.
3351         * modules/unictype/property-radical: New file.
3352         * modules/unictype/property-ids-binary-operator: New file.
3353         * modules/unictype/property-ids-trinary-operator: New file.
3354         * modules/unictype/property-zero-width: New file.
3355         * modules/unictype/property-space: New file.
3356         * modules/unictype/property-non-break: New file.
3357         * modules/unictype/property-iso-control: New file.
3358         * modules/unictype/property-format-control: New file.
3359         * modules/unictype/property-dash: New file.
3360         * modules/unictype/property-hyphen: New file.
3361         * modules/unictype/property-punctuation: New file.
3362         * modules/unictype/property-line-separator: New file.
3363         * modules/unictype/property-paragraph-separator: New file.
3364         * modules/unictype/property-quotation-mark: New file.
3365         * modules/unictype/property-sentence-terminal: New file.
3366         * modules/unictype/property-terminal-punctuation: New file.
3367         * modules/unictype/property-currency-symbol: New file.
3368         * modules/unictype/property-math: New file.
3369         * modules/unictype/property-other-math: New file.
3370         * modules/unictype/property-paired-punctuation: New file.
3371         * modules/unictype/property-left-of-pair: New file.
3372         * modules/unictype/property-combining: New file.
3373         * modules/unictype/property-composite: New file.
3374         * modules/unictype/property-decimal-digit: New file.
3375         * modules/unictype/property-numeric: New file.
3376         * modules/unictype/property-diacritic: New file.
3377         * modules/unictype/property-extender: New file.
3378         * modules/unictype/property-ignorable-control: New file.
3379         * modules/unictype/property-test: New file.
3380         * modules/unictype/property-byname: New file.
3381         * modules/unictype/property-all: New file.
3382         * modules/unictype/scripts: New file.
3383         * modules/unictype/scripts-all: New file.
3384         * modules/unictype/block-of: New file.
3385         * modules/unictype/block-test: New file.
3386         * modules/unictype/block-list: New file.
3387         * modules/unictype/block-all: New file.
3388         * modules/unictype/syntax-c-whitespace: New file.
3389         * modules/unictype/syntax-java-whitespace: New file.
3390         * modules/unictype/syntax-c-ident: New file.
3391         * modules/unictype/syntax-java-ident: New file.
3392         * modules/unictype/ctype-alnum: New file.
3393         * modules/unictype/ctype-alpha: New file.
3394         * modules/unictype/ctype-cntrl: New file.
3395         * modules/unictype/ctype-digit: New file.
3396         * modules/unictype/ctype-graph: New file.
3397         * modules/unictype/ctype-lower: New file.
3398         * modules/unictype/ctype-print: New file.
3399         * modules/unictype/ctype-punct: New file.
3400         * modules/unictype/ctype-space: New file.
3401         * modules/unictype/ctype-upper: New file.
3402         * modules/unictype/ctype-xdigit: New file.
3403         * modules/unictype/ctype-blank: New file.
3404         * lib/unictype/bidi_byname.c: New file.
3405         * lib/unictype/bidi_name.c: New file.
3406         * lib/unictype/bidi_of.c: New file.
3407         * lib/unictype/bidi_test.c: New file.
3408         * lib/unictype/bitmap.h: New file.
3409         * lib/unictype/block_test.c: New file.
3410         * lib/unictype/blocks.c: New file.
3411         * lib/unictype/categ_C.c: New file.
3412         * lib/unictype/categ_Cc.c: New file.
3413         * lib/unictype/categ_Cf.c: New file.
3414         * lib/unictype/categ_Cn.c: New file.
3415         * lib/unictype/categ_Co.c: New file.
3416         * lib/unictype/categ_Cs.c: New file.
3417         * lib/unictype/categ_L.c: New file.
3418         * lib/unictype/categ_Ll.c: New file.
3419         * lib/unictype/categ_Lm.c: New file.
3420         * lib/unictype/categ_Lo.c: New file.
3421         * lib/unictype/categ_Lt.c: New file.
3422         * lib/unictype/categ_Lu.c: New file.
3423         * lib/unictype/categ_M.c: New file.
3424         * lib/unictype/categ_Mc.c: New file.
3425         * lib/unictype/categ_Me.c: New file.
3426         * lib/unictype/categ_Mn.c: New file.
3427         * lib/unictype/categ_N.c: New file.
3428         * lib/unictype/categ_Nd.c: New file.
3429         * lib/unictype/categ_Nl.c: New file.
3430         * lib/unictype/categ_No.c: New file.
3431         * lib/unictype/categ_P.c: New file.
3432         * lib/unictype/categ_Pc.c: New file.
3433         * lib/unictype/categ_Pd.c: New file.
3434         * lib/unictype/categ_Pe.c: New file.
3435         * lib/unictype/categ_Pf.c: New file.
3436         * lib/unictype/categ_Pi.c: New file.
3437         * lib/unictype/categ_Po.c: New file.
3438         * lib/unictype/categ_Ps.c: New file.
3439         * lib/unictype/categ_S.c: New file.
3440         * lib/unictype/categ_Sc.c: New file.
3441         * lib/unictype/categ_Sk.c: New file.
3442         * lib/unictype/categ_Sm.c: New file.
3443         * lib/unictype/categ_So.c: New file.
3444         * lib/unictype/categ_Z.c: New file.
3445         * lib/unictype/categ_Zl.c: New file.
3446         * lib/unictype/categ_Zp.c: New file.
3447         * lib/unictype/categ_Zs.c: New file.
3448         * lib/unictype/categ_and.c: New file.
3449         * lib/unictype/categ_and_not.c: New file.
3450         * lib/unictype/categ_byname.c: New file.
3451         * lib/unictype/categ_name.c: New file.
3452         * lib/unictype/categ_none.c: New file.
3453         * lib/unictype/categ_of.c: New file.
3454         * lib/unictype/categ_or.c: New file.
3455         * lib/unictype/categ_test.c: New file.
3456         * lib/unictype/combining.c: New file.
3457         * lib/unictype/ctype_alnum.c: New file.
3458         * lib/unictype/ctype_alpha.c: New file.
3459         * lib/unictype/ctype_blank.c: New file.
3460         * lib/unictype/ctype_cntrl.c: New file.
3461         * lib/unictype/ctype_digit.c: New file.
3462         * lib/unictype/ctype_graph.c: New file.
3463         * lib/unictype/ctype_lower.c: New file.
3464         * lib/unictype/ctype_print.c: New file.
3465         * lib/unictype/ctype_punct.c: New file.
3466         * lib/unictype/ctype_space.c: New file.
3467         * lib/unictype/ctype_upper.c: New file.
3468         * lib/unictype/ctype_xdigit.c: New file.
3469         * lib/unictype/decdigit.c: New file.
3470         * lib/unictype/digit.c: New file.
3471         * lib/unictype/identsyntaxmap.h: New file.
3472         * lib/unictype/mirror.c: New file.
3473         * lib/unictype/numeric.c: New file.
3474         * lib/unictype/pr_alphabetic.c: New file.
3475         * lib/unictype/pr_ascii_hex_digit.c: New file.
3476         * lib/unictype/pr_bidi_arabic_digit.c: New file.
3477         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
3478         * lib/unictype/pr_bidi_block_separator.c: New file.
3479         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
3480         * lib/unictype/pr_bidi_common_separator.c: New file.
3481         * lib/unictype/pr_bidi_control.c: New file.
3482         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
3483         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
3484         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
3485         * lib/unictype/pr_bidi_european_digit.c: New file.
3486         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
3487         * lib/unictype/pr_bidi_left_to_right.c: New file.
3488         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
3489         * lib/unictype/pr_bidi_other_neutral.c: New file.
3490         * lib/unictype/pr_bidi_pdf.c: New file.
3491         * lib/unictype/pr_bidi_segment_separator.c: New file.
3492         * lib/unictype/pr_bidi_whitespace.c: New file.
3493         * lib/unictype/pr_byname.c: New file.
3494         * lib/unictype/pr_byname.gperf: New file.
3495         * lib/unictype/pr_combining.c: New file.
3496         * lib/unictype/pr_composite.c: New file.
3497         * lib/unictype/pr_currency_symbol.c: New file.
3498         * lib/unictype/pr_dash.c: New file.
3499         * lib/unictype/pr_decimal_digit.c: New file.
3500         * lib/unictype/pr_default_ignorable_code_point.c: New file.
3501         * lib/unictype/pr_deprecated.c: New file.
3502         * lib/unictype/pr_diacritic.c: New file.
3503         * lib/unictype/pr_extender.c: New file.
3504         * lib/unictype/pr_format_control.c: New file.
3505         * lib/unictype/pr_grapheme_base.c: New file.
3506         * lib/unictype/pr_grapheme_extend.c: New file.
3507         * lib/unictype/pr_grapheme_link.c: New file.
3508         * lib/unictype/pr_hex_digit.c: New file.
3509         * lib/unictype/pr_hyphen.c: New file.
3510         * lib/unictype/pr_id_continue.c: New file.
3511         * lib/unictype/pr_id_start.c: New file.
3512         * lib/unictype/pr_ideographic.c: New file.
3513         * lib/unictype/pr_ids_binary_operator.c: New file.
3514         * lib/unictype/pr_ids_trinary_operator.c: New file.
3515         * lib/unictype/pr_ignorable_control.c: New file.
3516         * lib/unictype/pr_iso_control.c: New file.
3517         * lib/unictype/pr_join_control.c: New file.
3518         * lib/unictype/pr_left_of_pair.c: New file.
3519         * lib/unictype/pr_line_separator.c: New file.
3520         * lib/unictype/pr_logical_order_exception.c: New file.
3521         * lib/unictype/pr_lowercase.c: New file.
3522         * lib/unictype/pr_math.c: New file.
3523         * lib/unictype/pr_non_break.c: New file.
3524         * lib/unictype/pr_not_a_character.c: New file.
3525         * lib/unictype/pr_numeric.c: New file.
3526         * lib/unictype/pr_other_alphabetic.c: New file.
3527         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
3528         * lib/unictype/pr_other_grapheme_extend.c: New file.
3529         * lib/unictype/pr_other_id_continue.c: New file.
3530         * lib/unictype/pr_other_id_start.c: New file.
3531         * lib/unictype/pr_other_lowercase.c: New file.
3532         * lib/unictype/pr_other_math.c: New file.
3533         * lib/unictype/pr_other_uppercase.c: New file.
3534         * lib/unictype/pr_paired_punctuation.c: New file.
3535         * lib/unictype/pr_paragraph_separator.c: New file.
3536         * lib/unictype/pr_pattern_syntax.c: New file.
3537         * lib/unictype/pr_pattern_white_space.c: New file.
3538         * lib/unictype/pr_private_use.c: New file.
3539         * lib/unictype/pr_punctuation.c: New file.
3540         * lib/unictype/pr_quotation_mark.c: New file.
3541         * lib/unictype/pr_radical.c: New file.
3542         * lib/unictype/pr_sentence_terminal.c: New file.
3543         * lib/unictype/pr_soft_dotted.c: New file.
3544         * lib/unictype/pr_space.c: New file.
3545         * lib/unictype/pr_terminal_punctuation.c: New file.
3546         * lib/unictype/pr_test.c: New file.
3547         * lib/unictype/pr_titlecase.c: New file.
3548         * lib/unictype/pr_unassigned_code_value.c: New file.
3549         * lib/unictype/pr_unified_ideograph.c: New file.
3550         * lib/unictype/pr_uppercase.c: New file.
3551         * lib/unictype/pr_variation_selector.c: New file.
3552         * lib/unictype/pr_white_space.c: New file.
3553         * lib/unictype/pr_xid_continue.c: New file.
3554         * lib/unictype/pr_xid_start.c: New file.
3555         * lib/unictype/pr_zero_width.c: New file.
3556         * lib/unictype/scripts.c: New file.
3557         * lib/unictype/sy_c_ident.c: New file.
3558         * lib/unictype/sy_c_whitespace.c: New file.
3559         * lib/unictype/sy_java_ident.c: New file.
3560         * lib/unictype/sy_java_whitespace.c: New file.
3561
3562         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
3563         Unicode 5.0.0.
3564         * lib/unictype/blocks.h: Likewise.
3565         * lib/unictype/categ_C.h: Likewise.
3566         * lib/unictype/categ_Cc.h: Likewise.
3567         * lib/unictype/categ_Cf.h: Likewise.
3568         * lib/unictype/categ_Cn.h: Likewise.
3569         * lib/unictype/categ_Co.h: Likewise.
3570         * lib/unictype/categ_Cs.h: Likewise.
3571         * lib/unictype/categ_L.h: Likewise.
3572         * lib/unictype/categ_Ll.h: Likewise.
3573         * lib/unictype/categ_Lm.h: Likewise.
3574         * lib/unictype/categ_Lo.h: Likewise.
3575         * lib/unictype/categ_Lt.h: Likewise.
3576         * lib/unictype/categ_Lu.h: Likewise.
3577         * lib/unictype/categ_M.h: Likewise.
3578         * lib/unictype/categ_Mc.h: Likewise.
3579         * lib/unictype/categ_Me.h: Likewise.
3580         * lib/unictype/categ_Mn.h: Likewise.
3581         * lib/unictype/categ_N.h: Likewise.
3582         * lib/unictype/categ_Nd.h: Likewise.
3583         * lib/unictype/categ_Nl.h: Likewise.
3584         * lib/unictype/categ_No.h: Likewise.
3585         * lib/unictype/categ_P.h: Likewise.
3586         * lib/unictype/categ_Pc.h: Likewise.
3587         * lib/unictype/categ_Pd.h: Likewise.
3588         * lib/unictype/categ_Pe.h: Likewise.
3589         * lib/unictype/categ_Pf.h: Likewise.
3590         * lib/unictype/categ_Pi.h: Likewise.
3591         * lib/unictype/categ_Po.h: Likewise.
3592         * lib/unictype/categ_Ps.h: Likewise.
3593         * lib/unictype/categ_S.h: Likewise.
3594         * lib/unictype/categ_Sc.h: Likewise.
3595         * lib/unictype/categ_Sk.h: Likewise.
3596         * lib/unictype/categ_Sm.h: Likewise.
3597         * lib/unictype/categ_So.h: Likewise.
3598         * lib/unictype/categ_Z.h: Likewise.
3599         * lib/unictype/categ_Zl.h: Likewise.
3600         * lib/unictype/categ_Zp.h: Likewise.
3601         * lib/unictype/categ_Zs.h: Likewise.
3602         * lib/unictype/categ_of.h: Likewise.
3603         * lib/unictype/combining.h: Likewise.
3604         * lib/unictype/ctype_alnum.h: Likewise.
3605         * lib/unictype/ctype_alpha.h: Likewise.
3606         * lib/unictype/ctype_blank.h: Likewise.
3607         * lib/unictype/ctype_cntrl.h: Likewise.
3608         * lib/unictype/ctype_digit.h: Likewise.
3609         * lib/unictype/ctype_graph.h: Likewise.
3610         * lib/unictype/ctype_lower.h: Likewise.
3611         * lib/unictype/ctype_print.h: Likewise.
3612         * lib/unictype/ctype_punct.h: Likewise.
3613         * lib/unictype/ctype_space.h: Likewise.
3614         * lib/unictype/ctype_upper.h: Likewise.
3615         * lib/unictype/ctype_xdigit.h: Likewise.
3616         * lib/unictype/decdigit.h: Likewise.
3617         * lib/unictype/digit.h: Likewise.
3618         * lib/unictype/mirror.h: Likewise.
3619         * lib/unictype/numeric.h: Likewise.
3620         * lib/unictype/pr_alphabetic.h: Likewise.
3621         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
3622         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
3623         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
3624         * lib/unictype/pr_bidi_block_separator.h: Likewise.
3625         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
3626         * lib/unictype/pr_bidi_common_separator.h: Likewise.
3627         * lib/unictype/pr_bidi_control.h: Likewise.
3628         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
3629         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
3630         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
3631         * lib/unictype/pr_bidi_european_digit.h: Likewise.
3632         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
3633         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
3634         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
3635         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
3636         * lib/unictype/pr_bidi_pdf.h: Likewise.
3637         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
3638         * lib/unictype/pr_bidi_whitespace.h: Likewise.
3639         * lib/unictype/pr_combining.h: Likewise.
3640         * lib/unictype/pr_composite.h: Likewise.
3641         * lib/unictype/pr_currency_symbol.h: Likewise.
3642         * lib/unictype/pr_dash.h: Likewise.
3643         * lib/unictype/pr_decimal_digit.h: Likewise.
3644         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
3645         * lib/unictype/pr_deprecated.h: Likewise.
3646         * lib/unictype/pr_diacritic.h: Likewise.
3647         * lib/unictype/pr_extender.h: Likewise.
3648         * lib/unictype/pr_format_control.h: Likewise.
3649         * lib/unictype/pr_grapheme_base.h: Likewise.
3650         * lib/unictype/pr_grapheme_extend.h: Likewise.
3651         * lib/unictype/pr_grapheme_link.h: Likewise.
3652         * lib/unictype/pr_hex_digit.h: Likewise.
3653         * lib/unictype/pr_hyphen.h: Likewise.
3654         * lib/unictype/pr_id_continue.h: Likewise.
3655         * lib/unictype/pr_id_start.h: Likewise.
3656         * lib/unictype/pr_ideographic.h: Likewise.
3657         * lib/unictype/pr_ids_binary_operator.h: Likewise.
3658         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
3659         * lib/unictype/pr_ignorable_control.h: Likewise.
3660         * lib/unictype/pr_iso_control.h: Likewise.
3661         * lib/unictype/pr_join_control.h: Likewise.
3662         * lib/unictype/pr_left_of_pair.h: Likewise.
3663         * lib/unictype/pr_line_separator.h: Likewise.
3664         * lib/unictype/pr_logical_order_exception.h: Likewise.
3665         * lib/unictype/pr_lowercase.h: Likewise.
3666         * lib/unictype/pr_math.h: Likewise.
3667         * lib/unictype/pr_non_break.h: Likewise.
3668         * lib/unictype/pr_not_a_character.h: Likewise.
3669         * lib/unictype/pr_numeric.h: Likewise.
3670         * lib/unictype/pr_other_alphabetic.h: Likewise.
3671         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
3672         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
3673         * lib/unictype/pr_other_id_continue.h: Likewise.
3674         * lib/unictype/pr_other_id_start.h: Likewise.
3675         * lib/unictype/pr_other_lowercase.h: Likewise.
3676         * lib/unictype/pr_other_math.h: Likewise.
3677         * lib/unictype/pr_other_uppercase.h: Likewise.
3678         * lib/unictype/pr_paired_punctuation.h: Likewise.
3679         * lib/unictype/pr_paragraph_separator.h: Likewise.
3680         * lib/unictype/pr_pattern_syntax.h: Likewise.
3681         * lib/unictype/pr_pattern_white_space.h: Likewise.
3682         * lib/unictype/pr_private_use.h: Likewise.
3683         * lib/unictype/pr_punctuation.h: Likewise.
3684         * lib/unictype/pr_quotation_mark.h: Likewise.
3685         * lib/unictype/pr_radical.h: Likewise.
3686         * lib/unictype/pr_sentence_terminal.h: Likewise.
3687         * lib/unictype/pr_soft_dotted.h: Likewise.
3688         * lib/unictype/pr_space.h: Likewise.
3689         * lib/unictype/pr_terminal_punctuation.h: Likewise.
3690         * lib/unictype/pr_titlecase.h: Likewise.
3691         * lib/unictype/pr_unassigned_code_value.h: Likewise.
3692         * lib/unictype/pr_unified_ideograph.h: Likewise.
3693         * lib/unictype/pr_uppercase.h: Likewise.
3694         * lib/unictype/pr_variation_selector.h: Likewise.
3695         * lib/unictype/pr_white_space.h: Likewise.
3696         * lib/unictype/pr_xid_continue.h: Likewise.
3697         * lib/unictype/pr_xid_start.h: Likewise.
3698         * lib/unictype/pr_zero_width.h: Likewise.
3699         * lib/unictype/scripts.h: Likewise.
3700         * lib/unictype/scripts_byname.gperf: Likewise.
3701         * lib/unictype/sy_c_ident.h: Likewise.
3702         * lib/unictype/sy_c_whitespace.h: Likewise.
3703         * lib/unictype/sy_java_ident.h: Likewise.
3704         * lib/unictype/sy_java_whitespace.h: Likewise.
3705
3706         * lib/unictype/Makefile: New file.
3707         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
3708         glibc.
3709         * lib/unictype/3level.h: New file, copied from glibc.
3710         * lib/unictype/3levelbit.h: New file.
3711
3712 2007-11-11  Bruno Haible  <bruno@clisp.org>
3713
3714         * modules/gperf: New file.
3715         * modules/iconv_open (Depends-on): Add it.
3716         (Makefile.am): Remove the GPERF definition.
3717
3718 2007-11-11  Bruno Haible  <bruno@clisp.org>
3719
3720         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
3721         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
3722
3723 2007-11-11  Bruno Haible  <bruno@clisp.org>
3724
3725         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
3726         (usage): Remove function.
3727
3728 2007-11-11  Bruno Haible  <bruno@clisp.org>
3729
3730         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
3731         gl_FUNC_CEILF_LIBS.
3732         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
3733         gl_FUNC_CEIL_LIBS.
3734         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
3735         gl_FUNC_CEILL_LIBS.
3736         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
3737         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
3738         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
3739
3740 2007-11-11  Bruno Haible  <bruno@clisp.org>
3741
3742         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
3743         roundf were declared but do not exist on functions.
3744         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
3745         roundl were declared but do not exist on functions.
3746         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
3747         HAVE_FLOORL_AND_CEILL, respectively.
3748         Needed for Sun C on Solaris 10.
3749
3750 2007-11-11  Bruno Haible  <bruno@clisp.org>
3751
3752         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
3753         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
3754         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
3755         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
3756         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
3757         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
3758         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
3759         HAVE_DECL_ROUNDF.
3760         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
3761         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
3762         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
3763         of HAVE_DECL_ROUND*.
3764         * modules/math (Makefile.am): Update.
3765
3766 2007-11-10  Bruno Haible  <bruno@clisp.org>
3767
3768         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
3769         ptrdiff_t as m4/intl.m4.
3770
3771 2007-11-10  Jim Meyering  <meyering@redhat.com>
3772
3773         Avoid link failure for the argmatch test.
3774         * tests/test-argmatch.c (usage): Define function to avoid a link
3775         failure: argmatch_die requires a usage function.
3776
3777 2007-11-09  Bruno Haible  <bruno@clisp.org>
3778
3779         * doc/functions/snprintf.texi: Mention BeOS deficiency.
3780         * doc/functions/vsnprintf.texi: Likewise.
3781         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
3782         with a size argument < 2.
3783
3784 2007-11-09  Bruno Haible  <bruno@clisp.org>
3785
3786         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
3787         buffer. Fixes an inefficiency introduced on 2007-11-03.
3788
3789 2007-11-09  Bruno Haible  <bruno@clisp.org>
3790
3791         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
3792         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
3793
3794 2007-11-08  Jim Meyering  <meyering@redhat.com>
3795
3796         Change cache variable name prefix "jm_" to "gl_" everywhere.
3797         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
3798         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
3799         * m4/uptime.m4: s/gl_/jm_/
3800
3801 2007-11-07  Bruno Haible  <bruno@clisp.org>
3802
3803         Update to GNU gettext 0.17.
3804         * m4/intl.m4: Update to GNU gettext 0.17.
3805         * m4/po.m4: Likewise.
3806         * modules/gettext (Files): Remove m4/ulonglong.m4.
3807         (configure.ac): Require gettext infrastructure from version 0.17.
3808
3809 2007-11-06  Bruno Haible  <bruno@clisp.org>
3810
3811         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
3812         symbolic values are not defined in a public header.
3813         * lib/freadable.c (freadable) [QNX]: Likewise.
3814         * lib/freadahead.c (freadahead) [QNX]: Likewise.
3815         * lib/freading.c (freading) [QNX]: Likewise.
3816         * lib/fseterr.c (fseterr) [QNX]: Likewise.
3817         * lib/fwritable.c (fwritable) [QNX]: Likewise.
3818         * lib/fwriting.c (fwriting) [QNX]: Likewise.
3819         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
3820         Reported by Alain Magloire.
3821
3822         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
3823
3824 2007-11-05  Bruno Haible  <bruno@clisp.org>
3825
3826         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
3827         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
3828         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
3829         Reported by Eric Blake.
3830
3831 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3832             Bruno Haible  <bruno@clisp.org>
3833
3834         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
3835         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
3836         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
3837         (malloc): Undefine also before including <stdlib.h>.
3838         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
3839         Needed on OSF/1 4.0.
3840
3841 2007-11-05  Jim Meyering  <meyering@redhat.com>
3842
3843         git-version-gen: sync from coreutils.
3844         * build-aux/git-version-gen: Add comments.
3845         Change the first '-' to '.' in the snapshot version string,
3846         e.g., 6.9-377-08144 -> 6.9.377-08144
3847         Remove first parameter.
3848         Don't declare a version "-dirty" merely because a time
3849         stamp has changed.
3850
3851 2007-11-04  Bruno Haible  <bruno@clisp.org>
3852
3853         * lib/lock.h: Protect all macro definitions containing an 'if'
3854         statement through a "do { ... } while (0)".
3855         * lib/tls.h: Likewise.
3856
3857 2007-11-04  Bruno Haible  <bruno@clisp.org>
3858
3859         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
3860
3861 2007-11-04  Bruno Haible  <bruno@clisp.org>
3862
3863         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
3864         * modules/fprintf-posix (Depends-on): Add nocrash.
3865         * modules/snprintf-posix (Depends-on): Likewise.
3866         * modules/sprintf-posix (Depends-on): Likewise.
3867         * modules/vasnprintf-posix (Depends-on): Likewise.
3868         * modules/vasprintf-posix (Depends-on): Likewise.
3869         * modules/vfprintf-posix (Depends-on): Likewise.
3870         * modules/vsnprintf-posix (Depends-on): Likewise.
3871         * modules/vsprintf-posix (Depends-on): Likewise.
3872         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3873         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3874         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3875         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3876         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3877         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3878         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3879
3880 2007-11-04  Bruno Haible  <bruno@clisp.org>
3881
3882         * modules/nocrash: New file.
3883         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
3884         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
3885
3886 2007-11-04  Bruno Haible  <bruno@clisp.org>
3887
3888         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
3889         precision handling.
3890         * tests/test-vasprintf-posix.c (test_function): Likewise.
3891         * tests/test-snprintf-posix.h (test_function): Likewise.
3892         * tests/test-sprintf-posix.h (test_function): Likewise.
3893
3894         Fix *printf behaviour for large precisions on mingw and BeOS.
3895         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
3896         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
3897         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
3898         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3899         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3900         gl_PRINTF_PRECISION and test its result. Invoke
3901         gl_PREREQ_VASNPRINTF_PRECISION.
3902         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3903         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3904         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3905         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3906         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3907         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3908         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3909         * doc/functions/fprintf.texi: Update.
3910         * doc/functions/printf.texi: Update.
3911         * doc/functions/snprintf.texi: Update.
3912         * doc/functions/sprintf.texi: Update.
3913         * doc/functions/vfprintf.texi: Update.
3914         * doc/functions/vprintf.texi: Update.
3915         * doc/functions/vsnprintf.texi: Update.
3916         * doc/functions/vsprintf.texi: Update.
3917
3918 2007-11-04  Bruno Haible  <bruno@clisp.org>
3919
3920         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
3921
3922 2007-11-04  Bruno Haible  <bruno@clisp.org>
3923
3924         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
3925         Reported by Sylvain Beucler <beuc@gnu.org>.
3926
3927 2007-11-03  Bruno Haible  <bruno@clisp.org>
3928
3929         * tests/test-fprintf-posix2.sh: New file.
3930         * tests/test-fprintf-posix2.c: New file.
3931         * modules/fprintf-posix-tests (Files): Add them.
3932         (TESTS): Add test-fprintf-posix2.sh.
3933         (configure.ac): Check for getrlimit and setrlimit.
3934         (check_PROGRAMS): Add test-fprintf-posix2.
3935
3936         * tests/test-printf-posix2.sh: New file.
3937         * tests/test-printf-posix2.c: New file.
3938         * modules/printf-posix-tests (Files): Add them.
3939         (TESTS): Add test-printf-posix2.sh.
3940         (configure.ac): Check for getrlimit and setrlimit.
3941         (check_PROGRAMS): Add test-printf-posix2.
3942
3943         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
3944         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
3945         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
3946         (decode_double): New function, copied from decode_long_double.
3947         (scale10_round_decimal_decoded): New function, extracted from
3948         scale10_round_decimal_long_double.
3949         (scale10_round_decimal_long_double): Use it.
3950         (scale10_round_decimal_double): New function.
3951         (floorlog10): New function.
3952         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
3953         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
3954         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3955         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3956         gl_PRINTF_ENOMEM and test its result. Invoke
3957         gl_PREREQ_VASNPRINTF_ENOMEM.
3958         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3959         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3960         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3961         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3962         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3963         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3964         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3965         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
3966         * modules/snprintf-posix (Depends-on): Likewise.
3967         * modules/sprintf-posix (Depends-on): Likewise.
3968         * modules/vasnprintf-posix (Depends-on): Likewise.
3969         * modules/vasprintf-posix (Depends-on): Likewise.
3970         * modules/vfprintf-posix (Depends-on): Likewise.
3971         * modules/vsnprintf-posix (Depends-on): Likewise.
3972         * modules/vsprintf-posix (Depends-on): Likewise.
3973         * doc/functions/fprintf.texi: Update.
3974         * doc/functions/printf.texi: Update.
3975         * doc/functions/snprintf.texi: Update.
3976         * doc/functions/sprintf.texi: Update.
3977         * doc/functions/vfprintf.texi: Update.
3978         * doc/functions/vprintf.texi: Update.
3979         * doc/functions/vsnprintf.texi: Update.
3980         * doc/functions/vsprintf.texi: Update.
3981
3982 2007-11-03  Bruno Haible  <bruno@clisp.org>
3983
3984         * modules/frexp-nolibm-tests: New file.
3985
3986         * modules/frexp-nolibm: New file.
3987         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
3988
3989 2007-11-03  Bruno Haible  <bruno@clisp.org>
3990
3991         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
3992         value is C99 compliant.
3993         Needed for OSF/1 5.1.
3994
3995 2007-11-03  Bruno Haible  <bruno@clisp.org>
3996
3997         Fix out-of-memory handling of vasnprintf.
3998         * lib/printf-parse.c: Include <errno.h>.
3999         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
4000         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
4001         is already set.
4002
4003 2007-11-02  Eric Blake  <ebb9@byu.net>
4004
4005         Fix tests on cygwin.
4006         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
4007
4008 2007-11-01  Bruno Haible  <bruno@clisp.org>
4009
4010         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
4011         warning.
4012         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
4013         needed for POSIX compatibility.
4014
4015 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
4016
4017         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
4018         for compatibility with GNU.
4019
4020 2007-11-01  Bruno Haible  <bruno@clisp.org>
4021
4022         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
4023         (putenv): Renamed from rpl_putenv. Change argument type from
4024         'const char *' to 'char *'.
4025         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
4026         of defining putenv in config.h, just set REPLACE_PUTENV.
4027         * modules/putenv (Depends-on): Add stdlib.
4028         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4029         (Include): Use <stdlib.h>.
4030         * lib/stdlib.in.h (putenv): New declaration.
4031         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
4032         REPLACE_PUTENV.
4033         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
4034         REPLACE_PUTENV.
4035         Needed for MacOS X 10.5.0.
4036         Reported by Peter O'Gorman <peter@pogma.com>.
4037
4038 2007-11-01  Jim Meyering  <meyering@redhat.com>
4039
4040         Treat an empty date string exactly like "0".
4041         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
4042         if the remaining date string (to be parsed) is empty, use "0".
4043         Reported by Mischa Molhoek and discussed in this thread:
4044         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
4045
4046 2007-10-31  Bruno Haible  <bruno@clisp.org>
4047
4048         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
4049         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
4050         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
4051         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
4052         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
4053         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
4054
4055 2007-10-31  Bruno Haible  <bruno@clisp.org>
4056
4057         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
4058         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4059         (AC_TYPE_LONG_LONG_INT): Use it.
4060         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
4061         it as well.
4062         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
4063         to m4/longlong.m4.
4064         * modules/stdint (Files): Remove m4/ulonglong.m4.
4065         * modules/strtoull (Files): Use m4/longlong.m4 instead of
4066         m4/ulonglong.m4.
4067         * modules/strtoumax (Files): Likewise.
4068
4069 2007-10-30  Bruno Haible  <bruno@clisp.org>
4070
4071         * modules/xvasprintf-posix: New file.
4072         Suggested by Eric Blake.
4073
4074 2007-10-30  Bruno Haible  <bruno@clisp.org>
4075
4076         * modules/xprintf-posix-tests: New file.
4077         * tests/test-xprintf-posix.sh: New file.
4078         * tests/test-xprintf-posix.c: New file.
4079         * tests/test-xfprintf-posix.c: New file.
4080
4081         * modules/xprintf-posix: New file.
4082
4083 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4084
4085         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
4086         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
4087         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
4088
4089 2007-10-29  Bruno Haible  <bruno@clisp.org>
4090
4091         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
4092         contain the special marker '_cv_'.
4093         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4094         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4095         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4096         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
4097         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4098         Reported by Ralf Wildenhues.
4099
4100 2007-10-29  Bruno Haible  <bruno@clisp.org>
4101
4102         * gnulib-tool (func_import): When --lgpl is not specified, set
4103         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
4104         GPLv3.
4105         Reported by Simon Josefsson.
4106
4107 2007-10-28  Bruno Haible  <bruno@clisp.org>
4108
4109         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
4110         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
4111         HAVE_DECL_ISFINITE.
4112         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4113         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
4114         HAVE_DECL_ISFINITE.
4115
4116 2007-10-28  Bruno Haible  <bruno@clisp.org>
4117
4118         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
4119         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
4120
4121 2007-10-28  Bruno Haible  <bruno@clisp.org>
4122
4123         Fix link errors with Sun C 5.0 on Solaris 10.
4124         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
4125         function is declared but not present in the compiler's libm.
4126         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
4127         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
4128         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
4129         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
4130         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
4131         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
4132         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
4133         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4134         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
4135         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
4136         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
4137         HAVE_DECL_FLOORL.
4138
4139 2007-10-28  Bruno Haible  <bruno@clisp.org>
4140
4141         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
4142         gl_FUNC_FLOORL. Cache the result.
4143         (gl_FUNC_FLOORL): Use it.
4144         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
4145         gl_FUNC_CEILL. Cache the result.
4146         (gl_FUNC_CEILL): Use it.
4147
4148         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
4149         gl_FUNC_FLOOR. Cache the result.
4150         (gl_FUNC_FLOOR): Use it.
4151         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
4152         gl_FUNC_CEIL. Cache the result.
4153         (gl_FUNC_CEIL): Use it.
4154
4155         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
4156         gl_FUNC_FLOORF. Cache the result.
4157         (gl_FUNC_FLOORF): Use it.
4158         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
4159         gl_FUNC_CEILF. Cache the result.
4160         (gl_FUNC_CEILF): Use it.
4161
4162 2007-10-28  Bruno Haible  <bruno@clisp.org>
4163
4164         * gnulib-tool: Allow specifying the LGPL version number through
4165         --lgpl=2 or --lgpl=3.
4166         (func_usage): Document --lgpl with argument.
4167         Handle --lgpl=... arguments.
4168         (func_import): Recognize also gl_LGPL calls with an argument. When
4169         --lgpl=2 is used and the module's license is just LGPL, report an
4170         error. Set sed_transform_lib_file according to the lgpl variable. In
4171         the generated files, use --lgpl or gl_LGPL invocations with argument,
4172         if necessary.
4173         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
4174         an LGPv2+ license.
4175         * doc/gnulib-tool.texi (Modified imports): Update explanation of
4176         gl_LGPL macro.
4177
4178 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4179             Bruno Haible  <bruno@clisp.org>
4180
4181         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
4182         (u16_uctomb_aux): Likewise.
4183         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
4184         !HAVE_INLINE.
4185         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
4186
4187 2007-10-28  Bruno Haible  <bruno@clisp.org>
4188
4189         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
4190         Invoke AM_GETTEXT_OPTION if it exists.
4191         * modules/vasprintf: Likewise.
4192         * modules/verror: Likewise.
4193         * modules/xprintf: Likewise.
4194         * modules/xvasprintf: Likewise.
4195
4196 2007-10-27  Ben Pfaff  <blp@gnu.org>
4197
4198         * lib/math.in.h: Define isfinite macro and prototypes for
4199         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
4200         implementations.
4201         * m4/math_h.m4: New substitutions for isfinite module.
4202         * lib/isfinite.c: New file.
4203         * m4/isfinite.m4: New file.
4204         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
4205         * modules/isfinite: New file.
4206         * modules/isfinite-tests: New file.
4207         * tests/tests-isfinite.c: New file.
4208         * doc/functions/isfinite.texi: Mention isfinite module.
4209         * MODULES.html.sh: Mention new module.
4210
4211 2007-10-27  Ben Pfaff  <blp@gnu.org>
4212
4213         Ralf Wildenhues reported that Tru64 4.0D declares the round
4214         functions but does not have definitions.
4215         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
4216         cannot be found in any library, set the output variable to
4217         "missing" instead of "".
4218         * m4/round.m4: Also use our substitute if we cannot find round in
4219         any library, even if it is declared.
4220         * m4/roundf.m4: Likewise for roundf.
4221         * m4/roundl.m4: Likewise for roundl.
4222         * lib/math.in.h: Undefine roundf, round, roundl before defining
4223         their replacements, to allow for hypothetical systems where these
4224         may be defined as macros but not available in libraries.
4225
4226 2007-10-27  Bruno Haible  <bruno@clisp.org>
4227
4228         * doc/gnulib.texi: Invoke @firstparagraphindent.
4229         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
4230         changes in gnulib.
4231         (Source changes): New section.
4232
4233 2007-10-26  Bruno Haible  <bruno@clisp.org>
4234
4235         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
4236         borrowed from autoconf.
4237
4238 2007-10-26  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
4241         strerror returned the empty string. Needed on HP-UX 11.00.
4242
4243 2007-10-24  Micah Cowan  <micah@cowan.name>
4244
4245         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
4246         * build-aux/bootstrap: Remove support for now-unnecessary option,
4247         --cvs-user, and envvars CVS_USER, CVS_RSH.
4248
4249 2007-10-24  Jim Meyering  <meyering@redhat.com>
4250
4251         Avoid diagnostics from sha1sum when there is no cached checksum.
4252         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
4253         if the po.s1 file hasn't been created yet.
4254
4255         * build-aux/bootstrap: Sync from coreutils:
4256         2007-10-24  Jim Meyering  <meyering@redhat.com>
4257         Get gnulib from the git repository, not from an obsolete cvs one.
4258         * build-aux/bootstrap: Suggestion from Micah Cowan.
4259         2007-10-04  Jim Meyering  <jim@meyering.net>
4260         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
4261         (update_po_files): Work also when there are no .po files in po/.
4262
4263 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4264
4265         * README: Append ".git" to git and cg examples.
4266         Problem reported by Benoit Sigoure.
4267
4268 2007-10-23  Micah Cowan  <micah@cowan.name>
4269
4270         * users.txt: Add wget.
4271
4272 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4273
4274         Fix linking of some unistdio tests on FreeBSD.
4275         * modules/unistdio/u16-vsnprintf-tests
4276         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
4277         * modules/unistdio/u16-vsprintf-tests
4278         (test_u16_vsnprintf1_LDADD): Likewise.
4279         * modules/unistdio/u32-vsnprintf-tests
4280         (test_u32_vsnprintf1_LDADD): Likewise.
4281         * modules/unistdio/u32-vsprintf-tests
4282         (test_u32_vsprintf1_LDADD): Likewise.
4283         * modules/unistdio/u8-vsnprintf-tests
4284         (test_u8_vsnprintf1_LDADD): Likewise.
4285         * modules/unistdio/u8-vsprintf-tests
4286         (test_u8_vsprintf1_LDADD): Likewise.
4287         * modules/unistdio/ulc-vsnprintf-tests
4288         (test_ulc_vsnprintf1_LDADD): Likewise.
4289         * modules/unistdio/ulc-vsprintf-tests
4290         (test_ulc_vsprintf1_LDADD): Likewise.
4291
4292         Fix linking of some uniconv tests on FreeBSD.
4293         * modules/uniconv/u16-conv-from-enc-tests
4294         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
4295         * modules/uniconv/u16-conv-to-enc-tests
4296         (test_u16_conv_to_enc_LDADD): Likewise.
4297         * modules/uniconv/u16-strconv-from-enc-tests
4298         (test_u16_strconv_from_enc_LDADD): Likewise.
4299         * modules/uniconv/u16-strconv-to-enc-tests
4300         (test_u16_strconv_to_enc_LDADD): Likewise.
4301         * modules/uniconv/u32-conv-from-enc-tests
4302         (test_u32_conv_from_enc_LDADD): Likewise.
4303         * modules/uniconv/u32-conv-to-enc-tests
4304         (test_u32_conv_to_enc_LDADD): Likewise.
4305         * modules/uniconv/u32-strconv-from-enc-tests
4306         (test_u32_strconv_from_enc_LDADD): Likewise.
4307         * modules/uniconv/u32-strconv-to-enc-tests
4308         (test_u32_strconv_to_enc_LDADD): Likewise.
4309         * modules/uniconv/u8-conv-from-enc-tests
4310         (test_u8_conv_from_enc_LDADD): Likewise.
4311         * modules/uniconv/u8-conv-to-enc-tests
4312         (test_u8_conv_to_enc_LDADD): Likewise.
4313         * modules/uniconv/u8-strconv-from-enc-tests
4314         (test_u8_strconv_from_enc_LDADD): Likewise.
4315         * modules/uniconv/u8-strconv-to-enc-tests
4316         (test_u8_strconv_to_enc_LDADD): Likewise.
4317
4318 2007-10-22  Bruno Haible  <bruno@clisp.org>
4319
4320         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
4321         size.
4322
4323 2007-10-22  Eric Blake  <ebb9@byu.net>
4324
4325         Tweak x*printf documentation.
4326         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
4327         variable name and comments.
4328         Suggested by Bruno Haible.
4329
4330 2007-10-22  Bruno Haible  <bruno@clisp.org>
4331
4332         * lib/acl.c (copy_acl): Fix file name in comment.
4333
4334 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4335
4336         Fix Tru64 problem with stdbool.h.
4337         * lib/stdbool.in.h (false, true):
4338         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
4339         Don't declare as an enum in this situation; it runs afoul of Tru64.
4340         Problem reported by Steven M. Schweda in
4341         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
4342
4343 2007-10-22  Eric Blake  <ebb9@byu.net>
4344
4345         Also wrap vf?printf.
4346         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
4347         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
4348         (xvprintf, xvfprintf): New functions.
4349
4350 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4351
4352         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
4353         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
4354
4355         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
4356         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
4357
4358 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4359
4360         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
4361         by Bruno Haible.
4362
4363 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4364
4365         * lib/getloadavg.c
4366         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
4367         Undef `sys' after including sys/table.h, for Tru64 4.0D.
4368
4369         * tests/test-i-ring.c: Work for C89.
4370
4371 2007-10-22  Bruno Haible  <bruno@clisp.org>
4372
4373         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
4374         -1u, in preprocessor expression, so that we don't test for the bug
4375         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
4376         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4377
4378 2007-10-22  Eric Blake  <ebb9@byu.net>
4379
4380         * tests/test-yesno.sh: Silence stderr during test.
4381
4382 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4383
4384         * modules/crypto/gc-camellia: New file.
4385
4386         * m4/gc-camellia.m4: New file.
4387
4388         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
4389
4390         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
4391
4392 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4393
4394         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
4395         --help to stdout.  Reported by sms@antinode.org (Steven
4396         M. Schweda).
4397
4398 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4399
4400         * users.txt: Fix link to libksba.
4401
4402 2007-10-21  Ben Pfaff  <blp@gnu.org>
4403
4404         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
4405         round.c roundf implementation that depends on floorf and ceilf to
4406         be tested unconditionally.
4407
4408 2007-10-21  Ben Pfaff  <blp@gnu.org>
4409
4410         * m4/check-libm-func.m4: Removed.
4411         * m4/check-math-lib.m4: New file.
4412         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
4413         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
4414         definition and lack of AC_LIBOBJ([roundf]).
4415         * m4/roundl.m4: Ditto, and similarly for roundl.
4416         * modules/round: Reference new m4 file.
4417         * modules/roundf: Ditto.
4418         * modules/roundl: Ditto.
4419         * tests/test-round2.c (main): Use ROUND instead of round.
4420         Bug report from Bruno Haible.
4421
4422 2007-10-21  Bruno Haible  <bruno@clisp.org>
4423
4424         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
4425         context.
4426
4427 2007-10-21  Bruno Haible  <bruno@clisp.org>
4428
4429         * tests/test-wcwidth.c (main): Allow negative result for some control
4430         characters.
4431
4432         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
4433         Needed on OSF/1 5.1.
4434
4435 2007-10-21  Bruno Haible  <bruno@clisp.org>
4436
4437         * tests/test-floorf1.c: Include isnanf.h.
4438         (main): Use isnanf() instead of isnan().
4439         * tests/test-ceilf1.c: Include isnanf.h.
4440         (main): Use isnanf() instead of isnan().
4441         * tests/test-truncf1.c: Include isnanf.h.
4442         (main): Use isnanf() instead of isnan().
4443         * tests/test-roundf1.c: Include isnanf.h.
4444         (main): Use isnanf() instead of isnan().
4445
4446 2007-10-21  Eric Blake  <ebb9@byu.net>
4447
4448         * users.txt: Update URL for m4.
4449
4450 2007-10-21  Bruno Haible  <bruno@clisp.org>
4451
4452         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
4453
4454 2007-10-21  Bruno Haible  <bruno@clisp.org>
4455
4456         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
4457         Git's management files if the CVS files are not present.
4458
4459 2007-10-20  Bruno Haible  <bruno@clisp.org>
4460
4461         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
4462         gcc-3.4.x.
4463
4464 2007-10-20  Ben Pfaff  <blp@gnu.org>
4465
4466         * lib/math.in.h: Declare round, roundf, roundl if we are providing
4467         implementations.
4468         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
4469         * lib/round.c: New file.
4470         * lib/roundf.c: New file.
4471         * lib/roundl.c: New file.
4472         * m4/round.m4: New file.
4473         * m4/roundf.m4: New file.
4474         * m4/roundl.m4: New file.
4475         * m4/check-libm-func-m4: New file.
4476         * modules/math: Replace round, roundf, roundl related @VARS@ in
4477         math.in.h.
4478         * modules/round: New file.
4479         * modules/round-tests: New file.
4480         * modules/roundf: New file.
4481         * modules/roundf-tests: New file.
4482         * modules/roundl: New file.
4483         * modules/roundl-tests: New file.
4484         * tests/test-round1.c: New file.
4485         * tests/test-round2.c: New file.
4486         * tests/test-roundf1.c: New file.
4487         * tests/test-roundf2.c: New file.
4488         * tests/test-roundl.c: New file.
4489         * doc/functions/round.texi: Mention round module.
4490         * doc/functions/roundf.texi: Mention roundf module.
4491         * doc/functions/roundl.texi: Mention roundl module.
4492         * MODULES.html.sh: Mention new modules.
4493         Thanks to Bruno Haible for suggestions.
4494
4495 2007-10-20  Jim Meyering  <meyering@redhat.com>
4496
4497         * lib/xprintf.c: Include <config.h> unconditionally.
4498
4499         Change xprintf's license to GPL.
4500         * modules/xprintf (License): s/LGPL/GPL/, since this module
4501         depends on modules (exit and exitfail) which are GPL.
4502         Suggestion from Bruno Haible.
4503
4504         xprintf fixes.
4505         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
4506         Use a clearer diagnostic.
4507         Patch from Bruno Haible.
4508
4509 2007-10-20  Bruno Haible  <bruno@clisp.org>
4510
4511         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
4512         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
4513         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4514
4515 2007-10-20  Bruno Haible  <bruno@clisp.org>
4516
4517         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
4518         precision in the comparison result > x - 1 or similar.
4519         * tests/test-ceilf2.c (correct_result_p): Likewise.
4520         * tests/test-truncf2.c (correct_result_p): Likewise.
4521         * tests/test-trunc2.c (correct_result_p): Likewise.
4522         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4523
4524 2007-10-20  Bruno Haible  <bruno@clisp.org>
4525
4526         * modules/ceil: New file.
4527         * m4/ceil.m4: New file.
4528         * doc/functions/ceil.texi: Mention the 'ceil' module.
4529
4530 2007-10-20  Bruno Haible  <bruno@clisp.org>
4531
4532         * modules/floor: New file.
4533         * m4/floor.m4: New file.
4534         * doc/functions/floor.texi: Mention the 'floor' module.
4535
4536 2007-10-20  Bruno Haible  <bruno@clisp.org>
4537
4538         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
4539         of %a.
4540         * modules/floorf-tests (Depends-on): Likewise.
4541         * modules/truncf-tests (Depends-on): Likewise.
4542         * modules/trunc-tests (Depends-on): Likewise.
4543         Reported by Ben Pfaff.
4544
4545 2007-10-19  Jim Meyering  <meyering@redhat.com>
4546
4547         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
4548         Don't bother testing specific errno values.  Just test ferror.
4549
4550         New module: xprintf
4551         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
4552
4553 2007-10-19  Bruno Haible  <bruno@clisp.org>
4554
4555         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
4556         syntax.
4557         * modules/javaexec (Makefile.am): Likewise.
4558         * modules/relocatable-prog (Makefile.am): Likewise.
4559         Suggested by Jim Meyering.
4560
4561 2007-10-18  Bruno Haible  <bruno@clisp.org>
4562
4563         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
4564         Reported by Jim Meyering.
4565
4566 2007-10-18  Eric Blake  <ebb9@byu.net>
4567
4568         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
4569
4570 2007-10-18  Bruno Haible  <bruno@clisp.org>
4571
4572         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
4573         the format string into writable memory. Needed in Fortify conditions.
4574
4575 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
4576             Bruno Haible  <bruno@clisp.org>
4577
4578         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
4579         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
4580         * modules/trim (Depends-on): Add mbchar.
4581         (configure.ac): Add gl_FUNC_MBRTOWC.
4582         (Makefile.am): Augment lib_SOURCES.
4583
4584 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4585
4586         Modify glob.c to use fstatat and dirfd, to simplify it.
4587         Suggested by Eric Blake.
4588         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
4589         Don't include <stdbool.h>; not used.
4590         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
4591         (link_exists_p): Simplify implementation, since we can now assume
4592         dirfd and fstatat.
4593         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
4594
4595 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4596
4597         * gnulib-tool (func_get_dependencies): Fix sed script to
4598         match only tests.
4599
4600 2007-10-17  Bruno Haible  <bruno@clisp.org>
4601
4602         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
4603         allow locale names without encoding suffix.
4604         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
4605         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4606
4607 2007-10-16  Bruno Haible  <bruno@clisp.org>
4608
4609         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
4610         * lib/getgroups.c (getgroups): Likewise.
4611         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
4612
4613 2007-10-16  Bruno Haible  <bruno@clisp.org>
4614
4615         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
4616         * modules/malloc-posix (License): Likewise.
4617         * modules/realloc-posix (License): Likewise.
4618         * modules/calloc-posix (License): Likewise.
4619         * modules/intprops (License): Change from GPL to LGPL, with
4620         Paul Eggert's approval.
4621
4622 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4623
4624         Merge glibc changes into lib/glob.c.
4625
4626         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
4627         2007-10-15 04:59:03 UTC.  Here are the changes:
4628
4629         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4630
4631         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
4632
4633         * lib/glob.c: Add some branch prediction throughout.
4634
4635         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4636
4637         [BZ #5103]
4638         * lib/glob.c (glob): Recognize patterns starting \/.
4639
4640         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
4641
4642         [BZ #3996]
4643         * lib/glob.c (attribute_hidden): Define if not defined.
4644         (glob): Unescape dirname, filename or username when needed and not
4645         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
4646         is NULL.  Handle unescaped [ in pattern without closing ].
4647         Don't pass GLOB_CHECK down to recursive glob for directories.
4648         (__glob_pattern_type): New function.
4649         (__glob_pattern_p): Implement using __glob_pattern_type.
4650         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
4651         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
4652         Remove unreachable code.
4653
4654         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4655
4656         * lib/glob.c (glob_in_dir): Add some comments and asserts to
4657         explain why there are no leaks.
4658
4659         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4660
4661         [BZ #3253]
4662         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4663         time, rather allocate increasingly bigger arrays of pointers, if
4664         possible with alloca, if too large with malloc.
4665
4666 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4667
4668         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
4669         Problem reported by H.Merijn Brand in
4670         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
4671         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
4672         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4673
4674 2007-10-15  Bruno Haible  <bruno@clisp.org>
4675
4676         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
4677         with explicit rpl_ prefix.
4678         * lib/fopen.c (fopen): Likewise.
4679         * lib/freopen.c (freopen): Likewise.
4680         * lib/iconv.c (iconv): Likewise.
4681         * lib/iconv_close.c (iconv_close): Likewise.
4682
4683 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4684
4685         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
4686
4687 2007-10-15  Bruno Haible  <bruno@clisp.org>
4688
4689         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
4690         <stddef.h> instead of <stdlib.h> since we only need NULL.
4691         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4692
4693 2007-10-15  Bruno Haible  <bruno@clisp.org>
4694
4695         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
4696         Replace paragraph talking about LIBOBJS.
4697         Reported by Colin Watson <cjwatson@debian.org>.
4698
4699 2007-10-15  Bruno Haible  <bruno@clisp.org>
4700
4701         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
4702         <stdlib.h> before using NULL.
4703
4704 2007-10-15  Simon Josefsson  <simon@josefsson.org>
4705
4706         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
4707         Reported by Albert Chin <china@thewrittenword.com>.
4708
4709 2007-10-14  Bruno Haible  <bruno@clisp.org>
4710
4711         * modules/iconv_open-utf-tests: New file.
4712         * tests/test-iconv-utf.c: New file.
4713
4714         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
4715         * modules/iconv_open-utf: New file.
4716         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
4717         (iconv, iconv_close): New declarations.
4718         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
4719         be defined.
4720         (iconv_open): Add special handling of conversion between UTF-8 and
4721         UTF-{16,32}{BE,LE}.
4722         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
4723         * lib/iconv_close.c: New file.
4724         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
4725         gl_FUNC_ICONV_OPEN.
4726         (gl_FUNC_ICONV_OPEN): Use it.
4727         (gl_FUNC_ICONV_OPEN_UTF): New macro.
4728         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
4729         and REPLACE_ICONV_UTF.
4730         * modules/iconv_open (Depends-on): Add c-strcase.
4731         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
4732         ICONV_CONST.
4733         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
4734
4735 2007-10-13  Albert Chin  <china@thewrittenword.com>
4736             Bruno Haible  <bruno@clisp.org>
4737
4738         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
4739         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
4740
4741 2007-10-13  Bruno Haible  <bruno@clisp.org>
4742
4743         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
4744         defined, use the ISO C99 inline semantics.
4745         * lib/argp.h (ARGP_EI): Likewise.
4746
4747 2007-10-13  Bruno Haible  <bruno@clisp.org>
4748
4749         Handle 'inline' change in gcc 4.3.0.
4750         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
4751         argp_fmtstream_write, argp_fmtstream_set_lmargin,
4752         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
4753         argp_fmtstream_point): Disable 'extern' declaration if the function
4754         definition is going to be provided inline.
4755         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
4756         semantics, not the ISO C99 inline semantics.
4757         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
4758         'extern' declaration if the function definition is going to be provided
4759         inline.
4760         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
4761         the GNU C inline semantics, not the ISO C99 inline semantics. With
4762         GCC 4.2, avoid a warning.
4763
4764 2007-10-13  Bruno Haible  <bruno@clisp.org>
4765
4766         * lib/freading.h (freading): Enable the use of __freading for
4767         glibc >= 2.7.
4768         * lib/freading.c (freading): Likewise.
4769
4770 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4771
4772         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
4773         "warning: C99 inline functions are not supported; using GNU89".
4774
4775 2007-10-12  Bruno Haible  <bruno@clisp.org>
4776
4777         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
4778         of 2.
4779         * tests/test-ceilf2.c: New file.
4780         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
4781
4782         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
4783         * modules/ceilf-tests: Update.
4784
4785 2007-10-12  Bruno Haible  <bruno@clisp.org>
4786
4787         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
4788         of 2.
4789         * tests/test-floorf2.c: New file.
4790         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
4791
4792         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
4793         * modules/floorf-tests: Update.
4794
4795 2007-10-12  Bruno Haible  <bruno@clisp.org>
4796
4797         * tests/test-trunc2.c: New file.
4798         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
4799
4800         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
4801         * modules/trunc-tests: Update.
4802
4803 2007-10-12  Bruno Haible  <bruno@clisp.org>
4804
4805         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
4806         of 2.
4807         * tests/test-truncf2.c: New file.
4808         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
4809
4810         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
4811         * modules/truncf-tests: Update.
4812
4813 2007-10-11  Eric Blake  <ebb9@byu.net>
4814
4815         Don't claim strerror is broken on Interix.
4816         * doc/functions/strerror.texi (strerror): Known broken systems are
4817         now Solaris 8, and not Interix.
4818         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
4819         Interix on cross-compile.
4820         Reported by Martin Koeppe in
4821         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
4822
4823 2007-10-11  Bruno Haible  <bruno@clisp.org>
4824
4825         * modules/i-ring-tests: New file.
4826         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
4827         instead of assert.
4828
4829 2007-10-11  Bruno Haible  <bruno@clisp.org>
4830
4831         * modules/filenamecat-tests: New file.
4832         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
4833         * lib/filenamecat.c: Remove test code.
4834
4835 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4836
4837         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
4838
4839         * lib/strerror.c: Include <string.h> always, to test interface,
4840         and to remove the need for the dummy.
4841         Include intprops.h to compute width instead of doing it ourselves
4842         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
4843         (strerror): Define it to return NULL if there's no system strerror.
4844         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
4845         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
4846         ancient pre-strerror Unix systems well any more.  Saying "unknown
4847         system error" is enough.
4848         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
4849         simpler strerror.c implementation.
4850         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
4851         Simplify the tests to reflect the simpler strerror implementation.
4852         * modules/strerror (Depends-on): Add intprops.
4853
4854 2007-10-09  Eric Blake  <ebb9@byu.net>
4855
4856         Silence test-fpending.
4857         * modules/fpending-tests (Files): Add wrapper script.
4858         * tests/test-fpending.sh: New file.
4859
4860 2007-10-09  Bruno Haible  <bruno@clisp.org>
4861
4862         * MODULES.html.sh (func_module): Don't create a hyperlink for
4863         function names like 'printf_frexp'.
4864         (Misc): Add crc, memxor.
4865         (Characteristics of floating types): New section.
4866         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
4867         isnanf-nolibm, signbit, trunc, truncf, truncl.
4868         (Enhancements for ISO C 99 functions): New subsection Input/output.
4869         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
4870         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
4871         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
4872         (Compatibility checks for POSIX:2001 functions): Add clock-time.
4873         (Enhancements for POSIX:2001 functions): Add chdir-long.
4874         (File system functions): Add areadlink, chdir-safer, read-file.
4875         Remove cycle-check.
4876         (File system as inode set): New section.
4877         (Date and time): Add gethrxtime.
4878         (Multithreading): Add openmp.
4879         (Internationalization functions): Add localename.
4880         (Unicode string functions): Add unistr/u*-mbsnlen.
4881         (Support for maintaining and releasing projects): Add git-version-gen.
4882         (Lone files): Remove directories.
4883
4884 2007-10-08  Ben Pfaff  <blp@gnu.org>
4885
4886         * lib/xmalloca.h: Fix typo in comment.
4887
4888 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4889
4890         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
4891         when avoiding problems with integer overflow.  Use a portable test
4892         instead.
4893
4894 2007-10-08  Simon Josefsson  <simon@josefsson.org>
4895
4896         * modules/dummy (License): Change to LGPLv2+.
4897         * modules/float (License): Likewise
4898         * modules/realloc (License): Likewise
4899         * modules/stdlib (License): Likewise
4900
4901 2007-10-07  Bruno Haible  <bruno@clisp.org>
4902
4903         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
4904         * floor.c (TWO_MANT_DIG): Likewise.
4905         * ceil.c (TWO_MANT_DIG): Likewise.
4906         Reported by Ben Pfaff.
4907
4908 2007-10-07  Bruno Haible  <bruno@clisp.org>
4909
4910         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
4911         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
4912         * lib/frexp.c (FUNC): Likewise.
4913         * lib/printf-frexp.h (printf_frexp): Likewise.
4914         * lib/printf-frexpl.h (printf_frexpl): Likewise.
4915         * lib/printf-frexp.c (FUNC): Likewise.
4916         Suggested by Jim Meyering.
4917
4918 2007-10-07  Jim Meyering  <meyering@redhat.com>
4919
4920         Make xnanosleep's integer overflow test more robust.
4921         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
4922         so that gcc-4.3.0 doesn't optimize away this test for overflow.
4923
4924 2007-10-07  Bruno Haible  <bruno@clisp.org>
4925
4926         * NEWS: Mention the license change.
4927
4928         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
4929         abbreviations in the modules files.
4930
4931         Change copyright notice from GPLv2+ to GPLv3+.
4932         * README: Change copyright notice.
4933         * MODULES.html.sh: Likewise.
4934         * build-aux/bootstrap.conf: Likewise.
4935         * build-aux/config.libpath: Likewise.
4936         * build-aux/csharpcomp.sh.in: Likewise.
4937         * build-aux/csharpexec.sh.in: Likewise.
4938         * build-aux/install-reloc: Likewise.
4939         * build-aux/javacomp.sh.in: Likewise.
4940         * build-aux/javaexec.sh.in: Likewise.
4941         * build-aux/ldd.sh.in: Likewise.
4942         * build-aux/reloc-ldflags: Likewise.
4943         * build-aux/relocatable.sh.in: Likewise.
4944         * build-aux/x-to-1.in: Likewise.
4945         * check-module: Likewise.
4946         * config/srclistvars.sh: Likewise.
4947         * gnulib-tool: Likewise.
4948         * lib/acl-internal.h: Likewise.
4949         * lib/acl.c: Likewise.
4950         * lib/acl.h: Likewise.
4951         * lib/acl_entries.c: Likewise.
4952         * lib/areadlink-with-size.c: Likewise.
4953         * lib/areadlink.c: Likewise.
4954         * lib/areadlink.h: Likewise.
4955         * lib/argmatch.c: Likewise.
4956         * lib/argmatch.h: Likewise.
4957         * lib/argp-ba.c: Likewise.
4958         * lib/argp-eexst.c: Likewise.
4959         * lib/argp-fmtstream.c: Likewise.
4960         * lib/argp-fmtstream.h: Likewise.
4961         * lib/argp-fs-xinl.c: Likewise.
4962         * lib/argp-help.c: Likewise.
4963         * lib/argp-namefrob.h: Likewise.
4964         * lib/argp-parse.c: Likewise.
4965         * lib/argp-pin.c: Likewise.
4966         * lib/argp-pv.c: Likewise.
4967         * lib/argp-pvh.c: Likewise.
4968         * lib/argp-xinl.c: Likewise.
4969         * lib/argp.h: Likewise.
4970         * lib/at-func.c: Likewise.
4971         * lib/atanl.c: Likewise.
4972         * lib/backupfile.c: Likewise.
4973         * lib/backupfile.h: Likewise.
4974         * lib/basename.c: Likewise.
4975         * lib/binary-io.h: Likewise.
4976         * lib/byteswap.in.h: Likewise.
4977         * lib/c-stack.c: Likewise.
4978         * lib/c-stack.h: Likewise.
4979         * lib/c-strcasestr.c: Likewise.
4980         * lib/c-strcasestr.h: Likewise.
4981         * lib/c-strstr.c: Likewise.
4982         * lib/c-strstr.h: Likewise.
4983         * lib/c-strtod.c: Likewise.
4984         * lib/calloc.c: Likewise.
4985         * lib/canon-host.c: Likewise.
4986         * lib/canon-host.h: Likewise.
4987         * lib/canonicalize-lgpl.c: Likewise.
4988         * lib/canonicalize.c: Likewise.
4989         * lib/canonicalize.h: Likewise.
4990         * lib/ceil.c: Likewise.
4991         * lib/ceilf.c: Likewise.
4992         * lib/ceill.c: Likewise.
4993         * lib/chdir-long.c: Likewise.
4994         * lib/chdir-long.h: Likewise.
4995         * lib/chdir-safer.c: Likewise.
4996         * lib/chdir-safer.h: Likewise.
4997         * lib/chown.c: Likewise.
4998         * lib/classpath.c: Likewise.
4999         * lib/classpath.h: Likewise.
5000         * lib/clean-temp.c: Likewise.
5001         * lib/clean-temp.h: Likewise.
5002         * lib/cloexec.c: Likewise.
5003         * lib/close-stream.c: Likewise.
5004         * lib/closein.c: Likewise.
5005         * lib/closein.h: Likewise.
5006         * lib/closeout.c: Likewise.
5007         * lib/closeout.h: Likewise.
5008         * lib/concat-filename.c: Likewise.
5009         * lib/copy-file.c: Likewise.
5010         * lib/copy-file.h: Likewise.
5011         * lib/count-one-bits.h: Likewise.
5012         * lib/crc.c: Likewise.
5013         * lib/crc.h: Likewise.
5014         * lib/creat-safer.c: Likewise.
5015         * lib/csharpcomp.c: Likewise.
5016         * lib/csharpcomp.h: Likewise.
5017         * lib/csharpexec.c: Likewise.
5018         * lib/csharpexec.h: Likewise.
5019         * lib/cycle-check.c: Likewise.
5020         * lib/cycle-check.h: Likewise.
5021         * lib/diacrit.c: Likewise.
5022         * lib/diacrit.h: Likewise.
5023         * lib/diffseq.h: Likewise.
5024         * lib/dirchownmod.c: Likewise.
5025         * lib/dirent.in.h: Likewise.
5026         * lib/dirfd.c: Likewise.
5027         * lib/dirfd.h: Likewise.
5028         * lib/dirname.c: Likewise.
5029         * lib/dirname.h: Likewise.
5030         * lib/dummy.c: Likewise.
5031         * lib/dup-safer.c: Likewise.
5032         * lib/dup2.c: Likewise.
5033         * lib/eealloc.h: Likewise.
5034         * lib/error.c: Likewise.
5035         * lib/error.h: Likewise.
5036         * lib/euidaccess.c: Likewise.
5037         * lib/exclude.c: Likewise.
5038         * lib/exclude.h: Likewise.
5039         * lib/execute.c: Likewise.
5040         * lib/execute.h: Likewise.
5041         * lib/exitfail.c: Likewise.
5042         * lib/exitfail.h: Likewise.
5043         * lib/expl.c: Likewise.
5044         * lib/fatal-signal.c: Likewise.
5045         * lib/fatal-signal.h: Likewise.
5046         * lib/fbufmode.c: Likewise.
5047         * lib/fbufmode.h: Likewise.
5048         * lib/fchdir.c: Likewise.
5049         * lib/fchmodat.c: Likewise.
5050         * lib/fchownat.c: Likewise.
5051         * lib/fcntl--.h: Likewise.
5052         * lib/fcntl-safer.h: Likewise.
5053         * lib/fcntl.in.h: Likewise.
5054         * lib/fd-safer.c: Likewise.
5055         * lib/fflush.c: Likewise.
5056         * lib/file-has-acl.c: Likewise.
5057         * lib/file-set.c: Likewise.
5058         * lib/file-type.c: Likewise.
5059         * lib/file-type.h: Likewise.
5060         * lib/fileblocks.c: Likewise.
5061         * lib/filemode.c: Likewise.
5062         * lib/filemode.h: Likewise.
5063         * lib/filename.h: Likewise.
5064         * lib/filenamecat.c: Likewise.
5065         * lib/filenamecat.h: Likewise.
5066         * lib/findprog.c: Likewise.
5067         * lib/findprog.h: Likewise.
5068         * lib/float.in.h: Likewise.
5069         * lib/floor.c: Likewise.
5070         * lib/floorf.c: Likewise.
5071         * lib/floorl.c: Likewise.
5072         * lib/fopen-safer.c: Likewise.
5073         * lib/fopen.c: Likewise.
5074         * lib/fpending.c: Likewise.
5075         * lib/fpending.h: Likewise.
5076         * lib/fprintf.c: Likewise.
5077         * lib/fprintftime.h: Likewise.
5078         * lib/fpucw.h: Likewise.
5079         * lib/fpurge.c: Likewise.
5080         * lib/fpurge.h: Likewise.
5081         * lib/freadable.c: Likewise.
5082         * lib/freadable.h: Likewise.
5083         * lib/freadahead.c: Likewise.
5084         * lib/freadahead.h: Likewise.
5085         * lib/freading.c: Likewise.
5086         * lib/freading.h: Likewise.
5087         * lib/free.c: Likewise.
5088         * lib/freopen.c: Likewise.
5089         * lib/frexp.c: Likewise.
5090         * lib/frexpl.c: Likewise.
5091         * lib/fseek.c: Likewise.
5092         * lib/fseterr.c: Likewise.
5093         * lib/fseterr.h: Likewise.
5094         * lib/fstatat.c: Likewise.
5095         * lib/fstrcmp.c: Likewise.
5096         * lib/fstrcmp.h: Likewise.
5097         * lib/fsusage.c: Likewise.
5098         * lib/fsusage.h: Likewise.
5099         * lib/ftell.c: Likewise.
5100         * lib/ftello.c: Likewise.
5101         * lib/fts-cycle.c: Likewise.
5102         * lib/fts.c: Likewise.
5103         * lib/fts_.h: Likewise.
5104         * lib/full-read.c: Likewise.
5105         * lib/full-read.h: Likewise.
5106         * lib/full-write.c: Likewise.
5107         * lib/full-write.h: Likewise.
5108         * lib/fwritable.c: Likewise.
5109         * lib/fwritable.h: Likewise.
5110         * lib/fwriteerror.c: Likewise.
5111         * lib/fwriteerror.h: Likewise.
5112         * lib/fwriting.c: Likewise.
5113         * lib/fwriting.h: Likewise.
5114         * lib/gcd.c: Likewise.
5115         * lib/gcd.h: Likewise.
5116         * lib/getcwd.c: Likewise.
5117         * lib/getdate.h: Likewise.
5118         * lib/getdate.y: Likewise.
5119         * lib/getdomainname.c: Likewise.
5120         * lib/getdomainname.h: Likewise.
5121         * lib/getgroups.c: Likewise.
5122         * lib/gethostname.c: Likewise.
5123         * lib/gethrxtime.c: Likewise.
5124         * lib/gethrxtime.h: Likewise.
5125         * lib/getloadavg.c: Likewise.
5126         * lib/getndelim2.c: Likewise.
5127         * lib/getndelim2.h: Likewise.
5128         * lib/getnline.c: Likewise.
5129         * lib/getnline.h: Likewise.
5130         * lib/getopt.c: Likewise.
5131         * lib/getopt.in.h: Likewise.
5132         * lib/getopt1.c: Likewise.
5133         * lib/getopt_int.h: Likewise.
5134         * lib/getpagesize.h: Likewise.
5135         * lib/getsubopt.c: Likewise.
5136         * lib/gettime.c: Likewise.
5137         * lib/getugroups.c: Likewise.
5138         * lib/getugroups.h: Likewise.
5139         * lib/getusershell.c: Likewise.
5140         * lib/gl_anyavltree_list1.h: Likewise.
5141         * lib/gl_anyavltree_list2.h: Likewise.
5142         * lib/gl_anyhash_list1.h: Likewise.
5143         * lib/gl_anyhash_list2.h: Likewise.
5144         * lib/gl_anylinked_list1.h: Likewise.
5145         * lib/gl_anylinked_list2.h: Likewise.
5146         * lib/gl_anyrbtree_list1.h: Likewise.
5147         * lib/gl_anyrbtree_list2.h: Likewise.
5148         * lib/gl_anytree_list1.h: Likewise.
5149         * lib/gl_anytree_list2.h: Likewise.
5150         * lib/gl_anytree_oset.h: Likewise.
5151         * lib/gl_anytreehash_list1.h: Likewise.
5152         * lib/gl_anytreehash_list2.h: Likewise.
5153         * lib/gl_array_list.c: Likewise.
5154         * lib/gl_array_list.h: Likewise.
5155         * lib/gl_array_oset.c: Likewise.
5156         * lib/gl_array_oset.h: Likewise.
5157         * lib/gl_avltree_list.c: Likewise.
5158         * lib/gl_avltree_list.h: Likewise.
5159         * lib/gl_avltree_oset.c: Likewise.
5160         * lib/gl_avltree_oset.h: Likewise.
5161         * lib/gl_avltreehash_list.c: Likewise.
5162         * lib/gl_avltreehash_list.h: Likewise.
5163         * lib/gl_carray_list.c: Likewise.
5164         * lib/gl_carray_list.h: Likewise.
5165         * lib/gl_linked_list.c: Likewise.
5166         * lib/gl_linked_list.h: Likewise.
5167         * lib/gl_linkedhash_list.c: Likewise.
5168         * lib/gl_linkedhash_list.h: Likewise.
5169         * lib/gl_list.c: Likewise.
5170         * lib/gl_list.h: Likewise.
5171         * lib/gl_oset.c: Likewise.
5172         * lib/gl_oset.h: Likewise.
5173         * lib/gl_rbtree_list.c: Likewise.
5174         * lib/gl_rbtree_list.h: Likewise.
5175         * lib/gl_rbtree_oset.c: Likewise.
5176         * lib/gl_rbtree_oset.h: Likewise.
5177         * lib/gl_rbtreehash_list.c: Likewise.
5178         * lib/gl_rbtreehash_list.h: Likewise.
5179         * lib/gl_sublist.c: Likewise.
5180         * lib/gl_sublist.h: Likewise.
5181         * lib/group-member.c: Likewise.
5182         * lib/group-member.h: Likewise.
5183         * lib/hard-locale.c: Likewise.
5184         * lib/hard-locale.h: Likewise.
5185         * lib/hash-pjw.c: Likewise.
5186         * lib/hash-pjw.h: Likewise.
5187         * lib/hash-triple.c: Likewise.
5188         * lib/hash.c: Likewise.
5189         * lib/hash.h: Likewise.
5190         * lib/human.c: Likewise.
5191         * lib/human.h: Likewise.
5192         * lib/i-ring.c: Likewise.
5193         * lib/i-ring.h: Likewise.
5194         * lib/idcache.c: Likewise.
5195         * lib/imaxabs.c: Likewise.
5196         * lib/imaxdiv.c: Likewise.
5197         * lib/inet_pton.c: Likewise.
5198         * lib/inet_pton.h: Likewise.
5199         * lib/intprops.h: Likewise.
5200         * lib/inttostr.c: Likewise.
5201         * lib/inttostr.h: Likewise.
5202         * lib/inttypes.in.h: Likewise.
5203         * lib/isapipe.c: Likewise.
5204         * lib/isdir.c: Likewise.
5205         * lib/isnan.c: Likewise.
5206         * lib/isnan.h: Likewise.
5207         * lib/isnanf.c: Likewise.
5208         * lib/isnanf.h: Likewise.
5209         * lib/isnanl-nolibm.h: Likewise.
5210         * lib/isnanl.c: Likewise.
5211         * lib/isnanl.h: Likewise.
5212         * lib/javacomp.c: Likewise.
5213         * lib/javacomp.h: Likewise.
5214         * lib/javaexec.c: Likewise.
5215         * lib/javaexec.h: Likewise.
5216         * lib/javaversion.c: Likewise.
5217         * lib/javaversion.h: Likewise.
5218         * lib/javaversion.java: Likewise.
5219         * lib/lbrkprop.h: Likewise.
5220         * lib/lchmod.h: Likewise.
5221         * lib/lchown.c: Likewise.
5222         * lib/ldexpl.c: Likewise.
5223         * lib/linebreak.c: Likewise.
5224         * lib/linebreak.h: Likewise.
5225         * lib/linebuffer.c: Likewise.
5226         * lib/linebuffer.h: Likewise.
5227         * lib/locale.in.h: Likewise.
5228         * lib/logl.c: Likewise.
5229         * lib/long-options.c: Likewise.
5230         * lib/long-options.h: Likewise.
5231         * lib/lstat.c: Likewise.
5232         * lib/lstat.h: Likewise.
5233         * lib/math.in.h: Likewise.
5234         * lib/mbchar.c: Likewise.
5235         * lib/mbchar.h: Likewise.
5236         * lib/mbfile.h: Likewise.
5237         * lib/mbiter.h: Likewise.
5238         * lib/mbscasecmp.c: Likewise.
5239         * lib/mbscasestr.c: Likewise.
5240         * lib/mbschr.c: Likewise.
5241         * lib/mbscspn.c: Likewise.
5242         * lib/mbslen.c: Likewise.
5243         * lib/mbsncasecmp.c: Likewise.
5244         * lib/mbsnlen.c: Likewise.
5245         * lib/mbspbrk.c: Likewise.
5246         * lib/mbspcasecmp.c: Likewise.
5247         * lib/mbsrchr.c: Likewise.
5248         * lib/mbssep.c: Likewise.
5249         * lib/mbsspn.c: Likewise.
5250         * lib/mbsstr.c: Likewise.
5251         * lib/mbstok_r.c: Likewise.
5252         * lib/mbswidth.c: Likewise.
5253         * lib/mbswidth.h: Likewise.
5254         * lib/mbuiter.h: Likewise.
5255         * lib/memcasecmp.c: Likewise.
5256         * lib/memcasecmp.h: Likewise.
5257         * lib/memchr.c: Likewise.
5258         * lib/memcmp.c: Likewise.
5259         * lib/memcoll.c: Likewise.
5260         * lib/memcoll.h: Likewise.
5261         * lib/memcpy.c: Likewise.
5262         * lib/memrchr.c: Likewise.
5263         * lib/mkancesdirs.c: Likewise.
5264         * lib/mkdir-p.c: Likewise.
5265         * lib/mkdir-p.h: Likewise.
5266         * lib/mkdir.c: Likewise.
5267         * lib/mkdirat.c: Likewise.
5268         * lib/mkdtemp.c: Likewise.
5269         * lib/mkstemp-safer.c: Likewise.
5270         * lib/mkstemp.c: Likewise.
5271         * lib/modechange.c: Likewise.
5272         * lib/modechange.h: Likewise.
5273         * lib/mountlist.c: Likewise.
5274         * lib/mountlist.h: Likewise.
5275         * lib/mpsort.c: Likewise.
5276         * lib/nanosleep.c: Likewise.
5277         * lib/obstack.c: Likewise.
5278         * lib/obstack.h: Likewise.
5279         * lib/open-safer.c: Likewise.
5280         * lib/open.c: Likewise.
5281         * lib/openat-die.c: Likewise.
5282         * lib/openat-priv.h: Likewise.
5283         * lib/openat-proc.c: Likewise.
5284         * lib/openat.c: Likewise.
5285         * lib/openat.h: Likewise.
5286         * lib/pagealign_alloc.c: Likewise.
5287         * lib/pagealign_alloc.h: Likewise.
5288         * lib/physmem.c: Likewise.
5289         * lib/physmem.h: Likewise.
5290         * lib/pipe-safer.c: Likewise.
5291         * lib/pipe.c: Likewise.
5292         * lib/pipe.h: Likewise.
5293         * lib/posixtm.c: Likewise.
5294         * lib/posixtm.h: Likewise.
5295         * lib/posixver.c: Likewise.
5296         * lib/printf-frexp.c: Likewise.
5297         * lib/printf-frexp.h: Likewise.
5298         * lib/printf-frexpl.c: Likewise.
5299         * lib/printf-frexpl.h: Likewise.
5300         * lib/printf.c: Likewise.
5301         * lib/progname.c: Likewise.
5302         * lib/progname.h: Likewise.
5303         * lib/progreloc.c: Likewise.
5304         * lib/putenv.c: Likewise.
5305         * lib/quote.c: Likewise.
5306         * lib/quote.h: Likewise.
5307         * lib/quotearg.c: Likewise.
5308         * lib/quotearg.h: Likewise.
5309         * lib/raise.c: Likewise.
5310         * lib/readline.c: Likewise.
5311         * lib/readline.h: Likewise.
5312         * lib/readlink.c: Likewise.
5313         * lib/readtokens.c: Likewise.
5314         * lib/readtokens.h: Likewise.
5315         * lib/readtokens0.c: Likewise.
5316         * lib/readtokens0.h: Likewise.
5317         * lib/readutmp.c: Likewise.
5318         * lib/readutmp.h: Likewise.
5319         * lib/realloc.c: Likewise.
5320         * lib/relocwrapper.c: Likewise.
5321         * lib/rename-dest-slash.c: Likewise.
5322         * lib/rename.c: Likewise.
5323         * lib/rmdir.c: Likewise.
5324         * lib/rpmatch.c: Likewise.
5325         * lib/safe-read.c: Likewise.
5326         * lib/safe-read.h: Likewise.
5327         * lib/safe-write.c: Likewise.
5328         * lib/safe-write.h: Likewise.
5329         * lib/same-inode.h: Likewise.
5330         * lib/same.c: Likewise.
5331         * lib/same.h: Likewise.
5332         * lib/save-cwd.c: Likewise.
5333         * lib/save-cwd.h: Likewise.
5334         * lib/savedir.c: Likewise.
5335         * lib/savedir.h: Likewise.
5336         * lib/savewd.c: Likewise.
5337         * lib/savewd.h: Likewise.
5338         * lib/search.in.h: Likewise.
5339         * lib/setenv.c: Likewise.
5340         * lib/setenv.h: Likewise.
5341         * lib/settime.c: Likewise.
5342         * lib/sh-quote.c: Likewise.
5343         * lib/sh-quote.h: Likewise.
5344         * lib/sig2str.c: Likewise.
5345         * lib/sig2str.h: Likewise.
5346         * lib/signal.in.h: Likewise.
5347         * lib/signbitd.c: Likewise.
5348         * lib/signbitf.c: Likewise.
5349         * lib/signbitl.c: Likewise.
5350         * lib/sigprocmask.c: Likewise.
5351         * lib/sincosl.c: Likewise.
5352         * lib/sleep.c: Likewise.
5353         * lib/sprintf.c: Likewise.
5354         * lib/sqrtl.c: Likewise.
5355         * lib/stat-time.h: Likewise.
5356         * lib/stdio--.h: Likewise.
5357         * lib/stdio-safer.h: Likewise.
5358         * lib/stdlib--.h: Likewise.
5359         * lib/stdlib-safer.h: Likewise.
5360         * lib/stdlib.in.h: Likewise.
5361         * lib/stpcpy.c: Likewise.
5362         * lib/stpncpy.c: Likewise.
5363         * lib/strchrnul.c: Likewise.
5364         * lib/strcspn.c: Likewise.
5365         * lib/strerror.c: Likewise.
5366         * lib/strftime.c: Likewise.
5367         * lib/strftime.h: Likewise.
5368         * lib/striconveh.c: Likewise.
5369         * lib/striconveh.h: Likewise.
5370         * lib/striconveha.c: Likewise.
5371         * lib/striconveha.h: Likewise.
5372         * lib/stripslash.c: Likewise.
5373         * lib/strnlen1.c: Likewise.
5374         * lib/strnlen1.h: Likewise.
5375         * lib/strtod.c: Likewise.
5376         * lib/strtoimax.c: Likewise.
5377         * lib/strtok_r.c: Likewise.
5378         * lib/strtol.c: Likewise.
5379         * lib/strtoll.c: Likewise.
5380         * lib/strtoul.c: Likewise.
5381         * lib/strtoull.c: Likewise.
5382         * lib/sysexits.in.h: Likewise.
5383         * lib/tempname.c: Likewise.
5384         * lib/tempname.h: Likewise.
5385         * lib/timespec.h: Likewise.
5386         * lib/tls.c: Likewise.
5387         * lib/tls.h: Likewise.
5388         * lib/tmpdir.c: Likewise.
5389         * lib/tmpdir.h: Likewise.
5390         * lib/tmpfile-safer.c: Likewise.
5391         * lib/tmpfile.c: Likewise.
5392         * lib/trigl.c: Likewise.
5393         * lib/trigl.h: Likewise.
5394         * lib/trim.c: Likewise.
5395         * lib/trim.h: Likewise.
5396         * lib/trunc.c: Likewise.
5397         * lib/truncf.c: Likewise.
5398         * lib/truncl.c: Likewise.
5399         * lib/tsearch.c: Likewise.
5400         * lib/unicodeio.c: Likewise.
5401         * lib/unicodeio.h: Likewise.
5402         * lib/unistd--.h: Likewise.
5403         * lib/unistd-safer.h: Likewise.
5404         * lib/unistdio/ulc-fprintf.c: Likewise.
5405         * lib/unistdio/ulc-vfprintf.c: Likewise.
5406         * lib/unlinkdir.c: Likewise.
5407         * lib/unlinkdir.h: Likewise.
5408         * lib/unlocked-io.h: Likewise.
5409         * lib/unsetenv.c: Likewise.
5410         * lib/userspec.c: Likewise.
5411         * lib/utime.c: Likewise.
5412         * lib/utimecmp.c: Likewise.
5413         * lib/utimecmp.h: Likewise.
5414         * lib/utimens.c: Likewise.
5415         * lib/verify.h: Likewise.
5416         * lib/verror.c: Likewise.
5417         * lib/verror.h: Likewise.
5418         * lib/version-etc-fsf.c: Likewise.
5419         * lib/version-etc.c: Likewise.
5420         * lib/version-etc.h: Likewise.
5421         * lib/vfprintf.c: Likewise.
5422         * lib/vprintf.c: Likewise.
5423         * lib/vsprintf.c: Likewise.
5424         * lib/w32spawn.h: Likewise.
5425         * lib/wait-process.c: Likewise.
5426         * lib/wait-process.h: Likewise.
5427         * lib/wcwidth.c: Likewise.
5428         * lib/write-any-file.c: Likewise.
5429         * lib/xalloc-die.c: Likewise.
5430         * lib/xalloc.h: Likewise.
5431         * lib/xasprintf.c: Likewise.
5432         * lib/xgetcwd.c: Likewise.
5433         * lib/xgetcwd.h: Likewise.
5434         * lib/xgetdomainname.c: Likewise.
5435         * lib/xgetdomainname.h: Likewise.
5436         * lib/xgethostname.c: Likewise.
5437         * lib/xmalloc.c: Likewise.
5438         * lib/xmalloca.c: Likewise.
5439         * lib/xmalloca.h: Likewise.
5440         * lib/xmemcoll.c: Likewise.
5441         * lib/xnanosleep.c: Likewise.
5442         * lib/xreadlink.c: Likewise.
5443         * lib/xreadlink.h: Likewise.
5444         * lib/xsetenv.c: Likewise.
5445         * lib/xsetenv.h: Likewise.
5446         * lib/xstriconv.c: Likewise.
5447         * lib/xstriconv.h: Likewise.
5448         * lib/xstrndup.c: Likewise.
5449         * lib/xstrndup.h: Likewise.
5450         * lib/xstrtod.c: Likewise.
5451         * lib/xstrtod.h: Likewise.
5452         * lib/xstrtol-error.c: Likewise.
5453         * lib/xstrtol.c: Likewise.
5454         * lib/xstrtol.h: Likewise.
5455         * lib/xtime.h: Likewise.
5456         * lib/xvasprintf.c: Likewise.
5457         * lib/xvasprintf.h: Likewise.
5458         * lib/yesno.c: Likewise.
5459         * lib/yesno.h: Likewise.
5460         * posix-modules: Likewise.
5461         * tests/test-alloca-opt.c: Likewise.
5462         * tests/test-arcfour.c: Likewise.
5463         * tests/test-arctwo.c: Likewise.
5464         * tests/test-argmatch.c: Likewise.
5465         * tests/test-argp-2.sh: Likewise.
5466         * tests/test-argp.c: Likewise.
5467         * tests/test-arpa_inet.c: Likewise.
5468         * tests/test-array_list.c: Likewise.
5469         * tests/test-array_oset.c: Likewise.
5470         * tests/test-atexit.c: Likewise.
5471         * tests/test-avltree_list.c: Likewise.
5472         * tests/test-avltree_oset.c: Likewise.
5473         * tests/test-avltreehash_list.c: Likewise.
5474         * tests/test-base64.c: Likewise.
5475         * tests/test-binary-io.c: Likewise.
5476         * tests/test-byteswap.c: Likewise.
5477         * tests/test-c-ctype.c: Likewise.
5478         * tests/test-c-strcasecmp.c: Likewise.
5479         * tests/test-c-strcasestr.c: Likewise.
5480         * tests/test-c-strncasecmp.c: Likewise.
5481         * tests/test-c-strstr.c: Likewise.
5482         * tests/test-canonicalize-lgpl.c: Likewise.
5483         * tests/test-canonicalize.c: Likewise.
5484         * tests/test-carray_list.c: Likewise.
5485         * tests/test-ceilf.c: Likewise.
5486         * tests/test-ceill.c: Likewise.
5487         * tests/test-count-one-bits.c: Likewise.
5488         * tests/test-crc.c: Likewise.
5489         * tests/test-dirname.c: Likewise.
5490         * tests/test-fbufmode.c: Likewise.
5491         * tests/test-fcntl.c: Likewise.
5492         * tests/test-fflush.c: Likewise.
5493         * tests/test-floorf.c: Likewise.
5494         * tests/test-floorl.c: Likewise.
5495         * tests/test-fopen.c: Likewise.
5496         * tests/test-fprintf-posix.c: Likewise.
5497         * tests/test-fprintf-posix.h: Likewise.
5498         * tests/test-fpurge.c: Likewise.
5499         * tests/test-freadable.c: Likewise.
5500         * tests/test-freadahead.c: Likewise.
5501         * tests/test-freading.c: Likewise.
5502         * tests/test-freopen.c: Likewise.
5503         * tests/test-frexp.c: Likewise.
5504         * tests/test-frexpl.c: Likewise.
5505         * tests/test-fseek.c: Likewise.
5506         * tests/test-fseeko.c: Likewise.
5507         * tests/test-fseterr.c: Likewise.
5508         * tests/test-fstrcmp.c: Likewise.
5509         * tests/test-ftell.c: Likewise.
5510         * tests/test-ftello.c: Likewise.
5511         * tests/test-fwritable.c: Likewise.
5512         * tests/test-fwriting.c: Likewise.
5513         * tests/test-getaddrinfo.c: Likewise.
5514         * tests/test-getpass.c: Likewise.
5515         * tests/test-gettimeofday.c: Likewise.
5516         * tests/test-hmac-md5.c: Likewise.
5517         * tests/test-hmac-sha1.c: Likewise.
5518         * tests/test-iconv.c: Likewise.
5519         * tests/test-iconvme.c: Likewise.
5520         * tests/test-inttypes.c: Likewise.
5521         * tests/test-isnan.c: Likewise.
5522         * tests/test-isnanf.c: Likewise.
5523         * tests/test-isnanl-nolibm.c: Likewise.
5524         * tests/test-isnanl.c: Likewise.
5525         * tests/test-isnanl.h: Likewise.
5526         * tests/test-ldexpl.c: Likewise.
5527         * tests/test-linked_list.c: Likewise.
5528         * tests/test-linkedhash_list.c: Likewise.
5529         * tests/test-locale.c: Likewise.
5530         * tests/test-localename.c: Likewise.
5531         * tests/test-lock.c: Likewise.
5532         * tests/test-lseek.c: Likewise.
5533         * tests/test-malloca.c: Likewise.
5534         * tests/test-math.c: Likewise.
5535         * tests/test-mbscasecmp.c: Likewise.
5536         * tests/test-mbscasestr1.c: Likewise.
5537         * tests/test-mbscasestr2.c: Likewise.
5538         * tests/test-mbscasestr3.c: Likewise.
5539         * tests/test-mbscasestr4.c: Likewise.
5540         * tests/test-mbschr.c: Likewise.
5541         * tests/test-mbscspn.c: Likewise.
5542         * tests/test-mbsncasecmp.c: Likewise.
5543         * tests/test-mbspbrk.c: Likewise.
5544         * tests/test-mbspcasecmp.c: Likewise.
5545         * tests/test-mbsrchr.c: Likewise.
5546         * tests/test-mbsspn.c: Likewise.
5547         * tests/test-mbsstr1.c: Likewise.
5548         * tests/test-mbsstr2.c: Likewise.
5549         * tests/test-mbsstr3.c: Likewise.
5550         * tests/test-md5.c: Likewise.
5551         * tests/test-memmem.c: Likewise.
5552         * tests/test-netinet_in.c: Likewise.
5553         * tests/test-open.c: Likewise.
5554         * tests/test-printf-frexp.c: Likewise.
5555         * tests/test-printf-frexpl.c: Likewise.
5556         * tests/test-printf-posix.c: Likewise.
5557         * tests/test-printf-posix.h: Likewise.
5558         * tests/test-rbtree_list.c: Likewise.
5559         * tests/test-rbtree_oset.c: Likewise.
5560         * tests/test-rbtreehash_list.c: Likewise.
5561         * tests/test-read-file.c: Likewise.
5562         * tests/test-rijndael.c: Likewise.
5563         * tests/test-search.c: Likewise.
5564         * tests/test-signbit.c: Likewise.
5565         * tests/test-sleep.c: Likewise.
5566         * tests/test-snprintf-posix.c: Likewise.
5567         * tests/test-snprintf-posix.h: Likewise.
5568         * tests/test-snprintf.c: Likewise.
5569         * tests/test-sprintf-posix.c: Likewise.
5570         * tests/test-sprintf-posix.h: Likewise.
5571         * tests/test-stat-time.c: Likewise.
5572         * tests/test-stdbool.c: Likewise.
5573         * tests/test-stdint.c: Likewise.
5574         * tests/test-stdio.c: Likewise.
5575         * tests/test-stdlib.c: Likewise.
5576         * tests/test-stpncpy.c: Likewise.
5577         * tests/test-strcasestr.c: Likewise.
5578         * tests/test-striconv.c: Likewise.
5579         * tests/test-striconveh.c: Likewise.
5580         * tests/test-striconveha.c: Likewise.
5581         * tests/test-string.c: Likewise.
5582         * tests/test-sys_select.c: Likewise.
5583         * tests/test-sys_socket.c: Likewise.
5584         * tests/test-sys_stat.c: Likewise.
5585         * tests/test-sys_time.c: Likewise.
5586         * tests/test-sysexits.c: Likewise.
5587         * tests/test-time.c: Likewise.
5588         * tests/test-tls.c: Likewise.
5589         * tests/test-trunc.c: Likewise.
5590         * tests/test-truncf.c: Likewise.
5591         * tests/test-truncl.c: Likewise.
5592         * tests/test-unistd.c: Likewise.
5593         * tests/test-vasnprintf-posix.c: Likewise.
5594         * tests/test-vasnprintf-posix2.c: Likewise.
5595         * tests/test-vasnprintf.c: Likewise.
5596         * tests/test-vasprintf-posix.c: Likewise.
5597         * tests/test-vasprintf.c: Likewise.
5598         * tests/test-verify.c: Likewise.
5599         * tests/test-vfprintf-posix.c: Likewise.
5600         * tests/test-vprintf-posix.c: Likewise.
5601         * tests/test-vsnprintf-posix.c: Likewise.
5602         * tests/test-vsnprintf.c: Likewise.
5603         * tests/test-vsprintf-posix.c: Likewise.
5604         * tests/test-wchar.c: Likewise.
5605         * tests/test-wctype.c: Likewise.
5606         * tests/test-wcwidth.c: Likewise.
5607         * tests/test-xstrtol.c: Likewise.
5608         * tests/test-xvasprintf.c: Likewise.
5609         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5610         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5611         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5612         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5613         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5614         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5615         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5616         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5617         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5618         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5619         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5620         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5621         * tests/uniname/test-uninames.c: Likewise.
5622         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5623         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
5624         * tests/unistdio/test-u16-printf1.h: Likewise.
5625         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5626         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5627         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5628         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5629         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5630         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5631         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5632         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
5633         * tests/unistdio/test-u32-printf1.h: Likewise.
5634         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5635         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5636         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5637         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5638         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5639         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5640         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5641         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
5642         * tests/unistdio/test-u8-printf1.h: Likewise.
5643         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5644         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5645         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5646         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5647         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5648         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5649         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5650         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
5651         * tests/unistdio/test-ulc-printf1.h: Likewise.
5652         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5653         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5654         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5655         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5656         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5657         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5658         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5659         * tests/uniwidth/test-u16-width.c: Likewise.
5660         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5661         * tests/uniwidth/test-u32-width.c: Likewise.
5662         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5663         * tests/uniwidth/test-u8-width.c: Likewise.
5664         * tests/uniwidth/test-uc_width.c: Likewise.
5665         * config/srclist-update: Likewise.
5666         (fixlicense): Update to GPLv3+.
5667
5668         Change copyright notice from LGPLv2.1+ to LGPLv3+.
5669         * tests/test-tsearch.c: Change copyright notice.
5670
5671         Change copyright notice from LGPLv2.0+ to LGPLv3+.
5672         * lib/c-strcaseeq.h: Change copyright notice.
5673         * lib/streq.h: Likewise.
5674         * lib/uniconv.h: Likewise.
5675         * lib/uniconv/u-conv-from-enc.h: Likewise.
5676         * lib/uniconv/u-conv-to-enc.h: Likewise.
5677         * lib/uniconv/u-strconv-from-enc.h: Likewise.
5678         * lib/uniconv/u-strconv-to-enc.h: Likewise.
5679         * lib/uniconv/u16-conv-from-enc.c: Likewise.
5680         * lib/uniconv/u16-conv-to-enc.c: Likewise.
5681         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
5682         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
5683         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
5684         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
5685         * lib/uniconv/u32-conv-from-enc.c: Likewise.
5686         * lib/uniconv/u32-conv-to-enc.c: Likewise.
5687         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
5688         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
5689         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
5690         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
5691         * lib/uniconv/u8-conv-from-enc.c: Likewise.
5692         * lib/uniconv/u8-conv-to-enc.c: Likewise.
5693         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
5694         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
5695         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
5696         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
5697         * lib/uniname.h: Likewise.
5698         * lib/uniname/uniname.c: Likewise.
5699         * lib/unistdio.h: Likewise.
5700         * lib/unistdio/u-asnprintf.h: Likewise.
5701         * lib/unistdio/u-asprintf.h: Likewise.
5702         * lib/unistdio/u-printf-args.c: Likewise.
5703         * lib/unistdio/u-printf-args.h: Likewise.
5704         * lib/unistdio/u-printf-parse.h: Likewise.
5705         * lib/unistdio/u-snprintf.h: Likewise.
5706         * lib/unistdio/u-sprintf.h: Likewise.
5707         * lib/unistdio/u-vasprintf.h: Likewise.
5708         * lib/unistdio/u-vsnprintf.h: Likewise.
5709         * lib/unistdio/u-vsprintf.h: Likewise.
5710         * lib/unistdio/u16-asnprintf.c: Likewise.
5711         * lib/unistdio/u16-asprintf.c: Likewise.
5712         * lib/unistdio/u16-printf-parse.c: Likewise.
5713         * lib/unistdio/u16-snprintf.c: Likewise.
5714         * lib/unistdio/u16-sprintf.c: Likewise.
5715         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
5716         * lib/unistdio/u16-u16-asprintf.c: Likewise.
5717         * lib/unistdio/u16-u16-snprintf.c: Likewise.
5718         * lib/unistdio/u16-u16-sprintf.c: Likewise.
5719         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
5720         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
5721         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
5722         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
5723         * lib/unistdio/u16-vasnprintf.c: Likewise.
5724         * lib/unistdio/u16-vasprintf.c: Likewise.
5725         * lib/unistdio/u16-vsnprintf.c: Likewise.
5726         * lib/unistdio/u16-vsprintf.c: Likewise.
5727         * lib/unistdio/u32-asnprintf.c: Likewise.
5728         * lib/unistdio/u32-asprintf.c: Likewise.
5729         * lib/unistdio/u32-printf-parse.c: Likewise.
5730         * lib/unistdio/u32-snprintf.c: Likewise.
5731         * lib/unistdio/u32-sprintf.c: Likewise.
5732         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
5733         * lib/unistdio/u32-u32-asprintf.c: Likewise.
5734         * lib/unistdio/u32-u32-snprintf.c: Likewise.
5735         * lib/unistdio/u32-u32-sprintf.c: Likewise.
5736         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
5737         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
5738         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
5739         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
5740         * lib/unistdio/u32-vasnprintf.c: Likewise.
5741         * lib/unistdio/u32-vasprintf.c: Likewise.
5742         * lib/unistdio/u32-vsnprintf.c: Likewise.
5743         * lib/unistdio/u32-vsprintf.c: Likewise.
5744         * lib/unistdio/u8-asnprintf.c: Likewise.
5745         * lib/unistdio/u8-asprintf.c: Likewise.
5746         * lib/unistdio/u8-printf-parse.c: Likewise.
5747         * lib/unistdio/u8-snprintf.c: Likewise.
5748         * lib/unistdio/u8-sprintf.c: Likewise.
5749         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
5750         * lib/unistdio/u8-u8-asprintf.c: Likewise.
5751         * lib/unistdio/u8-u8-snprintf.c: Likewise.
5752         * lib/unistdio/u8-u8-sprintf.c: Likewise.
5753         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
5754         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
5755         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
5756         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
5757         * lib/unistdio/u8-vasnprintf.c: Likewise.
5758         * lib/unistdio/u8-vasprintf.c: Likewise.
5759         * lib/unistdio/u8-vsnprintf.c: Likewise.
5760         * lib/unistdio/u8-vsprintf.c: Likewise.
5761         * lib/unistdio/ulc-asnprintf.c: Likewise.
5762         * lib/unistdio/ulc-asprintf.c: Likewise.
5763         * lib/unistdio/ulc-printf-parse.c: Likewise.
5764         * lib/unistdio/ulc-snprintf.c: Likewise.
5765         * lib/unistdio/ulc-sprintf.c: Likewise.
5766         * lib/unistdio/ulc-vasnprintf.c: Likewise.
5767         * lib/unistdio/ulc-vasprintf.c: Likewise.
5768         * lib/unistdio/ulc-vsnprintf.c: Likewise.
5769         * lib/unistdio/ulc-vsprintf.c: Likewise.
5770         * lib/unistr.h: Likewise.
5771         * lib/unistr/u-cpy-alloc.h: Likewise.
5772         * lib/unistr/u-cpy.h: Likewise.
5773         * lib/unistr/u-endswith.h: Likewise.
5774         * lib/unistr/u-move.h: Likewise.
5775         * lib/unistr/u-set.h: Likewise.
5776         * lib/unistr/u-startswith.h: Likewise.
5777         * lib/unistr/u-stpcpy.h: Likewise.
5778         * lib/unistr/u-stpncpy.h: Likewise.
5779         * lib/unistr/u-strcat.h: Likewise.
5780         * lib/unistr/u-strcpy.h: Likewise.
5781         * lib/unistr/u-strcspn.h: Likewise.
5782         * lib/unistr/u-strdup.h: Likewise.
5783         * lib/unistr/u-strlen.h: Likewise.
5784         * lib/unistr/u-strncat.h: Likewise.
5785         * lib/unistr/u-strncpy.h: Likewise.
5786         * lib/unistr/u-strnlen.h: Likewise.
5787         * lib/unistr/u-strpbrk.h: Likewise.
5788         * lib/unistr/u-strspn.h: Likewise.
5789         * lib/unistr/u-strstr.h: Likewise.
5790         * lib/unistr/u-strtok.h: Likewise.
5791         * lib/unistr/u16-check.c: Likewise.
5792         * lib/unistr/u16-chr.c: Likewise.
5793         * lib/unistr/u16-cmp.c: Likewise.
5794         * lib/unistr/u16-cpy-alloc.c: Likewise.
5795         * lib/unistr/u16-cpy.c: Likewise.
5796         * lib/unistr/u16-endswith.c: Likewise.
5797         * lib/unistr/u16-mblen.c: Likewise.
5798         * lib/unistr/u16-mbsnlen.c: Likewise.
5799         * lib/unistr/u16-mbtouc-aux.c: Likewise.
5800         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
5801         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
5802         * lib/unistr/u16-mbtouc.c: Likewise.
5803         * lib/unistr/u16-mbtoucr.c: Likewise.
5804         * lib/unistr/u16-move.c: Likewise.
5805         * lib/unistr/u16-next.c: Likewise.
5806         * lib/unistr/u16-prev.c: Likewise.
5807         * lib/unistr/u16-set.c: Likewise.
5808         * lib/unistr/u16-startswith.c: Likewise.
5809         * lib/unistr/u16-stpcpy.c: Likewise.
5810         * lib/unistr/u16-stpncpy.c: Likewise.
5811         * lib/unistr/u16-strcat.c: Likewise.
5812         * lib/unistr/u16-strchr.c: Likewise.
5813         * lib/unistr/u16-strcmp.c: Likewise.
5814         * lib/unistr/u16-strcpy.c: Likewise.
5815         * lib/unistr/u16-strcspn.c: Likewise.
5816         * lib/unistr/u16-strdup.c: Likewise.
5817         * lib/unistr/u16-strlen.c: Likewise.
5818         * lib/unistr/u16-strmblen.c: Likewise.
5819         * lib/unistr/u16-strmbtouc.c: Likewise.
5820         * lib/unistr/u16-strncat.c: Likewise.
5821         * lib/unistr/u16-strncmp.c: Likewise.
5822         * lib/unistr/u16-strncpy.c: Likewise.
5823         * lib/unistr/u16-strnlen.c: Likewise.
5824         * lib/unistr/u16-strpbrk.c: Likewise.
5825         * lib/unistr/u16-strrchr.c: Likewise.
5826         * lib/unistr/u16-strspn.c: Likewise.
5827         * lib/unistr/u16-strstr.c: Likewise.
5828         * lib/unistr/u16-strtok.c: Likewise.
5829         * lib/unistr/u16-to-u32.c: Likewise.
5830         * lib/unistr/u16-to-u8.c: Likewise.
5831         * lib/unistr/u16-uctomb-aux.c: Likewise.
5832         * lib/unistr/u16-uctomb.c: Likewise.
5833         * lib/unistr/u32-check.c: Likewise.
5834         * lib/unistr/u32-chr.c: Likewise.
5835         * lib/unistr/u32-cmp.c: Likewise.
5836         * lib/unistr/u32-cpy-alloc.c: Likewise.
5837         * lib/unistr/u32-cpy.c: Likewise.
5838         * lib/unistr/u32-endswith.c: Likewise.
5839         * lib/unistr/u32-mblen.c: Likewise.
5840         * lib/unistr/u32-mbsnlen.c: Likewise.
5841         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
5842         * lib/unistr/u32-mbtouc.c: Likewise.
5843         * lib/unistr/u32-mbtoucr.c: Likewise.
5844         * lib/unistr/u32-move.c: Likewise.
5845         * lib/unistr/u32-next.c: Likewise.
5846         * lib/unistr/u32-prev.c: Likewise.
5847         * lib/unistr/u32-set.c: Likewise.
5848         * lib/unistr/u32-startswith.c: Likewise.
5849         * lib/unistr/u32-stpcpy.c: Likewise.
5850         * lib/unistr/u32-stpncpy.c: Likewise.
5851         * lib/unistr/u32-strcat.c: Likewise.
5852         * lib/unistr/u32-strchr.c: Likewise.
5853         * lib/unistr/u32-strcmp.c: Likewise.
5854         * lib/unistr/u32-strcpy.c: Likewise.
5855         * lib/unistr/u32-strcspn.c: Likewise.
5856         * lib/unistr/u32-strdup.c: Likewise.
5857         * lib/unistr/u32-strlen.c: Likewise.
5858         * lib/unistr/u32-strmblen.c: Likewise.
5859         * lib/unistr/u32-strmbtouc.c: Likewise.
5860         * lib/unistr/u32-strncat.c: Likewise.
5861         * lib/unistr/u32-strncmp.c: Likewise.
5862         * lib/unistr/u32-strncpy.c: Likewise.
5863         * lib/unistr/u32-strnlen.c: Likewise.
5864         * lib/unistr/u32-strpbrk.c: Likewise.
5865         * lib/unistr/u32-strrchr.c: Likewise.
5866         * lib/unistr/u32-strspn.c: Likewise.
5867         * lib/unistr/u32-strstr.c: Likewise.
5868         * lib/unistr/u32-strtok.c: Likewise.
5869         * lib/unistr/u32-to-u16.c: Likewise.
5870         * lib/unistr/u32-to-u8.c: Likewise.
5871         * lib/unistr/u32-uctomb.c: Likewise.
5872         * lib/unistr/u8-check.c: Likewise.
5873         * lib/unistr/u8-chr.c: Likewise.
5874         * lib/unistr/u8-cmp.c: Likewise.
5875         * lib/unistr/u8-cpy-alloc.c: Likewise.
5876         * lib/unistr/u8-cpy.c: Likewise.
5877         * lib/unistr/u8-endswith.c: Likewise.
5878         * lib/unistr/u8-mblen.c: Likewise.
5879         * lib/unistr/u8-mbsnlen.c: Likewise.
5880         * lib/unistr/u8-mbtouc-aux.c: Likewise.
5881         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
5882         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
5883         * lib/unistr/u8-mbtouc.c: Likewise.
5884         * lib/unistr/u8-mbtoucr.c: Likewise.
5885         * lib/unistr/u8-move.c: Likewise.
5886         * lib/unistr/u8-next.c: Likewise.
5887         * lib/unistr/u8-prev.c: Likewise.
5888         * lib/unistr/u8-set.c: Likewise.
5889         * lib/unistr/u8-startswith.c: Likewise.
5890         * lib/unistr/u8-stpcpy.c: Likewise.
5891         * lib/unistr/u8-stpncpy.c: Likewise.
5892         * lib/unistr/u8-strcat.c: Likewise.
5893         * lib/unistr/u8-strchr.c: Likewise.
5894         * lib/unistr/u8-strcmp.c: Likewise.
5895         * lib/unistr/u8-strcpy.c: Likewise.
5896         * lib/unistr/u8-strcspn.c: Likewise.
5897         * lib/unistr/u8-strdup.c: Likewise.
5898         * lib/unistr/u8-strlen.c: Likewise.
5899         * lib/unistr/u8-strmblen.c: Likewise.
5900         * lib/unistr/u8-strmbtouc.c: Likewise.
5901         * lib/unistr/u8-strncat.c: Likewise.
5902         * lib/unistr/u8-strncmp.c: Likewise.
5903         * lib/unistr/u8-strncpy.c: Likewise.
5904         * lib/unistr/u8-strnlen.c: Likewise.
5905         * lib/unistr/u8-strpbrk.c: Likewise.
5906         * lib/unistr/u8-strrchr.c: Likewise.
5907         * lib/unistr/u8-strspn.c: Likewise.
5908         * lib/unistr/u8-strstr.c: Likewise.
5909         * lib/unistr/u8-strtok.c: Likewise.
5910         * lib/unistr/u8-to-u16.c: Likewise.
5911         * lib/unistr/u8-to-u32.c: Likewise.
5912         * lib/unistr/u8-uctomb-aux.c: Likewise.
5913         * lib/unistr/u8-uctomb.c: Likewise.
5914         * lib/unitypes.h: Likewise.
5915         * lib/uniwidth.h: Likewise.
5916         * lib/uniwidth/cjk.h: Likewise.
5917         * lib/uniwidth/u16-strwidth.c: Likewise.
5918         * lib/uniwidth/u16-width.c: Likewise.
5919         * lib/uniwidth/u32-strwidth.c: Likewise.
5920         * lib/uniwidth/u32-width.c: Likewise.
5921         * lib/uniwidth/u8-strwidth.c: Likewise.
5922         * lib/uniwidth/u8-width.c: Likewise.
5923         * lib/uniwidth/width.c: Likewise.
5924
5925 2007-10-07  Bruno Haible  <bruno@clisp.org>
5926
5927         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
5928         The file is still under LGPL (see modules/inttypes).
5929
5930 2007-10-06  Bruno Haible  <bruno@clisp.org>
5931
5932         * modules/trunc (Dependencies): Add 'extensions'.
5933         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
5934         Reported by Ben Pfaff <blp@gnu.org>.
5935
5936 2007-10-06  Bruno Haible  <bruno@clisp.org>
5937
5938         * modules/freopen-tests: New file.
5939         * tests/test-freopen.c: New file.
5940
5941         * modules/fopen-tests: New file.
5942         * tests/test-fopen.c: New file.
5943
5944         * modules/fopen: New file.
5945         * lib/fopen.c: New file.
5946         * m4/fopen.m4: New file.
5947         * modules/freopen: New file.
5948         * lib/freopen.c: New file.
5949         * m4/freopen.m4: New file.
5950         * lib/stdio.in.h (fopen, freopen): New declarations.
5951         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
5952         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
5953         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
5954         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
5955         * doc/functions/fopen.texi: Mention the 'fopen' module.
5956         * doc/functions/freopen.texi: Mention the 'freopen' module.
5957
5958 2007-10-06  Bruno Haible  <bruno@clisp.org>
5959
5960         * modules/open-tests: New file.
5961         * tests/test-open.c: New file.
5962
5963         * modules/open: New file.
5964         * lib/open.c: New file.
5965         * m4/open.m4: New file.
5966         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
5967         lib/open.c does.
5968         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
5969         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
5970         macros.
5971         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
5972         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
5973         REPLACE_OPEN.
5974         * doc/functions/open.texi: Mention the 'open' module.
5975
5976 2007-10-04  Bruno Haible  <bruno@clisp.org>
5977
5978         * modules/ceill-tests: New file.
5979         * tests/test-ceill.c: New file.
5980
5981         * modules/ceill: New file.
5982         * lib/ceill.c: Replace entire file.
5983         * m4/ceill.m4: New file.
5984         * lib/math.in.h (ceill): Replace declaration.
5985         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
5986         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
5987         * doc/functions/ceill.texi: Mention the 'ceill' module.
5988         * modules/mathl (Files): Remove lib/ceill.c.
5989         (Depends-on): Add ceill.
5990
5991 2007-10-04  Bruno Haible  <bruno@clisp.org>
5992
5993         * modules/ceilf-tests: New file.
5994         * tests/test-ceilf.c: New file.
5995
5996         * modules/ceilf: New file.
5997         * lib/ceil.c: New file.
5998         * lib/ceilf.c: New file.
5999         * m4/ceilf.m4: New file.
6000         * lib/math.in.h (ceilf): New declaration.
6001         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
6002         HAVE_DECL_CEILF.
6003         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
6004         HAVE_DECL_CEILF.
6005         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
6006
6007 2007-10-04  Bruno Haible  <bruno@clisp.org>
6008
6009         * modules/floorl-tests: New file.
6010         * tests/test-floorl.c: New file.
6011
6012         * modules/floorl: New file.
6013         * lib/floorl.c: Replace entire file.
6014         * m4/floorl.m4: New file.
6015         * lib/math.in.h (floorl): Replace declaration.
6016         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
6017         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
6018         * doc/functions/floorl.texi: Mention the 'floorl' module.
6019         * modules/mathl (Files): Remove lib/floorl.c.
6020         (Depends-on): Add floorl.
6021
6022 2007-10-04  Bruno Haible  <bruno@clisp.org>
6023
6024         * modules/floorf-tests: New file.
6025         * tests/test-floorf.c: New file.
6026
6027         * modules/floorf: New file.
6028         * lib/floor.c: New file.
6029         * lib/floorf.c: New file.
6030         * m4/floorf.m4: New file.
6031         * lib/math.in.h (floorf): New declaration.
6032         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
6033         HAVE_DECL_FLOORF.
6034         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
6035         HAVE_DECL_FLOORF.
6036         * doc/functions/floorf.texi: Mention the 'floorf' module.
6037
6038 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
6039             Bruno Haible  <bruno@clisp.org>
6040
6041         Advertise for the Git server instead of the CVS server.
6042         * doc/gnulib-intro.texi (Steady Development): Mention the Git
6043         repository instead of the CVS one.
6044         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
6045         about all VCS systems generically.
6046         * doc/gnulib.texi (Introduction): Capitalize `Git'.
6047
6048 2007-10-04  Bruno Haible  <bruno@clisp.org>
6049
6050         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
6051         means.
6052         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
6053
6054 2007-10-04  Bruno Haible  <bruno@clisp.org>
6055
6056         * modules/truncl-tests: New file.
6057         * tests/test-truncl.c: New file.
6058
6059         * modules/truncl: New file.
6060         * lib/truncl.c: New file.
6061         * m4/truncl.m4: New file.
6062         * lib/math.in.h (truncl): New declaration.
6063         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
6064         HAVE_DECL_TRUNCL.
6065         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
6066         HAVE_DECL_TRUNCL.
6067         * doc/functions/truncl.texi: Mention the 'truncl' module.
6068
6069 2007-10-04  Bruno Haible  <bruno@clisp.org>
6070
6071         * modules/truncf-tests: New file.
6072         * tests/test-truncf.c: New file.
6073
6074         * modules/truncf: New file.
6075         * lib/trunc.c: Make paramerizable through USE_* macros.
6076         * lib/truncf.c: New file.
6077         * m4/truncf.m4: New file.
6078         * lib/math.in.h (truncf): New declaration.
6079         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
6080         HAVE_DECL_TRUNCF.
6081         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
6082         HAVE_DECL_TRUNCF.
6083         * doc/functions/truncf.texi: Mention the 'truncf' module.
6084
6085 2007-10-03  Bruno Haible  <bruno@clisp.org>
6086
6087         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6088         augmentation also for tests modules.
6089         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
6090         * modules/atexit-tests (Makefile.am): Likewise.
6091         * modules/binary-io-tests (Makefile.am): Likewise.
6092         * modules/c-strcase-tests (Makefile.am): Likewise.
6093         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
6094         * modules/canonicalize-tests (Makefile.am): Likewise.
6095         * modules/closein-tests (Makefile.am): Likewise.
6096         * modules/fprintf-posix-tests (Makefile.am): Likewise.
6097         * modules/freadahead-tests (Makefile.am): Likewise.
6098         * modules/fseek-tests (Makefile.am): Likewise.
6099         * modules/fseeko-tests (Makefile.am): Likewise.
6100         * modules/ftell-tests (Makefile.am): Likewise.
6101         * modules/ftello-tests (Makefile.am): Likewise.
6102         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
6103         * modules/isnanl-tests (Makefile.am): Likewise.
6104         * modules/lseek-tests (Makefile.am): Likewise.
6105         * modules/mbscasecmp-tests (Makefile.am): Likewise.
6106         * modules/mbscasestr-tests (Makefile.am): Likewise.
6107         * modules/mbschr-tests (Makefile.am): Likewise.
6108         * modules/mbscspn-tests (Makefile.am): Likewise.
6109         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
6110         * modules/mbspbrk-tests (Makefile.am): Likewise.
6111         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
6112         * modules/mbsrchr-tests (Makefile.am): Likewise.
6113         * modules/mbsspn-tests (Makefile.am): Likewise.
6114         * modules/mbsstr-tests (Makefile.am): Likewise.
6115         * modules/printf-posix-tests (Makefile.am): Likewise.
6116         * modules/snprintf-posix-tests (Makefile.am): Likewise.
6117         * modules/sprintf-posix-tests (Makefile.am): Likewise.
6118         * modules/tsearch-tests (Makefile.am): Likewise.
6119         * modules/uniname/uniname-tests (Makefile.am): Likewise.
6120         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
6121         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
6122         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
6123         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
6124         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
6125         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
6126         * modules/vprintf-posix-tests (Makefile.am): Likewise.
6127         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
6128         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
6129         * modules/xstrtoimax-tests (Makefile.am): Likewise.
6130         * modules/xstrtol-tests (Makefile.am): Likewise.
6131         * modules/xstrtoumax-tests (Makefile.am): Likewise.
6132         * modules/yesno-tests (Makefile.am): Likewise.
6133
6134 2007-10-03  Bruno Haible  <bruno@clisp.org>
6135
6136         * modules/trunc-tests: New file.
6137         * tests/test-trunc.c: New file.
6138
6139         * modules/trunc: New file.
6140         * lib/trunc.c: New file.
6141         * m4/trunc.m4: New file.
6142         * lib/math.in.h (trunc): New declaration.
6143         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
6144         HAVE_DECL_TRUNC.
6145         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
6146         HAVE_DECL_TRUNC.
6147         * doc/functions/trunc.texi: Mention the 'trunc' module.
6148
6149 2007-10-03  Bruno Haible  <bruno@clisp.org>
6150
6151         * tests/test-fpending.c: New file, mostly copied
6152         from coreutils/lib/t-fpending.c.
6153         * modules/fpending-tests: New file.
6154
6155 2007-10-03  Bruno Haible  <bruno@clisp.org>
6156
6157         Port the stdio extensions to QNX (untested).
6158         * lib/fseterr.c (fseterr): Add support for QNX.
6159         * lib/fbufmode.c (fbufmode): Likewise.
6160         * lib/freadable.c (freadable): Likewise.
6161         * lib/fwritable.c (fwritable): Likewise.
6162         * lib/freading.c (freading): Likewise.
6163         * lib/fwriting.c (fwriting): Likewise.
6164         * lib/freadahead.c (freadahed): Likewise.
6165         * lib/fpurge.c (fpurge): Likewise.
6166         * lib/fseeko.c (rpl_fseeko): Likewise.
6167
6168 2007-10-03  Bruno Haible  <bruno@clisp.org>
6169             Jim Meyering  <jim@meyering.net>
6170             Eric Blake  <ebb9@byu.net>
6171
6172         * doc/relocatable.texi: Use @command instead of @program.
6173
6174 2007-10-02  Jim Meyering  <jim@meyering.net>
6175
6176         Perform one more "_.h" -> ".in.h" substitution.
6177         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
6178         instead of unistd_.h here, too.
6179
6180 2007-10-01  Bruno Haible  <bruno@clisp.org>
6181
6182         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
6183         Needed for the alloca-opt module.
6184
6185 2007-09-30  Bruno Haible  <bruno@clisp.org>
6186
6187         * lib/alloca.in.h: Renamed from lib/alloca_.h.
6188         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
6189         alloca_.h.
6190         * lib/argz.in.h: Renamed from lib/argz_.h.
6191         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
6192         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
6193         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
6194         byteswap_.h.
6195         * lib/dirent.in.h: Renamed from lib/dirent_.h.
6196         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
6197         dirent_.h.
6198         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
6199         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
6200         fcntl_.h.
6201         * lib/float.in.h: Renamed from lib/float_.h.
6202         * modules/float (Files, Makefile.am): Use float.in.h instead of
6203         float_.h.
6204         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
6205         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
6206         fnmatch_.h.
6207         * lib/getopt.in.h: Renamed from lib/getopt_.h.
6208         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
6209         getopt_.h.
6210         * lib/glob.in.h: Renamed from lib/glob_.h.
6211         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
6212         * lib/iconv.in.h: Renamed from lib/iconv_.h.
6213         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
6214         iconv_.h.
6215         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
6216         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
6217         inttypes_.h.
6218         * lib/locale.in.h: Renamed from lib/locale_.h.
6219         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
6220         locale_.h.
6221         * lib/math.in.h: Renamed from lib/math_.h.
6222         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
6223         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
6224         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
6225         of netinet_in_.h. Add dependency.
6226         * lib/poll.in.h: Renamed from lib/poll_.h.
6227         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
6228         * lib/search.in.h: Renamed from lib/search_.h.
6229         * modules/search (Files, Makefile.am): Use search.in.h instead of
6230         search_.h.
6231         * lib/signal.in.h: Renamed from lib/signal_.h.
6232         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
6233         _signal.h.
6234         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
6235         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
6236         stdbool_.h.
6237         * lib/stdint.in.h: Renamed from lib/stdint_.h.
6238         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
6239         stdint_.h.
6240         * lib/stdio.in.h: Renamed from lib/stdio_.h.
6241         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
6242         stdio_.h.
6243         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
6244         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
6245         stdlib_.h.
6246         * lib/string.in.h: Renamed from lib/string_.h.
6247         * modules/string (Files, Makefile.am): Use string.in.h instead of
6248         string_.h.
6249         * doc/gnulib-tool.texi (Initial import): Update.
6250         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
6251         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
6252         of sys_select_.h. Add dependency.
6253         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
6254         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
6255         of sys_socket_.h.
6256         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
6257         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
6258         sys_stat_.h.
6259         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
6260         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
6261         sys_time_.h.
6262         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
6263         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
6264         sysexits_.h.
6265         * lib/time.in.h: Renamed from lib/time_.h.
6266         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
6267         * lib/unistd.in.h: Renamed from lib/unistd_.h.
6268         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
6269         unistd_.h.
6270         * lib/wchar.in.h: Renamed from lib/wchar_.h.
6271         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
6272         wchar_.h.
6273         * lib/wctype.in.h: Renamed from lib/wctype_.h.
6274         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
6275         wctype_.h.
6276         * build-aux/bootstrap (slurp): Update.
6277         * lib/.cppi-disable: Update.
6278
6279 2007-09-30  Bruno Haible  <bruno@clisp.org>
6280
6281         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
6282         Needed on BeOS.
6283
6284 2007-09-30  Bruno Haible  <bruno@clisp.org>
6285
6286         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
6287
6288 2007-09-29  Bruno Haible  <bruno@clisp.org>
6289
6290         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
6291
6292 2007-09-29  Bruno Haible  <bruno@clisp.org>
6293
6294         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
6295         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
6296         * build-aux/install-reloc: Compile also areadlink.c.
6297         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
6298
6299 2007-09-29  Bruno Haible  <bruno@clisp.org>
6300
6301         * gnulib-tool (func_emit_initmacro_done): Indentation.
6302
6303 2007-09-29  Bruno Haible  <bruno@clisp.org>
6304
6305         * README: Add CVS checkout update instructions.
6306         Info from Bob Proulx <bob@proulx.com>.
6307
6308 2007-09-28  Eric Blake  <ebb9@byu.net>
6309
6310         Provide move-if-change.
6311         * build-aux/move-if-change: New file, based on best practice
6312         rather than any canonical upstream location.
6313
6314 2007-09-28  Jim Meyering  <jim@meyering.net>
6315
6316         Fix canonicalize loop-detection corner case.
6317         Do not attempt to stat the symlink values stored via seen_triple.
6318         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
6319         on linux-2.6.18, (but not 2.6.22).
6320         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
6321         triple_compare.  The former compares dev,ino,filename, while the latter
6322         would actually stat dirname(filename) when dev and ino were equal.
6323         * lib/hash-triple.c: Install <string.h>.
6324         (STREQ): Define.
6325         (triple_compare_ino_str): New function.
6326         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
6327
6328 2007-09-28  Eric Blake  <ebb9@byu.net>
6329
6330         Enforce that AC_REPLACE_FUNCS files exist.
6331         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
6332         override check for typos.
6333
6334         Fix test-closein on Solaris 10.
6335         * tests/test-closein.c (main): Don't assume stdin can be inherited
6336         closed on all systems.
6337         * tests/test-closein.sh: Likewise.
6338         Reported by Piotr Tarnowski.
6339
6340 2007-09-28  Jim Meyering  <jim@meyering.net>
6341
6342         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
6343
6344 2007-09-27  Jim Meyering  <jim@meyering.net>
6345
6346         canonicalize: Avoid a false-positive cycle failure.
6347         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
6348         Sort.  Remove cycle-check.
6349         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
6350         not cycle-check.h.
6351         (seen_triple): New function.
6352         (canonicalize_filename_mode): Use it instead of cycle-check.
6353         * tests/test-canonicalize.c: Add a test for this bug.
6354         * tests/test-canonicalize.sh: Set up and run the test.
6355
6356         New module, file-set, from coreutils.
6357         * modules/file-set: Define it.
6358         * lib/file-set.c, lib/file-set.h: Implement.
6359
6360         New module, hash-triple, from coreutils.
6361         * modules/hash-triple: Define it.
6362         * lib/hash-triple.c, lib/hash-triple.h: Implement.
6363
6364 2007-09-25  Eric Blake  <ebb9@byu.net>
6365
6366         Fix strerror on Interix.
6367         * lib/string_.h (strerror): Declare replacement.
6368         * doc/functions/strerror.texi (strerror): Document the Interix
6369         shortcoming.
6370         * modules/string (Makefile.am): Support new hooks.
6371         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
6372         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
6373         gl_FUNC_STRERROR_SEPARATE.
6374         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
6375         * lib/strerror.c (rpl_strerror): Provide replacement.
6376         * modules/strerror (Depends-on): Add string.
6377         (configure.ac): Detect use of module.
6378         * tests/test-strerror.c: New file.
6379         * modules/strerror-tests: New test module.
6380         * modules/argp (Depends-on): Add strerror.
6381         * modules/error (Depends-on): Likewise.
6382         Reported by Martin Koeppe.
6383
6384 2007-09-24  Bruno Haible  <bruno@clisp.org>
6385
6386         * README: Update git instructions.
6387
6388 2007-09-24  Eric Blake  <ebb9@byu.net>
6389
6390         Revert fpending breakage from 2007-09-08.
6391         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
6392         __fpending.c.
6393
6394 2007-09-24  Jim Meyering  <jim@meyering.net>
6395
6396         filenamecat.c: Add a test.
6397         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
6398         showing how the function works when DIR is the empty string.
6399
6400 2007-09-21  Simon Josefsson  <simon@josefsson.org>
6401
6402         * tests/test-canonicalize.sh: Turn on executable bit.
6403
6404 2007-09-19  Eric Blake  <ebb9@byu.net>
6405
6406         * README: Update CVS instructions.
6407
6408 2007-09-18  Bruno Haible  <bruno@clisp.org>
6409
6410         * modules/areadlink: New file.
6411         * lib/areadlink.h (areadlink): New declaration.
6412         * lib/areadlink.c: New file, based on lib/xreadlink.c.
6413
6414 2007-09-17  Jim Meyering  <jim@meyering.net>
6415
6416         * lib/savewd.c (ESTALE) [!defined]: Define.
6417         Reported to be required on Interix by Martin Koeppe.
6418
6419 2007-09-17  Bruno Haible  <bruno@clisp.org>
6420
6421         * gnulib-tool (func_version): Use $version.
6422
6423 2007-09-16  Bruno Haible  <bruno@clisp.org>
6424
6425         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
6426         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
6427         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
6428         Reported by Greg Schafer <gschafer@zip.com.au>.
6429
6430 2007-09-15  Bruno Haible  <bruno@clisp.org>
6431
6432         * gnulib-tool (sed): Try a little harder to make bash understand the
6433         alias.
6434         Reported by Bruce Korb <bruce.korb@gmail.com>.
6435
6436 2007-09-13  Eric Blake  <ebb9@byu.net>
6437
6438         * ChangeLog: Remove conflict markers.
6439
6440 2007-09-13  Simon Josefsson  <simon@josefsson.org>
6441
6442         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
6443         Reported by Bruno Haible <bruno@clisp.org>.
6444
6445 2007-09-12  Bruno Haible  <bruno@clisp.org>
6446
6447         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
6448         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
6449         is not defined.
6450
6451 2007-09-12  Eric Blake  <ebb9@byu.net>
6452
6453         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
6454         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
6455         Autoconf definition.
6456         * modules/euidaccess (Depends-on): Add extensions, for
6457         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
6458         * modules/fnmatch (Depends-on): Likewise.
6459         * modules/getaddrinfo (Depends-on): Likewise.
6460         * modules/getdelim (Depends-on): Likewise.
6461         * modules/getline (Depends-on): Likewise.
6462         * modules/getsubopt (Depends-on): Likewise.
6463         * modules/gettext (Depends-on): Likewise.
6464         * modules/group-member (Depends-on): Likewise.
6465         * modules/mbchar (Depends-on): Likewise.
6466         * modules/memmem (Depends-on): Likewise.
6467         * modules/mempcpy (Depends-on): Likewise.
6468         * modules/memrchr (Depends-on): Likewise.
6469         * modules/pagealign_alloc (Depends-on): Likewise.
6470         * modules/readutmp (Depends-on): Likewise.
6471         * modules/stpcpy (Depends-on): Likewise.
6472         * modules/stpncpy (Depends-on): Likewise.
6473         * modules/strchrnul (Depends-on): Likewise.
6474         * modules/strndup (Depends-on): Likewise.
6475         * modules/strsep (Depends-on): Likewise.
6476         * modules/strverscmp (Depends-on): Likewise.
6477         * modules/vasprintf (Depends-on): Likewise.
6478         * modules/wcwidth (Depends-on): Likewise.
6479         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
6480         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
6481         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
6482         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
6483         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6484         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6485         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
6486         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6487         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
6488         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
6489         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6490         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6491         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6492         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
6493         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
6494         * m4/readutmp.m4 (gl_READUTMP): Likewise.
6495         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6496         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6497         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6498         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6499         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6500         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6501         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6502         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
6503         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
6504         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6505         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
6506         so that lock.m4 can be used in gettext without extensions module.
6507
6508 2007-09-11  Bruno Haible  <bruno@clisp.org>
6509
6510         * m4/isc-posix.m4: Remove file.
6511         Suggested by Eric Blake.
6512
6513 2007-09-11  Eric Blake  <ebb9@byu.net>
6514
6515         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
6516
6517 2007-09-10  Bruno Haible  <bruno@clisp.org>
6518
6519         * posix-modules: Fix typo in error message.
6520         Reported by Matt <mkraai@beckman.com>.
6521
6522 2007-09-09  Bruno Haible  <bruno@clisp.org>
6523
6524         * doc/functions/getdelim.texi: Update list of platforms lacking the
6525         function.
6526         * doc/functions/getline.texi: Likewise.
6527
6528 2007-09-09  Jim Meyering  <jim@meyering.net>
6529
6530         * lib/hash.c (hash_initialize): Detect calloc failure.
6531         Reported by Bruno Haible.
6532
6533 2007-09-09  Bruno Haible  <bruno@clisp.org>
6534
6535         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
6536         malloc or realloc fails.
6537
6538 2007-09-09  Bruno Haible  <bruno@clisp.org>
6539
6540         * modules/getcwd (Depends-on): Add malloc-posix.
6541         * modules/glob (Depends-on): Likewise.
6542         * modules/putenv (Depends-on): Likewise.
6543         * modules/strdup (Depends-on): Likewise.
6544         * modules/getdelim (Depends-on): Add realloc-posix.
6545         * modules/read-file (Depends-on): Likewise.
6546
6547 2007-09-09  Bruno Haible  <bruno@clisp.org>
6548
6549         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
6550         (gl_FUNC_MALLOC_POSIX): Require it.
6551         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
6552         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
6553         * modules/realloc (Files): Add m4/malloc.m4.
6554         * modules/calloc (Files): Likewise.
6555
6556 2007-09-09  Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/malloc-posix: New file.
6559         * modules/malloc (Depends-on): Add malloc-posix.
6560         * lib/malloc.c: Include errno.h.
6561         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
6562         and a POSIX-compatible malloc into a single function. Set ENOMEM
6563         when returning NULL.
6564         * m4/malloc.m4: New file.
6565         * doc/functions/malloc.texi: Mention the malloc-posix module.
6566         * lib/stdlib_.h (malloc): New declaration.
6567         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6568         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
6569         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
6570         and HAVE_MALLOC_POSIX.
6571
6572 2007-09-09  Bruno Haible  <bruno@clisp.org>
6573
6574         * modules/realloc-posix: New file.
6575         * modules/realloc (Depends-on): Add realloc-posix.
6576         * lib/realloc.c: Include errno.h.
6577         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
6578         and a POSIX-compatible realloc into a single function. Set ENOMEM
6579         when returning NULL.
6580         * m4/realloc.m4: New file.
6581         * doc/functions/realloc.texi: Mention the realloc-posix module.
6582         * lib/stdlib_.h (realloc): New declaration.
6583         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6584         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
6585         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
6586         and HAVE_REALLOC_POSIX.
6587
6588 2007-09-09  Bruno Haible  <bruno@clisp.org>
6589
6590         * modules/calloc-posix: New file.
6591         * modules/calloc (Depends-on): Add calloc-posix.
6592         * lib/calloc.c: Include errno.h.
6593         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
6594         and a POSIX-compatible calloc into a single function. Set ENOMEM
6595         when returning NULL.
6596         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
6597         * doc/functions/calloc.texi: Mention the calloc-posix module.
6598         * lib/stdlib_.h (calloc): New declaration.
6599         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6600         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
6601         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
6602         and HAVE_CALLOC_POSIX.
6603
6604 2007-09-09  Bruno Haible  <bruno@clisp.org>
6605
6606         Allow for modules to show an arbitrary notice.
6607         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
6608         * gnulib-tool: New option --extract-notice.
6609         (func_usage): Document it.
6610         (sed_extract_prog): Update.
6611         (func_get_notice): New function.
6612         (func_modules_notice): New function.
6613         (func_import, func_create_testdir): Invoke it.
6614         Suggested by Jim Meyering.
6615
6616 2007-09-09  Bruno Haible  <bruno@clisp.org>
6617
6618         * gnulib-tool: New options --verbose, --quiet.
6619         (func_usage): Document them.
6620         (verbose): New variable.
6621         (func_execute_command): New function.
6622         (func_import): Don't show the module list and the file list if
6623         $verbose < 0.
6624         (func_create_testdir): Likewise. Use func_execute_command.
6625         (func_create_megatestdir): Use func_execute_command.
6626
6627 2007-09-08  Bruno Haible  <bruno@clisp.org>
6628
6629         * gnulib-tool (func_import): Prefer rsync over wget when available,
6630         for fetching the PO files.
6631
6632 2007-09-08  Bruno Haible  <bruno@clisp.org>
6633
6634         * posix-modules: New file. Portions copied from gnulib-tool.
6635         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
6636
6637 2007-09-08  Jim Meyering  <jim@meyering.net>
6638
6639         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
6640         * lib/fpending.h: Rename from __fpending.h.
6641         * lib/fpending.c: Rename from __fpending.c.
6642         Include "fpending.h", not "__fpending.h".
6643         * lib/__fpending.h, lib/__fpending.c: Remove files.
6644         * modules/fpending (Files): Reflect new file names.
6645         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
6646
6647 2007-09-08  Bruno Haible  <bruno@clisp.org>
6648
6649         * m4/inttypes-h.m4: Remove stub file.
6650
6651 2007-09-07  Simon Josefsson  <simon@josefsson.org>
6652
6653         * doc/headers/stdint.texi: Discuss #include_next issue.
6654
6655 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6656
6657         * build-aux/bootstrap: Remove obsolete comment about wget --help.
6658
6659 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6660
6661         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
6662         in variable name.
6663
6664 2007-09-03  Jim Meyering  <jim@meyering.net>
6665
6666         New module: git-version-gen.
6667         * modules/git-version-gen: New file.
6668
6669         Import changes from coreutils for bootstrap script.
6670
6671         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
6672
6673         bootstrap: uses rsync to download the .po files
6674         * build-aux/bootstrap (po_download_command_format): New global.
6675         (download_po_files): Use rsync.
6676         (update_po_files): Don't remove .po files after download,
6677         so future rsync runs can take advantage of the copies.
6678
6679         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
6680
6681         Solve the unnecessary-.po-file-regeneration problem once and for all.
6682         * build-aux/bootstrap (download_po_files): New function, renamed from
6683         get_translations.  Now, downloads, but doesn't update LINGUAS.
6684         (update_po_files): New function.
6685
6686         bootstrap: Ignore more.
6687         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
6688         uniwidth to e.g., lib/.gitignore.
6689         (slurp): Handle the sys_stat_.h -> sys mapping, too.
6690
6691         * build-aux/bootstrap: New setting: vc_ignore.
6692         (insert_sorted_if_absent): Create $file if absent.
6693         Adapt to new, possibly empty, list: $vc_ignore.
6694
6695         bootstrap: generate more ignorable names
6696         * build-aux/bootstrap (slurp): When generating ignorable names,
6697         also map .sin to .sed, .gperf to .c, and .y to .c.
6698
6699 2007-09-03  Jim Meyering  <jim@meyering.net>
6700
6701         * build-aux/git-version-gen: New file, from coreutils.  For details, see
6702         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
6703
6704 2007-09-02  Bruno Haible  <bruno@clisp.org>
6705
6706         Fix mis-recognition of 'mcs' on QNX 6.
6707         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
6708         output contains the string "Mono".
6709         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
6710         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
6711
6712 2007-09-01  Bruno Haible  <bruno@clisp.org>
6713
6714         Fix collision between uniwidth/* and linebreak modules.
6715         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
6716         u32_width): Remove declarations.
6717         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
6718         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
6719         streq3, streq2, streq1, streq0): Remove functions.
6720         (STREQ): Remove macro.
6721         (is_cjk_encoding): Remove function.
6722         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
6723         (uc_width, u8_width, u16_width, u32_width): Remove functions.
6724         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
6725         * NEWS: Document the change.
6726
6727 2007-09-01  Bruno Haible  <bruno@clisp.org>
6728
6729         * lib/streq.h: Add double-inclusion guard.
6730
6731 2007-09-01  Karl Berry  <karl@gnu.org>
6732
6733         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
6734
6735 2007-08-28  Jim Meyering  <jim@meyering.net>
6736
6737         Rename mreadlink_with_size to areadlink_with_size.
6738         * NEWS: Document the change.
6739         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
6740         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
6741         * lib/mreadlink.h: Rename this to...
6742         * lib/areadlink.h: ...this.
6743         * modules/mreadlink-with-size: Rename this to...
6744         * modules/areadlink-with-size: ...this.
6745         * lib/canonicalize.c: Reflect the renaming.
6746         * modules/canonicalize: Likewise.
6747
6748 2007-08-26  Bruno Haible  <bruno@clisp.org>
6749
6750         * gnulib-tool (func_import): When deciding which files to remove,
6751         consider also dangling symbolic links.
6752         Reported by Eric Blake.
6753
6754 2007-08-26  Bruno Haible  <bruno@clisp.org>
6755
6756         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
6757
6758 2007-08-23  Simon Josefsson  <simon@josefsson.org>
6759
6760         * lib/readline.c: Don't include getline.h, the prototype is now
6761         found in stdio.h.
6762
6763 2007-08-23  Jim Meyering  <jim@meyering.net>
6764
6765         Getdelim touchup.
6766         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
6767         around the funlockfile call, since funlockfile never sets errno.
6768         Don't set errno upon failed realloc.
6769
6770 2007-08-22  Eric Blake  <ebb9@byu.net>
6771
6772         Getline touchups.
6773         * lib/getdelim.c (getdelim): Revert regression that required *n to
6774         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
6775         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
6776         getdelim, rather than whether implementation is missing.
6777         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
6778         * lib/stdio_.h (getline): Also declare if replacement is
6779         required.
6780         * doc/functions/getdelim.texi: New file.
6781         * doc/functions/getline.texi: Likewise.
6782         * doc/gnulib.texi (Function Substitutes): Add new files.
6783         Reported by Bruno Haible.
6784
6785 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
6786
6787         * users.txt: Add Guile.
6788
6789 2007-08-22  Eric Blake  <ebb9@byu.net>
6790
6791         * tests/test-getdelim.c (main): Use remove, not unlink.
6792         * tests/test-getline.c (main): Likewise.
6793
6794         Move getline and getdelim into stdio.h, per POSIX 200x.
6795         * modules/getline (Files): Remove getline.h.
6796         (Depends-on): Add stdio.
6797         (configure.ac): Add module indicator.
6798         * modules/getdelim (Files): Remove getdelim.h.
6799         (Depends-on): Add stdio.
6800         (configure.ac): Add module indicator.
6801         * modules/stdio (Makefile.am): Work with new indicators.
6802         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6803         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
6804         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6805         * lib/getdelim.h: Delete.
6806         * lib/getline.h: Delete.
6807         * lib/stdio_.h (getdelim, getline): Declare.
6808         * modules/getdelim-tests: New module.
6809         * modules/getline-tests: Likewise.
6810         * tests/test-getdelim.c: New file.
6811         * tests/test-getline.c: Likewise.
6812         * NEWS: Document the change.
6813         * lib/getline.c: Update choice of header.
6814         * lib/csharpcomp.c: Likewise.
6815         * lib/getpass.c: Likewise.
6816         * lib/javacomp.c: Likewise.
6817         * lib/javaversion.c: Likewise.
6818         * lib/yesno.c: Likewise.
6819         * lib/getdelim.c: Likewise.
6820         (getdelim): Set errno on failure, and avoid memory leak.
6821
6822 2007-08-19  Bruno Haible  <bruno@clisp.org>
6823
6824         * modules/closein (Depends-on): Add freadahead.
6825         * lib/closein.c: Include freadahead.h.
6826         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
6827         is zero.
6828
6829 2007-08-19  Bruno Haible  <bruno@clisp.org>
6830
6831         * modules/freadahead-tests: New file.
6832         * tests/test-freadahead.sh: New file.
6833         * tests/test-freadahead.c: New file.
6834
6835         * modules/freadahead: New file.
6836         * lib/freadahead.h: New file.
6837         * lib/freadahead.c: New file.
6838         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
6839         fbufmode, fpurge, freadable, fwritable.
6840
6841 2007-08-19  Eric Blake  <ebb9@byu.net>
6842
6843         Test yesno in combination with closein.
6844         * lib/yesno.c (yesno): Document use of stdin.
6845         * modules/yesno-tests (Files): New module.
6846         * tests/test-yesno.c (main): New file.
6847         * tests/test-yesno.sh: Likewise.
6848
6849 2007-08-19  Bruno Haible  <bruno@clisp.org>
6850
6851         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
6852         * lib/fseeko.c (rpl_fseeko): Likewise.
6853         * lib/fseterr.c (fseterr): Likewise.
6854
6855 2007-08-19  Bruno Haible  <bruno@clisp.org>
6856
6857         * tests/test-lseek.c (main): Disable a test for BeOS.
6858         * doc/functions/lseek.texi: Document the BeOS bug.
6859
6860 2007-08-19  Bruno Haible  <bruno@clisp.org>
6861             Eric Blake  <ebb9@byu.net>
6862
6863         * lib/lseek.c: Include <sys/stat.h>.
6864         (rpl_lseek): Add workaround code also for Unix platforms.
6865         Needed for BeOS.
6866         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
6867         * doc/functions/lseek.texi: Document BeOS definiency.
6868
6869 2007-08-18  Bruno Haible  <bruno@clisp.org>
6870
6871         * modules/fstrcmp-tests: New file.
6872         * tests/test-fstrcmp.c: New file.
6873
6874 2007-08-18  Bruno Haible  <bruno@clisp.org>
6875
6876         * modules/fstrcmp: New file, from GNU gettext with modifications.
6877         * lib/fstrcmp.h: New file, from GNU gettext.
6878         * lib/fstrcmp.c: New file, from GNU gettext.
6879         * MODULES.html.sh (String handling): Add fstrcmp.
6880
6881 2007-08-18  Bruno Haible  <bruno@clisp.org>
6882
6883         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
6884         'bool'.
6885         (diag, compareseq): Remove const from the ctxt argument.
6886         (USE_HEURISTIC): Undefine at the end.
6887
6888 2007-08-18  Jim Meyering  <jim@meyering.net>
6889
6890         New file: lib/idcache.h
6891         * NEWS: Mention the addition.
6892         * modules/idcache (Files): Add lib/idcache.h
6893         * lib/idcache.c: Include "idcache.h".
6894         Don't include <sys/types.h>.
6895         Add a FIXME comment.
6896         Move file-scoped "static" declarations to the top.
6897         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
6898
6899 2007-08-17  Bruno Haible  <bruno@clisp.org>
6900         and Paul Eggert  <eggert@cs.ucla.edu>
6901
6902         * MODULES.html.sh: Add diffseq.
6903         * modules/diffseq: New file.
6904         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
6905         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
6906
6907 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6908
6909         Import changes from coreutils for bootstrap script.
6910
6911         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
6912
6913         * build-aux/bootstrap (slurp): Work even in environments where
6914         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
6915         current code does not slurp files whose names start with ".", and
6916         this looks like it might be a troublesome area.
6917
6918         2007-07-11  Jim Meyering  <jim@meyering.net>
6919
6920         If there's a GPL vN copyright comment, require that N == 3.
6921
6922         2007-07-08  Jim Meyering  <jim@meyering.net>
6923
6924         Run the coreutils-specific code only if tests/Makefile.am.in exists.
6925         * build-aux/bootstrap (mam_template): Move definition out of loop.
6926
6927         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
6928
6929         * build-aux/bootstrap (symlink_to_dir): Rename function from
6930         symlink_to_gnulib.  Add a directory parameter.  Update all
6931         callers.
6932         (cp_mark_as_generated): Also check for -- and link to -- files in
6933         gl/.
6934
6935         2007-07-08  Jim Meyering  <jim@meyering.net>
6936
6937         Adapt to deeper hierarchy in gnulib.
6938         * build-aux/bootstrap (symlink_to_dir): If the destination
6939         directory doesn't exist, create it. This is required at least for
6940         "lib/uniwidth/cjk.h".
6941
6942         2007-05-15  Jim Meyering  <jim@meyering.net>
6943
6944         * build-aux/bootstrap: Now that generated Makefile.am files
6945         are no longer under version control, they must be created at
6946         bootstrap time.
6947
6948 2007-08-14  Ben Pfaff  <blp@gnu.org>
6949
6950         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
6951
6952 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6953
6954         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
6955         given the changes below.
6956         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
6957         even on hosts that have padding bits beyond the supported 64.
6958
6959 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6960
6961         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
6962         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
6963         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
6964         depends on it.
6965         (xstrtol_error): Remove.
6966         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
6967         but with a different signature.
6968         (ATTRIBUTE_NORETURN, __attribute__): New macros.
6969         * lib/xstrtol-error.c: Include exitfail.h.
6970         (xstrtol_fatal): New function, with a different signature from the
6971         old xstrtol_error, so that the caller need not worry about passing
6972         in an exit status, or about storage management of the option argument.
6973         (xstrtol_error): Now a static function.  Redo signature to
6974         implement xstrtol_fatal.  Output the correct number of hyphens in
6975         front of the option so that the caller need not worry about
6976         storage management.
6977         (N_): New macro.
6978         (_): Remove; not used now.
6979         * modules/xstrtol: Depend on getopt.
6980         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
6981         of old STRTOL_FATAL_ERROR macro.
6982         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
6983         of test program.
6984         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
6985         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
6986
6987 2007-08-08  Eric Blake  <ebb9@byu.net>
6988
6989         * lib/xstrtol-error.c: Add missing include.
6990
6991         Move xstrtol messages into gnulib domain, when --pobase is used.
6992         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
6993         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
6994         * modules/xstrtol (Files): Distribute new file.
6995         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
6996         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
6997         * tests/test-xstrtol.c: ...into new file.
6998         * tests/test-xstrtoul.c: Also test xstrtoul.
6999         * tests/test-xstrtoimax.c: Also test xstrtoimax.
7000         * tests/test-xstrtoumax.c: Also test xstrtoumax.
7001         * tests/test-xstrtol.sh: Drive the tests.
7002         * tests/test-xstrtoimax.sh: Likewise.
7003         * tests/test-xstrtoumax.sh: Likewise.
7004         * modules/xstrtol-tests: New module.
7005         * modules/xstrtoimax-tests: Likewise.
7006         * modules/xstrtoumax-tests: Likewise.
7007
7008 2007-08-08  Jim Meyering  <jim@meyering.net>
7009
7010         New function: mfile_name_concat.
7011         * lib/filenamecat.c (mfile_name_concat): New function, just like
7012         file_name_concat, but return NULL upon failure rather than exiting
7013         with a diagnostic.
7014         * lib/filenamecat.h: Declare it.
7015
7016 2007-08-07  Bruno Haible  <bruno@clisp.org>
7017
7018         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
7019         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
7020         warning from gcc.
7021         Reported by Eric Blake.
7022
7023 2007-08-07  Simon Josefsson  <simon@josefsson.org>
7024
7025         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
7026         * modules/crypto/arcfour (License): Likewise.
7027         * modules/crypto/des-tests (License): Likewise.
7028         * modules/crypto/gc-arctwo-tests (License): Likewise.
7029         * modules/crypto/gc-des-tests (License): Likewise.
7030         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
7031         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
7032         * modules/crypto/gc-md2-tests (License): Likewise.
7033         * modules/crypto/gc-md4-tests (License): Likewise.
7034         * modules/crypto/gc-md5-tests (License): Likewise.
7035         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
7036         * modules/crypto/gc-rijndael-tests (License): Likewise.
7037         * modules/crypto/gc-sha1-tests (License): Likewise.
7038         * modules/crypto/gc-tests (License): Likewise.
7039         * modules/crypto/hmac-md5 (License): Likewise.
7040         * modules/crypto/hmac-sha1 (License): Likewise.
7041         * modules/crypto/md2-tests (License): Likewise.
7042         * modules/crypto/md4-tests (License): Likewise.
7043         * modules/crypto/md5 (License): Likewise.
7044         * modules/crypto/rijndael (License): Likewise.
7045         * modules/crypto/sha1 (License): Likewise.
7046         * modules/memxor (License): Likewise.
7047
7048 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
7049         and Bruno Haible  <bruno@clisp.org>
7050
7051         * NEWS: Describe interface changes to human, xstrtol.
7052         * lib/human.h: Include <xstrtol.h>.
7053         (human_options): Return enum strtol_error, not int.  Remove
7054         bool arg; take int * instead.
7055         * lib/human.c: Don't include "gettext.h".
7056         (_): Remove; no longer used.
7057         Don't include <xstrtol.h>, since human.h does it.
7058         (human_options): Adjust to abovementioned interface changes.
7059         Do not report error to stderr; that's now the caller's
7060         responsibility.
7061         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
7062         interface change.
7063         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
7064         Str, Argument_type_string.  All uses changed.  Put " argument"
7065         in diagnostics to make them clearer.  Change wording of suffix
7066         message for clarity.
7067         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
7068         Argument_type_string.
7069         (STRTOL_FATAL_WARN): Remove; no longer used.
7070         * modules/human (Depends-on): Remove gettext-h.
7071
7072 2007-08-06  Simon Josefsson  <simon@josefsson.org>
7073
7074         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
7075
7076 2007-07-31  Bruno Haible  <bruno@clisp.org>
7077
7078         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
7079         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
7080         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
7081
7082 2007-07-31  Bruno Haible  <bruno@clisp.org>
7083
7084         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
7085         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
7086
7087 2007-07-30  Bruno Haible  <bruno@clisp.org>
7088
7089         * modules/base64 (License): Use the synonymous term "LGPLv2+".
7090         * modules/c-ctype (License): Likewise.
7091         * modules/c-strcase (License): Likewise.
7092         * modules/check-version (License): Likewise.
7093         * modules/iconv (License): Likewise.
7094         * modules/iconv_open (License): Likewise.
7095         * modules/read-file (License): Likewise.
7096         * modules/striconv (License): Likewise.
7097         * modules/strverscmp (License): Likewise.
7098         * modules/vasprintf (License): Likewise.
7099         * modules/crypto/des (License): Likewise.
7100         * modules/crypto/gc (License): Likewise.
7101         * modules/crypto/gc-arcfour (License): Likewise.
7102         * modules/crypto/gc-arctwo (License): Likewise.
7103         * modules/crypto/gc-des (License): Likewise.
7104         * modules/crypto/gc-hmac-md5 (License): Likewise.
7105         * modules/crypto/gc-hmac-sha1 (License): Likewise.
7106         * modules/crypto/gc-md2 (License): Likewise.
7107         * modules/crypto/gc-md4 (License): Likewise.
7108         * modules/crypto/gc-md5 (License): Likewise.
7109         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
7110         * modules/crypto/gc-random (License): Likewise.
7111         * modules/crypto/gc-rijndael (License): Likewise.
7112         * modules/crypto/gc-sha1 (License): Likewise.
7113         * modules/crypto/md2 (License): Likewise.
7114         * modules/crypto/md4 (License): Likewise.
7115
7116 2007-07-30  Jim Meyering  <jim@meyering.net>
7117
7118         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
7119         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
7120         it has valid stat data.  This bug would cause du not to count the
7121         sizes of inaccessible directories.
7122         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
7123         in <http://bugzilla.redhat.com/250077>.
7124
7125 2007-07-25  Peter O'Gorman  <peter@pogma.com>
7126             Bruno Haible  <bruno@clisp.org>
7127
7128         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
7129         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
7130         #include_next, gives a diagnostic about it, but reports no error in
7131         the exit code.
7132         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
7133
7134 2007-07-24  Ben Pfaff  <blp@gnu.org>
7135
7136         Improve name: "count-one-bits" is better than "popcount".
7137         * MODULES.html.sh: Update name.
7138         * lib/popcount.h: Renamed lib/count-one-bits.h.
7139         (popcount): Renamed count_one_bits.
7140         (popcountl): Renamed count_one_bits_l.
7141         (popcountll): Renamed count_one_bits_ll.
7142         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
7143         * modules/popcount: Renamed module/count-one-bits.
7144         * modules/popcount-tests: Renamed module/count-one-bits-tests.
7145         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
7146
7147 2007-07-23  Ben Pfaff  <blp@gnu.org>
7148
7149         * lib/popcount.h (popcount32): Reduce size of constants, to allow
7150         better code generation, and add U to large constants to avoid
7151         warnings, in non-GCC case.
7152         Suggested by Bruno Haible.
7153
7154 2007-07-23  Ben Pfaff  <blp@gnu.org>
7155
7156         * lib/popcount.h: Use verify_true instead of if...abort.
7157         * modules/popcount: Depend on verify module.
7158         Suggested by Jim Meyering.
7159
7160 2007-07-23  Bruno Haible  <bruno@clisp.org>
7161
7162         * gnulib-tool (func_import): Create a .cvsignore file also when the
7163         directory is not yet in CVS but the toplevel directory is. When
7164         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
7165         Reported by Karl Berry.
7166
7167 2007-07-22  Ben Pfaff  <blp@gnu.org>
7168
7169         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
7170         case.
7171         Suggested by Eric Blake.
7172
7173 2007-07-22  Ben Pfaff  <blp@gnu.org>
7174
7175         New module: popcount.
7176         * MODULES.html.sh: Add popcount.
7177         * modules/popcount: New file.
7178         * modules/popcount-tests: New file.
7179         * tests/test-popcount.c: New file.
7180         * lib/popcount.h: New file.
7181         * m4/popcount.m4: New file.
7182
7183 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7184
7185         * build-aux/announce-gen: Update to GPLv3.
7186
7187         * build-aux/config.guess: Update from config.
7188
7189 2007-07-21  Bruno Haible  <bruno@clisp.org>
7190
7191         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
7192         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
7193
7194 2007-07-20  Jim Meyering  <jim@meyering.net>
7195
7196         * check-module: Diagnose a self-dependency.
7197
7198 2007-07-19  Bruno Haible  <bruno@clisp.org>
7199
7200         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
7201         empty.
7202         Reported by Eric Blake.
7203
7204 2007-07-18  Bruno Haible  <bruno@clisp.org>
7205
7206         * gnulib-tool: New options --po-base, --po-domain.
7207         (func_usage): Document them.
7208         (pobase, po_domain): New variables.
7209         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
7210         DEFAULT_TEXT_DOMAIN.
7211         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
7212         (func_import): Consider pobase and po_domain. Create a po/ directory.
7213         (func_create_testdir): Set pobase and po_domain to empty.
7214         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
7215         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
7216
7217 2007-07-18  Bruno Haible  <bruno@clisp.org>
7218
7219         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7220         EXTRA_DIST augmentation for files in build-aux/.
7221
7222 2007-07-16  Bruno Haible  <bruno@clisp.org>
7223
7224         * modules/lseek (License): Use the synonymous term "LGPLv2+".
7225         * modules/getdelim (License): Likewise.
7226
7227 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7228
7229         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
7230         * modules/d-type (License): Likewise.
7231         * modules/extensions (License): Likewise.
7232         * modules/fnmatch (License): Likewise.
7233         * modules/fseeko (License): Likewise.
7234         * modules/getaddrinfo (License): Likewise.
7235         * modules/getline (License): Likewise.
7236         * modules/getlogin_r (License): Likewise.
7237         * modules/getpass (License): Likewise.
7238         * modules/gettimeofday (License): Likewise.
7239         * modules/glob (License): Likewise.
7240         * modules/inet_ntop (License): Likewise.
7241         * modules/malloc (License): Likewise.
7242         * modules/malloca (License): Likewise.
7243         * modules/memmem (License): Likewise.
7244         * modules/mempcpy (License): Likewise.
7245         * modules/memset (License): Likewise.
7246         * modules/minmax (License): Likewise.
7247         * modules/mktime (License): Likewise.
7248         * modules/netinet_in (License): Likewise.
7249         * modules/pathmax (License): Likewise.
7250         * modules/poll (License): Likewise.
7251         * modules/regex (License): Likewise.
7252         * modules/snprintf (License): Likewise.
7253         * modules/stdbool (License): Likewise.
7254         * modules/stdint (License): Likewise.
7255         * modules/stdio (License): Likewise.
7256         * modules/strcase (License): Likewise.
7257         * modules/strcasestr (License): Likewise.
7258         * modules/strdup (License): Likewise.
7259         * modules/string (License): Likewise.
7260         * modules/strndup (License): Likewise.
7261         * modules/strnlen (License): Likewise.
7262         * modules/strpbrk (License): Likewise.
7263         * modules/strptime (License): Likewise.
7264         * modules/strsep (License): Likewise.
7265         * modules/sys_select (License): Likewise.
7266         * modules/sys_socket (License): Likewise.
7267         * modules/sys_stat (License): Likewise.
7268         * modules/sys_time (License): Likewise.
7269         * modules/time (License): Likewise.
7270         * modules/time_r (License): Likewise.
7271         * modules/timegm (License): Likewise.
7272         * modules/unistd (License): Likewise.
7273         * modules/vsnprintf (License): Likewise.
7274         * modules/wctype (License): Likewise.
7275
7276 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7277
7278         * modules/argz (License): LGPLv2+.
7279
7280 2007-07-15  Karl Berry  <karl@gnu.org>
7281
7282         * doc/gnulib.texi: revise node structure per new fdl.texi.
7283
7284 2007-07-14  Bruno Haible  <bruno@clisp.org>
7285
7286         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
7287         the output file.
7288         * lib/uniname/uninames.h: Regenerated.
7289
7290 2007-07-14  Karl Berry  <karl@gnu.org>
7291
7292         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
7293         omitting sectioning and index commands.
7294
7295 2007-07-13  Bruno Haible  <bruno@clisp.org>
7296
7297         New gnulib-tool option --more-symlinks.
7298         * gnulib-tool (func_usage): Document --more-symlinks.
7299         (do_copyrights): New variable.
7300         Recognize option --more-symlinks.
7301         (func_import): Don't add a copyright notice transform to
7302         sed_transform_lib_file if do_copyrights is empty.
7303
7304 2007-07-13  Bruno Haible  <bruno@clisp.org>
7305
7306         * lib/vasnprintf.c (decimal_point_char): Define also if
7307         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
7308         && !NEED_PRINTF_DIRECTIVE_A.
7309         Reported by Clemens Koller <clemens.koller@anagramm.de> via
7310         Gary V. Vaughan <gary@gnu.org>.
7311
7312 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
7313
7314         * lib/inttypes_.h: Undo previous change, since it was fixed
7315         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
7316
7317 2007-07-13  Bruno Haible  <bruno@clisp.org>
7318
7319         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
7320         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
7321
7322 2007-07-13  Jim Meyering  <jim@meyering.net>
7323
7324         df: Don't fail for Tru64's "file-on-file mount".
7325         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
7326         so we fall through and use statfs instead.  Details here:
7327         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
7328         Reported by Albert Chin.
7329
7330 2007-07-13  Bruno Haible  <bruno@clisp.org>
7331
7332         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
7333         * modules/configmake (License): Likewise.
7334         * modules/gettext (License): Likewise.
7335         * modules/gettext-h (License): Likewise.
7336         * modules/include_next (License): Likewise.
7337         * modules/link-warning (License): Likewise.
7338         * modules/localcharset (License): Likewise.
7339         * modules/localename (License): Likewise.
7340         * modules/lock (License): Likewise.
7341         * modules/relocatable-lib-lgpl (License): Likewise.
7342         * modules/size_max (License): Likewise.
7343         * modules/vasnprintf (License): Likewise.
7344         * modules/wchar (License): Likewise.
7345         * modules/xsize (License): Likewise.
7346
7347 2007-07-13  Bruno Haible  <bruno@clisp.org>
7348
7349         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
7350         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
7351
7352 2007-07-12  Bruno Haible  <bruno@clisp.org>
7353
7354         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
7355         in the modules files.
7356
7357 2007-07-11  Karl Berry  <karl@gnu.org>
7358
7359         * MODULES.html.sh (func_module): use
7360          sed -e '\|^'"${includefile}"'$|d'
7361          instead of /.../d, to avoid errors on $includefile's containing /.
7362
7363 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7364
7365         * gnulib-tool (func_import): Avoid duplication of --avoid
7366         statements
7367         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
7368         names to `_' in variable names.
7369
7370 2007-07-10  Eric Blake  <ebb9@byu.net>
7371
7372         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
7373         * NEWS: Document this change.
7374
7375 2007-07-08  Bruno Haible  <bruno@clisp.org>
7376
7377         Update to Unicode 5.0.
7378         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
7379         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
7380         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
7381         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
7382         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
7383         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
7384         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
7385         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
7386         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
7387         U+10A3F, U+1D242..U+1D244.
7388         (nonspacing_table_ind): Update.
7389         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
7390         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
7391
7392 2007-07-08  Bruno Haible  <bruno@clisp.org>
7393
7394         Update to Unicode 5.0.
7395         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
7396         code transform. Extend the name index field of unicode_name_to_code and
7397         unicode_code_to_name from 16 to 24 bits.
7398         * lib/uniname/uniname.c (unicode_character_name,
7399         unicode_name_character): Add the range 0x12xxx to the code transform.
7400         * lib/uniname/uninames.h: Regenerated.
7401         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
7402
7403 2007-07-07  Bruno Haible  <bruno@clisp.org>
7404
7405         * modules/wcwidth-tests: New file.
7406         * tests/test-wcwidth.c: New file.
7407
7408         Work around MacOS X wcwidth() bug.
7409         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
7410         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
7411         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
7412         original wcwidth in non-UTF-8 locales.
7413         * modules/wcwidth (Depends-on): Add localcharset, streq,
7414         uniwidth/width.
7415         * doc/functions/wcwidth.texi: Update.
7416
7417 2007-07-07  Bruno Haible  <bruno@clisp.org>
7418
7419         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
7420         (wcwidth): New declaration.
7421         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
7422         macros.
7423         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
7424         here. Prepare for creating <wchar.h> unconditionally.
7425         * modules/wchar (Depends-on): Add link-warning.
7426         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
7427         REPLACE_WCWIDTH, and GL_LINK_WARNING.
7428         * lib/wcwidth.h: Remove file.
7429         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
7430         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
7431         * modules/wcwidth (Files): Remove lib/wcwidth.h.
7432         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
7433         (Include): Replace wcwidth.h with <wchar.h>.
7434         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
7435         * lib/mbchar.h: Don't include wcwidth.h.
7436         * lib/mbswidth.c: Likewise.
7437         * NEWS: Mention the change.
7438
7439 2007-07-07  Bruno Haible  <bruno@clisp.org>
7440
7441         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
7442         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
7443         definition with an external declaration.
7444         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
7445         defined as a function. Remove AC_C_INLINE requirement.
7446         * modules/wcwidth (Files): Add lib/wcwidth.c.
7447         (Makefile.am): Remove redundant statement.
7448
7449 2007-07-07  Bruno Haible  <bruno@clisp.org>
7450
7451         * MODULES.html.sh (Unicode string functions): Add the new modules.
7452
7453         * tests/uniwidth/test-u32-strwidth.c: New file.
7454         * modules/uniwidth/u32-strwidth-tests: New file.
7455
7456         * lib/uniwidth/u32-strwidth.c: New file.
7457         * modules/uniwidth/u32-strwidth: New file.
7458
7459         * tests/uniwidth/test-u16-strwidth.c: New file.
7460         * modules/uniwidth/u16-strwidth-tests: New file.
7461
7462         * lib/uniwidth/u16-strwidth.c: New file.
7463         * modules/uniwidth/u16-strwidth: New file.
7464
7465         * tests/uniwidth/test-u8-strwidth.c: New file.
7466         * modules/uniwidth/u8-strwidth-tests: New file.
7467
7468         * lib/uniwidth/u8-strwidth.c: New file.
7469         * modules/uniwidth/u8-strwidth: New file.
7470
7471         * tests/uniwidth/test-u32-width.c: New file.
7472         * modules/uniwidth/u32-width-tests: New file.
7473
7474         * lib/uniwidth/u32-width.c: New file.
7475         * modules/uniwidth/u32-width: New file.
7476
7477         * tests/uniwidth/test-u16-width.c: New file.
7478         * modules/uniwidth/u16-width-tests: New file.
7479
7480         * lib/uniwidth/u16-width.c: New file.
7481         * modules/uniwidth/u16-width: New file.
7482
7483         * tests/uniwidth/test-u8-width.c: New file.
7484         * modules/uniwidth/u8-width-tests: New file.
7485
7486         * lib/uniwidth/u8-width.c: New file.
7487         * modules/uniwidth/u8-width: New file.
7488
7489         * tests/uniwidth/test-uc_width.c: New file.
7490         * modules/uniwidth/width-tests: New file.
7491
7492         * lib/uniwidth/width.c: New file, from GNU libiconv.
7493         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
7494         * modules/uniwidth/width: New file.
7495
7496         * lib/uniwidth.h: New file, from GNU libiconv.
7497         * modules/uniwidth/base: New file.
7498
7499 2007-07-07  Bruno Haible  <bruno@clisp.org>
7500
7501         * lib/uniname.h: New file, from GNU gettext.
7502         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
7503         * lib/uniname/uninames.h: New file, from GNU gettext.
7504         * lib/uniname/uniname.c: New file, from GNU gettext.
7505         * tests/uniname/test-uninames.sh: New file.
7506         * tests/uniname/test-uninames.c: New file, from GNU gettext.
7507         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
7508         * modules/uniname/base: New file.
7509         * modules/uniname/uniname: New file.
7510         * modules/uniname/uniname-tests: New file.
7511         * MODULES.html.sh (Unicode string functions): Add the new modules.
7512
7513 2007-07-06  Bruno Haible  <bruno@clisp.org>
7514
7515         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
7516
7517 2007-07-06  Bruno Haible  <bruno@clisp.org>
7518
7519         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
7520         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
7521         includes <cygwin/sys_time.h> which includes <sys/select.h> which
7522         include <sys/time.h>.
7523         Reported by Eric Blake.
7524
7525 2007-07-06  Eric Blake  <ebb9@byu.net>
7526
7527         Fix testing canonicalize on cygwin.
7528         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
7529         Revert patch from 2007-06-19.
7530         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
7531         canonicalize module is also in use.
7532         * tests/test-canonicalize.c: New file.
7533         * tests/test-canonicalize.sh: Likewise.
7534         * modules/canonicalize-tests: Likewise.
7535
7536 2007-07-06  Jim Meyering  <jim@meyering.net>
7537
7538         * lib/getugroups.c (getugroups): Detect getgrent failure.
7539         Adjust comment to reflect reality: this function may return -1.
7540
7541 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
7542
7543         * build-aux/bootstrap (TP_URL,get_translations): Update to use
7544         the new TP address.
7545         (usage): Fix typo
7546         (gnulib_mk): New variable.
7547
7548 2007-07-05  Jim Meyering  <jim@meyering.net>
7549
7550         Don't let endgrent clobber errno, no matter how improbable.
7551         * lib/getugroups.c (getugroups): Save and restore errno around
7552         endgrent call.
7553
7554         Close the group DB even when failing with 2^31 or more members.
7555         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
7556
7557 2007-07-04  Jim Meyering  <jim@meyering.net>
7558
7559         * lib/getugroups.h: New file.
7560         * lib/getugroups.c: Include "getugroups.h".
7561         Remove uses of "register" keyword.
7562         Move local variable, "cp", down into scope where used.
7563         Give "username" parameter the "const" attribute.
7564         * modules/getugroups (Files): Add lib/getugroups.h
7565
7566 2007-07-04  Karl Berry  <karl@gnu.org>
7567
7568         * MODULES.html.sh (func_all_modules): Complete rename of
7569         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
7570
7571 2007-07-02  Bruno Haible  <bruno@clisp.org>
7572
7573         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
7574         mode, when inttypes.h comes from gnulib.
7575         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7576
7577 2007-07-02  Simon Josefsson  <simon@josefsson.org>
7578
7579         * NEWS: Mention lgpl module name change.
7580
7581         * modules/lgpl-2.1: Renamed from lgpl.
7582
7583         * NEWS: Mention gpl module name change.
7584
7585         * modules/gpl-3.0: New file, based on gpl-2.0.
7586
7587         * modules/gpl-2.0: Renamed from gpl.
7588
7589         * modules/gpl: Fix filename, doc/gpl.texi is now found at
7590         doc/gpl-2.0.texi.
7591
7592 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7593
7594         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
7595         #define __STDC_LIMIT_MACROS temporarily while including
7596         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
7597         Problem reported by Joel E. Denny in
7598         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
7599
7600 2007-07-01  Bruno Haible  <bruno@clisp.org>
7601
7602         * lib/unistdio.h: New file.
7603         * lib/unistdio/u-asnprintf.h: New file.
7604         * lib/unistdio/u-asprintf.h: New file.
7605         * lib/unistdio/u-printf-args.c: New file.
7606         * lib/unistdio/u-printf-args.h: New file.
7607         * lib/unistdio/u-printf-parse.h: New file.
7608         * lib/unistdio/u-snprintf.h: New file.
7609         * lib/unistdio/u-sprintf.h: New file.
7610         * lib/unistdio/u-vasprintf.h: New file.
7611         * lib/unistdio/u-vsnprintf.h: New file.
7612         * lib/unistdio/u-vsprintf.h: New file.
7613         * lib/unistdio/ulc-asnprintf.c: New file.
7614         * lib/unistdio/ulc-asprintf.c: New file.
7615         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
7616         * lib/unistdio/ulc-printf-parse.c: New file.
7617         * lib/unistdio/ulc-snprintf.c: New file.
7618         * lib/unistdio/ulc-sprintf.c: New file.
7619         * lib/unistdio/ulc-vasnprintf.c: New file.
7620         * lib/unistdio/ulc-vasprintf.c: New file.
7621         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
7622         * lib/unistdio/ulc-vsnprintf.c: New file.
7623         * lib/unistdio/ulc-vsprintf.c: New file.
7624         * lib/unistdio/u8-asnprintf.c: New file.
7625         * lib/unistdio/u8-asprintf.c: New file.
7626         * lib/unistdio/u8-printf-parse.c: New file.
7627         * lib/unistdio/u8-snprintf.c: New file.
7628         * lib/unistdio/u8-sprintf.c: New file.
7629         * lib/unistdio/u8-vasnprintf.c: New file.
7630         * lib/unistdio/u8-vasprintf.c: New file.
7631         * lib/unistdio/u8-vsnprintf.c: New file.
7632         * lib/unistdio/u8-vsprintf.c: New file.
7633         * lib/unistdio/u8-u8-asnprintf.c: New file.
7634         * lib/unistdio/u8-u8-asprintf.c: New file.
7635         * lib/unistdio/u8-u8-snprintf.c: New file.
7636         * lib/unistdio/u8-u8-sprintf.c: New file.
7637         * lib/unistdio/u8-u8-vasnprintf.c: New file.
7638         * lib/unistdio/u8-u8-vasprintf.c: New file.
7639         * lib/unistdio/u8-u8-vsnprintf.c: New file.
7640         * lib/unistdio/u8-u8-vsprintf.c: New file.
7641         * lib/unistdio/u16-asnprintf.c: New file.
7642         * lib/unistdio/u16-asprintf.c: New file.
7643         * lib/unistdio/u16-printf-parse.c: New file.
7644         * lib/unistdio/u16-snprintf.c: New file.
7645         * lib/unistdio/u16-sprintf.c: New file.
7646         * lib/unistdio/u16-vasnprintf.c: New file.
7647         * lib/unistdio/u16-vasprintf.c: New file.
7648         * lib/unistdio/u16-vsnprintf.c: New file.
7649         * lib/unistdio/u16-vsprintf.c: New file.
7650         * lib/unistdio/u16-u16-asnprintf.c: New file.
7651         * lib/unistdio/u16-u16-asprintf.c: New file.
7652         * lib/unistdio/u16-u16-snprintf.c: New file.
7653         * lib/unistdio/u16-u16-sprintf.c: New file.
7654         * lib/unistdio/u16-u16-vasnprintf.c: New file.
7655         * lib/unistdio/u16-u16-vasprintf.c: New file.
7656         * lib/unistdio/u16-u16-vsnprintf.c: New file.
7657         * lib/unistdio/u16-u16-vsprintf.c: New file.
7658         * lib/unistdio/u32-asnprintf.c: New file.
7659         * lib/unistdio/u32-asprintf.c: New file.
7660         * lib/unistdio/u32-printf-parse.c: New file.
7661         * lib/unistdio/u32-snprintf.c: New file.
7662         * lib/unistdio/u32-sprintf.c: New file.
7663         * lib/unistdio/u32-vasnprintf.c: New file.
7664         * lib/unistdio/u32-vasprintf.c: New file.
7665         * lib/unistdio/u32-vsnprintf.c: New file.
7666         * lib/unistdio/u32-vsprintf.c: New file.
7667         * lib/unistdio/u32-u32-asnprintf.c: New file.
7668         * lib/unistdio/u32-u32-asprintf.c: New file.
7669         * lib/unistdio/u32-u32-snprintf.c: New file.
7670         * lib/unistdio/u32-u32-sprintf.c: New file.
7671         * lib/unistdio/u32-u32-vasnprintf.c: New file.
7672         * lib/unistdio/u32-u32-vasprintf.c: New file.
7673         * lib/unistdio/u32-u32-vsnprintf.c: New file.
7674         * lib/unistdio/u32-u32-vsprintf.c: New file.
7675         * tests/unistdio/test-ulc-asnprintf1.c: New file.
7676         * tests/unistdio/test-ulc-asnprintf1.h: New file.
7677         * tests/unistdio/test-ulc-printf1.h: New file.
7678         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
7679         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
7680         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
7681         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
7682         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
7683         * tests/unistdio/test-ulc-vasprintf1.c: New file.
7684         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
7685         * tests/unistdio/test-ulc-vsprintf1.c: New file.
7686         * tests/unistdio/test-u8-asnprintf1.c: New file.
7687         * tests/unistdio/test-u8-asnprintf1.h: New file.
7688         * tests/unistdio/test-u8-printf1.h: New file.
7689         * tests/unistdio/test-u8-vasnprintf1.c: New file.
7690         * tests/unistdio/test-u8-vasnprintf2.c: New file.
7691         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
7692         * tests/unistdio/test-u8-vasnprintf3.c: New file.
7693         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
7694         * tests/unistdio/test-u8-vasprintf1.c: New file.
7695         * tests/unistdio/test-u8-vsnprintf1.c: New file.
7696         * tests/unistdio/test-u8-vsprintf1.c: New file.
7697         * tests/unistdio/test-u16-asnprintf1.c: New file.
7698         * tests/unistdio/test-u16-asnprintf1.h: New file.
7699         * tests/unistdio/test-u16-printf1.h: New file.
7700         * tests/unistdio/test-u16-vasnprintf1.c: New file.
7701         * tests/unistdio/test-u16-vasnprintf2.c: New file.
7702         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
7703         * tests/unistdio/test-u16-vasnprintf3.c: New file.
7704         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
7705         * tests/unistdio/test-u16-vasprintf1.c: New file.
7706         * tests/unistdio/test-u16-vsnprintf1.c: New file.
7707         * tests/unistdio/test-u16-vsprintf1.c: New file.
7708         * tests/unistdio/test-u32-asnprintf1.c: New file.
7709         * tests/unistdio/test-u32-asnprintf1.h: New file.
7710         * tests/unistdio/test-u32-printf1.h: New file.
7711         * tests/unistdio/test-u32-vasnprintf1.c: New file.
7712         * tests/unistdio/test-u32-vasnprintf2.c: New file.
7713         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
7714         * tests/unistdio/test-u32-vasnprintf3.c: New file.
7715         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
7716         * tests/unistdio/test-u32-vasprintf1.c: New file.
7717         * tests/unistdio/test-u32-vsnprintf1.c: New file.
7718         * tests/unistdio/test-u32-vsprintf1.c: New file.
7719         * modules/unistdio/base: New file.
7720         * modules/unistdio/u-printf-args: New file.
7721         * modules/unistdio/ulc-asnprintf: New file.
7722         * modules/unistdio/ulc-asprintf: New file.
7723         * modules/unistdio/ulc-fprintf: New file.
7724         * modules/unistdio/ulc-printf-parse: New file.
7725         * modules/unistdio/ulc-snprintf: New file.
7726         * modules/unistdio/ulc-sprintf: New file.
7727         * modules/unistdio/ulc-vasnprintf: New file.
7728         * modules/unistdio/ulc-vasprintf: New file.
7729         * modules/unistdio/ulc-vfprintf: New file.
7730         * modules/unistdio/ulc-vsnprintf: New file.
7731         * modules/unistdio/ulc-vsprintf: New file.
7732         * modules/unistdio/u8-asnprintf: New file.
7733         * modules/unistdio/u8-asprintf: New file.
7734         * modules/unistdio/u8-printf-parse: New file.
7735         * modules/unistdio/u8-snprintf: New file.
7736         * modules/unistdio/u8-sprintf: New file.
7737         * modules/unistdio/u8-vasnprintf: New file.
7738         * modules/unistdio/u8-vasprintf: New file.
7739         * modules/unistdio/u8-vsnprintf: New file.
7740         * modules/unistdio/u8-vsprintf: New file.
7741         * modules/unistdio/u8-u8-asnprintf: New file.
7742         * modules/unistdio/u8-u8-asprintf: New file.
7743         * modules/unistdio/u8-u8-snprintf: New file.
7744         * modules/unistdio/u8-u8-sprintf: New file.
7745         * modules/unistdio/u8-u8-vasnprintf: New file.
7746         * modules/unistdio/u8-u8-vasprintf: New file.
7747         * modules/unistdio/u8-u8-vsnprintf: New file.
7748         * modules/unistdio/u8-u8-vsprintf: New file.
7749         * modules/unistdio/u16-asnprintf: New file.
7750         * modules/unistdio/u16-asprintf: New file.
7751         * modules/unistdio/u16-printf-parse: New file.
7752         * modules/unistdio/u16-snprintf: New file.
7753         * modules/unistdio/u16-sprintf: New file.
7754         * modules/unistdio/u16-vasnprintf: New file.
7755         * modules/unistdio/u16-vasprintf: New file.
7756         * modules/unistdio/u16-vsnprintf: New file.
7757         * modules/unistdio/u16-vsprintf: New file.
7758         * modules/unistdio/u16-u16-asnprintf: New file.
7759         * modules/unistdio/u16-u16-asprintf: New file.
7760         * modules/unistdio/u16-u16-snprintf: New file.
7761         * modules/unistdio/u16-u16-sprintf: New file.
7762         * modules/unistdio/u16-u16-vasnprintf: New file.
7763         * modules/unistdio/u16-u16-vasprintf: New file.
7764         * modules/unistdio/u16-u16-vsnprintf: New file.
7765         * modules/unistdio/u16-u16-vsprintf: New file.
7766         * modules/unistdio/u32-asnprintf: New file.
7767         * modules/unistdio/u32-asprintf: New file.
7768         * modules/unistdio/u32-printf-parse: New file.
7769         * modules/unistdio/u32-snprintf: New file.
7770         * modules/unistdio/u32-sprintf: New file.
7771         * modules/unistdio/u32-vasnprintf: New file.
7772         * modules/unistdio/u32-vasprintf: New file.
7773         * modules/unistdio/u32-vsnprintf: New file.
7774         * modules/unistdio/u32-vsprintf: New file.
7775         * modules/unistdio/u32-u32-asnprintf: New file.
7776         * modules/unistdio/u32-u32-asprintf: New file.
7777         * modules/unistdio/u32-u32-snprintf: New file.
7778         * modules/unistdio/u32-u32-sprintf: New file.
7779         * modules/unistdio/u32-u32-vasnprintf: New file.
7780         * modules/unistdio/u32-u32-vasprintf: New file.
7781         * modules/unistdio/u32-u32-vsnprintf: New file.
7782         * modules/unistdio/u32-u32-vsprintf: New file.
7783         * modules/unistdio/ulc-asnprintf-tests: New file.
7784         * modules/unistdio/ulc-vasnprintf-tests: New file.
7785         * modules/unistdio/ulc-vasprintf-tests: New file.
7786         * modules/unistdio/ulc-vsnprintf-tests: New file.
7787         * modules/unistdio/ulc-vsprintf-tests: New file.
7788         * modules/unistdio/u8-asnprintf-tests: New file.
7789         * modules/unistdio/u8-vasnprintf-tests: New file.
7790         * modules/unistdio/u8-vasprintf-tests: New file.
7791         * modules/unistdio/u8-vsnprintf-tests: New file.
7792         * modules/unistdio/u8-vsprintf-tests: New file.
7793         * modules/unistdio/u16-asnprintf-tests: New file.
7794         * modules/unistdio/u16-vasnprintf-tests: New file.
7795         * modules/unistdio/u16-vasprintf-tests: New file.
7796         * modules/unistdio/u16-vsnprintf-tests: New file.
7797         * modules/unistdio/u16-vsprintf-tests: New file.
7798         * modules/unistdio/u32-asnprintf-tests: New file.
7799         * modules/unistdio/u32-vasnprintf-tests: New file.
7800         * modules/unistdio/u32-vasprintf-tests: New file.
7801         * modules/unistdio/u32-vsnprintf-tests: New file.
7802         * modules/unistdio/u32-vsprintf-tests: New file.
7803         * MODULES.html.sh (Unicode string functions): Add the new modules.
7804
7805 2007-07-01  Bruno Haible  <bruno@clisp.org>
7806
7807         * lib/sprintf.c (sprintf): Limit the available length estimation,
7808         to avoid address wraparound.
7809         * lib/vsprintf.c (vsprintf): Likewise.
7810         * modules/sprintf-posix (Dependencies): Add stdint.
7811         * modules/vsprintf-posix (Dependencies): Likewise.
7812
7813 2007-07-01  Bruno Haible  <bruno@clisp.org>
7814
7815         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
7816         Windows PATH as well. Conservative double-quoting. Comments.
7817
7818 2007-07-01  Bruno Haible  <bruno@clisp.org>
7819             Eric Blake  <ebb9@byu.net>
7820             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7821
7822         * gnulib-tool (self_abspathname): Fix algorithm to cope with
7823         empty components in $PATH, denoting '.'.
7824
7825 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7826
7827         * gnulib-tool: Fix indentation.
7828         (func_create_megatestdir): Likewise.
7829         Report by Bruno Haible.
7830
7831 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7832
7833         Sync from Automake.
7834         * build-aux/gnupload: Fix shell portability issues with for loops.
7835         Report by Karl Berry.
7836
7837 2007-06-29  Simon Josefsson  <simon@josefsson.org>
7838
7839         * build-aux/maint.mk (POURL): Use translationproject.org.
7840
7841 2007-06-27  Simon Josefsson  <simon@josefsson.org>
7842             Bruno Haible  <bruno@clisp.org>
7843
7844         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
7845         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
7846         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
7847         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
7848         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
7849
7850 2007-06-27  Bruno Haible  <bruno@clisp.org>
7851
7852         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
7853         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
7854
7855 2007-06-26  Karl Berry  <karl@gnu.org>
7856
7857         * MODULES.html.sh: remove xreadlink-with-size.
7858
7859 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7860
7861         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
7862         method that I hope also handles the double-include problem noted
7863         by Bruno Haible in
7864         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
7865
7866 2007-06-23  Bruno Haible  <bruno@clisp.org>
7867
7868         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7869         Don't let the 'mostlyclean' target fail if the last subdirectory could
7870         not be removed.
7871         Reported by Karl Berry.
7872
7873 2007-06-23  Bruno Haible  <bruno@clisp.org>
7874
7875         * gnulib-tool (echo): Add a speedier workaround for ksh.
7876         * tests/test-echo.sh: Likewise.
7877
7878 2007-06-23  Bruno Haible  <bruno@clisp.org>
7879
7880         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
7881         * tests/test-echo.sh: Likewise.
7882
7883 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7884
7885         * gnulib-tool (IFS): Initialize early, so we don't set it to
7886         empty later.
7887         (self_abspathname): Rewrite algorithm to set it, reindent.
7888         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
7889         (func_create_megatestdir): Merge some sed scripts.
7890
7891 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7892
7893         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
7894         exposed by Sun Studio 11 cc on Solaris 8.
7895
7896 2007-06-22  Bruno Haible  <bruno@clisp.org>
7897
7898         * gnulib-tool (echo): Ensure the echo primitive does not interpret
7899         backslashes.
7900         * tests/test-echo.sh: New file.
7901
7902 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7903
7904         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
7905         simplify `sed_replace_build_aux' scripts, they are portable but
7906         echoing them with `echo' is not.
7907         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
7908
7909 2007-06-21  Karl Berry  <karl@gnu.org>
7910
7911         * config/srclist.txt: guess we can't handle the licenses via
7912         srclist at the moment.
7913
7914 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7915
7916         * MODULES.html.sh: Add include_next.
7917         * modules/include_next: New file.
7918
7919 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7920
7921         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
7922         INCLUDE_NEXT.
7923         (gl_CHECK_NEXT_HEADERS): New macro.
7924         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
7925         the obsolescent gl_ABSOLUTE_HEADER.
7926         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
7927         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
7928         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7929         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
7930         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
7931         * m4/math_h.m4 (gl_MATH_H): Likewise.
7932         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
7933         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
7934         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
7935         * m4/stdint.m4 (gl_STDINT_H): Likewise.
7936         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
7937         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
7938         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
7939         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7940         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
7941         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
7942         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
7943         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
7944         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
7945         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
7946         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7947         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7948         * m4/inttypes.m4 (gl_INTTYPES_H): Define
7949         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
7950         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
7951         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
7952         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
7953         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
7954         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
7955         * lib/float_.h: Likewise.
7956         * lib/inttypes_.h: Likewise.
7957         * lib/math_.h: Likewise.
7958         * lib/search_.h: Likewise.
7959         * lib/signal_.h: Likewise.
7960         * lib/stdint_.h: Likewise.
7961         * lib/stdio_.h: Likewise.
7962         * lib/stdlib_.h: Likewise.
7963         * lib/string_.h: Likewise.
7964         * lib/sys_stat_.h: Likewise.
7965         * lib/sys_time_.h: Likewise.
7966         * lib/time_.h: Likewise.
7967         * lib/unistd_.h: Likewise.
7968         * lib/wchar_.h: Likewise.
7969         * lib/wctype_.h: Likewise.
7970         * lib/dirent_.h: Likewise.
7971         * lib/iconv_.h: Likewise.
7972         * lib/locale_.h: Likewise.
7973         * lib/netinet_in_.h: Likewise.
7974         * lib/sys_select_.h: Likewise.
7975         * lib/sys_socket_.h: Likewise.
7976         * lib/sysexits_.h: Likewise.
7977         * modules/fcntl (Depends-on): Depend on include_next, not
7978         absolute_header.
7979         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
7980         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
7981         * modules/fchdir: Likewise.
7982         * modules/float: Likewise.
7983         * modules/iconv_open: Likewise.
7984         * modules/inttypes: Likewise.
7985         * modules/locale: Likewise.
7986         * modules/math: Likewise.
7987         * modules/netinet_in: Likewise.
7988         * modules/search: Likewise.
7989         * modules/signal: Likewise.
7990         * modules/stdint: Likewise.
7991         * modules/stdio: Likewise.
7992         * modules/stdlib: Likewise.
7993         * modules/string: Likewise.
7994         * modules/sys_select: Likewise.
7995         * modules/sys_socket: Likewise.
7996         * modules/sys_stat: Likewise.
7997         * modules/sys_time: Likewise.
7998         * modules/sysexits: Likewise.
7999         * modules/time: Likewise.
8000         * modules/unistd: Likewise.
8001         * modules/wchar: Likewise.
8002         * modules/wctype: Likewise.
8003         * modules/sys_stat: Change maintainer to "all".
8004         * modules/unistd: Likewise.
8005
8006 2007-06-20  Karl Berry  <karl@gnu.org>
8007
8008         * config/srclist.txt: track www changes in license files.
8009
8010 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
8011
8012         * build-aux/bootstrap: Remove stray dot.
8013         Make sure build_aux settings are honored when linking
8014         gnulib_extra_files.
8015
8016 2007-06-19  Eric Blake  <ebb9@byu.net>
8017
8018         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8019         Allow compilation on cygwin.
8020
8021 2007-06-19  Jim Meyering  <jim@meyering.net>
8022
8023         xreadlink-with-size: Remove module.  No longer used.
8024         Ex-callers now use xreadlink or mreadlink-with-size.
8025         * modules/xreadlink-with-size: Remove module.
8026         * lib/xreadlink-with-size.c: Remove file.
8027         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
8028         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
8029         just before the function definition *is* accurate.
8030
8031         Eliminate one way canonicalize_filename_mode could exit.
8032         * lib/canonicalize.c (canonicalize_filename_mode):
8033         Use mreadlink_with_size, not xreadlink_with_size.
8034
8035 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
8036
8037         Detect porting problems to FreeBSD/arm, which has time_t wider than
8038         long int.  Original problem reported for GNU diff by Xin Li in
8039         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
8040         * modules/getdate (Depends-on): Add intprops, verify.
8041         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
8042         is an integer type no wider than long int.
8043
8044 2007-06-18  Jim Meyering  <jim@meyering.net>
8045
8046         New module: mreadlink-with-size.
8047         * MODULES.html.sh: Add mreadlink-with-size.
8048         * modules/mreadlink-with-size: New module
8049         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
8050         not xreadlink-with-size.
8051         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
8052
8053 2007-06-16  Bruno Haible  <bruno@clisp.org>
8054
8055         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
8056         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
8057         Reported by Gary V. Vaughan <gary@gnu.org>.
8058
8059 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
8060
8061         Revamp lchown so that it lives in unistd.h where it belongs.
8062         * lib/lchown.h: Remove.
8063         * lib/dirchownmod.c: Don't include lib/lchown.h.
8064         * lib/fchownat.c: Likewise.
8065         * lib/openat.c: Likewise.
8066         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
8067         does not follow symlinks.
8068         (EOPNOTSUPP): Define if not defined.
8069         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
8070         is defined to 0.
8071         (lchown): New decl.
8072         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
8073         Do not check for lchown decl.
8074         Set REPLACE_LCHOWN.
8075         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
8076         REPLACE_LCHOWN.
8077         * modules/chown: Make it clear it follows symlinks.
8078         * modules/lchown: Make it clear it doesn't follow symlinks.
8079         (Files): Remove lib/lchown.h
8080         (Depends-on): Add unistd.
8081         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
8082         (Include): Include <unistd.h>, not "lchown.h".
8083         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
8084         REPLACE_LCHOWN.
8085
8086 2007-06-15  Jim Meyering  <jim@meyering.net>
8087
8088         Change license (GPL to LGPL) of fsusage and dependents.
8089         * modules/fsusage (License): Change to LGPL.
8090         * modules/full-read (License): Likewise.
8091         * modules/full-write (License): Likewise.
8092         * modules/safe-read (License): Likewise.
8093         * modules/safe-write (License): Likewise.
8094
8095 2007-06-14  Ben Pfaff  <blp@gnu.org>
8096
8097         Missing part of allocsa -> malloca transition.
8098         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
8099         gl_MALLOCA.
8100
8101 2007-06-12  Bruno Haible  <bruno@clisp.org>
8102
8103         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
8104         to ia64, x86_64, i386.
8105         Reported by Eric Blake.
8106
8107 2007-06-12  Bruno Haible  <bruno@clisp.org>
8108
8109         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
8110         cross-compiling to x86_64.
8111
8112 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
8113
8114         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
8115         glitch reported by Ralf Wildenhues in
8116         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
8117
8118         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
8119         Vin Shelton.
8120
8121 2007-06-11  Bruno Haible  <bruno@clisp.org>
8122
8123         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
8124         replacement string.
8125         Reported by Eric Blake.
8126
8127 2007-06-10  Bruno Haible  <bruno@clisp.org>
8128
8129         Prepare vasnprintf code for use with Unicode strings.
8130         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
8131         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
8132         TYPE_U32_STRING.
8133         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
8134         a_u32_string variants.
8135         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8136         * lib/printf-args.c: Don't include config.h and the specification
8137         header if PRINTF_FETCHARGS is already defined.
8138         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8139         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
8140         TYPE_U16_STRING, TYPE_U32_STRING.
8141         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
8142         u16_directive, u16_directives, u32_directive, u32_directives): New
8143         types.
8144         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
8145         New declarations.
8146         * lib/printf-parse.c: Don't include config.h and the specification
8147         header if PRINTF_PARSE is already defined. Eliminate the set of
8148         parameters for WIDE_CHAR_VERSION; the user of this file must provide
8149         them now. Include c-ctype.h.
8150         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
8151         directive and CHAR_T_ONLY_ASCII.
8152         * lib/vasnprintf.c: Don't include config.h and the specification header
8153         if VASNPRINTF is already defined.
8154         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
8155         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
8156         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
8157         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
8158         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
8159         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
8160         code accordingly.
8161         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
8162         pad_ourselves also in this case, with the 'c' and 's' directives, and
8163         with a different notion of "width".
8164         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
8165
8166 2007-06-10  Bruno Haible  <bruno@clisp.org>
8167
8168         * modules/unistr/u32-mbsnlen: New file.
8169         * lib/unistr/u32-mbsnlen.c: New file.
8170
8171         * modules/unistr/u16-mbsnlen: New file.
8172         * lib/unistr/u16-mbsnlen.c: New file.
8173
8174         * modules/unistr/u8-mbsnlen: New file.
8175         * lib/unistr/u8-mbsnlen.c: New file.
8176
8177         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
8178         declarations.
8179
8180 2007-06-10  Bruno Haible  <bruno@clisp.org>
8181
8182         * lib/string_.h (mbsnlen): New declaration.
8183         * lib/mbsnlen.c: New file.
8184         * m4/mbsnlen.m4: New file.
8185         * modules/mbsnlen: New file.
8186         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
8187         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
8188         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
8189
8190 2007-06-10  Bruno Haible  <bruno@clisp.org>
8191
8192         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
8193
8194 2007-06-10  Bruno Haible  <bruno@clisp.org>
8195
8196         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
8197         * lib/mbuiter.h: Likewise.
8198
8199 2007-06-10  Bruno Haible  <bruno@clisp.org>
8200
8201         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
8202         declaration.
8203
8204 2007-06-10  Karl Berry  <karl@gnu.org>
8205
8206         * config/srclist.txt: remove gettext entries, Bruno prefers
8207         to update individually.
8208
8209 2007-06-10  Bruno Haible  <bruno@clisp.org>
8210
8211         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
8212         'maxlen'. Ensure only length + width bytes are allocated, not
8213         length + 1 + width.
8214
8215 2007-06-09  Bruno Haible  <bruno@clisp.org>
8216
8217         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
8218         (CHAR_T): Remove macro.
8219         (VASNPRINTF): Update.
8220
8221 2007-06-09  Bruno Haible  <bruno@clisp.org>
8222
8223         * MODULES.html.sh (Unicode string functions): Add the new modules.
8224
8225         * modules/uniconv/u32-conv-to-enc: New file.
8226         * lib/uniconv/u32-conv-to-enc.c: New file.
8227         * modules/uniconv/u32-conv-to-enc-tests: New file.
8228         * tests/uniconv/test-u32-conv-to-enc.c: New file.
8229
8230         * modules/uniconv/u16-conv-to-enc: New file.
8231         * lib/uniconv/u16-conv-to-enc.c: New file.
8232         * lib/uniconv/u-conv-to-enc.h: New file.
8233         * modules/uniconv/u16-conv-to-enc-tests: New file.
8234         * tests/uniconv/test-u16-conv-to-enc.c: New file.
8235
8236         * modules/uniconv/u8-conv-to-enc: New file.
8237         * lib/uniconv/u8-conv-to-enc.c: New file.
8238         * modules/uniconv/u8-conv-to-enc-tests: New file.
8239         * tests/uniconv/test-u8-conv-to-enc.c: New file.
8240
8241         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
8242         u32_conv_to_encoding): New declarations.
8243
8244 2007-06-09  Bruno Haible  <bruno@clisp.org>
8245
8246         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
8247
8248 2007-06-09  Bruno Haible  <bruno@clisp.org>
8249
8250         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
8251         * modules/malloca: Renamed from modules/allocsa, updated.
8252         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
8253         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
8254         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
8255         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
8256         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
8257         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
8258         * modules/xmalloca: Renamed from modules/xallocsa, updated.
8259         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
8260         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
8261         * modules/c-strcasestr (Depends-on): Update.
8262         * lib/c-strcasestr.c: Update.
8263         * modules/c-strstr (Depends-on): Update.
8264         * lib/c-strstr.c: Update.
8265         * modules/canonicalize-lgpl (Depends-on): Update.
8266         * lib/canonicalize-lgpl.c: Update.
8267         * modules/clean-temp (Depends-on): Update.
8268         * lib/clean-temp.c: Update.
8269         * modules/csharpcomp (Depends-on): Update.
8270         * lib/csharpcomp.c: Update.
8271         * modules/csharpexec (Depends-on): Update.
8272         * lib/csharpexec.c: Update.
8273         * modules/javacomp (Depends-on): Update.
8274         * lib/javacomp.c: Update.
8275         * modules/javaexec (Depends-on): Update.
8276         * lib/javaexec.c: Update.
8277         * modules/mbscasestr (Depends-on): Update.
8278         * lib/mbscasestr.c: Update.
8279         * modules/mbsstr (Depends-on): Update.
8280         * lib/mbsstr.c: Update.
8281         * modules/setenv (Depends-on): Update.
8282         * lib/setenv.c: Update.
8283         * modules/strcasestr (Depends-on): Update.
8284         * lib/strcasestr.c: Update.
8285         * modules/striconveha (Depends-on): Update.
8286         * lib/striconveha.c: Update.
8287         * modules/relocatable-prog-wrapper (Files): Update.
8288         * lib/relocwrapper.c: Update.
8289         * build-aux/install-reloc: Update.
8290         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
8291
8292 2007-06-08  Bruno Haible  <bruno@clisp.org>
8293
8294         Port to uClibc.
8295         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
8296         * lib/fpurge.c (fpurge): Likewise.
8297         * lib/freading.c (freading): Likewise.
8298         * lib/fseeko.c (rpl_fseeko): Likewise.
8299         * lib/fseterr.c (fseterr): Likewise.
8300         * lib/fwriting.c (fwriting): Likewise.
8301         * tests/test-fflush.c (main): Avoid a failure on uClibc.
8302
8303 2007-06-08  Bruno Haible  <bruno@clisp.org>
8304
8305         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
8306         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
8307         * modules/gettext (Files): Add m4/intlmacosx.m4.
8308
8309 2007-06-07  Bruno Haible  <bruno@clisp.org>
8310
8311         * modules/localename-tests: New file.
8312         * tests/test-localename.c: New file.
8313
8314         New module 'localename'.
8315         * lib/localename.h: New file.
8316         * lib/localename.c: New file, from GNU gettext.
8317         * m4/localename.m4: New file.
8318         * modules/localename: New file.
8319
8320 2007-06-07  Bruno Haible  <bruno@clisp.org>
8321
8322         Work around the lack of <wchar.h> on some builds of uClibc.
8323         * doc/headers/wchar.texi: Update.
8324         * lib/wchar_.h: Include <wchar.h> only if it exists.
8325         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
8326         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
8327         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
8328         doesn't exist.
8329         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
8330         * modules/mbfile (Depends-on): Add wchar.
8331         * modules/mbiter (Depends-on): Likewise.
8332         * modules/mbuiter (Depends-on): Likewise.
8333         Reported by Simon Josefsson.
8334
8335 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
8336
8337         Work around problem reported by Steven M. Schweda in
8338         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
8339         Tru64 5.1B with the Compaq compiler environment installed declares
8340         an 'isblank' function but does not define it in the C library.
8341         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
8342         * lib/regex_internal.h (isblank): Likewise.
8343         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
8344         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8345
8346 2007-06-05  Bruno Haible  <bruno@clisp.org>
8347
8348         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
8349         ia64.
8350         * modules/printf-safe: New file.
8351         * modules/fprintf-posix (Depends-on): Add printf-safe.
8352         * modules/printf-posix (Depends-on): Likewise.
8353         * modules/snprintf-posix (Depends-on): Likewise.
8354         * modules/sprintf-posix (Depends-on): Likewise.
8355         * modules/vasnprintf-posix (Depends-on): Likewise.
8356         * modules/vasprintf-posix (Depends-on): Likewise.
8357         * modules/vfprintf-posix (Depends-on): Likewise.
8358         * modules/vprintf-posix (Depends-on): Likewise.
8359         * modules/vsnprintf-posix (Depends-on): Likewise.
8360         * modules/vsprintf-posix (Depends-on): Likewise.
8361         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
8362         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
8363         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
8364         "no" on i386, x86_64, ia64.
8365         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
8366         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8367         on i386, x86_64, ia64.
8368         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
8369         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8370         on i386, x86_64, ia64.
8371         * tests/test-vasnprintf-posix.c: Include float.h.
8372         (LDBL80_WORDS): New macro.
8373         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8374         on i386, x86_64, ia64.
8375         * tests/test-vasprintf-posix.c: Include float.h.
8376         (LDBL80_WORDS): New macro.
8377         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8378         on i386, x86_64, ia64.
8379         * tests/test-snprintf-posix.c: Include float.h.
8380         * tests/test-sprintf-posix.c: Likewise.
8381         * tests/test-vsnprintf-posix.c: Likewise.
8382         * tests/test-vsprintf-posix.c: Likewise.
8383
8384 2007-06-05  Bruno Haible  <bruno@clisp.org>
8385
8386         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
8387         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
8388         non-IEEE numbers on i386, x86_64, ia64.
8389         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
8390         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
8391         * tests/test-isnanl.h: Include float.h.
8392         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
8393
8394 2007-06-05  Bruno Haible  <bruno@clisp.org>
8395
8396         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
8397         also the %a / %A. Handle the %a / %A code before this extra handling.
8398
8399 2007-06-05  Bruno Haible  <bruno@clisp.org>
8400
8401         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
8402         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
8403
8404 2007-06-05  Bruno Haible  <bruno@clisp.org>
8405
8406         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
8407         typo in variable name.
8408
8409 2007-06-05  Eric Blake  <ebb9@byu.net>
8410
8411         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
8412         Reported by Simon Josefsson.
8413
8414 2007-06-04  Bruno Haible  <bruno@clisp.org>
8415
8416         Avoid test failures on some PowerPC platforms.
8417         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
8418         Define differently for PowerPC.
8419         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
8420         Reported by Gary V. Vaughan <gary@gnu.org>.
8421
8422 2007-06-02  Bruno Haible  <bruno@clisp.org>
8423
8424         Fix test-stdint failure on FreeBSD/ia64.
8425         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
8426         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
8427         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
8428         * doc/headers/stdint.texi: Update.
8429
8430 2007-06-01  Bruno Haible  <bruno@clisp.org>
8431
8432         * tests/test-binary-io.c (main): Pass a third argument to open().
8433         Reported by Gary V. Vaughan <gary@gnu.org>.
8434
8435 2007-06-01  Bruno Haible  <bruno@clisp.org>
8436
8437         * doc/functions/frexpl.texi: Update for mingw.
8438
8439 2007-06-01  Bruno Haible  <bruno@clisp.org>
8440
8441         * tests/test-lseek.c (main): Disable test of errno for invalid third
8442         argument.
8443         * doc/functions/lseek.texi: Update.
8444         Reported by Gary V. Vaughan <gary@gnu.org>.
8445
8446 2007-05-28  Bruno Haible  <bruno@clisp.org>
8447
8448         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
8449
8450 2007-05-31  Eric Blake  <ebb9@byu.net>
8451
8452         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
8453         cross compiling.
8454
8455 2007-05-30  Eric Blake  <ebb9@byu.net>
8456         and Bruno Haible  <bruno@clisp.org>
8457
8458         Work around mingw test failures exposed by m4-1.4.9b.
8459         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
8460         * tests/test-unistd.c: Disable uid_t and git_t tests for the
8461         moment.
8462
8463 2007-05-30  Bruno Haible  <bruno@clisp.org>
8464
8465         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
8466         assuming that they are closed. Needed on HP-UX 11.
8467
8468 2007-05-29  Bruno Haible  <bruno@clisp.org>
8469
8470         Fix a problem with #include_next.
8471         * lib/dirent_.h: Split the double-inclusion guard.
8472         * lib/fcntl_.h: Likewise.
8473         * lib/float_.h: Likewise.
8474         * lib/iconv_.h: Likewise.
8475         * lib/inttypes_.h: Likewise.
8476         * lib/locale_.h: Likewise.
8477         * lib/math_.h: Likewise.
8478         * lib/netinet_in_.h: Likewise.
8479         * lib/search_.h: Likewise.
8480         * lib/signal_.h: Likewise.
8481         * lib/stdint_.h: Likewise.
8482         * lib/stdio_.h: Likewise.
8483         * lib/stdlib_.h: Likewise.
8484         * lib/string_.h: Likewise.
8485         * lib/sys_select_.h: Likewise.
8486         * lib/sys_socket_.h: Likewise.
8487         * lib/sys_stat_.h: Likewise.
8488         * lib/sys_time_.h: Likewise.
8489         * lib/sysexits_.h: Likewise.
8490         * lib/time_.h: Likewise.
8491         * lib/unistd_.h: Likewise.
8492         * lib/wchar_.h: Likewise.
8493         * lib/wctype_.h: Likewise.
8494
8495 2007-05-29  Bruno Haible  <bruno@clisp.org>
8496
8497         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
8498         for the moment.
8499
8500 2007-05-29  Bruno Haible  <bruno@clisp.org>
8501
8502         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
8503         invocation.
8504         Reported by Eric Blake.
8505
8506 2007-05-29  Bruno Haible  <bruno@clisp.org>
8507
8508         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
8509         compiling case.
8510
8511 2007-05-29  Eric Blake  <ebb9@byu.net>
8512             Bruno Haible  <bruno@clisp.org>
8513
8514         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
8515         cross compiles.
8516
8517 2007-05-28  Eric Blake  <ebb9@byu.net>
8518
8519         * modules/closein-tests (test_closein_LDADD): Support test on
8520         cygwin with libtool.
8521
8522 2007-05-28  Bruno Haible  <bruno@clisp.org>
8523
8524         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
8525         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
8526         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
8527         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
8528         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
8529         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
8530         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
8531         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
8532         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
8533
8534 2007-05-28  Eric Blake  <ebb9@byu.net>
8535
8536         Unconditionally include <config.h> in unit tests.
8537         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
8538         * tests/test-allocsa.c, tests/test-arcfour.c,
8539         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
8540         tests/test-array_list.c, tests/test-array_oset.c,
8541         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
8542         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
8543         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
8544         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
8545         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
8546         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
8547         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
8548         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
8549         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
8550         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
8551         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
8552         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
8553         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
8554         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
8555         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
8556         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
8557         test-md5.c, test-memmem.c, test-printf-posix.c,
8558         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
8559         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
8560         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
8561         test-strcasestr.c, test-striconv.c, test-striconveh.c,
8562         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
8563         test-vasnprintf-posix2.c, test-vasnprintf.c,
8564         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
8565         test-vfprintf-posix.c, test-vprintf-posix.c,
8566         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
8567         test-xvasprintf.c: Likewise.
8568
8569 2007-05-28  Bruno Haible  <bruno@clisp.org>
8570
8571         * gnulib-tool (func_import): Remember the --with-tests command-line
8572         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
8573         Reported by Eric Blake.
8574
8575 2007-05-28  Bruno Haible  <bruno@clisp.org>
8576
8577         * modules/ftell-tests: New file.
8578         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
8579         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
8580
8581         * lib/ftell.c: New file.
8582         * modules/ftell: New file.
8583         * m4/ftell.m4: New file.
8584         * doc/functions/ftell.texi: Update.
8585         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
8586         REPLACE_FTELL.
8587         * lib/stdio_.h (rpl_ftell): New declaration.
8588         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
8589         REPLACE_FTELL.
8590
8591 2007-05-28  Eric Blake  <ebb9@byu.net>
8592
8593         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
8594
8595 2007-05-28  Bruno Haible  <bruno@clisp.org>
8596
8597         * modules/fseek-tests: New file.
8598         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
8599         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
8600
8601         * lib/fseek.c: New file.
8602         * modules/fseek: New file.
8603         * m4/fseek.m4: New file.
8604         * doc/functions/fseek.texi: Update.
8605         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
8606         REPLACE_FSEEK.
8607         * lib/stdio_.h (rpl_fseek): New declaration.
8608         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
8609         REPLACE_FSEEK.
8610
8611 2007-05-28  Bruno Haible  <bruno@clisp.org>
8612
8613         * lib/stdio_.h (fflush): More comments.
8614
8615 2007-05-28  Bruno Haible  <bruno@clisp.org>
8616
8617         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
8618         runtime test.
8619
8620 2007-05-28  Eric Blake  <ebb9@byu.net>
8621
8622         Improve lseek module.
8623         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
8624         * lib/unistd_.h (lseek): Scale back link warning message.
8625         * tests/test-lseek.c: Beef up test.
8626         * tests/test-lseek.sh: Exercise more facets of lseek.
8627         Reported by Bruno Haible.
8628
8629 2007-05-28  Bruno Haible  <bruno@clisp.org>
8630
8631         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
8632         to define.
8633
8634 2007-05-27  Bruno Haible  <bruno@clisp.org>
8635
8636         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
8637
8638 2007-05-27  Bruno Haible  <bruno@clisp.org>
8639
8640         * modules/openmp: New file.
8641         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
8642         Noah Misch.
8643
8644 2007-05-26  Bruno Haible  <bruno@clisp.org>
8645
8646         * modules/chdir-long (Depends-on): Add fchdir.
8647         * modules/chdir-safer (Depends-on): Likewise.
8648         * modules/fts (Depends-on): Likewise.
8649         * modules/fts-lgpl (Depends-on): Likewise.
8650         * modules/openat (Depends-on): Likewise.
8651         * modules/savewd (Depends-on): Likewise.
8652
8653 2007-05-24  Eric Blake  <ebb9@byu.net>
8654
8655         Fix lseek on mingw.
8656         * modules/lseek: New module.
8657         * m4/lseek.m4: New file.
8658         * lib/lseek.c: New file.
8659         * modules/lseek-tests: New file.
8660         * tests/test-lseek.c: New file.
8661         * tests/test-lseek.sh: New file.
8662         * MODULES.html.sh: Document lseek module.
8663         * modules/fflush (Depends-on): Add lseek, fseeko.
8664         * modules/fseeko (Depends-on): Likewise.
8665         * modules/ftello (Depends-on): Likewise.
8666         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
8667         broken.
8668         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
8669         broken.
8670         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
8671         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
8672         * lib/ftello.c (rpl_ftello): Likewise.
8673         * tests/test-fseeko.c (main): Test this.
8674         * tests/test-fseeko.sh: Likewise.
8675         * tests/test-ftello.c (main): Likewise.
8676         * tests/test-ftello.sh: Likewise.
8677         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
8678         implies replacing fseek.
8679         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
8680         HAVE_FTELLO.
8681         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
8682         * modules/unistd (Makefile.am): Likewise.
8683         * lib/unistd_.h (lseek): Declare a replacement.
8684         * doc/functions/lseek.texi (lseek): Document this fix.
8685         * doc/functions/fseek.texi (fseek): Likewise.
8686         * doc/functions/ftell.texi (ftell): Likewise.
8687
8688 2007-05-24  Bruno Haible  <bruno@clisp.org>
8689
8690         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
8691         in the printed representation of a NaN.
8692         * tests/test-vasprintf-posix.c (test_function): Likewise.
8693         * tests/test-snprintf-posix.h (test_function): Likewise.
8694         * tests/test-sprintf-posix.h (test_function): Likewise.
8695         Reported by Eric Blake.
8696
8697 2007-05-23  Eric Blake  <ebb9@byu.net>
8698
8699         Fix fseeko/ftello on cygwin 1.5.24.
8700         * doc/functions/fseeko.texi (fseeko): Document the fix.
8701         * doc/functions/ftello.texi (ftello): Document the fix.
8702         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
8703         * doc/functions/stdout.text (stdout): New file.
8704         * doc/functions/stderr.text (stderr): New file.
8705         * doc/gnulib.texi (Function Substitutes): Use new files.
8706         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
8707         prior to 1.7.0.
8708         * tests/test-ftello.c (main): Likewise for ftello.
8709         * tests/test-fseeko.sh: New file.
8710         * tests/test-ftello.sh: New file.
8711         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
8712         with seekable stdin.
8713         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
8714         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
8715         (gl_REPLACE_FSEEKO): New macro.
8716         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
8717         * modules/fseeko (Files): Distribute fseeko.c.
8718         * modules/ftello (Files): Distribute ftello.c.
8719         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
8720         mode.
8721         * lib/ftello.c (rpl_ftello): New file.
8722         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
8723         fseeko, ftello.
8724         (gl_STDIN_LARGE_OFFSET): New macro.
8725         * modules/stdio (Makefile.am): Perform the replacement.
8726         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
8727
8728 2007-05-23  Bruno Haible  <bruno@clisp.org>
8729
8730         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
8731         GNULIB_POSIXCHECK is defined.
8732
8733 2007-05-21  Bruno Haible  <bruno@clisp.org>
8734
8735         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
8736         Check also the output for NaN arguments. When cross-compiling, guess
8737         no on IRIX.
8738         * lib/vasnprintf.c: Update comments.
8739         * tests/test-vasnprintf-posix.c (strisnan): New function.
8740         (test_function): Use it.
8741         * tests/test-vasprintf-posix.c (strisnan): New function.
8742         (test_function): Use it.
8743         * tests/test-snprintf-posix.h (strisnan): New function.
8744         (test_function): Use it.
8745         * tests/test-sprintf-posix.h (strisnan): New function.
8746         (test_function): Use it.
8747         Reported by Eric Blake.
8748
8749 2007-05-20  Bruno Haible  <bruno@clisp.org>
8750
8751         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
8752         numbers that fails on BeOS.
8753         * doc/functions/frexpl.texi: Update.
8754
8755 2007-05-20  Jim Meyering  <jim@meyering.net>
8756
8757         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
8758         forced upon us by glibc-2.6.
8759
8760 2007-05-20  Bruno Haible  <bruno@clisp.org>
8761
8762         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
8763         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
8764         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
8765         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
8766         NEED_PRINTF_INFINITE.
8767         (is_infinitel): New function.
8768         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
8769         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
8770         gl_PREREQ_VASNPRINTF_INFINITE.
8771         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
8772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8773         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
8774         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
8775         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
8776         gl_PREREQ_VASNPRINTF_INFINITE.
8777         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8778         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8779         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8780         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8781         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8782         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8783         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8784         * doc/functions/fprintf.texi: Update.
8785         * doc/functions/printf.texi: Update.
8786         * doc/functions/snprintf.texi: Update.
8787         * doc/functions/sprintf.texi: Update.
8788         * doc/functions/vfprintf.texi: Update.
8789         * doc/functions/vprintf.texi: Update.
8790         * doc/functions/vsnprintf.texi: Update.
8791         * doc/functions/vsprintf.texi: Update.
8792
8793 2007-05-20  Bruno Haible  <bruno@clisp.org>
8794
8795         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
8796         was not found in libc.
8797         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
8798
8799 2007-05-20  Bruno Haible  <bruno@clisp.org>
8800
8801         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8802         printed as "-nan" instead of "nan".
8803         * tests/test-vasprintf-posix.c (test_function): Likewise.
8804         * tests/test-snprintf-posix.h (test_function): Likewise.
8805         * tests/test-sprintf-posix.h (test_function): Likewise.
8806         Needed for HP-UX 11.
8807
8808 2007-05-20  Jim Meyering  <jim@meyering.net>
8809
8810         Fix buggy test for the fchownat-deref bug.
8811         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
8812         symlink required for the run-test.  Without it, this test would
8813         always declare that fchownat doesn't work, and client code would
8814         unnecessarily use the replacement function with fixed libc.
8815         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
8816         Reported by Greg Schafer.
8817
8818 2007-05-19  Bruno Haible  <bruno@clisp.org>
8819
8820         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
8821         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
8822         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
8823         Needed for IRIX 6.5 and Solaris 2.5.1.
8824
8825 2007-05-19  Bruno Haible  <bruno@clisp.org>
8826
8827         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
8828         (test_function): Skip tests involving -0.0 on platforms where
8829         -0.0 = 0.0.
8830         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
8831         (test_function): Skip tests involving -0.0 on platforms where
8832         -0.0 = 0.0.
8833         * tests/test-snprintf-posix.h (have_minus_zero): New function.
8834         (test_function): Skip tests involving -0.0 on platforms where
8835         -0.0 = 0.0.
8836         * tests/test-sprintf-posix.h (have_minus_zero): New function.
8837         (test_function): Skip tests involving -0.0 on platforms where
8838         -0.0 = 0.0.
8839         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
8840         tests.
8841         * tests/test-printf-posix.h (test_function): Likewise.
8842         * tests/test-printf-posix.output: Remove all -0.0 related results.
8843         Needed for IRIX 6.5.
8844
8845 2007-05-19  Bruno Haible  <bruno@clisp.org>
8846
8847         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8848         printed as "nan0x7fffffff" instead of "nan".
8849         * tests/test-vasprintf-posix.c (test_function): Likewise.
8850         * tests/test-snprintf-posix.h (test_function): Likewise.
8851         * tests/test-sprintf-posix.h (test_function): Likewise.
8852         * tests/test-fprintf-posix.h (NaN): Remove macro.
8853         (test_function): Remove all NaN related tests.
8854         * tests/test-printf-posix.h (NaN): Remove macro.
8855         (test_function): Remove all NaN related tests.
8856         * tests/test-printf-posix.output: Remove all NaN related results.
8857         Needed for IRIX 6.5.
8858
8859 2007-05-19  Bruno Haible  <bruno@clisp.org>
8860
8861         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
8862         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
8863
8864 2007-05-19  Bruno Haible  <bruno@clisp.org>
8865
8866         * lib/float_.h: New file.
8867         * m4/float_h.m4: New file.
8868         * modules/float: New file.
8869         * modules/isnanl (Dependencies): Add float.
8870         * modules/isnanl-nolibm (Dependencies): Likewise.
8871         * modules/mathl (Dependencies): Likewise.
8872         * modules/printf-frexpl (Dependencies): Likewise.
8873         * modules/signbit (Dependencies): Likewise.
8874         * modules/vasnprintf (Dependencies): Likewise.
8875         * doc/headers/float.texi: Update.
8876
8877 2007-05-19  Jim Meyering  <jim@meyering.net>
8878
8879         * lib/utimens.c (gl_futimens): Rename from futimens,
8880         now that glibc-2.6 declares futimens.
8881         * lib/utimens.h: Likewise.
8882
8883 2007-05-19  Bruno Haible  <bruno@clisp.org>
8884
8885         Avoid test failures on mingw.
8886         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
8887         * tests/test-printf-posix.sh: Likewise.
8888         * tests/test-vfprintf-posix.sh: Likewise.
8889         * tests/test-vprintf-posix.sh: Likewise.
8890
8891 2007-05-19  Bruno Haible  <bruno@clisp.org>
8892
8893         Fix *printf result for NaN, Inf, -0.0 on mingw.
8894         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
8895         * lib/vasnprintf.c: Include math.h and isnan.h.
8896         (is_infinite_or_zero): New function.
8897         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
8898         values in the %f, %F, %e, %E, %g, %G directives.
8899         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
8900         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8901         gl_PRINTF_INFINITE and test its result. Invoke
8902         gl_PREREQ_VASNPRINTF_INFINITE.
8903         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8904         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8905         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8906         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8907         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8908         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8909         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8910         * doc/functions/fprintf.texi: Update.
8911         * doc/functions/printf.texi: Update.
8912         * doc/functions/snprintf.texi: Update.
8913         * doc/functions/sprintf.texi: Update.
8914         * doc/functions/vfprintf.texi: Update.
8915         * doc/functions/vprintf.texi: Update.
8916         * doc/functions/vsnprintf.texi: Update.
8917         * doc/functions/vsprintf.texi: Update.
8918
8919 2007-05-19  Bruno Haible  <bruno@clisp.org>
8920
8921         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
8922         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
8923         Instead of multiplying with 10^k, set extra_zeroes to k.
8924         (scale10_round_long_double): Remove function.
8925
8926 2007-05-18  Bruno Haible  <bruno@clisp.org>
8927
8928         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
8929         introduced on 2007-05-06.
8930
8931 2007-05-18  Bruno Haible  <bruno@clisp.org>
8932
8933         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
8934         %g directives.
8935         * tests/test-vasprintf-posix.c (test_function): Likewise.
8936         * tests/test-snprintf-posix.h (test_function): Likewise.
8937         * tests/test-sprintf-posix.h (test_function): Likewise.
8938
8939 2007-05-18  Bruno Haible  <bruno@clisp.org>
8940
8941         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
8942         (strmatch): New function.
8943         (test_function): Test the %f directive on numbers of various exponents.
8944         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
8945         (strmatch): New function.
8946         (test_function): Test the %f directive on numbers of various exponents.
8947         * tests/test-snprintf-posix.h (strmatch): New function.
8948         (test_function): Test the %f directive on numbers of various exponents.
8949         * tests/test-sprintf-posix.h (strmatch): New function.
8950         (test_function): Test the %f directive on numbers of various exponents.
8951         * tests/test-snprintf-posix.c (SIZEOF): New macro.
8952         * tests/test-sprintf-posix.c (SIZEOF): New macro.
8953         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
8954         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
8955
8956 2007-05-18  Bruno Haible  <bruno@clisp.org>
8957
8958         Add support for 'long double' number output.
8959         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
8960         * lib/vasnprintf.c: Include math.h and float+.h.
8961         (mp_limb_t): New type.
8962         (GMP_LIMB_BITS): New macro.
8963         (mp_twolimb_t): New type.
8964         (GMP_TWOLIMB_BITS): New macro.
8965         (mpn_t): New type.
8966         (multiply, divide, convert_to_decimal, decode_long_double,
8967         scale10_round_long_double, scale10_round_decimal_long_double,
8968         floorlog10l): New functions.
8969         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
8970         for the %f, %F, %e, %E, %g, %G directives.
8971         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
8972         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8973         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
8974         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
8975         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8976         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8977         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8978         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8979         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8980         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8981         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8982         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
8983         * modules/snprintf-posix (Depends-on): Likewise.
8984         * modules/sprintf-posix (Depends-on): Likewise.
8985         * modules/vasnprintf-posix (Depends-on): Likewise.
8986         * modules/vasprintf-posix (Depends-on): Likewise.
8987         * modules/vfprintf-posix (Depends-on): Likewise.
8988         * modules/vsnprintf-posix (Depends-on): Likewise.
8989         * modules/vsprintf-posix (Depends-on): Likewise.
8990         * modules/vasnprintf (Files): Add lib/float+.h.
8991         * doc/functions/fprintf.texi: Update.
8992         * doc/functions/printf.texi: Update.
8993         * doc/functions/snprintf.texi: Update.
8994         * doc/functions/sprintf.texi: Update.
8995         * doc/functions/vfprintf.texi: Update.
8996         * doc/functions/vprintf.texi: Update.
8997         * doc/functions/vsnprintf.texi: Update.
8998         * doc/functions/vsprintf.texi: Update.
8999
9000 2007-05-18  Bruno Haible  <bruno@clisp.org>
9001
9002         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
9003
9004 2007-05-18  Bruno Haible  <bruno@clisp.org>
9005
9006         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
9007         for printing 64-bit integers. Needed for mingw.
9008
9009 2007-05-18  Bruno Haible  <bruno@clisp.org>
9010
9011         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9012         gl_FUNC_FREXPL_WORKS.
9013         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
9014
9015 2007-05-18  Bruno Haible  <bruno@clisp.org>
9016
9017         * modules/frexpl-nolibm-tests: New file.
9018
9019         * modules/frexpl-nolibm: New file.
9020         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
9021
9022 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9023
9024         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
9025         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9026         GCC 4.2, which otherwise issues a lot of warnings.
9027         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
9028         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
9029         Likewise.
9030         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
9031         * modules/iconv_open (iconv.h): Likewise.
9032         * modules/locale (locale.h): Likewise.
9033         * modules/netinet_in (netinet/in.h): Likewise.
9034         * modules/sys_select (sys_select.h): Likewise.
9035         * modules/sys_socket (sys/socket.h): Likewise.
9036         * modules/sys_stat (sys/stat.h): Likewise.
9037         * modules/sysexits (sysexits.h): Likewise.
9038         * modules/unistd (unistd.h): Likewise.
9039
9040 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9041
9042         * modules/closein-tests (Makefile.am): Distribute
9043         `test-closein.sh'.
9044
9045 2007-05-17  Bruno Haible  <bruno@clisp.org>
9046
9047         * tests/test-printf-posix.output: Renamed from
9048         tests/test-fprintf-posix.out.
9049         * modules/fprintf-posix-tests: Update.
9050         * modules/printf-posix-tests: Update.
9051         * modules/vfprintf-posix-tests: Update.
9052         * modules/vprintf-posix-tests: Update.
9053         * tests/test-fprintf-posix.sh: Update.
9054         * tests/test-printf-posix.sh: Update.
9055         * tests/test-vfprintf-posix.sh: Update.
9056         * tests/test-vprintf-posix.sh: Update.
9057         Reported by Ralf Wildenhues.
9058
9059 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
9060
9061         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
9062         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9063         GCC 4.2, which otherwise issues a lot of warnings.
9064         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
9065         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
9066         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
9067         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
9068         it should no longer be needed.
9069         * lib/string_.h: Likewise.
9070         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
9071         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
9072         * modules/inttypes (inttypes.h): Likewise.
9073         * modules/math (math.h): Likewise.
9074         * modules/search (search.h): Likewise.
9075         * modules/signal (signal.h): Likewise.
9076         * modules/stdint (stdint.h): Likewise.
9077         * modules/stdio (stdio.h): Likewise.
9078         * modules/stdlib (stdlib.h): Likewise.
9079         * modules/string (string.h): Likewise.
9080         * modules/sys_time (sys/time.h): Likewise.
9081         * modules/time (time.h): Likewise.
9082         * modules/wchar (wchar.h): Likewise.
9083         * modules/wctype (wtype.h): Likewise.
9084
9085 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9086
9087         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
9088
9089 2007-05-13  Bruno Haible  <bruno@clisp.org>
9090
9091         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
9092         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9093         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
9094         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9095         (gl_PREREQ_STRTOK_R): Don't require it here.
9096
9097 2007-05-13  Bruno Haible  <bruno@clisp.org>
9098
9099         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
9100         when used in C++ mode.
9101
9102 2007-05-12  Bruno Haible  <bruno@clisp.org>
9103
9104         * lib/linebuffer.h: Tweak doc.
9105         * lib/linebuffer.c: Likewise.
9106
9107 2007-05-12  James Youngman  <jay@gnu.org>
9108
9109         * lib/linebuffer.c (readlinebuffer_delim): New function,
9110         like readlinebuffer, but use a caller-specified delimiter.
9111         (readlinebuffer): Just call readlinebuffer_delim with '\n'
9112         as the delimiter.
9113         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
9114
9115 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9116
9117         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
9118         * modules/openat (Files): Remove openat-die.c.
9119         (Depends-on): Add openat-die.
9120         * modules/openat-die: New module.
9121
9122 2007-05-06  Bruno Haible  <bruno@clisp.org>
9123
9124         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
9125         Update with info about Cygwin.
9126         * doc/functions/fprintf.texi: Update.
9127         * doc/functions/printf.texi: Update.
9128         * doc/functions/snprintf.texi: Update.
9129         * doc/functions/sprintf.texi: Update.
9130         * doc/functions/vfprintf.texi: Update.
9131         * doc/functions/vprintf.texi: Update.
9132         * doc/functions/vsnprintf.texi: Update.
9133         * doc/functions/vsprintf.texi: Update.
9134         Reported by Eric Blake.
9135
9136 2007-05-06  Bruno Haible  <bruno@clisp.org>
9137
9138         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
9139         padding ourselves for the floating-point directives.
9140         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
9141         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
9142         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9143         gl_PRINTF_FLAG_ZERO and test its result. Invoke
9144         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
9145         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9146         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9147         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9148         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9149         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9150         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9151         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9152         * tests/test-snprintf-posix.h (test_function): Also check the width
9153         and some flags in the %f directive.
9154         * tests/test-sprintf-posix.h (test_function): Likewise.
9155         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9156         * tests/test-vasprintf-posix.c (test_function): Likewise.
9157         * doc/functions/fprintf.texi: Update.
9158         * doc/functions/printf.texi: Update.
9159         * doc/functions/snprintf.texi: Update.
9160         * doc/functions/sprintf.texi: Update.
9161         * doc/functions/vfprintf.texi: Update.
9162         * doc/functions/vprintf.texi: Update.
9163         * doc/functions/vsnprintf.texi: Update.
9164         * doc/functions/vsprintf.texi: Update.
9165
9166 2007-05-06  Bruno Haible  <bruno@clisp.org>
9167
9168         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
9169         pass the ' flag character to sprintf or snprintf.
9170         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
9171         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
9172         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9173         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
9174         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
9175         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9176         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9177         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9178         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9179         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9180         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9181         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9182         * tests/test-snprintf-posix.h (test_function): Also check the grouping
9183         flag.
9184         * tests/test-sprintf-posix.h (test_function): Likewise.
9185         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9186         * tests/test-vasprintf-posix.c (test_function): Likewise.
9187         * doc/functions/fprintf.texi: Update.
9188         * doc/functions/printf.texi: Update.
9189         * doc/functions/snprintf.texi: Update.
9190         * doc/functions/sprintf.texi: Update.
9191         * doc/functions/vfprintf.texi: Update.
9192         * doc/functions/vprintf.texi: Update.
9193         * doc/functions/vsnprintf.texi: Update.
9194         * doc/functions/vsprintf.texi: Update.
9195
9196 2007-05-01  Bruno Haible  <bruno@clisp.org>
9197
9198         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
9199
9200 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
9201
9202         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
9203         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
9204
9205 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9206
9207         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
9208         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
9209         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
9210
9211 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
9212
9213         * lib/argp-help.c (struct hol_entry): New member `ord'.
9214         (HOL_ENTRY_PTRCMP): Use ord for comparison
9215         (hol_sort): Initialize ord.
9216
9217 2007-05-01  Bruno Haible  <bruno@clisp.org>
9218
9219         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
9220         Reported by Eric Blake.
9221         * doc/gnulib.texi (Function Substitutes): Update.
9222
9223 2007-05-01  Bruno Haible  <bruno@clisp.org>
9224
9225         * doc/functions.texi: Remove file, now redundant through
9226         doc/functions/*.texi.
9227
9228 2007-05-01  Bruno Haible  <bruno@clisp.org>
9229
9230         * modules/argp (Depends-on): Add sleep.
9231
9232 2007-05-01  Bruno Haible  <bruno@clisp.org>
9233
9234         * modules/sleep-tests: New file.
9235         * tests/test-sleep.c: New file.
9236
9237         * modules/sleep: New file.
9238         * lib/sleep.c: New file.
9239         * m4/sleep.m4: New file.
9240         * lib/unistd_.h (sleep): New declaration.
9241         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
9242         HAVE_SLEEP.
9243         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
9244         * doc/functions/sleep.texi: Document the sleep module.
9245
9246 2007-05-01  Bruno Haible  <bruno@clisp.org>
9247
9248         * lib/sigprocmask.h: Remove file.
9249         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
9250         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
9251         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
9252         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
9253         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
9254         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
9255         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
9256         HAVE_SIGSET_T as a shell variable.
9257         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
9258         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
9259         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
9260         (Depends-on): Add signal. Remove verify.
9261         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
9262         (Include): Mention <signal.h> instead of sigprocmask.h.
9263         * NEWS: Mention the change.
9264         * lib/fatal-signal.c: Don't include sigprocmask.h.
9265
9266 2007-05-01  Bruno Haible  <bruno@clisp.org>
9267
9268         * modules/signal: New file.
9269         * lib/signal_.h: New file.
9270         * m4/signal_h.m4: New file.
9271
9272 2007-05-01  Bruno Haible  <bruno@clisp.org>
9273
9274         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
9275         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
9276         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
9277         HAVE_WCTYPE_CTMP_BUG into wctype.h.
9278
9279 2007-05-01  Bruno Haible  <bruno@clisp.org>
9280
9281         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
9282         configure time.
9283         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
9284         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
9285         * modules/sys_stat (Makefile.am): Substitute their values into
9286         sys/stat.h.
9287
9288 2007-05-01  Bruno Haible  <bruno@clisp.org>
9289
9290         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
9291         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
9292         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
9293
9294 2007-05-01  Bruno Haible  <bruno@clisp.org>
9295
9296         * doc/header/assert.texi: Undo last change: don't mention the gnulib
9297         'assert' module here.
9298
9299 2007-05-01  Bruno Haible  <bruno@clisp.org>
9300
9301         * doc/functions/*.texi: New files.
9302         * doc/functions/google-ranking.txt: New file.
9303         * doc/gnulib.texi (Function Substitutes): New chapter.
9304         (ctime, inet_ntoa): Remove sections.
9305         * doc/ctime.texi: Remove file.
9306         * doc/inet_ntoa.texi: Remove file.
9307         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
9308         dependencies.
9309         (%.info): New rule, specifying a --reference-limit.
9310
9311 2007-05-01  Bruno Haible  <bruno@clisp.org>
9312
9313         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
9314
9315 2007-05-01  Bruno Haible  <bruno@clisp.org>
9316
9317         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
9318         the portability of 'mkdir' to mingw systems.
9319
9320 2007-05-01  Bruno Haible  <bruno@clisp.org>
9321
9322         * doc/headers/google-ranking.txt: New file.
9323
9324 2007-04-30  Eric Blake  <ebb9@byu.net>
9325
9326         Prefer fseeko to fseek.
9327         * modules/getpass (Depends-on): Add fseeko.
9328         * lib/getpass.c (getpass): Use fseeko, not fseek.
9329
9330 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
9331
9332         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
9333         assumes the sorting is stable, while most qsort implementations
9334         are not.  Use argument addresses to ensure they never compare as
9335         equal.
9336
9337         * tests/test-argp-2.sh (usage-indent test): Fix output
9338         (func_compare): Restore diff options
9339         * tests/test-argp.c: Restore #include "progname.h"
9340
9341 2007-04-29  Bruno Haible  <bruno@clisp.org>
9342
9343         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
9344         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9345         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
9346         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9347         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
9348         (configure.ac): Define CHECK_SNPRINTF_POSIX.
9349         (TESTS, check_PROGRAMS): Add test-snprintf.
9350         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
9351         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
9352         (TESTS, check_PROGRAMS): Add test-vsnprintf.
9353         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
9354         assertions that fail on HP-UX, OSF/1, or IRIX.
9355         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
9356
9357 2007-04-29  Bruno Haible  <bruno@clisp.org>
9358
9359         * MODULES.html.sh (posix_functions): Remove 'contents'.
9360
9361 2007-04-29  Karl Berry  <karl@gnu.org>
9362
9363         * config/srclist.txt (gendocs_template_min): new entry.
9364
9365 2007-04-29  Bruno Haible  <bruno@clisp.org>
9366
9367         Work around fpurge bug on BSD systems.
9368         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
9369         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
9370         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
9371         fpurge to rpl_fpurge if the system already has this function.
9372         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
9373         the case where the system already has this function. Correct invariants
9374         on BSD systems.
9375         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
9376         BSD systems.
9377
9378 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
9379
9380         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
9381         proposed by Sven Verdoolaege.
9382
9383         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
9384         options.
9385         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
9386         (usage and help tests): Update
9387
9388 2007-04-29  Bruno Haible  <bruno@clisp.org>
9389
9390         * tests/test-fflush.c (main): Use a file of size 17, not 10.
9391         Print more information in case of failure. Disable a test on BeOS.
9392
9393 2007-04-29  Bruno Haible  <bruno@clisp.org>
9394
9395         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
9396         This helps debugging on systems on which no gdb is available.
9397
9398 2007-04-29  Bruno Haible  <bruno@clisp.org>
9399
9400         * lib/freading.h: Improve comments.
9401         * lib/fwriting.h: Likewise.
9402         * tests/test-freading.c (main): Don't check freading immediately after
9403         repositioning. Needed for glibc.
9404
9405 2007-04-29  Bruno Haible  <bruno@clisp.org>
9406
9407         * lib/freading.c (freading): Trivial simplification.
9408
9409 2007-04-28  Bruno Haible  <bruno@clisp.org>
9410
9411         * tests/test-fwriting.c (main): Also test the interaction between
9412         fflush and fwriting.
9413         * modules/fwriting-tests (Depends-on): Add fflush.
9414
9415         * tests/test-freading.c (main): Also test the interaction between
9416         fflush and freading.
9417         * modules/freading-tests (Depends-on): Add fflush.
9418
9419 2007-04-28  Bruno Haible  <bruno@clisp.org>
9420
9421         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
9422         fseeko and ftello.
9423         Suggested by Eric Blake.
9424
9425 2007-04-28  Jim Meyering  <jim@meyering.net>
9426
9427         Avoid false-negative in gl_STDINT_H's C99 conformance test.
9428         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
9429         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
9430
9431 2007-04-27  Eric Blake  <ebb9@byu.net>
9432
9433         * doc/headers/assert.texi (assert.h): Document assert module use.
9434
9435 2007-04-27  Bruno Haible  <bruno@clisp.org>
9436
9437         * doc/headers/*.texi: New files.
9438         * doc/gnulib.texi (Header File Substitutes): New chapter.
9439         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
9440         dependencies.
9441         (standards.info ,standards.html, standards.dvi): Update dependencies.
9442         (mostlyclean, clean): New targets.
9443
9444 2007-04-27  Bruno Haible  <bruno@clisp.org>
9445
9446         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
9447         * modules/sysexits (Files, Makefile.am): Update.
9448
9449         * lib/sys_socket_.h: Renamed from lib/socket_.h.
9450         * modules/sys_socket (Files, Makefile.am): Update.
9451
9452         * lib/sys_stat_.h: Renamed from lib/stat_.h.
9453         * modules/sys_stat (Files, Makefile.am): Update.
9454
9455 2007-04-27  Eric Blake  <ebb9@byu.net>
9456
9457         * lib/freading.h: Improve comments.
9458         * lib/fwriting.h: Likewise.
9459         * lib/fflush.c: Likewise.
9460
9461         Fix closein for mingw.
9462         * modules/closein-tests: Add tests for closein.
9463         * tests/test-closein.c: New file.
9464         * tests/test-closein.sh: Likewise.
9465         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
9466         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
9467
9468 2007-04-27  Bruno Haible  <bruno@clisp.org>
9469
9470         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
9471         version is < 6.
9472         * lib/math_.h [__DECC]: Likewise.
9473         * lib/stdio_.h [__DECC]: Likewise.
9474         * lib/stdlib_.h [__DECC]: Likewise.
9475         * lib/string_.h [__DECC]: Likewise.
9476         * lib/time_.h [__DECC]: Likewise.
9477         * lib/wchar_.h [__DECC]: Likewise.
9478         * lib/wctype_.h [__DECC]: Likewise.
9479
9480 2007-04-27  Bruno Haible  <bruno@clisp.org>
9481
9482         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
9483
9484 2007-04-27  Bruno Haible  <bruno@clisp.org>
9485
9486         * lib/fflush.c: Add comments.
9487         * modules/fpurge-tests (Depends-on): Add fflush.
9488         * modules/freadable-tests (Depends-on): Likewise.
9489         * modules/fwritable-tests (Depends-on): Likewise.
9490
9491 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
9492
9493         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
9494         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
9495         Report by Bruno Haible <bruno@clisp.org>.
9496
9497 2007-04-26  Eric Blake  <ebb9@byu.net>
9498
9499         Fix fflush on mingw.
9500         * modules/fflush (Depends-on): Add freading.
9501         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
9502         but unread data.
9503
9504 2007-04-26  Eric Blake  <ebb9@byu.net>
9505         and Bruno Haible  <bruno@clisp.org>
9506
9507         Implement freading and fwriting.
9508         * lib/freading.c: New file.
9509         * lib/freading.h: Likewise.
9510         * m4/freading.m4: Likewise.
9511         * modules/freading: Likewise.
9512         * modules/freading-tests: Likewise.
9513         * tests/test-freading.c: Likewise.
9514         * lib/fwriting.c: New file.
9515         * lib/fwriting.h: Likewise.
9516         * m4/fwriting.m4: Likewise.
9517         * modules/fwriting: Likewise.
9518         * modules/fwriting-tests: Likewise.
9519         * tests/test-fwriting.c: Likewise.
9520         * MODULES.html.sh (File stream based Input/Output): Mention them.
9521
9522 2007-04-26  Bruno Haible  <bruno@clisp.org>
9523
9524         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
9525         'long' when we assume it.
9526         Suggested by Eric Blake.
9527
9528 2007-04-26  Bruno Haible  <bruno@clisp.org>
9529
9530         Ensure fseeko, ftello are declared on glibc systems.
9531         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
9532         * modules/fseeko (configure.ac-early): Likewise.
9533         * modules/ftello (configure.ac-early): Likewise.
9534         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
9535         AC_FUNC_FSEEKO for this.
9536         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
9537         (gl_CHECK_FSEEKO): Remove macro.
9538
9539 2007-04-26  Bruno Haible  <bruno@clisp.org>
9540
9541         * tests/test-fflush.c (main): Also check the ftell result after
9542         fflush and fseek/fseeko.
9543         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
9544         file descriptor position cache in the stream.
9545         * lib/fseeko.c (rpl_fseeko): Likewise.
9546
9547 2007-04-26  Bruno Haible  <bruno@clisp.org>
9548
9549         * modules/fflush-tests (Depends-on): Add fseeko.
9550
9551 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
9552             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9553
9554         * lib/argz_.h: ensure error_t definition is obtained in same
9555         mechanism system argz.h would have.
9556         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
9557         argz facilities are known bad.  Err on the side of caution if
9558         cross-compiling.
9559
9560 2007-04-25  Eric Blake  <ebb9@byu.net>
9561
9562         * lib/fpurge.c (includes): Use stdlib.h for free.
9563         * tests/test-fflush.c (main): Also test fflush-fseeko.
9564
9565 2007-04-25  Bruno Haible  <bruno@clisp.org>
9566
9567         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
9568         * lib/fseeko.c: New file.
9569         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
9570         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
9571         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
9572         gl_FUNC_FSEEKO.
9573         (gl_FUNC_FSEEKO): Invoke it.
9574         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
9575         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
9576         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
9577
9578 2007-04-25  Bruno Haible  <bruno@clisp.org>
9579
9580         * modules/fflush (Depends-on): Add ftello.
9581
9582 2007-04-25  Bruno Haible  <bruno@clisp.org>
9583
9584         * modules/ftello-tests: New file.
9585         * tests/test-ftello.c: New file.
9586
9587         * modules/ftello: New file.
9588         * m4/ftello.m4: New file.
9589         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
9590         HAVE_FTELLO.
9591         * lib/stdio_.h (ftello): New declaration.
9592         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
9593         HAVE_FTELLO.
9594
9595 2007-04-25  Bruno Haible  <bruno@clisp.org>
9596
9597         * modules/fseeko-tests: New file.
9598         * tests/test-fseeko.c: New file.
9599
9600         * modules/fseeko: New file.
9601         * m4/fseeko.m4: New file.
9602         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
9603         HAVE_FSEEKO.
9604         * lib/stdio_.h (fseeko): New declaration.
9605         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
9606         HAVE_FSEEKO.
9607
9608 2007-04-25  Bruno Haible  <bruno@clisp.org>
9609
9610         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
9611
9612 2007-04-25  Bruno Haible  <bruno@clisp.org>
9613
9614         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
9615         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
9616         * tests/test-unistd.c: Likewise.
9617         * tests/test-fcntl.c: Likewise.
9618
9619 2007-04-23  Eric Blake  <ebb9@byu.net>
9620
9621         * lib/fflush.c: Fix missing include.
9622         Reported by Bruno Haible.
9623
9624 2007-04-23  Bruno Haible  <bruno@clisp.org>
9625
9626         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
9627         Reported by Eric Blake.
9628
9629 2007-04-23  Bruno Haible  <bruno@clisp.org>
9630
9631         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
9632
9633 2007-04-23  Bruno Haible  <bruno@clisp.org>
9634
9635         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
9636
9637 2007-04-23  Bruno Haible  <bruno@clisp.org>
9638
9639         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
9640         Needed on HP-UX 11.
9641
9642 2007-04-16  Eric Blake  <ebb9@byu.net>
9643
9644         Make fflush rely on fpurge.
9645         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
9646         open coding all variants.
9647         * modules/fflush (Depends-on): Add fpurge and unistd.
9648         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
9649         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
9650
9651         Fix --with-tests compilation on cygwin.
9652         * modules/argmatch-tests (Makefile.am): List gnulib library first
9653         in LDADD.
9654         * modules/argp-tests (Makefile.am): Likewise.
9655         * modules/array-list-tests (Makefile.am): Likewise.
9656         * modules/array-oset-tests (Makefile.am): Likewise.
9657         * modules/avltree-list-tests (Makefile.am): Likewise.
9658         * modules/avltree-oset-tests (Makefile.am): Likewise.
9659         * modules/avltreehash-list-tests (Makefile.am): Likewise.
9660         * modules/carray-list-tests (Makefile.am): Likewise.
9661         * modules/dirname-tests (Makefile.am): Likewise.
9662         * modules/frexp-tests (Makefile.am): Likewise.
9663         * modules/isnanl-tests (Makefile.am): Likewise.
9664         * modules/linked-list-tests (Makefile.am): Likewise.
9665         * modules/linkedhash-list-tests (Makefile.am): Likewise.
9666         * modules/lock-tests (Makefile.am): Likewise.
9667         * modules/rbtree-list-tests (Makefile.am): Likewise.
9668         * modules/rbtree-oset-tests (Makefile.am): Likewise.
9669         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
9670         * modules/tls-tests (Makefile.am): Likewise.
9671         * modules/tsearch-tests (Makefile.am): Likewise.
9672         * modules/xvasprintf-tests (Makefile.am): Likewise.
9673
9674         Fix fpurge for cygwin.
9675         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
9676         value.
9677         * modules/fpurge-tests (Depends-on): Clean up trash.
9678
9679 2007-04-16  Simon Josefsson  <simon@josefsson.org>
9680
9681         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
9682
9683         * m4/autobuild.m4: Re-indent.
9684
9685 2007-04-13  Bruno Haible  <bruno@clisp.org>
9686
9687         * modules/fpurge-tests: New file.
9688         * tests/test-fpurge.c: New file.
9689
9690         * modules/fpurge: New file.
9691         * lib/fpurge.h: New file.
9692         * lib/fpurge.c: New file.
9693         * m4/fpurge.m4: New file.
9694
9695 2007-04-13  Bruno Haible  <bruno@clisp.org>
9696
9697         * modules/fbufmode-tests: New file.
9698         * tests/test-fbufmode.c: New file.
9699
9700         * modules/fbufmode: New file.
9701         * lib/fbufmode.h: New file.
9702         * lib/fbufmode.c: New file.
9703         * m4/fbufmode.m4: New file.
9704
9705 2007-04-13  Bruno Haible  <bruno@clisp.org>
9706
9707         * modules/fwritable-tests: New file.
9708         * tests/test-fwritable.c: New file.
9709
9710         * modules/fwritable: New file.
9711         * lib/fwritable.h: New file.
9712         * lib/fwritable.c: New file.
9713         * m4/fwritable.m4: New file.
9714
9715 2007-04-13  Bruno Haible  <bruno@clisp.org>
9716
9717         * modules/freadable-tests: New file.
9718         * tests/test-freadable.c: New file.
9719
9720         * modules/freadable: New file.
9721         * lib/freadable.h: New file.
9722         * lib/freadable.c: New file.
9723         * m4/freadable.m4: New file.
9724
9725 2007-04-13  Bruno Haible  <bruno@clisp.org>
9726
9727         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
9728         MOSTLYCLEANFILES.
9729
9730 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9731
9732         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
9733         gzip bootstrap.conf to avoid dragging in i18n machinery.
9734         (gnulib_tool_option): Use it.
9735
9736 2007-04-13  Bruno Haible  <bruno@clisp.org>
9737
9738         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
9739         %F directives.
9740         * tests/test-vasprintf-posix.c (test_function): Likewise.
9741         * tests/test-snprintf-posix.h (test_function): Likewise.
9742         * tests/test-sprintf-posix.h (test_function): Likewise.
9743         * tests/test-fprintf-posix.h (test_function): Likewise.
9744         * tests/test-printf-posix.h (test_function): Likewise.
9745         * tests/test-fprintf-posix.out: Likewise.
9746
9747 2007-04-13  Bruno Haible  <bruno@clisp.org>
9748
9749         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
9750         * modules/tls-tests (configure.ac): Likewise.
9751         Reported by Arto C. Nirkko <anirkko@insel.ch>.
9752
9753 2007-04-13  Bruno Haible  <bruno@clisp.org>
9754
9755         * lib/tls.c (glthread_tls_get): Fix return type.
9756         Patch by Arto C. Nirkko <anirkko@insel.ch>.
9757
9758 2007-04-12  Eric Blake  <ebb9@byu.net>
9759
9760         * modules/gettime (Depends-on): Remove gettime.
9761         Reported by Dmitry V. Levin.
9762
9763 2007-04-12  Bruno Haible  <bruno@clisp.org>
9764
9765         * modules/fflush (Include): Mention <stdio.h>.
9766         * modules/strtoimax (Include): Mention <inttypes.h>.
9767         * modules/strtoumax (Include): Likewise.
9768
9769 2007-04-12  Eric Blake  <ebb9@byu.net>
9770
9771         * .cvsignore: New file.
9772         * .gitignore: Likewise.
9773
9774 2007-04-12  Bruno Haible  <bruno@clisp.org>
9775
9776         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
9777         not before, since $(LDADD) often contains libgnu.a.
9778         * modules/striconv-tests (test_striconv_LDADD): Likewise.
9779         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
9780         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
9781         Needed on Cygwin.
9782
9783 2007-04-12  Eric Blake  <ebb9@byu.net>
9784
9785         Work around glibc's failure to flush stdin on fclose.
9786         * lib/closein.c (close_stdin): Flush stdin before closing.
9787
9788         Work around glibc's failure to reset seekable stdin on exit.
9789         * modules/closein: New module.
9790         * lib/closein.c: New file.
9791         * lib/closein.h: Likewise.
9792         * m4/closein.m4: Likewise.
9793         * MODULES.html.sh (File stream based Input/Output): Document it.
9794
9795 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9796
9797         * gnulib-tool: Rename generated 'autobuild' script to
9798         'do-autobuild' in --create-megatestdir output.
9799
9800         * doc/gnulib.texi (Build robot for gnulib): Fix.
9801
9802 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9803
9804         * modules/sysexits (Depends-on): Add absolute-header.
9805
9806 2007-04-12  Eric Blake  <ebb9@byu.net>
9807
9808         No need to preserve errno on success.
9809         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
9810         Reported by Bruno Haible.
9811
9812 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9813
9814         * MODULES.html.sh (Support for maintaining and releasing
9815         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
9816
9817 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9818
9819         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
9820
9821 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9822
9823         * modules/autobuild: New module.
9824
9825         * m4/autobuild.m4: New file.
9826
9827 2007-04-11  Bruno Haible  <bruno@clisp.org>
9828
9829         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
9830         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
9831         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
9832         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
9833         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9834         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9835         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9836         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9837         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9838         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9839         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
9840         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9841         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9842         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
9843         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9844         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9845         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
9846         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9847         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9848         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
9849         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9850         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9851         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
9852         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9853         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9854         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
9855         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9856         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9857         Reported by Eric Blake.
9858
9859 2007-04-11  Bruno Haible  <bruno@clisp.org>
9860
9861         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
9862
9863 2007-04-10  Bruno Haible  <bruno@clisp.org>
9864
9865         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
9866         for NaN and Infinity. Needed on FreeBSD 6.1.
9867         * tests/test-vasnprintf-posix.c (test_function): Undo last change
9868         regarding results for "%010a" of Infinity and NaN.
9869         * tests/test-vasprintf-posix.c (test_function): Likewise.
9870         * tests/test-snprintf-posix.h (test_function): Likewise.
9871         * tests/test-sprintf-posix.h (test_function): Likewise.
9872         * tests/test-fprintf-posix.h (test_function): Likewise.
9873         * tests/test-printf-posix.h (test_function): Likewise.
9874         * tests/test-fprintf-posix.out: Likewise.
9875
9876 2007-04-10  Bruno Haible  <bruno@clisp.org>
9877
9878         * modules/locale-tests: New file.
9879         * tests/test-locale.c: New file.
9880
9881         * modules/locale: New file.
9882         * lib/locale_.h: New file.
9883         * m4/locale_h.m4: New file.
9884
9885 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
9886             Bruno Haible  <bruno@clisp.org>
9887
9888         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
9889         be determined, test for availability of the copysignf, copysign,
9890         copysignl functions.
9891         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
9892         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
9893         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
9894
9895 2007-04-09  Eric Blake  <ebb9@byu.net>
9896
9897         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
9898         * modules/stdio (Makefile.am): Support fflush.
9899         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9900         * modules/fflush: New file.
9901         * lib/fflush.c: Likewise.
9902         * m4/fflush.m4: Likewise.
9903         * modules/fflush-tests: New test.
9904         * tests/test-fflush.c: Likewise.
9905         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
9906
9907 2007-04-06  Bruno Haible  <bruno@clisp.org>
9908
9909         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
9910         (VASNPRINTF): Use signbit for faster determination whether to print a
9911         minus sign.
9912         * modules/vasnprintf (Files): Remove lib/float+.h.
9913         * modules/fprintf-posix (Depends-on): Add signbit.
9914         * modules/snprintf-posix (Depends-on): Likewise.
9915         * modules/sprintf-posix (Depends-on): Likewise.
9916         * modules/vasnprintf-posix (Depends-on): Likewise.
9917         * modules/vasprintf-posix (Depends-on): Likewise.
9918         * modules/vfprintf-posix (Depends-on): Likewise.
9919         * modules/vsnprintf-posix (Depends-on): Likewise.
9920         * modules/vsprintf-posix (Depends-on): Likewise.
9921
9922 2007-04-06  Bruno Haible  <bruno@clisp.org>
9923
9924         * tests/test-frexp.c (main): Test also the sign bit of zero results.
9925         * tests/test-frexpl.c (main): Likewise.
9926         * tests/test-ldexpl.c (main): Likewise.
9927         * modules/frexp-tests (Depends-on): Add signbit.
9928         * modules/frexpl-tests (Depdends-on): Likewise.
9929         * modules/ldexpl-tests (Depdends-on): Likewise.
9930
9931 2007-04-06  Bruno Haible  <bruno@clisp.org>
9932
9933         * modules/signbit-tests: New file.
9934         * tests/test-signbit.c: New file.
9935
9936         * modules/signbit: New file.
9937         * lib/signbitf.c: New file.
9938         * lib/signbitd.c: New file.
9939         * lib/signbitl.c: New file.
9940         * m4/signbit.m4: New file.
9941         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
9942         (signbit): New macro.
9943         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
9944         REPLACE_SIGNBIT.
9945         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
9946         REPLACE_FREXPL into math.h.
9947
9948 2007-04-06  Bruno Haible  <bruno@clisp.org>
9949
9950         * modules/isnanf-nolibm-tests: New file.
9951         * tests/test-isnanf.c: New file.
9952
9953         * modules/isnanf-nolibm: New file.
9954         * lib/isnanf.h: New file.
9955         * lib/isnanf.c: New file.
9956         * lib/isnan.c: Consider the USE_FLOAT macro.
9957         * m4/isnanf.m4: New file.
9958
9959 2007-04-06  Bruno Haible  <bruno@clisp.org>
9960
9961         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
9962         (Link): New section.
9963
9964         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
9965
9966 2007-04-06  Bruno Haible  <bruno@clisp.org>
9967
9968         Assume the 'long double' type.
9969         * m4/longdouble.m4: Remove file.
9970         * config/srclist.txt: Don't mention longdouble.m4.
9971         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
9972         * lib/float+.h: Likewise.
9973         * lib/frexp.c: Likewise.
9974         * lib/printf-args.h: Likewise.
9975         * lib/printf-args.c: Likewise.
9976         * lib/printf-frexp.c: Likewise.
9977         * lib/printf-parse.c: Likewise.
9978         * lib/vasnprintf.c: Likewise.
9979         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
9980         * m4/intl.m4: Likewise.
9981         * m4/isnanl.m4: Likewise.
9982         * m4/printf.m4: Likewise.
9983         * m4/printf-frexpl.m4: Likewise.
9984         * m4/vasnprintf.m4: Likewise.
9985         * modules/allocsa (Files): Remove m4/longdouble.m4.
9986         * modules/gettext (Files): Likewise.
9987         * modules/relocatable-prog-wrapper (Files): Likewise.
9988         * modules/vasnprintf (Files): Likewise.
9989         * modules/isnanl (Files): Likewise.
9990         (Include): Simplify.
9991         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
9992         (Include): Simplify.
9993         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
9994         (Include): Simplify.
9995         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
9996         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9997         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
9998         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9999         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10000         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10001         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
10002         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10003         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10004         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10005         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
10006         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10007         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
10008         * tests/test-isnanl.c: Likewise.
10009         * tests/test-snprintf-posix.h: Likewise.
10010         * tests/test-sprintf-posix.h: Likewise.
10011         * tests/test-vasnprintf-posix.c: Likewise.
10012         * tests/test-vasnprintf-posix2.c: Likewise.
10013         * tests/test-vasprintf-posix.c: Likewise.
10014
10015 2007-04-06  Bruno Haible  <bruno@clisp.org>
10016
10017         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
10018         * lib/math_.h [__DECC]: Include the overridden include file through
10019         #include_next, outside the double-inclusion guard.
10020         * lib/stdio_.h [__DECC]: Likewise.
10021         * lib/stdlib_.h [__DECC]: Likewise.
10022         * lib/string_.h [__DECC]: Likewise.
10023         * lib/time_.h [__DECC]: Likewise.
10024         * lib/wchar_.h [__DECC]: Likewise.
10025         * lib/wctype_.h [__DECC]: Likewise.
10026         * lib/inttypes_.h [__DECC]: Likewise.
10027         Reported by Albert Chin <china@thewrittenword.com> in
10028         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
10029
10030 2007-04-04  Eric Blake  <ebb9@byu.net>
10031
10032         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
10033         1.5.x.
10034
10035 2007-04-04  Bruno Haible  <bruno@clisp.org>
10036
10037         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
10038         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
10039
10040 2007-04-04  Bruno Haible  <bruno@clisp.org>
10041
10042         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
10043         results for "%010a" of Infinity and NaN.
10044         * tests/test-vasprintf-posix.c (test_function): Likewise.
10045         * tests/test-snprintf-posix.h (test_function): Likewise.
10046         * tests/test-sprintf-posix.h (test_function): Likewise.
10047         * tests/test-fprintf-posix.h (test_function): Remove these tests.
10048         * tests/test-printf-posix.h (test_function): Likewise.
10049         * tests/test-fprintf-posix.out: Update.
10050         Needed for FreeBSD 6.1.
10051
10052 2007-04-04  Bruno Haible  <bruno@clisp.org>
10053
10054         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
10055         directly used by the gnulib modules nor by gnulib-tool.
10056
10057 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10058
10059         * DEPENDENCIES: Give overall description of version dependency
10060         desirability.  Use more-typical names for apps.
10061         Add shell, coreutils, diffutils, grep, tar, gzip.
10062
10063 2007-04-04  Simon Josefsson  <simon@josefsson.org>
10064
10065         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
10066
10067 2007-04-04  Karl Berry  <karl@gnu.org>
10068
10069         * MODULES.html.sh (func_module): missing '.
10070
10071 2007-04-03  Bruno Haible  <bruno@clisp.org>
10072
10073         * modules/argmatch-tests (Makefile.am): New variable
10074         test_argmatch_LDADD.
10075         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
10076         * modules/array-list-tests (Makefile.am): New variable
10077         test_array_list_LDADD.
10078         * modules/array-oset-tests (Makefile.am): New variable
10079         test_array_oset_LDADD.
10080         * modules/avltree-list-tests (Makefile.am): New variable
10081         test_avltree_list_LDADD.
10082         * modules/avltree-oset-tests (Makefile.am): New variable
10083         test_avltree_oset_LDADD.
10084         * modules/avltreehash-list-tests (Makefile.am): New variable
10085         test_avltreehash_list_LDADD.
10086         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
10087         test_canonicalize_lgpl_LDADD.
10088         * modules/carray-list-tests (Makefile.am): New variable
10089         test_carray_list_LDADD.
10090         * modules/dirname-tests (Makefile.am): New variable
10091         test_dirname_LDADD.
10092         * modules/linked-list-tests (Makefile.am): New variable
10093         test_linked_list_LDADD.
10094         * modules/linkedhash-list-tests (Makefile.am): New variable
10095         test_linkedhash_list_LDADD.
10096         * modules/rbtree-list-tests (Makefile.am): New variable
10097         test_rbtree_list_LDADD.
10098         * modules/rbtree-oset-tests (Makefile.am): New variable
10099         test_rbtree_oset_LDADD.
10100         * modules/rbtreehash-list-tests (Makefile.am): New variable
10101         test_rbtreehash_list_LDADD.
10102         * modules/xvasprintf-tests (Makefile.am): New variable
10103         test_xvasprintf_LDADD.
10104         Reported by Eric Blake.
10105
10106 2007-04-03  Eric Blake  <ebb9@byu.net>
10107
10108         * DEPENDENCIES: Weaken m4 requirements.
10109
10110 2007-04-03  Bruno Haible  <bruno@clisp.org>
10111
10112         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
10113         * modules/isnanl-tests (configure.ac): Likewise.
10114
10115 2007-04-03  Ben Pfaff  <blp@gnu.org>
10116
10117         * modules/iconv_open: Add $(srcdir)/ to source directory
10118         references in Makefile fragments that call gperf, to fix VPATH
10119         builds.
10120
10121 2007-04-03  Bruno Haible  <bruno@clisp.org>
10122
10123         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
10124         * lib/ldexpl.c: Undo last change.
10125
10126 2007-04-03  Bruno Haible  <bruno@clisp.org>
10127
10128         * modules/printf-frexpl (Depends-on): Undo last change.
10129         (Files): Add m4/ldexpl.m4.
10130
10131 2007-04-03  Bruno Haible  <bruno@clisp.org>
10132
10133         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
10134         * modules/isnanl (Link): New section.
10135
10136         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
10137         * modules/frexp (Link): New section.
10138
10139         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
10140         * modules/frexpl (Link): New section.
10141
10142         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
10143         * modules/ldexpl (Link): New section.
10144
10145 2007-04-03  Bruno Haible  <bruno@clisp.org>
10146
10147         * modules/TEMPLATE-EXTENDED: New file.
10148         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
10149
10150 2007-04-03  Bruno Haible  <bruno@clisp.org>
10151
10152         * DEPENDENCIES: New file.
10153         Suggested by Simon Josefsson.
10154
10155 2007-04-03  Bruno Haible  <bruno@clisp.org>
10156
10157         * doc/gnulib.texi: Escape @.
10158
10159 2007-04-03  James Youngman  <jay@gnu.org>
10160         and Paul Eggert  <eggert@cs.ucla.edu>
10161
10162         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
10163         birthtime on all systems that have birthtime, not just those which
10164         use st_birthtimensec rather than st_birthtim.  Putting zero in
10165         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
10166         that the birth time is not available for files on an NFS mount.
10167
10168 2007-04-03  Simon Josefsson  <simon@josefsson.org>
10169
10170         * modules/memxor: Move back from crypto/, suggested by Bruno.
10171         * modules/crypto/hmac-sha1: Fix memxor dependency.
10172
10173         * modules/crypto/gc: Moved from ../.
10174
10175 2007-04-02  Eric Blake  <ebb9@byu.net>
10176
10177         * lib/ldexpl.c (includes): Avoid libm.
10178
10179         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
10180
10181 2007-04-02  Bruno Haible  <bruno@clisp.org>
10182
10183         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
10184         on IRIX.
10185
10186 2007-04-02  Bruno Haible  <bruno@clisp.org>
10187
10188         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
10189         x86 or x86_64 platforms running MacOS X.
10190         Reported by Ryan Schmidt <@ryandesign.com>.
10191
10192 2007-04-02  Bruno Haible  <bruno@clisp.org>
10193
10194         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
10195         i386.
10196
10197 2007-04-01  Simon Josefsson  <simon@josefsson.org>
10198
10199         * modules/crypto/arcfour: Moved from ../.
10200         * modules/crypto/arcfour-tests: Moved from ../.
10201         * modules/crypto/arctwo: Moved from ../.
10202         * modules/crypto/arctwo-tests: Moved from ../.
10203         * modules/crypto/des: Moved from ../.
10204         * modules/crypto/des-tests: Moved from ../.
10205         * modules/crypto/gc-arcfour: Moved from ../.
10206         * modules/crypto/gc-arcfour-tests: Moved from ../.
10207         * modules/crypto/gc-arctwo: Moved from ../.
10208         * modules/crypto/gc-arctwo-tests: Moved from ../.
10209         * modules/crypto/gc-des: Moved from ../.
10210         * modules/crypto/gc-des-tests: Moved from ../.
10211         * modules/crypto/gc-hmac-md5: Moved from ../.
10212         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
10213         * modules/crypto/gc-hmac-sha1: Moved from ../.
10214         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
10215         * modules/crypto/gc-md2: Moved from ../.
10216         * modules/crypto/gc-md2-tests: Moved from ../.
10217         * modules/crypto/gc-md4: Moved from ../.
10218         * modules/crypto/gc-md4-tests: Moved from ../.
10219         * modules/crypto/gc-md5: Moved from ../.
10220         * modules/crypto/gc-md5-tests: Moved from ../.
10221         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
10222         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
10223         * modules/crypto/gc-random: Moved from ../.
10224         * modules/crypto/gc-rijndael: Moved from ../.
10225         * modules/crypto/gc-rijndael-tests: Moved from ../.
10226         * modules/crypto/gc-sha1: Moved from ../.
10227         * modules/crypto/gc-sha1-tests: Moved from ../.
10228         * modules/crypto/gc-tests: Moved from ../.
10229         * modules/crypto/hmac-md5: Moved from ../.
10230         * modules/crypto/hmac-md5-tests: Moved from ../.
10231         * modules/crypto/hmac-sha1: Moved from ../.
10232         * modules/crypto/hmac-sha1-tests: Moved from ../.
10233         * modules/crypto/md2: Moved from ../.
10234         * modules/crypto/md2-tests: Moved from ../.
10235         * modules/crypto/md4: Moved from ../.
10236         * modules/crypto/md4-tests: Moved from ../.
10237         * modules/crypto/md5: Moved from ../.
10238         * modules/crypto/md5-tests: Moved from ../.
10239         * modules/crypto/memxor: Moved from ../.
10240         * modules/crypto/rijndael: Moved from ../.
10241         * modules/crypto/rijndael-tests: Moved from ../.
10242         * modules/crypto/sha1: Moved from ../.
10243
10244 2007-03-30  James Youngman  <jay@gnu.org>
10245
10246         * tests/test-stat-time.c (prepare_test): use chmod() rather than
10247         rename() to change the ctime of a file (because ctime is unaffected
10248         by rename on jfs2 on AIX 5.1).
10249         (main): Start by doing cleanup, in case a previous run failed leaving
10250         test files behind.
10251
10252 2007-03-31  Bruno Haible  <bruno@clisp.org>
10253
10254         Support old proprietary implementations of iconv.
10255         * modules/iconv_open: New file.
10256         * lib/iconv_.h: New file.
10257         * m4/iconv_h.m4: New file.
10258         * lib/iconv_open.c: New file.
10259         * lib/iconv_open-aix.gperf: New file.
10260         * lib/iconv_open-hpux.gperf: New file.
10261         * lib/iconv_open-irix.gperf: New file.
10262         * lib/iconv_open-osf.gperf: New file.
10263         * m4/iconv_open.m4: New file.
10264         * modules/linebreak (Depends-on): Add iconv_open.
10265         * modules/striconv (Depends-on): Likewise.
10266         * modules/striconveh (Depends-on): Likewise.
10267         * modules/unicodeio (Depends-on): Likewise.
10268         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
10269         (iconv_t)(-1).
10270         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
10271         conversion if cd is (iconv_t)(-1).
10272         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
10273         is not possible.
10274
10275 2007-03-31  Bruno Haible  <bruno@clisp.org>
10276
10277         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10278         work on Solaris either. Protect also second use of "autodetect_jp".
10279
10280 2007-03-31  Bruno Haible  <bruno@clisp.org>
10281
10282         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
10283         the function is not present.
10284
10285 2007-03-31  Bruno Haible  <bruno@clisp.org>
10286
10287         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
10288         the function is not present.
10289
10290 2007-03-31  Bruno Haible  <bruno@clisp.org>
10291
10292         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
10293         a bug in HP-UX iconv_open().
10294
10295 2007-03-31  Bruno Haible  <bruno@clisp.org>
10296
10297         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
10298         (Mathematics <math.h>): New section, add fpieee.
10299         (Input/output <stdio.h>): Add fseterr.
10300         (Mathematics <math.h>): New section, add printf-frexp.
10301         (Container data structures): Add sublist.
10302         (Core language properties): Add fpucw, inline.
10303         (Functions for greatest-width integer types <inttypes.h>): Add
10304         imaxabs, imaxdiv, inttypes.
10305         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
10306         isnanl-nolibm, ldexp.
10307         (Mathematics <math.h>): New section, add printf-frexpl.
10308         (Support for systems lacking POSIX:2001): Add fprintf-posix,
10309         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
10310         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
10311         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
10312         (Unicode string functions): Add unistr/u*-mbtoucr.
10313         (Java): Add javacomp-script, javaexec-script.
10314         (C#): Add csharpcomp-script, csharpexec-script.
10315         (Support for building libraries and executables): Add havelib,
10316         relocatable-*.
10317         (Support for maintaining and releasing projects): Renamed from
10318         'Support for maintaining and release projects'. Add announce-gen.
10319
10320 2007-03-31  Bruno Haible  <bruno@clisp.org>
10321
10322         * README: Talk primarily about git.
10323         (git and CVS): Renamed from CVS.
10324         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
10325         gnulib is available through git.
10326         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
10327
10328 2007-03-30  Bruno Haible  <bruno@clisp.org>
10329
10330         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
10331         * lib/poll_.h: Likewise.
10332         * lib/stat_.h: Likewise.
10333         * lib/sys_time_.h: Likewise.
10334         * lib/sysexit_.h: Likewise.
10335         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
10336         * lib/stdbool_.h: Likewise.
10337         * lib/byteswap_.h: Add double-inclusion guard.
10338
10339 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
10340
10341         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
10342
10343 2007-03-30  Karl Berry  <karl@gnu.org>
10344
10345         * config/srclist-update: double space after USA in the license
10346         substitution, since that's how it's usually (?) written.
10347
10348 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10349
10350         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
10351         reported by Bruno Haible.
10352
10353 2007-03-29  Bruno Haible  <bruno@clisp.org>
10354
10355         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
10356         a bug in AIX iconv().
10357
10358 2007-03-29  Bruno Haible  <bruno@clisp.org>
10359
10360         * modules/ldexpl-tests: New file.
10361         * tests/test-ldexpl.c: New file.
10362
10363 2007-03-29  Bruno Haible  <bruno@clisp.org>
10364
10365         * lib/ldexpl.c: Include fpucw.h.
10366         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
10367         multiplication.
10368         * modules/ldexpl (Depends-on): Add fpucw.
10369
10370 2007-03-29  Bruno Haible  <bruno@clisp.org>
10371
10372         * modules/ldexpl: New file.
10373         * m4/ldexpl.m4: New file.
10374         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
10375         set.
10376         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
10377         REPLACE_LDEXPL.
10378         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
10379         REPLACE_LDEXPL.
10380         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10381         gl_FUNC_LDEXPL_WORKS.
10382         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
10383         * modules/mathl (Files): Remove lib/ldexpl.c.
10384         (Depends-on): Add ldexpl.
10385
10386 2007-03-29  Bruno Haible  <bruno@clisp.org>
10387
10388         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
10389
10390 2007-03-29  Bruno Haible  <bruno@clisp.org>
10391
10392         * tests/test-striconveh.c (main): Don't assume that a direct conversion
10393         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
10394         and possibly also HP-UX.
10395         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10396         work on AIX, IRIX, HP-UX, OSF/1.
10397         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10398         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10399         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10400         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10401         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
10402         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10403
10404 2007-03-29  Bruno Haible  <bruno@clisp.org>
10405
10406         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
10407
10408 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10409
10410         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
10411         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
10412
10413 2007-03-29  Eric Blake  <ebb9@byu.net>
10414
10415         * lib/acl-internal.h: Remove redundant include.
10416         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
10417         Cygwin when a file is locked.
10418
10419 2007-03-29  Bruno Haible  <bruno@clisp.org>
10420
10421         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
10422         file.
10423         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
10424
10425 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10426
10427         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
10428         try to remove a parent directory if the child couldn't be removed
10429         (except for the first rmdir, which could fail because the child
10430         doesn't exist).  Problem reported by Jeff Blaine in
10431         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
10432
10433 2007-03-28  Bruno Haible  <bruno@clisp.org>
10434
10435         * lib/striconveh.c (utf8conv_carefully): New function.
10436         (mem_cd_iconveh_internal): Invoke it.
10437
10438 2007-03-28  Bruno Haible  <bruno@clisp.org>
10439
10440         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
10441         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
10442         input.
10443         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
10444         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
10445         unistr/u8-uctomb.
10446
10447 2007-03-28  Bruno Haible  <bruno@clisp.org>
10448
10449         * modules/unistr/u8-mbtoucr: New file.
10450         * lib/unistr/u8-mbtoucr.c: New file.
10451         * modules/unistr/u16-mbtoucr: New file.
10452         * lib/unistr/u16-mbtoucr.c: New file.
10453         * modules/unistr/u16-mbtoucr: New file.
10454         * lib/unistr/u16-mbtoucr.c: New file.
10455         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
10456
10457 2007-03-27  Simon Josefsson  <simon@josefsson.org>
10458             Bruno Haible  <bruno@clisp.org>
10459
10460         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
10461         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
10462         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
10463
10464         * m4/stdio_h.m4: Add stubs for vasprintf too.
10465
10466         * modules/stdio: Support vasprintf in sed command.
10467
10468         * modules/vasprintf: Depend on stdio for prototypes.  Remove
10469         vasprintf.h.  Add stdio module indicator.
10470
10471         * lib/stdio_.h: Declare asprintf and vasprintf, based on
10472         vasprintf.h.
10473
10474         * lib/vasprintf.h: File removed.
10475
10476         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
10477         * lib/vasprintf.c: Ditto.
10478         * lib/xvasprintf.c: Ditto.
10479         * tests/test-vasprintf-posix.c: Ditto.
10480         * tests/test-vasprintf.c: Ditto.
10481
10482 2007-03-27  Bruno Haible  <bruno@clisp.org>
10483
10484         Make vasnprintf multithread-safe.
10485         * lib/vasnprintf.c (decimal_point_char): New function.
10486         (VASNPRINTF): Use it.
10487         Suggested by Simon Josefsson.
10488
10489 2007-03-27  Eric Blake  <ebb9@byu.net>
10490
10491         Support sub-second birthtime on cygwin.
10492         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
10493         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
10494         (get_stat_birthtime): Also work with st_birthtim.
10495
10496 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * lib/stat-time.h (USE_BIRTHTIME): Remove.
10499         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
10500         (get_stat_birthtime_ns): Do not try to use "spare" fields.
10501         (get_stat_birthtime_ns): Simplify compile-time tests.
10502         (get_stat_birthtime): Change the API to look like
10503         get_stat_mtime etc., except return a negative tv_nsec on error.
10504         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
10505         Don't check for "spare" fields.
10506         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
10507         or for struct stat.st_birthtime, as these tests aren't used.
10508         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
10509
10510 2007-03-27  Bruno Haible  <bruno@clisp.org>
10511
10512         * lib/stat-time.h: Include <sys/stat.h>.
10513
10514 2007-03-27  James Youngman  <jay@gnu.org>
10515
10516         * lib/stat-time.h (get_stat_birthtime): New function for
10517           retrieving st_birthtime as provided by UFS2 (hence *BSD).
10518         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
10519           and its variants.
10520         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
10521         * modules/stat-time-test: New file.
10522         * tests/test-stat-time.c: New test, devised by Bruno Haible.
10523
10524 2007-03-26  Bruno Haible  <bruno@clisp.org>
10525
10526         Better support of signalling NaNs.
10527         * lib/atanl.c: Include isnanl.h.
10528         (atanl): Perform test for NaN at the beginning of the function and
10529         through a call to isnanl.
10530         * lib/cosl.c: Include isnanl.h.
10531         (cosl): Perform test for NaN at the beginning of the function and
10532         through a call to isnanl.
10533         * lib/ldexpl.c: Include isnanl.h.
10534         (ldexpl): Perform test for NaN through a call to isnanl.
10535         * lib/logl.c: Include isnanl.h.
10536         (logl): Perform test for NaN at the beginning of the function and
10537         through a call to isnanl.
10538         * lib/sinl.c: Include isnanl.h.
10539         (sinl): Perform test for NaN at the beginning of the function and
10540         through a call to isnanl.
10541         * lib/sqrtl.c: Include isnanl.h.
10542         (sqrtl): Perform test for NaN at the beginning of the function and
10543         through a call to isnanl.
10544         * lib/tanl.c: Include isnanl.h.
10545         (tanl): Perform test for NaN at the beginning of the function and
10546         through a call to isnanl.
10547         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
10548         * modules/mathl (Depends-on): Add isnanl.
10549
10550 2007-03-26  Eric Blake  <ebb9@byu.net>
10551
10552         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
10553         regression in logic sense of previous patch.
10554
10555 2007-03-26  Bruno Haible  <bruno@clisp.org>
10556
10557         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
10558         unportable shell command "if ! ...".
10559         Reported by Ralf Wildenhues.
10560
10561 2007-03-25  Bruno Haible  <bruno@clisp.org>
10562
10563         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
10564         <sysexits.h> file, and only add EX_CONFIG.
10565         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
10566         absolute file name and whether it is sufficient. Substitute also
10567         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
10568         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
10569         ABSOLUTE_SYSEXITS_H into sysexits.h.
10570
10571 2007-03-25  Bruno Haible  <bruno@clisp.org>
10572
10573         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
10574         hints is NULL.
10575
10576 2007-03-25  Bruno Haible  <bruno@clisp.org>
10577
10578         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
10579         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
10580
10581 2007-03-25  Bruno Haible  <bruno@clisp.org>
10582
10583         * lib/vasnprintf.c: Include langinfo.h.
10584         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
10585         multithread-safe.
10586         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
10587         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
10588         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10589         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10590         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10591         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10592         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10593         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
10594         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10595         Reported by Simon Josefsson.
10596
10597 2007-03-25  Bruno Haible  <bruno@clisp.org>
10598
10599         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
10600         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
10601         * modules/vasnprintf (Depends-on): Add stdint.
10602
10603 2007-03-25  Bruno Haible  <bruno@clisp.org>
10604
10605         * modules/fpieee: New file.
10606         * m4/fpieee.m4: New file.
10607         * modules/isnan-nolibm (Depends-on): Add fpieee.
10608         * modules/isnanl-nolibm (Depends-on): Add fpieee.
10609         * modules/isnanl (Depends-on): Add fpieee.
10610
10611 2007-03-25  Bruno Haible  <bruno@clisp.org>
10612
10613         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
10614
10615 2007-03-25  Bruno Haible  <bruno@clisp.org>
10616
10617         Avoid test failures on IRIX 6.5.
10618         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
10619         (main): Use it.
10620         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
10621         macros.
10622         (main): Use them.
10623
10624 2007-03-25  Bruno Haible  <bruno@clisp.org>
10625
10626         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
10627         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
10628         exists but doesn't work.
10629         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
10630         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
10631         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
10632         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
10633
10634 2007-03-25  Bruno Haible  <bruno@clisp.org>
10635
10636         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
10637         returns inf. Needed on IRIX 6.5.
10638
10639 2007-03-25  Bruno Haible  <bruno@clisp.org>
10640
10641         * tests/test-frexpl.c: Include isnanl-nolibm.h.
10642         (main): Use isnanl instead of x != x idiom.
10643         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
10644
10645         * tests/test-frexp.c: Include isnan.h.
10646         (main): Use isnan instead of x != x idiom.
10647         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
10648
10649 2007-03-25  Bruno Haible  <bruno@clisp.org>
10650
10651         * tests/test-frexp.c (NaN): New function/macro.
10652         (main): Use it instead of 0.0 / 0.0.
10653         * tests/test-isnan.c (NaN): New function/macro.
10654         (main): Use it instead of 0.0 / 0.0.
10655         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
10656         (test_function): Use it instead of 0.0 / 0.0.
10657         * tests/test-vasprintf-posix.c (NaN): New function/macro.
10658         (test_function): Use it instead of 0.0 / 0.0.
10659         * tests/test-snprintf-posix.h (NaN): New function/macro.
10660         (test_function): Use it instead of 0.0 / 0.0.
10661         * tests/test-sprintf-posix.h (NaN): New function/macro.
10662         (test_function): Use it instead of 0.0 / 0.0.
10663         * tests/test-fprintf-posix.h (NaN): New function/macro.
10664         (test_function): Use it instead of 0.0 / 0.0.
10665         * tests/test-printf-posix.h (NaN): New function/macro.
10666         (test_function): Use it instead of 0.0 / 0.0.
10667
10668         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
10669
10670 2007-03-25  Bruno Haible  <bruno@clisp.org>
10671
10672         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
10673
10674 2007-03-25  Bruno Haible  <bruno@clisp.org>
10675
10676         * lib/regexec.c (merge_state_with_log): Make static.
10677
10678 2007-03-25  Bruno Haible  <bruno@clisp.org>
10679
10680         * lib/trigl.c (kernel_rem_pio2): Make static.
10681
10682 2007-03-25  Bruno Haible  <bruno@clisp.org>
10683
10684         * lib/sincosl.c (sincosl_table): Make static.
10685
10686 2007-03-25  Bruno Haible  <bruno@clisp.org>
10687
10688         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
10689         if the compiler does not support C99.
10690
10691 2007-03-25  Bruno Haible  <bruno@clisp.org>
10692
10693         * modules/time (Makefile.am): Ensure all rule action lines start with a
10694         tab.
10695
10696 2007-03-24  Bruno Haible  <bruno@clisp.org>
10697
10698         * modules/tsearch-tests: New file.
10699         * tests/test-tsearch.sh: New file.
10700         * tests/test-tsearch.c: New file, mostly copied from glibc.
10701
10702         * modules/search-tests: New file.
10703         * tests/test-search.c: New file.
10704
10705         * modules/search: New file.
10706         * lib/search_.h: New file, incorporating lib/tsearch.h.
10707         * m4/search_h.m4: New file.
10708         * lib/tsearch.h: Remove file.
10709         * lib/tsearch.c: Include search.h instead of tsearch.h.
10710         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
10711         HAVE_TSEARCH.
10712         * modules/tsearch (Files): Remove lib/tsearch.h.
10713         (Depends-on): Add search.
10714         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
10715         (Include): Change tsearch.h into search.h.
10716
10717 2007-03-24  Bruno Haible  <bruno@clisp.org>
10718
10719         * modules/fpucw: New file.
10720         * lib/fpucw.h: New file.
10721         * lib/frexp.c: Include fpucw.h.
10722         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10723         (FUNC): Use them.
10724         * lib/printf-frexp.c: Include fpucw.h.
10725         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10726         (FUNC): Use them.
10727         * lib/vasnprintf.c: Include fpucw.h.
10728         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
10729         'long double' calculations.
10730         * tests/test-frexpl.c: Include fpucw.h.
10731         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10732         * tests/test-printf-frexpl.c: Include fpucw.h.
10733         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10734         * modules/frexpl (Depends-on): Add fpucw.
10735         * modules/printf-frexpl (Depends-on): Likewise.
10736         * modules/fprintf-posix (Depends-on): Likewise.
10737         * modules/snprintf-posix (Depends-on): Likewise.
10738         * modules/sprintf-posix (Depends-on): Likewise.
10739         * modules/vasnprintf-posix (Depends-on): Likewise.
10740         * modules/vasprintf-posix (Depends-on): Likewise.
10741         * modules/vfprintf-posix (Depends-on): Likewise.
10742         * modules/vsnprintf-posix (Depends-on): Likewise.
10743         * modules/vsprintf-posix (Depends-on): Likewise.
10744         * modules/frexpl-tests (Depends-on): Likewise.
10745         * modules/printf-frexpl-tests (Depends-on): Likewise.
10746
10747 2007-03-24  Bruno Haible  <bruno@clisp.org>
10748
10749         * lib/float+.h: New file.
10750         * lib/isnan.c: Include float+.h.
10751         (SIZE): New macro.
10752         (FUNC): Compare only SIZE bytes of the value.
10753         * lib/vasnprintf.c: Include float+.h.
10754         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
10755         SIZEOF_LDBL or SIZEOF_DBL bytes.
10756         * modules/isnan-nolibm (Files): Add lib/float+.h.
10757         * modules/isnanl-nolibm (Files): Add lib/float+.h.
10758         * modules/isnanl (Files): Add lib/float+.h.
10759         * modules/vasnprintf (Files): Add lib/float+.h.
10760
10761 2007-03-24  Bruno Haible  <bruno@clisp.org>
10762
10763         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
10764         include isnanl-nolibm.h.
10765
10766 2007-03-24  Bruno Haible  <bruno@clisp.org>
10767
10768         * tests/test-read-file.c (main): Don't produce spurious output for
10769         expected situations. Make the test fail if it encountered unexpected
10770         results.
10771
10772 2007-03-24  Bruno Haible  <bruno@clisp.org>
10773
10774         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
10775         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
10776
10777 2007-03-24  Bruno Haible  <bruno@clisp.org>
10778
10779         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
10780
10781 2007-03-24  Bruno Haible  <bruno@clisp.org>
10782
10783         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
10784         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
10785
10786         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
10787         * modules/utf8-ucs4: Turn into a symbolic link to module
10788         unistr/u8-mbtouc.
10789
10790         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
10791         utf8-ucs4-unsafe.
10792         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
10793         unistr/u8-mbtouc-unsafe.
10794
10795         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
10796         * modules/utf16-ucs4: Turn into a symbolic link to module
10797         unistr/u16-mbtouc.
10798
10799         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
10800         utf16-ucs4-unsafe.
10801         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
10802         unistr/u16-mbtouc-unsafe.
10803
10804         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
10805         * modules/ucs4-utf8: Turn into a symbolic link to module
10806         unistr/u8-ubtomb.
10807
10808         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
10809         * modules/ucs4-utf16: Turn into a symbolic link to module
10810         unistr/u16-ubtomb.
10811
10812 2007-03-24  Bruno Haible  <bruno@clisp.org>
10813
10814         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
10815         Enable the function only if HAVE_INLINE.
10816         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
10817         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10818         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
10819         Enable the function only if HAVE_INLINE.
10820         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
10821         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10822         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
10823         Enable the function only if HAVE_INLINE.
10824         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
10825         Enable the function only if HAVE_INLINE.
10826         * modules/utf8-ucs4: Update.
10827         * modules/utf8-ucs4-unsafe: Update.
10828         * modules/utf16-ucs4: Update.
10829         * modules/utf16-ucs4-unsafe: Update.
10830         * modules/ucs4-utf8: Update.
10831         * modules/ucs4-utf16: Update.
10832
10833 2007-03-24  Bruno Haible  <bruno@clisp.org>
10834
10835         * lib/utf8-ucs4.h: Remove file.
10836         * lib/utf8-ucs4-unsafe.h: Remove file.
10837         * lib/utf16-ucs4.h: Remove file.
10838         * lib/utf16-ucs4-unsafe.h: Remove file.
10839         * lib/ucs4-utf8.h: Remove file.
10840         * lib/ucs4-utf16.h: Remove file.
10841         * lib/unistr.h: Include their previous contents.
10842         * m4/utf-ucs4.m4: Remove file.
10843         * m4/ucs4-utf.m4: Remove file.
10844         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
10845         (Depends-on): Add unistr/base.
10846         (configure.ac): Remove gl_UTF_UCS4.
10847         (Makefile.am): Update.
10848         (Include): Change to unistr.h.
10849         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
10850         (Depends-on): Add unistr/base.
10851         (configure.ac): Remove gl_UTF_UCS4.
10852         (Makefile.am): Update.
10853         (Include): Change to unistr.h.
10854         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
10855         (Depends-on): Add unistr/base.
10856         (configure.ac): Remove gl_UTF_UCS4.
10857         (Makefile.am): Update.
10858         (Include): Change to unistr.h.
10859         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
10860         (Depends-on): Add unistr/base.
10861         (configure.ac): Remove gl_UTF_UCS4.
10862         (Makefile.am): Update.
10863         (Include): Change to unistr.h.
10864         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
10865         (Depends-on): Add unistr/base.
10866         (configure.ac): Remove gl_UCS4_UTF.
10867         (Makefile.am): Update.
10868         (Include): Change to unistr.h.
10869         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
10870         (Depends-on): Add unistr/base.
10871         (configure.ac): Remove gl_UCS4_UTF.
10872         (Makefile.am): Update.
10873         (Include): Change to unistr.h.
10874         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
10875         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
10876         utf8-ucs4-unsafe.h.
10877         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
10878         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
10879         utf16-ucs4-unsafe.h.
10880         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
10881         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
10882         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
10883         * lib/unistr/u8-strchr.c: Likewise.
10884         * lib/unistr/u8-strrchr.c: Likewise.
10885         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
10886         * lib/unistr/u16-strchr.c: Likewise.
10887         * lib/unistr/u16-strrchr.c: Likewise.
10888         * lib/striconveh.c: Update.
10889         * lib/linebreak.c: Update.
10890
10891 2007-03-24  Bruno Haible  <bruno@clisp.org>
10892
10893         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
10894         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
10895
10896 2007-03-22  Bruno Haible  <bruno@clisp.org>
10897
10898         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
10899
10900 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10901
10902         * MODULES.html.sh (File system functions): New module write-any-file.
10903         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
10904         * m4/write-any-file.m4: New files.
10905
10906 2007-03-23  Eric Blake  <ebb9@byu.net>
10907
10908         * gnulib-tool: Rearrange space-tab sequences, since some editors
10909         like to eat them.
10910
10911 2007-03-23  Eric Blake  <ebb9@byu.net>
10912
10913         * lib/version-etc.c (version_etc_va): Update license wording to
10914         be more concise.  Recommended by Richard Stallman.
10915
10916 2007-03-22  Bruno Haible  <bruno@clisp.org>
10917
10918         * lib/poll.c (MSG_PEEK): New fallback definition.
10919
10920 2007-03-22  Bruno Haible  <bruno@clisp.org>
10921
10922         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
10923         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
10924         (main): Update.
10925         Fixes a compilation error on BeOS.
10926
10927 2007-03-22  Bruno Haible  <bruno@clisp.org>
10928
10929         * modules/frexpl-tests: New file.
10930         * tests/test-frexpl.c: New file.
10931
10932         * modules/frexpl: New file.
10933         * m4/frexpl.m4: New file.
10934         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
10935         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
10936         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
10937         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
10938         (Depends-on): Add frexpl. Remove isnanl-nolibm.
10939         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
10940
10941 2007-03-22  Bruno Haible  <bruno@clisp.org>
10942
10943         * lib/frexpl.c: Share code with lib/frexp.c.
10944         * modules/mathl (Files): Add lib/frexp.c.
10945         (Depends-on): Add isnanl-nolibm.
10946
10947 2007-03-22  Bruno Haible  <bruno@clisp.org>
10948
10949         * modules/printf-frexp (Files): Add m4/frexp.m4.
10950         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
10951         only if the found frexp function actually works.
10952
10953 2007-03-22  Bruno Haible  <bruno@clisp.org>
10954
10955         * lib/frexp.c: Remove older implementation that uses divisions.
10956
10957 2007-03-21  Bruno Haible  <bruno@clisp.org>
10958
10959         * modules/frexp-tests: New file.
10960         * tests/test-frexp.c: New file.
10961
10962         * modules/frexp: New file.
10963         * lib/frexp.c: New file.
10964         * m4/frexp.m4: New file.
10965         * lib/math_.h (frexp): New declaration.
10966         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
10967         REPLACE_FREXP.
10968         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
10969
10970 2007-03-21  Bruno Haible  <bruno@clisp.org>
10971
10972         * modules/isnanl-tests: New file.
10973         * tests/test-isnanl.c: New file.
10974
10975         * modules/isnanl: New file.
10976         * lib/isnanl.h: New file.
10977         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
10978         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
10979         gl_FUNC_ISNANL_WORKS.
10980         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
10981         New macros.
10982
10983 2007-03-21  Bruno Haible  <bruno@clisp.org>
10984
10985         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
10986         lib/isnanl.h.
10987         (Include): Update.
10988         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
10989         * lib/vasnprintf.c: Update.
10990         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
10991         tests/test-isnanl.h, remove tests/test-isnanl.c.
10992         (Makefile.am): Update.
10993         * tests/test-isnanl-nolibm.c: New file.
10994         * tests/test-isnanl.h: New file.
10995         * tests/test-isnanl.c: Remove file.
10996
10997 2007-03-21  Jim Meyering  <jim@meyering.net>
10998
10999         When trying to open ".", treat ESTALE like EACCES.
11000         * lib/savewd.c (savewd_save): Resort to forking not just upon
11001         failure with EACCES, but also when errno is ESTALE.
11002
11003 2007-03-20  Bruno Haible  <bruno@clisp.org>
11004
11005         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
11006         Needed on AIX 5.1. Reported by Matthew Woehlke.
11007
11008 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11009
11010         Suggestions by Bruno Haible:
11011         * lib/acl-internal.h: Include "gettext.h" rather than rolling
11012         our own.
11013         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
11014         * modules/acl (Depends-on): Add gettext.
11015
11016 2007-03-19  Bruno Haible  <bruno@clisp.org>
11017
11018         * modules/iconvme: Remove file.
11019         * lib/iconvme.h: Remove file.
11020         * lib/iconvme.c: Remove file.
11021         * m4/iconvme.m4: Remove file.
11022
11023 2007-03-19  Bruno Haible  <bruno@clisp.org>
11024
11025         * doc/relocatable-maint.texi: Break long shell script line.
11026         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11027
11028 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11029
11030         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
11031         handle file_has_acl.
11032         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
11033         * lib/acl.c: Move header inclusions and related macro defns into
11034         lib/acl-internal.h.
11035         (S_ISLNK): Remove defn, since that's now done for us.
11036         (file_has_acl): Move to lib/file-has-acl.c.
11037         Call acl_trivial if available.  This is the crucial part of the fix.
11038         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
11039         shared within the library.  Rewrite a bit, partly to make it compatible
11040         with the GNU coding style.
11041         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
11042         Remove unnecessary double-quotes.
11043         Don't test for acl_to_text; the build will catch that.
11044         Replace acl_entries if it doesn't exist and it is needed.
11045         Check for -lsec and acl_trivial (as used on Solaris 10).
11046         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
11047         lib/file-has-acl.c.
11048         (Depends-on): Add sys_stat, for S_ISLNK.
11049
11050 2007-03-19  Ben Pfaff  <blp@gnu.org>
11051
11052         * doc/gnulib.texi: Fix typos.
11053         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11054
11055 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11056
11057         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
11058         If size is zero here, buf must be zero.
11059
11060 2007-03-19  Simon Josefsson  <simon@josefsson.org>
11061
11062         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
11063         <bruno@clisp.org>.
11064
11065 2007-03-18  Bruno Haible  <bruno@clisp.org>
11066
11067         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
11068         Suggested by Eric Blake.
11069
11070 2007-03-18  Ben Pfaff  <blp@gnu.org>
11071
11072         * doc/relocatable.texi: Recommend using as prefix a directory
11073         that does not exist and will never be created.  Based on
11074         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
11075         and others.
11076
11077 2007-03-17  Bruno Haible  <bruno@clisp.org>
11078
11079         * lib/fchownat.c: Include lchown.h.
11080
11081 2007-03-17  Bruno Haible  <bruno@clisp.org>
11082
11083         Fix endless loop when the given allocated size was > INT_MAX.
11084         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
11085         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
11086         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
11087         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
11088         * lib/sprintf.c (sprintf): Likewise.
11089
11090 2007-03-17  Bruno Haible  <bruno@clisp.org>
11091
11092         * tests/test-argp-2.sh (func_compare): Output a context diff.
11093
11094 2007-03-17  Bruno Haible  <bruno@clisp.org>
11095
11096         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
11097         locale's decimal-point character.
11098
11099 2007-03-17  Bruno Haible  <bruno@clisp.org>
11100
11101         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
11102         before comparing it. Needed because on some platforms (e.g. x86) a
11103         'long double' occupies less bytes than sizeof (long double).
11104
11105 2007-03-17  Bruno Haible  <bruno@clisp.org>
11106
11107         * tests/test-crc.c (main): Make printf statements 64-bit clean.
11108         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
11109         * tests/test-getaddrinfo.c (simple): Likewise.
11110         * tests/test-read-file.c (main): Likewise.
11111
11112 2007-03-17  Bruno Haible  <bruno@clisp.org>
11113
11114         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
11115
11116 2007-03-17  Bruno Haible  <bruno@clisp.org>
11117
11118         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
11119         unused variable.
11120
11121 2007-03-17  Bruno Haible  <bruno@clisp.org>
11122
11123         * tests/test-c-strcasecmp.c: Include c-strcase.h.
11124         * tests/test-c-strncasecmp.c: Likewise.
11125
11126 2007-03-17  Bruno Haible  <bruno@clisp.org>
11127
11128         * modules/stdlib (Depends-on): Add unistd.
11129         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
11130         Needed for MacOS X 10.3.
11131
11132 2007-03-17  Bruno Haible  <bruno@clisp.org>
11133
11134         * lib/unistr/u-strdup.h: Include <stdlib.h>.
11135
11136 2007-03-17  Bruno Haible  <bruno@clisp.org>
11137
11138         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
11139
11140 2007-03-17  Bruno Haible  <bruno@clisp.org>
11141
11142         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
11143         to reflect files copied from gnulib (with or without modifications).
11144         Suggested by Jim Meyering.
11145
11146 2007-03-17  Eric Blake  <ebb9@byu.net>
11147
11148         * NEWS: Document stdlib change from 2007-02-18.
11149
11150 2007-03-17  Jim Meyering  <jim@meyering.net>
11151
11152         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
11153         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
11154         someone uses a name containing shell meta-characters.
11155         Reported by Alfred M. Szmidt.
11156
11157         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
11158
11159 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11160
11161         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
11162         and copy gettext configuration files only if configure.ac contains
11163         a use of AM_GNU_GETTEXT_VERSION.
11164
11165 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11166
11167         * build-aux/bootstrap (gnulib_name): New variable.
11168         (gnulib_tool_options): Use it.
11169
11170 2007-03-13  Simon Josefsson  <simon@josefsson.org>
11171
11172         * tests/test-des.c: Use new namespace.
11173
11174 2007-03-15  Bruno Haible  <bruno@clisp.org>
11175
11176         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
11177         Reported by James Youngman <jay@gnu.org>.
11178
11179 2007-03-15  Bruno Haible  <bruno@clisp.org>
11180
11181         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
11182         declared prototype. Needed with cc on OSF/1 5.1.
11183
11184 2007-03-15  Bruno Haible  <bruno@clisp.org>
11185
11186         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
11187         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
11188         (struct gl_list_implementation): Add dispose_fn argument to the
11189         'create_empty', 'create' methods.
11190         (struct gl_list_impl_base): Add field 'dispose_fn'.
11191         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
11192         argument.
11193         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
11194         dispose_fn argument.
11195         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
11196         dispose_fn on the dropped values.
11197         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
11198         dispose_fn argument.
11199         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
11200         dropped values.
11201         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
11202         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11203         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
11204         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11205         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
11206         argument.
11207         (gl_tree_list_free): Call dispose_fn on the dropped values.
11208         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
11209         the dropped values.
11210         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11211         Add dispose_fn argument.
11212         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
11213         Call dispose_fn on the dropped values.
11214         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
11215         Add dispose_fn argument.
11216         (gl_sublist_create): Initialize the 'dispose_fn' field.
11217         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
11218         * tests/test-array_list.c (main): Update.
11219         * tests/test-carray_list.c (main): Update.
11220         * tests/test-avltree_list.c (main): Update.
11221         * tests/test-rbtree_list.c (main): Update.
11222         * tests/test-avltreehash_list.c (main): Update.
11223         * tests/test-rbtreehash_list.c (main): Update.
11224         * tests/test-linked_list.c (main): Update.
11225         * tests/test-linkedhash_list.c (main): Update.
11226         * tests/test-array_oset.c (main): Update.
11227
11228 2007-03-15  Bruno Haible  <bruno@clisp.org>
11229
11230         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
11231         (gl_oset_create_empty): Add dispose_fn argument.
11232         (struct gl_oset_implementation): Add dispose_fn argument to
11233         'create_empty' method.
11234         (struct gl_oset_impl_base): Add dispose_fn field.
11235         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
11236         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
11237         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
11238         values.
11239         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
11240         (gl_tree_oset_free): Call dispose_fn on the dropped values.
11241         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11242         dropped value.
11243         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11244         dropped value.
11245         * tests/test-array_oset.c (main): Update.
11246         * tests/test-avltree_oset.c (main): Update.
11247         * tests/test-rbtree_oset.c (main): Update.
11248         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
11249
11250 2007-03-13  Bruno Haible  <bruno@clisp.org>
11251
11252         * tests/test-stdbool.c (i): Update after last patch.
11253
11254 2007-03-12  Bruno Haible  <bruno@clisp.org>
11255
11256         * lib/quotearg.c: Include <wctype.h> early, before the definition of
11257         the iswprint macro. Needed on Solaris 2.5.1.
11258
11259 2007-03-12  Bruno Haible  <bruno@clisp.org>
11260
11261         * tests/test-printf-frexp.c (main): Declare x as volatile.
11262
11263 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11264
11265         * doc/gnulib.texi (Build robot for gnulib): New section.
11266
11267 2007-03-12  Jim Meyering  <jim@meyering.net>
11268
11269         * build-aux/bootstrap: New file.
11270         * build-aux/bootstrap.conf: New file, from coreutils.
11271
11272 2007-03-11  Bruno Haible  <bruno@clisp.org>
11273
11274         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
11275
11276 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11277
11278         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
11279         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
11280         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
11281
11282 2007-03-11  Bruno Haible  <bruno@clisp.org>
11283
11284         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
11285         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
11286
11287 2007-03-11  Bruno Haible  <bruno@clisp.org>
11288
11289         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
11290         formula. Needed for SunPRO C 5.0.
11291
11292 2007-03-11  Bruno Haible  <bruno@clisp.org>
11293
11294         * modules/long-options (Depends-on): Add getopt.
11295
11296 2007-03-11  Bruno Haible  <bruno@clisp.org>
11297
11298         * modules/modechange (Depends-on): Add stdbool.
11299
11300 2007-03-11  Bruno Haible  <bruno@clisp.org>
11301
11302         * modules/i-ring (Depends-on): Add stdbool.
11303
11304 2007-03-11  Bruno Haible  <bruno@clisp.org>
11305
11306         * modules/gc-des (Depends-on): Add stdbool.
11307
11308 2007-03-11  Bruno Haible  <bruno@clisp.org>
11309
11310         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
11311
11312 2007-03-11  Bruno Haible  <bruno@clisp.org>
11313
11314         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
11315
11316 2007-03-11  Bruno Haible  <bruno@clisp.org>
11317
11318         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
11319
11320 2007-03-11  Bruno Haible  <bruno@clisp.org>
11321
11322         * lib/vasnprintf.c (sprintf): Undefine.
11323
11324 2007-03-11  Bruno Haible  <bruno@clisp.org>
11325
11326         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
11327         initializers in SunPRO C and Compaq C compilers.
11328
11329 2007-03-11  Bruno Haible  <bruno@clisp.org>
11330
11331         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
11332         decrementing code ANSI C compliant.
11333
11334 2007-03-11  Bruno Haible  <bruno@clisp.org>
11335
11336         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
11337         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
11338
11339 2007-03-11  Bruno Haible  <bruno@clisp.org>
11340
11341         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
11342         <stdbool.h> substitute doesn't pass.
11343
11344 2007-03-11  Bruno Haible  <bruno@clisp.org>
11345
11346         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
11347
11348 2007-03-11  Bruno Haible  <bruno@clisp.org>
11349
11350         * gnulib-tool (func_create_megatestdir): Create also an autobuild
11351         script, for submission to autobuild.josefsson.org.
11352
11353 2007-03-10  Bruno Haible  <bruno@clisp.org>
11354
11355         * modules/canonicalize-lgpl-tests: New file.
11356         * tests/test-canonicalize-lgpl.sh: New file.
11357         * tests/test-canonicalize-lgpl.c: New file.
11358
11359         * modules/c-strcase-tests: New file.
11360         * tests/test-c-strcase.sh: New file.
11361         * tests/test-c-strcasecmp.c: New file.
11362         * tests/test-c-strncasecmp.c: New file.
11363
11364         * modules/atexit-tests: New file.
11365         * tests/test-atexit.sh: New file.
11366         * tests/test-atexit.c: New file.
11367
11368 2007-03-10  Bruno Haible  <bruno@clisp.org>
11369
11370         * tests/test-binary-io.sh: Use temporary filenames that are not so
11371         likely to clash with those of other tests (in a parallel make).
11372         * tests/test-binary-io.c: Likewise.
11373
11374 2007-03-10  Bruno Haible  <bruno@clisp.org>
11375
11376         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
11377         fallback; use #error instead.
11378         Suggested by Simon Josefsson.
11379
11380 2007-03-10  Bruno Haible  <bruno@clisp.org>
11381
11382         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
11383         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
11384         first and the last.
11385
11386 2007-03-10  Bruno Haible  <bruno@clisp.org>
11387
11388         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
11389
11390 2007-03-10  Bruno Haible  <bruno@clisp.org>
11391
11392         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
11393         "make distcheck".
11394         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
11395         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
11396         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
11397
11398 2007-03-10  Bruno Haible  <bruno@clisp.org>
11399
11400         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
11401         variable.
11402         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
11403         variable.
11404
11405 2007-03-09  Eric Blake  <ebb9@byu.net>
11406         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
11407
11408         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
11409         types are not being provided by gnulib.
11410         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
11411         types are supported.
11412
11413 2007-03-10  Bruno Haible  <bruno@clisp.org>
11414
11415         * lib/stdio_.h (__attribute__): New macro.
11416         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
11417         vsprintf): Specify __attribute__ __format__ for GCC.
11418         Suggested by Eric Blake.
11419
11420 2007-03-09  Bruno Haible  <bruno@clisp.org>
11421
11422         * modules/printf-posix-tests: New file.
11423         * tests/test-printf-posix.sh: New file.
11424         * tests/test-printf-posix.c: New file.
11425
11426         * modules/printf-posix: New file.
11427         * lib/printf.c: New file.
11428         * m4/printf-posix-rpl.m4: New file.
11429         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
11430         REPLACE_PRINTF.
11431         * lib/stdio_.h (printf): New declaration.
11432         (format, __format__, ____printf____, ____scanf____, ____strftime____,
11433         ____strfmon____): New macros.
11434         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
11435         REPLACE_PRINTF.
11436
11437 2007-03-09  Bruno Haible  <bruno@clisp.org>
11438
11439         * tests/test-vasnprintf-posix2.sh: New file.
11440         * tests/test-vasnprintf-posix2.c: New file.
11441         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
11442         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
11443         (Makefile.am): Activate test-vasnprintf-posix2.sh.
11444
11445         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
11446         a locale dependent decimal point, rather than always '.'.
11447
11448 2007-03-09  Eric Blake  <ebb9@byu.net>
11449
11450         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
11451         spite of platforms like Tandem/NSK that define it to -1.
11452
11453 2007-03-08  Bruno Haible  <bruno@clisp.org>
11454
11455         * modules/vprintf-posix-tests: New file.
11456         * tests/test-vprintf-posix.sh: New file.
11457         * tests/test-vprintf-posix.c: New file.
11458         * tests/test-printf-posix.h: New file.
11459
11460         * modules/vprintf-posix: New file.
11461         * lib/vprintf.c: New file.
11462         * m4/vprintf-posix.m4: New file.
11463         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
11464         REPLACE_VPRINTF.
11465         * lib/stdio_.h (vprintf): New declaration.
11466         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
11467         REPLACE_VPRINTF.
11468
11469 2007-03-08  Bruno Haible  <bruno@clisp.org>
11470
11471         * modules/fprintf-posix-tests: New file.
11472         * tests/test-fprintf-posix.sh: New file.
11473         * tests/test-fprintf-posix.c: New file.
11474
11475         * modules/fprintf-posix: New file.
11476         * lib/fprintf.c: New file.
11477         * m4/fprintf-posix.m4: New file.
11478         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
11479         REPLACE_FPRINTF.
11480         * lib/stdio_.h (fprintf): New declaration.
11481         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
11482         REPLACE_FPRINTF.
11483
11484 2007-03-08  Bruno Haible  <bruno@clisp.org>
11485
11486         * modules/vfprintf-posix-tests: New file.
11487         * tests/test-vfprintf-posix.sh: New file.
11488         * tests/test-vfprintf-posix.c: New file.
11489         * tests/test-fprintf-posix.h: New file.
11490         * tests/test-fprintf-posix.out: New file.
11491
11492         * modules/vfprintf-posix: New file.
11493         * lib/vfprintf.c: New file.
11494         * m4/vfprintf-posix.m4: New file.
11495         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
11496         REPLACE_VFPRINTF.
11497         * lib/stdio_.h (vfprintf): New declaration.
11498         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
11499         REPLACE_VFPRINTF.
11500
11501 2007-03-08  Bruno Haible  <bruno@clisp.org>
11502
11503         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
11504
11505 2007-03-08  Bruno Haible  <bruno@clisp.org>
11506
11507         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
11508         instead of 'expr' invocations.
11509         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11510         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11511         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11512         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11513         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11514         Suggested by Paul Eggert.
11515
11516 2007-03-08  Bruno Haible  <bruno@clisp.org>
11517
11518         * modules/fseterr-tests: New file.
11519         * tests/test-fseterr.c: New file.
11520
11521         * modules/fseterr: New file.
11522         * lib/fseterr.h: New file.
11523         * lib/fseterr.c: New file.
11524
11525 2007-03-08  Bruno Haible  <bruno@clisp.org>
11526
11527         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
11528         * lib/getopt_.h: Likewise.
11529         * lib/mbswidth.h: Likewise.
11530         * lib/setenv.h: Likewise.
11531         * lib/vasnprintf.h: Likewise.
11532         * lib/vasprintf.h: Likewise.
11533         * lib/verror.h: Likewise.
11534         * lib/xsetenv.h: Likewise.
11535         * lib/xvasprintf.h: Likewise.
11536
11537 2007-03-08  Jim Meyering  <jim@meyering.net>
11538
11539         * users.txt: Add parted.
11540
11541         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
11542
11543 2007-03-07  Bruno Haible  <bruno@clisp.org>
11544
11545         * m4/printf.m4: Make the shell script snippets copy&pastable.
11546
11547 2007-03-02  Bruno Haible  <bruno@clisp.org>
11548
11549         * lib/netinet_in_.h: New file.
11550         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
11551         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
11552         * modules/netinet_in (Files): Add lib/netinet_in_.h.
11553         (Depends-on): Add absolute-header.
11554         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
11555         into netinet/in.h.
11556
11557 2007-03-03  Bruno Haible  <bruno@clisp.org>
11558
11559         * lib/sys_select_.h: New file.
11560         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
11561         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
11562         * modules/sys_select (Files): Add lib/sys_select_.h.
11563         (Depends-on): Add absolute-header.
11564         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
11565         into sys/select.h.
11566
11567 2007-03-02  Bruno Haible  <bruno@clisp.org>
11568
11569         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
11570         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
11571         values.
11572         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
11573         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
11574         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
11575         * modules/sys_socket (Depends-on): Add absolute-header.
11576         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
11577         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
11578         (Include): Remove requirement of inclusion of <sys/types.h>.
11579
11580 2007-03-02  Bruno Haible  <bruno@clisp.org>
11581
11582         * lib/byteswap_.h (bswap_32): Fix formula.
11583
11584 2007-03-06  Bruno Haible  <bruno@clisp.org>
11585
11586         * modules/sprintf-posix-tests: New file.
11587         * tests/test-sprintf-posix.c: New file.
11588
11589         * modules/sprintf-posix: New file.
11590         * lib/sprintf.c: New file.
11591         * m4/sprintf-posix.m4: New file.
11592         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
11593         REPLACE_SPRINTF.
11594         * lib/stdio_.h (sprintf): New declaration.
11595         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
11596         REPLACE_SPRINTF.
11597
11598 2007-03-06  Bruno Haible  <bruno@clisp.org>
11599
11600         * modules/vsprintf-posix-tests: New file.
11601         * tests/test-vsprintf-posix.c: New file.
11602         * tests/test-sprintf-posix.h: New file.
11603
11604         * modules/vsprintf-posix: New file.
11605         * lib/vsprintf.c: New file.
11606         * m4/vsprintf-posix.m4: New file.
11607         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
11608         REPLACE_VSPRINTF.
11609         * lib/stdio_.h (vsprintf): New declaration.
11610         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
11611         REPLACE_VSPRINTF.
11612
11613 2007-03-06  Bruno Haible  <bruno@clisp.org>
11614
11615         * modules/vsnprintf (Depend-on): Remove minmax.
11616
11617 2007-03-06  Bruno Haible  <bruno@clisp.org>
11618
11619         * modules/snprintf-posix-tests: New file.
11620         * tests/test-snprintf-posix.c: New file.
11621
11622         * modules/snprintf-posix: New file.
11623         * m4/snprintf-posix.m4: New file.
11624         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
11625         gl_FUNC_SNPRINTF.
11626         (gl_FUNC_SNPRINTF): Invoke it.
11627         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
11628         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
11629         is set.
11630         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
11631
11632 2007-03-06  Bruno Haible  <bruno@clisp.org>
11633
11634         * modules/vsnprintf-posix-tests: New file.
11635         * tests/test-vsnprintf-posix.c: New file.
11636         * tests/test-snprintf-posix.h: New file.
11637
11638         * modules/vsnprintf-posix: New file.
11639         * m4/vsnprintf-posix.m4: New file.
11640         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
11641         gl_FUNC_VSNPRINTF.
11642         (gl_FUNC_VSNPRINTF): Invoke it.
11643         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
11644         * lib/stdio_.h (vsnprintf): Define as a replacement if
11645         REPLACE_VSNPRINTF is set.
11646         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
11647
11648 2007-03-06  Bruno Haible  <bruno@clisp.org>
11649
11650         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
11651         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
11652
11653 2007-03-06  Bruno Haible  <bruno@clisp.org>
11654
11655         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
11656         (asinl): Declare also if HAVE_DECL_ASINL is set.
11657         (atanl): Declare also if HAVE_DECL_ATANL is set.
11658         (ceill): Declare also if HAVE_DECL_CEILL is set.
11659         (cosl): Declare also if HAVE_DECL_COSL is set.
11660         (expl): Declare also if HAVE_DECL_EXPL is set.
11661         (floorl): Declare also if HAVE_DECL_FLOORL is set.
11662         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
11663         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
11664         (logl): Declare also if HAVE_DECL_LOGL is set.
11665         (sinl): Declare also if HAVE_DECL_SINL is set.
11666         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
11667         (tanl): Declare also if HAVE_DECL_TANL is set.
11668         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
11669         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
11670         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
11671         declaration of frexpl, ldexpl.
11672         * modules/printf-frexpl (Depends-on): Add math.
11673         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
11674
11675 2007-03-05  Bruno Haible  <bruno@clisp.org>
11676
11677         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
11678         frexpl and ldexpl are declared.
11679         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
11680
11681 2007-03-05  Bruno Haible  <bruno@clisp.org>
11682
11683         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
11684         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
11685
11686 2007-03-05  Bruno Haible  <bruno@clisp.org>
11687
11688         * lib/stdio_.h: Include <stddef.h>.
11689
11690 2007-03-05  Bruno Haible  <bruno@clisp.org>
11691
11692         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
11693
11694 2007-03-05  Bruno Haible  <bruno@clisp.org>
11695
11696         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
11697         NetBSD 4, from Ralf Wildenhues.
11698
11699 2007-03-04  Bruno Haible  <bruno@clisp.org>
11700
11701         * lib/vasprintf.h: Update #if logic for the case when the functions
11702         exist but are overridden.
11703
11704 2007-03-04  Bruno Haible  <bruno@clisp.org>
11705
11706         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
11707         implementations: glibc-2.4 and MacOS X 10.3.
11708         * tests/test-vasnprintf-posix.c (test_function): Test also the case
11709         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
11710         * tests/test-vasprintf-posix.c (test_function): Likewise.
11711
11712 2007-03-04  Bruno Haible  <bruno@clisp.org>
11713
11714         * modules/vasprintf-posix-tests: New file.
11715         * tests/test-vasprintf-posix.c: New file.
11716
11717         * modules/vasprintf-posix: New file.
11718         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
11719         defined.
11720         * m4/vasprintf-posix.m4: New file.
11721         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
11722         gl_FUNC_VASPRINTF.
11723         (gl_FUNC_VASPRINTF): Invoke it.
11724         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
11725         here.
11726         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
11727
11728 2007-03-04  Bruno Haible  <bruno@clisp.org>
11729
11730         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
11731         REPLACE_GETTIMEOFDAY.
11732         * modules/sys_time (Makefile.am): Likewise.
11733         * m4/sys_time_h.m4: Likewise.
11734         * m4/gettimeofday.m4: Likewise.
11735
11736 2007-03-04  Bruno Haible  <bruno@clisp.org>
11737
11738         * modules/vasnprintf-posix-tests: New file.
11739         * tests/test-vasnprintf-posix.c: New file.
11740
11741         * modules/vasnprintf-posix: New file.
11742         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
11743         printf-frexpl.h.
11744         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
11745         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
11746         REPLACE_VASNPRINTF is defined.
11747         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
11748         gl_FUNC_VASNPRINTF.
11749         (gl_FUNC_VASNPRINTF): Invoke it.
11750         * m4/vasnprintf-posix.m4: New file.
11751         * m4/printf.m4: New file.
11752
11753 2007-03-04  Bruno Haible  <bruno@clisp.org>
11754
11755         Compile progreloc.c only if --enable-relocatable is specified.
11756         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
11757         if --enable-relocatable was specified.
11758         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
11759         lib_SOURCES.
11760
11761 2007-03-04  Jim Meyering  <jim@meyering.net>
11762
11763         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
11764         Use it consistently, rather than enumerating errno constants.
11765
11766 2007-03-04  Bruno Haible  <bruno@clisp.org>
11767
11768         * modules/xvasprintf-tests: New file.
11769         * tests/test-xvasprintf.c: New file.
11770
11771         * modules/vasprintf-tests: New file.
11772         * tests/test-vasprintf.c: New file.
11773
11774         * modules/vasnprintf-tests: New file.
11775         * tests/test-vasnprintf.c: New file.
11776
11777         * modules/vsnprintf-tests: New file.
11778         * tests/test-vsnprintf.c: New file.
11779
11780         * modules/snprintf-tests: New file.
11781         * tests/test-snprintf.c: New file.
11782
11783 2007-03-04  Bruno Haible  <bruno@clisp.org>
11784
11785         Compile relocatable.c only if --enable-relocatable is specified.
11786         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
11787         gl_RELOCATABLE_LIBRARY.
11788         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
11789         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
11790         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
11791         gl_RELOCATABLE_LIBRARY.
11792         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
11793         (Makefile.am): Remove lib_SOURCES.
11794         * modules/relocatable-lib-lgpl (configure.ac): Invoke
11795         gl_RELOCATABLE_LIBRARY.
11796         (Makefile.am): Remove lib_SOURCES.
11797         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
11798         always.
11799         * modules/relocatable-prog-wrapper (configure.ac): Invoke
11800         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
11801
11802 2007-03-04  Bruno Haible  <bruno@clisp.org>
11803
11804         * modules/argmatch-tests: New file.
11805         * tests/test-argmatch.c: New file.
11806
11807         * tests/test-allocsa.c (main): Halve the number of loop runs.
11808
11809         * modules/alloca-opt-tests: New file.
11810         * tests/test-alloca-opt.c: New file.
11811
11812 2007-03-04  Jim Meyering  <jim@meyering.net>
11813
11814         Work around difference between Linux ACLs and Solaris 10 ZFS.
11815         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
11816         for EINVAL.
11817
11818 2007-03-03  Bruno Haible  <bruno@clisp.org>
11819
11820         * modules/relocatable-prog (Depends-on): Add back progreloc's
11821         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
11822
11823 2007-03-03  Bruno Haible  <bruno@clisp.org>
11824
11825         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
11826         * modules/relocatable-lib: New file.
11827
11828 2007-03-03  Bruno Haible  <bruno@clisp.org>
11829
11830         * modules/relocatable-prog: Renamed from modules/relocatable.
11831         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
11832
11833 2007-03-03  Bruno Haible  <bruno@clisp.org>
11834
11835         * modules/relocatable-script (Files): Add doc/relocatable.texi,
11836         m4/relocatable-lib.m4.
11837         (Depends-on): Remove 'relocatable'.
11838         (configure.ac): Add gl_RELOCATABLE_NOP.
11839
11840 2007-03-03  Bruno Haible  <bruno@clisp.org>
11841
11842         * modules/relocatable-prog-wrapper: New file.
11843         * modules/relocatable (Depends-on): Add it. Remove all other
11844         dependencies except progname.
11845         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
11846
11847         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
11848         (gl_FUNC_STRERROR): Nop.
11849         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
11850
11851         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
11852         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
11853
11854         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
11855         (gl_FUNC_READLINK): Update.
11856
11857         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
11858
11859 2007-03-03  Bruno Haible  <bruno@clisp.org>
11860
11861         * lib/xreadlink.c: Include <unistd.h> unconditionally.
11862         * modules/xreadlink (Depends-on): Add unistd.
11863         * modules/xreadlink-with-size (Depends-on): Likewise.
11864
11865 2007-03-03  Bruno Haible  <bruno@clisp.org>
11866
11867         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
11868         extracted from gt_FUNC_SETENV.
11869         (gt_FUNC_SETENV): Remove macro.
11870         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
11871         remove gt_FUNC_SETENV.
11872
11873 2007-03-03  Bruno Haible  <bruno@clisp.org>
11874
11875         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
11876         ENABLE_RELOCATABLE here.
11877         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
11878
11879 2007-03-03  Bruno Haible  <bruno@clisp.org>
11880
11881         * modules/rbtreehash-list-tests (Depends-on): Add progname.
11882         * tests/test-rbtreehash_list.c: Include progname.h.
11883         (main): Call set_program_name.
11884
11885         * modules/rbtree-oset-tests (Depends-on): Add progname.
11886         * tests/test-rbtree_oset.c: Include progname.h.
11887         (main): Call set_program_name.
11888
11889         * modules/rbtree-list-tests (Depends-on): Add progname.
11890         * tests/test-rbtree_list.c: Include progname.h.
11891         (main): Call set_program_name.
11892
11893         * modules/linked-list-tests (Depends-on): Add progname.
11894         * tests/test-linked_list.c: Include progname.h.
11895         (main): Call set_program_name.
11896
11897 2007-03-03  Bruno Haible  <bruno@clisp.org>
11898
11899         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
11900         All uses of __restrict changed to _Restrict_.
11901         * lib/glob_.h (__restrict): Remove macro.
11902
11903 2007-03-02  Bruno Haible  <bruno@clisp.org>
11904
11905         * modules/gettext (configure.ac): Require gettext infrastructure
11906         from version 0.16.1.
11907
11908 2007-03-02  Bruno Haible  <bruno@clisp.org>
11909
11910         * modules/linkedhash-list-tests (Depends-on): Add progname.
11911         * tests/test-linkedhash_list.c: Include progname.h.
11912         (main): Call set_program_name.
11913
11914         * modules/carray-list-tests (Depends-on): Add progname.
11915         * tests/test-carray_list.c: Include progname.h.
11916         (main): Call set_program_name.
11917
11918         * modules/avltreehash-list-tests (Depends-on): Add progname.
11919         * tests/test-avltreehash_list.c: Include progname.h.
11920         (main): Call set_program_name.
11921
11922         * modules/avltree-oset-tests (Depends-on): Add progname.
11923         * tests/test-avltree_oset.c: Include progname.h.
11924         (main): Call set_program_name.
11925
11926         * modules/avltree-list-tests (Depends-on): Add progname.
11927         * tests/test-avltree_list.c: Include progname.h.
11928         (main): Call set_program_name.
11929
11930         * modules/array-oset-tests (Depends-on): Add progname.
11931         * tests/test-array_oset.c: Include progname.h.
11932         (main): Call set_program_name.
11933
11934         * modules/array-list-tests (Depends-on): Add progname.
11935         * tests/test-array_list.c: Include progname.h.
11936         (main): Call set_program_name.
11937
11938         * modules/argp-tests (Depends-on): Add progname.
11939         * tests/test-argp.c: Include argp.h first. Include progname.h.
11940         (main): Call set_program_name.
11941
11942 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
11943
11944         * doc/gnulib-tool.texi (Initial import): Reword description of
11945         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
11946         limited effect even if defined after the first system include.
11947
11948 2007-03-01  Bruno Haible  <bruno@clisp.org>
11949
11950         * build-aux/config.libpath: Update to libtool-1.5.22.
11951         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11952
11953 2007-03-01  Bruno Haible  <bruno@clisp.org>
11954
11955         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
11956         foo_CFLAGS.
11957         Reported by Ralf Wildenhues.
11958
11959 2007-03-01  Bruno Haible  <bruno@clisp.org>
11960
11961         * build-aux/install-reloc: Remove object files left over by some
11962         compilers.
11963         Reported by Ralf Wildenhues.
11964
11965 2007-03-01  Bruno Haible  <bruno@clisp.org>
11966
11967         * build-aux/install-reloc: Break long lines.
11968
11969 2007-03-01  Bruno Haible  <bruno@clisp.org>
11970
11971         * doc/relocatable.texi: Document that it may not work on OpenBSD.
11972         Reported by Ralf Wildenhues.
11973
11974 2007-03-01  Bruno Haible  <bruno@clisp.org>
11975
11976         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
11977         include ordering constraints.
11978
11979 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11980
11981         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
11982         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
11983         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
11984         as another example.
11985         * lib/time_.h: Fix misspelling.
11986         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11987         Require gl_HEADER_TIME_H_DEFAULTS.
11988         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
11989         * m4/time_r.m4 (gl_TIME_R): Likewise.
11990         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
11991
11992 2007-03-01  Bruno Haible  <bruno@clisp.org>
11993
11994         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
11995         * m4/utimens.m4 (gl_UTIMENS): Likewise.
11996
11997 2007-03-01  Jim Meyering  <jim@meyering.net>
11998
11999         * modules/xreadlink (Maintainer): Add my name.
12000         * modules/xreadlink-with-size (Depends-on): Alphabetize.
12001
12002 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
12003             Bruno Haible  <bruno@clisp.org>
12004
12005         * build-aux/install-reloc: Compile also c-ctype.c.
12006         * build-aux/relocatable.sh.in: New file.
12007         * doc/relocatable.texi: New file.
12008         * doc/relocatable-maint.texi: New file.
12009         * doc/gnulib.texi: Include relocatable-maint.texi.
12010         * lib/progreloc.c: Include unistd.h unconditionally.
12011         * lib/relocwrapper.c: Include unistd.h unconditionally.
12012         Include c-ctype.h.
12013         (add_dotbin): Use c_tolower.
12014         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
12015         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
12016         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
12017         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
12018         to m4/relocatable-lib.m4.
12019         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
12020         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
12021         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
12022         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
12023         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
12024         * modules/relocatable: New file.
12025         * modules/relocatable-lib: New file.
12026         * modules/relocatable-script: New file.
12027
12028 2007-02-28  Bruno Haible  <bruno@clisp.org>
12029
12030         Import --enable-relocatable infrastructure.
12031         * build-aux/config.libpath: New file, from GNU gettext.
12032         * build-aux/install-reloc: New file, from GNU gettext.
12033         * build-aux/reloc-ldflags: New file, from GNU gettext.
12034         * lib/relocatable.h: New file, from GNU gettext.
12035         * lib/relocatable.c: New file, from GNU gettext.
12036         * lib/relocwrapper.c: New file, from GNU gettext.
12037         * m4/relocatable.m4: New file, from GNU gettext.
12038
12039 2007-02-28  Bruno Haible  <bruno@clisp.org>
12040
12041         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
12042
12043         * modules/xreadlink: New file, from GNU gettext with modifications.
12044         * lib/xreadlink.c: New file, from GNU gettext.
12045         * lib/xreadlink.h: Add comments.
12046         (xreadlink): New declaration.
12047
12048         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
12049         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
12050         lib/xreadlink-with-size.c.
12051         (configure.ac): Remove gl_XREADLINK invocation.
12052         (Makefile.am): Augment lib_SOURCES.
12053         * m4/xreadlink.m4: Remove file.
12054         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
12055         (xreadlink_with_size): Renamed from xreadink.
12056         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
12057         * modules/canonicalize (Depends-on): Replace xreadlink with
12058         xreadlink-with-size.
12059         * lib/canonicalize.c (canonicalize_filename_mode): Update.
12060
12061 2007-02-25  Jim Meyering  <jim@meyering.net>
12062
12063         * build-aux/announce-gen: When complaining about excess arguments,
12064         list them.
12065
12066 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12067
12068         * README: Document signed integer overflow situation more
12069         accurately.
12070
12071 2007-02-25  Bruno Haible  <bruno@clisp.org>
12072
12073         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
12074         'a' or 'A' conversion.
12075
12076 2007-02-25  Bruno Haible  <bruno@clisp.org>
12077
12078         * modules/filename: Renamed from modules/pathname.
12079         (Files): Replace lib/pathname.h with lib/filename.h. Replace
12080         lib/concatpath.c with lib/concat-filename.c.
12081         (Makefile.am): Update.
12082         (Include): Replace pathname.h with filename.h.
12083         * lib/filename.h: Renamed from lib/pathname.h.
12084         (concatenated_filename): Renamed from concatenated_pathname.
12085         * lib/concat-filename.c: Renamed from lib/concatpath.c.
12086         (concatenated_filename): Renamed from concatenated_pathname.
12087         * lib/findprog.c: Include filename.h instead of pathname.h.
12088         (find_in_path): Update.
12089         * lib/javacomp.c: Include filename.h instead of pathname.h.
12090         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12091         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12092         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12093         is_oldgcj_14_13_usable, is_javac_usable): Update.
12094         * lib/javaexec.c: Include filename.h instead of pathname.h.
12095         (execute_java_class): Update.
12096         * modules/findprog: Update.
12097         * modules/javacomp: Update.
12098         * modules/javaexec: Update.
12099         * MODULES.html.sh (File system functions): Add 'filename', remove
12100         'pathname'.
12101
12102 2007-02-25  Bruno Haible  <bruno@clisp.org>
12103
12104         * modules/printf-frexpl-tests: New file.
12105         * tests/test-printf-frexpl.c: New file.
12106
12107         * modules/printf-frexpl: New file.
12108         * lib/printf-frexpl.h: New file.
12109         * lib/printf-frexpl.c: New file.
12110         * m4/printf-frexpl.m4: New file.
12111
12112 2007-02-25  Bruno Haible  <bruno@clisp.org>
12113
12114         * modules/printf-frexp-tests: New file.
12115         * tests/test-printf-frexp.c: New file.
12116
12117         * modules/printf-frexp: New file.
12118         * lib/printf-frexp.h: New file.
12119         * lib/printf-frexp.c: New file.
12120         * m4/printf-frexp.m4: New file.
12121
12122 2007-02-25  Bruno Haible  <bruno@clisp.org>
12123
12124         Assume automake >= 1.10 for the tests.
12125         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
12126         * modules/arctwo-tests: Likewise.
12127         * modules/argp-tests: Likewise.
12128         * modules/avltree-list-tests: Likewise.
12129         * modules/avltree-oset-tests: Likewise.
12130         * modules/avltreehash-list-tests: Likewise.
12131         * modules/carray-list-tests: Likewise.
12132         * modules/crc-tests: Likewise.
12133         * modules/des-tests: Likewise.
12134         * modules/gc-arcfour-tests: Likewise.
12135         * modules/gc-arctwo-tests: Likewise.
12136         * modules/gc-des-tests: Likewise.
12137         * modules/gc-hmac-md5-tests: Likewise.
12138         * modules/gc-hmac-sha1-tests: Likewise.
12139         * modules/gc-md2-tests: Likewise.
12140         * modules/gc-md4-tests: Likewise.
12141         * modules/gc-md5-tests: Likewise.
12142         * modules/gc-pbkdf2-sha1-tests: Likewise.
12143         * modules/gc-rijndael-tests: Likewise.
12144         * modules/gc-sha1-tests: Likewise.
12145         * modules/gc-tests: Likewise.
12146         * modules/getaddrinfo-tests: Likewise.
12147         * modules/hmac-md5-tests: Likewise.
12148         * modules/hmac-sha1-tests: Likewise.
12149         * modules/linked-list-tests: Likewise.
12150         * modules/linkedhash-list-tests: Likewise.
12151         * modules/lock-tests: Likewise.
12152         * modules/md2-tests: Likewise.
12153         * modules/md4-tests: Likewise.
12154         * modules/md5-tests: Likewise.
12155         * modules/rbtree-list-tests: Likewise.
12156         * modules/rbtree-oset-tests: Likewise.
12157         * modules/rbtreehash-list-tests: Likewise.
12158         * modules/read-file-tests: Likewise.
12159         * modules/rijndael-tests: Likewise.
12160         * modules/stdint-tests: Likewise.
12161         * modules/tls-tests: Likewise.
12162
12163 2007-02-24  Bruno Haible  <bruno@clisp.org>
12164
12165         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
12166         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
12167         function; instead check whether isnan with a double argument links.
12168         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
12169         function; instead check whether isnan with a 'long double' argument
12170         links.
12171         Reported by Eric Blake <ebb9@byu.net>.
12172
12173 2007-02-24  Bruno Haible  <bruno@clisp.org>
12174
12175         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
12176         defined.
12177         * lib/isnanl.c: Remove all code. Just include isnan.c.
12178         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
12179
12180 2007-02-25  Jim Meyering  <jim@meyering.net>
12181
12182         Avoid conflicting types for 'unsetenv' on FreeBSD.
12183         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
12184         conflicting with FreeBSD's (5.0 and 6.1) function declaration
12185         in stdlib.h.
12186
12187 2007-02-24  Bruno Haible  <bruno@clisp.org>
12188
12189         * modules/isnanl-nolibm-tests: New file.
12190         * tests/test-isnanl.c: New file.
12191
12192         * modules/isnanl-nolibm: New file.
12193         * lib/isnanl.h: New file.
12194         * lib/isnanl.c: New file.
12195         * m4/isnanl.m4: New file.
12196
12197 2007-02-24  Bruno Haible  <bruno@clisp.org>
12198
12199         * modules/isnan-nolibm-tests: New file.
12200         * tests/test-isnan.c: New file.
12201
12202         * modules/isnan-nolibm: New file.
12203         * lib/isnan.h: New file.
12204         * lib/isnan.c: New file.
12205         * m4/isnan.m4: New file.
12206
12207 2007-02-24  Bruno Haible  <bruno@clisp.org>
12208
12209         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
12210         assume that an exponent fits in 20 bits.
12211
12212 2007-02-24  Jim Meyering  <jim@meyering.net>
12213
12214         * m4/regex.m4: Update the description of the configure-time option,
12215         --without-included-regex, to state accurately what the defaults are,
12216         and perhaps to give people an idea why using this option is risky.
12217
12218 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12219
12220         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
12221         loops on small arguments.  This attempts to avoid the problem
12222         Bruno Haible reported for AIX 4.3.2 in
12223         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
12224
12225 2007-02-23  Bruno Haible  <bruno@clisp.org>
12226
12227         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
12228         Needed for help2man.
12229
12230 2007-02-23  Karl Berry  <karl@gnu.org>
12231
12232         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
12233         exists, foo.h should be cvs-ignored, not committed.
12234
12235 2007-02-23  Eric Blake  <ebb9@byu.net>
12236
12237         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
12238         * lib/stat-time.h (includes): Likewise.
12239         * lib/utimecmp.c (includes): Likewise.
12240         * lib/utimens.h (includes): Likewise.
12241         * lib/getdate.y (includes): Also include "timespec.h" for use
12242         internal to the module.
12243         * modules/utimens (Depends-on): Revert yesterday's patch.
12244         * modules/nanosleep (Depends-on): Add missing dependency.
12245
12246 2007-02-22  Bruno Haible  <bruno@clisp.org>
12247
12248         * lib/glob.c: Don't include getlogin_r.h.
12249
12250 2007-02-22  Jim Meyering  <jim@meyering.net>
12251
12252         * modules/utimens (Depends-on): Add timespec, required for
12253         utimens.h's inclusion of timespec.h.
12254
12255 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
12256
12257         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
12258         long unreadable paths in GNU/Linux.  Problem reported by Andreas
12259         Schwab in
12260         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
12261         I'll try to think of a better way to fix the Solaris problem.
12262
12263         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
12264         like glibc; on Solaris 10, it fails with errno == EINVAL.
12265         POSIX says the behavior is unspecified if the first argument is NULL,
12266         so play it safe and never pass NULL to the system getcwd.
12267
12268 2007-02-21  Jim Meyering  <jim@meyering.net>
12269
12270         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
12271         of gettimeofday.  It would conflict with the one now always
12272         provided via sys_time_.h.  Reported by Matthew Woehlke, as
12273         an IRIX 6.5 build failure.
12274
12275 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12276
12277         Minor fixups to port to Solaris 10 with Sun C 5.8.
12278         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
12279         * modules/getcwd (Depends-on): Add dirfd.
12280         * lib/putenv.c (putenv): #undef it.
12281         (rpl_putenv): New decl.
12282         (malloc, free): Include <stdlib.h> rather than prototyping separately.
12283
12284 2007-02-20  Bruno Haible  <bruno@clisp.org>
12285
12286         * modules/stdio-tests: New file.
12287         * tests/test-stdio.c: New file.
12288
12289         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
12290         (Depends-on): Add stdio.
12291         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12292         (Include): Use <stdio.h> instead of vsnprintf.h.
12293         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12294         HAVE_DECL_VSNPRINTF.
12295         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
12296
12297         * modules/snprintf (Files): Remove lib/snprintf.h.
12298         (Depends-on): Add stdio.
12299         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12300         (Include): Use <stdio.h> instead of snprintf.h.
12301         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12302         HAVE_DECL_SNPRINTF.
12303         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
12304         * lib/getaddrinfo.c: Likewise.
12305
12306         * modules/stdio: New file.
12307         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
12308         * lib/snprintf.h: Remove file.
12309         * lib/vsnprintf.h: Remove file.
12310         * lib/.cppi-disable: Remove snprintf.h.
12311         * m4/stdio_h.m4: New file.
12312         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
12313
12314 2007-02-20  Jim Meyering  <jim@meyering.net>
12315
12316         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
12317         used by e.g., mingw.  From Bruno Haible.
12318
12319 2007-02-19  Bruno Haible  <bruno@clisp.org>
12320
12321         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
12322         warnings.
12323         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12324
12325 2007-02-19  Bruno Haible  <bruno@clisp.org>
12326
12327         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
12328         from mingw users.
12329
12330 2007-02-19  Bruno Haible  <bruno@clisp.org>
12331
12332         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
12333         warnings.
12334         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
12335
12336 2007-02-19  Jim Meyering  <jim@meyering.net>
12337
12338         Don't use FD after a successful "fdopendir (fd)".
12339         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
12340         Reset it by calling dirfd on the just-obtained DIR*.
12341
12342         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
12343         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
12344
12345 2007-02-18  Bruno Haible  <bruno@clisp.org>
12346
12347         * lib/readlink.c: Include <unistd.h>.
12348         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
12349         HAVE_READLINK.
12350         * modules/readlink (Depends-on): Add unistd.
12351         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12352         (Include): Add <unistd.h>.
12353
12354         * lib/getlogin_r.h: Remove file.
12355         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
12356         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
12357         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
12358         HAVE_DECL_GETLOGIN_R.
12359         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
12360         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12361         (Include): Use <unistd.h> instead of getlogin_r.h.
12362
12363         * lib/getcwd.h: Remove file.
12364         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
12365         * lib/xgetcwd.c: Likewise.
12366         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
12367         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
12368         * modules/getcwd (Files): Remove lib/getcwd.h.
12369         (Depends-on): Add unistd.
12370         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12371         (Include): Use <unistd.h> instad of getcwd.h.
12372
12373         * lib/ftruncate.c: Include <unistd.h> first.
12374         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
12375         Set HAVE_FTRUNCATE.
12376         * modules/ftruncate (Depends-on): Add unistd.
12377         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12378
12379         * lib/fchdir.c: Include <unistd.h> first.
12380         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
12381         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
12382         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
12383         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12384         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
12385
12386         * lib/dup2.c: Include <unistd.h> first.
12387         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
12388         HAVE_DUP2.
12389         * modules/dup2 (Depends-on): Add unistd.
12390         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12391
12392         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
12393         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
12394         REPLACE_CHOWN. Don't define chown as a macro here.
12395         * modules/chown (Depends-on): Add unistd.
12396         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12397
12398         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
12399         Add definition for GL_LINK_WARNING.
12400         (chown, dup2): New declarations.
12401         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
12402         link warning.
12403         (ftruncate): New declaration.
12404         (getcwd): New declaration, taken from old getcwd.h.
12405         (getlogin_r): New declaration, taken from old getlogin_r.h.
12406         (readlink): New declaration.
12407         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
12408         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
12409         (gl_PREREQ_UNISTD): Remove macro.
12410         (gl_UNISTD_MODULE_INDICATOR): New macro.
12411         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
12412         many new variables. Don't set UNISTD_H.
12413         * modules/unistd (Description): Change.
12414         (Depends-on): Add link-warning.
12415         (configure.ac): Update.
12416         (Makefile.am): Create unistd.h always. Substitute many new variables
12417         into it.
12418
12419 2007-02-18  Bruno Haible  <bruno@clisp.org>
12420
12421         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
12422         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
12423         HAVE_GETSUBOPT.
12424         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
12425         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
12426         * lib/getsubopt.h: Remove file.
12427         * modules/getsubopt (Files): Remove lib/getsubopt.h.
12428         (Depends-on): Add stdlib.
12429         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12430         (Includes): Use <stdlib.h> instead of getsubopt.h.
12431         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
12432         Set HAVE_GETSUBOPT.
12433         * lib/getsubopt.c: Don't include getsubopt.h.
12434
12435 2007-02-18  Bruno Haible  <bruno@clisp.org>
12436
12437         * modules/fchdir (Depends-on): Add dup2.
12438
12439 2007-02-18  Bruno Haible  <bruno@clisp.org>
12440
12441         * lib/stdlib_.h: Handle glibc's special invocation convention
12442         specially.
12443
12444 2007-02-18  Bruno Haible  <bruno@clisp.org>
12445
12446         * modules/stdlib-tests: New file.
12447         * tests/test-stdlib.c: New file.
12448
12449         * modules/mkstemp (Files): Remove lib/mkstemp.h.
12450         (Depends-on): Add stdlib.
12451         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12452         (Includes): Use <stdlib.h> instead of mkstemp.h.
12453         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12454         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
12455         * lib/mkstemp.c: Don't include mkstemp.h.
12456         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
12457         * lib/stdlib--.h: Don't include mkstemp.h.
12458
12459         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
12460         (Depends-on): Add stdlib.
12461         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12462         (Includes): Use <stdlib.h> instead of mkdtemp.h.
12463         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12464         HAVE_MKDTEMP.
12465         * lib/mkdtemp.c: Don't include mkdtemp.h.
12466         * lib/clean-temp.c: Don't include mkdtemp.h.
12467
12468         * modules/exit (Files): Remove lib/exit.h.
12469         (Depends-on): Add stdlib.
12470         (Makefile.am): Remove lib_SOURCES.
12471         (Include): Use <stdlib.h> instead of exit.h.
12472         * lib/argmatch.c: Don't include exit.h.
12473         * lib/execute.c: Likewise.
12474         * lib/pagealign_alloc.c: Likewise.
12475         * lib/pipe.c: Likewise.
12476         * lib/wait-process.c: Likewise.
12477         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
12478         * lib/exitfail.c: Likewise.
12479         * lib/savewd.c: Likewise.
12480         * lib/xsetenv.c: Likewise.
12481
12482         * modules/stdlib: New file.
12483         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
12484         and extra comments about mkstemp().
12485         * lib/exit.h: Remove file.
12486         * lib/mkdtemp.h: Remove file.
12487         * lib/mkstemp.h: Remove file.
12488         * m4/stdlib_h.m4: New file.
12489         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
12490
12491 2007-02-18  Bruno Haible  <bruno@clisp.org>
12492
12493         * modules/math-tests: New file.
12494         * tests/test-math.c: New file.
12495
12496         * modules/math: New file.
12497         * modules/mathl (Files): Remove lib/mathl.h.
12498         (Depends-on): Add math.
12499         (Makefile.am): Don't mention mathl.h.
12500         (Include): Use <math.h> instead of mathl.h.
12501         * lib/math_.h: New file.
12502         * lib/mathl.h: Remove file.
12503         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
12504         mathl.h.
12505         * lib/asinl.c: Likewise.
12506         * lib/atanl.c: Likewise.
12507         * lib/ceill.c: Likewise.
12508         * lib/cosl.c: Likewise.
12509         * lib/expl.c: Likewise.
12510         * lib/floorl.c: Likewise.
12511         * lib/frexpl.c: Likewise.
12512         * lib/ldexpl.c: Likewise.
12513         * lib/logl.c: Likewise.
12514         * lib/sincosl.c: Likewise.
12515         * lib/sinl.c: Likewise.
12516         * lib/sqrtl.c: Likewise.
12517         * lib/tanl.c: Likewise.
12518         * lib/trigl.c: Likewise.
12519         * m4/math_h.m4: New file.
12520         * MODULES.html.sh (Mathematics): Add math.
12521
12522 2007-02-17  Bruno Haible  <bruno@clisp.org>
12523
12524         * modules/wctype-tests: New file.
12525         * tests/test-wctype.c: New file.
12526
12527         * modules/wchar-tests: New file.
12528         * tests/test-wchar.c: New file.
12529
12530         * modules/unistd-tests: New file.
12531         * tests/test-unistd.c: New file.
12532
12533         * modules/time-tests: New file.
12534         * tests/test-time.c: New file.
12535
12536         * modules/sysexits-tests: New file.
12537         * tests/test-sysexits.c: New file.
12538
12539         * modules/sys_time-tests: New file.
12540         * tests/test-sys_time.c: New file.
12541
12542         * modules/sys_stat-tests: New file.
12543         * tests/test-sys_stat.c: New file.
12544
12545         * modules/sys_socket-tests: New file.
12546         * tests/test-sys_socket.c: New file.
12547
12548         * modules/sys_select-tests: New file.
12549         * tests/test-sys_select.c: New file.
12550
12551         * modules/string-tests: New file.
12552         * tests/test-string.c: New file.
12553
12554         * modules/stdbool-tests: New file.
12555         * tests/test-stdbool.c: New file.
12556
12557         * modules/netinet_in-tests: New file.
12558         * tests/test-netinet_in.c: New file.
12559
12560         * modules/inttypes-tests: New file.
12561         * tests/test-inttypes.c: New file.
12562
12563         * modules/fcntl-tests: New file.
12564         * tests/test-fcntl.c: New file.
12565
12566         * modules/byteswap-tests: New file.
12567         * tests/test-byteswap.c: New file.
12568
12569         * modules/arpa_inet-tests: New file.
12570         * tests/test-arpa_inet.c: New file.
12571
12572 2007-02-17  Bruno Haible  <bruno@clisp.org>
12573
12574         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
12575         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
12576         if the corresponding module is not enabled. Emit link warnings if
12577         the function is used nevertheless.
12578         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
12579         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
12580         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
12581         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
12582         * modules/inttypes (Depends-on): Add link-warning.
12583         (Makefile.am): Copy the contents of build-aux/link-warning.h into
12584         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
12585         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
12586         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
12587         * modules/imaxdiv (configure.ac): Likewise.
12588         * modules/strtoimax (configure.ac): Likewise.
12589         * modules/strtoumax (configure.ac): Likewise.
12590
12591 2007-02-17  Bruno Haible  <bruno@clisp.org>
12592
12593         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
12594         gl_STRING_MODULE_INDICATOR_DEFAULTS.
12595         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
12596         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
12597
12598 2007-02-17  Bruno Haible  <bruno@clisp.org>
12599
12600         * modules/link-warning: New file.
12601         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
12602         * lib/string_.h (GL_LINK_WARNING): Remove definition.
12603         * modules/string (Depends-on): Add link-warning.
12604         (Makefile.am): Copy the contents of build-aux/link-warning.h into
12605         string.h.
12606         * MODULES.html.sh (Support for building libraries and executables): Add
12607         link-warning.
12608
12609 2007-02-17  Bruno Haible  <bruno@clisp.org>
12610
12611         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
12612         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
12613         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
12614         long lines.
12615
12616 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
12617             Bruno Haible  <bruno@clisp.org>
12618
12619         * modules/tmpfile: New file.
12620         * lib/tmpfile.c: New file.
12621         * m4/tmpfile.m4: New file.
12622         * MODULES.html.sh (func_all_modules): New section "Input/output".
12623
12624 2007-02-15  Bruno Haible  <bruno@clisp.org>
12625
12626         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
12627         (supports_delete_on_close): New function.
12628         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
12629
12630 2007-02-14  Bruno Haible  <bruno@clisp.org>
12631
12632         * modules/mbspcasecmp-tests: New file.
12633         * tests/test-mbspcasecmp.sh: New file.
12634         * tests/test-mbspcasecmp.c: New file.
12635
12636         New module mbspcasecmp.
12637         * modules/mbspcasecmp: New file.
12638         * lib/mbspcasecmp.c: New file.
12639         * lib/string_.h (strncasecmp): Change warning message.
12640         (mbspcasecmp): New declaration.
12641         * m4/mbspcasecmp.m4: New file.
12642         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12643         GNULIB_MBSPCASECMP.
12644         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
12645         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
12646
12647 2007-02-14  Bruno Haible  <bruno@clisp.org>
12648
12649         * modules/mbsncasecmp-tests: New file.
12650         * tests/test-mbsncasecmp.sh: New file.
12651         * tests/test-mbsncasecmp.c: New file.
12652
12653         New module mbsncasecmp.
12654         * modules/mbsncasecmp: New file.
12655         * lib/mbsncasecmp.c: New file.
12656         * lib/string_.h (mbsncasecmp): New declaration.
12657         * m4/mbsncasecmp.m4: New file.
12658         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12659         GNULIB_MBSNCASECMP.
12660         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
12661         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
12662
12663 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12664
12665         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
12666         Verify that it doesn't overlap with our flags.
12667         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
12668         do not have the desired effect in multibyte locales; instead, use
12669         mbscasecmp.
12670         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
12671         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
12672         we don't require GNU fnmatch ourselves (if our users require it, they
12673         should do so explicitly).
12674
12675         Fix regex code so it doesn't rely on strcasecmp.
12676         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
12677         Otherwise, include gnulib's langinfo.h.
12678         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
12679         undesirable behavior in non-C locales.  Instead, rely on localecharset.
12680         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
12681         * modules/regex (FILES): Remove m4/codeset.m4.
12682         (Depends-on): Add localcharset.  Remove strcase.
12683
12684 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12685
12686         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
12687         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
12688
12689 2007-02-13  Bruno Haible  <bruno@clisp.org>
12690
12691         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
12692         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12693
12694 2007-02-12  Bruno Haible  <bruno@clisp.org>
12695
12696         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
12697         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
12698         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
12699         time warning rather than a link error.
12700
12701 2007-02-12  Bruno Haible  <bruno@clisp.org>
12702
12703         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
12704         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12705         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12706
12707 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12708
12709         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
12710         args, not 2.
12711
12712 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12713
12714         New module 'time', so that apps can include <time.h> as per
12715         POSIX and GNU instead of separate include files like time_r.h
12716         and timegm.h.  This implementation tries out a simpler approach
12717         for replacing decls in standard include files (as compared to
12718         the string module), somewhat as an experiment.
12719
12720         * config/srclist.txt: Comment out mktime.c for now.
12721         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
12722         since it doesn't apply any more.  Use generic wording instead.
12723         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
12724         'time'.
12725         * lib/time_.h, m4/time_h.m4, modules/time: New files.
12726         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
12727         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
12728         Don't include <sys/types.h>; no longer needed since we assume C89.
12729         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
12730         * lib/strftime.c: Likewise.
12731         * lib/time_r.c: Likewise.
12732         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
12733         * lib/nanosleep.c: Include <time.h> first, to check interface.
12734         * lib/strptime.c: Likewise.
12735         * lib/time_r.c: Likewise.
12736         * lib/timegm.c: Likewise.
12737         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
12738         needed.
12739         * lib/timegm.c: Don't include timegm.h; no longer needed.
12740         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
12741         time.h now handles any problems in that area.
12742         (struct timespec, nanosleep): Remove; time.h now arranges for these.
12743         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
12744         that time.h defines struct timespec.
12745         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
12746         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
12747         handles that.
12748         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
12749         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
12750         needed.  Set REPLACE_LOCALTIME.
12751         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
12752         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
12753         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
12754         nanosleep; time_h.m4 now does that.  Don't require
12755         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
12756         module handles this now.
12757         * modules/getdate (Depends-on): Remove timespec.  Add time.
12758         * modules/nanosleep (Depends-on): Likewise.
12759         * modules/stat-time (Depends-on): Likewise.
12760         * modules/nanosleep (Include): Include time.h, not timespec.h.
12761         * modules/strptime (Files): Remove lib/strptime.h.
12762         (Depends-on): Add extensions, time.
12763         (Include): Include time.h, not strptime.h.
12764         * modules/time_r (Files): Remove lib/time_r.h.
12765         (Depends-on): Add time.
12766         (Include): Include time.h, not time_r.h.
12767         * modules/timegm: Likewise.
12768         * modules/timespec (Description): Now does timespec-related decls
12769         of our own, instead of struct timespec itself.
12770         (Depends-on): Add time; remove extensions.
12771         (Maintainer): Add self.
12772         * modules/utimecmp (Depends-on): Add time; remove timespec.
12773         * modules/utimens (Depends-on): Likewise.
12774         * modules/xnanosleep (Depends-on): Likewise.
12775
12776 2007-02-11  Bruno Haible  <bruno@clisp.org>
12777
12778         * lib/c-strstr.c: Include allocsa.h.
12779         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12780         * lib/c-strcasestr.c: Include allocsa.h.
12781         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12782         * lib/strcasestr.c: Include allocsa.h.
12783         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12784         * lib/mbsstr.c: Include allocsa.h.
12785         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12786         allocsa/freesa instead of malloc/free.
12787         * lib/mbscasestr.c: Include allocsa.h.
12788         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12789         allocsa/freesa instead of malloc/free.
12790         * modules/c-strstr (Depends-on): Add allocsa.
12791         * modules/c-strcasestr (Depends-on): Likewise.
12792         * modules/strcasestr (Depends-on): Likewise.
12793         * modules/mbsstr (Depends-on): Likewise.
12794         * modules/mbscasestr (Depends-on): Likewise.
12795
12796 2007-02-11  Bruno Haible  <bruno@clisp.org>
12797
12798         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
12799
12800         * modules/mbsspn-tests: New file.
12801         * tests/test-mbsspn.sh: New file.
12802         * tests/test-mbsspn.c: New file.
12803
12804 2007-02-11  Bruno Haible  <bruno@clisp.org>
12805
12806         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
12807
12808         * modules/mbspbrk-tests: New file.
12809         * tests/test-mbspbrk.sh: New file.
12810         * tests/test-mbspbrk.c: New file.
12811
12812 2007-02-11  Bruno Haible  <bruno@clisp.org>
12813
12814         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
12815         unneeded cast.
12816
12817         * modules/mbscspn-tests: New file.
12818         * tests/test-mbscspn.sh: New file.
12819         * tests/test-mbscspn.c: New file.
12820
12821 2007-02-11  Bruno Haible  <bruno@clisp.org>
12822
12823         * modules/mbscasecmp-tests: New file.
12824         * tests/test-mbscasecmp.sh: New file.
12825         * tests/test-mbscasecmp.c: New file.
12826
12827 2007-02-11  Bruno Haible  <bruno@clisp.org>
12828
12829         Ensure O(n) worst-case complexity of mbscasestr.
12830         * lib/mbscasestr.c: Include stdbool.h.
12831         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12832         functions.
12833         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
12834         the bookkeeping indicates that it's worth it.
12835         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
12836
12837         * modules/mbscasestr-tests: New file.
12838         * tests/test-mbscasestr1.c: New file.
12839         * tests/test-mbscasestr2.sh: New file.
12840         * tests/test-mbscasestr2.c: New file.
12841         * tests/test-mbscasestr3.sh: New file.
12842         * tests/test-mbscasestr3.c: New file.
12843         * tests/test-mbscasestr4.sh: New file.
12844         * tests/test-mbscasestr4.c: New file.
12845         * m4/locale-tr.m4: New file.
12846
12847 2007-02-11  Bruno Haible  <bruno@clisp.org>
12848
12849         Ensure O(n) worst-case complexity of mbsstr.
12850         * lib/mbsstr.c: Include stdbool.h.
12851         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12852         functions.
12853         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
12854         bookkeeping indicates that it's worth it.
12855         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
12856
12857         * modules/mbsstr-tests: New file.
12858         * tests/test-mbsstr1.c: New file.
12859         * tests/test-mbsstr2.sh: New file.
12860         * tests/test-mbsstr2.c: New file.
12861         * tests/test-mbsstr3.sh: New file.
12862         * tests/test-mbsstr3.c: New file.
12863         * m4/locale-fr.m4: New file.
12864
12865 2007-02-11  Bruno Haible  <bruno@clisp.org>
12866
12867         * lib/mbsrchr.c (mbsrchr): Fix bug.
12868
12869         * modules/mbsrchr-tests: New file.
12870         * tests/test-mbsrchr.sh: New file.
12871         * tests/test-mbsrchr.c: New file.
12872
12873 2007-02-11  Bruno Haible  <bruno@clisp.org>
12874
12875         * lib/mbschr.c (mbschr): Fix bug.
12876
12877         * modules/mbschr-tests: New file.
12878         * tests/test-mbschr.sh: New file.
12879         * tests/test-mbschr.c: New file.
12880         * m4/locale-zh.m4: New file.
12881
12882 2007-02-11  Bruno Haible  <bruno@clisp.org>
12883
12884         Support for copying multibyte string iterators.
12885         * lib/mbiter.h: Include <string.h>.
12886         (mbiter_multi_copy): New function.
12887         (mbi_copy): New macro.
12888         * lib/mbuiter.h: Include <string.h>.
12889         (mbuiter_multi_copy): New function.
12890         (mbui_copy): New macro.
12891
12892 2007-02-11  Bruno Haible  <bruno@clisp.org>
12893
12894         New module mbslen.
12895         * modules/mbslen: New file.
12896         * lib/mbslen.c: New file.
12897         * lib/string_.h (mbslen): New declaration.
12898         * m4/mbslen.m4: New file.
12899         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12900         GNULIB_MBSLEN.
12901         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
12902         * MODULES.html.sh (Internationalization functions): Add mbslen.
12903
12904 2007-02-11  Bruno Haible  <bruno@clisp.org>
12905
12906         Ensure O(n) worst-case complexity of strcasestr substitute.
12907         * lib/strcasestr.c: Include stdbool.h.
12908         (knuth_morris_pratt): New function.
12909         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
12910         bookkeeping indicates that it's worth it.
12911         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
12912
12913         * modules/strcasestr-tests: New file.
12914         * tests/test-strcasestr.c: New file.
12915
12916 2007-02-11  Bruno Haible  <bruno@clisp.org>
12917
12918         Ensure O(n) worst-case complexity of c_strcasestr.
12919         * lib/c-strcasestr.c: Include stdbool.h, string.h.
12920         (knuth_morris_pratt): New function.
12921         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
12922         the bookkeeping indicates that it's worth it.
12923         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
12924
12925         * modules/c-strcasestr-tests: New file.
12926         * tests/test-c-strcasestr.c: New file.
12927
12928 2007-02-11  Bruno Haible  <bruno@clisp.org>
12929
12930         Ensure O(n) worst-case complexity of c_strstr.
12931         * lib/c-strstr.c: Include stdbool.h, string.h.
12932         (knuth_morris_pratt): New function.
12933         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
12934         bookkeeping indicates that it's worth it.
12935         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
12936
12937         * lib/c-strstr.c: Complete rewrite for maintainability.
12938
12939         * modules/c-strstr-tests: New file.
12940         * tests/test-c-strstr.c: New file.
12941
12942 2007-02-11  Bruno Haible  <bruno@clisp.org>
12943
12944         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
12945         5.2.1 and earlier, whereby \055 was treated just like the range
12946         delimiter '-'.
12947         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12948
12949 2007-02-08  Bruno Haible  <bruno@clisp.org>
12950
12951         * modules/regex (Depends-on): Add stdbool.
12952         Reported by Dalibor Topic <robilad@kaffe.org>.
12953
12954 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
12957         Prefer returning from main to exiting from it.
12958         Remove unnecessary parens after sizeof.
12959
12960 2007-02-05  Bruno Haible  <bruno@clisp.org>
12961
12962         New module mbssep.
12963         * modules/mbssep: New file.
12964         * lib/mbssep.c: New file.
12965         * lib/string_.h (strsep): Add a conditional link warning.
12966         (mbssep): New declaration.
12967         * m4/mbssep.m4: New file.
12968         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12969         GNULIB_MBSSEP.
12970         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
12971         * MODULES.html.sh (Internationalization functions): Add mbssep.
12972
12973 2007-02-05  Bruno Haible  <bruno@clisp.org>
12974
12975         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
12976         Optimize search in case of 1 delimiter.
12977
12978 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
12979
12980         * lib/acl.h: Include sys/types.h before sys/acl.h.
12981
12982 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
12983
12984         Merge upstream fix for glibc bugzilla #3957:
12985
12986         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12987
12988         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12989         bit for RE_HAT_LISTS_NOT_NEWLINE.
12990         (build_charclass_op): Remove bogus comment.
12991
12992 2007-02-05  Simon Josefsson  <simon@josefsson.org>
12993
12994         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
12995
12996 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12997
12998         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
12999         * lib/memmem.c [!defined _LIBC]: Include config.h.
13000
13001 2007-02-04  Bruno Haible  <bruno@clisp.org>
13002
13003         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
13004         warning message.
13005
13006 2007-02-04  Bruno Haible  <bruno@clisp.org>
13007
13008         New module mbstok_r.
13009         * modules/mbstok_r: New file.
13010         * lib/mbstok_r.c: New file.
13011         * lib/string_.h (strtok_r): Change argument names to match the
13012         comments. Add a conditional link warning.
13013         (mbstok_r): New declaration.
13014         * m4/mbstok_r.m4: New file.
13015         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13016         GNULIB_MBSTOK_R.
13017         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
13018         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
13019
13020 2007-02-04  Bruno Haible  <bruno@clisp.org>
13021
13022         New module mbsspn.
13023         * modules/mbsspn: New file.
13024         * lib/mbsspn.c: New file.
13025         * lib/string_.h (strspn): Add a conditional link warning.
13026         (mbsspn): New declaration.
13027         * m4/mbsspn.m4: New file.
13028         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13029         GNULIB_MBSSPN.
13030         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
13031         * MODULES.html.sh (Internationalization functions): Add mbsspn.
13032
13033 2007-02-04  Bruno Haible  <bruno@clisp.org>
13034
13035         New module mbspbrk.
13036         * modules/mbspbrk: New file.
13037         * lib/mbspbrk.c: New file.
13038         * lib/string_.h (strpbrk): Add a conditional link warning.
13039         (mbspbrk): New declaration.
13040         * m4/mbspbrk.m4: New file.
13041         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13042         GNULIB_MBSPBRK.
13043         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
13044         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
13045
13046 2007-02-04  Bruno Haible  <bruno@clisp.org>
13047
13048         New module mbscspn.
13049         * modules/mbscspn: New file.
13050         * lib/mbscspn.c: New file.
13051         * lib/string_.h (strcspn): Add a conditional link warning.
13052         (mbscspn): New declaration.
13053         * m4/mbscspn.m4: New file.
13054         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13055         GNULIB_MBSCSPN.
13056         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
13057         * MODULES.html.sh (Internationalization functions): Add mbscspn.
13058
13059 2007-02-04  Bruno Haible  <bruno@clisp.org>
13060
13061         New module mbscasestr, reduced goal of strcasestr.
13062         * modules/mbscasestr: New file.
13063         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
13064         (mbscasestr): Renamed from strcasestr.
13065         * lib/strcasestr.c: Don't include mbuiter.h.
13066         (strcasestr): Remove support for multibyte locales.
13067         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
13068         Change the conditional link warning.
13069         (mbscasestr): New declaration.
13070         * m4/mbscasestr.m4: New file.
13071         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
13072         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
13073         REPLACE_STRCASESTR.
13074         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
13075         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13076         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13077         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
13078         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
13079         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13080         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
13081         (Depends-on): Remove mbuiter.
13082         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
13083
13084 2007-02-04  Bruno Haible  <bruno@clisp.org>
13085
13086         Simplify handling of strncasecmp.
13087         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
13088         the conditional link warning.
13089         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13090         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
13091         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
13092         * modules/strcase (configure.ac): Don't invoke
13093         gl_STRING_MODULE_INDICATOR.
13094         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
13095
13096 2007-02-04  Bruno Haible  <bruno@clisp.org>
13097
13098         New module mbscasecmp, reduced goal of strcasecmp.
13099         * modules/mbscasecmp: New file.
13100         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
13101         (mbscasecmp): Renamed from strcasecmp.
13102         * lib/strcasecmp.c: Don't include mbuiter.h.
13103         (strcasecmp): Remove support for multibyte locales.
13104         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
13105         Change the conditional link warning.
13106         (mbscasecmp): New declaration.
13107         * m4/mbscasecmp.m4: New file.
13108         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
13109         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
13110         REPLACE_STRCASECMP.
13111         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
13112         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13113         GNULIB_MBSCASECMP.
13114         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
13115         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
13116         * modules/strcase (Files): Remove m4/mbrtowc.m4.
13117         (Depends-on): Remove mbuiter.
13118         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
13119
13120 2007-02-04  Bruno Haible  <bruno@clisp.org>
13121
13122         New module mbsstr. Remove module strstr.
13123         * modules/mbsstr: New file.
13124         * modules/strstr: Remove file.
13125         * lib/mbsstr.c: Renamed from lib/strstr.c.
13126         (mbsstr): Renamed from strstr.
13127         * lib/string_.h (strstr): Remove declaration. Change the conditional
13128         link warning.
13129         (mbsstr): New declaration.
13130         * m4/mbsstr.m4: New file.
13131         * m4/strstr.m4: Remove file.
13132         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
13133         REPLACE_STRSTR.
13134         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
13135         Don't initialize GNULIB_STRSTR.
13136         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
13137         substitute GNULIB_STRSTR and REPLACE_STRSTR.
13138         * MODULES.html.sh (Internationalization functions): Add mbsstr.
13139         (Support for systems lacking ANSI C 89): Remove strstr.
13140
13141 2007-02-04  Bruno Haible  <bruno@clisp.org>
13142
13143         New module mbsrchr.
13144         * modules/mbsrchr: New file.
13145         * lib/mbsrchr.c: New file.
13146         * lib/string_.h (strrchr): Add a conditional link warning.
13147         (mbsrchr): New declaration.
13148         * m4/mbsrchr.m4: New file.
13149         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13150         GNULIB_MBSRCHR.
13151         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
13152         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
13153
13154 2007-02-04  Bruno Haible  <bruno@clisp.org>
13155
13156         New module mbschr.
13157         * modules/mbschr: New file.
13158         * lib/mbschr.c: New file.
13159         * lib/string_.h (strchr): Add a conditional link warning.
13160         (mbschr): New declaration.
13161         * m4/mbschr.m4: New file.
13162         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13163         GNULIB_MBSCHR.
13164         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
13165         * MODULES.html.sh (Internationalization functions): Add mbschr.
13166
13167 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13168
13169         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
13170
13171         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
13172
13173 2007-02-04  Bruno Haible  <bruno@clisp.org>
13174
13175         New module description section 'configure.ac-early'.
13176         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
13177         (func_get_autoconf_early_snippet): New function.
13178         (func_import, func_create_testdir): Use it. Remove special cases for
13179         modules 'extensions' and 'lock'.
13180         * modules/extensions (configure.ac-early): Require
13181         gl_USE_SYSTEM_EXTENSIONS.
13182         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
13183
13184 2007-02-04  Bruno Haible  <bruno@clisp.org>
13185
13186         Make use of gcj-4.3's -fsource and -ftarget option.
13187         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
13188         and if so try the options -fsource and -ftarget.
13189         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
13190         source_version, ftarget_option, target_version arguments.
13191         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
13192         (is_envjavac_oldgcj_14_14_usable): Renamed from
13193         is_envjavac_gcj_14_14_usable.
13194         (is_envjavac_oldgcj_14_13_usable): Renamed from
13195         is_envjavac_gcj_14_13_usable.
13196         (is_gcj_present): Update.
13197         (is_gcj_43, is_gcj43_usable): New functions.
13198         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
13199         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
13200         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
13201         try the options -fsource and -ftarget.
13202
13203 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13204
13205         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
13206         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
13207         larger value.
13208
13209 2007-02-03  Jim Meyering  <jim@meyering.net>
13210
13211         Give tools a better chance to allocate space for very large buffers.
13212         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
13213
13214         Make pwd and readlink work also when run with an unreadable parent dir
13215         on systems with openat support.
13216         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
13217         provided getcwd function, even when we have openat support.
13218         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
13219
13220 2007-02-02  Bruno Haible  <bruno@clisp.org>
13221
13222         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13223         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
13224         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
13225         portability problems if one of these functions is only used on specific
13226         platforms.
13227         Reported by Paul Eggert.
13228
13229 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
13232         is causing more trouble than it's curing.
13233         * lib/regex_internal.h (__mempcpy): Remove.
13234         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
13235         (and make the code a tad smaller to boot).
13236         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
13237
13238 2007-02-02  Jim Meyering  <jim@meyering.net>
13239
13240         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
13241         section, not in the Makefile.am: one.
13242
13243 2007-02-02  Eric Blake  <ebb9@byu.net>
13244
13245         * lib/strchrnul.c: Always include config.h first.
13246
13247         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
13248         gnulib strstr is not necessary here.
13249
13250 2007-02-02  Simon Josefsson  <simon@josefsson.org>
13251
13252         * m4/socklen.m4: Fix typo.
13253
13254 2007-02-02  Eric Blake  <ebb9@byu.net>
13255
13256         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
13257         * modules/netinet_in (Makefile.am): Likewise.
13258
13259 2007-02-01  Bruno Haible  <bruno@clisp.org>
13260
13261         * lib/string_.h (GL_LINK_WARNING): New macro.
13262         (strcasecmp, strstr, strcasestr): If provided by the system,
13263         conditionally define as a macro that leads to a warning instead of to
13264         an error.
13265         (strncasecmp): Conditionally define as a macro that leads to a warning.
13266
13267 2007-02-01  Karl Berry  <karl@gnu.org>
13268
13269         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
13270
13271 2007-02-01  Bruno Haible  <bruno@clisp.org>
13272
13273         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
13274         renamings.
13275
13276 2007-02-01  Eric Blake  <ebb9@byu.net>
13277
13278         * modules/regex (Depends-on): Revert dependence on mempcpy.
13279         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
13280         module's definition of mempcpy.
13281         Reported by Paul Eggert.
13282
13283 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13284
13285         * lib/string_.h: If the gnulib module XYZ is not present, undefine
13286         the symbol XYZ before redefining it.  This fixes a problem with
13287         programs that don't use XYZ, when compiled on systems that define
13288         XYZ to something else.
13289
13290 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
13293         occurs when "mkdir -m foo" creates a setgid directory that is (1)
13294         writeable to group or other and (2) is intended to have a special
13295         mode bit that is set or cleared.  In such a case, the directory
13296         should be neither group- nor other-writeable until the special
13297         mode bits are right.
13298
13299 2007-01-31  Eric Blake  <ebb9@byu.net>
13300
13301         * modules/mountlist (Depends-on): Add strstr.
13302
13303         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
13304         bug.
13305         * modules/string (Makefile.am): Remove redundant replacement.
13306         * modules/regex (Depends-on): Add mempcpy.
13307
13308 2007-01-31  Bruno Haible  <bruno@clisp.org>
13309
13310         New module description field 'Link'.
13311         * gnulib-tool (func_usage): Document --extract-link-directive.
13312         (sed_extract_prog): Recognize 'Link' directive.
13313         (func_get_link_directive): New function.
13314         (func_import): Show summary of link directives.
13315         Handle --extract-link-directive option.
13316         * modules/acl (Link): New section.
13317         * modules/clock-time (Link): New section.
13318         * modules/euidaccess (Link): New section.
13319         * modules/gettext (Link): New section.
13320         * modules/iconv (Link): New section.
13321         * modules/lock (Link): New section.
13322         * modules/nanosleep (Link): New section.
13323         * modules/readline (Link): New section.
13324
13325 2007-01-27  Bruno Haible  <bruno@clisp.org>
13326
13327         Enforce the use of gnulib modules for unportable <string.h> functions.
13328         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
13329         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
13330         (gl_HEADER_STRING_H_BODY): Require it.
13331         * lib/string_.h: If the gnulib module XYZ is not present, redefine
13332         the symbol XYZ to one that gives a link error.
13333         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
13334         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
13335         * modules/mempcpy (configure.ac): Likewise.
13336         * modules/memrchr (configure.ac): Likewise.
13337         * modules/stpcpy (configure.ac): Likewise.
13338         * modules/stpncpy (configure.ac): Likewise.
13339         * modules/strcase (configure.ac): Likewise.
13340         * modules/strcasestr (configure.ac): Likewise.
13341         * modules/strchrnul (configure.ac): Likewise.
13342         * modules/strdup (configure.ac): Likewise.
13343         * modules/strndup (configure.ac): Likewise.
13344         * modules/strnlen (configure.ac): Likewise.
13345         * modules/strpbrk (configure.ac): Likewise.
13346         * modules/strsep (configure.ac): Likewise.
13347         * modules/strstr (configure.ac): Likewise.
13348         * modules/strtok_r (configure.ac): Likewise.
13349
13350 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
13351
13352         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
13353
13354 2007-01-30  Jim Meyering  <jim@meyering.net>
13355
13356         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
13357
13358 2007-01-29  Bruno Haible  <bruno@clisp.org>
13359
13360         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
13361         * lib/execute.c: Likewise.
13362         * lib/pipe.c: Likewise.
13363         * lib/printf-args.h: Likewise.
13364         * lib/printf-args.c: Likewise.
13365         * lib/printf-parse.c: Likewise.
13366         * lib/vasnprintf.c: Likewise.
13367
13368 2007-01-29  Eric Blake  <ebb9@byu.net>
13369
13370         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
13371         declaration.
13372
13373 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * lib/strptime.h (strptime): Use 'restrict' for args where
13376         POSIX requires this.
13377         * lib/strptime.c (strptime): Likewise.
13378         Change license notice from LGPL to GPL, since gnulib-tool will
13379         change this as needed.
13380         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
13381         defined.
13382         Include "strptime.h" first, to check interface.
13383         Do not #undef _LIBC and _NL_CURRENT.
13384         Do not include <stdlib.h>; no longer needed.
13385         Include "time_r.h" and declare ptime_locale_status
13386         only if _LIBC is not defined.
13387         (__P): Remove unused macro.
13388         (match_string): Bring back glibc version, but use it only if _LIBC
13389         is defined.
13390         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
13391         Remove unnecessary assertion and abort() call.
13392         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
13393         * m4/strptime.m4: Fix serial number comment.
13394         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
13395         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
13396         (Depends-on): Add time_r.
13397
13398 2007-01-29  Bruno Haible  <bruno@clisp.org>
13399
13400         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13401         strptime.
13402         * modules/strptime (Depends-on): Add stdbool.
13403         * lib/strptime.h: Include <time.h> always. Add comments.
13404
13405 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13406
13407         * modules/strptime: New file.
13408         * lib/strptime.h: New file.
13409         * lib/strptime.c: New file.
13410         * m4/strptime.m4: New file.
13411
13412 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13413
13414         * MODULES.html.sh: New module mpsort.
13415         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
13416
13417         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
13418         a circularity problem with HP-UX ia64 reported by Bob Proulx in
13419         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
13420         All uses changed.
13421         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
13422         All uses changed.
13423         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
13424         to _Restrict_.
13425         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
13426         the parameter matches the prototype.
13427
13428 2007-01-28  Jim Meyering  <jim@meyering.net>
13429
13430         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
13431         sys/time.h here, reverting that part of the previous patch:
13432         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
13433
13434 2007-01-28  Bruno Haible  <bruno@clisp.org>
13435
13436         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
13437         value of $(SYS_TIME_H).
13438         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
13439         remove it conditionally, too. [added by Jim Meyering]
13440         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
13441         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13442         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
13443         GETTIMEOFDAY_REPLACEMENT to 1.
13444
13445 2007-01-28  Bruno Haible  <bruno@clisp.org>
13446
13447         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
13448         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
13449         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
13450         Set UNISTD_H instead of UNISTD_H2.
13451         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
13452
13453 2007-01-28  Bruno Haible  <bruno@clisp.org>
13454
13455         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
13456         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
13457
13458 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13459
13460         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
13461         (func_create_testdir): Ensure C locale for `grep' and `tr'
13462         character ranges.
13463         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
13464         ACLOCAL_AMFLAGS parsing state machine.
13465
13466 2007-01-27  Bruno Haible  <bruno@clisp.org>
13467
13468         * modules/unistr/base: Update.
13469
13470 2007-01-27  Bruno Haible  <bruno@clisp.org>
13471
13472         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
13473         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
13474         * modules/unistr/u32-mbtouc-unsafe: Renamed from
13475         modules/unistr/u32-mbtouc.
13476         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
13477         * lib/unistr.h: Update.
13478         * lib/linebreak.c: Update.
13479         * modules/unistr/u32-mbtouc: Renamed from
13480         modules/unistr/u32-mbtouc-safe.
13481         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
13482         * lib/unistr.h: Update.
13483         * lib/unistr/u32-to-u8.c: Update.
13484         * lib/unistr/u32-to-u16.c: Update.
13485
13486 2007-01-27  Bruno Haible  <bruno@clisp.org>
13487
13488         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
13489         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
13490         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
13491         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
13492         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
13493         * modules/unistr/u16-mbtouc-unsafe: Renamed from
13494         modules/unistr/u16-mbtouc.
13495         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
13496         * lib/unistr.h: Update.
13497         * lib/linebreak.c: Update.
13498         * modules/linebreak: Update.
13499         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
13500         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
13501         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
13502         * modules/unistr/u16-mbtouc: Renamed from
13503         modules/unistr/u16-mbtouc-safe.
13504         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
13505         * lib/unistr.h: Update.
13506         * lib/unistr/u16-to-u8.c: Update.
13507         * modules/unistr/u16-to-u8: Update.
13508         * lib/unistr/u16-to-u32.c: Update.
13509         * modules/unistr/u16-to-u32: Update.
13510
13511 2007-01-27  Bruno Haible  <bruno@clisp.org>
13512
13513         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
13514         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
13515         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
13516         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
13517         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
13518         * modules/unistr/u8-mbtouc-unsafe: Renamed from
13519         modules/unistr/u8-mbtouc.
13520         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
13521         * lib/unistr.h: Update.
13522         * lib/striconveh.c: Update.
13523         * modules/striconveh: Update.
13524         * lib/linebreak.c: Update.
13525         * modules/linebreak: Update.
13526         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
13527         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
13528         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
13529         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
13530         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
13531         * lib/unistr.h: Update.
13532         * lib/striconveh.c: Update.
13533         * modules/striconveh: Update.
13534         * lib/unistr/u8-to-u16.c: Update.
13535         * modules/unistr/u8-to-u16: Update.
13536         * lib/unistr/u8-to-u32.c: Update.
13537         * modules/unistr/u8-to-u32: Update.
13538
13539 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13540
13541         Sync from Libtool.
13542         * lib/argz.c: Do not include strings.h nor memory.h, include
13543         string.h unconditionally.  Patch by Simon Josefsson.
13544
13545 2007-01-27  Bruno Haible  <bruno@clisp.org>
13546
13547         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
13548         from gl_HEADER_STRING_H_BODY.
13549         (gl_HEADER_STRING_H_BODY): Require it.
13550         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
13551         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13552         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13553         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13554         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13555         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
13556         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13557         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13558         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
13559         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13560         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13561         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
13562         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13563         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13564         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13565
13566 2007-01-27  Bruno Haible  <bruno@clisp.org>
13567
13568         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
13569         check_PROGRAMS into noinst_PROGRAMS.
13570         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
13571         check_PROGRAMS in this case.
13572         (func_import): Set for_test to false.
13573         (func_create_testdir): Set for_test to true.
13574
13575 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
13576             Bruno Haible  <bruno@clisp.org>
13577
13578         * modules/strcasestr (Files): Remove lib/strcasestr.h.
13579         (Depends-on): Add string.
13580         (Includes): Use <string.h> instead of strcasestr.h.
13581         * modules/string (Makefile.am): Also substitute the value of
13582         REPLACE_STRCASESTR.
13583         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
13584         assume strcasestr is declared in <string.h> not <strings.h>. Also
13585         set REPLACE_STRCASESTR.
13586         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
13587         REPLACE_STRCASESTR.
13588         * lib/strcasestr.h: Remove file.
13589         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
13590         * lib/string_.h (strcasestr): New declaration.
13591
13592 2007-01-27  Bruno Haible  <bruno@clisp.org>
13593
13594         * lib/string_.h: Use 'extern'.
13595
13596 2007-01-27  Jim Meyering  <jim@meyering.net>
13597
13598         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
13599         of set-but-not-used local, "q".
13600
13601         * lib/mempcpy.c: Include <config.h> before <string.h>.
13602         This fixes a compilation error on HP-UX, due to the system's
13603         "restrict"-using mempcpy prototype.
13604
13605 2007-01-26  Bruno Haible  <bruno@clisp.org>
13606
13607         Small optimization.
13608         * lib/javacomp.c: Include c-strstr.h.
13609          (is_envjavac_gcj): Use c_strstr instead of strstr.
13610         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
13611
13612 2007-01-26  Bruno Haible  <bruno@clisp.org>
13613
13614         * MODULES.html.sh (Unicode string functions): Add the new modules.
13615
13616         * modules/uniconv/u32-strconv-to-locale: New file.
13617         * lib/uniconv/u32-strconv-to-locale.c: New file.
13618
13619         * modules/uniconv/u16-strconv-to-locale: New file.
13620         * lib/uniconv/u16-strconv-to-locale.c: New file.
13621
13622         * modules/uniconv/u8-strconv-to-locale: New file.
13623         * lib/uniconv/u8-strconv-to-locale.c: New file.
13624
13625         * modules/uniconv/u32-strconv-from-locale: New file.
13626         * lib/uniconv/u32-strconv-from-locale.c: New file.
13627
13628         * modules/uniconv/u16-strconv-from-locale: New file.
13629         * lib/uniconv/u16-strconv-from-locale.c: New file.
13630
13631         * modules/uniconv/u8-strconv-from-locale: New file.
13632         * lib/uniconv/u8-strconv-from-locale.c: New file.
13633
13634         * modules/uniconv/u32-strconv-to-enc: New file.
13635         * lib/uniconv/u32-strconv-to-enc.c: New file.
13636         * modules/uniconv/u32-strconv-to-enc-tests: New file.
13637         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
13638
13639         * modules/uniconv/u16-strconv-to-enc: New file.
13640         * lib/uniconv/u16-strconv-to-enc.c: New file.
13641         * lib/uniconv/u-strconv-to-enc.h: New file.
13642         * modules/uniconv/u16-strconv-to-enc-tests: New file.
13643         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
13644
13645         * modules/uniconv/u8-strconv-to-enc: New file.
13646         * lib/uniconv/u8-strconv-to-enc.c: New file.
13647         * modules/uniconv/u8-strconv-to-enc-tests: New file.
13648         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
13649
13650         * modules/uniconv/u32-strconv-from-enc: New file.
13651         * lib/uniconv/u32-strconv-from-enc.c: New file.
13652         * modules/uniconv/u32-strconv-from-enc-tests: New file.
13653         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
13654
13655         * modules/uniconv/u16-strconv-from-enc: New file.
13656         * lib/uniconv/u16-strconv-from-enc.c: New file.
13657         * modules/uniconv/u16-strconv-from-enc-tests: New file.
13658         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
13659
13660         * modules/uniconv/u8-strconv-from-enc: New file.
13661         * lib/uniconv/u8-strconv-from-enc.c: New file.
13662         * lib/uniconv/u-strconv-from-enc.h: New file.
13663         * modules/uniconv/u8-strconv-from-enc-tests: New file.
13664         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
13665
13666         * modules/uniconv/u32-conv-from-enc: New file.
13667         * lib/uniconv/u32-conv-from-enc.c: New file.
13668         * modules/uniconv/u32-conv-from-enc-tests: New file.
13669         * tests/uniconv/test-u32-conv-from-enc.c: New file.
13670
13671         * modules/uniconv/u16-conv-from-enc: New file.
13672         * lib/uniconv/u16-conv-from-enc.c: New file.
13673         * lib/uniconv/u-conv-from-enc.h: New file.
13674         * modules/uniconv/u16-conv-from-enc-tests: New file.
13675         * tests/uniconv/test-u16-conv-from-enc.c: New file.
13676
13677         * modules/uniconv/u8-conv-from-enc: New file.
13678         * lib/uniconv/u8-conv-from-enc.c: New file.
13679         * modules/uniconv/u8-conv-from-enc-tests: New file.
13680         * tests/uniconv/test-u8-conv-from-enc.c: New file.
13681
13682         * modules/uniconv/base: New file.
13683         * lib/uniconv.h: New file.
13684
13685 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * doc/gnulib-tool.texi (Initial import): Update to match current
13688         behavior with strdup module.
13689         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
13690         * lib/memmem.h: Remove; all uses removed.  This is now done
13691         by <string.h>.
13692         * lib/mempcpy.h: Likewise.
13693         * lib/memrchr.h: Likewise.
13694         * lib/stpcpy.h: Likewise.
13695         * lib/stpncpy.h: Likewise.
13696         * lib/strcase.h: Likewise.
13697         * lib/strchrnul.h: Likewise.
13698         * lib/strdup.h: Likewise.
13699         * lib/strndup.h: Likewise.
13700         * lib/strnlen.h: Likewise.
13701         * lib/strpbrk.h: Likewise.
13702         * lib/strsep.h: Likewise.
13703         * lib/strstr.h: Likewise.
13704         * lib/strtok_r.h: Likewise.
13705         * lib/string_.h: New file.
13706         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
13707         Rely on <string.h> instead.
13708         * lib/canon-host.c: Likewise.
13709         * lib/chdir-long.c: Likewise.
13710         * lib/concatpath.c: Likewise.
13711         * lib/exclude.c: Likewise.
13712         * lib/fchdir.c: Likewise.
13713         * lib/getaddrinfo.c: Likewise.
13714         * lib/getcwd.c: Likewise.
13715         * lib/getsubopt.c: Likewise.
13716         * lib/glob.c: Likewise.
13717         * lib/hard-locale.c: Likewise.
13718         * lib/iconvme.c: Likewise.
13719         * lib/javacomp.c: Likewise.
13720         * lib/mempcpy.c: Likewise.
13721         * lib/memrchr.c: Likewise.
13722         * lib/regex_internal.h: Likewise.
13723         * lib/stpncpy.c: Likewise.
13724         * lib/strcasecmp.c: Likewise.
13725         * lib/strchrnul.c: Likewise.
13726         * lib/strdup.c: Likewise.
13727         * lib/striconv.c: Likewise.
13728         * lib/striconveh.c: Likewise.
13729         * lib/striconveha.c: Likewise.
13730         * lib/strncasecmp.c: Likewise.
13731         * lib/strndup.c: Likewise.
13732         * lib/strnlen.c: Likewise.
13733         * lib/strsep.c: Likewise.
13734         * lib/strstr.c: Likewise.
13735         * lib/strtok_r.c: Likewise.
13736         * lib/userspec.c: Likewise.
13737         * lib/w32spawn.h: Likewise.
13738         * lib/xstrndup.c: Likewise.
13739         * lib/mountlist.c (strstr): Remove decl.
13740         * m4/string_h.m4: New file.
13741         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
13742         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
13743         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
13744         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
13745         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
13746         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
13747         Set REPLACE_STRCASECMP if necessary.
13748         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
13749         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
13750         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
13751         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
13752         HAVE_DECL_STRDUP if necessary.
13753         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
13754         since gl_FUNC_STRNDUP does that now.
13755         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
13756         Check for decl here...
13757         (gl_PREREQ_STRNLEN): ... not here.
13758         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
13759         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
13760         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
13761         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
13762         necessary.
13763         * modules/string: New file.
13764         * modules/memmem (Files): Remove special-purpose include file.
13765         (Depends-on): Add string.
13766         (Include): Include <string.h>, not the removed file.
13767         * modules/mempcpy: Likewise.
13768         * modules/memrchr: Likewise.
13769         * modules/stpcpy: Likewise.
13770         * modules/stpncpy: Likewise.
13771         * modules/strcase: Likewise.
13772         * modules/strchrnul: Likewise.
13773         * modules/strdup: Likewise.
13774         * modules/strndup: Likewise.
13775         * modules/strnlen: Likewise.
13776         * modules/strpbrk: Likewise.
13777         * modules/strsep: Likewise.
13778         * modules/strstr: Likewise.
13779         * modules/strtok_r: Likewise.
13780         * tests/test-dirname.c: Don't include "strdup.h", since
13781         <string.h> now suffices.
13782         * tests/test-memmem.c: Don't include "memmem.h", since
13783         <string.h> now suffices.
13784
13785 2007-01-25  Bruno Haible  <bruno@clisp.org>
13786
13787         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
13788         *resultp is 0.
13789
13790         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
13791         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
13792         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
13793         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
13794
13795         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
13796         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
13797         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
13798         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
13799         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
13800         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
13801
13802 2007-01-24  Bruno Haible  <bruno@clisp.org>
13803
13804         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
13805         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
13806         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
13807         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
13808         gl_FUNC_FTS_CORE.
13809         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
13810         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
13811         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13812         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
13813         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
13814         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
13815         gl_FUNC_FCHOWNAT.
13816         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
13817         gl_FUNC_STRFTIME.
13818         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
13819         Reported by Ralf Wildenhues.
13820
13821 2007-01-24  Bruno Haible  <bruno@clisp.org>
13822
13823         Drop AC_REQUIRE calls that are redundant with the module dependencies.
13824         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
13825         gl_GETADDRINFO.
13826         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
13827         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
13828         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
13829
13830 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
13831
13832         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
13833         Don't use 'exit'; just return from 'main'.
13834         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
13835
13836         * lib/fnmatch_.h: Readjust white space and comments to match
13837         glibc, to avoid spurious diffs.
13838
13839 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13840
13841         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
13842         2004-12-01 change by Jakub Jelinek, since this code won't compile
13843         if !LIBC.  Problem reported by Bob Proulx.
13844
13845 2007-01-23  Bruno Haible  <bruno@clisp.org>
13846
13847         * lib/striconveh.c: Include c-strcaseeq.h.
13848         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
13849         * modules/striconveh (Depends-on): Add c-strcaseeq.
13850
13851 2007-01-23  Bruno Haible  <bruno@clisp.org>
13852
13853         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
13854
13855         * modules/c-strcaseeq: New file.
13856         * lib/c-strcaseeq.h: New file.
13857
13858         * modules/streq: New file.
13859         * lib/streq.h: New file.
13860
13861 2007-01-23  Bruno Haible  <bruno@clisp.org>
13862
13863         * modules/striconveha-tests: New file.
13864         * tests/test-striconveha.c: New file.
13865
13866         * lib/striconveha.h: Include <stdbool.h>.
13867         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
13868         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
13869         (mem_iconveha_notranslit): Renamed from mem_iconveha.
13870         (mem_iconveha): New function.
13871         (str_iconveha_notranslit): Renamed from str_iconveha.
13872         (str_iconveha): New function.
13873         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
13874         c-strcase.
13875
13876 2007-01-23  Bruno Haible  <bruno@clisp.org>
13877
13878         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
13879         encodings without forgiving before trying any encoding with handler.
13880         (str_iconveha): Try all encodings without forgiving before trying any
13881         encoding with handler.
13882
13883 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13884
13885         Import the following changes from libc.
13886
13887         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
13888
13889         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
13890
13891         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13892
13893         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
13894         normal_bracket label.
13895
13896         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
13897
13898         [BZ #361]
13899         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
13900         to normal_bracket after fetching the next character.
13901
13902 2007-01-22  Bruno Haible  <bruno@clisp.org>
13903
13904         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
13905         argument.
13906         * lib/striconveh.c (iconv_carefully_1): New function.
13907         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
13908         argument.
13909         (str_cd_iconveh): Update.
13910         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
13911         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
13912         * tests/test-striconveh.c (MAGIC): New macro.
13913         (new_offsets): New function.
13914         (main): Test call with and without offsets.
13915
13916 2007-01-22  Bruno Haible  <bruno@clisp.org>
13917
13918         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
13919         * modules/sys_select (Makefile.am): Likewise.
13920         * modules/sys_socket (Makefile.am): Likewise.
13921         * modules/sys_time (Makefile.am): Likewise.
13922
13923 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13924
13925         * modules/gettimeofday (License): Change from GPL to LGPL, since
13926         gettimeofday is a library function.
13927
13928 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13929
13930         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
13931
13932 2007-01-21  Bruno Haible  <bruno@clisp.org>
13933
13934         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
13935
13936 2007-01-21  Bruno Haible  <bruno@clisp.org>
13937
13938         * modules/striconveha: New file.
13939         * lib/striconveha.h: New file.
13940         * lib/striconveha.c: New file.
13941         * MODULES.html.sh (Internationalization functions): Add striconveha.
13942         * lib/striconv.c (str_iconv): Optimize the case of an empty input
13943         string.
13944         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
13945
13946 2007-01-21  Bruno Haible  <bruno@clisp.org>
13947
13948         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
13949         * lib/striconveh.c (str_iconveh): Likewise.
13950
13951 2007-01-21  Bruno Haible  <bruno@clisp.org>
13952
13953         * lib/striconveh.h (mem_iconveh): New declaration.
13954         * lib/striconveh.c (mem_iconveh): New function.
13955         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
13956
13957 2007-01-21  Bruno Haible  <bruno@clisp.org>
13958
13959         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
13960
13961         * lib/striconveh.h (mem_cd_iconveh): Change specification.
13962         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
13963         original result buffer.
13964         (str_cd_iconveh): Update.
13965         * tests/test-striconveh.c (main): Update.
13966
13967         * lib/striconv.h (mem_cd_iconv): Change specification.
13968         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
13969         result buffer.
13970         (str_cd_iconv): Update.
13971         * tests/test-striconv.c (main): Update.
13972
13973 2007-01-21  Bruno Haible  <bruno@clisp.org>
13974
13975         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
13976
13977 2007-01-20  Jim Meyering  <jim@meyering.net>
13978
13979         * lib/userspec.c (parse_with_separator): If a user or group string
13980         starts with "+", skip the corresponding name-to-ID look-up, since
13981         such a look-up must fail: user and group names may not include "+".
13982
13983 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         * lib/poll.c: Include sys/time.h and time.h unconditionally,
13986         since we now assume the sys_time module.
13987         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
13988         check for sys/time.h; no longer needed.
13989         * modules/poll (Depends-on): Depend on sys_time.
13990
13991 2007-01-18  Bruno Haible  <bruno@clisp.org>
13992
13993         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
13994         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
13995
13996         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
13997         gettimeofday.
13998
13999         * tests/test-gettimeofday.c: Include <time.h>.
14000         (dummy): Remove variable.
14001
14002         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
14003         gl_HEADER_SYS_TIME_H.
14004         (gl_HEADER_SYS_TIME_H): New macro.
14005
14006         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
14007         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14008         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
14009         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
14010         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14011         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
14012         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
14013         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14014         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
14015         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
14016         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14017
14018         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
14019         last change; it caused a compilation error when cross-compiling to
14020         Cygwin.
14021
14022 2007-01-18  Jim Meyering  <jim@meyering.net>
14023
14024         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
14025         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
14026         than the race-prone "test -d sys || mkdir sys".
14027         (configure.ac): Use AC_PROG_MKDIR_P.
14028         * modules/sys_select: Likewise.
14029         * modules/sys_socket: Likewise.
14030         * modules/sys_time: Likewise.
14031
14032 2007-01-18  Eric Blake  <ebb9@byu.net>
14033
14034         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
14035         replace gettimeofday.
14036         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
14037         name, to avoid infinite recursion.
14038
14039 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
14040
14041         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
14042         module sys_time.
14043         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
14044         assume timespec.h defines struct timeval.
14045         * lib/settime.c: Likewise.
14046         * lib/utimens.c: Likewise.
14047         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
14048         since we now assume the gettimeofday module.
14049         * lib/tempname.c (__gen_tempname): Likewise.
14050         * lib/gettimeofday.h: Remove.
14051         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
14052         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
14053         Include <time.h>, for 'time()'.
14054         (localtime_buffer_addr): Also use this workaround if
14055         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
14056         to simplify the uses.  All uses changed.
14057         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
14058         that #undef is inside {}, and 'const' follows type name consistently.
14059         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
14060         (gettimeofday): Do not use the maximum possible value for
14061         tv->tv_usec, since that might break usages other than ls.c.
14062         Instead, we'll leave ls.c alone.  This undoes today's patch
14063         by Bruno.  Add a compile-time warning for 1s-clock resolution;
14064         we've never observed the problem but might as well keep the
14065         canary.
14066         * lib/nanosleep.c: Include timespec.h first, for interface check.
14067         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
14068         now assume the sys_time module.
14069         * lib/tempname.c: Likewise.
14070         * lib/timespec.h: Likewise.
14071         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
14072         needed.
14073         * lib/strftime.c: Likewise.
14074         * lib/timespec.h: Likewise.
14075         * lib/posixtm.c: Include posixtm.h first, for interface check.
14076         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
14077         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
14078         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
14079         * lib/sys_time_.h: New file.
14080         * lib/timespec.h (struct timespec): Use long int, not long.
14081         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14082         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
14083         Remove obsolescent call to AC_HEADER_TIME.
14084         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
14085         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14086         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14087         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
14088         Likewise.
14089         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
14090         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
14091         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
14092         into the sys_time module.  Check for gettimeofday just once.
14093         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
14094         for gettimeofday signature to just check the signature.  Merely
14095         compile it, since linking doesn't test signature.  Improve test for
14096         whether gettimeofday.o is actually needed.
14097         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
14098         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
14099         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
14100         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14101         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
14102         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
14103         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
14104         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
14105         than worrying about sys/time.h.
14106         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14107         Don't bother worrying about TIME_WITH_SYS_TIME.
14108         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
14109         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
14110         * m4/sys_time_h.m4: New file.
14111         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
14112         Don't include sys/time.h.  Return from main rather than exiting.
14113         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
14114         all uses changed.
14115         * modules/gethrxtime (Depends-on): Add sys_time.
14116         * modules/gettime (Depends-on): Likewise.
14117         * modules/gettimeofday (Depends-on): Likewise.
14118         * modules/nanosleep (Depends-on): Likewise.
14119         * modules/settime (Depends-on): Likewise.
14120         * modules/tempname (Depends-on): Likewise.
14121         * modules/utimens (Depends-on): Likewise.
14122         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
14123         (Include:) Change back to <sys/time.h>.
14124         (Maintainer:) Add self.
14125         * modules/sys_time: New file.
14126         * modules/tempname (Depends-on): Add gettimeofday.
14127         * tests/test-gettimeofday.c: Include <sys/time.h>
14128         rather than gettimeofday.h.
14129
14130 2007-01-17  Bruno Haible  <bruno@clisp.org>
14131
14132         * gnulib-tool (func_get_license): Revert last patch. Instead, let
14133         the license default to GPL.
14134         (func_create_testdir): Don't complain if a module is LGPL and its
14135         tests module depends on GPLed modules.
14136
14137 2007-01-17  Bruno Haible  <bruno@clisp.org>
14138
14139         * lib/gettimeofday.c (gettimeofday): Add code for the case
14140         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
14141         maximum possible value for tv->tv_usec, rather than the minimum one.
14142
14143 2005-10-08  Martin Lambers  <marlam@marlam.de>
14144 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14145 2007-01-16  Bruno Haible  <bruno@clisp.org>
14146
14147         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
14148         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
14149         gl_FUNC_GETTIMEOFDAY.
14150         (Include): Add gettimeofday.h.
14151         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
14152         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
14153         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
14154         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
14155         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
14156         * lib/gettimeofday.h: New file.
14157         * lib/gettimeofday.c: Include <sys/timeb.h>.
14158         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
14159         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14160         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
14161         fall back on time().
14162
14163         * tests/test-gettimeofday.c: New file.
14164         * modules/gettimeofday-tests: New file.
14165
14166 2007-01-16  Eric Blake  <ebb9@byu.net>
14167
14168         * modules/fnmatch (Depends-on): Depend on wchar.
14169         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
14170         * m4/fnmatch.m4: Likewise.
14171         * modules/mbchar (Makefile.am): Assume <wchar.h>.
14172         * m4/mbchar.m4: Likewise.
14173         * modules/mbswidth (Depends-on): Depend on wchar.
14174         * lib/mbswidth.c: Assume <wchar.h>.
14175         * m4/mbswidth.m4: Likewise.
14176         * modules/quotearg (Depends-on): Depend on wchar.
14177         * lib/quotearg.c: Assume <wchar.h>.
14178         * m4/quotearg.m4: Likewise.
14179         * modules/regex (Depends-on): Depend on wchar.
14180         * lib/regex_internal.h: Assume <wchar.h>.
14181         * m4/regex.m4: Likewise.
14182         * modules/stdint (Depends-on): Depend on wchar.
14183         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
14184         * m4/stdint.m4: Likewise.
14185         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
14186         * modules/strftime (Depends-on): Depend on wchar.
14187         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
14188         * modules/strtol (Depends-on): Depend on wchar.
14189         * lib/strtol.c: Assume <wchar.h>.
14190         * modules/wcwidth (Depends-on): Depend on wchar.
14191         * lib/wcwidth.h: Assume <wchar.h>.
14192         * m4/wcwidth.m4: Likewise.
14193
14194 2007-01-16  Bruno Haible  <bruno@clisp.org>
14195
14196         * modules/csharpexec-script: New, created from...
14197         * modules/csharpexec: ... this.
14198
14199 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14200
14201         * modules/javaexec-script: New, created from...
14202         * modules/javaexec: ... this.
14203
14204 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14205
14206         * modules/poll (Dependencies): Add sys_select.
14207
14208 2007-01-15  Jim Meyering  <jim@meyering.net>
14209
14210         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
14211         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
14212         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
14213         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
14214
14215 2007-01-15  Bruno Haible  <bruno@clisp.org>
14216
14217         * modules/striconveh: New file.
14218         * lib/striconveh.h: New file.
14219         * lib/striconveh.c: New file.
14220         * MODULES.html.sh (Internationalization functions): Add striconveh.
14221
14222         * modules/striconveh-tests: New file.
14223         * tests/test-striconveh.c: New file.
14224
14225 2007-01-15  Bruno Haible  <bruno@clisp.org>
14226
14227         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
14228         not from GNU libiconv or GNU libc.
14229
14230 2007-01-15  Bruno Haible  <bruno@clisp.org>
14231
14232         * doc/gnulib-intro.texi (Copyright): Explain the different license
14233         terms for module descriptions, autoconf macros, tests, documentation.
14234
14235 2007-01-14  Bruno Haible  <bruno@clisp.org>
14236
14237         * modules/striconv-tests: New file.
14238         * tests/test-striconv.c: New file.
14239
14240 2007-01-14  Bruno Haible  <bruno@clisp.org>
14241
14242         * modules/iconv-tests: New file.
14243         * tests/test-iconv.c: New file.
14244
14245 2007-01-14  Bruno Haible  <bruno@clisp.org>
14246
14247         * gnulib-tool (func_get_license): For test modules, use the license of
14248         the main module.
14249
14250 2007-01-14  Bruno Haible  <bruno@clisp.org>
14251
14252         * modules/iconv (Include): Clarify that <iconv.h> can only be included
14253         if iconv is found to exist.
14254
14255 2007-01-14  Bruno Haible  <bruno@clisp.org>
14256
14257         * modules/c-ctype-tests: New file.
14258         * tests/test-c-ctype.c: New file.
14259
14260 2007-01-14  Bruno Haible  <bruno@clisp.org>
14261
14262         * modules/binary-io-tests: New file.
14263         * tests/test-binary-io.sh: New file.
14264         * tests/test-binary-io.c: New file.
14265
14266 2007-01-14  Bruno Haible  <bruno@clisp.org>
14267
14268         * modules/array-oset-tests: New file.
14269         * tests/test-array_oset.c: New file.
14270
14271 2007-01-14  Bruno Haible  <bruno@clisp.org>
14272
14273         * modules/array-list-tests: New file.
14274         * tests/test-array_list.c: New file.
14275
14276 2007-01-14  Bruno Haible  <bruno@clisp.org>
14277
14278         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
14279         and make.
14280         Reported by Simon Josefsson in
14281         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
14282
14283 2007-01-14  Bruno Haible  <bruno@clisp.org>
14284
14285         * modules/allocsa-tests: New file.
14286         * tests/test-allocsa.c: New file.
14287
14288 2007-01-14  Bruno Haible  <bruno@clisp.org>
14289
14290         * modules/fchdir (Depends-on): Add absolute-header.
14291         * modules/unistd (Depends-on): Likewise.
14292
14293 2006-12-30  Bruno Haible  <bruno@clisp.org>
14294
14295         * modules/fchdir: New file.
14296         * modules/unistd (Files): Add lib/unistd_.h.
14297         (Makefile.am): Generate unistd.h from unistd_.h.
14298         * lib/fchdir.c: New file.
14299         * lib/dirent_.h: New file.
14300         * lib/unistd_.h: New file.
14301         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
14302         * m4/fchdir.m4: New file.
14303         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
14304         (gl_HEADER_UNISTD): Invoke it.
14305         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
14306         function.
14307         * lib/backupfile.c (opendir, closedir): Undefine.
14308         * lib/chown.c (open, close): Undefine.
14309         * lib/clean-temp.c (open, close): Undefine.
14310         * lib/copy-file.c (open, close): Undefine.
14311         * lib/execute.c (open, close): Undefine.
14312         * lib/fsusage.c (open, close): Undefine.
14313         * lib/gc-gnulib.c (open, close): Undefine.
14314         * lib/getcwd.c (opendir, closedir): Undefine.
14315         * lib/glob.c (opendir, closedir): Undefine.
14316         * lib/javacomp.c (open, close): Undefine.
14317         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
14318         * lib/openat-proc.c (open, close): Undefine.
14319         * lib/pagealign_alloc.c (open, close): Undefine.
14320         * lib/pipe.c (open, close): Undefine.
14321         * lib/progreloc.c (open, close): Undefine.
14322         * lib/savedir.c (opendir, closedir): Undefine.
14323         * lib/utime.c (open, close): Undefine.
14324         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
14325
14326 2007-01-10  Bruno Haible  <bruno@clisp.org>
14327
14328         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
14329
14330 2007-01-12  Eric Blake  <ebb9@byu.net>
14331
14332         Provide a robust <wchar.h>.  Further simplifications are now
14333         possible in other modules, but not included here.
14334         * modules/wchar: New module.
14335         * m4/wchar.m4: New file.
14336         * lib/wchar_.h: Likewise.
14337         * modules/mbchar (Depends-on): Depend on wchar, as the first use
14338         of the new module.
14339         * MODULES.html.sh (Extended multibyte and wide character utilities):
14340         New section.
14341
14342 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
14343
14344         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
14345         to a reasonable default for memory allocation.
14346         (xreadlink): Don't allocate a huge buffer, to work around a buggy
14347         file system that reports garbage st_size values for symlinks.
14348         Problem reported by Liyang Hu.
14349
14350 2007-01-11  Simon Josefsson  <simon@josefsson.org>
14351
14352         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
14353         Emacs .#* auto-save files).
14354
14355 2007-01-11  Bruno Haible  <bruno@clisp.org>
14356
14357         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
14358         directory.
14359
14360 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14361
14362         Use @...@ consistently in lib/wctype_.h.
14363         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
14364         on it being set to 1 or 0.
14365         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
14366         go back to AC_SUBSTing it.
14367         * modules/wctype (Makefile.am): Undo previous change.
14368
14369 2007-01-10  Eric Blake  <ebb9@byu.net>
14370
14371         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
14372         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
14373         * modules/wctype (Makefile.am): Likewise.
14374         Reported by Chris McGuire.
14375
14376 2007-01-10  Jim Meyering  <jim@meyering.net>
14377
14378         fts.c: a small readability/maintainability improvement
14379         * lib/fts.c (fts_read): Make this code slightly more readable and
14380         maintainable by hoisting the "sp->fts_cur = p" assignments to
14381         immediately follow the statements that set P.  Derived from
14382         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
14383
14384 2007-01-10  Eric Blake  <ebb9@byu.net>
14385
14386         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
14387         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
14388         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14389         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14390         Reported by Chris McGuire.
14391
14392 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14393
14394         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
14395         in sed script.
14396
14397 2007-01-09  Bruno Haible  <bruno@clisp.org>
14398
14399         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
14400         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
14401         variables.
14402         (func_module): Use them.
14403
14404 2007-01-09  Bruno Haible  <bruno@clisp.org>
14405
14406         * modules/unistr/base: New file.
14407         * lib/unistr.h: New file.
14408
14409         * modules/unistr/u8-to-u16: New file.
14410         * lib/unistr/u8-to-u16.c: New file.
14411
14412         * modules/unistr/u8-to-u32: New file.
14413         * lib/unistr/u8-to-u32.c: New file.
14414
14415         * modules/unistr/u16-to-u8: New file.
14416         * lib/unistr/u16-to-u8.c: New file.
14417
14418         * modules/unistr/u16-to-u32: New file.
14419         * lib/unistr/u16-to-u32.c: New file.
14420
14421         * modules/unistr/u32-to-u8: New file.
14422         * lib/unistr/u32-to-u8.c: New file.
14423
14424         * modules/unistr/u32-to-u16: New file.
14425         * lib/unistr/u32-to-u16.c: New file.
14426
14427         * modules/unistr/u8-check: New file.
14428         * modules/unistr/u16-check: New file.
14429         * modules/unistr/u32-check: New file.
14430         * lib/unistr/u8-check.c: New file.
14431         * lib/unistr/u16-check.c: New file.
14432         * lib/unistr/u32-check.c: New file.
14433
14434         * modules/unistr/u8-chr: New file.
14435         * modules/unistr/u16-chr: New file.
14436         * modules/unistr/u32-chr: New file.
14437         * lib/unistr/u8-chr.c: New file.
14438         * lib/unistr/u16-chr.c: New file.
14439         * lib/unistr/u32-chr.c: New file.
14440
14441         * modules/unistr/u8-cmp: New file.
14442         * modules/unistr/u16-cmp: New file.
14443         * modules/unistr/u32-cmp: New file.
14444         * lib/unistr/u8-cmp.c: New file.
14445         * lib/unistr/u16-cmp.c: New file.
14446         * lib/unistr/u32-cmp.c: New file.
14447
14448         * modules/unistr/u8-cpy: New file.
14449         * modules/unistr/u16-cpy: New file.
14450         * modules/unistr/u32-cpy: New file.
14451         * lib/unistr/u8-cpy.c: New file.
14452         * lib/unistr/u16-cpy.c: New file.
14453         * lib/unistr/u32-cpy.c: New file.
14454         * lib/unistr/u-cpy.h: New file.
14455
14456         * modules/unistr/u8-cpy-alloc: New file.
14457         * modules/unistr/u16-cpy-alloc: New file.
14458         * modules/unistr/u32-cpy-alloc: New file.
14459         * lib/unistr/u8-cpy-alloc.c: New file.
14460         * lib/unistr/u16-cpy-alloc.c: New file.
14461         * lib/unistr/u32-cpy-alloc.c: New file.
14462         * lib/unistr/u-cpy-alloc.h: New file.
14463
14464         * modules/unistr/u8-endswith: New file.
14465         * modules/unistr/u16-endswith: New file.
14466         * modules/unistr/u32-endswith: New file.
14467         * lib/unistr/u8-endswith.c: New file.
14468         * lib/unistr/u16-endswith.c: New file.
14469         * lib/unistr/u32-endswith.c: New file.
14470         * lib/unistr/u-endswith.h: New file.
14471
14472         * modules/unistr/u8-mblen: New file.
14473         * modules/unistr/u16-mblen: New file.
14474         * modules/unistr/u32-mblen: New file.
14475         * lib/unistr/u8-mblen.c: New file.
14476         * lib/unistr/u16-mblen.c: New file.
14477         * lib/unistr/u32-mblen.c: New file.
14478
14479         * modules/unistr/u8-mbtouc: New file.
14480         * modules/unistr/u16-mbtouc: New file.
14481         * modules/unistr/u32-mbtouc: New file.
14482         * lib/unistr/u8-mbtouc.c: New file.
14483         * lib/unistr/u16-mbtouc.c: New file.
14484         * lib/unistr/u32-mbtouc.c: New file.
14485
14486         * modules/unistr/u8-mbtouc-safe: New file.
14487         * modules/unistr/u16-mbtouc-safe: New file.
14488         * modules/unistr/u32-mbtouc-safe: New file.
14489         * lib/unistr/u8-mbtouc-safe.c: New file.
14490         * lib/unistr/u16-mbtouc-safe.c: New file.
14491         * lib/unistr/u32-mbtouc-safe.c: New file.
14492
14493         * modules/unistr/u8-move: New file.
14494         * modules/unistr/u16-move: New file.
14495         * modules/unistr/u32-move: New file.
14496         * lib/unistr/u8-move.c: New file.
14497         * lib/unistr/u16-move.c: New file.
14498         * lib/unistr/u32-move.c: New file.
14499         * lib/unistr/u-move.h: New file.
14500
14501         * modules/unistr/u8-next: New file.
14502         * modules/unistr/u16-next: New file.
14503         * modules/unistr/u32-next: New file.
14504         * lib/unistr/u8-next.c: New file.
14505         * lib/unistr/u16-next.c: New file.
14506         * lib/unistr/u32-next.c: New file.
14507
14508         * modules/unistr/u8-prev: New file.
14509         * modules/unistr/u16-prev: New file.
14510         * modules/unistr/u32-prev: New file.
14511         * lib/unistr/u8-prev.c: New file.
14512         * lib/unistr/u16-prev.c: New file.
14513         * lib/unistr/u32-prev.c: New file.
14514
14515         * modules/unistr/u8-set: New file.
14516         * modules/unistr/u16-set: New file.
14517         * modules/unistr/u32-set: New file.
14518         * lib/unistr/u8-set.c: New file.
14519         * lib/unistr/u16-set.c: New file.
14520         * lib/unistr/u32-set.c: New file.
14521         * lib/unistr/u-set.h: New file.
14522
14523         * modules/unistr/u8-startswith: New file.
14524         * modules/unistr/u16-startswith: New file.
14525         * modules/unistr/u32-startswith: New file.
14526         * lib/unistr/u8-startswith.c: New file.
14527         * lib/unistr/u16-startswith.c: New file.
14528         * lib/unistr/u32-startswith.c: New file.
14529         * lib/unistr/u-startswith.h: New file.
14530
14531         * modules/unistr/u8-stpcpy: New file.
14532         * modules/unistr/u16-stpcpy: New file.
14533         * modules/unistr/u32-stpcpy: New file.
14534         * lib/unistr/u8-stpcpy.c: New file.
14535         * lib/unistr/u16-stpcpy.c: New file.
14536         * lib/unistr/u32-stpcpy.c: New file.
14537         * lib/unistr/u-stpcpy.h: New file.
14538
14539         * modules/unistr/u8-stpncpy: New file.
14540         * modules/unistr/u16-stpncpy: New file.
14541         * modules/unistr/u32-stpncpy: New file.
14542         * lib/unistr/u8-stpncpy.c: New file.
14543         * lib/unistr/u16-stpncpy.c: New file.
14544         * lib/unistr/u32-stpncpy.c: New file.
14545         * lib/unistr/u-stpncpy.h: New file.
14546
14547         * modules/unistr/u8-strcat: New file.
14548         * modules/unistr/u16-strcat: New file.
14549         * modules/unistr/u32-strcat: New file.
14550         * lib/unistr/u8-strcat.c: New file.
14551         * lib/unistr/u16-strcat.c: New file.
14552         * lib/unistr/u32-strcat.c: New file.
14553         * lib/unistr/u-strcat.h: New file.
14554
14555         * modules/unistr/u8-strchr: New file.
14556         * modules/unistr/u16-strchr: New file.
14557         * modules/unistr/u32-strchr: New file.
14558         * lib/unistr/u8-strchr.c: New file.
14559         * lib/unistr/u16-strchr.c: New file.
14560         * lib/unistr/u32-strchr.c: New file.
14561
14562         * modules/unistr/u8-strcmp: New file.
14563         * modules/unistr/u16-strcmp: New file.
14564         * modules/unistr/u32-strcmp: New file.
14565         * lib/unistr/u8-strcmp.c: New file.
14566         * lib/unistr/u16-strcmp.c: New file.
14567         * lib/unistr/u32-strcmp.c: New file.
14568
14569         * modules/unistr/u8-strcpy: New file.
14570         * modules/unistr/u16-strcpy: New file.
14571         * modules/unistr/u32-strcpy: New file.
14572         * lib/unistr/u8-strcpy.c: New file.
14573         * lib/unistr/u16-strcpy.c: New file.
14574         * lib/unistr/u32-strcpy.c: New file.
14575         * lib/unistr/u-strcpy.h: New file.
14576
14577         * modules/unistr/u8-strcspn: New file.
14578         * modules/unistr/u16-strcspn: New file.
14579         * modules/unistr/u32-strcspn: New file.
14580         * lib/unistr/u8-strcspn.c: New file.
14581         * lib/unistr/u16-strcspn.c: New file.
14582         * lib/unistr/u32-strcspn.c: New file.
14583         * lib/unistr/u-strcspn.h: New file.
14584
14585         * modules/unistr/u8-strdup: New file.
14586         * modules/unistr/u16-strdup: New file.
14587         * modules/unistr/u32-strdup: New file.
14588         * lib/unistr/u8-strdup.c: New file.
14589         * lib/unistr/u16-strdup.c: New file.
14590         * lib/unistr/u32-strdup.c: New file.
14591         * lib/unistr/u-strdup.h: New file.
14592
14593         * modules/unistr/u8-strlen: New file.
14594         * modules/unistr/u16-strlen: New file.
14595         * modules/unistr/u32-strlen: New file.
14596         * lib/unistr/u8-strlen.c: New file.
14597         * lib/unistr/u16-strlen.c: New file.
14598         * lib/unistr/u32-strlen.c: New file.
14599         * lib/unistr/u-strlen.h: New file.
14600
14601         * modules/unistr/u8-strmblen: New file.
14602         * modules/unistr/u16-strmblen: New file.
14603         * modules/unistr/u32-strmblen: New file.
14604         * lib/unistr/u8-strmblen.c: New file.
14605         * lib/unistr/u16-strmblen.c: New file.
14606         * lib/unistr/u32-strmblen.c: New file.
14607
14608         * modules/unistr/u8-strmbtouc: New file.
14609         * modules/unistr/u16-strmbtouc: New file.
14610         * modules/unistr/u32-strmbtouc: New file.
14611         * lib/unistr/u8-strmbtouc.c: New file.
14612         * lib/unistr/u16-strmbtouc.c: New file.
14613         * lib/unistr/u32-strmbtouc.c: New file.
14614
14615         * modules/unistr/u8-strncat: New file.
14616         * modules/unistr/u16-strncat: New file.
14617         * modules/unistr/u32-strncat: New file.
14618         * lib/unistr/u8-strncat.c: New file.
14619         * lib/unistr/u16-strncat.c: New file.
14620         * lib/unistr/u32-strncat.c: New file.
14621         * lib/unistr/u-strncat.h: New file.
14622
14623         * modules/unistr/u8-strncmp: New file.
14624         * modules/unistr/u16-strncmp: New file.
14625         * modules/unistr/u32-strncmp: New file.
14626         * lib/unistr/u8-strncmp.c: New file.
14627         * lib/unistr/u16-strncmp.c: New file.
14628         * lib/unistr/u32-strncmp.c: New file.
14629
14630         * modules/unistr/u8-strncpy: New file.
14631         * modules/unistr/u16-strncpy: New file.
14632         * modules/unistr/u32-strncpy: New file.
14633         * lib/unistr/u8-strncpy.c: New file.
14634         * lib/unistr/u16-strncpy.c: New file.
14635         * lib/unistr/u32-strncpy.c: New file.
14636         * lib/unistr/u-strncpy.h: New file.
14637
14638         * modules/unistr/u8-strnlen: New file.
14639         * modules/unistr/u16-strnlen: New file.
14640         * modules/unistr/u32-strnlen: New file.
14641         * lib/unistr/u8-strnlen.c: New file.
14642         * lib/unistr/u16-strnlen.c: New file.
14643         * lib/unistr/u32-strnlen.c: New file.
14644         * lib/unistr/u-strnlen.h: New file.
14645
14646         * modules/unistr/u8-strpbrk: New file.
14647         * modules/unistr/u16-strpbrk: New file.
14648         * modules/unistr/u32-strpbrk: New file.
14649         * lib/unistr/u8-strpbrk.c: New file.
14650         * lib/unistr/u16-strpbrk.c: New file.
14651         * lib/unistr/u32-strpbrk.c: New file.
14652         * lib/unistr/u-strpbrk.h: New file.
14653
14654         * modules/unistr/u8-strrchr: New file.
14655         * modules/unistr/u16-strrchr: New file.
14656         * modules/unistr/u32-strrchr: New file.
14657         * lib/unistr/u8-strrchr.c: New file.
14658         * lib/unistr/u16-strrchr.c: New file.
14659         * lib/unistr/u32-strrchr.c: New file.
14660
14661         * modules/unistr/u8-strspn: New file.
14662         * modules/unistr/u16-strspn: New file.
14663         * modules/unistr/u32-strspn: New file.
14664         * lib/unistr/u8-strspn.c: New file.
14665         * lib/unistr/u16-strspn.c: New file.
14666         * lib/unistr/u32-strspn.c: New file.
14667         * lib/unistr/u-strspn.h: New file.
14668
14669         * modules/unistr/u8-strstr: New file.
14670         * modules/unistr/u16-strstr: New file.
14671         * modules/unistr/u32-strstr: New file.
14672         * lib/unistr/u8-strstr.c: New file.
14673         * lib/unistr/u16-strstr.c: New file.
14674         * lib/unistr/u32-strstr.c: New file.
14675         * lib/unistr/u-strstr.h: New file.
14676
14677         * modules/unistr/u8-strtok: New file.
14678         * modules/unistr/u16-strtok: New file.
14679         * modules/unistr/u32-strtok: New file.
14680         * lib/unistr/u8-strtok.c: New file.
14681         * lib/unistr/u16-strtok.c: New file.
14682         * lib/unistr/u32-strtok.c: New file.
14683         * lib/unistr/u-strtok.h: New file.
14684
14685         * modules/unistr/u8-uctomb: New file.
14686         * modules/unistr/u16-uctomb: New file.
14687         * modules/unistr/u32-uctomb: New file.
14688         * lib/unistr/u8-uctomb.c: New file.
14689         * lib/unistr/u16-uctomb.c: New file.
14690         * lib/unistr/u32-uctomb.c: New file.
14691
14692         * MODULES.html.sh (Unicode string functions): Add the new modules.
14693
14694 2007-01-08  Bruno Haible  <bruno@clisp.org>
14695
14696         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
14697         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
14698         subdirectories.
14699
14700 2007-01-08  Karl Berry  <karl@gnu.org>
14701
14702         * doc/error.texi: mention that main() fns must set program_name
14703         when progname is used.
14704
14705 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
14706
14707         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
14708         WCTYPE_H is empty, for the benefit of builds from non-distclean
14709         directories.  Problem reported by Eric Blake in
14710         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
14711
14712 2007-01-08  Bruno Haible  <bruno@clisp.org>
14713
14714         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
14715         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
14716         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
14717         PROVIDE_CANONICALIZE_FILENAME_MODE.
14718         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
14719
14720 2007-01-08  Bruno Haible  <bruno@clisp.org>
14721
14722         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
14723         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
14724         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
14725         * lib/fts.c: Likewise.
14726         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
14727
14728 2006-12-25  Bruno Haible  <bruno@clisp.org>
14729
14730         * modules/utf8-ucs4-safe: New file.
14731         * lib/utf8-ucs4-safe.h: New file.
14732         * lib/unistr/utf8-ucs4-safe.c: New file.
14733
14734         * modules/utf16-ucs4-safe: New file.
14735         * lib/utf16-ucs4-safe.h: New file.
14736         * lib/unistr/utf16-ucs4-safe.c: New file.
14737
14738         * MODULES.html.sh (Unicode string functions): Add the new modules.
14739
14740 2007-01-08  Bruno Haible  <bruno@clisp.org>
14741
14742         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
14743         (Depends-on): Add unitypes.
14744         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14745         (u8_mbtouc_aux): Move out to separate file.
14746         (u8_mbtouc): Use ucs4_t, uint8_t types.
14747         * lib/unistr/utf8-ucs4.c: New file.
14748
14749         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
14750         (Depends-on): Add unitypes.
14751         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14752         (u16_mbtouc_aux): Move out to separate file.
14753         (u16_mbtouc): Use ucs4_t, uint16_t types.
14754         * lib/unistr/utf16-ucs4.c: New file.
14755
14756         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
14757         (Depends-on): Add unitypes.
14758         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
14759         (u8_uctomb_aux): Move out to separate file.
14760         (u8_uctomb): Use ucs4_t, uint8_t types.
14761         * lib/unistr/ucs4-utf8.c: New file.
14762
14763         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
14764         (Depends-on): Add unitypes.
14765         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
14766         (u16_uctomb_aux): Move out to separate file.
14767         (u16_uctomb): Use ucs4_t, uint16_t types.
14768         * lib/unistr/ucs4-utf16.c: New file.
14769
14770 2006-12-25  Bruno Haible  <bruno@clisp.org>
14771
14772         * modules/unitypes: New file.
14773         * lib/unitypes.h: New file.
14774         * MODULES.html.sh (func_all_modules): New section "Unicode string
14775         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
14776         this section. Add unitypes.
14777
14778 2007-01-08  Bruno Haible  <bruno@clisp.org>
14779
14780         Avoid variable names that conflict with those from libtool.
14781         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
14782         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
14783         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
14784         library_names_spec to acl_library_names_spec, hardcode_* to
14785         acl_hardcode_*.
14786         Reported by Ralf Wildenhues.
14787
14788 2007-01-08  Bruno Haible  <bruno@clisp.org>
14789
14790         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
14791         definition.
14792         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
14793         definition.
14794         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
14795         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
14796         definition.
14797         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
14798         definition.
14799         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
14800         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
14801         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
14802         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
14803         definition.
14804         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
14805         definition.
14806         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
14807         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
14808         GC_USE_<algorithm>.
14809         * lib/gc-libgcrypt.c: Likewise.
14810         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
14811         * modules/gc-arctwo (configure.ac): Likewise.
14812         * modules/gc-des (configure.ac): Likewise.
14813         * modules/gc-hmac-md5 (configure.ac): Likewise.
14814         * modules/gc-hmac-sha1 (configure.ac): Likewise.
14815         * modules/gc-md2 (configure.ac): Likewise.
14816         * modules/gc-md4 (configure.ac): Likewise.
14817         * modules/gc-md5 (configure.ac): Likewise.
14818         * modules/gc-random (configure.ac): Likewise.
14819         * modules/gc-rijndael (configure.ac): Likewise.
14820         * modules/gc-sha1 (configure.ac): Likewise.
14821
14822 2007-01-08  Bruno Haible  <bruno@clisp.org>
14823
14824         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
14825         macro definition.
14826         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
14827         definition.
14828         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
14829         definition.
14830         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
14831         * modules/fcntl-safer (configure.ac): Likewise.
14832         * modules/fopen-safer (configure.ac): Likewise.
14833         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
14834         GNULIB_FWRITEERROR macro definition.
14835
14836 2007-01-08  Bruno Haible  <bruno@clisp.org>
14837
14838         * m4/gnulib-common.m4: New file.
14839         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
14840         (func_get_filelist): Add m4/gnulib-common.m4.
14841
14842 2007-01-08  Bruno Haible  <bruno@clisp.org>
14843
14844         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
14845         command.
14846
14847 2007-01-08  Jim Meyering  <jim@meyering.net>
14848
14849         Use a more robust test for a "can't happen" condition.
14850         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
14851         narrowed the st_size value.  Presuming the "can't happen" condition
14852         is true, that narrowing could conceivably convert an invalid st_size
14853         value into a valid one.  Instead, use a change based on Matthew
14854         Woehlke's original patch.
14855
14856         Slight readability improvement: use an assert-like macro
14857         in place of literal "abort ()" uses.
14858         * lib/fts.c (fts_assert): Define.
14859         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
14860         Use this macro instead of a bare 'abort'.
14861
14862 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
14863
14864         Don't worry about using IRIX 5.3's wctype.h broken definitions;
14865         simply work around them.
14866         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
14867         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
14868         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
14869         declaring.
14870         Don't bother to define as macros, since the standard doesn't require it.
14871         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
14872         longer worry about IRIX 5.3.
14873         (HAVE_WCTYPE_CTMP_BUG): Remove.
14874
14875 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14876
14877         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
14878         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
14879         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14880         Problems reported by Georg Schwarz for IRIX 5.3.
14881
14882         * gnulib-tool (autoconf_minversion): Take the maximum version number
14883         found, not the minimum.  Problem reported by James Youngman.
14884
14885 2007-01-03  Karl Berry  <karl@gnu.org>
14886
14887         * doc/error.texi: new file, explaining interaction with progname.
14888         * doc/gnulib.texi: include it.  Update copyright.
14889
14890 2007-01-03  Simon Josefsson  <simon@josefsson.org>
14891
14892         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
14893         AC_CANONICAL_HOST, to improve autobuild outputs.
14894
14895 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
14896             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14897
14898         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
14899         sockets, server sockets, and other file descriptors.  Count errors
14900         to compute the return value.  Reorder the code a bit to be easier
14901         to follow.  Don't set event bits that were not requested (except
14902         POLLERR and POLLHUP).
14903
14904 2007-01-01  Bruno Haible  <bruno@clisp.org>
14905
14906         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
14907
14908 2007-01-03  Jim Meyering  <jim@meyering.net>
14909
14910         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
14911
14912 2007-01-02  Bruno Haible  <bruno@clisp.org>
14913
14914         * modules/settime (Include): Require timespec.h.
14915         * modules/nanosleep (Include): Likewise.
14916
14917 2007-01-01  Bruno Haible  <bruno@clisp.org>
14918
14919         * gnulib-tool (func_emit_copyright_notice): Bump year.
14920         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
14921
14922 2007-01-01  Bruno Haible  <bruno@clisp.org>
14923
14924         Improve support for OpenBSD.
14925         * build-aux/config.rpath (libname_spec): Export.
14926         (library_names_spec): New variable. Export.
14927         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
14928         library_names_spec from the config.rpath output. Locate shared library
14929         through the name pattern in library_names_spec.
14930
14931 2007-01-01  Eric Blake  <ebb9@byu.net>
14932
14933         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
14934
14935 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
14936
14937         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
14938         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
14939         assume the C locale, and avoid an "eval" that could cause trouble.
14940         Problem with SORT reported by Bob Proulx.
14941
14942         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
14943         Define.  Trivial patch from Henning Nielsen Lund, originally
14944         sent to bug-grep@gnu.org today.
14945
14946 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
14947
14948         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
14949         struct stat.  Problem reported by Henning Nielsen Lund.
14950         * lib/acl.c: Include acl.h first, to check interface.  Don't
14951         bother to include sys/types.h and sys/stat.h again.
14952
14953 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14954
14955         Import the following change from libc; problem reported by
14956         Sven Verdoolaege.
14957
14958         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
14959
14960         [BZ #1373]
14961         * lib/argp.h: Remove __NTH for __argp_usage inline function.
14962
14963 2006-12-28  Jim Meyering  <jim@meyering.net>
14964
14965         * build-aux/announce-gen: Do not assume that the package
14966         builds any of tar.gz, tar.bz2, and .xdelta files.
14967         Suggestion from Simon Josefsson.
14968
14969 2006-12-28  Simon Josefsson  <simon@josefsson.org>
14970
14971         * modules/announce-gen: New file.
14972
14973 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
14974
14975         * lib/mbchar.h: Just include <wctype.h>; the wctype module
14976         handles its gotchas now.
14977         * lib/mbswidth.c: Likewise.
14978         * lib/wcwidth.h: Likewise.
14979         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
14980         and iswcntrl; the wctype module does this stuff now.
14981         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14982         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14983         * modules/mbchar (Depends-on): Add wctype.
14984         * modules/mbswidth (Depends-on): Likewise.
14985         * modules/wcwidth (Depends-on): Likewise.
14986
14987 2006-12-27  Eric Blake  <ebb9@byu.net>
14988
14989         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
14990         module uses more than what <wctype.h> is required to provide.
14991
14992 2006-12-26  Eric Blake  <ebb9@byu.net>
14993
14994         * gnulib-tool (sed_extract_prog): Avoid space-tab.
14995
14996 2006-12-26  Eric Blake  <ebb9@byu.net>
14997
14998         * modules/absolute-header: New module.
14999         * modules/fcntl (Depends-on): Depend on it.
15000         * modules/inttypes (Depends-on): Likewise.
15001         * modules/stdint (Depends-on): Likewise.
15002         * modules/sys_stat (Depends-on): Likewise.
15003         * modules/wctype (Depends-on): Likewise.
15004         * MODULES.html.sh (Support for building libraries and
15005         executables): Document it.
15006
15007 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
15008
15009         * gnulib-tool (SED): Remove, undoing previous change.
15010         The problem was that it broke coreutils on Solaris, because
15011         "sed --posix" leaked into a makefile.
15012         (sed): New alias, if 'alias' and GNU sed.
15013
15014 2006-12-24  Jim Meyering  <jim@meyering.net>
15015
15016         Work around an fchownat bug in glibc-2.4:
15017         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
15018         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
15019         in spite of the -P option.
15020         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
15021         New macros.
15022         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
15023         * modules/openat (Files): Add lib/fchownat.c.
15024         * lib/openat.c (fchownat): Don't define here.  Move to...
15025         * lib/fchownat.c: ...this new file.
15026
15027 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15028
15029         Fix bug reported by Bruno Haible in
15030         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
15031         where quotearg.c didn't compile on Mac OS X 10.2 because it
15032         lacks <wchar.h> and wint_t.
15033         * lib/wctype_.h (__wctype_wint_t): New type.
15034         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
15035         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
15036         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
15037         Arg is now of type __wctype_wint_t, not wint_t.
15038         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
15039         substitute HAVE_WINT_T.
15040         * modules/wctype (Files): Add m4/wint_t.m4.
15041         (wctype.h): Substitute HAVE_WINT_T.
15042
15043 2006-12-23  Bruno Haible  <bruno@clisp.org>
15044
15045         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
15046
15047 2006-12-23  Bruno Haible  <bruno@clisp.org>
15048
15049         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
15050         S_ISLNK.
15051         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
15052         mingw.
15053
15054 2006-12-22  Bruno Haible  <bruno@clisp.org>
15055
15056         * lib/copy-file.c: Include acl.h.
15057         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
15058         Close the file descriptors only after being done with copy_acl.
15059         * modules/copy-file (Depends-on): Add acl.
15060
15061 2006-12-22  Bruno Haible  <bruno@clisp.org>
15062
15063         * gnulib-tool (SED): New variable.
15064         Use $SED instead of sed everywhere.
15065
15066 2006-12-22  Bruno Haible  <bruno@clisp.org>
15067
15068         * modules/no-c++: New file.
15069         * m4/no-c++.m4: New file.
15070         * MODULES.html.sh (Support for building libraries and executables):
15071         Add no-c++.
15072
15073 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
15074
15075         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15076         Include <limits.h>, and use its INT_MAX to rewrite the
15077         j loop so that it does not overflow 'int'.  Problem reported by
15078         Ralf Wildenhues in
15079         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
15080         Play it safe by shifting left by 1 rather than multiplying by 2,
15081         as GCC is less likely to optimize this away when the value
15082         is signed (when it assumes overflow leads to undefined behavior).
15083         Also, don't assume time_t uses two's complement.
15084
15085 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
15086
15087         * MODULES.html.sh: New module wctype.
15088         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
15089         * lib/fnmatch.c: Don't bother to include <wchar.h> before
15090         <wctype.h>, since the new wctype module should fix this.
15091         * lib/quotearg.c: Include <wctype.h> unconditionally, since
15092         the wctype module should arrange for it.
15093         * lib/regex_internal.h: Likewise.
15094         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
15095         since the wctype module should handle this now.
15096         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
15097         * modules/fnmatch (Depends-on): Add wctype.
15098         * modules/quotearg (Depends-on): Likewise.
15099         * modules/regex (Depends-on): Likewise.
15100
15101 2006-12-19  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/strdup.h [C++]: Wrap definitions in extern "C".
15104         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
15105
15106 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15107
15108         * modules/savewd (Depends-on): Fix dependency on fcntl.
15109
15110 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15111
15112         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
15113         conforms to C99, rather than relying on the user's environment
15114         setting of STDINT_H.
15115
15116 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15117         and Eric Blake  <ebb9@byu.net>
15118
15119         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
15120         This is more consistent with the other defines here.
15121         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
15122         Port to z/OS.  Problem reported by Paul Gilmartin.
15123         Change local vars to use gl_ prefix rather than ac_.
15124         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
15125         with other defines.
15126         * modules/double-slash-root: New module.
15127         * modules/dirname (Files): Remove m4/double-slash-root.m4.
15128         (Depends-on): Add double-slash-root.
15129         * MODULES.html.sh (File system functions): Mention new module.
15130
15131 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
15132
15133         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
15134         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
15135         This is for the benefit of gzip, which doesn't do i18n.
15136
15137 2006-12-12  Jim Meyering  <jim@meyering.net>
15138
15139         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
15140         Reported by Andreas Schwab <schwab@suse.de>.
15141
15142 2006-12-12  Bruno Haible  <bruno@clisp.org>
15143
15144         Merge these changes.
15145         2006-09-05  Bruno Haible  <bruno@clisp.org>
15146         * lib/iconvme.c (iconv_string): No need to save and restore errno when
15147         iconv_alloc succeeded.
15148         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
15149         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
15150         test for " && dest " at the end - dest is always != NULL there. Call
15151         iconv with 4xNULL arguments initially, to reset the state. Call iconv
15152         with 2xNULL arguments, also to flush the state storage. Handle the
15153         IRIX iconv behaviour. Realloc the final result, to throw away unused
15154         memory.
15155
15156 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
15157
15158         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
15159         and fchmodat unconditionally, since glibc 2.4 has them.
15160         Problem reported by Arkadiusz Miskiewicz.
15161
15162 2006-12-10  Bruno Haible  <bruno@clisp.org>
15163
15164         * gnulib-tool (func_import): Show the include files only for those
15165         modules that are copied and specified.
15166         Reported by Karl Berry.
15167
15168 2006-12-08  Jim Meyering  <jim@meyering.net>
15169
15170         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
15171         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
15172
15173         * build-aux/announce-gen: Add two new options, both optional:
15174         --bootstrap-tools=TOOL_LIST
15175               a comma-separated list of tools, e.g.,
15176               autoconf,automake,bison,gnulib
15177         --gnulib-snapshot-date=DATE
15178               if gnulib is in the bootstrap tool list,
15179               then report this as the snapshot date.
15180               If not specified, use the current date/time.
15181               If you specify a date here, be sure it's UTC.
15182
15183 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15184
15185         * tests/test-argp-2.sh: Fix test to match actual output.
15186         (func_compare): Fix sed script to be portable.
15187
15188 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
15191         workaround for this case.  It is not autoconfigured now; offhand
15192         it's hard to see how to autoconfigure it.
15193
15194 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15195
15196         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
15197         a directory that is about to be chowned.  Such a directory's
15198         initial file permissions should permit the owner only and this
15199         should not be changed until after the chown, since the group and
15200         other bits would be incorrect if they granted permission before
15201         the chown.
15202
15203         Fix porting problem for iswctype reported by Georg Schwarz in:
15204         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
15205         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
15206         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
15207         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
15208         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15209
15210 2006-12-03  Jim Meyering  <jim@meyering.net>
15211
15212         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
15213         p->fts_statp may not yet be defined.
15214         (fts_read): Instead, set it in the caller, once p->fts_statp is
15215         sure to be defined, and corresponds to a top-level directory.
15216         This bug made du -x fail.  Here's the coreutils test case:
15217         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
15218         Reported by Mike Frysinger.
15219
15220 2006-12-01  Jim Meyering  <jim@meyering.net>
15221
15222         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
15223         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
15224         Reported by Simon Josefsson.
15225
15226 2006-11-30  Jim Meyering  <jim@meyering.net>
15227
15228         * m4/warning.m4: Use the all-permissive copyright notice
15229         recommended by RMS (rather than LGPL).
15230         * m4/vararrays.m4: Likewise.
15231         * m4/flexmember.m4: Likewise.
15232
15233 2006-11-29  Bruno Haible  <bruno@clisp.org>
15234
15235         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15236         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
15237         using +=.
15238         Reported by Simon Josefsson <simon@josefsson.org>.
15239
15240 2006-11-28  James Youngman <jay@gnu.org>
15241
15242         * README: Advise users that they might find the bug-gnulib@gnu.org
15243         and autotools-announce@gnu.org mailing lists useful.
15244
15245 2006-11-28  Bruno Haible  <bruno@clisp.org>
15246
15247         * m4/ptrdiff_max.m4: Remove file.
15248
15249 2006-11-21  Bruno Haible  <bruno@clisp.org>
15250
15251         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
15252         _AC_COMPUTE_INT.
15253         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15254         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
15255         _AC_COMPUTE_INT.
15256         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15257         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
15258         _AC_COMPUTE_INT.
15259         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15260
15261 2006-11-28  Jim Meyering  <jim@meyering.net>
15262
15263         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
15264         warning from "gcc -Wshadow" about shadowing the builtin.
15265
15266 2006-11-27  Bruno Haible  <bruno@clisp.org>
15267
15268         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
15269         _AC_COMPUTE_INT.
15270         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15271
15272 2006-11-27  Bruno Haible  <bruno@clisp.org>
15273             Paul Eggert  <eggert@cs.ucla.edu>
15274
15275         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
15276
15277 2006-11-26  Bruno Haible  <bruno@clisp.org>
15278
15279         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15280         noinst_LTLIBRARIES.
15281
15282 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15283             Bruno Haible  <bruno@clisp.org>
15284
15285         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
15286         if compiling with "gcc -ansi".
15287
15288 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         Fix some incompatibilities with gcc -ansi -pedantic.
15291         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
15292         if compiling pedantically with GCC, unless it's C99 or later.
15293         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
15294         it mishandles gcc -ansi -pedantic as well.
15295         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
15296         if gcc -pedantic.
15297         * lib/regexec.c (check_node_accept_bytes): Don't use auto
15298         initializers for struct if -pedantic, unless it's C99 or later.
15299
15300 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
15301
15302         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
15303         Don't close an fd more than once. Identical atimes indicate
15304         success, not failure.
15305
15306 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
15307
15308         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
15309
15310 2006-11-23  Jim Meyering  <jim@meyering.net>
15311
15312         * build-aux/announce-gen: New file.  From coreutils.
15313
15314 2006-11-22  Jim Meyering  <jim@meyering.net>
15315
15316         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
15317         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
15318         (fts_read): Use a temporary to narrow the overused st_size member
15319         before using it in a switch statement.  Reported by Matthew Woehlke.
15320
15321         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
15322         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
15323
15324 2006-11-20  Bruno Haible  <bruno@clisp.org>
15325
15326         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
15327         changequote instead of pairs of brackets.
15328         Reported by Andreas Schwab <schwab@suse.de>.
15329
15330 2006-11-21  Jim Meyering  <jim@meyering.net>
15331
15332         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
15333         so as to remain compatible with older compilers.
15334         Patch from Michael Deutschmann.
15335
15336 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15337
15338         * MODULES.html.sh (File system functions): Add openat.
15339
15340         * lib/openat.h (rpl_fstatat): New macro, if
15341         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
15342         (fstatat): Define to rpl_fstatat under the same conditions,
15343         unless COMPILING_FSTATAT.
15344         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
15345         seems to have the bug.
15346         * lib/fstatat.c: New file.
15347         * modules/openat (Files): Add it.
15348
15349 2006-11-20  Bruno Haible  <bruno@clisp.org>
15350
15351         * Makefile: New file.
15352
15353 2006-11-20  Jim Meyering  <jim@meyering.net>
15354
15355         The beginnings of syntax-related checks for gnulib.
15356         * lib/Makefile: New file.
15357         * lib/t-idcache: New script.  Ensure that the two halves of
15358         idcache.c stay in sync.
15359
15360         * lib/idcache.c: Adjust comments in user- and group- portions to
15361         be more accurate, and to be consistent with one another.
15362
15363 2006-11-20  Jim Meyering  <jim@meyering.net>
15364
15365         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
15366         continue using the flexible array member (thus, this module performs
15367         half as many malloc calls), with the addition that...
15368         (getgroup, getuser): Consistently record a non-match via an empty
15369         "name" string, and map an empty string match to a NULL return value.
15370         * modules/idcache (Depends-on): Re-add flexmember.
15371
15372         * lib/idcache.c (getuser): Remove all uses of the register keyword.
15373         (getuidbyname, getgroup, getgidbyname): Likewise.
15374
15375         Use cleaner syntax: NULL rather than 0.
15376         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
15377
15378 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15379
15380         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
15381         It mishandled the case where the group was missing.
15382         Problem reported by Greg Schafer.
15383         * modules/idcache: Likewise.
15384
15385 2006-11-18  Jim Meyering  <jim@meyering.net>
15386
15387         * check-module (%exempt_header): Add exception for some
15388         conditionally-included headers.
15389
15390         * modules/i-ring (Depends-on): Add verify.
15391         (License): Change to LGPL.
15392
15393 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15394
15395         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
15396         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
15397         and inttostr.h.  Use snprintf rather than uinttostr, so that
15398         LGPLed code doesn't depend on GPLed.
15399
15400 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15401
15402         * modules/inline (License): Change from GPL to LGPL.
15403
15404 2006-11-17  Jim Meyering  <jim@meyering.net>
15405
15406         * modules/d-type (License): Switch to LGPL.
15407
15408 2006-11-15  Bruno Haible  <bruno@clisp.org>
15409
15410         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
15411
15412 2006-11-15  Eric Blake  <ebb9@byu.net>
15413
15414         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
15415         the module dependency.
15416
15417 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15418             Bruno Haible  <bruno@clisp.org>
15419
15420         * gnulib-tool (func_create_testdir): Add license consistency check.
15421
15422 2006-11-15  Eric Blake  <ebb9@byu.net>
15423
15424         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
15425         random "(cached)" in configure output.
15426
15427 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15428
15429         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
15430         test for conforming inttypes.h is both announced and cached.
15431
15432         * MODULES.html.sh (seen_modules, seen_files): New variables.
15433         (func_module): Rewrite to use a few less gnulib-tool and sed
15434         invocations.  Avoid a couple of quadratic algorithms for ...
15435         (missed_modules, missed_files): ... these, with ...
15436         (func_append, func_tmpdir): ... these new functions, from
15437         gnulib-tool.  Analogously, install traps for cleanup.
15438
15439         * tests/test-gc.c (main): Remove unused variables.
15440         * tests/test-read-file.c: Include stdlib.h, for 'free'.
15441
15442 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * modules/inttostr (License): Change to LGPL.
15445
15446 2006-11-14  Eric Blake  <ebb9@byu.net>
15447
15448         * modules/tempname (License): Change to LGPL.
15449
15450 2006-11-14  Eric Blake  <ebb9@byu.net>
15451
15452         * doc/functions.texi (Function Portability): *printf functions on
15453         Cygwin now understand all POSIX size specifiers.
15454
15455 2006-11-14  Bruno Haible  <bruno@clisp.org>
15456
15457         * modules/c-ctype (License): Change to LGPL.
15458
15459 2006-11-12  Bruno Haible  <bruno@clisp.org>
15460
15461         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
15462         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
15463         for GNOME libraries, for which the include files are installed in
15464         subdirectories of $prefix/include.
15465
15466 2006-11-12  Bruno Haible  <bruno@clisp.org>
15467
15468         * m4/lib-link.m4: Require at least autoconf-2.54.
15469         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
15470         name to underscores for the --with option.
15471
15472 2006-11-13  Bruno Haible  <bruno@clisp.org>
15473
15474         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
15475         the tests directory.
15476         Reported by Ralf Wildenhues.
15477
15478 2006-11-13  Bruno Haible  <bruno@clisp.org>
15479
15480         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
15481         (func_emit_initmacro_end): Undo the override here.
15482         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
15483         Works around the famous automake error in coreutils.
15484
15485 2006-11-13  Eric Blake  <ebb9@byu.net>
15486
15487         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
15488         element, not its node.
15489
15490 2006-11-12  Bruno Haible  <bruno@clisp.org>
15491
15492         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
15493         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
15494
15495 2006-11-12  Bruno Haible  <bruno@clisp.org>
15496
15497         * gnulib-tool: New option --local-symlink.
15498         (func_usage): Document it.
15499         (lsymbolic): New variable.
15500         (func_import, func_create_testdir): If --symlink was not specified,
15501         test whether --local-symlink was specified and the file comes from
15502         the local_gnulib_dir.
15503
15504 2006-11-12  Bruno Haible  <bruno@clisp.org>
15505
15506         * gnulib-tool (func_ln): New function.
15507         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
15508
15509 2006-11-12  Bruno Haible  <bruno@clisp.org>
15510
15511         Finish support for source files in subdirectories.
15512         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
15513         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
15514         AUTOMAKE_OPTIONS.
15515         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
15516
15517 2006-11-12  Bruno Haible  <bruno@clisp.org>
15518
15519         * gnulib-tool (func_get_automake_snippet): Synthesize also an
15520         EXTRA_lib_SOURCES augmentation.
15521         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
15522
15523 2006-11-12  Jim Meyering  <jim@meyering.net>
15524
15525         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
15526         file descriptors.  This also averts a failure on systems with
15527         native openat support when a traversed directory lacks "x" access.
15528         * lib/fts_.h: Include "i-ring.h"
15529         (struct FTS) [fts_fd_ring]: New member.
15530         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
15531         (FCHDIR): Add parentheses.
15532         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
15533         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
15534         When descending, rather than simply closing the previous
15535         fts_cwd_fd value, push that file descriptor onto the ring.
15536         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
15537         (fts_open): Initialize the new fd_ring member.
15538         (fts_close): Clear the ring.
15539         (fts_safe_changedir): When possible, use our new fd_ring to skip
15540         the diropen and fstat and dev/ino comparison that would normally
15541         accompany a virtual `chdir ("..")'.
15542
15543         * modules/fts (Depends-on): Add i-ring.
15544         * modules/i-ring: New module.
15545         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
15546         * m4/i-ring.m4: New file.
15547
15548 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15549
15550         * gnulib-tool (func_create_testdir): Fix replacement of
15551         `build-aux' in configure.ac.  Run autotools in gltests
15552         subdirectory.
15553         (func_create_testdir, func_create_megatestdir, test): There is
15554         no need for '--force' in most autotool invocations in a new
15555         tree.  Actually fail the whole test if any of the tools, or the
15556         configure or make stages fail.
15557
15558         Sync from Automake.
15559         * build-aux/gnupload: Revert last change.  Add pointer to upload
15560         instructions of the GNU Maintenance Instructions.
15561         Suggestion by Karl Berry.
15562
15563 2006-11-10  Jim Meyering  <jim@meyering.net>
15564
15565         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
15566
15567 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15568
15569         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
15570         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
15571         (bind_textdomain_codeset) [! ENABLE_NLS]:
15572         Evaluate all the arguments.  That way, callers get compatible behavior
15573         if the arguments have side effects.  Also, it avoids some GCC
15574         diagnostics in some cases; Joel E. Denny reported problems when Bison
15575         was configured with --enable-gcc-warnigs.
15576
15577 2006-11-10  Jim Meyering  <jim@meyering.net>
15578
15579         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
15580         relevant options in CFLAGS (like -O, -fno-inline) are taken into
15581         account.
15582
15583 2006-11-10  Jim Meyering  <jim@meyering.net>
15584
15585         * modules/inline: New file/module.
15586         * modules/xalloc (Files): Remove m4/inline.m4.
15587         (Depends-on): Add inline, instead.
15588         * modules/oset: Likewise.
15589         * modules/list: Likewise.
15590
15591 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
15594         Problem reported by Matthew Woehlke.
15595
15596 2006-11-09  Bruno Haible  <bruno@clisp.org>
15597
15598         * lib/tempname.c (gen_tempname): Remove variant that invokes
15599         __gen_tempname.
15600         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
15601         __gen_tempname.
15602
15603 2006-11-08  Bruno Haible  <bruno@clisp.org>
15604
15605         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
15606         to 'yes' instead of 'cross-compiling'.
15607
15608 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * lib/quotearg.h (quotearg_free): New decl.
15611         * lib/quotearg.c (quotearg_free): New function.
15612         (slot0, nslots, slotvec0, slotvec):
15613         Now file-scope so that quotearg_free can get at them.
15614
15615 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15616
15617         Sync from Automake.
15618         * build-aux/gnupload: Add missing 'gnu' to example URL.
15619         Report by Karl Berry.
15620
15621 2006-11-08  Bruno Haible  <bruno@clisp.org>
15622
15623         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
15624         Suggested by Paul Eggert.
15625
15626 2006-11-08  Jim Meyering  <jim@meyering.net>
15627
15628         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
15629         It's already included if !_LIBC.
15630         (fts_safe_changedir): Add a comment.
15631
15632 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
15635         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
15636         Matthew Woehlke.
15637
15638         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
15639         definitions up, to avoid colliding with change below.
15640         (static_inline) [HAVE_INLINE]: New macro.
15641         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
15642         Provide extern decls when !HAVE_INLINE.  Do not define unless
15643         static_inline is defined, either by us or by xmalloc.c.  Use
15644         static_inline rather than static inline.
15645         (XCALLOC): Optimize sizeof(T) = 1 case.
15646         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
15647
15648 2006-11-07  Bruno Haible  <bruno@clisp.org>
15649
15650         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
15651         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
15652         AC_C_INLINE.
15653         * modules/xalloc (Files): Add m4/inline.m4.
15654
15655 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15656
15657         * README: Fix typo.
15658         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
15659         (Miscellanous Notes): ...from this.
15660
15661 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
15664         Mention that offsetof should be used instead of sizeof.
15665         From Bruno Haible.
15666
15667 2006-11-07  Bruno Haible  <bruno@clisp.org>
15668
15669         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
15670
15671 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15672
15673         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15674         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
15675         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15676         (gl_tree_add_before, gl_tree_add_after):
15677         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
15678         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
15679         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15680         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
15681         (gl_linked_add_after, gl_linked_add_at): Likewise.
15682         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
15683         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15684         (gl_tree_add_before, gl_tree_add_after): Likewise.
15685         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
15686         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
15687         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
15688
15689 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15690
15691         * lib/gl_oset.h: Use C comment style, not C++ comment style.
15692
15693 2006-11-06  Bruno Haible  <bruno@clisp.org>
15694
15695         * m4/inline.m4: New file.
15696         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
15697         * modules/list (Files): Add m4/inline.m4.
15698         * modules/oset (Files): Likewise.
15699
15700 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15701
15702         * lib/idcache.c: Include <stddef.h>, for offsetof.
15703         (struct userid.name): Change from char * to a flexible array member.
15704         All uses changed.
15705         * modules/idcache (Depends-on): Add flexmember.
15706
15707         * MODULES.html.sh (Core language properties): New module flexmember.
15708         * modules/flexmember, m4/flexmember.m4: New files.
15709
15710         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
15711         inline functions that are identical with the old xnmalloc_inline,
15712         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
15713         that we can avoid some unnecessary integer multiplications and
15714         divisions in the common case where the element size is known at
15715         compile time.
15716         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
15717         needed.
15718         (xnboundedmalloc): Remove.
15719         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
15720         arguments, for consistency with rest of this header.
15721         (xcharalloc): Rewrite using XNMALLOC.
15722         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
15723         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
15724         versions have been moved to lib/xalloc.h and renamed to be the
15725         non-*_inline versions.
15726         (xmalloc, xrealloc): Implement without reference to the xnmalloc
15727         and xnrealloc functions, since those functions are now inline and
15728         now call us.
15729         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
15730         renaming described above.
15731         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
15732         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
15733         captures the dependency in AC_C_INLINE.
15734
15735         New module canonicalize-lgpl, proposed by Charles Wilson in
15736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
15737         with a few small changes afterwards.
15738         * MODULES.html.sh (File system functions): New module
15739         canonicalize-lgpl.
15740         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
15741         and canonicalize_file_name.
15742         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
15743         * modules/canonicalize-lgpl: New files.
15744
15745 2006-11-05  Bruno Haible  <bruno@clisp.org>
15746
15747         * gnulib-tool (func_import, func_create_testdir): Create directories
15748         also for files in subdirectories of lib/.
15749
15750 2006-11-05  Bruno Haible  <bruno@clisp.org>
15751
15752         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
15753         ANSI C compliant.
15754
15755 2006-11-03  Bruno Haible  <bruno@clisp.org>
15756
15757         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15758         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
15759         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
15760         (xnboundedmalloc): New inline function.
15761         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
15762         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
15763         xmalloc.
15764         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
15765         xmalloc.
15766         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
15767         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
15768         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
15769         xmalloc.
15770         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15771         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
15772         xmalloc.
15773         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
15774         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15775         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
15776         xmalloc.
15777         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15778         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
15779         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15780         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
15781         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
15782         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
15783         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
15784
15785 2006-11-03  Bruno Haible  <bruno@clisp.org>
15786
15787         * lib/c-ctype.h [C++]: Define functions without name mangling.
15788         * lib/fwriteerror.h [C++]: Likewise.
15789         * lib/gcd.h [C++]: Likewise.
15790         * lib/linebreak.h [C++]: Likewise.
15791
15792 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15793
15794         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
15795         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
15796         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
15797         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
15798         Check for functions and headers just once.
15799         Check for declaration of canonicalize_file_name.
15800         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
15801
15802 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15803
15804         * gnulib-tool (func_import): Fix typo in actioncmd.
15805
15806 2006-11-02  Bruno Haible  <bruno@clisp.org>
15807
15808         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
15809         newline sequence in the Makefile.am snippet as a space, like "make"
15810         does.
15811         Reported by Roger Persson <perrog@gmail.com>.
15812
15813 2006-11-01  Bruno Haible  <bruno@clisp.org>
15814
15815         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
15816         already declared in <string.h>.
15817         * lib/strcase.h (strncasecmp): Don't declare it if yes.
15818
15819 2006-11-01  Bruno Haible  <bruno@clisp.org>
15820
15821         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
15822         * lib/strcase.h: Include <string.h>.
15823         (strcasecmp): Define to rpl_strcasecmp here.
15824
15825 2006-11-01  Bruno Haible  <bruno@clisp.org>
15826
15827         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
15828
15829 2006-11-01  Eric Blake  <ebb9@byu.net>
15830
15831         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
15832
15833         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
15834
15835 2006-10-29  Bruno Haible  <bruno@clisp.org>
15836
15837         Make it compile in C++ mode.
15838         * lib/full-write.c (full_rw): Add a cast.
15839
15840 2006-11-01  Bruno Haible  <bruno@clisp.org>
15841
15842         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
15843         be POSIX compliant.
15844         Reported by Roger Persson <perrog@gmail.com>.
15845
15846 2006-11-01  Eric Blake  <ebb9@byu.net>
15847
15848         * lib/getopt_.h: Fix comments.
15849
15850 2006-10-31  Eric Blake  <ebb9@byu.net>
15851
15852         * modules/tmpdir (Depends-on): Add sys_stat.
15853         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
15854         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
15855         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
15856         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
15857         tempname.
15858
15859 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
15860
15861         Avoid some C++ diagnostics reported by Bruno Haible.
15862         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
15863         xmalloc.
15864         (quotearg_alloc): Use xcharalloc rather than xmalloc.
15865         (struct slotvec): Move to top level.
15866         (quotearg_n_options): Rewrite to avoid xmalloc.
15867         * lib/xalloc.h (xcharalloc): New function.
15868         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
15869         [defined __cplusplus]: Add function template that provides result
15870         type propagation.  This part of the change is from Bruno Haible.
15871
15872 2006-10-29  Bruno Haible  <bruno@clisp.org>
15873
15874         Make it compile in C++ mode.
15875         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
15876         * lib/strnlen1.c (strnlen1): Cast memchr result.
15877         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
15878         * lib/clean-temp.c (string_equals, string_hash): Add casts.
15879         (create_temp_dir): Rename local variable 'template'.
15880         (compile_csharp_using_sscli): Add cast.
15881         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
15882         * lib/findprog.c (find_in_path): Likewise.
15883         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
15884         * lib/wait-process.c (register_slave_subprocess): Likewise.
15885
15886 2006-10-22  Bruno Haible  <bruno@clisp.org>
15887
15888         * modules/tsearch: New file.
15889         * lib/tsearch.h: New file.
15890         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
15891         * m4/tsearch.m4: New file.
15892         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
15893
15894 2006-10-29  Eric Blake  <ebb9@byu.net>
15895
15896         * lib/arcfour.c: Assume config.h.
15897         * lib/arctwo.c: Likewise.
15898         * lib/base64.c: Likewise.
15899         * lib/check-version.c: Likewise.
15900         * lib/crc.c: Likewise.
15901         * lib/des.c: Likewise.
15902         * lib/gc-gnulib.c: Likewise.
15903         * lib/gc-libgcrypt.c: Likewise.
15904         * lib/gc-pbkdf2-sha1.c: Likewise.
15905         * lib/getaddrinfo.c: Likewise.
15906         * lib/getdelim.c: Likewise.
15907         * lib/getline.c: Likewise.
15908         * lib/hmac-md5.c: Likewise.
15909         * lib/hmac-sha1.c: Likewise.
15910         * lib/iconvme.c: Likewise.
15911         * lib/md2.c: Likewise.
15912         * lib/md4.c: Likewise.
15913         * lib/memxor.c: Likewise.
15914         * lib/read-file.c: Likewise.
15915         * lib/readline.c: Likewise.
15916         * lib/rijndael-alg-fst.c: Likewise.
15917         * lib/rijndael-api-fst.c: Likewise.
15918         * lib/xgetdomainname.c: Likewise.
15919
15920 2006-10-28  Eric Blake  <ebb9@byu.net>
15921
15922         * lib/xstrndup.c: Assume config.h.
15923
15924 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15925
15926         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
15927         stat-macros.h is now for our own macros, whereas stat_h is for
15928         macros in the <sys/stat.h> name space.
15929         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
15930         (STAT_MACROS_H): Remove.
15931         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
15932         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
15933         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
15934         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
15935         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
15936         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
15937         Move these macros to ...
15938         * lib/stat_.h: here.  Don't include stat-macros.h.
15939         * lib/canonicalize.c: Don't include stat-macros.h.
15940         * lib/chown.c: Likewise.
15941         * lib/euidaccess.c: Likewise.
15942         * lib/file-type.c: Likewise.
15943         * lib/filemode.c: Likewise.
15944         * lib/glob.c: Likewise.
15945         * lib/isapipe.c: Likewise.
15946         * lib/lchown.c: Likewise.
15947         * lib/lstat.c: Likewise.
15948         * lib/mkdir-p.c: Likewise.
15949         * lib/rmdir.c: Likewise.
15950         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
15951         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
15952         unless mkdir isn't declared, to speed up 'configure'.
15953         Always create sys/stat.h, since it's unlikely any real sys/stat.h
15954         would define all the S_* symbols.
15955         * modules/canonicalize (Depends-on):
15956         Depend on sys_stat, not stat-macros.
15957         * modules/chown: Likewise.
15958         * modules/euidaccess: Likewise.
15959         * modules/filemode: Likewise.
15960         * modules/file-type: Likewise.
15961         * modules/glob: Likewise.
15962         * modules/isapipe: Likewise.
15963         * modules/lchown: Likewise.
15964         * modules/lstat: Likewise.
15965         * modules/mkancesdirs: Likewise.
15966         * modules/rmdir: Likewise.
15967         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
15968         * modules/modechange: Likewise.
15969         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
15970         (configure.ac): Remove gl_STAT_MACROS.
15971         * modules/sys_stat (Depends-on): Remove stat-macros.
15972
15973 2006-10-27  Bruno Haible  <bruno@clisp.org>
15974
15975         * m4/signed.m4: Remove file.
15976         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
15977         invocation.
15978         * modules/vasnprintf (Files): Remove m4/signed.m4.
15979
15980 2006-10-27  Bruno Haible  <bruno@clisp.org>
15981
15982         Update to GNU gettext 0.16.
15983         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
15984         m4/inttypes-h.m4, m4/signed.m4.
15985         * m4/gettext.m4: Update to GNU gettext 0.16.
15986         * m4/intl.m4: New file, from GNU gettext.
15987         * m4/intldir.m4: New file, from GNU gettext.
15988         * config/srclist.txt: Update
15989
15990 2006-10-27  Eric Blake  <ebb9@byu.net>
15991
15992         * MODULES.html.sh: Document tempname.
15993         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
15994         dependencies.
15995         (Files): Move lib/tempname.c...
15996         * modules/tempname: ...to this new module.
15997         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
15998         (gl_PREREQ_TEMPNAME): Move...
15999         * m4/tempname.m4: ...to this new file.
16000         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
16001         * modules/sys_stat (Depends-on): Add stat-macros.
16002         * lib/stat_.h (includes): Pick up stat macros.
16003         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
16004         if stat macros are broken.
16005         * lib/tempname.c (includes): No need to include "stat-macros.h".
16006         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
16007         (direxists, __path_search) [!_LIBC]: Don't compile these in
16008         gnulib; the tmpdir module covers that.
16009         * lib/tempname.h: New file.
16010
16011 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
16012
16013         * COPYING: Explain how gnulib-tool converts licence headers.
16014         Almost all wording by Eric Blake.
16015
16016 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
16017
16018         * lib/mbchar.h (is_basic_table): Make read-only.
16019         * lib/mbchar.c (is_basic_table): Likewise.
16020         Reported by John Darrington.
16021
16022 2006-10-25  Bruno Haible  <bruno@clisp.org>
16023
16024         * lib/progname.h (set_program_name): Undefine before defining.
16025
16026 2006-10-25  Bruno Haible  <bruno@clisp.org>
16027
16028         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
16029         false for non-gcc C++ compilers.
16030         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16031
16032 2006-10-24  Bruno Haible  <bruno@clisp.org>
16033
16034         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
16035         iconv implementations like Irix iconv.
16036
16037 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         * modules/vararrays: New file.
16040         * m4/vararrays.m4: New file, taken from diffutils.
16041         * MODULES.html.sh: New module vararrays.
16042
16043 2006-10-24  Karl Berry  <karl@gnu.org>
16044
16045         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
16046         Don't call GNU Unix.
16047
16048 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16049
16050         * users.txt: Add Libtool.
16051
16052         Sync from Libtool:
16053
16054         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16055
16056         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
16057         to gnulib's policy of including config.h unconditionally.
16058
16059 2006-10-24  Bruno Haible  <bruno@clisp.org>
16060
16061         * modules/wcwidth (Files): Add m4/wint_t.m4.
16062         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
16063         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
16064
16065 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16066
16067         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
16068         to pacify GCC with some -W flags enabled.  Problem reported by
16069         Bruno Haible.
16070
16071 2006-10-24  Jim Meyering  <jim@meyering.net>
16072
16073         * MODULES.html.sh: Remove uinttostr.  It's not a module.
16074         Reported by Karl Berry.
16075
16076 2006-10-23  Bruno Haible  <bruno@clisp.org>
16077
16078         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
16079
16080 2006-10-24  Bruno Haible  <bruno@clisp.org>
16081
16082         * lib/gl_list.h: Use C comment style, not C++ comment style.
16083
16084 2006-10-23  Eric Blake  <ebb9@byu.net>
16085
16086         * lib/getaddrinfo.c (includes): Add missing include.
16087
16088 2006-10-23  Bruno Haible  <bruno@clisp.org>
16089             Paul Eggert  <eggert@cs.ucla.edu>
16090
16091         Ability to rename obstack_free.
16092         * lib/obstack.h (__obstack_free): New macro. Declare instead of
16093         obstack_free.
16094         (obstack_free): Invoke the __obstack_free macro.
16095         * lib/obstack.c (obstack_free): Use __obstack_free macro.
16096
16097 2006-10-23  Bruno Haible  <bruno@clisp.org>
16098             Paul Eggert  <eggert@cs.ucla.edu>
16099
16100         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
16101         __argc, __argv from the declaration. (They are defined as macros on
16102         mingw.)
16103
16104 2006-10-22  Bruno Haible  <bruno@clisp.org>
16105
16106         * doc/gnulib-intro.texi: New file.
16107         * doc/gnulib.texi: Include it.
16108
16109 2006-10-21  Bruno Haible  <bruno@clisp.org>
16110
16111         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
16112         "Introduction", "Miscellanous Notes", "Particular Modules".
16113
16114 2006-10-21  Bruno Haible  <bruno@clisp.org>
16115
16116         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16117         Change mostlyclean-local rule to avoid sh syntax error from bash
16118         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
16119
16120 2006-10-23  Jim Meyering  <jim@meyering.net>
16121
16122         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
16123         in place of snprintf.
16124
16125         * modules/inttostr (Files): Add lib/uinttostr.c.
16126         * lib/uinttostr.c (inttostr): New file/function.
16127         * lib/inttostr.h (uinttostr): Declare.
16128         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
16129         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16130         Add uinttostr.
16131         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
16132
16133 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16134
16135         * lib/canonicalize.c (ELOOP): Define if not already defined.
16136         Problem reported by Bruno Haible in
16137         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
16138
16139 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16140
16141         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
16142         Problem reported by Perry Smith and Ville Laurikari.
16143
16144         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
16145         uses.
16146
16147 2006-10-19  Bruno Haible  <bruno@clisp.org>
16148
16149         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
16150         for mingw.
16151
16152 2006-10-19  Bruno Haible  <bruno@clisp.org>
16153
16154         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
16155         Needed for mingw.
16156
16157 2006-10-19  Bruno Haible  <bruno@clisp.org>
16158
16159         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
16160
16161 2006-10-19  Bruno Haible  <bruno@clisp.org>
16162
16163         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
16164         it.
16165
16166 2006-10-19  Bruno Haible  <bruno@clisp.org>
16167
16168         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
16169         invocation.
16170
16171 2006-10-19  Bruno Haible  <bruno@clisp.org>
16172
16173         * gnulib-tool (func_create_testdir): Don't include ftruncate and
16174         mountlist by default.
16175
16176 2006-10-16  Bruno Haible  <bruno@clisp.org>
16177
16178         * lib/c-strstr.c: Include c-strstr.h.
16179
16180 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16181
16182         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
16183         in a slash.
16184
16185 2006-10-18  Bruno Haible  <bruno@clisp.org>
16186
16187         * lib/lock.h [C++]: Wrap definitions in extern "C".
16188
16189 2006-10-18  Bruno Haible  <bruno@clisp.org>
16190
16191         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
16192         gl_LIBOBJS list.
16193
16194 2006-10-18  Bruno Haible  <bruno@clisp.org>
16195
16196         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
16197
16198 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * lib/xstrtol.h: Include gettext.h.
16201         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
16202         Problem reported by Eric Blake.
16203         * modules/xstrtol (Depends-on): Add gettext-h.
16204
16205 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
16206
16207         * lib/strftime.c (advance): New macro.
16208         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
16209         incomplete type, so you can't add 0 to it.  Problem and patch
16210         reported by Eelco Dolstra for dietlibc.
16211
16212 2006-10-18  Jim Meyering  <jim@meyering.net>
16213
16214         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
16215         type for a local, and rename it: s/up/user_proc/.
16216
16217 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16218
16219         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
16220         READ_UTMP_USER_PROCESS.
16221         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
16222
16223 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16224
16225         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
16226         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
16227
16228 2006-10-17  Eric Blake  <ebb9@byu.net>
16229
16230         * lib/sigprocmask.c (sigprocmask): Fix typo.
16231
16232         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
16233
16234         * modules/clean-temp (Makefile.am): Don't add to make output...
16235         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
16236         config.h.
16237
16238 2006-10-17  Bruno Haible  <bruno@clisp.org>
16239
16240         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
16241         differently if DEFAULT_TEXT_DOMAIN is set.
16242
16243 2006-10-16  Bruno Haible  <bruno@clisp.org>
16244
16245         * lib/clean-temp.c: Include fwriteerror.h.
16246
16247 2006-10-16  Bruno Haible  <bruno@clisp.org>
16248
16249         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
16250
16251 2006-10-16  Bruno Haible  <bruno@clisp.org>
16252
16253         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
16254         * lib/sigprocmask.h: Include <sys/types.h>.
16255         (sigset_t): Use the system's definition if present.
16256
16257 2006-10-17  Eric Blake  <ebb9@byu.net>
16258
16259         * lib/xvasprintf.c (includes): Assume config.h.
16260         * lib/xasprintf.c (includes): Likewise.
16261
16262 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16263
16264         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
16265         at least as wide as intmax_t.
16266
16267 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
16268
16269         (Imported from Automake.)
16270         * build-aux/gnupload: Update to version 1.1 of directive file.
16271
16272 2006-10-16  Eric Blake  <ebb9@byu.net>
16273
16274         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
16275         match Automake 1.10a.
16276
16277 2006-10-14  Bruno Haible  <bruno@clisp.org>
16278
16279         * modules/sigprocmask: New file.
16280         * lib/sigprocmask.h: New file.
16281         * lib/sigprocmask.c: New file.
16282         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
16283         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
16284         request sigprocmask.o.
16285         (gl_PREREQ_SIGPROCMASK): New macro.
16286         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
16287         (Depends-on): Add sigprocmask.
16288         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
16289         gt_SIGNALBLOCKING. Test for 'raise' only once.
16290         * lib/fatal-signal.c: Include sigprocmask.h.
16291         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
16292         unblock_fatal_signals): Define always.
16293         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16294         sigprocmask.
16295
16296 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16297
16298         Sync from Automake.
16299         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
16300         which incorrectly sets the mode of an existing destination
16301         directory.  In some cases the unpatched install-sh could do the
16302         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
16303         system.  We hope this is rare in practice, but it's clearly worth
16304         fixing.  Problem reported by Alex Unleashed in
16305         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
16306         Also, don't bother to check for -m bugs unless we're using -m;
16307         suggested by Stepan Kasal.
16308
16309 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16310
16311         Sync from Automake.
16312         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
16313         `-c' flag, so they appear at the same position as in %FASTDEP%
16314         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
16315         which ignores unknown options only after the first non-option.
16316         Bug report against M4 by Nelson H. F. Beebe.
16317
16318 2006-10-13  Jim Meyering  <jim@meyering.net>
16319
16320         Fix a bug in yesterday's change.
16321         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
16322         p->fts_statp->st_dev would be used uninitialized.
16323         Ensures that we always call fts_stat on the very first entry.
16324         Miklos Szeredi reported that find -xdev stopped working.
16325
16326 2006-10-12  Bruno Haible  <bruno@clisp.org>
16327
16328         * gnulib-tool (func_get_automake_snippet): Append an automatically
16329         computed EXTRA_DIST augmentation.
16330         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
16331         * modules/alloca-opt (Makefile.am): Likewise.
16332         * modules/allocsa (Makefile.am): Likewise.
16333         * modules/arcfour (Makefile.am): Likewise.
16334         * modules/arctwo (Makefile.am): Likewise.
16335         * modules/argmatch (Makefile.am): Likewise.
16336         * modules/argz (Makefile.am): Likewise.
16337         * modules/atexit (Makefile.am): Likewise.
16338         * modules/backupfile (Makefile.am): Likewise.
16339         * modules/byteswap (Makefile.am): Likewise.
16340         * modules/c-strtod (Makefile.am): Likewise.
16341         * modules/c-strtold (Makefile.am): Likewise.
16342         * modules/calloc (Makefile.am): Likewise.
16343         * modules/canon-host (Makefile.am): Likewise.
16344         * modules/canonicalize (Makefile.am): Likewise.
16345         * modules/chdir-long (Makefile.am): Likewise.
16346         * modules/chdir-safer (Makefile.am): Likewise.
16347         * modules/check-version (Makefile.am): Likewise.
16348         * modules/chown (Makefile.am): Likewise.
16349         * modules/cloexec (Makefile.am): Likewise.
16350         * modules/close-stream (Makefile.am): Likewise.
16351         * modules/closeout (Makefile.am): Likewise.
16352         * modules/crc (Makefile.am): Likewise.
16353         * modules/csharpexec (Makefile.am): Likewise.
16354         * modules/cycle-check (Makefile.am): Likewise.
16355         * modules/des (Makefile.am): Likewise.
16356         * modules/dev-ino (Makefile.am): Likewise.
16357         * modules/dirfd (Makefile.am): Likewise.
16358         * modules/dirname (Makefile.am): Likewise.
16359         * modules/dup2 (Makefile.am): Likewise.
16360         * modules/eealloc (Makefile.am): Likewise.
16361         * modules/error (Makefile.am): Likewise.
16362         * modules/euidaccess (Makefile.am): Likewise.
16363         * modules/exclude (Makefile.am): Likewise.
16364         * modules/exitfail (Makefile.am): Likewise.
16365         * modules/fcntl-safer (Makefile.am): Likewise.
16366         * modules/fcntl (Makefile.am): Likewise.
16367         * modules/file-type (Makefile.am): Likewise.
16368         * modules/fileblocks (Makefile.am): Likewise.
16369         * modules/filemode (Makefile.am): Likewise.
16370         * modules/filenamecat (Makefile.am): Likewise.
16371         * modules/fnmatch (Makefile.am): Likewise.
16372         * modules/fopen-safer (Makefile.am): Likewise.
16373         * modules/fpending (Makefile.am): Likewise.
16374         * modules/fprintftime (Makefile.am): Likewise.
16375         * modules/free (Makefile.am): Likewise.
16376         * modules/fsusage (Makefile.am): Likewise.
16377         * modules/ftruncate (Makefile.am): Likewise.
16378         * modules/fts (Makefile.am): Likewise.
16379         * modules/gc-arcfour (Makefile.am): Likewise.
16380         * modules/gc-des (Makefile.am): Likewise.
16381         * modules/gc-hmac-md5 (Makefile.am): Likewise.
16382         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
16383         * modules/gc-md4 (Makefile.am): Likewise.
16384         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16385         * modules/gc-sha1 (Makefile.am): Likewise.
16386         * modules/gc (Makefile.am): Likewise.
16387         * modules/getaddrinfo (Makefile.am): Likewise.
16388         * modules/getcwd (Makefile.am): Likewise.
16389         * modules/getdelim (Makefile.am): Likewise.
16390         * modules/getdomainname (Makefile.am): Likewise.
16391         * modules/getgroups (Makefile.am): Likewise.
16392         * modules/gethostname (Makefile.am): Likewise.
16393         * modules/gethrxtime (Makefile.am): Likewise.
16394         * modules/getline (Makefile.am): Likewise.
16395         * modules/getloadavg (Makefile.am): Likewise.
16396         * modules/getlogin_r (Makefile.am): Likewise.
16397         * modules/getndelim2 (Makefile.am): Likewise.
16398         * modules/getopt (Makefile.am): Likewise.
16399         * modules/getpagesize (Makefile.am): Likewise.
16400         * modules/getpass-gnu (Makefile.am): Likewise.
16401         * modules/getpass (Makefile.am): Likewise.
16402         * modules/getsubopt (Makefile.am): Likewise.
16403         * modules/gettime (Makefile.am): Likewise.
16404         * modules/gettimeofday (Makefile.am): Likewise.
16405         * modules/getugroups (Makefile.am): Likewise.
16406         * modules/getusershell (Makefile.am): Likewise.
16407         * modules/glob (Makefile.am): Likewise.
16408         * modules/group-member (Makefile.am): Likewise.
16409         * modules/hard-locale (Makefile.am): Likewise.
16410         * modules/hash (Makefile.am): Likewise.
16411         * modules/hmac-md5 (Makefile.am): Likewise.
16412         * modules/hmac-sha1 (Makefile.am): Likewise.
16413         * modules/human (Makefile.am): Likewise.
16414         * modules/idcache (Makefile.am): Likewise.
16415         * modules/imaxabs (Makefile.am): Likewise.
16416         * modules/imaxdiv (Makefile.am): Likewise.
16417         * modules/inet_ntop (Makefile.am): Likewise.
16418         * modules/inet_pton (Makefile.am): Likewise.
16419         * modules/intprops (Makefile.am): Likewise.
16420         * modules/inttostr (Makefile.am): Likewise.
16421         * modules/inttypes (Makefile.am): Likewise.
16422         * modules/isapipe (Makefile.am): Likewise.
16423         * modules/javaversion (Makefile.am): Likewise.
16424         * modules/lchmod (Makefile.am): Likewise.
16425         * modules/lchown (Makefile.am): Likewise.
16426         * modules/localcharset (Makefile.am): Likewise.
16427         * modules/long-options (Makefile.am): Likewise.
16428         * modules/lstat (Makefile.am): Likewise.
16429         * modules/malloc (Makefile.am): Likewise.
16430         * modules/mathl (Makefile.am): Likewise.
16431         * modules/mbchar (Makefile.am): Likewise.
16432         * modules/md2 (Makefile.am): Likewise.
16433         * modules/md4 (Makefile.am): Likewise.
16434         * modules/md5 (Makefile.am): Likewise.
16435         * modules/memcasecmp (Makefile.am): Likewise.
16436         * modules/memchr (Makefile.am): Likewise.
16437         * modules/memcmp (Makefile.am): Likewise.
16438         * modules/memcoll (Makefile.am): Likewise.
16439         * modules/memcpy (Makefile.am): Likewise.
16440         * modules/memmem (Makefile.am): Likewise.
16441         * modules/memmove (Makefile.am): Likewise.
16442         * modules/mempcpy (Makefile.am): Likewise.
16443         * modules/memrchr (Makefile.am): Likewise.
16444         * modules/memset (Makefile.am): Likewise.
16445         * modules/memxor (Makefile.am): Likewise.
16446         * modules/mkancesdirs (Makefile.am): Likewise.
16447         * modules/mkdir-p (Makefile.am): Likewise.
16448         * modules/mkdir (Makefile.am): Likewise.
16449         * modules/mkdtemp (Makefile.am): Likewise.
16450         * modules/mkstemp (Makefile.am): Likewise.
16451         * modules/mktime (Makefile.am): Likewise.
16452         * modules/modechange (Makefile.am): Likewise.
16453         * modules/mountlist (Makefile.am): Likewise.
16454         * modules/nanosleep (Makefile.am): Likewise.
16455         * modules/obstack (Makefile.am): Likewise.
16456         * modules/openat (Makefile.am): Likewise.
16457         * modules/pagealign_alloc (Makefile.am): Likewise.
16458         * modules/pathmax (Makefile.am): Likewise.
16459         * modules/physmem (Makefile.am): Likewise.
16460         * modules/poll (Makefile.am): Likewise.
16461         * modules/posixtm (Makefile.am): Likewise.
16462         * modules/posixver (Makefile.am): Likewise.
16463         * modules/putenv (Makefile.am): Likewise.
16464         * modules/quote (Makefile.am): Likewise.
16465         * modules/quotearg (Makefile.am): Likewise.
16466         * modules/raise (Makefile.am): Likewise.
16467         * modules/read-file (Makefile.am): Likewise.
16468         * modules/readline (Makefile.am): Likewise.
16469         * modules/readlink (Makefile.am): Likewise.
16470         * modules/readtokens (Makefile.am): Likewise.
16471         * modules/readutmp (Makefile.am): Likewise.
16472         * modules/realloc (Makefile.am): Likewise.
16473         * modules/regex (Makefile.am): Likewise.
16474         * modules/rename-dest-slash (Makefile.am): Likewise.
16475         * modules/rename (Makefile.am): Likewise.
16476         * modules/rijndael (Makefile.am): Likewise.
16477         * modules/rmdir (Makefile.am): Likewise.
16478         * modules/rpmatch (Makefile.am): Likewise.
16479         * modules/safe-read (Makefile.am): Likewise.
16480         * modules/safe-write (Makefile.am): Likewise.
16481         * modules/same-inode (Makefile.am): Likewise.
16482         * modules/same (Makefile.am): Likewise.
16483         * modules/save-cwd (Makefile.am): Likewise.
16484         * modules/savedir (Makefile.am): Likewise.
16485         * modules/setenv (Makefile.am): Likewise.
16486         * modules/settime (Makefile.am): Likewise.
16487         * modules/sha1 (Makefile.am): Likewise.
16488         * modules/sig2str (Makefile.am): Likewise.
16489         * modules/snprintf (Makefile.am): Likewise.
16490         * modules/stat-macros (Makefile.am): Likewise.
16491         * modules/stat-time (Makefile.am): Likewise.
16492         * modules/stdbool (Makefile.am): Likewise.
16493         * modules/stdint (Makefile.am): Likewise.
16494         * modules/stdlib-safer (Makefile.am): Likewise.
16495         * modules/stpcpy (Makefile.am): Likewise.
16496         * modules/stpncpy (Makefile.am): Likewise.
16497         * modules/strcase (Makefile.am): Likewise.
16498         * modules/strcasestr (Makefile.am): Likewise.
16499         * modules/strchrnul (Makefile.am): Likewise.
16500         * modules/strcspn (Makefile.am): Likewise.
16501         * modules/strdup (Makefile.am): Likewise.
16502         * modules/strerror (Makefile.am): Likewise.
16503         * modules/strftime (Makefile.am): Likewise.
16504         * modules/strndup (Makefile.am): Likewise.
16505         * modules/strnlen (Makefile.am): Likewise.
16506         * modules/strpbrk (Makefile.am): Likewise.
16507         * modules/strsep (Makefile.am): Likewise.
16508         * modules/strstr (Makefile.am): Likewise.
16509         * modules/strtod (Makefile.am): Likewise.
16510         * modules/strtoimax (Makefile.am): Likewise.
16511         * modules/strtok_r (Makefile.am): Likewise.
16512         * modules/strtol (Makefile.am): Likewise.
16513         * modules/strtoll (Makefile.am): Likewise.
16514         * modules/strtoul (Makefile.am): Likewise.
16515         * modules/strtoull (Makefile.am): Likewise.
16516         * modules/strtoumax (Makefile.am): Likewise.
16517         * modules/strverscmp (Makefile.am): Likewise.
16518         * modules/sys_socket (Makefile.am): Likewise.
16519         * modules/sys_stat (Makefile.am): Likewise.
16520         * modules/sysexits (Makefile.am): Likewise.
16521         * modules/time_r (Makefile.am): Likewise.
16522         * modules/timegm (Makefile.am): Likewise.
16523         * modules/timespec (Makefile.am): Likewise.
16524         * modules/tmpfile-safer (Makefile.am): Likewise.
16525         * modules/trim (Makefile.am): Likewise.
16526         * modules/unistd-safer (Makefile.am): Likewise.
16527         * modules/unlinkdir (Makefile.am): Likewise.
16528         * modules/unlocked-io (Makefile.am): Likewise.
16529         * modules/userspec (Makefile.am): Likewise.
16530         * modules/utime (Makefile.am): Likewise.
16531         * modules/utimecmp (Makefile.am): Likewise.
16532         * modules/utimens (Makefile.am): Likewise.
16533         * modules/vasnprintf (Makefile.am): Likewise.
16534         * modules/vasprintf (Makefile.am): Likewise.
16535         * modules/vsnprintf (Makefile.am): Likewise.
16536         * modules/xalloc (Makefile.am): Likewise.
16537         * modules/xgetcwd (Makefile.am): Likewise.
16538         * modules/xnanosleep (Makefile.am): Likewise.
16539         * modules/xreadlink (Makefile.am): Likewise.
16540         * modules/xstrtod (Makefile.am): Likewise.
16541         * modules/xstrtol (Makefile.am): Likewise.
16542         * modules/xstrtold (Makefile.am): Likewise.
16543         * modules/yesno (Makefile.am): Likewise.
16544         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
16545
16546 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16547
16548         * modules/error (Makefile.am): Distribute files through
16549         EXTRA_DIST, not lib_SOURCES.
16550
16551 2006-10-12  Eric Blake  <ebb9@byu.net>
16552
16553         * modules/error (Makefile.am): Distribute files in /lib.
16554         * modules/obstack (Makefile.am): Likewise.
16555
16556 2006-10-12  Bruno Haible  <bruno@clisp.org>
16557
16558         * modules/acl (Makefile.am): Distribute all files in lib/ through
16559         EXTRA_DIST.
16560         * modules/arcfour (Makefile.am): Likewise.
16561         * modules/arctwo (Makefile.am): Likewise.
16562         * modules/argmatch (Makefile.am): Likewise.
16563         * modules/argz (Makefile.am): Likewise.
16564         * modules/atexit (Makefile.am): Likewise.
16565         * modules/backupfile (Makefile.am): Likewise.
16566         * modules/c-strtod (Makefile.am): Likewise.
16567         * modules/c-strtold (Makefile.am): Likewise.
16568         * modules/calloc (Makefile.am): Likewise.
16569         * modules/canon-host (Makefile.am): Likewise.
16570         * modules/canonicalize (Makefile.am): Likewise.
16571         * modules/chdir-long (Makefile.am): Likewise.
16572         * modules/chdir-safer (Makefile.am): Likewise.
16573         * modules/check-version (Makefile.am): Likewise.
16574         * modules/chown (Makefile.am): Likewise.
16575         * modules/cloexec (Makefile.am): Likewise.
16576         * modules/close-stream (Makefile.am): Likewise.
16577         * modules/closeout (Makefile.am): Likewise.
16578         * modules/crc (Makefile.am): Likewise.
16579         * modules/cycle-check (Makefile.am): Likewise.
16580         * modules/des (Makefile.am): Likewise.
16581         * modules/dirfd (Makefile.am): Likewise.
16582         * modules/dirname (Makefile.am): Likewise.
16583         * modules/dup2 (Makefile.am): Likewise.
16584         * modules/euidaccess (Makefile.am): Likewise.
16585         * modules/exclude (Makefile.am): Likewise.
16586         * modules/exitfail (Makefile.am): Likewise.
16587         * modules/fcntl-safer (Makefile.am): Likewise.
16588         * modules/file-type (Makefile.am): Likewise.
16589         * modules/fileblocks (Makefile.am): Likewise.
16590         * modules/filemode (Makefile.am): Likewise.
16591         * modules/filenamecat (Makefile.am): Likewise.
16592         * modules/fnmatch (Makefile.am): Likewise.
16593         * modules/fopen-safer (Makefile.am): Likewise.
16594         * modules/fpending (Makefile.am): Likewise.
16595         * modules/fprintftime (Makefile.am): Likewise.
16596         * modules/free (Makefile.am): Likewise.
16597         * modules/fsusage (Makefile.am): Likewise.
16598         * modules/ftruncate (Makefile.am): Likewise.
16599         * modules/fts (Makefile.am): Likewise.
16600         * modules/gc (Makefile.am): Likewise.
16601         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16602         * modules/getaddrinfo (Makefile.am): Likewise.
16603         * modules/getcwd (Makefile.am): Likewise.
16604         * modules/getdelim (Makefile.am): Likewise.
16605         * modules/getdomainname (Makefile.am): Likewise.
16606         * modules/getgroups (Makefile.am): Likewise.
16607         * modules/gethostname (Makefile.am): Likewise.
16608         * modules/gethrxtime (Makefile.am): Likewise.
16609         * modules/getline (Makefile.am): Likewise.
16610         * modules/getloadavg (Makefile.am): Likewise.
16611         * modules/getlogin_r (Makefile.am): Likewise.
16612         * modules/getopt (Makefile.am): Likewise.
16613         * modules/getpass (Makefile.am): Likewise.
16614         * modules/getpass-gnu (Makefile.am): Likewise.
16615         * modules/getsubopt (Makefile.am): Likewise.
16616         * modules/gettime (Makefile.am): Likewise.
16617         * modules/gettimeofday (Makefile.am): Likewise.
16618         * modules/getugroups (Makefile.am): Likewise.
16619         * modules/getusershell (Makefile.am): Likewise.
16620         * modules/glob (Makefile.am): Likewise.
16621         * modules/group-member (Makefile.am): Likewise.
16622         * modules/hard-locale (Makefile.am): Likewise.
16623         * modules/hash (Makefile.am): Likewise.
16624         * modules/hmac-md5 (Makefile.am): Likewise.
16625         * modules/hmac-sha1 (Makefile.am): Likewise.
16626         * modules/human (Makefile.am): Likewise.
16627         * modules/idcache (Makefile.am): Likewise.
16628         * modules/imaxabs (Makefile.am): Likewise.
16629         * modules/imaxdiv (Makefile.am): Likewise.
16630         * modules/inet_ntop (Makefile.am): Likewise.
16631         * modules/inet_pton (Makefile.am): Likewise.
16632         * modules/inttostr (Makefile.am): Likewise.
16633         * modules/isapipe (Makefile.am): Likewise.
16634         * modules/lchown (Makefile.am): Likewise.
16635         * modules/long-options (Makefile.am): Likewise.
16636         * modules/lstat (Makefile.am): Likewise.
16637         * modules/malloc (Makefile.am): Likewise.
16638         * modules/mathl (Makefile.am): Likewise.
16639         * modules/mbchar (Makefile.am): Likewise.
16640         * modules/md2 (Makefile.am): Likewise.
16641         * modules/md4 (Makefile.am): Likewise.
16642         * modules/md5 (Makefile.am): Likewise.
16643         * modules/memcasecmp (Makefile.am): Likewise.
16644         * modules/memchr (Makefile.am): Likewise.
16645         * modules/memcmp (Makefile.am): Likewise.
16646         * modules/memcoll (Makefile.am): Likewise.
16647         * modules/memcpy (Makefile.am): Likewise.
16648         * modules/memmem (Makefile.am): Likewise.
16649         * modules/memmove (Makefile.am): Likewise.
16650         * modules/mempcpy (Makefile.am): Likewise.
16651         * modules/memrchr (Makefile.am): Likewise.
16652         * modules/memset (Makefile.am): Likewise.
16653         * modules/memxor (Makefile.am): Likewise.
16654         * modules/mkancesdirs (Makefile.am): Likewise.
16655         * modules/mkdir (Makefile.am): Likewise.
16656         * modules/mkdir-p (Makefile.am): Likewise.
16657         * modules/mkdtemp (Makefile.am): Likewise.
16658         * modules/mkstemp (Makefile.am): Likewise.
16659         * modules/mktime (Makefile.am): Likewise.
16660         * modules/modechange (Makefile.am): Likewise.
16661         * modules/mountlist (Makefile.am): Likewise.
16662         * modules/nanosleep (Makefile.am): Likewise.
16663         * modules/openat (Makefile.am): Likewise.
16664         * modules/pagealign_alloc (Makefile.am): Likewise.
16665         * modules/physmem (Makefile.am): Likewise.
16666         * modules/poll (Makefile.am): Likewise.
16667         * modules/posixtm (Makefile.am): Likewise.
16668         * modules/posixver (Makefile.am): Likewise.
16669         * modules/putenv (Makefile.am): Likewise.
16670         * modules/quote (Makefile.am): Likewise.
16671         * modules/quotearg (Makefile.am): Likewise.
16672         * modules/raise (Makefile.am): Likewise.
16673         * modules/read-file (Makefile.am): Likewise.
16674         * modules/readline (Makefile.am): Likewise.
16675         * modules/readlink (Makefile.am): Likewise.
16676         * modules/readtokens (Makefile.am): Likewise.
16677         * modules/readutmp (Makefile.am): Likewise.
16678         * modules/realloc (Makefile.am): Likewise.
16679         * modules/regex (Makefile.am): Likewise.
16680         * modules/rename (Makefile.am): Likewise.
16681         * modules/rename-dest-slash (Makefile.am): Likewise.
16682         * modules/rijndael (Makefile.am): Likewise.
16683         * modules/rmdir (Makefile.am): Likewise.
16684         * modules/rpmatch (Makefile.am): Likewise.
16685         * modules/safe-read (Makefile.am): Likewise.
16686         * modules/safe-write (Makefile.am): Likewise.
16687         * modules/same (Makefile.am): Likewise.
16688         * modules/save-cwd (Makefile.am): Likewise.
16689         * modules/savedir (Makefile.am): Likewise.
16690         * modules/setenv (Makefile.am): Likewise.
16691         * modules/settime (Makefile.am): Likewise.
16692         * modules/sha1 (Makefile.am): Likewise.
16693         * modules/sig2str (Makefile.am): Likewise.
16694         * modules/snprintf (Makefile.am): Likewise.
16695         * modules/stdlib-safer (Makefile.am): Likewise.
16696         * modules/stpcpy (Makefile.am): Likewise.
16697         * modules/stpncpy (Makefile.am): Likewise.
16698         * modules/strcase (Makefile.am): Likewise.
16699         * modules/strcasestr (Makefile.am): Likewise.
16700         * modules/strchrnul (Makefile.am): Likewise.
16701         * modules/strcspn (Makefile.am): Likewise.
16702         * modules/strdup (Makefile.am): Likewise.
16703         * modules/strerror (Makefile.am): Likewise.
16704         * modules/strftime (Makefile.am): Likewise.
16705         * modules/strndup (Makefile.am): Likewise.
16706         * modules/strnlen (Makefile.am): Likewise.
16707         * modules/strpbrk (Makefile.am): Likewise.
16708         * modules/strsep (Makefile.am): Likewise.
16709         * modules/strstr (Makefile.am): Likewise.
16710         * modules/strtod (Makefile.am): Likewise.
16711         * modules/strtoimax (Makefile.am): Likewise.
16712         * modules/strtok_r (Makefile.am): Likewise.
16713         * modules/strtol (Makefile.am): Likewise.
16714         * modules/strtoll (Makefile.am): Likewise.
16715         * modules/strtoul (Makefile.am): Likewise.
16716         * modules/strtoull (Makefile.am): Likewise.
16717         * modules/strtoumax (Makefile.am): Likewise.
16718         * modules/strverscmp (Makefile.am): Likewise.
16719         * modules/time_r (Makefile.am): Likewise.
16720         * modules/timegm (Makefile.am): Likewise.
16721         * modules/tmpfile-safer (Makefile.am): Likewise.
16722         * modules/unistd-safer (Makefile.am): Likewise.
16723         * modules/unlinkdir (Makefile.am): Likewise.
16724         * modules/userspec (Makefile.am): Likewise.
16725         * modules/utime (Makefile.am): Likewise.
16726         * modules/utimecmp (Makefile.am): Likewise.
16727         * modules/utimens (Makefile.am): Likewise.
16728         * modules/vasnprintf (Makefile.am): Likewise.
16729         * modules/vasprintf (Makefile.am): Likewise.
16730         * modules/vsnprintf (Makefile.am): Likewise.
16731         * modules/xalloc (Makefile.am): Likewise.
16732         * modules/xgetcwd (Makefile.am): Likewise.
16733         * modules/xnanosleep (Makefile.am): Likewise.
16734         * modules/xreadlink (Makefile.am): Likewise.
16735         * modules/xstrtod (Makefile.am): Likewise.
16736         * modules/xstrtol (Makefile.am): Likewise.
16737         * modules/xstrtold (Makefile.am): Likewise.
16738         * modules/yesno (Makefile.am): Likewise.
16739
16740 2006-10-12  Jim Meyering  <jim@meyering.net>
16741
16742         * m4/getloadavg.m4: Revert the change below.
16743
16744         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
16745         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
16746         fail with a symlink, which is what coreutils' ./bootstrap now
16747         creates by default.
16748
16749 2006-10-12  Bruno Haible  <bruno@clisp.org>
16750
16751         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
16752         mingw.
16753         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
16754         MSVC and mingw explicitly.
16755
16756 2006-10-11  Simon Josefsson  <jas@extundo.com>
16757             Bruno Haible  <bruno@clisp.org>
16758
16759         Add support for multiple gnulib-tool invocations in the scope of a
16760         single configure.ac file.
16761         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
16762         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
16763         with the same contents as the _LIBADD variable.
16764         (func_emit_initmacro_start, func_emit_initmacro_end,
16765         func_emit_initmacro_done): New functions.
16766         (func_import, func_create_testdir): Invoke them. Allow the identifiers
16767         gl_LIBOBJS and gl_LTLIBOBJS.
16768
16769 2006-10-11  Bruno Haible  <bruno@clisp.org>
16770
16771         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
16772         (func_create_testdir): Don't create po/Makefile.am, don't invoke
16773         autoreconf. Instead, invoke autopoint explicitly but move back the
16774         *.m4 files from gnulib.
16775
16776 2006-10-11  Bruno Haible  <bruno@clisp.org>
16777
16778         * gnulib-tool (func_usage): Make module names after --create-testdir
16779         optional.
16780         (func_create_testdir): If no module was specified, use nearly all
16781         modules.
16782
16783 2006-10-12  Jim Meyering  <jim@meyering.net>
16784
16785         Big performance improvement for fts-based tools that use FTS_NOSTAT.
16786         Avoid spurious inode-mismatch problems on non-POSIX file systems.
16787         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
16788         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
16789         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
16790         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
16791         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
16792         (fts_set_stat_required): New function.
16793         (fts_open): Defer the calls to fts_stat, if possible or requested.
16794         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
16795         into fts_stat itself.
16796         (fts_read): Perform any required (deferred) fts_stat call.
16797         (fts_build): Likewise, for the directory we're about to open and read.
16798         In the readdir loop, carefully decide whether each entry will require
16799         an eventual call to fts_stat, using dirent.d_type info if available.
16800         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
16801         a command line argument into this function.  Update all callers.
16802         Map a return value of FTS_DOT to FTS_D for a command line argument.
16803         * modules/fts (Depends-on): Add d-type.  Alphabetize.
16804         Thanks to Miklos Szeredi for his tenacity and for the initial
16805         bug report about "find" failing on a FUSE-based file system.
16806
16807         * lib/fts.c (fts_open): Use consistent indentation.
16808
16809 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16810
16811         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
16812         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
16813         reported by Jim Meyering.  All uses of cache variables renamed
16814         to match Autoconf's.
16815         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
16816         the other one.
16817
16818         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
16819         Fix misspelling in diagnostic.
16820
16821 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16822
16823         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
16824         defined.  Problem reported by Matthew Woehlke.
16825
16826         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
16827         Add support for Tandem NonStop R series.
16828         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
16829         Use new macro.
16830
16831         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
16832         (has_trailing_slash): Omit size arg; all callers changed.
16833         Omit 'inline', since it doesn't help performance and we'd
16834         need to configure it.
16835         Don't count //, ///, etc. as having a trailing slash.
16836         As a side effect, this removes a C99ism reported by Matthew Woehlke.
16837         (rpl_rename_dest_slash): On failure, use rename's errno rather
16838         than (in some cases) an incorrect or junk errno.
16839         Simplify code by removing need to compute length; this does
16840         cause it to make two passes instead of one over the file name,
16841         but it's worth it.
16842
16843         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
16844         change, since Autoconf's version may no longer be appropriate now
16845         that we are using CVS Autoconf's version.  Add support for Tandem.
16846
16847 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16848             Bruno Haible  <bruno@clisp.org>
16849
16850         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
16851         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
16852         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
16853         gl_AC_TYPE_LONG_LONG.
16854
16855         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
16856         instead of HAVE_LONG_LONG.
16857         * lib/printf-args.c (printf_fetchargs): Likewise.
16858         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
16859         * lib/vasnprintf.c (VASNPRINTF): Likewise.
16860         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
16861         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
16862         gl_AC_TYPE_LONG_LONG.
16863
16864 2006-10-11  Bruno Haible  <bruno@clisp.org>
16865
16866         * m4/longlong.m4: Add comments.
16867         * m4/ulonglong.m4: Likewise.
16868
16869 2006-10-10  Bruno Haible  <bruno@clisp.org>
16870
16871         Make it possible to #define stpcpy, strdup to aliases.
16872         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
16873         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
16874
16875 2006-10-10  Bruno Haible  <bruno@clisp.org>
16876
16877         Make it possible to #define gcd to an alias.
16878         * lib/gcd.c: Include config.h.
16879
16880 2006-10-10  Bruno Haible  <bruno@clisp.org>
16881
16882         Make it possible to #define c_isascii to an alias.
16883         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
16884         defined. Undefine the macros before defining them, to avoid gcc
16885         warnings.
16886         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
16887         define NO_C_CTYPE_MACROS early.
16888
16889 2006-10-10  Bruno Haible  <bruno@clisp.org>
16890
16891         Make it possible to #define set_program_name to an alias.
16892         * lib/progname.c: Don't undefine set_program_name; instead, undefine
16893         ENABLE_RELOCATABLE early.
16894
16895 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16896
16897         Port to Tandem NSK OSS, which has 64-bit signed int but at most
16898         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
16899         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
16900         More generally, don't assume that 64-bit signed int is available
16901         if unsigned int is, and vice versa.
16902         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
16903         unsigned symbols, not on their signed counterparts.
16904         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
16905         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
16906         (UINT64_C, UINTMAX_C):
16907         Likewise.
16908         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
16909         unsigned counterparts.
16910         (Have_long_long, Unsigned): New macros.
16911         (Int): Renamed from INT.
16912         (strtoimax): Use the new macros.
16913         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
16914         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
16915         * modules/inttypes (inttypes.h): Substitute
16916         HAVE_UNSIGNED_LONG_LONG_INT.
16917         * modules/stdint (stdint.h): Likewise.
16918         (Files): Add m4/ulonglong.m4.
16919
16920 2006-10-10  Bruno Haible  <bruno@clisp.org>
16921
16922         Fix a gcc -Wshadow warning.
16923         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
16924         to 'bucket'.
16925         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
16926         gl_linked_indexof_from_to): Likewise.
16927         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
16928         Likewise.
16929         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
16930         Likewise.
16931         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
16932         Reported by Eric Blake.
16933
16934 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
16935
16936         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
16937         for NetBSD.  Problem reported by Bruno Haible.
16938
16939 2006-10-09  Jim Meyering  <jim@meyering.net>
16940
16941         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
16942         Patch from Bruno Haible.
16943
16944 2006-10-09  Jim Meyering  <jim@meyering.net>
16945
16946         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
16947         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
16948         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
16949
16950 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16951
16952         Don't include <config.h> twice; this doesn't work in some cases,
16953         e.g., when config.h has "#define intmax_t long long int" and
16954         we include <config.h>, <inttypes.h>, <config.h> in that order.
16955         Problem reported by Matthew Woehlke in:
16956         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
16957         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
16958         * lib/fts-cycle.c: Don't include config.h.
16959         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
16960         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
16961         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
16962         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
16963         inttypes.h.
16964         * lib/xstrtoumax.c: Likewise.
16965         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
16966         __strtol and the like, so that this module is more like its siblings.
16967         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
16968         Remove; no longer needed now that we assume gnulib inttypes.h.
16969
16970 2006-10-08  Bruno Haible  <bruno@clisp.org>
16971
16972         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
16973         option.
16974
16975 2006-10-07  Jim Meyering  <jim@meyering.net>
16976
16977         * modules/inttypes (inttypes.h): Revert what seems to have been
16978         an inadvertent part of today's change: use "|", not "/" in the
16979         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
16980
16981 2006-10-07  Bruno Haible  <bruno@clisp.org>
16982
16983         * modules/sublist: New file.
16984
16985 2006-10-07  Bruno Haible  <bruno@clisp.org>
16986
16987         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
16988         * modules/argz (argz.h): Likewise.
16989         * modules/arpa_inet (arpa/inet.h): Likewise.
16990         * modules/byteswap (byteswap.h): Likewise.
16991         * modules/configmake (configmake.h): Likewise.
16992         * modules/fcntl (fcntl.h): Likewise.
16993         * modules/fnmatch (fnmatch.h): Likewise.
16994         * modules/getopt (getopt.h): Likewise.
16995         * modules/glob (glob.h): Likewise.
16996         * modules/inttypes (inttypes.h): Likewise.
16997         * modules/netinet_in (netinet/in.h): Likewise.
16998         * modules/poll (poll.h): Likewise.
16999         * modules/stdbool (stdbool.h): Likewise.
17000         * modules/stdint (stdint.h): Likewise.
17001         * modules/sys_select (sys/select.h): Likewise.
17002         * modules/sys_socket (sys/socket.h): Likewise.
17003         * modules/sys_stat (sys/stat.h): Likewise.
17004         * modules/sysexits (sysexits.h): Likewise.
17005         * modules/unistd (unistd.h): Likewise.
17006         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17007         Add a "DO NOT EDIT" comment to the generated file.
17008         (func_import): Likewise for gnulib-comp.m4.
17009
17010 2006-10-07  Bruno Haible  <bruno@clisp.org>
17011
17012         * lib/gl_sublist.h: New file.
17013         * lib/gl_sublist.c: New file.
17014
17015 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17016
17017         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
17018         name (relative to the original working directory) and the file
17019         name component (relative to the temporary working directory).  All
17020         callers changed.
17021         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
17022         * lib/mkdir-p.c (make_dir_parents): Likewise.
17023         * lib/mkdir-p.h (make_dir_parents): Likewise.
17024
17025 2006-10-06  Eric Blake  <ebb9@byu.net>
17026
17027         Define several macros for use by the clean-temp module.
17028         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
17029         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
17030         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
17031
17032         * lib/clean-temp.h (close_stream_temp): New declaration.
17033         * lib/clean-temp.c (includes): Pull in headers according to what
17034         other modules are in use.
17035         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
17036
17037 2006-10-06  Bruno Haible  <bruno@clisp.org>
17038
17039         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
17040         instead of fopen, fwriteerror.
17041
17042 2006-10-06  Bruno Haible  <bruno@clisp.org>
17043
17044         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
17045         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
17046         int.
17047         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
17048         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
17049         Return an error indicator.
17050         Suggested by Eric Blake.
17051
17052 2006-10-06  Bruno Haible  <bruno@clisp.org>
17053
17054         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
17055         Reported by Eric Blake.
17056
17057 2006-10-06  Bruno Haible  <bruno@clisp.org>
17058
17059         * modules/closeout (Description): Mention stderr too.
17060
17061 2006-10-06  Bruno Haible  <bruno@clisp.org>
17062         and Paul Eggert  <eggert@cs.ucla.edu>
17063
17064         * lib/closeout.c (close_stdout): Also close stderr.
17065         * lib/closeout.h: Update comment.
17066
17067 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17068
17069         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
17070         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
17071         * lib/dirchownmod.c: Include lchown.h.
17072         * lib/lchown.c: Don't include files that lchown.h now includes.
17073         Don't declare chown, since lchown.h now does that.
17074         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
17075         (lchown): Define to rpl_chown if lchown is declared but
17076         does not exist.  Declare using a prototype if lchown is not
17077         declared.  Add a copyright notice.
17078         * lib/mkstemp.h: Include <unistd.h>.
17079         * lib/openat.c: Include lchown.h.
17080
17081         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
17082         we now test for that separately.
17083         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
17084         rather than O_NOFOLLOW, when testing whether it's possible to
17085         avoid a race condition reliably.
17086         * lib/savewd.c (savewd_chdir): Likewise.
17087
17088         Remove macros that are no longer needed now that stdint.h is
17089         reliable.
17090         * lib/fsusage.c (UINTMAX_MAX): Remove.
17091         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
17092         * lib/utimecmp.c (SIZE_MAX): Remove.
17093
17094         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
17095
17096         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
17097         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
17098         O_NOATIME works.
17099
17100 2006-10-05  Bruno Haible  <bruno@clisp.org>
17101
17102         * lib/gl_list.h (gl_sortedlist_search_from_to,
17103         gl_sortedlist_indexof_from_to): New declarations.
17104         (gl_list_implementation): New fields sortedlist_search_from_to,
17105         sortedlist_indexof_from_to.
17106         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
17107         inline functions.
17108         * lib/gl_list.c (gl_sortedlist_search_from_to,
17109         gl_sortedlist_indexof_from_to): New functions.
17110         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
17111         function.
17112         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
17113         (gl_array_sortedlist_search_from_to): New function.
17114         (gl_array_list_implementation): Update.
17115         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
17116         function.
17117         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
17118         (gl_carray_sortedlist_search_from_to): New function.
17119         (gl_carray_list_implementation): Update.
17120         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
17121         gl_linked_sortedlist_indexof_from_to): New functions.
17122         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17123         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17124         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
17125         gl_tree_sortedlist_indexof_from_to): New functions.
17126         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17127         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17128         Update.
17129         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17130         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
17131         Update.
17132
17133 2006-10-05  Bruno Haible  <bruno@clisp.org>
17134
17135         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
17136         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
17137         (struct gl_list_implementation): Add fields search_from_to,
17138         indexof_from_to. Remove fields search, indexof.
17139         (gl_list_search): Use the search_from_to method.
17140         (gl_list_search_from, gl_list_search_from_to): New functions.
17141         (gl_list_indexof): Use the indexof_from_to method.
17142         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17143         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
17144         (gl_list_search_from, gl_list_search_from_to): New functions.
17145         (gl_list_indexof): Use the indexof_from_to method.
17146         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17147         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
17148         gl_array_indexof. Add start_index, end_index arguments.
17149         (gl_array_search_from_to): Renamed from gl_array_search. Add
17150         start_index, end_index arguments.
17151         (gl_array_remove, gl_array_list_implementation): Update.
17152         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
17153         gl_carray_indexof. Add start_index, end_index arguments.
17154         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
17155         start_index, end_index arguments.
17156         (gl_carray_remove, gl_carray_list_implementation): Update.
17157         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
17158         gl_linked_search. Add start_index, end_index arguments.
17159         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
17160         start_index, end_index arguments.
17161         (gl_linked_remove): Update.
17162         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17163         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17164         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
17165         field to 'size_t'.
17166         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
17167         gl_tree_search. Add start_index, end_index arguments.
17168         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17169         start_index, end_index arguments.
17170         (gl_tree_remove): Update.
17171         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17172         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17173         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
17174         function.
17175         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
17176         gl_tree_search. Add start_index, end_index arguments.
17177         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17178         start_index, end_index arguments.
17179         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17180         Update.
17181         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
17182
17183 2006-10-05  Bruno Haible  <bruno@clisp.org>
17184
17185         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
17186
17187         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
17188         fwriteerror_temp): New declarations.
17189         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
17190         (descriptors): New variable.
17191         (cleanup): First, close the descriptors.
17192         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
17193         fclose_temp, fwriteerror_temp): New functions.
17194
17195 2006-10-04  Jim Meyering  <jim@meyering.net>
17196
17197         * lib/fts.c (fts_open): Tiny comment change.
17198
17199 2006-10-04  Bruno Haible  <bruno@clisp.org>
17200
17201         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
17202         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
17203         gl_LOCK_BODY.
17204         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
17205         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
17206         gl_LOCK_EARLY_BODY.
17207         (gl_LOCK): Require gl_LOCK_BODY.
17208
17209 2006-10-04  Bruno Haible  <bruno@clisp.org>
17210
17211         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
17212         (gl_oset_search_atleast): New declaration.
17213         (struct gl_oset_implementation): Add field 'search_atleast'.
17214         (gl_oset_search_atleast): New inline function.
17215         * lib/gl_oset.c (gl_oset_search_atleast): New function.
17216         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
17217         (gl_array_oset_implementation): Update.
17218         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
17219         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
17220         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
17221
17222 2006-10-04  Bruno Haible  <bruno@clisp.org>
17223
17224         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
17225
17226 2006-10-03  Bruno Haible  <bruno@clisp.org>
17227
17228         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
17229         from gl_avltreehash_list_implementation.
17230
17231 2006-10-03  Bruno Haible  <bruno@clisp.org>
17232
17233         * lib/gl_oset.c (gl_oset_add): Fix return type.
17234
17235 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
17236
17237         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
17238
17239 2006-10-02  Eric Blake  <ebb9@byu.net>
17240
17241         * modules/strnlen (Depends-on): Add extensions.
17242
17243 2006-10-02  Eric Blake  <ebb9@byu.net>
17244
17245         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
17246         definition in 2.60+.
17247
17248 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
17249
17250         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
17251         checks.
17252
17253 2006-10-02  Bruno Haible  <bruno@clisp.org>
17254
17255         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
17256         to the AUTOMAKE_OPTIONS.
17257         Reported by Jim Meyering.
17258
17259 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17260
17261         Work around bug in Solaris 10 /proc file system:
17262         /proc/self/fd/NNN/.. isn't the parent directory of
17263         the directory whose file descriptor is NNN.  This needs to
17264         be worked around at run time, not compile time, since a
17265         program might be built on Solaris 8, where things work, and
17266         run on Solaris 10.
17267         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
17268         to use the following interface instead:
17269         (OPENAT_BUFFER_SIZE): New macro.
17270         (openat_proc_name): New function.
17271         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
17272         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
17273         Likewise.
17274         * lib/openat-proc.c: New file.
17275         * modules/openat (Files): Add lib/openat-proc.c.
17276         (Depends-on): Add same-inode, stdbool.
17277         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
17278
17279 2006-09-29  Bruno Haible  <bruno@clisp.org>
17280
17281         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
17282         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
17283         argument. Set stdout_closed before testing for ferror, not after.
17284         (fwriteerror, fwriteerror_no_ebadf): New functions.
17285
17286 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17287
17288         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
17289
17290 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
17291
17292         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
17293         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
17294
17295 2006-09-28  Jim Meyering  <jim@meyering.net>
17296
17297         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
17298         Include <unistd.h>.
17299
17300 2006-09-28  Bruno Haible  <bruno@clisp.org>
17301
17302         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
17303         * modules/linkedhash-list (Depends-on): Likewise.
17304         * modules/rbtreehash-list (Depends-on): Likewise.
17305
17306 2006-09-28  Bruno Haible  <bruno@clisp.org>
17307
17308         * lib/strndup.h: Simplify the redefinition of strndup.
17309         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
17310         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
17311
17312 2006-09-28  Bruno Haible  <bruno@clisp.org>
17313
17314         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
17315         * lib/gl_linkedhash_list.c: Likewise.
17316         * lib/gl_rbtreehash_list.c: Likewise.
17317
17318 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17319
17320         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
17321         getaddrinfo.
17322
17323         * lib/__fpending.h: Don't include <stdio_ext.h> unless
17324         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
17325         it causes <stdio_ext.h> to cause a compile-time error.
17326         Problem reported by Nelson H. F. Beebe.
17327         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
17328         of HAVE_DECL___PENDING.
17329
17330         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
17331         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
17332         declaration.
17333
17334 2006-09-27  Jim Meyering  <jim@meyering.net>
17335
17336         This file could end up with a definition for a function
17337         named __strndup, rather than rpl_strndup on a system with
17338         incomplete weak_alias support.
17339         * lib/strndup.c (strndup): Rename from __strndup.
17340         Remove #defines that used to map __strndup to strndup.
17341         Don't use K&R prototypes.
17342         Remove LIBC-related code, since this file is not sync'd with glibc.
17343         * lib/strndup.h: Revamp, accordingly.
17344         * m4/strndup.m4: Modernize.
17345
17346 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17347
17348         * modules/savewd (Depends-on): Add 'raise'.
17349         * lib/savewd.c: Include <signal.h>, for 'raise'.
17350
17351 2006-09-26  Jim Meyering  <jim@meyering.net>
17352
17353         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
17354         when we detect Darwin 8.7.0's acl_get_file bug.
17355         Rearrange to perform the new (below) run-test while $LIBS
17356         contains any acl-related library.  Set USE_ACL at the end.
17357         (gl_ACL_GET_FILE): New function.
17358
17359 2006-09-26  Eric Blake  <ebb9@byu.net>
17360
17361         * lib/verror.c: Include <config.h> unconditionally.
17362
17363 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
17364
17365         * modules/clock-time (Maintainer): Add self.
17366         * modules/getlogin_r (Depends-on): Add extensions.
17367
17368 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17369
17370         * modules/clock-time: New module.
17371         * modules/nanosleep (Depends-on): Add clock-time.
17372         * modules/gethrxtime (Depends-on): Likewise.
17373         * modules/gettime (Depends-on): Likewise.
17374         * modules/settime (Depends-on): Likewise.
17375
17376         * modules/fts-lgpl: Depend on openat.
17377         * modules/mkancesdirs: Depend on savewd.
17378         * modules/mkdir-p: Likewise.
17379
17380 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17381
17382         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
17383
17384         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
17385         `gl_have_arbitrary_file_name_length_limit' to
17386         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
17387         actually works between configure runs.
17388
17389 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17390             Bruno Haible  <bruno@clisp.org>
17391
17392         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
17393
17394 2006-09-25  Jim Meyering  <jim@meyering.net>
17395
17396         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
17397         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
17398
17399 2006-09-25  Eric Blake  <ebb9@byu.net>
17400
17401         * gnulib-tool (func_import, func_create_testdir): Fix typos in
17402         exec's in 2006-09-18 patch when shuffling fds.
17403
17404 2006-09-25  Bruno Haible  <bruno@clisp.org>
17405
17406         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
17407         Reported by Jim Meyering.
17408
17409 2006-09-24  Jim Meyering  <jim@meyering.net>
17410
17411         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
17412         compare a pointer against a literal "0".  That caused failures with
17413         at least HP-UX's hpcc.
17414
17415 2006-09-22  Simon Josefsson  <jas@extundo.com>
17416
17417         * modules/gc-sha1:
17418         * modules/gc-md4:
17419         * modules/gc-hmac-sha1:
17420         * modules/gc-hmac-md5:
17421         * modules/gc-des:
17422         * modules/gc-arcfour: Distribute more files.
17423
17424 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17425
17426         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
17427         (gl_linked_iterator_from_to): Initialize struct completely.
17428         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
17429         (gl_tree_iterator_from_to): Likewise
17430         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
17431         * lib/gl_array_list.c [lint] (gl_array_iterator)
17432         (gl_array_iterator_from_to): Likewise.
17433         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
17434         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
17435         (gl_carray_iterator_from_to): Likewise.
17436
17437         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
17438         * lib/md4.c (md4_process_block): Remove unused variable.
17439         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
17440         parentheses for clarity.
17441
17442 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17443
17444         * modules/bison-i18n (Depends-on): Add gettext.
17445
17446 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17447
17448         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
17449         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
17450         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
17451         also add missing comma that caused broken test.
17452         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
17453         stdlib.h, for `abort'.
17454         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
17455         variables.
17456         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
17457         include unistd.h if present, for `rmdir'.
17458         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
17459         variables.
17460         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
17461         in the process include standard headers for prototypes.
17462         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
17463         gets declared on GNU/Linux.
17464         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
17465         unistd.h, for `rmdir'.
17466         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
17467
17468         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
17469         always true.
17470         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
17471
17472         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
17473
17474 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17475
17476         * gnulib-tool (func_version): Create output all at once.  This
17477         may help avoid triggering unnecessary SIGPIPEs, and at any
17478         rate it doesn't hurt.
17479
17480 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17481             Bruno Haible  <bruno@clisp.org>
17482
17483         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
17484         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17485         * m4/signed.m4 (bh_C_SIGNED): Likewise.
17486
17487         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
17488         (gl_FUNC_VASPRINTF): Invoke it.
17489
17490 2006-09-22  Bruno Haible  <bruno@clisp.org>
17491
17492         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
17493         getloadavg.c as first argument.
17494
17495 2006-09-22  Bruno Haible  <bruno@clisp.org>
17496
17497         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
17498         at the beginning of the gl_INIT macro.
17499         * modules/getloadavg (configure.ac): Pass $gl_source_base to
17500         gl_GETLOADAVG.
17501
17502 2006-09-22  Bruno Haible  <bruno@clisp.org>
17503
17504         * gnulib-tool (func_create_megatestdir): Don't include the config-h
17505         module.
17506         Suggested by Ralf Wildenhues.
17507
17508 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17509
17510         Import this patch from libc:
17511
17512         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
17513
17514         * lib/regex_internal.c (re_string_reconstruct): Handle
17515         offset < pstr->valid_raw_len && pstr->offsets_needed case.
17516         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
17517         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
17518         re_string_context_at.
17519
17520         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
17521         now requires it.
17522         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
17523         gl_REGEX now does it for us.
17524         (gl_REGEX): Add test taken from
17525         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
17526
17527         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
17528         Check that large offsets work.  Modernize Autoconf usages.
17529         Prefer "yes" to mean a good thing rather than a bad.
17530         Don't put "#define mkstemp" in config.h, as this might interfere
17531         with standard system headers that "#define mkstemp mkstemp64".
17532
17533         * modules/mkstemp (Depends-on): Add extensions, so that
17534         mkstemp is visible on some platforms.
17535         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
17536         (Include): Change to "mkstemp.h" from <stdlib.h>.
17537         (Files): Add mkstemp.h.
17538
17539         * lib/mkstemp.h: New file, since some standard headers
17540         #define mkstemp.
17541         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
17542         Include "mkstemp.h".
17543         Make the _LIBC code resemble glibc original more,
17544         e.g., use K&R style.
17545         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
17546         (mkstemp): Remove, since mkstemp.h does this for us.
17547         * lib/stdlib--.h: Include mkstemp.h.
17548
17549         Import this patch from libc:
17550
17551         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
17552
17553         * lib/tempname.c (__gen_tempname): Change attempts_min
17554         into a macro.  Use preprocessor to decide how to initialize
17555         attempts [Coverity CID 67].
17556
17557 2006-09-20  Bruno Haible  <bruno@clisp.org>
17558
17559         * lib/mkdtemp.c: Import from libc.
17560         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
17561                 * sysdeps/posix/tempname.c (__gen_tempname): Change
17562                 attempts_min into a macro.  Use preprocessor to decide how to
17563                 initialize attempts [Coverity CID 67].
17564         2001-11-27  Paul Eggert  <eggert@twinsun.com>
17565                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
17566                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
17567
17568 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17569
17570         * gnulib-tool (func_exit): New function, to allow to pass the
17571         exit status portably through the trap.  Use everywhere.
17572         (--help, --version): Signal a write error.
17573         (trap): catch SIGPIPE, for write errors.
17574         Exit at the end of the trap, with the correct exit status.
17575
17576 2006-09-19  Karl Berry  <karl@gnu.org>
17577
17578         * doc/gnulib.texi: note about the license texinfo files.
17579
17580 2006-09-19  Eric Blake  <ebb9@byu.net>
17581
17582         * gnulib-tool: Avoid space-tab.
17583
17584 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
17587         that prevented coreutils 6.1 from building.  Problem reported
17588         by Petter Reinholdtsen.
17589
17590 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
17591
17592         * gnulib-tool (avoidlist): Fix typo that broke options like
17593         --avoid=lock that are used by coreutils bootstrap.
17594
17595 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
17596
17597         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
17598         more systematically.
17599
17600 2006-09-18  Jim Meyering  <jim@meyering.net>
17601
17602         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
17603
17604 2006-09-18  Bruno Haible  <bruno@clisp.org>
17605
17606         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
17607
17608 2006-09-18  Bruno Haible  <bruno@clisp.org>
17609
17610         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
17611         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
17612         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
17613         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
17614         * m4/gettext.m4: Require autoconf >= 2.52.
17615         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
17616         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
17617         of gl_cv_header_inttypes_h.
17618
17619 2006-09-18  Bruno Haible  <bruno@clisp.org>
17620
17621         * lib/javaversion.c: Include configmake.h.
17622
17623 2006-09-18  Bruno Haible  <bruno@clisp.org>
17624
17625         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
17626         avoid that the while loops be executed in a subshell.
17627
17628 2006-09-18  Bruno Haible  <bruno@clisp.org>
17629
17630         * MODULES.html.sh (func_module): Break long lines.
17631         Suggested by Bruce Korb <bkorb@gnu.org>.
17632
17633 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17634
17635         Speed up by a factor of 1.12.
17636         * gnulib-tool (nl): New variable.
17637         (func_import): Rewrite include directive extraction to only read each
17638         directive once.
17639
17640 2006-09-17  Bruno Haible  <bruno@clisp.org>
17641
17642         * modules/javaversion (Makefile.am): Remove DEFS setting.
17643         (Depends-on): Add configmake, for PKGDATADIR definition.
17644
17645 2006-09-17  Bruno Haible  <bruno@clisp.org>
17646
17647         * gnulib-tool (func_create_testdir): Rewrite all files at once.
17648
17649 2006-09-17  Bruno Haible  <bruno@clisp.org>
17650
17651         * gnulib-tool (func_append): New function, stolen from libtool.m4.
17652         (func_modules_transitive_closure, func_modules_add_dummy,
17653         func_modules_to_filelist, func_import, func_create_testdir,
17654         func_create_megatestdir, ...): Use it wherever possible.
17655         Suggested by Ralf Wildenhues.
17656
17657 2006-09-16  Karl Berry  <karl@gnu.org>
17658
17659         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
17660         to avoid sectioning errors.
17661         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
17662         [ifinfo]: blank line after @center-ed titles.
17663         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
17664         Spell FSF address consistently with others.
17665         (These changes approved by rms.)
17666
17667 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17668
17669         Speed up by a factor of 1.61.
17670         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
17671         already checked module names again.
17672
17673 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17674
17675         Speed up by a factor of 1.13.
17676         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
17677         for new_files, and the input to func_add_or_update.
17678
17679 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17680
17681         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
17682         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
17683
17684 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17685
17686         * modules/mkancesdirs (Depends-on): Add fcntl.
17687         * modules/savewd: New file.
17688         * MODULES.html.sh (File system functions): Add savewd.
17689
17690         * modules/configmake (Makefile.am): Add support for the
17691         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
17692
17693 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17694
17695         * m4/savewd.m4: New file.
17696
17697 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
17700         (dirchownmod): New arg FD.  All callers changed.
17701         Use FD rather than opening the directory ourself, as opening is
17702         now the caller's responsibility.
17703         * lib/dirchownmod.h: Likewise.
17704         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
17705         hosts that require <sys/types.h> before <sys/stat.h>.  Include
17706         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
17707         (test_dir): Remove.
17708         (mkancesdirs): Return length of prefix of FILE that has already
17709         been made, or -2 if there is a child doing the work.  Redo
17710         algorithm so that it is O(N) rather than O(N**2).  Optimize away
17711         ".", and treat ".." specially since it might stray back into
17712         already-created areas.  Use a subprocess if necessary.  New arg
17713         WD; all users changed.  MAKE_DIR function should now return 1
17714         if it creates a directory that is not readable.  Return -2 if
17715         a child process is spun off.
17716         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
17717         Adjust signature to match code.
17718         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
17719         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
17720         all users changed.
17721         * lib/savewd.c, lib/savewd.h: New files.
17722
17723 2006-09-15  Jim Meyering  <jim@meyering.net>
17724
17725         * modules/rename-dest-slash: New module.
17726         * MODULES.html.sh (posix_compat): Add it here.
17727
17728         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
17729
17730 2006-09-15  Jim Meyering  <jim@meyering.net>
17731
17732         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
17733         file.
17734
17735         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
17736
17737 2006-09-15  Jim Meyering  <jim@meyering.net>
17738
17739         * lib/rename-dest-slash.c (has_trailing_slash): Use
17740         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
17741         (rpl_rename_dest_slash): Perform the cheaper trailing slash
17742         test before testing whether SRC is a directory.
17743         Suggestions from Bruno Haible.
17744
17745         Avoid a warning about an unused variable.
17746         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
17747         into the #ifdef block where it's used.
17748
17749         * lib/rename-dest-slash.c: New file.
17750
17751 2006-09-14  Bruno Haible  <bruno@clisp.org>
17752
17753         * lib/allocsa.c: Include <config.h> unconditionally.
17754         * lib/asnprintf.c: Likewise.
17755         * lib/asprintf.c: Likewise.
17756         * lib/c-strcasecmp.c: Likewise.
17757         * lib/c-strcasestr.c: Likewise.
17758         * lib/c-strncasecmp.c: Likewise.
17759         * lib/c-strstr.c: Likewise.
17760         * lib/classpath.c: Likewise.
17761         * lib/clean-temp.c: Likewise.
17762         * lib/concatpath.c: Likewise.
17763         * lib/copy-file.c: Likewise.
17764         * lib/csharpcomp.c: Likewise.
17765         * lib/csharpexec.c: Likewise.
17766         * lib/execute.c: Likewise.
17767         * lib/fatal-signal.c: Likewise.
17768         * lib/findprog.c: Likewise.
17769         * lib/fwriteerror.c: Likewise.
17770         * lib/gl_array_list.c: Likewise.
17771         * lib/gl_array_oset.c: Likewise.
17772         * lib/gl_avltree_list.c: Likewise.
17773         * lib/gl_avltree_oset.c: Likewise.
17774         * lib/gl_avltreehash_list.c: Likewise.
17775         * lib/gl_carray_list.c: Likewise.
17776         * lib/gl_linked_list.c: Likewise.
17777         * lib/gl_linkedhash_list.c: Likewise.
17778         * lib/gl_list.c: Likewise.
17779         * lib/gl_oset.c: Likewise.
17780         * lib/gl_rbtree_list.c: Likewise.
17781         * lib/gl_rbtree_oset.c: Likewise.
17782         * lib/gl_rbtreehash_list.c: Likewise.
17783         * lib/imaxabs.c: Likewise.
17784         * lib/imaxdiv.c: Likewise.
17785         * lib/javacomp.c: Likewise.
17786         * lib/javaexec.c: Likewise.
17787         * lib/javaversion.c: Likewise.
17788         * lib/linebreak.c: Likewise.
17789         * lib/localcharset.c: Likewise.
17790         * lib/lock.c: Likewise.
17791         * lib/mbchar.c: Likewise.
17792         * lib/mbswidth.c: Likewise.
17793         * lib/mkdtemp.c: Likewise.
17794         * lib/pipe.c: Likewise.
17795         * lib/printf-args.c: Likewise.
17796         * lib/printf-parse.c: Likewise.
17797         * lib/progname.c: Likewise.
17798         * lib/progreloc.c: Likewise.
17799         * lib/readlink.c: Likewise.
17800         * lib/sh-quote.c: Likewise.
17801         * lib/stpcpy.c: Likewise.
17802         * lib/stpncpy.c: Likewise.
17803         * lib/strcasecmp.c: Likewise.
17804         * lib/strcasestr.c: Likewise.
17805         * lib/strcspn.c: Likewise.
17806         * lib/striconv.c: Likewise.
17807         * lib/strncasecmp.c: Likewise.
17808         * lib/strnlen1.c: Likewise.
17809         * lib/strstr.c: Likewise.
17810         * lib/strtok_r.c: Likewise.
17811         * lib/tls.c: Likewise.
17812         * lib/tmpdir.c: Likewise.
17813         * lib/unicodeio.c: Likewise.
17814         * lib/unsetenv.c: Likewise.
17815         * lib/vasnprintf.c: Likewise.
17816         * lib/vasprintf.c: Likewise.
17817         * lib/wait-process.c: Likewise.
17818         * lib/xallocsa.c: Likewise.
17819         * lib/xsetenv.c: Likewise.
17820         * lib/xstriconv.c: Likewise.
17821
17822 2006-09-13  Simon Josefsson  <jas@extundo.com>
17823
17824         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
17825         that internally, suggested by Ralf Wildenhues
17826         <Ralf.Wildenhues@gmx.de>.
17827
17828 2006-09-13  Simon Josefsson  <jas@extundo.com>
17829
17830         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
17831         @LIBOBJS@.
17832         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17833
17834 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17835
17836         * lib/_fpending.c: Include <config.h> unconditionally, since we no
17837         longer worry about uses that don't define HAVE_CONFIG_H.
17838         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
17839         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
17840         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
17841         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
17842         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
17843         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
17844         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
17845         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
17846         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
17847         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
17848         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
17849         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
17850         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
17851         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
17852         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
17853         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
17854         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
17855         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
17856         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
17857         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
17858         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
17859         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
17860         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
17861         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
17862         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
17863         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
17864         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
17865         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
17866         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
17867         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
17868         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
17869         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
17870         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
17871         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
17872         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
17873         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
17874         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
17875         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
17876         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
17877         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
17878         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
17879         Likewise.
17880
17881 2006-09-13  Eric Blake  <ebb9@byu.net>
17882
17883         * lib/getopt.c: Fix typo in last commit.
17884
17885 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
17886
17887         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
17888         dgettext.
17889
17890 2006-09-12  Jim Meyering  <jim@meyering.net>
17891
17892         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
17893         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
17894         Reported by Nelson H. F. Beebe.
17895
17896 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17897
17898         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
17899         program_invocation_name and program_invocation_short_name are
17900         initialized.
17901         * lib/argp-namefrob.h: Move declarations of program_invocation_name
17902         and program_invocation_short_name to argp.h, so they are visible
17903         to user programs.
17904         * lib/argp.h: Likewise
17905
17906 2006-09-10  Bruno Haible  <bruno@clisp.org>
17907
17908         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
17909         m4/inttypes_h.m4, m4/uintmax_t.m4.
17910
17911 2006-09-10  Bruno Haible  <bruno@clisp.org>
17912
17913         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
17914         gl_AC_TYPE_UINTMAX_T.
17915
17916 2006-09-10  Bruno Haible  <bruno@clisp.org>
17917
17918         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
17919
17920 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17921
17922         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
17923         convention.  Text proposed by Bruno Haible.
17924         (struct argp_option): Document the use of N_() wrappers.
17925
17926         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
17927         '\v', and translate the two parts separately, instead of feeding
17928         the whole string to gettext.  This allows to exclude
17929         '\v' from the strings visible to the translator by writing doc
17930         strings as N_("..") "\v" N_("..").
17931
17932 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         * config/srclist.txt: Undo latest change; the bug was fixed.
17935
17936 2006-09-09  Bruno Haible  <bruno@clisp.org>
17937
17938         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
17939         assignments if building a library without libtool.
17940         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
17941         in func_emit_lib_Makefile_am.
17942         (func_import): When building a static library libfoo.a, arrange to
17943         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
17944         (func_create_testdir): Likewise.
17945         * modules/gc (configure.ac, Makefile.am): If building statically,
17946         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
17947         * modules/iconvme (configure.ac, Makefile.am): Likewise.
17948         * modules/striconv (configure.ac, Makefile.am): Likewise.
17949         Based on a suggestion by Ralf Wildenhues.
17950
17951 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17952
17953         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
17954         Check for unistd.h too, since Autoconf doesn't assume POSIX.
17955         Also:
17956
17957         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17958         Add year_2050_test to catch glibc bug 2821
17959         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
17960
17961         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17962         Prefer #ifdef to #if.
17963
17964         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
17965         Return from 'main' instead of calling 'exit'.
17966
17967 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17968
17969         * lib/mktime.c (guess_time_tm): Fix bug where mktime
17970         returned the maximum time_t value rather than (time_t) -1.
17971         Problem originally reported by William Bardwell
17972         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
17973
17974         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
17975         Moved to here ...
17976         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
17977         ... from here.
17978
17979 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17980
17981         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
17982         2821 is fixed.
17983
17984 2006-09-08  Jim Meyering  <jim@meyering.net>
17985
17986         Don't make generated files read-only.  That would bother too many
17987         people.  However, do retain the ability to work when targets are
17988         read-only: remove the destination and temporary files before writing
17989         them (when generated via sed or echo), or by using the -f option for
17990         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
17991         * modules/alloca-opt, modules/argz, modules/arpa_inet:
17992         * modules/byteswap, modules/configmake, modules/fcntl:
17993         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
17994         * modules/localcharset, modules/netinet_in, modules/poll:
17995         * modules/stdbool, modules/stdint, modules/sys_select:
17996         * modules/sys_socket, modules/sys_stat, modules/sysexits:
17997
17998 2006-09-08  Jim Meyering  <jim@meyering.net>
17999
18000         Avoid new build failure on FreeBSD 6.0.
18001         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
18002         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
18003         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
18004
18005 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18006
18007         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
18008
18009 2006-09-07  Jim Meyering  <jim@meyering.net>
18010
18011         Fix global typo in last change: use chmod u-w, not chmod u-x.
18012         Spotted by Paul Eggert and Bruce Korb.
18013         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18014         * modules/byteswap, modules/configmake, modules/fcntl:
18015         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18016         * modules/localcharset, modules/netinet_in, modules/poll:
18017         * modules/stdbool, modules/stdint, modules/sys_select:
18018         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18019
18020 2006-09-06  Jim Meyering  <jim@meyering.net>
18021
18022         Make generated files be read-only.
18023         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
18024         Ensure that each generated file is now read-only.
18025         * modules/argz: Likewise.
18026         * modules/arpa_inet: Likewise.
18027         * modules/byteswap: Likewise.
18028         * modules/configmake: Likewise.
18029         * modules/fcntl: Likewise.
18030         * modules/fnmatch: Likewise.
18031         * modules/getopt: Likewise.
18032         * modules/glob: Likewise.
18033         * modules/inttypes: Likewise.
18034         * modules/netinet_in: Likewise.
18035         * modules/poll: Likewise.
18036         * modules/stdbool: Likewise.
18037         * modules/stdint: Likewise.
18038         * modules/sys_select: Likewise.
18039         * modules/sys_socket: Likewise.
18040         * modules/sys_stat: Likewise.
18041         * modules/sysexits: Likewise.
18042         * modules/localcharset: Same as above, but continue using temporary
18043         file named "t-$@" (why different?) rather than the "$@-t" used
18044         everywhere else.
18045
18046         * modules/sysexits (Makefile.am): Replace literal occurrences
18047         of "sysexit.h" more readable, and more consistent, "$@".
18048
18049 2006-09-06  Bruno Haible  <bruno@clisp.org>
18050
18051         * modules/striconv: New file.
18052         * modules/xstriconv: New file.
18053         * MODULES.html.sh (Internationalization functions): Add striconv,
18054         xstriconv.
18055
18056 2006-09-06  Bruno Haible  <bruno@clisp.org>
18057
18058         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
18059         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
18060         not using libtool correctly.
18061
18062 2006-09-06  Bruno Haible  <bruno@clisp.org>
18063
18064         * lib/striconv.h: New file.
18065         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
18066         iconvstring.c.
18067         * lib/xstriconv.h: New file.
18068         * lib/xstriconv.c: New file.
18069
18070 2006-09-06  Bruno Haible  <bruno@clisp.org>
18071
18072         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18073         lib_..._LDFLAGS.
18074
18075 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18076
18077         * lib/argz_.h: Sync from Libtool.
18078
18079         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
18080                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18081
18082         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
18083
18084 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18085
18086         * modules/trim: New file.
18087
18088 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18089
18090         * lib/trim.h: New file.
18091         * lib/trim.c: New file.
18092
18093 2006-09-05  Bruno Haible  <bruno@clisp.org>
18094
18095         * MODULES.html.sh (String handling): Add trim.
18096
18097 2006-09-04  Karl Berry  <karl@gnu.org>
18098
18099         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
18100         until next release.
18101
18102 2006-09-03  Bruno Haible  <bruno@clisp.org>
18103
18104         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
18105         correctly.
18106
18107 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18108
18109         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
18110         not gl_GETLOADAVG.  Omit unneeded semicolons.
18111         Problems reported by Ralf Wildenhues in
18112         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18113         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
18114         at the end, which is the usual gnulib style.
18115
18116         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
18117         of doing all the work ourselves.
18118         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
18119         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
18120
18121 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18122
18123         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
18124         Problem reported by Ralf Wildenhues in
18125         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18126
18127         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
18128         HAVE_STRUCT_STATFS_F_FSTYPENAME.
18129
18130 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18131
18132         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
18133         yesterday's patch by changing test -n to test -z.
18134
18135 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18136
18137         * modules/getloadavg (Files): Add m4/getloadavg.m4.
18138         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
18139         the former is now obsolescent.
18140
18141         * modules/chdir-long (Depends-on): Add fcntl.
18142
18143 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18144
18145         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
18146         obsolescent, and programs should use gnulib instead.
18147         * m4/getloadavg.m4: New file, with contents taken from Autoconf
18148         but with prefixes changed.
18149
18150 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18151
18152         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
18153         or stdbool.h, because they might not exist while configuring.
18154
18155         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
18156         Don't include unistd.h or limits.h; not needed, since chdir-long.h
18157         does that for us.
18158         (O_DIRECTORY): Remove.
18159
18160 2006-08-31  Eric Blake  <ebb9@byu.net>
18161
18162         * gnulib-tool: Don't let emacs change spaces to TAB.
18163
18164 2006-08-31  Bruno Haible  <bruno@clisp.org>
18165
18166         * gnulib-tool: When calling func_import more than once, do it in a
18167         subshell.
18168         Reported by Eric Blake <ebb9@byu.net>.
18169
18170 2006-08-31  Bruno Haible  <bruno@clisp.org>
18171
18172         * gnulib-tool (nl): Remove variable.
18173         (sed_transform_lib_file): Use more robust test for config-h module.
18174         (func_import): Fix typo in 2006-08-25 patch.
18175
18176 2006-08-31  Bruno Haible  <bruno@clisp.org>
18177
18178         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
18179         specified, augment Makefile.am variables instead of assigning them.
18180
18181 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18182
18183         Work around a bug in both the Linux and SunOS 64-bit kernels:
18184         nanosleep mishandles sleeps for longer than 2**31 seconds.
18185         Problem reported by Frank v Waveren in
18186         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18187         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
18188         Check for nanosleep bug.
18189         (LIB_NANOSLEEP): Append clock_gettime library if needed.
18190
18191 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18192
18193         Work around a bug in both the Linux and SunOS 64-bit kernels:
18194         nanosleep mishandles sleeps for longer than 2**31 seconds.
18195         Problem reported by Frank v Waveren in
18196         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18197         * lib/nanosleep.c (BILLION): New constant.
18198         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
18199         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
18200         implementation.
18201
18202 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18203
18204         * modules/nanosleep (Depends-on): Add gettime.
18205
18206 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18207         and Simon Josefsson  <jas@extundo.com>
18208         and Oskar Liljeblad  <oskar@osk.mine.nu>
18209
18210         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
18211         * gnulib-tool (func_import): New license type 'unmodifiable license
18212         text'.
18213         * modules/fdl: Use it.  Longer description.
18214         * module/gpl, module/lgpl: New files.
18215
18216 2006-08-30  Jim Meyering  <jim@meyering.net>
18217
18218         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
18219         shadowing the parameter.
18220
18221 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18222
18223         Sync from Libtool:
18224
18225         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18226
18227         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
18228         sharing with gnulib.  Report by Eric Blake.
18229
18230 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18231
18232         * modules/isapipe: New file.
18233         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
18234
18235 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18236
18237         * modules/configmake (Makefile.am): Add a comment, and omit
18238         the CONFIGMAKE_ prefix from generated macro names.  Suggested
18239         by Bruno Haible.
18240
18241 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18242
18243         * m4/isapipe.m4: New file.
18244
18245 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18246
18247         * lib/isapipe.c, lib/isapipe.h: New files.
18248
18249 2006-08-29  Jim Meyering  <jim@meyering.net>
18250
18251         * modules/configmake (Makefile.am): Make configmake.h depend on
18252         Makefile.  Otherwise, a stale configmake.h could hang around.
18253
18254 2006-08-29  Eric Blake  <ebb9@byu.net>
18255
18256         * lib/error.c (error_at_line, print_errno_message): Match libc, after
18257         resolution of upstream bug 3044.
18258
18259 2006-08-29  Bruno Haible  <bruno@clisp.org>
18260
18261         * modules/localcharset (Depends-on): Add configmake.
18262         (Makefile.am): Remove setting of LIBDIR through DEFS.
18263
18264 2006-08-29  Bruno Haible  <bruno@clisp.org>
18265
18266         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
18267         defined.
18268
18269 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * modules/fcntl: New file.
18272         * modules/chdir-safer (Depends-on): Add fcntl.
18273         * modules/fts: Likewise.
18274         * modules/mkdir-p: Likewise.
18275
18276         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
18277         This undoes the most recent change, since we're now addressing the
18278         problem in a different way.
18279
18280         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
18281         into output, since the output might be called Makefile.am even
18282         if $makefile_name is something different.
18283         (func_import): Use $makefile_am rather than
18284         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
18285         empty.
18286
18287         * modules/inttypes (Files): Add m4/inttypes-h.m4.
18288
18289 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18290
18291         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
18292         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
18293         recent change to stdint.m4, since we're now addressing the problem in a
18294         different way.
18295
18296 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18297
18298         * m4/fcntl_h.m4: New file.
18299
18300 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         * lib/fcntl_.h: New file.
18303         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
18304         the fcntl module.
18305         * lib/dirchownmod.c: Likewise.
18306         * lib/fts.c: Likewise.
18307
18308         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
18309         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
18310         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
18311         just before including <inttypes.h>, to avoid circular inclusion.
18312
18313 2006-08-28  Jim Meyering  <jim@meyering.net>
18314
18315         * doc/visibility.texi: Actually read and correct the grammar of the
18316         sentence affected by yesterday's change.
18317
18318 2006-08-28  Eric Blake  <ebb9@byu.net>
18319
18320         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
18321         needs wrapper.
18322
18323 2006-08-28  Eric Blake  <ebb9@byu.net>
18324
18325         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
18326
18327 2006-08-28  Eric Blake  <ebb9@byu.net>
18328
18329         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
18330
18331 2006-08-28  Bruno Haible  <bruno@clisp.org>
18332
18333         * modules/c-strstr: New file, from GNU gettext.
18334         * MODULES.html.sh (String handling): Add c-strstr.
18335
18336 2006-08-28  Bruno Haible  <bruno@clisp.org>
18337
18338         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
18339         macros.
18340         Reported by Eric Blake.
18341
18342 2006-08-28  Bruno Haible  <bruno@clisp.org>
18343
18344         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
18345         (VASNPRINTF): Return a string of length > INT_MAX without failing.
18346         * lib/vasprintf.c: Include errno.h, limits.h.
18347         (EOVERFLOW): New fallback definition.
18348         (vasprintf): Test here whether the string length is > INT_MAX.
18349         * lib/vsnprintf.c: Include errno.h, limits.h.
18350         (EOVERFLOW): New fallback definition.
18351         (vsnprintf): Fix bug when generated string was too long for the buffer.
18352         Test here whether the string length is > INT_MAX.
18353
18354 2006-08-28  Bruno Haible  <bruno@clisp.org>
18355
18356         * lib/inttypes_.h (SCNX*): Remove definitions.
18357         Reported by Eric Blake.
18358
18359 2006-08-28  Bruno Haible  <bruno@clisp.org>
18360
18361         * lib/c-strstr.h: New file, from GNU gettext.
18362         * lib/c-strstr.c: New file, from GNU gettext.
18363
18364 2006-08-28  Bruno Haible  <bruno@clisp.org>
18365
18366         * gnulib-tool: Reorder some statements.
18367
18368 2006-08-28  Bruno Haible  <bruno@clisp.org>
18369
18370         * gnulib-tool: New option --makefile-name.
18371         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
18372         $makefile_name.
18373         (func_import): Write $makefile_name to the cache file, and read it from
18374         there unless explicitly specified. Use $makefile_name as file name
18375         instead of Makefile.am. Adjust the recommendations accordingly.
18376
18377 2006-08-28  Bruno Haible  <bruno@clisp.org>
18378
18379         * gnulib-tool (func_verify_module): Check against misapplying patch.
18380
18381 2006-08-28  Bruno Haible  <bruno@clisp.org>
18382
18383         * gnulib-tool (func_relativize, func_relconcat): New functions.
18384         Give an error if --local-dir is given with --update.
18385         Remove trailing slashes from $local_gnulib_dir.
18386         (func_import): Store the relativized $local_gnulib_dir in
18387         gnulib-cache.m4, and read it from there if not specified explicitly.
18388
18389 2006-08-28  Bruno Haible  <bruno@clisp.org>
18390
18391         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
18392         is the current directory. Respect also $local_gnulib_dir.
18393
18394 2006-08-28  Bruno Haible  <bruno@clisp.org>
18395             Simon Josefsson  <jas@extundo.com>
18396
18397         BeOS portability.
18398         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
18399
18400 2006-08-27  Jim Meyering  <jim@meyering.net>
18401
18402         * doc/visibility.texi: Remove duplicate word: "pointer".
18403
18404 2006-08-26  Bruno Haible  <bruno@clisp.org>
18405
18406         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
18407         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
18408         (Makefile.am): Create inttypes.h from inttypes_.h.
18409         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
18410
18411         * modules/imaxabs: New file.
18412
18413         * modules/imaxdiv: New file.
18414
18415 2006-08-26  Bruno Haible  <bruno@clisp.org>
18416
18417         * m4/inttypes.m4: New file.
18418         * m4/_inttypes_h.m4: Remove file.
18419         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
18420         PRI_MACROS_BROKEN.
18421         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
18422
18423         * m4/imaxabs.m4: New file.
18424
18425         * m4/imaxdiv.m4: New file.
18426
18427 2006-08-26  Bruno Haible  <bruno@clisp.org>
18428
18429         * lib/inttypes_.h: New file.
18430         * lib/inttypes.h: Remove file.
18431         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
18432
18433         * lib/imaxabs.c: New file.
18434
18435         * lib/imaxdiv.c: New file.
18436
18437 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18438
18439         New config-h module, so that "make" output needn't be cluttered
18440         by -DHAVE_CONFIG_H.
18441         * MODULES.html.sh (Support for building libraries and executables):
18442         Add config-h.
18443         * modules/config-h: New file.
18444         * gnulib-tool (nl, sed_transform_lib_file): New vars.
18445         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
18446         the config-h module is used.
18447
18448         New configmake module, so that "make" output needn't be cluttered
18449         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
18450         * MODULES.html.sh (Support for building libraries and executables):
18451         Add configmake.
18452         * modules/configmake: New file.
18453
18454 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18455
18456         * m4/config-h.m4: New file.
18457
18458 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18459
18460         * config/srclist.txt: Add elisp-comp.
18461
18462 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18463
18464         * MODULES.html.sh (Support for building libraries and executables):
18465         Add elisp-comp.
18466         * build-aux/elisp-comp: New file.
18467         * modules/elisp-comp: New file.
18468
18469 2006-08-24  Bruno Haible  <bruno@clisp.org>
18470
18471         * gnulib-tool (func_create_testdir): Use non-default values of
18472         sourcebase and m4base.
18473
18474 2006-08-24  Bruno Haible  <bruno@clisp.org>
18475
18476         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
18477         HTML structure.
18478
18479 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18480
18481         * modules/openat (Depends-on): Add lchown.
18482
18483 2006-08-23  Bruno Haible  <bruno@clisp.org>
18484
18485         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
18486         of gl_LOCK_EARLY instead of gl_LOCK.
18487
18488 2006-08-23  Bruno Haible  <bruno@clisp.org>
18489
18490         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
18491         on OSF/1 to no.
18492         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
18493
18494 2006-08-23  Bruno Haible  <bruno@clisp.org>
18495
18496         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
18497         as unusable.
18498
18499         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
18500         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
18501         (gl_LOCK): New macro.
18502
18503 2006-08-22  Simon Josefsson  <jas@extundo.com>
18504
18505         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
18506         to md5 module.
18507
18508 2006-08-22  Simon Josefsson  <jas@extundo.com>
18509
18510         * MODULES.html.sh: Add "Support for maintaining and release
18511         projects".
18512
18513         * build-aux/gnupload: New file, from coreutils.
18514
18515 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18516
18517         Avoid the need for AC_LIBSOURCES in m4 macros.
18518         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
18519         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
18520         * modules/check-version (EXTRA_DIST): Add check-version.h.
18521         * modules/crc (EXTRA_DIST): Add crc.h.
18522         * modules/des (EXTRA_DIST): Add des.h.
18523         * modules/gc (EXTRA_DIST): Add gc.h.
18524         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
18525         * modules/getline (EXTRA_DIST): Add getline.h.
18526         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
18527         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
18528         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
18529         * modules/md2 (EXTRA_DIST): Add md2.h.
18530         * modules/md4 (EXTRA_DIST): Add md4.h.
18531         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
18532         * modules/read-file (EXTRA_DIST): Add read-file.h.
18533         * modules/readline (EXTRA_DIST): Add readline.h.
18534         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
18535         rijndael-api-fst.h.
18536
18537 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18538
18539         * m4/rijndael.m4 (gl_ARCFOUR):
18540         * m4/arctwo.m4 (gl_ARCTWO):
18541         * m4/check-version.m4 (gl_CHECK_VERSION):
18542         * m4/crc.m4 (gl_CRC):
18543         * m4/des.m4 (gl_DES):
18544         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
18545         * m4/gc.m4 (gl_GC):
18546         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
18547         * m4/getline.m4 (gl_FUNC_GETLINE):
18548         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
18549         * m4/hmac-md5.m4 (gl_HMAC_MD5):
18550         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
18551         * m4/md2.m4 (gl_MD2):
18552         * m4/md4.m4 (gl_MD4):
18553         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
18554         * m4/read-file.m4 (gl_FUNC_READ_FILE):
18555         * m4/readline.m4 (gl_FUNC_READLINE):
18556         * m4/rijndael.m4 (gl_RIJNDAEL):
18557         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
18558         to get the necessary .h files and whatnot.
18559
18560 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18561
18562         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
18563         gnulib rather than the other way around.
18564         * config/srclistvars.sh (COREUTILS): Remove.
18565
18566 2006-08-22  Jim Meyering  <jim@meyering.net>
18567
18568         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
18569
18570         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
18571
18572 2006-08-22  Eric Blake  <ebb9@byu.net>
18573
18574         * modules/regexprops-generic: New file.
18575         * MODULES.html.sh (Support for building documentation): List it.
18576
18577 2006-08-22  Eric Blake  <ebb9@byu.net>
18578
18579         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
18580         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18581         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
18582         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
18583
18584 2006-08-22  Bruno Haible  <bruno@clisp.org>
18585
18586         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
18587         and lib_LTLIBRARIES like the other lib_* variables.
18588
18589 2006-08-22  Bruno Haible  <bruno@clisp.org>
18590
18591         * build-aux/x-to-1.in: New file, from GNU gettext.
18592
18593 2006-08-22  Bruno Haible  <bruno@clisp.org>
18594
18595         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
18596         <utmpx.h> exists.
18597
18598 2006-08-22  Bruno Haible  <bruno@clisp.org>
18599
18600         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
18601         <utmpx.h> exists.
18602
18603 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18604
18605         BeOS portability.
18606         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
18607         exist.
18608         Problem reported by Bruno Haible.
18609
18610 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18611
18612         Avoid the need for AC_LIBSOURCES in m4 macros.
18613         * modules/acl (EXTRA_DIST): Add acl.h.
18614         * modules/argmatch (Files): Add m4/argmatch.m4.
18615         (configure.ac): Add gl_ARGMATCH.
18616         (EXTRA_DIST): Renamed from lib_SOURCES, for
18617         consistency with the other modules.  Remove argmatch.c.
18618         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
18619         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
18620         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
18621         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
18622         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
18623         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
18624         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
18625         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
18626         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
18627         * modules/closeout (EXTRA_DIST): Add closeout.h.
18628         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
18629         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
18630         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
18631         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
18632         dirname.h; remove basename.c and stripslash.c.
18633         * modules/exclude (EXTRA_DIST): Add exclude.h.
18634         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
18635         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
18636         * modules/file-type (EXTRA_DIST): Add file-type.h.
18637         * modules/filemode (EXTRA_DIST): Add filemode.h.
18638         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
18639         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18640         * modules/fpending (EXTRA_DIST): Add __fpending.h.
18641         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
18642         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
18643         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
18644         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
18645         * modules/getdate (EXTRA_DIST): Add getdate.c.
18646         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
18647         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
18648         * modules/getpass (EXTRA_DIST): Add getpass.h.
18649         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
18650         * modules/group-member (EXTRA_DIST): Add group-member.h.
18651         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
18652         * modules/hash (EXTRA_DIST): Add hash.h.
18653         * modules/human (EXTRA_DIST): Add human.h.
18654         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
18655         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
18656         * modules/lchown (EXTRA_DIST): Add lchown.h.
18657         * modules/long-options (EXTRA_DIST): Add long-options.h.
18658         * modules/lstat (EXTRA_DIST): Add lstat.h.
18659         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
18660         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
18661         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
18662         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
18663         * modules/memxor (EXTRA_DIST): Add memxor.h.
18664         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
18665         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
18666         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
18667         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
18668         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
18669         * modules/physmem (EXTRA_DIST): Add physmem.h.
18670         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
18671         * modules/posixver (EXTRA_DIST): Add posixver.h.
18672         * modules/quote (EXTRA_DIST): Add quote.h.
18673         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
18674         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
18675         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
18676         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
18677         regex_internal.h regexec.c.
18678         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
18679         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
18680         * modules/same (EXTRA_DIST): Add same.h.
18681         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
18682         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
18683         * modules/savedir (EXTRA_DIST): Add savedir.h.
18684         * modules/sha1 (EXTRA_DIST): Add sha1.h.
18685         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
18686         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
18687         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
18688         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
18689         * modules/strdup (EXTRA_DIST): Add strdup.h.
18690         * modules/strftime (EXTRA_DIST): Add strftime.h.
18691         * modules/strndup (EXTRA_DIST): Add strndup.h.
18692         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
18693         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
18694         * modules/time_r (EXTRA_DIST): Add time_r.h.
18695         * modules/timespec (EXTRA_DIST): Add timespec.h.
18696         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18697         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
18698         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
18699         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
18700         * modules/userspec (EXTRA_DIST): Add userspec.h.
18701         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
18702         * modules/utimens (EXTRA_DIST): Add utimens.h.
18703         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
18704         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
18705         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
18706         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
18707         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
18708         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
18709         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
18710         * modules/yesno (EXTRA_DIST): Add yesno.h.
18711
18712 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18713
18714         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
18715
18716         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
18717         * m4/dev-ino.m4, same-inode.m4: Remove.
18718
18719         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
18720         * m4/acl.m4 (AC_FUNC_ACL):
18721         * m4/backupfile.m4 (gl_BACKUPFILE):
18722         * m4/c-strtod.m4 (gl_C99_STRTOLD):
18723         * m4/canon-host.m4 (gl_CANON_HOST):
18724         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
18725         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
18726         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
18727         * m4/cloexec.m4 (gl_CLOEXEC):
18728         * m4/close-stream.m4 (gl_CLOSE_STREAM):
18729         * m4/closeout.m4 (gl_CLOSEOUT):
18730         * m4/dirfd.m4 (gl_FUNC_DIRFD):
18731         * m4/dirname.m4 (gl_DIRNAME):
18732         * m4/exclude.m4 (gl_EXCLUDE):
18733         * m4/exitfail.m4 (gl_EXITFAIL):
18734         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
18735         * m4/file-type.m4 (gl_FILE_TYPE):
18736         * m4/filemode.m4 (gl_FILEMODE):
18737         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
18738         * m4/fpending.m4 (gl_FUNC_FPENDING):
18739         * m4/fprintftime.m4 (gl_FPRINTFTIME):
18740         * m4/fts.m4 (gl_FUNC_FTS):
18741         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
18742         * m4/getdate.m4 (gl_GETDATE):
18743         * m4/gethrxtime.m4 (gl_GETHRXTIME):
18744         * m4/getpagesize.m4 (gl_GETPAGESIZE):
18745         * m4/getpass.m4 (gl_FUNC_GETPASS):
18746         * m4/gettime.m4 (gl_GETTIME):
18747         * m4/getugroups.m4 (gl_GETUGROUPS):
18748         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
18749         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
18750         * m4/hard-locale.m4 (gl_HARD_LOCALE):
18751         * m4/hash.m4 (gl_HASH):
18752         * m4/idcache.m4 (gl_IDCACHE):
18753         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
18754         * m4/lchown.m4 (gl_FUNC_LCHOWN):
18755         * m4/long-options.m4 (gl_LONG_OPTIONS):
18756         * m4/lstat.m4 (gl_FUNC_LSTAT):
18757         * m4/md5.m4 (gl_MD5):
18758         * m4/memcasecmp.m4 (gl_MEMCASECMP):
18759         * m4/memcoll.m4 (gl_MEMCOLL):
18760         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
18761         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
18762         * m4/memxor.m4 (gl_MEMXOR):
18763         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
18764         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
18765         * m4/modechange.m4 (gl_MODECHANGE):
18766         * m4/mountlist.m4 (gl_MOUNTLIST):
18767         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18768         * m4/openat.m4 (gl_FUNC_OPENAT):
18769         * m4/pathmax.m4 (gl_PATHMAX):
18770         * m4/physmem.m4 (gl_PHYSMEM):
18771         * m4/posixtm.m4 (gl_POSIXTM):
18772         * m4/posixver.m4 (gl_POSIXVER):
18773         * m4/quote.m4 (gl_QUOTE):
18774         * m4/quotearg.m4 (gl_QUOTEARG):
18775         * m4/readtokens.m4 (gl_READTOKENS):
18776         * m4/readutmp.m4 (gl_READUTMP):
18777         * m4/regex.m4 (gl_REGEX):
18778         * m4/safe-read.m4 (gl_SAFE_READ):
18779         * m4/safe-write.m4 (gl_SAFE_WRITE):
18780         * m4/same.m4 (gl_SAME):
18781         * m4/save-cwd.m4 (gl_SAVE_CWD):
18782         * m4/savedir.m4 (gl_SAVEDIR):
18783         * m4/settime.m4 (gl_SETTIME):
18784         * m4/sha1.m4 (gl_SHA1):
18785         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
18786         * m4/stat-macros.m4 (gl_STAT_MACROS):
18787         * m4/stat-time.m4 (gl_STAT_TIME):
18788         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
18789         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
18790         * m4/strdup.m4 (gl_FUNC_STRDUP):
18791         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
18792         * m4/strndup.m4 (gl_FUNC_STRNDUP):
18793         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
18794         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
18795         * m4/time_r.m4 (gl_TIME_R):
18796         * m4/timespec.m4 (gl_TIMESPEC):
18797         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
18798         * m4/unlinkdir.m4 (gl_UNLINKDIR):
18799         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
18800         * m4/userspec.m4 (gl_USERSPEC):
18801         * m4/utimecmp.m4 (gl_UTIMECMP):
18802         * m4/utimens.m4 (gl_UTIMENS):
18803         * m4/xalloc.m4 (gl_XALLOC):
18804         * m4/xgetcwd.m4 (gl_XGETCWD):
18805         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
18806         * m4/xreadlink.m4 (gl_XREADLINK):
18807         * m4/xstrtod.m4 (gl_XSTRTOD):
18808         * m4/yesno.m4 (gl_YESNO):
18809         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
18810         to get the necessary .h files and whatnot.
18811
18812 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
18813             Bruno Haible  <bruno@clisp.org>
18814
18815         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
18816         /bin/sh understanding of '!' conditional negation.
18817
18818 2006-08-21  Jim Meyering  <jim@meyering.net>
18819
18820         * modules/openat (Depends-on): Really alphabetize.
18821
18822         * modules/acl (Depends-on): Add error and quote.
18823
18824         * check-module (find_included_lib_files): Add at-func.c to the
18825         ok-to-include-more-than-once white list.
18826
18827         * modules/openat (Depends-on): Add lstat.  Alphabetize.
18828
18829 2006-08-21  Bruno Haible  <bruno@clisp.org>
18830
18831         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18832         Emit a pkgdata_DATA variable only if some snippets add contents to it.
18833         Reported by Martin Lambers <marlam@marlam.de>.
18834
18835 2006-08-21  Bruno Haible  <bruno@clisp.org>
18836
18837         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
18838         specify an installation location, don't emit a noinst_LIBRARIES or
18839         noinst_LTLIBRARIES assignment.
18840
18841 2006-08-21  Bruno Haible  <bruno@clisp.org>
18842
18843         BeOS portability.
18844         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
18845         BeOS has mbrtowc() but no <wctype.h>.
18846
18847 2006-08-21  Bruno Haible  <bruno@clisp.org>
18848
18849         BeOS portability.
18850         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
18851         exist.
18852
18853 2006-08-21  Bruno Haible  <bruno@clisp.org>
18854
18855         BeOS portability.
18856         * lib/mbchar.h: Include <wctype.h> only if it exists.
18857
18858 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18859
18860         Remove files that are no longer needed by their respective modules.
18861         * m4/obstack.m4: Remove.
18862         * m4/strerror_r.m4: Remove.
18863         * m4/uint32_t.m4: Remove.
18864         * m4/uintptr_t.m4: Remove.
18865         * m4/ullong_max.m4: Remove.
18866         * m4/xstrtoimax.m4: Remove.
18867         * m4/xstrtoumax.m4: Remove.
18868
18869         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
18870         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
18871         dependencies now capture this.
18872
18873         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
18874         Do not use AC_LIBSOURCES, since gnulib modules now do this.
18875         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
18876         * m4/human.m4 (gl_HUMAN): Likewise.
18877         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
18878         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
18879
18880         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
18881
18882         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
18883         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
18884         stdint.
18885         * m4/human.m4 (gl_HUMAN): Likewise.
18886         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
18887         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
18888         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
18889         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
18890         * m4/xstrtol (gl_XSTRTOL): Likewise.
18891
18892         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
18893         AC_TYPE_LONG_LONG_INT.
18894         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
18895         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
18896         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
18897         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
18898
18899         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
18900         on stdbool.
18901
18902         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
18903         (gl_PREREQ_XSTRTOUL): Remove.
18904
18905         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
18906
18907         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
18908         mode.
18909
18910 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18911
18912         Add and change modules to make it easier for coreutils to use
18913         gnulib-tool.
18914         * modules/backupfile (Files): Remove m4/d-ino.m4.
18915         (Depends-on): Add d-ino.
18916         * modules/cycle-check (Depends-on): Add stdint.
18917         (lib_SOURCES): Add cycle-check.h.
18918         * modules/d-ino: New module.
18919         * modules/d-type: New module.
18920         * modules/error (Files): Remove m4/strerror_r.m4.
18921         * modules/filemode (Files): Add m4/st_dm_mode.m4.
18922         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18923         m4/inttypes_h.m4, m4/uintmax_t.m4.
18924         (Depends-on): Add stdint.
18925         (lib_SOURCES): Add fsusage.h.
18926         * modules/getcwd (Files): Remove d-ino.m4.
18927         (Depends-on): Add d-ino.
18928         * modules/getndelim2 (Depends-on): Add stdint.
18929         * modules/glob (Files): Remove m4/d-type.m4.
18930         (Depends-on): Add d-type.
18931         * modules/host-os: New module.
18932         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
18933         m4/inttypes_h.m4, m4/uintmax_t.m4.
18934         * Depends-on: Add stdint.
18935         (lib_SOURCES): Add human.h.
18936         * modules/inttostr (Files): Remove m4/intmax_t.m4,
18937         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
18938         m4/uintmax_t.m4, m4/ulonglong.m4.
18939         (Depends-on): Add stdint.
18940         (EXTRA_DIST): Add inttostr.h.
18941         * modules/lchmod: New module.
18942         * modules/link-follow: New module.
18943         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
18944         (Depends-on): Add lchmod.
18945         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
18946         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
18947         (Depends-on): Add stdint.
18948         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
18949         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
18950         (Depends-on): Add stdint.
18951         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
18952         * modules/perl: New module.
18953         * modules/regex (Depends-on): Add stdint.
18954         * modules/rmdir-errno: New module.
18955         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
18956         m4/intmax_t.m4.
18957         (Depends-on): Add stdint.
18958         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
18959         m4/uintmax_t.m4.
18960         (Depends-on): Add stdint.
18961         * modules/unlink-busy: New module.
18962         * modules/utimecmp (Depends-on): Add stdint.
18963         * modules/uptime: New module.
18964         * modules/winsz-ioctl: New module.
18965         * modules/winsz-termios: New module.
18966         * modules/xnanosleep (Depends-on): Add nanosleep.
18967         * modules/ullong_max: Remove.
18968         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
18969         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
18970         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
18971         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
18972         (Depends-on): Add inttypes.
18973         (lib_SOURCES): Add xstrtol.h.
18974         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
18975         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
18976         * MODULES.html.sh: Move 'assert' into the assert section.
18977         Move 'dummy' into the linking section.
18978         Remove ullong_max.
18979         Add section for compatibility checks for POSIX:2001 functions,
18980         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
18981         winsz-ioctl, and winsz-termios into it.
18982         Add lchmod.
18983         Add top-level Misc section and put host-os, perl, and uptime
18984         into it.
18985
18986 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
18989         now assume the stdint module.  Do not include inttypes.h.
18990         * lib/fsusage.h: Likewise.
18991         * lib/getndelim2.c: Likewise.
18992         * lib/human.h: Likewise.
18993         * lib/inttostr.h: Likewise.
18994         * lib/obstack.c: Likewise.
18995         * lib/regex_internal.h: Likewise.
18996         * lib/tempname.c: Likewise.
18997         * lib/utimecmp.c: Likewise.
18998         * lib/xstrtol.h: Likewise.
18999
19000         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
19001
19002         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
19003         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
19004         * lib/xtime.h: Likewise.
19005
19006 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19007
19008         * modules/openat (Files): Add lib/fchmodat.c.
19009         Fixes problem reported by Jay Youngman.
19010
19011 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
19014         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
19015
19016 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
19017             Bruno Haible  <bruno@clisp.org>
19018
19019         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
19020         and is a script that invokes bison. Tighten the code. Add comments.
19021
19022 2006-08-18  Jim Meyering  <jim@meyering.net>
19023
19024         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
19025         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
19026         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
19027         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
19028
19029 2006-08-18  Bruno Haible  <bruno@clisp.org>
19030
19031         * modules/bison-i18n: New file.
19032         * MODULES.html.sh (Internationalization functions): Add it.
19033
19034 2006-08-18  Bruno Haible  <bruno@clisp.org>
19035
19036         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
19037         sys/statvfs.h. When getmntinfo was found, check its declaration and
19038         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
19039
19040 2006-08-18  Bruno Haible  <bruno@clisp.org>
19041
19042         * m4/bison-i18n.m4: New file, from bison.
19043
19044 2006-08-18  Bruno Haible  <bruno@clisp.org>
19045
19046         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
19047         (ME_DUMMY): Treat "kernfs" as a dummy.
19048         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
19049
19050 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         Update from coreutils.
19053
19054         2006-08-15  Jim Meyering  <jim@meyering.net>
19055
19056         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
19057
19058         2006-01-17  Jim Meyering  <jim@meyering.net>
19059
19060         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
19061
19062         2006-01-11  Jim Meyering  <jim@meyering.net>
19063
19064         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
19065         Check for the lchmod function.
19066
19067 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19068
19069         Update from coreutils.
19070
19071         * lib/__fpending.h: Add copyright notice.
19072         * lib/fprintftime.h: Likewise.
19073         * lib/savedir.c: Use (C) in copyright notice.
19074         * lib/savedir.h: Likewise.
19075
19076         2006-08-15  Jim Meyering  <jim@meyering.net>
19077
19078         * lib/at-func.c: New file, with the logic of all emulated at-functions.
19079         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
19080         in support of the EXPECTED_ERRNO macro.
19081         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
19082         definitions.  Instead, define the appropriate symbols and include
19083         "at-func.c".
19084         * lib/mkdirat.c (mkdirat): Likewise.
19085         * lib/fchmodat.c (fchmodat): Likewise.
19086         (ENOSYS): Remove definition.
19087         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
19088         it.  Don't include "unistd--.h" -- it wasn't ever used.
19089
19090         2006-01-17  Jim Meyering  <jim@meyering.net>
19091
19092         Rewrite fts.c not to change the current working directory,
19093         by using openat, fstatat, fdopendir, etc..
19094
19095         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
19096         (HAVE_OPENAT_SUPPORT): Define.
19097         [_LIBC] (fchdir): Don't undef or define; no longer used.
19098         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
19099         Now, this `function' always succeeds, and consumes its file descriptor
19100         parameter -- so callers must not close such FDs.  Update callers.
19101         (diropen_fd, opendirat, cwd_advance_fd): New functions.
19102         (diropen): Add parameter, SP.  Adjust all callers.
19103         Implement using diropen_fd, rather than open.
19104         (fts_open): Initialize new member, fts_cwd_fd.
19105         Remove fts_rft-setting code.
19106         (fts_close): Close fts_cwd_fd, if necessary.
19107         (__opendir2): Define in terms of opendir or opendirat,
19108         depending on whether the FST_NOCHDIR flag is set.
19109         (fts_build): Since fts_safe_changedir consumes its FD, and since
19110         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
19111         and close the dup'd file descriptor upon failure.
19112         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
19113         (fts_safe_changedir): Tweak semantics to reflect that this function
19114         now calls cwd_advance_fd and hence consumes its FD argument.
19115         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
19116         [struct FTS] (fts_rft): Remove now-unused member.
19117         [struct FTS] (fts_cycle.state): Improve comment.
19118
19119         * lib/openat.c (openat_needs_fchdir): New function.
19120         * lib/openat.h (openat_needs_fchdir): Declare it.
19121
19122 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19123
19124         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
19125         Problem and fix reported by Pádraig Brady in
19126         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
19127
19128 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19129
19130         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
19131
19132 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19133
19134         * lib/memcoll.c (memcoll): Optimize for the common case where the
19135         arguments are bytewise equal.
19136
19137 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19138
19139         * doc/regexprops-generic.texi: Add a copyright notice.
19140
19141 2006-08-15  Bruno Haible  <bruno@clisp.org>
19142
19143         * modules/tmpdir (License): Change to LGPL.
19144
19145 2006-08-15  Bruno Haible  <bruno@clisp.org>
19146
19147         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
19148         module.
19149
19150 2006-08-14  Simon Josefsson  <jas@extundo.com>
19151
19152         * config/srclist.txt: Add gnupload.
19153
19154 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19155
19156         Change copyright notice from LGPL 2 to GPL 2, since that's the
19157         standard form used in the gnulib repository.
19158         * tests/test-lock.c: Likewise.
19159         * tests/test-stdint.c: Likewise.
19160         * tests/test-tls.c: Likewise.
19161
19162         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
19163         prelude-manager.  User shorter URLs for GNU projects, without '?'.
19164         Add copyright notice.
19165
19166         * check-module: Add copyright notice.  Output a copyright
19167         notice if "--version" is specified.
19168         * modules/COPYING: New file.
19169         * tests/test-getaddrinfo.c: Add copyright notice.
19170         * tests/test-verify.c: Likewise.
19171
19172 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19173
19174         Change copyright notice from LGPL 2 to GPL 2, since that's the
19175         standard form used in the gnulib repository.
19176         * lib/lock.c: LGPL -> GPL.
19177         * lib/lock.h: Likewise.
19178         * lib/strnlen1.c: Likewise.
19179         * lib/strnlen1.h: Likewise.
19180         * lib/tls.c: Likewise.
19181         * lib/tls.h: Likewise.
19182         * lib/tmpdir.c: Likewise.
19183
19184         * lib/TODO: Remove; this belongs only in coreutils.
19185
19186 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19187
19188         Add copyright notices to long-enough files that lack them, since
19189         otherwise the files aren't clearly free.  Use the same notice that
19190         getdate.texi already uses.
19191         * doc/alloca-opt.texi: Add copyright notice.
19192         * doc/alloca.texi: Likewise.
19193         * doc/ctime.texi: Likewise.
19194         * doc/functions.texi: Likewise.
19195         * doc/gcd.texi: Likewise.
19196         * doc/gnulib-tool.texi: Likewise.
19197         * doc/inet_ntoa.texi: Likewise.
19198         * doc/visibility.texi: Likewise.
19199
19200         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
19201         * doc/quote.texi: Add copyright notice.
19202
19203         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
19204         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
19205         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
19206         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
19207         is now obsolete, and give a pointer to the Sun list.
19208         Add copyright notice.
19209
19210 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19211
19212         * config/srclistvars.sh: Add copyright notice.
19213
19214 2006-08-14  Eric Blake  <ebb9@byu.net>
19215
19216         Import the following change from libc:
19217
19218         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
19219
19220         Upstream bug 2997.
19221         * lib/misc/error.c: Add space between program name and message if file
19222         name is missing.
19223
19224 2006-08-12  Karl Berry  <karl@gnu.org>
19225
19226         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
19227         remove, these originate in gnulib now.
19228
19229 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19230
19231         * doc/Makefile (standards.info standards.html standards.dvi):
19232         Also depend on make-stds.texi.
19233
19234 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19235
19236         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
19237         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
19238
19239         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
19240         in wchar_t.  Problem reported by Eric Blake.
19241
19242         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
19243         LEN is smaller than SIZE.  Suggested by Bruno Haible.
19244         Also, help the compiler to keep LEN in a register.
19245
19246 2006-08-11  Eric Blake  <ebb9@byu.net>
19247
19248         * users.txt: Sort.  Add tar.
19249
19250 2006-08-11  Bruno Haible  <bruno@clisp.org>
19251
19252         * users.txt: New file.
19253
19254 2006-08-11  Bruno Haible  <bruno@clisp.org>
19255
19256         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
19257         before <wchar.h>. Needed for OSF/1 and BSD/OS.
19258
19259 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19260
19261         * modules/snprintf (Depends-on): Remove minmax.
19262         (Maintainer): Add self and Bruno.
19263
19264 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19265
19266         * lib/.cppi-disable: Add snprintf.h, socket_.h.
19267         * lib/snprintf.c: Include <errno.h> and <limits.h>.
19268         (EOVERFLOW): Define if the system does not.
19269         Do not include "minmax.h"; it wasn't used.
19270         (snprintf): Don't assume size_t promotes to an unsigned type.
19271         Fix bug when generated string was too long for the buffer: the
19272         buffer's contents are supposed to be the initial prefix of the
19273         output.  Don't assume vasnprintf returns EOVERFLOW if the size
19274         exceeds INT_MAX; do the check ourselves.
19275
19276         Import the following changes from libc:
19277
19278         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
19279
19280         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
19281         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
19282         set wc to the byte which couldn't be converted.
19283         (re_string_reconstruct): Don't clear valid_raw_len before calling
19284         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
19285         tip_context using re_string_context_at.
19286
19287         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
19288
19289         * lib/posix/regex.h: g++ still cannot handled [restrict].
19290
19291         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
19292
19293         * lib/posix/regex.h: Remove special handling for VMS.
19294
19295 2006-08-10  Jim Meyering  <jim@meyering.net>
19296
19297         * modules/same-inode: New module.
19298         * modules/dev-ino: New module.
19299         * modules/cycle-check: Depend on these modules, rather than simply
19300         including their .h files.
19301         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
19302         required via m4/cycle-check.m4.
19303         * modules/same: Depend on new same-inode module, rather than
19304         including same-inode.h.
19305         * modules/chdir-safer: New file.
19306
19307         * modules/chown (Depends-on): Add stat-macros.
19308
19309 2006-08-10  Jim Meyering  <jim@meyering.net>
19310
19311         * m4/cycle-check.m4: New file.
19312         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
19313         * m4/dev-ino.m4, m4/same-inode.m4: New files.
19314
19315 2006-08-10  Eric Blake  <ebb9@byu.net>
19316
19317         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
19318         in from original proposal.
19319
19320 2006-08-10  Eric Blake  <ebb9@byu.net>
19321         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19322
19323         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
19324         namespace.
19325
19326 2006-08-10  Bruno Haible  <bruno@clisp.org>
19327
19328         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
19329         as well.
19330
19331 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19332
19333         Sync from coreutils.
19334
19335         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
19336
19337         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
19338         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
19339
19340 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19341
19342         * modules/restrict: Remove; no longer needed now that we assume
19343         Autoconf 2.59 or later.
19344         * MODULES.html.sh: Remove 'restrict'.
19345         * modules/argp (Depends-on): Remove 'restrict'.
19346         * modules/base64 (Depends-on): Likewise.
19347         * modules/gc (Depends-on): Likewise.
19348         * modules/getaddrinfo (Depends-on): Likewise.
19349         * modules/glob (Depends-on): Likewise.
19350         * modules/inet_ntop (Depends-on): Likewise.
19351         * modules/inet_pton (Depends-on): Likewise.
19352         * modules/memxor (Depends-on): Likewise.
19353         * modules/regex (Depends-on): Likewise.
19354         * modules/strtok_r (Depends-on): Likewise.
19355         * modules/time_r (Depends-on): Likewise.
19356
19357 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19358
19359         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
19360         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
19361         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19362         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
19363         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
19364         * m4/memxor.m4 (gl_MEMXOR): Likewise.
19365         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
19366         gl_C_RESTRICT replaced by AC_C_RESTRICT.
19367
19368         Merge from coreutils.
19369         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
19370         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
19371         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19372         * m4/time_r.m4 (gl_TIME_R): Likewise.
19373
19374 2006-08-09  Karl Berry  <karl@gnu.org>
19375
19376         * config/srclist.txt: no more gettext-tools, per Bruno.
19377
19378 2006-08-08  Eric Blake  <ebb9@byu.net>
19379
19380         * modules/verror: New module.
19381         * MODULES.html.sh: Document it.
19382
19383 2006-08-08  Eric Blake  <ebb9@byu.net>
19384
19385         * lib/verror.h, lib/verror.c: New files.
19386
19387 2006-08-08  Eric Blake  <ebb9@byu.net>
19388
19389         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
19390         verror_at_line output complies with GNU Coding Standards even when
19391         file is NULL.
19392
19393 2006-08-07  Bruno Haible  <bruno@clisp.org>
19394
19395         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
19396         versions of AIX.
19397         Reported by Ralf Wildenhues.
19398
19399 2006-08-07  Bruno Haible  <bruno@clisp.org>
19400
19401         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
19402         in an AC_DEFUN. Needed so that the autoconf snippets can use
19403         AC_REQUIRE.
19404
19405 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19406
19407         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19408         Initialize pkgdata_DATA.
19409         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
19410         overriding it.
19411
19412 2006-08-06  Eric Blake  <ebb9@byu.net>
19413
19414         * lib/error.h: Fold in some upstream changes from glibc.
19415         * lib/error.c: Likewise.
19416
19417 2006-08-04  Bruno Haible  <bruno@clisp.org>
19418
19419         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19420         Make the mostlyclean-local rule depend on mostlyclean-generic.
19421         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
19422
19423 2006-07-31  Bruno Haible  <bruno@clisp.org>
19424
19425         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
19426         <stdlib.h>, <string.h>.
19427
19428 2006-07-30  Bruno Haible  <bruno@clisp.org>
19429
19430         * modules/readlink (License): Change to LGPL.
19431
19432 2006-07-30  Bruno Haible  <bruno@clisp.org>
19433
19434         * modules/javaversion (Makefile.am): Distribute javaversion.java and
19435         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
19436         set PKGDATADIR to point to it.
19437
19438 2006-07-30  Bruno Haible  <bruno@clisp.org>
19439
19440         * modules/csharpexec (configure.ac): Comment out macro invocation.
19441         * modules/javaexec (configure.ac): Likewise.
19442         * modules/javacomp-script (configure.ac): Likewise.
19443
19444         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
19445
19446 2006-07-30  Bruno Haible  <bruno@clisp.org>
19447
19448         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
19449         linked-list.
19450
19451 2006-07-30  Bruno Haible  <bruno@clisp.org>
19452
19453         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
19454
19455 2006-07-30  Bruno Haible  <bruno@clisp.org>
19456
19457         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19458         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
19459         get removed.
19460
19461 2006-07-29  Bruno Haible  <bruno@clisp.org>
19462
19463         Make it possible for gnulib-tool to work with locally modified or
19464         augmented gnulib repositories.
19465         * gnulib-tool (func_usage): Document --local-dir option.
19466         (local_gnulib_dir): New variable.
19467         Handle --local-dir option.
19468         (func_lookup_file): New function.
19469         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
19470         (func_get_description, func_get_filelist, func_get_description,
19471         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
19472         func_get_automake_snippet, func_get_include_directive,
19473         func_get_license, func_get_maintainer): Use func_lookup_file.
19474         (func_import, func_create_testdir): Use func_lookup_file.
19475
19476 2006-07-29  Bruno Haible  <bruno@clisp.org>
19477
19478         * modules/setenv (Depends-on): Add unistd.
19479
19480 2006-07-29  Bruno Haible  <bruno@clisp.org>
19481
19482         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
19483
19484 2006-07-29  Bruno Haible  <bruno@clisp.org>
19485
19486         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
19487
19488 2006-07-29  Bruno Haible  <bruno@clisp.org>
19489
19490         * gnulib-tool (import, update): If there is no Makefile.am, look at
19491         aclocal.m4, instead of bailing out.
19492
19493 2006-07-29  Bruno Haible  <bruno@clisp.org>
19494
19495         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
19496         Categorize the options by when they are useful.
19497
19498 2006-07-29  Bruno Haible  <bruno@clisp.org>
19499
19500         * gnulib-tool (func_usage): Document option --no-libtool.
19501         Handle option --no-libtool.
19502         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
19503         for changed semantics of $libtool variable.
19504         (func_import): Likewise. If libtool is not used, show this through
19505         an option --no-libtool.
19506         (func_create_testdir): Update.
19507
19508 2006-07-29  Bruno Haible  <bruno@clisp.org>
19509
19510         * gnulib-tool (func_import): Extend error message about missing
19511         --doc-base.
19512
19513 2006-07-29  Bruno Haible  <bruno@clisp.org>
19514
19515         * gnulib-tool (func_import): Don't create the $docbase directory if
19516         there is no file to store there.
19517
19518 2006-07-29  Bruno Haible  <bruno@clisp.org>
19519
19520         * gnulib-tool (autoconf_minversion): If a --dir option is given and
19521         relevant, look for configure.ac there, not in the current directory.
19522         Also use a simple search for AC_PREREQ, not "autoconf --trace".
19523
19524 2006-07-29  Bruno Haible  <bruno@clisp.org>
19525
19526         * gnulib-tool (SORT): New variable.
19527         (func_usage): Undocument --assume-autoconf option.
19528         Remove --assume-autoconf option handling.
19529         (autoconf_minversion): Determine from the contents of configure.ac.
19530         (func_import): Remove autoconf_minversion handling.
19531         Suggested by Eric Blake.
19532
19533 2006-07-29  Bruno Haible  <bruno@clisp.org>
19534
19535         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
19536
19537 2006-07-29  Bruno Haible  <bruno@clisp.org>
19538
19539         * config/srclist.txt (*setenv.[ch]): Remove rules.
19540
19541 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19542
19543         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
19544
19545 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19546
19547         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
19548         arpa/inet.h.
19549
19550 2006-07-28  Simon Josefsson  <jas@extundo.com>
19551
19552         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
19553         * modules/inet_pton (Depends-on): Likewise.
19554
19555 2006-07-28  Simon Josefsson  <jas@extundo.com>
19556
19557         * m4/netinet_in_h.m4: New file.
19558
19559 2006-07-28  Simon Josefsson  <jas@extundo.com>
19560
19561         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
19562         #include's.
19563
19564 2006-07-28  Simon Josefsson  <jas@extundo.com>
19565
19566         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
19567         #include's.
19568
19569 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
19570
19571         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
19572         setgid on directories only if they set these bits.
19573         * lib/modechange.h: Remove obsolete comment about masks.
19574
19575 2006-07-28  Eric Blake  <ebb9@byu.net>
19576
19577         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
19578         macro expansion.
19579
19580 2006-07-28  Bruno Haible  <bruno@clisp.org>
19581
19582         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
19583
19584 2006-07-28  Bruno Haible  <bruno@clisp.org>
19585
19586         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
19587
19588 2006-07-28  Bruno Haible  <bruno@clisp.org>
19589
19590         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
19591         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
19592         Define fallbacks.
19593         Avoids link error on FreeBSD 4.x.
19594         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19595
19596         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
19597         encoding.
19598         * lib/mbswidth.c (iswcntrl): Likewise.
19599
19600 2006-07-27  Bruno Haible  <bruno@clisp.org>
19601
19602         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
19603         test.
19604
19605 2006-07-27  Bruno Haible  <bruno@clisp.org>
19606
19607         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
19608         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
19609         defined.
19610
19611 2006-07-26  Eric Blake  <ebb9@byu.net>
19612
19613         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
19614
19615 2006-07-26  Eric Blake  <ebb9@byu.net>
19616
19617         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
19618         like mingw that lack mkstemp.
19619         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
19620         avoid compilation warning on mingw.
19621
19622 2006-07-26  Bruno Haible  <bruno@clisp.org>
19623
19624         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
19625         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
19626         INT_FAST*_MIN, INTPTR_MIN.
19627
19628 2006-07-25  Bruno Haible  <bruno@clisp.org>
19629
19630         * modules/version-etc (Depends-on): Add stdarg.
19631
19632 2006-07-25  Bruno Haible  <bruno@clisp.org>
19633
19634         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
19635         complex commands.
19636
19637 2006-07-25  Bruno Haible  <bruno@clisp.org>
19638
19639         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
19640         defined in <stdarg.h> or config.h.
19641
19642 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19643
19644         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
19645         (gl_STDIO_SAFER): Remove.
19646
19647 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19648
19649         * MODULES.html.sh (File stream based Input/Output):
19650         Add fopen-safer, tmpfile-safer; remove stdio-safer.
19651         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
19652         * modules/fopen-safer, modules/tmpfile-safer: New files.
19653         * modules/stdio-safer: Remove.
19654
19655 2006-07-24  Bruno Haible  <bruno@clisp.org>
19656
19657         * modules/tmpdir: New file.
19658         * MODULES.html.sh (File system functions): Add it.
19659
19660 2006-07-24  Bruno Haible  <bruno@clisp.org>
19661
19662         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
19663         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
19664
19665 2006-07-24  Bruno Haible  <bruno@clisp.org>
19666
19667         * modules/clean-temp: New file.
19668
19669 2006-07-24  Bruno Haible  <bruno@clisp.org>
19670
19671         * m4/tmpdir.m4: New file, from GNU gettext.
19672
19673 2006-07-24  Bruno Haible  <bruno@clisp.org>
19674
19675         * lib/tmpdir.h: New file, from GNU gettext.
19676         * lib/tmpdir.c: New file, from GNU gettext.
19677
19678 2006-07-24  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/clean-temp.h: New file, from GNU gettext.
19681         * lib/clean-temp.c: New file, from GNU gettext.
19682
19683 2006-07-23  Eric Blake  <ebb9@byu.net>
19684
19685         * modules/stdio-safer (Files): Add tmpfile-safer.c.
19686         (Depends-on): Add binary-io.
19687
19688 2006-07-23  Eric Blake  <ebb9@byu.net>
19689
19690         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
19691
19692 2006-07-23  Eric Blake  <ebb9@byu.net>
19693
19694         * lib/tmpfile-safer.c: New file.
19695         * lib/stdio-safer.h (fopen_safer): Add prototype.
19696         * lib/stdio--.h (tmpfile): Make safer.
19697
19698 2006-07-23  Bruno Haible  <bruno@clisp.org>
19699
19700         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
19701         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
19702         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
19703         gl_linked_remove_at): Use it.
19704
19705 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19706         and Simon Josefsson <jas@extundo.com>
19707
19708         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
19709
19710         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
19711
19712 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19713
19714         * modules/close-stream: New file.
19715         * modules/closeout (Description): Make it clear that it exits
19716         with a diagnostic on error.
19717         (Depends-on): Add close-stream.  Remove fpending, stdbool.
19718         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
19719
19720 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19721
19722         * m4/close-stream.m4: New file.
19723
19724 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19725
19726         * lib/close-stream.c, lib/close-stream.h: New files.
19727
19728 2006-07-22  Bruno Haible  <bruno@clisp.org>
19729
19730         Merge from GNU gettext 0.15.
19731
19732         2006-05-01  Bruno Haible  <bruno@clisp.org>
19733
19734                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
19735
19736         2006-07-22  Bruno Haible  <bruno@clisp.org>
19737
19738                 * modules/javaversion: New file.
19739                 * MODULES.html.sh (Java): Add javaversion.
19740
19741         2006-03-12  Bruno Haible  <bruno@clisp.org>
19742
19743                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
19744
19745         2005-12-04  Bruno Haible  <bruno@clisp.org>
19746
19747                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
19748                 (untested).
19749
19750         2006-06-21  Bruno Haible  <bruno@clisp.org>
19751
19752                 Avoid warnings from recent versions of mcs.
19753                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
19754                 -o, -L, -r any more. Use options documented since mcs-1.0
19755                 instead. Similarly for -g.
19756
19757         2005-12-04  Bruno Haible  <bruno@clisp.org>
19758
19759                 * build-aux/csharpcomp.sh.in: Suffix for resources is
19760                 .resources, not .resource.
19761
19762         2005-07-09  Bruno Haible  <bruno@clisp.org>
19763
19764                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
19765                 add a .dll suffix.
19766                 Reported by Mark Junker <mjscod@gmx.de>.
19767
19768         2006-07-22  Bruno Haible  <bruno@clisp.org>
19769
19770                 * modules/gettext: Upgrade to gettext-0.15.
19771                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
19772                 m4/visibility.m4.
19773                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
19774
19775 2006-07-22  Bruno Haible  <bruno@clisp.org>
19776
19777         Merge from GNU gettext 0.15.
19778
19779         2006-03-25  Bruno Haible  <bruno@clisp.org>
19780
19781                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
19782
19783         2006-07-21  Bruno Haible  <bruno@clisp.org>
19784
19785                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
19786                 "1.1".
19787
19788         2006-05-09  Bruno Haible  <bruno@clisp.org>
19789
19790                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
19791                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
19792                 for the conftestver execution.
19793
19794         2006-05-01  Bruno Haible  <bruno@clisp.org>
19795
19796                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
19797                 optional target-version argument. Verify that the compiler
19798                 groks source of the specified source-version, or add -source
19799                 option as necessary. Verify that the compiler produces
19800                 bytecode in the specified target-version, or add -target and
19801                 -source options as necessary. Make the result of the test
19802                 available as variable CONF_JAVAC. Also log error output in
19803                 config.log.
19804
19805         2006-03-11  Bruno Haible  <bruno@clisp.org>
19806
19807                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
19808
19809         2006-05-09  Bruno Haible  <bruno@clisp.org>
19810
19811                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
19812                 CLASSPATH_SEPARATOR to a semicolon.
19813
19814         2006-03-12  Bruno Haible  <bruno@clisp.org>
19815
19816                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
19817                 available as variable CONF_JAVA, for subsequent autoconf
19818                 tests. Also log error output in config.log.
19819
19820         2006-07-19  Bruno Haible  <bruno@clisp.org>
19821
19822                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
19823                 that getline works on glibc2 systems. Needed to avoid trouble
19824                 in relocatable.c.
19825                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
19826
19827         2005-12-04  Bruno Haible  <bruno@clisp.org>
19828
19829                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
19830                 launcher (untested).
19831
19832         2005-12-04  Bruno Haible  <bruno@clisp.org>
19833
19834                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
19835
19836         2006-07-22  Bruno Haible  <bruno@clisp.org>
19837
19838                 * gettext.m4: Update from GNU gettext-0.15.
19839                 * nls.m4: Likewise.
19840                 * po.m4: Likewise.
19841                 * inttypes-pri.m4: Likewise.
19842                 * inttypes-h.m4: Renamed from inttypes.m4.
19843                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
19844
19845 2006-07-22  Bruno Haible  <bruno@clisp.org>
19846
19847         Merge from GNU gettext 0.15.
19848
19849         2005-07-05  Bruno Haible  <bruno@clisp.org>
19850
19851                 * printf-args.c (printf_fetchargs): Work around broken
19852                 definition of wint_t on mingw.
19853
19854         2005-02-12  Bruno Haible  <bruno@clisp.org>
19855
19856                 * xallocsa.h: Add extern "C" for C++.
19857
19858         2006-05-17  Bruno Haible  <bruno@clisp.org>
19859
19860                 Cygwin portability.
19861                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
19862
19863         2006-04-30  Bruno Haible  <bruno@clisp.org>
19864
19865                 * progreloc.c: Include <mach-o/dyld.h> if available.
19866                 (find_executable): Use _NSGetExecutablePath when possible.
19867
19868         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19869
19870                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
19871                 function.
19872
19873         2005-12-29  Bruno Haible  <bruno@clisp.org>
19874
19875                 * progreloc.c (set_program_name_and_installdir): Fix
19876                 compilation error.
19877
19878         2005-12-04  Bruno Haible  <bruno@clisp.org>
19879
19880                 Cygwin portability.
19881                 * progreloc.c: Include <windows.h> also on Cygwin.
19882                 (find_executable): Add support for Cygwin.
19883                 (set_program_name_and_installdir): Handle also platforms with
19884                 nonempty EXEEXT.
19885
19886         2006-07-11  Bruno Haible  <bruno@clisp.org>
19887
19888                 * javacomp.c: Fix a comment.
19889                 Reported by Jim Meyering.
19890
19891         2006-04-30  Bruno Haible  <bruno@clisp.org>
19892
19893                 * javacomp.h (compile_java_class): Add source_version,
19894                 target_version arguments.
19895                 * javacomp.c: Rewritten to choose only a compiler that
19896                 respects the specified source_version and target_version.
19897
19898         2006-06-27  Bruno Haible  <bruno@clisp.org>
19899
19900                 Assume correct S_ISDIR macro.
19901                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
19902
19903         2006-07-22  Bruno Haible  <bruno@clisp.org>
19904
19905                 * javaversion.h: New file, from GNU gettext.
19906                 * javaversion.c: New file, from GNU gettext.
19907                 * javaversion.java: New file, from GNU gettext.
19908                 * javaversion.class: New file, from GNU gettext.
19909
19910         2006-05-17  Bruno Haible  <bruno@clisp.org>
19911
19912                 Cygwin portability.
19913                 * javaexec.c (execute_java_class): Test for jview program
19914                 also on Cygwin.
19915
19916         2006-04-09  Bruno Haible  <bruno@clisp.org>
19917
19918                 * fatal-signal.c: Don't include string.h.
19919                 (at_fatal_signal): Use a copying loop instead of memcpy.
19920
19921         2005-12-04  Bruno Haible  <bruno@clisp.org>
19922
19923                 * csharpexec.c: Add support for 'clix' launcher (untested).
19924                 (execute_csharp_using_sscli): New function.
19925                 (execute_csharp_program): Call it.
19926
19927         2006-06-21  Bruno Haible  <bruno@clisp.org>
19928
19929                 Avoid warnings from recent versions of mcs.
19930                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
19931                 -o, -L, -r any more. Use options documented since mcs-1.0
19932                 instead. Similarly for -g.
19933
19934         2005-07-09  Bruno Haible  <bruno@clisp.org>
19935
19936                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
19937                 add a .dll suffix.
19938                 Reported by Mark Junker <mjscod@gmx.de>.
19939
19940         2006-06-17  Bruno Haible  <bruno@clisp.org>
19941
19942                 * config.charset: Update for NetBSD 3.0.
19943
19944         2006-05-17  Bruno Haible  <bruno@clisp.org>
19945
19946                 Cygwin portability.
19947                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
19948
19949         2006-05-16  Bruno Haible  <bruno@clisp.org>
19950
19951                 * localcharset.c [CYGWIN]: Include <windows.h>.
19952                 (get_charset_aliases): For Cygwin, return the same CPxxx
19953                 aliases list as under WIN32.
19954                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
19955                 the environment variables. Fall back to GetACP().
19956
19957         2006-04-05  Bruno Haible  <bruno@clisp.org>
19958
19959                 * config.charset: Update Juan Manuel Guerrero's address.
19960
19961         2005-02-12  Bruno Haible  <bruno@clisp.org>
19962
19963                 * allocsa.h: Add extern "C" for C++.
19964
19965         2005-02-10  Bruno Haible  <bruno@clisp.org>
19966
19967                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
19968                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
19969
19970         2006-07-22  Bruno Haible  <bruno@clisp.org>
19971
19972                 * gettext.h: Update to GNU gettext-0.15.
19973
19974 2006-07-22  Bruno Haible  <bruno@clisp.org>
19975
19976         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
19977         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
19978         lib-prefix.m4, longdouble.m4, ssize_t.m4.
19979
19980 2006-07-21  Eric Blake  <ebb9@byu.net>
19981
19982         * modules/stdlib-safer: New file.
19983         * MODULES.html.sh (File stream based Input/Output): Add
19984         stdlib-safer.
19985
19986 2006-07-21  Eric Blake  <ebb9@byu.net>
19987
19988         * lib/stdlib-safer.h: New file from coreutils, required by
19989         stdlib--.h.
19990
19991 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
19992
19993         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
19994
19995 2006-07-20  Bruno Haible  <bruno@clisp.org>
19996
19997         * gnulib-tool: Recognize new option --assume-autoconf.
19998         (autoconf_minversion): New variable.
19999         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
20000
20001 2006-07-20  Bruno Haible  <bruno@clisp.org>
20002
20003         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
20004
20005 2006-07-19  Derek R. Price  <derek@ximbiot.com>
20006
20007         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
20008         Reindent and repaginate.
20009
20010 2006-07-19  Derek Price  <derek@ximbiot.com>
20011
20012         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
20013         Correct grammar.
20014
20015 2006-07-17  Bruno Haible  <bruno@clisp.org>
20016
20017         * modules/list: New file.
20018         * modules/array-list: New file.
20019         * modules/carray-list, modules/carray-list-tests: New files.
20020         * modules/linked-list, modules/linked-list-tests: New files.
20021         * modules/avltree-list, modules/avltree-list-tests: New files.
20022         * modules/rbtree-list, modules/rbtree-list-tests: New files.
20023         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
20024         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
20025         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
20026         * modules/oset: New file.
20027         * modules/array-oset: New file.
20028         * modules/avltree-oset, modules/avltree-oset-tests: New files.
20029         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
20030         * tests/test-carray_list.c: New file.
20031         * tests/test-linked_list.c: New file.
20032         * tests/test-avltree_list.c: New file.
20033         * tests/test-rbtree_list.c: New file.
20034         * tests/test-linkedhash_list.c: New file.
20035         * tests/test-avltreehash_list.c: New file.
20036         * tests/test-rbtreehash_list.c: New file.
20037         * tests/test-avltree_oset.c: New file.
20038         * tests/test-rbtree_oset.c: New file.
20039         * MODULES.html.sh (Container data structures): New section.
20040
20041 2006-07-17  Bruno Haible  <bruno@clisp.org>
20042
20043         * m4/gl_list.m4: New file.
20044
20045 2006-07-17  Bruno Haible  <bruno@clisp.org>
20046
20047         * lib/gl_list.h: New file.
20048         * lib/gl_list.c: New file.
20049         * lib/gl_array_list.h: New file.
20050         * lib/gl_array_list.c: New file.
20051         * lib/gl_carray_list.h: New file.
20052         * lib/gl_carray_list.c: New file.
20053         * lib/gl_linked_list.h: New file.
20054         * lib/gl_linked_list.c: New file.
20055         * lib/gl_anylinked_list1.h: New file.
20056         * lib/gl_anylinked_list2.h: New file.
20057         * lib/gl_avltree_list.h: New file.
20058         * lib/gl_avltree_list.c: New file.
20059         * lib/gl_anyavltree_list1.h: New file.
20060         * lib/gl_anyavltree_list2.h: New file.
20061         * lib/gl_rbtree_list.h: New file.
20062         * lib/gl_rbtree_list.c: New file.
20063         * lib/gl_anyrbtree_list1.h: New file.
20064         * lib/gl_anyrbtree_list2.h: New file.
20065         * lib/gl_anytree_list1.h: New file.
20066         * lib/gl_anytree_list2.h: New file.
20067         * lib/gl_linkedhash_list.h: New file.
20068         * lib/gl_linkedhash_list.c: New file.
20069         * lib/gl_anyhash_list1.h: New file.
20070         * lib/gl_anyhash_list2.h: New file.
20071         * lib/gl_avltreehash_list.h: New file.
20072         * lib/gl_avltreehash_list.c: New file.
20073         * lib/gl_rbtreehash_list.h: New file.
20074         * lib/gl_rbtreehash_list.c: New file.
20075         * lib/gl_anytreehash_list1.h: New file.
20076         * lib/gl_anytreehash_list2.h: New file.
20077
20078         * lib/gl_oset.h: New file.
20079         * lib/gl_oset.c: New file.
20080         * lib/gl_array_oset.h: New file.
20081         * lib/gl_array_oset.c: New file.
20082         * lib/gl_avltree_oset.h: New file.
20083         * lib/gl_avltree_oset.c: New file.
20084         * lib/gl_rbtree_oset.h: New file.
20085         * lib/gl_rbtree_oset.c: New file.
20086         * lib/gl_anytree_oset.h: New file.
20087
20088 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20089
20090         * m4/mkancesdirs.m4: New file.
20091         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
20092         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
20093         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
20094         it.
20095
20096 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20097
20098         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
20099         * lib/mkancesdirs.h: New files.
20100         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
20101         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
20102         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
20103         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
20104         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
20105         callers changed.  Revamp internals significantly, by not
20106         attempting to create directories that are temporarily more
20107         permissive than the final results.  Do not attempt to use
20108         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
20109         This removes some race conditions, fixes some bugs, and simplifies
20110         things.  Use new dirchownmod function to do owner and mode changes.
20111         * lib/mkdir-p.h: Likewise.
20112         * lib/modechange.c (octal_to_mode): New function.
20113         (struct mode_change): New member mentioned.
20114         (make_node_op_equals): New arg mentioned.  All callers changed.
20115         (mode_compile): Keep track of which mode bits the user has explicitly
20116         mentioned.
20117         (mode_adjust): New arg DIR, so that we implement the X op correctly.
20118         New arg PMODE_BITS, to keep track of which mode bits the user
20119         mentioned; it treats S_ISUID and S_ISGID speciall.
20120         All callers changed.
20121         * lib/modechange.h: Likewise.
20122
20123 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20124
20125         * MODULES.html.sh: Add mkancestors.
20126         * modules/mkancesdirs: New module.
20127         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
20128         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
20129         The chdir-safer and afs files are now orphans; I'll remove them
20130         unless someone speaks up.
20131         Add lib/dirchownmod.c, lib/dirchownmod.h.
20132         (Depends-on): Remove alloca, chown, save-cwd, dirname.
20133         Add lchown, mkancesdirs.
20134         (Maintainer): Add self.
20135
20136 2006-07-15  Karl Berry  <karl@gnu.org>
20137
20138         * gnulib-tool: help message wording/arrangement.
20139
20140 2006-07-14  Simon Josefsson  <jas@extundo.com>
20141
20142         * doc/gnulib.texi (Libtool and Windows): New section.
20143
20144 2006-07-12  Simon Josefsson  <jas@extundo.com>
20145
20146         * modules/gendocs (License): Fix license, approved by Karl.
20147
20148 2006-07-12  Eric Blake  <ebb9@byu.net>
20149
20150         * MODULES.html.sh: Add gendocs.
20151
20152 2006-07-11  Eric Blake  <ebb9@byu.net>
20153
20154         * modules/fdl: New module, to install doc/fdl.texi.
20155         * MODULES.html.sh: Add new section for documentation modules.
20156         * gnulib-tool: Avoid space-tab.
20157         (--doc-base): New option, to manage files from doc.
20158
20159 2006-07-11  Eric Blake  <ebb9@byu.net>
20160
20161         * m4/absolute-header.m4: Fix comments to match recent change.
20162
20163 2006-07-11  Eric Blake  <ebb9@byu.net>
20164
20165         * gnulib-tool: List --doc-base before --tests-base.
20166
20167 2006-07-11  Derek R. Price  <derek@ximbiot.com>
20168
20169         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
20170
20171 2006-07-11  Bruno Haible  <bruno@clisp.org>
20172
20173         * README: Mention where to put documentation.
20174
20175 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20176
20177         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
20178
20179 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20180
20181         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
20182         to stdint.m4.
20183
20184 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20185
20186         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
20187         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
20188         "no/such/file/stdint.h" when there is no such file, so that
20189         the resulting C code can be parsed by dodgy compilers.
20190         Problems reported by Bob Proulx.
20191
20192 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20193
20194         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
20195         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20196         macros into the GNU _D_EXACT_NAMLEN.
20197         * lib/savedir.c:  Likewise.
20198         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
20199
20200 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20201         and Paul Eggert  <eggert@cs.ucla.edu>
20202
20203         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
20204         * m4/savedir.m4:
20205         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20206         macros into the GNU _D_EXACT_NAMLEN.
20207
20208 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20209
20210         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
20211         around the absolute name, to work around a problem with the HP-UX
20212         11.23 native C compiler, reported by Bob Proulx.
20213
20214 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20215
20216         * doc/maintain.texi, make-stds.texi: Sync from
20217         <http://savannah.gnu.org/projects/gnustandards>.
20218
20219 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20220
20221         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
20222
20223 2006-07-09  Jim Meyering  <jim@meyering.net>
20224
20225         * m4/glob.m4: Remove a doubled word in a comment.
20226
20227 2006-07-09  Jim Meyering  <jim@meyering.net>
20228
20229         * lib/argp-pv.c: Remove a doubled word in a comment.
20230         * lib/check-version.c (check_version): Likewise.
20231         * lib/javacomp.c (compile_java_class): Likewise.
20232
20233 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20234
20235         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
20236         for the benefit of people using Autoconf 2.60.  If you want to
20237         support older Autoconf versions you can copy m4/onceonly_2_57.m4
20238         (or m4/onceonly.m4, if pre-2.57) manually.
20239
20240 2006-07-08  Jim Meyering  <jim@meyering.net>
20241
20242         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
20243         comment.
20244         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
20245         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
20246         comment.
20247
20248 2006-07-08  Jim Meyering  <jim@meyering.net>
20249
20250         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
20251
20252 2006-07-07  Simon Josefsson  <jas@extundo.com>
20253
20254         * tests/test-crc.c: Change expected crc value, the test vector
20255         were probably computed using the old broken crc.c?
20256
20257 2006-07-06  Simon Josefsson  <jas@extundo.com>
20258
20259         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
20260         now the canonical place for the M4 file).
20261
20262         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
20263         from the sys_socket dependency now.
20264
20265         * modules/inet_pton (Files): Ditto.
20266
20267         * modules/inet_ntop (Files): Ditto.
20268
20269 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20270
20271         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
20272         not gl_PREREQ_GETUSERSHELL.
20273
20274 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20275
20276         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
20277         with only one argument, for Autoconf 2.60.
20278         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
20279         expand to nothing, so add a shell command to avoid syntax error.
20280         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20281
20282 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20283
20284         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
20285
20286 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20287
20288         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
20289         no longer needed.  Check for isblank decl.
20290         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
20291         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
20292         of existence.
20293
20294 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20295
20296         * lib/getloadavg.c: Use __VMS, not VMS.
20297         * lib/getopt.c: Likewise.
20298         * lib/getpagesize.h: Likewise.
20299         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
20300         and probably does not work.
20301
20302 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20303
20304         * lib/.cppi-disable: Add wcwidth.
20305         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
20306         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
20307         (ISGRAPH): Remove.  All uses changed to isgraph.
20308         (FOLD) [!defined _LIBC]: Remove special case.
20309         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
20310         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
20311         HAVE_ISBLANK.
20312         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
20313         case.
20314
20315 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20316
20317         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
20318         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
20319         brackets.  Other minor changes to suppress some compiler
20320         warnings.
20321
20322 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20323         and Paul Eggert  <eggert@cs.ucla.edu>
20324
20325         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
20326         of invoking obsolescent AC_HEADER_DIRENT macro.
20327         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
20328         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
20329         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
20330         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
20331         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
20332         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20333         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
20334         * m4/readdir.m4: Remove; no longer needed.
20335
20336 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20337         and Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
20340         Don't worry about this obsolete case any more.
20341         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
20342         directories.
20343         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
20344         worry about this obsolete case any more.
20345         * lib/fts.c: Likewise.
20346         * lib/getcwd.c: Likewise.
20347         * lib/glob.h: Likewise.
20348         * lib/savedir.c: Likewise.
20349
20350 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20351
20352         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
20353         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
20354         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
20355         needed.
20356         All uses removed.
20357         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20358         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20359         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
20360         needed.
20361         * m4/getdate.m4 (gl_GETDATE): Likewise.
20362         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20363         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20364         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20365         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20366         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20367         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20368         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
20369         needed.
20370
20371 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20372
20373         * lib/memcasecmp.c: Include <limits.h>.
20374         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
20375         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
20376         Don't assume isdigit succeeds only on '0' through '9'.
20377
20378 2006-07-05  Eric Blake  <ebb9@byu.net>
20379
20380         * modules/getaddrinfo (Depends-on): Add snprintf.
20381
20382 2006-07-05  Eric Blake  <ebb9@byu.net>
20383
20384         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
20385         to avoid 'header present but could not be compiled' on cygwin.
20386
20387 2006-07-05  Eric Blake  <ebb9@byu.net>
20388
20389         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
20390         missing from netdb.h.
20391         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
20392
20393 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20394
20395         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
20396         no longer needed.
20397         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
20398         * m4/getdate.m4 (gl_GETDATE): Likewise.
20399         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20400         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20401         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20402         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20403         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20404
20405 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20406
20407         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
20408         All uses of is_space replaced by isspace.
20409         * lib/exit.h: Don't talk about STDC_HEADERS.
20410         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
20411         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
20412         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
20413         replaced by isprint etc.
20414         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
20415         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20416         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
20417         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
20418         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
20419         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20420
20421 2006-07-05  Bruno Haible  <bruno@clisp.org>
20422
20423         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
20424         the function exists, before testing against AIX.
20425         Reported by Martin Lambers <marlam@marlam.de>.
20426
20427 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20428
20429         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
20430         From Mark D. Baushke.
20431
20432 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20433
20434         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
20435         to the absolute name, not just one, to bypass Sun C 5.8's
20436         "warning: #include of /usr/include/... may be non-portable".
20437
20438 2006-07-04  Eric Blake  <ebb9@byu.net>
20439
20440         * modules/dirname-tests: New test module.
20441         * tests/test-dirname.c: New file, replacing dirname.c
20442         TEST_DIRNAME section that was recently deleted.
20443
20444 2006-07-04  Bruno Haible  <bruno@clisp.org>
20445
20446         Assume ANSI C header files and <ctype.h> functions.
20447         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
20448         (mbsnwidth): Use isprint, iscntrl instead.
20449
20450 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20451
20452         Merge from coreutils.
20453         * MODULES.html.sh: Add xstrtold.
20454         * modules/xstrtold: New file.
20455         * modules/cycle-check (Files): Add lib/same-inode.h.
20456         * modules/dirname (Files): Add m4/double-slash-root.m4.
20457         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
20458         * modules/mkdir-p (Files): Add lib/same-inode.h.
20459         * modules/same (Files): Add lib/same-inode.h.
20460
20461 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20462
20463         * m4/absolute-header.m4: Renamed from full-header-path.m4.
20464         This is to keep the terminology clean; POSIX talks about
20465         "absolute pathnames", not "full pathnames", but the GNU
20466         Coding Standards say to use "path" for something else;
20467         so use "absolute" to keep both sides happy.
20468         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
20469         Set gl_absolute_header, not gl_full_header_path.
20470         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
20471         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
20472         All uses changed.
20473
20474         Merge from coreutils.
20475
20476         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
20477
20478         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
20479         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
20480         want to require the building of c-strtod.o.
20481         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
20482         needs -lm directly.
20483         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
20484
20485         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
20486
20487         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
20488         --as-needed option if available.  Problem reported by Albert Chin in
20489         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
20490         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
20491         cc merely issues a bunch of annoying warnings for --as-needed
20492         (this problem was reported by Bob Proulx).  Also, try linking with
20493         -lm to detect a bug in binutils 2.16 (this problem was reported
20494         by Ralf Wildenhues).
20495
20496         2006-06-18  Jim Meyering  <jim@meyering.net>
20497
20498         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
20499         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
20500         macro.
20501         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
20502         also check for glibc-2.4's abort-inducing bug.
20503
20504         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
20505         Low-probability clean-up should be to use rmdir to get rid of
20506         the just-created directory, not unlink.
20507
20508         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
20509         configure fail, and request a bug report to inform us about it.
20510         Add a comment that, barring reports to the contrary, in 2007 we'll
20511         assume ftruncate is universally available.
20512
20513         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
20514
20515         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
20516
20517         2006-03-12  Jim Meyering  <jim@meyering.net>
20518
20519         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
20520         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
20521         * m4/same.m4 (gl_SAME): Likewise.
20522         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
20523
20524         2006-03-11  Eric Blake  <ebb9@byu.net>
20525
20526         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
20527         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
20528         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
20529         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
20530
20531 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20532
20533         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
20534         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
20535         reported by Mark D. Baushke, one in
20536         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
20537
20538         Merge from coreutils.
20539
20540         * lib/.cppi-disable: Add stdint_.h.
20541         * lib/.cvsignore: Add stdint.h.
20542
20543         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
20544
20545         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
20546         both double and long double versions.
20547         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
20548         * lib/xstrtold.c: New file.
20549         * lib/xstrtod.h (xstrtold): New decl.
20550
20551         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20552
20553         * lib/filemode.c (setst): Remove.
20554         (strmode): Rewrite to avoid setst.  This makes the code shorter,
20555         (arguably) clearer, and the generated code is a bit smaller on my
20556         Debian GNU/Linux stable x86 host.
20557
20558         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
20559
20560         * lib/filemode.c: Include "filemode.h" first, to test the interface.
20561         Assume that filemode.h includes sys/types.h and sys/stat.h.
20562         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
20563         (ftypelet): Reorder to put common cases first, for efficiency.
20564         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
20565         to do 'M'.
20566         (strmode): Renamed from mode_string, and now stores 12 bytes instead
20567         of 10, for compatibility with FreeBSD.  All callers changed.
20568         (filemodestring): Now stores 12 bytes instead of 10, and sets file
20569         types that can't be deduced solely from st_mode.  First arg is now a
20570         const pointer.
20571         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
20572         (strmode): Renamed from mode_string.
20573         (filemodestring): New decl.
20574         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
20575         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
20576         needed.
20577         (S_ISPORT, S_ISWHT): New macros, if not already defined.
20578
20579         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20580
20581         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
20582         fsusage.h now does that.  Include fsusage.h first, to test interface.
20583         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
20584         at most one method (the old code could have generated decls that
20585         didn't conform to C89, not that this was ever exercised).
20586         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
20587
20588         2006-03-19  Jim Meyering  <jim@meyering.net>
20589
20590         Work even in a chroot where d_ino values for entries in "/"
20591         don't match the stat.st_ino values for the same names.
20592         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
20593         number, iterate through all entries again, using lstat instead.
20594         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
20595         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
20596
20597         * lib/getcwd.c (__getcwd): Clarify a comment.
20598         Use memcpy in place of a call to strcpy.
20599
20600         2006-03-12  Jim Meyering  <jim@meyering.net>
20601
20602         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
20603         matches that of the current directory (which we're about to chdir ".."
20604         out of), then save the dev-ino of the parent, instead.
20605
20606         * lib/same-inode.h (SAME_INODE): New file/macro.
20607         * lib/chdir-safer.c (SAME_INODE): Remove definition.
20608         Include "same-inode.h", instead.
20609         * lib/same.c: Likewise.
20610         * lib/cycle-check.h: Include "same-inode.h".
20611         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
20612         * lib/cycle-check.c (SAME_INODE): Remove definition.
20613         * lib/root-dev-ino.h: Include "same-inode.h".
20614
20615         2006-03-11  Eric Blake  <ebb9@byu.net>
20616
20617         * lib/same.c (same_name): s/base_name/last_component/
20618         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
20619         * lib/filenamecat.c (file_name_concat): Likewise.
20620
20621         2006-03-11  Eric Blake  <ebb9@byu.net>,
20622                     Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
20625         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
20626         drive prefix.
20627         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
20628         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
20629         (last_component): New method.
20630         * lib/dirname.c (dir_len): Determine when drive letters need a
20631         subsequent slash.  Preserve // when it is special.
20632         (dir_name): Don't append dot when drive letter is absolute.
20633         [TEST_DIRNAME]: Move into a full-blown gnulib test.
20634         * lib/basename.c (base_name): New semantics - malloc the result.
20635         Preserve // when it is special.  Preserve relative files that look
20636         like drive letters.
20637         (base_len): Preserve // when it is special.
20638         (last_component): New method, similar to old base_name semantics.
20639         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
20640         base_name.  Strip redundant slashes from ///.
20641
20642 2006-07-03  Jim Meyering  <jim@meyering.net>
20643
20644         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
20645         macro is used before the first cycle_check call.
20646
20647 2006-07-03  Eric Blake  <ebb9@byu.net>
20648
20649         * modules/dirname (Depends-on): Add xstrndup.
20650
20651 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20652
20653         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
20654         test cases, so that config.log is a bit easier to follow.
20655
20656 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20657
20658         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
20659         both are 64 bits, since this seems to be the tradition, and this
20660         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
20661         we ever run into a host that prefers long long to long in this
20662         case, we'll need another configure-time test.  Problem reported by
20663         Jim Meyering.
20664
20665 2006-07-02  Eric Blake  <ebb9@byu.net>
20666
20667         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
20668
20669 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20670
20671         * modules/inttypes (Depends-on): No longer depends on stdint.
20672         * modules/stdint (Description): Say more about assumptions.
20673         Say that the fast types might differ.  Say macros are used.
20674         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
20675         (Makefile.am): Revise list of substituted symbols to match
20676         new stdint.m4.
20677         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
20678         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
20679         * tests/test-stdint.c (verify_same_types)
20680         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
20681         the code conforms to C99/C89.
20682         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
20683         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
20684
20685 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20686
20687         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
20688         but fix a bug, by requiring at least 64 bits.
20689         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
20690         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
20691         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
20692         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
20693
20694         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
20695         changes.  Make 2.59 a prerequisite.  Check and substitute for
20696         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
20697         inttypes.h.  Do not use special include files; just use the
20698         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
20699         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
20700         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
20701         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
20702         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
20703         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
20704         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
20705         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
20706         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
20707         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
20708         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
20709         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
20710         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
20711         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
20712         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
20713         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
20714         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
20715         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
20716         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
20717         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
20718         WINT_MAX.  Check for C99 conformance more strictly, by detecting
20719         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
20720         not check for things that C99 does not require, e.g., int8_t.  If
20721         a test isn't needed unless <stdint.h> isn't working, and is
20722         unlikely to be needed for any other reason, then don't do it
20723         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
20724         size_t, since we assume C89 freestanding at least.  Do not check
20725         for sig_atomic_t, wchar_t, or wint_t, since the code now does
20726         the right thing even if the types are not defined.  Instead use:
20727         (gl_STDINT_TYPE_PROPERTIES): New macro.
20728         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
20729         testing whether <sys/types.h> clashes, as Autoconf does this for
20730         us now.  All uses removed.
20731         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
20732         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
20733         (gl_CHECK_TYPE_SAME):
20734         Remove; no longer needed.
20735         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
20736         exists, since we'll return 0 anyway in that case.
20737         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
20738
20739 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
20742         possible collision with system files.
20743         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
20744         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
20745         WCHAR_MIN and WCHAR_MAX in this case.
20746         (<stddef.h>): Do not include; no longer needed.
20747         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
20748         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
20749         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
20750         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
20751         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
20752         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
20753         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
20754         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
20755         !defined(__c99))]: Include in this case too, since it's harmless
20756         now.
20757         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
20758         dangerous to do so.
20759         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
20760         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
20761         (_STDINT_MIN, _STDINT_MAX): New macros.
20762         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
20763         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
20764         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
20765         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
20766         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
20767         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
20768         macros, not typedefs; this simplifies things quite a bit.
20769         Use long int for all types narrower than int64_t.
20770         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
20771         Define in terms of long long int or int64_t or long int,
20772         not int64_t or int32_t.  This saves some compile-time testing.
20773         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
20774         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
20775         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
20776         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
20777         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
20778         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
20779         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
20780         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
20781         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
20782         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
20783         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20784         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20785         undef any previous version and define our own version, for
20786         simplicity and consistency with the new macros for types.
20787         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20788         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20789         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
20790         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
20791         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
20792         @WINT_T_SUFFIX@ to keep things simple here.
20793         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
20794         Simplify by assuming typical 8/16/32/64 host, since we're
20795         already doing that elsewhere anyway.
20796         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
20797         and assume long long int is 64 bits if available.  This
20798         speeds up 'configure'.
20799
20800 2006-07-01  Eric Blake  <ebb9@byu.net>
20801
20802         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
20803         Reported by Andreas Buening.
20804
20805 2006-07-01  Eric Blake  <ebb9@byu.net>
20806
20807         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
20808
20809 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20810
20811         * lib/getaddrinfo.c: fixed typo
20812
20813 2006-06-29  Jim Meyering  <jim@meyering.net>
20814
20815         * modules/strftime (Maintainer): Add my name, since with the
20816         FPRINTFTIME changes strftime.c has forked from glibc.
20817
20818 2006-06-29  Eric Blake  <ebb9@byu.net>
20819
20820         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
20821
20822 2006-06-29  Eric Blake  <ebb9@byu.net>
20823
20824         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
20825
20826 2006-06-29  Eric Blake  <ebb9@byu.net>
20827
20828         * lib/stat_.h: New file.
20829
20830 2006-06-29  Eric Blake  <ebb9@byu.net>
20831
20832         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
20833         unused static function.
20834
20835 2006-06-29  Eric Blake  <ebb9@byu.net>
20836
20837         * doc/functions.texi (Function Portability): Document missing lstat
20838         on mingw.
20839
20840 2006-06-29  Eric Blake  <ebb9@byu.net>
20841
20842         * MODULES.html.sh: Add sys_stat.
20843         * modules/sys_stat: New module.
20844         * modules/mkstemp (Depends-on): Add sys_stat.
20845
20846 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20847
20848         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
20849
20850 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20851
20852         * m4/c-bs-a.m4: Removed.
20853
20854 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20855
20856         * lib/strftime.c: Assume strftime() exists.
20857
20858 2006-06-29  Derek Price  <derek@ximbiot.com>
20859
20860         * modules/c-bs-a: Removed - \a is C89.
20861         * MODULES.html.sh: Remove c-bs-a.
20862
20863 2006-06-29  Bruno Haible  <bruno@clisp.org>
20864
20865         * modules/wcwidth (License): Change to LGPL.
20866
20867 2006-06-28  Simon Josefsson  <jas@extundo.com>
20868
20869         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
20870         on _WIN32.
20871
20872         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
20873         getnameinfo.
20874
20875 2006-06-28  Simon Josefsson  <jas@extundo.com>
20876
20877         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
20878
20879 2006-06-28  Simon Josefsson  <jas@extundo.com>
20880
20881         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
20882         functions there.  It will succeed on Windows XP, but on Windows
20883         2000 and (presumably) earlier, it will fail, and use the internal
20884         re-implementation.
20885         (use_win32_p): New function.
20886         (getaddrinfo): Use strtoul on servname, to support numeric ports.
20887         Support AI_NUMERICSERV to disable getservbyname.
20888         (getnameinfo): New function, only supports
20889         NI_NUMERICHOST|NI_NUMERICSERV for now.
20890
20891         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
20892         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
20893         getnameinfo.
20894
20895 2006-06-28  Eric Blake  <ebb9@byu.net>
20896
20897         * modules/wcwidth: New file.
20898         * modules/mbchar (Depends-on): Add wcwidth.
20899         * modules/mbswidth (Depends-on): Add wcwidth.
20900         * MODULES.html.sh: Add wcwidth.
20901
20902 2006-06-28  Eric Blake  <ebb9@byu.net>
20903
20904         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
20905         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
20906
20907 2006-06-28  Eric Blake  <ebb9@byu.net>
20908
20909         * lib/xvasprintf.h: Fix comments.
20910
20911 2006-06-28  Eric Blake  <ebb9@byu.net>
20912
20913         * lib/mbchar.h (wcwidth): Include wcwidth.h.
20914         * lib/mbswidth.c (wcwidth): Move from here...
20915         * lib/wcwidth.h: ...to this new file.
20916
20917 2006-06-28  Derek R. Price  <derek@ximbiot.com>
20918
20919         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
20920
20921         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
20922         it's obsolete.
20923         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
20924
20925 2006-06-28  Derek R. Price  <derek@ximbiot.com>
20926
20927         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
20928         Autoconf 2.60 says this stuff was obsolete.
20929
20930 2006-06-28  Bruno Haible  <bruno@clisp.org>
20931
20932         * modules/wcwidth (Files): Add m4/wchar_t.m4.
20933
20934 2006-06-28  Bruno Haible  <bruno@clisp.org>
20935
20936         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
20937         gt_TYPE_WCHAR_T.
20938
20939 2006-06-28  Bruno Haible  <bruno@clisp.org>
20940
20941         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
20942         declaration for wcwidth.
20943         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
20944
20945 2006-06-28  Bruno Haible  <bruno@clisp.org>
20946
20947         * lib/mkdtemp.c [MINGW]: Include <io.h>.
20948         (mkdir): Define using _mkdir.
20949
20950 2006-06-28  Bruno Haible  <bruno@clisp.org>
20951
20952         * lib/getaddrinfo.h: Fix POSIX URL.
20953         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
20954         _WIN32.
20955         (use_win32_p): Make static.
20956         (getaddrinfo): Reject service name if it is empty or does not consist
20957         solely of decimal digits, or if its value is > 65535.
20958         (getnameinfo): Remove useless casts.
20959
20960 2006-06-27  Simon Josefsson  <jas@extundo.com>
20961
20962         * modules/sys_select: New file, suggested by Bruno Haible, Paul
20963         Eggert and Martin Lambers.
20964
20965 2006-06-27  Simon Josefsson  <jas@extundo.com>
20966
20967         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
20968         Eggert and Martin Lambers.
20969
20970 2006-06-27  Bruno Haible  <bruno@clisp.org>
20971
20972         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
20973         result to 0, not to empty.
20974         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
20975
20976 2006-06-27  Bruno Haible  <bruno@clisp.org>
20977
20978         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
20979
20980 2006-06-26  Simon Josefsson  <jas@extundo.com>
20981
20982         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
20983         present.
20984
20985 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
20986
20987         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
20988         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
20989         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
20990
20991 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
20992
20993         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
20994
20995 2006-06-26  Bruno Haible  <bruno@clisp.org>
20996
20997         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
20998
20999 2006-06-26  Bruno Haible  <bruno@clisp.org>
21000
21001         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
21002
21003 2006-06-26  Bruno Haible  <bruno@clisp.org>
21004
21005         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
21006         SGI C compiler in pre-C99 mode.
21007         Suggested by Mark D. Baushke and Larry Jones.
21008
21009 2006-06-26  Bruno Haible  <bruno@clisp.org>
21010
21011         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
21012         WCHAR_MAX.
21013         Reported by Mark D. Baushke and Larry Jones.
21014
21015 2006-06-26  Bruno Haible  <bruno@clisp.org>
21016
21017         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
21018         in pre-C99 mode.
21019         Suggested by Mark D. Baushke and Larry Jones.
21020
21021 2006-06-23  Simon Josefsson  <jas@extundo.com>
21022             Bruno Haible  <bruno@clisp.org>
21023
21024         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
21025         Emit mostlyclean-local rule.
21026         (func_emit_tests_Makefile_am): Likewise.
21027         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
21028
21029 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
21030
21031         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
21032
21033 2006-06-23  Bruno Haible  <bruno@clisp.org>
21034
21035         * tests/test-stdint.c: Update to match ISO C 99 Technical
21036         Corrigendum 1.
21037
21038 2006-06-23  Bruno Haible  <bruno@clisp.org>
21039
21040         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
21041
21042 2006-06-23  Bruno Haible  <bruno@clisp.org>
21043
21044         * lib/stdint_.h: Treat IRIX like OpenBSD.
21045
21046 2006-06-23  Bruno Haible  <bruno@clisp.org>
21047
21048         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
21049         ISO C 99 Technical Corrigendum 1.
21050
21051 2006-06-22  Simon Josefsson  <jas@extundo.com>
21052
21053         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
21054         MinGW.
21055
21056 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21057
21058         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
21059         needed.  Some compiler complained about some of them.  Problem reported
21060         by Larry Jones in
21061         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
21062
21063 2006-06-21  Simon Josefsson  <jas@extundo.com>
21064
21065         * tests/test-getaddrinfo.c: New file.
21066
21067         * modules/getaddrinfo-tests: New file.
21068
21069         * MODULES.html.sh: Add inet_pton.
21070
21071         * modules/inet_pton: New file.
21072
21073 2006-06-21  Simon Josefsson  <jas@extundo.com>
21074
21075         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
21076         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
21077         of using the (limited) gnulib implementation on Windows XP.
21078
21079         * m4/inet_pton.m4: New file.
21080
21081 2006-06-21  Simon Josefsson  <jas@extundo.com>
21082
21083         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
21084         variable.
21085
21086         * lib/socket_.h: Don't define WINVER.
21087
21088         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
21089         slightly modified to work in gnulib.
21090
21091 2006-06-21  Simon Josefsson  <jas@extundo.com>
21092
21093         * doc/gnulib.texi (Windows sockets): Add.
21094
21095 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21096
21097         * lib/read-file.c (fread_file): Start with buffer allocation of
21098         0 bytes rather than 1 byte; this simplifies the code.
21099         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
21100         code to free buffer and save/restore errno.
21101         (internal_read_file): Remove unused local.
21102
21103 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21104
21105         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
21106         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
21107         Problem reported by Denis Excoffier in
21108         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
21109
21110 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21111
21112         * modules/sys_socket, modules/socklen: Include sys/types since
21113         FreeBSD 4.x's sys/socket.h needs it.
21114
21115 2006-06-19  Simon Josefsson  <jas@extundo.com>
21116
21117         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
21118
21119 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21120
21121         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
21122
21123 2006-06-19  Bruno Haible  <bruno@clisp.org>
21124
21125         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
21126         and FULL_PATH_INTTYPES_H in angle brackets.
21127         Reported by Mark D. Baushke <mdb@gnu.org>.
21128
21129 2006-06-17  Eric Blake  <ebb9@byu.net>
21130
21131         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
21132         errno.
21133
21134 2006-06-17  Bruno Haible  <bruno@clisp.org>
21135
21136         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
21137         <sys/inttypes.h>.
21138
21139 2006-06-17  Bruno Haible  <bruno@clisp.org>
21140
21141         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
21142         whether errno is declared. Assume <errno.h> declares errno.
21143
21144 2006-06-17  Bruno Haible  <bruno@clisp.org>
21145
21146         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
21147
21148 2006-06-17  Bruno Haible  <bruno@clisp.org>
21149
21150         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
21151         problem on Solaris 2.5.1.
21152
21153 2006-06-16  Eric Blake  <ebb9@byu.net>
21154
21155         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
21156         * lib/unicodeio.c [!defined errno]: Likewise.
21157         * lib/strtol.c [!defined errno]: Likewise.
21158         * lib/strtod.c [!defined errno]: Likewise.
21159
21160 2006-06-15  Eric Blake  <ebb9@byu.net>
21161
21162         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
21163
21164 2006-06-15  Eric Blake  <ebb9@byu.net>
21165
21166         * config/srclist.txt (ssize_t.m4): Lose sync.
21167
21168 2006-06-15  Bruno Haible  <bruno@clisp.org>
21169
21170         * modules/stdint (Files): Include m4/full-header-path.m4,
21171         m4/size_max.m4, m4/wchar_t.m4.
21172         (Makefile.am): Many more substitutions.
21173         * modules/stdint-tests: New file.
21174         * tests/test-stdint.c: New file.
21175
21176 2006-06-15  Bruno Haible  <bruno@clisp.org>
21177
21178         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
21179         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
21180         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
21181         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
21182         gl_CHECK_TYPE_SAME): New macros.
21183
21184 2006-06-15  Bruno Haible  <bruno@clisp.org>
21185
21186         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
21187
21188 2006-06-15  Bruno Haible  <bruno@clisp.org>
21189
21190         * lib/stdint_.h: Rewritten to be fully auto-configured.
21191         Fixes bug on HP-UX/IA64.
21192
21193 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * lib/getdate.y (__attribute__): Don't define if already defined.
21196         Problem reported by Larry Jones.
21197         * lib/utimens.c (__attribute__): Likewise.
21198
21199 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
21200
21201         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
21202         reported by Andreas Schwab.
21203
21204 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21205             Bruno Haible  <bruno@clisp.org>
21206
21207         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
21208         check for the declaration of strnlen and a run test that exposes the
21209         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
21210         rpl_strndup.
21211
21212 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21213             Bruno Haible  <bruno@clisp.org>
21214
21215         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
21216
21217 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21218
21219         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
21220         compile test, for Tru64 4.0D.
21221
21222 2006-05-28  Karl Berry  <karl@gnu.org>
21223
21224         * config/srclist.txt (printf-args.c): lose sync.
21225
21226 2006-05-26  Martin Lambers  <marlam@marlam.de>
21227
21228         * lib/getpass.c: Updates the test for the native W32 API, and adds
21229         missing includes, thus fixing compilation warnings.
21230
21231 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21232
21233         * lib/exclude.c (exclude_fnmatch): New function.
21234         (excluded_file_name): Call exclude_fnmatch.
21235         * lib/exclude.h (excluded_file_name): New prototype
21236
21237 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
21238
21239         * lib/tempname.c (small_open, large_open): New macros.
21240         (__open, __open64) [!_LIBC]: Remove.
21241         (__gen_tempname): Use small_open and large_open instead of __open
21242         and __open64.  This fixes a portability bug on HP-UX 11.11i
21243         reported by Simon Wing-Tang in
21244         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
21245
21246 2006-05-24  Bruno Haible  <bruno@clisp.org>
21247
21248         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
21249         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
21250         Reported by Thorsten Maerz <torte@netztorte.de> via
21251         Aaron Stone <aaron@serendipity.cx>.
21252
21253 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21254
21255         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
21256         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
21257         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
21258         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
21259         not really conditional on the cache.
21260         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
21261
21262 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21263
21264         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
21265         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
21266         (my_usleep): Don't mishandle maximum value.
21267
21268 2006-05-19  Jim Meyering  <jim@meyering.net>
21269
21270         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
21271
21272 2006-05-17  Bruno Haible  <bruno@clisp.org>
21273
21274         Cygwin portability.
21275         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
21276
21277 2006-05-17  Bruno Haible  <bruno@clisp.org>
21278
21279         * lib/stdint_.h: Fix recognition of Cygwin.
21280
21281 2006-05-15  Bruno Haible  <bruno@clisp.org>
21282
21283         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
21284         on libtool patch by Ralf Wildenhues.
21285
21286 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21287
21288         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
21289         test for C99 conformance; (bool) 0.5 is an integer constant
21290         expression, but (bool) -0.5 is not.  Problem reported by Fedor
21291         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
21292
21293 2006-05-11  Simon Josefsson  <jas@extundo.com>
21294
21295         * m4/xvasprintf.m4: Fix obvious typo.
21296
21297 2006-05-11  Jim Meyering  <jim@meyering.net>
21298
21299         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
21300         James Lemley.
21301
21302 2006-05-10  Simon Josefsson  <jas@extundo.com>
21303
21304         * lib/md4.c: Typo fix, update copyright years.
21305         (K1, K2): Don't use L because it turn computations into 64-bit on
21306         64-bit platforms.
21307
21308 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
21309
21310         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
21311         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
21312         unwanted sign propagation, e.g., on hosts with 64-bit int.
21313         There still are some problems with reeelly weird theoretical hosts
21314         (e.g., 33-bit int) but it's not worth worrying about now.
21315         * lib/sha1.c (rol): Likewise.
21316         (K1, K2, K3, K4): Remove unnecessary L suffix.
21317
21318 2006-05-10  Bruno Haible  <bruno@clisp.org>
21319
21320         * lib/des.c: Cast to avoid warnings.
21321
21322 2006-05-09  Bruno Haible  <bruno@clisp.org>
21323
21324         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
21325         (Depends-on): Depend also on xsize, stdarg.
21326         (configure.ac): Add gl_XVASPRINTF.
21327
21328 2006-05-09  Bruno Haible  <bruno@clisp.org>
21329
21330         * m4/xvasprintf.m4: New file.
21331
21332 2006-05-09  Bruno Haible  <bruno@clisp.org>
21333
21334         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
21335         (EOVERFLOW): Define fallback value.
21336         (xstrcat): New function.
21337         (xvasprintf): Recognize the special case of a string concatenation.
21338
21339 2006-05-08  Eric Blake  <ebb9@byu.net>
21340
21341         * gnulib-tool (func_version): Base copyright year on CVS date.
21342         (func_emit_copyright_notice): New function.
21343         (func_emit_lib_Makefile_am): Use it.
21344         (func_emit_tests_Makefile_am): Likewise.
21345         (func_import): Likewise.
21346
21347 2006-05-08  Bruno Haible  <bruno@clisp.org>
21348
21349         * modules/stdarg: New file.
21350         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
21351
21352 2006-05-08  Bruno Haible  <bruno@clisp.org>
21353
21354         * m4/stdarg.m4: New file, from GNU gettext.
21355
21356 2006-05-08  Bruno Haible  <bruno@clisp.org>
21357
21358         * config/srclist.txt (build-aux/config.rpath): different from latest
21359         release.
21360
21361 2006-05-08  Bruno Haible  <bruno@clisp.org>
21362
21363         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
21364
21365 2006-05-05  Jim Meyering  <jim@meyering.net>
21366
21367         * m4/warning.m4: New file, derived from bison's file by the same name.
21368
21369 2006-05-03  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/stdint_.h: Shorter URL.
21372         * lib/inttypes.h: Likewise.
21373
21374 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
21377
21378 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21379
21380         * lib/verify.h: Document the internals better.  Most of this change
21381         was written by Bruno Haible.
21382
21383 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21384
21385         * doc/verify.texi: New file, partly based on a proposal by
21386         Bruno Haible.
21387
21388 2006-05-02  Bruno Haible  <bruno@clisp.org>
21389
21390         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
21391         test from here...
21392         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
21393
21394 2006-04-29  Bruno Haible  <bruno@clisp.org>
21395
21396         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
21397         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
21398
21399 2006-04-29  Bruno Haible  <bruno@clisp.org>
21400
21401         * gnulib-tool: Make --update option actually work.
21402
21403 2006-04-29  Bruno Haible  <bruno@clisp.org>
21404
21405         * doc/gcd.texi: New file.
21406         * doc/gnulib.texi: Include it.
21407
21408 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
21409
21410         * lib/getdate.y (get_date): When adding relative date, start with the
21411         initial time, not with the result of the first mktime call.
21412
21413 2006-04-25  Bruno Haible  <bruno@clisp.org>
21414
21415         * gnulib-tool (func_import): Output the include directives in three
21416         blocks, sorted separately.
21417         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21418
21419 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21420
21421         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
21422         to define main with arguments, for C++.  Reported by Eric Blake.
21423         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
21424         Prefer 'int main ()' to 'int main (void)', for C++.
21425         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
21426         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
21427         for 'main', for C99 and C++.
21428
21429 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21430
21431         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
21432         Don't assume that exit status -1 is valid.
21433         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21434         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21435         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
21436         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
21437         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
21438         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
21439         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
21440         functions can be used without declaring them, or that you can
21441         exit with status -1.
21442         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
21443
21444 2006-04-24  Karl Berry  <karl@gnu.org>
21445
21446         * config/srclist.txt (longdouble.m4): sync lost.
21447
21448 2006-04-24  Eric Blake  <ebb9@byu.net>
21449
21450         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
21451
21452 2006-04-24  Bruno Haible  <bruno@clisp.org>
21453
21454         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
21455         poll() implementation in AIX.
21456         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21457
21458 2006-04-24  Bruno Haible  <bruno@clisp.org>
21459
21460         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
21461         assigned exactly once.
21462
21463 2006-04-23  Claudio Fontana  <claudio@gnu.org>
21464             Bruno Haible  <bruno@clisp.org>
21465
21466         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
21467         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
21468         for AM_CPPFLAGS.
21469
21470 2006-04-23  Bruno Haible  <bruno@clisp.org>
21471
21472         * modules/copy-file: Depend on unistd.
21473         * modules/execute: Likewise.
21474         * modules/fatal-signal: Likewise.
21475         * modules/findprog: Likewise.
21476         * modules/mkdtemp : Likewise.
21477         * modules/pipe: Likewise.
21478         * modules/wait-process: Likewise.
21479
21480 2006-04-23  Bruno Haible  <bruno@clisp.org>
21481
21482         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
21483         condition was already detected.
21484         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21485
21486 2006-04-23  Bruno Haible  <bruno@clisp.org>
21487
21488         * lib/copy-file.c: Include <unistd.h> unconditionally.
21489         * lib/execute.c: Likewise.
21490         * lib/fatal-signal.c: Likewise.
21491         * lib/findprog.c: Likewise.
21492         * lib/mkdtemp.c: Likewise.
21493         * lib/pipe.h: Likewise.
21494         * lib/pipe.c: Likewise.
21495         * lib/wait-process.h: Likewise.
21496
21497 2006-04-23  Bruno Haible  <bruno@clisp.org>
21498
21499         * gnulib-tool (func_usage): Fix --import description. Document
21500         --update.
21501         (func_import): Create temporary file in a temporary directory, if
21502         --dry-run is specified. Silence errors from 'grep' when there are no
21503         m4 files in $m4dir.
21504         (func_create_testdir): Silence errors from 'grep' when there are no
21505         m4 files in $m4dir.
21506         Reported by Karl Berry <karl@freefriends.org>.
21507
21508 2006-04-20  Bruno Haible  <bruno@clisp.org>
21509
21510         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
21511         one argument, so that the code will be portable to Autoconf 2.60.
21512         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
21513         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
21514         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
21515
21516 2006-04-19  Derek Price  <derek@ximbiot.com>
21517             Eric Blake  <ebb9@byu.net>
21518
21519         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
21520         rather than "/full/path.h".  Update comment to match.  Shorten &
21521         generalize m4_translit call via AS_TR_CPP.
21522
21523 2006-04-19  Derek Price  <derek@ximbiot.com>
21524             Eric Blake  <ebb9@byu.net>
21525
21526         * lib/inttypes.h: Correct grammar in comment.
21527
21528 2006-04-18  Derek Price  <derek@ximbiot.com>
21529             Paul Eggert  <eggert@cs.ucla.edu>
21530
21531         * modules/inttypes: New file.
21532         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
21533
21534 2006-04-18  Derek Price  <derek@ximbiot.com>
21535             Paul Eggert  <eggert@cs.ucla.edu>
21536
21537         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
21538         New files.
21539
21540 2006-04-18  Derek Price  <derek@ximbiot.com>
21541             Paul Eggert  <eggert@cs.ucla.edu>
21542
21543         * lib/inttypes.h: New file.
21544         * lib/strtoimax.c: Assume <inttypes.h>.
21545
21546 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
21547
21548         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
21549         isn't mounted.  Problem reported by Kir Kolyshkin.
21550
21551 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
21552
21553         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
21554         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
21555         Derek R. Price.
21556         * lib/regex.h (RE_DUP_MAX): Update comment to match current
21557         implementation.
21558
21559 2006-04-12  Eric Blake  <ebb9@byu.net>
21560
21561         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
21562         is now done automatically by the corresponding Autoconf macro.
21563
21564 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
21565
21566         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
21567         time_r.h.
21568
21569 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21570
21571         Merge regex changes from libc, removing some of our
21572         POSIX-conformance changes that were rejected and redoing them in a
21573         less-intrusive way.
21574
21575         * lib/regcomp.c (re_compile_internal, init_dfa):
21576         Length arg is now size_t, not Idx.  All uses changed.
21577         (peek_token): Forward decl now says internal_function.
21578         (__re_error_msgid, __re_error_msgid_idx):
21579         Now static rather than extern with attribute_hidden.
21580         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
21581         For some reason libc prefers K&R style defns for external functions.
21582         (regerror) [!defined _LIBC]: Likewise.
21583         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
21584         (seek_collating_symbol_entry, lookup_collation_sequence_value):
21585         (build_range_exp, build_collating_symbol):
21586         Use K&R-style defn.
21587         (re_compile_fastmap): Use '\0' to memset, not 0.
21588         (utf8_sb_map): Make the calculations more obvious.
21589         (init_dfa, parse_bracket_exp, build_charclass_op):
21590         Call calloc and cast result, as glibc does.
21591         (init_word_char, fetch_token, peek_token, peek_token_bracket):
21592         (build_range_exp, build_collating_symbol):
21593         Now internal functions.
21594
21595         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
21596
21597         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
21598         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
21599         Don't depend on VMS; depend on __VMS instead, for POSIX
21600         namespace cleanness.
21601         (regoff_t): Define to ssize_t, not long int.
21602
21603         Remove the REG_ macros named below.  Instead, make the old names
21604         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
21605         __USE_GNU_REGEX.
21606         (REG_BACKSLASH_ESCAPE_IN_LISTS):
21607         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
21608         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
21609         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
21610         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
21611         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
21612         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
21613         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
21614         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
21615         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
21616         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
21617         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
21618         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
21619         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
21620         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
21621         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
21622         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
21623         (REG_NREGS):
21624         Remove.  All uses replaced by the old RE_* names.
21625         (RE_BACKSLASH_ESCAPE_IN_LISTS):
21626         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
21627         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
21628         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
21629         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
21630         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
21631         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
21632         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
21633         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
21634         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
21635         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
21636         Don't bother having these macros be independent of each others'
21637         values, since they no longer exist in the POSIX name space.
21638
21639         Rename the following member names back to their old names,
21640         unless !__USE_GNU_REGEX.  All uses changed back.
21641         (buffer): Renamed from re_buffer.
21642         (allocated): Renamed from re_allocated.
21643         (used): Renamed from re_used.
21644         (syntax): Renamed from re_syntax.
21645         (fastmap): Renamed from re_fastmap.
21646         (translate): Renamed from re_translate.
21647         (can_be_null): Renamed from re_can_be_null.
21648         (regs_allocated): Renamed from re_regs_allocated.
21649         (fastmap_accurate): Renamed from re_fastmap_accurate.
21650         (no_sub): Renamed from re_no_sub.
21651         (not_bol): Renamed from re_not_bol.
21652         (not_eol): Renamed from re_not_eol.
21653         (newline_anchor): Renamed from re_newline_anchor.
21654         (num_regs): Renamed from rm_num_regs.
21655         (start): Renamed from rm_start.
21656         (end): Renamed from rm_end.
21657
21658         (free_state): Move up a bit.
21659
21660         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
21661         #define to be empty.
21662         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
21663         when that is what is intended.
21664         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
21665         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
21666         (MAX): New macro.
21667         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
21668         All uses changed back to re_malloc, etc.  It's now the caller's
21669         responsibility to check for overflow; all callers changed.
21670         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
21671         (re_x2nrealloc): Remove.
21672         (free_state): Remove decl.
21673
21674         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
21675         (re_set_registers, re_exec):
21676         Use K&R-style defn.
21677
21678         2006-01-31  Roland McGrath  <roland@redhat.com>
21679
21680         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
21681         Reported by Mike Frysinger <vapier@gentoo.org>.
21682
21683         2006-01-15  Andreas Jaeger  <aj@suse.de>
21684
21685         [BZ #1950]
21686         * lib/regex_internal.c (re_string_reconstruct): Adjust for
21687         build_wcs_upper_buffer change.
21688         (build_wcs_upper_buffer): Change return type.
21689
21690         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
21691
21692         * lib/regex_internal.h: Include <stdint.h> if available.
21693
21694         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
21695
21696         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
21697
21698         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
21699
21700         * lib/regcomp.c: Adjust for changed secondary hash function.
21701
21702         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
21703
21704         * lib/regex.h: Pretty printing.
21705         Clean up namespace a bit.
21706
21707         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
21708
21709         * lib/regexec.c (update_cur_sifted_state, check_arrival,
21710         check_arrival_add_next_nodes): Avoid using uninitialized variable.
21711
21712         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21713                     Ulrich Drepper  <drepper@redhat.com>
21714
21715         [BZ #1302]
21716         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
21717         changed.
21718         (bitset_word_t): Renamed from bitset_word.  All uses changed.
21719
21720         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
21721
21722         [BZ #281]
21723         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
21724         * lib/regcomp.c: Remove unnecessary uses of
21725         unsigned RE_TRANSLATE_TYPE.
21726         * lib/regex_internal.h: Likewise.
21727         * lib/regex_internal.c: Likewise.
21728         * lib/regexec.c: Likewise.
21729         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
21730
21731         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
21732
21733         * lib/regexec.c (find_recover_state): Remove unnecessary
21734         initialization.
21735         (transit_state_bkref): Make DFA a const pointer.
21736         (get_subexp): Likewise.
21737         (check_arrival): Likewise.
21738         (update_cur_sifted_state): Likewise.
21739         (re_search_internal): Likewise.
21740         (prune_impossible_nodes): Likewise.
21741         (acquire_init_state_context): Likewise.
21742         (proceed_next_node): Likewise.
21743         (set_regs): Likewise.
21744         (free_fail_stack_return): Likewise.
21745         (check_arrival_expand_ecl): Mark DFA parameter as const.
21746         (check_arrival_expand_ecl_sub): Likewise.
21747         (check_subexp_limits): Likewise.
21748         (sub_epsilon_src_nodes):  Likewise.
21749         (add_epsilon_src_nodes):  Likewise.
21750         (merge_state_array): Likewise.
21751         (update_regs): Likewise.
21752         (build_trtable): Likewise.
21753         (sift_states_backward): Mark MCTX parameter as const.
21754         (build_sifted_states): Likewise.
21755         (update_cur_sifted_state): Likewise.
21756         (sift_states_mkref): Likewise.
21757         (check_arrival_expand_ecl): Mark eclosure as const.
21758         (check_dst_limits_calc_pos_1): Likewise.
21759         * lib/regex_internal.h (re_match_context_t): Make dfa a const
21760         pointer.
21761
21762         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
21763
21764         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
21765         (transit_state_sb): Likewise.
21766         (transit_state_mb): Likewise.
21767         (sift_states_iter_mb): Likewise.
21768         (check_arrival_add_next_nodes): Likewise.
21769         (check_node_accept_bytes): Change first parameter to pointer-to-const.
21770         [_LIBC] (re_search_2_stub): Use mempcpy.
21771
21772         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
21773         mbrtowc for very simple UTF-8 case.
21774
21775         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
21776         a pointer-to-const.
21777         (re_acquire_state_context): Likewise.
21778         * lib/regex_internal.h: Adjust prototypes.
21779
21780         * lib/regex.c: Prevent using C++ compilers.
21781
21782         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
21783         (re_acquire_state_context): Likewise.
21784
21785 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21786
21787         * modules/regex (Depends-on): Add ssize_t.
21788
21789 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21790
21791         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
21792         translation table.
21793
21794 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21795
21796         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
21797
21798 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
21799             Bruno Haible  <bruno@clisp.org>
21800
21801         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
21802         <sys/types.h> and <inttypes.h>.
21803
21804 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21805
21806         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
21807         `__error_t_defined', so argp.h will not typedef the former.
21808
21809 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
21810
21811         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
21812         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
21813         glibc names.  Even if glibc is changed to conform to POSIX, the
21814         traditional names will be available anyway, since regex depends on
21815         the extensions module.  Also, fix a longstanding typo in the
21816         implementation of Spencer ERE test #75 from grep 2.3.  Problems
21817         reported by Emanuele Giaquinta.  Also, change sense of cached
21818         variable, so that the message makes sense.
21819
21820 2006-03-24  Simon Josefsson  <jas@extundo.com>
21821
21822         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
21823         including some doc fixes.
21824         (base64_encode_alloc): Fix +1 bug on allocation failures.
21825
21826 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21827
21828         * lib/base64.c (base64_encode): Do not read past end of array with
21829         unsanitized input on systems with CHAR_BIT > 8.
21830
21831 2006-03-24  Eric Blake  <ebb9@byu.net>
21832
21833         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
21834
21835 2006-03-22  Karl Berry  <karl@gnu.org>
21836
21837         * config/srclist.txt (*setenv.[ch]): get from coreutils.
21838         * config/srclistvars.sh (COREUTILS): new var.
21839
21840 2006-03-17  Jim Meyering  <jim@meyering.net>
21841
21842         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
21843         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
21844
21845 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21846
21847         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
21848         no longer needs it.  Instead, check that regoff_t is as least
21849         as wide as ptrdiff_t.
21850
21851         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
21852         so that our regex.h stays compatible with the installed regex.
21853         This is helpful for installers who configure --without-included-regex.
21854         Problem reported by Emanuele Giaquinta.
21855
21856 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21857
21858         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
21859         Typedef to long int, not to off_, as POSIX will likely change
21860         in that direction.
21861
21862 2006-03-15  Eric Blake  <ebb9@byu.net>
21863
21864         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
21865
21866 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
21867
21868         * lib/argp-help.c (validate_uparams): Fix typo
21869         * lib/argp-parse.c (argp_default_options): Consistently begin help
21870         messages with a lowercase letter.
21871
21872 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
21873
21874         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
21875         overrun buffers and shouldn't be used (much as gets shouldn't be
21876         used).
21877         * lib/time_r.c (asctime_r, ctime_r): Likewise.
21878
21879 2006-03-08  Simon Josefsson  <jas@extundo.com>
21880
21881         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
21882         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21883
21884 2006-03-08  Simon Josefsson  <jas@extundo.com>
21885
21886         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
21887         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21888
21889 2006-03-08  Simon Josefsson  <jas@extundo.com>
21890
21891         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
21892         signal that configure disabled the device.
21893
21894 2006-03-08  Simon Josefsson  <jas@extundo.com>
21895
21896         * build-aux/maint.mk: Fix refresh-po, to handle no translated
21897         languages.
21898
21899 2006-03-07  Simon Josefsson  <jas@extundo.com>
21900
21901         * modules/getopt (Depends-on): Add unistd.
21902
21903         * modules/unistd: New file.
21904
21905 2006-03-07  Simon Josefsson  <jas@extundo.com>
21906
21907         * modules/gc-random: New file.
21908
21909 2006-03-07  Simon Josefsson  <jas@extundo.com>
21910
21911         * m4/unistd_h.m4: New file.
21912
21913 2006-03-07  Simon Josefsson  <jas@extundo.com>
21914
21915         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
21916         test to be side-effect free by storing the result in the cache
21917         variable gl_cv_lib_readline, and moving the assignment of
21918         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
21919         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21920
21921 2006-03-07  Simon Josefsson  <jas@extundo.com>
21922
21923         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
21924         error on missing devices (the functions will return an error).
21925
21926         * m4/gc.m4: Move random stuff to gc-random.m4
21927
21928 2006-03-07  Simon Josefsson  <jas@extundo.com>
21929
21930         * lib/unistd_.h: New file.
21931
21932 2006-03-07  Simon Josefsson  <jas@extundo.com>
21933
21934         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
21935
21936 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21937
21938         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
21939         Problem reported by Juan Manuel Guerrero.
21940
21941 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21942
21943         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
21944         the unistd module.
21945         * lib/getlogin_r.c: Likewise.
21946         * lib/getlogin_r.h: Likewise.
21947         * lib/glob.c: Likewise.
21948         * lib/pagealign_alloc.c: Likewise.
21949         * lib/unistd_.h: Remove; no longer needed.
21950
21951 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21952
21953         * MODULES.html.sh (Support for systems lacking POSIX:2001):
21954         Add unistd.
21955         * modules/c-stack (Depends-on): Add unistd.
21956         * modules/getlogin_r: Likewise.
21957         * modules/glob: Likewise.
21958         * modules/pagealign_alloc: Likewise.
21959         * modules/unistd (Files): Remove lib/unistd_.h.
21960         (EXTRA_DIST): Remove.
21961         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
21962         need unistd_.h.
21963         (MOSTLYCLEANFILES): Remove unistd.h-t.
21964
21965 2006-03-03  Simon Josefsson  <jas@extundo.com>
21966
21967         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
21968
21969 2006-03-03  Simon Josefsson  <jas@extundo.com>
21970
21971         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
21972         libidn and bison.
21973
21974 2006-03-03  Simon Josefsson  <jas@extundo.com>
21975
21976         * build-aux/maint.mk: Add indent target.
21977
21978 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
21979
21980         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
21981         our replacement poll.h in any case, to avoid a differing
21982         declaration from a system header.  Seen on AIX.
21983
21984 2006-03-01  Simon Josefsson  <jas@extundo.com>
21985
21986         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
21987         <kasal@ucw.cz>.
21988
21989 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21990
21991         * modules/gettime (Depends-on): Add extensions module.
21992         * modules/nanosleep (Depends-on): Likewise.
21993         * modules/settime (Depends-on): Likewise.
21994
21995 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21996
21997         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
21998         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
21999         pedantically.
22000         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22001         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
22002
22003         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
22004         not "==".  Reported by Ralf Wildenhues.
22005
22006 2006-03-01  Karl Berry  <karl@gnu.org>
22007
22008         * doc/Copyright/request-*: new files, synced from gnuorg.
22009
22010 2006-03-01  Karl Berry  <karl@gnu.org>
22011
22012         * config/srclist.txt (Copyright/*): new entries.
22013
22014 2006-02-28  Simon Josefsson  <jas@extundo.com>
22015
22016         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
22017
22018 2006-02-27  Simon Josefsson  <jas@extundo.com>
22019
22020         * lib/base64.h: Indent #define's.  From Jim Meyering
22021         <jim@meyering.net>.
22022
22023 2006-02-27  Jim Meyering  <jim@meyering.net>
22024
22025         Revert the change of 2006-02-24, so these files can continue
22026         to be sync'd from gettext.
22027         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
22028         of `config.h'.
22029
22030 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22031
22032         * modules/intprops: New file.
22033         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22034         Add intprops.
22035         * modules/getloadavg (Files): Remove lib/intprops.h.
22036         (Depends-on): Add intprops.
22037         * modules/human: Likewise.
22038         * modules/inttostr: Likewise.
22039         * modules/openat: Likewise.
22040         * modules/sig2str: Likewise.
22041         * modules/userspec: Likewise.
22042         * modules/utimecmp: Likewise.
22043         * modules/xnanosleep: Likewise.
22044         * modules/xstrtol: Likewise.
22045
22046 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
22047
22048         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
22049         * modules/lock-tests (TESTS): Use $(EXEEXT).
22050         * modules/tls-tests: Likewise.
22051         * modules/argp-tests: Likewise.
22052         (check_PROGRAMS): New var, replacing...
22053         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
22054
22055 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22056
22057         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
22058         `config.h'.
22059
22060 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22061
22062         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
22063
22064 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22065
22066         Sync from coreutils.
22067         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
22068         gl_CHDIR_SAFER.
22069
22070 2006-02-22  Jim Meyering  <jim@meyering.net>
22071
22072         Sync from coreutils.
22073         * m4/chdir-safer.m4: New file.
22074
22075 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
22076
22077         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
22078         AT_FDCWD exceeds INT_MAX.
22079         * lib/openat.h (AT_FDCWD): Likewise.
22080
22081 2006-02-17  Eric Blake  <address@hidden>
22082
22083         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
22084
22085 2006-02-16  Simon Josefsson  <jas@extundo.com>
22086
22087         * modules/getaddrinfo (Depends-on): Add sys_socket.
22088
22089 2006-02-15  Simon Josefsson  <jas@extundo.com>
22090
22091         * build-aux/maint.mk: Add dsyntax-check rule.
22092
22093 2006-02-15  Eric Blake  <ebb9@byu.net>
22094
22095         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
22096         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
22097         'present but cannot compile' warnings on cygwin.
22098         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
22099         use ws2tcpip.h if sys/socket.h works.
22100         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
22101         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
22102
22103 2006-02-14  Simon Josefsson  <jas@extundo.com>
22104
22105         * modules/maintainer-makefile (Files): Rename.
22106
22107         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
22108         and (the local) Makefile.cfg to maint-cfg.mk.
22109
22110         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
22111         to the latter.
22112
22113         * modules/maintainer-makefile: New module.
22114
22115         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
22116         severaly stripped to make it possible to build it up from scratch
22117         with reliable tests.
22118
22119         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
22120         fixes to permit overriding the default actions when configure and
22121         makefile are not available.
22122
22123 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22124
22125         Sync from coreutils.
22126         * modules/lstat (Depends-on): Don't depend on xalloc.
22127         (License): Change from GPL to LGPL, since this is now simply a
22128         replacement for a libc function.
22129
22130 2006-02-14  Jim Meyering  <jim@meyering.net>
22131
22132         Sync from coreutils.
22133
22134         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
22135         failure on deficient systems, and simplify gnulib lgpl dependencies.
22136         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
22137         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
22138
22139         * lib/xalloc-die.c: Remove unused definition of N_.
22140
22141 2006-02-14  Jim Meyering  <jim@meyering.net>
22142
22143         Sync from coreutils.
22144         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
22145         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
22146         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
22147         double-quote uses of that variable, to accommodate the rare case in
22148         which getmntent is available in none of the libraries checked.  This
22149         happens at least on FreeBSD 5.0.
22150
22151 2006-02-13  Simon Josefsson  <jas@extundo.com>
22152
22153         * gnulib-tool (Usage): Fix --import, from
22154         karl@freefriends.org (Karl Berry).
22155
22156 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22157
22158         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
22159
22160 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
22161
22162         * lib/argp-namefrob.h: Restore changes accidentally lost during the
22163         "autoupdate" on 2005-12-12.
22164
22165 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22166
22167         * modules/closeout (Depends-on): Remove atexit.
22168
22169 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
22172         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
22173
22174 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
22177         __EXTENSIONS__ if this causes compilation to fail.  Problem
22178         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
22179         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
22180
22181 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
22182
22183         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
22184         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
22185         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
22186         All uses changed.
22187
22188 2006-01-26  Simon Josefsson  <jas@extundo.com>
22189
22190         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
22191         prototype is visible on mingw32.
22192
22193         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
22194         for mingw32.
22195
22196         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
22197         mingw32).
22198
22199 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22200
22201         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
22202         attempt to open for write; this always fails, at least on POSIX
22203         hosts.  This reinstates the 2006-01-09 change, which was
22204         inadvertently removed.
22205
22206 2006-01-26  Bruno Haible  <bruno@clisp.org>
22207
22208         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
22209         Reported by Paul Eggert.
22210
22211 2006-01-26  Bruno Haible  <bruno@clisp.org>
22212             Paul Eggert  <eggert@cs.ucla.edu>
22213
22214         * lib/stdbool_.h (_Bool)
22215         [(! (defined __cplusplus || defined __BEOS__)
22216           && !defined __GNUC__
22217           && !(defined __HP_cc || defined __xlc__
22218                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
22219                || defined __sgi))]:
22220         #define to signed char in these cases too; this simplifies
22221         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
22222         etc., separately) and makes it more conservative.
22223
22224 2006-01-25  Simon Josefsson  <jas@extundo.com>
22225
22226         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
22227         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
22228         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
22229
22230 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22231
22232         * lib/argp-namefrob.h: Bugfix. Remove stray #
22233
22234 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22235
22236         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
22237         so that we test the test.
22238         Check for yet another HP-UX cc bug involving *bool |= bool.
22239
22240 2006-01-25  Karl Berry  <karl@gnu.org>
22241
22242         * config/srclist.txt (vasnprintf.c): sync lost.
22243
22244 2006-01-25  Jim Meyering  <jim@meyering.net>
22245
22246         Sync from the stable (b5) branch of coreutils:
22247
22248         * lib/fts.c (fts_children): Don't let close() clobber errno from
22249         failed fchdir().
22250
22251         * lib/fts.c (fts_stat): When following a symlink-to-directory,
22252         don't necessarily interpret stat-fails+lstat-succeeds as indicating
22253         a dangling symlink.  That can also happen at least for ELOOP.
22254         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
22255         FYI, this bug predates the inclusion of fts.c in coreutils.
22256
22257         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
22258         in their own block, so pre-c99 compilers don't object.
22259
22260         Avoid the double-free (first in fts_read, second in fts_close) that
22261         would occur when an `active' directory is made inaccessible (e.g.,
22262         via chmod a-x) during a traversal.
22263         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22264         before returning.  Reproduce this failure by
22265         mkdir -p a/b; cd a; chmod a-x . b
22266         Reported by Stavros Passas.
22267
22268 2006-01-25  Jim Meyering  <jim@meyering.net>
22269
22270         * lib/fileblocks.c: Remove more useless parentheses.
22271         * lib/readutmp.h: Likewise.
22272
22273 2006-01-25  Bruno Haible  <bruno@clisp.org>
22274
22275         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
22276         warnings.
22277         Reported by Paul Eggert.
22278
22279 2006-01-25  Bruno Haible  <bruno@clisp.org>
22280
22281         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
22282         rid of a trap command. For Solaris sh.
22283         Reported by Mark D. Baushke <mdb@gnu.org>.
22284
22285 2006-01-24  Simon Josefsson  <jas@extundo.com>
22286
22287         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
22288         Bruno.
22289
22290 2006-01-24  Karl Berry  <karl@gnu.org>
22291
22292         * config/srclist.txt (argp-namefrob.h): sync lost.
22293
22294 2006-01-24  Jim Meyering  <jim@meyering.net>
22295
22296         * modules/openat (Files): Add lib/intprops.h.
22297         From Mark D. Baushke.
22298
22299 2006-01-24  Jim Meyering  <jim@meyering.net>
22300
22301         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
22302         Reported by Mark D. Baushke.
22303
22304 2006-01-24  Jim Meyering  <jim@meyering.net>
22305
22306         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
22307
22308 2006-01-24  Bruno Haible  <bruno@clisp.org>
22309
22310         * modules/strnlen (Maintainer): Change from glibc to all.
22311
22312 2006-01-24  Bruno Haible  <bruno@clisp.org>
22313
22314         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
22315         Patch by Paul Eggert.
22316
22317 2006-01-24  Bruno Haible  <bruno@clisp.org>
22318
22319         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
22320         already has it.
22321         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
22322         2005-11-26.
22323
22324         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
22325         'signed char' to avoid problems with the built-in _Bool type.
22326         Reported by Paul Eggert on 2005-11-26.
22327
22328 2006-01-24  Bruno Haible  <bruno@clisp.org>
22329
22330         * gnulib-tool (func_import): Avoid constructing complicated sed
22331         expressions inside backquote.
22332         Report and solution by Mark D. Baushke <mdb@gnu.org>.
22333
22334 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
22335
22336         These changes imported from libc.
22337         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
22338         test and two separate function calls.
22339         * lib/strndup.c (__strndup): Add libc_hidden_def.
22340
22341 2006-01-23  Simon Josefsson  <jas@extundo.com>
22342
22343         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
22344         Remove the test_*_SOURCES variable: automake infers it by default.
22345         * modules/tls-tests: Likewise.
22346
22347 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22348
22349         Work around porting bugs reported by Dieter in
22350         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
22351         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
22352         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
22353         Include "getopt.h" first, to check interface.
22354         (getenv): Declare only if defined HAVE_DECL_GETENV &&
22355         !HAVE_DECL_GETENV.
22356         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
22357         (__strndup): Revert to K&R-style function dfns, the glibc style.
22358         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
22359         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
22360         Include strnlen.h first, to get prototype properly.
22361         (strnlen): Renamed from __strnlen.
22362         Remove weak alias.
22363
22364 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22365
22366         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
22367
22368 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22369
22370         * config/srclist.txt: Adjust to reflect glibc reorganization.
22371         This affects only comments.
22372
22373 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22374
22375          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
22376          Reported by Bruce Korb <bkorb@gnu.org>.
22377
22378 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22379
22380         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
22381         to pacify gcc -Wswitch-default.
22382
22383 2006-01-22  Bruno Haible  <bruno@clisp.org>
22384
22385         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
22386         temporary buffer for sprintf, take into account the precision also
22387         for 'd', 'i', 'u', 'o', 'x', 'X'.
22388
22389 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22390
22391         * modules/argp-tests: New module
22392         * tests/test-argp.c: New file
22393         * tests/test-argp-2.sh: New file
22394
22395 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22396
22397         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
22398         (__argp_base_name): Removed
22399         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
22400         typo.
22401         (__argp_base_name): Provide macro definition or extern declaration
22402         depending on the configuration
22403
22404 2006-01-20  Simon Josefsson  <jas@extundo.com>
22405
22406         * modules/inet_ntop (Depends-on): Depend on sys_socket.
22407
22408 2006-01-20  Simon Josefsson  <jas@extundo.com>
22409
22410         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
22411
22412 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22413
22414         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
22415         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
22416         Suggested by Bruno Haible.
22417
22418 2006-01-20  Karl Berry  <karl@gnu.org>
22419
22420         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
22421         until changes propagate, I guess.
22422
22423 2006-01-19  Simon Josefsson  <jas@extundo.com>
22424
22425         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
22426
22427 2006-01-19  Simon Josefsson  <jas@extundo.com>
22428
22429         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
22430
22431 2006-01-19  Simon Josefsson  <jas@extundo.com>
22432
22433         * gnulib-tool: Set check_PROGRAMS.
22434
22435         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22436         modules/des-tests, modules/gc-arcfour-tests,
22437         modules/gc-arctwo-tests, modules/gc-des-tests,
22438         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22439         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22440         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22441         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22442         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22443         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
22444         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
22445         test_*_SOURCES.
22446
22447 2006-01-18  Simon Josefsson  <jas@extundo.com>
22448
22449         * modules/socklen (Depends-on): Depend on sys_socket.
22450
22451 2006-01-18  Simon Josefsson  <jas@extundo.com>
22452
22453         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22454         modules/des-tests, modules/gc-arcfour-tests,
22455         modules/gc-arctwo-tests, modules/gc-des-tests,
22456         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22457         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22458         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22459         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22460         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22461         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
22462         $(EXEEXT) to automake TESTS variable, for mingw32.
22463
22464 2006-01-17  Simon Josefsson  <jas@extundo.com>
22465
22466         * modules/socklen (Include): Need sys/socket.h.
22467
22468 2006-01-17  Bruno Haible  <bruno@clisp.org>
22469
22470         * modules/ssize_t (Include): Add <sys/types.h>.
22471
22472 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
22473
22474         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
22475         it's not portable and it doesn't work with cross-compiles.
22476         Problem reported by Bruno Haible.  Fix missing-$ typo in
22477         'test "gl_cv_ignore_unused_libraries" ...' that prevented
22478         -zignore from being used with Sun's C compiler.
22479
22480 2006-01-12  Simon Josefsson  <jas@extundo.com>
22481
22482         * lib/base64.c: Fix warning, reported by Bruno Haible
22483         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
22484
22485 2006-01-12  Bruno Haible  <bruno@clisp.org>
22486
22487         * modules/ldd: New file.
22488         * build-aux/ldd.sh.in: New file.
22489         * MODULES.html.sh (Support for building libraries and executables): Add
22490         ldd.
22491
22492 2006-01-12  Bruno Haible  <bruno@clisp.org>
22493
22494         * m4/ldd.m4: New file.
22495
22496 2006-01-12  Bruno Haible  <bruno@clisp.org>
22497
22498         * gnulib-tool (func_import, func_create_testdir): Don't go into an
22499         endless loop while replacing $auxdir with build-aux.
22500
22501 2006-01-11  Simon Josefsson  <jas@extundo.com>
22502
22503         * lib/stdint_.h (SIZE_MAX): Add missing (.
22504
22505 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
22506
22507         Sync from coreutils.
22508         * lib/md5.c: Fix commentary typos.
22509         (alignof, UNALIGNED_P): No need for a GCC-specific version.
22510         * lib/md5.h (__attribute__): Remove; unused.
22511         * lib/sha1.c: Fix commentary to match md5 better.
22512         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
22513         so that we don't need to worry about alignment.  All uses changed.
22514         This merges the 2005-10-28 md5 change into sha1.
22515
22516 2006-01-11  Jim Meyering  <jim@meyering.net>
22517
22518         Sync from coreutils.
22519         * lib/md5.c (OP): Fix spacing.
22520
22521 2006-01-11  Bruno Haible  <bruno@clisp.org>
22522
22523         Ensure automatic ordering between gl_LOCK and gl_ARGP.
22524         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
22525         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
22526
22527 2006-01-11  Bruno Haible  <bruno@clisp.org>
22528
22529         Ensure automatic ordering between gl_LOCK and gl_ARGP.
22530         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
22531         the "early" section as well.
22532
22533 2006-01-11  Bruno Haible  <bruno@clisp.org>
22534
22535         Avoid "ar: no archive members specified" error on MacOS X.
22536         * gnulib-tool (func_modules_add_dummy): New function.
22537         (func_import, func_create_testdir): Invoke it.
22538
22539 2006-01-11  Bruno Haible  <bruno@clisp.org>
22540
22541         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
22542         with $auxdir in AC_CONFIG_FILES statements.
22543
22544 2006-01-11  Bruno Haible  <bruno@clisp.org>
22545
22546         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22547         Initialize also noinst_HEADERS to empty.
22548
22549 2006-01-11  Bruno Haible  <bruno@clisp.org>
22550
22551         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
22552         variables.
22553         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
22554         autoreconf.
22555
22556 2006-01-11  Bruno Haible  <bruno@clisp.org>
22557
22558         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
22559         overridable by the user.
22560         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22561
22562 2006-01-10  Simon Josefsson  <jas@extundo.com>
22563
22564         * modules/sys_socket: New file.
22565
22566 2006-01-10  Simon Josefsson  <jas@extundo.com>
22567
22568         * m4/sys_socket_h.m4: New file.
22569
22570 2006-01-10  Simon Josefsson  <jas@extundo.com>
22571
22572         * lib/socket_.h: New file.
22573
22574 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22575
22576         * modules/readutmp (Maintainer): Add myself.
22577
22578 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22579
22580         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
22581         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
22582         People who are still concerned with buggy memcmp implementations
22583         can invoke gl_FUNC_MEMCMP themselves.
22584
22585 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         * lib/regex_internal.h (BITSET_WORD_BITS):
22588         Work around a bug in 64-bit PGC (before version 6.1-2), where the
22589         preprocessor mishandles large unsigned values as if they were signed.
22590         Problem reported by Claudio Fontana in
22591         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
22592
22593 2006-01-10  Jim Meyering  <jim@meyering.net>
22594
22595         Avoid the double-free (first in fts_read, second in fts_close) that
22596         would occur when an `active' directory is made inaccessible (e.g.,
22597         via chmod a-x) during a traversal.
22598         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22599         before returning.  Reproduce this failure by
22600         mkdir -p a/b; cd a; chmod a-x . b
22601         Reported by Stavros Passas.
22602
22603         Sync from coreutils.
22604         * lib/sha1.c: Tweak grammar in a comment.
22605
22606 2006-01-10  Jim Meyering  <jim@meyering.net>
22607
22608         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
22609         Patch by Joerg Sonnenberger.
22610
22611 2006-01-10  Bruno Haible  <bruno@clisp.org>
22612
22613         * modules/readutmp: Depend on module free.
22614         * modules/strtok_r: Depend on module restrict.
22615
22616 2006-01-10  Bruno Haible  <bruno@clisp.org>
22617
22618         * modules/gettext (configure.ac): Add an invocation of
22619         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
22620
22621 2006-01-10  Bruno Haible  <bruno@clisp.org>
22622
22623         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
22624         Reported by Werner Lemberg <wl@gnu.org>.
22625
22626 2006-01-10  Bruno Haible  <bruno@clisp.org>
22627
22628         * lib/localcharset.c: Update from GNU gettext.
22629
22630 2006-01-10  Bruno Haible  <bruno@clisp.org>
22631
22632         * lib/argp.h (__const): Remove macro. Use const instead.
22633         * lib/argp-fmtstream.h (__const): Likewise.
22634         * lib/glob_.h (__const): Remove macro.
22635         * lib/glob-libc.h: Use const instead of __const.
22636
22637 2006-01-10  Bruno Haible  <bruno@clisp.org>
22638
22639         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
22640         variable.
22641         Needed to avoid an automake error regarding the 'gettext' module.
22642
22643 2006-01-09  Simon Josefsson  <jas@extundo.com>
22644
22645         * modules/inet_ntop (Depends-on): Add restrict.
22646
22647 2006-01-09  Simon Josefsson  <jas@extundo.com>
22648
22649         * modules/gc-rijndael-tests (License): Put under LGPL.
22650
22651         * modules/gc-des-tests (License): Likewise.
22652
22653         * modules/gc-arcfour-tests (License): Likewise.
22654
22655         * modules/gc-arctwo-tests (License): Likewise.
22656
22657         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
22658
22659         * modules/gc-hmac-sha1-tests (Files): Likewise.
22660
22661         * modules/gc-hmac-md5-tests (License): Likewise.
22662
22663         * modules/gc-sha1-tests (License): Likewise.
22664
22665         * modules/gc-md5-tests (License): Likewise.
22666
22667         * modules/gc-md4-tests (License): Likewise.
22668
22669         * modules/gc-md2-tests (License): Likewise.
22670
22671         * modules/gc-tests (License): Likewise.
22672
22673         * modules/des-tests (License): Likewise.
22674
22675         * modules/md4-tests (License): Likewise.
22676
22677         * modules/md2-tests (License): Likewise.
22678
22679 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22680
22681         Sync from coreutils:
22682
22683         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
22684         * modules/lib-ignore: New file.
22685         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
22686         chdir-safer.m4, lchmod.m4.
22687         * modules/openat: Add mkdirat.c, openat-priv.h.
22688
22689 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22690
22691         Sync from coreutils.
22692         * m4/lib-ignore.m4: New file.
22693         * m4/lchmod.m4: New file.
22694
22695 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22696
22697         Sync from coreutils.
22698         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
22699         for write access: POSIX says that must fail.
22700         * lib/fts.c (diropen): Likewise.
22701         * lib/save-cwd.c (save_cwd): Likewise.
22702         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
22703         well, for minor improvements on hosts that lack O_DIRECTORY.
22704         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
22705         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
22706         Fall back on chown if open failed with EACCES.
22707
22708         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
22709         Report an error at compile-time if only a 1-second nominal clock
22710         resolution is found.
22711
22712         * lib/lchmod.h: New file.
22713         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
22714         (make_dir_parents): Use lchown rather than chown, and
22715         lchmod rather than chmod.
22716
22717         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
22718         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
22719         "proc" reported by n0dalus.
22720
22721         * lib/mountlist.c: Include <limits.h>.
22722         (dev_from_mount_options)
22723         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
22724         New function.  It no longer assumes "dev=" has the System V meaning
22725         on Linux (since it doesn't).  It also parses "dev=" more carefully.
22726         (read_file_system_list)
22727         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
22728         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
22729         dev= in that case.
22730
22731         * lib/posixtm.h (PDS_PRE_2000): New macro.
22732         * lib/posixtm.c (year): Arg is now syntax_bits rather than
22733         allow_century.  All usages changed.  Reject dates outside the range
22734         1969-1999 if PDS_PRE_2000 is used.
22735
22736 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22737
22738         Sync from coreutils.
22739         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
22740         (Time of day items): Mention the possibility of leap seconds.
22741         Problem reported by Dr. David Alan Gilbert.
22742
22743 2006-01-09  Jim Meyering  <jim@meyering.net>
22744
22745         Sync from coreutils.
22746
22747         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
22748
22749         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
22750
22751         * lib/modechange.c (mode_compile): Reject an invalid mode string
22752         that starts with an octal digit.  From Andreas Gruenbacher.
22753
22754         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
22755         and dup to open_safer and dup_safer, respectively.
22756         (openat_permissive): Fix typo in comment.
22757
22758         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
22759         "gettext.h"; either no longer needed or are guaranteed by openat.h.
22760         (_): Remove; no longer needed.
22761         (openat): Renamed from rpl_openat; no need for rpl_openat
22762         since openat.h renames openat for us.
22763         Replace most of the body with a call to openat_permissive,
22764         to avoid duplicate code.
22765         Port to (probably hypothetical) environments were mode_t is
22766         wider than int.
22767         (openat_permissive): Require mode arg, so that we can check
22768         types better.  Put it just after flags.  Change cwd failure
22769         indicator from pointer-to-bool to pointer-to-errno-value.
22770         All callers changed.
22771         Invoke openat_save_fail and/or openat_restore_fail if
22772         cwd_errno is null, so that openat can call us.
22773         (openat_permissive, fdopendir, fstatat, unlinkat):
22774         Simplify errno handling to avoid some duplicate code,
22775         as it's OK to set errno on success.
22776         * lib/openat.h: Revamp code so that function macros depend on
22777         __OPENAT_PREFIX only, not also on AT_FDCWD.
22778         (openat_ro): Remove.  Caller changed to use openat_permissive.
22779         (openat_permissive): Now a macro, if not a function.
22780         (openat_restore_fail, openat_save_fail): Now always functions,
22781         since mkdirat needs them even if __OPENAT_PREFIX is defined.
22782
22783         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
22784         and openat.c.
22785         * lib/mkdirat.c: Include openat-priv.h.
22786         Remove definitions of macros defined therein.
22787         * lib/openat.c: Likewise.
22788
22789         * lib/mkdirat.c (mkdirat): New file and function.
22790         * lib/openat.h (mkdirat): Declare.
22791
22792         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
22793
22794         * lib/openat.h (openat_permissive): Declare.
22795         (openat_ro): Define.
22796
22797         * lib/openat.c (EXPECTED_ERRNO): New macro.
22798         (openat_permissive): New function -- used in remove.c rewrite.
22799         (all functions): Set errno just before returning, only if there
22800         was an actual failure.
22801         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
22802
22803         Emulate openat-family functions using Linux's procfs, if possible.
22804         Idea and some code based on Ulrich Drepper's glibc changes.
22805
22806         * lib/openat.c: (BUILD_PROC_NAME): New macro.
22807         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
22808         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
22809         before falling back on save_cwd and restore_cwd.
22810         (fdopendir, fstatat, unlinkat): Likewise.
22811
22812         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
22813         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
22814
22815         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
22816         as second argument to va_arg.  Otherwise, some versions of gcc
22817         warn that `if this code is reached, the program will abort'.
22818
22819 2006-01-09  Jim Meyering  <jim@meyering.net>
22820
22821         Sync from coreutils.
22822         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
22823         Require openat-priv.h.
22824
22825 2006-01-09  Bruno Haible  <bruno@clisp.org>
22826
22827         * modules/strnlen (Include): Use strnlen.h.
22828
22829 2006-01-09  Bruno Haible  <bruno@clisp.org>
22830
22831         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
22832
22833 2006-01-09  Bruno Haible  <bruno@clisp.org>
22834
22835         * lib/sysexit_.h (EX_OK): New macro.
22836         Suggested by Martin Lambers <marlam@marlam.de>.
22837
22838 2006-01-09  Bruno Haible  <bruno@clisp.org>
22839
22840         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
22841         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
22842
22843 2006-01-09  Bruno Haible  <bruno@clisp.org>
22844
22845         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
22846         numbers.
22847
22848 2006-01-09  Bruno Haible  <bruno@clisp.org>
22849
22850         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
22851         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
22852         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
22853         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
22854
22855 2006-01-09  Bruno Haible  <bruno@clisp.org>
22856
22857         * build-aux/javacomp.sh.in: New file, moved from lib/.
22858         * modules/javacomp-script (Files): Update.
22859         (configure.ac): Add AC_CONFIG_FILES invocation.
22860         (EXTRA_DIST): Remove variable.
22861
22862         * build-aux/javaexec.sh.in: New file, moved from lib/.
22863         * modules/javaexec (Files): Update.
22864         (configure.ac): Add AC_CONFIG_FILES invocation.
22865         (EXTRA_DIST): Remove javaexec.sh.in.
22866
22867         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
22868         * modules/csharpcomp-script (Files): Update.
22869         (configure.ac): Add AC_CONFIG_FILES invocation.
22870         (EXTRA_DIST): Remove variable.
22871
22872         * build-aux/csharpexec.sh.in: New file, moved from lib/.
22873         * modules/csharpexec (Files): Update.
22874         (configure.ac): Add AC_CONFIG_FILES invocation.
22875         (EXTRA_DIST): Remove csharpexec.sh.in.
22876
22877 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
22878
22879         Sync from coreutils.
22880
22881         Add POSIX ACL support
22882         * lib/acl.h (copy_acl, set_acl): Add declarations.
22883         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
22884         systems other than Linux.
22885         (chmod_or_fchmod): New function: use fchmod when possible,
22886         and chmod otherwise.
22887         (file_has_acl): Add a POSIX ACL implementation, with a
22888         Linux-specific subcase.
22889         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
22890         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
22891         acls are unsupported.
22892         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
22893         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
22894         are unsupported.
22895
22896 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
22897
22898         Sync from coreutils.
22899         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
22900
22901 2006-01-07  Bruno Haible  <bruno@clisp.org>
22902
22903         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
22904         gl_EARLY.
22905
22906 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22907
22908         * lib/strftime.c (tzname): Don't declare if it is already #defined.
22909         Problem reported for Mingw by Mark Junker.
22910
22911 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22912
22913         * README: Gnulib normally doesn't generate a tarball.
22914
22915 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
22918         long int, not int, for nanosecond counts, so that people who are
22919         used to POSIX struct timespec won't be surprised.  Reported by Jim
22920         Meyering.
22921
22922 2005-12-28  Bruno Haible  <bruno@clisp.org>
22923
22924         * build-aux/config.rpath: Update from GNU gettext.
22925
22926 2005-12-16  Jim Meyering  <jim@meyering.net>
22927
22928         * modules/fprintftime: New module.
22929         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
22930
22931 2005-12-16  Jim Meyering  <jim@meyering.net>
22932
22933         * m4/fprintftime.m4: New file.
22934
22935 2005-12-16  Jim Meyering  <jim@meyering.net>
22936
22937         * lib/fprintftime.c, lib/fprintftime.h: New files.
22938
22939 2005-12-15  Simon Josefsson  <jas@extundo.com>
22940
22941         * modules/socklen (configure.ac): Fix M4 macro name, to align with
22942         new m4/socklen.m4.
22943
22944 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22945
22946         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
22947         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
22948
22949 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22950
22951         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
22952         * lib/argp-help.c (fill_in_uparams): Check if the constructed
22953         struct uparams is valid. Fall back to the default values if it is
22954         not.
22955
22956 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22957
22958         * modules/argp (Files): Add argp-pin.c
22959         (Depends-on): dirname
22960         (lib_SOURCES): Add argp-pin.c
22961
22962 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22963
22964         * m4/argp.m4:  Check if program_invocation_name and
22965         program_invocation_short_name are declared and define appropriate
22966         macros if they are not.
22967
22968 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22969
22970         * lib/argp-help.c (__argp_base_name): New function
22971         (__argp_short_program_name): Rewrite using __argp_base_name
22972         * lib/argp-namefrob.h: Define program_invocation_name and
22973         program_invocation_short_name if requested
22974         (__argp_base_name): Add prototype
22975         * lib/argp-parse.c (argp_def): Use gettext wrappers
22976         (argp_default_parser): Use __argp_base_name
22977         * lib/argp-pin.c: New file. Defines program_invocation_name and
22978         program_invocation_short_name on systems that lack them.
22979
22980 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22981
22982         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
22983         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22984         porting problem reported by Georg Schwarz in
22985         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22986
22987 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22988
22989         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
22990         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22991         porting problem reported by Georg Schwarz in
22992         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22993
22994 2005-12-05  Bruno Haible  <bruno@clisp.org>
22995
22996         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
22997         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
22998         Reported by Mark Junker <mjscod@gmx.de>.
22999
23000 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
23001
23002         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
23003         Use implementation from Albert Chin, with some
23004         comments/corrections by Stepan Kasal and myself.
23005
23006 2005-12-02  Bruno Haible  <bruno@clisp.org>
23007
23008         * gnulib-tool (func_import): Accept GPLed build tool modules when
23009         --lgpl is given.
23010         * modules/csharpcomp-script: New file.
23011         * modules/csharpcomp: Depend on it.
23012         * modules/javacomp-script: New file.
23013         * modules/javacomp: Depend on it.
23014         Suggested by Simon Josefsson.
23015
23016 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
23017
23018         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
23019         statement, to work around an HP-UX 10.20 compiler bug reported by
23020         Peter O'Gorman.
23021
23022 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23023
23024         * modules/savedir (Depends-on): Add openat.
23025
23026 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23027
23028         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
23029         (uintmax_t) [defined uintmax_t]: Do not declare.
23030         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
23031         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
23032         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
23033         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
23034         sake of portability to weird hosts that C allows (though we don't
23035         know of any practical examples).
23036
23037         * lib/savedir.h (fdsavedir): New decl.
23038         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
23039         contains most of the former guts of savedir.
23040         (savedir): Use savedirstream.
23041         Include "openat.h".
23042
23043 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23044
23045         * modules/obstack (Files): Add m4/ulonglong.m4.
23046         Problem reported by Davide Angelocola.
23047
23048 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23049
23050         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
23051         coreutils no longer futzes with rounding modes.
23052
23053 2005-11-14  Jim Meyering  <jim@meyering.net>
23054
23055         * lib/mkstemp-safer.c: Include <config.h>, required for possible
23056         replacement of mkstemp.
23057
23058 2005-11-10  Simon Josefsson  <jas@extundo.com>
23059
23060         * lib/readline.c: Remove EOL.
23061
23062 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23063
23064         * modules/gethrxtime (Depends-on): Add gettime.
23065
23066 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23067
23068         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
23069         or gettimeofday; no longer needed.
23070
23071 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23072
23073         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
23074         time business.
23075         (gethrxtime) [! (HAVE_NANOUPTIME
23076         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
23077         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
23078         our own approximation.
23079
23080 2005-11-08  Eric Blake  <ebb9@byu.net>
23081
23082         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23083
23084 2005-11-08  Eric Blake  <ebb9@byu.net>
23085
23086         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23087
23088 2005-11-04  Bruno Haible  <bruno@clisp.org>
23089
23090         * gnulib-tool: Implement --update mode.
23091
23092 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23093
23094         Fix porting problem reported by Theodoros V. Kalamatianos.
23095         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
23096         Don't assume that futimes failing means we must fail.
23097
23098 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23099
23100         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
23101         variables to suggest the intended function of the PATH_MAX check.
23102
23103 2005-10-30  Kean Johnston  <jkj@sco.com>
23104
23105         Trivial changes to support SCO systems.
23106         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
23107         as PATH_MAX.
23108         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
23109         where __ptr is null when no I/O is pending.
23110
23111 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23112
23113         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
23114         leave errno alone.  Problem reported by Dmitry V. Levin.
23115
23116 2005-10-28  Simon Josefsson  <jas@extundo.com>
23117
23118         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
23119         Test more.
23120
23121         * tests/test-gc-md2.c, tests/test-md2.c: New files.
23122
23123         * modules/md2, modules/md2-tests: New files.
23124
23125 2005-10-28  Simon Josefsson  <jas@extundo.com>
23126
23127         * m4/inet_ntop.m4: More tests.
23128
23129         * m4/gc-md2.m4, md2.m4: New file.
23130
23131 2005-10-28  Simon Josefsson  <jas@extundo.com>
23132
23133         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
23134         "restrict" keywords, as per POSIX.  Protect the function
23135         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
23136         Don't use K&R prototypes.  Check the sprintf return values.
23137         Re-define EAFNOSUPPORT if not present.  Indent.
23138
23139         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
23140         suggested by Bruno Haible <bruno@clisp.org>.
23141
23142         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
23143
23144         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
23145
23146         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
23147         libgcrypt).
23148
23149         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
23150
23151         * lib/md2.h, lib/md2.c: New files.
23152
23153 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
23154
23155         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
23156         errno alone.  Problem reported by Frederic Jolliton.
23157
23158 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23159
23160         * modules/verify (License): Change from GPL to LGPL.  This is a
23161         tiny module and there are apparently near-equivalents that are
23162         under the BSD license.
23163
23164 2005-10-24  Simon Josefsson  <jas@extundo.com>
23165
23166         * modules/sha1: Relicense to LGPL.
23167
23168 2005-10-24  Simon Josefsson  <jas@extundo.com>
23169
23170         * lib/md4.h: Shrink buffer size, now that we changed the type.
23171
23172 2005-10-23  Simon Josefsson  <jas@extundo.com>
23173
23174         * gnulib-tool (func_import): Fix --tests-base.
23175
23176 2005-10-22  Simon Josefsson  <jas@extundo.com>
23177
23178         * modules/arcfour (Depends-on): Need stdint.
23179
23180 2005-10-22  Simon Josefsson  <jas@extundo.com>
23181
23182         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
23183         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
23184
23185 2005-10-22  Simon Josefsson  <jas@extundo.com>
23186
23187         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
23188         suggested by Bruno Haible <bruno@clisp.org>.
23189
23190 2005-10-22  Simon Josefsson  <jas@extundo.com>
23191
23192         * lib/crc.h: Include stddef.h, for size_t.
23193
23194 2005-10-22  Simon Josefsson  <jas@extundo.com>
23195
23196         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
23197         arcfour_context struct (simplify test vector testing in GNU
23198         Shishi).
23199
23200 2005-10-21  Simon Josefsson  <jas@extundo.com>
23201
23202         * modules/des, modules/des-tests: New files.
23203
23204         * modules/gc-des, modules/gc-des-tests: New files.
23205
23206         * tests/test-des.c, tests/test-gc-des.c: New file.
23207
23208 2005-10-21  Simon Josefsson  <jas@extundo.com>
23209
23210         * modules/arctwo, modules/arctwo-tests: New files.
23211
23212         * tests/test-arctwo.c: New file.
23213
23214         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
23215
23216         * tests/test-gc-arctwo.c: New file.
23217
23218 2005-10-21  Simon Josefsson  <jas@extundo.com>
23219
23220         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
23221         Bruno Haible <bruno@clisp.org>.
23222
23223         * m4/gc-des.m4: New file.
23224
23225 2005-10-21  Simon Josefsson  <jas@extundo.com>
23226
23227         * m4/arctwo.m4: New file.
23228
23229         * m4/gc-arctwo.m4: New file.
23230
23231 2005-10-21  Simon Josefsson  <jas@extundo.com>
23232
23233         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
23234         block.
23235
23236 2005-10-21  Simon Josefsson  <jas@extundo.com>
23237
23238         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
23239         <bruno@clisp.org>.
23240
23241         * lib/hmac-sha1.c (hmac_sha1): Likewise.
23242
23243         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
23244         Bruno Haible <bruno@clisp.org>.
23245
23246         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
23247         <bruno@clisp.org>.
23248
23249 2005-10-21  Simon Josefsson  <jas@extundo.com>
23250
23251         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
23252
23253 2005-10-21  Simon Josefsson  <jas@extundo.com>
23254
23255         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
23256
23257 2005-10-21  Simon Josefsson  <jas@extundo.com>
23258
23259         * lib/des.h, lib/des.c: New files.
23260
23261         * lib/gc-gnulib.c: Support DES.c
23262
23263 2005-10-21  Simon Josefsson  <jas@extundo.com>
23264
23265         * lib/arctwo.h, lib/arctwo.c: New files.
23266
23267         * lib/gc-gnulib.c: Support ARCTWO.
23268
23269 2005-10-21  Simon Josefsson  <jas@extundo.com>
23270
23271         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
23272         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23273
23274 2005-10-21  Simon Josefsson  <jas@extundo.com>
23275
23276         * gnulib-tool (func_import, func_create_testdir): Define automake
23277         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
23278         Makefile.am snippet),
23279         suggested by Bruno Haible <bruno@clisp.org>.
23280
23281         * modules/gc (Makefile.am): Use it.
23282
23283 2005-10-21  Bruno Haible  <bruno@clisp.org>
23284
23285         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
23286         patch.
23287
23288 2005-10-19  Simon Josefsson  <jas@extundo.com>
23289
23290         * tests/test-gc-rijndael.c: New file.
23291
23292         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
23293
23294 2005-10-19  Simon Josefsson  <jas@extundo.com>
23295
23296         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
23297         interface too.
23298
23299 2005-10-19  Simon Josefsson  <jas@extundo.com>
23300
23301         * tests/test-gc-arcfour.c: New file.
23302
23303         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
23304
23305 2005-10-19  Simon Josefsson  <jas@extundo.com>
23306
23307         * modules/gc-md4, modules/gc-md4-tests: New file.
23308
23309         * tests/test-gc-md4.c: New file.
23310
23311 2005-10-19  Simon Josefsson  <jas@extundo.com>
23312
23313         * m4/gc-md4.m4: New file.
23314
23315 2005-10-19  Simon Josefsson  <jas@extundo.com>
23316
23317         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
23318         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
23319         <kasal@ucw.cz>.
23320
23321 2005-10-19  Simon Josefsson  <jas@extundo.com>
23322
23323         * m4/gc-arcfour.m4: New file.
23324
23325         * m4/gc-rijndael.m4: New file.
23326
23327 2005-10-19  Simon Josefsson  <jas@extundo.com>
23328
23329         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
23330
23331 2005-10-19  Simon Josefsson  <jas@extundo.com>
23332
23333         * lib/gc-gnulib.c: Support ARCFOUR.
23334
23335 2005-10-19  Simon Josefsson  <jas@extundo.com>
23336
23337         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
23338         support.
23339
23340         * lib/gc.h: Add ECB enum type.
23341
23342         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
23343
23344 2005-10-18  Simon Josefsson  <jas@extundo.com>
23345
23346         * tests/test-md5.c: New file.
23347
23348         * modules/md5-tests: New file.
23349
23350 2005-10-18  Simon Josefsson  <jas@extundo.com>
23351
23352         * tests/test-md4.c: New file.
23353
23354         * modules/md4, modules/md4-tests: New files.
23355
23356 2005-10-18  Simon Josefsson  <jas@extundo.com>
23357
23358         * m4/md4.m4: New file.
23359
23360 2005-10-18  Simon Josefsson  <jas@extundo.com>
23361
23362         * lib/md4.h, lib/md4.c: New files, based on md5.?.
23363
23364 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
23365
23366         * gnulib-tool (func_create_testdir): Omit the second check whether
23367         BUILT_SOURCES in nonempty.
23368
23369 2005-10-17  Simon Josefsson  <jas@extundo.com>
23370
23371         * tests/test-rijndael.c: New file.
23372
23373 2005-10-17  Simon Josefsson  <jas@extundo.com>
23374
23375         * modules/sha1: Depend on stdint instead of md5.
23376
23377         * modules/md5: Depend on stdint, remove uint32_t.
23378
23379 2005-10-17  Simon Josefsson  <jas@extundo.com>
23380
23381         * modules/gc-sha1-tests: New file.
23382
23383         * tests/test-gc-sha1.c: New file.
23384
23385 2005-10-17  Simon Josefsson  <jas@extundo.com>
23386
23387         * m4/md5.m4: Remove call to uint32_t.m4.
23388
23389 2005-10-17  Simon Josefsson  <jas@extundo.com>
23390
23391         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
23392
23393         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
23394         md5.h.
23395
23396         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
23397
23398         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
23399
23400 2005-10-17  Simon Josefsson  <jas@extundo.com>
23401
23402         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
23403
23404 2005-10-17  Simon Josefsson  <jas@extundo.com>
23405
23406         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
23407
23408 2005-10-17  Simon Josefsson  <jas@extundo.com>
23409
23410         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
23411
23412         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
23413
23414 2005-10-17  Bruno Haible  <bruno@clisp.org>
23415
23416         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
23417         that it can also be used in a test.
23418
23419 2005-10-16  Bruno Haible  <bruno@clisp.org>
23420
23421         * gnulib-tool (func_emit_tests_Makefile_am): Also define
23422         TESTS_ENVIRONMENT, so that individual tests can augment it.
23423
23424         * gnulib-tool (func_create_testdir): Use an intermediate target for
23425         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
23426         macros, like $(ALLOCA_H), which cannot be passed through the command
23427         line.
23428
23429 2005-10-15  Simon Josefsson  <jas@extundo.com>
23430
23431         * modules/rijndael-tests: New file.
23432
23433         * modules/rijndael: New file.
23434
23435 2005-10-15  Simon Josefsson  <jas@extundo.com>
23436
23437         * m4/rijndael.m4: New file.
23438
23439 2005-10-15  Simon Josefsson  <jas@extundo.com>
23440
23441         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
23442
23443         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
23444
23445 2005-10-14  Simon Josefsson  <jas@extundo.com>
23446
23447         * tests/test-arcfour.c: New file.
23448
23449         * modules/arcfour, modules/arcfour-tests: New files.
23450
23451 2005-10-14  Simon Josefsson  <jas@extundo.com>
23452
23453         * m4/arcfour.m4: New file.
23454
23455 2005-10-14  Simon Josefsson  <jas@extundo.com>
23456
23457         * lib/arcfour.h, lib/arcfour.c: New files.
23458
23459 2005-10-14  Roland McGrath  <roland@redhat.com>
23460
23461         Import from libc.  [BZ #1331]
23462         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
23463         macro argument.
23464         Reported by Matej Vela <vela@debian.org>.
23465
23466 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23467
23468         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
23469         include <wchar.h>; no longer needed.
23470
23471 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23472
23473         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
23474
23475 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
23476         and  Ulrich Drepper  <drepper@redhat.com>
23477
23478         Import from libc.
23479         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
23480         instead of inline stream orientation test and two separate
23481         function calls.  Pay no attention to USE_IN_LIBIO.
23482
23483 2005-10-13  Simon Josefsson  <jas@extundo.com>
23484
23485         * modules/gc-hmac-md5-tests: New file.
23486
23487         * tests/test-gc-hmac-sha1.c: New file.
23488
23489         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
23490
23491         * modules/gc-hmac-md5-tests: New file.
23492
23493         * tests/test-gc-md5.c: New file.
23494
23495         * modules/gc-md5-tests: New file.
23496
23497 2005-10-13  Simon Josefsson  <jas@extundo.com>
23498
23499         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
23500         Move memory allocation outside of loop.
23501
23502 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
23503
23504         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
23505         intermediate directory is in a read-only file system.  Problem
23506         reported by Eric Blake.
23507
23508 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
23509
23510         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
23511
23512 2005-10-12  Simon Josefsson  <jas@extundo.com>
23513
23514         * tests/test-hmac-sha1.c: New file.
23515
23516         * modules/hmac-sha1-tests: New file.
23517
23518         * modules/hmac-sha1: New file.
23519
23520 2005-10-12  Simon Josefsson  <jas@extundo.com>
23521
23522         * modules/gc-sha1: New file.
23523
23524 2005-10-12  Simon Josefsson  <jas@extundo.com>
23525
23526         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
23527
23528         * tests/test-gc-pbkdf2-sha1.c: New file.
23529
23530 2005-10-12  Simon Josefsson  <jas@extundo.com>
23531
23532         * modules/gc-md5, modules/gc-hmac-md5: New files.
23533
23534         * modules/gc (Files): Remove md5, memxor and hmac files.
23535
23536 2005-10-12  Simon Josefsson  <jas@extundo.com>
23537
23538         * m4/gc-pbkdf2-sha1.m4: New file.
23539
23540         * m4/gc-hmac-sha1.m4: New file.
23541
23542         * m4/gc-sha1: New file.
23543
23544         * m4/hmac-sha1.m4: New file.
23545
23546 2005-10-12  Simon Josefsson  <jas@extundo.com>
23547
23548         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
23549
23550         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
23551
23552 2005-10-12  Simon Josefsson  <jas@extundo.com>
23553
23554         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
23555         suggested by Bruno Haible <bruno@clisp.org>.
23556
23557 2005-10-12  Simon Josefsson  <jas@extundo.com>
23558
23559         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
23560
23561 2005-10-12  Simon Josefsson  <jas@extundo.com>
23562
23563         * lib/gc-pbkdf2-sha1.c: New file.
23564
23565         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
23566
23567 2005-10-12  Simon Josefsson  <jas@extundo.com>
23568
23569         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
23570
23571         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
23572
23573 2005-10-12  Simon Josefsson  <jas@extundo.com>
23574
23575         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
23576         GC_USE_HMAC_MD5, respectively.
23577
23578         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
23579         (gc_md5): Fix typo.
23580
23581         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
23582
23583         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
23584
23585         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
23586
23587 2005-10-12  Bruno Haible  <bruno@clisp.org>
23588
23589         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
23590         Reported by Stepan Kasal <kasal@ucw.cz>.
23591
23592 2005-10-11  Simon Josefsson  <jas@extundo.com>
23593
23594         * tests/test-crc.c: New file.
23595
23596         * modules/crc, modules/crc-tests: New files.
23597
23598 2005-10-11  Simon Josefsson  <jas@extundo.com>
23599
23600         * m4/crc.m4: New file.
23601
23602 2005-10-11  Simon Josefsson  <jas@extundo.com>
23603
23604         * lib/gc.h: Add gc_hash and gc_hash_buffer.
23605
23606         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
23607
23608         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
23609
23610 2005-10-11  Simon Josefsson  <jas@extundo.com>
23611
23612         * lib/crc.h, lib/crc.c: New files.
23613
23614         * lib/gc.h (gc_hash_buffer): Add doc.
23615
23616 2005-10-11  Bruno Haible  <bruno@clisp.org>
23617
23618         * modules/c-strcasestr: New file.
23619         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
23620
23621 2005-10-11  Bruno Haible  <bruno@clisp.org>
23622
23623         * modules/c-strcase: New file.
23624         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
23625
23626 2005-10-11  Bruno Haible  <bruno@clisp.org>
23627
23628         * lib/strcasecmp.c: Include limits.h.
23629         (strcasecmp): Avoid integer overflow on exotic platforms.
23630         * lib/strncasecmp.c: Include limits.h.
23631         (strncasecmp): Avoid integer overflow on exotic platforms.
23632         Reported by Paul Eggert.
23633
23634 2005-10-11  Bruno Haible  <bruno@clisp.org>
23635
23636         * lib/c-strcasestr.h: New file, from GNU gettext.
23637         * lib/c-strcasestr.c: New file, from GNU gettext.
23638
23639 2005-10-11  Bruno Haible  <bruno@clisp.org>
23640
23641         * lib/c-strcase.h: New file, from GNU gettext.
23642         * lib/c-strcasecmp.c: New file, from GNU gettext.
23643         * lib/c-strncasecmp.c: New file, from GNU gettext.
23644
23645 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23646
23647         * modules/mempcpy (License): GPL -> LGPL.
23648         * modules/strchrnul (License): Likewise.
23649         * modules/sysexits (License): Likewise.
23650
23651 2005-10-08  Simon Josefsson  <jas@extundo.com>
23652
23653         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
23654
23655 2005-10-07  Simon Josefsson  <jas@extundo.com>
23656
23657         * m4/memxor.m4: Remove gl_C_RESTRICT call.
23658
23659 2005-10-06  Simon Josefsson  <jas@extundo.com>
23660
23661         * tests/test-hmac-md5.c: New file.
23662
23663         * modules/hmac-md5-tests: New file.
23664
23665         * modules/hmac-md5: New file.
23666
23667 2005-10-06  Simon Josefsson  <jas@extundo.com>
23668
23669         * m4/hmac-md5.m4: New file.
23670
23671         * m4/memxor.m4: Require gl_C_RESTRICT.
23672
23673 2005-10-06  Simon Josefsson  <jas@extundo.com>
23674
23675         * lib/memxor.c (memxor): Avoid casts and warnings.
23676
23677 2005-10-06  Simon Josefsson  <jas@extundo.com>
23678
23679         * lib/hmac-md5.c: New file.
23680
23681         * lib/hmac.h: New file.
23682
23683 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23684
23685         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
23686         promotes to int, not unsigned int, to catch the AIX 5.3
23687         compiler bug.
23688
23689 2005-10-05  Simon Josefsson  <jas@extundo.com>
23690
23691         * modules/memxor: New file.
23692
23693         * modules/iconv (Files): Move config.rpath to havelib, it is used
23694         there.
23695
23696         * modules/havelib (Files): Add config.rpath.
23697
23698 2005-10-05  Simon Josefsson  <jas@extundo.com>
23699
23700         * m4/memxor.m4: New file.
23701
23702 2005-10-05  Simon Josefsson  <jas@extundo.com>
23703
23704         * lib/memxor.c (memxor): Fix compiler error.
23705
23706         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
23707         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
23708
23709         * lib/memxor.h, lib/memxor.c: New files.
23710
23711         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
23712         we assume all systems have it, suggested by Jim Meyering
23713         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
23714         any systems lack sys/socket.h; mingw32 is known to lack it, but we
23715         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
23716         same reasons.
23717
23718 2005-10-05  Simon Josefsson  <jas@extundo.com>
23719
23720         * config/srclist.txt: Add glibc bug 1423 for md5.h.
23721
23722 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23723
23724         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
23725         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
23726         needed, since the source code now assumes these .h files.
23727
23728 2005-10-05  Derek Price  <derek@ximbiot.com>
23729
23730         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
23731
23732 2005-10-05  Bruno Haible  <bruno@clisp.org>
23733
23734         * modules/stdint (License): Change to LGPL.
23735
23736 2005-10-04  Simon Josefsson  <jas@extundo.com>
23737
23738         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
23739         D. Baushke" <mdb@gnu.org>.
23740
23741 2005-10-04  Bruno Haible  <bruno@clisp.org>
23742
23743         * lib/verify.h (verify_true): Provide alternative definition for C++.
23744
23745 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
23746
23747         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
23748         (SSIZE_MAX): New macro, if not already defined.
23749         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
23750         than 2 GiB.
23751
23752 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23753
23754         Sync from coreutils.
23755         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
23756         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
23757         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
23758         ULLONG_MAX doesn't work with 2.7.2.1.
23759
23760 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23761
23762         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
23763         From Ben Pfaff.
23764
23765         * modules/exclude (Depends-on): Depend on verify.
23766         * modules/strtoimax (Depends-on): Likewise.
23767         * modules/utimecmp (Depends-on): Likewise.
23768
23769 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23770
23771         * lib/exclude.c: Include verify.h.
23772         (verify): Remove.  All callers changed to use verify.h's version.
23773         * lib/strtoimax.c: Likewise.
23774         * lib/utimecmp.c: Likewis.e
23775
23776         Sync from coreutils.
23777         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
23778         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
23779         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
23780         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
23781         bother returning ENOSYS if settimeofday or stime fails; just let
23782         them return whatever errno they want to return.
23783         * lib/utimens.c: Include unistd.h, for dup2.
23784         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
23785         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
23786
23787 2005-10-02  Jim Meyering  <jim@meyering.net>
23788
23789         Sync from coreutils.
23790         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
23791         from glibc-2.2.5 that fails for read-only files.
23792
23793 2005-10-02  Jim Meyering  <jim@meyering.net>
23794
23795         Sync from coreutils.
23796         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
23797         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
23798         `#if HAVE_CONFIG_H'.
23799         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
23800         Remove AT_FDCWD test.
23801         Do not consume the fd unless successful.
23802         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
23803         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
23804         block, so that we don't even try to compile it if settimeofday is
23805         available.  This works around a compilation failure on OSF1 V5.1,
23806         due to stime requiring a `long int*' while tv_sec is `int'.
23807
23808 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
23809
23810         Sync from coreutils.
23811         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
23812         against `yes', rather than just testing for nonempty.
23813
23814 2005-10-01  Simon Josefsson  <jas@extundo.com>
23815
23816         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
23817         and Darwin.
23818
23819         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
23820         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
23821         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
23822         freeaddrinfo and gai_strerror are declared by the POSIX headers.
23823         Check if struct addrinfo is declared.
23824
23825 2005-10-01  Simon Josefsson  <jas@extundo.com>
23826
23827         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
23828         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
23829         AI_* and EAI_* definitions.  Protect function declarations.
23830
23831 2005-10-01  Jim Meyering  <jim@meyering.net>
23832
23833         Sync from coreutils.
23834
23835         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
23836         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
23837         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
23838         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23839         in the inet and nsl libraries.  Required on Solaris 5.7.
23840
23841 2005-10-01  Jim Meyering  <jim@meyering.net>
23842
23843         Sync from coreutils.
23844         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23845         in the inet and nsl libraries.  Required on Solaris 5.7.
23846
23847 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
23848
23849         * lib/getdelim.c (getdelim): Remove unused variables.
23850
23851 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23852
23853         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
23854         so that the code works even with ancient cpp.  Portability problem
23855         with GCC 2.7.2.1 reported by Thomas M.Ott.
23856
23857 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23858
23859         * modules/regex (Depends-on): Add strcase.
23860
23861         * modules/gethostname (Licence): Change from GPL to LGPL, since
23862         gethostname.c is a trivial implementation of a standard library
23863         function.
23864         * modules/poll (License): Change from GPL to LGPL, since it's
23865         derived from LGPL code.
23866
23867 2005-09-27  Jim Meyering  <jim@meyering.net>
23868
23869         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
23870         HAVE_CONFIG_H.
23871
23872         * lib/intprops.h (signed_type_or_expr__): Define.
23873         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
23874         for unsigned types.
23875
23876 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23877
23878         * lib/verify.h (verify_expr): Remove, replacing with:
23879         (verify_true): New macro that returns true instead of void.
23880         (verify_type__): Remove.
23881         (verify): Use verify_true rather than verify_type__.
23882
23883 2005-09-26  Bruno Haible  <bruno@clisp.org>
23884
23885         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
23886         is necessary.
23887         (lib_SOURCES): Remove mbchar.c.
23888         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
23889         (Files): Add m4/mbrtowc.m4.
23890         * modules/mbiter: Likewise.
23891         * modules/mbuiter: Likewise.
23892
23893 2005-09-26  Bruno Haible  <bruno@clisp.org>
23894
23895         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
23896         compile mbchar.c if they are not both present.
23897         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
23898         * m4/mbiter.m4 (gl_MBITER): Likewise.
23899         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
23900         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
23901         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
23902
23903 2005-09-25  Jim Meyering  <jim@meyering.net>
23904
23905         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
23906         also uses socklen_t.
23907
23908 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
23909
23910         * lib/utimens.c (ENOSYS): Define if not already defined.
23911         (futimens): Support having a null PATH if the file descriptor
23912         is nonnegative.
23913
23914         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
23915         Remove.
23916         (__attribute): Define to empty unless GCC 3.1 or later.
23917         This works around a core dump on OpenBSD 3.4, which has GCC
23918         2.95.3, which dumps core when given __attribute__(()).  It also
23919         simplifies other tests, since we really don't want to bother with
23920         worrying about which ancient version of GCC supported what.
23921         Original problem reported by Yoann Vandoorselaere, with part of
23922         the fix suggested by Derek Price.
23923
23924 2005-09-24  Jim Meyering  <jim@meyering.net>
23925
23926         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
23927         so we can once again use a positive bitfield width of 1 -- now we
23928         don't have to explain why we were using a bitfield width of 2.
23929
23930 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
23931
23932         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
23933         and similarly for the other external symbols.  Problem reported
23934         by James Gallager.
23935
23936         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
23937         bug reported by Jim Meyering.
23938
23939         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
23940         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
23941         not needed, since socklen is a prerequisite module.
23942
23943 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
23944
23945         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
23946         Problem reported by Eric Blake.
23947         (getaddrinfo): Initialize se so that it's not garbage.
23948         Redo internal storage allocation so that it doesn't make unportable
23949         assumptions about alignment.
23950         Fix a memory leak.
23951
23952         * lib/utimens.c (futimens): Use futimesat if available.
23953         Prefer it to futimes since it doesn't have the futimes bug.
23954
23955         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
23956         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
23957         Instead, declare a function that returns a pointer to an array,
23958         and use verify_type__ to declare the size of the array.
23959         Problem and germ of a solution reported by Bruno Haible.
23960         (verify_type__): Use 2, not 1, for bitfield size, to avoid
23961         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
23962
23963 2005-09-23  Jim Meyering  <jim@meyering.net>
23964
23965         Sync from coreutils.
23966         Correct build failure (socklen_t not defined) on at least
23967         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
23968         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
23969
23970 2005-09-23  Jim Meyering  <jim@meyering.net>
23971
23972         * modules/getaddrinfo (Depends-on): Add socklen.
23973
23974 2005-09-23  Bruno Haible  <bruno@clisp.org>
23975
23976         * tests/test-verify.c: New file.
23977
23978 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23979
23980         Sync from coreutils.
23981
23982         * modules/argmatch (Depends-on): Add verify.
23983         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
23984         unistd-safer.
23985         * modules/save-cwd (Depends-on): Likewise.
23986
23987         * modules/openat (Files): Add lib/openat-die.c.
23988         (Depends-on): Remove error, exitfail.
23989         Add dirname.
23990
23991         * modules/verify: New file.
23992         * MODULES.html.sh (Diagnostics <assert.h>): New section,
23993         with "verify" module.
23994
23995 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23996
23997         Sync from coreutils.
23998
23999         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
24000         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
24001         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
24002         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
24003         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
24004         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
24005         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
24006         Don't bother checking for string.h, stdlib.h, unistd.h.
24007         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
24008         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
24009         module's job.
24010         * m4/jm-macros.m4 (gl_MACROS): Likewise.
24011         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
24012
24013         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
24014         (gl_GETDATE): Use it.
24015
24016         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
24017
24018 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24019
24020         Sync from coreutils.
24021
24022         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
24023         stat-time.h.
24024         * lib/argmatch.h: Include verify.h
24025         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
24026         (ARGMATCH_ASSERT): Remove; unused.
24027         * lib/canonicalize.c: Assume STDC_HEADERS.
24028         * lib/exclude.c: Include "strcase.h".
24029         * lib/regex_internal.h [!defined _LIBC]: Likewise.
24030         * lib/getusershell.c: Include stdio--.h rather than stdio.h
24031         and stdio-safer.h.
24032         (getusershell): Call fopen, not fopen_safer.
24033         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
24034         Do not include unistd-safer.h.
24035         (save_cwd): Don't call fd_safer; no longer needed
24036         now that we include fcntl--.h.
24037
24038         * lib/getdate.y (relative_time): New type.
24039         (RELATIVE_TIME_0): New constant.
24040         (parser_control): Use relative_time instead of doing it ourselves.
24041         (%union): Add new relative_time rel member.
24042         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
24043         Now typeless.
24044         (relunit, relunit_snumber): Now of type rel.
24045         (zone, rel, relunit, get_date): Adjust to above changes.
24046
24047         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
24048         Do not include unistd-safer.h.
24049         (getloadavg): Don't call fd_safer; no longer needed
24050         now that we include fcntl--.h.
24051
24052         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
24053         (make_dir_parents): Treat ENOSYS like EEXIST.
24054
24055         Improve quality of diagnostics on restore_cwd failure.
24056         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
24057         (make_dir_parents): Last arg is now int * (for errno), not bool *.
24058         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
24059         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
24060         each time through the loop.  Do not diagnose restore_cwd failure;
24061         that is the caller's job (and perhaps the caller does not care).
24062
24063         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
24064         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
24065         If the file already exists but is not a directory, don't bother
24066         to try to make its parents.
24067         Close potential file descriptor leak if we can't chdir("/") (!).
24068         Don't always return true if chdir($PWD) fails; return true only
24069         if the requested action was done successfully (except for the
24070         chdir($PWD)).
24071         Don't log final directory unless we actually made it.
24072         Refactor to avoid duplicate code to fix up permissions.
24073         Don't attempt to fix up parent permissions if chdir($PWD) fails.
24074
24075         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
24076         to make it a bit faster and (I hope) clearer.
24077         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
24078         Fix bug in formats like %2N.
24079
24080         * lib/verify.h: New file.
24081
24082 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24083
24084         Sync from coreutils.
24085         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
24086
24087 2005-09-22  Jim Meyering  <jim@meyering.net>
24088
24089         Sync from coreutils.
24090
24091         * m4/lstat.m4 (gl_FUNC_LSTAT):
24092         Use AC_LIBSOURCES to require lstat.c and lstat.h.
24093         Remove obsolete comment.
24094         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
24095         * m4/xstrtod.m4: Likewise.
24096
24097         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
24098
24099 2005-09-22  Jim Meyering  <jim@meyering.net>
24100
24101         Sync from coreutils.
24102
24103         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
24104
24105         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
24106         the .tm_year member, since otherwise gcc-4.0 would now warn about
24107         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
24108
24109         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
24110         order to avoid an unsuppressible warning from gcc on 64-bit systems.
24111
24112         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
24113         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
24114         when run in a time zone for which daylight savings time is in effect
24115         for the starting date.
24116
24117         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
24118         stop us from restricting permissions of just-created absolute-named
24119         directories.
24120         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
24121         to restore initial working directory.
24122         * lib/mkdir-p.c (make_dir_parents): New parameter:
24123         different_working_dir, to tell caller if/when we change the working
24124         directory and are unable to return to the initial one.
24125         * lib/mkdir-p.h (make_dir_parents): Update prototype.
24126         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
24127         `return false'.  This fixes a bug introduced on 2004-07-30.
24128
24129         * lib/openat.c (fdopendir): Be sure to close the supplied
24130         file descriptor before returning.  This makes our replacement
24131         implementation a little closer to Solaris's, where fdopendir
24132         ties the file descriptor to the returned DIR* pointer.
24133         * lib/openat.c (unlinkat): New function.
24134         * lib/openat.h (unlinkat): Add prototype.
24135         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
24136         (openat_restore_fail): Rename from openat_restore_die.
24137         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
24138
24139         Provide an alternative to exiting immediately upon save_cwd or
24140         restore_cwd failure.  Now, an application can arrange e.g.,
24141         to perform a longjump in that case.
24142         * lib/openat.c: Include dirname.h.
24143         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
24144         (rpl_openat, fdopendir, fstatat): Call openat_save_die
24145         and openat_restore_die rather than calling error directly.
24146         Don't include "error.h" or "exitfail.h"; they're no longer needed.
24147
24148         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
24149         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
24150         define.
24151
24152         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
24153         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
24154                             int utc, int nanoseconds);
24155         Background:
24156         date should not have to allocate a megabyte of virtual memory to
24157         handle a format argument like +%1048575T.  When implemented with
24158         strftime, it must allocate such a buffer, use strftime to fill it
24159         in, print it, then free it.
24160         With fprintftime, it simply prints everything and exits.
24161         With no need for memory allocation, that's one fewer way to fail.
24162         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
24163         optional field width, not before, so we accept %9:z, not %:9z.
24164         (my_strftime): Be sure to use L_('x') for literals.
24165
24166         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
24167         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
24168         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
24169         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
24170         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
24171         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
24172         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
24173         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
24174         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
24175         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
24176         * lib/xgethostname.c, lib/xreadlink.c:
24177         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
24178
24179         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
24180         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
24181         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
24182         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
24183         and don't include <sys/file.h>).
24184
24185 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
24186
24187         Sync from coreutils.
24188
24189         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
24190         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
24191         [!LDAV_DONE]: Avoid unused variable warning.
24192
24193 2005-09-21  Bruno Haible  <bruno@clisp.org>
24194
24195         * lib/unicodeio.h (unicode_to_mb): New declaration.
24196
24197 2005-09-20  Derek Price  <derek@ximbiot.com>
24198
24199         * lib/getaddrinfo.c: Don't include <netdb.h> included from
24200         getaddrinfo.h.
24201
24202 2005-09-20  Bruno Haible  <bruno@clisp.org>
24203
24204         * gnulib-tool: Remove trailing slashes from the values specified for
24205         --source-base, --m4-base, --tests-base, --aux-dir.
24206         Suggested by Simon Josefsson <jas@extundo.com>.
24207
24208 2005-09-20  Bruno Haible  <bruno@clisp.org>
24209
24210         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
24211         func_modules_to_filelist, func_import, func_create_testdir): Make all
24212         sorting results locale-independent, so that gnulib-cache.m4 doesn't
24213         change when gnulib-tool is invoked in a different locale.
24214
24215 2005-09-19  Simon Josefsson  <jas@extundo.com>
24216
24217         * m4/socklen.m4: Fix typo.
24218
24219 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24220
24221         Use a consistent style for including <config.h>.
24222         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
24223         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
24224         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
24225         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
24226         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
24227         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
24228         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
24229         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
24230         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
24231         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
24232         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
24233         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
24234         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
24235         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
24236         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
24237         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
24238         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
24239         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
24240         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
24241         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
24242         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
24243         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
24244         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
24245         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
24246         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
24247         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
24248         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
24249         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
24250         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
24251         lib/xstrtoumax.c, lib/yesno.c:
24252         Standardize inclusion of config.h.
24253         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
24254         lib/inttostr.h:  Removed inclusion of config.h from header files.
24255         * lib/inttostr.c:  Adjusted in-tree users.
24256         * lib/timespec.h: Remove superfluous warning to include config.h.
24257         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
24258         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
24259         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
24260         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
24261         config.h with HAVE_CONFIG_H.
24262
24263 2005-09-19  Jim Meyering  <jim@meyering.net>
24264
24265         * modules/pathmax (License): Change to LGPL.
24266
24267 2005-09-19  Derek Price  <derek@ximbiot.com>
24268
24269         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
24270
24271 2005-09-19  Bruno Haible  <bruno@clisp.org>
24272
24273         * gnulib-tool (import): Provide default for --tests-base.
24274
24275 2005-09-19  Bruno Haible  <bruno@clisp.org>
24276
24277         * doc/quote.texi: New file, extracted from gnulib.texi.
24278         * doc/ctime.texi: New file, extracted from gnulib.texi.
24279         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
24280         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
24281         * doc/gnulib.texi: Include them.
24282
24283 2005-09-18  Bruno Haible  <bruno@clisp.org>
24284
24285         Portability fix.
24286         * gnulib-tool (func_readlink): New function.
24287         (func_ln_if_changed): Use it.
24288
24289 2005-09-18  Bruno Haible  <bruno@clisp.org>
24290
24291         * gnulib-tool: Support --with-tests also with --import.
24292         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
24293         (func_import): Use variables $testsbase and $inctests. Emit a
24294         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
24295         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
24296         SUBDIRS += $testsdir.
24297         (func_create_testdir): Update.
24298
24299 2005-09-18  Bruno Haible  <bruno@clisp.org>
24300
24301         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
24302         instead of $dry_run.
24303         (func_cp_if_changed, func_mv_if_changed): Remove functions.
24304         (func_ln_if_changed): Don't handle dry-run here.
24305         (func_import): In dry-run mode, detect more precisely which actions
24306         would be performed, and don't use "...ing" verbs.
24307
24308 2005-09-18  Bruno Haible  <bruno@clisp.org>
24309
24310         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
24311         (func_import): Use join on two temporary files instead of three nested
24312         loops, in order to determine which files are new or old.
24313
24314 2005-09-18  Bruno Haible  <bruno@clisp.org>
24315
24316         * gnulib-tool (func_import): Comment out code that spits out the
24317         new files with --dry-run.
24318
24319 2005-09-18  Bruno Haible  <bruno@clisp.org>
24320
24321         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
24322
24323 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24324
24325         * lib/stat-time.h: New file.
24326         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
24327         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
24328         in a different way.
24329         (timespec_cmp): New function.
24330         * lib/utimecmp.c: Include stat-time.h.
24331         (SYSCALL_RESOLUTION): Depend on whether various struct stat
24332         members exist, not on the obsolescent ST_MTIM_NSEC.
24333         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
24334
24335 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24336
24337         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
24338
24339 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24340
24341         * MODULES.html.sh (File system functions): Add stat-time.
24342         * modules/stat-time: New file.
24343         * modules/timespec (Files): Remove m4/st_mtim.m4; this
24344         is now done in a different way, by the stat-time module.
24345         * modules/utimecmp (Depends-on): Add stat-time.
24346
24347 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24348
24349         * m4/st_mtim.m4: Remove.  Superseded by...
24350         * m4/stat-time.m4: New file.
24351         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
24352         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
24353
24354 2005-09-15  Derek Price  <derek@ximbiot.com>
24355
24356         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
24357
24358 2005-09-15  Derek Price  <derek@ximbiot.com>
24359
24360         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
24361         * lib/regex_internal.c: Ditto, using this...
24362         (__GNUC_PREREQ): ...new macro.
24363         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
24364         using...
24365         (__GNUC_PREREQ): ...this new macro.
24366
24367         * lib/strstr.h: Include string.h. Define strstr as a macro here.
24368
24369 2005-09-15  Derek Price  <derek@ximbiot.com>
24370             Paul Eggert  <eggert@cs.ucla.edu>
24371
24372         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
24373         changes, consolidating in...
24374         * lib/regex_internal.h: ...this file.
24375
24376 2005-09-13  Jim Meyering  <jim@meyering.net>
24377
24378         * lib/canon-host.c: Filter through gnu indent and reword comments
24379         slightly.
24380         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
24381
24382 2005-09-13  Derek Price  <derek@ximbiot.com>
24383
24384         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
24385         failure.
24386         Reported by Jim Meyering  <jim@meyering.net>.
24387
24388 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24389
24390         * lib/base64.c: Typo.
24391         (base64_encode): Put b64str in initialized data section.
24392
24393 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
24394
24395         Merge glibc and coreutils changes into gnulib, plus a few
24396         extra fixes.
24397         * lib/md5.c: Use #error rather than a string.
24398         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
24399         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
24400         (__attribute__): Define to empty for non recent-GCC.
24401         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
24402         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
24403         Renamed from their non-__ counterparts, with new macros replacing
24404         them if not _LIBC.  Add __THROW attribute.
24405         (rol): Remove.
24406         (struct md5_ctx): Align buffer if using GCC.
24407         * lib/sha1.h (struct sha1_ctx): Likewise.
24408         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
24409         The old name was backwards.
24410         (NOTSWAP): Remove; not used.
24411         (rol): New macro, moved here from md5.h.
24412         (sha1_process_block): Remove a FIXME that doesn't make sense.
24413
24414 2005-09-12  Derek Price  <derek@ximbiot.com>
24415
24416         Return usable errors from canon-host.
24417         * lib/canon-host.h: New file.
24418         * lib/canon-host.c (canon_host): Wrap...
24419         (canon_host_r): ...this new function, which now relies exclusively on
24420         getaddrinfo.
24421         (ch_strerror): New function.
24422         (last_cherror): New global.
24423         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
24424         interface.
24425         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
24426         void *.
24427         (freeaddrinfo): Free ai->ai_canonname when set.
24428
24429 2005-09-12  Derek Price  <derek@ximbiot.com>
24430
24431         Make canon-host require getaddrinfo.
24432         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
24433         AC_LIBSOURCE canon-host.h.  Call...
24434         (gl_PREREQ_CANON_HOST): ...this new function, which requires
24435         gl_GETADDRINFO.
24436         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
24437
24438 2005-09-12  Derek Price  <derek@ximbiot.com>
24439
24440         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
24441         LGPL.
24442         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
24443
24444 2005-09-12  Derek Price  <derek@ximbiot.com>
24445
24446         * lib/gai_strerror.c: Include config.h when available.  Include
24447         getaddrinfo.h before other headers to test interface.
24448         Reported by Larry Jones <lawrence.jones@ugs.com>.
24449
24450 2005-09-12  Derek Price  <derek@ximbiot.com>
24451             Paul Eggert  <eggert@cs.ucla.edu>
24452
24453         * modules/glob (Files): Add glob-libc.h.
24454
24455 2005-09-12  Derek Price  <derek@ximbiot.com>
24456             Paul Eggert  <eggert@cs.ucla.edu>
24457
24458         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
24459         glob_.h, glob-libc.h.
24460         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
24461
24462 2005-09-12  Derek Price  <derek@ximbiot.com>
24463             Paul Eggert  <eggert@cs.ucla.edu>
24464
24465         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
24466         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
24467         protecting things that should be done only in gnulib contexts.
24468         * lib/glob_.h: New file, containing only the glob things needed for
24469         gnulib.
24470         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
24471         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
24472         (glob, globfree, glob_pattern_p): Now defined simply in terms of
24473         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
24474         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
24475         and to respect the namespace rules better.
24476
24477 2005-09-08  Simon Josefsson  <jas@extundo.com>
24478
24479         * modules/socklen: New file.
24480
24481 2005-09-08  Simon Josefsson  <jas@extundo.com>
24482
24483         * m4/socklen.m4: New file.
24484
24485 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24486
24487         * modules/utimens (Files): Add m4/utimbuf.m4, since
24488         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
24489         Reported by Sergey Poznyakoff.
24490
24491 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24492
24493         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
24494         definitions, since that's the preferred style in glibc.
24495         Fix a minor spacing issue, and update copyright notice to match
24496         glibc's.
24497
24498 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24499
24500         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
24501
24502 2005-09-06  Simon Josefsson  <jas@extundo.com>
24503
24504         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
24505         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
24506
24507 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24508
24509         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
24510         warning.
24511
24512 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24513
24514         * config/srclist.txt: Add glibc bug 1302.
24515
24516 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
24517
24518         Change bitset word type from unsigned int to unsigned long int,
24519         as this has better performance on typical 64-bit hosts.
24520         Port bitset code to hosts with unusual word sizes.
24521         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
24522         (build_collating_symbol):
24523         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
24524         argument is a bitset.  This is merely a style issue, but it makes
24525         it clearer that an entire array is expected.
24526         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
24527         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
24528         Port to the case where bitset_word is not the same as unsigned int.
24529         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
24530         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
24531         Likewise.
24532         * lib/regexec.c (check_dst_limits_calc_pos_1,
24533         check_subexp_matching_top):
24534         (build_trtable, group_nodes_into_DFAstates):
24535         Likewise.
24536         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
24537         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
24538         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
24539         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
24540         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
24541         * lib/regcomp.c (optimize_subexps, lower_subexp):
24542         Work even if bitset_word has holes in its bitwise representation.
24543         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
24544         * lib/regexec.c (check_dst_limits_calc_pos_1,
24545         check_subexp_matching_top):
24546         Likewise.
24547         * lib/regex_internal.c (re_string_reconstruct):
24548         Don't assume UCHAR_MAX == 255.
24549         * lib/regex_internal.h (bitset_set_all): Likewise.
24550         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
24551         All uses changed.
24552         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
24553         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
24554         All uses changed.
24555         (BITSET_WORD_MAX): New macro.
24556         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
24557         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
24558         (bitset_empty, bitset_copy):
24559         Prefer sizeof (bitset) to multiplying it out ourselves.
24560         (bitset_not_merge): Remove; unused.
24561         (bitset_contain): Return bool, not unsigned int with one bit on.
24562         All callers changed.
24563         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
24564         alignment than re_node_set; do this by defining a new internal
24565         type struct dests_alloc and using it to allocate memory.
24566
24567 2005-09-05  Bruno Haible  <bruno@clisp.org>
24568
24569         * gnulib-tool (func_import): Fix comparison in handling of symbolic
24570         links.
24571
24572 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
24573
24574         * modules/size_max (Makefile.am): Add size_max.h
24575
24576 2005-09-04  Derek Price  <derek@ximbiot.com>
24577
24578         * gnulib-tool (func_import): Fix reversed $symbolic logic.
24579
24580 2005-09-03  Simon Josefsson  <jas@extundo.com>
24581
24582         * gnulib-tool: Fix typo.
24583
24584 2005-09-03  Simon Josefsson  <jas@extundo.com>
24585
24586         * config/srclist.txt: Add glibc bug 1293.
24587
24588 2005-09-03  Derek Price  <derek@ximbiot.com>
24589
24590         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
24591         From Larry Jones <lawrence.jones@ugs.com>.
24592
24593 2005-09-02  Simon Josefsson  <jas@extundo.com>
24594
24595         * modules/socklen: New file.
24596
24597 2005-09-02  Simon Josefsson  <jas@extundo.com>
24598
24599         * modules/havelib: New module.
24600
24601         * modules/gettext, modules/iconv, modules/lock, modules/readline:
24602         Use havelib.
24603
24604 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24605
24606         Check for arithmetic overflow when calculating sizes, to prevent
24607         some buffer-overflow issues.  These patches are conservative, in the
24608         sense that when I couldn't determine whether an overflow was possible,
24609         I inserted a run-time check.
24610         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
24611         macros.
24612         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
24613         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
24614         (re_xnrealloc, re_x2nrealloc): New inline functions.
24615         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
24616         parse_bracket_exp):
24617         (build_equiv_class, build_charclass): Check for arithmetic overflow
24618         in size expression calculations.
24619         * lib/regex_internal.c (re_string_realloc_buffers):
24620         (build_wcs_upper_buffer, re_node_set_add_intersect):
24621         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
24622         (re_dfa_add_node, register_state): Likewise.
24623         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
24624         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
24625         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
24626         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
24627
24628 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24629
24630         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24631         m4/ulonglong.m4.  Problem reported by Martin Lambers.
24632
24633 2005-09-02  Bruno Haible  <bruno@clisp.org>
24634
24635         Support for lib vs. lib64 distinction on biarch platforms.
24636         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
24637         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
24638         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
24639
24640 2005-09-02  Bruno Haible  <bruno@clisp.org>
24641
24642         * gnulib-tool (import): In the other first-use case, provide defaults
24643         as well.
24644
24645 2005-09-02  Bruno Haible  <bruno@clisp.org>
24646
24647         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
24648         patches not yet found in the latest gettext release.
24649
24650 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24651
24652         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
24653         to avoid a collision with bits/local_lim.h in glibc.
24654         All uses changed.  Problem reported by Dmitry V. Levin in
24655         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
24656
24657         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
24658         bugs in int versus size_t comparisons.
24659         (re_string_context_at): Fix bug where the code assumed that
24660         Idx is signed.
24661
24662         Use bool where appropriate.
24663         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
24664         All callers changed.
24665         (calc_eclosure_iter): Likewise, for ROOT arg.
24666         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
24667         (build_charclass_op): Likewise, for NON_MATCH arg.
24668         * lib/regex_internal.c (re_string_allocate, re_string_construct):
24669         (re_string_construct_common): Likewise, for ICASE arg.
24670         * lib/regexec.c (re_search_2_stub, re_search_stub):
24671         Likewise, for RET_LEN arg.
24672         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
24673         (set_regs): Likewise, for FL_BACKTRACK arg.
24674         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
24675         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
24676         (calc_eclosure_iter, parse_bracket_exp):
24677         Use bool for internal variables that are booleans.
24678         * lib/regexec.c (re_search_internal, check_matching,
24679         proceed_next_node):
24680         (set_regs, build_sifted_states, sift_states_bkref):
24681         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
24682         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
24683         (find_collation_sequence_value):
24684         Likewise.
24685         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
24686         (re_node_set_compare):
24687         Return bool, not int. All callers changed.
24688         * lib/regexec.c (check_halt_node_context, check_dst_limits):
24689         (build_trtable, check_node_accept): Likewise.
24690         * lib/regex_internal.h: Include stdbool.h.
24691
24692         Fix bugs uncovered when converting to bool.
24693         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
24694         failure instead of charging ahead blindly.
24695         * lib/regex_internal.c (register_state): Likewise.
24696         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
24697         for freeing internal storage.
24698         (group_nodes_into_DFA_states): Use unsigned int, not int, for
24699         bitset pieces used as boolean, to avoid undefined behavior
24700         on hosts that do int overflow checking.
24701
24702 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24703
24704         * config/srclist.txt: Add glibc bugs 1285-1287.
24705
24706 2005-09-01  Jim Meyering  <jim@meyering.net>
24707
24708         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
24709         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
24710         Require gl_STAT_MACROS, too.
24711
24712 2005-09-01  Bruno Haible  <bruno@clisp.org>
24713
24714         * gnulib-tool (import): In the first-use case, provide defaults.
24715
24716 2005-09-01  Bruno Haible  <bruno@clisp.org>
24717
24718         * gnulib-tool (func_import): Remove the .tmp files.
24719
24720 2005-09-01  Bruno Haible  <bruno@clisp.org>
24721
24722         * gnulib-tool (func_import): Fix handling of symbolic links.
24723
24724 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24725
24726         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
24727         old glibc regex code mishandles strings longer than 2**31 bytes.
24728         This patch fixes this when the regex code is used in gnulib
24729         (i.e., outside glibc).
24730
24731         This patch should not affect the use of the regex code inside
24732         glibc.  No doubt this problem also needs to be handled for glibc
24733         as well, but the result will be an incompatible change to the
24734         glibc ABI, and the old ABI will have to be supported too.  That
24735         can be the the subject for another patch.
24736
24737         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
24738         governing whether the rest of this patch is active.  By default,
24739         the macro is disabled and the patch has no effect.
24740         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
24741         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
24742         (struct re_pattern_buffer, re_search, re_search_2, re_match):
24743         (re_match_2, re_set_registers): Use the new types.
24744         * lib/regex_internal.h (Idx, re_hashval_t): New types.
24745         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
24746         New macros.
24747         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
24748         (re_string_context_at, bin_tree_t, re_dfastate_t):
24749         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
24750         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
24751         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
24752         (re_string_char_size_at, re_string_wchar_at):
24753         (re_string_elem_size_at):
24754         Use the new types and macros to port to 64-bit hosts.
24755         Use unsigned types for internal values, so that the code
24756         mostly works even for arrays larger than SSIZE_MAX.
24757         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
24758         (search_duplicated_node, calc_eclosure_iter, fetch_number):
24759         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
24760         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
24761         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
24762         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
24763         (calc_inveclosure, parse_dup_op, build_range_exp):
24764         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
24765         (fetch_number, create_token_tree, mark_opt_subexp):
24766         Likewise.
24767         * lib/regex_internal.c (re_string_construct_common,
24768         create_ci_newstate):
24769         (create_cd_newstate, re_string_allocate, re_string_construct):
24770         (re_string_realloc_buffers, build_wcs_upper_buffer):
24771         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
24772         (re_string_reconstruct, re_string_peek_byte_case):
24773         (re_string_fetch_byte_case, re_string_context_at):
24774         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
24775         (re_node_set_init_copy, re_node_set_add_intersect):
24776         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24777         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24778         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
24779         (re_acquire_state, re_acquire_state_context, register_state):
24780         Likewise.
24781         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
24782         search_cur_bkref_entry):
24783         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
24784         (re_search_internal, re_search_2_stub, re_search_stub)
24785         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
24786         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
24787         (update_cur_sifted_state, check_dst_limits):
24788         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
24789         (check_subexp_limits, sift_states_bkref, merge_state_array):
24790         (check_subexp_matching_top, get_subexp, get_subexp_sub):
24791         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
24792         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
24793         (expand_bkref_cache, check_node_accept_bytes):
24794         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
24795         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
24796         (acquire_init_state_context, check_halt_node_context):
24797         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
24798         (sift_states_backward, clean_state_log_if_needed):
24799         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
24800         (find_recover_state, transit_state_sb, transit_state_mb):
24801         (transit_state_bkref, build_trtable, match_ctx_clean):
24802         Likewise.
24803         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
24804         to work around an assumption that REG_MISSING is negative.
24805
24806         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
24807         (seek_collating_symbol_entry) [defined _LIBC]:
24808         (lookup_collation_sequence_value) [defined _LIBC]:
24809         (build_range_exp, build_collating_symbol) [defined _LIBC]:
24810         Use prototypes rather than old-style function definitions.
24811         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
24812         (transit_state_sb) [0]:
24813         (find_collation_sequence_value) [defined _LIBC]: Likewise.
24814
24815         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
24816         rm_eo.
24817
24818         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
24819         (optimize_subexps, lower_subexp):
24820         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
24821         since the signed shift might overflow.  Use 1u<<31 instead.
24822         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
24823         Likewise.
24824         * lib/regexec.c (check_dst_limits_calc_pos_1,
24825         check_subexp_matching_top): Likewise.
24826
24827         * lib/regcomp.c (optimize_subexps, lower_subexp):
24828         Use CHAR_BIT rather than 8, for clarity.
24829         * lib/regexec.c (check_dst_limits_calc_pos_1):
24830         (check_subexp_matching_top): Likewise.
24831         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
24832         have to worry about portability issues when shifting it left.
24833         Remove no-longer-needed test for table_size > 0.
24834         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
24835         in a word, as the resulting behavior is undefined.
24836         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
24837         in one case, a <= should have been an <, and in another case the
24838         whole test was missing.
24839         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
24840         the standard name CHAR_BIT.
24841         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
24842         this is not true on one's complement and signed-magnitude hosts.
24843
24844         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
24845         next_last_offset.
24846         (struct re_dfa_t): Remove unused member states_alloc.
24847         * lib/regcomp.c (init_dfa): Don't initialize unused members.
24848
24849 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24850
24851         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
24852         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
24853         and large-file glibc and in 32-bit large-file Solaris.
24854
24855 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24856
24857         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
24858         lengths fit in regoff_t; this isn't true if regoff_t is the same
24859         width as size_t.
24860         * lib/regex.c (re_search_internal): 5th arg is LAST_START
24861         (= START + RANGE) instead of RANGE.  This avoids overflow
24862         problems when regoff_t is the same width as size_t.
24863         All callers changed.
24864         (re_search_2_stub): Check for overflow when adding the
24865         sizes of the two strings.
24866         (re_search_stub): Check for overflow when adding START
24867         to RANGE; if it occurs, substitute the extreme value.
24868
24869 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
24872
24873 2005-08-31  Jim Meyering  <jim@meyering.net>
24874
24875         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
24876         a pointer-to-const.
24877         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
24878         (register_state): Likewise.
24879         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
24880         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
24881         (group_nodes_into_DFAstates): Likewise.
24882
24883 2005-08-31  Jim Meyering  <jim@meyering.net>
24884
24885         * check-module: Add a FIXME comment.
24886
24887 2005-08-31  Eric Blake  <ebb9@byu.net>
24888
24889         * modules/unistd-safer (Files): Add unistd--.h.
24890         * modules/stdio-safer (Files): Add stdio--.h.
24891
24892 2005-08-31  Derek Price  <derek@ximbiot.com>
24893
24894         * lib/getdelim.c (getdelim): Return EOF on EOF.
24895         Reported by Larry Jones <lawrence.jones@ugs.com>.
24896
24897 2005-08-31  Bruno Haible  <bruno@clisp.org>
24898
24899         Avoid unnecessary diffs in the generated lib/Makefile.am.
24900         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
24901         the generated files.
24902         (func_import): Don't set cmd.
24903
24904 2005-08-31  Bruno Haible  <bruno@clisp.org>
24905
24906         * lib/strstr.c: Include <stddef.h>, for NULL.
24907         * lib/strcasestr.c: Likewise.
24908         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24909
24910 2005-08-31  Bruno Haible  <bruno@clisp.org>
24911
24912         * gnulib-tool: New option --macro-prefix.
24913         (func_import): Use macro_prefix.
24914         (import): Handle option --macro-prefix.
24915
24916 2005-08-31  Bruno Haible  <bruno@clisp.org>
24917
24918         * gnulib-tool (import): Rename most ac_* variables to cached_*.
24919         Also use new variables cached_lgpl, cached_libtool.
24920
24921 2005-08-31  Bruno Haible  <bruno@clisp.org>
24922
24923         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
24924         always instantiating them.
24925
24926 2005-08-31  Bruno Haible  <bruno@clisp.org>
24927
24928         * gnulib-tool (func_import): Read the previous cached settings
24929         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
24930         earlier added by gnulib but are now dropped. Warn when a gnulib file
24931         overwrites a non-gnulib file.
24932
24933 2005-08-31  Bruno Haible  <bruno@clisp.org>
24934
24935         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
24936         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
24937         projects that don't keep autogenerated files in CVS. Put into
24938         actioncmd only the specified modules, not the transitive closure.
24939
24940 2005-08-31  Bruno Haible  <bruno@clisp.org>
24941
24942         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
24943         Create directories that shall be filled.
24944         (import): Don't look for gl_* macros in configure.ac. Recurse across
24945         all directories containing a gnulib-cache.m4 files, if meaningful.
24946
24947 2005-08-31  Bruno Haible  <bruno@clisp.org>
24948
24949         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
24950         (import): Set seen_libtool when we see gl_LIBTOOL.
24951
24952 2005-08-31  Bruno Haible  <bruno@clisp.org>
24953
24954         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
24955         declaration macro definitions from generated gnulib.m4.
24956
24957 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
24958
24959         * lib/iconvme.h: Add prototype for iconv_alloc.
24960
24961 2005-08-29  Simon Josefsson  <jas@extundo.com>
24962
24963         * lib/iconvme.c: Fix errno.
24964
24965 2005-08-29  Bruno Haible  <bruno@clisp.org>
24966
24967         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
24968         that it works when the directory contains spaces.
24969
24970 2005-08-29  Bruno Haible  <bruno@clisp.org>
24971
24972         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
24973
24974 2005-08-29  Bruno Haible  <bruno@clisp.org>
24975
24976         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
24977         Emit more advice.
24978
24979 2005-08-29  Bruno Haible  <bruno@clisp.org>
24980         and Stepan Kasal  <kasal@ucw.cz>
24981
24982         * check-module: If more parameters are given, check each of them
24983         separately; add more exceptions, as noted by Jim Meyering.
24984         (check_module): New procedure.
24985         (%exempt_header): Now contains all exceptions.
24986
24987 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
24988
24989         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
24990
24991 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24992
24993         * lib/iconvme.c: Split iconv_string into iconv_alloc.
24994
24995 2005-08-28  Bruno Haible  <bruno@clisp.org>
24996
24997         * m4/gnulib-tool.m4: New file.
24998
24999 2005-08-27  Jim Meyering  <jim@meyering.net>
25000
25001         * modules/unistd-safer (Files): Add pipe-safer.c.
25002         * modules/fcntl-safer (Files): Add creat-safer.c.
25003
25004 2005-08-27  Jim Meyering  <jim@meyering.net>
25005
25006         * m4/stdlib-safer.m4: New file.  From coreutils.
25007         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
25008         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
25009         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
25010         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
25011         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
25012
25013 2005-08-27  Jim Meyering  <jim@meyering.net>
25014
25015         * lib/fopen-safer.c: Merge minor changes from coreutils.
25016         * lib/dup-safer.c: Likewise.
25017         * lib/fd-safer.c: Likewise.
25018
25019         Merge from coreutils.
25020         * lib/stdio--.h: New file.
25021         * lib/stdlib--.h: New file.
25022         * lib/mkstemp-safer.c: New file.
25023
25024         GNU tar needs these.
25025         * lib/pipe-safer.c: New file.
25026         * lib/creat-safer.c: New file.
25027         * lib/fcntl--.h (creat): Define to creat_safer.
25028         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
25029         * lib/unistd--.h (pipe): Define to pipe_safer.
25030         * lib/unistd-safer.h: Declare pipe_safer.
25031
25032 2005-08-26  Simon Josefsson  <jas@extundo.com>
25033
25034         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
25035         Haible <bruno@clisp.org>.
25036
25037 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
25038
25039         * lib/regex_internal.h: Remove all references to
25040         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
25041         or better.
25042         (bitset_not, bitset_merge, bitset_not_merge):
25043         (bitset_mask, re_string_allocate, re_string_construct):
25044         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
25045         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
25046         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
25047         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
25048         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25049         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25050         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
25051         (re_acquire_state_context):
25052         Remove unnecessary forward decls.
25053         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
25054         Put __attribute at function definition,
25055         now that the function decl has been removed.
25056         * lib/regex_internal.c (re_string_peek_byte_case):
25057         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
25058         Likewise.
25059
25060 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
25061
25062         * m4/regex.m4: Add AC_PREREQ(2.50).
25063         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
25064
25065 2005-08-25  Simon Josefsson  <jas@extundo.com>
25066
25067         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
25068         __fsetlocking.
25069
25070 2005-08-25  Simon Josefsson  <jas@extundo.com>
25071
25072         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
25073         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
25074         GLIBC specific code.
25075
25076 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25077
25078         Make regex safe for g++.  This fixes one real bug (an "err"
25079         that should have been "*err").  g++ problem reported by
25080         Sam Steingold.
25081         * lib/regex_internal.h (re_calloc): New macro, consistent with
25082         re_malloc etc.  All callers of calloc changed to use re_calloc.
25083         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
25084         not int.  All callers changed.
25085         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
25086         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
25087         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
25088         (find_recover_state): Change "err" to "*err"; this fixes what
25089         appears to be a real bug.
25090         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
25091         versus int.
25092
25093 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25094
25095         * modules/regex (Depends-on): Add malloc, since the code
25096         assumes that !malloc(0) means failure.
25097
25098 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25099
25100         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
25101
25102         alloca modernization/simplification for regex.
25103         * lib/regex.c: Remove portability cruft for alloca.  This no longer
25104         needs to be at the start of the file, and can be moved into
25105         regex_internal.h and simplified.
25106         * lib/regex_internal.h: Include <alloca.h>.
25107         (__libc_use_alloca) [!defined _LIBC]: New macro.
25108         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
25109         now works outside glibc.
25110
25111 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25112
25113         * config/srclist.txt: Add glibc bugs 1241, 1245.
25114
25115 2005-08-25  Jim Meyering  <jim@meyering.net>
25116
25117         * lib/open-safer.c: Include <config.h>.
25118         Otherwise, we'd lose LARGEFILE support in any file using
25119         e.g. "fcntl--.h"
25120
25121 2005-08-25  Bruno Haible  <bruno@clisp.org>
25122
25123         * m4/minmax.m4: Require autoconf 2.52.
25124         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
25125         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
25126         alternatives of translit over the alphabet.
25127         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
25128
25129 2005-08-24  Simon Josefsson  <jas@extundo.com>
25130
25131         * tests/test-getpass.c: New file.
25132
25133 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25134
25135         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
25136         for GNU regex features.
25137
25138 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25139
25140         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
25141         * lib/regex.h (regerror): Likewise.
25142
25143         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
25144         requires this.  (The code never needed it.)
25145
25146         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
25147         All uses of recently-renamed identifiers changed to use the new,
25148         POSIX-compliant names.  The code will build and run just fine
25149         without these changes, but it's better to eat our own dog food
25150         and use the standard-conforming names.
25151
25152         * lib/regex.h: Fix a multitude of POSIX name space violations.
25153         These changes have an effect only for programs that define
25154         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
25155         do not change anything for programs compiled in the normal way.
25156         Also, there is no effect on the ABI.
25157
25158         (_REGEX_SOURCE): New macro.
25159         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
25160         defined and _GNU_SOURCE is not; this fixes a name space violation.
25161
25162         Rename the following macros to obey POSIX requirements.
25163         The old names are still visible as macros if _REGEX_SOURCE is defined.
25164         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
25165         RE_BACKSLASH_ESCAPE_IN_LISTS.
25166         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
25167         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
25168         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
25169         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
25170         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
25171         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
25172         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
25173         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
25174         (REG_INTERVALS): renamed from RE_INTERVALS.
25175         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
25176         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
25177         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
25178         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
25179         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
25180         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
25181         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
25182         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
25183         RE_UNMATCHED_RIGHT_PAREN_ORD.
25184         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
25185         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
25186         (REG_DEBUG): renamed from RE_DEBUG.
25187         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
25188         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
25189         unusual, since we can't clash with the POSIX REG_ICASE.
25190         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
25191         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
25192         (REG_NO_SUB): renamed from RE_NO_SUB.
25193         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
25194         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
25195         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
25196         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
25197         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
25198         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
25199         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
25200         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
25201         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
25202         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
25203         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
25204         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
25205         RE_SYNTAX_POSIX_MINIMAL_BASIC.
25206         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
25207         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
25208         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
25209         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
25210         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
25211         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
25212         (REG_FIXED): Renamed from REGS_FIXED.
25213         (REG_NREGS): Renamed from RE_NREGS.
25214
25215         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
25216         of other REG_* macros, since POSIX says the user is allowed to
25217         #undef these macros selectively.
25218
25219         (reg_errcode_t): Update comment stating what other tables need
25220         to be consistent.
25221
25222         Rename the following enum values to obey POSIX requirements.
25223         The old names are still visible as macros.
25224         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
25225         is not defined, since GNU is supposed to be a superset of POSIX as
25226         much as possible, and since we want reg_errcode_t to be a signed
25227         type for implementation consistency.
25228         (_REG_NOERROR): Renamed from REG_NOERROR.
25229         (_REG_NOMATCH): Renamed from REG_NOMATCH.
25230         (_REG_BADPAT): Renamed from REG_BADPAT.
25231         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
25232         (_REG_ECTYPE): Renamed from REG_ECTYPE.
25233         (_REG_EESCAPE): Renamed from REG_EESCAPE.
25234         (_REG_ESUBREG): Renamed from REG_ESUBREG.
25235         (_REG_EBRACK): Renamed from REG_EBRACK.
25236         (_REG_EPAREN): Renamed from REG_EPAREN.
25237         (_REG_EBRACE): Renamed from REG_EBRACE.
25238         (_REG_BADBR): Renamed from REG_BADBR.
25239         (_REG_ERANGE): Renamed from REG_ERANGE.
25240         (_REG_ESPACE): Renamed from REG_ESPACE.
25241         (_REG_BADRPT): Renamed from REG_BADRPT.
25242         (_REG_EEND): Renamed from REG_EEND.
25243         (_REG_ESIZE): Renamed from REG_ESIZE.
25244         (_REG_ERPAREN): Renamed from REG_ERPAREN.
25245         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
25246         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
25247         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
25248         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
25249
25250         (_REG_RE_NAME, _REG_RM_NAME): New macros.
25251         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
25252         changed.  But support the old name if the new one is not defined
25253         and if _REGEX_SOURCE.
25254
25255         Change the following member names in struct re_pattern_buffer.
25256         The old names are still supported if !_REGEX_SOURCE.
25257         The new names are always supported, regardless of _REGEX_SOURCE.
25258         (re_buffer): Renamed from buffer.
25259         (re_allocated): Renamed from allocated.
25260         (re_used): Renamed from used.
25261         (re_syntax): Renamed from syntax.
25262         (re_fastmap): Renamed from fastmap.
25263         (re_translate): Renamed from translate.
25264         (re_can_be_null): Renamed from can_be_null.
25265         (re_regs_allocated): Renamed from regs_allocated.
25266         (re_fastmap_accurate): Renamed from fastmap_accurate.
25267         (re_no_sub): Renamed from no_sub.
25268         (re_not_bol): Renamed from not_bol.
25269         (re_not_eol): Renamed from not_eol.
25270         (re_newline_anchor): Renamed from newline_anchor.
25271
25272         Change the following member names in struct re_registers.
25273         The old names are still supported if !_REGEX_SOURCE.
25274         The new names are always supported, regardless of _REGEX_SOURCE.
25275         (rm_num_regs): Renamed from num_regs.
25276         (rm_start): Renamed from start.
25277         (rm_end): Renamed from end.
25278
25279         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
25280         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
25281         Prepend __ to parameter names.
25282
25283         Undo yesterday's changes.
25284
25285 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25286
25287         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
25288         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
25289         lib/regex.c.
25290
25291 2005-08-24  Jim Meyering  <jim@meyering.net>
25292
25293         Sync from coreutils.
25294         * m4/fcntl-safer.m4: New file.
25295
25296         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
25297         and object files for this module.
25298
25299 2005-08-24  Jim Meyering  <jim@meyering.net>
25300
25301         Sync from coreutils.
25302         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
25303
25304 2005-08-24  Jim Meyering  <jim@meyering.net>
25305
25306         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
25307         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
25308
25309 2005-08-24  Jim Meyering  <jim@meyering.net>
25310
25311         * modules/fcntl-safer: New module.
25312         * modules/fts (Depends-on): Add fcntl-safer.
25313         * MODULES.html.sh (File descriptor based Input/Output):
25314         Add fcntl-safer.
25315
25316 2005-08-24  Bruno Haible  <bruno@clisp.org>
25317
25318         Support for unit test modules.
25319         * modules/README: Mention tests modules.
25320         * modules/TEMPLATE-TESTS: New file.
25321         * gnulib-tool: New options --extract-tests-module, --with-tests and
25322         --tests-base (unused for the moment).
25323         (testsbase, inctests): New variables.
25324         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
25325         (func_verify_module): Exclude TEMPLATE-TESTS.
25326         (func_verify_nontests_module, func_verify_tests_module): New functions.
25327         (func_get_dependencies): Add implicit dependency for tests modules.
25328         (func_get_tests_module): New function.
25329         (func_modules_transitive_closure): When --with-tests was specified,
25330         include the unit tests as well, unless explicitly avoided.
25331         (func_emit_lib_Makefile_am): Ignore the tests modules here.
25332         (func_emit_tests_Makefile_am): New function.
25333         (func_create_testdir): When --with-tests was specified, emit a
25334         tests/ directory.
25335         * MODULES.html.sh (Future developments): Update.
25336
25337 2005-08-24  Bruno Haible  <bruno@clisp.org>
25338
25339         * modules/tls-tests: New file.
25340         * tests/test-tls.c: New file, from GNU gettext.
25341
25342 2005-08-24  Bruno Haible  <bruno@clisp.org>
25343
25344         * modules/lock-tests: New file.
25345         * tests/test-lock.c: New file, from GNU gettext.
25346
25347 2005-08-24  Bruno Haible  <bruno@clisp.org>
25348
25349         * lib/lock.h: Add multiple inclusion guard.
25350         * lib/tls.h: Add multiple inclusion guard.
25351
25352 2005-08-24  Bruno Haible  <bruno@clisp.org>
25353
25354         * gnulib-tool: Add support for the --aux-dir option to
25355         --create-testdir, --create-megatestdir, --test, --megatest.
25356         (func_create_testdir, func_create_megatestdir): Optionally emit a
25357         AC_CONFIG_AUX_DIR directive.
25358         (create-testdir, create-megatestdir, test, megatest): Provide a
25359         default value for $auxdir.
25360
25361 2005-08-24  Bruno Haible  <bruno@clisp.org>
25362
25363         * gnulib-tool (import): Use compound statement instead of subshell
25364         where possible.
25365
25366 2005-08-24  Bruno Haible  <bruno@clisp.org>
25367
25368         * gnulib-tool (import): Change --aux-dir default to "build-aux".
25369
25370 2005-08-24  Bruno Haible  <bruno@clisp.org>
25371
25372         * gnulib-tool (func_version): Update.
25373
25374 2005-08-24  Bruno Haible  <bruno@clisp.org>
25375
25376         * gnulib-tool (func_import, func_create_testdir,
25377         func_create_megatestdir): Quote all autoconf macro arguments.
25378
25379 2005-08-24  Bruno Haible  <bruno@clisp.org>
25380
25381         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
25382         option --force, because --force causes the aclocal.m4 of each
25383         subdirectory to be newer than the corresponding config.h.in.
25384
25385 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25386
25387         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
25388         All contents moved to gl_REGEX.
25389         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
25390         assume that it does.
25391
25392 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25393
25394         * lib/regex.h (REG_NOSYS)
25395         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
25396         Define, since POSIX requires it as of 2001.
25397         (_REG_ENOSYS)
25398         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
25399         New private symbol, used to keep the enum signed in all cases.
25400         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
25401         Youngman in
25402         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
25403
25404         * lib/regex_internal.c (re_string_skip_chars, register_state):
25405         (calc_state_hash):
25406         Remove forward decls; no longer needed now that we use prototypes.
25407         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
25408         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
25409         (clean_state_log_if_needed): Likewise.
25410
25411 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25412
25413         * config/srclist.txt: Add glibc bugs 1231-1233.
25414
25415 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25416
25417         Fix problems reported by Sam Steingold in
25418         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
25419         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
25420         assumed that reg_errcode_t is a signed type, which is not
25421         necessarily true if _XOPEN_SOURCE is not defined.
25422         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
25423         since some compilers warn about it otherwise.
25424
25425 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25426
25427         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
25428         (init_word_char, create_initial_state, duplicate_node_closure):
25429         (fetch_token, peek_token_bracket, build_range_exp):
25430         (build_collating_symbol): Remove forward decls; no longer needed
25431         now that we use prototypes.
25432
25433         * lib/regcomp.c:
25434         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
25435         (re_compile_fastmap_iter, regcomp, regerror, regfree):
25436         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
25437         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
25438         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
25439         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
25440         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
25441         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
25442         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
25443         (build_range_exp, build_collating_symbol, parse_bracket_exp):
25444         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
25445         (build_charclass, build_charclass_op, fetch_number, create_tree):
25446         (create_token_tree, mark_opt_subexp, duplicate_tree):
25447         Use prototypes rather than old-style definitions.
25448
25449         * lib/regex_internal.c:
25450         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
25451         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
25452         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25453         (re_string_reconstruct, re_string_peek_byte_case):
25454         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
25455         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25456         (re_node_set_init_copy, re_node_set_add_intersect):
25457         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25458         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25459         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25460         (re_acquire_state, re_acquire_state_context, register_state):
25461         (create_ci_newstate, create_cd_newstate, free_state):
25462         Likewise.
25463         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
25464         re_search_2):
25465         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
25466         (re_search_internal, prune_impossible_nodes):
25467         (acquire_init_state_context, check_matching, static):
25468         (check_halt_node_context, check_halt_state_context, proceed_next_node):
25469         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
25470         (update_regs, sift_states_backward, build_sifted_states):
25471         (clean_state_log_if_needed, merge_state_array):
25472         (update_cur_sifted_state, add_epsilon_src_nodes):
25473         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
25474         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
25475         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
25476         (find_recover_state, check_subexp_matching_top, transit_state_mb):
25477         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
25478         (check_arrival, check_arrival_add_next_nodes):
25479         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25480         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25481         (check_node_accept_bytes, check_node_accept, extend_buffers):
25482         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
25483         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
25484         (sift_ctx_init):
25485         Likewise.
25486
25487         * lib/regex_internal.h:
25488         (re_string_allocate, re_string_construct, re_string_reconstruct):
25489         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
25490         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
25491         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
25492         (re_string_context_at, re_string_peek_byte_case):
25493         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
25494         is defined, since we now use prototypes always.
25495
25496         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
25497         C89 or better.  All uses removed.
25498
25499 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25500
25501         * config/srclist.txt: Add glibc bugs 1220-1227.
25502
25503 2005-08-20  Jim Meyering  <jim@meyering.net>
25504
25505         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
25506         of unused local, dfa.
25507
25508 2005-08-20  Bruno Haible  <bruno@clisp.org>
25509
25510         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
25511
25512 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25513
25514         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
25515         (re_node_set_insert_last, re_dfa_add_node):
25516         Rename local variables to avoid GCC shadowing warnings.
25517
25518 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25519
25520         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
25521         [defined lint]: Suppress bogus uninitialized-variable warnings.
25522
25523         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
25524         and let the caller return REG_ESPACE if out of space.  This
25525         removes an uninitialied-variable warning with GCC 4.0.1, and also
25526         avoids taking the address of a local variable.  All callers
25527         changed.
25528
25529 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
25532         $LIBCSRC/posix/regexec.c.
25533         Add glibc bug 1217 for regcomp.c.
25534
25535 2005-08-19  Jim Meyering  <jim@meyering.net>
25536
25537         * lib/regexec.c (proceed_next_node): Redo local variables to
25538         avoid GCC shadowing warnings.
25539
25540 2005-08-18  Bruno Haible  <bruno@clisp.org>
25541
25542         * lib/strstr.c (strstr): Fix return value in multibyte case.
25543         * lib/strcasestr.c (strcasestr): Likewise.
25544
25545 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25546
25547         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
25548
25549 2005-08-17  Jim Meyering  <jim@meyering.net>
25550
25551         Make the %s format (seconds since the epoch) work for a negative
25552         number and when used with a zero-padded field width, e.g. %015s.
25553
25554         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
25555         label so that it precedes the code to set `digits'.  Otherwise,
25556         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
25557         print `00-22'.  Now, it prints `-0022', as it should.
25558
25559 2005-08-17  Bruno Haible  <bruno@clisp.org>
25560
25561         * modules/strstr (Files): Add m4/mbrtowc.m4.
25562         (Depends-on): Add mbuiter.
25563
25564 2005-08-17  Bruno Haible  <bruno@clisp.org>
25565
25566         * modules/strcasestr: New file.
25567         * MODULES.html.sh (String handling, based on ANSI C 89): Add
25568         strcasestr.
25569
25570 2005-08-17  Bruno Haible  <bruno@clisp.org>
25571
25572         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
25573
25574 2005-08-17  Bruno Haible  <bruno@clisp.org>
25575
25576         * modules/mbuiter: New file.
25577         * MODULES.html.sh (Extended multibyte and wide character utilities):
25578         Add mbuiter.
25579
25580 2005-08-17  Bruno Haible  <bruno@clisp.org>
25581
25582         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
25583         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
25584
25585 2005-08-17  Bruno Haible  <bruno@clisp.org>
25586
25587         * m4/strcasestr.m4: New file.
25588
25589 2005-08-17  Bruno Haible  <bruno@clisp.org>
25590
25591         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
25592         * lib/strstr.c: Completely rewritten, with multibyte locale support.
25593
25594 2005-08-17  Bruno Haible  <bruno@clisp.org>
25595
25596         * lib/strcasestr.h: New file.
25597         * lib/strcasestr.c: New file.
25598
25599 2005-08-17  Bruno Haible  <bruno@clisp.org>
25600
25601         * lib/strcasecmp.c: Use mbuiter.h.
25602
25603 2005-08-17  Bruno Haible  <bruno@clisp.org>
25604
25605         * lib/mbuiter.h: New file.
25606
25607 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25608
25609         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
25610         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
25611         and gl_GETOPT are both invoked via different paths (as happens
25612         with GNU tar CVS because it uses both argp and getopt), the former
25613         wins.
25614
25615 2005-08-16  Bruno Haible  <bruno@clisp.org>
25616
25617         * modules/tls: New file.
25618         * MODULES.html.sh (Multithreading): Add tls.
25619
25620 2005-08-16  Bruno Haible  <bruno@clisp.org>
25621
25622         * modules/strnlen1: New file.
25623         * MODULES.html.sh (String handling): Add strnlen1.
25624
25625 2005-08-16  Bruno Haible  <bruno@clisp.org>
25626
25627         * modules/strcase (Files): Add m4/mbrtowc.m4.
25628         (Depends-on): Add strnlen1, mbchar.
25629
25630 2005-08-16  Bruno Haible  <bruno@clisp.org>
25631
25632         * modules/mbiter: New file.
25633         * MODULES.html.sh (Extended multibyte and wide character utilities):
25634         Add mbiter.
25635
25636 2005-08-16  Bruno Haible  <bruno@clisp.org>
25637
25638         * modules/mbfile: New file.
25639         * MODULES.html.sh (Extended multibyte and wide character utilities):
25640         Add mbfile.
25641
25642 2005-08-16  Bruno Haible  <bruno@clisp.org>
25643
25644         * modules/mbchar: New file.
25645         * MODULES.html.sh (Extended multibyte and wide character utilities):
25646         New section.
25647
25648 2005-08-16  Bruno Haible  <bruno@clisp.org>
25649
25650         * m4/tls.m4: New file, from GNU gettext.
25651
25652 2005-08-16  Bruno Haible  <bruno@clisp.org>
25653
25654         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
25655         always.
25656         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
25657
25658 2005-08-16  Bruno Haible  <bruno@clisp.org>
25659
25660         * m4/mbiter.m4: New file.
25661
25662 2005-08-16  Bruno Haible  <bruno@clisp.org>
25663
25664         * m4/mbfile.m4: New file.
25665
25666 2005-08-16  Bruno Haible  <bruno@clisp.org>
25667
25668         * m4/mbchar.m4: New file.
25669
25670 2005-08-16  Bruno Haible  <bruno@clisp.org>
25671
25672         * lib/tls.h: New file, from GNU gettext.
25673         * lib/tls.c: New file, from GNU gettext.
25674
25675 2005-08-16  Bruno Haible  <bruno@clisp.org>
25676
25677         * lib/strnlen1.h: New file.
25678         * lib/strnlen1.c: New file.
25679
25680 2005-08-16  Bruno Haible  <bruno@clisp.org>
25681
25682         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
25683         (mbi_init): Update.
25684         (mbi_avail, mbi_advance): Let the iteration end before the terminating
25685         NUL byte, not after it.
25686
25687 2005-08-16  Bruno Haible  <bruno@clisp.org>
25688
25689         * lib/strcase.h (strcasecmp): Add note in comments.
25690         * lib/strncasecmp.c: Use code from strcasecmp.c.
25691         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
25692         (strcasecmp): Work correctly in multibyte locales.
25693
25694 2005-08-16  Bruno Haible  <bruno@clisp.org>
25695
25696         * lib/mbiter.h: New file.
25697
25698 2005-08-16  Bruno Haible  <bruno@clisp.org>
25699
25700         * lib/mbfile.h: New file.
25701
25702 2005-08-16  Bruno Haible  <bruno@clisp.org>
25703
25704         * lib/mbchar.h: New file.
25705         * lib/mbchar.c: New file.
25706
25707 2005-08-16  Bruno Haible  <bruno@clisp.org>
25708
25709         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
25710         the valid ones. Makes the comparison operations transitive:
25711         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
25712         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
25713
25714 2005-08-15  Simon Josefsson  <jas@extundo.com>
25715
25716         * modules/ssize_t (License): Change to 'unlimited'.
25717
25718         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
25719
25720 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25721
25722         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
25723         Add comments for each pending glibc patch.
25724
25725 2005-08-15  Bruno Haible  <bruno@clisp.org>
25726
25727         * lib/regex.h (__restrict_arr): Don't define to __restrict if
25728         __cplusplus is defined.
25729
25730 2005-08-14  Jim Meyering  <jim@meyering.net>
25731
25732         Sync from coreutils.
25733
25734         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
25735         Use the hash-table-based cycle-detection code not just when
25736         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
25737         Reported by James Youngman in
25738         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
25739         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
25740         FTS_TIGHT_CYCLE_CHECK.
25741         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
25742         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
25743         once again.
25744         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
25745         * lib/fts.c (fd_safer): Remove decl.
25746         Include fcntl--.h rather than unistd-safer.h
25747         (fts_safe_changedir): Don't call fd_safer; no longer needed
25748         now that we include fcntl--.h.
25749
25750 2005-08-12  Simon Josefsson  <jas@extundo.com>
25751
25752         * modules/getndelim2: Use ssize_t module.
25753         * modules/getnline: Likewise.
25754         * modules/safe-read: Likewise.
25755         * modules/xreadlink: Likewise.
25756
25757         * modules/ssize_t: New file.
25758
25759 2005-08-12  Simon Josefsson  <jas@extundo.com>
25760
25761         * m4/readline.m4: Look for termcap, curses or ncurses if required.
25762
25763 2005-08-12  Simon Josefsson  <jas@extundo.com>
25764
25765         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25766         ssize_t.
25767
25768 2005-08-12  Simon Josefsson  <jas@extundo.com>
25769
25770         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
25771         readline, getdelim and check_version.
25772         (Support for systems lacking ISO C 99: Sizes of integer types):
25773         Add size_max.
25774
25775 2005-08-12  Bruno Haible  <bruno@clisp.org>
25776
25777         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
25778
25779 2005-08-11  Simon Josefsson  <jas@extundo.com>
25780
25781         * modules/readline: New file.
25782
25783         * modules/strnlen (Files): Add strnlen.h.
25784
25785 2005-08-11  Simon Josefsson  <jas@extundo.com>
25786
25787         * m4/readline.m4: New file.
25788
25789 2005-08-11  Simon Josefsson  <jas@extundo.com>
25790
25791         * lib/readline.h, readline.c: New file.
25792
25793 2005-08-11  Simon Josefsson  <jas@extundo.com>
25794
25795         * doc/gnulib.texi (Initial import, Finishing touches): Mention
25796         gl_AVOID.
25797
25798 2005-08-11  Bruno Haible  <bruno@clisp.org>
25799
25800         * lib/strnlen.h (strnlen): Change parameter name to match comment.
25801
25802 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
25803
25804         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
25805
25806 2005-08-10  Simon Josefsson  <jas@extundo.com>
25807
25808         * tests/test-iconvme.c: New file.
25809
25810 2005-08-10  Simon Josefsson  <jas@extundo.com>
25811
25812         * m4/strnlen.m4: New file.
25813
25814         * m4/strndup.m4: Don't check for strnlen declaration, done in
25815         strnlen.m4.
25816
25817 2005-08-10  Simon Josefsson  <jas@extundo.com>
25818
25819         * lib/strndup.c: Use strnlen.h.
25820
25821         * lib/strnlen.h: New file.
25822
25823 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25824
25825         * README: Typos.
25826
25827 2005-08-02  Simon Josefsson  <jas@extundo.com>
25828
25829         * modules/readline: New file.
25830
25831 2005-08-02  Simon Josefsson  <jas@extundo.com>
25832
25833         * modules/getdelim: New file.
25834
25835         * modules/getline: Rewrite, don't use getndelim2.
25836
25837 2005-08-02  Simon Josefsson  <jas@extundo.com>
25838
25839         * m4/getline.m4: Separate out getdelim stuff into separate module.
25840
25841         * m4/getdelim.m4: New file.
25842
25843 2005-08-02  Simon Josefsson  <jas@extundo.com>
25844
25845         * lib/getline.h, getline.c: Rewrite.
25846
25847         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
25848
25849 2005-07-31  Bruno Haible  <bruno@clisp.org>
25850
25851         * lib/lock.h (gl_lock_initializer): New macro.
25852         (gl_lock_define_initialized): Use it.
25853         (gl_rwlock_initializer): New macro.
25854         (gl_rwlock_define_initialized): Use it.
25855         (gl_recursive_lock_initializer): New macro.
25856         (gl_recursive_lock_define_initialized): Use it.
25857
25858 2005-07-30  Karl Berry  <karl@gnu.org>
25859
25860         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
25861         Report from Ben Pfaff, regarding getopt.
25862
25863 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
25864
25865         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
25866         normal way.
25867         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
25868         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
25869         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
25870         (gl_GETOPT): Use the new macros.  Most of the implementation
25871         is moved to the new macros.  This is for programs like Emacs
25872         that don't want all the functionality of gl_GETOPT.
25873
25874 2005-07-26  Bruno Haible  <bruno@clisp.org>
25875
25876         * m4/lock.m4: Update from GNU gettext.
25877
25878 2005-07-26  Bruno Haible  <bruno@clisp.org>
25879
25880         * lib/lock.h: Update from GNU gettext.
25881         * lib/lock.c: Update from GNU gettext.
25882
25883 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
25884
25885         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
25886         obsolescent AC_TRY_RUN.  Include the default includes files, for
25887         'exit'.
25888
25889 2005-07-24  Bruno Haible  <bruno@clisp.org>
25890
25891         * modules/visibility: New file.
25892         * MODULES.html.sh (Misc): Add visibility.
25893
25894 2005-07-24  Bruno Haible  <bruno@clisp.org>
25895
25896         * m4/visibility.m4: New file.
25897
25898 2005-07-24  Bruno Haible  <bruno@clisp.org>
25899
25900         * doc/visibility.texi: New file.
25901
25902 2005-07-22  Bruno Haible  <bruno@clisp.org>
25903
25904         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
25905         $(ALLOCA_H), redundant through BUILT_SOURCES.
25906         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
25907         redundant through BUILT_SOURCES.
25908         * modules/byteswap (Makefile.am): Remove explicit dependency on
25909         $(BYTESWAP_H), redundant through BUILT_SOURCES.
25910         * modules/fnmatch (Makefile.am): Remove explicit dependency on
25911         $(FNMATCH_H), redundant through BUILT_SOURCES.
25912         * modules/getopt (Makefile.am): Remove explicit dependency on
25913         $(GETOPT_H), redundant through BUILT_SOURCES.
25914         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
25915         redundant through BUILT_SOURCES.
25916         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
25917         redundant through BUILT_SOURCES.
25918         * modules/stdbool (Makefile.am): Remove explicit dependency on
25919         $(STDBOOL_H), redundant through BUILT_SOURCES.
25920         * modules/stdint (Makefile.am): Remove explicit dependency on
25921         $(STDINT_H), redundant through BUILT_SOURCES.
25922         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
25923         Remove explicit dependency on $(SYSEXITS_H).
25924         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
25925
25926 2005-07-18  Simon Josefsson  <jas@extundo.com>
25927
25928         * lib/check-version.c (check_version): Accept identical versions too.
25929
25930 2005-07-18  Bruno Haible  <bruno@clisp.org>
25931
25932         * modules/lock: New file.
25933         * MODULES.html.sh (Multithreading): New section.
25934
25935 2005-07-18  Bruno Haible  <bruno@clisp.org>
25936
25937         * m4/lock.m4: New file, from GNU gettext.
25938
25939 2005-07-18  Bruno Haible  <bruno@clisp.org>
25940
25941         * lib/lock.h: New file, from GNU gettext.
25942         * lib/lock.c: New file, from GNU gettext.
25943
25944 2005-07-18  Bruno Haible  <bruno@clisp.org>
25945
25946         * lib/lock.h (gl_once_t): New type.
25947         (gl_once_define, gl_once): New macros.
25948         * lib/lock.c (fresh_once): New variable.
25949         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
25950         functions.
25951
25952 2005-07-16  Simon Josefsson  <jas@extundo.com>
25953
25954         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
25955         workaround, suggested by Bruno.
25956
25957 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
25958
25959         * modules/xalloc (Depends-on): Add xalloc-die.
25960         * modules/xvasprintf (Depends-on): Add xalloc-die.
25961
25962 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
25963
25964         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
25965         with a minor change.
25966
25967 2005-07-15  Bruno Haible  <bruno@clisp.org>
25968
25969         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
25970         When using lib/poll.c, define poll as rpl_poll.
25971
25972 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
25973
25974         * modules/argp (Depends-on): Remove unlocked-io.
25975
25976 2005-07-14  Derek Price  <derek@ximbiot.com>
25977
25978         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
25979         for glob symlink bug.
25980
25981 2005-07-14  Bruno Haible  <bruno@clisp.org>
25982
25983         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
25984         Instead, test for *_unlocked function declarations directly.
25985
25986 2005-07-11  Simon Josefsson  <jas@extundo.com>
25987
25988         * modules/size_max: New file.
25989
25990         * modules/xsize: Depend on size_max module for size_max.m4.
25991
25992 2005-07-11  Simon Josefsson  <jas@extundo.com>
25993
25994         * lib/size_max.h: New file.
25995
25996 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
25997
25998         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
25999         copyright symbol and the year.
26000         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
26001         (version_etc_va): Use parameterized copyright notice.
26002         Reword to conform to the current GNU coding standards.
26003
26004 2005-07-11  Karl Berry  <karl@gnu.org>
26005
26006         * doc/gnulib.texi (Quoting): new node.
26007         (Initial import): more info, from Patrice.
26008
26009 2005-07-11  Bruno Haible  <bruno@clisp.org>
26010
26011         * gnulib-tool (func_usage): Document option --avoid.
26012         (Command line options): Handle --avoid.
26013         (func_acceptable): New function.
26014         (func_modules_transitive_closure): Use it.
26015
26016 2005-07-11  Bruno Haible  <bruno@clisp.org>
26017
26018         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
26019         Reported by Jim Meyering.
26020
26021 2005-07-10  Bruno Haible  <bruno@clisp.org>
26022
26023         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
26024         Needed when size_t is smaller than 'unsigned int'.
26025         Reported by Paul Eggert.
26026
26027 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26028
26029         * modules/argp (Depends-on): Add unlocked-io
26030
26031 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26032
26033         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
26034         block of defines.
26035
26036 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26037
26038         * config/srclist.txt: Comment out regcomp.c, since we have a porting
26039         fix now.
26040
26041 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
26042         and Paul Eggert  <eggert@cs.ucla.edu>
26043
26044         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
26045         in wint_t, not wchar_t.  Remove now-unnecessary cast.
26046
26047 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26048
26049         * modules/regex (Files): Add lib/regex_internal.c,
26050         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
26051         (Depends-on): Add extensions.
26052         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
26053
26054 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26055
26056         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
26057         pathconf.
26058         * m4/same.m4 (gl_SAME): Likewise.
26059         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
26060
26061         * m4/regex.m4: Adjust to new libc regex implementation.
26062         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
26063         all the .c and .h parts of (the new) regex.
26064         Quote the m4 stuff better.
26065         Check for RE_ICASE bug of old gnulib.
26066         Check for REG_STARTEND of recent libc.
26067         Rename local variables from jm_* to gl_*.
26068         Quote operand of "test -f".
26069         Say "recent enough" version of libc, not "version 2".
26070         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
26071         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
26072         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
26073         Remove check for btowc, isascii.
26074         Require AM_LANGINFO_CODESET.
26075
26076 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26077
26078         * lib/regex.c, regex.h: Sync from libc.
26079         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
26080         * lib/regexec.c:
26081         New files, synced from libc, except that regex_internal.h
26082         currently has a small porting fix.
26083
26084 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26085
26086         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
26087         regex_internal.c, regexec.c.
26088         Add regex_internal.h too, but as a comment, since the libc version
26089         is currently broken in gnulib mode.
26090
26091 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26092
26093         Support programs like Emacs that use gnulib but not gettext.
26094         * MODULES.html.sh (Internationalization functions): Add gettext-h.
26095         * modules/gettext-h: New file.
26096         * modules/gettext (Files): Remove lib/gettext.h.
26097         (Depends-on): Add gettext-h.
26098         (Makefile.am): Remove lib_SOURCES.
26099         * modules/argmatch, modules/c-stack, modules/closeout:
26100         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
26101         * modules/execute, modules/file-type, modules/getaddrinfo:
26102         * modules/getopt, modules/human, modules/javacomp:
26103         * modules/javaexec, modules/mkdir-p, modules/obstack:
26104         * modules/openat, modules/pagealign_alloc, modules/pipe:
26105         * modules/quotearg, modules/regex, modules/rpmatch:
26106         * modules/unicodeio, modules/userspec, modules/version-etc:
26107         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
26108         * modules/xsetenv:
26109         Depend on gettext-h, not gettext.
26110
26111 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26112
26113         * gnulib-tool (func_import): Add support for 'public domain' license.
26114         * modules/alloca, modules/atexit, modules/memmove:
26115         Now public domain, not GPL.
26116         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
26117         * modules/realloc, modules/strerror, modules/strtod:
26118         Now LGPL, not GPL.
26119
26120 2005-07-05  Bruno Haible  <bruno@clisp.org>
26121
26122         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
26123         autoconf CVS. Needed for mingw.
26124
26125 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26126
26127         Remove the dependency of the strftime module on the tzset module.
26128         * modules/strftime (Depends-on): Remove dependency on tzset.
26129
26130 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26131
26132         Remove the dependency of the strftime module on the tzset module.
26133         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
26134         gl_FUNC_TZSET_CLOBBER.
26135
26136 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26137
26138         Remove the dependency of the strftime module on the tzset module.
26139         * lib/strftime.c (my_strftime)
26140         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
26141         Copy the input structure, to work around some of the bug with
26142         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
26143         Solaris releases, you should also use the tzset module, but we won't
26144         require it as a dependency any more since we don't want LGPLed code
26145         to depend on GPLed code.
26146
26147 2005-07-02  Jim Meyering  <jim@meyering.net>
26148
26149         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
26150         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
26151         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
26152         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
26153
26154 2005-07-02  Jim Meyering  <jim@meyering.net>
26155
26156         * lib/backupfile.c (backup_args): Change a `0' to NULL.
26157
26158 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26159
26160         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
26161         declares only 'struct timespec;' (!).
26162
26163 2005-07-01  Jim Meyering  <jim@meyering.net>
26164
26165         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
26166         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
26167         * lib/save-cwd.c, tempname.c:
26168         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26169         and don't include <sys/file.h>).
26170
26171 2005-06-29  Jim Meyering  <jim@meyering.net>
26172
26173         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
26174         type name.  Use the variable name instead.
26175         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
26176         Likewise.
26177
26178 2005-06-28  Simon Josefsson  <jas@extundo.com>
26179
26180         * modules/check-version (Files): Add check-version.m4.
26181
26182 2005-06-28  Simon Josefsson  <jas@extundo.com>
26183
26184         * m4/check-version.m4: New file, suggested by Jim Meyering
26185         <jim@meyering.net>.
26186
26187 2005-06-28  Simon Josefsson  <jas@extundo.com>
26188
26189         * lib/check-version.h, lib/check-version.c: New files.
26190
26191 2005-06-28  Simon Josefsson  <jas@extundo.com>
26192
26193         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
26194         collision with global variable.  Better indentation.  Don't
26195         increment buffer pointer beyond buffer end.  Based on comments
26196         from Paul Eggert <eggert@cs.ucla.edu>.
26197
26198         * lib/base64.h: Indent.
26199
26200 2005-06-28  Simon Josefsson  <jas@extundo.com>
26201
26202         * doc/gnulib.texi (Library version handling): New section.
26203
26204 2005-06-28  Jim Meyering  <jim@meyering.net>
26205
26206         * check-module (find_included_lib_files): Hard-code another
26207         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
26208         but modules/fts-lgpl (correctly) does not list those files.
26209
26210         * modules/canonicalize (Files): Add lib/pathmax.h.
26211
26212 2005-06-25  Simon Josefsson  <jas@extundo.com>
26213
26214         * modules/check-version: New file.
26215
26216 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
26217
26218         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
26219         initializer of struct addrinfo, as an indication that we don't
26220         care how many members the structure has.
26221
26222 2005-06-24  Derek Price  <derek@ximbiot.com>
26223         and Bruno Haible  <bruno@clisp.org>
26224
26225         Remove stat module & update lstat.
26226         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
26227         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26228         * m4/stat.m4: Remove this file.
26229
26230 2005-06-24  Derek Price  <derek@ximbiot.com>
26231         and Bruno Haible  <bruno@clisp.org>
26232
26233         Remove stat module & update lstat.
26234         * lib/stat.c: Remove this file...
26235         (slash_aware_lstat): ...moving this content and its support...
26236         * lib/lstat.c (rpl_lstat): ...into here.
26237         * lib/lstat.h: New file.
26238
26239 2005-06-24  Derek Price  <derek@ximbiot.com>
26240         and Bruno Haible  <bruno@clisp.org>
26241
26242         Remove stat module & update lstat.
26243         * config/srclist.txt (libc sources): Remove stat.
26244
26245 2005-06-24  Derek Price  <derek@ximbiot.com>
26246         and Bruno Haible  <bruno@clisp.org>
26247
26248         Remove stat module & update lstat.
26249         * MODULES.html.sh (stat): Remove.
26250         * MODULES.html: Regenerated.
26251         * modules/lstat (Description): Correct function name.
26252         (Files): Add "lstat.h".
26253         (Depends-on): Remove stat, add xalloc, stat-macros.
26254         * modules/stat: Remove this file.
26255         (Include): Add "lstat.h", remove <sys/stat.h>.
26256
26257 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26258
26259         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
26260         (ranged_convert): Don't save conversion in a temporary struct.
26261         This causes a warning with GCC 4.0.0, and anyway in the typical
26262         case it's not worth the extra 100 bytes or so of code.
26263         (ranged_convert, __mktime_internal): When calling a function via a
26264         pointer P, use P () rather than (*P) (), as we now assume C89 or
26265         better.
26266
26267 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26268
26269         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
26270         "who -r" failed to give output.  Problem reported by Tim Waugh.
26271
26272         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
26273         (xcalloc): Use it to avoid needless tests.
26274         Problem reported by Jim Meyering.
26275
26276 2005-06-20  Derek Price  <derek@ximbiot.com>
26277
26278         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
26279         unnecessary for Autoconfs > 2.59c.
26280
26281 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26282
26283         * lib/argp.h (__option_is_short): Check upper limit of
26284         __key. Isprint() requires its argument to have the value
26285         of an unsigned char or EOF.
26286
26287 2005-06-16  Jim Meyering  <jim@meyering.net>
26288
26289         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
26290         when either N or S is zero.
26291
26292 2005-06-16  Derek Price  <derek@ximbiot.com>
26293
26294         * m4/bison.m4: Declare YACC & YFLAGS precious.
26295
26296 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
26297
26298         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
26299         multibyte string or pattern, fall back on unibyte matching.
26300         Problem reported by James Youngman.
26301
26302 2005-06-08  Bruno Haible  <bruno@clisp.org>
26303
26304         * modules/csharpcomp: New file.
26305         * MODULES.html.sh (C#): Add csharpcomp.
26306
26307 2005-06-08  Bruno Haible  <bruno@clisp.org>
26308
26309         * m4/csharpcomp.m4: New file, from GNU gettext.
26310
26311 2005-06-08  Bruno Haible  <bruno@clisp.org>
26312
26313         * lib/csharpcomp.h: New file, from GNU gettext.
26314         * lib/csharpcomp.c: New file, from GNU gettext.
26315         * lib/csharpcomp.sh.in: New file, from GNU gettext.
26316
26317 2005-06-08  Bruno Haible  <bruno@clisp.org>
26318
26319         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
26320         warning on mingw.
26321
26322 2005-06-07  Derek Price  <derek@ximbiot.com>
26323
26324         Sync from CVS.
26325         * lib/glob_.h: Indent nested #ifdef.
26326
26327 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26328
26329         Sync from coreutils.
26330         Use "file name" when talking about file names, instead of "filename"
26331         or "path", as per the GNU coding standards.
26332         * lib/mkdir-p.c: Renamed from makepath.c.
26333         (make_dir_parents): Renamed from make_path.  All callers changed.
26334         * lib/mkdir-p.h: Likewise.  All includers changed.
26335         * lib/filenamecat.c: Renamed from path-concat.c.
26336         (file_name_concat): Renamed from path_concat.  All callers changed.
26337         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
26338         * lib/filenamecat.h: Likewise.  All includers changed.
26339         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
26340         in comments or local variable names.
26341         * lib/basename.c: Likewise.
26342         * lib/canonicalize.c, canonicalize.h: Likewise.
26343         * lib/dirname.c, dirname.h: Likewise.
26344         * lib/euidaccess.c: Likewise.
26345         * lib/exclude.c: Likewise
26346         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
26347         * lib/fsusage.c, fsuage.h: Likewise.
26348         * lib/fts.c, fts_.h: Likewise.
26349         * lib/getcwd.c: Likewise.
26350         * lib/getloadavg.c: Likewise.
26351         * lib/mkstemp.c: Likewise.
26352         * lib/mountlist.c, mountlist.h: Likewise.
26353         * lib/openat.c, openat.h: Likewise.
26354         * lib/readlink-stub.c: Likewise.
26355         * lib/readutmp.c, readutmp.h: Likewise.
26356         * lib/rename.c: Likewise.
26357         * lib/rmdir.c: Likewise.
26358         * lib/same.c: Likewise.
26359         * lib/savedir.c: Likewise.
26360         * lib/stripslash.c: Likewise.
26361         * lib/tempname.c: Likewise.
26362         * lib/xreadlink.c: Likewise.
26363         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
26364         All uses changed.
26365         * lib/exclude.h: Likewise.
26366
26367         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
26368         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26369         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
26370         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26371         * lib/pathmax.h: Include <limits.h> unconditionally, since other
26372         files have been getting away with it for years (MORE/BSD 4.3
26373         is extinct now).
26374         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
26375         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26376
26377         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
26378         Define to 256, not 255, as per modern POSIX.
26379
26380 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26381
26382         Sync from coreutils.
26383         Use "file name" when talking about file names, instead of "filename"
26384         or "path", as per the GNU coding standards.
26385         * MODULES.html.sh: mkdir-p renamed from makepath.
26386         filenamecat renamed from path-concat.
26387         * modules/filenamecat: Renamed from modules/path-concat.
26388         (Files): filenamecat.h and filenamecat.c renamed from
26389         path-concat.h and path-concat.c.
26390         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
26391         (Include): filenamecat.h, not path-concat.h.
26392         * modules/mkdir-p: Renamed from modules/makepath.
26393         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
26394         makepath.c.
26395         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
26396         (Include): mkdir-p.h, not makepath.h.
26397
26398 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26399
26400         Sync from coreutils.
26401         * m4/mkdir-p.m4: Renamed from makepath.m4.
26402         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
26403         Rename files from makepath.c to mkdir-p.c, and from
26404         makepath.h to mkdir-p.h.
26405         * m4/filenamecat.m4: Renamed from path-concat.m4.
26406         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
26407         Rename files from path-concat.c to filenamecat.c,
26408         and from path-concat.h to filenamecat.h.
26409         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
26410         "file name" in local variables or comments.
26411         * m4/rename.m4: Likewise.
26412
26413 2005-06-01  Bruno Haible  <bruno@clisp.org>
26414
26415         * modules/csharpexec: New file.
26416         * MODULES.html.sh (C#): New section.
26417
26418 2005-06-01  Bruno Haible  <bruno@clisp.org>
26419
26420         * m4/csharp.m4: New file, from GNU gettext.
26421         * m4/csharpexec.m4: New file, from GNU gettext.
26422
26423 2005-06-01  Bruno Haible  <bruno@clisp.org>
26424
26425         * lib/csharpexec.h: New file, from GNU gettext.
26426         * lib/csharpexec.c: New file, from GNU gettext.
26427         * lib/csharpexec.sh.in: New file, from GNU gettext.
26428
26429 2005-05-31  Derek Price  <derek@ximbiot.com>
26430             Paul Eggert  <eggert@cs.ucla.edu>
26431
26432         Sync from cvs.
26433         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26434
26435 2005-05-31  Derek Price  <derek@ximbiot.com>
26436             Paul Eggert  <eggert@cs.ucla.edu>
26437
26438         Sync from cvs.
26439         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26440
26441 2005-05-29  Derek Price  <derek@ximbiot.com>
26442
26443         * config/srclist.txt (glob_.h, glob.c): Add these files.
26444
26445 2005-05-29  Derek Price  <derek@ximbiot.com>
26446
26447         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
26448         * modules/glob: New file.
26449         * modules/getlogin_r: Add link to POSIX spec in description.
26450
26451 2005-05-29  Derek Price  <derek@ximbiot.com>
26452             Paul Eggert  <eggert@cs.ucla.edu>
26453
26454         * m4/glob.m4: New file.
26455
26456 2005-05-29  Derek Price  <derek@ximbiot.com>
26457             Paul Eggert  <eggert@cs.ucla.edu>
26458
26459         * lib/glob_.h, lib/glob.c: New files.
26460
26461 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26462
26463         * modules/fts (Files): Remove m4/inttypes-pri.m4.
26464         * modules/fts-lgpl (Depends-on): Remove gettext.
26465
26466 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26467
26468         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
26469         and don't require gt_INTTYPES_PRI.
26470
26471 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26472
26473         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
26474
26475         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
26476         the configuration hassle isn't worth it.
26477         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
26478         (LONGEST_MODIFIER, PRIuMAX): Remove.
26479
26480 2005-05-27  Bruno Haible  <bruno@clisp.org>
26481
26482         * lib/getlogin_r.h: Remove second include of <stddef.h>.
26483
26484 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
26485
26486         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
26487         _POSIX_PTHREAD_SEMANTICS for Solaris.
26488
26489 2005-05-25  Derek Price  <derek@ximbiot.com>
26490
26491         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
26492
26493 2005-05-25  Derek Price  <derek@ximbiot.com>
26494             Paul Eggert  <eggert@cs.ucla.edu>
26495
26496         * modules/getlogin_r, m4/getlogin_r.m4: New files.
26497         * lib/getlogin_r.c, getlogin_r.h: New files.
26498
26499 2005-05-25  Bruno Haible  <bruno@clisp.org>
26500             Derek Price  <derek@ximbiot.com>
26501
26502         * lib/getlogin_r.h: Simplify API documentation.
26503
26504 2005-05-23  Derek Price  <derek@ximbiot.com>
26505
26506         * modules/minmax (Files): Add m4/minmax.m4.
26507         (configure.ac): Add gl_MINMAX.
26508
26509 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26510
26511         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
26512         so that unistd-safer.h (GPL'ed code) need not be included.
26513
26514 2005-05-22  Bruno Haible  <bruno@clisp.org>
26515
26516         * m4/minmax.m4: New file.
26517         Based on a patch by Derek Price <derek@ximbiot.com>.
26518
26519 2005-05-22  Bruno Haible  <bruno@clisp.org>
26520
26521         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
26522         (INT64_MIN): Fix definition.
26523         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
26524
26525         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
26526         NEED_SIGNED_INT_TYPES.
26527
26528         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
26529         HAVE_SYSTEM_INTTYPES.
26530
26531 2005-05-22  Bruno Haible  <bruno@clisp.org>
26532
26533         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
26534         Also include <sys/param.h> if it defines MIN, MAX.
26535         Based on a patch by Derek Price <derek@ximbiot.com>.
26536
26537 2005-05-21  Jim Meyering  <jim@meyering.net>
26538
26539         * modules/fts (Files): Add m4/inttypes-pri.m4.
26540         (Depends-on): Add lstat and remove gettext.  Alphabetize.
26541
26542 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26543
26544         New fts module.
26545         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
26546         (setup_dir, free_dir): New functions.
26547         (enter_dir, leave_dir): Define trivial
26548         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
26549         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
26550         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
26551         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
26552         Move to fts-cycle.c.
26553         (fts_open): Use setup_dir.
26554         (fts_close): Use free_dir.
26555         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
26556         This adds a label and some gotos, but the alternatives were messier.
26557         Check for memory allocation failure when entering a dir.
26558         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
26559         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
26560         (FTS): New member fts_cycle, that is a union that contains the
26561         old active_dir_ht and cycle_state.  All uses changed to mention
26562         fts_cycle.ht and fts_cycle.state.
26563         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
26564         fts.c, with the following changes:
26565         (setup_dir, free_dir): New functions.
26566         (enter_dir): Now returns bool.  Return true if successful, false
26567         if memory exhausted.  All callers changed.
26568         Do not bother partly cleaning up on
26569         memory allocation failure; that is free_dir's job.
26570         However, free ad if hash_insert fails, to avoid memory leak.
26571         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
26572         fts->fts_options to see which union member to use.
26573
26574 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26575
26576         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
26577         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
26578
26579 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26580
26581         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
26582
26583 2005-05-20  Jim Meyering  <jim@meyering.net>
26584
26585         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
26586         Now a macro, to pacify GCC.
26587
26588 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
26589
26590         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
26591         of -1.
26592
26593 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
26594
26595         * lib/chown.c (rpl_chown): Return -1 on failure.
26596
26597 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
26598
26599         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
26600         Don't check for stddef.h.
26601         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
26602         don't use its results.
26603         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
26604         since we include them unconditionally.  Don't require
26605         AM_STDBOOL_H, since stdbool is a prerequisite.
26606         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
26607         since we assume C89 or better.
26608         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
26609         as we don't use their results.
26610         Don't check for fchdir, memmove, memset, strrchr, as we use
26611         them unconditionally.
26612         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
26613         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
26614
26615 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
26616
26617         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
26618         Include <stddef.h> unconditionally, since we assume C89 now.
26619         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
26620         * lib/fts.c: Include fts_.h first, to check interface.
26621         Do not include intprops.h; no longer needed.
26622         Include cycle-check.h and hash.h, since fts_.h no longer does.
26623         Remove unnecessary casts of closedir to void.
26624         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
26625         decide whether to decrement nlinks.
26626         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
26627         (FTS): Use struct hash_table * instead of Hash_table, so that
26628         we no longer need to include hash.h here.
26629
26630 2005-05-18  Jim Meyering  <jim@meyering.net>
26631
26632         * modules/dirfd (License): Change to LGPL.  Most of the code
26633         is already in the public domain.
26634
26635 2005-05-18  Jim Meyering  <jim@meyering.net>
26636
26637         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
26638         Reported by Yoann Vandoorselaere.
26639
26640 2005-05-17  Jim Meyering  <jim@meyering.net>
26641
26642         * m4/fts.m4: New file, from coreutils.
26643
26644 2005-05-17  Jim Meyering  <jim@meyering.net>
26645
26646         * lib/fts.c, lib/fts_.h: New files, from coreutils.
26647
26648 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26649
26650         Sync from coreutils.
26651         * m4/unlinkdir.m4: New file.
26652
26653 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26654
26655         Sync from coreutils.
26656         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
26657         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
26658         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
26659         White space changes only.
26660         * lib/makepath.c (make_path): Port to hosts where leading "//" is
26661         special.
26662         * lib/yesno.c: Include getline.h, not ctype.h.
26663         (yesno): Don't remove leading white space; POSIX doesn't allow it.
26664         Use getline to remove arbitrary restriction on response length.
26665
26666 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26667
26668         * config/srclist-update: Spell out "Street" in FSF postal
26669         mail address; this is the style the FSF seems to prefer.
26670
26671         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
26672         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
26673         this updates FSF postal mail address.
26674
26675         Sync from coreutils.
26676         * modules/unlinkdir: New file.
26677         * modules/yesno (Depends-on): Add getline.
26678         * MODULES.html.sh (File system functions): Add unlinkdir.
26679
26680 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26681
26682         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
26683         lib/strsep.h:
26684         Change the initial comment to refer to GPL, not LGPL.
26685         gnulib-tool will change it to LGPL as needed.
26686
26687         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
26688         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
26689         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
26690         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
26691         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
26692         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
26693         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
26694         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
26695         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
26696         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
26697         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
26698         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
26699         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
26700         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
26701         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
26702         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
26703         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
26704         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
26705         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
26706         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
26707         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
26708         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
26709         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
26710         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
26711         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
26712         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
26713         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
26714         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
26715         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
26716         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
26717         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
26718         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
26719         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
26720         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
26721         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
26722         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
26723         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
26724         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
26725         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
26726         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
26727         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
26728         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
26729         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
26730         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
26731         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
26732         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
26733         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
26734         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
26735         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
26736         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
26737         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
26738         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
26739         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
26740         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
26741         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
26742         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
26743         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
26744         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
26745         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
26746         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
26747         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
26748         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
26749         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
26750         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
26751         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
26752         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
26753         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
26754         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
26755         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
26756         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
26757         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
26758         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
26759         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
26760         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
26761         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
26762         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
26763         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
26764         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
26765         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
26766         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
26767         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
26768         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
26769         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
26770         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
26771         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
26772         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
26773         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
26774         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
26775         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
26776         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
26777         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
26778         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
26779         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
26780         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
26781         lib/yesno.c, lib/yesno.h:
26782         Update FSF postal mail address.
26783
26784 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26785
26786         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
26787         tests/test-memmem.c, tests/test-stpncpy.c:
26788         Update FSF postal mail address.
26789
26790 2005-05-13  Bruno Haible  <bruno@clisp.org>
26791
26792         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
26793         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
26794         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
26795         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
26796         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
26797         Add support for 64-bit integers in the MSVC compiler.
26798
26799 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26800
26801         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
26802
26803 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
26804
26805         * gnulib-tool (func_import): Sort and uniquify recommended includes.
26806
26807 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
26808
26809         * doc/getdate.texi (General date syntax): Don't say that date
26810         date --iso-8601=ns generates acceptable dates; it doesn't yet.
26811         Problem reported by Nic Ferrier.
26812
26813 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26814
26815         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
26816         specified in ai_socktype. Fix invalid ai_protocol
26817         check. ai_protocol is usually set to 0 or depending on
26818         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
26819         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
26820         ai_socktype / ai_protocol in the returned addrinfo structure.
26821
26822 2005-05-10  Simon Josefsson  <jas@extundo.com>
26823
26824         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
26825         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26826
26827 2005-05-10  Karl Berry  <karl@gnu.org>
26828
26829         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
26830         (from http://www.gnu.org/licenses).
26831         * doc/COPYING.LIB: also rename to COPYING.LESSER.
26832         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
26833         fdl.texi suffices.
26834
26835 2005-05-10  Karl Berry  <karl@gnu.org>
26836
26837         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
26838         (COPYING.DOC): remove.
26839
26840         * config/srclist-update: new FSF address.
26841
26842 2005-05-10  Derek Price  <derek@ximbiot.com>
26843
26844         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
26845         possible.
26846
26847 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26848             Bruno Haible  <bruno@clisp.org>
26849
26850         * modules/inet_ntop: New file.
26851         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26852         inet_ntop.
26853
26854 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26855             Bruno Haible  <bruno@clisp.org>
26856
26857         * m4/inet_ntop.m4: New file.
26858
26859 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26860             Bruno Haible  <bruno@clisp.org>
26861
26862         * lib/inet_ntop.h: New file.
26863         * lib/inet_ntop.c: New file, from glibc with modifications.
26864
26865 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
26866
26867         * modules/time_r (License): Change to LGPL.
26868         * modules/extensions (License): Change to LGPL.  Actually,
26869         the license is more permissive than that, but currently gnulib-tool
26870         doesn't know how to handle more-permissive licenses.
26871
26872         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
26873         Problem reported by Dave Love.
26874
26875 2005-05-08  Jim Meyering  <jim@meyering.net>
26876
26877         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
26878         blank.
26879
26880 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
26881
26882         * modules/argmatch (Depends-on): Add stdbool.
26883         * modules/backupfile (Depends-on): Likewise.
26884         * modules/chdir-long (Depends-on): Likewise.
26885         * modules/closeout (Depends-on): Likewise.
26886         * modules/cycle-check (Depends-on): Likewise.
26887         * modules/dirname (Depends-on): Likewise.
26888         * modules/fnmatch (Depends-on): Likewise.
26889         * modules/fsusage (Depends-on): Likewise.
26890         * modules/fwriteerror (Depends-on): Likewise.
26891         * modules/getcwd (Depends-on): Likewise.
26892         * modules/getloadavg (Depends-on): Likewise.
26893         * modules/hard-locale (Depends-on): Likewise.
26894         * modules/makepath (Depends-on): Likewise.
26895         * modules/mountlist (Depends-on): Likewise.
26896         * modules/nanosleep (Depends-on): Likewise.
26897         * modules/posixtm (Depends-on): Likewise.
26898         * modules/quotearg (Depends-on): Likewise.
26899         * modules/readtokens (Depends-on): Likewise.
26900         * modules/readtokens0 (Depends-on): Likewise.
26901         * modules/readutmp (Depends-on): Likewise.
26902         * modules/save-cwd (Depends-on): Likewise.
26903         * modules/strftime (Depends-on): Likewise.
26904         * modules/userspec (Depends-on): Likewise.
26905         * modules/utimecmp (Depends-on): Likewise.
26906         * modules/xgetcwd (Depends-on): Likewise.
26907         * modules/xnanosleep (Depends-on): Likewise.
26908         * modules/xstrtod (Depends-on): Likewise.
26909         * modules/yesno (Depends-on): Likewise.
26910
26911 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
26912
26913         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
26914         needless checks.
26915
26916 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26917
26918         Merge from coreutils.  Among other things,
26919         add bulletproofing for cases where stdin, stdout, or stderr are closed.
26920         * lib/fd-safer.c: New file.
26921         * lib/fcntl-safer.h, open-safer.c: Remove.
26922         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
26923         * lib/dup-safer.c: Include unistd-safer.h first.
26924         Don't include errno.h.
26925         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
26926         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
26927         * lib/file-type.c: Rely on file-type.h change.
26928         * lib/getloadavg.c: Include unistd-safer.h.
26929         (getloadavg): Use safer open.
26930         * lib/getusershell.c: Include "stdio-safer.h".
26931         (getusershell): Use safer fopen.
26932         * lib/long-options.c (long_options): Use NULL rather than 0.
26933         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
26934         'free'.
26935         * lib/modechange.c: Likewise.
26936         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
26937         (MODE_DONE): New constant.
26938         (struct mode_change): Remove 'next' member.
26939         (make_node_op_equals): New function; like the old one of the
26940         same name, except it allocates an array.
26941         (mode_compile, mode_create_from_ref): Use it.
26942         (mode_compile): Allocate result as an array, not a linked list.
26943         Parse octal string ourself, so that we catch mistakes like "+0".
26944         (mode_adjust): Arg is an array, not a linked list.
26945         * lib/modechange.c: Include stat-macros.h, xalloc.h.
26946         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
26947         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
26948         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
26949         Remove.  This is now stat-macros.h's job.
26950         (talloc): Remove.  All callers replaced by xalloc, so that
26951         our invokers don't have to worry about reporting memory failures.
26952         (make_node_op_equals): Remove.
26953         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
26954         New constants.
26955         (struct mode_change): Moved here from modechange.h.
26956         (mode_append_entry): Remove.
26957         (mode_compile): Remove MASKED_OPS arg, since it encouraged
26958         apps to have incorrect behavior.  Use simpler algorithm for head
26959         and tail.  Don't futz with umask; that's now the job of mode_adjust.
26960         Detect more invalid usages rather than having somewhat-random behavior.
26961         Don't insert an "a=" action, as that leads to incorrect behavior.
26962         (mode_compile, mode_create_from_ref): Return NULL on error instead
26963         of an enum, since now there's only one way to have an error.  All
26964         callers changed.
26965         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
26966         at the correct time.  Simplify calculation of "+u" and its ilk.
26967         Don't mishandle "+X".
26968         (mode_free): Remove "register" and localize decls.
26969         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
26970         (struct mode_change): Move to modechange.c; callers don't
26971         need to see this stuff.
26972         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
26973         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
26974         (mode_change, mode_adjust): Reflect the new signatures noted above.
26975         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
26976         that might redefine system include files.
26977         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
26978         (my_usleep): Use NULL rather than (void *) 0.
26979         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
26980         Use siginterrupt to specify that system calls should be interrupted.
26981         (rpl_nanosleep): Move initialization of suspended closer to call of
26982         my_usleep.
26983         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
26984         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
26985         (desirable_utmp_entry): New function.
26986         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
26987         using x2nrealloc, to simplify logic.
26988         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
26989         size calculation.  Do not assume utmp file is a regular file.
26990         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
26991         (READ_UTMP_CHECK_PIDS): New constant.
26992         * lib/save-cwd.c: Include unistd-safer.h.
26993         (save_cwd): Use fd_safer.
26994         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
26995         [!_LIBC] Include "stat-macros.h" instead.
26996         * lib/unistd-safer.h (fd_safer): New decl.
26997
26998 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26999
27000         * modules/getloadavg (Depends-on): Add unistd-safer.
27001         * modules/getusershell (Depends-on): Add stdio-safer.
27002         * modules/lstat (Depends-on): Remove xalloc.
27003         * modules/mkstemp (Depends-on): Add stat-macros.
27004         * modules/modechange (Depends-on): Remove xstrtol.
27005         Add stat-macros, xalloc.
27006         * modules/save-cwd (Depends-on): Add unistd-safer.
27007         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
27008         * modules/unistd-safer (Files): Add lib/fd-safer.c
27009         (Makefile.am): Remove lib_SOURCES.
27010
27011         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
27012         Remove fcntl-safer; unistd-safer supersedes it.
27013
27014 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27015
27016         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
27017         AC_HEADER_STAT.
27018         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
27019         (gl_PREREQ_CHOWN): Remove.
27020         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
27021         it.  Don't require AC_HEADER_STAT.
27022         (gl_PREREQ_LSTAT): Remove.
27023         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
27024         Don't require AC_HEADER_STAT.
27025         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
27026         (gl_PREREQ_RMDIR): Remove.
27027         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
27028         mention stat-macros.h or AC_HEADER_STAT, since we'll make
27029         the stat-macros module a prerequisite.
27030         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
27031         * m4/filemode.m4 (gl_FILEMODE): Likewise.
27032         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
27033         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
27034         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
27035         variable names.
27036         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
27037         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
27038         variable prefixes.
27039         * m4/fcntl-safer.m4: Remove.
27040         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
27041         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
27042         Invoke gl_PREREQ_FD_SAFER.
27043         (gl_PREREQ_FD_SAFER): New macro.
27044         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
27045         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
27046         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
27047         Remove duplicate call to AC_LIBOBJ(readutmp).
27048         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
27049
27050         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
27051         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
27052
27053 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27054
27055         * MODULES.html.sh (Misc): Add byteswap.
27056
27057 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27058
27059         * modules/getcwd (Depends-on): Add extensions.
27060         * modules/openat (Depends-on): Likewise.
27061
27062 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27063
27064         * modules/byteswap: New file.
27065
27066 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27067
27068         * m4/byteswap.m4: New file.
27069
27070 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27071
27072         * lib/byteswap_.h: New file.
27073
27074 2005-04-25  Karl Berry  <karl@gnu.org>
27075
27076         * m4/gettext.m4: Update from GNU gettext 0.14.4.
27077
27078 2005-04-25  Albert Chin  <china@thewrittenword.com>
27079
27080         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
27081         Toolkit C bug.
27082
27083 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
27084
27085         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
27086         (func_ln_if_changed) Remove forcibly for no error message
27087         in case file does not exist.
27088
27089 2005-04-19  Simon Josefsson  <jas@extundo.com>
27090
27091         * gnulib-tool (Options): Make --symlink mean --symbolic.
27092
27093 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
27094
27095         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
27096
27097 2005-04-16  Simon Josefsson  <jas@extundo.com>
27098
27099         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
27100
27101 2005-04-15  Simon Josefsson  <jas@extundo.com>
27102
27103         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
27104
27105 2005-04-15  Simon Josefsson  <jas@extundo.com>
27106
27107         * gnulib-tool: Rename --symlink to --symbolic.
27108
27109 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
27110
27111         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
27112         symbolic links to files instead of copying/moving.  Add --aux-dir,
27113         specifying directory relative --dir where auxiliary build tools
27114         are placed.
27115
27116 2005-04-14  Bruno Haible  <bruno@clisp.org>
27117
27118         * modules/allocsa (License): Change to LGPL.
27119         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
27120
27121 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27122
27123         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
27124         that "UTC +1 second" continues to work.  Problem reported
27125         by Dmitry V. Levin.
27126         (relunit_snumber): New rule.
27127         (relunit): Use it.
27128
27129 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27130
27131         * lib/getdate.y (universal_time_zone_table): New constant.
27132         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
27133         universal_time_zone_table.
27134         (lookup_zone): Prefer universal_time_zone_table to
27135         local_time_zone_table, so that "GMT" time stamps are allowed in
27136         London during the summer.  Problem reported by Ian Abbott.
27137
27138 2005-04-12  Jim Meyering  <jim@meyering.net>
27139
27140         * lib/human.c (humblock): Set *options even when returning due to
27141         xstrtoumax conversion failure.  Thanks to a used-uninitialized
27142         warning from gcc-4.
27143
27144 2005-04-09  Jim Meyering  <jim@meyering.net>
27145
27146         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
27147         -Wuninitialized: initialize tm0.tm_year.
27148
27149 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
27150
27151         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
27152         count, since there's no maximum.  All uses changed.
27153         Add member dsts_seen.
27154         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
27155         not being INT_MAX.
27156         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
27157         Use pc_rels_seen to decide whther a date is absolute.
27158
27159         * lib/getdate.y (number): Don't overwrite year.
27160         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
27161         check.
27162
27163 2005-04-02  Simon Josefsson  <jas@extundo.com>
27164
27165         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
27166         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
27167
27168 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
27169
27170         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
27171         where no absolute path name can be longer than PATH_MAX.
27172
27173 2005-03-27  Jim Meyering  <jim@meyering.net>
27174
27175         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
27176
27177 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
27178
27179         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
27180         "one's complement" -> "ones' complement" in comment, as per Knuth.
27181         "value of type" -> "type or expression" in comment.
27182         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
27183
27184 2005-03-26  Jim Meyering  <jim@meyering.net>
27185
27186         Comment nits.
27187         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
27188         Correct typos: s/or/of/.
27189
27190 2005-03-26  Jim Meyering  <jim@meyering.net>
27191
27192         * modules/check-include-files: Move to ../ and rename to...
27193         * check-module: ...this.
27194
27195 2005-03-25  Jim Meyering  <jim@meyering.net>
27196
27197         * modules/xvasprintf (Files): Add xalloc.h.
27198
27199 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
27200
27201         * modules/gettext (Files): config/config.rpath ->
27202         build-aux/config.rpath
27203         * modules/iconv (Files): Likewise.
27204         Problem reported by Oskar Liljeblad.
27205
27206 2005-03-23  Jim Meyering  <jim@meyering.net>
27207
27208         * modules/check-include-files: New script to check for
27209         missing dependencies, multiple includes, etc.
27210
27211         * modules/c-strtold (Depends-on): Add xalloc.
27212         * modules/c-strtod (Depends-on): Add xalloc.
27213         * modules/hash (Depends-on): Add xalloc.
27214         (Files): Remove lib/xalloc.h.
27215
27216         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
27217         * modules/userspec (Files): Add lib/inttostr.h.
27218
27219 2005-03-23  Jim Meyering  <jim@meyering.net>
27220
27221         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
27222
27223 2005-03-22  Jim Meyering  <jim@meyering.net>
27224
27225         * modules/stat-macros: New module.
27226         * modules/canonicalize, modules/euidaccess, modules/file-type,
27227         * modules/filemode, modules/lchown, modules/makepath,
27228         * modules/rmdir, modules/stat: Depend on new stat-macros module
27229         rather than listing lib/stat-macros.h manually.
27230         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
27231
27232 2005-03-22  Jim Meyering  <jim@meyering.net>
27233
27234         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
27235
27236 2005-03-22  Bruno Haible  <bruno@clisp.org>
27237
27238         * config/srclist.txt: Replace target directory 'config' with
27239         'build-aux'.
27240         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
27241         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
27242         ../build-aux/.
27243
27244 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
27245
27246         * modules/chdir-long (Depends-on): Add mempcpy.
27247
27248         * modules/acl, modules/backupfile, modules/c-strtod,
27249         modules/c-strtold, modules/canon-host, modules/canonicalize,
27250         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
27251         modules/exclude, modules/exitfail, modules/file-type,
27252         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
27253         modules/getdate, modules/getline, modules/getpagesize,
27254         modules/getpass, modules/getugroups, modules/group-member,
27255         modules/hard-locale, modules/hash, modules/human, modules/idcache,
27256         modules/inttostr, modules/long-options, modules/makepath,
27257         modules/md5, modules/memcasecmp, modules/memcoll,
27258         modules/modechange, modules/mountlist, modules/path-concat,
27259         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
27260         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
27261         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
27262         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
27263         modules/strftime, modules/strndup, modules/strverscmp,
27264         modules/timespec, modules/unlocked-io, modules/userspec,
27265         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
27266         modules/yesno:
27267         Remove lib_SOURCES line from Makefile.am section, as this is now
27268         done automatically by the corresponding Autoconf macro.
27269
27270 2005-03-21  Jim Meyering  <jim@meyering.net>
27271
27272         Changes imported from coreutils.
27273
27274         * lib/cycle-check.c: Don't include xalloc.h.
27275
27276         * lib/path-concat.c: Don't include assert.h.
27277         (path_concat): Remove assertion that would have triggered
27278         for ABASE starting with more than one slash.
27279         Reported by Andreas Schwab.
27280
27281         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
27282         properly when ABASE is an absolute file name.
27283         Correct the description of this function.
27284         Include <assert.h>.
27285         Add an assertion and a test driver.
27286         This fixes a bug introduced on 2004-07-02.
27287         Andreas Schwab reported the resulting failure of cp --parents:
27288         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
27289
27290 2005-03-21  Jim Meyering  <jim@meyering.net>
27291
27292         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
27293         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
27294
27295 2005-03-21  Jim Meyering  <jim@meyering.net>
27296         and  Paul Eggert  <eggert@cs.ucla.edu>
27297
27298         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
27299         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
27300         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
27301         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
27302         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
27303         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
27304         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
27305         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
27306         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
27307         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
27308         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
27309         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
27310         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
27311         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
27312         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
27313         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
27314         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
27315         for these modules.
27316
27317 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
27318
27319         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
27320         (which shouldn't happen), generate nothing instead of returning 0
27321         immediately, so that nstrftime (NULL, ...) doesn't return 0.
27322
27323 2005-03-16  Bruno Haible  <bruno@clisp.org>
27324
27325         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
27326         HAVE_LONGLONG_64BIT.
27327
27328 2005-03-16  Bruno Haible  <bruno@clisp.org>
27329
27330         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
27331         HAVE_LONGLONG_64BIT.
27332
27333 2005-03-16  Bruno Haible  <bruno@clisp.org>
27334
27335         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
27336         HAVE_LONGLONG_64BIT.
27337
27338 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27339
27340         * lib/strftime.c (my_strftime): Prepend space to format so that we can
27341         reliably distinguish strftime failure from empty output on POSIX
27342         hosts.
27343
27344 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27345
27346         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
27347         (iconv_string): Don't guess a size-zero buffer, as that might cause
27348         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
27349         result would be 'too large', where 'too large' is (heuristically)
27350         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
27351         overflow concerns.  This will prevent some unwanted malloc failures
27352         when the inputs are very large.
27353
27354 2005-03-15  Karl Berry  <karl@gnu.org>
27355
27356         * config/srclist.txt (config.rpath): from gettext.
27357         * config/config.rpath: update.
27358
27359 2005-03-15  Bruno Haible  <bruno@clisp.org>
27360
27361         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
27362         to 'negate'.
27363
27364         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
27365         variable.
27366
27367         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
27368         results.
27369
27370 2005-03-14  Simon Josefsson  <jas@extundo.com>
27371
27372         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
27373         <fx@gnu.org>.
27374
27375 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
27376
27377         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
27378         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
27379         intprops.h.
27380         * lib/strtol.c: Likewise.
27381
27382 2005-03-14  Jim Meyering  <jim@meyering.net>
27383
27384         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
27385         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
27386         to be nonzero so that we (and caller) can detect the difference
27387         between a valid zero-length expansion and an error return, even
27388         when the underlying strftime fails before writing anything into
27389         that location.
27390
27391 2005-03-14  Bruno Haible  <bruno@clisp.org>
27392
27393         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
27394         Update from GNU gettext 0.14.3.
27395
27396 2005-03-10  Jim Meyering  <jim@meyering.net>
27397
27398         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
27399
27400 2005-03-10  Jim Meyering  <jim@meyering.net>
27401
27402         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
27403         so that this module works on systems without fchdir.
27404
27405 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
27406
27407         Factor int-properties macros into a single file, except for
27408         glibc-related files.
27409         * lib/intprops.h: New file.
27410         * lib/getloadavg.c: Include it instead of limits.h.
27411         (INT_STRLEN_BOUND): Remove.
27412         * lib/human.c: Include intprops.h.
27413         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
27414         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
27415         302/1000.
27416         * lib/inttostr.h: Include intprops.h instead of limits.h.
27417         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
27418         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
27419         for consistency with intprops.h.
27420         (time_t_is_integer, twos_complement_arithmetic): Use them.
27421         * lib/sig2str.h: Include <signal.h>, intprops.h.
27422         (INT_STRLEN_BOUND): Remove.
27423         * lib/strftime.c (TYPE_SIGNED): Remove.
27424         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
27425         * lib/strtol.c: Adjust comments to match intprops.h.
27426         * lib/userspec.c: Include intprops.h.
27427         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
27428         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
27429         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
27430         instead of rolling our own expressions.
27431         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
27432
27433         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
27434         instead of int.
27435         (my_strftime): Do not mishandle years close to INT_MAX, by doing
27436         the right thing even if adding 1900 would overflow.  Similarly
27437         for tm_mon + 1 and tm_yday + 1.
27438         Make %Y always equivalent to %C%y, and similarly for %G and %g.
27439         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
27440         (DO_SIGNED_NUMBER): New macro.
27441         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
27442
27443 2005-03-07  Bruno Haible  <bruno@clisp.org>
27444
27445         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
27446
27447 2005-03-07  Bruno Haible  <bruno@clisp.org>
27448
27449         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
27450
27451 2005-03-04  Derek R. Price  <derek@ximbiot.com>
27452
27453         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
27454         (func_import): Only replace files via --import when they have actually
27455         changed.
27456
27457 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27458
27459         * m4/mmap-anon.m4: New file.
27460         * m4/pagealign_alloc.m4: New file.
27461
27462 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27463             Bruno Haible  <bruno@clisp.org>
27464
27465         * modules/pagealign_alloc: New file.
27466         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
27467
27468 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27469             Bruno Haible  <bruno@clisp.org>
27470
27471         * lib/pagealign_alloc.h: New file.
27472         * lib/pagealign_alloc.c: New file.
27473
27474 2005-03-03  Bruno Haible  <bruno@clisp.org>
27475
27476         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
27477         Use an all-permissive copyright notice, recommended by RMS.
27478
27479 2005-03-02  Bruno Haible  <bruno@clisp.org>
27480
27481         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
27482         of AIX, the replacement has to be done only after <string.h> is
27483         included, therefore not in config.h. stpncpy.h does the replacement,
27484         and stpncpy.c uses it.
27485
27486 2005-03-02  Bruno Haible  <bruno@clisp.org>
27487
27488         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
27489         stpncpy.c uses it.
27490
27491 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27492
27493         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
27494         The workaround isn't strictly needed for POSIX conformance, and
27495         it's too much of a pain to configure and maintain.  We'll ask
27496         people to fix their kernels instead.
27497         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
27498         (NANOSLEEP_BUG_WORKAROUND): Remove.
27499         (xnanosleep): Remove the workaround.
27500
27501 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27502
27503         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
27504         Reported by Derek Price.
27505         (Include): Add "timespec.h".
27506
27507         * modules/xnanosleep (Depends-on): Remove gethrxtime.
27508
27509 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27510
27511         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
27512         to detect nanosleep bug.
27513
27514 2005-03-01  Bruno Haible  <bruno@clisp.org>
27515
27516         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
27517
27518 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27519
27520         * modules/gethrxtime: New file.
27521         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
27522         (Depends-on): Add gethrxtime.
27523         (configure.ac): Add gl_XNANOSLEEP.
27524         (Makefile.am): Remove lib_SOURCES line.
27525
27526 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
27527
27528         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
27529         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
27530
27531 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
27532
27533         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
27534         * lib/timespec.h (gettime): Return void, since it always
27535         succeeds now.  All uses changed.
27536         * lib/gettime.c (gettime) Likewise.
27537         [HAVE_NANOTIME]: Prefer nanotime.
27538         Assume gettimeofday succeeds, as POSIX requires.
27539         Assime time () succeeds, since other code already does.
27540         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
27541         (timespec_subtract): Remove.
27542         (NANOSLEEP_BUG_WORKAROUND): New constant.
27543         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
27544         things considerably.  Use it only on GNU/Linux hosts, since the
27545         workaround shouldn't be needed elsewhere.
27546
27547 2005-02-24  Bruno Haible  <bruno@clisp.org>
27548
27549         * modules/gettext (Files): Add m4/glibc2.m4.
27550
27551 2005-02-24  Bruno Haible  <bruno@clisp.org>
27552
27553         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
27554         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
27555         * m4/progtest.m4:
27556         Update from GNU gettext 0.14.2.
27557         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
27558
27559 2005-02-24  Bruno Haible  <bruno@clisp.org>
27560
27561         * lib/localcharset.c: Update from GNU gettext 0.14.2.
27562         * lib/config.charset: Update from GNU gettext 0.14.2.
27563
27564 2005-02-24  Bruno Haible  <bruno@clisp.org>
27565
27566         * lib/gettext.h: Update from GNU gettext 0.14.2.
27567
27568 2005-02-23  Simon Josefsson  <jas@extundo.com>
27569
27570         * m4/iconvme.m4: New file.
27571
27572 2005-02-23  Jim Meyering  <jim@meyering.net>
27573
27574         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
27575         change.
27576         Thanks to Bruno Haible for catching it.
27577
27578 2005-02-22  Simon Josefsson  <jas@extundo.com>
27579
27580         * modules/iconvme: New file.
27581
27582         * MODULES.html.sh: Add iconvme.
27583
27584 2005-02-22  Simon Josefsson  <jas@extundo.com>
27585
27586         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
27587
27588 2005-02-22  Simon Josefsson  <jas@extundo.com>
27589
27590         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
27591
27592 2005-02-22  Jim Meyering  <jim@meyering.net>
27593
27594         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
27595         s/ifndef/ifdef/.
27596
27597 2005-02-20  Neil Conway  <neilc@samurai.com>
27598
27599         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
27600         returned by OSX/Darwin if the specified buffer is not large
27601         enough for the hostname.
27602
27603 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27604
27605         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
27606         pass it to _help, otherwise the latter coredumps trying to
27607         dereference state.root_argp.
27608
27609 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27610
27611         * modules/chdir-long (Depends-on): Add memrchr.
27612         * modules/memrchr (Files): Add lib/memrchr.h.
27613         (Include): "memrchr.h".
27614
27615 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27616
27617         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
27618
27619 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27620
27621         * lib/memrchr.h: New file.
27622         * lib/chdir-long.c: Include it.
27623         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
27624         Don't bother including stddef.h.
27625
27626 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
27627
27628         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
27629         inclusion.
27630         Include <sys/types.h>, for dev_t.
27631         (ME_DUMMY, ME_REMOTE): Move from here....
27632         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
27633         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
27634         Dmitry V. Levin.
27635         Include mountlist.h first, to test the interface.
27636
27637 2005-01-29  Bruno Haible  <bruno@clisp.org>
27638
27639         * lib/progname.c (program_name): Initialize.
27640         Needed when linking statically on MacOS X.
27641
27642 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27643
27644         Sync from coreutils.
27645         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
27646         (Depends-on): Add c-strtod.
27647         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
27648
27649 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27650
27651         Sync from coreutils.
27652         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
27653
27654         Remove files that are specific to coreutils.
27655         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
27656
27657 2005-01-28  Bruno Haible  <bruno@clisp.org>
27658
27659         * modules/javacomp: New file.
27660         * MODULES.html.sh (Java): Add javacomp.
27661
27662 2005-01-28  Bruno Haible  <bruno@clisp.org>
27663
27664         * m4/javacomp.m4: New file, from GNU gettext.
27665
27666 2005-01-28  Bruno Haible  <bruno@clisp.org>
27667
27668         * lib/javacomp.sh.in: New file, from GNU gettext.
27669         * lib/javacomp.h: New file, from GNU gettext.
27670         * lib/javacomp.c: New file, from GNU gettext.
27671
27672 2005-01-26  Simon Josefsson  <jas@extundo.com>
27673
27674         * lib/gai_strerror.c: Use GPL in header.
27675
27676 2005-01-26  Bruno Haible  <bruno@clisp.org>
27677
27678         * modules/javaexec: New file.
27679         * MODULES.html.sh (Java): Add javaexec.
27680
27681 2005-01-26  Bruno Haible  <bruno@clisp.org>
27682
27683         * m4/javaexec.m4: New file, from GNU gettext.
27684
27685 2005-01-26  Bruno Haible  <bruno@clisp.org>
27686
27687         * lib/javaexec.sh.in: New file, from GNU gettext.
27688         * lib/javaexec.h: New file, from GNU gettext.
27689         * lib/javaexec.c: New file, from GNU gettext.
27690
27691 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27692
27693         * modules/lchown (Depends-on): Remove lchown.h
27694
27695 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27696
27697         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
27698         must be defined if the header file was not found, in order
27699         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
27700
27701 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27702
27703         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
27704         initializers for struct pentry_state.
27705         (__argp_error): Check return value of __asprintf
27706         (__argp_failure): Translate error message
27707
27708         * lib/argp-parse.c: Removed braces around the expansion of N_()
27709
27710 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27711
27712         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
27713         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
27714         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
27715         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
27716         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
27717         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
27718         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
27719         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
27720         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
27721         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
27722         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
27723         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
27724         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
27725         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
27726         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
27727         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
27728         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
27729         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
27730         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
27731         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
27732         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
27733         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
27734         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
27735         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
27736         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
27737         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
27738         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
27739         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
27740         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
27741         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
27742         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
27743         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
27744         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
27745         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
27746         xstrtol.m4, xstrtoumax.m4, yesno.m4:
27747         Use an all-permissive copyright notice, recommended by RMS.
27748
27749 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
27750
27751         * modules/chdir-long (Depends-on): Remove mempcpy.
27752
27753 2005-01-21  Jim Meyering  <jim@meyering.net>
27754
27755         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
27756         same value as for Solaris 9.
27757
27758         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
27759         component length.  This included changing the parameter to be
27760         of type `char *' rather than `char const *'.
27761         * lib/chdir-long.h (chdir_long): Update prototype.
27762
27763         * lib/openat.c (fdopendir, fstatat): New functions.
27764         * lib/openat.h: Include headers required for use of DIR and struct
27765         stat.
27766         [AT_SYMLINK_NOFOLLOW]: Define.
27767         (fdopendir, fstatat): Add prototypes.
27768
27769 2005-01-21  Bruno Haible  <bruno@clisp.org>
27770
27771         * modules/classpath: New file.
27772         * MODULES.html.sh (Java): Add classpath.
27773
27774 2005-01-21  Bruno Haible  <bruno@clisp.org>
27775
27776         * lib/classpath.h: New file, from GNU gettext.
27777         * lib/classpath.c: New file, from GNU gettext.
27778
27779 2005-01-20  Simon Josefsson  <jas@extundo.com>
27780
27781         * modules/version-etc-fsf: New file.
27782
27783 2005-01-20  Simon Josefsson  <jas@extundo.com>
27784
27785         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
27786         * lib/version-etc.c: Remove version_etc_copyright.
27787         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
27788         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
27789
27790 2005-01-20  Simon Josefsson  <jas@extundo.com>
27791
27792         * lib/base64.h (isbase64): Add.
27793
27794         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
27795         using a unsigned prototype, don't inline.
27796         (base64_decode): Use it.
27797
27798 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27799
27800         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
27801         it.
27802
27803 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27804
27805         * lib/save-cwd.c (save_cwd): Remove code to support the case
27806         where fchdir is missing or flaky.
27807
27808 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27809
27810         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
27811
27812 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
27813
27814         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
27815         AC_LIBSOURCES now does this.
27816         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
27817         with new ullong_max module.
27818
27819 2005-01-19  Bruno Haible  <bruno@clisp.org>
27820
27821         * modules/sh-quote: New file.
27822         * MODULES.html.sh (Executing programs): Add sh-quote.
27823
27824 2005-01-19  Bruno Haible  <bruno@clisp.org>
27825
27826         * lib/sh-quote.h: New file, from GNU gettext.
27827         * lib/sh-quote.c: New file, from GNU gettext.
27828
27829 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27830
27831         Merge from coreutils.
27832         * m4/ullong_max.m4: New file.
27833         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
27834         (gl_MACROS): Assume localeconv exists.
27835
27836 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27837
27838         Merge changes from coreutils, as described below in several
27839         changelogs dated today.
27840
27841         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
27842         (O_DIRECTORY): Remove; not needed here, since "." must be
27843         a directory.  All uses removed.
27844         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
27845         universal on Suns, and we also need to test for IRIX.
27846         Revamp code to use 'if' rather than '#if'.
27847         Avoid unnecessary comparison of cwd->desc to 0.
27848
27849         * lib/utimens.c (futimens): Robustify the previous patch, by checking
27850         for known valid error numbers rather than observed invalid ones.
27851
27852 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27853
27854         * modules/ullong_max: New file.
27855
27856         * modules/chdir-long, modules/openat: New files.
27857         * modules/save-cwd (Depends-on): Depend on chdir-long.
27858         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
27859
27860 2005-01-18  Jim Meyering  <jim@meyering.net>
27861
27862         Merge from coreutils.
27863         * m4/chdir-long.m4, m4/openat.m4: New files.
27864         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
27865         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
27866         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
27867         is sane and DOES follow symlinks.  Besides, testing 20 different
27868         systems found no broken chown implementations.
27869         Prompted by a change in rsync's copy of this macro.
27870         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
27871
27872         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
27873
27874         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
27875         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
27876         NULL-means-set-to-current-time semantics.
27877         Remove temporary file immediately, rather than waiting
27878         for configure's at-exit trap code to do it.
27879
27880 2005-01-18  Jim Meyering  <jim@meyering.net>
27881
27882         * lib/version-etc.c (version_etc_copyright): Update copyright date.
27883
27884         * lib/utimens.c (futimens): Account for the fact that futimes
27885         can also fail with errno == ENOSYS or errno == ENOENT.
27886         Patch from Dmitry V. Levin.
27887
27888         Change the name of the robust chdir function from chdir to chdir_long.
27889         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
27890         (restore_cwd): Use chdir_long, not chdir.
27891         * lib/chdir-long.c: Renamed from chdir.c.
27892         * lib/chdir-long.h: Renamed from chdir.h.
27893         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
27894         Hurd.
27895
27896 2005-01-18  Bruno Haible  <bruno@clisp.org>
27897
27898         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
27899         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
27900         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
27901         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
27902         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
27903         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
27904         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
27905         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
27906         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
27907         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
27908         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
27909         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
27910         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
27911         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
27912         Use an all-permissive copyright notice, recommended by RMS.
27913
27914 2005-01-18  Bob Proulx  <bob@proulx.com>
27915
27916         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
27917         simplify offsetof() macro construct to avoid compile failure with
27918         native HP-UX 11.0 ANSI C compiler.
27919
27920 2005-01-17  Bruno Haible  <bruno@clisp.org>
27921
27922         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
27923         redundant because stpncpy.m4 takes care of it.
27924
27925 2005-01-17  Bruno Haible  <bruno@clisp.org>
27926
27927         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
27928
27929 2005-01-17  Bruno Haible  <bruno@clisp.org>
27930
27931         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
27932         used.
27933
27934 2005-01-17  Bruno Haible  <bruno@clisp.org>
27935
27936         * lib/fwriteerror.h (fwriteerror): Change specification to include
27937         fclose.
27938         * lib/fwriteerror.c: Include <stdbool.h>.
27939         (fwriteerror): At the end, close the file stream. Record whether
27940         stdout was already closed.
27941
27942 2005-01-17  Bruno Haible  <bruno@clisp.org>
27943
27944         * lib/execute.c (environ): Declare if needed.
27945         * lib/pipe.c (environ): Likewise.
27946         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
27947
27948 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27949
27950         * modules/argp: Depend on vsnprintf
27951
27952 2005-01-10  Jim Meyering  <jim@meyering.net>
27953
27954         * modules/closeout (Depends-on): Add atexit.
27955
27956 2005-01-06  Bruno Haible  <bruno@clisp.org>
27957
27958         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
27959
27960 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27961
27962         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
27963         definitions to be after all include files, to avoid collisions.
27964         Problem reported by Bob Proulx.
27965
27966 2005-01-04  Jim Meyering  <jim@meyering.net>
27967
27968         Changes imported from coreutils.
27969         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
27970         as the mkstemp template, use a temporary directory and an
27971         8.3-friendly template to avoid trouble on systems like DJGPP.
27972         Reported by Juan M. Guerrero via Stepan Kasal.
27973         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
27974         close. Remove the temporary directory right away, rather than waiting
27975         for configure's at-exit trap code to do it.
27976         Suggestion from Stepan Kasal.
27977
27978 2005-01-01  Simon Josefsson  <jas@extundo.com>
27979
27980         * gnulib-tool: Print #include directives when --import'ing.
27981
27982 2004-12-28  Simon Josefsson  <jas@extundo.com>
27983
27984         * tests/test-base64.c: Include required header files.  Remove
27985         unused variables.
27986
27987 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27988
27989         * modules/error (Depends-on): Remove gettext.
27990
27991 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27992
27993         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
27994         not needed.  This removes a dependency on the gettext module.
27995         [defined _LIBC]: Do not include <libintl.h>; not needed.
27996
27997 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
27998
27999         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
28000         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
28001
28002 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28003
28004         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
28005         HAVE_DECL_STRTOLD.
28006
28007 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28008
28009         * modules/getdate (Depends-on): Remove alloca-opt.
28010
28011 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28012
28013         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
28014
28015 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28016
28017         * lib/argp-parse.c: Include <stddef.h>.
28018         (alignof, alignto): New macros.
28019         (parser_init): Don't assume that void * is aligned sufficiently
28020         for struct option.
28021
28022         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
28023         need to extend the stack.
28024         (YYINITDEPTH): New macro, so that the initial stack isn't overly
28025         large.
28026
28027 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28028
28029         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
28030
28031 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28032
28033         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
28034         (2004-10-24) change.  Apparently this was a false alarm.
28035
28036         * modules/getdate: Depend on alloca-opt, not alloca.
28037
28038 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28039
28040         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
28041         Remove now-obsolete comment about AIX.
28042         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
28043         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
28044         (YYMAXDEPTH): New macro.
28045
28046 2004-12-18  Simon Josefsson  <jas@extundo.com>
28047
28048         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
28049
28050 2004-12-18  Bruno Haible  <bruno@clisp.org>
28051
28052         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
28053
28054 2004-12-18  Bruno Haible  <bruno@clisp.org>
28055
28056         * lib/fatal-signal.c (fatal_signals): Make non-const.
28057         (init_fatal_signals): New function.
28058         (uninstall_handlers, install_handlers): Ignore signals that were set to
28059         SIG_IGN.
28060         (at_fatal_signal): Call init_fatal_signals.
28061         (init_fatal_signal_set): Likewise. Ignore signals that were set to
28062         SIG_IGN.
28063         Reported by Paul Eggert.
28064
28065 2004-12-18  Bruno Haible  <bruno@clisp.org>
28066
28067         * doc/alloca.texi: New file.
28068         * doc/alloca-opt.texi: New file.
28069
28070 2004-12-17  Jim Meyering  <jim@meyering.net>
28071
28072         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
28073         Otherwise, install-sh could exit with improper exit status when
28074         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
28075
28076 2004-12-16  Simon Josefsson  <jas@extundo.com>
28077
28078         * tests/test-base64.c: Add license.
28079
28080 2004-12-15  Stepan Kasal  <address@hidden>
28081
28082         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
28083
28084 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
28085
28086         * modules/getcwd (Files): Add m4/d-ino.m4.
28087         Suggested by Mark D. Baushke.
28088
28089 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28090
28091         * lib/getdate.y (textint): New member "negative".
28092         (time_zone_hhmm): New function.
28093         Expect 14 shift-reduce conflicts, not 13.
28094         (o_colon_minutes): New rule.
28095         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
28096         (yylex): Set the "negative" member of signed numbers.
28097
28098 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28099
28100         * doc/getdate.texi (Time of day items, Time zone items):
28101         Describe new formats +00:00, UTC+00:00.
28102
28103 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28104
28105         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
28106         spurious "-l"s.  Problem reported by Stepan Kasal.
28107
28108 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
28109
28110         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
28111         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
28112
28113 2004-12-04  Simon Josefsson  <jas@extundo.com>
28114
28115         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
28116         Vandoorselaere <yoann@prelude-ids.org>.
28117
28118 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28119
28120         Changes imported from coreutils.
28121         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
28122         exist.
28123         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
28124
28125 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28126
28127         Changes imported from coreutils.
28128         * lib/hard-locale.c: Assume <locale.h> exists.
28129         Include "strdup.h".
28130         (GLIBC_VERSION): New macro.
28131         (hard_locale): Assume setlocale exists.
28132         Rewrite to avoid #ifdef.
28133         Use strdup rather than malloc + strcpy.
28134         * lib/human.c: Assume <locale.h> exists.
28135         (human_readable): Assume localeconv exists.
28136
28137 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28138
28139         * modules/hard-locale (Depends-on): Add strdup.
28140
28141 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28142
28143         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
28144         convert T2, not T.  (Imported from libc.)
28145
28146 2004-11-30  Simon Josefsson  <jas@extundo.com>
28147
28148         * modules/restrict (License): Change to LGPL.
28149
28150 2004-11-30  Simon Josefsson  <jas@extundo.com>
28151
28152         * m4/restrict.m4: Add copyright and copying conditions.
28153
28154 2004-11-30  Simon Josefsson  <jas@extundo.com>
28155
28156         * m4/base64.m4: New file.
28157
28158 2004-11-30  Simon Josefsson  <jas@extundo.com>
28159
28160         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
28161         base64.
28162
28163         * tests/test-base64.c: New file.
28164
28165         * modules/base64: New file.
28166
28167 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28168
28169         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
28170         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
28171
28172         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
28173
28174 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28175
28176         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
28177         (__getcwd.c): Don't restore errno; glibc doesn't.
28178         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
28179         first, falling back to our code only if its results look suspicious.
28180         Ensure that the resulting buffer is only as large as necessary.
28181
28182         * lib/readutmp.c: Include readutmp.h first.
28183         Include <errno.h>, since readutmp.h no longer does that.
28184         * lib/readutmp.h: Don't include <errno.h>,
28185         <sys/param.h>, <time.h>; not needed to establish interface.
28186         (errno): Remove decl.
28187         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
28188         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
28189         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
28190
28191 2004-11-28  Simon Josefsson  <jas@extundo.com>
28192
28193         * lib/base64.h, base64.c: New file.
28194
28195 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
28196
28197         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
28198
28199 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
28200
28201         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
28202         (Depends-on): Remove pathmax, same.  Add mempcpy.
28203         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
28204         (Makefile.am): Append getcwd.h to lib_SOURCES.
28205         (Include): Add getcwd.h.
28206         (Maintainer): Change from Jim Meyering to "all, glibc",
28207         since getdate now uses intended-for-glibc code.
28208         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
28209         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
28210
28211 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28212
28213         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
28214         HP's ANSI C compiler.
28215         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
28216         Declaring int functions causes warnings on some modern systems and
28217         shouldn't be needed to compile on ancient ones.
28218         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
28219         defined.
28220
28221         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
28222         with the following changes.
28223         (__set_errno): Parenthesize properly.
28224         Include <stdbool.h>.
28225         (MIN, MAX, MATCHING_INO): New macros.
28226         (__getcwd): Define with prototype, not K&R form.
28227         Use heuristics to allocate default buffer on stack if possible.
28228         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
28229         behavior, and to avoid the PATH_MAX limit when computing
28230         ../../../../...
28231         Use MATCHING_INO to compare inode number to file.
28232         Check for arithmetic overflow in size calculations.
28233         Fix bug in reallocation of dot array that caused getcwd to fail
28234         on directories nested deeper than 75.
28235         Be more careful about saving errno on error.
28236         Do not use realloc; use only free+malloc, as this is a bit
28237         more flexible and avoids a needless copy operation.
28238         Do not inspect st_dev and st_ino for symbolic links; POSIX
28239         doesn't specify the latter.
28240         Check for closedir errors.
28241         Avoid needless casts.
28242         Use "#ifdef weak_alias" around weak_alias, to be like other
28243         glibc code.
28244         The following changes to getcwd.c have effect only when used in
28245         gnulib; they have no effect inside glibc proper.
28246         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
28247         as alloca isn't used.
28248         (alloca, __alloca): Likewise.
28249         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
28250         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
28251         unconditionally, as gnulib assumes C89 or better.
28252         Do not include <sys/param.h>.
28253         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
28254         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
28255         better.
28256         (NULL) [!defined NULL]: Remove; we assume C89 or better.
28257         Include <dirent.h> in a way that is compatible with modern Autoconf.
28258         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
28259         New macros, if not already defined.
28260         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
28261         Use "_LIBC", not "defined _LIBC", for consistency.
28262         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
28263         a mempcpy module.
28264         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
28265         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
28266         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
28267         credit only to Jim Meyering and adjust the copyright dates.
28268         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
28269         <stdlib.h>, <unistd.h>, "pathmax.h".
28270         Instead, include "xgetcwd.h" (first) and "getcwd.h".
28271         (INITIAL_BUFFER_SIZE): Remove.
28272         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
28273
28274 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28275
28276         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
28277         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
28278         Use the _ONCE methods, for efficiency.
28279         Check for fcntl.h.  In test program, include <errno.h>
28280         and <fcntl.h> if available.  Remove old K&R cruft from
28281         test program.  Check for common errors in GNU/Linux,
28282         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
28283         don't do AC_LIBOBJ, as that's getcwd.m4's job.
28284         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
28285         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
28286         name accordingly.
28287         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
28288         accommodate new getcwd.c.
28289         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
28290         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
28291         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
28292         that's all we need now.
28293
28294 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28295
28296         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
28297         argp-parse.c depends on getopt internals, that means we should
28298         always use our getopt, to be on the safe side.
28299         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
28300         order not to spoil the result of an eventual previous invocation
28301         of gl_GETOPT_SUBSTITUTE.
28302
28303 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28304
28305         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
28306         redefinition warnings. To avoid them, include the defines
28307         in `#if !defined __need_getopt ... #endif'. The only place
28308         where __getopt_argv_const is used is in definitions
28309         of getopt_long and getopt_long_only below, which are as well
28310         protected by `#ifndef __need_getopt'.
28311         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
28312         __need_getopt after including <stdio.h> and <unistd.h> These
28313         headers might have defined it.
28314
28315 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28316
28317         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
28318
28319 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28320
28321         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
28322         (futimens): New function, which uses futimes if available.
28323         (futimens, utimens): Support timespec==NULL, with same semantics
28324         as utime and utimens.
28325         * lib/utimens.h (futimens): New decl.
28326
28327 2004-11-23  Jim Meyering  <jim@meyering.net>
28328
28329         * lib/getopt_.h: Remove trailing blanks.
28330
28331 2004-11-23  Jim Meyering  <jim@meyering.net>
28332
28333         * lib/__fpending.c: Add comment.
28334
28335 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
28336
28337         * modules/canonicalize (Depends-on): Add xreadlink.
28338         Problem reported by James Youngman.
28339
28340 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28341
28342         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
28343         New macros.
28344         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
28345         optopt): Use them instead of invoking ## directly; otherwise, the
28346         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
28347
28348 2004-11-19  Bruno Haible  <bruno@clisp.org>
28349
28350         * lib/strtok_r.c: Move comments from here...
28351         * lib/strtok_r.h: ... to here.
28352
28353 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28354
28355         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
28356         implementations that mishandle size_t overflow.
28357
28358 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28359
28360         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
28361         might fail.  Problem reported by Yoann Vandoorselaere.
28362         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
28363         implementations that mishandle size_t overflow.
28364
28365 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28366
28367         * modules/canon-host (Depends-on): Add strdup.
28368
28369 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28370
28371         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
28372
28373 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28374
28375         * lib/canon-host.c: Include "strdup.h".
28376         (canon_host): Use getaddrinfo if available, so that IPv6 works.
28377         Use strdup instead of malloc/strcpy to duplicate strings.
28378
28379         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
28380         (human_space_before_unit): New constant.
28381         * lib/human.c (human_readable): Support it.
28382
28383         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
28384         (xgetcwd): Set errno correctly when failing.
28385         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
28386         the failure is actually due to a PATH_MAX problem.
28387
28388         Further getopt changes to make it more likely that glibc will
28389         buy the changes back.
28390         * lib/getopt.c (POSIXLY_CORRECT): New constant.
28391         (getopt): Use it, so to preserve glibc semantic
28392         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
28393         when compiling for libc.
28394         * lib/getopt_.h (__getopt_argv_const): Bring it back.
28395         (getopt_long, getopt_long_only): Use it.
28396
28397         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28398         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
28399         (getopt): Argv is now char * const *, as per standard.
28400         (_getopt_internal_r, _getopt_internal): Argv is now char **,
28401         not char *__getopt_argv_const *.
28402         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28403         _getopt_long_only_r): Likewise.
28404         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
28405         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28406         _getopt_long_r, _getopt_long_only_r): Likewise.
28407         * lib/getopt_.h (__getopt_argv_const): Remove.
28408         (getopt): Argv is now char * const *, as per standard.
28409
28410         * lib/getdate.y (tORDINAL): New token.
28411         (day, relunit): Allow it for relative times.
28412         (relative_time_table): Use tORDINAL for ordinals.
28413
28414 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28415
28416         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
28417         Document that "second" isn't allowed as an ordinal number.
28418
28419 2004-11-16  Jim Meyering  <jim@meyering.net>
28420
28421         * modules/closeout (Depends-on): Add fpending.
28422
28423 2004-11-15  Jim Meyering  <jim@meyering.net>
28424
28425         * lib/closeout.c: Include "__fpending.h" once again.
28426         Include <stdbool.h>.
28427         (close_stdout): Don't fail just because stdout was closed initially,
28428         since some programs don't write to stdout in the normal course of
28429         operation (other than --version and --help), and we don't want this
28430         function to make e.g. `touch file >&-' fail.
28431         But do fail if it was closed and someone has tried to write to it.
28432         E.g., `printf foo >&-' must fail.
28433
28434 2004-11-13  Jim Meyering  <jim@meyering.net>
28435
28436         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
28437
28438 2004-11-12  Simon Josefsson  <jas@extundo.com>
28439
28440         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
28441         small doc fix is still pending.
28442
28443 2004-11-11  Simon Josefsson  <jas@extundo.com>
28444
28445         * modules/strtok_r: New file.
28446
28447         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28448         strtok_r.
28449
28450 2004-11-11  Simon Josefsson  <jas@extundo.com>
28451
28452         * m4/strtok_r.m4: New file.
28453
28454         * m4/getopt.m4: Replace opterr.
28455
28456 2004-11-11  Simon Josefsson  <jas@extundo.com>
28457
28458         * lib/strtok_r.h, strtok_r.c: New file.
28459
28460 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28461
28462         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
28463         of replacing opterr, getopt, etc.  This should handle the
28464         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
28465
28466 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28467
28468         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
28469         we can stop lying to compilers about the constness of argv when we
28470         are compiled outside glibc.
28471         (getopt, getopt_long, getopt_long_only): Use it.
28472         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28473         _getopt_internal, getopt): Likewise.
28474         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28475         _getopt_long_only_r): Likewise.
28476         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28477         _getopt_long_r, _getopt_long_only_r): Likewise.
28478
28479         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
28480         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
28481         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
28482         the other external symbols.
28483         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
28484         declaration, since the above renaming now works around collisions.
28485
28486 2004-11-11  Jim Meyering  <jim@meyering.net>
28487
28488         * lib/linebreak.c: Remove trailing blanks.
28489         * lib/alloca_.h: Likewise.
28490         * lib/acosl.c: Likewise.
28491         * lib/euidaccess.c: Likewise.
28492         * lib/allocsa.h: Likewise.
28493
28494 2004-11-10  Simon Josefsson  <jas@extundo.com>
28495
28496         * m4/getaddrinfo.m4: New file.
28497
28498 2004-11-10  Simon Josefsson  <jas@extundo.com>
28499
28500         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
28501
28502 2004-11-10  Simon Josefsson  <jas@extundo.com>
28503
28504         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28505         getaddrinfo.
28506
28507         * modules/getaddrinfo: New file.
28508
28509 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28510
28511         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
28512
28513 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28514
28515         * lib/mktime.c (SHR): New macro, which is a portable
28516         substitute for >> that should work even on Crays.
28517         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
28518         Problem reported by Mark D. Baushke in
28519         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
28520         * lib/getdate.y (SHR): Likewise.
28521         (tm_diff): Use it.
28522         * lib/strftime.c (SHR): Likewise.
28523         (tm_diff): Use it.
28524         * lib/quotearg.c (struct quoting_options): Use unsigned int for
28525         quote_these_too, so that right shifts are well defined.  All uses
28526         changed.
28527
28528 2004-11-10  Jim Meyering  <jim@meyering.net>
28529
28530         Ensure that no close failure goes unreported.
28531         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
28532         return early when it seems there's nothing to flush.
28533         Don't include __fpending.h.
28534
28535 2004-11-10  Jim Meyering  <jim@meyering.net>
28536
28537         * modules/closeout (Depends-on): Remove fpending.
28538
28539 2004-11-10  Jim Meyering  <jim@meyering.net>
28540
28541         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
28542
28543 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28544
28545         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
28546         gl_FUNC_STRFTIME.
28547         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
28548         and AC_REQUIRE when possible, to avoid duplicate checks.
28549         Check for <wchar.h>.
28550
28551 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28552
28553         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
28554
28555 2004-11-09  Bruno Haible  <bruno@clisp.org>
28556
28557         * m4/sockpfaf.m4: New file.
28558
28559 2004-11-05  Bruno Haible  <bruno@clisp.org>
28560
28561         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
28562         Reported by Mark D. Baushke <mdb@cvshome.org>.
28563
28564 2004-11-04  Bruno Haible  <bruno@clisp.org>
28565
28566         2004-09-11  Bruno Haible  <bruno@clisp.org>
28567                 * allocsa.valgrind: New file.
28568         2004-02-06  Bruno Haible  <bruno@clisp.org>
28569                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
28570                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
28571                 Reported by Christopher Seip <chris.seip@hp.com>.
28572
28573 2004-11-04  Bruno Haible  <bruno@clisp.org>
28574
28575         * modules/allocsa (Files): Add lib/allocsa.valgrind.
28576         (Makefile.am): Distribute it.
28577
28578 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
28579
28580         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
28581         with errno == ERANGE if the buffer is too small.
28582         Problem reported by Mark D. Baushke.
28583
28584 2004-11-03  Albert Chin  <china@thewrittenword.com>
28585             Paul Eggert  <eggert@cs.ucla.edu>
28586
28587         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
28588         equivalent, substitute $ac_type for equivalent type rather than
28589         blindly using uint32_t *always* which won't work if uint32_t is not
28590         available.  Define _UINT32_T to work around typedef of uint32_t if
28591         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
28592         2.5.1.
28593
28594 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28595
28596         * m4/jm-macros.m4: Sync from coreutils.
28597         (gl_MACROS): Check for mbrlen, for pathchk.
28598         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
28599
28600 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28601
28602         * lib/xreadlink.c (MAXSIZE): New macro.
28603         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
28604         size does not exceed MAXSIZE.  Avoid cast.
28605         As suggested by Mark D. Baushke in
28606         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
28607         if readlink fails with buffer size just under MAXSIZE, try again
28608         with MAXSIZE.
28609
28610 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28611
28612         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
28613
28614 2004-11-02  Derek R. Price  <derek@ximbiot.com>
28615         and  Paul Eggert  <eggert@cs.ucla.edu>
28616
28617         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
28618         (get_date): Overparenthesize to avoid GCC warning.
28619
28620 2004-11-02  Bruno Haible  <bruno@clisp.org>
28621
28622         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
28623         returns void.
28624
28625 2004-11-02  Bruno Haible  <bruno@clisp.org>
28626
28627         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
28628         function returns void.
28629
28630 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28631
28632         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
28633         fflush_unlocked, flockfile, funlockfile, funlockfile,
28634         fputs_unlocked, putc_unlocked.
28635
28636 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28637
28638         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28639         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
28640         already declared.
28641
28642 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28643
28644         * modules/getdate (Files): Add doc/getdate.texi.
28645         (Depends-on): Add setenv, xalloc.
28646
28647 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28648
28649         * lib/getdate.y: Add support for TZ="foo" within a date string.
28650         Fix some bugs near time_t boundaries.  Reject dates with
28651         out-of-range components, e.g., "Sept 31".
28652         Include <stdlib.h>, "setenv.h", "xalloc.h".
28653         (ISDIGIT_LOCALE): Remove; unused.
28654         Note that the TZ and time functions used here are not reentrant.
28655         (mktime_ok, get_tz): New functions.
28656         (TZBUFSIZE): New constant.
28657         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
28658         This requires that we sometimes generate our own TZ="XXX..." setting.
28659
28660 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28661
28662         * doc/getdate.texi: New file, from coreutils with modifications for
28663         the new TZ parsing.
28664
28665 2004-10-27  Derek R. Price  <derek@ximbiot.com>
28666
28667         * lib/mktime.c (not_equal_tm): Remove redundant check.
28668
28669 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28670
28671         * modules/regex (lib_SOURCES): Add regex.c.
28672         Reported by James Youngman in
28673         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
28674
28675 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28676
28677         * lib/getdate.y: Use Bison 1.875 features, and some minor
28678         code cleanups.  This change does not affect semantics.
28679         Don't include <stdlib.h>; no longer needed.
28680         Don't include unlocked-io.h; only the "#if TEST" code uses
28681         stdio, and performance isn't crucial there.
28682         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
28683         Bison 1.875 features as described below.
28684         All uses of "PC." replaced by "pc->".
28685         (YYSTYPE): Add a forward declaration.
28686         (yylex, yyerror): Use full prototypes in forward decls.
28687         Use "%pure-parser" rather than obsolescent "%pure_parser".
28688         Use %parse-param and %lex-param instead of obsolescent
28689         YYPARSE_PARAM and YYLEX_PARAM.
28690         (meridian_table, month_and_day_table, time_units_table,
28691         relative_time_table, time_zone_table, military_table,
28692         lookup_zone, lookup_word, get_date):
28693         Use NULL instead of 0 where appropriate.
28694         (to_hour): Avoid abort (), to avoid a dependency on
28695         stdlib.h.
28696         (yyerror, yylex): Now accepts parser_control * arg.
28697         (main) [TEST]: Use '\0' rather than 0 for char.
28698
28699 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28700
28701         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
28702
28703 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28704
28705         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
28706         It's now the caller's responsibility to handle the case where
28707         !HAVE_GETPAGESIZE && !defined getpagesize.
28708
28709         * lib/mktime.c (leapyear): Arg is long int, not int.
28710
28711 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
28712
28713         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
28714
28715 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28716
28717         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
28718         missing.  Problem reported by James Youngman.
28719
28720 2004-10-16  Simon Josefsson  <jas@extundo.com>
28721
28722         * gnulib-tool: Fix comments.  Fix parse problem.
28723         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
28724
28725 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
28726
28727         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
28728         implementation of getopt_long.  Problem reported by Alexander Taler in:
28729         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
28730
28731 2004-10-15  Bruno Haible  <bruno@clisp.org>
28732
28733         * gnulib-tool: Untabify. Initialize supplied_libname.
28734         (func_usage): More homogenous output.
28735         (func_modules_transitive_closure, func_modules_to_filelist,
28736         func_emit_lib_Makefile_am): New functions.
28737         (func_import): New function, extracted from big case statement. Use
28738         func_get_license, func_modules_transitive_closure,
28739         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
28740         opt_lgpl. Don't use test -a, as it's not portable.
28741         (func_create_testdir): Use func_modules_transitive_closure,
28742         func_modules_to_filelist, func_emit_lib_Makefile_am.
28743
28744 2004-10-15  Bruno Haible  <bruno@clisp.org>
28745
28746         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
28747
28748 2004-10-15  Bruno Haible  <bruno@clisp.org>
28749
28750         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
28751         the portions belonging to each module.
28752         Suggested by Derek Robert Price <derek@ximbiot.com>.
28753
28754 2004-10-12  Simon Josefsson  <jas@extundo.com>
28755
28756         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28757         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
28758         to real functions.
28759
28760 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28761
28762         * modules/vsnprintf: New file.
28763
28764 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28765
28766         * m4/vsnprintf.m4: New file.
28767
28768 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28769
28770         * lib/vsnprintf.h: New file.
28771         * lib/vsnprintf.c: New file.
28772
28773 2004-10-11  Bruno Haible  <bruno@clisp.org>
28774
28775         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
28776         vsnprintf.
28777
28778 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28779
28780         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
28781
28782 2004-10-07  Bruno Haible  <bruno@clisp.org>
28783
28784         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
28785         fits into the provided buffer.
28786
28787 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28788
28789         * lib/diacrit.c, diacrit.h: Add GPL notice.
28790
28791         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
28792         notice.
28793         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
28794         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
28795         This avoids a potential constant-folding bug.
28796
28797 2004-10-05  Bruno Haible  <bruno@clisp.org>
28798
28799         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
28800         for the declaration of strsep.
28801
28802 2004-10-05  Bruno Haible  <bruno@clisp.org>
28803
28804         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
28805
28806 2004-10-04  Simon Josefsson  <jas@extundo.com>
28807
28808         * modules/memmem: New file.
28809         * tests/test-memmem.c: New file.
28810         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
28811
28812 2004-10-04  Simon Josefsson  <jas@extundo.com>
28813
28814         * m4/memmem.m4: New file.
28815
28816 2004-10-04  Simon Josefsson  <jas@extundo.com>
28817
28818         * lib/memmem.h: New file.
28819         * lib/memmem.c: New file, taken from glibc.
28820
28821 2004-10-04  Simon Josefsson  <jas@extundo.com>
28822
28823         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
28824         '#ifdef USE_UNLOCKED_IO'.
28825
28826 2004-10-04  Simon Josefsson  <jas@extundo.com>
28827
28828         * config/srclist.txt: Add memmem from glibc.
28829
28830 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28831
28832         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
28833
28834         * modules/argmatch, modules/argp, modules/closeout, modules/error,
28835         modules/exclude, modules/getdate, modules/getline,
28836         modules/getndelim2, modules/getpass, modules/getpass-gnu,
28837         modules/getusershell, modules/linebuffer, modules/md5,
28838         modules/mountlist, modules/posixtm, modules/readtokens,
28839         modules/readutmp, modules/regex, modules/sha1,
28840         modules/version-etc, modules/yesno:
28841         Remove dependency on unlocked-io.
28842
28843 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28844
28845         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
28846
28847         * m4/unlocked-io.m4: Add copyright notice.
28848         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
28849
28850 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28851
28852         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
28853         * lib/xmalloc.c (xmemdup): Likewise.
28854         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
28855         XFREE): Remove these long-obsolescent macros.
28856         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
28857         * lib/xstrdup.c: Remove.
28858
28859         * lib/regex.c (re_comp): Cast gettext return value to char *,
28860         Problem reported by Martin Neitzel via Mark D. Baushke.
28861
28862 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28863
28864         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
28865         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
28866         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
28867         regex.c, sha1.c, version-etc.c, yesno.c:
28868         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
28869         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
28870         the includer's responsibility.
28871
28872         Sync from coreutils.
28873
28874         * lib/modechange.c (mode_compile): Don't decrement a pointer that
28875         points to the start of a string, as the C Standard says the
28876         resulting behavior is undefined.
28877
28878         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
28879         simple -> simple_backups, numbered_existing ->
28880         numbered_existing_backups, numbered -> numbered_backups
28881         to avoid shadowing problems.  All uses changed.
28882         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
28883         * lib/backupfile.c (check_extension, numbered_backup):
28884         Rename locals to avoid shadowing 'basename'.
28885         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
28886         once.
28887
28888         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
28889         * lib/.cvsignore: Add getopt.h.
28890
28891 2004-10-04  Bruno Haible  <bruno@clisp.org>
28892
28893         * modules/README: New file.
28894         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
28895         not a module.
28896
28897 2004-10-02  Jim Meyering  <jim@meyering.net>
28898
28899         * lib/dirfd.h, getpagesize.h: Add copyright notice.
28900
28901 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28902
28903         * modules/strsep: New file.
28904
28905 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28906
28907         * m4/strsep.m4: New file.
28908
28909 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28910
28911         * lib/strsep.h: New file.
28912         * lib/strsep.c: New file.
28913
28914 2004-10-01  Simon Josefsson  <jas@extundo.com>
28915
28916         * lib/snprintf.c (snprintf): Handle size==0.
28917
28918 2004-10-01  Simon Josefsson  <jas@extundo.com>
28919             Bruno Haible  <bruno@clisp.org>
28920
28921         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
28922         (snprintf): Declare 'args'.
28923
28924 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
28925
28926         * lib/snprintf.c: Remove comments as to why each header is needed.
28927
28928 2004-10-01  Bruno Haible  <bruno@clisp.org>
28929
28930         * MODULES.html.sh: Add strsep.
28931
28932 2004-09-30  Simon Josefsson  <jas@extundo.com>
28933
28934         * modules/snprintf: New file.
28935
28936 2004-09-30  Simon Josefsson  <jas@extundo.com>
28937
28938         * m4/snprintf.m4: New file.
28939
28940 2004-09-30  Simon Josefsson  <jas@extundo.com>
28941
28942         * lib/snprintf.h, lib/snprintf.c: New files.
28943
28944 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28945
28946         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
28947         (hol_entry_help): Never translate an empty string.
28948         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
28949         * lib/argp.h (OPTION_NO_TRANS): New option.
28950
28951 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28952
28953         * modules/argp (Maintainer): Replace Simon Josefsson
28954         by Sergey Poznyakoff.
28955
28956 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28957
28958         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
28959         changes merged back into glibc.
28960
28961 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28962
28963         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
28964
28965 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
28966
28967         * lib/xvasprintf.c: Include xalloc.h.
28968         (xvasprintf): Use xalloc_die, not xmalloc_die.
28969
28970 2004-09-29  Bruno Haible  <bruno@clisp.org>
28971
28972         * modules/alloca-opt: New file, derived from modules/alloca.
28973         * modules/allocsa: Depend on alloca-opt instead of alloca.
28974         * modules/setenv: Likewise.
28975         * modules/vasnprintf: Likewise.
28976         * MODULES.html.sh: Add alloca-opt.
28977
28978 2004-09-28  Simon Josefsson  <jas@extundo.com>
28979
28980         * gnulib-tool: New parameter --lgpl, to asseert that modules are
28981         LGPL, and to replace license template from GPL to LGPL.
28982
28983 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28984
28985         * modules/dummy: Change license to LGPL.
28986
28987 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28988
28989         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
28990
28991 2004-09-24  Simon Josefsson  <jas@extundo.com>
28992
28993         * modules/minmax (License): Change from GPL to LGPL.
28994
28995 2004-09-23  Simon Josefsson  <jas@extundo.com>
28996
28997         * gnulib-tool (--import): Typo.
28998
28999 2004-09-23  Simon Josefsson  <jas@extundo.com>
29000
29001         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
29002
29003 2004-09-22  Bruno Haible  <bruno@clisp.org>
29004
29005         * modules/*: Add 'License' field.
29006         * gnulib-tool: Accept --extract-license option.
29007         (func_get_license): New function.
29008
29009 2004-09-21  Bruno Haible  <bruno@clisp.org>
29010
29011         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
29012         Reported by Simon Josefsson.
29013
29014 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29015
29016         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
29017         gl_AC_TYPE_LONG_LONG.
29018
29019 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29020
29021         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
29022
29023 2004-09-18  Simon Josefsson  <jas@extundo.com>
29024         and  Paul Eggert  <eggert@cs.ucla.edu>
29025
29026         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
29027         calls with autoreconf.  Define GL_LIB.
29028
29029 2004-09-14  Karl Berry  <karl@gnu.org>
29030
29031         * config/srclist.txt: unsync setenv.c, sigh.
29032
29033 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29034
29035         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
29036         Problem reported by Bruno Haible in:
29037         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
29038
29039 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29040
29041         * config/srclist.txt: Comment out argp-pvh.c.
29042
29043 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
29044
29045         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
29046         in case some system header has #define'd it.  Problem reported by
29047         Soeren D. Schulze in
29048         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
29049
29050 2004-09-09  Karl Berry  <karl@gnu.org>
29051
29052         * regex.[ch]: delete from the root.  These were supposed to be
29053                 synced with emacs cvs, but this has not happened for about
29054                 a year, and anyway nothing else uses emacs regex.[ch].
29055                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
29056                 lib/regex[.ch] is untouched.
29057
29058 2004-09-09  Bruno Haible  <bruno@clisp.org>
29059
29060         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
29061
29062 2004-09-09  Bruno Haible  <bruno@clisp.org>
29063
29064         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
29065         modifications.
29066         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
29067
29068 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29069
29070         * modules/xvasprintf: New file.
29071         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
29072
29073 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29074
29075         * lib/xvasprintf.h: New file.
29076         * lib/xvasprintf.c: New file.
29077         * lib/xasprintf.c: New file.
29078
29079 2004-09-08  Bruno Haible  <bruno@clisp.org>
29080
29081         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
29082
29083 2004-09-08  Bruno Haible  <bruno@clisp.org>
29084
29085         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
29086         length is > INT_MAX.
29087         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
29088         more.
29089
29090 2004-09-08  Bruno Haible  <bruno@clisp.org>
29091
29092         * lib/stdint_.h: New file, taken from GNU clisp.
29093
29094 2004-09-08  Bruno Haible  <bruno@clisp.org>
29095             Oskar Liljeblad  <oskar@osk.mine.nu>
29096
29097         * modules/stdint: New file.
29098         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
29099
29100 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29101
29102         Import from coreutils.
29103         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
29104         strings on unbounded length.  alloca's performance benefits aren't
29105         that important here.
29106         (V_STRDUP): Remove.
29107         (parse_with_separator): New function, with most of the internals
29108         of the old parse_user_spec.  Allow user to omit both user and group,
29109         for compatibility with FreeBSD.
29110         Clone only the user name, not the entire spec.
29111         Do not set *uid, *gid unless entirely successful.
29112         Avoid memory leak in some failing cases.
29113         Fix regression for USER.GROUP reported by Dmitry V. Levin in
29114         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
29115         (parse_user_spec): Rewrite to use parse_with_separator.
29116
29117 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29118
29119         * modules/userspec: Don't depend on alloca.
29120
29121 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29122
29123         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
29124
29125 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29126
29127         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
29128         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
29129         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
29130
29131 2004-08-16  Simon Josefsson  <jas@extundo.com>
29132
29133         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
29134         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
29135         Add --dry-run for --import.
29136         Let user provided command line parameters override configure.ac
29137         settings.
29138
29139 2004-08-12  Simon Josefsson  <jas@extundo.com>
29140
29141         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
29142         as discussed with Paul Eggert in threads rooted at
29143         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
29144         and
29145         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
29146         Before, the test was empty, and relied on ELIDE_CODE in source
29147         code.)
29148         (gl_PREREQ_GETOPT): New macro.
29149         (gl_GETOPT): Use them.
29150
29151 2004-08-12  Simon Josefsson  <jas@extundo.com>
29152
29153         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
29154         * lib/getopt_.h: Renamed from getopt.h.
29155
29156 2004-08-12  Simon Josefsson  <jas@extundo.com>
29157
29158         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
29159         Change default library name from libfoo to libgnu.
29160         Now, if you have a configure.ac that says:
29161                 gl_SOURCE_BASE(gl)
29162                 gl_M4_BASE(gl/m4)
29163                 gl_MODULES(error getopt etcetera)
29164                 gl_INIT
29165         you can import all you need by running:
29166                 ../gnulib/gnulib-tool --import
29167
29168         * modules/getopt (Files): Rename getopt.h to getopt_.h.
29169         (Makefile.am): Rewrite, use logic from argz.
29170         (Include): Use <getopt.h> instead of "getopt.h".
29171
29172 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29173
29174         * modules/argp (Files): Add m4/unlocked-io.m4.
29175         (Depends-on): Add extensions.
29176
29177 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29178
29179         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
29180         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
29181         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
29182         Check for program_invocation_name, program_invocation_short_name,
29183         flockfile, funlockfile, features.h, _getopt_long_only_r.
29184
29185 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29186
29187         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
29188         its complicated substitute.
29189         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
29190         and program_invocation_name.
29191         (__argp_basename) [!_LIBC]: Remove; the only use was
29192         replaced by its body.
29193         (__argp_short_program_name): Change condition from
29194         !defined __argp_short_program_name to
29195         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
29196         to match argp-namefrob.h.
29197         (__argp_failure): Don't assume strerror_r returns char *.
29198         * lib/argp-parse.c (N_): Define unconditionally.
29199         (argp_default_options): Fill out initializers with 0 to avoid
29200         gcc warnings.
29201
29202 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29203
29204         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
29205         getopt1.c.
29206
29207 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29208
29209         Merge from coreutils.
29210
29211         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
29212
29213         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
29214         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
29215
29216 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29217
29218         Merge from coreutils.
29219
29220         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
29221         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
29222         for Reliant Unix 5.43.
29223
29224         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
29225         (union fooround): Use uintmax_t, not long int.
29226         The rest is a merge from libc:
29227         [defined _LIBC]: Include <shlib-compat.h>.
29228         (_obstack) [defined _LIBC]: Remove after 2.3.4.
29229
29230         * lib/settime.c (settime): Recode to avoid warning with
29231         Sun Forte C 6U2.
29232
29233         * lib/strverscmp.c: Convert to UTF-8.
29234
29235 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29236
29237         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29238         m4/uintmax_t.m4.
29239
29240 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29241
29242         * modules/xalloc-die: New file.
29243         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
29244
29245         * modules/md5 (Files): Add m4/uint32_t.m4.
29246         * modules/sha1: Renamed from modules/sha.
29247         (Files):
29248         Rename lib/sha.h to lib/sha1.h.
29249         Rename lib/sha.c to lib/sha1.c.
29250         Rename m4/sha.m4 to m4/sha1.m4.
29251         (lib_SOURCES): Likewise.
29252         (configure.ac): Rename gl_SHA to gl_SHA1.
29253         (Include): sha.h -> sha1.h.
29254
29255 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29256
29257         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
29258         * m4/sha1.m4: Renamed from sha.m4.
29259         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
29260
29261 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29262
29263         * lib/obstack.h (obstack_empty_p):
29264         Don't assume that chunk->contents is suitably aligned.
29265         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
29266         Likewise. Problem reported by Benno in
29267         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
29268
29269         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
29270         readable.  This could be improved further but it'd take some work.
29271
29272 2004-08-08  Simon Josefsson  <jas@extundo.com>
29273
29274         * modules/xgethostname (Depends-on): Remove exit and error (not
29275         used).
29276
29277         * modules/getpass-gnu: Add getpass.h.
29278         (Depends-on): Add stdbool.
29279         * modules/getpass: Add getpass.h.
29280
29281 2004-08-08  Simon Josefsson  <jas@extundo.com>
29282
29283         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
29284         Check getpass declaration.
29285
29286 2004-08-08  Simon Josefsson  <jas@extundo.com>
29287
29288         * lib/xgethostname.c: Don't include error.h (not used).
29289
29290         * lib/getpass.h: Add.
29291         * lib/getpass.c: Include getpass.h first.
29292
29293 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
29294
29295         * lib/xalloc-die.c: New file.
29296         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
29297         All uses removed.
29298         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
29299         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
29300         xalloc-die.c.
29301         (_, N_, xalloc_die): Move to xalloc-die.c.
29302         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
29303         so that we needn't mess with xalloc_msg_memory_exhausted.
29304
29305         * lib/sha1.h: Renamed from sha.h.
29306         (SHA1_H): Renamed from _SHA_H.
29307         (sha1_ctx): Renamed from sha_ctx.
29308         (sha1_init_ctx): Renamed from sha_init_ctx.
29309         (sha1_process_block): Renamed from sha_process_block.
29310         (sha1_process_bytes): Renamed from sha_process_bytes.
29311         (sha1_finish_ctx): Renamed from sha_finish_ctx.
29312         (sha1_read_ctx): Renamed from sha_read_ctx.
29313         (sha1_stream): Renamed from sha_stream.
29314         (sha1_buffer): Renamed from sha_buffer.
29315         * lib/sha1.c: Likewise; renamed from sha.c.
29316         Do not include <sys/types.h>.
29317         Include <stddef.h> rather than <stdlib.h>.
29318
29319 2004-08-08  Bruno Haible  <bruno@clisp.org>
29320
29321         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
29322         FILESYSTEM_PREFIX_LEN.
29323         * lib/progreloc.c: Likewise.
29324         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
29325
29326 2004-08-06  Simon Josefsson  <jas@extundo.com>
29327
29328         * modules/progname (Depends-on): Don't depend on stdbool.
29329
29330 2004-08-06  Simon Josefsson  <jas@extundo.com>
29331
29332         * modules/getsubopt: New file.
29333         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29334         getsubopt.
29335
29336 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29337
29338         More merge from coreutils.
29339
29340         * m4/utimens.m4, m4/utimecmp.m4: New files.
29341         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
29342         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
29343         prereq.m4, sha.m4: Import changes from coreutils.
29344
29345 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29346
29347         More merge from coreutils.
29348         * modules/raise, modules/readtokens0, modules/utimens:
29349         * modules/utimecmp, module/xnanosleep: New files.
29350         * modules/strftime: Add lib/strftime.h.
29351         Change include from <time.h> to "strftime.h".
29352         * modules/yesno: Add lib/yesno.h.
29353         * modules/backupfile: Remove lib/addext.c.
29354         * modules/euidaccess: Add stat-macros.h.
29355         * modules/canonicalize, modules/euidaccess,
29356         modules/filemode, modules/lchown, modules/makepath,
29357         modules/rmdir, modules/stat: Likewise.
29358
29359 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29360
29361         Merge from tar.
29362         * lib/argp-help.c (make_hol, hol_append): Don't assume that
29363         SIZE_MAX is a valid preprocessor constant.
29364         (__argp_basename): Change from "#ifndef _LIBC"
29365         to "#ifndef __argp_short_program_name", so that
29366         we don't compile these functions for tar.
29367
29368         More merges from coreutils.
29369         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
29370         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
29371         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
29372         * lib/addext.c: Remove; no longer needed.
29373         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
29374         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
29375         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
29376         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
29377         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
29378         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
29379         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
29380         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
29381         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
29382         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29383         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
29384         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
29385         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
29386         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
29387         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
29388         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
29389         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
29390         Import changes from coreutils.
29391
29392 2004-08-05  Simon Josefsson  <jas@extundo.com>
29393
29394         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
29395
29396 2004-08-05  Simon Josefsson  <jas@extundo.com>
29397
29398         * m4/getsubopt.m4: New file.
29399
29400 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29401
29402         Merge from coreutils.
29403
29404         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
29405         * m4/getcwd-path-max.m4: New files.
29406
29407         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
29408         FILESYSTEM_PREFIX_LEN ->
29409         FILE_SYSTEM_PREFIX_LEN.
29410         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
29411         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
29412         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
29413         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
29414
29415         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
29416         prerequisite modules now handle the DOS stuff.
29417         Don't check for unistd.h.
29418
29419 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29420
29421         Merge from coreutils.
29422
29423         * lib/.gdb-history: Remove; this doesn't belong here.
29424
29425         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
29426         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
29427         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
29428         * lib/getcwd.c: New files.
29429
29430         * lib/dirname.h: Include <stdbool.h>.
29431         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
29432         for consistency with POSIX terminology.  All uses changed.
29433         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
29434         (strip_trailing_slashes): Use bool for booleans.
29435         * lib/stripslash.c (strip_trailing_slashes): Likewise.
29436
29437         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
29438         sometimes returns a positive errno value even when it succeeds.
29439         (print_errno_message) [!LIBC]: Fall back on strerror if
29440         __strerror_r fails.
29441
29442         * lib/path-concat.c (mempcpy): Don't define if a system header defines
29443         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
29444         (longest_relative_suffix): New function.
29445         (path_concat): Use it.  Assume first argument is not NULL.
29446         Port to DOS.  Omit redundant separators.
29447         Report an error instead of returning NULL.
29448         Use mempcpy instead of memcpy.
29449         (xpath_concat): Remove: not declared or used.
29450
29451         * lib/same.h: Include <stdbool.h>
29452         (same_name): Return bool, not int.
29453         * lib/same.c (same_name): Likewise.
29454         (errno): Don't declare; we assume C89 or better now.
29455
29456         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
29457         if not already defined.
29458
29459         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
29460         * lib/dup-safer.c (errno): Likewise.
29461
29462 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29463
29464         Merge from coreutils.
29465         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
29466         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
29467         * modules/path-concat: Don't depend on strdup.
29468
29469 2004-08-03  Simon Josefsson  <jas@extundo.com>
29470
29471         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
29472         * lib/progname.h: Don't include stdbool.h.
29473
29474 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29475
29476         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
29477         * MODULES.html.sh (func_all_modules): Remove fatal.
29478
29479 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29480
29481         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
29482
29483 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29484
29485         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
29486         working.
29487
29488 2004-08-02  Simon Josefsson  <jas@extundo.com>
29489
29490         * lib/getsubopt.h: New file, with comments from Bruno Haible.
29491         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
29492         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
29493
29494 2004-08-01  Simon Josefsson  <jas@extundo.com>
29495
29496         * lib/xgetdomainname.c: Include stdlib.h, for free().
29497
29498 2004-07-19  Bruno Haible  <bruno@clisp.org>
29499
29500         * MODULES.html.sh (func_all_modules): Add dummy.
29501
29502 2004-07-16  Simon Josefsson  <jas@extundo.com>
29503
29504         * modules/dummy: New file.
29505
29506 2004-07-16  Simon Josefsson  <jas@extundo.com>
29507
29508         * lib/dummy.c: New file.
29509
29510 2004-07-16  Bruno Haible  <bruno@clisp.org>
29511
29512         * lib/backupfile.h: Add extern "C" for C++.
29513         * lib/closeout.h: Likewise.
29514         * lib/copy-file.h: Likewise.
29515         * lib/findprog.h: Likewise.
29516         * lib/full-write.h: Likewise.
29517         * lib/pathname.h: Likewise.
29518         * lib/progname.h: Likewise.
29519         * lib/stpcpy.h: Likewise.
29520         * lib/stpncpy.h: Likewise.
29521         * lib/strcase.h: Likewise.
29522         * lib/strstr.h: Likewise.
29523         * lib/xalloc.h: Likewise.
29524
29525         * lib/mbswidth.h: Add extern "C" for C++.
29526         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
29527
29528 2004-07-13  Robert Millan  <robertmh@gnu.org>
29529
29530         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
29531
29532 2004-07-09  Simon Josefsson  <jas@extundo.com>
29533
29534         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
29535         failed without this.)
29536
29537 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29538
29539         * modules/chown (Files): Add lib/fchown-stub.c, since
29540         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
29541
29542 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29543
29544         * lib/fchown-stub.c: New file.
29545
29546 2004-06-24  Jim Meyering  <jim@meyering.net>
29547
29548         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
29549
29550 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29551
29552         * modules/argz: Omit "#include".
29553
29554         * MODULES.html.sh (func_all_modules): Add calloc, to match
29555         2004-06-01 addition of calloc module.
29556
29557 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29558
29559         * m4/argz.m4: New file, which is autoupdated from libtool.
29560
29561 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29562
29563         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
29564         libtool.
29565
29566 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29567
29568         * config/srclist-update: Don't insist on "USA." before the
29569         close-comment, as libtool omits the period and puts the */ on a
29570         separate line.
29571         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
29572         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
29573
29574 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
29575
29576         * modules/argz: New file.
29577         * MODULES.html.sh (func_all_modules): Add argz.
29578
29579 2004-06-12  Jim Meyering  <jim@meyering.net>
29580         and  Paul Eggert  <eggert@cs.ucla.edu>
29581
29582         * modules/hash (Files): Add lib/xalloc.h.
29583         * modules/pipe (Depends-on): Add wait-process.
29584         * modules/stat (Depends-on): Add xalloc.
29585         * modules/userspec (Files): Add lib/userspec.h.
29586         * modules/xstrto
29587
29588         Upgrade from gettext-0.13.
29589         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
29590         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
29591         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
29592
29593 2004-06-10  Jim Meyering  <jim@meyering.net>
29594
29595         * lib/calloc.c: New file.
29596
29597 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
29598
29599         * lib/getdate.y (yylex): Allow space between sign and number.
29600         Problem reported by Dan Jacobson.
29601
29602 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
29603
29604         Merge from coreutils CVS.
29605
29606         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
29607         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
29608         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
29609         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
29610         xstrtol.m4: Fix copyright date and/or serial number.
29611
29612         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
29613         See if we need an fchown replacement.
29614         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
29615         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
29616         and use the replacement function if we detect either defect.
29617
29618         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
29619         gl_UTIMECMP.
29620
29621 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
29622         and  Jim Meyering  <jim@meyering.net>
29623
29624         Merge from coreutils CVS.
29625
29626         * lib/stat-macros.h: New file, with contents from file-type.h
29627         and coreutils' system.h.
29628         * lib/file-type.c: Include "stat-macros.h".
29629         * lib/file-type.h (file_type): Move all macro definitions to new file,
29630         stat-macros.h.
29631
29632         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
29633         Wrap old code with this conditional.
29634         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
29635         function that does not dereference symlinks.
29636         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
29637
29638         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
29639         dependency problems.
29640         (xreadlink): Accept new arg SIZE, for efficiency.
29641         All decls and uses changed.
29642         * lib/xreadlink.h: Include <stddef.h>, for size_t.
29643
29644         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
29645         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
29646
29647         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
29648         sysexits.h.
29649
29650 2004-06-01  Jim Meyering  <jim@meyering.net>
29651
29652         * m4/calloc.m4: New file.
29653
29654 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
29655
29656         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
29657         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
29658         Also, fix a typo in a diagnostic.
29659
29660 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29661
29662         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
29663         or AC_FUNC_REALLOC.
29664
29665 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29666
29667         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
29668         macros to be defined.
29669         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
29670         the allocator returns NULL because the requested size is zero.
29671
29672 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29673
29674         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
29675         var.  Add comment explaining why libc still defines it.  This
29676         merges the following patch from glibc:
29677         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
29678
29679 2004-05-20  Andreas Schwab  <schwab@suse.de>
29680
29681         * m4/free.m4: Replace free if it not known to work, not the other
29682         way round.
29683
29684 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
29685
29686         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
29687         present in glibc since revision 1.1 of this file.
29688         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
29689         obstack_alignment_mask, obstack_alloc, obstack_base,
29690         obstack_blank, obstack_blank_fast, obstack_chunk_size,
29691         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
29692         obstack_grow0, obstack_init, obstack_int_grow,
29693         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
29694         obstack_next_free, obstack_object_size, obstack_ptr_grow,
29695         obstack_ptr_grow_fast, obstack_room): Remove declarations of
29696         nonexistent functions.
29697
29698 2004-05-18  Karl Berry  <karl@gnu.org>
29699
29700         * config/srclist.txt: break link for vasnprintf.c.
29701
29702 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29703
29704         Port obstack to the AS/400, where pointers are 16 bytes wide and
29705         you cannot cast an integer to a valid pointer.  This patch is
29706         currently waiting to be integrated into glibc; see
29707         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
29708
29709         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
29710         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
29711         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
29712         (struct obstack): temp member is now a union of a pointer and
29713         an integer, instead of an integer.  All integer uses changed.
29714         This does not affect the physical layout of struct obstack,
29715         except on hosts (like the AS/400) where the size or alignment of
29716         void * is greater than that of ptrdiff_t.
29717         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
29718         __STDC__)]: Store temporary in pointer member of union, not
29719         integer member.
29720         * lib/obstack.c: Include <stddef.h>, for offsetof.
29721         (struct fooalign): Remove; it doesn't need a name.
29722         (union fooround): Change double to long double, and add void *.
29723         (DEFAULT_ALIGNMENT): Use offsetof to compute.
29724         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
29725         not a macro.  Hence the values are always int; so remove all
29726         casts-to-int in uses.
29727
29728 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29729
29730         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
29731         we can get this patch merged into glibc.
29732
29733 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29734             Paul Eggert  <eggert@cs.ucla.edu>
29735
29736         * m4/argp: Depend on alloca.
29737
29738 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29739             Paul Eggert  <eggert@cs.ucla.edu>
29740
29741         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
29742         freecoding.
29743
29744 2004-05-17  Bruno Haible  <bruno@clisp.org>
29745
29746         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
29747         precision that consists of a '.' followed by an empty digit string.
29748         Patch by Tor Lillqvist <tml@iki.fi>.
29749
29750 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29751
29752         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
29753         for backward compatibility with older code.  We need our own
29754         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
29755         it under some other name, and our alloca.h will define it.
29756
29757 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29758             Derek Price  <derek@ximbiot.com>
29759
29760         * lib/alloca.c: Include <alloca.h>, to get our interface.
29761         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
29762         include <alloca.h> first.  Use C89 prototype for alloca; this
29763         requires including <stddef.h> for size_t.  Use extern "C" if C++.
29764         Use #elif for simplicity, since we can assume C89 now.
29765         Don't try to source the system alloca.h since it will not be found
29766         and to prevent recursively including its replacement.
29767         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
29768         * lib/regex.c: Likewise.
29769
29770 2004-05-16  Derek Price  <derek@ximbiot.com>
29771             Paul Eggert  <eggert@cs.ucla.edu>
29772
29773         getline cleanup.  This changes the getndelim2 API: both order of
29774         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
29775         no delimiter).
29776
29777         * lib/getline.c: Don't include stddef.h or stdio.h, since our
29778         interface does that.
29779         (getline): Always use getdelim, so that we don't have two
29780         copies of this code.
29781         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
29782         if available.
29783         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
29784         (GETNDELIM2_MAXIMUM): New macro.
29785         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
29786         instead of the old practice of delim2==0.  All callers changed.
29787         Return -1 on overflow, instead of returning junk.
29788         Do not set *linesize unless allocation succeeds.
29789         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
29790         that we include sys/types.h.
29791         * lib/getnline.h: Likewise.
29792         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
29793         (getndelim2): Reorder arguments.
29794         * lib/getnline.c (getnline, getndelim):
29795         Don't discard the NMAX argument.
29796         (getnline): Invoke getndelim, to avoid code duplication.
29797         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
29798         of (size_t) -1 by callers of the getnline family.
29799
29800 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29801
29802         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
29803         Check for gettimeofday.
29804         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
29805         Check for settimeofday, stime.
29806
29807 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29808
29809         * lib/nanosleep.c (suspended): Change its type from int to
29810         sig_atomic_t volatile.
29811         (first_call): Make it private to rpl_nanosleep, and have it
29812         be zero initially as that's a bit faster.
29813         (my_usleep): Round up fractional times instead of truncating them,
29814         as this is the usual meaning for 'sleep'.
29815
29816         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
29817         doesn't work.
29818         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
29819         (ENOSYS): Define if not defined.
29820         (settime): Fall back on stime if it exists and settimeofday fails.
29821         But don't bother with fallbacks if a method fails with errno == EPERM.
29822
29823 2004-05-11  Jim Meyering  <jim@meyering.net>
29824
29825         Prior to this change, the save_cwd caller required read access to the
29826         current directory on most systems (ones with the fchdir function).
29827
29828         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
29829         fails, try write-only, and finally, resort to using xgetcwd.
29830
29831 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
29832
29833         * lib/obstack.c, obstack.h: Import changes from libc.
29834
29835 2004-04-28  Bruno Haible  <bruno@clisp.org>
29836
29837         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
29838         also implicitly appends .exe to executables.
29839         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
29840         accepts Windows pathnames.
29841         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29842         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29843         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29844         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29845         Reported by Derek Robert Price <derek@ximbiot.com>.
29846
29847 2004-04-21  Karl Berry  <karl@gnu.org>
29848
29849         * config/srclist.txt (localcharset.c): break sync.
29850
29851 2004-04-20  Paul Eggert  <eggert@twinsun.com>
29852
29853         * m4/host-os.m4: Add a copyright notice.
29854
29855 2004-04-20  Jim Meyering  <jim@meyering.net>
29856
29857         Change UTILS_ to gl_ in AC_DEFINE'd names.
29858         Change utils_- and jm_-prefixed variables, too.
29859         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
29860         UTILS_FUNC_MKDIR_TRAILING_SLASH.
29861         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
29862
29863         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
29864         Don't emit trailing blanks.
29865         Also rename jm_-prefixed variables to have gl_ prefix.
29866
29867         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
29868         Also rename jm_-prefixed variables to have gl_ prefix.
29869
29870         * m4/jm-macros.m4: Reflect the renamings.
29871         * m4/prereq.m4: Likewise.
29872
29873 2004-04-20  Jim Meyering  <jim@meyering.net>
29874
29875         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
29876         memory.
29877
29878 2004-04-20  Jim Meyering  <jim@meyering.net>
29879             Bruno Haible  <bruno@clisp.org>
29880
29881         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
29882         memory when realloc fails.
29883
29884 2004-04-19  Jim Meyering  <jim@meyering.net>
29885
29886         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
29887         now that readutmp.c may call `free (0)'.
29888
29889 2004-04-19  Bruno Haible  <bruno@clisp.org>
29890
29891         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
29892         * m4/inttypes_h.m4: Likewise.
29893         * m4/stdint_h.m4: Likewise.
29894         * m4/intmax_t.m4: Likewise.
29895         * m4/uintmax_t.m4: Likewise.
29896
29897 2004-04-18  Jim Meyering  <jim@meyering.net>
29898
29899         * m4/prereq.m4: Don't forbid jm_ prefix.
29900
29901         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
29902         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
29903         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
29904         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
29905         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
29906         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
29907         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
29908         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
29909         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
29910         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
29911         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
29912         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
29913         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
29914         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
29915         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
29916         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
29917         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
29918         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
29919         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
29920
29921 2004-04-18  Jim Meyering  <jim@meyering.net>
29922
29923         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
29924         failure, don't leak memory and do call END_UTMP_ENT.
29925
29926 2004-04-16  Jim Meyering  <jim@meyering.net>
29927
29928         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
29929         coreutils' stat program.
29930         (gl_PREREQ): Don't require jm_PREREQ_STAT.
29931
29932 2004-04-11  Paul Eggert  <eggert@twinsun.com>
29933
29934         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
29935         C89.
29936         (CHAR_BIT): Remove, since we assume C89.
29937         Include <stdint.h> if available, as per current Autoconf CVS advice.
29938
29939 2004-03-31  Jim Meyering  <jim@meyering.net>
29940
29941         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
29942         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
29943         * m4/xalloc.m4: Likewise.
29944
29945 2004-03-30  Paul Eggert  <eggert@twinsun.com>
29946
29947         Merge from coreutils.
29948
29949         * m4/inttostr.m4: New file.
29950         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
29951         Require AM_STDBOOL_H and gl_TIMESPEC instead.
29952         Require gl_CLOCK_TIME.
29953         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
29954
29955 2004-03-30  Paul Eggert  <eggert@twinsun.com>
29956
29957         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
29958         not bool, to be more consistent with Unix conventions.
29959         Suggested by Bruno Haible.
29960
29961         Merge from coreutils.
29962
29963         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
29964         * lib/umaxtostr.c: New files.
29965
29966         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
29967         the usual <time.h> dance.
29968         (get_date): Change signature to support fractional time stamps.
29969         All callers changed.
29970         * lib/getdate.y: Include "getdate.h" first, as we can now
29971         assume C89 and don't need to worry about 'const'.
29972         Similarly, include "unlocked-io.h" near start, not in middle.
29973         Include <limits.h>.
29974         (textint.value): Use long int rather than int.
29975         (textint.digits): Use size_t rather than int.
29976         (BILLION, LOG10_BILLION): New constants.
29977         (parser_control): New member rel_ns.  Members day_ordinal,
29978         time_zone, month, day, hour, minutes, rel_year, rel_month,
29979         rel_day, rel_hour, rel_minutes, rel_seconds
29980         are now long int, not int.  Member seconds is now struct timespec,
29981         not int.  New member timespec_seen.  Members dates_seen, days_seen,
29982         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
29983         not int.
29984         (%union.intval): Now long int, not int.
29985         New member timespec.
29986         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
29987         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
29988         (spec): Now is a timespec or an item list.
29989         (timespec, items): New nonterminals.
29990         (time, rel, relunit, number, get_date):
29991         Add support for fractional seconds.
29992         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
29993         (gmtime, localtime, mktime): Remove decls; not needed with C89.
29994         (to_hour): First arg is now long int, not int.
29995         (to_year): Returns long int, not int.
29996         Don't treat year -70 like 70.
29997         (tm_diff): Returns long int, not int.
29998         (lookup_word): Use bool instead of int when appropriate.
29999         (yylex): Use size_t for count, not int.
30000         Detect overflow when parsing large integer constants.
30001         Add support for fractions.
30002         (get_date): Make pointers 'const' if possible.
30003         Use more-portable code to detect integer overflow.
30004         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
30005         Don't use ctime; it's not reliable if the year has >4 digits.
30006
30007         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
30008         This is for compatibility with BSD.
30009
30010         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
30011         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
30012         From coreutils' system.h.
30013
30014         * lib/userspec.c: Don't include "posixver.h".
30015         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
30016         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
30017         compatible extension.  Simplify code by removing a boolean int
30018         that was always nonzero if a string was nonnull.
30019
30020 2004-03-30  Jim Meyering  <jim@meyering.net>
30021
30022         Merge from coreutils.
30023
30024         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
30025         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
30026         on some systems one must include <grp.h> before it.
30027         Reported by Christian Krackowizer.
30028
30029 2004-03-30  Jim Meyering  <jim@meyering.net>
30030
30031         Merge from coreutils.
30032
30033         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
30034
30035         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
30036         an empty input stream.
30037
30038         * lib/readtokens.c: Include <stdbool.h>.
30039         (readtoken): Use `size_t' rather than int/long.
30040         All callers adjusted.
30041         Use `bool' rather than `int' where appropriate.
30042         Use memset rather than an explicit loop.
30043         Use x2nrealloc rather than xrealloc.
30044         Allow the use of `\0' as a delimiter.
30045         (readtokens): Likewise.
30046         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
30047
30048 2004-03-30  Jim Meyering  <jim@meyering.net>
30049
30050         * m4/realloc.m4: Remove file, since now it does no more than
30051         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
30052         the `configure.ac' section of module/realloc.
30053         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
30054
30055 2004-03-30  Bruno Haible  <bruno@clisp.org>
30056
30057         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
30058         nonnull.
30059
30060 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30061
30062         Merge changes to getloadavg.c from coreutils and Emacs.
30063
30064         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
30065         Define to an expression, not to the empty string.
30066         Include cloexec.h and xalloc.h.
30067         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
30068         Use set_cloexec_flag rather than rolling our own.
30069         * lib/cloexec.c, lib/cloexec.h: New files.
30070
30071 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30072
30073         * m4/cloexec.m4: New file.
30074
30075 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30076
30077         * lib/getopt.h: Sync with libc CVS.
30078
30079 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30080             Bruno Haible  <bruno@clisp.org>
30081
30082         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
30083         mbswidth.
30084
30085 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30086             Bruno Haible  <bruno@clisp.org>
30087
30088         * lib/mbswidth.h: Include <wchar.h> only if
30089         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
30090         <wchar.h>.
30091         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
30092
30093 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30094
30095         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
30096         Sync with libc CVS.
30097         * lib/getopt_int.h: New file, also synced from libc.
30098
30099 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30100
30101         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
30102         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
30103         Bring back getopt.c, getopt.h, getopt1.c.
30104
30105 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30106
30107         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
30108         All uses changed.  Check for sa_sigaction member; this fixes
30109         a bug first reported by Jason Andrade in
30110         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30111
30112 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30113
30114         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
30115         '#if' expressions.  Unlike the code it replaces, it does not
30116         depend on (defined _SC_PAGESIZE).  However, it does depend on
30117         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
30118         first reported by Jason Andrade in
30119         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30120
30121 2004-02-25  Simon Josefsson  <jas@extundo.com>
30122
30123         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
30124
30125 2004-02-25  Simon Josefsson  <jas@extundo.com>
30126
30127         * lib/strdup.h: New file.
30128         * lib/strdup.c: Include it.
30129         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
30130         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
30131
30132 2004-02-23  Karl Berry  <karl@gnu.org>
30133
30134         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
30135         (from fencepost.gnu.org:/gd/gnuorg).
30136
30137 2004-02-23  Karl Berry  <karl@gnu.org>
30138
30139         * config/srclistvars.sh (GNUORG) [karl]: redefine.
30140         * config/srclist.txt: add maintain/standards documents.
30141
30142 2004-02-18  Bruno Haible  <bruno@clisp.org>
30143
30144         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
30145         Reported by Derek Robert Price <derek@ximbiot.com>.
30146
30147 2004-02-16  Karl Berry  <karl@gnu.org>
30148
30149         * config/mkinstalldirs, install-sh: update from automake.
30150
30151 2004-02-06  Karl Berry  <karl@gnu.org>
30152
30153         * m4/po.m4: update from gettext 0.14.1.
30154
30155 2004-02-06  Karl Berry  <karl@gnu.org>
30156
30157         * lib/config.charset: update from gettext 0.14.1.
30158
30159 2004-02-05  Paul Eggert  <eggert@twinsun.com>
30160
30161         Add comments and code, prompted by suggestions from Bruno Haible
30162         for sh-quote.
30163         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
30164         describing the enum quoting_style values.
30165         * lib/quotearg.c (quotearg_alloc): New function.
30166         (quotearg_buffer_restyled): Treat lone { and } as special.
30167         Treat = as special.  Work around bug with older shells
30168         that "see" a '\' that is really the 2nd byte of a multibyte char.
30169         Quote empty string with shell_quoting_style.
30170
30171 2004-02-03  Bruno Haible  <bruno@clisp.org>
30172
30173         * m4/pipe.m4: New file, from GNU gettext.
30174
30175 2004-02-03  Bruno Haible  <bruno@clisp.org>
30176
30177         * lib/pipe.h: New file, from GNU gettext.
30178         * lib/pipe.c: New file, from GNU gettext.
30179
30180 2004-01-27  Bruno Haible  <bruno@clisp.org>
30181
30182         * m4/execute.m4: New file, from GNU gettext.
30183
30184 2004-01-27  Bruno Haible  <bruno@clisp.org>
30185
30186         * lib/execute.h: New file, from GNU gettext.
30187         * lib/execute.c: New file, from GNU gettext.
30188         * lib/w32spawn.h: New file, from GNU gettext.
30189
30190 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30191
30192         Merge from diffutils.
30193
30194         * lib/file-type.c (file_type): Add typed memory objects.
30195         * lib/file-type.h (S_TYPEISTMO): New macro.
30196
30197         * lib/c-stack.h (c_stack_action): Remove argv argument.
30198         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
30199         (die): Don't calculate message unless segv_action returns.
30200         (get_stack_location, min_address_from_argv, max_address_from_argv,
30201         volatile stack_base, volatile_stack_size): Remove.
30202         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
30203         that every segmentation violation is a stack overflow.  (Ouch!)
30204         See Debian bug 136249 (still outstanding) for more info about why
30205         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
30206
30207 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30208
30209         Exit-status fix from coreutils.
30210
30211         Use exit_failure consistently in place of EXIT_FAILURE,
30212         so that program exit statuses are consistent on failure.
30213
30214         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
30215         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
30216         * lib/argmatch.h: Comment fix to match the above.
30217         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
30218         Now a macro referring to exit_failure, instead of a separate
30219         variable.  Include "exitfail.h" to get it.
30220         * lib/xstrtol.h: Include "exitfail.h".
30221         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
30222
30223         * lib/long-options.c (parse_long_options): Use prototype
30224         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
30225         for clarity.
30226
30227 2004-01-21  Jim Meyering  <jim@meyering.net>
30228
30229         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
30230         so as not to conflict with a different-sized __mktime_internal
30231         function in GNU libc.
30232         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
30233         Problem building statically-linked `ls' reported by Michael Brunnbauer.
30234
30235 2004-01-20  Karl Berry  <karl@gnu.org>
30236
30237         * config/config.guess: update from config.
30238
30239         * config/srclistvars.sh: GNUWWWLICENSES for karl.
30240
30241 2004-01-20  Bruno Haible  <bruno@clisp.org>
30242
30243         Safer stack allocation.
30244         * lib/setenv.c: Include allocsa.h.
30245         (alloca): Remove fallback definition.
30246         (freea): Remove macro.
30247         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
30248         instead of freea.
30249
30250 2004-01-20  Bruno Haible  <bruno@clisp.org>
30251
30252         * m4/eealloc.m4: New file, from GNU gettext.
30253
30254 2004-01-20  Bruno Haible  <bruno@clisp.org>
30255
30256         * m4/allocsa.m4: New file, from GNU gettext.
30257
30258 2004-01-20  Bruno Haible  <bruno@clisp.org>
30259
30260         * lib/xallocsa.h: New file, from GNU gettext.
30261         * lib/xallocsa.c: New file, from GNU gettext.
30262
30263 2004-01-20  Bruno Haible  <bruno@clisp.org>
30264
30265         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
30266
30267 2004-01-20  Bruno Haible  <bruno@clisp.org>
30268
30269         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
30270         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
30271         specially.
30272
30273 2004-01-20  Bruno Haible  <bruno@clisp.org>
30274
30275         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
30276         patch.
30277
30278 2004-01-20  Bruno Haible  <bruno@clisp.org>
30279
30280         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
30281
30282 2004-01-20  Bruno Haible  <bruno@clisp.org>
30283
30284         * lib/eealloc.h: New file.
30285
30286 2004-01-20  Bruno Haible  <bruno@clisp.org>
30287
30288         * lib/binary-io.h: Avoid warnings on Cygwin.
30289
30290 2004-01-20  Bruno Haible  <bruno@clisp.org>
30291
30292         * lib/allocsa.h: New file, from GNU gettext.
30293         * lib/allocsa.c: New file, from GNU gettext.
30294
30295 2004-01-18  Karl Berry  <karl@gnu.org>
30296
30297         * doc/gpl.texi, doc/lgpl.texi: new files.
30298
30299 2004-01-18  Karl Berry  <karl@gnu.org>
30300
30301         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
30302         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
30303
30304 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30305
30306         Merge from coreutils.
30307
30308         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
30309         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
30310         (gl_DEFAULT_POSIX2_VERSION): Move
30311         the documentation from 'configure' into 'config.hin',
30312         so that 'configure --help' isn't burdened by it and
30313         we don't have to worry about its formatting there.
30314         Reword the documentation so that it's more succinct
30315         and can be run together into a single paragraph.
30316         * m4/same.m4 (gl_SAME): Check for pathconf.
30317
30318 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30319
30320         Merge from coreutils.
30321
30322         * lib/posixver.c: Include posixver.h.
30323
30324         * lib/same.c: Include <stdbool.h>, <limits.h>.
30325         (_POSIX_NAME_MAX): Define if not defined.
30326         (MIN): New macro.
30327         (same_name): If file names are silently truncated, report
30328         that the file names are the same if they are the same after
30329         the silent truncation.
30330
30331         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
30332         conversion function.
30333         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
30334         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
30335         longer needed.
30336
30337 2004-01-15  Jim Meyering  <jim@meyering.net>
30338
30339         Merge from coreutils.
30340
30341         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
30342         if no library is required.
30343         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
30344         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
30345         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
30346         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
30347         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
30348         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
30349         value, $ac_cv_search_crypt, if it's "none required".
30350         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
30351         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
30352         not gl_FUNC_GETLOADAVG.
30353         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
30354         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
30355
30356 2004-01-15  Jim Meyering  <jim@meyering.net>
30357
30358         Merge from coreutils.
30359
30360         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
30361         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
30362         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
30363
30364         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
30365         optional configure-time default.
30366
30367         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30368
30369         * lib/xreadlink.c (xreadlink): Correct outdated comment.
30370
30371 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
30372
30373         Merge from coreutils.
30374
30375         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
30376         value, $ac_cv_search_nanosleep, if it's "none required".
30377
30378 2004-01-14  Paul Eggert  <eggert@twinsun.com>
30379
30380         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
30381         with like-named macro in fnmatch.c.
30382         (EXT): Use an internal constant instead.
30383
30384         Merge fnmatch patches from glibc.
30385         * lib/fnmatch.c (mbsinit): Remove define.
30386         Add libc_hidden_ver (__fnmatch, fnmatch).
30387         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
30388         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
30389
30390 2004-01-14  Karl Berry  <karl@gnu.org>
30391
30392         * config/install-sh: update from automake.
30393
30394 2004-01-13  Karl Berry  <karl@gnu.org>
30395
30396         * config/install-sh: update from automake.
30397
30398 2004-01-09  Karl Berry  <karl@gnu.org>
30399
30400         * config/install-sh: update from automake.
30401
30402 2004-01-05  Karl Berry  <karl@gnu.org>
30403
30404         * config/config.{sub,guess}: update from config.
30405
30406 2003-12-31  Karl Berry  <karl@gnu.org>
30407
30408         * config/depcomp: update from automake.
30409
30410 2003-12-14  Karl Berry  <karl@gnu.org>
30411
30412         * lib/config.charset: update from gettext-runtime.
30413
30414 2003-12-03  Paul Eggert  <eggert@twinsun.com>
30415
30416         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
30417         Bug reported by Alfred M. Szmidt.
30418
30419 2003-12-03  Bruno Haible  <bruno@clisp.org>
30420
30421         * m4/gettext.m4: Upgrade from gettext-0.13.
30422         * m4/po.m4: Upgrade from gettext-0.13.
30423         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
30424         * m4/intmax.m4: New file, from gettext-0.13.
30425         * m4/printf-posix.m4: New file, from gettext-0.13.
30426
30427 2003-11-29  Karl Berry  <karl@gnu.org>
30428
30429         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
30430
30431 2003-11-25  Paul Eggert  <eggert@twinsun.com>
30432             Bruno Haible  <bruno@clisp.org>
30433
30434         * lib/printf-parse.h: Don't include sys/types.h.
30435         (ARG_NONE): New macro.
30436         (char_directive): Change type of *arg_index fields to size_t.
30437         * lib/printf-parse.c: Don't include sys/types.h.
30438         (SSIZE_MAX): Remove macro.
30439         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
30440         Remove unnecessary overflow check.
30441         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
30442         fields.
30443
30444 2003-11-25  Bruno Haible  <bruno@clisp.org>
30445
30446         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
30447
30448 2003-11-25  Bruno Haible  <bruno@clisp.org>
30449
30450         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
30451         gt_TYPE_SSIZE_T.
30452
30453 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30454
30455         * modules/alloca: Remove dependency on xalloc.
30456
30457 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30458
30459         * lib/alloca.c: Remove dependency on xalloc module.
30460         (xalloc_die): Remove.
30461         (memory_full) [!defined emacs]: New macro.
30462         [!defined emacs]: Don't include xalloc.h.
30463         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
30464         address arithmetic overflows.  Change datatypes a bit to avoid
30465         unnecessary casts.
30466
30467 2003-11-22  Jim Meyering  <jim@meyering.net>
30468
30469         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
30470         s/size/size_t/.
30471
30472 2003-11-21  Karl Berry  <karl@gnu.org>
30473
30474         * config/config.{sub,guess}: update from config.
30475
30476 2003-11-18  Karl Berry  <karl@gnu.org>
30477
30478         * config/config.{sub,guess}: update from config.
30479
30480         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
30481
30482 2003-11-17  Paul Eggert  <eggert@twinsun.com>
30483
30484         * README: Mention that S+T cannot overflow if S is the size of
30485         an existing object and T is sufficiently small.
30486
30487 2003-11-17  Jim Meyering  <jim@meyering.net>
30488
30489         On systems without utime and without a utimes function capable of
30490         dealing with a NULL struct utimbuf* argument, this utime replacement
30491         could -- in unusual circumstances -- leak a file descriptor.
30492         * lib/utime.c: Include <unistd.h> and <errno.h>.
30493         (utime_null): Be sure to close `fd' and to preserve errno.
30494         Reported by Geoff Collyer via Arnold Robbins.
30495
30496 2003-11-17  Bruno Haible  <bruno@clisp.org>
30497
30498         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
30499         (Depends-on): Add xsize.
30500
30501 2003-11-17  Bruno Haible  <bruno@clisp.org>
30502
30503         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
30504
30505 2003-11-17  Bruno Haible  <bruno@clisp.org>
30506
30507         * lib/vasnprintf.c (alloca): Remove fallback definition.
30508         (freea): Remove definition.
30509         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
30510         Reported by Paul Eggert.
30511
30512 2003-11-16  Paul Eggert  <eggert@twinsun.com>
30513             Bruno Haible  <bruno@clisp.org>
30514
30515         Protect against address arithmetic overflow.
30516         * lib/printf-args.h: Include stddef.h.
30517         (arguments): Change type of field 'count' to size_t.
30518         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
30519         'unsigned int' where appropriate.
30520         * lib/printf-parse.h: Include sys/types.h.
30521         (char_directive): Change type of *arg_index fields to ssize_t.
30522         (char_directives): Change type of fields 'count', max_*_length to
30523         size_t.
30524         * lib/printf-parse.c: Include sys/types.h and xsize.h.
30525         (SSIZE_MAX): Define fallback value.
30526         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
30527         instead of 'int' where appropriate. Check a_allocated, d_allocated
30528         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
30529         * lib/vasnprintf.c: Include xsize.h.
30530         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
30531         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
30532         overflow. Avoid wraparound when converting a width or precision from
30533         decimal to binary.
30534
30535 2003-11-16  Bruno Haible  <bruno@clisp.org>
30536
30537         Update from GNU gettext.
30538         * lib/printf-parse.c: Generalize to it can be compiled for wide
30539         strings.
30540         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
30541         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
30542         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
30543         SNPRINTF): New macros.
30544         Don't include <alloca.h> if the file is used inside libintl.
30545         (local_wcslen): New function, for Solaris 2.5.1.
30546         (VASNPRINTF): Use it instead of wcslen.
30547
30548 2003-11-16  Bruno Haible  <bruno@clisp.org>
30549
30550         * lib/xsize.h (xmax): New function.
30551         (xsum, xsum3, xsum4): Declare as "pure" functions.
30552
30553 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30554
30555         * modules/xalloc (Files): Undo latest change, since xalloc.h
30556         no longer needs SIZE_MAX or PTRDIFF_MAX.
30557
30558 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30559
30560         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
30561         gl_PTRDIFF_MAX.
30562
30563 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30564
30565         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
30566         "return", to pacify some unknown compiler.  Problem reported
30567         by Joerg Schilling.
30568
30569 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30570
30571         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
30572         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
30573         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
30574         heuristic is just as accurate as far as we know, and it removes a
30575         dependency on size_max.m4 and ptrdiff_max.m4.
30576
30577 2003-11-11  Bruno Haible  <bruno@clisp.org>
30578
30579         * modules/xsize (Files): Add m4/size_max.m4.
30580         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
30581
30582 2003-11-11  Bruno Haible  <bruno@clisp.org>
30583
30584         * m4/size_max.m4: New file.
30585         * m4/ptrdiff_max.m4: New file.
30586         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
30587         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
30588         (gl_XALLOC): Invoke it.
30589
30590 2003-11-11  Bruno Haible  <bruno@clisp.org>
30591
30592         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
30593         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
30594         defined.
30595
30596 2003-11-10  Paul Eggert  <eggert@twinsun.com>
30597
30598         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
30599         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
30600         rejected some allocations of exactly SIZE_MAX - 2 bytes.
30601         From Bruno Haible.
30602         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
30603         not (size_t) -1, since it's defined here.
30604
30605 2003-11-09  Karl Berry  <karl@gnu.org>
30606
30607         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
30608
30609 2003-11-06  Paul Eggert  <eggert@twinsun.com>
30610
30611         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
30612         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
30613         Reject sizes of exactly SIZE_MAX bytes.
30614         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
30615         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
30616
30617 2003-11-05  Bruno Haible  <bruno@clisp.org>
30618
30619         * lib/xsize.h: Include limits.h, to avoid a possible collision with
30620         SIZE_MAX defined in <limits.h> on Solaris.
30621
30622 2003-11-04  Jim Meyering  <jim@meyering.net>
30623
30624         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
30625         variable names, rather than @VAR@.
30626         * modules/poll: Likewise.
30627
30628 2003-11-04  Bruno Haible  <bruno@clisp.org>
30629
30630         * modules/xsize: New file.
30631         * modules/linebreak: Depend on xsize.
30632         * MODULES.html.sh (func_all_modules): Add xsize.
30633
30634 2003-11-04  Bruno Haible  <bruno@clisp.org>
30635
30636         * m4/xsize.m4: New file.
30637
30638 2003-11-04  Bruno Haible  <bruno@clisp.org>
30639
30640         * lib/xsize.h: New file.
30641         * lib/linebreak.c: Include xsize.h.
30642         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
30643         argument for overflow.
30644         Suggested by Paul Eggert.
30645
30646 2003-11-03  Karl Berry  <karl@gnu.org>
30647
30648         * config/config.{guess,sub}: update from config.
30649
30650 2003-11-03  Jim Meyering  <jim@meyering.net>
30651
30652         * modules/userspec (lib_SOURCES): Add userspec.h.
30653         (Include): Add "userspec.h".
30654         Improve description.
30655
30656 2003-11-03  Jim Meyering  <jim@meyering.net>
30657
30658         * lib/userspec.c: Include "userspec.h".
30659         * lib/userspec.h: New file.
30660
30661 2003-11-03  Bruno Haible  <bruno@clisp.org>
30662
30663         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
30664
30665 2003-11-03  Bruno Haible  <bruno@clisp.org>
30666
30667         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
30668         available, to avoid (extremely rare) race condition.
30669         Suggested by Paul Eggert.
30670
30671 2003-11-02  Karl Berry  <karl@gnu.org>
30672
30673         * config/srclist.txt (vasprintf.c): sync broken, sigh.
30674
30675 2003-10-31  Paul Eggert  <eggert@twinsun.com>
30676
30677         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
30678         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
30679         (read_filesystem_list): Set and use me_type_malloced.
30680         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
30681         whatever the type happens to be), for brevity and consistency.
30682         Check for size calculation overflow on Alphas running OSF/1.
30683
30684 2003-10-31  Jim Meyering  <jim@meyering.net>
30685
30686         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
30687
30688         * lib/linebuffer.c: Include <string.h> for declaration of memset.
30689
30690 2003-10-30  Paul Eggert  <eggert@twinsun.com>
30691             Bruno Haible  <bruno@clisp.org>
30692
30693         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
30694         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
30695
30696 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30697
30698         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
30699         netbsd*-gnu*.  Suggested by Robert Millan.
30700
30701 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30702
30703         * modules/group-member: Depend on stdbool.
30704
30705 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30706
30707         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
30708
30709 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30710
30711         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
30712         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
30713         after the 'gnu' in these cases.  This fixes some bugs in the
30714         previous change, and is based on suggestions by Robert Millan.
30715
30716 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30717
30718         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
30719         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
30720         no longer needed.
30721         * lib/quotearg.c (quotearg_n_options): Use it.
30722         * lib/group-member.c: Include <stdbool.h>.
30723         (free_group_info): Arg is now const *; don't free arg.
30724         (get_group_info): Now returns bool and accepts struct group_info *,
30725         rather than returning a malloc'ed struct group_info *.
30726         All uses changed.  Check for overflow in internal size calculation.
30727
30728         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
30729         rather than xmalloc/xrealloc.
30730         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
30731         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
30732         conformance bug: the old code used a pointer after freeing the
30733         storage that it addressed.
30734         * lib/hash.c (hash_initialize): Simplify the code by using
30735         xalloc_oversized rather than doing it by hand.
30736         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
30737         the buffer preserved.  Use free and xmalloc instead.
30738         * lib/quotearg.c (quotearg_n_options): Likewise.
30739         Use a simpler test for size overflow.  Don't use xalloc_oversized
30740         because unsigned int might be wider than size_t (!); this suggests
30741         that we should switch from unsigned int to size_t for slot numbers.
30742
30743 2003-10-28  Paul Eggert  <eggert@twinsun.com>
30744
30745         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
30746         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
30747         NetBSD kernels.  Requested by Richard Stallman.
30748
30749 2003-10-27  Paul Eggert  <eggert@twinsun.com>
30750
30751         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
30752         to allocate the returned structure.  Do not allocate a subarray,
30753         as x2nrealloc will do that.
30754         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
30755         instead of xnrealloc.
30756         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
30757
30758 2003-10-27  Bruno Haible  <bruno@clisp.org>
30759
30760         * lib/stdbool_.h: Better support for BeOS.
30761
30762 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30763
30764         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
30765         now uses inline.
30766
30767 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30768
30769         * lib/xalloc.h (xalloc_oversized): New static inline function, for
30770         callers that want to do their own size-overflow checking.  Include
30771         <stdbool.h>, since xalloc_oversized returns bool.
30772         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
30773         to use xalloc_oversized.
30774
30775         Add two functions x2realloc, x2nrealloc, for programs that grow
30776         arrays dynamically by doubling their sizes.
30777         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
30778         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
30779         New functions.
30780
30781         Port to C99 semantics for 'inline' of external functions.
30782         Bug reported by Bruno Haible.
30783         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
30784         with the old contents of xnmalloc.
30785         (xnmalloc, xmalloc): Use it.
30786         (xnrealloc_inline): New static inline function,
30787         with the old contents of xnrealloc.
30788         (xnrealloc, xrealloc): Use it.
30789
30790         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
30791         that.
30792
30793 2003-10-26  Karl Berry  <karl@gnu.org>
30794
30795         * config/srclist.txt (COPYING.DOC): no longer available from
30796         /gd/gnuorg; don't know where the ultimate source is.
30797
30798 2003-10-25  Paul Eggert  <eggert@twinsun.com>
30799
30800         Fix several address-calculation bugs in the hash modules,
30801         plus some minor code cleanup.
30802
30803         * lib/hash.h: Include <stdbool.h>, for bool.
30804         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
30805         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
30806         hash_get_n_entries, hash_get_max_bucket_length,
30807         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
30808         hash_rehash): Use size_t rather than unsigned.
30809         * lib/hash.c (struct hash_table, hash_get_n_buckets,
30810         hash_get_n_buckets_used, hash_get_n_entries,
30811         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
30812         hash_get_entries, hash_do_for_each, hash_string, is_prime,
30813         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
30814         Likewise.
30815         (SIZE_MAX): Define if not defined.
30816         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
30817         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
30818         hash_print):
30819         Use const * when possible.
30820         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
30821         (check_tuning): Fix bug: if tuning parameters were very close to
30822         0 or 1, rounding errors could have caused subscript violations.
30823         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
30824         (hash_initialize): Add 'fail:' label
30825         to free table and return NULL, and use it to simplify code.
30826         Use calloc rather than clearing the storage ourself.
30827         (hash_initialize, hash_rehash): Check for arithmetic overflow in
30828         buffer size calculations.
30829         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
30830         Include <stddef.h>, for size_t.
30831         * lib/hash-pjw.c (hash_pjw): Likewise.
30832         Switch to method described by Bruno Haible.
30833         Include <limits.h>, for CHAR_BIT.
30834         (SIZE_BITS): New macro.
30835
30836 2003-10-23  Paul Eggert  <eggert@twinsun.com>
30837
30838         * m4/getline.m4 (AM_FUNC_GETLINE):
30839         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
30840         hosts.  Problem reported by Derek Robert Price in
30841         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
30842         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
30843         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
30844
30845 2003-10-21  Paul Eggert  <eggert@twinsun.com>
30846
30847         * lib/getndelim2.c (getndelim2): When size calculation overflows,
30848         ceiling the allocation at NMAX bytes rather than silently
30849         discarding input bytes before NMAX is reached.  This makes
30850         a difference only if NMAX exceeds SIZE_MAX / 2.
30851
30852         * lib/obstack.c: Merge from glibc.
30853         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
30854         Add libc_hidden_def (_obstack_newchunk).
30855         (_obstack_free) [! defined _LIBC]: Remove.
30856         [defined _LIBC]: Make a strong alias from obstack_free, rather than
30857         a clone of the function body.
30858         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
30859         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
30860
30861         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
30862         glibc.
30863         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
30864         arg to memcpy.
30865
30866         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
30867         (obstack_ptr_grow_fast, obstack_int_grow_fast):
30868         Don't use lvalue casts, as GCC plans to remove support for them
30869         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
30870         was also present in the non-GCC version, indicating that this
30871         code had always been buggy and had never been widely used.
30872         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
30873         Use the fast variant of each macro, rather than copying the
30874         definiens of the fast variant; that way, we'll be more likely to
30875         catch future bugs in the fast variants.
30876
30877 2003-10-20  Bruno Haible  <bruno@clisp.org>
30878
30879         * modules/wait-process: New file.
30880         * MODULES.html.sh (func_all_modules): Add wait-process.
30881
30882 2003-10-20  Bruno Haible  <bruno@clisp.org>
30883
30884         * m4/wait-process.m4: New file.
30885
30886 2003-10-20  Bruno Haible  <bruno@clisp.org>
30887
30888         * lib/wait-process.h: New file, from GNU gettext.
30889         * lib/wait-process.c: New file, from GNU gettext.
30890
30891 2003-10-19  Jim Meyering  <jim@meyering.net>
30892
30893         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
30894         HPUX 10.20.
30895
30896 2003-10-18  Karl Berry  <karl@gnu.org>
30897
30898         * config/config.guess: update from config.
30899
30900 2003-10-16  Paul Eggert  <eggert@twinsun.com>
30901
30902         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
30903         (getgroups): First arg is int, not size_t.
30904         Don't let 'free' mangle errno.
30905
30906 2003-10-16  Paul Eggert  <eggert@twinsun.com>
30907
30908         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
30909
30910 2003-10-16  Karl Berry  <karl@gnu.org>
30911
30912         * config/config.{guess,sub}: update from config.
30913
30914 2003-10-16  Jim Meyering  <jim@meyering.net>
30915
30916         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
30917         memcpy.
30918
30919 2003-10-15  Paul Eggert  <eggert@twinsun.com>
30920
30921         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
30922         (SIZE_MAX): Remove.
30923         (new_exclude, add_exclude_file): Initial size no longer needs to
30924         be a power of 2.
30925         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
30926         our own address arithmetic overflow checking.
30927
30928         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
30929         (fnmatch): Do not alloca more than 2000 wide characters;
30930         instead, use malloc for large buffers.
30931         Check for address arithmetic overflow, and return -1
30932         with errno set to ENOMEM in that case.
30933         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
30934         (NEW_PATTERN): Do not alloca more than 8000 bytes;
30935         instead, return -1.  Check for address arithmetic overflow.
30936
30937 2003-10-14  Paul Eggert  <eggert@twinsun.com>
30938
30939         Handle invalid suffixes and overflow independently, so that
30940         callers can treat them independently as needed.  Fix some bugs in
30941         suffix handling, e.g., "100k@" was not diagnosed as an invalid
30942         suffix for a human-readable blocksize.  The major caller-visible
30943         change is the addition of a new
30944         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
30945         that both overflow and suffix chars were found.
30946
30947         * lib/human.c (humblock): Don't check separately for invalid suffix
30948         char; that is xstrtoumax's job (now that its bug is fixed).
30949         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
30950         INTMAX_MAX]: New macros.
30951         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
30952         TYPE_MAXIMUM): New macros.
30953         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
30954         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
30955         if overflow occurs, as it's what __strtol does and it's more useful
30956         in practice.
30957         (__xstrtol): If __strtol reports some error other than ERANGE,
30958         reflect it to the caller as LONGINT_INVALID.  If it reports
30959         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
30960         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
30961         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
30962         value.
30963         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
30964         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
30965         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
30966         [defined UINTMAX_MAX]: New macros.
30967
30968 2003-10-14  Bruno Haible  <bruno@clisp.org>
30969
30970         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
30971
30972 2003-10-14  Bruno Haible  <bruno@clisp.org>
30973
30974         * m4/sig_atomic_t: New file, from GNU gettext.
30975         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
30976
30977 2003-10-14  Bruno Haible  <bruno@clisp.org>
30978
30979         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
30980         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
30981         Also use volatile where needed.
30982
30983 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30984
30985         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
30986         Change maintainer from Bruno Haible to 'all'.
30987
30988 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30989
30990         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
30991
30992 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30993
30994         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
30995         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
30996         and define in terms of the other primitives.
30997         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
30998         (SIZE_MAX): Define if not already defined.
30999         (array_size_overflow): New function.
31000         (xalloc_die): Abort instead of exiting if 'error' returns.
31001         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
31002         (xmalloc, xrealloc): Use them.
31003         (xcalloc): Check for address arithmetic overflow.
31004         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
31005         a bit faster than strcpy.
31006
31007 2003-10-10  Simon Josefsson  <jas@extundo.com>
31008
31009         * modules/argp (Depends-on): Add restrict and strcase.
31010
31011 2003-10-10  Simon Josefsson  <jas@extundo.com>
31012
31013         * m4/argp.m4: Add AC_C_INLINE.
31014
31015 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31016
31017         Merge getpass from libc, plus a few fixes.
31018
31019         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
31020         Include <stdbool.h>.
31021         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
31022         __fsetlocking to empty.
31023         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
31024         do include <bits/libc-lock.h>.
31025         Do not include <fcntl.h>; not needed.
31026         [_LIBC]: Include <wchar.h>.
31027         (NOTCANCEL_MODE): New macro.
31028         (flockfile, funlockfile) [_LIBC]: New macros.
31029         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
31030         [!_LIBC]: New macros.
31031         (call_fclose): New function.
31032         (getpass): Use it.  Save tty stream separately; this simplifies the
31033         code and makes it more reliable if stdin happens to equal stdout.
31034         Invoke __fsetlocking on tty.
31035         Handle thread cancellation if needed.
31036         Namespace cleanup (use __tcgetattr, __getline).
31037         Use bool for Booleans.
31038         [USE_IN_LIBIO]: Handle wide streams.
31039         [!_LIBC]: Unconditionally do the fseek, since we don't know what
31040         stream might go where.
31041
31042         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
31043         doesn't have to include <stdio.h> before us.
31044         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
31045         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
31046         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
31047         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
31048         if not declared, so that we can use getpass.c code from libc without
31049         rewriting it.
31050         (flockfile, ftrylockfile, funlockfile): New macros.
31051
31052 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31053
31054         * modules/getpass: Depend on stdbool.
31055
31056 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31057
31058         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
31059
31060 2003-10-07  Karl Berry  <karl@gnu.org>
31061
31062         * config/config.{guess,sub}: update from config.
31063
31064 2003-10-06  Jim Meyering  <jim@meyering.net>
31065             Bruno Haible  <bruno@clisp.org>
31066
31067         This lets translators provide better translations for the
31068         "Written by ..." part of --version output.
31069         * lib/version-etc.h: Include stdarg.h.
31070         (version_etc_copyright): Declare as readonly.
31071         (version_etc): Make this function variadic with a NULL-terminated list
31072         of author name strings.
31073         (version_etc_va): New declaration.
31074         * lib/version-etc.c: Include stdarg.h, stdlib.h.
31075         (version_etc_copyright): Declare as readonly.
31076         (version_etc_va): New function. Provide a different translatable string
31077         for each possible number of authors < 10. Abbreviate when there are 10
31078         authors or more.
31079         (version_etc): Make this function variadic. Call version_etc_va.
31080         Suggestion from Gary V. Vaughan.
31081
31082         * lib/long-options.h (parse_long_options): Change prototype: the
31083         authors string is moved to the end and becomes variadic.
31084         * lib/long-options.c: Include stdarg.h.
31085         (parse_long_options): Make this function variadic, too.
31086         Call version_etc_va, not version_etc.
31087
31088 2003-10-06  Bruno Haible  <bruno@clisp.org>
31089
31090         * modules/version-etc-2: Remove file.
31091         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
31092
31093 2003-10-06  Bruno Haible  <bruno@clisp.org>
31094
31095         * modules/fatal-signal: New file.
31096         * MODULES.html.sh (func_all_modules): Add fatal-signal.
31097
31098 2003-10-06  Bruno Haible  <bruno@clisp.org>
31099
31100         * m4/fatal-signal.m4: New file.
31101         * m4/signalblocking.m4: New file, from GNU gettext.
31102
31103 2003-10-06  Bruno Haible  <bruno@clisp.org>
31104
31105         * lib/version-etc-2.h: Remove file.
31106         * lib/version-etc-2.c: Remove file.
31107
31108 2003-10-06  Bruno Haible  <bruno@clisp.org>
31109
31110         * lib/fatal-signal.h: New file, from GNU gettext.
31111         * lib/fatal-signal.c: New file, from GNU gettext.
31112
31113 2003-10-05  Paul Eggert  <eggert@twinsun.com>
31114
31115         * README: Rework advice for preventing empty .o files.
31116         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
31117         not <sys/types.h>.
31118
31119 2003-10-04  Karl Berry  <karl@gnu.org>
31120
31121         * lib/argp*: update from libc.
31122
31123 2003-10-04  Karl Berry  <karl@gnu.org>
31124
31125         * config/config.{guess,sub}: update from config.
31126
31127 2003-10-02  Bruno Haible  <bruno@clisp.org>
31128
31129         * modules/lchown (Include): Add lchown.h.
31130         * modules/time_r (Include): Use "..." syntax.
31131         * modules/xgetdomainname (Include): Add xgetdomainname.h.
31132
31133 2003-10-01  Simon Josefsson  <jas@extundo.com>
31134
31135         * MODULES.html.sh (func_all_modules): Move gethostname from section
31136         'based on' to section 'lacking' POSIX:2001.
31137
31138 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
31139
31140         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
31141         to output mode on the same stream.
31142
31143 2003-09-29  Paul Eggert  <eggert@twinsun.com>
31144
31145         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
31146         Fix arg typo in previous patch.
31147
31148 2003-09-28  Jim Meyering  <jim@meyering.net>
31149
31150         * lib/error.c: Correct cpp indentation.
31151
31152 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31153
31154         * modules/free: New file.
31155
31156 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31157
31158         * m4/free.m4: New file.
31159
31160 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31161
31162         * lib/minmax.h (MIN, MAX)
31163         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
31164         Omit the special code that used __typeof__, since we worry that
31165         it could be more trouble than it's worth.  See:
31166         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
31167         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
31168
31169         * lib/free.c: New file.
31170
31171 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
31172
31173         Trivial fixes to Makefile.am parts of module listings.
31174         * modules/strstr: Append strstr.h to lib_SOURCES.
31175         * modules/strcase: Likewise, for strcase.h.
31176
31177 2003-09-27  Karl Berry  <karl@gnu.org>
31178
31179         * config/mkinstalldirs: update from automake.
31180
31181 2003-09-26  Paul Eggert  <eggert@twinsun.com>
31182
31183         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
31184         (error_tail): Do not loop, reallocating temporary buffer, since
31185         the output cannot contain more wide characters than the input
31186         contains bytes, the size must be big enough already.  This avoids
31187         one potential size overflow calculation.  Check for size overflow
31188         when calculating temporary buffer size.  Free temporary buffer
31189         when done, if it was allocated with malloc; this plugs a memory
31190         leak.  Remove casts from void * to pointers, that are no longer
31191         needed now that we're assuming C89 or better.
31192
31193         Merge error changes from glibc.
31194
31195         * lib/error.c, error.h: Update copyright notice header to match glibc.
31196         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
31197         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
31198         Disable cancellation while printing error.
31199         * lib/error.h: Prepend __ to parameter names.
31200
31201 2003-09-26  Jim Meyering  <jim@meyering.net>
31202
31203         * lib/error.c (error_tail): Move some declarations
31204         into inner scope where the local variables are used.
31205
31206 2003-09-26  Bruno Haible  <bruno@clisp.org>
31207
31208         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
31209         stpncpy().
31210         Don't define stpncpy through config.h; it's now done through stpncpy.h.
31211
31212 2003-09-26  Bruno Haible  <bruno@clisp.org>
31213
31214         * lib/stpncpy.h (gnu_stpncpy): New declaration.
31215         (stpncpy): Define as alias for gnu_stpncpy.
31216         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
31217
31218 2003-09-25  Simon Josefsson  <jas@extundo.com>
31219
31220         * lib/xgetdomainname.h: New file.
31221         * lib/xgetdomainname.c: New file.
31222
31223 2003-09-25  Simon Josefsson  <jas@extundo.com>
31224             Bruno Haible  <bruno@clisp.org>
31225
31226         * modules/getdomainname: New file.
31227         * modules/xgetdomainname: New file.
31228         * MODULES.html.sh (func_all_modules): Add getdomainname,
31229         xgetdomainname.
31230
31231 2003-09-25  Simon Josefsson  <jas@extundo.com>
31232             Bruno Haible  <bruno@clisp.org>
31233
31234         * m4/getdomainname.m4: New file.
31235
31236 2003-09-25  Simon Josefsson  <jas@extundo.com>
31237             Bruno Haible  <bruno@clisp.org>
31238
31239         * lib/getdomainname.h: New file.
31240         * lib/getdomainname.c: New file.
31241
31242 2003-09-25  Karl Berry  <karl@gnu.org>
31243
31244         * lib/argp-fmtstream.c, argp-help.c: update from libc.
31245
31246 2003-09-25  Karl Berry  <karl@gnu.org>
31247
31248         * config/install-sh: update from automake.
31249
31250 2003-09-25  Bruno Haible  <bruno@clisp.org>
31251
31252         * modules/version-etc-2: New file, from modules/version-etc with
31253         modifications.
31254         * MODULES.html.sh (func_all_modules): Add version-etc-2.
31255
31256 2003-09-25  Bruno Haible  <bruno@clisp.org>
31257
31258         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
31259         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
31260
31261 2003-09-24  Simon Josefsson  <jas@extundo.com>
31262
31263         * modules/xgethostname: Add xgethostname.h.
31264
31265 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31266
31267         * lib/linebuffer.c (freebuffer): Don't free the argument, just
31268         the buffer associated with the argument.  Bug reported by
31269         Simon Josefsson.
31270
31271 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31272
31273         * README: Document assumptions that 'int' is at least 32 bits
31274         wide, that integer arithmetic is 2's complement without overflow,
31275         that there are no holes in integer values, that adding sizes of
31276         two nonoverlapping objects can't overflow, and that all-bits-zero
31277         yields scalar zero.  Fix spelling and capitalization typos.
31278
31279 2003-09-19  Karl Berry  <karl@gnu.org>
31280
31281         * lib/argp.h: update from libc.
31282
31283 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31284
31285         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
31286         to avoid spurious warnings like "AC_RUN_IFELSE was called before
31287         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
31288
31289 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31290
31291         * gnulib-tool: Use "test -h", not "test -L", for portability
31292         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
31293         (tags_regexp): Remove, since \| doesn't conform to POSIX.
31294         (sed_extract_prog): Issue s commands one-by-one, rather than
31295         using \| in one s command.
31296
31297 2003-09-16  Paul Eggert  <eggert@twinsun.com>
31298
31299         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
31300         input error, instead of returning NULL the next time we are called
31301         (and therefore losing track of errno).
31302
31303 2003-09-16  Bruno Haible  <bruno@clisp.org>
31304
31305         * gnulib-tool (func_create_testdir): Warn about duplicated
31306         dependencies.
31307
31308 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31309
31310         * modules/argmatch, modules/fatal, modules/obstack,
31311         modules/xalloc, modules/xgethostname: Sort dependencies by
31312         importance, not alphabetically.
31313
31314 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31315
31316         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
31317         fails, so that the caller gets the proper errno.
31318
31319         * lib/readutmp.c (read_utmp): Likewise.
31320         Check for fstat error.  Close stream and free storage
31321         when failing.
31322
31323 2003-09-14  Karl Berry  <karl@gnu.org>
31324
31325         * config/srclist.txt (strdup.c): disable for c89 changes.
31326
31327 2003-09-14  Jim Meyering  <jim@meyering.net>
31328
31329         * lib/getloadavg.c: Correct cpp indentation.
31330         * lib/strdup.c: Likewise.
31331         * lib/vasnprintf.c: Likewise.
31332
31333 2003-09-14  Bruno Haible  <bruno@clisp.org>
31334
31335         * modules/fwriteerror: New file.
31336         * MODULES.html.sh (func_all_modules): Add fwriteerror.
31337
31338 2003-09-14  Bruno Haible  <bruno@clisp.org>
31339
31340         * lib/fwriteerror.h: New file.
31341         * lib/fwriteerror.c: New file.
31342
31343 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31344
31345         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
31346         modules/xgethostname, modules/xalloc: Depend on exit.
31347
31348 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31349
31350         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
31351
31352         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
31353         and AC_MINIX, too, so that their extensions are available.
31354
31355         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
31356         This macro has been superseded by gl_BACKUPFILE.
31357
31358         More patches to assume C89 or better.
31359
31360         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
31361
31362         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
31363         unconditionally.
31364         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
31365         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
31366         Include <string.h>, <stdlib.h> unconditionally.
31367         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
31368         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
31369         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
31370         headers or for string.h.
31371         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
31372         or strtoul.
31373
31374         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
31375         headers.
31376         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
31377         * m4/userspec.m4 (gl_USERSPEC): Likewise.
31378         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
31379         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
31380         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31381         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
31382         memcpy, memset.
31383         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
31384         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
31385         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
31386         strtol.
31387         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
31388         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
31389         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
31390         strtoul.
31391
31392 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31393
31394         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
31395         * lib/obstack.c [!defined _LIBC]: Likewise.
31396         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
31397         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
31398         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
31399
31400         More changes to assume C89 or better.
31401
31402         * lib/error.c (error_tail): Assume vprintf.
31403
31404         * lib/argmatch.c (getenv): Remove decl.
31405         * lib/progreloc.c (get_full_program_name): Define via prototype.
31406         * lib/setenv.c (clearenv): Likewise.
31407         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
31408         needed.
31409         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
31410         (malloc, memcpy): Remove decls.
31411         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
31412         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
31413         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31414         (memcpy): Remove macro.
31415         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
31416         (__P): Remove.  All uses removed.
31417         (PTR): Remove.  All uses changed to void *.
31418         (CHAR_BIT, NULL): Remove.
31419         (spaces, zeros, memset_space, memset_zero)
31420         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
31421         Remove.
31422         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
31423         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
31424         Define with prototype.
31425         Remove now-unnecessary prototype decl.
31426         (extra_args_spec): Assume ANSI C.  All uses changed.
31427         (extra_args_spec_iso): Remove.
31428         (my_strftime, emacs_strftimeu): Define via prototype.
31429         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
31430         unconditionally.
31431         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
31432         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
31433         (strtoul, strtol): Remove decls.
31434         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
31435         LONG_MAX): Remove.
31436         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31437         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
31438         (LOCALE_PARAM_PROTO): New macro.
31439         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
31440         (INTERNAL (strtol), strtol): Define with a prototype.
31441         (PARAMS): Remove.  All uses removed.
31442         * lib/tempname.c: Include <string.h> unconditionally.
31443         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
31444         * lib/xgethostname.c (main): Define with a prototype.
31445         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
31446         Include <stdlib.h> unconditionally.
31447         (calloc, malloc, realloc, free): Remove decls.
31448         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
31449         Include <stdlib.h> unconditionally.  Sort include file names.
31450         (strtod): Remove.
31451         (xstrtod): Define with a prototype.
31452         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
31453         (strtol, strtoul): Remove decls.
31454
31455 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31456
31457         More patches to assume C89 or better.
31458         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
31459         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
31460         string.h, memchr, STDC_HEADERS.
31461
31462 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31463
31464         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
31465         Include <stdlib.h>, <string.h> unconditionally.
31466         Remove now-unnecessary cast to char *.
31467         * lib/strnlen.c: Include <string.h> unconditionally.
31468         * lib/yesno.c (yesno): Define with a prototype.
31469
31470 2003-09-11  Bruno Haible  <bruno@clisp.org>
31471
31472         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
31473
31474 2003-09-10  Jim Meyering  <jim@meyering.net>
31475
31476         * lib/error.c: Correct indentation of cpp directives.
31477
31478 2003-09-10  Bruno Haible  <bruno@clisp.org>
31479
31480         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
31481         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
31482         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
31483         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
31484         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
31485         <stdlib.h> and <string.h> checks.
31486         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
31487         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
31488
31489 2003-09-10  Bruno Haible  <bruno@clisp.org>
31490
31491         * lib/strcspn.c: Include <string.h> unconditionally.
31492         * lib/strpbrk.c: Include <string.h> unconditionally.
31493         * lib/strstr.c: Include <string.h> unconditionally.
31494         * lib/unicodeio.c: Include <string.h> unconditionally.
31495         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
31496         * lib/unsetenv.c: Likewise.
31497         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
31498         * lib/yesno.c: Include <stdlib.h> unconditionally.
31499         (rpmatch): Add prototype.
31500
31501 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31502
31503         More patches to assume C89 or better.
31504         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
31505         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
31506         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
31507         or for string.h.
31508         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
31509         stdlib.h.
31510         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
31511         C headers.
31512         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
31513         string.h.
31514         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
31515         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
31516         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
31517         or for string.h.
31518         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
31519         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
31520         C headers.
31521         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
31522         memcpy.
31523         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
31524         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
31525         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
31526         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
31527         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
31528         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
31529         string.h, free.
31530         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
31531         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
31532         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
31533         C headers, or for string.h.
31534         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
31535         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
31536         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
31537         headers, memory.h, stdlib.h, string.h, strings.h.
31538         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
31539         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
31540         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
31541         strchr.
31542         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
31543         headers, memory.h, string.h.
31544         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
31545         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
31546         free.
31547         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
31548         headers.
31549         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
31550         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
31551         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
31552         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
31553         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
31554
31555 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31556
31557         More K&R removal.
31558
31559         * lib/acosl.c (main): Use a prototype.
31560         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
31561         tanl.c: Likewise.
31562
31563         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
31564
31565         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
31566         (getopt, etopt_long, getopt_long_only, _getopt_internal)
31567         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
31568         with a prototype.
31569         * lib/getopt.c (const): Remove macro.
31570         Include <string.h> unconditionally.
31571         (my_index): Remove; all uses changed to strchr.
31572         (strlen): Remove decl.
31573         (exchange): Remove forward decl; no longer needed.
31574         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
31575         Define with prototype.
31576         * lib/getopt1.c (const): Remove macro.
31577         (getopt_long, getopt_long_only, main): Define with prototype.
31578
31579         * lib/getugroups.c: Include <string.h> unconditionally.
31580
31581         * lib/getusershell.c: Include <stdlib.h> unconditionally.
31582         (getusershell, setusershell, endusershell, readname, main):
31583         Define with prototypes.
31584
31585         * lib/group-member.c: Include group-member.h first.
31586         Include <stdlib.h> unconditionally.
31587
31588         * lib/hard-locale.c: Include hard-locale.h first.
31589         Include <stdlib.h>, <string.h> unconditionally.
31590
31591         * lib/hash.c (free, malloc): Remove decls.
31592         Include <stdlib.h> unconditionally.
31593
31594         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
31595         (getenv): Do not declare.
31596
31597         * lib/idcache.c: Include <string.h> unconditionally.
31598
31599         * lib/long-options.c: Include long-options.h first, to test interface.
31600         Include <stdlib.h> unconditionally.
31601
31602         * lib/makepath.c: Include makepath.h first, to test interface.
31603         Include <stdlib.h> and <string.h> unconditionally.
31604
31605         * lib/linebuffer.c: Include <stdlib.h>.
31606         (free): Remove decl.
31607
31608         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
31609         stddef.h. rpl_malloc returns void *, not char *.
31610         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
31611         prototype.
31612
31613         * lib/md5.h: Include <limits.h> unconditionally.
31614         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
31615         (__P): Remove; all uses removed.
31616         * lib/md5.c: Include "md5.h" first.
31617         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
31618         md5_buffer, md5_process_bytes, md5_process_block):
31619         Define with prototypes.
31620         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
31621         * lib/sha.c: Include "sha.h" first.
31622         Include <stdlib.h>, <string.h> unconditionally.
31623
31624         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
31625         * lib/memcmp.c (__ptr_t): Likewise.
31626         * lib/memrchr.c (__ptr_t): Likewise.
31627         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
31628         Include <string.h> unconditionally.
31629         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
31630         * lib/memchr.c: Include <stdlib.h> unconditionally.
31631         * lib/memchr.c (LONG_MAX): Remove.
31632         * lib/memrchr.c (LONG_MAX): Likewise.
31633         * lib/memchr.c (__memchr): Define via a prototype.
31634         * lib/memrchr.c (__memrchr): Likewise.
31635         * lib/memcmp.c (__P): Remove, and remove all uses.
31636         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
31637         Remove forward decls; no longer needed.
31638         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
31639         Use types required by C89 in prototype.
31640
31641         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
31642         * lib/savedir.c: Likewise.
31643         * lib/mkdir.c (free): Remove decl.
31644         * lib/rmdir.c (rmdir): Define with a prototype.
31645         * lib/savedir.c: Include savedir.h first, to test interface.
31646
31647         * lib/mktime.c (STDC_HEADERS): Remove.
31648         Include <stdlib.h>, <string.h> unconditionally.
31649
31650         * lib/modechange.c: Include <stdlib.h> unconditionally.
31651         (malloc): Remove decl.
31652
31653         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
31654         (free): Remove decl.
31655
31656         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
31657         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
31658         (This type really should be intptr_t, but that's a C99ism.)
31659         (_obstack_memcpy): Remove: all uses changed to memcpy.
31660         Include <string.h> unconditionally.
31661         (struct obstack): Assume __STDC__ for types of members
31662         chunkfun, freefun, extra_arg.
31663         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
31664         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
31665         obstack_begin, obstack_specify_allocation,
31666         obstack_specify_allocation_with_arg, obstack_chunkfun,
31667         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
31668         Remove unprototyped decls and the macros that use them.
31669         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
31670         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
31671         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
31672         (defined __STDC__ && __STDC__)]:
31673         Remove nonprototyped code.
31674         Include <stdlib.h> unconditionally.
31675         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
31676         _obstack_allocated_p, _obstack_free, obstack_free,
31677         _obstack_memory_used, print_and_abort):
31678         Define using prototypes.
31679         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
31680         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
31681         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
31682         obstack_next_free, obstack_object_size, obstack_room) [0]:
31683         Remove unused, unprototyped code.
31684
31685         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
31686
31687         * lib/physmem.c (physmem_total, physmem_available, main): Define
31688         with prototypes.
31689
31690         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
31691         (main): Define with a prototype.
31692
31693         * lib/posixver.c (getenv): Remove decl.
31694
31695         * lib/putenv.c (malloc): Returns void *, not char *.
31696         Include <string.h> unconditionally.
31697         (strchr, memcpy, NULL): Do not define.
31698
31699         * lib/readtokens.c: Include readtokens.h first, to test interface.
31700         Include <stdlib.h>, <string.h> unconditionally.
31701         (init_tokenbuffer): Define with a prototype.
31702
31703         * lib/regex.c (PARAMS): Remove.  All uses removed.
31704         All uses of _RE_ARGS removed, too.
31705         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
31706         unconditionally.
31707         (bzero): Assume memset exists.
31708         (memcmp, memcpy, NULL): Remove.
31709         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
31710         char, or assignments to local vars of type signed char.
31711         (init_syntax_once, PREFIX(extract_number_and_incr),
31712         PREFIX(print_partial_compiled_pattern),
31713         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
31714         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
31715         PREFIX(regex_grow_registers), PREFIX(regex_compile),
31716         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
31717         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
31718         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
31719         wcs_compile_range, byte_compile_range, truncate_wchar,
31720         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
31721         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
31722         count_mbs_length, wcs_re_match_2_internal,
31723         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
31724         PREFIX(alt_match_null_string_p),
31725         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
31726         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
31727         regfree, PREFIX(extract_number)): Define with prototype.  Remove
31728         now-unnecessary declaration, if any.
31729         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
31730         regcomp, regexec):
31731         Remove now-unnecessary casts among pointer types.
31732         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
31733
31734         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
31735         (free): Remove decl.
31736
31737         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
31738
31739         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
31740         (free): Remove decl.
31741
31742         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
31743         * lib/xgetcwd.c: Likewise.
31744
31745         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
31746         (free): Remove decl.
31747
31748         * lib/strchrnul.c (strchrnul): Define with a prototype.
31749         Fix bug: c_in was not converted to char before searching.
31750
31751         The following changes are not K&R related:
31752
31753         * lib/group-member.h: Include <sys/types.h>, so that this file is
31754         self-contained.
31755         * lib/makepath.h: Likewise.
31756
31757         * lib/getusershell.c (readname, default_index, line_size, readname):
31758         Use size_t, not int, for sizes.
31759         (readname): If the size overflows, report an error instead of
31760         looping forever.
31761
31762 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31763
31764         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
31765         libc.
31766
31767 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31768
31769         * README: New section: portability guidelines.
31770
31771 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31772
31773         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
31774         C89 spec.
31775
31776 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31777
31778         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
31779
31780 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31781
31782         Assume C89 or better; remove K&R cruft.
31783         A few of these changes were first proposed by Derek Robert Price
31784         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
31785
31786         * lib/addext.c: Include <string.h> unconditionally.
31787         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
31788         Don't declare getenv or malloc.
31789
31790         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
31791         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
31792         (NULL): Remove.
31793         (find_stack_direction, alloca): Use prototypes.
31794
31795         * lib/atexit.c (atexit): Define using a prototype.
31796
31797         * lib/basename.c, dirname.c, stripslash.c:
31798         Include <string.h> unconditionally.
31799
31800         * lib/bcopy.c: Include <stddef.h>.
31801         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
31802
31803         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
31804
31805         * lib/error.h (error, error_at_line, error_print_progname)
31806         [! (defined (__STDC__) && __STDC__)]: Remove decls.
31807         * lib/error.c: Include error.h first, to check interface.
31808         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31809         (VA_START): Remove; all uses changeed to va_start.
31810         (exit, strerror): Remove decls.
31811         (error_print_progname): Prototype uncondionally.
31812         Don't include <errno.h>; no longer needed.
31813         (private_strerror): Remove.
31814         (error_tail): Always define.
31815         (error, error_at_line): Assume C89 or better; always use prototypes.
31816         * lib/fatal.c: Include "fatal.h" first, to test interface.
31817         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31818         (VA_START): Remove; all uses changed to va_start.
31819         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
31820         this case.
31821         (exit): Remove decl.
31822         (fatal): Prototype unconditionally.  Assume va_start works.
31823         Abort at end, to pacify gcc.
31824
31825         * lib/euidaccess.c (main): Define with a prototype.
31826
31827         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
31828
31829         * lib/exitfail.c: Include <stdlib.h> unconditionally.
31830
31831         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
31832         prototypes.
31833         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
31834         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
31835         (getenv): Remove decl.
31836         (fnmatch): Define using a prototype.
31837         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
31838         (FCT): Define using a prototype.
31839
31840         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
31841
31842         * lib/gethostname.c: Include <stddef.h>.
31843         (gethostname): Define with prototype.  Length is size_t, not int.
31844
31845 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31846
31847         Assume C89 or better; remove K&R cruft.
31848         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
31849         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
31850         string.h, getenv, malloc.
31851         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
31852         headers.
31853         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
31854         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
31855         do not check for strerror.
31856         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
31857         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
31858         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
31859         do not check for doprnt or vprintf.
31860         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
31861         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
31862
31863 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31864
31865         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
31866         getversion.c should have been removed then, but was accidentally
31867         preserved.
31868
31869         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
31870         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
31871
31872 2003-09-08  Karl Berry  <karl@gnu.org>
31873
31874         * config/config.sub, config.guess, srclistvars.sh: update from savannah
31875                 config, forget about prep.
31876
31877         * config/depcomp, missing: update from automake.
31878
31879 2003-09-07  Paul Eggert  <eggert@twinsun.com>
31880
31881         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
31882         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
31883
31884 2003-09-07  Paul Eggert  <eggert@twinsun.com>
31885
31886         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
31887         copy_tm_result.  Bug reported by Simon Josefsson in
31888         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
31889
31890 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31891
31892         * m4/time_r.m4: New file.
31893         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
31894         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
31895         is. Check for timegm declaration.
31896         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
31897         Do not check for gmtime_r.
31898         Replace mktime if __mktime_internal does not exist and if mktime
31899         hasn't been replaced already.
31900
31901 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31902
31903         * lib/time_r.c, lib/time_r.h: New files.
31904
31905         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
31906         __localtime_r.
31907         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
31908         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
31909
31910         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
31911         __gmtime_r.
31912         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
31913         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
31914         Include <time_r.h>.
31915
31916         * lib/timegm.c: Switch to glibc implementation, with the following
31917         changes:
31918         [defined HAVE_CONFIG_H]: Include <config.h>.
31919         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
31920         (__mktime_internal) [!defined _LIBC]: New decl.
31921         (__gmtime_r) [!defined _LIBC]: New macro and function.
31922         (timegm): Use a prototype, since gnulib assumes C89.
31923         Do not bother declaring tmp to be const, as it's not really usefu.
31924         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
31925         (timegm): Declare only if HAVE_DECL_TIMEGM.
31926
31927 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31928
31929         * MODULES.html.sh (func_all_modules): Add time_r.
31930         * modules/time_r: New file.
31931         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
31932         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
31933
31934 2003-09-03  Paul Eggert  <eggert@twinsun.com>
31935
31936         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
31937         Bug reported by Lute Kamstra in
31938         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
31939
31940         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
31941         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
31942         course with correspondingly smaller numbers for tomorrow and
31943         yesterday.  From Tadayoshi Funaba.  Originally installed into
31944         sh-utils on 1999-08-07, but the patch got lost (I guess during the
31945         coreutils merge?).
31946
31947 2003-08-31  Simon Josefsson  <jas@extundo.com>
31948
31949         * modules/timegm: New file.
31950         * MODULES.html.sh (func_all_modules): Add timegm.
31951
31952 2003-08-31  Simon Josefsson  <jas@extundo.com>
31953
31954         * m4/timegm.m4: New file.
31955
31956 2003-08-31  Simon Josefsson  <jas@extundo.com>
31957
31958         * lib/timegm.h: New file.
31959         * lib/timegm.c: New file.  Based on
31960         wget-1.8.2/src/http.c:mktime_from_utc.
31961
31962 2003-08-31  Karl Berry  <karl@gnu.org>
31963
31964         * lib/argp.h: update from libc.
31965
31966 2003-08-28  Bruno Haible  <bruno@clisp.org>
31967
31968         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
31969         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
31970         followed by '#define fnmatch fnmatch_posix' gives an error.
31971
31972 2003-08-28  Bruno Haible  <bruno@clisp.org>
31973
31974         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
31975         warning on QNX, which defines O_BINARY to 000000.
31976
31977 2003-08-27  Jim Meyering  <jim@meyering.net>
31978
31979         * m4/mkstemp.m4: Require that the system mkstemp be able to create
31980         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
31981         would fail after 32.  Reported by Danny Levinson.  Details here:
31982         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
31983
31984 2003-08-24  Bruno Haible  <bruno@clisp.org>
31985
31986         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
31987         MSVC7 <stdio.h> is included later.
31988
31989 2003-08-22  Simon Josefsson  <jas@extundo.com>
31990
31991         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
31992
31993 2003-08-20  Karl Berry  <karl@gnu.org>
31994
31995         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
31996
31997 2003-08-20  Bruno Haible  <bruno@clisp.org>
31998
31999         * modules/progname: New file.
32000         * MODULES.html.sh (func_all_modules): Add progname.
32001
32002 2003-08-20  Bruno Haible  <bruno@clisp.org>
32003
32004         * lib/progname.h: New file, from GNU gettext.
32005         * lib/progname.c: New file, from GNU gettext.
32006         * lib/progreloc.c: New file, from GNU gettext.
32007
32008 2003-08-19  Jim Meyering  <jim@meyering.net>
32009
32010         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
32011         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
32012
32013 2003-08-19  Bruno Haible  <bruno@clisp.org>
32014
32015         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
32016         more.
32017
32018 2003-08-19  Bruno Haible  <bruno@clisp.org>
32019
32020         * lib/xstrdup.c: Assume <string.h> exists.
32021
32022 2003-08-18  Paul Eggert  <eggert@twinsun.com>
32023
32024         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
32025         in makefile rules.
32026
32027 2003-08-18  Jim Meyering  <jim@meyering.net>
32028
32029         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
32030         * m4/lib-ld.m4: Likewise.
32031
32032 2003-08-18  Jim Meyering  <jim@meyering.net>
32033
32034         * lib/setenv.h: Indent nested cpp directive.
32035         * lib/vasnprintf.c: Remove trailing blanks.
32036
32037 2003-08-17  Simon Josefsson  <jas@extundo.com>
32038
32039         * modules/xstrndup: New file.
32040         * MODULES.html.sh (func_all_modules): Add xstrndup.
32041
32042 2003-08-17  Simon Josefsson  <jas@extundo.com>
32043
32044         * modules/argp: Fix autoconf macro name. Add more dependencies.
32045
32046 2003-08-17  Simon Josefsson  <jas@extundo.com>
32047
32048         * m4/xstrndup.m4: New file.
32049
32050 2003-08-17  Simon Josefsson  <jas@extundo.com>
32051
32052         * m4/argp.m4: New file.
32053
32054 2003-08-17  Simon Josefsson  <jas@extundo.com>
32055             Bruno Haible  <bruno@clisp.org>
32056
32057         * lib/xstrndup.h: New file.
32058         * lib/xstrndup.c: New file.
32059
32060 2003-08-17  Bruno Haible  <bruno@clisp.org>
32061
32062         * modules/strndup (Files, Include): Add lib/strndup.h.
32063
32064 2003-08-17  Bruno Haible  <bruno@clisp.org>
32065
32066         * modules/euidaccess (Files): Add lib/euidaccess.h.
32067
32068 2003-08-17  Bruno Haible  <bruno@clisp.org>
32069
32070         * lib/strndup.h: New file.
32071
32072 2003-08-17  Bruno Haible  <bruno@clisp.org>
32073
32074         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
32075         like AC_GNU_SOURCE.
32076         * modules/extensions (configure.ac): Comment out the invocation of
32077         gl_USE_SYSTEM_EXTENSIONS.
32078
32079 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32080
32081         Merges from coreutils, etc.
32082         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
32083         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
32084         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
32085         fixing a typo.
32086         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
32087         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
32088
32089 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32090
32091         Document merge from coreutils.
32092         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
32093         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
32094         * modules/utime: Add m4/utimes-null.m4.
32095
32096 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32097
32098         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
32099         space, undoing this 2003-08-12 change:
32100         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32101
32102 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32103
32104         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
32105         strtoul.c from libc, undoing this 2003-08-12 change:
32106         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32107
32108 2003-08-16  Jim Meyering  <jim@meyering.net>
32109
32110         Merges from coreutils.
32111         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
32112         prefix.  Adjust cache variables similarly.  Create 500 rather than
32113         just 300 files, to exercise bug on Darwin6.5, too.
32114         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
32115         $missing_dir.
32116         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
32117         AM_SYS_POSIX_TERMIOS.
32118         Reported by mkc@mathdogs.com.
32119         Also change use of $am_cv_sys_posix_termios
32120         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
32121         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
32122         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
32123         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
32124         in /proc/mounts until it finds one with matching device number.  This
32125         is unnecessary when the FILE argument *is* a mount point.  No stat call
32126         is necessary in that case.  So, disable the statvfs-testing code on
32127         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
32128         as RedHat bug# 84846.
32129         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32130         to 1MB, so as not to render systems with no stack size limit (e.g.,
32131         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32132         Include <unistd.h>.  On some systems,
32133         it is required for the definition of _SC_PAGESIZE.
32134
32135 2003-08-16  Jim Meyering  <jim@meyering.net>
32136
32137         Merge from coreutils.
32138         * lib/xstrtoimax.c: #else #if -> #elif.
32139         * lib/xstrtoumax.c: Likewise.
32140
32141 2003-08-16  Jim Meyering  <jim@meyering.net>
32142
32143         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
32144         * m4/utimes.m4: Removed.
32145         * m4/utimes-null.m4: Renamed from utimes.m4.
32146
32147         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32148         to 1MB, so as not to render systems with no stack size limit (e.g.,
32149         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32150         Include <unistd.h>.  On some systems,
32151         it is required for the definition of _SC_PAGESIZE.
32152
32153 2003-08-16  Jim Meyering  <jim@meyering.net>
32154         and Paul Eggert  <eggert@cs.ucla.edu>
32155
32156         Merges from coreutils, etc.
32157
32158         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
32159         using the latest version from cvs.  This avoids problems with #line
32160         directives using a vendor (Sun) compiler.
32161         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
32162         Don't set GETGROUPS_LIB here; now it's
32163         done via getgroups.m4's wrapper function.
32164         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
32165         rather than just in sh-util/configure.in, so that the
32166         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
32167         same.
32168         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
32169         AC_FUNC_GETLOADAVG where to find getloadavg.c.
32170         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
32171         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
32172         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
32173         Remove code that is now done by the newly-required macros.
32174         Append $(EXEEXT) to DF_PROG.
32175         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
32176         Do not invoke or require the following here,
32177         since prereq.m4 or some gnulib .m4 now does this for us:
32178         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
32179         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
32180         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
32181         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
32182         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
32183         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
32184         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
32185         AC_FUNC_OBSTACK.
32186         Do not replace the following functions, as this is now the job
32187         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
32188         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
32189         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
32190         atexit getpass, strdup, getpagesize.
32191         Replace 'raise'.
32192         Do not check for the following functions, as this is now the job
32193         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
32194         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
32195         setregid.
32196         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
32197         Check for sys/sysctl.h.
32198         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
32199         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
32200         of checking for ssize_t ourselves.
32201
32202         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
32203         Require every macro that gnulib/modules/* suggests for us.
32204         (jm_PREREQ_ADDEXT): New macro.
32205         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
32206         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
32207
32208         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
32209         (gl_PHYSMEM): Use it.
32210         Also check for `table' function.
32211         Check for new headers and functions.
32212         Add check for sys/sysmp.h.
32213         With suggestions from Kaveh Ghazi.
32214         Ignore headers that are present but cannot be compiled.  This
32215         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
32216         C 5.4.
32217
32218 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32219
32220         Document merge from coreutils.
32221         * modules/userspec: Depend on posixver.
32222         * modules/strftime: Depend on tzset.
32223
32224 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32225
32226         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
32227         rather than tab, after '#' in shell-script copyright notices.
32228         Suggested by Bruno Haible.
32229
32230 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32231
32232         * config/srclist-update: Use three spaces, rather than tab, after '#'
32233         in shell-script copyright notices.  Suggested by Bruno Haible.
32234         Remove unnecessary parenthesization in regular expression.
32235
32236 2003-08-15  Jim Meyering  <jim@meyering.net>
32237
32238         Merge from coreutils.
32239         * lib/xgethostname.c: Include <stdlib.h>.
32240         (xghostname): Don't exit for anything other than memory-related
32241         failure; just return NULL.
32242         * lib/userspec.c: Include "posixver.h".
32243         (parse_user_spec): Accept `.' as a separator only
32244         in pre-POSIX-200112 mode.
32245         * lib/strtoimax.c: Use #elif rather than #else #if.
32246         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
32247         Remove function, now that we can rely on a working tzset function.
32248         [!_LIBC]: Ensure that the required autoconf test has been run.
32249         [!defined _NL_CURRENT && HAVE_STRFTIME]:
32250         Use underlying_strftime for %r.
32251         * lib/sha.c: Merge in some clean-up and optimization changes from
32252         glibc.
32253         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
32254         Ensure that it is a multiple of 64.
32255         Rearrange loop exit tests so as to avoid performing an
32256         additional fread after encountering an error or EOF.
32257         * lib/realloc.c: Update copyright date.
32258
32259 2003-08-15  Jim Meyering  <jim@meyering.net>
32260         and Paul Eggert  <eggert@twinsun.com>
32261
32262         Merge from coreutils.
32263         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
32264         member but strut utmpx does not.  Needed for AIX 4.3.3.
32265         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
32266
32267 2003-08-15  Jim Meyering  <jim@meyering.net>
32268         and Paul Eggert  <eggert@cs.ucla.edu>
32269
32270         Merges from coreutils, etc.
32271         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
32272         Require gl_FUNC_TZSET_CLOBBER.
32273         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
32274         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
32275         members.
32276
32277 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32278
32279         Help the merge from coreutils.
32280         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
32281         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
32282         * m4/tzset.m4: Use it too.
32283
32284 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32285
32286         * modules/tzset: New file.
32287
32288 2003-08-14  Jim Meyering  <jim@meyering.net>
32289
32290         Merges from coreutils.
32291         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
32292         variable names, rather than @FNMATCH_H@.
32293         * modules/alloca: Likewise for $(ALLOCA_H).
32294
32295         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
32296         the three copies of the literal target, `fnmatch.h'.
32297         * modules/alloca (alloca.h): Likewise.
32298
32299 2003-08-14  Jim Meyering  <jim@meyering.net>
32300
32301         Merge from coreutils.
32302         * m4/tzset.m4: New file.
32303         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
32304         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
32305         otherwise, AIX 5.1 systems would end up using the latter.
32306         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
32307         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
32308         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
32309         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
32310
32311 2003-08-14  Jim Meyering  <jim@meyering.net>
32312
32313         Merge from coreutils.
32314         * lib/obstack.h: Whitespace changes.
32315         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
32316         and xcalloc return values.
32317         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
32318         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
32319         hang on OSF/1 5.1 for DIR on both local and remote file systems.
32320         Reported by (and fix confirmed by) Nelson H. F. Beebe.
32321         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32322         error from mntctl.
32323         Use mntctl's return value to drive the entry-processing loop, since
32324         we can't rely on the value of the vmt_length member in the last
32325         entry.  On some systems doing so could result in exhausting
32326         virtual memory.  Based in part on a patch from Mike Jetzer.
32327
32328 2003-08-14  Jim Meyering  <jim@meyering.net>
32329         and Paul Eggert  <eggert@twinsun.com>
32330
32331         Merges from coreutils, plus other fixes.
32332         * lib/physmem.c: Merge in portability changes from gcc/libiberty
32333         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
32334         for credits and details.  Thanks to Kaveh Ghazi for helping
32335         to keep these files in sync.
32336         (ARRAY_SIZE): Define it.
32337         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
32338         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
32339         (memcasecmp): Don't assume size_t fits in unsigned int.
32340         Remove casts and duplicate code.
32341         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
32342         (memcpy): Remove definition.
32343         Merge in some clean-up and optimization changes from glibc.
32344         [BLOCKSIZE]: Move definition to top of file.
32345         Ensure that it is a multiple of 64.
32346         Rearrange loop exit tests so as to avoid performing an
32347         additional fread after encountering an error or EOF.
32348         * lib/md5.h (md5_uintptr): Define.
32349         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
32350         return to the initial working directory.  Preserve errno
32351         for caller.
32352         * lib/idcache.c: Include "xalloc.h".
32353         (xmalloc, xrealloc): Remove decls.
32354         (getuser): Remove casts no longer required in C89.
32355         * lib/human.c: Include stdio.h, for sprintf.
32356         * lib/group-member.c: Include "xalloc.h".
32357         (xmalloc, xrealloc): Remove decls.
32358         (get_group_info): Remove casts no longer required in C89.
32359         * lib/getusershell.c (readname): Remove casts no longer required in
32360         C89.
32361         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
32362         * lib/getline.c: Whitespace fix, from coreutils.
32363
32364 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32365
32366         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
32367         Check for isascii.
32368
32369         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32370         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32371         Undo previous (whitespace-only) change.
32372
32373 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32374
32375         * lib/exclude.c: Include <ctype.h>
32376         (IN_CTYPE_DOMAIN): New macro.
32377         (is_space): New fn.
32378         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
32379         and empty lines.
32380
32381         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32382         Undo previous (whitespace-only) change.
32383
32384 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32385
32386         * config/srclist-update: Change update back to the old behavior,
32387         leaving whitespace alone.  Use one 'sed' command rather than a
32388         pipeline.
32389         (fixlicense): Now a variable, not a function.
32390         (remove_trailing_blanks): Remove.
32391         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
32392         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32393         Undo previous (whitespace-only) change.
32394
32395 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32396
32397         Merge from coreutils.
32398         * modules/euidaccess: Add lib_SOURCES, include for new
32399         file euidaccess.h
32400
32401 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32402
32403         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32404         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32405         Normalize leading white space and remove trailing white space.
32406
32407         Merge from coreutils
32408         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
32409
32410         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
32411         0.12.1.  These files are now being upgraded automatically by
32412         ../config/srclist-update.
32413
32414 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32415
32416         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32417         Normalize leading white space and remove trailing white space.
32418         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
32419         notice, as per ../config/srclist-update.
32420
32421         Merge from coreutils.
32422         * lib/euidaccess.h: New file.
32423         * lib/euidaccess.c: Include it.
32424         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
32425         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
32426         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
32427
32428 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32429
32430         * config/srclist-update: Add copyright notice.
32431         (remove_id_lines, remove_trailing_blanks): New constants.
32432         (fixfile): Use them to normalize spacing a bit in copied files.
32433         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32434         Normalize leading white space and remove trailing white space.
32435
32436         * config/texinfo.tex: Sync with texinfo.
32437
32438         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
32439         strtoul.c from libc, to merge coreutils whitespace changes.
32440
32441         * config/srclist.txt: Get the following m4 files from gettext:
32442         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
32443         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
32444         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
32445         wint_t.m4.
32446
32447 2003-08-12  Karl Berry  <karl@gnu.org>
32448
32449         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
32450         been made.
32451
32452 2003-08-11  Paul Eggert  <eggert@twinsun.com>
32453
32454         * modules/gnu-source, m4/gnu-source.m4:
32455         Remove; we're assuming Autoconf 2.54 or later now.
32456         Suggested by Bruno Haible.
32457         * MODULES.html.sh (func_all_modules): Remove gnu-source.
32458
32459 2003-08-11  Bruno Haible  <bruno@clisp.org>
32460
32461         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
32462
32463 2003-08-11  Bruno Haible  <bruno@clisp.org>
32464
32465         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
32466         (vasnprintf): Use it instead of wcslen.
32467
32468 2003-08-11  Bruno Haible  <bruno@clisp.org>
32469
32470         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
32471         value to ensure that _Bool promotes to int. Use #define for _Bool when
32472         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
32473
32474 2003-08-10  Karl Berry  <karl@gnu.org>
32475
32476         * lib/regex.h: update from libc (whitespace fix).
32477
32478 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32479
32480         Merge some files from coreutils.  These changes were
32481         originally made by Jim Meyering.
32482         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
32483         many older Unixes require this.
32484         * lib/alloca.c (alloca): Remove cast to argument of free;
32485         no longer needed in C89.
32486         * lib/alloca_.h, regex.h: Fix white space to match
32487         what GNU indent does.
32488
32489 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32490
32491         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
32492         apparently Emacs's Unicode mode got confused before my 2003-08-05
32493         checkin.
32494
32495 2003-08-08  Paul Eggert  <eggert@twinsun.com>
32496
32497         * m4/extensions.m4: New file.
32498         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
32499         Require gl_USE_SYSTEM_EXTENSIONS.
32500         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
32501         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
32502
32503 2003-08-08  Paul Eggert  <eggert@twinsun.com>
32504
32505         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
32506         * modules/extensions, modules/gnu-source: New files.
32507         * modules/timespec, modules/unlocked-io: Depend on extensions.
32508
32509 2003-08-07  Paul Eggert  <eggert@twinsun.com>
32510
32511         * modules/restrict: New file.
32512         * MODULES.html.sh (func_all_modules): Add restrict.
32513         * modules/regex: Depend on restrict.
32514
32515 2003-08-07  Paul Eggert  <eggert@twinsun.com>
32516
32517         * m4/restrict.m4: New file.
32518         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
32519
32520 2003-08-07  Bruno Haible  <bruno@clisp.org>
32521
32522         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
32523         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
32524
32525 2003-08-07  Bruno Haible  <bruno@clisp.org>
32526
32527         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
32528         makes the module 'getndelim2' compatible with the module 'getline'.
32529
32530 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32531
32532         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
32533         byte with "\201" to avoid glitches when editing that source file
32534         with multi-gnome-terminal.
32535
32536 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32537
32538         * lib/bumpalloc.h: Remove.
32539
32540 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32541
32542         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
32543         * modules/bumpalloc: Remove.
32544
32545 2003-08-04  Paul Eggert  <eggert@twinsun.com>
32546
32547         * lib/getloadavg.c: Change copyright notice and spacing to conform to
32548         GNU coding style.
32549
32550         Merge from coreutils.
32551         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
32552         1. From glibc.
32553         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
32554         from Karl Berry, implemented by Jim Meyering.
32555         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
32556         from Dmitry V. Levin.
32557         Remove anachronistic cast of xrealloc.
32558         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
32559         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
32560         type. Otherwise, it wouldn't compile with at least /bin/cc on
32561         ymp-cray-unicos9.0.2.X.
32562         Combine two mostly-identical uses of alloca into one.
32563         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
32564
32565 2003-08-04  Dave Love  <d.love@dl.ac.uk>
32566
32567         [From Emacs.]
32568
32569         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
32570         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
32571         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
32572         obsolete NLIST_NAME_UNION.
32573         [__GNU__]: Undef BSD and FSCALE.
32574         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
32575
32576 2003-08-03  Paul Eggert  <eggert@twinsun.com>
32577
32578         * lib/stdbool_.h (_Bool): Make it signed char, instead of
32579         an enum type, so that it's guaranteed to promote to int.  See:
32580         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
32581
32582 2003-08-03  Karl Berry  <karl@gnu.org>
32583
32584         * config/depcomp: update from automake.
32585
32586 2003-07-31  Paul Eggert  <eggert@twinsun.com>
32587
32588         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
32589         (strerror): Don't assume that a printable int fits in 14 bytes.
32590
32591 2003-07-31  Bruno Haible  <bruno@clisp.org>
32592
32593         * modules/getpass-gnu: New file.
32594         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
32595
32596 2003-07-31  Bruno Haible  <bruno@clisp.org>
32597
32598         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
32599
32600 2003-07-24  Karl Berry  <karl@gnu.org>
32601
32602         * config/missing: update from automake.
32603
32604 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
32605             Bruno Haible  <bruno@clisp.org>
32606
32607         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
32608         * lib/getline.c (getline, getdelim): Likewise.
32609         Remove _GNU_SOURCE define; now it's defined in config.h through
32610         m4/getline.m4.
32611
32612 2003-07-23  Karl Berry  <karl@gnu.org>
32613
32614         * config/config.sub: update from prep.
32615
32616 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32617
32618         * modules/xalloc (Depends-on): Add exitfail.
32619         * modules/xmemcoll: Likewise.
32620
32621 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32622
32623         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
32624         over-parenthesization in macros.
32625
32626         Sync with coreutils.
32627
32628         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
32629         required by C99.
32630
32631         Use `exit_failure' for xalloc and xmemcoll instead of their own
32632         private exit-failure variables.
32633         * lib/xalloc.h (xalloc_exit_failure): Remove.
32634         * lib/xmalloc.c: Likewise.  Include exitfail.h.
32635         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
32636         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
32637         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
32638         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
32639
32640 2003-07-20  Jim Meyering  <jim@meyering.net>
32641
32642         * modules/closeout (Depends-on): Add exitfail.
32643         Suggestion from Bruno Haible.
32644
32645 2003-07-19  Karl Berry  <karl@gnu.org>
32646
32647         * config/config.sub: update from prep.
32648
32649 2003-07-18  Paul Eggert  <eggert@twinsun.com>
32650
32651         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
32652         Remove.
32653         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
32654         to test that it can stand by itself.  Include "exitfail.h".
32655         Clients should set exit_failure instead.
32656         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
32657
32658 2003-07-18  Bruno Haible  <bruno@clisp.org>
32659
32660         * modules/getndelim2: New file.
32661         * modules/getline: Share files with module getndelim2.
32662         * modules/getnline: Depend on getndelim2 instead of sharing files with
32663         it. Add getnline.c to lib_SOURCES.
32664         * MODULES.html.sh (func_all_modules): Add getndelim2.
32665
32666 2003-07-18  Bruno Haible  <bruno@clisp.org>
32667
32668         * m4/getndelim2.m4: New file.
32669         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
32670         invoke gl_PREREQ_GETNDELIM2.
32671         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
32672         gl_PREREQ_GETNDELIM2.
32673         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
32674         gl_GETNDELIM2.
32675
32676 2003-07-18  Bruno Haible  <bruno@clisp.org>
32677
32678         * lib/getndelim2.h: New file.
32679         * lib/getndelim2.c: Make into a module of its own. Include config.h,
32680         getndelim2.h.
32681         (getndelim2): Make non-static. Change return type to ssize_t.
32682         * lib/getline.h: Change argument names.
32683         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
32684         * lib/getnline.c: Include getndelim2.h.
32685
32686 2003-07-18  Andreas Schwab  <schwab@suse.de>
32687
32688         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
32689
32690 2003-07-17  Karl Berry  <karl@gnu.org>
32691
32692         * config/config.sub: update from prep.
32693
32694 2003-07-17  Bruno Haible  <bruno@clisp.org>
32695
32696         * modules/getnline: New file.
32697         * modules/getline: Add lib/getndelim2.c to source file list.
32698         * MODULES.html.sh (func_all_modules): Add getnline.
32699
32700 2003-07-17  Bruno Haible  <bruno@clisp.org>
32701
32702         * m4/getnline.m4: New file.
32703
32704 2003-07-17  Bruno Haible  <bruno@clisp.org>
32705
32706         * m4/Makefile.am.in: Remove file.
32707         * m4/Makefile.am: Remove file.
32708         * m4/Makefile.in: Remove file.
32709
32710 2003-07-17  Bruno Haible  <bruno@clisp.org>
32711
32712         * lib/getnline.h: New file.
32713         * lib/getnline.c: New file.
32714         * lib/getndelim2.c: New file, extracted from getline.c.
32715         (getndelim2): Renamed from getdelim2, with added nmax argument.
32716         * lib/getline.c: Include getndelim2.c.
32717         (getdelim2): Moved out to getndelim2.c.
32718         (getline, getdelim): Update.
32719
32720 2003-07-17  Bruno Haible  <bruno@clisp.org>
32721
32722         * lib/Makefile.am: Remove file.
32723         * lib/Makefile.in: Remove file.
32724
32725 2003-07-17  Bruno Haible  <bruno@clisp.org>
32726
32727         * configure.in: Remove file.
32728         * Makefile.in: Remove file.
32729
32730 2003-07-17  Bruno Haible  <bruno@clisp.org>
32731
32732         * MODULES.html.sh: Put the </BODY> right before </HTML>.
32733
32734 2003-07-16  Karl Berry  <karl@gnu.org>
32735
32736         * config/srclist-update: was running fixlicense twice, which caused
32737                 texinfo.tex to be nullified for some reason.  Simplify,
32738                 $gplsrc is no longer needed as far as I can see?
32739
32740 2003-07-16  Jim Meyering  <jim@meyering.net>
32741
32742         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
32743
32744 2003-07-15  Paul Eggert  <eggert@twinsun.com>
32745
32746         * config/srclist.txt: Get the following files from gettext-runtime/intl
32747         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
32748         ref-del.sin.  From Bruno Haible.
32749         * config/srclist-update (fixfile): Change grep pattern again, since the
32750         previous fix didn't work (there was another trailing $).  Use
32751         '[$]' to escape the $s.
32752
32753 2003-07-15  Karl Berry  <karl@gnu.org>
32754
32755         * lib/vasnprintf.c: update from gettext.
32756
32757 2003-07-15  Karl Berry  <karl@gnu.org>
32758
32759         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
32760         gets expanded when surrounded by '$'.
32761
32762 2003-07-15  Jim Meyering  <jim@meyering.net>
32763
32764         * modules/save-cwd: Don't depend on error.  From Derek Price.
32765
32766 2003-07-15  Jim Meyering  <jim@meyering.net>
32767
32768         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
32769
32770 2003-07-14  Simon Josefsson  <jas@extundo.com>
32771
32772         * modules/mempcpy: New file.
32773         * MODULES.html.sh (func_all_modules): Add mempcpy.
32774
32775 2003-07-14  Simon Josefsson  <jas@extundo.com>
32776
32777         * m4/mempcpy.m4: New file.
32778
32779 2003-07-14  Simon Josefsson  <jas@extundo.com>
32780
32781         * lib/mempcpy.h: New file.
32782         * lib/mempcpy.c: New file.
32783
32784 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32785
32786         * modules/getdate, modules/posixtm: Depend on mktime.
32787
32788 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32789
32790         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
32791         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
32792         unicodeio.c, unicodeio.h, unlocked-io.h:
32793         Switch from LGPL to GPL.
32794
32795 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32796
32797         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
32798         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
32799         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
32800         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
32801         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
32802         updated automatically by ../config/srclist-update.  This changes
32803         their license from LPGL to GPL.
32804
32805 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32806
32807         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
32808         assumed to refer to the root of the most recent stable gettext version.
32809         * config/srclistvars.sh: Add defaults for eggert.
32810         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
32811         Match "This program" as well as "The program".  This is needed
32812         for gettext.
32813
32814 2003-07-14  Jim Meyering  <jim@meyering.net>
32815
32816         Don't emit diagnostics.  Let callers do that.
32817         * lib/save-cwd.c: Don't include "error.h".
32818         (save_cwd): Don't call error.  Ensure that errno is valid
32819         when returning nonzero.
32820
32821         * lib/save-cwd.h (restore_cwd): Update prototype.
32822         * lib/save-cwd.c (restore_cwd): Remove two parameters.
32823         Simplify.  Don't call error upon failure.  Let callers do that.
32824         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
32825         when auditing is enabled.  But don't bother updating the #if.
32826
32827 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
32828
32829         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
32830         it breaks C++ compilation.
32831         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
32832
32833 2003-07-10  Simon Josefsson  <jas@extundo.com>
32834
32835         * modules/strchrnul (Makefile.am): Add strchrnul.h.
32836
32837 2003-07-10  Jim Meyering  <jim@meyering.net>
32838
32839         * m4/clock_time.m4: Remove trailing blank.
32840         * m4/intmax_t.m4: Likewise.
32841
32842 2003-07-10  Jim Meyering  <jim@meyering.net>
32843
32844         * lib/vasnprintf.c: Remove trailing blanks.
32845         Make cpp indentation consistent.
32846
32847 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32848
32849         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
32850         posixver.c, strftime.c, strnlen.c, strverscmp.c:
32851         Switch from LGPL to GPL.
32852
32853 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32854
32855         * config/srclist.txt: Sort sublists.  Add
32856         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
32857         that differ from gnulib for one reason or another; we'd like this list
32858         to be smaller but for now let's document what we have.
32859
32860 2003-07-08  Paul Eggert  <eggert@twinsun.com>
32861
32862         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
32863         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
32864         and sweeter "eval x=$x".
32865         * config/srclist.txt: Get lib/argp* from glibc.
32866
32867 2003-07-07  Paul Eggert  <eggert@twinsun.com>
32868
32869         * lib/mktime.c: Fix some boundary cases and remove need for floating
32870         point.
32871
32872         Issue a compile-time diagnostic if time_t is floating point, or if
32873         two's complement arithmetic is not in effect, or if arithmetic
32874         right shift does not propagate the sign.  These assumptions were
32875         all in the original code but they weren't checked.
32876
32877         (TIME_T_MIDPOINT, verify): New macros.
32878         (__isleap): Remove; it has integer overflow problems.
32879         (leapyear): New function, without those problems.
32880         (ydhms_tm_diff): Remove; splitting into two parts.
32881         (ydhms_diff): New function, containing the arithmetic part of
32882         the old ydhms_tm_diff function.  Issue a compile-time
32883         diagnostic if we are not using C99 integer division.
32884         Avoid casts when possible.
32885         (guess_time_tm): New function, containing the checking part of
32886         the old ydhms_tm_diff function.  Return the new value, rather than
32887         the difference between it and the old.  Accept a new argument T
32888         so that *T specifies the old value.  Check for overflow in the result.
32889
32890         (__mktime_internal): Use a time_t offset, not a long int offset.
32891         This undoes the 2003-06-04 change, which is no longer needed now
32892         that we have better overflow checking.
32893         (localtime_offset): Likewise.
32894
32895         (__mktime_internal): Avoid harmful overflow on hosts where time_t
32896         and long are 64-bit but int is only 32-bit.
32897         (ydhms_diff): Use long int to store year1 and yday1.
32898         Issue a compile-time diagnostic if long int is not wide enough.
32899
32900         (__mktime_internal): Use long int to store adjusted year and yday.
32901         Use plain C rather than preprocessor commands, if that doesn't
32902         affect efficiency.
32903         Check for overflow (and try to repair) after each probe
32904         rather than checking only at the very end.  This avoids some bugs
32905         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
32906         does not equal GMT offset at maximum time).
32907         Use integer to check for overflow rather than floating point; this
32908         is more portable to non-IEEE hosts, and is a tad faster.
32909         When we detect that we are oscillating between two values,
32910         don't check whether tm_isdst has the requested value, since
32911         we already know the answer.  When tm_isdst has the wrong value,
32912         use a different heuristic to find the right one, based on the
32913         extreme values actually observed in practice in tz2003a,
32914         rather than the (overly optimistic) "previous 3 calendar quarters".
32915
32916         (not_equal_tm, print_tm, check_result): Use "const T" rather than
32917         "T const" to accommodate glibc style.
32918         (check_result): Use less-confusing report format.  "long" -> "long int.
32919         (main): Likewise.
32920         Don't loop if the iteration overflows time_t.
32921         Allow a negative step in the iteration.
32922
32923 2003-07-06  Karl Berry  <karl@gnu.org>
32924
32925         * config/depcomp: update from automake.
32926         * config/config.sub: update from prep.
32927
32928 2003-07-03  Karl Berry  <karl@gnu.org>
32929
32930         * config/config.guess: update from prep.
32931
32932 2003-07-01  Paul Eggert  <eggert@twinsun.com>
32933
32934         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
32935         xreadlink.c now includes it unconditionally.
32936
32937 2003-07-01  Paul Eggert  <eggert@twinsun.com>
32938
32939         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
32940         having it depend on HAVE_SYS_TYPES_H.
32941
32942 2003-07-01  Bruno Haible  <bruno@clisp.org>
32943
32944         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
32945         <sys/types.h> should be sufficient.
32946         Reported by Paul Eggert.
32947
32948 2003-06-26  Karl Berry  <karl@gnu.org>
32949
32950         * config/depcomp: update from automake.
32951
32952 2003-06-26  Bruno Haible  <bruno@clisp.org>
32953
32954         * modules/human: Depend on module stdbool.
32955
32956 2003-06-25  Bruno Haible  <bruno@clisp.org>
32957
32958         * modules/readlink: New file.
32959         * modules/xreadlink: Depend on it.
32960         * MODULES.html.sh (func_all_modules): Add readlink.
32961
32962 2003-06-25  Bruno Haible  <bruno@clisp.org>
32963
32964         * m4/readlink.m4: New file.
32965
32966 2003-06-25  Bruno Haible  <bruno@clisp.org>
32967
32968         * lib/readlink.c: New file.
32969
32970 2003-06-22  Karl Berry  <karl@gnu.org>
32971
32972         * config/srclist.txt: update mkinstalldirs from automake.
32973         * config/mkinstalldirs: update.
32974
32975 2003-06-22  Bruno Haible  <bruno@clisp.org>
32976
32977         Portability to mingw32.
32978         * m4/ssize_t.m4: New file, from GNU gettext.
32979         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
32980         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
32981
32982 2003-06-22  Bruno Haible  <bruno@clisp.org>
32983
32984         * modules/safe-read: Add m4/ssize_t.m4.
32985         * modules/xreadlink: Add m4/ssize_t.m4.
32986
32987 2003-06-20  Bruno Haible  <bruno@clisp.org>
32988
32989         Assume C89, so PARAMS isn't needed.
32990         * lib/unicodeio.h (PARAMS): Remove.
32991         * lib/unicodeio.c: Don't use PARAMS.
32992
32993 2003-06-18  Karl Berry  <karl@gnu.org>
32994
32995         * config/config.{guess,sub}: update from prep.
32996
32997 2003-06-18  Jim Meyering  <jim@meyering.net>
32998
32999         Merge changes from coreutils.
33000         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
33001         Remove explicit declarations of xmalloc and realloc.
33002         Include xalloc.h.
33003         (read_utmp): Remove anachronistic cast of xmalloc.
33004
33005 2003-06-17  Paul Eggert  <eggert@twinsun.com>
33006
33007         Assume C89, so PARAMS isn't needed.
33008         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
33009         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
33010         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
33011         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
33012         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
33013         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
33014         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
33015         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
33016         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
33017         lib/xstrtod.h, lib/xstrtol.h: Likewise.
33018         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
33019         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
33020         no longer needed. Anyway, config.h should always be included before any
33021         other file.
33022
33023 2003-06-11  Simon Josefsson  <jas@extundo.com>
33024
33025         * modules/sysexits: New file.
33026         * MODULES.html.sh (func_all_modules): Add sysexits.
33027
33028 2003-06-11  Simon Josefsson  <jas@extundo.com>
33029
33030         * lib/sysexit_.h: New file.
33031
33032 2003-06-11  Derek Price  <derek@ximbiot.com>
33033
33034         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
33035         necessary.
33036
33037 2003-06-11  Bruno Haible  <bruno@clisp.org>
33038
33039         * m4/sysexits.m4: New file.
33040
33041 2003-06-10  Simon Josefsson  <jas@extundo.com>
33042
33043         * lib/argp.h: New file, from glibc.
33044         * lib/argp-ba.c: New file, from glibc.
33045         * lib/argp-eexst.c: New file, from glibc.
33046         * lib/argp-fmtstream.c: New file, from glibc.
33047         * lib/argp-fmtstream.h: New file, from glibc.
33048         * lib/argp-fs-xinl.c: New file, from glibc.
33049         * lib/argp-help.c: New file, from glibc.
33050         * lib/argp-namefrob.h: New file, from glibc.
33051         * lib/argp-parse.c: New file, from glibc.
33052         * lib/argp-pv.c: New file, from glibc.
33053         * lib/argp-pvh.c: New file, from glibc.
33054         * lib/argp-xinl.c: New file, from glibc.
33055
33056 2003-06-10  Simon Josefsson  <jas@extundo.com>
33057
33058         * modules/strchrnul: New file.
33059
33060 2003-06-10  Simon Josefsson  <jas@extundo.com>
33061
33062         * modules/argp: New file.
33063
33064 2003-06-10  Simon Josefsson  <jas@extundo.com>
33065
33066         * m4/strchrnul.m4: New file.
33067
33068 2003-06-10  Simon Josefsson  <jas@extundo.com>
33069
33070         * lib/strchrnul.h: New file.
33071         * lib/strchrnul.c: New file.
33072
33073 2003-06-10  Bruno Haible  <bruno@clisp.org>
33074
33075         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
33076
33077 2003-06-07  Karl Berry  <karl@gnu.org>
33078
33079         * config/config.{guess,sub}: update from prep.
33080
33081 2003-06-07  Jim Meyering  <jim@meyering.net>
33082
33083         * modules/strtod: Use $(...) notation, not @...@ for
33084         AC_REPLACE'd variables.
33085         * modules/localcharset: Likewise.
33086
33087 2003-06-07  Jim Meyering  <jim@meyering.net>
33088
33089         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
33090         in place of my name in the copyright comment.
33091         Remove definition and uses of __P.
33092
33093         From coreutils.
33094         * lib/stat.c: Don't declare xmalloc explicitly.
33095         Instead, include "xalloc.h".
33096         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
33097         xrealloc, and xcalloc return values.
33098         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
33099         Improve comment.
33100         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
33101
33102 2003-06-07  Bruno Haible  <bruno@clisp.org>
33103
33104         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
33105         avoid AC_CONFIG_LINKS.
33106         * modules/fnmatch (Makefile.am): Use explicit creation rule for
33107         fnmatch.h, to avoid AC_CONFIG_LINKS.
33108         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
33109
33110 2003-06-07  Bruno Haible  <bruno@clisp.org>
33111
33112         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
33113         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
33114         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33115         directory.
33116         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
33117         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33118         directory.
33119
33120 2003-06-06  Jim Meyering  <jim@meyering.net>
33121
33122         Merge from coreutils.
33123         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
33124         Consolidate declarations and initializations of *_base* locals.
33125
33126         Merge from coreutils.
33127         This avoids a core dump on systems without GNU putenv,
33128         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
33129         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
33130         (unsetenv): New static function, from GNU libc.
33131         (rpl_putenv): Use it.
33132
33133         * lib/modechange.c: Remove trailing blanks.
33134
33135         Merge from coreutils.
33136         * lib/fsusage.c: Remove declaration of statfs.
33137         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
33138
33139         * lib/posixtm.c: Include <stdbool.h> unconditionally.
33140
33141 2003-06-06  Jim Meyering  <jim@meyering.net>
33142
33143         * lib/stdbool_.h: Renamed from stdbool.h.in.
33144
33145 2003-06-06  Jim Meyering  <jim@meyering.net>
33146             Bruno Haible  <bruno@clisp.org>
33147
33148         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
33149         Adjust Makefile.am snippet not to redirect directly to target.
33150         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
33151
33152 2003-06-05  Paul Eggert  <eggert@twinsun.com>
33153
33154         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
33155         mismatch, look in future quarters as well as past.  This fixes a
33156         bug when processing fall-backwards gaps immediately after a long
33157         period of daylight-saving time.
33158
33159         * lib/mktime.c: Assume freestanding C89 or better.
33160         (HAVE_LIMITS_H): Remove.  Assume it's 1.
33161         (__P): Remove; not used.
33162         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
33163         (mktime, not_equal_tm, print_tm, check_result,
33164         main): Use prototypes.  Use const * where appropriate.
33165         (main): Fix typo in testing code that uncovered by above changes.
33166         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
33167
33168 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33169
33170         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
33171         locale.h, localeconv.  This merges changes from coreutils.
33172
33173         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
33174         It can be removed after the next Autoconf is released.
33175         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
33176         needed.
33177
33178 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33179
33180         * lib/mktime.c: Fix Debian bug 177940
33181         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
33182         (localtime_offset): Now long int, not time_t, because we want it
33183         to be guaranteed to be signed.  All uses changed.
33184         (__mktime_internal): If overflow would occur when adding offset,
33185         don't add it.
33186
33187         Merge 'human' changes from coreutils.  Rewrite to support
33188         locale-specific notations like thousands separators.
33189         * lib/human.c: Simplify authorship notice.
33190         Include human.h immediately after config.h.
33191         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
33192         <limits.h>: Do not include, since human.h does.
33193         (SIZE_MAX, UINTMAX_MAX): New macros.
33194         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
33195         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
33196         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
33197         (power_letter): Renamed from suffixes.
33198         (generate_suffix_backwards): Remove.
33199         (adjust_value): Now takes int style (because of human.h changes)
33200         and long double value (for greater precision on some platforms).
33201         (group_number): New function.
33202         (human_readable): Use it.  Use integer options, not enum.
33203         Put the options before the sizes in the arg list.
33204         Support all the new options.
33205         The old human_readable function has been removed;
33206         use inttostr.h instead.
33207         (human_readable, default_block_size, humblock):
33208         Use uintmax_t, not int, for block sizes.
33209         (human_readable_inexact, block_size_types): Remove.
33210         (block_size_opts): New constant.
33211         (human_options): Renamed from human_block_size, with new signature
33212         that allows block sizes up to UINTMAX_MAX.  All callers changed.
33213         * lib/human.h: Add copyright and authorship notice.
33214         Include <limits.h> and <stdbool.h> unconditionally.
33215         (PARAMS): Remove.  All uses removed.
33216         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
33217         (enum human_inexact_style): Remove tag; now a nameless enum.
33218         (human_floor, human_ceiling, human_round_to_even): Now have
33219         values 2, 0, 1 rather than -1, 1, 0.
33220         (human_group_digits, human_suppress_point_zero, human_autoscale,
33221         human_base_1024, human_SI, human_B): New constants.
33222         (human_readable_inexact, human_block_size): Remove.
33223         (human_readable): Size args are now uintmax_t, not int.
33224         (human_options): New decl.
33225
33226         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
33227         unnecessary now that we assume C89 or better.  This change
33228         imported from coreutils.
33229
33230         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33231         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
33232         in the 2003-05-30 sync from glibc.
33233
33234         .h files should stand alone, but we shouldn't include <sys/types.h>
33235         if we can get away with just <stddef.h>.
33236
33237         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
33238         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
33239         rather than <sys/types.h>, as we merely need size_t.
33240         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
33241         to get size_t.
33242         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
33243         Include <stdio.h>, to get FILE.
33244         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
33245         memcasecmp.h has included <stddef.h> and all we need is size_t.
33246         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
33247         our interface, instead of including <sys/types.h>
33248
33249 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33250
33251         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
33252         now, as glibc mktime is buggy on non-glibc systems.
33253
33254 2003-06-03  Karl Berry  <karl@gnu.org>
33255
33256         * config/config.sub: update from prep.
33257
33258 2003-06-02  Paul Eggert  <eggert@twinsun.com>
33259
33260         [from coreutils]
33261         Fix some minor time-related bugs with POSIX time arguments.
33262         Some valid time stamps were being rejected (notably -1, and
33263         time stamps before 1900 on 64-bit hosts).  And some invalid
33264         time stamps were being accepted, e.g. September 31.
33265
33266         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
33267         that we can return (time_t) -1 successfully.
33268         * lib/posixtm.c: Likewise.
33269         [HAVE_STDBOOL_H]: Include <stdbool.h>.
33270         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
33271         (t): Remove static var.
33272         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
33273         of static var.  All uses changed.
33274         (year): Do not reject years before 1900; they can occur with
33275         64-bit time_t.
33276         (posix_time_parse): Do not check for out-of-range components;
33277         that is now the caller's responsibility, since our checks were
33278         only approximations.
33279         (posixtime): Use mktime to check for out-of-range components,
33280         since it knows them exactly.
33281         If mktime returns (time_t) -1, check whether an error actually occurred
33282         by invoking localtime on -1.
33283         (main) [TEST_POSIXTIME]: Check for input data errors, and report
33284         posixtime failures better.
33285         Improve the test data (in comments only).
33286
33287 2003-06-02  Karl Berry  <karl@gnu.org>
33288
33289         * config/mkinstalldirs (version): new variable.
33290         (--version): new option.
33291         (usage): improve message.
33292
33293 2003-05-30  Karl Berry  <karl@gnu.org>
33294
33295         * lib/mktime.c: update from libc.
33296
33297 2003-05-30  Bruno Haible  <bruno@clisp.org>
33298
33299         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
33300         * config/config.rpath: Upgrade to gettext-0.12.1.
33301
33302 2003-05-30  Bruno Haible  <bruno@clisp.org>
33303
33304         * m4/gettext.m4: Upgrade to gettext-0.12.1.
33305         * m4/nls.m4: New file, from gettext-0.12.1.
33306         * m4/po.m4: New file, from gettext-0.12.1.
33307         * m4/progtest.m4: Upgrade to gettext-0.12.1.
33308
33309 2003-05-30  Bruno Haible  <bruno@clisp.org>
33310
33311         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
33312         * lib/localcharset.h: Likewise.
33313         * lib/localcharset.c: Likewise.
33314
33315 2003-05-29  Karl Berry  <karl@gnu.org>
33316
33317         * config/config.rpath: update from gettext.
33318
33319 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33320
33321         Assume the headers required for C89 freestanding compilers.
33322         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
33323         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
33324         * m4/human.m4 (gl_HUMAN): Likewise.
33325         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
33326         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
33327         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33328         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
33329         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33330         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
33331
33332 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33333
33334         Assume the headers required for C89 freestanding compilers.
33335         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
33336         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
33337         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
33338         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
33339         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
33340         define, since <limits.h> is guaranteed to do that.
33341         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
33342         * lib/exclude.c: Include <stdbool.h> unconditionally.
33343         * lib/tempname.c: Include <stddef.h> unconditionally.
33344         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
33345         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
33346         <stddef.h> does that.
33347         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
33348         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
33349         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
33350         needed.
33351         * lib/xstrtol.c: Likewise.
33352         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
33353         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
33354
33355         * lib/addext.c (addext): Use assignment rather than cast, to avoid
33356         warnings on some platforms.
33357
33358         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33359         arbitrarily.
33360
33361 2003-05-26  Jim Meyering  <jim@meyering.net>
33362
33363         Merge in a change from coreutils:
33364         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
33365         that is guaranteed to be `no'.  Use `no_such_member' to indicate
33366         that condition, rather than `-1' which is slightly misleading.
33367         Change the name of the cache variable to have the gl_ prefix.
33368         Prompted by a patch from Richard Dawe for DJGPP.
33369
33370 2003-05-24  Karl Berry  <karl@gnu.org>
33371
33372         * config/config.guess: update from prep.
33373
33374 2003-05-22  Karl Berry  <karl@gnu.org>
33375
33376         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
33377
33378 2003-05-20  Karl Berry  <karl@gnu.org>
33379
33380         * config/config.guess: update from prep.
33381
33382 2003-05-18  Karl Berry  <karl@gnu.org>
33383
33384         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
33385         might actually be set by the user.
33386
33387         * config/depcomp, install-sh, mdate-sh: update from automake.
33388
33389 2003-05-17  Bruno Haible  <bruno@clisp.org>
33390
33391         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
33392         invalid expansion for AC_EGREP_CPP.
33393         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
33394         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
33395         Suggested by Akim Demaille <akim@epita.fr> in
33396         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
33397
33398 2003-05-12  Jim Meyering  <jim@meyering.net>
33399
33400         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
33401         the space-padded-by-default conversion specifiers, %e, %k, %l.
33402
33403 2003-05-12  Bruno Haible  <bruno@clisp.org>
33404
33405         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
33406         the string is longer than 4 KB.
33407
33408 2003-05-11  Karl Berry  <karl@gnu.org>
33409
33410         * config/config.{guess,sub}: update from prep.
33411
33412 2003-05-09  Bruno Haible  <bruno@clisp.org>
33413
33414         * modules/error: Add m4/strerror_r.m4 to file list.
33415
33416 2003-05-03  Bruno Haible  <bruno@clisp.org>
33417
33418         Upgrade to Unicode-4.0.
33419         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
33420         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
33421         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
33422         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
33423         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
33424         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
33425         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
33426         Change width of U+E0100..U+E01EF from 1 to 0.
33427
33428 2003-04-25  Jim Meyering  <jim@meyering.net>
33429
33430         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
33431         of type size_t, not int.
33432
33433 2003-04-25  Bruno Haible  <bruno@clisp.org>
33434
33435         * lib/copy-file.c: Include <stddef.h>, for size_t.
33436
33437 2003-04-21  Paul Eggert  <eggert@twinsun.com>
33438
33439         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
33440         code which expansion is under static control.  Patch imported from
33441         Akim Demaille's patch to Bison; see
33442         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
33443
33444 2003-04-14  Bruno Haible  <bruno@clisp.org>
33445
33446         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
33447
33448 2003-04-11  Jim Meyering  <jim@meyering.net>
33449
33450         Merge changes from Coreutils.
33451
33452         2003-03-22  Jim Meyering  <jim@meyering.net>
33453
33454         * lib/strftime.c (widen): Cast alloca return value to proper type.
33455
33456         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
33457
33458         From GNU libc.
33459         * lib/strftime.c (my_strftime): Handle very large width
33460         specifications for numeric values correctly.  Improve checks for
33461         overflow.
33462
33463         2003-01-19  Jim Meyering  <jim@meyering.net>
33464
33465         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
33466         definitions.
33467         (nl_get_alt_digit) [! defined my_strftime]: Define.
33468         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
33469         _nl_get_alt_digit and _nl_get_walt_digit.
33470
33471         * lib/strftime.c (my_strftime): Merge in locale-related changes from
33472         libc. These changes have no effect outside of _LIBC.
33473
33474 2003-04-10  Bruno Haible  <bruno@clisp.org>
33475
33476         * modules/findprog: New file.
33477         * MODULES.html.sh (func_all_modules): Add it.
33478
33479 2003-04-10  Bruno Haible  <bruno@clisp.org>
33480
33481         * m4/findprog.m4: New file.
33482         * m4/eaccess.m4: New file.
33483
33484 2003-04-10  Bruno Haible  <bruno@clisp.org>
33485
33486         * lib/findprog.h: New file, from GNU gettext.
33487         * lib/findprog.c: New file, from GNU gettext.
33488
33489 2003-04-05  Jim Meyering  <jim@meyering.net>
33490
33491         Merge changes from Coreutils.
33492
33493         * lib/exclude.h (PARAMS): Remove definition and uses.
33494         * lib/exclude.c: Remove uses of `PARAMS'.
33495
33496         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
33497         Add test-cases for DOS filenames. Declare program_name.
33498         (main): Set up program_name.  Patch by Rich Dawe.
33499
33500         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
33501         error from mntctl.
33502         Use mntctl's return value to drive the entry-processing loop, since
33503         we can't rely on the value of the vmt_length member in the last
33504         entry.  On some systems doing so could result in exhausting
33505         virtual memory.  Based in part on a patch from Mike Jetzer.
33506
33507 2003-04-04  Bruno Haible  <bruno@clisp.org>
33508
33509         * modules/linebreak: New file.
33510         * MODULES.html.sh (func_all_modules): Add it.
33511
33512 2003-04-04  Bruno Haible  <bruno@clisp.org>
33513
33514         * m4/linebreak.m4: New file.
33515
33516 2003-04-04  Bruno Haible  <bruno@clisp.org>
33517
33518         * lib/linebreak.h: New file, from GNU gettext.
33519         * lib/linebreak.c: New file, from GNU gettext with slight
33520         modifications.
33521         * lib/lbrkprop.h: New file, from GNU gettext.
33522
33523 2003-04-03  Bruno Haible  <bruno@clisp.org>
33524
33525         * modules/utf8-ucs4: New file.
33526         * modules/utf16-ucs4: New file.
33527         * modules/ucs4-utf8: New file.
33528         * modules/ucs4-utf16: New file.
33529         * MODULES.html.sh (func_all_modules): Add them.
33530
33531 2003-04-03  Bruno Haible  <bruno@clisp.org>
33532
33533         * m4/utf-ucs4.m4: New file.
33534         * m4/ucs4-utf.m4: New file.
33535
33536 2003-04-03  Bruno Haible  <bruno@clisp.org>
33537
33538         * lib/utf8-ucs4.h: New file, from GNU gettext.
33539         * lib/utf16-ucs4.h: New file, from GNU gettext.
33540         * lib/ucs4-utf8.h: New file, from GNU gettext.
33541         * lib/ucs4-utf16.h: New file, from GNU gettext.
33542
33543 2003-04-02  Bruno Haible  <bruno@clisp.org>
33544
33545         * modules/binary-io: New file.
33546         * MODULES.html.sh (func_all_modules): Add it.
33547
33548 2003-04-02  Bruno Haible  <bruno@clisp.org>
33549
33550         * lib/binary-io.h: New file, from GNU gettext.
33551
33552 2003-04-01  Bruno Haible  <bruno@clisp.org>
33553
33554         * modules/pathname: New file.
33555         * MODULES.html.sh (func_all_modules): Add it.
33556
33557 2003-04-01  Bruno Haible  <bruno@clisp.org>
33558
33559         * lib/pathname.h: New file, from GNU gettext.
33560         * lib/concatpath.c: New file, from GNU gettext.
33561
33562 2003-03-30  Bruno Haible  <bruno@clisp.org>
33563
33564         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
33565
33566 2003-03-30  Bruno Haible  <bruno@clisp.org>
33567
33568         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
33569         function chown() doesn't exist.
33570
33571 2003-03-28  Bruno Haible  <bruno@clisp.org>
33572
33573         * modules/copy-file: New file.
33574         * MODULES.html.sh (func_all_modules): Add it.
33575
33576 2003-03-28  Bruno Haible  <bruno@clisp.org>
33577
33578         * m4/copy-file.m4: New file.
33579
33580 2003-03-28  Bruno Haible  <bruno@clisp.org>
33581
33582         * lib/copy-file.h: New file, from GNU gettext.
33583         * lib/copy-file.c: New file, from GNU gettext.
33584
33585 2003-03-18  Jim Meyering  <jim@meyering.net>
33586
33587         * lib/quote.c (quote_n): Fix typo in comment.
33588
33589 2003-03-18  Bruno Haible  <bruno@clisp.org>
33590
33591         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
33592         checking.
33593         * m4/onceonly_2_57.m4: Likewise.
33594
33595 2003-03-17  Bruno Haible  <bruno@clisp.org>
33596
33597         * m4/onceonly.m4: Require autoconf 2.54 or newer.
33598         (m4_quote): Remove macro.
33599         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
33600
33601 2003-03-14  Jim Meyering  <jim@meyering.net>
33602
33603         Merge changes from Coreutils.
33604         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
33605         to be const, in order to avoid warnings.
33606         (obstack_room): Likewise.
33607         (obstack_empty_p): Likewise.
33608
33609 2003-03-14  Bruno Haible  <bruno@clisp.org>
33610
33611         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
33612         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
33613
33614 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33615
33616         Merge changes from Bison.
33617         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
33618         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
33619         when compiling Bison 1.875's `bitset bset = obstack_alloc
33620         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
33621         * lib/hash.c: Include <stdbool.h> unconditionally.
33622
33623 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33624
33625         * m4/onceonly.m4 (m4_quote): New macro.
33626         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
33627         Quote AC_FOREACH variable-expansions properly.
33628
33629 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33630
33631         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
33632
33633 2003-03-09  Paul Eggert  <eggert@twinsun.com>
33634
33635         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
33636         Reported by Bruce Becker; see:
33637         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
33638
33639 2003-03-03  Paul Eggert  <eggert@twinsun.com>
33640             Bruno Haible  <bruno@clisp.org>
33641
33642         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
33643         Reported by John Hughes, see
33644         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
33645
33646 2003-02-20  Bruno Haible  <bruno@clisp.org>
33647
33648         * MODULES.html.sh (func_all_modules): Add poll.
33649
33650 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33651
33652         * modules/poll: New file.
33653
33654 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33655
33656         * lib/poll_.h: New file.
33657         * lib/poll.c: New file.
33658
33659 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33660
33661         * m4/poll.m4: New file.
33662
33663 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33664
33665         * modules/mathl: New file.
33666
33667 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33668
33669         * lib/mathl.h: New file.
33670         * lib/acosl.c: New file.
33671         * lib/asinl.c: New file.
33672         * lib/atanl.c: New file.
33673         * lib/ceill.c: New file.
33674         * lib/cosl.c: New file.
33675         * lib/expl.c: New file.
33676         * lib/floorl.c: New file.
33677         * lib/frexpl.c: New file.
33678         * lib/ldexpl.c: New file.
33679         * lib/logl.c: New file.
33680         * lib/sincosl.c: New file.
33681         * lib/sinl.c: New file.
33682         * lib/sqrtl.c: New file.
33683         * lib/tanl.c: New file.
33684         * lib/trigl.c: New file.
33685         * lib/trigl.h: New file.
33686
33687 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33688
33689         * m4/mathl.m4: New file.
33690
33691 2003-02-18  Bruno Haible  <bruno@clisp.org>
33692
33693         * MODULES.html.sh (func_all_modules): Add mathl.
33694
33695 2003-02-17  Bruno Haible  <bruno@clisp.org>
33696
33697         * modules/mkdtemp: New module.
33698         * MODULES.html.sh (func_all_modules): Add it.
33699
33700 2003-02-17  Bruno Haible  <bruno@clisp.org>
33701
33702         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
33703
33704 2003-02-17  Bruno Haible  <bruno@clisp.org>
33705
33706         * lib/mkdtemp.h: New file, from GNU gettext.
33707         * lib/mkdtemp.c: New file, from GNU gettext.
33708
33709 2003-02-02  Jim Meyering  <jim@meyering.net>
33710
33711         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
33712         e.g. glibc-2.2.93.
33713
33714 2003-01-31  Bruno Haible  <bruno@clisp.org>
33715
33716         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
33717         'rpl_rename'.
33718         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
33719         'rpl_strnlen'.
33720         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
33721         'rpl_strtod'.
33722         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
33723         'rpl_utime'.
33724
33725 2003-01-31  Bruno Haible  <bruno@clisp.org>
33726
33727         * lib/rename.c: #undef rename before defining rpl_rename.
33728         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
33729
33730 2003-01-30  Bruno Haible  <bruno@clisp.org>
33731
33732         * modules/vasnprintf, modules/vasprintf: New modules.
33733         * MODULES.html.sh (func_all_modules): Add them.
33734
33735 2003-01-30  Bruno Haible  <bruno@clisp.org>
33736
33737         * m4/signed.m4: New file, from GNU gettext.
33738         * m4/longdouble.m4: New file, from GNU gettext.
33739         * m4/wchar_t.m4: New file, from GNU gettext.
33740         * m4/wint_t.m4: New file, from GNU gettext.
33741         * m4/vasnprintf.m4: New file.
33742         * m4/vasprintf.m4: New file.
33743
33744 2003-01-30  Bruno Haible  <bruno@clisp.org>
33745
33746         * lib/printf-args.h: New file, from GNU gettext.
33747         * lib/printf-args.c: New file, from GNU gettext.
33748         * lib/printf-parse.h: New file, from GNU gettext.
33749         * lib/printf-parse.c: New file, from GNU gettext.
33750         * lib/vasnprintf.h: New file, from GNU gettext.
33751         * lib/vasnprintf.c: New file, from GNU gettext.
33752         * lib/asnprintf.c: New file, from GNU gettext.
33753         * lib/vasprintf.h: New file, from GNU gettext with modifications.
33754         * lib/vasprintf.c: New file, from GNU gettext.
33755         * lib/asprintf.c: New file, from GNU gettext.
33756
33757 2003-01-29  Bruno Haible  <bruno@clisp.org>
33758
33759         * modules/stpncpy: New module.
33760         * MODULES.html.sh (func_all_modules): Add it.
33761
33762 2003-01-29  Bruno Haible  <bruno@clisp.org>
33763
33764         * m4/stpncpy.m4: New file.
33765
33766 2003-01-29  Bruno Haible  <bruno@clisp.org>
33767
33768         * lib/stpncpy.h: New file, from GNU gettext with modifications.
33769         * lib/stpncpy.c: New file, from GNU gettext with modifications.
33770
33771 2003-01-28  Bruno Haible  <bruno@clisp.org>
33772
33773         * modules/c-ctype: New module.
33774         * MODULES.html.sh (func_all_modules): Add it.
33775
33776 2003-01-28  Bruno Haible  <bruno@clisp.org>
33777
33778         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
33779         Paul Eggert.
33780         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
33781         Paul Eggert.
33782
33783 2003-01-27  Bruno Haible  <bruno@clisp.org>
33784
33785         * modules/xsetenv: New module.
33786         * MODULES.html.sh (func_all_modules): Add it.
33787
33788 2003-01-27  Bruno Haible  <bruno@clisp.org>
33789
33790         * lib/xsetenv.h: New file, from GNU gettext.
33791         * lib/xsetenv.c: New file, from GNU gettext.
33792
33793 2003-01-23  Jim Meyering  <jim@meyering.net>
33794
33795         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
33796         from working on systems without dirfd (at least Irix and OSF1/Tru64).
33797
33798 2003-01-23  Bruno Haible  <bruno@clisp.org>
33799
33800         * modules/minmax: New module.
33801         * MODULES.html.sh (func_all_modules): Add it.
33802
33803 2003-01-23  Bruno Haible  <bruno@clisp.org>
33804
33805         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
33806         Eggert.
33807
33808 2003-01-22  Bruno Haible  <bruno@clisp.org>
33809
33810         * modules/exit: New module.
33811         * MODULES.html.sh (func_all_modules): Add it.
33812
33813 2003-01-22  Bruno Haible  <bruno@clisp.org>
33814
33815         * lib/exit.h: New file, from GNU gettext.
33816
33817 2003-01-19  Bruno Haible  <bruno@clisp.org>
33818
33819         * gnulib-tool: Recognize option --extract-maintainer.
33820         (func_get_maintainer): New function.
33821         * modules/*: Add Maintainer entry.
33822
33823 2003-01-16  Jim Meyering  <jim@meyering.net>
33824
33825         * m4/regex.m4: The `regex' struct is both input and output.
33826         Initialize it before each use.  Patch by Tim Waugh.
33827
33828 2003-01-16  Bruno Haible  <bruno@clisp.org>
33829
33830         * MODULES.html.sh: Add a table of contents. Add the module name as
33831         leftmost column. Add hyperlinks.
33832
33833 2003-01-15  Bruno Haible  <bruno@clisp.org>
33834
33835         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
33836
33837 2003-01-15  Bruno Haible  <bruno@clisp.org>
33838
33839         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
33840         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
33841         suffix.
33842
33843 2003-01-15  Bruno Haible  <bruno@clisp.org>
33844
33845         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
33846
33847 2003-01-15  Bruno Haible  <bruno@clisp.org>
33848
33849         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
33850         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
33851
33852 2003-01-14  Jim Meyering  <jim@meyering.net>
33853
33854         * lib/same.c (same_name): Tweak a comment.
33855
33856 2003-01-14  Bruno Haible  <bruno@clisp.org>
33857
33858         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
33859         when a string comparison is sufficient.
33860
33861 2003-01-14  Bruno Haible  <bruno@clisp.org>
33862
33863         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
33864         'unsigned int'.
33865
33866 2003-01-14  Bruno Haible  <bruno@clisp.org>
33867
33868         * lib/hash-pjw.c: Add comment about low quality of this function.
33869
33870 2003-01-13  Bruno Haible  <bruno@clisp.org>
33871
33872         * modules/stpcpy: Distribute lib/stpcpy.h.
33873         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
33874
33875 2003-01-13  Bruno Haible  <bruno@clisp.org>
33876
33877         * modules/*: Add a description.
33878         * modules/strpbrk: Fix Makefile.am snippet.
33879         * modules/strtoimax: Fix dependencies.
33880         * modules/strtoumax: Likewise.
33881
33882 2003-01-13  Bruno Haible  <bruno@clisp.org>
33883
33884         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
33885         * modules/alloca (Makefile.am): All object files depend on alloca.h.
33886         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
33887
33888 2003-01-13  Bruno Haible  <bruno@clisp.org>
33889
33890         * gnulib-tool (func_create_testdir): Store config/* files in the main
33891         directory.
33892         * config.rpath: Move to ...
33893         * config/config.rpath: ... here.
33894         * modules/gettext: Contains config/config.rpath, not config.rpath.
33895         * modules/iconv: Likewise.
33896
33897 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33898
33899         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33900         to avoid collisions with libcurses and libreadline.
33901
33902         * m4/getstr.m4: Remove.
33903         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
33904
33905 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33906
33907         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33908         to avoid collisions with libcurses and libreadline.
33909
33910         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
33911         * lib/getstr.h, getstr.c: Remove.
33912         * lib/getline.c: Include "getline.h", to check interface.
33913         Move body of old getstr.c here: this defines MIN_CHUNK and
33914         declares getdelim2, which is renamed from getstr.
33915         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
33916
33917         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
33918         All uses changed.
33919         * lib/linebuffer.h: Likewise.
33920         (readline): Remove backward-compatibility macro.
33921
33922 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33923
33924         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33925         to avoid collisions with libcurses and libreadline.
33926         * getstr: Remove.
33927         * MODULES.html.sh: Remove getstr.
33928         * modules/getline: Depend on unlocked-io, not getstr.
33929
33930 2003-01-12  Jim Meyering  <jim@meyering.net>
33931
33932         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
33933
33934 2003-01-10  Bruno Haible  <bruno@clisp.org>
33935
33936         * modules/alloca: Change Makefile.am requirements. Simplify Include
33937         requirements. Add lib/alloca_.h to file list.
33938
33939 2003-01-10  Bruno Haible  <bruno@clisp.org>
33940
33941         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
33942
33943 2003-01-10  Bruno Haible  <bruno@clisp.org>
33944
33945         * lib/alloca_.h: New file.
33946         * lib/getdate.y: Unconditionally include alloca.h.
33947         * lib/makepath.c: Likewise.
33948         * lib/setenv.c: Likewise.
33949         * lib/userspec.c: Likewise.
33950
33951 2003-01-09  Karl Berry  <karl@gnu.org>
33952
33953         * MODULES.html.sh: include `dirname $0` in PATH, to find
33954         gnulib-tool.
33955
33956 2003-01-09  Bruno Haible  <bruno@clisp.org>
33957
33958         * modules/stdbool: Change configure.ac, Makefile.am requirements.
33959         Simplify Include requirements. Add lib/stdbool.h.in to file list.
33960
33961 2003-01-09  Bruno Haible  <bruno@clisp.org>
33962
33963         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
33964
33965 2003-01-09  Bruno Haible  <bruno@clisp.org>
33966
33967         * lib/stdbool.h.in: New file.
33968
33969 2003-01-09  Bruno Haible  <bruno@clisp.org>
33970
33971         * gnulib-tool (func_all_modules): Ignore files ending in ~.
33972         * MODULES.html.sh: Likewise.
33973
33974 2003-01-08  Jim Meyering  <jim@meyering.net>
33975
33976         * lib/full-write.c: Undefine and define-away `const' after inclusion
33977         of errno.h, not before.  Suggestion from Bruno Haible.
33978
33979 2003-01-08  Bruno Haible  <bruno@clisp.org>
33980
33981         * modules/full-read: Depend on full-write.
33982
33983 2003-01-08  Bruno Haible  <bruno@clisp.org>
33984
33985         * lib/safe-read.c: Include specification header first, to ensure its
33986         selfcontainedness.
33987         * lib/full-write.c: Likewise.
33988
33989 2003-01-07  Jim Meyering  <jim@meyering.net>
33990
33991         * lib/full-write.c: Rework so that it may serve to define full_read,
33992         too.
33993         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
33994
33995 2003-01-07  Bruno Haible  <bruno@clisp.org>
33996
33997         * lib/strtoimax.c: Include <stdint.h> as an alternative to
33998         <inttypes.h>.
33999         * lib/xstrtol.h: Likewise.
34000         * lib/xstrtoimax.c: Likewise.
34001         * lib/xstrtoumax.c: Likewise.
34002         * lib/human.h: Likewise.
34003
34004         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
34005         on systems that have <inttypes.h> but not <stdint.h>.
34006
34007 2003-01-07  Bruno Haible  <bruno@clisp.org>
34008
34009         * MODULES.html.sh: Add copyright notice.
34010         (missed_files): Omit CVS directory entries.
34011         (func_module): Make it work with sed-3.02.
34012         * MODULES.txt: Remove file.
34013
34014 2003-01-06  Jim Meyering  <jim@meyering.net>
34015
34016         * lib/version-etc.c: Update year in translatable copyright string.
34017
34018 2003-01-03  Karl Berry  <karl@gnu.org>
34019
34020         * config/config.{guess,sub}: update from prep.
34021
34022 2003-01-02  Karl Berry  <karl@gnu.org>
34023
34024         * doc/COPYING.DOC: belatedly updated to 1.2.
34025
34026 2003-01-01  Karl Berry  <karl@gnu.org>
34027
34028         * gnulib-tool (func_verify_module): report module name $module in
34029         error message, not $1.
34030         * gnulib-tool (create-testdir): don't complain if destdir couldn't
34031         be created, only if it doesn't exist.
34032         * gnulib-tool (last_checkin_date): don't expand the $Date here.
34033
34034 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34035
34036         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
34037
34038 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34039
34040         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
34041         memcmp if strcoll doesn't work.
34042
34043 2002-12-31  Bruno Haible  <bruno@clisp.org>
34044
34045         * lib/utime.c (utime_null): No need to call ftruncate if the file was
34046         nonempty.
34047
34048 2002-12-31  Bruno Haible  <bruno@clisp.org>
34049
34050         * lib/memcoll.c (STRCOLL): New macro.
34051         (memcoll): Use it.
34052
34053 2002-12-31  Bruno Haible  <bruno@clisp.org>
34054
34055         * lib/localcharset.h: New file.
34056         * lib/localcharset.c: Include it.
34057         * lib/unicodeio.c: Likewise.
34058
34059 2002-12-31  Bruno Haible  <bruno@clisp.org>
34060
34061         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
34062         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
34063
34064 2002-12-31  Bruno Haible  <bruno@clisp.org>
34065
34066         * lib/getline.h: Include <stddef.h>, for size_t.
34067
34068         * lib/unicodeio.h: Include <stddef.h>, for size_t.
34069         * lib/unicodeio.c: Don't include <stddef.h>.
34070
34071 2002-12-31  Bruno Haible  <bruno@clisp.org>
34072
34073         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
34074         HAVE_TM_ZONE.
34075
34076 2002-12-24  Karl Berry  <karl@gnu.org>
34077
34078         * config/config.guess: update from prep.
34079
34080 2002-12-24  Bruno Haible  <bruno@clisp.org>
34081
34082         General infrasructure.
34083         * m4/README: Rewritten.
34084         * m4/onceonly.m4: New file.
34085         * m4/onceonly_2_57.m4: New file.
34086
34087         Module atexit.
34088         * m4/atexit.m4: New file.
34089
34090         Module strtod.
34091         * m4/strtod.m4: New file.
34092
34093         Module strtol.
34094         * m4/strtol.m4: New file.
34095
34096         Module strtoul.
34097         * m4/strtoul.m4: New file.
34098
34099         Module memchr.
34100         * m4/memchr.m4: New file.
34101
34102         Module memcmp.
34103         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
34104         (jm_FUNC_MEMCMP): Invoke it.
34105
34106         Module memcpy.
34107         * m4/memcpy.m4: New file.
34108
34109         Module memmove.
34110         * m4/memmove.m4: New file.
34111
34112         Module memset.
34113         * m4/memset.m4: New file.
34114
34115         Module strcspn.
34116         * m4/strcspn.m4: New file.
34117
34118         Module strpbrk.
34119         * m4/strpbrk.m4: New file.
34120
34121         Module strstr.
34122         * m4/strstr.m4: New file.
34123
34124         Module strerror.
34125         * m4/strerror.m4: New file.
34126
34127         Module mktime.
34128         * m4/mktime.m4: Renamed from jm-mktime.m4.
34129         (gl_PREREQ_MKTIME): New macro.
34130         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
34131
34132         Module malloc.
34133         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
34134         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
34135         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
34136
34137         Module realloc.
34138         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
34139         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
34140         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
34141
34142         Module strftime.
34143         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
34144         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
34145         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
34146         gl_TM_GMTOFF.
34147         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
34148
34149         Module xalloc.
34150         * m4/xalloc.m4: New file.
34151
34152         Module alloca.
34153         * m4/alloca.m4: New file.
34154
34155         Module putenv.
34156         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
34157         (jm_FUNC_PUTENV): Invoke it.
34158
34159         Module setenv.
34160         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
34161         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
34162         when invoked twice.
34163         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
34164         gt_FUNC_SETENV.
34165
34166         Module memrchr.
34167         * m4/memrchr.m4: New file.
34168
34169         Module stpcpy.
34170         * m4/stpcpy.m4: New file.
34171
34172         Module strcase.
34173         * m4/strcase.m4: New file.
34174
34175         Module strdup.
34176         * m4/strdup.m4: New file.
34177
34178         Module strnlen.
34179         * m4/strnlen.m4: New file.
34180
34181         Module strndup.
34182         * m4/strndup.m4: New file.
34183
34184         Module xstrtod.
34185         * m4/xstrtod.m4: New file.
34186
34187         Module xstrtol.
34188         * m4/xstrtol.m4: New file.
34189
34190         Module getdate.
34191         * m4/getdate.m4: New file.
34192
34193         Module unlocked-io.
34194         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
34195         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
34196         * m4/jm-glibc-io.m4n: Remove file.
34197
34198         Module long-options.
34199         * m4/long-options.m4: New file.
34200
34201         Module md5.
34202         * m4/md5.m4: New file.
34203
34204         Module sha.
34205         * m4/sha.m4: New file.
34206
34207         Module getstr.
34208         * m4/getstr.m4: New file.
34209
34210         Module getline.
34211         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
34212         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
34213         <sys/types.h>, for size_t. Use the function name gnu_getline, not
34214         simply getline. Infoke gl_PREREQ_GETLINE.
34215
34216         Module obstack.
34217         * m4/obstack.m4: New file.
34218
34219         Module hash.
34220         * m4/hash.m4: New file.
34221
34222         Module readtokens.
34223         * m4/readtokens.m4: New file.
34224
34225         Module strverscmp.
34226         * m4/strverscmp.m4: New file.
34227
34228         Module stdbool.
34229         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
34230         OSF/1.
34231
34232         Module strtoll.
34233         * m4/strtoll.m4: New file.
34234
34235         Module strtoull.
34236         * m4/strtoull.m4: New file.
34237
34238         Module strtoimax.
34239         * m4/strtoimax.m4: New file.
34240
34241         Module strtoumax.
34242         * m4/strtoumax.m4: New file.
34243
34244         Module xstrtoimax.
34245         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
34246         jm_AC_PREREQ_XSTRTOIMAX.
34247         Moved the strtol prerequisites to strtol.m4.
34248         Moved the strtoll prerequisites to strtoll.m4.
34249         Moved the strtoimax prerequisites to strtoimax.m4.
34250
34251         Module xstrtoumax.
34252         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
34253         jm_AC_PREREQ_XSTRTOUMAX.
34254         Moved the strtoul prerequisites to strtoul.m4.
34255         Moved the strtoull prerequisites to strtoull.m4.
34256         Moved the strtoumax prerequisites to strtoumax.m4.
34257
34258         Module chown.
34259         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
34260         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
34261
34262         Module dup2.
34263         * m4/dup2.m4: New file.
34264
34265         Module ftruncate.
34266         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
34267         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
34268
34269         Module getgroups.
34270         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
34271         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
34272
34273         Module gettimeofday.
34274         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
34275         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
34276         gl_PREREQ_GETTIMEOFDAY.
34277
34278         Module mkdir.
34279         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
34280         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
34281
34282         Module mkstemp.
34283         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
34284         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
34285         jm_AC_TYPE_UINTMAX_T.
34286         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
34287
34288         Module stat.
34289         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
34290         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
34291
34292         Module lstat.
34293         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
34294         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
34295
34296         Module timespec.
34297         * m4/timespec.m4 (gl_TIMESPEC): New macro.
34298         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
34299         * m4/st_mtim.m4: Indentation.
34300
34301         Module nanosleep.
34302         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
34303         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
34304         gl_PREREQ_NANOSLEEP.
34305
34306         Module regex.
34307         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
34308         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
34309         (gl_REGEX): New macro.
34310
34311         Module rename.
34312         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
34313         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
34314
34315         Module rmdir.
34316         * m4/rmdir.m4: New file.
34317
34318         Module utime.
34319         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
34320         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
34321         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
34322
34323         Module dirname.
34324         * m4/dirname.m4: New file.
34325
34326         Module getopt.
34327         * m4/getopt.m4: New file.
34328
34329         Module unistd-safer.
34330         * m4/unistd-safer.m4: New file.
34331
34332         Module fnmatch.
34333         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
34334         declaration.
34335         (gl_PREREQ_FNMATCH_EXTRA): New macro.
34336         (gl_FUNC_FNMATCH_POSIX): New macro.
34337         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
34338         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
34339         simply fnmatch.
34340
34341         Module exclude.
34342         * m4/exclude.m4: New file.
34343
34344         Module human.
34345         * m4/human.m4: New file.
34346
34347         Module acl.
34348         * m4/acl.m4: Nop.
34349
34350         Module backupfile.
34351         * m4/backupfile.m4: New file.
34352         * m4/d-ino.m4: Indentation.
34353
34354         Module fsusage.
34355         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
34356         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
34357         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
34358
34359         Module dirfd.
34360         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
34361         requirements.
34362
34363         Module euidaccess.
34364         * m4/euidaccess.m4: New file.
34365
34366         Module file-type.
34367         * m4/file-type.m4: New file.
34368
34369         Module fileblocks.
34370         * m4/fileblocks.m4: New file.
34371
34372         Module filemode.
34373         * m4/filemode.m4: New file.
34374
34375         Module isdir.
34376         * m4/isdir.m4: New file.
34377
34378         Module lchown.
34379         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
34380         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
34381
34382         Module makepath.
34383         * m4/makepath.m4: New file.
34384
34385         Module modechange.
34386         * m4/modechange.m4: New file.
34387
34388         Module mountlist.
34389         * m4/mountlist.m4: New file.
34390         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
34391         Indentation.
34392
34393         Module path-concat.
34394         * m4/path-concat.m4: New file.
34395
34396         Module pathmax.
34397         * m4/pathmax.m4: New file.
34398
34399         Module same.
34400         * m4/same.m4: New file.
34401
34402         Module save-cwd.
34403         * m4/save-cwd.m4: New file.
34404
34405         Module savedir.
34406         * m4/savedir.m4: New file.
34407
34408         Module xgetcwd.
34409         * m4/xgetcwd.m4: New file.
34410         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
34411
34412         Module xreadlink.
34413         * m4/xreadlink.m4: New file.
34414
34415         Module safe-read.
34416         * m4/safe-read.m4: New file.
34417
34418         Module safe-write.
34419         * m4/safe-write.m4: New file.
34420
34421         Module closeout.
34422         * m4/closeout.m4: New file.
34423
34424         Module stdio-safer.
34425         * m4/stdio-safer.m4: New file.
34426
34427         Module getpass.
34428         * m4/getpass.m4: New file.
34429
34430         Module getugroups.
34431         * m4/getugroups.m4: New file.
34432
34433         Module group-member.
34434         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
34435         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
34436
34437         Module idcache.
34438         * m4/idcache.m4: New file.
34439
34440         Module userspec.
34441         * m4/userspec.m4: New file.
34442
34443         Module gettime.
34444         * m4/clock_time.m4: New file.
34445         * m4/gettime.m4: New file.
34446
34447         Module settime.
34448         * m4/settime.m4: New file.
34449
34450         Module posixtm.
34451         * m4/posixtm.m4: New file.
34452
34453         Module gethostname.
34454         * m4/gethostname.m4: New file.
34455
34456         Module canon-host.
34457         * m4/canon-host.m4: New file.
34458
34459         Module gettext.
34460         * m4/codeset.m4: New file, from gettext-0.11.5.
34461         * m4/gettext.m4: New file, from gettext-0.11.5.
34462         * m4/glibc21.m4: New file, from gettext-0.11.5.
34463         * m4/iconv.m4: New file, from gettext-0.11.5.
34464         * m4/intdiv0.m4: New file, from gettext-0.11.5.
34465         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
34466         * m4/inttypes.m4: New file, from gettext-0.11.5.
34467         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
34468         * m4/isc-posix.m4: New file, from gettext-0.11.5.
34469         * m4/lcmessage.m4: New file, from gettext-0.11.5.
34470         * m4/lib-ld.m4: New file, from gettext-0.11.5.
34471         * m4/lib-link.m4: New file, from gettext-0.11.5.
34472         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
34473         * m4/progtest.m4: New file, from gettext-0.11.5.
34474         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
34475         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
34476         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
34477
34478         Module localcharset.
34479         * m4/localcharset.m4: New file.
34480
34481         Module hard-locale.
34482         * m4/hard-locale.m4: New file.
34483
34484         Module mbswidth.
34485         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
34486         onceonly macros.
34487         * m4/mbrtowc.m4: Add comment.
34488
34489         Module memcasecmp.
34490         * m4/memcasecmp.m4: New file.
34491
34492         Module memcoll.
34493         * m4/memcoll.m4: New file.
34494
34495         Module unicodeio.
34496         * m4/unicodeio.m4: New file.
34497
34498         Module rpmatch.
34499         * m4/rpmatch.m4: New file.
34500
34501         Module yesno.
34502         * m4/yesno.m4: New file.
34503
34504         Module exitfail.
34505         * m4/exitfail.m4: New file.
34506
34507         Module c-stack.
34508         * m4/c-stack.m4 (gl_C_STACK): New macro.
34509         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
34510
34511         Module error.
34512         * m4/error.m4 (gl_ERROR): New macro.
34513         (jm_PREREQ_ERROR): Use onceonly macros.
34514
34515         Module fatal.
34516         * m4/fatal.m4: New file.
34517
34518         Module getloadavg.
34519         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
34520         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
34521
34522         Module getpagesize.
34523         * m4/getpagesize.m4: New file.
34524
34525         Module getusershell.
34526         * m4/getusershell.m4: New file.
34527
34528         Module physmem.
34529         * m4/physmem.m4: New file.
34530
34531         Module posixver.
34532         * m4/posixver.m4: New file.
34533
34534         Module quotearg.
34535         * m4/quotearg.m4: New file.
34536
34537         Module quote.
34538         * m4/quote.m4: New file.
34539
34540         Module readutmp.
34541         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
34542
34543         Module sig2str.
34544         * m4/sig2str.m4: New file.
34545
34546         Other.
34547         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
34548         ulonglong.m4.
34549         * m4/intmax_t.m4: New file.
34550         * m4/d-type.m4: Indentation.
34551         * m4/jm-macros.m4: Update.
34552         * m4/prereq.m4 (jm_PREREQ): Update.
34553         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
34554         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
34555         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
34556         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
34557         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
34558         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
34559         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
34560         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
34561         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
34562         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
34563         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
34564         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
34565         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
34566         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
34567         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
34568         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
34569         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
34570         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
34571         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
34572
34573 2002-12-24  Bruno Haible  <bruno@clisp.org>
34574
34575         * MODULES.txt: Update according to m4/ changes.
34576
34577         Module gettext.
34578         * config.rpath: New file, from gettext-0.11.5.
34579
34580         * modules/*: New module descriptions.
34581         * gnulib-tool: New file.
34582         * MODULES.html.sh: New file.
34583
34584 2002-12-21  Karl Berry  <karl@gnu.org>
34585
34586         * doc/fdl.texi: update to version 1.2.
34587
34588 2002-12-19  Karl Berry  <karl@gnu.org>
34589
34590         * config/config.guess: update from prep.
34591
34592 2002-12-18  Bruno Haible  <bruno@clisp.org>
34593
34594         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
34595         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
34596
34597 2002-12-17  Bruno Haible  <bruno@clisp.org>
34598
34599         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
34600         stdlib.h, string.h.
34601
34602 2002-12-17  Bruno Haible  <bruno@clisp.org>
34603
34604         * lib/canon-host.c (strdup): Remove unused declaration.
34605
34606         * lib/fsusage.c: Include full_read.h.
34607         (get_fs_usage): Use full_read instead of safe_read.
34608
34609         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
34610
34611 2002-12-12  Karl Berry  <karl@gnu.org>
34612
34613         * config/config.guess: update from prep.
34614
34615 2002-12-11  Bruno Haible  <bruno@clisp.org>
34616
34617         * m4/setenv.m4: New file, from gettext-0.11.5.
34618
34619 2002-12-11  Bruno Haible  <bruno@clisp.org>
34620
34621         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
34622         not unsetenv().
34623         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
34624         modifications:
34625
34626         2002-12-11  Bruno Haible  <bruno@clisp.org>
34627
34628                 * setenv.c (alloca): Fall back to malloc.
34629                 (freea): New macro.
34630                 (setenv): Use freea() to free memory allocated with alloca().
34631
34632         2002-11-13  Bruno Haible  <bruno@clisp.org>
34633
34634                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
34635                 function declarations.
34636                 * unsetenv.c (unsetenv): Likewise.
34637
34638         2002-03-04  Bruno Haible  <bruno@clisp.org>
34639
34640                 Portability to AIX 4.3.3.
34641                 * unsetenv.c: New file, extracted from setenv.c.
34642                 * setenv.c: Move the unsetenv() function to unsetenv.c.
34643
34644         2001-12-20  Bruno Haible  <bruno@clisp.org>
34645
34646                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
34647                 use malloc instead. For SunOS 4.
34648
34649         2001-12-11  Bruno Haible  <bruno@clisp.org>
34650
34651                 * setenv.c: Declare alloca.
34652                 (compar_fn_t): New typedef.
34653                 (KNOWN_VALUE, STORE_VALUE): Use it.
34654
34655         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
34656         setenv.h.
34657
34658 2002-12-10  Paul Eggert  <eggert@twinsun.com>
34659
34660         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
34661         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
34662         Choose values that are less likely to collide with system fnmatch
34663         options.
34664         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
34665         defined (e.g., a pure POSIX system).
34666         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
34667         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
34668
34669 2002-12-06  Paul Eggert  <eggert@twinsun.com>
34670
34671         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
34672         a pain in practice to deal with generated m4 files.  This change
34673         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
34674
34675         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
34676         and jm-glibc-io.m4, as they are no longer a special case.
34677         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
34678         kludge and the auto-generation stuff.  Check only whether the
34679         functions are declared, not whether they exist, since older hosts
34680         that don't declare the functions can't use the optimization anyway.
34681
34682 2002-12-06  Jim Meyering  <jim@meyering.net>
34683
34684         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
34685
34686         Merge in changes from libc's misc/error.c, in preparation
34687         for the merge of gnulib's changes back into libc.
34688
34689         * lib/error.c (_): Define only if not already defined.
34690         Move definition to follow all #include directives.
34691         Include unlocked-io.h only if !_LIBC.
34692         [_LIBC]: Include <libio/libioP.h>.
34693         [USE_IN_LIBIO]: Include <libio/iolibio.h>
34694         (fflush): Tweak definition to use INTUSE.
34695         (putc): Define.
34696
34697 2002-12-05  Paul Eggert  <eggert@twinsun.com>
34698
34699         * lib/alloca.c [defined emacs]: Include "lisp.h".
34700         (xalloc_die) [defined emacs]: New macro.
34701         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
34702         [! defined emacs]: Include <xalloc.h>.
34703         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
34704         (pointer): Typedef to POINTER_TYPE *.
34705         (malloc): Remove decl; we now always use xmalloc.
34706         (alloca): Use old-style definition, since Emacs needs this.
34707         Check for arithmetic overflow when computing combined size.
34708
34709 2002-12-04  Paul Eggert  <eggert@twinsun.com>
34710
34711         Do not generate unlocked-io.h automatically, since it's easier to
34712         maintain it by hand.
34713
34714         * lib/unlocked-io.h: New file, from GNU diffutils,
34715         but with proper copyright notice and attribution.
34716         * lib/gen-uio: Remove.
34717         * lib/Makefile.am: Add copyright notice.
34718         (libfetish_a_SOURCES): Add unlocked-io.h.
34719         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
34720         (DISTCLEANFILES, io_functions): Remove macros.
34721         (EXTRA_DIST): Remove gen_uio.
34722         (unlocked-io.h): Remove rule.
34723
34724 2002-12-04  Jim Meyering  <jim@meyering.net>
34725
34726         Reflect the fact that stat.c and lstat.c are no longer generated.
34727         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
34728         (DISTCLEANFILES): Likewise.
34729         (EXTRA_DIST): Likewise.
34730         (all_local): Don't depend on stat.c or lstat.c.
34731         (stat.c, lstat.c): Remove rules.
34732         (EXTRA_DIST): Remove xstat.in.
34733
34734         * lib/xstat.in: Remove file.  Contents moved into stat.c.
34735         * lib/stat.c: New file.  Contents mostly from xstat.in.
34736         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
34737         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
34738
34739         * lib/safe-read.c: Rework so that it may serve to define safe_write,
34740         too.
34741         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
34742
34743 2002-12-03  Jim Meyering  <jim@meyering.net>
34744
34745         * lib/safe-read.c, safe-write.c: Change variable names and comments,
34746         but not semantics, to minimize the differences between these two files.
34747         (safe_read): Change comment to mention SAFE_READ_ERROR.
34748
34749         * lib/safe-read.c (IS_EINTR): Define.
34750         (safe_read): Use IS_EINTR in place of in-function cpp directives.
34751
34752 2002-12-02  Jim Meyering  <jim@meyering.net>
34753
34754         * lib/safe-read.c (EINTR): Define.
34755         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
34756         (INT_MAX): Provide fallback.
34757         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
34758
34759         * lib/safe-read.h (SAFE_READ_ERROR): Define.
34760
34761 2002-12-02  Bruno Haible  <bruno@clisp.org>
34762
34763         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
34764         Define, taken from safe-read.c.
34765         (INT_MAX): Provide fallback.
34766         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
34767         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
34768
34769         * lib/safe-read.c (EINTR): Remove definition.
34770         (safe_read): Don't use EINTR if it is absent.
34771
34772 2002-12-01  Jim Meyering  <jim@meyering.net>
34773
34774         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
34775         zero.
34776         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
34777
34778 2002-11-27  Paul Eggert  <eggert@twinsun.com>
34779
34780         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
34781         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
34782         with `if (! (value < limit)) abort ();', for readability.
34783
34784 2002-11-26  Karl Berry  <karl@gnu.org>
34785
34786         * lib/strdup.c: copy from libc again, with jim's ok.
34787         * lib/.cppi-disable: re-add strdup.c
34788
34789 2002-11-25  Karl Berry  <karl@gnu.org>
34790
34791         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
34792         instead of "strtol.c".
34793
34794 2002-11-25  Karl Berry  <karl@gnu.org>
34795
34796         * config/install-sh: update from automake for variable quoting, $0 in
34797         error msgs, etc.
34798
34799         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
34800         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
34801         entry.
34802
34803 2002-11-25  Jim Meyering  <jim@meyering.net>
34804
34805         * lib/mktime.c: Sync from libc, now that it has the latest fix.
34806
34807 2002-11-24  Karl Berry  <karl@gnu.org>
34808
34809         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
34810         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
34811
34812 2002-11-24  Jim Meyering  <jim@meyering.net>
34813
34814         Update from coreutils:
34815
34816         * lib/mktime.c: Merge in changes from libc.
34817
34818         Avoid a link-time failure on some Linux systems.
34819         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
34820         (otherwise).
34821         (__mon_yday): Declare with the STATIC attribute.
34822         (__mktime_internal): Likewise.
34823         Based on a report from Greg Schafer.
34824
34825 2002-11-23  Jim Meyering  <jim@meyering.net>
34826
34827         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
34828         Use `unsigned', not `int', as type of index.
34829
34830         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
34831
34832         * lib/fsusage.c: Remove unneeded parentheses around operands of
34833         `defined'.
34834
34835 2002-11-22  Paul Eggert  <eggert@twinsun.com>
34836
34837         * lib/quotearg.h: Allow multiple inclusion by surrounding with
34838         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
34839         so that we can be included first.
34840         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
34841         * lib/quotearg.c: Include quotearg.h immediately after config.h.
34842         No need to include stddef.h or sys/types.h any more.
34843         Surround local include files with "", not "<>".
34844         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
34845         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
34846         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
34847         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
34848         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
34849         (ISPRINT): Remove; no longer needed now that we assume C89.
34850
34851         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
34852         Preserve errno.
34853
34854         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
34855         quotearg_char): Use SIZE_MAX rather than
34856         (size_t) -1 when we are talking about "infinity".
34857
34858         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
34859
34860 2002-11-22  Paul Eggert  <eggert@twinsun.com>
34861
34862         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
34863         hint that one should use `if (! x) abort ();' rather than `assert
34864         (x);', and anyway it's one less thing to worry about configuring.
34865         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
34866         hash_rehash, hash_insert): Use abort rather than assert.
34867
34868 2002-11-22  Bruno Haible  <bruno@clisp.org>
34869
34870         * lib/safe-read.h: Assume C89. Add comments.
34871         (safe_read): Change return type to size_t.
34872         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
34873         byte counts > SSIZE_MAX correctly.
34874         * lib/safe-write.h: New file.
34875         * lib/safe-write.c: New file.
34876         * lib/full-read.h: New file.
34877         * lib/full-read.c: New file.
34878         * lib/full-write.h: Assume C89. Add comments.
34879         * lib/full-write.c: Include safe-write.h.
34880         (full_write): Rewritten to use safe_write.
34881         Suggested by Jim Meyering and Paul Eggert.
34882
34883 2002-11-21  Jim Meyering  <jim@meyering.net>
34884
34885         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
34886
34887         Merge in changes from the coreutils.
34888
34889         2002-09-25  Paul Eggert  <eggert@twinsun.com>
34890         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
34891         <stdint.h>.
34892         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
34893         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
34894         int.  Work more efficiently if X is the same width as uintmax_t.
34895         Do not compare X to -1, to avoid bogus compiler warning.
34896         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
34897         Don't assume that f_frsize and f_bsize are the same type.
34898
34899         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
34900         warning on FreeBSD.
34901
34902         * lib/makepath.c (make_path): Restore umask *before* creating the final
34903         component.
34904         (make_path): Minor reformatting.
34905
34906         * lib/xmalloc.c: Adjust to work with new autoconf macros,
34907         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
34908         HAVE_MALLOC/HAVE_REALLOC.
34909
34910         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
34911         dummy ones.  At least on GNU/Linux systems, `auto' means something
34912         else.
34913         From Michael Stone.
34914
34915 2002-11-21  Bruno Haible  <bruno@clisp.org>
34916
34917         Remove case insensitive option matching.
34918         * lib/argmatch.h (argcasematch): Remove declaration.
34919         (ARGCASEMATCH): Remove macro.
34920         (__xargmatch_internal): Remove case_sensitive argument.
34921         (XARGMATCH): Update.
34922         (XARGCASEMATCH): Remove macro.
34923         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
34924         case_sensitive argument.
34925         (argcasematch): Remove function.
34926         (__xargmatch_internal): Remove case_sensitive argument.
34927         (main): Use XARGMATCH instead of XARGCASEMATCH.
34928
34929         * lib/xmalloc.c: Change compile-time error message. Add comment about
34930         required autoconf version.
34931
34932 2002-11-20  Paul Eggert  <eggert@twinsun.com>
34933
34934         Merge argmatch cleanups from Bison.  Assume C89.
34935
34936         * lib/argmatch.c: Include config.h here, not in argmatch.h.
34937         Include stdlib.h, for EXIT_FAILURE.
34938         Always include <string.h>, since we assume C89.
34939         (EXIT_FAILURE): Remove pre-C89 bug workaround.
34940         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
34941         Include <stddef.h> instead, since it's all we need for size_t.
34942         (PARAMS): Remove.  All uses removed.
34943         (ARRAY_CARDINALITY): Do not bother to #undef.
34944         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
34945         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
34946         Remove unnecessary parentheses.
34947         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
34948         Insert necessary parentheses.
34949         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
34950         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
34951
34952 2002-11-19  Bruno Haible  <bruno@clisp.org>
34953
34954         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
34955         * lib/mbswidth.h: Include <stddef.h>, for size_t.
34956
34957         * lib/mbswidth.h (PARAMS): Remove macro.
34958         (mbswidth, mbsnwidth): Use ANSI C function declarations.
34959         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
34960
34961         * lib/gcd.h (PARAMS): Remove macro.
34962         (gcd): Use ANSI C function declarations.
34963         * lib/gcd.c (gcd): Likewise.
34964
34965 2002-11-15  Bruno Haible  <bruno@clisp.org>
34966
34967         * lib/strcspn.c: Include <stddef.h>.
34968         (strcspn): Use ANSI C function declaration. Change return type to
34969         size_t. Use NULL.
34970         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
34971         (strpbrk): Use NULL.
34972         * lib/strpbrk.h (PARAMS): Remove macro.
34973         (strpbrk): Use ANSI C function declaration.
34974         * lib/strstr.c: Don't include <sys/types.h>.
34975         * lib/strstr.h (PARAMS): Remove macro.
34976         (strstr): Use ANSI C function declarations.
34977
34978 2002-11-14  Karl Berry  <karl@gnu.org>
34979
34980         * config/mkinstalldirs: `do' on separate line, instead of
34981         `for var; do'.
34982
34983 2002-11-06  Bruno Haible  <bruno@clisp.org>
34984
34985         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
34986         * lib/gcd.c (gcd): Likewise.
34987
34988 2002-11-05  Bruno Haible  <bruno@clisp.org>
34989
34990         * lib/gcd.h: New file, from gettext-0.11.5.
34991         * lib/gcd.c: New file, from gettext-0.11.5.
34992
34993 2002-11-05  Bruno Haible  <bruno@clisp.org>
34994
34995         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34996         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34997         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34998         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34999
35000         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
35001         <libintl.h>.
35002         * lib/makepath.c: Include gettext.h instead of <locale.h> and
35003         <libintl.h>.
35004
35005         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
35006         * lib/human.c: Include gettext.h instead of <libintl.h>.
35007         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
35008         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
35009         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
35010         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
35011         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
35012         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
35013         (textdomain): Remove definition.
35014         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
35015
35016         * lib/long-options.c: Remove include of <libintl.h> and definition of
35017         _.
35018         * lib/same.c: Remove include of <libintl.h> and definition of _.
35019
35020 2002-11-04  Owen Taylor  <otaylor@redhat.com>
35021
35022         * lib/config.charset: A few additions for Solaris.
35023
35024 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35025
35026         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
35027         * lib/localcharset.c (locale_charset): Declare as extern "C".
35028
35029 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35030
35031         * lib/config.charset: msdos in uk_UA uses CP1125.
35032
35033 2002-11-04  Bruno Haible  <bruno@clisp.org>
35034
35035         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
35036         * lib/strcase.h: New file, from GNU gettext-0.11.5.
35037         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
35038         * lib/strstr.h: New file, from GNU gettext-0.11.5.
35039         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
35040
35041 2002-11-04  Bruno Haible  <bruno@clisp.org>
35042
35043         * lib/localcharset.c (locale_charset): Don't return an empty string.
35044
35045 2002-11-04  Bruno Haible  <bruno@clisp.org>
35046
35047         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
35048         aliases.
35049
35050 2002-11-04  Bruno Haible  <bruno@clisp.org>
35051
35052         * lib/config.charset: Update for newest glibc. Add canonical names
35053         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
35054
35055 2002-11-04  Bruno Haible  <bruno@clisp.org>
35056
35057         * lib/config.charset: Add support for NetBSD.
35058
35059 2002-11-04  Bruno Haible  <bruno@clisp.org>
35060
35061         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
35062
35063 2002-11-01  Bruno Haible  <bruno@clisp.org>
35064
35065         * configure.in: Add AC_CONFIG_AUX_DIR call.
35066         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
35067         test/Makefile.
35068         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
35069
35070 2002-09-28  Karl Berry  <karl@gnu.org>
35071
35072         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
35073         installed automake until the next release, since changes have been
35074         made.
35075
35076 2002-09-25  Karl Berry  <karl@gnu.org>
35077
35078         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
35079         * lib/getopt*: copy from libc/posix.
35080         * lib/gettext.h: copy from gettext.
35081         * lib/.cppi-disable: add strdup.c, gettext.h.
35082
35083 2002-09-25  Karl Berry  <karl@gnu.org>
35084
35085         * config/srclist.txt: enable gettext.h check.
35086         * config/config.{guess,sub}: update from prep.
35087         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
35088                 from automake 1.6.3.
35089         See srclist*.
35090
35091 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
35092
35093         * regex.c (PATFETCH): Remove the translating fetch.
35094         (PATFETCH_RAW): Rename to PATFETCH.
35095         (set_image_of_range): New fun.
35096         (SET_RANGE_TABLE_WORK_AREA): Use it.
35097         (regex_compile): Don't translate the pattern chars so eagerly.
35098         Only do it when inserting an `exactn' bytecode or when handling
35099         a char-range.
35100         (mutually_exclusive_p): Avoid empty statement.
35101
35102 2002-07-06  Jim Meyering  <meyering@lucent.com>
35103
35104         * m4/README: Don't mention Makefile.am.in.
35105         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
35106
35107 2002-07-01  Jim Meyering  <meyering@lucent.com>
35108
35109         * lib/c-stack.c: Include sys/time.h.
35110         From Volker Borchert.
35111
35112 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35113
35114         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
35115
35116 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35117
35118         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
35119         New macro.  Use it uniformly instead of
35120         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
35121         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
35122         reported by Vin Shelton.
35123
35124 2002-06-22  Paul Eggert  <eggert@twinsun.com>
35125
35126         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
35127         Do not assume SA_SIGINFO behavior.
35128         Bug reported by Jim Meyering on NetBSD 1.5.2.
35129
35130 2002-06-22  Jim Meyering  <meyering@lucent.com>
35131
35132         * m4/c-stack.m4: New file, from diffutils-2.8.2.
35133         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
35134
35135         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
35136         now that configure.ac uses AC_GNU_SOURCE.
35137         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
35138         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
35139
35140         Update to latest tools.  Suggestions from Paul Eggert.
35141         * m4/stdbool.m4: New file, from diffutils-2.8.2.
35142         * m4/gnu-source.m4: Update from diffutils-2.8.2.
35143         * m4/fnmatch.m4: Likewise.
35144         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
35145         to AC_HEADER_STDBOOL
35146
35147 2002-06-22  Jim Meyering  <meyering@lucent.com>
35148
35149         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
35150         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
35151
35152 2002-06-22  Jim Meyering  <meyering@lucent.com>
35153
35154         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
35155
35156         * lib/exitfail.c, exitfail.h: Likewise.
35157         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
35158
35159         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
35160         of fnmatch.h.
35161         (EXTRA_DIST): Add fnmatch_loop.c.
35162         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
35163
35164         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
35165         * lib/fnmatch.c: Update from diffutils-2.8.2.
35166         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
35167         * lib/fnmatch.h: Remove file.
35168
35169 2002-06-21  Jim Meyering  <meyering@lucent.com>
35170
35171         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
35172         * m4/mbrtowc.m4: Likewise.
35173
35174         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
35175         * m4/mbswidth.m4: Reflect name change:
35176         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
35177         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35178
35179         * m4/lib-link.m4: Update from gettext-0.11.2.
35180         * m4/gettext.m4: Likewise.
35181
35182         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
35183         From Alfred M. Szmidt.
35184
35185 2002-06-18  Paul Eggert  <eggert@twinsun.com>
35186
35187         * lib/file-type.h: Report an error if neither S_ISREG nor
35188         S_IFREG is defined, instead of using a test specific to glibc
35189         2.2.  This should be safe, since POSIX requires S_ISREG and
35190         Unix Version 7 had S_IFREG.  We don't need to check for
35191         <sys/types.h> since we don't use any symbols that it defines.
35192
35193 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
35194
35195         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
35196         $@-t, so that each temporary file name is unique and valid in the first
35197         8 characters, for operation under DOS.
35198
35199 2002-06-15  Paul Eggert  <eggert@twinsun.com>
35200
35201         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
35202
35203 2002-06-15  Jim Meyering  <meyering@lucent.com>
35204
35205         Work even with DJGPP 2.03, which lacks support for symlinks.
35206         From Richard Dawe.
35207         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
35208         is defined.
35209         * lib/lchown.c (S_ISLNK): Likewise.
35210
35211 2002-06-15  Jim Meyering  <meyering@lucent.com>
35212
35213         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
35214         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
35215         have been included before this file.
35216
35217 2002-06-14  Jim Meyering  <meyering@lucent.com>
35218
35219         * lib/file-type.h: Use the version from diffutils-2.8.2.
35220         * lib/file-type.c: Likewise.
35221
35222 2002-06-07  Jim Meyering  <meyering@lucent.com>
35223
35224         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
35225         They're needed at least for NetBSD 1.5.2.
35226         ($statxfs_includes): Include those same headers.
35227         ($statxfs_includes): Include sys/vfs.h if available.
35228         ($statxfs_includes): Likewise for sys/statvfs.h.
35229         Check for the following members in both structs statfs and statvfs:
35230         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
35231
35232 2002-06-01  Jim Meyering  <meyering@lucent.com>
35233
35234         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
35235         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
35236
35237 2002-05-28  Jim Meyering  <meyering@lucent.com>
35238
35239         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
35240         Reported by Volker Borchert.
35241
35242 2002-05-27  Jim Meyering  <meyering@lucent.com>
35243
35244         Fix a problem seen only on nonconforming systems whereby ls.c's
35245         use of localtime, and then of gettimeofday would cause trouble:
35246         the localtime call used to initialize rpl_gettimeofday's save
35247         mechanism would clobber ls's current local time information so
35248         that in any long listing the first file would always be listed
35249         with date 1970-01-01.  Analysis by Volker Borchert.
35250
35251         * lib/gettimeofday.c (localtime): Undefine.
35252         (rpl_localtime): New function.
35253
35254 2002-05-27  Jim Meyering  <meyering@lucent.com>
35255
35256         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
35257         localtime.
35258
35259         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
35260         use the replacement function; it wouldn't resolve at link time.
35261         Reported by Volker Borchert.
35262
35263 2002-05-22  Jim Meyering  <meyering@lucent.com>
35264
35265         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
35266         file-type.h.
35267         * lib/file-type.h: New file.
35268         * lib/file-type.c (file_type): New file/function.  Extracted from
35269         diffutils.
35270
35271 2002-04-30  Jim Meyering  <meyering@lucent.com>
35272
35273         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
35274
35275 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35276
35277         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
35278
35279 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35280
35281         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
35282         Do not check for alloca.h (no longer used) or stdbool.h (was never
35283         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
35284
35285 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35286
35287         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
35288
35289 2002-04-29  Jim Meyering  <meyering@lucent.com>
35290
35291         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
35292         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
35293         Use AC_FUNC_STRNLEN here instead.
35294
35295         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
35296         With autoconf-2.53a, it's part of AC_PROG_CC.
35297
35298 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35299
35300         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
35301         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
35302
35303 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35304
35305         * lib/sig2str.h, lib/sig2str.c: New files.
35306         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
35307
35308 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35309
35310         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
35311         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
35312         of 127, since 64 is the largest conceivable number for ancient
35313         nonstandard hosts.
35314         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
35315
35316 2002-04-28  Jim Meyering  <meyering@lucent.com>
35317
35318         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
35319
35320 2002-04-24  Jim Meyering  <meyering@lucent.com>
35321
35322         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
35323         (jm_PREREQ): Use it.
35324
35325         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
35326         mach/mach.h fcntl.h.
35327         Check for this function: setlocale.
35328
35329 2002-04-24  Jim Meyering  <meyering@lucent.com>
35330
35331         * lib/gettext.h: New file, from Gettext.
35332         * lib/Makefile.am (INCLUDES): Remove -I../intl.
35333         (libfetish_a_SOURCES): Add gettext.h.
35334
35335 2002-04-16  Jim Meyering  <meyering@lucent.com>
35336
35337         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
35338         ut_pid, ut_id, ut_exit.
35339
35340 2002-04-16  Jim Meyering  <meyering@lucent.com>
35341
35342         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
35343         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
35344         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
35345
35346 2002-04-12  Jim Meyering  <meyering@lucent.com>
35347
35348         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
35349         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
35350         existence of the getmntinfo function.  Needed for Darwin 5.3.
35351
35352         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
35353         This is necessary at least on Darwin 5.3.
35354
35355         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
35356         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
35357         strnlen.o in the library, and that makes some versions of ranlib
35358         object.
35359
35360 2002-04-12  Jim Meyering  <meyering@lucent.com>
35361
35362         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
35363
35364 2002-04-09  Jim Meyering  <meyering@lucent.com>
35365
35366         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
35367         to be more precise.  Rather than saying we're checking whether the
35368         function `works', say what we're testing.
35369         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
35370         Reported by Bruno Haible.
35371
35372 2002-03-10  Jim Meyering  <meyering@lucent.com>
35373
35374         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
35375         Suggestion from Santiago Vila.
35376
35377 2002-03-08  Jim Meyering  <meyering@lucent.com>
35378
35379         * lib/rename.c: Mention that this wrapper is needed also on
35380         mips-dec-ultrix4.4 systems.
35381
35382 2002-03-02  Jim Meyering  <meyering@lucent.com>
35383
35384         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
35385         not HAVE_CLOCK_SETTIME.
35386
35387 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35388
35389         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
35390         Check for clock_settime.
35391
35392 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35393
35394         * lib/nanosleep.h: Rename to....
35395         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
35396
35397         * lib/gettime.c: New file.
35398         * lib/settime.c: New file.
35399         * lib/stime.c: Remove.
35400
35401         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
35402         timespec.h.  Remove nanosleep.h.
35403
35404 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35405
35406         * m4/acl.m4: New file.
35407         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
35408         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
35409
35410 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35411
35412         * lib/acl.c, lib/acl.h: New files.
35413         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
35414
35415 2002-02-24  Jim Meyering  <meyering@lucent.com>
35416
35417         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
35418         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
35419         cause trouble.  Reported by Nelson Beebe.
35420
35421 2002-02-23  Paul Eggert  <eggert@twinsun.com>
35422
35423         * lib/path-concat.c (xpath_concat): Reorder code to pacify
35424         compilers that don't know that xalloc_die never returns.
35425
35426 2002-02-20  Jim Meyering  <meyering@lucent.com>
35427
35428         * lib/getdate.c: Regenerate using bison-1.33.
35429
35430 2002-02-17  Jim Meyering  <meyering@lucent.com>
35431
35432         * config/config.guess (main): Don't use `head -1'; it's no longer
35433         portable. Use `sed 1q' instead.
35434
35435 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
35436
35437         * m4/codeset.m4: Upgrade to gettext-0.11.
35438         * m4/gettext.m4: Upgrade to gettext-0.11.
35439         * m4/glibc21.m4: Upgrade to gettext-0.11.
35440         * m4/iconv.m4: Upgrade to gettext-0.11.
35441         * m4/isc-posix.m4: Upgrade to gettext-0.11.
35442         * m4/lcmessage.m4: Upgrade to gettext-0.11.
35443         * m4/lib-ld.m4: New file, from gettext-0.11.
35444         * m4/lib-link.m4: New file, from gettext-0.11.
35445         * m4/lib-prefix.m4: New file, from gettext-0.11.
35446         * m4/progtest.m4: Upgrade to gettext-0.11.
35447
35448 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35449
35450         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
35451         (jm_PREREQ): Use it.
35452
35453 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35454
35455         * lib/posixver.c, lib/posixver.h: New files.
35456         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35457
35458 2002-02-02  Paul Eggert  <eggert@twinsun.com>
35459             Bruno Haible  <bruno@clisp.org>
35460
35461         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
35462         (fwrite_success_callback): New declaration.
35463         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
35464         print_unicode_char. Call failure callback instead of error.
35465         (fwrite_success_callback): New function.
35466         (exit_failure_callback): New function.
35467         (fallback_failure_callback): New function.
35468         (print_unicode_char): Call unicode_to_mb.
35469
35470 2002-01-26  Jim Meyering  <meyering@lucent.com>
35471
35472         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
35473         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
35474
35475 2002-01-26  Jim Meyering  <meyering@lucent.com>
35476
35477         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
35478
35479 2002-01-22  Paul Eggert  <eggert@twinsun.com>
35480
35481         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
35482
35483 2002-01-22  Jim Meyering  <meyering@lucent.com>
35484
35485         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
35486         Otherwise, some versions of automake would omit the rule that makes
35487         Makefile from Makefile.in.
35488
35489 2002-01-21  Paul Eggert  <eggert@twinsun.com>
35490
35491         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
35492         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35493         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
35494         (memcoll): Set errno to zero if there is no error.
35495
35496         * lib/quotearg.c (quotearg_buffer_restyled):
35497         Fix bug with quoting buffers containing NUL when backslashing escapes.
35498         This bug was exposed by the other changes in this patch.
35499         (quotearg_n_options): New arg ARGSIZE.
35500         All callers changed.
35501         (quoting_options_from_style): New function.
35502         (quotearg_n_style): Use it.
35503         (quotearg_n_style_mem): New function.
35504
35505         * lib/quotearg.h (quotearg_n_style_mem): New function.
35506
35507 2002-01-19  Jim Meyering  <meyering@lucent.com>
35508
35509         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
35510         Remove useless quotes: DF_PROG="df".
35511         * m4/strnlen.m4: New file.
35512
35513 2002-01-16  Paul Eggert  <eggert@twinsun.com>
35514
35515         * lib/backupfile.c (ISDIGIT): Comment fix.
35516         * lib/getdate.y (ISDIGIT): Likewise.
35517         * lib/posixtm.c (ISDIGIT, year): Likewise.
35518         * lib/strverscmp.c (ISDIGIT): Likewise.
35519         * lib/userspec.c (ISDIGIT): Likewise.
35520
35521 2002-01-16  Jim Meyering  <meyering@lucent.com>
35522
35523         * lib/getdate.y: Add three semicolons, each just before a closing
35524         brace. Bison (as of version 1.31) no longer papers over that mistake.
35525
35526 2002-01-05  Jim Meyering  <meyering@lucent.com>
35527
35528         * lib/version-etc.c (version_etc_copyright): Update copyright year.
35529
35530 2001-12-19  Paul Eggert  <eggert@twinsun.com>
35531
35532         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
35533         not silently exit merely because the output buffer happens to
35534         have nothing pending.
35535
35536 2001-12-18  Paul Eggert  <eggert@twinsun.com>
35537
35538         See the big note in ../ChangeLog.
35539         * lib/human.c (suffixes): Prefer K to k for 1024.
35540         (generate_suffix_backwards): New function.
35541         (human_readable_inexact): Use it.
35542         * lib/xstrtol.c (__xstrtol): If there is no number but there
35543         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
35544         Accept 'K' as well as 'k'.
35545
35546 2001-12-15  Jim Meyering  <meyering@lucent.com>
35547
35548         * lib/regex.h (__restrict_arr): Update from libc.
35549
35550         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
35551         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
35552         (STREQ): Define.
35553
35554 2001-12-14  Jim Meyering  <meyering@lucent.com>
35555
35556         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
35557         Suggestion from Bruno Haible.
35558
35559 2001-12-10  Jim Meyering  <meyering@lucent.com>
35560
35561         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
35562         xrealloc, Instead, include "xalloc.h".
35563         (initbuffer): Don't cast xmalloc return value to char*.
35564         (readline): Reword comment.
35565         Don't cast xrealloc return value to char*
35566         Return NULL, not 0.
35567
35568 2001-12-09  Jim Meyering  <meyering@lucent.com>
35569
35570         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
35571         about `signed and unsigned type in conditional expression'.
35572         * lib/posixtm.c (posix_time_parse): Likewise.
35573
35574         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
35575
35576         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
35577         to avoid a pedantic warning.
35578
35579         * lib/getstr.c: Don't include assert.h.
35580         (getstr): Remove warning-evoking assertions.
35581         Return -1 if offset parameter is out of bounds.
35582         Change the type of a local from int to size_t.
35583
35584         * lib/strftime.c (my_strftime_localtime_r): Include this function
35585         definition in the `#if ! HAVE_TM_GMTOFF' block.
35586
35587         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
35588         Include xalloc.h instead.
35589
35590 2001-12-02  Jim Meyering  <meyering@lucent.com>
35591
35592         * lib/tempname.c: Don't declare getenv, thus reverting the change of
35593         2001-11-18.  It's no longer necessary, now that stdlib.h is always
35594         included.
35595
35596         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
35597         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
35598
35599 2001-11-30  Akim Demaille  <akim@epita.fr>
35600
35601         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
35602         before being defined.
35603
35604 2001-11-27  Paul Eggert  <eggert@twinsun.com>
35605
35606         * lib/quotearg.h (quotearg_n, quotearg_n_style):
35607         First arg is int, not unsigned.
35608         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
35609         (SIZE_MAX, UINT_MAX): New macros.
35610         (quotearg_n_options): Abort if N is negative.
35611         Avoid overflow check on hosts where size_t is 64 bits and int
35612         is 32 bits, as overflow is impossible there.
35613         Fix off-by-one typo that caused unnecessary reallocation.
35614
35615 2001-11-27  Jim Meyering  <meyering@lucent.com>
35616
35617         * lib/tempname.c: Merge with version from libc.
35618         * lib/regex.c: Likewise.
35619
35620         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
35621         systems for which STDC_HEADERS is 0, it was not included, resulting in
35622         a warning about an integer-to-pointer conversion problem with getenv.
35623         Reported by Volker Borchert.
35624
35625 2001-11-26  Jim Meyering  <meyering@lucent.com>
35626
35627         * lib/gtod.h: Remove file.
35628         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
35629         * lib/gettimeofday.c: Don't include gtod.h.
35630         (GTOD_init): Remove function.
35631         (rpl_gettimeofday): Do its job here instead, rather than aborting.
35632         Suggestion from Volker Borchert.
35633
35634 2001-11-23  Jim Meyering  <meyering@lucent.com>
35635
35636         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
35637         it.
35638         * lib/hash.c (struct hash_table): Define it here instead.
35639
35640 2001-11-22  Jim Meyering  <meyering@lucent.com>
35641
35642         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
35643
35644 2001-11-20  Jim Meyering  <meyering@lucent.com>
35645
35646         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
35647         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
35648
35649 2001-11-19  Jim Meyering  <meyering@lucent.com>
35650
35651         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
35652         directory.  Use "conftestXXXXXX" as the template.
35653         Suggestion from Paul Eggert.
35654
35655         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
35656         immediately, so the test doesn't mistakenly hit the max-open-files
35657         limit.
35658
35659 2001-11-18  Paul Eggert  <eggert@twinsun.com>
35660
35661         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
35662         (TEMPORARIES): New macro.
35663         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
35664         removes an artificial limitation (e.g. HP-UX 10.20, where
35665         TMP_MAX is 17576).
35666
35667 2001-11-18  Jim Meyering  <meyering@lucent.com>
35668
35669         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
35670
35671 2001-11-18  Jim Meyering  <meyering@lucent.com>
35672
35673         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
35674         on SunOS 4.
35675
35676         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
35677         files will be created before anything else.
35678
35679 2001-11-17  Paul Eggert  <eggert@twinsun.com>
35680
35681         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
35682         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
35683
35684 2001-11-17  Jim Meyering  <meyering@lucent.com>
35685
35686         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
35687         Prompted by a report from Bob Proulx.
35688
35689         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
35690         Instead, require UTILS_FUNC_MKSTEMP.
35691
35692 2001-11-17  Jim Meyering  <meyering@lucent.com>
35693
35694         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
35695         Now, that's done as part of AC_FUNC_STRTOD.
35696
35697 2001-11-17  Jim Meyering  <meyering@lucent.com>
35698
35699         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
35700         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
35701         rather than group writable.  Patch by Juan F. Codagnone.
35702
35703         * lib/readtokens.c: Remove explicit declarations of xmalloc and
35704         xrealloc, Instead, include "xalloc.h".
35705
35706         * lib/mountlist.c: Include unlocked-io.h after all system headers.
35707         Remove explicit declarations of xmalloc, xrealloc,
35708         and xstrdup.  Instead, include "xalloc.h".
35709
35710         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
35711         unlocked-io.h.
35712         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
35713         Likewise.
35714         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
35715
35716         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
35717         Reported by Padraig Brady.
35718
35719         * lib/mkstemp.c: #undef mkstemp.
35720         Include config.h.
35721         (rpl_mkstemp): Rename from mkstemp.
35722         Protoize.
35723
35724 2001-11-16  Jim Meyering  <meyering@lucent.com>
35725
35726         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
35727         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
35728         determine the amount of total physical memory, use pstat_getstatic.
35729         HPUX-11 doesn't define _SC_PHYS_PAGES.
35730         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
35731         If sysconf couldn't be used to determine the amount of available
35732         physical memory, use both pstat_getstatic and pstat_getdynamic.
35733         Based on a patch from Bob Proulx.
35734
35735 2001-11-10  Jim Meyering  <meyering@lucent.com>
35736
35737         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
35738         (jm_PREREQ): Use it.
35739
35740 2001-11-09  Jim Meyering  <meyering@lucent.com>
35741
35742         * m4/jm-macros.m4: Require autoconf-2.52f.
35743         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
35744         Use these AC_-prefixed names, not the AM_-prefixed ones.
35745
35746         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
35747
35748 2001-11-05  Jim Meyering  <meyering@lucent.com>
35749
35750         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
35751
35752 2001-11-04  Jim Meyering  <meyering@lucent.com>
35753
35754         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
35755         $DEFS.
35756
35757 2001-11-03  Jim Meyering  <meyering@lucent.com>
35758
35759         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
35760         of AC_DEFUN.
35761
35762         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
35763         know the name of the variable in the macro definition.
35764
35765 2001-11-03  Jim Meyering  <meyering@lucent.com>
35766
35767         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
35768         in argmatch_to_argument call.
35769
35770         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
35771         argument.
35772
35773         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
35774         e.g., a fault due to an attempt to free a NULL pointer.
35775
35776 2001-11-01  Jim Meyering  <meyering@lucent.com>
35777
35778         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
35779         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
35780
35781 2001-11-01  Jim Meyering  <meyering@lucent.com>
35782
35783         * lib/dirfd.c, lib/dirfd.h: New files.
35784         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
35785
35786         * lib/hash.c (hash_print) [TESTING]: Clean up.
35787
35788 2001-10-22  Paul Eggert  <eggert@twinsun.com>
35789
35790         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
35791         to avoid a warning if -Wall.
35792
35793 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
35794
35795         * README: New file
35796         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
35797         (per RMS's instructions, this is now the canonical source)
35798         * lgpl/, gpl/: New directories.
35799
35800 2001-10-21  Paul Eggert  <eggert@twinsun.com>
35801
35802         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
35803
35804 2001-10-21  Jim Meyering  <meyering@lucent.com>
35805
35806         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
35807         this code would end up calling gettext even in packages built
35808         with --disable-nls.
35809         * lib/getopt.c (_): Likewise.
35810         * lib/regex.c (_): Likewise.
35811
35812 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35813
35814         * m4/error.m4 (jm_PREREQ_ERROR):
35815         Do not invoke AC_CHECK_FUNCS with strerror_r, as
35816         AC_FUNC_STRERROR_R does that.
35817         Check for strerror declaration.
35818
35819         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
35820         are supposed to have them these days.
35821         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
35822         Merge changes from latest Autoconf CVS.
35823         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
35824         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
35825         POSIX decided to standardize on the int flavor of strerror_r.
35826
35827 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35828
35829         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
35830         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
35831         Use strerror_r that is only a macro, even if it is not a function.
35832         (strerror): Check for HAVE_DECL_STRERROR before declaring.
35833         (private_strerror): Use prototypes, not old-style function definition.
35834         (print_errno_message): New function.
35835         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
35836         char*-flavored one.
35837         (error_tail, error, error_at_line): Use it.
35838
35839 2001-10-11  Jim Meyering  <meyering@lucent.com>
35840
35841         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
35842         and quote_n (1, ... to avoid clobbering a buffer.
35843
35844 2001-10-05  Jim Meyering  <meyering@lucent.com>
35845
35846         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
35847         hash-pjw.h.
35848         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
35849         * lib/hash-pjw.h: New file.
35850
35851 2001-09-30  Jim Meyering  <meyering@lucent.com>
35852
35853         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
35854         `struct fsstat' has the `f_fstypename' member.
35855         Use that to define FS_TYPE, which is now used to make
35856         the getfsstat link test tighter.
35857
35858 2001-09-30  Jim Meyering  <meyering@lucent.com>
35859
35860         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
35861         Include <sys/ucred.h>, for Apple Darwin.
35862         Include sys/mount.h and sys/fs_types.h only if available.
35863         (FS_TYPE): Define.
35864         (read_filesystem_list): Use FS_TYPE.
35865
35866 2001-09-29  Paul Eggert  <eggert@twinsun.com>
35867
35868         * lib/exclude.c (excluded_filename): 0 -> false, since it's
35869         a boolean context.
35870
35871 2001-09-29  Jim Meyering  <meyering@lucent.com>
35872
35873         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
35874         [one-argument getmntent function]): Include stdio.h before mntent.h.
35875         SunOS 4.1.x needs it for the declaration of `FILE'.
35876         Patch by Volker Borchert.
35877
35878         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
35879         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
35880         sys/fs_types.h, and make the link-test for getfsstat guard #include
35881         directives with appropriate #if HAVE_*_H tests so that we can
35882         detect getfsstat on Apple Darwin1.3.7 systems.
35883         Reported by Nelson Beebe.
35884         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
35885
35886 2001-09-28  Paul Eggert  <eggert@twinsun.com>
35887
35888         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
35889         #defines strtoimax.  Also treat the other strto* functions
35890         like strtoimax.
35891
35892         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
35893         Check for strtoul and strtoumax,
35894         as those declarations are made even in the signed case.
35895         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
35896         Likewise, for strtol and strtoimax.
35897
35898 2001-09-28  Paul Eggert  <eggert@twinsun.com>
35899
35900         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
35901         #defines strtoimax.  Also treat the other strto* functions
35902         like strtoimax.
35903
35904         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
35905         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
35906         (strtoimax, strtoumax): Do not declare if already defined as a macro.
35907
35908 2001-09-26  Jim Meyering  <meyering@lucent.com>
35909
35910         Most macros in unlocked-io.h had the wrong number of arguments.
35911         * lib/gen-uio: New script.
35912         (USE_UNLOCKED_IO): Define to 1 if not already defined.
35913         * lib/unlocked-io.hin: Remove file.
35914         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
35915         rather than trying to embed it here.
35916         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
35917         Reported by Padraig Brady.
35918
35919 2001-09-25  Volker Borchert  <bt@teknon.de>
35920
35921         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
35922         `result'.
35923
35924 2001-09-24  Jim Meyering  <meyering@lucent.com>
35925
35926         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
35927
35928 2001-09-23  Jim Meyering  <meyering@lucent.com>
35929
35930         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
35931         instead of the mere test for existence of mntent.h.  The latter
35932         would get a false-positive on AIX 3.4 systems.
35933         In the outer getmntent if-block, don't die if neither of the getmntent
35934         tests succeeds.  Instead, just fall through and continue with the
35935         remaining tests.
35936
35937 2001-09-23  Jim Meyering  <meyering@lucent.com>
35938
35939         * lib/mountlist.c: Remove useless parentheses in #if directives.
35940         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
35941         the deprecated MOUNTED symbol is no longer defined in mntent.h.
35942
35943 2001-09-22  Jim Meyering  <meyering@lucent.com>
35944
35945         * m4/gettext.m4: New file.  From gettext.
35946         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
35947         * m4/progtest.m4: Likewise
35948         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
35949         * m4/glibc21.m4: Likewise.
35950
35951         * m4/libintl.m4: Remove.  No longer used.
35952
35953 2001-09-22  Jim Meyering  <meyering@lucent.com>
35954
35955         * lib/localcharset.c: Update from latest gettext.
35956         * lib/config.charset: Likewise.
35957
35958 2001-09-20  Jim Meyering  <meyering@lucent.com>
35959
35960         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
35961         strtoimax.
35962         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
35963         strtoumax.
35964
35965 2001-09-20  Jim Meyering  <meyering@lucent.com>
35966
35967         * lib/xstrtol.c (strtoimax): Guard declaration with
35968         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
35969         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
35970         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
35971         (strtoumax): Likewise, for completeness (it wasn't necessary).
35972
35973 2001-09-17  Paul Eggert  <eggert@twinsun.com>
35974
35975         * lib/strtoimax.c (HAVE_LONG_LONG):
35976         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
35977         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
35978         to work around bug in IBM C compiler.
35979
35980 2001-09-17  Jim Meyering  <meyering@lucent.com>
35981
35982         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
35983         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
35984         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
35985         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
35986         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
35987         whenever the right hand side need not be expanded by the shell.
35988
35989 2001-09-16  Paul Eggert  <eggert@twinsun.com>
35990
35991         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
35992         library.  It's not correct, as some older glibcs are buggy.
35993         fnmatch wasn't fixed until glibc 2.2.
35994
35995         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
35996         special shell magic here.
35997
35998 2001-09-16  Jim Meyering  <meyering@lucent.com>
35999
36000         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
36001         * m4/jm-macros.m4: Require it.
36002
36003 2001-09-16  Jim Meyering  <meyering@lucent.com>
36004
36005         * lib/mkdir.c: New file.
36006
36007 2001-09-15  Jim Meyering  <meyering@lucent.com>
36008
36009         * m4/jm-macros.m4: Check for help2man.
36010
36011 2001-09-11  Jim Meyering  <meyering@lucent.com>
36012
36013         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
36014         The body, by Paul Eggert, was moved here from configure.in.
36015         * m4/jm-macros.m4: Require UTILS_HOST_OS.
36016
36017 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36018
36019         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
36020         (jm_PREREQ): Use it.
36021
36022 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36023
36024         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
36025         Use ssize_t, not int, to store result of readlink.
36026         Check for ssize_t overflow as well as size_t overflow,
36027         as POSIX says the result of readlink is implementation-defined
36028         when ssize_t overflows.
36029         Remove unnecessary cast to char*.
36030         Use free+malloc instead of realloc, as the storage doesn't need
36031         to be preserved and it's clearer and can be more efficient that way.
36032         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
36033         * lib/xreadlink.h (xreadlink): Update prototype.
36034
36035 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36036
36037         * lib/xgetcwd.c: Revert some of the previous change; intead,
36038         fix the HAVE_GETCWD_NULL code to behave more like the
36039         !HAVE_GETCWD_NULL code used to.
36040
36041         Include "xalloc.h".
36042         (xgetcwd): Do not return NULL when memory is exhausted; instead,
36043         invoke xalloc_die.
36044
36045 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36046
36047         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
36048         sys/param.h, as pathmax.h includes them.
36049
36050 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36051
36052         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
36053         (jm_PREREQ_XGETCWD): New macro.
36054
36055         * m4/getcwd.m4: New file.
36056
36057 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36058
36059         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
36060         like the HAVE_GETCWD_NULL code.
36061         Include pathmax.h if not HAVE_GETCWD.
36062         Do not include xalloc.h.
36063         (INITIAL_BUFFER_SIZE): New symbol.
36064         Do not use xmalloc / xrealloc, since the caller is responsible for
36065         handling errors.  Preserve errno around `free' during failure.
36066         Do not overrun buffer when using getwd.
36067
36068 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36069
36070         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
36071         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
36072         getcwd (NULL, 0).
36073
36074 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36075
36076         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
36077         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
36078         spotted by Jim Meyering.
36079
36080 2001-09-03  Jim Meyering  <meyering@lucent.com>
36081
36082         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
36083         failure.
36084
36085 2001-09-02  Jim Meyering  <meyering@lucent.com>
36086
36087         * lib/error.c: Update from GNU libc.
36088
36089 2001-09-01  Jim Meyering  <meyering@lucent.com>
36090
36091         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
36092         Used by df.
36093
36094 2001-09-01  Jim Meyering  <meyering@lucent.com>
36095
36096         * lib/xreadlink.c: New file.
36097         * lib/xreadlink.h: New file.
36098         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
36099         xreadlink.h.
36100
36101         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
36102         doesn't conflict with sparc Solaris 7's definition in
36103         /usr/include/sys/int_types.h.
36104
36105         * lib/exclude.c: Use `""', not `<>' to #include non-system header
36106         files.
36107         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
36108         and strncasecmp as r-values.  Unixware didn't have declarations.
36109
36110 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36111
36112         * lib/xstrtol.h: Add copyright notice.
36113         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
36114         LONGINT_INVALID_SUFFIX_CHAR.
36115
36116 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36117
36118         * lib/xstrtol.c (strtoimax): New decl.
36119
36120 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36121
36122         * lib/xgetcwd.c: Don't include pathmax.h.
36123         Include stdlib.h and unistd.h if available.
36124         Include xalloc.h.
36125         (xmalloc, xstrdup, free): Remove decls.
36126         (xgetcwd): Don't assume sizes fit in unsigned.
36127         Check for overflow when computing sizes.
36128         Simplify reallocation code.
36129
36130 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36131
36132         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
36133         a directory's st_size can have an arbitrary value, so the old
36134         usage could waste an arbitrary amount of memory.  All uses
36135         changed.
36136         * lib/savedir.h: Update prototype.
36137
36138 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36139
36140         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
36141
36142         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
36143         old strtoimax.c.
36144
36145         Also, make the following further changes to make this file's
36146         configuration more similar to that of strtol.c:
36147         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
36148         (strtoumax, uintmax_t, strtoull, strtol): Remove.
36149         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
36150         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
36151         changed to signed values.
36152
36153         And make the following changes as well:
36154         Fix copyright notice, as 1999 was missing.
36155         (verify): New macro.
36156         (strtoimax): Check sizes at compile-time, not run-time.
36157         Prefer strtol to strtoll if both work.
36158         (main): Remove; it was not that useful and was a pain to maintain.
36159
36160         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
36161
36162 2001-08-31  Jim Meyering  <meyering@lucent.com>
36163
36164         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
36165         Use an initial, malloc'd, buffer of length 128 rather than
36166         a statically allocated one of length 1024.
36167
36168 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36169
36170         Simplify code, partly by assuming autoconf 2.52 semantics.
36171
36172         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
36173
36174         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
36175         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
36176         All uses removed.
36177         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
36178         Move AC_REQUIRE to next-to-top level, to avoid confusion.
36179         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
36180         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
36181         jm_AC_HEADER_INTTYPES_H.
36182         * m4/jm-macros.m4 (jm_MACROS): Likewise.
36183
36184         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
36185
36186         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36187         Quote first arg of AC_DEFUN.
36188         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
36189         since they are needed to parse the include file even if we need
36190         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
36191         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
36192         but with opposite signedness.
36193
36194 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36195
36196         Merge 'exclude' changes from tar 1.13.22.
36197         This fixes one or two unlikely storage allocation overflow bugs,
36198         but doesn't change user-visible behavior otherwise.
36199
36200 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36201
36202         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
36203         (jm_PREREQ_EXCLUDE): New macro.
36204
36205 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36206
36207         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
36208         tm to be declared.
36209
36210 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36211
36212         * lib/hash.c: Remove '2001' from copyright notice.
36213
36214 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36215
36216         * lib/full-write.h: New file.
36217         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
36218         * lib/full-write.c: Correct credits, as cccp.c no longer
36219         exists and anyway it was so heavily changed from the old cccp
36220         code as to be unrecognizable.  Include full-write.h.
36221         (full_write) Return size_t, with short writes meaning failure.
36222         All callers changed.  This fixes a bug with large buffers
36223         on 64-bit hosts.
36224         * lib/utime.c: Include full-write.h.
36225
36226 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36227
36228         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
36229         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
36230         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
36231         Include if available.
36232         (<xalloc.h>): Include
36233         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
36234         (verify): New macro.  Use it to verify that EXCLUDE macros do not
36235         collide with FNM macros.
36236         (struct patopts): New struct.
36237         (struct exclude): Use it, as exclude patterns now come with options.
36238         (new_exclude): Support above changes.
36239         (new_exclude, add_exclude_file):
36240         Initial size must now be a power of two to simplify overflow checking.
36241         (free_exclude, fnmatch_no_wildcards): New function.
36242         (excluded_filename): No longer requires options arg, as the options
36243         are determined by add_exclude.  Now returns bool, not int.
36244         (excluded_filename, add_exclude):
36245         Add support for the fancy new exclusion options.
36246         (add_exclude, add_exclude_file): Now takes int options arg.
36247         Check for arithmetic overflow when computing sizes.
36248         (add_exclude_file): xrealloc might modify errno, so don't
36249         realloc until after errno might be used.
36250
36251         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
36252         New macros.
36253         (free_exclude): New decl.
36254         (add_exclude, add_exclude_file): Now takes int options arg.
36255         (excluded_filename): No longer requires options arg, as the options
36256         are determined by add_exclude.  Now returns bool, not int.
36257
36258 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36259
36260         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
36261
36262 2001-08-27  Jim Meyering  <meyering@lucent.com>
36263
36264         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
36265
36266         * lib/version-etc.c (N_): Remove definition.
36267         Revert most of last change.
36268         Instead, simply don't mark the `Copyright...' string for translation.
36269         Based on advice from Paul Eggert.
36270
36271         * lib/strtoxmax.c: Tweak comment.
36272
36273 2001-08-26  Jim Meyering  <meyering@lucent.com>
36274
36275         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
36276
36277         * m4/xstrtoimax.m4: New file.
36278         * m4/xstrtoumax.m4: Add comments explaining why we
36279         AC_REPLACE_FUNCS(strtol).
36280
36281 2001-08-26  Jim Meyering  <meyering@lucent.com>
36282
36283         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
36284         of copyright with `%s' so translators don't get an untranslated
36285         message in 2002.
36286         (COPYRIGHT_YEAR): Define.
36287         (version_etc): Use fprintf rather than fputs.
36288         Suggestion from Ulrich Drepper.
36289
36290         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
36291
36292         * lib/strtoll.c: New file, from GNU libc.
36293         * lib/xstrtoimax.c: New file.
36294
36295         * lib/xstrtol.h: Add xstrtoimax.
36296         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
36297         * lib/strtoimax.c: New file.  Likewise, but first define
36298         STRTOUXMAX_SIGNED.
36299
36300         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
36301         ...
36302         * lib/strtoxmax.c: ... then renamed to this.
36303
36304 2001-08-18  Paul Eggert  <eggert@twinsun.com>
36305
36306         * m4/inttypes.m4: Add AC_PREREQ(2.13).
36307         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
36308         (jm_AC_TYPE_INTMAX_T): New macro.
36309         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
36310
36311         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
36312
36313         * m4/longlong.m4: Renamed from ulonglong.m4.
36314         * m4/inttypes.m4: Renamed from inttypes_h.m4.
36315         * m4/uintmax_t.m4: Removed.
36316
36317 2001-08-13  Paul Eggert  <eggert@twinsun.com>
36318
36319         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
36320         Port to Solaris 8, where 'sed' requires a space after the 'r'
36321         command, and where sh dislikes "$/".  Clean up the spacing a bit.
36322         Redirect output to $tmp just once.
36323
36324 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
36325
36326         * lib/addext.c (<errno.h>): Include.
36327         (errno): Declare if not defined.
36328         (addext): Work correctly when pathconf returns -1 and leaves
36329         errno alone because there is no limit.  Also, work even if
36330         pathconf returns a value greater than SIZE_MAX.
36331
36332 2001-08-12  Jim Meyering  <meyering@lucent.com>
36333
36334         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
36335         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
36336         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
36337         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
36338         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
36339         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
36340         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
36341         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
36342         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
36343         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
36344         utime.m4, utimes.m4, xstrtoumax.m4:
36345         Quote the first argument in each use of AC_DEFUN.
36346
36347 2001-08-12  Jim Meyering  <meyering@lucent.com>
36348
36349         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
36350         Simply `return getcwd (NULL, 0);'.
36351         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
36352         Use 1300 as initial value for length, not PATH_MAX.
36353
36354         * lib/pathmax.h: Clean up cpp syntax.
36355
36356 2001-08-12  Jim Meyering  <meyering@lucent.com>
36357
36358         * lib/gettimeofday.c: New file.
36359         * lib/gtod.h: New file.
36360         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
36361
36362 2001-08-05  Jim Meyering  <meyering@lucent.com>
36363
36364         * m4/jm-macros.m4: Require autoconf-2.52.
36365
36366 2001-08-04  Jim Meyering  <meyering@lucent.com>
36367
36368         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
36369         stmt, to get in sync with glibc.
36370
36371 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36372
36373         The following changes are from gettext 0.10.39 as maintained by
36374         Bruno Haible.
36375
36376         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
36377         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
36378         with inverted sense.  All uses changed.
36379
36380         * lib/mbswidth.c: Don't include <limits.h>.
36381         Include <stdlib.h> and <string.h> unconditionally.
36382         (iswcntrl, mbsinit, ISCNTRL): New macros.
36383         (mbsnwidth): Use K&R style function declarations.
36384         Don't bother checking for MB_LEN_MAX == 1, since the compiler
36385         can optimize it when MB_CUR_MAX == 1.
36386         The width of control characters is zero, not 1.
36387
36388 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36389
36390         The following changes are from gettext 0.10.39 as maintained by
36391         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
36392
36393         * m4/codeset.m4: Upgrade to serial AM1.
36394         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
36395         all uses changed.  Quote first arg of AC_DEFUN.
36396         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
36397
36398         * m4/iconv.m4: Upgrade to serial AM2.
36399         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
36400         Add --with-libconv-prefix.
36401         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
36402         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
36403         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
36404         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
36405         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
36406
36407         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
36408         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
36409         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
36410         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
36411         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
36412         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
36413         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
36414         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
36415         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
36416
36417         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
36418         string.h any more.
36419
36420         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
36421         not the default value.
36422
36423         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
36424         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
36425         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
36426         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
36427         Also check for iswcntrl, used for wcwidth fallback.
36428         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
36429         to Autoconf 2.13.
36430
36431 2001-08-03  Jim Meyering  <meyering@lucent.com>
36432
36433         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
36434         as it was in the original.  Reported by Paul Eggert.
36435
36436 2001-07-16  Jim Meyering  <meyering@lucent.com>
36437
36438         * m4/gettimeofday.m4: New file.
36439         Prompted by a report from Bernhard Baehr.
36440
36441 2001-07-15  Jim Meyering  <meyering@lucent.com>
36442
36443         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
36444         stuff. Now it's in ../Makefile.cfg.
36445
36446 2001-07-15  Jim Meyering  <meyering@lucent.com>
36447
36448         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
36449         (BUILT_SOURCES): Add unlocked-io.h.
36450         (io_functions): Define.
36451         (unlocked-io.h): New rule.
36452         (DISTCLEANFILES): Add unlocked-io.h.
36453         (all-local): Depend on unlocked-io.h, to ensure it is created.
36454
36455         * lib/unlocked-io.hin: New file
36456
36457         * lib/regex.c: Update from glibc.
36458
36459 2001-07-05  Jim Meyering  <meyering@lucent.com>
36460
36461         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
36462         recommendation.
36463         (libfetish_a_SOURCES): Put all .h files here instead.
36464         Remove a thus-exposed (better checks in automake) duplicate and
36465         two unnecessary .h files.
36466
36467 2001-07-04  Jim Meyering  <meyering@lucent.com>
36468
36469         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
36470         that generates jm-glibc-io.m4 so that it doesn't trigger any make
36471         distcheck failure.
36472
36473 2001-07-02  Jim Meyering  <meyering@lucent.com>
36474
36475         The following changes were prompted by suggestions from Bruno Haible.
36476
36477         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
36478         is now generated.
36479         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
36480         definition of EXTRA_DIST.
36481         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
36482         ensure that the generated file is created/updated whenever the list
36483         of $(unlocked_functions) is changed.
36484         (jm-glibc-io.m4): New rule.
36485         (unlocked-io.h): New rule -- currently unused.
36486
36487 2001-06-24  Jim Meyering  <meyering@lucent.com>
36488
36489         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
36490         unmatched right bracket, rather than kludging it with an extra,
36491         falsely-matching quote in a comment.  Patch by Akim Demaille.
36492
36493 2001-06-11  Jim Meyering  <meyering@lucent.com>
36494
36495         * lib/regex.c: Update from GNU libc.
36496
36497 2001-05-27  Jim Meyering  <meyering@lucent.com>
36498
36499         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
36500         Check for ut_type in struct utmp.
36501
36502 2001-05-27  Jim Meyering  <meyering@lucent.com>
36503
36504         * lib/readutmp.h (UT_TYPE): Define.
36505
36506 2001-05-24  Jim Meyering  <meyering@lucent.com>
36507
36508         * lib/argmatch.c: Include "quote.h".
36509         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
36510         quote function.  Reported by Göran Uddeborg.
36511
36512 2001-05-22  Jim Meyering  <meyering@lucent.com>
36513
36514         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
36515         now that we use the package-supplied version unconditionally.
36516         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
36517
36518 2001-05-21  Jim Meyering  <meyering@lucent.com>
36519
36520         * m4/regex.m4: Change a couple backticks to single quotes to avoid
36521         shell syntax errors.
36522
36523 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
36524
36525         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
36526
36527 2001-05-20  Paul Eggert  <eggert@twinsun.com>
36528
36529         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
36530         Don't bother to check library strftime, since
36531         we'll be using our own my_strftime function anyway.
36532         Define my_strftime instead of strftime.
36533
36534 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
36535
36536         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
36537         which is not yet declared.
36538
36539 2001-05-15  Jim Meyering  <meyering@lucent.com>
36540
36541         * m4/regex.m4: Use proper quoting so brackets appear in the test
36542         program.
36543         Reported by, and with help from, Bruno Haible.
36544
36545 2001-05-13  Jim Meyering  <meyering@lucent.com>
36546
36547         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
36548         undefined.
36549
36550 2001-05-11  Paul Eggert  <eggert@twinsun.com>
36551
36552         dirname code cleanup.  base_name now behaves more compatibly
36553         with POSIX basename when given file names that have trailing
36554         slashes, and similarly for dir_name.  Add new primitives
36555         base_len and dir_len.  Put the directory-name-related decls
36556         into dirname.h.
36557
36558         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
36559         * lib/backupfile.c (base_name): Likewise.
36560         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
36561         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
36562         * lib/makepath.c (strip_trailing_slashes): Likewise.
36563         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
36564         ISSLASH): Likewise.
36565         * lib/rename.c (strip_trailing_slashes): Likewise.
36566         * lib/same.c (base_name): Likewise.
36567         * lib/stripslash.c (ISSLASH): Likewise.
36568
36569         * lib/addext.c: Include <dirname.h> after size_t is defined.
36570         * lib/backupfile.c: Likewise.
36571
36572         * lib/addext.c (addext): Use base_len to trim redundant
36573         trailing slashes instead of doing it ourselves.
36574         But do not trim the last slash if it is not redundant.
36575
36576         * lib/backupfile.c (find_backup_file_name,
36577         max_backup_version): Use base_len instead of rolling it ourselves.
36578         Handle the case of "" and (on DOS) "C:" correctly.
36579
36580         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
36581         needed. Include <string.h>, <dirname.h>.
36582         (base_name): Allow file names ending in slashes, other than names
36583         that are all slashes.  In this case, return the basename followed
36584         by the slashes.  This is more general, and can be used in places
36585         where the original base_name purposely had an assertion failure.
36586         (base_len): New function.
36587
36588         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
36589         Do not include <assert.h>; no longer needed.
36590         Include xalloc.h.
36591         (memrchr): Remove decl.
36592         (dir_name_r): Remove.
36593         (dir_len): Renamed from dirlen.  All callers changed.
36594         Rewrite in terms of base_name, for simplicity and consistency.
36595         (dir_name): Never return NULL.  All callers changed.
36596         Do not include <stdlib.h> in test program; no longer needed.
36597         return 0; is fine for test program.
36598
36599         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
36600         New macros.
36601         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
36602
36603         * lib/path-concat.c (path_concat): Use base_len to compute
36604         base length, not strlen; this means we cannot rely on memcpy
36605         to null-terminate.
36606
36607         * lib/same.c (STREQ): Remove.
36608         (same_name): Handle the case where the basename ends in trailing '/'.
36609
36610         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
36611         a slash was stripped.  Do not strip the last slash after a
36612         file system prefix.
36613
36614 2001-05-11  Paul Eggert  <eggert@twinsun.com>
36615
36616         * lib/Makefile.am (libfetish_a_SOURCES):
36617         Add strftime.c, since we now compile it on all hosts.
36618
36619         * lib/strftime.c (my_strftime):
36620         Define to nstrftime if emacs, but only if my_strftime is not defined.
36621         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
36622         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
36623         Add one more extra argument: a nanoseconds value.
36624         All uses changed.
36625         (ns): New macro.
36626         (my_strftime function): Add %N format.
36627         (emacs_strftimeu): Renamed from emacs_strftime,
36628         with extra ut argument.
36629
36630 2001-05-09  Paul Eggert  <eggert@twinsun.com>
36631
36632         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
36633
36634 2001-04-21  Jim Meyering  <meyering@lucent.com>
36635
36636         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
36637         doesn't interfere.
36638
36639 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
36640
36641         * m4/ftruncate.m4: Check for chsize.
36642         Link with ftruncate.o unconditionally if ftruncate is missing.
36643         This was required when cross-compiling to i586-mingw32msvc.
36644
36645 2001-04-08  Jim Meyering  <meyering@lucent.com>
36646
36647         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
36648         recomputed; that's necessary when the offset spans a DST transition.
36649         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
36650
36651 2001-04-02  Jim Meyering  <meyering@lucent.com>
36652
36653         * lib/regex.h, regex.c: Update from GNU libc.
36654
36655 2001-03-24  Jim Meyering  <meyering@lucent.com>
36656
36657         * m4/jm-macros.m4: Require autoconf-2.49d.
36658
36659 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
36660
36661         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
36662
36663 2001-03-19  Paul Eggert  <eggert@twinsun.com>
36664
36665         * lib/version-etc.c (version_etc_copyright): Update to 2001.
36666
36667 2001-03-17  Jim Meyering  <meyering@lucent.com>
36668
36669         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
36670         now that the version in autoconf is equivalent.
36671         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
36672
36673         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
36674         Suggestion from Akim Demaille.
36675
36676         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
36677         (jm_PREREQ_TEMPNAME): New function.
36678
36679 2001-03-16  Paul Eggert  <eggert@twinsun.com>
36680
36681         * lib/tempname.c (uint64_t): Define to uintmax_t if
36682         not defined, and if UINT64_MAX is not defined.
36683         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
36684         Reported by John David Anglin.
36685
36686 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
36687
36688         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
36689         resolve alias if codeset is empty.
36690         * lib/config.charset (BeOS): Use wildcard syntax.
36691
36692 2001-03-13  Jim Meyering  <meyering@lucent.com>
36693
36694         * lib/path-concat.c (path_concat)
36695         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
36696         concatenating e.g., `C:' and `foo'.
36697         From Bruno Haible.
36698
36699 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36700
36701         * lib/localcharset.c (locale_charset): Don't use
36702         setlocale(LC_CTYPE,NULL). Don't return NULL.
36703         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
36704
36705 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36706
36707         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
36708         support for DOS/DJGPP.
36709
36710 2001-03-01  Paul Eggert  <eggert@twinsun.com>
36711
36712         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
36713         lacks mkstemp.  Compile our own tempname.c if we compile our own
36714         mkstemp.c, as mkstemp relies on tempname.
36715
36716 2001-03-01  Jim Meyering  <meyering@lucent.com>
36717
36718         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
36719         AH_VERBATIM really does output its argument verbatim.
36720
36721 2001-02-28  Paul Eggert  <eggert@twinsun.com>
36722
36723         * lib/Makefile.am (libfetish_a_SOURCES):
36724         Add dup-safer.c, fopen-safer.c.
36725         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
36726
36727         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
36728         * lib/unistd-safer.h: New files.
36729
36730 2001-02-25  Paul Eggert  <eggert@twinsun.com>
36731
36732         The mkstemp replacement is taken from glibc 2.2.2, with some
36733         portability fixes for use outside glibc, as follows:
36734
36735         * lib/tempname.c (struct_stat64): New macro.
36736         (direxists, __gen_tempname): Use it.
36737         This avoids a portability problem with Solaris 8.
36738
36739         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
36740         (<stddef.h>, <stdint.h>, <string.h>):
36741         Include only if STDC_HEADERS || _LIBC.
36742         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
36743         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
36744         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
36745         (__set_errno): Define this macro if <errno.h> doesn't.
36746         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
36747         Define these macros if <stdio.h> doesn't.
36748         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
36749         Define these macros if <sys/stat.h>
36750         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
36751         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
36752         __xstat64): Define if not _LIBC.
36753         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
36754         (__gen_tempname): Invoke gettimeofday only if
36755         HAVE_GETTIMEOFDAY || _LIBC;
36756         otherwise, fall back on plain "time".
36757         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
36758
36759         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
36760
36761         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
36762
36763 2001-02-18  Paul Eggert  <eggert@twinsun.com>
36764
36765         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
36766
36767 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36768
36769         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
36770         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
36771         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
36772         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36773
36774 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36775
36776         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
36777         Remove workaround macros for hosts that have mbrtowc but not
36778         mbstate_t, as we now insist on proper declarations for both
36779         before using mbrtowc.
36780
36781 2001-02-17  Jim Meyering  <meyering@lucent.com>
36782
36783         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
36784         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
36785         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
36786         UnixWare 7.1.1.
36787
36788         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
36789         rather than AC_CACHE_VAL.
36790
36791 2001-02-17  Jim Meyering  <meyering@lucent.com>
36792
36793         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
36794         around included file name.
36795
36796         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
36797
36798         * lib/strftime.c: Update from GNU libc (the only changes were to
36799         comments).
36800
36801 2001-02-17  Jim Meyering  <meyering@lucent.com>
36802
36803         * lib/regex.c: Update from libc.
36804
36805 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
36806
36807         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
36808         clash.
36809
36810 2001-02-16  Paul Eggert  <eggert@twinsun.com>
36811
36812         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
36813         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
36814         Reported by Mark Hounschell via Paul Eggert.
36815
36816 2001-02-07  Jim Meyering  <meyering@lucent.com>
36817
36818         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
36819
36820 2001-02-05  Jim Meyering  <meyering@lucent.com>
36821
36822         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
36823         it includes the patch required for `large file' support with at least
36824         HP-UX's 10.20 /bin/cc.
36825
36826 2001-02-03  Jim Meyering  <meyering@lucent.com>
36827
36828         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
36829         AS_IF, now that it works once again (mysteriously).
36830         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36831
36832 2001-01-30  Jim Meyering  <meyering@lucent.com>
36833
36834         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
36835         * m4/chown.m4: Rename conftestchown to conftest.chown.
36836         * m4/rename.m4: s/conftestdir/conftest.d1/ and
36837         s/conftestdir2/conftest.d2/.
36838         * m4/utimes.m4: s/conftestdata/conftest.data/
36839         Inspired by Pavel Roskin's change in autoconf.
36840
36841 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
36842
36843         * lib/config.charset: Update for FreeBSD 4.2.
36844
36845 2001-01-27  Jim Meyering  <meyering@lucent.com>
36846
36847         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
36848         a use of AS_IF.
36849         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36850
36851 2001-01-26  Jim Meyering  <meyering@lucent.com>
36852
36853         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
36854         quotearg.c includes it.
36855
36856 2001-01-26  Jim Meyering  <meyering@lucent.com>
36857
36858         * lib/quotearg.c: Include stddef.h.
36859         * lib/quote.c: Include stddef.h.
36860         Reported by Axel Kittenberger.
36861
36862         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
36863         line in double quotes so that it evokes a better diagnostic.
36864         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
36865         Reported by Axel Kittenberger.
36866
36867 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
36868
36869         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
36870         as if it was a `charset'.
36871
36872 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
36873
36874         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
36875         has const.
36876
36877 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
36878
36879         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
36880         to avoid a warning.  Add back 'const' to inptr.
36881
36882 2001-01-20  Jim Meyering  <meyering@lucent.com>
36883
36884         Be sure that headers are checked before used in code compiled
36885         for the type checks.
36886         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
36887         In place of that, invoke jm_CHECK_ALL_TYPES.
36888         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
36889         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
36890         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
36891         The check for ssize_t was mistakenly run before the test for unistd.h.
36892
36893         The configure-time check for stdbool.h was missing.
36894         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
36895         (jm_PREREQ_HASH): New function.
36896
36897 2001-01-17  Jim Meyering  <meyering@lucent.com>
36898
36899         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
36900         for autoconf-2.49c.
36901         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
36902
36903 2001-01-16  Jim Meyering  <meyering@lucent.com>
36904
36905         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
36906         From Bruno Haible.
36907
36908 2001-01-14  Jim Meyering  <meyering@lucent.com>
36909
36910         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
36911         foo and bar.  Create conftestdir/ in the script, not in the C code.
36912         Remove directories in the script, not in the C code.
36913         Remove conftestdir{,2} before trying to create the directory.
36914         Make the entire configure script fail if the mkdir fails.
36915
36916 2001-01-14  Jim Meyering  <meyering@lucent.com>
36917
36918         * lib/rename.c: New file.  From Volker Borchert.
36919         Include stdlib.h, string.h or strings.h, and xalloc.h.
36920         Use strip_trailing_slashes rather than open-coding it.
36921
36922 2001-01-03  Paul Eggert  <eggert@twinsun.com>
36923
36924         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
36925
36926 2001-01-03  Jim Meyering  <meyering@lucent.com>
36927
36928         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
36929         of local `inptr' to avoid warning with some system declarations of
36930         iconv.
36931
36932 2001-01-02  Volker Borchert  <bt@teknon.de>
36933
36934         * m4/rename.m4: New file.
36935         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
36936
36937 2001-01-01  Jim Meyering  <meyering@lucent.com>
36938
36939         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
36940         even on systems with utmpx.h.  It's necessary for the declaration of
36941         utmp's ut_user member.  Reported by Andreas Jaeger.
36942
36943         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
36944         available. They are required for the declarations of getgrgid and
36945         getpwuid resp.
36946         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
36947         Reported by Andreas Jaeger.
36948
36949 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
36950
36951         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
36952         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
36953         so `make install' also works in VPATH builds.
36954
36955 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
36956
36957         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
36958         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
36959         can be used in subdirectories.
36960
36961 2000-12-29  Paul Eggert  <eggert@twinsun.com>
36962
36963         * lib/modechange.c: Do not assume that mode_t uses the
36964         traditional octal encoding.  E.g. "chmod 1 FOO" should set
36965         the other-execute bit of FOO even if S_IXOTH != 1.
36966
36967         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
36968         WOTH, XOTH, ALLM): New macros.
36969         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
36970          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
36971         Use them.
36972         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
36973         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
36974         (mode_compile):
36975         No need to use uintmax_t; unsigned long is long enough.
36976         Don't bother to get suffix since we don't use it.
36977
36978 2000-12-26  Jim Meyering  <meyering@lucent.com>
36979
36980         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
36981         better with autoheader.
36982
36983 2000-12-24  Jim Meyering  <meyering@lucent.com>
36984
36985         * lib/hash.c (is_prime): Return explicit boolean values.
36986         (hash_get_first): Return NULL to appease Irix5.6's 89.
36987         Reported by Nelson Beebe.
36988
36989 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
36990
36991         * lib/localcharset.c (locale_charset): Add support for Win32.
36992
36993 2000-12-18  Paul Eggert  <eggert@twinsun.com>
36994
36995         * lib/physmem.h, lib/physmem.c: New files.
36996
36997         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
36998         (noinst_HEADERS): Add physmem.h.
36999
37000         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
37001         't' for compatibility with Solaris 8 sort.
37002
37003 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
37004
37005         * lib/config.charset: Add support for BeOS.
37006
37007 2000-12-17  Jim Meyering  <meyering@lucent.com>
37008
37009         * m4/dos.m4 (jm_AC_DOS): New file and macro.
37010         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
37011
37012 2000-12-16  Jim Meyering  <meyering@lucent.com>
37013
37014         This bug had a serious impact on chown: `chown N:M FILE' (for integer
37015         N and M) would have treated it like `chown N:N FILE'.
37016
37017         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
37018
37019 2000-12-16  Jim Meyering  <meyering@lucent.com>
37020
37021         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
37022         SHELLS_FILE to a file name that's useful on djgpp systems.
37023         Include stdlib.h.
37024         (ADDITIONAL_DEFAULT_SHELLS): Define.
37025         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
37026         Based mostly on a patch from Prashant TR.
37027
37028 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
37029
37030         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
37031         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
37032         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
37033
37034 2000-12-08  Andreas Schwab  <schwab@suse.de>
37035
37036         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
37037         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
37038
37039 2000-12-07  Jim Meyering  <meyering@lucent.com>
37040
37041         * lib/stripslash.c (ISSLASH): Define.
37042         (strip_trailing_slashes): Use ISSLASH rather than comparing against
37043         `/'.
37044         From Prashant TR.
37045
37046         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
37047         (dir_name_r): Declare this function as static.
37048         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
37049         manifest itself on a name containing a mix of slashes and
37050         backslashes.
37051         Make this function work with names starting with a DOS-style
37052         drive letter and colon prefix.
37053         (dir_name): Append `.' if necessary.
37054         Based mostly on patches from Prashant TR and Eli Zaretskii.
37055
37056         * lib/dirname.h (dir_name_r): Remove prototype.
37057
37058 2000-12-06  Paul Eggert  <eggert@twinsun.com>
37059
37060         * m4/off_t-format.m4: Remove this file.
37061         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
37062
37063 2000-12-06  Jim Meyering  <meyering@lucent.com>
37064
37065         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
37066         replacement strtoull, we may well need the replacement strtoul, too.
37067         Check for declarations of strtoul and strtoull.
37068         Check for strtol.  Mainly as a cue to cause automake to include
37069         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
37070         Check for limits.h -- strtol.c needs it.
37071
37072 2000-12-05  Jim Meyering  <meyering@lucent.com>
37073
37074         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
37075
37076 2000-12-04  Jim Meyering  <meyering@lucent.com>
37077
37078         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
37079         Also include memory.h, stdlib.h, unistd.h if appropriate.
37080         Reported by Andreas Jaeger (conflicting declaration of malloc).
37081
37082 2000-12-02  Jim Meyering  <meyering@lucent.com>
37083
37084         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
37085         * m4/jm-macros.m4 (jm_MACROS): require it.
37086
37087 2000-12-02  Jim Meyering  <meyering@lucent.com>
37088
37089         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
37090
37091 2000-12-01  Paul Eggert  <eggert@twinsun.com>
37092
37093         * lib/memrchr.c: Include <config.h> before any system include file.
37094
37095 2000-11-30  Jim Meyering  <meyering@lucent.com>
37096
37097         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
37098
37099 2000-11-30  Jim Meyering  <meyering@lucent.com>
37100
37101         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
37102
37103 2000-11-29  Paul Eggert  <eggert@twinsun.com>
37104
37105         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
37106
37107 2000-11-26  Jim Meyering  <meyering@lucent.com>
37108
37109         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
37110
37111 2000-11-22  Paul Eggert  <eggert@twinsun.com>
37112
37113         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
37114         size of (size_t) -1; it's not portable.
37115
37116 2000-11-17  Jim Meyering  <meyering@lucent.com>
37117
37118         * lib/strstr.c: Update from GNU libc.
37119
37120 2000-11-17  Akim Demaille  <akim@epita.fr>
37121
37122         * lib/obstack.h: Formatting changes.
37123         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
37124         prevent type checking.
37125         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
37126         cast the value to (void *): assigning a `foo *' to a `void *'
37127         variable is valid.
37128         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
37129
37130 2000-11-16  Jim Meyering  <meyering@lucent.com>
37131
37132         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
37133
37134 2000-11-11  Jim Meyering  <meyering@lucent.com>
37135
37136         * lib/error.c: Add a couple #includes, merging from GNU libc version.
37137
37138 2000-11-10  Jim Meyering  <meyering@lucent.com>
37139
37140         * lib/obstack.h: Update from GNU libc.
37141         * lib/obstack.c: Likewise.
37142
37143 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
37144
37145         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
37146
37147 2000-11-06  Paul Eggert  <eggert@twinsun.com>
37148
37149         * lib/getusershell.c (setusershell): Use rewind rather than
37150         fseek/fseeko, to avoid configuration hassles with fseeko.
37151         Don't bother opening SHELLS_FILE if shellstream is NULL;
37152         it's not necessary.
37153
37154 2000-11-05  Jim Meyering  <meyering@lucent.com>
37155
37156         * lib/makepath.h (make_dir): Declare.
37157         * lib/makepath.c (make_dir): Remove `static' attribute.
37158         Tweak a comment.
37159
37160 2000-11-04  Jim Meyering  <meyering@lucent.com>
37161
37162         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
37163
37164 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
37165
37166         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
37167         last one in a bucket, advance to the next bucket.
37168
37169 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
37170
37171         * lib/fnmatch.c: Do not comment out all the code if we are using
37172         the GNU C library, because in some cases we are replacing buggy
37173         code in the GNU C library itself.
37174
37175 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
37176
37177         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
37178         (regex_compile): Catch bogus \(\1\).
37179
37180 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37181
37182         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
37183         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
37184         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
37185
37186 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37187
37188         * lib/error.h, getline.h, modechange.h:
37189         Remove "2000" from Copyright line, as the file hasn't been
37190         changed this year other than in the copyright notice.
37191
37192         * lib/xalloc.h: Add "2000" to Copyright line, as this file
37193         was changed this year.
37194
37195 2000-10-29  Jim Meyering  <meyering@lucent.com>
37196
37197         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
37198         renaming.
37199         * m4/ls-mntd-fs.m4: Likewise
37200
37201 2000-10-29  Jim Meyering  <meyering@lucent.com>
37202
37203         * lib/xstat.in: Fix grammar in comment.
37204
37205 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
37206
37207         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
37208         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
37209         doesn't define __restrict_arr.
37210
37211 2000-10-28  Jim Meyering  <meyering@lucent.com>
37212
37213         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
37214         (jm_PREREQ_MEMCHR): New function.
37215
37216 2000-10-28  Jim Meyering  <meyering@lucent.com>
37217
37218         * lib/memchr.c: Update from libc.
37219         Adjust for portability:
37220         [HAVE_STDLIB_H]: Include stdlib.h.
37221         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
37222         Undef __memchr, too.
37223         [!weak_alias]: Define __memchr to memchr.
37224
37225         * lib/regex.c: Update from libc.
37226         * lib/regex.h: Likewise.
37227         * lib/getopt1.c: Likewise.
37228         * lib/memcmp.c: Likewise.
37229
37230         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
37231         Avoid using fseek, when possible -- it's broken by design.
37232         Patch by Ulrich Drepper.
37233
37234 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
37235
37236         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
37237         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
37238         Giving in to popular pressure to shut up the compiler with casts.
37239
37240 2000-10-26  Jim Meyering  <meyering@lucent.com>
37241
37242         * lib/strftime.c: Update from libc.
37243
37244 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
37245
37246         * regex.c: More `unsigned char' -> `re_char' changes.
37247         Also change several `int' into `re_wchar_t'.
37248         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
37249         (PUSH_FAILURE_POINTER): Don't cast any more.
37250         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
37251         We want GCC to complain, since this piece of code makes
37252         re_match non-reentrant, which *should* be fixed.
37253         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
37254         (EXTEND_BUFFER): Use RETALLOC.
37255         (SET_LIST_BIT): Don't cast.
37256         (re_wchar_t): New type.
37257         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
37258         that those two functions will always properly return.
37259         (IMMEDIATE_QUIT_CHECK): Cast to void.
37260         (analyse_first): Use recursion rather than an explicit stack.
37261         (re_compile_fastmap): Can't fail anymore.
37262         (re_search_2): Don't check re_compile_fastmap for failure.
37263         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
37264         Now also sets the new value (passed in a new argument).
37265         (re_match_2_internal): Use it.
37266         Also, use a new var `reg' of type size_t when looping through regs
37267         rather than reuse the inappropriate `mcnt'.
37268
37269 2000-10-25  Jim Meyering  <meyering@lucent.com>
37270
37271         * lib/obstack.c: Update from libc.
37272
37273 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
37274
37275         * regex.c (regex_compile): Change the way of handling a range from
37276         a char less than 256 to a char not less than 256.
37277
37278 2000-10-24  Andrew Innes  <andrewi@gnu.org>
37279
37280         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
37281         NT-Emacs only.
37282         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
37283         so that re_search functions only quit when callers expect them to.
37284
37285 2000-10-23  Jim Meyering  <meyering@lucent.com>
37286
37287         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
37288         wrong.  That set_locale call must not have any side effects.
37289         From Paul Eggert.
37290
37291 2000-10-22  Jim Meyering  <meyering@lucent.com>
37292
37293         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
37294         [CYCLIC]: Remove now-unused definition.
37295
37296         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
37297         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
37298         Suggestion from Ulrich Drepper.
37299
37300 2000-10-21  Jim Meyering  <meyering@lucent.com>
37301
37302         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
37303         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
37304         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
37305
37306 2000-10-21  Jim Meyering  <meyering@lucent.com>
37307
37308         * lib/dirname.c (memrchr): Declare if necessary.
37309         (dir_name): Remove the restriction that there be no
37310         trailing slashes.  Now, this code skips past them, effectively
37311         ignoring them.
37312         [TEST_DIRNAME] (main): New unit tests.
37313
37314         * lib/memrchr.c: New file from GNU libc.
37315         Undef __memrchr, too.
37316         [!weak_alias]: Define __memrchr to memrchr.
37317         Guard weak_alias use with `#ifdef weak_alias'.
37318
37319 2000-10-21  Jim Meyering  <meyering@lucent.com>
37320
37321         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
37322         (dir_name): Use dir_name_r.
37323         * lib/dirname.h (dir_name_r): Declare it.
37324
37325 2000-10-17  Jim Meyering  <meyering@lucent.com>
37326
37327         * lib/quote.h (PARAMS): Define and use.
37328         Reported by Akim Demaille.
37329
37330         * lib/getopt.c: Update from libc.
37331
37332 2000-10-16  Jim Meyering  <meyering@lucent.com>
37333
37334         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
37335         setlocale.
37336         From Jan Fedak.
37337
37338 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
37339
37340         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
37341
37342 2000-09-25  Jim Meyering  <meyering@lucent.com>
37343
37344         * lib/md5.h (rol): Define (from GnuPG).
37345
37346         * lib/sha.c: Give credit (GnuPG) where due.
37347         (M): Use rol rather than open-coding it.
37348         Add a FIXME comment.
37349
37350 2000-09-21  Jim Meyering  <meyering@lucent.com>
37351
37352         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
37353         Reported by Michael Stone.
37354
37355 2000-09-20  Jim Meyering  <meyering@lucent.com>
37356
37357         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
37358         (noinst_HEADERS): Add sha.h.
37359         Based on code from Scott G. Miller and from GnuPG.
37360
37361 2000-09-18  Jim Meyering  <meyering@lucent.com>
37362
37363         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
37364         LIBS. Otherwise, everyone ends up linking with -lelf for some
37365         configurations.
37366         Reported by Mike Stone.
37367
37368 2000-09-15  Jim Meyering  <meyering@lucent.com>
37369
37370         * lib/regex.c: Update from libc.
37371
37372 2000-09-10  Jim Meyering  <meyering@lucent.com>
37373
37374         * lib/getopt.c (_getopt_internal): Update from glibc.
37375
37376 2000-09-09  Jim Meyering  <meyering@lucent.com>
37377
37378         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
37379         think it should be used as a general replacement for isascii.
37380         * lib/fnmatch.c: Likewise.
37381         * lib/mbswidth.c: Likewise
37382         * lib/regex.c: Likewise.
37383
37384         Don't use atoi.
37385         * lib/userspec.c: Include sys/param.h and limits.h.
37386         Include xstrtol.h.
37387         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37388         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
37389         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
37390         UID, GID.  Check range.
37391
37392 2000-09-06  Jim Meyering  <meyering@lucent.com>
37393
37394         * lib/getopt.c (_getopt_internal): Update from glibc.
37395
37396 2000-08-30  Jim Meyering  <meyering@lucent.com>
37397
37398         * lib/strftime.c: Merge in changes from GNU libc.
37399
37400 2000-08-26  Jim Meyering  <meyering@lucent.com>
37401
37402         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
37403         * m4/fpending.m4: New file.
37404
37405 2000-08-26  Jim Meyering  <meyering@lucent.com>
37406
37407         * lib/closeout.c: Include "__fpending.h".
37408         (close_stdout_status): Return right away if there's nothing to flush.
37409
37410         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
37411         * lib/__fpending.c: New file.
37412         * lib/__fpending.h: New file.
37413
37414 2000-08-20  Jim Meyering  <meyering@lucent.com>
37415
37416         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
37417         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
37418         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
37419
37420 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
37421
37422         Improve fileutils installation on systems where running
37423         programs (like install) can't be unlinked.
37424         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
37425         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
37426
37427 2000-08-07  Paul Eggert  <eggert@twinsun.com>
37428
37429         Standardize on "memory exhausted" instead of "Memory exhausted"
37430         or "virtual memory exhausted".
37431         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
37432         "virtual memory exhausted".
37433         * lib/same.c (same_name): Invoke xalloc_die instead of printing
37434         our own message.
37435         * lib/userspec.c (parse_user_spec): Likewise.
37436         * lib/bumpalloc.h: comment fix
37437         * lib/same.c, userspec.c: Include xalloc.h.
37438
37439         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
37440         not char *const and pointing to a constant array.
37441         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
37442         (xrealloc): Comment fix.
37443
37444         * lib/userspec.c (parse_user_spec):
37445         Don't translate a message until just before returning,
37446         to avoid unnecessary translation.
37447
37448 2000-08-07  Jim Meyering  <meyering@lucent.com>
37449
37450         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
37451         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
37452         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
37453         getgroups.c, gethostname.c, getopt.h, group-member.c,
37454         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
37455         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
37456         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
37457         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
37458         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
37459         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
37460         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
37461         yesno.c: Back out Copyright date changes for each file with no change
37462         this year.  This eases coordination with other programs using the same
37463         source code modules.  From Paul Eggert.
37464
37465 2000-08-06  Paul Eggert  <eggert@twinsun.com>
37466
37467         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
37468         not char, for compatibility with glibc 2.1.3 strftime.c.
37469
37470 2000-08-03  Greg McGary  <greg@mcgary.org>
37471
37472         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
37473         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
37474         (EXTEND_BUFFER): Use them.
37475
37476 2000-08-01  Jim Meyering  <meyering@lucent.com>
37477
37478         * lib/dirname.c (ISSLASH): Define.
37479         (BACKSLASH_IS_PATH_SEPARATOR): Define.
37480         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
37481         both `\' and `/' may be use as path separators.
37482         Based on a patch from Prashant TR.
37483
37484 2000-07-31  Paul Eggert  <eggert@twinsun.com>
37485
37486         * lib/quotearg.c (quotearg_n_options): Don't make the initial
37487         slot vector a constant, since it might get modified.
37488
37489 2000-07-31  Jim Meyering  <meyering@lucent.com>
37490
37491         * lib/xmalloc.c: Use `virtual memory exhausted', not
37492         `Memory exhausted'.
37493         * lib/obstack.c (print_and_abort): Likewise.
37494
37495 2000-07-30  Paul Eggert  <eggert@twinsun.com>
37496
37497         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
37498         buffer, so that the caller can always quote one small
37499         component of a "memory exhausted" message in slot 0.
37500         From a suggestion by Jim Meyering.
37501
37502 2000-07-30  Jim Meyering  <meyering@lucent.com>
37503
37504         * lib/makepath.c (make_path): Quote the other instance, too.
37505
37506         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
37507         (STATIC_BUF_SIZE): Define.
37508         (quotearg_n_options): Use only statically allocated storage when
37509         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
37510         than STATIC_BUF_SIZE.
37511
37512 2000-07-29  Jim Meyering  <meyering@lucent.com>
37513
37514         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
37515         * lib/dirname.c (dir_name): Likewise.
37516
37517         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
37518         `/'.
37519
37520         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
37521         (dir_name): Assert that there are no trailing slashes.
37522
37523 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
37524
37525         * lib/mbswidth.h (mbswidth): Add a flags argument.
37526         (mbswidth): New declaration.
37527         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
37528         * lib/mbswidth.c (mbswidth): Add a flags argument.
37529         (mbsnwidth): New function.
37530
37531 2000-07-24  Jim Meyering  <meyering@lucent.com>
37532
37533         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
37534
37535 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37536
37537         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
37538
37539 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37540
37541         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
37542         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
37543         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
37544         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
37545         invoke multibyte primitives.
37546
37547 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37548
37549         * lib/quotearg.c:
37550         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
37551         so that mbstate_t is always defined.
37552
37553         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
37554         be 1 in at least one GCC installation, and this configuration
37555         error is likely to be common.  Ignoring MB_LEN_MAX hurts
37556         performance on hosts that have mbrtowc but have only unibyte
37557         locales, but I assume these hosts are rare.
37558
37559 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37560
37561         * lib/mbswidth.c (_XOPEN_SOURCE):
37562         Don't define; this causes problems on Solaris 7.
37563         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
37564
37565 2000-07-23  Jim Meyering  <meyering@lucent.com>
37566
37567         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
37568         too: getgrgid, getpwuid, getuid.
37569
37570 2000-07-23  Jim Meyering  <meyering@lucent.com>
37571
37572         * lib/basename.c (base_name): Add an assertion.
37573
37574 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
37575
37576         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
37577         shadow its mbsinit function.
37578
37579 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
37580
37581         * lib/mbswidth.h: New file.
37582         * lib/mbswidth.c: New file.
37583         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
37584         (noinst_HEADERS): Add mbswidth.h.
37585
37586 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
37587
37588         * lib/config.charset: Add support for FreeBSD. Improve support for
37589         HP-UX and IRIX 6.
37590
37591 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
37592
37593         * m4/mbswidth.m4: New file.
37594         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
37595
37596 2000-07-15  Jim Meyering  <meyering@lucent.com>
37597
37598         * lib/makepath.c: Include quote.h.
37599         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
37600         corresponding argument in a `quote (...)' call.
37601         Give better diagnostics.
37602
37603         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
37604         (noinst_HEADERS): Add quote.h.
37605
37606         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
37607         from tar's src/misc.c.
37608         * lib/quote.h: New file.  Prototypes for same.
37609
37610 2000-07-14  Paul Eggert  <eggert@twinsun.com>
37611
37612         From a suggestion by Bruno Haible.
37613         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
37614         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
37615         to decide whether to define the BeOS workaround macro;
37616         this adjusts to the change to AC_MBSTATE_T.
37617
37618 2000-07-14  Jim Meyering  <meyering@lucent.com>
37619
37620         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
37621         jm_AC_TYPE_UINTMAX_T.
37622
37623 2000-07-13  Paul Eggert  <eggert@twinsun.com>
37624
37625         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
37626
37627         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
37628         quotearg_buffer_restyled): Add support for
37629         clocale_quoting_style.  Undo previous change to
37630         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
37631         and "{RIGHT QUOTATION MARK}" msgids.
37632
37633 2000-07-10  Paul Eggert  <eggert@twinsun.com>
37634
37635         From a suggestion by Bruno Haible.
37636         * m4/mbstate_t.m4 (AC_MBSTATE_T):
37637         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
37638         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
37639         and mbstate_t, to a single-part test that simply defines mbstate_t.
37640         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
37641         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
37642
37643 2000-07-10  Jim Meyering  <meyering@lucent.com>
37644
37645         * m4/strerror_r.m4: Mirror the correction made in autoconf.
37646
37647         * m4/gnu-source.m4: Output to confdefs.h directly.
37648         Suggestion from Akim Demaille.
37649
37650 2000-07-09  Paul Eggert  <eggert@twinsun.com>
37651
37652         The old behavior of quoting `like this' doesn't look good with
37653         newer, ISO-style fonts.  See:
37654         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
37655
37656         Instead, quote "like this" by default.  Let the translator
37657         tailor the locale-specific quoting behavior by providing
37658         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
37659
37660         * lib/quotearg.c (N_): New macro.
37661         (gettext_default): New function.
37662         (quotearg_buffer_restyled): Use
37663         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
37664         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
37665
37666 2000-07-09  Jim Meyering  <meyering@lucent.com>
37667
37668         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
37669         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
37670
37671         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
37672         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
37673
37674 2000-07-09  Jim Meyering  <meyering@lucent.com>
37675
37676         * lib/Most files: Update copyright dates to include 2000.
37677
37678 2000-07-08  Jim Meyering  <meyering@lucent.com>
37679
37680         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
37681         if not defined.
37682         (xgethostname): Remove now-unnecessary #ifdef.
37683         Move declaration of `err' into loop where it's used.
37684
37685 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37686         and Bruno Haible  <haible@clisp.cons.org>
37687
37688         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
37689         only if the test for an object-type mbstate_t fails.  This
37690         prevents us from mistakenly reporting that mbstate_t is a
37691         system object type after we "#define mbstate_t int" to work
37692         around its lack.
37693
37694 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37695         and Bruno Haible  <haible@clisp.cons.org>
37696
37697         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
37698
37699 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37700
37701         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
37702         to strerror_r.
37703         Include <ctype.h> for use of isalpha.
37704
37705 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37706
37707         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
37708         by allocating a larger buffer. Test the gethostname return value for
37709         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
37710         returns an error and ENAMETOOLONG isn't defined.
37711
37712 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37713
37714         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
37715         dimension.
37716
37717 2000-07-04  Jim Meyering  <meyering@lucent.com>
37718
37719         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
37720         of the deprecated AC_CHECKING.
37721
37722 2000-07-04  Jim Meyering  <meyering@lucent.com>
37723
37724         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
37725         Reported by Bruno Haible.
37726
37727 2000-07-04  Jim Meyering  <meyering@lucent.com>
37728
37729         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
37730         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
37731         lacks mbrtowc.
37732
37733 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37734
37735         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
37736         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
37737
37738 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37739         and Bruno Haible  <haible@clisp.cons.org>
37740
37741         * lib/quotearg.c (mbrtowc):
37742         Assign to *pwc, and return 1 only if result is nonzero.
37743         (iswprint): Use ISPRINT when substituting our own mbrtowc.
37744
37745 2000-07-03  Jim Meyering  <meyering@lucent.com>
37746
37747         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
37748
37749 2000-07-03  Jim Meyering  <meyering@lucent.com>
37750
37751         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
37752         This is necessary to get a definition of e.g., UTMP_FILE on
37753         HP-UX 10.20.
37754         From Bob Proulx.
37755
37756 2000-07-02  Jim Meyering  <meyering@lucent.com>
37757
37758         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
37759
37760         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
37761         AC_LIBOBJ(function_name).
37762         * m4/chown.m4: Likewise.
37763         * m4/fnmatch.m4: Likewise.
37764         * m4/ftruncate.m4: Likewise.
37765         * m4/getgroups.m4: Likewise.
37766         * m4/getline.m4: Likewise.
37767         * m4/group-member.m4: Likewise.
37768         * m4/jm-macros.m4: Likewise.
37769         * m4/lstat.m4: Likewise.
37770         * m4/malloc.m4: Likewise.
37771         * m4/memcmp.m4: Likewise.
37772         * m4/nanosleep.m4: Likewise.
37773         * m4/putenv.m4: Likewise.
37774         * m4/realloc.m4: Likewise.
37775         * m4/regex.m4: Likewise.
37776         * m4/stat.m4: Likewise.
37777         * m4/strftime.m4: Likewise.
37778
37779 2000-07-02  Jim Meyering  <meyering@lucent.com>
37780
37781         * lib/quotearg.c (mbstate_t): Don't define here.
37782
37783 2000-07-02  Jim Meyering  <meyering@lucent.com>
37784
37785         * lib/nanosleep.c (SIGCONT): Define if not already defined.
37786
37787 2000-07-01  Jim Meyering  <meyering@lucent.com>
37788
37789         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
37790
37791 2000-07-01  Jim Meyering  <meyering@lucent.com>
37792
37793         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
37794         problem.
37795
37796 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37797
37798         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
37799         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
37800
37801 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37802
37803         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
37804         per change in ../m4/ls-mntd-fs.m4.
37805         (read_filesystem_list): Ignore symbolic links.
37806
37807 2000-06-29  Jim Meyering  <meyering@lucent.com>
37808
37809         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
37810         for declaration of strcmp.
37811
37812         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
37813
37814         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
37815         Avoid warning by casting result to `char *' to remove `const'.
37816
37817 2000-06-28  Jim Meyering  <meyering@lucent.com>
37818
37819         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
37820         included by quotearg.c, for which we perform this test.  From
37821         Bruno Haible.
37822
37823 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37824
37825         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
37826         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
37827         <utmpx.h> exists, put readutmp.o into LIBOBJS.
37828
37829 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37830
37831         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
37832
37833 2000-06-26  Paul Eggert  <eggert@twinsun.com>
37834
37835         savedir now sets errno on failure and invokes xmalloc to get memory.
37836         Fix a couple of other minor bugs while we're at it.
37837
37838         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
37839         (NAMLEN): Remove macro.
37840         (malloc, realloc): Remove decls.
37841         (stpcpy): Likewise.
37842         ("xalloc.h"): Include.
37843         (NAME_SIZE_DEFAULT): New macro.
37844         (savedir): Use xmalloc / xrealloc to allocate memory.
37845         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
37846         Skip "" directory entries.
37847         Use strlen to calculate directory entry length, since the old method
37848         is rarely used these days and isn't worth supporting.
37849         Don't use a pointer after freeing it.
37850         Check for integer overflow when calculating allocation size.
37851         Use memcpy to copy entries, instead of stpcpy.
37852         Set errno properly when returning NULL.
37853         Check for readdir error.
37854
37855 2000-06-26  Jim Meyering  <meyering@lucent.com>
37856
37857         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
37858
37859 2000-06-25  Jim Meyering  <meyering@lucent.com>
37860
37861         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
37862         Linux header bug when _XOPEN_SOURCE is defined to 500.
37863
37864 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
37865
37866         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
37867         deficiency.
37868
37869 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
37870
37871         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
37872         Include xalloc.h.
37873         Don't include <stdlib.h>.  Don't declare malloc, realloc.
37874
37875 2000-06-24  Jim Meyering  <meyering@lucent.com>
37876
37877         * m4/strerror_r.m4: Revive this file -- to try out an experimental
37878         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
37879         for which strerror does return char*, but which lacks a conveniently
37880         accessible declaration of the function.  If the compile-test says
37881         strerror_r doesn't work, then resort to a `run'-test that works on
37882         BeOS and segfaults on DEC Unix.
37883
37884 2000-06-24  Jim Meyering  <meyering@lucent.com>
37885
37886         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
37887
37888 2000-06-23  Paul Eggert  <eggert@twinsun.com>
37889
37890         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
37891         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
37892
37893 2000-06-23  Paul Eggert  <eggert@twinsun.com>
37894
37895         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
37896         (mbrtowc, mbstate_t): Define substitutes if
37897         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
37898         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
37899         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
37900
37901 2000-06-23  Jim Meyering  <meyering@lucent.com>
37902
37903         * m4/afs.m4: Add missing AC_MSG_RESULT.
37904         Reported by Bruno Haible.
37905
37906         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
37907         Suggestion from Bruno Haible.
37908
37909 2000-06-23  Jim Meyering  <meyering@lucent.com>
37910
37911         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
37912
37913 2000-06-21  Jim Meyering  <meyering@lucent.com>
37914
37915         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
37916
37917 2000-06-21  Jim Meyering  <meyering@lucent.com>
37918
37919         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
37920         (noinst_HEADERS): Add getstr.h.
37921
37922         * lib/getline.c (getstr): Move into a separate file.
37923         * lib/getstr.c (getstr): New file, extracted from getline.c, with
37924         the following changes: new parameter, delim2; both delim[12]
37925         parameters have type `int', not `char'.  The latter would lose
37926         with 8-bit delimiters.
37927         * lib/getstr.h: New file.
37928
37929 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37930
37931         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
37932         than 1024, return a memory chunk of least possible size, instead
37933         of size PATH_MAX + 2. In the loop, increment the size proportionally.
37934         Use free/xmalloc instead of xrealloc to avoid copying for very long
37935         paths.
37936
37937 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37938
37939         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
37940         the empty string.
37941
37942 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37943
37944         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
37945         address, not strdup.  Include <stdlib.h> and don't declare free().
37946
37947 2000-06-19  Jim Meyering  <meyering@lucent.com>
37948
37949         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
37950
37951 2000-06-18  Jim Meyering  <meyering@lucent.com>
37952
37953         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
37954
37955         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
37956         `checking whether...' message to be consistent with that of the
37957         lstat test.
37958
37959 2000-06-18  Jim Meyering  <meyering@lucent.com>
37960
37961         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
37962         Besides, these days every porting target provides a mkdir function.
37963
37964         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
37965         needed. (this snippet comes from src/system.h).
37966
37967 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
37968
37969         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
37970
37971 2000-06-15  Paul Eggert  <eggert@twinsun.com>
37972
37973         * lib/human.c (adjust_value): New function.
37974         (human_readable_inexact): Apply rounding style even when
37975         printing approximate values.
37976
37977 2000-06-14  Paul Eggert  <eggert@twinsun.com>
37978
37979         * lib/human.c (human_readable_inexact): Allow an input block
37980         size that is not a multiple of the output block size, and vice versa.
37981         Reported by Piergiorgio Sartor.
37982
37983 2000-06-14  Paul Eggert  <eggert@twinsun.com>
37984
37985         * lib/getdate.y (get_date): Apply relative times after time
37986         zone indicator, not before.  Reported by Todd A. Jacobs.
37987
37988 2000-06-13  Jim Meyering  <meyering@lucent.com>
37989
37990         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
37991
37992         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
37993
37994 2000-06-12  Paul Eggert  <eggert@twinsun.com>
37995
37996         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
37997
37998 2000-06-12  Jim Meyering  <meyering@lucent.com>
37999
38000         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
38001         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
38002         optional argument.
38003         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
38004         the optional argument, `lib'.
38005
38006 2000-06-08  Jim Meyering  <meyering@lucent.com>
38007
38008         * m4/largefile.m4: Remove file (now that it's part of autoconf).
38009
38010 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38011
38012         Rewrite largefile configuration so that we don't need to run
38013         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
38014         AC_CANONICAL_HOST in configure.in -- jmm]
38015
38016         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
38017         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
38018         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
38019         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
38020         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
38021         All uses changed.
38022         Instead of inspecting the output of getconf, try to compile the
38023         test program without and with the macro definition.
38024         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
38025         for getconf.  Instead, check for the needed flags by compiling
38026         test programs.
38027
38028 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38029
38030         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
38031
38032 2000-06-04  Jim Meyering  <meyering@lucent.com>
38033
38034         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
38035         SunOS 4.1.4 for which gid_t is an unsigned type.
38036
38037 2000-06-03  Jim Meyering  <meyering@lucent.com>
38038
38039         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
38040         now that autoconf requires that.
38041
38042         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
38043         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
38044         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
38045
38046 2000-06-03  Jim Meyering  <meyering@lucent.com>
38047
38048         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
38049
38050 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38051
38052         * m4/glibc21.m4: New file.
38053         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
38054
38055 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38056
38057         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
38058         newer, don't install charset.alias.
38059         * lib/config.charset: Change the Linux/glibc rules so they become empty
38060         on glibc-2.1 or newer.
38061
38062 2000-06-02  Jim Meyering  <meyering@lucent.com>
38063
38064         * lib/mountlist.c: Back out last change.  Instead, do this...
38065         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
38066         me_dummy member using the same `ignore'-testing code.
38067         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
38068         fs_type strings.
38069         From Mark D. Roth.
38070
38071 2000-05-29  Jim Meyering  <meyering@lucent.com>
38072
38073         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
38074         mounts with the `ignore' attribute.  Based on a patch from
38075         Mark D. Roth.
38076
38077 2000-05-28  Jim Meyering  <meyering@lucent.com>
38078
38079         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
38080         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38081         * m4/stat.m4: Likewise.
38082         * m4/lstat.m4: Likewise.
38083         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
38084
38085         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
38086         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
38087
38088 2000-05-26  Jim Meyering  <meyering@lucent.com>
38089
38090         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
38091
38092 2000-05-24  Jim Meyering  <meyering@lucent.com>
38093
38094         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
38095         autoconf requires that.
38096         * m4/lib-check.m4: Likewise.
38097         * m4/jm-macros.m4: Likewise.
38098         * m4/strftime.m4: Likewise.
38099
38100         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
38101         AC_CHECK_DECLS, now that autoconf requires that.
38102
38103 2000-05-22  Jim Meyering  <meyering@lucent.com>
38104
38105         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38106         * m4/lstat.m4: Likewise.
38107
38108 2000-05-22  Jim Meyering  <meyering@lucent.com>
38109
38110         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
38111
38112 2000-05-20  Jim Meyering  <meyering@lucent.com>
38113
38114         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
38115         (jm_PREREQ): Use it.
38116
38117 2000-05-18  Jim Meyering  <meyering@lucent.com>
38118
38119         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
38120         back, too, since it may have been modified by allocate_entry.
38121         (hash_delete): Rewrite to use neither the assignment operator
38122         nor the comma operator in an if-expression.
38123
38124 2000-05-15  Paul Eggert  <eggert@twinsun.com>
38125
38126         * lib/closeout.c:
38127         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
38128         Remove; no longer needed.
38129         "quotearg.h": Add include.
38130         (file_name): Do not bother to explicitly initialize to NULL; it's less
38131         efficient on some hosts.
38132         (close_stdout_status): Remove test as to whether stdout was already
38133         closed; it breaks for the case "echo x | sort >&-".
38134         Quote file name colons.
38135         Do not assume that _("write error") lacks format strings.
38136
38137 2000-05-15  Jim Meyering  <meyering@lucent.com>
38138
38139         * lib/version-etc.c (version_etc_copyright): Update the copyright
38140         string used in all --version output.
38141
38142 2000-05-14  Jim Meyering  <meyering@lucent.com>
38143
38144         * lib/closeout.c (close_stdout_set_file_name): New function.
38145         (close_stdout_status): Use new file-scoped global.
38146         Return right away if fstat says the stdout file descriptor is invalid.
38147         * lib/closeout.h (close_stdout_set_file_name): Declare.
38148
38149 2000-05-10  Jim Meyering  <meyering@lucent.com>
38150
38151         * lib/closeout.c [default_exit_status]: New file-scoped variable.
38152         (close_stdout_set_status): New function.
38153         * lib/closeout.h (close_stdout_set_status): Declare.
38154
38155 2000-05-09  Jim Meyering  <meyering@lucent.com>
38156
38157         * m4/gettext.m4: Rename this...
38158         * m4/libintl.m4: ...to this.
38159
38160 2000-05-08  Jim Meyering  <meyering@lucent.com>
38161
38162         * lib/long-options.c: Don't include closeout.h.
38163         (parse_long_options): Don't call close_stdout for --version.
38164
38165 2000-05-06  Paul Eggert  <eggert@twinsun.com>
38166
38167         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
38168         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
38169         2.1.3 bug.  This avoids a clash when files like regex.c define
38170         _GNU_SOURCE.
38171
38172 2000-05-06  Jim Meyering  <meyering@lucent.com>
38173
38174         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
38175         (AC_REPLACE_FUNCS): Add strnlen.
38176
38177         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
38178         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
38179
38180         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
38181         AC_SEARCH_LIBS call for nanosleep.
38182         (LIB_NANOSLEEP): Set and AC_SUBST.
38183
38184 2000-05-06  Jim Meyering  <meyering@lucent.com>
38185
38186         * lib/strnlen.c: Undefine __strnlen and strnlen.
38187         [!weak_alias]: Define __strnlen to strnlen.
38188
38189         * lib/atexit.c: New file, from libiberty.
38190
38191 2000-05-06  Jim Meyering  <meyering@lucent.com>
38192
38193         * lib/closeout.c (close_stdout_status): Also check for errors on the
38194         stderr stream.
38195
38196 2000-05-05  Jim Meyering  <meyering@lucent.com>
38197
38198         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
38199         AC_SEARCH_LIBS call for clock_gettime.
38200         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
38201
38202         * m4/search-libs.m4: Update from autoconf.
38203
38204         su doesn't work on Solaris 2.6.
38205         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
38206         <shadow.h>.  Reported by Dragos Harabor.
38207
38208 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
38209
38210         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
38211         memcpy instead of xmalloc, xrealloc, path_concat.
38212         (locale_charset): Treat empty environment variables as absent.
38213         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
38214
38215 2000-05-04  Jim Meyering  <meyering@lucent.com>
38216
38217         * lib/getopt.c: Update from glibc.
38218         * lib/obstack.c: Likewise.
38219         * lib/obstack.h: Likewise.
38220         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
38221         file
38222
38223         * lib/regex.h: Likewise.
38224         * lib/strndup.c: Likewise.
38225         * lib/strnlen.c: New file, from glibc.
38226
38227 2000-05-03  Jim Meyering  <meyering@lucent.com>
38228
38229         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
38230
38231 2000-05-02  Paul Eggert  <eggert@twinsun.com>
38232
38233         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
38234         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
38235         compile-time test, rather than inspecting host and OS, to
38236         decide whether to define _LARGEFILE_SOURCE.
38237
38238 2000-05-01  Jim Meyering  <meyering@lucent.com>
38239
38240         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
38241
38242         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
38243         Based on a patch from Bruno Haible.
38244
38245 2000-05-01  Jim Meyering  <meyering@lucent.com>
38246
38247         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
38248
38249 2000-04-29  Jim Meyering  <meyering@lucent.com>
38250
38251         * lib/path-concat.c: Declare strdup only if it's not defined.
38252         * lib/canon-host.c: Likewise.
38253
38254 2000-04-28  Jim Meyering  <meyering@lucent.com>
38255
38256         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
38257         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
38258         is included first, then limits.h is included by locale.h by libintl.h.
38259         From John David Anglin.
38260
38261 2000-04-25  Jim Meyering  <meyering@lucent.com>
38262
38263         * lib/makepath.c (S_IRWXUGO): Define.
38264         (make_path): Always perform explicit chmod if MODE specifies any
38265         of the `special' permission bits.  Prompted by a bug report against
38266         install from Mate Wierdl and Joost van Baal.
38267
38268 2000-04-18  Jim Meyering  <meyering@lucent.com>
38269
38270         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
38271         (jm_PREREQ): Use it.
38272
38273 2000-04-18  Jim Meyering  <meyering@lucent.com>
38274
38275         * lib/README: New file.
38276
38277         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
38278         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
38279
38280 2000-04-17  Jim Meyering  <meyering@lucent.com>
38281
38282         Get it right :-)
38283         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
38284         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
38285         Suggestion from Akim Demaille.
38286
38287 2000-04-17  Jim Meyering  <meyering@lucent.com>
38288
38289         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
38290         the definition of it to rpl_strftime also defined-away the system's
38291         declaration.
38292
38293 2000-04-15  Jim Meyering  <meyering@lucent.com>
38294
38295         Use `C' to denote so-called `contiguous' files, the same way
38296         that tar does.
38297         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
38298         (ftypelet): Use S_ISCTG.
38299         From Michael Deutschmann.
38300
38301 2000-04-14  Jim Meyering  <meyering@lucent.com>
38302
38303         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
38304         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
38305         clobbered.
38306
38307 2000-04-14  Jim Meyering  <meyering@lucent.com>
38308
38309         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
38310
38311 2000-04-13  Jim Meyering  <meyering@lucent.com>
38312
38313         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
38314         AH_VERBATIM to insert required #ifndef into config.h.in.
38315         Suggestion from Akim Demaille.
38316
38317 2000-04-12  Jim Meyering  <meyering@lucent.com>
38318
38319         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
38320         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
38321         Christian Krackowizer.
38322
38323         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
38324         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
38325         (AC_SYS_LARGEFILE): Require.
38326         (AM_C_PROTOTYPES): Require.
38327
38328 2000-04-08  Jim Meyering  <meyering@lucent.com>
38329
38330         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
38331         names don't conflict.  Reported by Eli Zaretskii.
38332
38333 2000-04-07  Jim Meyering  <meyering@lucent.com>
38334
38335         * lib/putenv.c: Move inclusion of errno.h so it follows that of
38336         sys/types.h, to work around system header problems on AIX 3.2.5.
38337         From Bruno Haible.
38338
38339 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
38340
38341         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
38342         bug.  Deal with the different error behavior of Irix iconv.
38343
38344 2000-04-05  Paul Eggert  <eggert@twinsun.com>
38345
38346         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
38347         IRIX if the installer said otherwise.
38348
38349 2000-04-05  Jim Meyering  <meyering@lucent.com>
38350
38351         Portability tweaks required for ultrix4.3.
38352         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
38353         (jm_CHECK_DECLS): Add getutent to the list of functions.
38354         (_jm_DECL_HEADERS): Add utmpx.h.
38355         From John David Anglin.
38356
38357         * m4/strftime.m4: Back out the 2000-04-02 change.
38358         Instead of that change, simply undefine putenv in the test program.
38359
38360 2000-04-05  Jim Meyering  <meyering@lucent.com>
38361
38362         Portability tweaks required for ultrix4.3.
38363         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
38364         getutent.
38365         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
38366         * lib/canon-host.c: Declare strdup.
38367         * lib/path-concat.c: Likewise.
38368         From John David Anglin.
38369
38370 2000-04-04  Jim Meyering  <meyering@lucent.com>
38371
38372         Be more DOS 8.3-friendly.
38373         * lib/ref-add.sin: Renamed from ref-add.sed.in.
38374         * lib/ref-del.sin: Renamed from ref-del.sed.in.
38375         * lib/Makefile.am: Reflect renaming.
38376         Reported by Eli Zaretskii.
38377
38378         Use a temporary file name that won't clash with `charset.alias'
38379         in the DOS 8.3 name space.
38380         * lib/Makefile.am (charset_tmp): Define.
38381         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
38382         (uninstall-local): Likewise.
38383         Reported by Eli Zaretskii.
38384
38385 2000-04-03  Jim Meyering  <meyering@lucent.com>
38386
38387         * m4/gettext.m4: Fix typo in comment.
38388
38389         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
38390         textutils/configure.in).  Suggestion from Paul Eggert.
38391         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
38392
38393 2000-04-02  Paul Eggert  <eggert@twinsun.com>
38394
38395         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
38396         variable in the shell rather than using putenv, which isn't
38397         portable.  This avoids the configure-time inter-test dependency
38398         on the potentially-renamed putenv function.
38399
38400 2000-03-30  Paul Eggert  <eggert@twinsun.com>
38401
38402         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
38403         before checking struct stat.st_blksize, so that
38404         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
38405
38406 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38407
38408         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
38409         since strftime.c uses HAVE_STRFTIME to decide whether to use
38410         the underlying strftime.
38411
38412 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38413
38414         * lib/time/strftime.c (my_strftime): Make sure we call the system
38415         strftime, not ourselves, when invoking the underlying strftime.
38416
38417 2000-03-24  Jim Meyering  <meyering@lucent.com>
38418
38419         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
38420         (charset_alias): Define.
38421         (install-exec-local): Factor out common code.
38422         (uninstall-local): Split lines longer than 80.
38423         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
38424         (SUFFIXES): Define.
38425         (.sed.in.sed): New rule.  Don't redirect directly to $@.
38426         (CLEANFILES): Add ref-add.sed and ref-del.sed.
38427
38428 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
38429
38430         * lib/config.charset: Output a line containing "Packages using this
38431         file".
38432         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
38433         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
38434         ref-del.sed): New rules.
38435
38436 2000-03-17  Jim Meyering  <meyering@lucent.com>
38437
38438         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
38439         Otherwise, include <strings.h>
38440
38441 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
38442
38443         * lib/unicodeio.c (utf8_wctomb): New function.
38444         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
38445         format instead of in UCS-4 with platform dependent endianness.
38446
38447 2000-03-10  Jim Meyering  <meyering@lucent.com>
38448
38449         * m4/lib-check.m4: Look for getspnam in -lgen, too.
38450         From Marco Franzen.
38451
38452 2000-03-07  Paul Eggert  <eggert@twinsun.com>
38453
38454         * lib/savedir.c (savedir): Work even if directory size is
38455         negative; this can happen with some screwy NFS configurations.
38456
38457 2000-03-06  Jim Meyering  <meyering@lucent.com>
38458
38459         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
38460         if it's NULL (because we ran out of memory).  From Bruno Haible.
38461
38462 2000-03-05  Jim Meyering  <meyering@lucent.com>
38463
38464         * lib/localcharset.c ("path-concat.h"): Include.
38465         (get_charset_aliases): Use path_concat instead of ANSI string
38466         concatenation.
38467
38468         * lib/unicodeio.h (PARAMS): Define.
38469         Use it to guard prototype.
38470
38471 2000-03-04  Jim Meyering  <meyering@lucent.com>
38472
38473         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
38474         for lib/localcharset.c.
38475
38476 2000-03-04  Jim Meyering  <meyering@lucent.com>
38477
38478         * lib/Makefile.am (install-exec-local): Create $(libdir) before
38479         installing into it.
38480         (uninstall-local): Uncomment this rule so `make distcheck' works
38481         once again.
38482
38483         * lib/unicodeio.c (<errno.h>): Include it.
38484         (errno): Declare if not defined.
38485
38486         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
38487
38488         * lib/config.charset: New version, incorporating remarks from a linux
38489         i18n mailing list.  From Bruno Haible.
38490
38491 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
38492
38493         * m4/codeset.m4: New file.
38494         * m4/iconv.m4: New file.
38495         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
38496
38497 2000-03-03  Jim Meyering  <meyering@lucent.com>
38498
38499         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
38500
38501 2000-03-02  Jim Meyering  <meyering@lucent.com>
38502
38503         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
38504         the messages come out on separate lines.
38505
38506         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
38507         rather than jm_CHECK_DECLARATIONS.
38508         * m4/decl.m4: Remove now-unused file.
38509
38510         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
38511         geteuid.
38512
38513 2000-03-02  Jim Meyering  <meyering@lucent.com>
38514
38515         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
38516
38517 2000-03-01  Jim Meyering  <meyering@lucent.com>
38518
38519         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
38520         * lib/unicodeio.c: Likewise.
38521
38522 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
38523
38524         * lib/config.charset: New file.
38525         * lib/localcharset.c: New file.
38526         * lib/unicodeio.h, lib/unicodeio.c: New files.
38527         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
38528         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
38529         (noinst_HEADERS): Add unicodeio.h.
38530         (all-local, install-exec-local, charset.alias): New targets.
38531
38532 2000-02-28  Paul Eggert  <eggert@twinsun.com>
38533
38534         * lib/quotearg.c (ALERT_CHAR): New macro.
38535         (quotearg_buffer_restyled): Use it.
38536
38537 2000-02-27  Jim Meyering  <meyering@lucent.com>
38538
38539         * m4/check-decl.m4: Add getenv to the list.
38540
38541 2000-02-27  Jim Meyering  <meyering@lucent.com>
38542
38543         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
38544         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
38545
38546         * lib/backupfile.c: Guard inclusion of stdlib.h with
38547         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
38548         Declare malloc if needed.
38549
38550         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
38551         `#ifndef HAVE_DECL..'
38552         now that autoconf always defines the HAVE_DECL_ symbols.
38553         * lib/human.c: Likewise.
38554         * lib/same.c: Likewise.
38555         * lib/strtoumax.c: Likewise.
38556
38557         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
38558         declaration check was not run.
38559         * lib/hash.c: Likewise.
38560         * lib/human.c: Likewise.
38561         * lib/same.c: Likewise.
38562         * lib/strtoumax.c: Likewise.
38563
38564         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
38565         `.', then first look up the entire `.'-containing string as a login
38566         name.
38567
38568 2000-02-23  Jim Meyering  <meyering@lucent.com>
38569
38570         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
38571         in place of my hack.
38572
38573 2000-02-18  Paul Eggert  <eggert@twinsun.com>
38574
38575         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
38576         (textint): New typedef.
38577         (parser_control): Member year changed from int to textint.
38578         All uses changed.
38579         (YYSTYPE): Removed; replaced by %union with int and textint members.
38580         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
38581         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
38582         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
38583         (tSNUMBER, tUNUMBER): Now of type <textintval>.
38584         (date, number, to_year): Use width of number in digits, not its value,
38585         to determine whether it's a 2-digit year, or a 2-digit time.
38586         (yylex): Store number of digits of numeric tokens.
38587         Reported by John Kendall.
38588
38589         (parser_control): Changed from struct parser_control to typedef (for
38590         consistency).  All uses changed.
38591
38592         (tID): Removed; not used.
38593         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
38594
38595 2000-02-14  Paul Eggert  <eggert@twinsun.com>
38596
38597         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
38598         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
38599
38600 2000-02-12  Jim Meyering  <meyering@lucent.com>
38601
38602         * lib/userspec.c (ISDIGIT): Define it.
38603         (isdigit): Remove definition.
38604         (is_number): Use ISDIGIT, not isdigit.
38605         <libintl.h>: Include.
38606         (_ and N_): Define.
38607         (parse_user_spec): Mark translatable strings.
38608
38609 2000-02-10  Jim Meyering  <meyering@lucent.com>
38610
38611         With these changes, nanosleep.[ch] are finally enough like the other
38612         lib/* replacement files to compile on a few more losing systems.
38613
38614         * lib/nanosleep.h: Don't include config.h.
38615         Remove prototype from declaration of nanosleep.
38616         (PARAMS): Remove now-unneeded definition.
38617         * lib/nanosleep.c: #undef nanosleep.
38618         (rpl_nanosleep): Rename from nanosleep.
38619
38620 2000-02-10  Jim Meyering  <meyering@lucent.com>
38621
38622         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
38623         gnu_nanosleep to rpl_nanosleep.
38624
38625 2000-02-09  Jim Meyering  <meyering@lucent.com>
38626
38627         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
38628         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
38629
38630 2000-02-08  Akim Demaille  <akim@epita.fr>
38631
38632         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
38633         `[' and `]' and remove uses of `changequote'.
38634         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
38635         (AC_SYS_LARGEFILE): Likewise.
38636         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
38637         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
38638         of changequote.
38639         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
38640         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
38641         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
38642         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
38643
38644 2000-02-05  Jim Meyering  <meyering@lucent.com>
38645
38646         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
38647         Remove explicit use of AC_HEADER_TIME.  It is required by
38648         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
38649         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
38650         in autoconf whereby the expansion of the latter ended up preceding
38651         the expansion of its prerequisite, AC_HEADER_TIME.
38652         Reported by Volker Borchert.
38653
38654 2000-02-03  Jim Meyering  <meyering@lucent.com>
38655
38656         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
38657
38658 2000-02-03  Jim Meyering  <meyering@lucent.com>
38659
38660         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
38661         rather than with `#if HAVE_UTMPNAME'.
38662
38663 2000-02-02  Jim Meyering  <meyering@lucent.com>
38664
38665         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
38666         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
38667         Reported by Eli Zaretskii.
38668
38669 2000-02-01  Jim Meyering  <meyering@lucent.com>
38670
38671         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
38672
38673 2000-01-31  Jim Meyering  <meyering@lucent.com>
38674
38675         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
38676         functions.  Add the time.h and sys/time.h headers along with the
38677         AC_REQUIRE'ment of AC_HEADER_TIME.
38678
38679 2000-01-31  Jim Meyering  <meyering@lucent.com>
38680
38681         * lib/nanosleep.h (nanosleep): Guard declaration with
38682         `#if ! HAVE_DECL_NANOSLEEP'.
38683         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
38684         the declaration in that vendor's sys/timers.h.
38685         Reported by Christian Krackowizer.
38686
38687         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
38688         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
38689         (ISPRINT): Likewise.
38690         Reported by Tom Tromey.
38691
38692 2000-01-30  Jim Meyering  <meyering@lucent.com>
38693
38694         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
38695
38696         * m4/prereq.m4 (utmp_includes): Define.
38697         Check for ut_user and ut_name members in both struct utmpx
38698         and struct utmp.
38699
38700 2000-01-30  Jim Meyering  <meyering@lucent.com>
38701
38702         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
38703         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
38704         header files where only utmpx.ut_user is declared.
38705
38706         * lib/readutmp.h (UT_USER): Define.
38707
38708 2000-01-29  Jim Meyering  <meyering@lucent.com>
38709
38710         * m4/lib-check.m4: New file containing library-related checks from
38711         fileutils and sh-utils (textutils had none).
38712
38713 2000-01-28  Jim Meyering  <meyering@lucent.com>
38714
38715         * m4/perl.m4: Change format of warning message to look more like that
38716         from the missing script.  Suggestion from François Pinard.
38717
38718 2000-01-25  Jim Meyering  <meyering@lucent.com>
38719
38720         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
38721         well as time.h in the compile check.
38722         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
38723         Fix typo in cross-compiling case: s/yes/no/.
38724
38725 2000-01-23  Jim Meyering  <meyering@lucent.com>
38726
38727         * m4/jm-macros.m4: Move df-related tests here from
38728         fileutils/configure.in
38729
38730         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
38731         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
38732
38733         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
38734         s/space/ac_fsusage_space/.
38735         (jm_FILE_SYSTEM_USAGE): Take two parameters.
38736
38737         * m4/ftruncate.m4: New file (derived from part of
38738         fileutils/configure.in).
38739         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
38740         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
38741
38742         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
38743         AC_SUBST these here, rather than just in sh-util/configure.in, so
38744         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
38745         all the same.
38746         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
38747         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
38748         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
38749         (AC_SUBST(POW_LIBM)): Likewise.
38750         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
38751
38752 2000-01-23  Jim Meyering  <meyering@lucent.com>
38753
38754         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
38755         obstack.c.
38756
38757 2000-01-22  Jim Meyering  <meyering@lucent.com>
38758
38759         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
38760
38761         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
38762
38763         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
38764         configure.in
38765         (AC_CHECK_HEADERS): Likewise for sh-utils.
38766         (AC_CHECK_HEADERS): Likewise for textutils.
38767         Merge the three lists of headers.
38768
38769         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
38770         from fileutils' configure.in.
38771
38772         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
38773         code. Moved tests into their own function (_jm_DECL_HEADERS) in
38774         check-decl.m4.
38775
38776         * m4/check-decl.m4: Use #if rather than #ifdef.
38777         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
38778         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
38779         (_jm_DECL_HEADERS): Define new function.
38780         (jm_CHECK_DECLARATIONS): Require it.
38781
38782 2000-01-22  Jim Meyering  <meyering@lucent.com>
38783
38784         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
38785         [! HAVE_DECL_STRTOULL]: Declare strtoull.
38786         Required for some AIX systems.  Reported by Christian Krackowizer.
38787         [TESTING] (main): New function.
38788
38789         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
38790         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
38791         letters.
38792
38793         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
38794         iswprint.
38795
38796         * lib/strverscmp.c (ISDIGIT): Define.
38797         (strverscmp): Use ISDIGIT, not isdigit.
38798
38799 2000-01-19  Jim Meyering  <meyering@lucent.com>
38800
38801         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
38802         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
38803         defines `struct timespec' in <sys/time.h>
38804
38805         * m4/c-bs-a.m4: Remove uses of changequote altogether.
38806         Thanks to Akim for explaining.
38807
38808 2000-01-17  Paul Eggert  <eggert@twinsun.com>
38809
38810         * lib/nanosleep.c (nanosleep):
38811         Don't use SA_INTERRUPT to decide whether to call sigaction, as
38812         POSIX.1 doesn't require SA_INTERRUPT and some systems
38813         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
38814         it's been part of POSIX.1 since day 1 (in 1988).
38815
38816 2000-01-17  Jim Meyering  <meyering@lucent.com>
38817
38818         * lib/interlock: Remove unused file.  Reported by François Pinard.
38819
38820 2000-01-16  Paul Eggert  <eggert@twinsun.com>
38821
38822         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
38823         alert, backslash, formfeed, and vertical tab unnecessarily in
38824         shell quoting style.
38825
38826 2000-01-16  Jim Meyering  <meyering@lucent.com>
38827
38828         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
38829         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
38830         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
38831         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
38832
38833 2000-01-16  Jim Meyering  <meyering@lucent.com>
38834
38835         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
38836         because the latter didn't work.
38837
38838 2000-01-15  Jim Meyering  <meyering@lucent.com>
38839
38840         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
38841         (AC_REPLACE_FUNCS): Add memcpy and memset.
38842         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
38843         Add strpbrk.
38844         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
38845
38846 2000-01-12  Jim Meyering  <meyering@lucent.com>
38847
38848         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
38849         (jm_PREREQ): Use it.
38850         (jm_PREREQ_READUTMP): New macro.
38851         (jm_PREREQ): Use it.
38852
38853 2000-01-11  Paul Eggert  <eggert@twinsun.com>
38854
38855         Quote multibyte characters correctly.
38856         * m4/c-bs-a.m4: New file.
38857         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
38858         (jm_PREREQ): Use it.
38859
38860 2000-01-11  Paul Eggert  <eggert@twinsun.com>
38861
38862         * m4/uintmax_t.m4: Port to autoconf 2.13.
38863
38864 2000-01-08  Jim Meyering  <meyering@ascend.com>
38865
38866         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
38867         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
38868
38869 2000-01-04  Jim Meyering  <meyering@ascend.com>
38870
38871         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
38872         jm_STRUCT_DIRENT_D_TYPE.
38873         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
38874         jm_STRUCT_DIRENT_D_INO.
38875         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
38876         jm_STRUCT_UTIMBUF.
38877         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
38878         renamings.
38879         * m4/utime.m4: Likewise.
38880
38881         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
38882         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
38883
38884 2000-01-03  Paul Eggert  <eggert@twinsun.com>
38885
38886         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
38887         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
38888
38889 2000-01-02  Jim Meyering  <meyering@ascend.com>
38890
38891         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
38892         remember if this is necessary.
38893
38894 1999-12-26  Jim Meyering  <meyering@ascend.com>
38895
38896         * m4/jm-macros.m4: Use it here.
38897         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
38898
38899 1999-12-23  Jim Meyering  <meyering@ascend.com>
38900
38901         * m4/jm-macros.m4: Check for clock_gettime (moved from
38902         fileutils/configure.in)
38903         Check for gettimeofday.
38904
38905 1999-12-20  Jim Meyering  <meyering@ascend.com>
38906
38907         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
38908         autoconf-2.14a-1999-12-20.
38909
38910 1999-12-19  Jim Meyering  <meyering@ascend.com>
38911
38912         * m4/lstat-slash.m4: New file.
38913         * m4/jm-macros.m4: Use the new macro:
38914         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38915
38916 1999-12-07  Jim Meyering  <meyering@ascend.com>
38917
38918         * m4/perl.m4: Require that File::Compare be available, too.
38919         Too many systems seem to lack it.
38920
38921         * m4/strftime.m4: Add checks for most of the cpp macros tested in
38922         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
38923
38924 1999-11-18  Paul Eggert  <eggert@twinsun.com>
38925
38926         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
38927         problem with the QNX 4.25 shell, which doesn't propagate exit
38928         status of failed commands inside shell assignments.
38929
38930 1999-11-17  Jim Meyering  <meyering@ascend.com>
38931
38932         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
38933
38934 1999-11-07  Jim Meyering  <meyering@ascend.com>
38935
38936         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
38937
38938 1999-11-06  Jim Meyering  <meyering@ascend.com>
38939
38940         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
38941         * m4/jm-macros.m4 (jm_MACROS): Use it here.
38942
38943 1999-11-05  Jim Meyering  <meyering@ascend.com>
38944
38945         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
38946         configure.in of textutils, fileutils, and sh-utils into this one
38947         (shared between those packages) file.
38948         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
38949         AC_STRUCT_ST_BLKSIZE.
38950
38951 1999-11-03  Jim Meyering  <meyering@ascend.com>
38952
38953         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
38954         of AC_CHECK_TYPE checks includes unistd.h.
38955         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
38956         Suggestion from Akim Demaille.
38957
38958 1999-10-30  Jim Meyering  <meyering@ascend.com>
38959
38960         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
38961         m4-quoted string.
38962         * m4/ls-mntd-fs.m4: Likewise.
38963         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
38964         * m4/jm-winsz1.m4: Likewise.
38965
38966         * m4/const.m4: Remove file, since the fix made it into the experimental
38967         version of autoconf.
38968         * m4/mktime.m4: Likewise.
38969
38970         * m4/check-type.m4: Remove file, now that the latest version of
38971         AC_CHECK_TYPE takes a third arg to specify additional #includes.
38972
38973         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
38974         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
38975         AC_CHECK_TYPE.
38976
38977 1999-10-04  Jim Meyering  <meyering@ascend.com>
38978
38979         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
38980
38981 1999-09-22  Paul Eggert  <eggert@twinsun.com>
38982
38983         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
38984         2.95.1 bug with HP-UX 10.20.
38985
38986 1999-09-17  Jim Meyering  <meyering@ascend.com>
38987
38988         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
38989         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
38990         due to missing strdup (against sh-utils-2.0).
38991
38992 1999-08-29  Jim Meyering  <meyering@ascend.com>
38993
38994         * m4/jm-macros.m4: Require jm_BISON.
38995         * m4/bison.m4: New file.
38996
38997 1999-08-17  Paul Eggert  <eggert@twinsun.com>
38998
38999         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
39000         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
39001
39002 1999-08-05  Jim Meyering  <meyering@ascend.com>
39003
39004         * m4/getline.m4: Rename test file from conftestdata to conftest.data
39005         to avoid conflicts with `conftest' on 8+3 filesystems.
39006         Suggestion from Eli Zaretskii.
39007
39008 1999-08-04  Jim Meyering  <meyering@ascend.com>
39009
39010         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
39011         fileutils and sh-utils (textutils's getline test was inadequate).
39012         (AM_FUNC_GETLINE): Run this test.
39013         (AC_CHECK_FUNCS): Check for getdelim.
39014         Reported by Bob Proulx.
39015
39016 1999-08-02  Jim Meyering  <meyering@ascend.com>
39017
39018         * m4/jm-macros.m4: Add a comment.
39019
39020 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39021
39022         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
39023         <inttypes.h> defines strtoumax as a macro (and not as a
39024         function).
39025
39026 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39027
39028         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
39029         that we can shift, multiply and divide unsigned long long
39030         values; Ultrix cc can't do it.
39031
39032 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39033
39034         * m4/mktime.m4: New file, which is a preview of what should appear
39035         in the next public autoconf release.
39036
39037 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39038
39039         * m4/lfs.m4: Remove this file.
39040         * m4/largefile.m4: New file.  It contains the old contents of
39041         lfs.m4, except that all names with prefix AC_LFS have been
39042         changed to use the prefix AC_SYS_LARGEFILE instead, to be
39043         compatible with future autoconf versions.  Also, some minor m4
39044         quoting problems have been fixed.
39045
39046 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39047
39048         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
39049         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
39050         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
39051         and simplify the shell code.
39052
39053 1999-08-01  Jim Meyering  <meyering@ascend.com>
39054
39055         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
39056         m4.
39057
39058 1999-07-20  Jim Meyering  <meyering@ascend.com>
39059
39060         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
39061
39062 1999-07-15  Jim Meyering  <meyering@ascend.com>
39063
39064         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
39065
39066 1999-05-22  Jim Meyering  <meyering@ascend.com>
39067
39068         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
39069
39070 1999-05-20  Jim Meyering  <meyering@ascend.com>
39071
39072         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
39073         Add a colon after each `then' in case $4 is empty.
39074
39075 1999-05-16  Jim Meyering  <meyering@ascend.com>
39076
39077         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
39078
39079 1999-05-10  Jim Meyering  <meyering@ascend.com>
39080
39081         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
39082
39083         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
39084         AC_FUNC_MKTIME.
39085
39086 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
39087
39088         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
39089
39090 1999-05-04  Paul Eggert  <eggert@twinsun.com>
39091
39092         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
39093         not CPPFLAGS, so that linking works correctly in IRIX.
39094
39095 1999-04-30  Paul Eggert  <eggert@twinsun.com>
39096
39097         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
39098
39099 1999-04-20  Paul Eggert  <eggert@twinsun.com>
39100
39101         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
39102         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
39103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
39104         jm_AC_TYPE_UNSIGNED_LONG_LONG.
39105         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
39106
39107         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
39108
39109 1999-04-20  Jim Meyering  <meyering@ascend.com>
39110
39111         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
39112         AC_REPLACE xstroull if necessary.  From Paul Eggert.
39113         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
39114
39115 1999-04-18  Jim Meyering  <meyering@ascend.com>
39116
39117         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
39118         * m4/jm-macros.m4: Use it.
39119
39120 1999-04-06  Jim Meyering  <meyering@ascend.com>
39121
39122         * m4/strftime.m4: Remove test for %f.
39123
39124 1999-03-29  Jim Meyering  <meyering@ascend.com>
39125
39126         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
39127         superset of the AC_TYPE_* checks in the textutils, fileutils,
39128         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
39129         AC_TYPE_PID_T.
39130
39131 1999-03-28  Jim Meyering  <meyering@ascend.com>
39132
39133         * m4/jm-macros.m4: Define GNU_PACKAGE here.
39134         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
39135         replaced e.g., in the *.sh files of the sh-utils.
39136
39137 1999-03-20  Jim Meyering  <meyering@ascend.com>
39138
39139         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
39140         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
39141         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
39142
39143 1999-03-19  Jim Meyering  <meyering@ascend.com>
39144
39145         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
39146
39147 1999-03-12  Jim Meyering  <meyering@ascend.com>
39148
39149         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
39150
39151 1999-03-07  Jim Meyering  <meyering@ascend.com>
39152
39153         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
39154         declared.
39155
39156 1999-02-17  Jim Meyering  <meyering@ascend.com>
39157
39158         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
39159         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
39160
39161 1999-02-07  Jim Meyering  <meyering@ascend.com>
39162
39163         * m4/group-member.m4: New file -- extracted from sh-utils'
39164         configure.in.
39165
39166         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
39167         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
39168
39169 1999-02-06  Jim Meyering  <meyering@ascend.com>
39170
39171         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
39172         * m4/fnmatch.m4: Likewise.
39173         * m4/getgroups.m4: Likewise.
39174         * m4/lstat.m4: Likewise.
39175         * m4/malloc.m4: Likewise.
39176         * m4/putenv.m4: Likewise.
39177         * m4/realloc.m4: Likewise.
39178         * m4/regex.m4: Likewise.
39179         * m4/stat.m4: Likewise.
39180         * m4/strftime.m4: Likewise.
39181         Suggestion from Alain Magloire.
39182
39183         * m4/chown.m4: Use `.$ac_objext', not `.o'.
39184         * m4/fnmatch.m4: Likewise.
39185         * m4/getgroups.m4: Likewise.
39186         * m4/getline.m4: Likewise.
39187         * m4/lstat.m4: Likewise.
39188         * m4/malloc.m4: Likewise.
39189         * m4/memcmp.m4: Likewise.
39190         * m4/putenv.m4: Likewise.
39191         * m4/realloc.m4: Likewise.
39192         * m4/regex.m4: Likewise.
39193         * m4/stat.m4: Likewise.
39194         * m4/strftime.m4: Likewise.
39195         Suggestion from Alain Magloire.
39196
39197         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
39198         an argument.
39199
39200         * m4/regex.m4: Add a run-time Test for proper operation of
39201         re_compile_pattern.
39202
39203 1999-01-31  Jim Meyering  <meyering@ascend.com>
39204
39205         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
39206
39207 1999-01-30  Jim Meyering  <meyering@ascend.com>
39208
39209         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
39210
39211         * m4/jm-mktime.m4: Make this a wrapper around the official
39212         AM_FUNC_MKTIME rather than my private copy, now that the official one
39213         is up to date.
39214         * m4/mktime.m4: Remove file.
39215
39216         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
39217         * m4/uptime.m4: Likewise.
39218         * m4/uintmax_t.m4: Likewise.
39219
39220 1999-01-28  Jim Meyering  <meyering@ascend.com>
39221
39222         * m4/jm-macros.m4: Use jm_AFS.
39223         * m4/afs.m4: New file (from fileutils' configure.in).
39224
39225         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
39226         * m4/chown.m4: Likewise.
39227         * m4/d-ino.m4: Likewise.
39228         * m4/d-type.m4: Likewise.
39229         * m4/fnmatch.m4: Likewise.
39230         * m4/getgroups.m4: Likewise.
39231         * m4/gettext.m4: Likewise.
39232         * m4/jm-mktime.m4: Likewise.
39233         * m4/jm-winsz2.m4: Likewise.
39234         * m4/lcmessage.m4: Likewise.
39235         * m4/ls-mntd-fs.m4: Likewise.
39236         * m4/malloc.m4: Likewise.
39237         * m4/memcmp.m4: Likewise.
39238         * m4/putenv.m4: Likewise.
39239         * m4/realloc.m4: Likewise.
39240         * m4/st_mtim.m4: Likewise.
39241         * m4/strftime.m4: Likewise.
39242
39243 1999-01-16  Jim Meyering  <meyering@ascend.com>
39244
39245         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
39246         (ARGMATCH_DIE_DECL): Define.
39247
39248 1999-01-12  Jim Meyering  <meyering@ascend.com>
39249
39250         * m4/Makefile.am.in: Rewrite to avoid using fmt.
39251         Reported by Lars Hecking.
39252
39253 1999-01-10  Jim Meyering  <meyering@ascend.com>
39254
39255         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
39256         gross kludge.
39257         * m4/inttypes_h.m4: Likewise.
39258         * m4/lstat.m4: Likewise.
39259         * m4/malloc.m4: Likewise.
39260         * m4/readdir.m4: Likewise.
39261         * m4/realloc.m4: Likewise.
39262         * m4/st_dm_mode.m4: Likewise.
39263         * m4/stat.m4: Likewise.
39264         * m4/utimbuf.m4: Likewise.
39265         * m4/utimes.m4: Likewise.
39266
39267         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
39268         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
39269         comments in config.h.in are meaningful.
39270
39271         * m4/jm-macros.m4: Require autoconf-2.13 here.
39272
39273         * m4/regex.m4: By default, don't use the included regex.c on systems
39274         with glibc 2.  Suggestion from Uli Drepper.
39275
39276 1999-01-02  Jim Meyering  <meyering@ascend.com>
39277
39278         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
39279
39280 1998-12-18  Jim Meyering  <meyering@ascend.com>
39281
39282         * m4/Makefile.am.in (Makefile.am): Simplify rule.
39283         Based on a suggestion from Lars Hecking.
39284
39285 1998-11-16  Paul Eggert  <eggert@twinsun.com>
39286
39287         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
39288
39289 1998-11-16  Jim Meyering  <meyering@ascend.com>
39290
39291         * m4/lfs.m4: Double-quote the `uname...` expression.
39292
39293 1998-11-14  Jim Meyering  <meyering@ascend.com>
39294
39295         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
39296         * m4/stat.m4: Likewise.
39297
39298 1998-11-03  Jim Meyering  <meyering@ascend.com>
39299
39300         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
39301         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
39302
39303 1998-10-18  Jim Meyering  <meyering@ascend.com>
39304
39305         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
39306
39307 1998-10-17  Jim Meyering  <meyering@ascend.com>
39308
39309         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
39310         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
39311         calls for those previously hard-coded headers.  Instead, take a new
39312         parameter.
39313         (jm_CHECK_DECLARATIONS): Reflect interface change.
39314         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
39315         (jm_CHECK_DECL_LOCALTIME_R): New macro.
39316
39317         * m4/mktime.m4: Test for spring-forward gap before long-running test.
39318
39319 1998-10-14  Jim Meyering  <meyering@ascend.com>
39320
39321         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
39322         instead of "TZ=America/Vancouver".  From Paul Eggert.
39323
39324 1998-10-11  Jim Meyering  <meyering@ascend.com>
39325
39326         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
39327         This adds a test for a recently added compatibility fix for mktime.c.
39328         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
39329
39330 1998-09-27  Jim Meyering  <meyering@ascend.com>
39331
39332         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
39333
39334         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
39335         ../configure.in, including a change from Gordon Matzigkeit to allow
39336         cross-compiling for the Hurd.
39337
39338         * m4/glibc.m4: New file/macro to test for the GNU C Library
39339         versions 1 and 2.  From Gordon Matzigkeit.
39340         Indent.
39341
39342 1998-09-21  Jim Meyering  <meyering@ascend.com>
39343
39344         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
39345
39346 1998-08-18  Paul Eggert  <eggert@twinsun.com>
39347
39348         Port nanosecond-resolution times to UnixWare 2.1.2 and
39349         pedantic Solaris 2.6.
39350
39351         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
39352         AC_STRUCT_ST_MTIM.
39353         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
39354         Generate name of ns member, instead of just 1 or undef.
39355         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
39356
39357 1998-08-15  Jim Meyering  <meyering@ascend.com>
39358
39359         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
39360         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
39361         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
39362         instead of jm_TYPE_SSIZE_T.
39363
39364 1998-08-12  Jim Meyering  <meyering@ascend.com>
39365
39366         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
39367
39368 1998-08-02  Jim Meyering  <meyering@ascend.com>
39369
39370         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
39371         in acconfig.h manually.
39372
39373 1998-07-31  Paul Eggert  <eggert@twinsun.com>
39374
39375         * m4/st_mtim.m4: New file.
39376
39377 1998-07-28  Jim Meyering  <meyering@ascend.com>
39378
39379         * m4/utimes.m4: Undef stat.
39380
39381 1998-07-25  Jim Meyering  <meyering@ascend.com>
39382
39383         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
39384         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
39385
39386 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
39387
39388         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
39389         uid and gid actually remain unchanged.
39390
39391 1998-07-07  Jim Meyering  <meyering@ascend.com>
39392
39393         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
39394
39395 1998-07-04  Jim Meyering  <meyering@ascend.com>
39396
39397         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
39398         to prove that this macro can be used in packages without regex.c.
39399
39400 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
39401
39402         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
39403         is to be used.
39404
39405 1998-07-03  Jim Meyering  <meyering@ascend.com>
39406
39407         * m4/gettext.m4: Add -lintl if it's found to be necessary.
39408
39409         * m4/gettext.m4: New file -- from gettext-0.10.35.
39410         * m4/lcmessage.m4: Likewise.
39411         * m4/progtest.m4: Likewise.
39412
39413         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
39414         * m4/jm-macros.m4: Require the new macro.
39415
39416 1998-06-29  Jim Meyering  <meyering@ascend.com>
39417
39418         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
39419         for the definition of NGROUPS (used in a system header included
39420         by sys/mount.h).
39421
39422 1998-06-28  Jim Meyering  <meyering@ascend.com>
39423
39424         * m4/ls-mntd-fs.m4: New file.
39425         * m4/fstypename.m4: New file.
39426
39427         * m4/jm-macros.m4: Require the new macro.
39428         * m4/jm-glibc-io.m4: New file.
39429
39430 1998-05-19  Jim Meyering  <meyering@ascend.com>
39431
39432         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
39433         * m4/lchown.m4: New file.
39434
39435         * m4/Makefile.am.in: New file.
39436         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
39437
39438 1998-05-14  Jim Meyering  <meyering@ascend.com>
39439
39440         * m4/Makefile.am (EXTRA_DIST): Add them.
39441         * m4/jm-macros.m4: New file.
39442         * m4/utimbuf.m4: New file.
39443
39444 1998-05-12  Jim Meyering  <meyering@ascend.com>
39445
39446         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
39447
39448 1998-05-11  Jim Meyering  <meyering@ascend.com>
39449
39450         * m4/isc-posix.m4: New file.
39451
39452 1998-05-10  Jim Meyering  <meyering@ascend.com>
39453
39454         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
39455
39456 1998-05-09  Jim Meyering  <meyering@ascend.com>
39457
39458         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
39459         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
39460         with automake.
39461
39462         * m4/ssize_t.m4: New file.
39463         * m4/mktime.m4: Remove file -- the new automake has this now.
39464
39465 1998-04-26  Jim Meyering  <meyering@ascend.com>
39466
39467         * m4/assert.m4: New file.
39468         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
39469
39470 1998-04-05  Jim Meyering  <meyering@ascend.com>
39471
39472         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
39473         (jm_PREREQ): Use it here.
39474
39475 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
39476
39477         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
39478         in acconfig.h.
39479
39480 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
39481
39482         * m4/prereq.m4: New file.
39483         * m4/error.m4: New file.
39484         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
39485
39486 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
39487
39488         * m4/getline.m4: Don't set am_cv_func_working_getline before the
39489         cache-check for the same variable -- that defeated the purpose of
39490         the test; the test program was never run.  This was a problem only
39491         on systems with losing getline functions -- HP-UX 10.20 is one.
39492         Reported by Bjorn Helgaas.
39493
39494 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
39495
39496         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
39497
39498 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
39499
39500         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
39501
39502         * m4/const.m4: New file.  Use an initializer in this declaration
39503         typedef int charset[2]; const charset x;
39504         Reported by Bob Glickstein.
39505
39506 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
39507
39508         * m4/chown.m4: Fix reversed types on -1 args to chown.
39509         From Kaveh Ghazi.
39510
39511 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
39512
39513         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
39514         Add lseek and memchr.
39515
39516         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
39517         T.E.Dickey <dickey@clark.net> said that some older preprocessors
39518         have a 20-character limit on names.
39519
39520 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
39521
39522         * m4/inttypes_h.m4: New file.
39523         * m4/uintmax_t.m4: New file.
39524         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
39525
39526
39527         -----
39528
39529         Copyright (C) 1997-2008 Free Software Foundation, Inc.
39530
39531         Copying and distribution of this file, with or without
39532         modification, are permitted provided the copyright notice
39533         and this notice are preserved.